body #tooltip {
    background: #fff;
    padding: 12px 24px;
    margin-top: -50px;
}

.loginButton{
    background: #189dbb;
    background: -moz-linear-gradient(180deg, #58D0EF 0%, #55DFDA 100%);
    background: -webkit-linear-gradient(180deg,  #58D0EF 0%,#55DFDA 100%);
    background: linear-gradient(180deg,  #58D0EF 0%,#55DFDA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58D0EF', endColorstr='#55DFDA',GradientType=1 );
    padding: 10px 30px;
    font-size: 20px;
    text-transform: uppercase;
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    -ms-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
}

.loginButton:hover{
    background: #189dbb;
    background: -moz-linear-gradient(180deg, #55DFDA 0%,#58D0EF 100%);
    background: -webkit-linear-gradient(180deg,  #55DFDA 0%,#58D0EF 100%);
    background: linear-gradient(180deg,  #55DFDA 0%,#58D0EF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55DFDA', endColorstr='#58D0EF',GradientType=1 );
}

#content.full-page .inside-block img.logo{
    max-width: 100%;
}

#gdpContainer .close{
    position:absolute;
    right:30px;
    top:0;
    z-index:99
}

.spinner {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: rgba(255,255,255,.8);
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    z-index: 100;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
      }
}

.subs-like-mc .dataTables_wrapper{
    font-size: 13px;
}

.signalColumn{
    clear:both;
    -webkit-transition: opacity .3s .2s, width .3s;
    -moz-transition: opacity .3s .2s, width .3s;
    -ms-transition: opacity .3s .2s, width .3s;
    -o-transition: opacity .3s .2s, width .3s;
    transition: opacity .3s .2s, width .3s;
}

.signalColumn.disabled{
    opacity: 0;
    width: 0;
    padding: 0;
    height: 0;
    -webkit-transition: opacity .3s, padding .3s .1s, width .3s .1s, height 0s .3s;
    -moz-transition: opacity .3s, padding .3s .1s, width .3s .1s, height 0s .3s;
    -ms-transition: opacity .3s, padding .3s .1s, width .3s .1s, height 0s .3s;
    -o-transition: opacity .3s, padding .3s .1s, width .3s .1s, height 0s .3s;
    transition: opacity .3s, padding .3s .1s, width .3s .1s, height 0s .3s;
}
.signalColumn + div{
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -ms-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}
.signalColumn.disabled + div{
    width: 100%;
    -webkit-transition: width .25s .3s;
    -moz-transition: width .25s .3s;
    -ms-transition: width .25s .3s;
    -o-transition: width .25s .3s;
    transition: width .25s .3s;
}

.signalColumn.disabled:after{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.signalColumn:not(.disabled) + div .whenSignal{ display:block; }
.signalColumn:not(.disabled) + div .whenUpdate{ display:none; }
.signalColumn.disabled + div .whenSignal{ display:none; }
.signalColumn.disabled + div .whenUpdate{ display:block; }

.imagePicker .previewImage{
    position: relative;
    width: 50%;
    float: left;
    padding: 20px;
}
.imagePicker .previewImage img{
    max-width: 100%;
}

.imagePicker .previewImage .close{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    background: rgba(255,255,255,1);
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    opacity: 1;
}
§

.right-panel .chat-content.sidebar{
    max-height: calc(100vh - 298px);
    overflow: auto;
    margin-left: -10px;
    margin-right: -10px;
    padding-right: 10px;
}

.right-panel .chat-content .chat-list li.message.sent .media-heading{
    position: absolute;
    top: 30px;
    left: 12px;
}
.right-panel .chat-content .chat-list li.message.receive .media-heading{
    position: absolute;
    top: 30px;
    right: 12px;
}

.right-panel .chat-content .chat-list > li.message .media .user-avatar{
    margin-bottom:15px;
}

.right-panel .chat-content.sidebar .chat-list > li.message .media .user-avatar .media-object{
    width: 24px;
    height: 24px;
}

.right-panel .chat-content .chat-list > li.message.receive .media .user-avatar:after{
    right: auto;
    left: 8px;
    top: 24px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.right-panel .chat-content .chat-list > li.message.sent .media .user-avatar {
    float: none !important;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}
.right-panel .chat-content .chat-list > li.message.sent .media .user-avatar img{
    display: inline-block;
}

.right-panel .chat-content .chat-list > li.message.sent .media .user-avatar:after{
    left: auto;
    right: 8px;
    top: 24px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.right-panel .chatWriteBox{
    margin-left: -15px;
    margin-right: -15px;
}

.chat-content .chat-list > li.message .media .media-body {
    white-space: pre-line;
}

.chat-content .chat-list > li.message.receive .media .media-body {
    float: left;
}

.chat-content .chat-list > li.message.sent .media .media-body {
    float: right;
}

.chat-content .chat-list > li.message .media .media-body .media-heading .time{
    float:none;
    text-align: right;
    display:block;
}

.main .chat-content {
    padding: 0 20px;
}

.main .chat-reply textarea{
    height: 72px !important;
}

.main .chat-reply {
    height: 103px;
}

#content.full-page .inside-block{
    min-height: 100%!important;
}
#content.full-page.register{
    position: relative;
    overflow: auto!important;
}

#content.full-page .inside-block{
    overflow: hidden!important;
    height: auto;
}


select.form-control.chosen-transparent + .chosen-container.chosen-container-single .chosen-single{
    background-color: rgba(0, 0, 0, 0.2);
}
.error select.form-control.chosen-transparent + .chosen-container.chosen-container-single .chosen-single{
    background-color: transparent;
}

body.autoresponses .error textarea,
#content.full-page .inside-block form .input-group.error > *{
    background-color: rgba(255, 74, 67, 0.2)!important;
    border: 1px solid rgba(255, 74, 67, 0.5)!important;
}

#form-validation .input-group{
    display: block;
}

.homeQuickButtons{
    position: fixed;
    bottom: 0;
    width: calc(100% - 290px);
}

.homeQuickButtons .front{
    min-height: 65px;
}
.homeQuickButtons .front .media{
    margin-top: 10px;
    text-align: center;
}
.homeQuickButtons .front .media .media-object{
    opacity: .2;
}
.homeQuickButtons .front .media>.pull-left{
    margin-left: 10px;
    margin-right: 0;
}

@media screen and (max-height: 640px){

    .homeQuickButtons{
        position: relative;
        bottom: auto;
        width: 100%;
    }

}




/**********************************************/
/**********************************************/
/**********************************************/

.signalsFormBox .sentSuccess {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1;
    display: flex;
    align-items: center;
}
.signalsFormBox .sentSuccess.overall {
    z-index: 3;
}
.signalsFormBox .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    transform: scale(2);
}
.signalsFormBox .sa-icon.sa-success {
    border-color: #A5DC86;
}
.signalsFormBox .sa-icon.sa-success::before,
.signalsFormBox .sa-icon.sa-success::after {
    content: '';
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.signalsFormBox .sa-icon.sa-success::before {
    -webkit-border-radius: 120px 0 0 120px;
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
}
.signalsFormBox .sa-icon.sa-success::after {
    -webkit-border-radius: 0 120px 120px 0;
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0px 60px;
    transform-origin: 0px 60px;
}
.signalsFormBox .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, 0.2);
    -webkit-border-radius: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}
.signalsFormBox .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: white;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.signalsFormBox .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #A5DC86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}
.signalsFormBox .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.signalsFormBox .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 7px;
    top: 40px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.signalsFormBox .sa-icon.sa-custom {
    background-size: contain;
    border-radius: 0;
    border: none;
    background-position: center center;
    background-repeat: no-repeat;
}


.timeline form input{
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.8);
    border: none;
}

.timeline form input[type="checkbox"]{
    width: 20px;
    height: 20px;
    min-height: 0;
    display: inline-block;
    margin-top: 10px;
    -webkit-appearance: none;
    border-radius: 3px;
}

.timeline form input[type="checkbox"]:checked:after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 18px;
    width: 20px;
    height: 9px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-48deg) skewX(-27deg);
}

.timeline form input[type="checkbox"] + label{
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    margin-left: 7px;
    position: relative;
    top: -5px;
}

/*.timeline form > div,
.timeline form > div input:not([type="hidden"]),
.timeline form > div .chosen-container,
.timeline form > div button{
    margin: 10px 0 0;
}*/

.timeline form .form-group{
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.timeline form .form-group + .form-group{
    margin-top: 10px;
}

.timeline form .chosen-container .chosen-drop {
    top: auto;
    bottom: calc(100% + 5px);
}

.timeline form input::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.8); }

.timeline form input:-moz-placeholder { color: rgba(255, 255, 255, 0.8); }

.timeline form input::-moz-placeholder { color: rgba(255, 255, 255, 0.8); }

.timeline form input:-ms-input-placeholder { color: rgba(255, 255, 255, 0.8); }

.timeline button{
    width: 100%;
}

@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px; }
    54% {
        width: 0;
        left: 1px;
        top: 19px; }
    70% {
        width: 50px;
        left: -8px;
        top: 37px; }
    84% {
        width: 17px;
        left: 21px;
        top: 48px; }
    100% {
        width: 25px;
        left: 14px;
        top: 45px; } }

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px; }
    54% {
        width: 0;
        left: 1px;
        top: 19px; }
    70% {
        width: 50px;
        left: -8px;
        top: 37px; }
    84% {
        width: 17px;
        left: 21px;
        top: 48px; }
    100% {
        width: 25px;
        left: 14px;
        top: 45px; } }

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px; }
    65% {
        width: 0;
        right: 46px;
        top: 54px; }
    84% {
        width: 55px;
        right: 0px;
        top: 35px; }
    100% {
        width: 47px;
        right: 8px;
        top: 38px; } }

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px; }
    65% {
        width: 0;
        right: 46px;
        top: 54px; }
    84% {
        width: 55px;
        right: 0px;
        top: 35px; }
    100% {
        width: 47px;
        right: 8px;
        top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg); }
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg); }
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg); }
    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg); }
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg); }
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg); }
    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
    -webkit-animation: animateSuccessTip 0.75s;
    animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
    -webkit-animation: animateSuccessLong 0.75s;
    animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in; }


@-webkit-keyframes rotate-loading {
    0% {
        transform: rotate(0deg); }
    100% {
        transform: rotate(360deg); } }

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg); }
    100% {
        transform: rotate(360deg); } }

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
/* Success icon */
.sweet-alert .sa-icon.sa-success {
    border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    -ms-transform: rotate(-45deg) \9; }


body.payouts .tile .tile-body .inner-container.inline{
    text-align: center;
    margin-top: -16px;
}
body.payouts .tile .tile-body .inner-container.inline .salesLabel {
    font-size: 40px;
    line-height: 139px;
    font-weight: 600;
}


/*********/
/*********/
/*
/*  Registration
/*
/*********/
/*********/

.customCallModal .selectBg{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 37px;
    border-radius: 0 4px 4px 0;
    border: none;
    z-index: 3;
    background: #536781;
    color: #fff;
}

.modalGallery{
    position: fixed;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -99;
    overflow: auto;
    /*display: none;*/
    opacity: 0;
    -webkit-transition: top .2s .1s, left .2s .1s, width .2s .1s, height .2s .1s, opacity .1s;
    -moz-transition: top .2s .1s, left .2s .1s, width .2s .1s, height .2s .1s, opacity .1s;
    -ms-transition: top .2s .1s, left .2s .1s, width .2s .1s, height .2s .1s, opacity .1s;
    -o-transition: top .2s .1s, left .2s .1s, width .2s .1s, height .2s .1s, opacity .1s;
    transition: top .2s .1s, left .2s .1s, width .2s .1s, height .2s .1s, opacity .1s;
}
.modalGallery.open{
    /*display: block;*/
    opacity: 1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99
}
#closeContainer{
    width: 100%;
    height: 54px;

}
.modalGallery .closeModal{
    float:right;
    color: rgba(255,255,255,.3);
    font-size: 30px;
    padding: 0 10px;
    z-index: 99;
    cursor: pointer;
}

.modalGallery #superbox-gallery{
    position: fixed;
    top: 10%;
    left: 27%;
    width: 100%;
    height: 100%;
    overflow: auto;
    max-width:700px;
    max-height: 500px;
    background-color: rgba(0,0,0,0.6);

}

.modalGallery .superbox{
    background: transparent!important;
}

.modalGallery .superbox .superbox-list{
    /*width: 31%;*/
    width: 47%;
    float: left;
    height: 220px;
    margin: 5px 5px 20px;
}

.modalGallery .superbox .superbox-list .imgMask{
    height: 150px;
    overflow: hidden;
    position: relative;
}

.modalGallery .superbox .superbox-list img{
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.modalGallery .superbox .superbox-list video{
    height: 180px;
}

@media screen and (max-width: 480px){
    .modalGallery .superbox .superbox-list{
        width: 47%;
    }
}

.modalGallery .superbox .superbox-list .overlay{
    position: relative;
    line-height: 12px;
    opacity: 1;
    background: transparent;
    margin-top: 0;
    height: auto;
}

.modalGallery .superbox .superbox-list .overlay button{
    background: #536781;
    border: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    line-height: 10px;
    width: 100%;
}

/*********/
/*********/
/*
/*  Autoresponses
/*
/*********/
/*********/

body.autoresponses .sentSuccess {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1;
    display: flex;
    align-items: center;
}
body.autoresponses .sentSuccess.overall {
    z-index: 2;
}
body.autoresponses .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    transform: scale(2);
}
body.autoresponses .sa-icon.sa-success {
    border-color: #A5DC86;
}
body.autoresponses .sa-icon.sa-success::before,
body.autoresponses .sa-icon.sa-success::after {
    content: '';
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
body.autoresponses .sa-icon.sa-success::before {
    -webkit-border-radius: 120px 0 0 120px;
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
}
body.autoresponses .sa-icon.sa-success::after {
    -webkit-border-radius: 0 120px 120px 0;
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0px 60px;
    transform-origin: 0px 60px;
}
body.autoresponses .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, 0.2);
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}
body.autoresponses .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: white;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
body.autoresponses .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #A5DC86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}
body.autoresponses .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
body.autoresponses .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 7px;
    top: 40px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
body.autoresponses .sa-icon.sa-custom {
    background-size: contain;
    border-radius: 0;
    border: none;
    background-position: center center;
    background-repeat: no-repeat;
}

body.payouts .tile .tile-body .inner-container.inline{
    text-align: center;
    margin-top: -16px;
}
body.payouts .tile .tile-body .inner-container.inline .salesLabel {
    font-size: 40px;
    line-height: 139px;
    font-weight: 600;
}

/****/
/****/
/** RECURLY PAYMENT **/
/****/
/****/


.recurly-payment .input-group{
    display: block;
}

.recurly-payment label{
    float: none;
    display: block;
    text-align: left;
}
.recurly-payment label + input.form-control,
.recurly-payment label + select.form-control,
.recurly-payment label + div.form-control{
    float: none;
    width: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.2) !important;
    border: 0;
    margin-bottom: 20px;
    color: #fff;
}
.recurly-payment label + select.form-control{
    background: rgba(0, 0, 0, 0.2) url(../images/chosen-sprite-transparent.png) no-repeat calc(100% + 33px) 10px !important;
}
.recurly-payment label + div.form-control .recurly-hosted-field{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


/****/
/****/
/** HELP CHAT **/
/****/
/****/


.fabs {
    display: none;
    bottom: 0;
    position: fixed;
    margin: 1em;
    right: 0;
    z-index: 998;
}

.fab {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    text-align: center;
    color: #263238;
    margin: 25px auto 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    position: relative;
    z-index: 998;
    overflow: hidden;
}

.fab#fab_help {
    display: none
}

.fab#chat_send_email{
    border:1px solid #fff;
    line-height: 39px;
    font-size: 17px;
}

.fab span{
    padding: 13px 0px;
    display: block;
    line-height: 14px;
}

.fab > i {
    font-size: 2em;
    line-height: 55px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-in-out;
}

.fab:not(:last-child) {
    width: 0;
    height: 0;
    margin: 20px auto 0;
    opacity: 0;
    visibility: hidden;
}

.fab:not(:last-child) > i {
    font-size: 1.4em;
    line-height: 40px;
}

.fab:not(:last-child).is-visible {
    width: 40px;
    height: 40px;
    margin: 15px auto 10;
    opacity: 1;
    visibility: visible;
}

.fab:nth-last-child(1) {
    -webkit-transition-delay: 25ms;
    -moz-transition-delay: 25ms;
    -o-transition-delay: 25ms;
    transition-delay: 25ms;
}

.fab:not(:last-child):nth-last-child(2) {
    -webkit-transition-delay: 20ms;
    -moz-transition-delay: 20ms;
    -o-transition-delay: 20ms;
    transition-delay: 20ms;
}

.fab:not(:last-child):nth-last-child(3) {
    -webkit-transition-delay: 40ms;
    -moz-transition-delay: 40ms;
    -o-transition-delay: 40ms;
    transition-delay: 40ms;
}

.fab:not(:last-child):nth-last-child(4) {
    -webkit-transition-delay: 60ms;
    -moz-transition-delay: 60ms;
    -o-transition-delay: 60ms;
    transition-delay: 60ms;
}

.fab:not(:last-child):nth-last-child(5) {
    -webkit-transition-delay: 80ms;
    -moz-transition-delay: 80ms;
    -o-transition-delay: 80ms;
    transition-delay: 80ms;
}

.fab:not(:last-child):active,
.fab:not(:last-child):focus,
.fab:not(:last-child):hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}
/*Chatbox*/

.chat {
    position: fixed;
    right: 85px;
    bottom: 15px;
    width: 400px;
    font-size: 12px;
    line-height: 22px;
    font-family: 'Roboto';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    opacity: 0;
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.chat_header {
    margin: 10px;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 500;
}

.chat_header .span {
    float:right;
}

.chat_loader {
    display: none;
    float: right;
    background: rgba(0, 0, 0, 0);
    height: 8px;
    width: 8px;
    margin: 5px 10px 0 0;
    border-radius: 50%;
    border: solid 2px #263238;
}

.chat.is-visible {
    opacity: 1;
    -webkit-animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
    -moz-animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
    -o-animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
    animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
}

.chat_option {
    float: left;
    font-size: 1.5em;
    list-style: none;
    position: relative;
    width: 20px;
    height: 100%;
    cursor: pointer;
    text-align: relative;
    margin-right: 10px;
}

.chat_option ul {
    display: none;
    position: absolute;
    list-style: none;
    top: 100%;
    left: 0;
    background: #eceff1;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
    padding: 0;
    z-index: 1000;
    width: 150px;
}

.chat_option ul li {
    float: none;
    position: relative;
}

.chat_color {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 10px;
    float: left;
}

.chat_option.is-dropped>ul {
    display: block;
}

.chat_login {
    width: 100%;
    height: 150px;
    display: inline-block;
    text-align: center;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}

.chat_login a {
    width: 10%;
    text-align: center;
    border: none;
    box-shadow: none;
}

.chat_login a>i {
    font-size: 1.6em;
    line-height: 35px;
}

.chat_login input {
    position: relative;
    margin: 5px 0 5px 0;
    width: 90%;
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 30px;
    font-weight: 500;
    color: #4b4b4b;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    border: none;
    outline: none;
    background: #eceff1;
    display: inline-block;
    height: 30px;
    resize: none;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
    margin: 10px 0 0 0;
}

.chat_login .chat_login_alert {
    margin-top: 10px;
    font-size: 12px;
    font-family: 'Roboto';
    font-weight: 500;
}

.chat_field {
    position: relative;
    margin: 5px 0 5px 0;
    width: 50%;
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 30px;
    font-weight: 500;
    color: #4b4b4b;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    border: none;
    outline: none;
    background: #eceff1;
    display: inline-block;
}

.chat_field.chat_message {
    height: 30px;
    resize: none;
}

.fab_field {
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #eceff1;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}

.fab_field a {
    display: inline-block;
    text-align: center;
}

#fab_listen {
    float: left;
    background: rgba(0, 0, 0, 0);
}

#fab_send {
    float: right;
    background: rgba(0, 0, 0, 0);
}

.fab_field .fab {
    width: 35px;
    height: 35px;
    box-shadow: none;
    margin: 5px;
}

.fab_field .fab>i {
    font-size: 1.6em;
    line-height: 35px;
    color: #263238;
}

.chat_converse {
    position: relative;
    background: inherit;
    margin: 6px 0 0 0;
    max-height: 256px;
    min-height: 0;
    font-size: 12px;
    line-height: 18px;
    overflow-y: auto;
    width: 100%;
    float: right;
}

.chat_list {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.chat_list .chat_list_item {
    opacity: 0;
    visibility: hidden;
}

.chat .chat_converse .chat_msg_item {
    position: relative;
    margin: 8px 0 15px 0;
    padding: 8px 10px;
    max-width: 40%;
    display: block;
    word-wrap: break-word;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .28);
    border-radius: 3px;
    -webkit-animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
    -moz-animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
    -o-animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
    animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
    clear: both;
    z-index: 999;
}

.chat .chat_converse .chat_msg_item .chat_avatar {
    position: absolute;
    top: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin .chat_avatar {
    left: -52px;
    background: rgba(255, 255, 255, 0.6);
}

.chat .chat_converse .chat_msg_item.chat_msg_item_user .chat_avatar {
    right: -52px;
    background: rgba(0, 0, 0, 0.6);
}

.chat .chat_converse .chat_msg_item .chat_avatar {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
}

.chat .chat_converse .chat_msg_item .chat_avatar > i {
    font-size: 22px;
    line-height: 40px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.chat .chat_converse .chat_msg_item_user .chat_avatar > img {
    width: inherit;
    height: inherit;
    border-radius: 50%;
}

.chat .chat_converse .chat_msg_item_user .chat_avatar > img {
    width: inherit;
    height: inherit;
    border-radius: 50%;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin {
    margin-left: 60px;
    float: left;
    background: rgba(255, 255, 255, 0.4);
    color: #263238;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_user {
    margin-right: 60px;
    float: right;
    background: rgba(0, 0, 0, 0.4);
    color: #eceff1;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin:before {
    content: '';
    position: absolute;
    top: 15px;
    left: -12px;
    z-index: 998;
    border: 6px solid transparent;
    border-right-color: rgba(255, 255, 255, .4);
}

.chat_msg_item.chat_msg_item_user:before {
    content: '';
    position: absolute;
    top: 15px;
    right: -12px;
    z-index: 998;
    border: 6px solid transparent;
    border-left-color: rgba(0, 0, 0, .4);
}

strong.chat_time {
    padding: 0 1px 1px 0;
    font-weight: 500;
    font-size: 8px;
    display: block;
}
/*Chatbox scrollbar*/

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    margin: 2px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
}
/*Element state*/

.is-active {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -o-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.is-float {
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}

.is-max {
    box-shadow: inset 0 -12px 10px -10px rgba(0, 0, 0, 0.18), inset 0 12px 10px -10px rgba(0, 0, 0, 0.10);
}

.is-loading {
    display: block;
    -webkit-animation: load 1s cubic-bezier(0, .99, 1, 0.6) infinite;
    -moz-animation: load 1s cubic-bezier(0, .99, 1, 0.6) infinite;
    -o-animation: load 1s cubic-bezier(0, .99, 1, 0.6) infinite;
    animation: load 1s cubic-bezier(0, .99, 1, 0.6) infinite;
}
/*Animation*/

@keyframes zoomIn {
    0% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.0;
    }
    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes load {
    0% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.0;
    }
    50% {
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 1;
    }
    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
/* SMARTPHONES PORTRAIT */

@media only screen and (min-width: 300px) {
    .chat {
        width: 200px;
    }
}
/* SMARTPHONES LANDSCAPE */

@media only screen and (min-width: 480px) {
    .chat {
        width: 300px;
    }
    .chat_field {
        width: 65%;
    }
}
/* TABLETS PORTRAIT */

@media only screen and (min-width: 768px) {
    .chat {
        width: 300px;
    }
    .chat_field {
        width: 65%;
    }
}
/* TABLET LANDSCAPE / DESKTOP */

@media only screen and (min-width: 1024px) {
    .chat {
        width: 400px;
    }
    .chat_field {
        width: 65%;
    }
}
/*Color Options*/

.red .fab {
    background: #F44336;
    color: #eceff1;
}

.pink .fab {
    background: #E91E63;
    color: #eceff1;
}

.purple .fab {
    background: #9C27B0;
    color: #eceff1;
}

.deep-purple .fab {
    background: #673AB7;
    color: #eceff1;
}

.indigo .fab {
    background: #3F51B5;
    color: #eceff1;
}

.blue .fab {
    background: #2196F3;
    color: #eceff1;
}

.light-blue .fab {
    background: #03A9F4;
    color: #263238;
}

.cyan .fab {
    background: #00BCD4;
    color: #263238;
}

.teal .fab {
    background: #009688;
    color: #eceff1;
}

.green .fab {
    background: #4CAF50;
    color: #263238;
}

.light-green .fab {
    background: #8BC34A;
    color: #263238;
}

.lime .fab {
    background: #CDDC39;
    color: #263238;
}

.yellow .fab {
    background: #FFEB3B;
    color: #263238;
}

.amber .fab {
    background: #FFC107;
    color: #263238;
}

.orange .fab {
    background: #FF9800;
    color: #eceff1;
}

.deep-orange .fab {
    background: #FF5722;
    color: #eceff1;
}

.brown .fab {
    background: #795548;
    color: #eceff1;
}

.grey .fab {
    background: #9E9E9E;
    color: #eceff1;
}

.blue-grey .fab {
    background: #607D8B;
    color: #eceff1;
}

.red .chat {
    background: #F44336;
    color: #eceff1;
}

.pink .chat {
    background: #E91E63;
    color: #eceff1;
}

.purple .chat {
    background: #9C27B0;
    color: #eceff1;
}

.deep-purple .chat {
    background: #673AB7;
    color: #eceff1;
}

.indigo .chat {
    background: #3F51B5;
    color: #eceff1;
}

.blue .chat {
    background: #2196F3;
    color: #eceff1;
}

.light-blue .chat {
    background: #03A9F4;
    color: #263238;
}

.cyan .chat {
    background: #00BCD4;
    color: #263238;
}

.teal .chat {
    background: #009688;
    color: #eceff1;
}

.green .chat {
    background: #4CAF50;
    color: #263238;
}

.light-green .chat {
    background: #8BC34A;
    color: #263238;
}

.lime .chat {
    background: #CDDC39;
    color: #263238;
}

.yellow .chat {
    background: #FFEB3B;
    color: #263238;
}

.amber .chat {
    background: #FFC107;
    color: #263238;
}

.orange .chat {
    background: #FF9800;
    color: #eceff1;
}

.deep-orange .chat {
    background: #FF5722;
    color: #eceff1;
}

.brown .chat {
    background: #795548;
    color: #eceff1;
}

.grey .chat {
    background: #9E9E9E;
    color: #eceff1;
}

.blue-grey .chat {
    background: #607D8B;
    color: #eceff1;
}
/* Ripple */

.ink {
    display: block;
    position: absolute;
    background: rgba(38, 50, 56, 0.4);
    border-radius: 100%;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    webkit-transform: scale(0);
    transform: scale(0);
}
/*animation effect*/

.ink.animate {
    animation: ripple 0.5s ease-in-out;
}

@keyframes ripple {
    /*scale the element to 250% to safely cover the entire link and fade it out*/

    100% {
        opacity: 0;
        -moz-transform: scale(5);
        -ms-transform: scale(5);
        webkit-transform: scale(5);
        transform: scale(5);
    }
}




body > .videocontent canvas{
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100vw;
    min-height: 100vh;
    opacity: .3;
}

body > .videocontent video{
    opacity: .3;
}


body.register-trader{
    background-image: url('/assets/images/registrationBG.jpg');
}

body.register form a{ color: #fff }

body.register-small form .input-group .input-group-btn button,
body.register form .input-group .input-group-btn button{
    background: rgba(0,0,0,.8);
    border: 0;
    color: #fff;
}

body.register-small form .fakeSelect select,
body.register form .fakeSelect select{
    background-color: rgba(0, 0, 0, .2)!important;
    border: none;
    border-radius: 3px;
    margin-bottom: 10px;
    color: #fff!important;
}

hr.dash-sep{ background:none; border-top: 5px dashed rgba(0, 0, 0, 0.1) }

body.register-small form .fakeSelect select,
body.register-small #content.full-page .inside-block form .input-group input,
body.register-small #content.full-page .inside-block form .input-group .input-group-addon,
body.register-small select.form-control.chosen-transparent + .chosen-container.chosen-container-single .chosen-single{
    background-color: rgba(0, 0, 0, 0.5) !important;
}

body .tos{
    background: rgba(0,0,0,.5);
    border-radius: 6px;
    padding: 10px;
}
body .tos .checkbox{
    text-align: left;
    margin:10px 0;
}
body .tos label {
    color: rgba(255, 255, 255, 1)!important;
    padding-left: 33px;
}
body .tos label:before{
    background-color: rgba(255, 255, 255, 0.4)!important;
}
div.checkbox.check-transparent input[type=checkbox]:checked + label:before{
    background-color: rgba(255, 255, 255, 1)!important;
}
body .tos label a{
    color: #fff;
    font-weight: 900;
    text-decoration: underline;
    font-size: 14px;
}

.terms,
.privacy,
.disclaimer,
.norefundpopup{
    position: fixed;
    left: -999px;
    top: -999px;
    height: 0;
    width: 0;
    display: none;
    z-index: 999;
    background: #fff;
    border: none;
    padding: 20px 40px;
    overflow: auto;
    border-radius: 16px;
}

.terms.open,
.privacy.open,
.disclaimer.open,
.norefundpopup.open{
    display: block;
    left: 10px;
    top: 10px;
    height: calc(100vh - 20px);
    width: calc(100vw - 20px);
}

.terms h3:first-of-type,
.privacy h3:first-of-type,
.disclaimer h3:first-of-type,
.norefundpopup h3:first-of-type{
    text-align: center;
    margin-bottom: 40px;
}

.terms a.close,
.privacy a.close,
.disclaimer a.close,
.norefundpopup a.close{
    background-color: rgba(0,0,0,.5);
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    vertical-align: top;
    position: absolute;
    top: 15px;
    right: 3px;
}

/*************/
/*************/
/*
/*  TEAM PAGE
/*
/*************/
/*************/

.teamSwitcher [class*="col-md-"] .tile-header {
    padding-top: 20px;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    border-radius: 4px !important;
}
.teamSwitcher + .row .tile-body.round_corner {
    -webkit-border-radius: 0 0 4px 4px !important;
    -moz-border-radius: 0 0 4px 4px !important;
    -ms-border-radius: 0 0 4px 4px !important;
    -o-border-radius: 0 0 4px 4px !important;
    border-radius: 0 0 4px 4px !important;
}

body.team .addMemberForm{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background: rgba(39, 39, 39, 0.8);
    overflow: auto;
}

body.team .addMemberForm > div{
    position: absolute;
    left: 50%;
    top: 0;
    width: 90%;
    max-width: 460px;
    margin: 50px 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

body.team .addMemberForm > div input,
body.team .addMemberForm > div .input-group .btn,
body.team .addMemberForm > div input + .input-group-addon{
    background-color: rgba(0, 0, 0, 0.5) !important;
    border: 0;
    color: #fff;
}

body.team .addMemberForm > div .input-group.error > * {
    background-color: rgba(255, 74, 67, 0.2)!important;
    border: 1px solid rgba(255, 74, 67, 0.5)!important;
}

body.team .addMemberForm > div .input-group.error > input,
body.team .addMemberForm > div .input-group.error > input + div{
    background-color: rgba(41, 16, 15, 0.62)!important;
}

body.team .addMemberForm > div .input-group{
    margin: 5px 0;
}

body.team select.form-control.chosen-transparent + .chosen-container.chosen-container-single .chosen-single,
body.team select.form-control.chosen-transparent + .chosen-container.chosen-container-single .chosen-single{
    background-color: rgba(0, 0, 0, 0.5);
}

body.team .input-group .flags-mobile:not(:empty) + input#mobile {
    padding-left: 90px;
}

/*************/
/*************/
/*
/*  TRADER FORM REGISTRATION
/*
/*************/
/*************/


.form-register .fakeSelect{
    display: block;
}

.form-register #country_chosen{
    text-align: left;
}
.form-register #country_chosen,
.form-register #forexExperience_chosen{
    text-align: left;
}

.form-register .flags-mobile{
    position: absolute;
    top: 7px;
    left: 8px;
    z-index: 3;
}
.form-register .flags-mobile img{
    margin-top: 0!important;
    height:20px;
}
.form-register .flags-mobile span{
    padding-left: 10px;
    color: #fff;
    line-height: 20px;
    display: inline-block;
    vertical-align: bottom;
}
#content.full-page .inside-block form .input-group .flags-mobile:not(:empty) + input#mobile{
    padding-left: 90px;
}

body.register-trader .picker-switch{ display:none }

.form-register button.social-signin {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    height: 36px;
    border: none;
    border-radius: 2px;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    transition: 0.2s ease;
    cursor: pointer;
}

.form-register button.social-signin:hover,
.form-register button.social-signin:focus {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    transition: 0.2s ease;
}

.form-register button.social-signin:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    transition: 0.2s ease;
}

.form-register button.social-signin.facebook {
    background: #32508E;
}


/*************/
/*************/
/*
/*  PACKAGING
/*
/*************/
/*************/

body.packages .input-group{
    width: 100%;
}

body.packages .chosen-container{
    background-color: rgba(0, 0, 0, 0.1)
}

body.packages .error textarea,
body.packages .input-group.error > *{
    background-color: rgba(255, 74, 67, 0.2)!important;
    border: 1px solid rgba(255, 74, 67, 0.5)!important;
}

body.packages .form-group .checkbox.check-transparent{
    float: left;
    margin: 5px 20px 10px 0;
}

body.packages p.description{
    height: 80px;
    text-overflow: ellipsis;
}

/*************/
/*************/
/*
/*  DISCOUNTS
/*
/*************/
/*************/

body.discount .input-group{
    width: 100%;
}

body.discount .chosen-container{
    background-color: rgba(0, 0, 0, 0.1)
}

body.discount .error textarea,
body.discount .input-group.error > *{
    background-color: rgba(255, 74, 67, 0.2)!important;
    border: 1px solid rgba(255, 74, 67, 0.5)!important;
}

body.discount .form-group .checkbox.check-transparent{
    float: left;
    margin: 5px 20px 10px 0;
}

body.discount .controls{
    margin-top: 13px;
}

body.discount p.description{
    height: 80px;
    text-overflow: ellipsis;
}

/*************/
/*************/
/*
/*  COUPONS
/*
/*************/
/*************/

body.coupons .input-group{
    width: 100%;
}

body.coupons .chosen-container{
    background-color: rgba(0, 0, 0, 0.1)
}

body.coupons .error textarea,
body.coupons .input-group.error > *{
    background-color: rgba(255, 74, 67, 0.2)!important;
    border: 1px solid rgba(255, 74, 67, 0.5)!important;
}

body.coupons .form-group .checkbox.check-transparent{
    float: left;
    margin: 5px 20px 10px 0;
}

body.coupons .controls{
    margin-top: 13px;
}

body.coupons p.description{
    height: 80px;
    text-overflow: ellipsis;
}

/*************/
/*************/
/*
/*  WEBINAR
/*
/*************/
/*************/

body.webinar .webinarSwitcher{
    position: absolute;
    top: 60px;
    left: 50%;
    z-index: 2;
}

body.webinar .scheduleWebinarBox,
body.webinar .unscheduleWebinarBox{
    margin-top: 50px;
}

body.webinar .scheduleWebinarBox .startStreaming,
body.webinar .scheduleWebinarBox .startNextSchedule,
body.webinar .scheduleWebinarBox .goToSchedule{
    display: block;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    padding: 20px;
    /*margin: 30px 0 45px;*/
    overflow:hidden;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    -webkit-transition: all .2s, opacity .1s;
    -moz-transition: all .2s, opacity .1s;
    -ms-transition: all .2s, opacity .1s;
    -o-transition: all .2s, opacity .1s;
    transition: all .2s, opacity .1s;
}

body.webinar .scheduleWebinarBox .startStreaming:hover,
body.webinar .scheduleWebinarBox .startNextSchedule:hover,
body.webinar .scheduleWebinarBox .goToSchedule:hover{
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}

body.webinar .scheduleWebinarBox .startStreaming span,
body.webinar .scheduleWebinarBox .startNextSchedule span,
body.webinar .scheduleWebinarBox .goToSchedule span{
    display: block;
    font-size: 23px;
}

body.webinar .scheduleWebinarBox .startStreaming i,
body.webinar .scheduleWebinarBox .startNextSchedule i,
body.webinar .scheduleWebinarBox .goToSchedule i{
    font-size: 150px;
    margin: 10px 0;
}

body.webinar .scheduleWebinarBox .startStreaming i+span,
body.webinar .scheduleWebinarBox .startNextSchedule i+span,
body.webinar .scheduleWebinarBox .goToSchedule i+span{
    font-size: 31px;
}

body.webinar .scheduleWebinarBox .divider{
    display: block;
    width: 1px;
    height: 310px;
    float: left;
    margin: 0 8%;
    background: rgba(255,255,255,.3);
}

body.webinar #startEvent,
body.webinar #createEvent{
    background: rgba(255,255,255,.15);
    padding: 20px;
    border-radius: 6px;
}
body.webinar #createEvent{
    margin-bottom: 30px;
}
body.webinar #startEvent label,
body.webinar #createEvent label{
    color: #fff;
    text-shadow: 0 0 3px rgba(0,0,0,.8);
    font-size: 18px;
}
body.webinar #startEvent label:before,
body.webinar #createEvent label:before{
    background-color: rgba(255, 255, 255, 0.4)!important;
}
body.webinar #startEvent input,
body.webinar #createEvent input,
body.webinar #startEvent textarea,
body.webinar #createEvent textarea{
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,.2);
    color: #fff;
    font-weight: 600;
    text-shadow: 0 0 1px #2d2d2d;
}

body.webinar .webinarHolder{
    height: calc(100vh - 140px);
}

body.webinar .webinarHolder > div{
    height: 100%;
}
body.webinar .webinarHolder #publisher{
    height: 100%!important;
    width: 100%!important;
}
body.webinar .webinarHolder #publisher .OT_root{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%!important;
    height: 100%!important;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

body.webinar .webinarHolder .webchat{
    font-family: 'Raleway', sans-serif;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.20);
    border-radius: 6px;
    vertical-align: middle;
    height:100%;
    overflow: hidden;
    -webkit-transition: height .2s;
    -moz-transition: height .2s;
    -ms-transition: height .2s;
    -o-transition: height .2s;
    transition: height .2s;
}

body.webinar .webinarHolder .webchat .close{
    position: absolute;
    left: -15px;
    background: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 1;
    text-align: center;
    line-height: 30px;
    color: #fff;
}
body.webinar .webinarHolder .webchat .history{
    height: calc(100% - 100px);
    overflow: auto;
}
body.webinar .webinarHolder .webchat .history .other{
    float: left;
    width: 100%;
    margin: 0;
}
body.webinar .webinarHolder .webchat .history .other .name{
    font-size: 13px;
    padding-left: 13px;
    color: #191919;
}
body.webinar .webinarHolder .webchat .history .other .message{
    color: #fff;
    background: rgba(47, 135, 185, 0.5);
    padding: 10px;
    box-sizing: border-box;
    border-radius: 16px;
    margin-top: 7px;
    float: left;
    width: 70%;
    min-width: 200px;
    font-weight: 600;

}
body.webinar .webinarHolder .webchat .history .other .time{
    float: left;
    padding-left: 10px;
    width:30%;
    color: #777;
    font-weight: 600;
}
body.webinar .webinarHolder .webchat .history .me{
    float: left;
    width: 100%;
    margin: 0;
}
body.webinar .webinarHolder .webchat .history .me .message{
    background: rgba(88, 88, 88, .5);
    padding: 10px;
    box-sizing: border-box;
    border-radius: 16px;
    margin-top: 7px;
    float: right;
    width: 70%;
    min-width: 200px;
    font-weight: 600;
    color:#fff;
}
body.webinar .webinarHolder .webchat .history .me .time{
    float: left;
    padding-right: 10px;
    padding-top: 19px;
    text-align: right;
    width:30%;
    color: #191919;
    font-weight: 600;
}
body.webinar .webinarHolder .webchat .tools{
    background: rgba(218, 218, 218, .2);
}
body.webinar .webinarHolder .webchat .tools textarea{
    background: transparent;
    resize: none;
    width: 100%;
    color: #e0e0e0;
    padding: 10px;
    border: 0;
    height: 100px;
    text-shadow: 0 0 1px rgba(0,0,0,.5);
    font-weight: 800;
    letter-spacing: 1px;
}

body.webinar .webinarHolder .webchat .tools textarea::-webkit-input-placeholder,
body.webinar .webinarHolder .webchat .tools textarea:-moz-placeholder,
body.webinar .webinarHolder .webchat .tools textarea::-moz-placeholder,
body.webinar .webinarHolder .webchat .tools textarea:-ms-input-placeholder {
    text-shadow: 0 0 1px rgba(0,0,0,.5);
    font-weight: 800;
    letter-spacing: 1px;
    color: #e0e0e0;
}

body.webinar .webinarTools{
    display: inline-block;
    position: absolute;
    top: -40px;
    width: calc(100% - 31px);
    box-sizing: border-box;
}
body.webinar .toggleScreeShare{
    float: right;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,.15);
    background: rgba(255,255,255,.3);
    padding: 5px 10px;
    border-radius: 3px;
    margin-right:10px;
}
body.webinar .closeStreaming{
    float: right;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,.15);
    background: rgba(255,255,255,.3);
    padding: 5px 10px;
    border-radius: 3px;
}



/*body.webinar #publisher{
    height:0;
    width:100%!important;
    overflow: hidden;
    / *-webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);* /
    -webkit-transition: height .2s;
    -moz-transition: height .2s;
    -ms-transition: height .2s;
    -o-transition: height .2s;
    transition: height .2s;
}
body.webinar .doStream #publisher{
    height: 90vh!important;
}*/






body.webinar .tile-head{
    height:0;
    overflow: hidden;
}
body.webinar .doStream .tile-head,
body.webinar .doWebinar .tile-head,
body.webinar .doEvent .tile-head{
    height: auto
}

body.webinar .scheduleWebinar{
    display: block;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    padding: 20px;
    /*margin: 30px 0 45px;*/
    overflow:hidden;
    cursor: pointer;
    -webkit-transition: all .2s, opacity .1s;
    -moz-transition: all .2s, opacity .1s;
    -ms-transition: all .2s, opacity .1s;
    -o-transition: all .2s, opacity .1s;
    transition: all .2s, opacity .1s;
}

body.webinar .doStream .tile-body > *:not(.webinarHolder),
body.webinar .doWebinar .tile-body > *:not(#startEvent),
body.webinar .doEvent .tile-body > *:not(#createEvent){
    height:0;
    opacity:0;
    margin:0;
    padding:0;
    overflow: hidden;
}

/*body.webinar .closeStreaming,
body.webinar .toggleScreeShare{
    position: absolute;
    right: 2px;
    top: 2px;
    padding: 2px 7px;
    font-size: 20px;
    color: #fff;
}
body.webinar .toggleScreeShare{
    right: 37px;
    font-size: 17px;
    line-height: 29px;
}*/

body.webinar .input-group{
    width: 100%;
}

body.webinar .chosen-container{
    background-color: rgba(0, 0, 0, 0.1)
}

body.webinar .error textarea,
body.webinar .input-group.error > *{
    background-color: rgba(255, 74, 67, 0.2)!important;
    border: 1px solid rgba(255, 74, 67, 0.5)!important;
}

body.webinar .form-group .checkbox.check-transparent{
    float: left;
    margin: 5px 20px 10px 0;
}

body.webinar p.description{
    height: 80px;
    text-overflow: ellipsis;
}

body.webinar .webinarEvent{}
body.webinar .webinarEvent .panel{
    margin-bottom:0;
}
body.webinar .webinarEvent .panel-heading{}
body.webinar .webinarEvent h3.panel-title{
    margin: 0
}
body.webinar .webinarEvent .panel-body{
    font-size: 36px;
    line-height: 43px;
    padding: 5px 0;
}
body.webinar .webinarEvent .panel-body span {
    font-size: 15px;
    line-height: 15px;
    display: block;
    letter-spacing: 1px;
}
body.webinar .webinarEvent h3{
    margin: 5px 0 7px;
    text-overflow: ellipsis;
}
body.webinar .webinarEvent blockquote{
    height: 69px;
    margin-bottom: 0;
    font-size: 14px;
    overflow: auto;
    padding: 0 10px;
}
body.webinar .webinarEvent button{
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    margin: 0;
    padding: 6px 13px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
body.webinar .webinarEvent button i{
    display: block;
    font-size: 66px;
    margin-bottom: 7px;
}

/*************/
/*************/
/*
/*  PATRICK
/*
/*************/
/*************/

body.trader27{
    background: #000;
}
body.trader27 > .videocontent video{
    opacity: .8
}

body.trader27 .navbar-nav.side-nav > li.navigation .menu > li > a:hover,
body.trader27 .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown > a:hover{
    background-color: rgba(255, 255, 255, 0.2);
}

/*************/
/*************/
/*
/*  BERTO
/*
/*************/
/*************/

body.trader30{
    background: #000;
}
body.trader30 > .videocontent video{
    opacity: .8
}
body.team30 section.log-in a{
    color: #fff!important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    text-shadow: 1px 1px 1px #0f1a0e;
}
body.member-login.team30 > .videocontent video{
    opacity:1!important;
}

.videoBlock{
    position: relative;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: left;
    padding: 20px 20px 0;
    margin: 20px;
    width: calc(25% - 40px);
    float: left;
    cursor: pointer;
    overflow: hidden;
}

.videoBlock.choosed,
.videoBlock:hover{
    border-color: #fff;
    background: rgba(255, 255, 255, 0.4);
}

.videoBlock.choosed:before{
    content: '';
    display: block;
    position: absolute;
    right: calc(50% - 25px);
    top: calc(50% - 35px);
    background: #249c0a80;
    border: 1px solid #249c0ae3;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0px 0px 250px 140px #0000007d;
}

.videoBlock.choosed:after{
    content: '';
    display: block;
    position: absolute;
    right: calc(50% - 9px);
    top: calc(50% - 27px);
    width: 15px;
    height: 30px;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    transform: rotate(65deg) skew(30deg);
    border-radius: 0px 3px 7px 3px;
}

.videoBlock img{
    margin: 0 auto;
    height: 150px;
}

.videoBlock p{
    margin-top: 10px;
    height: 25px;
    overflow: hidden;
}

.vimeo-navigation{
    float: right;
    margin-right: 20px;
}

.pager.pager-custom.vimeo-navigation > li > a{
    background-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

.pager.pager-custom.vimeo-navigation > li > a:hover {
    background: #fff;
    color: #7b7b7b;
}

#listWrap h4.media-heading {
    height: 40px;
    overflow: hidden;
}

.timeline > li > .el-container > .content p{
    white-space:pre-wrap;
}

.chat-content .chat-list > li.message.sent .media .media-body{
    background-color:#56d6e447;
}

@media screen and (max-width: 800px) {

    /*.packmobile {
        margin-bottom: 30px !important;
    }*/

    .fakeSelect{
        background-image: url(../images/chosen-sprite@2x.png)!important;
        background-size: 52px 37px!important;
        background-repeat: no-repeat!important;
        height: 36px;
    }

}

body.chat-room .chat-inbox{}
body.chat-room .chat-inbox li {
    padding: 5px 15px;
}
body.chat-room .chat-inbox li a{
    padding: 0 10px;
}
body.chat-room .chat-inbox li a:hover{}
body.chat-room .chat-inbox li a input{
    background: transparent;
    border: 1px solid transparent;
    padding: 7px 12px;
    border-radius: 5px;
}
body.chat-room .chat-inbox li a input:focus{
    background: rgba(173, 173, 173, 0.1);
    outline: none;
    border-color: #bfbfbf;
}

body.chat-room #addRoomForm{
    border: 1px solid #c1c1c1;
    padding: 20px;
    border-radius: 9px;
    width: 90%;
    margin-left: 5%;
    background: rgba(0, 0, 0, 0.19);
}

body.chat-room .roomBlock .chat-list{
    height: calc(100vh - 380px);
    overflow: auto;
}

body.chat-room .roomsList .chat-inbox{
    height: calc(100vh - 313px);
    overflow: auto;
}

body.chat-room .chat-content .chat-list > li.message .media .media-body {
    white-space: unset;
}

body.chat-room .chat-content .chat-list > li.message .media .media-body .media-heading .time{
    text-align: left;
    margin-bottom: 15px;
}
body.chat-room .chat-content .chat-list > li.message.sent .media .media-body .media-heading .time {
    text-align: right;
}

body.team-training .removeCourse{
    position: absolute;
    right: 0;
    top: -15px;
    display: block;
    background: red;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 2;
    color: #fff;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

body.team-training-lessons .resourceLink{
    margin: 5px 0;
}

/*************/
/*************/
/*
/*  CurrencyGodz
/*
/*************/
/*************/

body.trader49{
    background: #353535;
    background-image: none!important;
}
body.trader49 > .videocontent video{
    opacity: .9
}
body.trader49 #content.full-page .inside-block h1{
    color: #404040;
}

/*************/
/*************/
/*
/*  Bella
/*
/*************/
/*************/

body.team61 > .videocontent {
    background: #000;
}

body.team61 > .videocontent video{
    opacity: .6
}

/*************/
/*************/
/*
/*  Hurricane
/*
/*************/
/*************/

body.team63 > .videocontent {
    background: #000;
}

body.team63 > .videocontent video{
    opacity: .6
}
