@import 'https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700';
@import url(../fonts/font-awesome/css/font-awesome.min.css);
@import url(../plugin/bootstrap/css/bootstrap.min.css);
@import url(../plugin/nprogress/nprogress.css);

.bg-success{
    background-color:#00bf4f!important
}
@media (min-width:1025px){

.box-content{
    position:relative;
    padding:20px;
    margin:0px 0px 20px 0px;
    background:#ffffff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    box-shadow:0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05)
}
.box-content:after{
    content:"";
    display:block;
    width:0px;
    height:0px;
    clear:both;
    overflow:hidden
}
.box-content .box-title{
    margin:0px 0px 30px 0px;
    font-size:16px;
    line-height:16px;
    font-weight:600;
    transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    -ms-transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease
}
.box-content .box-title .ico{
    margin-right:8px;
    line-height:16px
}
.box-content .box-title.with-control .controls{
    position:absolute;
    right:20px;
    top:20px;
    font-size:0px;
    line-height:16px
}
.box-content .box-title.with-control .control{
    border:none;
    background:none;
    outline:none;
    height:16px;
    font-size:14px
}
.box-content .box-title.with-control .fa-times{
    position:relative;
    top:-1px
}
.box-content .content:after{
    content:"";
    display:block;
    width:0px;
    height:0px;
    clear:both;
    overflow:hidden
}
.box-content .dropdown.js__drop_down{
    position:absolute;
    right:20px;
    top:20px
}
.box-content .dropdown.js__drop_down .dropdown-icon{
    color:#aab2bd
}
@media (min-width:1025px){
    .box-content .dropdown.js__drop_down .dropdown-icon:hover{
        color:#435966
    }
}
.box-content .dropdown.js__drop_down .sub-menu{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity:0;
    -khtml-opacity:0;
    opacity:0;
    visibility:hidden;
    position:absolute;
    top:0px;
    right:100%;
    margin-right:5px;
    z-index:20;
    width:200px;
    margin-top:2px;
    padding:10px 0px;
    border:1px solid rgba(152, 166, 173, 0.15);
    background:#ffffff;
    list-style:none;
    transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    -ms-transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    transform:translate(0, 20px);
    -webkit-transform:translate(0, 20px);
    -moz-transform:translate(0, 20px);
    -o-transform:translate(0, 20px);
    -ms-transform:translate(0, 20px);
    box-shadow:0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    -moz-box-shadow:0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    -webkit-box-shadow:0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02)
}
.box-content .dropdown.js__drop_down .sub-menu a{
    display:block;
    padding:6px 20px 6px 20px;
    color:#435966
}
@media (min-width:1025px){
    .box-content .dropdown.js__drop_down .sub-menu a:hover{
        color:#1d84df
    }
}
.box-content .dropdown.js__drop_down .sub-menu .split{
    margin:9px 0px 9px 0px;
    width:100%;
    height:1px;
    background:#e5e5e5
}
.box-content .dropdown.js__drop_down.active .dropdown-icon{
    color:#435966
}
.box-content .dropdown.js__drop_down.active .sub-menu{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity:1;
    -khtml-opacity:1;
    opacity:1;
    visibility:visible;
    transform:translate(0, 0);
    -webkit-transform:translate(0, 0);
    -moz-transform:translate(0, 0);
    -o-transform:translate(0, 0);
    -ms-transform:translate(0, 0)
}
.box-content.card-closed .box-title{
    margin-bottom:0px!important
}
.box-content.card-closed .box-title.with-control .fa-minus:before{
    content:"\f067"
}
.box-content.bordered{
    border-top:4px solid #435966;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px
}
.box-content.bordered-all{
    border:1px solid #435966;
    border-top:4px solid #435966;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px
}
.box-content.card{
    padding:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px
}
.box-content.card .box-title{
    margin-bottom:0px;
    padding:10px 20px 10px 20px;
    line-height:30px;
    color:#ffffff!important;
    background-color:#435966
}
.box-content.card .box-title .ico{
    line-height:30px
}
.box-content.card .box-title .controls{
    top:17px
}
.box-content.card .dropdown{
    top:15px
}
.box-content.card .dropdown .dropdown-icon{
    color:#ffffff
}
.box-content.card .card-content{
    padding:20px
}
.box-content.card.bordered-all{
    border-top:none
}
.box-content.card .dropdown.js__drop_down .dropdown-icon{
    color:#ffffff!important
}
.box-content.card.white .box-title{
    color:#435966!important;
    background:#ffffff;
    border-bottom:1px solid #e6e9ed
}
.box-content.primary{
    border-color:#188ae2
}
.box-content.primary .box-title{
    color:#188ae2
}
.box-content.success{
    border-color:#00bf4f
}
.box-content.success .box-title{
    color:#00bf4f
}
.box-content.info{
    border-color:#00aeff
}
.box-content.info .box-title{
    color:#00aeff
}
.box-content.warning{
    border-color:#fbbc05
}
.box-content.warning .box-title{
    color:#fbbc05
}
.box-content.danger{
    border-color:#ea4335
}
.box-content.danger .box-title{
    color:#ea4335
}
.box-content.muted{
    border-color:#f4f8fb
}
.box-content.muted .box-title{
    color:#f4f8fb
}
.box-content.inverse{
    border-color:#212121
}
.box-content.inverse .box-title{
    color:#212121
}
.box-content.purple{
    border-color:#5b69bc
}
.box-content.purple .box-title{
    color:#5b69bc
}
.box-content.pink{
    border-color:#ff8acc
}
.box-content.pink .box-title{
    color:#ff8acc
}
.box-content.lightdark{
    border-color:#f4f8fb
}
.box-content.lightdark .box-title{
    color:#f4f8fb
}
.calendar{
    float:left;
    margin-bottom:0px
}
.fc-view{
    margin-top:30px
}
.none-border .modal-footer{
    border-top:none
}
.fc-toolbar{
    margin-bottom:5px;
    margin-top:15px
}
.fc-toolbar h2{
    font-size:18px;
    line-height:30px;
    font-weight:600;
    text-transform:uppercase
}
.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active,.fc-toolbar button:focus,.fc-toolbar button:hover{
    z-index:0
}
.fc-widget-content,.fc-widget-header{
    border:1px solid #d7ecfb
}
.fc th.fc-widget-header{
    background:#f5f5f5;
    font-size:14px;
    line-height:20px;
    padding:10px 0px 10px 0px;
    text-transform:uppercase
}
.fc th.fc-widget-header a{
    color:#505458
}
.fc .fc-event .fc-bg{
    display:none
}
.fc .fc-list-item[class*=" bg-"]{
    color:#ffffff
}
.fc .fc-list-item[class*=" bg-"]:hover td{
    background:rgba(255, 255, 255, 0.2)
}
.fc-button{
    background:#ffffff;
    border:1px solid #d7ecfb;
    color:#555;
    text-transform:capitalize
}
.fc-text-arrow{
    font-size:16px
}
.fc-state-hover{
    background:#f3f3f3
}
.fc-cell-overlay,.fc-state-highlight{
    background:#f0f0f0
}
.fc-unthemed .fc-today{
    background:#ffffff
}
#external-events .fc-event,.fc .fc-event{
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    border:none;
    cursor:move;
    font-size:12px;
    margin:5px 7px 5px 7px;
    padding:5px;
    text-align:center
}
.external-event{
    color:#ffffff;
    cursor:move;
    margin:10px 0px 10px 0px;
    padding:6px 10px 6px 10px
}
.fc-basic-view td.fc-day-number,.fc-basic-view td.fc-week-number span{
    padding-right:5px
}
.fc-toolbar .fc-button-group .fc-button{
    background:#ffffff
}
.fc-toolbar .fc-button-group .fc-button:hover{
    background:#F5F5F5
}
.fc .fc-event,.fc .fc-event-dot{
    background:#1d84df;
    transition:none;
    -moz-transition:none;
    -webkit-transition:none
}
.fc .fc-event-dot{
    background:#ffffff
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{
    color:#435966
}
.fc.fc-ltr .fc-h-event.fc-not-start,.fc.fc-rtl .fc-h-event.fc-not-end{
    margin-left:7px
}
@media (max-width:479px){
    .fc .fc-toolbar .fc-right{
        width:100%;
        text-align:left;
        margin-top:15px;
        margin-bottom:25px
    }
    .fc .fc-view-container{
        overflow:auto
    }
    .fc .fc-view-container .fc-view{
        width:400px
    }
}
.chartist-chart .ct-label{
    font-size:12px
}
.chartist-chart-pie .ct-label{
    font-size:14px;
    color:#ffffff;
    fill:#fff
}
.checkbox input[type=checkbox]{
    display:none
}
.checkbox input[type=checkbox]:checked+label:before{
    border-color:#415dfb;
    background:#415dfb
}
.checkbox input[type=checkbox]:checked+label:after{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity:1;
    -khtml-opacity:1;
    opacity:1
}
.checkbox input[type=checkbox]:disabled+label{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity:0.6;
    opacity:0.6
}
.checkbox label{
    position:relative;
    padding-left:25px
}
.checkbox label:before{
    content:"";
    position:absolute;
    top:1px;
    left:0px;
    width:17px;
    height:17px;
    border:1px solid #ccc;
    background:#ffffff;
    transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    -ms-transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease
}
.checkbox label:after{
    content:"\f00c";
    font-family:'FontAwesome';
    font-size:12px;
    line-height:15px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity:0;
    -khtml-opacity:0;
    opacity:0;
    position:absolute;
    top:2px;
    left:2px;
    color:#ffffff;
    transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    -ms-transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease
}
.checkbox.primary input[type=checkbox]:checked+label:before{
    background:#188ae2;
    border-color:#188ae2
}
.checkbox.success input[type=checkbox]:checked+label:before{
    background:#00bf4f;
    border-color:#00bf4f
}
.checkbox.info input[type=checkbox]:checked+label:before{
    background:#00aeff;
    border-color:#00aeff
}
.checkbox.warning input[type=checkbox]:checked+label:before{
    background:#fbbc05;
    border-color:#fbbc05
}
.checkbox.danger input[type=checkbox]:checked+label:before{
    background:#ea4335;
    border-color:#ea4335
}
.checkbox.purple input[type=checkbox]:checked+label:before{
    background:#5b69bc;
    border-color:#5b69bc
}
.checkbox.pink input[type=checkbox]:checked+label:before{
    background:#ff8acc;
    border-color:#ff8acc
}
.checkbox.inverse input[type=checkbox]:checked+label:before{
    background:#212121;
    border-color:#212121
}
.checkbox.circled label:before{
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%
}
.dataTables_wrapper .dataTables_paginate .pagination{
    margin:0
}
.dataTables_wrapper .dataTables_paginate .pagination .paginate_button{
    padding:0px;
    min-width:0px;
    margin-left:10px;
    border:none;
    background:none
}
.dataTables_wrapper .dataTables_paginate .pagination .paginate_button:first-child{
    margin-left:0px
}
.dataTables_wrapper .dataTable{
    margin-top:10px!important;
    margin-bottom:18px!important
}
.dataTables_wrapper .dataTable .group{
    background-color:#1d84df;
    color:#ffffff
}
.dataTables_wrapper .dataTables_scrollBody .dataTable{
    margin-top:0px!important;
    margin-bottom:0px!important
}
.dataTables_wrapper .dataTables_scrollFoot .dataTable{
    margin-top:0px!important
}
.dataTables_wrapper table.dataTable thead td,.dataTables_wrapper table.dataTable thead th,.dataTables_wrapper table.dataTable thead th{
    border-bottom-color:#ddd;
    padding-left:8px;
    padding-right:8px;
    border-bottom-width:1px
}
table.focus-on>tbody>tr.focused.unfocused>td,table.focus-on>tbody>tr.focused.unfocused>th{
    background:#1d84df;
    color:#ffffff
}
.dropcap,.dropcap-circle,.dropcap-square{
    display:block;
    float:left;
    font-weight:400;
    line-height:36px;
    margin-right:6px;
    text-shadow:none
}
.dropcap{
    font-size:3.1em
}
.dropcap-circle{
    font-size:26px;
    line-height:36px;
    width:36px;
    text-align:center;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%
}
.dropcap-square{
    font-size:26px;
    line-height:36px;
    width:36px;
    text-align:center
}
.example-content{
    position:relative;
    padding:15px;
    background:#f5f5f5
}
.example-content .modal{
    display:block;
    position:relative;
    top:auto;
    left:auto;
    right:auto;
    bottom:auto;
    z-index:10
}
.example-content .modal-dialog{
    left:auto;
    margin-right:auto;
    margin-left:auto
}
.bs-example{
    position:relative;
    padding:45px 15px 15px 15px;
    margin:0px;
    border:1px solid #ddd;
    background:#f4f4f4
}
.bs-example .bs-title{
    position:absolute;
    top:15px;
    left:15px;
    font-size:12px;
    font-weight:700;
    color:#435966;
    text-transform:uppercase
}
.bs-example>.dropdown>.dropdown-toggle{
    float:left
}
.bs-example>.dropdown>.dropdown-menu{
    position:static;
    display:block;
    margin-bottom:5px;
    clear:left
}
.inbox-list{
    margin-bottom:15px;
    list-style:none;
    padding:0px
}
.inbox-list li{
    border-bottom:1px solid #f3f3f3
}
.inbox-list .avatar{
    position:absolute;
    top:10px;
    left:0px;
    width:40px;
    height:40px;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%
}
.inbox-list .inbox-item{
    position:relative;
    min-height:40px;
    padding:10px 0px 10px 55px;
    transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    -ms-transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease
}
.inbox-list .name{
    color:#1d84df;
    margin:0px;
    transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    -ms-transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease;
    font-size:14px;
    line-height:22px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    font-weight:500
}
@media (min-width:1025px){
    .inbox-list .name:hover{
        color:#304ffe
    }
}
.inbox-list .text{
    color:#656d78;
    font-size:12px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    margin:0px;
    font-weight:500
}
.inbox-list .time{
    font-size:11px;
    color:#aab2bd;
    position:absolute;
    top:10px;
    right:0px
}
.inbox-list .full-text .text{
    white-space:normal
}
.inbox-read-more{
    display:block;
    color:#435966;
    text-align:center
}
.ui-sortable-placeholder{
    border:2px dashed #435966;
    background:#ccc;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -moz-opacity:0.7;
    -khtml-opacity:0.7;
    opacity:0.7
}
.menu-mobile-button{
    display:block;
    position:absolute;
    top:0;
    left:0;
    height:75px;
    width:70px;
    border:none;
    outline:none;
    font-size:20px;
    line-height:75px;
    color:#ffffff;
    background:#187cd4
}
.morris-chart-detail-list{
    margin-top:10px
}
.morris-chart-detail-list .fa{
    margin-right:5px
}
.morris-chart-detail-list li:nth-child(1){
    color:#fcb03b
}
.morris-chart-detail-list li:nth-child(2){
    color:#ea65a2
}
.morris-chart-detail-list li:nth-child(3){
    color:#566FC9
}
.morris-chart-detail-list li:nth-child(4){
    color:#333333
}
.morris-chart-realtime .morris-hover-row-label{
    display:none
}
.notice{
    display:inline-block;
    -webkit-border-radius:0.25em;
    -moz-border-radius:0.25em;
    border-radius:0.25em;
    padding:2px 6px 0;
    font-size:75%
}
.notice-blue{
    color:#ffffff;
    background:#1d84df
}
.notice-purple{
    color:#ffffff;
    background:#5b69bc
}
.notice-yellow{
    color:#ffffff;
    background:#fbbc05
}
.notice-danger{
    color:#ffffff;
    background:#ff1744
}
.notice-list{
    list-style:none;
    padding:0px
}
.notice-list li{
    border-bottom:1px solid #eaedef
}
.notice-list a{
    display:block;
    position:relative;
    padding:14px 15px 14px 85px;
    min-height:75px
}
.notice-list a:hover{
    background:#f5f7fa
}
.notice-list .avatar{
    position:absolute;
    top:10px;
    left:15px;
    width:55px;
    height:55px;
    overflow:hidden;
    text-align:center;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%
}
.notice-list .avatar i{
    font-size:24px;
    line-height:55px;
    color:#ffffff;
    top:0px
}
.notice-list .desc{
    color:#90a4ae;
    font-size:13px;
    line-height:23px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    width:100%;
    display:block
}
.notice-list .name{
    font-size:14px;
    line-height:24px;
    font-weight:500;
    color:#212121;
    transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    -ms-transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease;
    text-overflow:ellipsis;
    white-space:nowrap;
    width:100%;
    display:block
}
@media (min-width:1025px){
    .notice-list .name:hover{
        color:#1d84df
    }
}
.notice-list .time{
    font-size:12px;
    text-overflow:ellipsis;
    white-space:nowrap;
    display:block;
    color:#aab2bd;
    position:absolute;
    right:20px;
    top:17px
}
.notice-popup{
    opacity:0;
    visibility:hidden;
    position:fixed;
    top:75px;
    right:20px;
    z-index:40;
    background:#ffffff;
    width:450px;
    max-width:100%;
    padding-top:50px;
    transform:translate(0, 30px);
    -webkit-transform:translate(0, 30px);
    -moz-transform:translate(0, 30px);
    -o-transform:translate(0, 30px);
    -ms-transform:translate(0, 30px);
    transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    -ms-transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease;
    box-shadow:0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    -webkit-box-shadow:0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    -moz-box-shadow:0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02)
}
@media (max-width:550px){
    .notice-popup{
        width:100%;
        right:0
    }
    .notice-popup#message-popup{
        right:0
    }
}
.notice-popup.active{
    opacity:1;
    visibility:visible;
    transform:translate(0, 0);
    -webkit-transform:translate(0, 0);
    -moz-transform:translate(0, 0);
    -o-transform:translate(0, 0);
    -ms-transform:translate(0, 0)
}
.notice-popup .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background:#aab2bd
}
.notice-popup:hover .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity:1;
    -khtml-opacity:1;
    opacity:1
}
.notice-popup .content{
    overflow:auto;
    height:100%
}
.notice-popup .content .notice-list{
    width:100%;
    overflow:hidden
}
.notice-popup .popup-title{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:50px;
    padding:11px 10px 11px 18px;
    color:#1b1f20;
    margin:0px;
    border-bottom:1px solid #e6e9ed;
    font-weight:600;
    letter-spacing:0.03em;
    text-transform:uppercase;
    font-size:14px;
    line-height:27px
}
.notice-popup .popup-title a{
    text-transform:initial;
    font-weight:400
}
.notice-popup .popup-close{
    position:absolute;
    top:0px;
    right:0px;
    z-index:10;
    font-size:18px;
    line-height:59px;
    padding:0px 10px 0px 10px;
    color:#435966
}
@media (min-width:1025px){
    .notice-popup .popup-close:hover{
        color:#ea4335
    }
}
.notice-popup .notice-read-more{
    font-size:14px;
    line-height:24px;
    color:#212121;
    padding:3px 10px 13px;
    text-align:center;
    display:block
}
.notice-popup .notice-read-more:hover{
    color:#1d84df
}
#message-popup{
    right:60px
}
.noui-connect .noUi-origin{
    right:auto;
    width:0px
}
.noui-connect .connect{
    position:absolute;
    top:0px;
    bottom:0px;
    background:#80C9F5;
    box-shadow:inset 0 0 3px rgba(51, 51, 51, 0.45);
    -moz-box-shadow:inset 0 0 3px rgba(51, 51, 51, 0.45);
    -webkit-box-shadow:inset 0 0 3px rgba(51, 51, 51, 0.45)
}
.noui-connect.noUi-state-tap .connect{
    -webkit-transition:left 300ms, right 300ms;
    -moz-transition:left 300ms, right 300ms;
    transition:left 300ms, right 300ms
}
.noui-number,.noui-select{
    padding:7px;
    margin:15px 5px 5px 5px;
    width:70px
}
.process-bar{
    display:block;
    position:relative;
    width:100%;
    height:5px;
    margin-top:12px;
    background:#ffffff;
    overflow:hidden
}
.process-bar .bar{
    position:absolute;
    top:0px;
    left:0px;
    height:5px;
    z-index:2
}
.process-bar .bar-bg{
    position:absolute;
    top:0;
    left:0;
    height:5px;
    z-index:1;
    opacity:0.2;
    width:100%
}
.radio input[type=radio]{
    display:none
}
.radio input[type=radio]:checked+label:before{
    border-color:#435966
}
.radio input[type=radio]:checked+label:after{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity:1;
    -khtml-opacity:1;
    opacity:1
}
.radio input[type=radio]:disabled+label{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity:0.6;
    opacity:0.6
}
.radio label{
    position:relative;
    padding-left:25px
}
.radio label:before{
    content:"";
    position:absolute;
    top:1px;
    left:0px;
    width:17px;
    height:17px;
    border:1px solid #ccc;
    transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    -ms-transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%
}
.radio label:after{
    content:"";
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity:0;
    -khtml-opacity:0;
    opacity:0;
    position:absolute;
    top:4px;
    left:3px;
    width:11px;
    height:11px;
    background:#435966;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    -ms-transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease
}
.radio.primary label:after{
    background:#1d84df
}
.radio.success label:after{
    background:#00bf4f
}
.radio.info label:after{
    background:#00aeff
}
.radio.warning label:after{
    background:#fbbc05
}
.radio.danger label:after{
    background:#ea4335
}
.radio.purple label:after{
    background:#5b69bc
}
.radio.pink label:after{
    background:#ff8acc
}
.radio.inverse label:after{
    background:#212121
}
.radio.primary input[type=radio]:checked+label:before{
    border-color:#1d84df
}
.radio.success input[type=radio]:checked+label:before{
    border-color:#00bf4f
}
.radio.info input[type=radio]:checked+label:before{
    border-color:#00aeff
}
.radio.warning input[type=radio]:checked+label:before{
    border-color:#fbbc05
}
.radio.danger input[type=radio]:checked+label:before{
    border-color:#ea4335
}
.radio.purple input[type=radio]:checked+label:before{
    order-color:#5b69bc
}
.radio.pink input[type=radio]:checked+label:before{
    border-color:#ff8acc
}
.radio.inverse input[type=radio]:checked+label:before{
    border-color:#212121
}
.searchform{
    display:inline-block;
    position:relative;
    margin-left:20px;
    padding:13px 0px 13px 0px
}
.searchform .input-search{
    border:none;
    width:190px;
    height:34px;
    padding:7px 40px 7px 20px;
    font-size:13px;
    line-height:20px;
    color:#505458;
    background:#ffffff;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px
}
.searchform .input-search::-webkit-input-placeholder{
    color:#999999
}
.searchform .input-search:-moz-input-placeholder{
    color:#999999
}
.searchform .input-search::-moz-input-placeholder{
    color:#999999
}
.searchform .input-search:-ms-input-placeholder{
    color:#999999
}
.searchform .button-search{
    position:absolute;
    top:22px;
    right:10px;
    color:#435966;
    z-index:10;
    background:none;
    outline:none;
    border:none
}
@media (min-width:1025px){
    .searchform .button-search:hover{
        color:#1d84df
    }
}
.statistics-box{
    padding-top:14px;
    min-height:80px;
    text-align:center
}
.statistics-box.with-icon{
    position:relative;
    padding-left:80px;
    text-align:right
}
.statistics-box.with-icon .ico{
    position:absolute;
    top:0px;
    left:0px;
    width:80px;
    height:80px;
    font-size:70px;
    line-height:80px;
    text-align:center
}
.statistics-box.with-icon .ico.small{
    font-size:42px
}
.statistics-box .counter{
    margin-top:0px;
    margin-bottom:0px
}
.statistics-box .text{
    color:#aab2bd;
    margin:0px
}
.switch{
    display:block;
    margin-bottom:10px
}
.switch input[type=checkbox]{
    display:none
}
.switch input[type=checkbox]:checked+label:before{
    background:#435966;
    border-color:#435966
}
.switch input[type=checkbox]:checked+label:after{
    left:14px
}
.switch label{
    position:relative;
    padding-left:40px;
    font-weight:400;
    cursor:pointer;
    margin:0px;
    min-height:20px
}
.switch label:before{
    content:"";
    width:30px;
    height:18px;
    position:absolute;
    top:1px;
    left:0px;
    border:1px solid #ddd;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    background:#f1f1f1;
    transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    -ms-transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease
}
.switch label:after{
    content:"";
    width:16px;
    height:16px;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    position:absolute;
    top:2px;
    left:0px;
    z-index:10;
    background:#ffffff;
    transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    -ms-transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease;
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:0 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3)
}
.switch.primary input[type=checkbox]:checked+label:before{
    background:#1d84df;
    border-color:#1d84df
}
.switch.success input[type=checkbox]:checked+label:before{
    background:#00bf4f;
    border-color:#00bf4f
}
.switch.info input[type=checkbox]:checked+label:before{
    background:#00aeff;
    border-color:#00aeff
}
.switch.warning input[type=checkbox]:checked+label:before{
    background:#fbbc05;
    border-color:#fbbc05
}
.switch.danger input[type=checkbox]:checked+label:before{
    background:#ea4335;
    border-color:#ea4335
}
.switch.purple input[type=checkbox]:checked+label:before{
    background:#5b69bc;
    border-color:#5b69bc
}
.switch.pink input[type=checkbox]:checked+label:before{
    background:#ff8acc;
    border-color:#ff8acc
}
.switch.inverse input[type=checkbox]:checked+label:before{
    background:#212121;
    border-color:#212121
}
.tab-content{
    padding:15px;
    border:1px solid #ddd;
    border-top:none
}
.tab-header{
    padding:15px;
    border:1px solid #ddd
}
.tab-header .navbar{
    margin-bottom:0px;
    border:none;
    min-height:auto
}
.tab-header.pill{
    border:none;
    padding:0px
}
.bootstrap-timepicker-widget table td a:hover{
    background-color:transparent;
    border-color:transparent;
    border-radius:4px;
    color:#188ae2;
    text-decoration:none
}
.bootstrap-timepicker-widget table td input{
    border:none
}
.page-title{
    display:inline-block;
    margin:0px;
    font-size:18px;
    line-height:75px;
    font-weight:500
}
.user-info .avatar{
    float:left;
    width:78px
}
.user-info .avatar img{
    border:3px solid #ffffff;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    -webkit-box-shadow:0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow:0px 0px 3px 0px rgba(0, 0, 0, 0.25)
}
.user-info .name,.user-info .text-custom,.user-info p{
    display:block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis
}
.user-info .text-custom{
    font-weight:500
}
.user-info .name{
    margin:0px 0px 5px 0px;
    font-weight:600;
    font-size:16px;
    line-height:22px
}
.user-info .right-content{
    margin-left:90px
}
.user-info p{
    font-size:13px;
    line-height:22px;
    margin-bottom:5px
}
.user-info a{
    color:#2962ff;
    font-size:13px
}
.widget-stat{
    padding-bottom:10px;
    text-align:right
}
.widget-stat .counter{
    padding-top:10px;
    margin-top:0px;
    margin-bottom:0px;
    color:#434a54
}
.widget-stat .percent{
    float:left;
    padding:0px 10px 0px 10px;
    margin-top:20px;
    font-size:12px;
    line-height:22px;
    color:#ffffff;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px
}
.widget-stat .percent i{
    font-size:12px;
    line-height:22px;
    margin-right:4px
}
.widget-stat .left-content{
    float:left
}
.widget-stat .right-content{
    margin-left:80px
}
.widget-stat .text{
    color:#aab2bd;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden
}
.widget-stat-chart{
    padding-bottom:10px;
    text-align:right
}
.widget-stat-chart .c100{
    margin:0px
}
.widget-stat-chart .counter{
    padding-top:10px;
    margin-top:0px;
    margin-bottom:0px
}
.widget-stat-chart .right-content{
    margin-left:80px
}
.widget-stat-chart .text{
    color:#aab2bd;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    font-weight:600
}
.form-inline .checkbox label,.form-inline .radio label{
    padding-left:25px
}
.label{
    padding:.2em .6em .2em;
    font-weight:400
}
.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:9px
}
@media (min-width:768px){
    .form-horizontal .control-label{
        padding-top:12px
    }
}
.ui-accordion .ui-accordion-header{
    outline:none
}
.list-group-item,.list-group-item:first-child,.list-group-item:last-child{
    border-radius:0px;
    border-color:rgba(120, 130, 140, 0.13)
}
.table-purchases a{
    color:#ccc
}
.table-purchases a:hover{
    color:#999
}
.box{
    position:relative;
    width:100%;
    margin-bottom:20px;
    background:#ffffff;
    border:1px solid #e1e3e5;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1)
}
.box.collapsed-box .box-body,.box.collapsed-box .box-footer{
    display:none
}
.box .nav-stacked>li{
    border-bottom:1px solid #f4f4f4;
    margin:0px
}
.box .nav-stacked>li:last-of-type{
    border-bottom:none
}
.box .border-right{
    border-right:1px solid #f4f4f4
}
.box .border-left{
    border-left:1px solid #f4f4f4
}
.box.box-solid{
    border-top:none
}
.box.box-solid>.box-header .btn.btn-default{
    background:none
}
.box.box-solid>.box-header .btn:hover,.box.box-solid>.box-header a:hover{
    background:rgba(0, 0, 0, 0.1)
}
.box.box-solid.box-default{
    border:1px solid #d2d6de
}
.box.box-solid.box-default>.box-header{
    color:#444;
    background-color:#d2d6de
}
.box.box-solid.box-default>.box-header .btn,.box.box-solid.box-default>.box-header a{
    color:#444
}
.box.box-solid.box-primary{
    border:1px solid #1d84df
}
.box.box-solid.box-primary>.box-header{
    color:#ffffff;
    background-color:#1d84df
}
.box.box-solid.box-primary>.box-header .btn,.box.box-solid.box-primary>.box-header a{
    color:#ffffff
}
.box.box-solid.box-success{
    border:1px solid #00bf4f
}
.box.box-solid.box-success>.box-header{
    color:#ffffff;
    background-color:#00bf4f
}
.box.box-solid.box-success>.box-header .btn,.box.box-solid.box-success>.box-header a{
    color:#ffffff
}
.box.box-solid.box-info{
    border:1px solid #00aeff
}
.box.box-solid.box-info>.box-header{
    color:#ffffff;
    background-color:#00aeff
}
.box.box-solid.box-info>.box-header .btn,.box.box-solid.box-info>.box-header a{
    color:#ffffff
}
.box.box-solid.box-warning{
    border:1px solid #fbbc05
}
.box.box-solid.box-warning>.box-header{
    color:#ffffff;
    background-color:#fbbc05
}
.box.box-solid.box-warning>.box-header .btn,.box.box-solid.box-warning>.box-header a{
    color:#ffffff
}
.box.box-solid.box-danger{
    border:1px solid #ea4335
}
.box.box-solid.box-danger>.box-header{
    color:#ffffff;
    background-color:#ea4335
}
.box.box-solid.box-danger>.box-header .btn,.box.box-solid.box-danger>.box-header a{
    color:#ffffff
}
.box.box-solid.box-purple{
    border:1px solid #5b69bc
}
.box.box-solid.box-purple>.box-header{
    color:#ffffff;
    background-color:#5b69bc
}
.box.box-solid.box-purple>.box-header .btn,.box.box-solid.box-purple>.box-header a{
    color:#ffffff
}
.box.box-solid.box-pink{
    border:1px solid #ff8acc
}
.box.box-solid.box-pink>.box-header{
    color:#ffffff;
    background-color:#ff8acc
}
.box.box-solid.box-pink>.box-header .btn,.box.box-solid.box-pink>.box-header a{
    color:#ffffff
}
.box.box-solid.box-inverse{
    border:1px solid #212121
}
.box.box-solid.box-inverse>.box-header{
    color:#ffffff;
    background-color:#212121
}
.box.box-solid.box-inverse>.box-header .btn,.box.box-solid.box-inverse>.box-header a{
    color:#ffffff
}
.box.box-solid[class*=bg]>.box-header{
    color:#ffffff
}
.box>.box-header>.box-tools .btn{
    border:none;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none
}
.box .box-body:after,.box .box-body:before,.box .box-footer:after,.box .box-footer:before,.box .box-header:after,.box .box-header:before{
    content:"";
    display:table
}
.box .box-body:after,.box .box-footer:after,.box .box-header:after{
    clear:both
}
.box .box-header{
    display:block;
    position:relative;
    padding:14px 20px;
    color:#444
}
.box .box-header.with-border{
    border-bottom:1px solid #f2f4f6
}
.box .box-header .box-title,.box .box-header .ico,.box .box-header>.fa,.box .box-header>.glyphicon{
    display:inline-block;
    font-size:18px;
    line-height:20px;
    margin:0px;
    margin-right:5px;
    font-weight:500
}
.box .box-header>.box-tools{
    position:absolute;
    top:7px;
    right:20px
}
.box .box-header>.box-tools [data-toggle=tooltip]{
    position:relative
}
.box .box-header>.box-tools.pull-right .dropdown-menu{
    right:0px;
    left:auto
}
@media (max-widht:479px){
    .box .box-header .has-feedback{
        display:none
    }
}
.box .box-header .has-feedback .form-control{
    width:300px;
    height:35px
}
.box .box-header .has-feedback .form-control-feedback{
    width:35px;
    height:35px;
    line-height:35px;
    color:#656d78
}
.box.collapsed-box .box-header.with-border{
    border-bottom:none
}
.btn-mail-main{
    height:50px;
    font-size:14px;
    line-height:34px
}
.btn-box-tool{
    padding:5px;
    font-size:12px;
    background:none;
    color:#97a0b3
}
.btn-box-tool.btn:active{
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none
}
.btn-box-tool:hover,.open .btn-box-tool{
    color:#606c84
}
.box-body{
    padding:0px 20px;
    -moz-border-radius-topleft:0px;
    -webkit-border-top-left-radius:0px;
    border-top-left-radius:0px;
    -moz-border-radius-topright:0px;
    -webkit-border-top-right-radius:0px;
    border-top-right-radius:0px;
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px
}
.box-body>.table{
    margin-bottom:0px
}
.box-body .nav li.active a{
    background:#ffffff;
    color:#1d84df
}
.box-body .nav a{
    padding:13px 0;
    color:#212121;
    font-size:14px;
    line-height:25px;
    font-weight:500
}
.box-body .nav a:hover{
    background:#ffffff;
    color:#1d84df
}
.box-body .nav .fa{
    display:inline-block;
    width:35px;
    line-height:26px;
    font-size:17px
}
.box-body .nav .label-text-right{
    color:#656d78;
    font-size:14px;
    line-height:25px
}
.box-body .nav .label-right{
    padding:0px 7px;
    font-size:14px;
    line-height:20px;
    margin-top:2px;
    padding-top:2px;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    font-weight:400
}
.box-footer{
    padding:10px 20px;
    background:#ffffff;
    -moz-border-radius-topleft:0px;
    -webkit-border-top-left-radius:0px;
    border-top-left-radius:0px;
    -moz-border-radius-topright:0px;
    -webkit-border-top-right-radius:0px;
    border-top-right-radius:0px;
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px
}
.mailbox-messages .table{
    margin-bottom:0;
    border-collapse:separate;
    border-spacing:0px 1px
}
.mailbox-messages .table>tbody>tr>td{
    border-top:none
}
.mailbox-messages .table .mailbox-subject{
    white-space:nowrap;
    text-overflow:ellipsis;
    max-width:500px;
    overflow:hidden
}
.mailbox-messages .mailbox-star a{
    color:#ccd1d9;
    font-size:17px
}
.mailbox-messages .mailbox-name a{
    color:#212121;
    font-weight:500
}
.mailbox-messages .mailbox-subject{
    color:#90a4ae
}
.mailbox-messages .mailbox-subject span{
    color:#656d78;
    font-weight:500
}
.mailbox-messages .table-striped>tbody>tr:nth-of-type(odd){
    background:#f5f7fa
}
.mailbox-messages .unread>td:first-of-type{
    border-left:5px solid #1d84df
}
.mailbox-messages .unread .mailbox-subject span{
    color:#212121
}
.mailbox-messages tr>td:first-of-type{
    border-left:5px solid transparent
}
.mailbox-read-info{
    border-bottom:1px solid #f4f4f4;
    padding:10px 20px
}
.mailbox-read-info h3{
    font-size:20px;
    margin:0px
}
.mailbox-read-info h5{
    padding:5px 0px 0px 0px;
    margin:0px
}
.mailbox-read-time{
    color:#999;
    font-size:13px
}
.mailbox-controls{
    border-bottom:1px solid #f4f4f4;
    padding:8px 20px 1px 15px
}
.mailbox-controls:after{
    content:'';
    display:block;
    clear:both
}
.mailbox-controls .btn{
    padding:0;
    line-height:35px;
    height:35px;
    min-width:80px;
    margin:0 5px 7px;
    font-size:18px;
    color:#656d78;
    background:#f5f7fa;
    border-color:#ccd1d9
}
.mailbox-controls .btn-group{
    font-size:0
}
.mailbox-controls .btn-group .btn{
    min-width:40px;
    color:#aab2bd;
    font-size:26px;
    background:#f5f7fa;
    border:1px solid #ccd1d9;
    margin:0;
    z-index:1
}
.mailbox-controls .btn-group .btn:first-child{
    border-right:none
}
.mailbox-controls .inbox-text{
    display:inline-block;
    font-size:16px;
    line-height:35px;
    margin-right:8px
}
@media (max-width:929px){
    .mailbox-controls .pull-right{
        width:100%;
        padding:10px
    }
}
.icheckbox_square-blue{
    transform:scale(0.7)
}
.mailbox-read-message{
    padding:10px 20px
}
.mailbox-footer{
    padding:10px 20px;
    border-bottom:1px solid #f4f4f4;
    border-top:1px solid #f4f4f4
}
.mailbox-attachments{
    list-style:none;
    padding:0px
}
.mailbox-attachments li{
    float:left;
    width:200px;
    border:1px solid #eee;
    margin-bottom:10px;
    margin-right:10px
}
.mailbox-attachment-name{
    font-weight:700;
    color:#666
}
.mailbox-attachment-icon,.mailbox-attachment-info,.mailbox-attachment-size{
    display:block
}
.mailbox-attachment-info{
    padding:10px;
    background:#f4f4f4
}
.mailbox-attachment-size{
    color:#999;
    font-size:12px
}
.mailbox-attachment-icon{
    text-align:center;
    font-size:65px;
    color:#666;
    padding:20px 10px 20px 10px
}
.mailbox-attachment-icon.has-img{
    padding:0px
}
.mailbox-attachment-icon.has-img>img{
    max-width:100%;
    height:auto
}
#single-wrapper{
    min-height:100%;
    background:url('../images/sativa.png') top center repeat;
    overflow:hidden;
    width:100%;
    padding:0px 15px 0px 15px
}
.frm-single{
    width:100%;
    max-width:400px;
    display:block;
    margin:60px auto 60px;
    float:none;
    position:relative
}
.frm-single:after,.frm-single:before{
    content:"";
    display:block;
    position:absolute;
    top:0px;
    left:0px;
    z-index:10;
    width:100%;
    height:100%;
    background:#ffffff;
    transform:rotate(2deg);
    -webkit-transform:rotate(2deg);
    -moz-transform:rotate(2deg);
    -o-transform:rotate(2deg);
    -ms-transform:rotate(2deg);
    box-shadow:0 0 1px 0 #ccc;
    -webkit-box-shadow:0 0 1px 0 #ccc;
    -moz-box-shadow:0 0 1px 0 #ccc
}
.frm-single:after{
    transform:rotate(1deg);
    -webkit-transform:rotate(1deg);
    -moz-transform:rotate(1deg);
    -o-transform:rotate(1deg);
    -ms-transform:rotate(1deg)
}
.frm-single .inside{
    background:#ffffff;
    position:relative;
    padding:20px;
    z-index:20;
    box-shadow:0 0 1px 0 #ccc;
    -webkit-box-shadow:0 0 1px 0 #ccc;
    -moz-box-shadow:0 0 1px 0 #ccc
}
.frm-single .title{
    margin-bottom:5px;
    font-family:"Poppins", sans-serif;
    font-size:20px;
    line-height:34px;
    white-space:nowrap;
    color:#435966;
    text-align:center
}
.frm-single .a-link{
    color:#999
}
.frm-single .a-link:hover{
    color:#435966
}
.frm-single .frm-title{
    color:#999;
    text-align:center;
    font-size:16px;
    padding-bottom:20px
}
.frm-single .frm-input{
    display:block;
    position:relative;
    margin-bottom:20px
}
.frm-single .frm-input .frm-inp{
    width:100%;
    height:40px;
    padding:0px;
    padding-left:30px;
    border:1px solid #ccc;
    font-size:14px;
    line-height:38px;
    border-left:3px solid #999
}
.frm-single .frm-input .frm-inp:focus{
    border-color:#1d84df;
    padding-left:10px
}
.frm-single .frm-input .frm-inp:focus+.frm-ico{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity:0;
    -khtml-opacity:0;
    opacity:0;
    transform:scale(0.8, 0.8);
    -webkit-transform:scale(0.8, 0.8);
    -moz-transform:scale(0.8, 0.8);
    -o-transform:scale(0.8, 0.8);
    -ms-transform:scale(0.8, 0.8)
}
.frm-single .frm-input .frm-ico{
    position:absolute;
    top:0px;
    left:3px;
    width:30px;
    font-size:18px;
    line-height:40px;
    text-align:center;
    color:#999;
    transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    -ms-transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease
}
.frm-single .checkbox{
    margin:0px
}
.frm-single .a-link i{
    margin-right:5px
}
.frm-single .frm-submit{
    display:block;
    width:100%;
    height:36px;
    border:none;
    background:#1d84df;
    color:#ffffff;
    margin-bottom:15px
}
@media (min-width:1025px){
    .frm-single .frm-submit:hover{
        background:#304ffe
    }
}
.frm-single .frm-submit i{
    margin-left:5px
}
.frm-single .frm-footer{
    padding:20px 0px 0px 0px;
    margin-top:15px;
    border-top:1px solid #ccc;
    color:#999
}
.frm-single .avatar{
    display:block;
    margin:0px auto 20px;
    float:none;
    position:relative;
    width:70px;
    height:70px;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    overflow:hidden
}
.frm-single .ico-email{
    display:block;
    margin:0px auto 20px;
    float:none;
    width:80px;
    height:80px
}
.frm-single .txt-login-with{
    text-align:center;
    margin-bottom:15px;
    color:#999
}
#page-404{
    height:100%;
    background:url('../images/404.jpg') top center repeat;
    background-position:center center;
    background-attachment:fixed;
    overflow:hidden;
    width:100%;
    padding:0px 15px 0px 15px
}
#page-404 .content{
    width:100%;
    max-width:600px;
    display:block;
    margin:0px auto 0px;
    float:none;
    text-align:center;
    position:relative;
    top:50%;
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%)
}
#page-404 p{
    padding:30px 0px 30px 0px;
    color:#777;
    font-size:16px;
    line-height:30px;
    margin:0px
}
@media (max-height:359px){
    #page-404{
        min-height:100%;
        height:auto
    }
    #page-404 .content{
        transform:translate(0, 0);
        -webkit-transform:translate(0, 0);
        -moz-transform:translate(0, 0);
        -o-transform:translate(0, 0);
        -ms-transform:translate(0, 0);
        top:0px;
        margin-top:60px;
        margin-bottom:60px
    }
}
.title-on-desktop{
    position:relative
}
.title-on-desktop .title{
    text-transform:uppercase;
    font-weight:800;
    font-size:28px;
    line-height:40px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    white-space:nowrap
}
.title-on-mobile{
    display:none
}
@media (max-width:649px){
    .title-on-desktop{
        display:none
    }
    .title-on-mobile{
        display:block
    }
}
.prj-header{
    position:relative;
    min-height:64px;
    padding:0 130px;
    border-bottom:1px solid #e8e8e8
}
.prj-header .btn-submit-prj{
    position:absolute;
    top:10px;
    right:0px
}
.prj-header .result-count{
    position:absolute;
    top:10px;
    left:0px;
    font-size:14px;
    line-height:34px
}
.prj-header .filters{
    list-style:none;
    padding:0px;
    font-size:0px;
    text-align:center;
    margin-bottom:0px
}
.prj-header .filters li{
    display:inline-block;
    font-size:14px;
    line-height:34px;
    margin:0px 5px 0px 5px
}
.prj-header .filters a{
    display:block;
    color:#435966;
    position:relative;
    padding:10px 10px 20px
}
.prj-header .filters a:before{
    content:"";
    width:100%;
    height:2px;
    position:absolute;
    bottom:-1px;
    left:0px;
    background:#188ae2;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity:0;
    -khtml-opacity:0;
    opacity:0;
    transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    -ms-transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease
}
.prj-header .filters a.active,.prj-header .filters a:hover{
    color:#188ae2
}
.prj-header .filters a.active:before,.prj-header .filters a:hover:before{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity:1;
    -khtml-opacity:1;
    opacity:1
}
@media (max-width:999px){
    .prj-header{
        padding:65px 0 0
    }
}
.prj-item{
    display:block;
    position:relative;
    background:#ffffff;
    border:1px solid #e9e9e9;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px
}
.prj-item .top-project-section{
    height:220px;
    padding:40px 20px 20px 20px;
    border-bottom:1px solid #e9e9e9
}
.prj-item .top-project-section h3{
    margin:20px 0px 0px 0px;
    font-size:16px;
    line-height:20px;
    color:#3a3a3a
}
.prj-item .top-project-section .meta{
    font-size:13px;
    color:#b2b2b2
}
.prj-item .top-project-section .meta span{
    color:#767676
}
.prj-item .project-icon{
    height:90px
}
.prj-item .project-icon img{
    display:block;
    margin:0px auto 0px;
    float:none;
    max-width:80px;
    height:auto
}
.prj-item .bottom-project-section{
    padding:15px 20px 15px 20px;
    font-size:13px;
    color:#767676
}
.prj-item .bottom-project-section:after{
    content:"";
    display:block;
    width:0px;
    height:0px;
    clear:both;
    overflow:hidden
}
.prj-item .bottom-project-section .points{
    float:left;
    margin-right:10px
}
.prj-item .bottom-project-section .views{
    float:left;
    margin-right:10px
}
.prj-item .bottom-project-section .feedable-time{
    float:right
}
.task-item{
    display:block;
    margin-bottom:20px;
    padding:10px 15px 10px 15px;
    border:1px solid #e9e9e9;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px
}
.task-item .title{
    font-weight:600;
    color:#435966;
    transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    -ms-transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease
}
@media (min-width:1025px){
    .task-item .title:hover{
        color:#188ae2
    }
}
.task-item .metas{
    padding-top:5px;
    color:#bbb
}
.task-item .metas:after{
    content:"";
    display:block;
    width:0px;
    height:0px;
    clear:both;
    overflow:hidden
}
.task-item .metas .meta{
    margin-right:10px;
    float:left
}
.task-item .metas .ico{
    font-size:14px;
    line-height:22px;
    display:inline-block;
    margin-right:4px
}
.task-item .progress{
    margin-bottom:5px;
    height:10px;
    margin-top:10px
}
.task-item .task-icon{
    font-size:40px;
    line-height:50px;
    text-align:center;
    margin-bottom:5px
}
.task-user{
    margin-bottom:20px;
    position:relative;
    top:0;
    left:0;
    width:auto
}
.task-user .name{
    margin-bottom:5px
}
.user-assign-list li{
    vertical-align:top
}
.user-assign-list .avatar{
    display:block;
    width:34px;
    height:34px;
    overflow:hidden;
    position:relative;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%
}
.user-assign-list .add_new{
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%
}
.user-attach-list .thumbs{
    display:block;
    padding:5px;
    width:100px;
    border:1px solid #e9e9e9
}
.user-attach-list .add_new{
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%
}
.frm-comment{
    position:relative;
    padding:10px 0px 10px 55px
}
.frm-comment .avatar{
    position:absolute;
    top:4px;
    left:0px;
    width:44px;
    height:44px;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    overflow:hidden
}
.profile-avatar .btn{
    margin:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    color:#fff
}
.profile-avatar .btn-friend{
    background:#00aeff
}
.profile-avatar .btn-inbox{
    background:#1d84df
}
.profile-friends-list li{
    margin-bottom:10px
}
.profile-friends-list li .avatar{
    width:48px;
    height:48px;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    overflow:hidden;
    position:relative;
    display:block
}
.dot-list{
    list-style:none;
    padding:0px;
    margin:0px
}
.dot-list li{
    margin-bottom:15px;
    padding:0px 0px 0px 30px;
    position:relative
}
.dot-list li:before{
    content:"\f10c";
    font-family:'FontAwesome';
    position:absolute;
    top:0px;
    left:0px;
    font-size:14px;
    line-height:20px
}
.dot-list .date{
    font-size:12px;
    color:#939ba2;
    display:block
}
.box-contact{
    position:relative;
    margin-top:60px;
    padding:60px 20px 20px 20px;
    border:1px solid #e0e0e0;
    background:#ffffff;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    text-align:center;
    margin-bottom:30px
}
.box-contact .avatar{
    width:108px;
    height:108px;
    position:absolute;
    top:-54px;
    border:4px solid #e7e6e6;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    left:50%;
    -webkit-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    transform:translateX(-50%)
}
.box-contact .name{
    font-size:24px;
    margin-bottom:0px
}
.box-contact .job{
    font-size:16px;
    color:#a8a8a8;
    font-weight:700;
    padding-bottom:15px;
    position:relative;
    margin-bottom:20px
}
.box-contact .job:before{
    content:"";
    position:absolute;
    bottom:0px;
    left:50%;
    -webkit-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    transform:translateX(-50%);
    width:75px;
    height:2px;
    background:#fbbc05
}
.box-contact p{
    font-size:14px;
    line-height:22px
}
.contact-social a{
    display:block;
    font-size:20px;
    line-height:40px;
    width:40px;
    height:40px;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    color:#fff
}
.contact-social .fa-phone{
    background:#00aeff
}
.contact-social .fa-envelope{
    background:#00bf4f
}
.contact-social .fa-facebook{
    background:#3b5999
}
.contact-social .fa-twitter{
    background:#55acee
}
.contact-social .fa-google-plus{
    background:#dd4b39
}
.pricing-table{
    display:table;
    margin-top:30px;
    width:100%;
    text-align:center
}
.pricing-table:after{
    content:"";
    display:block;
    width:0px;
    height:0px;
    clear:both;
    overflow:hidden
}
.pricing-table .pricing-table-row{
    display:table-row
}
.pricing-table .col{
    display:table-cell;
    position:relative;
    width:20%;
    vertical-align:top
}
.pricing-table .col:before{
    content:"";
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity:0;
    -khtml-opacity:0;
    opacity:0;
    position:absolute;
    top:-7px;
    left:0px;
    width:100%;
    height:7px;
    background:#ffcd03;
    transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    -ms-transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease
}
.pricing-table .col-first:before{
    display:none
}
.pricing-table .col-first .thead{
    border:1px solid #e9eaeb;
    background:none;
    color:#304ffe;
    text-transform:uppercase;
    font-size:18px;
    font-weight:700;
    background:#fff
}
.pricing-table .col-first .td{
    border-left:1px solid #e9eaeb
}
.pricing-table .thead{
    height:110px;
    padding:13px;
    background:#1d84df;
    color:#fff;
    vertical-align:middle
}
.pricing-table .thead h4{
    margin:0px;
    font-weight:700;
    text-transform:uppercase;
    line-height:34px;
    white-space:nowrap
}
.pricing-table .thead.bg-main-2{
    background-color:#1d84df
}
.pricing-table .thead.bg-blue-1{
    background-color:#2444f9
}
.pricing-table .thead.bg-blue-2{
    background-color:#1e3def
}
.pricing-table .thead.bg-blue-3{
    background-color:#1d84df
}
.pricing-table .price{
    display:inline-block;
    position:relative;
    padding:0px 45px 0px 15px
}
.pricing-table .price .number{
    font-size:45px;
    line-height:50px;
    font-weight:700
}
.pricing-table .price .currency{
    position:absolute;
    top:0px;
    left:0px;
    font-size:18px;
    line-height:50px;
    font-weight:700
}
.pricing-table .price .small_number{
    position:absolute;
    right:0px;
    top:5px;
    width:40px;
    text-align:left;
    font-size:18px
}
.pricing-table .price .time{
    position:absolute;
    top:30px;
    right:0px;
    width:40px;
    text-align:left;
    font-size:16px;
    color:#fcd20b;
    font-weight:700
}
.pricing-table .td{
    left:24px;
    height:62px;
    padding:7px;
    border-right:1px solid #e9eaeb;
    border-bottom:1px solid #e9eaeb;
    font-size:14px;
    line-height:48px;
    color:#222222;
    white-space:nowrap;
    overflow:hidden;
    background:#fff
}
.pricing-table .td:last-child{
    height:100px
}
.pricing-table .td .fa-times{
    color:#666666;
    font-size:24px;
    line-height:48px
}
.pricing-table .td .fa-check{
    color:#1d84df;
    font-size:24px;
    line-height:48px
}
.pricing-table .td .btn-order{
    display:inline-block;
    width:125px;
    color:#fff;
    background:#212121;
    font-size:12px;
    line-height:40px;
    font-weight:700;
    margin:23px 0px 23px 0px
}
.pricing-table .center-v{
    top:50%;
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
    position:relative
}
.pricing-table .col-featured{
    top:-10px;
    -webkit-box-shadow:0px 1px 12px 0px rgba(34, 34, 34, 0.25);
    -moz-box-shadow:0px 1px 12px 0px rgba(34, 34, 34, 0.25);
    box-shadow:0px 1px 12px 0px rgba(34, 34, 34, 0.25)
}
.pricing-table .col-featured .thead{
    height:120px;
    padding-top:23px
}
.pricing-table .col-featured .td:last-child{
    height:110px
}
.pricing-table .col-featured .td .btn-order{
    background:#1d84df
}
@media (min-width:1025px){
    .pricing-table .td .btn-order:hover{
        background:#1d84df
    }
    .pricing-table .col:hover:before{
        opacity:1
    }
}
@media (max-width:1199px){
    .pricing-table .thead h4{
        font-size:14px
    }
}
@media (max-width:991px){
    .pricing-table .col-first{
        display:none!important
    }
    .pricing-table .col:nth-child(2) .td{
        border-left:1px solid #E9EAEB
    }
}
@media (max-width:991px){
    .pricing-table .col{
        width:100%;
        display:block;
        margin:0 auto 50px;
        max-width:300px
    }
    .pricing-table .col:last-child{
        margin-bottom:0
    }
    .pricing-table .col .td{
        border-left:1px solid #E9EAEB
    }
    .pricing-table .thead h4{
        font-size:18px
    }
}
.invoice-box{
    max-width:800px;
    margin:auto;
    padding:30px;
    border:1px solid #eee;
    font-size:16px;
    line-height:24px;
    color:#555;
    background:#ffffff;
    box-shadow:0 0 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.15)
}
.invoice-box .logo{
    color:#435966;
    font-weight:600
}
.invoice-box .logo span{
    font-weight:400
}
.invoice-box table{
    width:100%;
    text-align:left
}
.invoice-box table td{
    padding:5px;
    vertical-align:top
}
.invoice-box table tr td:nth-child(2){
    text-align:right
}
.invoice-box table tr.top table td{
    padding-bottom:20px
}
.invoice-box table tr.top table td.title{
    font-size:45px;
    line-height:45px;
    color:#333
}
.invoice-box table tr.information table td{
    padding-bottom:40px
}
.invoice-box table tr.heading td{
    background:#eee;
    border-bottom:1px solid #ddd;
    font-weight:700
}
.invoice-box table tr.details td{
    padding-bottom:20px
}
.invoice-box table tr.item td{
    border-bottom:1px solid #eee
}
.invoice-box table tr.item.last td{
    border-bottom:none
}
.invoice-box table tr.total td:nth-child(2){
    border-top:2px solid #eee;
    font-weight:700
}
@media only screen and (max-width:600px){
    .invoice-box table tr.information table td,.invoice-box table tr.top table td{
        width:100%;
        display:block;
        text-align:center
    }
}
.item-gallery{
    display:block;
    position:relative;
    margin-bottom:15px;
    border:10px solid #ffffff;
    background:#222;
    -webkit-box-shadow:0px 0px 5px 0px rgba(14, 14, 14, 0.1);
    -moz-box-shadow:0px 0px 5px 0px rgba(14, 14, 14, 0.1);
    box-shadow:0px 0px 5px 0px rgba(14, 14, 14, 0.1)
}
.item-gallery:before{
    content:"\f065";
    font-family:'FontAwesome';
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity:0;
    -khtml-opacity:0;
    opacity:0;
    font-size:16px;
    line-height:22px;
    position:absolute;
    left:10px;
    bottom:5px;
    color:#a5a5a5;
    z-index:10;
    transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    -ms-transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease
}
.item-gallery img{
    min-width:100%;
    transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    -ms-transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease
}
.item-gallery .title{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity:0;
    -khtml-opacity:0;
    opacity:0;
    position:absolute;
    top:50%;
    left:0px;
    z-index:20;
    width:100%;
    margin:0px;
    text-align:center;
    color:#ffffff;
    font-size:18px;
    line-height:28px;
    font-weight:500;
    transform:translate(0, -40%);
    -webkit-transform:translate(0, -40%);
    -moz-transform:translate(0, -40%);
    -o-transform:translate(0, -40%);
    -ms-transform:translate(0, -40%);
    transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    -ms-transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease
}
@media (min-width:1025px){
    .item-gallery:hover:before{
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity:1;
        -khtml-opacity:1;
        opacity:1
    }
    .item-gallery:hover .title{
        transform:translate(0, -50%);
        -webkit-transform:translate(0, -50%);
        -moz-transform:translate(0, -50%);
        -o-transform:translate(0, -50%);
        -ms-transform:translate(0, -50%);
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity:1;
        -khtml-opacity:1;
        opacity:1
    }
    .item-gallery:hover img{
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
        -moz-opacity:0.35;
        -khtml-opacity:0.35;
        opacity:0.35
    }
}
.isotope-filter .filter-controls{
    padding-top:8px;
    margin-bottom:43px;
    font-size:0px;
    padding-left:0px;
    text-align:center
}
.isotope-filter .filter-controls li{
    display:inline-block;
    padding:10px 15px 0px 15px
}
.isotope-filter .filter-controls a{
    display:block;
    color:#435966;
    font-size:16px;
    line-height:26px;
    font-weight:500
}
@media (min-width:1025px){
    .isotope-filter .filter-controls a:hover{
        color:#1d84df
    }
}
.isotope-filter .filter-controls .js__active{
    color:#1d84df
}
.modal-content{
    padding:0 15px;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0
}
.modal-dialog{
    max-width:100%
}
.form-control{
    line-height:24px;
    padding:9px 14px;
    height:45px;
    border-color:#ccd1d9;
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px
}
.form-control.input-sm{
    padding:0 10px;
    height:30px
}
.form-control:focus{
    border-color:#00aeff!important;
    -webkit-box-shadow:0px 0px 12px 0px rgba(0, 0, 0, 0.12)!important;
    -moz-box-shadow:0px 0px 12px 0px rgba(0, 0, 0, 0.12)!important;
    box-shadow:0px 0px 12px 0px rgba(0, 0, 0, 0.12)!important
}
textarea.form-control{
    height:105px
}
.has-success .form-control{
    border-color:#00bf4f
}
.has-warning .form-control{
    border-color:#fbbc05
}
.has-error .form-control{
    border-color:#ea4335
}
.has-inverse .form-control{
    border-color:#435966
}
.form-with-icon{
    position:relative
}
.form-with-icon .item-icon-right{
    position:absolute;
    right:0;
    top:50%;
    width:50px;
    text-align:center;
    font-size:20px;
    line-height:30px;
    transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%)
}
.form-with-icon .form-control{
    padding-right:50px
}
.has-success .form-with-icon .item-icon{
    color:#00bf4f
}
.has-warning .form-with-icon .item-icon{
    color:#fbbc05
}
.has-error .form-with-icon .item-icon{
    color:#ea4335
}
.has-inverse .form-with-icon .item-icon{
    color:#435966
}
.input-group-btn>.btn{
    min-width:50px;
    padding:7px 10px;
    font-size:18px;
    line-height:29px;
    color:#656d78;
    border:1px solid #ccd1d9;
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    height:45px
}
.input-group-btn>.btn.no-border{
    border:none;
    line-height:31px
}
.input-group-btn>.btn span{
    font-size:14px
}
.review-list{
    color:#adadad;
    font-size:14px;
    line-height:24px
}
.review-item{
    margin-bottom:15px;
    padding-bottom:15px;
    border-bottom:1px solid #eee
}
.review-item .top{
    padding-bottom:5px
}
.review-item .top:after{
    content:'';
    clear:both;
    display:block
}
.review-item .top .name{
    display:inline-block;
    margin-right:10px;
    color:#435966
}
.review-item .top .date{
    display:inline-block
}
.review-item .top .star-rating{
    float:right;
    white-space:nowrap
}
@media (max-width:1299px) and (min-width:1199px){
    .review-item .top .star-rating{
        width:100%
    }
}
.review-item .desc{
    font-size:13px;
    line-height:23px
}
.activity-list{
    color:#435966;
    margin-bottom:20px
}
.activity-item{
    position:relative;
    padding-left:35px;
    padding-bottom:20px;
    font-size:14px;
    line-height:24px
}
.activity-item .bar{
    position:absolute;
    top:0;
    bottom:0;
    left:10px;
    width:1px
}
.activity-item .dot{
    position:absolute;
    top:0;
    left:-4px;
    width:9px;
    height:9px;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%
}
.activity-item .last-dot{
    position:absolute;
    bottom:0;
    left:-2px;
    width:5px;
    height:5px;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%
}
.activity-item .date{
    font-size:12px;
    color:#adadad
}
.activity-link{
    display:block;
    padding:8px 10px 5px;
    text-align:center;
    color:#435966
}
.todo-list{
    margin-bottom:15px
}
.todo-item{
    padding:15px 0;
    border-bottom:1px solid #eee
}
.todo-item .checkbox{
    margin:0
}
.todo-item .checkbox input:checked+label{
    color:#adadad;
    text-decoration:line-through
}
.todo-form{
    padding-top:10px
}
.editableform input.form-control,.editableform select.form-control{
    padding:4px 10px;
    height:32px
}
.editableform .btn-sm{
    height:32px;
    padding:0 20px;
    line-height:32px
}
.jqstooltip{
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box
}
.sweet-alert .sa-button-container button{
    background:#e4e7ea;
    outline:none;
    font-size:16px;
    line-height:26px;
    padding:8px 25px;
    border:none;
    font-weight:500;
    font-family:"Poppins";
    box-shadow:none!important;
    -moz-box-shadow:none!important;
    -webkit-box-shadow:none!important;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px
}
.sweet-alert .sa-button-container button.cancel{
    background:#e4e7ea;
    color:#435966
}
.sweet-alert .sa-button-container button.cancel:hover{
    background:#e4e7ea
}
.sweet-alert .sa-button-container button.confirm{
    background:#ea4335
}
.sweet-alert.visible .sa-icon.sa-success .sa-line{
    background:#00bf4f
}
.sweet-alert.visible .sa-icon.sa-warning{
    border-color:#fbbc05
}
.sweet-alert.visible .sa-icon.sa-error{
    border-color:#ea4335
}
.sweet-alert.visible .sa-icon.sa-error .sa-line{
    background:#ea4335
}
