
/*Theme Colors*/
/*bootstrap Color*/
/*Normal Color*/
/*Border radius*/
/*Preloader*/
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff;
}
.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}
/*Just change your choise color here its theme Colors*/
body {
  background: #2f323e;
}
/*Top Header Part*/
.logo i {
  color: #4c5667;
}
.top-left-part .light-logo {
  display: inline-block;
}
.top-left-part .dark-logo {
  display: none;
}
.navbar-header {
  background: #334955;
    box-shadow: 0 -5px 18px #0a0000;  
}
.app-search .form-control,
.app-search .form-control:focus {
  border: 1px solid rgba(120, 130, 140, 0.13); 
}
.navbar-top-links > li > a {
    color: #f6f5ee;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.bg-title {
  background: #3c4452;
    border-bottom: 1px solid rgba(120,130,140,.13);
}
/*Right panel*/
.right-sidebar .rpanel-title {
  background: #2cabe3;
}
/*Bread Crumb*/
.bg-title .breadcrumb .active {
  color: #2cabe3;
}
/*Sidebar*/
.sidebar {
  background: #2f323e;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}
.sidebar .label-custom {
  background: #01c0c8;
}
#side-menu li a {
  color: #97999f;
}
#side-menu li a {
  color: #97999f;
  border-left: 0px solid #2f323e;
}
#side-menu > li > a:hover,
#side-menu > li > a:focus {
  background: rgba(0, 0, 0, 0.07);
}
#side-menu > li > a.active {
  background: #2cabe3;
  color: #ffffff;
  font-weight: 500;
}
#side-menu ul > li > a:hover {
  color: #ffffff;
}
#side-menu ul > li > a.active {
  color: #ffffff;
  font-weight: 500;
}
.user-profile .user-pro-body .u-dropdown {
  color: #97999f;
}
/*themecolor*/
.bg-theme {
  background-color: #707cd2 !important;
}
.bg-theme-dark {
  background-color: #2cabe3 !important;
}
/*Button*/
.btn-custom {
  background: #2cabe3;
  border: 1px solid #2cabe3;
  color: #ffffff;
}
.btn-custom:hover {
  background: #2cabe3;
  opacity: 0.8;
  color: #ffffff;
  border: 1px solid #2cabe3;
}
/*Custom tab*/
.customtab li.active a,
.customtab li.active a:hover,
.customtab li.active a:focus {
  border-bottom: 2px solid #2cabe3;
  color: #2cabe3;
}
.tabs-vertical li.active a,
.tabs-vertical li.active a:hover,
.tabs-vertical li.active a:focus {
  background: #2cabe3;
  border-right: 2px solid #2cabe3;
}
/*Nav-pills*/
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background: #2cabe3;
  color: #ffffff;
}



.news-icon-center{
  margin-top: 7px;
}

.news-title{
    color: #313131;
    font-weight: 400;  
}

.types_news {
    margin: 0px;
    padding: 0px;
}
 
.types_news li {
    list-style: none;
    padding: 10px;
    display: block;
    cursor: pointer;
}

.types_news li .active {
  font-weight: bold;
}

.types_news li > div {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 100%;
}

.feeds-icon-center{
  line-height: 42px!important;
  color: #ffffff;
}

.archive_news {
    margin: 0px;
    padding: 0px;
}

.archive_news li {
    padding: 10px 20px;
}

.archive_news li {
    list-style: none;
    display: block;
    font-size: 18px;
    padding: 20px 20px;
    border-top: 1px solid rgba(120, 130, 140, 0.13);
        cursor: pointer;
}

.archive_news li a {
    vertical-align: middle;
    color: #313131;
}

.archive_news li .active {
  font-weight: bold;
}







.steamline .sl-right .desc a {
    color: #337ab7;
    font-weight: 300;
}



.btn-calls{
    width: 25px;
    height: 25px;
    padding: 1px 0;
    text-align: center;
}

.mytooltip {
    display: inline;
    position: relative;
    z-index: 100;
    /* z-index: 99999; */
}

.tooltip-effect-5 .tooltip-content {
    background: #3f729b;
    margin-left: -330px;
    width: 330px;    
    -webkit-transform-origin: 50% calc(106%);
    transform-origin: 50% calc(106%);
    -webkit-transform: rotate3d(0,0,1,15deg);
    transform: rotate3d(0,0,1,15deg);
    -webkit-transition: opacity .2s,-webkit-transform .2s;
    transition: opacity .2s,transform .2s;
    -webkit-transition-timing-function: ease,cubic-bezier(.17,.67,.4,1.39);
    transition-timing-function: ease,cubic-bezier(.17,.67,.4,1.39);
}


.tooltip-text {
    font-size: 10px;
    line-height: 16px;
    display: block;
    padding: 1.31em 1.21em 1.21em 0;
    color: #fff;
}

.tooltip-content {
    position: absolute;
    z-index: 9999;
    width: 360px;
    left: 50%;
    margin: 0 0 15px -10px;
    bottom: 100%;
    text-align: left;
    font-size: 10px;
    line-height: 30px;
    box-shadow: -5px -5px 15px rgba(48,54,61,.2);
    background: #2b2b2b;
    opacity: 0;
    cursor: default;
    pointer-events: none;
}

.tooltip-content::after {
    content: '';
    top: 100%;
    left: 54.5%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #3f729b transparent transparent;
    border-width: 12px;
    margin-left: 125px;
}





.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 12px 7px 7px;
    line-height: 1.2;
    vertical-align: middle;
    border-top: 1px solid #eaeaea;
    text-align: center;

}



.btn-label-leads {
    background: rgba(0,0,0,.05);
    display: inline-block;
    margin: -6px -12px -6px -14px;
    padding: 7px 15px;
}



.payments-text {
  color: #313131;
  font-size: 33px;
}



ul.wallet-list li {

    padding: 10px 20px;

}



.col-in h3 {
    font-size: 25px;
    font-weight: 500;
}

.col-in li {
    padding: 0 2px;
}




ul.conditions-list {
  margin: 0px;
  padding: 0px;
}
ul.conditions-list li {
  list-style: none;
  display: block;
  font-size: 15px;
  padding: 10px 20px;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}
ul.conditions-list li i {
  font-size: 24px;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
  color: #41b3f9;
}
ul.conditions-list li a {
  vertical-align: middle;
  color: #313131;
}
ul.conditions-list li a:hover {
  color: #2cabe3;
}


.btn {
    font-weight: 500;
}



.offer_btn .btn-block {
    text-align: left;
}



.dropdown-menu>li>a {

    font-weight: 300;
}


.steamline .sl-right div > a {
    font-weight: 500;
}

.earning-box li .er-row .er-text h3 {

    font-weight: 500;
}





    .input_icon {
        position: relative;
    }

    .input_icon_ya:before {
        content: "";
        position: absolute;
        top: 10px;
        right: 10px;
        display: block;
        width: 20px;
        height: 20px;
        background: url(../images/sprite_counters.png) no-repeat;
        background-position: 0 0px;
    }

    .input_icon_ga:before {
        content: "";
        position: absolute; 
        top: 10px;
        right: 10px;
        display: block;
        width: 20px;
        height: 20px;
        background: url(../images/sprite_counters.png) no-repeat;
        background-position: 0 -20px;
    }

    .input_icon_mail:before {
        content: "";
        position: absolute;
        top: 10px;
        right: 10px;
        display: block;
        width: 20px;
        height: 20px;
        background: url(../images/sprite_counters.png) no-repeat;
        background-position: 0 -40px;
    }

    .input_icon_vk:before {
        content: "";
        position: absolute;
        top: 10px;
        right: 10px;
        display: block;
        width: 20px;
        height: 20px;
        background: url(../images/sprite_counters.png) no-repeat;
        background-position: 0 -60px;
    }

    .input_icon_fb:before {
        content: "";
        position: absolute;
        top: 10px;
        right: 10px;
        display: block;
        width: 20px;
        height: 20px;
        background: url(../images/sprite_counters.png) no-repeat;
        background-position: 0 -80px;
    }



    /* tooltip */


    .tool-tip {
        color: #fff;
        background-color: rgba( 0, 0, 0, .7);
        text-shadow: none;
        font-size: 12px;
        visibility: visible;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -o-border-radius: 7px;
        border-radius: 4px;
        text-align: center;
        opacity: 0;
        z-index: 999;
        padding: 5px 8px;
        position: absolute;
        cursor: default;
        -webkit-transition: all 240ms ease-in-out;
        -moz-transition: all 240ms ease-in-out;
        -ms-transition: all 240ms ease-in-out;
        -o-transition: all 240ms ease-in-out;
        transition: all 240ms ease-in-out;
    }

        .tool-tip,
        .tool-tip.top {
            top: auto;
            bottom: 114%;
            left: 50%;
        }

            .tool-tip.top:after,
            .tool-tip:after {
                position: absolute;
                bottom: -12px;
                left: 50%;
                margin-left: -7px;
                content: ' ';
                height: 0px;
                width: 0px;
                border: 6px solid transparent;
                border-top-color: rgba( 0, 0, 0, .7);
            }

            /* default heights, width and margin w/o Javscript */

            .tool-tip,
            .tool-tip.top {
                width: 100px;
                height: 22px;
                margin-left: -43px;
            }

                /* tool tip position right */

                .tool-tip.right {
                    top: 50%;
                    right: auto;
                    left: 106%;
                    margin-top: -15px;
                    margin-right: auto;
                    margin-left: auto;
                }

                    .tool-tip.right:after {
                        left: -5px;
                        top: 50%;
                        margin-top: -6px;
                        bottom: auto;
                        border-top-color: transparent;
                        border-right-color: rgba( 0, 0, 0, .7);
                    }

                /* tool tip position left */

                .tool-tip.left {
                    top: 50%;
                    left: auto;
                    right: 105%;
                    margin-top: -15px;
                    margin-left: auto;
                }

                    .tool-tip.left:after {
                        left: auto;
                        right: -12px;
                        top: 50%;
                        margin-top: -6px;
                        bottom: auto;
                        border-top-color: transparent;
                        border-left-color: rgba( 0, 0, 0, .7);
                    }

                /* tool tip position bottom */

                .tool-tip.bottom {
                    top: 115%;
                    bottom: auto;
                    left: 50%;
                    margin-bottom: auto;
                }

                    .tool-tip.bottom:after {
                        position: absolute;
                        top: -12px;
                        left: 50%;
                        margin-left: -7px;
                        content: ' ';
                        height: 0px;
                        width: 0px;
                        border: 6px solid transparent;
                        border-top-color: transparent;
                        border-bottom-color: rgba( 0, 0, 0, .6);
                    }

    /* tooltip on focus left and right */

    .on-focus .tool-tip.left,
    .on-focus .tool-tip.right {
        margin-top: -12px;
    }

    /* on hover of element containing tooltip default*/

    *:not(.on-focus):hover > .tool-tip,
    .on-focus input:focus + .tool-tip {
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 240ms ease-in-out;
        -moz-transition: all 240ms ease-in-out;
        -ms-transition: all 240ms ease-in-out;
        -o-transition: all 240ms ease-in-out;
        transition: all 240ms ease-in-out;
    }


    /* tool tip slide out */

    *:not(.on-focus) > .tool-tip.slideIn,
    .on-focus > .tool-tip {
        display: block;
    }

        .on-focus > .tool-tip.slideIn {
            z-index: -1;
        }

    .on-focus > input:focus + .tool-tip.slideIn {
        z-index: 1;
    }

    /* bottom slideIn */

    *:not(.on-focus) > .tool-tip.slideIn.bottom,
    .on-focus > .tool-tip.slideIn.bottom {
        top: 50%;
    }

    *:not(.on-focus):hover > .tool-tip.slideIn.bottom,
    .on-focus > input:focus + .tool-tip.slideIn.bottom {
        top: 115%;
    }

    .on-focus > input:focus + .tool-tip.slideIn.bottom {
        top: 100%;
    }

    /* top slideIn */

    *:not(.on-focus) > .tool-tip.slideIn,
    *:not(.on-focus) > .tool-tip.slideIn.top,
    .on-focus > .tool-tip.slideIn,
    .on-focus > .tool-tip.slideIn.top {
        bottom: 50%;
    }

    *:not(.on-focus):hover > .tool-tip.slideIn,
    *:not(.on-focus):hover > .tool-tip.slideIn.top,
    .on-focus > input:focus + .tool-tip.slideIn,
    .on-focus > input:focus + .tool-tip.slideIn.top {
        bottom: 110%;
    }

    /* left slideIn */

    *:not(.on-focus) > .tool-tip.slideIn.left,
    .on-focus > .tool-tip.slideIn.left {
        right: 50%;
    }

    *:not(.on-focus):hover > .tool-tip.slideIn.left,
    .on-focus > input:focus + .tool-tip.slideIn.left {
        right: 105%;
    }

    /* right slideIn */

    *:not(.on-focus) > .tool-tip.slideIn.right,
    .on-focus > .tool-tip.slideIn.right {
        left: 50%;
    }

    *:not(.on-focus):hover > .tool-tip.slideIn.right,
    .on-focus > input:focus + .tool-tip.slideIn.right {
        left: 105%;
    }

    .tt {
        position: relative;
        width: 100%;
        display: table;
        float: left;
    }




.tooltip-content5 {
    position: absolute;
    z-index: 9999;
    width: 320px;
    height: 240px;
    left: 40%;
    bottom: 100%;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    font-weight: 400;
    color: #000000;
    background: transparent;
    opacity: 0;
    margin: 0 0 25px -155px;
    cursor: default;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: opacity 0.3s 0.3s;
    transition: opacity 0.3s 0.3s;
    margin-top:-50px;
}

.tooltip-content5::after {
    content: '';
    bottom: -28px;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #4C5667;
    border-width: 10px;
    margin-left: -10px;
}

.tooltip-text3 {
    border-bottom: 10px solid #4C5667;
    overflow: hidden;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
}

.tooltip-inner2 {
    background: #4C5667;
    padding: 0px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}


.table-responsive {
    position: unset;
}

.info_group.popover{
    box-shadow: none;
    border: none;
    max-width: none;
    z-index: 99999;
    max-width: 250px;    
}

.info_group.popover.top>.arrow {
    bottom: -8px;
    border-top:none;
    left: 50%;
    border-top-color: rgb(60, 68, 82);
}

.info_group>.popover.top>.arrow:after {
    bottom: 0px;
    border-top-color: #3c4452;    
}

.info_group .popover-content{
    width: 250px !important;
    white-space: normal;
    padding:7px;
    text-align:center;
    font-size: 12px;
    background: #3c4452;
    color: #ffffff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.info_group .popover-content a{
    color: #ffffff;
}

.screens.popover{
    max-width: 326px;
    width: 100%;
}

.screens .popover-content{
    width: 100%;
    white-space: nowrap;
    padding:1px;
    font-size: 10px;
    background: #ffffff;
    color: #ffffff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.landing-screen-small{
    border: 1px solid #e4e3e3;
}

.offers-privat{
position: absolute;
    left: 62px;
    margin-top: 0px;
    background: #4c5667;
    border-radius: 59%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    padding: 5px;
    cursor: pointer;
}

.offer-privat{
    position: absolute;
    left: 39px;
    margin-top: -30px;
    background: #4c5667;
    border-radius: 4px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    padding: 5px;
    cursor: pointer;
}
.offer-privat span{
    font-family: 'Rubik', sans-serif;
}



option{
      font-weight: 300;
}


.col-xs-five,
.col-sm-five,
.col-md-five,
.col-lg-five,
.col-xl-five {
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-five {
  width: 20%;
  float: left;
}

@media (min-width: 640px) {
  .col-sm-five {
    width: 20%;
    float: left;
  }
}

@media (min-width: 768px) {
  .col-md-five {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1024px) {
  .col-lg-five {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1440px) {
  .col-xl-five {
    width: 20%;
    float: left;
  }
}


.stats-marks {
    min-height: 100px;
}


.white-box .box-title {
    font-weight: 400;
    font-size: 21px;
}

.white-box .box-title2 {
    font-size: 14px;
    margin: 0px 0px 12px;
    font-weight: 500;
    text-transform: uppercase;
}


.product-text .box-title{
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
    height: 13px;
    vertical-align: middle;
    display: block;
}

.promo-block{
  min-height: 310px;
}
.promo-discount{
    color: #ffffff;
    background-color: #f33155;
    padding: 15px 10px;
    text-align: center;
    width: 50%;
    height: 60px;
    display: inline-block;
    font-size: 23px;
}

.promo-logo2 {
    float: left;
    margin: 0px 15px 5px 0;
}
.promo-text {
    margin-top: 0px;
    line-height: 1.5;
}
.promo-text span {
    font-weight: bold;
    color: #ce5050;
    font-size: 15px;
    text-transform: uppercase;
}

.promo-code{
font-weight: 700;
    border-radius: 3px;
    color: #2C2E3A;
    text-align: center;
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 1.42857;
    background-color: #efefef;
    margin-top: 20px;
    border: 1px solid #ebebeb;
}



.dashboard-stat-arrow{
    margin-top: -7px;
}

.dashboard-stat-name{
    color: #8d9ea7;
 padding-top: 40px;

}

.dashboard-stat-count{
      font-weight: 500;
    position: absolute;  
}


.ticket-stat-name{
    color: #8d9ea7;
    padding-top: 40px;

}

.ticket-stat-count{
    font-weight: 500;
    position: absolute;
    font-size: 18px;  
}

/*
.media hr{
    margin-bottom: 0;
}
*/


.sl-date {
    font-weight: 300;
}

.dashboard-block-news{
      height: 638px;
overflow-y: scroll;
    overflow-x: hidden;
}

.dashboard-block-offers{
  height: 860px;
}



.dashboard-block-offers ul{
  padding: 0px;
    margin: 0px;
}

.dashboard-block-offers li {
    display: box;
    list-style: none;
    padding: 5px 0;
}

.dashboard-block-offers .offer-row{
      overflow: hidden;
}

.dashboard-block-offers .offer-img{
    float: left;
    margin-right: 0px;
}


.dashboard-block-offers .offer-text{
    float: left;
    width: 70%;
}

.dashboard-block-offers li .offer-row .offer-text h3 {
    margin: 5px 0 0 0px;
    font-weight: 500;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}



.offer-cash{
    float: right;
    color: #41b3f9;
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px;
    width: 125px;
    height: 40px;    
}

.offer-cash img{
  margin-bottom: 5px;
}



.dashboard-block-users{
  height: 860px;
}

.dashboard-block-users ul{
  padding: 0px;
    margin: 0px;
}

.dashboard-block-users li {
    display: box;
    list-style: none;
    padding: 10px 0;
}

.dashboard-block-users .user-row{
      overflow: hidden;
}

.dashboard-block-users .user-img{
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}


.dashboard-block-users .user-text{
    float: left;
    width: 70%;
}

.dashboard-block-users li .user-row .user-text h3 {
    margin: 5px 0 0 0px;
    font-weight: 500;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.offer-info-link{
    color: #41b3f9;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px dashed #41b3f9;
}



#statistics > thead > tr > th {
    white-space: nowrap;
    padding-right: 20px;
}

#statistics > thead > tr > td {
    white-space: nowrap;
}

table> tbody > tr.footable-empty > td {
    font-size: 21px !important;
    padding-top: 30px;
}


.fixed-block{
    position: fixed;
    display: block;
    max-width: 16%;
    width: 100%;
    margin-left: -40px; 
}


th .tooltip, td .tooltip {
    position:absolute
}


.calc .podc {
    color: #263238;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
}

.calc .podc span {
    color: #8d9ea7;
    font-size: 15px;
    font-weight: 300;

}

.calc { 
  margin-bottom: 40px;
}
.calc_1 {
    margin-top: 25px;
    float: left;
    width: 100%;
}
.calc_1 > div {
  width:50%;
  float: left;

}
.calc_wrap {
  margin-bottom: 10px;
}
.calc input {
    width: 105px;
    margin: 0 0 7px;
    padding: 0 11px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #e4e7ea;
    color: #0e2558;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    height: 40px;
}
.calc p {
    display: block;
    color: #8d9ea7;
}
.p_c1 {
    width: 100%;
    float: left;
    line-height: 1;
}
.p_c1 span {
    float: left;
    margin-top: 3px;
    font-size: 17px;
        width: 50%;
}
.p_c1 label {
  float:right;
}
.p_c1 label i {
      font-size: 20px;
    font-style: normal;
    padding-left: 10px;
    width: 10px;
    display: inline-block;
    margin-right: 25px;
    color: #2f323e;
}
.next_icon {
    float: left;
    height: 50px;
    margin-top: 40px;
    margin-left: 48px;
}
.next_icon img,.next_icon2 img {
  height: 100%;
}
.calc i {
  font-style: normal;
}
.calc_1_desc {
  font-size: 14px;
}
.calc_1 h3 {
    color: #41b3f9;
    font-size: 45px;
    font-weight: 900;
    text-transform: uppercase;
}
.calc_1 h3 span {
      font-size: 23px;
    color: #7ace4c;
}
.calc_1 h4 {
    color: #41b3f9;
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .8px;
}
.percents {
    float: right;
    padding-right: 64px;
    margin-top: 40px;
    width: 317px;
}
.percents2 {
    float: right;
    padding-right: 1px;
    margin-top: 8px;
    width: 320px;
    }
.next_icon2 {
    float: left;
    height: 50px;
    margin-top: 22px;
    margin-left: 48px;
}
@media screen and (max-width: 960px) {
    .calc_1 > div {
      width: 100%;
    max-width: 500px;
    margin: 0 auto;
    float: none;
    margin-top: 20px;
    }
    .calc_1 {
          width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    }
    .p_c1 span {
      font-size: 13px;
    }
   }
   @media screen and (max-width: 414px) {




.calc_1 {
  margin-bottom: 0;
}


    .percents {
padding-right: 10px;
    text-align: center;
    margin: 0 auto;
}
.percents2 {
    width: 300px;
    margin: 0 auto;
    text-align: center;
}
.next_icon {
      margin-left: 20px;
      display: none;
}.next_icon2 {
      margin-left: 0px;
      display: none;

}
   }


.checkbox label, .radio label {

    font-weight: 500;
}   




.label-manager {
    background-color: #d9534f;
    font-weight: 300;
    border-radius: 5px;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}


.label-user {
    background-color: #4fbbd9;
    font-weight: 300;
    border-radius: 5px;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.ticket-list .list-group-item {
  background-color: transparent;
  border: 0px;
  border-left: 3px solid #ffffff;
  border-radius: 0px;
  cursor: pointer;
}
.ticket-list .list-group-item:hover {
  background: #f7fafc;
  border-left: 3px solid #f7fafc;
}
.ticket-list .list-group-item:focus {
  border-left: 3px solid #f7fafc;
}
.ticket-list .list-group-item.active:focus {
  background: #f7fafc;
  border-left: 3px solid #f33155;
}
.ticket-list .list-group-item.active {
  border-left: 3px solid #f33155;
  border-radius: 0px;
  color: #263238 !important;
}


.category-list .list-group-item {
  background-color: transparent;
  border: 0px;
  border-left: 3px solid #ffffff;
  border-radius: 0px;
  cursor: pointer;
}
.category-list .list-group-item:hover {
  background: #f7fafc;
  border-left: 3px solid #f7fafc;
}
.category-list .list-group-item:focus {
  border-left: 3px solid #f7fafc;
}
.category-list .list-group-item.active:focus {
  background: #f7fafc;
  border-left: 3px solid #f33155;
}
.category-list .list-group-item.active {
    font-weight: 600;
    color: #4c5667;
}


.ticket_row{
     margin-top: 10px;
    margin-bottom: 10px;
}

.ticket_row p{
    padding-top: 10px;
    padding-left: 5px;
}


.ticket_row span{
    font-size: 13px;
    color: #777777;
    margin-top: -10px;
}


.ticket_info{
border: 1px solid #edeff0;
    background: #f7f7f7;
    padding: 10px;
    border-radius: 3px;
}

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

    .thumb-sm {
        height: 25px;
        width: 25px;
    }

    .ticket_info {
        padding: 5px;
    }
    
    .ticket_info h4 {
        font-size: 15px;
    }    
 
    .ticket_row span{
        padding-top: 13px;
        font-size: 11px;
    }   
}




select
{
    width: 200px;
}

 

option
{
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
}

 

option:hover
{
    background-color: #eee;
}


select.icon-domain-def,
select.icon-domain-user
{
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 16px;
    background-position: 0 1px;
}

.icon-domain-def
{
    background: url('https://cdn0.iconfinder.com/data/icons/fatcow/16/world.png') no-repeat;
    background-size: 16px;
    padding-left: 20px;
    background-position: 0 1px;
}


.icon-domain-user
{
    background: url('https://cdn0.iconfinder.com/data/icons/fatcow/16/ceo.png') no-repeat;
    background-size: 16px;
    padding-left: 20px;
    background-position: 0 1px;
}



#video_holder img{
    position: relative;
    width: 277px;
    height: 208px;
}
#video_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: url('https://cdn0.iconfinder.com/data/icons/super-mono-reflection/blue/button-play_blue.png') 50% 50% no-repeat;   
}
#video_overlay.o{
    background: none;
}

.all_calls{
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 5px 0px;
    background: #f00;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    margin-top: -38px;
    margin-left: 31px;
  }



.leads>tbody>tr>td, .leads>tbody>tr>th, .leads>tfoot>tr>td, .leads>tfoot>tr>th, .leads>thead>tr>td, .leads>thead>tr>th {
    padding: 4px 7px;
    line-height: 1.1;
    height:55px;
    overflow: hidden;
}

.table_offer{
    font-size: 13.5px;
    line-height: 1 !important;
    text-align: left !important;
    width: 190px;
}

.table_offer img {
    margin-right: 5px;
}

#chart2{
  min-height: 335px; 
}


.preloader2{
  position: block;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;   
  overflow: visible;
  background: #ffffff;
  background:url('../images/preloader-chart.gif') no-repeat center center;  
}

.rules {
border-radius: 0px;
    margin-bottom: 30px;
    border: 0px;
    box-shadow: none;
    padding: 15px 25px;
}

.rules h1{
    border-radius: 0px;
    font-weight: 500;
    font-size: 18px;
    padding: 5px;
}

#adm_group{
 margin-bottom: 0;
    margin-top: -5px;
}

#adm_group label{
 display : inline;
 padding-right : 4px;
}

#adm_group select{
    margin-top: 4px;
    display: inline;
    width: auto;    
}

#accounts
{
    font-size: 13px;
}

#accounts img{
    border-radius: 50%;
    margin: -7px 0px;
    text-align: left;
    float: left;
    margin-right: 10px;
    vertical-align: middle;
}
 

#accounts th{
    text-align: center;
    font-size: 12px;    
}
 
.search-listing li .tags_block {
    margin: 10px auto 5px;
}

.search-listing li .tags_block a{
    padding: 0 2px;
}

.search-listing li p a{
    color: #334955;
    text-decoration: underline;
}

table.footable > thead > tr > th.footable-sortable{
    padding-right: 7px;
}

.footer{
    text-align: center;
}


.footer .block_links{
display: inline-block;
    color: #fff0;
    margin: 0 auto;
    text-align: center;
}


.footer .block_links a{
    color: #e7ddc4;
    text-decoration: underline;
    margin: 0 5px;    
}

.thumb-wrap2{
    position: relative;
    padding-bottom: 25%;
    width: 80%;
    padding-top: 10px;
    height: 0;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;    
}

.all_c a{
    color:#334955;
}

.search-listing h3 a span{
    font-weight: 400;
    color: #bc1313;   
}

h4 span{
    color: #bc1313;   
}