.feature-box {
    text-align: center;
    background: #f7fbff;
    padding: 40px 35px 20px;
    height: 100%;
    margin-top:15px;
}

.feature-box i {
    font-size: 60px;
    margin-bottom: 9px;
    color: #212747;
}

.feature-p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #999999;
}

.home-box{
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.1);
    padding: 60px 25px 30px;
    margin-bottom: 15px;
    height: 450px;
}
.mt-1{
    margin-top:5px;
}
.green{
    display:block;
    color: green;
}
.signal-box
{
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.1);
    padding: 60px 25px 30px;
    margin-bottom: 15px;
}
.signal-box:hover{
    cursor: pointer;
}

@media (max-width: 400px) {
    .home-box{
        height:340px;
    }
}

.home-phone-width{
    width: 100% !important;;
}

.providersListSelect
{
    border-radius: 0 !important;
    margin-bottom: 5px !important;
}

.providersListText
{
    font-weight: 700;
}

.mlc-0
{
    margin-left: 0 !important;
}

.padding-zero
{
    padding:0 !important;
}

/*TAKE PROFIT COLORS
#05ce55 - GREEN
#d91f1f - RED
*/

.take-profit-color{
    color: #05ce55;
}

.stop-loss-color{
    color: #d91f1f;
}

.signal-box
{
    border:1px solid #edecec;
    padding:15px;
    margin-top: 9px;
}

.signal-box:hover {
    opacity: 0.5;
}

.signal-box-no-hover:hover {
    opacity: 1 !important;
}

.signal-sell-box
{
    display:inline-block;
    width:100%;
    height:50px;
    background-color: #d91f1f;
    text-align: center;
    font-size: 20px;
    color: white;
    padding-top: 12px;
    margin-right: 5px;
}

.signal-buy-box
{
    display:inline-block;
    width:100%;
    height:50px;
    background-color: #05ce55;
    text-align: center;
    font-size: 20px;
    color: white;
    padding-top: 12px;
    margin-right: 5px;
}

.black-color
{
    color: black;
}

.display-inline
{
    display: inline-block;
}

.display-block
{
    display: block;
}

.signal-preview-border
{
    border-bottom: 1px solid #edecec;
    padding-bottom: 4px;
}

.signal-preview-font-size
{
    font-size: 20px;
}

.take-profit-box
{
    padding: 25px;
    background-color: #05ce55;
    text-align: center;
    color: white;
    font-size: 30px;
    margin-top: 15px;
}

.stop-loss-box
{
    padding: 25px;
    background-color: #d91f1f;
    text-align: center;
    color: white;
    font-size: 30px;
    margin-top: 15px;
}


.premium-text
{
    font-size: 30px;
}

.premium-price
{
    font-size:30px;
    font-weight: 700;
}


.padding-btn-premium-buy
{
    padding:12px 16px;
}

.premium-color
{
    color: #fcb124;
}

.premiumSignalColor{
    color: #fcb124;
    font-size: 30px;
}

.premiumSignalColor:hover{
    color: #fcb124;
}

.border-no-radius
{
    border-radius: 0;
}

.fb-li
{
    background: #353eb0;
    color: white;
    font-size: 18px;
    padding: 12px 21px;
    border-radius: 50%;
}

.fb-li:hover
{
    color: white;
    opacity: 0.7;
}

.gmail-li
{
    background: #dd4b39;
    color: white;
    font-size: 18px;
    padding: 12px 21px;
    border-radius: 50%;
}

.gmail-li:hover
{
    color: white;
    opacity: 0.7;
}

.mb-10
{
    margin-bottom: 10px;
}

.active-theme-button
{
    color: white !important;
    border-color: unset !important;
    background-image: -moz-linear-gradient( 0deg, rgb(83, 83, 106) 0%, rgb(206,209,243) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(83, 83, 106) 0%, rgb(206,209,243) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(83, 83, 106) 0%, rgb(206,209,243) 100%);
}

.dd-nav
{
    background: white;
    padding: 15px;
    color: black !important;
    position: absolute;
    width: 150px;
    border: 1px solid rgba(0,0,0,0.21);
    padding:0;
}

.dd-nav-notifications {
    width: 200px;
    font-size: 14px;
    max-height: 350px;
    border: 1px solid rgba(0,0,0,0.21);
    padding:0;
}

.dd-nav div
{
    margin-left: 15px;
}

.unset-border-li {
    border:unset !important;
}

.dd-nav li {
    border-bottom: 1px solid silver;
}

.comment-box {
    border-bottom: 1px solid silver;
    margin-bottom: 9px;
}

.comment-user {
    font-weight: 700;
}

.comment-text {
    font-style: italic;
}

.comment-date {
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 12px;
    font-style: italic;
}

.hoverPointer:hover {
    cursor: pointer;
}

.btn-padding {
    padding: 12px 16px;
}

@media only screen and (max-width: 991px) {
    .dd-nav {
        position: relative;
    }
}
