body {
    font-family: 'Raleway', sans-serif;
}

.main-sidebar{
    background-color: #fff;
    box-shadow: 18px 24px 44px 0 rgba(30,30,52,0.04);
    width: 229px;
    text-align: left;
    top: 91px;
    padding-top: 50px;
}

.brand{
    background-color: #fff;
    width: 180px;
    text-align: left;
    padding: 15px 34px;
}

.main-container{
    padding-top: 91px;
}

.logo{
    max-height: 46px;
    max-width: 137px;
}

.page-sidebar-menu>li>a.active>span{
    color: #586075;
}

.page-sidebar-menu>li>a.active>i{
    color: #7585E4;
}

.page-sidebar-menu>li>a{
    padding: 18px 13px 18px 34px;
    display: block;
    width: 100%;
}

.page-sidebar-menu>li{
    padding: 0;
}

.page-sidebar-menu>li:hover{
    background-color: transparent;
}

.page-sidebar-menu>li:hover>a>span{
    color: #586075;
}

.page-sidebar-menu>li:hover>a>i{
    color: #7585E4;
}

header{
    box-shadow: 0 6px 64px 0 rgba(226,228,240,0.5);
    left: 229px;
    width: calc(100% - 229px);
    z-index: 5;
    height: 91px;
}

.logo-block{
    width: 229px;
    position: absolute;
    top: 0;
    background-color: #fff;
    box-shadow: 18px 0 44px 0 rgba(30,30,52,0.04);
    z-index: 6;
    height: 91px;
}

.logo-block .hamburger-menu{
    position: absolute;
    top: 31px;
    right: 15px;
    width: 30px;
    height: 30px;
    /*background-color: #f9f9fa;
    border-radius: 100px;*/
}

.hamburger-menu.active{
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.logo-block .hamburger-menu img{
    width: 30px;
}

.hamburger-menu span{
    top: 14px;
    left: 9px;
}

.hamburger-menu span, .hamburger-menu span:after, .hamburger-menu span:before{
    background-color: #C4C9D3;
    width: 13px;
}

.page-title{
    margin-left: 55px;
}

.page-sidebar-menu>li>a>span{
    text-align: left;
    color: #9DA4B6;
    display: inline-block;
    margin-left: 13px;
    margin-top: 1px;
    font-weight: 600;
}

.page-sidebar-menu>li>a>i{
    text-align: left;
    font-size: 18px;
    width: 18px;
    height: 17px;
    display: inline-block;
    padding-left: 0;
    vertical-align: top;
    padding-top: 0;
}

.page-title h4{
    font-weight: 600;
    line-height: 91px;
    margin-right: 15px;
}

header .header-icon{
    line-height: 91px;
    padding: 0 15px;
}

.support-menu-item{
    margin-top: 0;
}

.support-menu-item>a.header-icon{
    line-height: 91px!important;
    padding: 0 15px!important;
}

.notification-bar .dropdown-menu{
    top: 100px;
    box-shadow: 2px 21px 74px 0 rgba(30,30,52,0.13);
}

.search-input-b{
    width: inherit;
    background-color: #F7F8FB;
    border: 0;
    padding-right: 30px!important;
}

.search-input-b:focus{
    width: inherit;
}

.search-form-block{
    margin-top: 30px!important;
    margin-right: 15px!important;
}

.avatar-icon{
    padding: 29px 15px 28px!important;
}

.profile-icon-menu{
    margin-left: -108px;
}

.page-container{
    padding-left: 229px;
}

.page-container>.container{
    margin-top: 67px!important;
}

.page-container>.container-fluid{
    margin-top: 67px!important;
    padding-left: 55px!important;
    padding-right: 55px!important;
}

.sidebar-toggled .page-sidebar-menu span{
    display: none;
}

body.sidebar-toggled .logo-block{
    width: 80px;
}

body.sidebar-toggled .brand{
    display: none;
}

body.sidebar-toggled header{
    width: calc(100% - 80px);
    left: 80px;
}

body.sidebar-toggled .hamburger-menu{
    right: 22px;
}

header.empty-header{
    width: 100%;
    left: 0;
}

header.empty-header .brand{
    padding-bottom: 10px;
}

@media (min-width: 768px){
    .navbar-nav>li>a{
        font-size: 18px;
        padding: 35px 15px;
    }
}

.profile-nav, .custom-tabs .steps ul{
    list-style: none;
    padding: 0;
    margin: 0 0 50px 0!important;
    border-bottom: 0.5px solid #C9D1E0;
    padding-bottom: 14px;
    position: relative;
}

.custom-tabs .steps ul{
    padding-bottom: 13px;
}

.profile-nav li, .custom-tabs .steps ul li{
    display: inline-block;
    margin: 0 40px 0 0;
    float: none;
    border: 0 !important;
    padding: 0;
    background-color: #fff!important;
}

.profile-nav a, .custom-tabs .steps ul a{
    padding: 15px 5px!important;
    color: #596176!important;
    font-weight: 600;
    text-decoration: none;
    opacity: 0.5;
    display: inline!important;
}

.profile-nav a.active, .custom-tabs .steps ul li.current a{
    opacity: 1;
    border-bottom: 3px solid #6577E1;
}

.tabcontrol > .content{
    border-top: 0;
}


@media (min-width: 1500px) {
    .container {
        width: 960px;
        margin-left: 48px;
    }
}

/*
 * BUTTONS
 */

.btn-radius{
    padding: 13px 25px !important;
    border-radius: 66px !important;
    font-weight: 600 !important;
}

.btn-light-blue{
    background-color: #E5F8FA;
    color: #52CDD9;
}

.btn-light-red{
    background-color: #ffe4e4;
    color: #ab1b1b;
}

.btn-light-green{
    background-color: #d9fbd9;
    color: #17a017;
}

.btn-sea-wave{
    background-color: #52CDD9;
    color: #FFFFFF;
}

.btn-color-gray{
    background-color: #d4d4d4;
    color: #000000;
}

/*
 * END BUTTONS
 */

/*
 * CUSTOM ROWS
 */

.c-row{
    position: relative;
    width: 100%;
    margin-bottom: 25px;
    overflow: hidden;
}

.c-column-12{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.c-sub-row{
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 43px;
    overflow: hidden;
}

.c-column-50{
    position: relative;
    display: table-cell;
    width: 50%;
    vertical-align: bottom;
}

.c-column-100{
    position: relative;
    display: table-cell;
    width: 100%;
}

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

.c-padding-right{
    padding-right: 55px;
}

.c-padding-left{
    padding-left: 55px;
}

.c-label{
    position: relative;
    width: 100%;
    color: #929AAE;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
}

.c-label-bold{
    color: #586075;
}

.c-input{
    position: relative;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #929AAE;
    color: #586075;
    outline: none!important;
    font-size: 13px;
    font-weight: 600;
    padding: 12px 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    background-image: url("https://cdn.plypages.com/0d61c6d3-763f-4cfd-8475-c1a301203b32/-/quality/lighter/arrows.png");
    top: 0px;
    right: 10px;
    width: 15px;
    background-size: 11px 16px;
    background-repeat: no-repeat;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 12px 20px 12px 0;
    font-size: 13px;
    font-weight: 600;
    color: #586075;
    outline: none !important;
    line-height: inherit;
}

.select2-container--default .select2-selection--single{
    border: 0;
    border-bottom: 1px solid #929AAE;
    border-radius: 0;
    height: inherit;
    outline: none !important;
}

.c-select-button{
    width: 100%;
}

.c-select-title{
    background-color: transparent!important;
    width: calc(100% - 20px);
    border: 0;
    border-bottom: 1px solid #929AAE;
    border-radius: 0;
    outline: none !important;
    font-size: 13px;
    font-weight: 600;
    color: #586075;
    padding: 12px 0;
    text-align: left;
    float: left;
}

.c-select-arrows{
    background-color: transparent!important;
    width: 20px;
    border: 0;
    border-bottom: 1px solid #929AAE;
    border-radius: 0;
    outline: none !important;
    height: 47px;
    background-image: url("https://cdn.plypages.com/0d61c6d3-763f-4cfd-8475-c1a301203b32/-/quality/lighter/arrows.png");
    top: 0;
    right: 10px;
    background-size: 11px 16px;
    background-repeat: no-repeat;
    float: left;

}

.c-select-options{
    left: 0;
}

.c-flag-icons{
    border-radius: 50px;
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
    top: -4px;
}

.c-select-title:hover, .c-select-arrows:hover {
    background-color: transparent!important;
}

.no-overflow{
    overflow: inherit;
}

/*
 * END CUSTOM ROWS
 */

.avatar-circle{
    position: relative;
    display: inline-block;
    background-color: #F1F2F5;
    width: 76px;
    height: 76px;
    border-radius: 100px;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 10px;
}

.avatar-circle .user-image-avatar{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.c-default-avatar{
    background-size: 45% 48%!important;
    background-repeat: no-repeat;
}

.choose-avatar-file{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.help-block{
    color: #a31c02;
}

.file-selected{
    display: none;
    color: #b7b7b7;
}

.color-item{
    position: relative;
    display: inline-block;
    margin-right: 25px;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    vertical-align: middle;
}

.c-red{
    background-color: #FF7575;
}

.c-green{
    background-color: #62CD8F;
}

.c-blue{
    background-color: #68C3FF;
}

.c-yellow{
    background-color: #FFBD5E;
}

.c-color-active{
    width: 40px;
    height: 40px;
    background-image: url("https://cdn.plypages.com/88e0e303-b3ea-4815-b6d5-c2685896174a/-/quality/lighter/activecolor.png");
    background-position: center;
    background-repeat: no-repeat;
}

body.green .logo-block{
    background-color: #174228;
}

body.red .logo-block{
    background-color: #4a1616;
}

body.yellow .logo-block{
    background-color: #525212;
}

.notify-circle{
    background-color: #FF4242;
    top: 30px!important;
    left: 32px!important;
    min-width: 10px;
    height: 10px;
}

.notification-icon{
    width: 17px;
}

.help-icon{
    width: 22px;
}

.title-team-accounts{
    color: #B3B3B3;
    font-size: 13px;
    margin-bottom: 25px;
}

.title-team-accounts span{
    color: #6577E1;
}

.add-new-member{
    float: right;
    margin-top: -19px;
}

.title-team-accounts{
    margin-bottom: 60px;
}

.btn-team-view{
    color: #52CDD9;
    font-weight: bold;
    font-size: 13px;
    background-color: transparent;
}

.btn-team-delete{
    color: #FF4242;
    background-color: transparent;
    font-weight: bold;
    font-size: 13px;
}

.team-actions{
    min-width: 15%;
    width: 25%;
}

.team-action-buttons{
    opacity: 0;
}

.team-row-group{
    /*height: 71px;*/
}

.team-row-group:hover .team-action-buttons{
    opacity: 1;
}

.tablesorter .header{
    position: relative;
}

.tablesorter .header::after{
    background-image: url('https://cdn.plypages.com/9ecb910e-b530-4a09-baeb-25dd3b32e883/-/quality/lighter/sorttable.png');
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 7px;
    background-size: 10px;
    background-repeat: no-repeat;
    margin-left: 11px;
}

.tablesorter .header.no-sort-icon::after{
    display: none;
}

.tablesorter th{
    cursor: pointer;
    color: #B3B3B3;
    font-size: 13px;
}

.tablesorter tbody tr:first-child td{
    border-top: 0;
}
.tablesorter>tfoot>tr>th, .tablesorter>thead>tr>th{
    border-bottom: 0;
}

.tablesorter .header.headerSortDown::after {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.tablesorter .header.headerSortUp::after {
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.account-avatar{
    position: relative;
    border-radius: 100px;
    overflow: hidden;
    background-color: #42CC6A;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

.account-no-avatar{
    color: #fff;
}

.account-name{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}

.prev-avatar{
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
}

.page-main-title{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 70px;
    padding: 0 20px;
}

.page-container>.page-block{
    padding-left: 40px!important;
}

.widget-block{
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 15px 20px;
    float: left;
}

.widget-data{
    padding: 36px 36px 60px 36px;
}

.widget-nopadding{
    padding: 0;
}

.widget-col-6{
    width: 60%;
}

.widget-col-5{
    width: 50%;
}

.widget-col-4{
    width: 40%;
}

.widget-name{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 25px;
}

.widget-content{
    margin-bottom: 70px;
}

.widget-shadow{
    box-shadow: 18px 30px 34px 0 rgba(30,30,52,0.03);
}

.notification-row{
    margin-bottom: 20px;
    border: 1px solid #E5E9ED;
    border-radius: 6px;
    border-left: 3px solid;
    padding: 20px;
}

.notifications-block>.notification-row:nth-child(3n){
    border-left-color: #FF916A;
}

.notifications-block>.notification-row:nth-child(3n-1){
    border-left-color: #6577E1;
}

.notifications-block>.notification-row:nth-child(3n-2){
    border-left-color: #52CDD9;
}

.notification-date{
    color: #929AAE;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
}

.notification-text{
    font-weight: 600;
    color: #596176;
}

#myChartTab1, #myChartTab2{
    height: 370px;
}

.dropdown-menu{
    padding: 0;
    border-radius: 8px;
}

.dropdown-menu>li>a{
    padding: 15px 25px;
    font-size: 12px;
    font-weight: 600;
}

.dropdown-menu>li{
    border-bottom: 1px solid #E9EEF4;
}

.dropdown-menu>li:last-child{
    border-bottom: 0;
}

.calendar-element .datepicker{
    border: 1px solid #E5E9ED;
    border-radius: 4px;
}

.calendar-element thead>tr:first-child{
    border-bottom: 1px solid #E5E9ED;
}

.calendar-element thead>tr>th.dow{
    color: #929AAE;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px;
}

.calendar-element tbody>tr>td.day {
    color: #596176;
    font-size: 12px;
    font-weight: 600;
    padding: 12px;
}

.calendar-element tbody>tr>td.day.old, .calendar-element tbody>tr>td.day.new {
    color: #929AAE;
    font-size: 12px;
}

.calendar-element .picker-switch {
    color: #596176;
    font-size: 14px;
    font-weight: 600;
    padding: 15px;
}

.calendar-element tbody>tr>td.day.active {
    background-color: #6577E1!important;
    color: #fff;
}

.calendar-element tbody>tr>td.day.active:hover {
    background-color: #6577E1;
}

#modal-assign-task .day.active{
    background-color: #6577E1!important;

}

.form-item-row{
    margin-bottom: 45px;
}

.form-item-text{
    color: #586075;
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
}

.form-item-row>label{
    color: #929AAE;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    margin-bottom: 20px;
    display: block;
}

.form-item-checkbox,.form-item-radio{
    display: none!important;
}

.form-item-input,.form-item-textarea{
    width: 100%;
    border: 1px solid #D5DBDC;
    border-radius: 4px;
    color: #586075;
    font-size: 13px;
    font-weight: 600;
    padding: 13px;
    margin-bottom: 8px;
}

.form-item-textarea{
    resize: vertical;
    min-height: 130px;
}

.form-item-input:active,.form-item-input:focus,.form-item-textarea:active,.form-item-textarea:focus{
    outline: none!important;
    border: 1px solid #6577E0;
}

.form-item-error{
    border-radius: 4px;
    background-color: #FFEEEE;
    padding: 10px 15px;
    color: #FF7C7C;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
}

.form-item-with-error input{
    border: 1px solid #FF7C7C;
}

.form-item-checkbox+label::before{
    width: 16px;
    height: 16px;
    border: 1px solid #774CBA;
    border-radius: 20px;
    content: "";
    position: absolute;
    left: 0;
    top: 2px;

}

.form-item-checkbox:checked+label:after{
    position: absolute;
    content: '';
    background-image: url('https://cdn.plypages.com/4c58fd5e-4924-4e20-b5ba-7f767ac1d4a4/-/quality/lighter/checked.png');
    top: 1px;
    left: 0px;
    background-position: center;
    background-size: 8px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.form-filled-checkbox .form-item-checkbox:checked+label:before{
    /*background-color: #d1ecf9;*/
    background-color: #6577E1;
    border-color: #6577E1;
}

.form-filled-checkbox .form-item-checkbox:checked+label:after{
    content: '';
    background-image: url('https://cdn.plypages.com/6b9759bf-2a2f-4031-bba8-c544e5a10e14/-/quality/lighter/iconcheckedwhite.png');
    top: 1px;
    left: 0px;
    background-position: center;
    background-size: 8px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.form-item-radio+label::before{
    width: 16px;
    height: 16px;
    background-color: #E2E7EC;
    border-radius: 20px;
    content: "";
    position: absolute;
    left: 0;
    top: 2px;

}

.form-item-radio:checked+label:after{
    position: absolute;
    top: 2px;
    left: 0;
    content: "";
    font-size: 18px;
    border: 6px solid #6577E1;
    width: 16px;
    height: 16px;
    border-radius: 20px;

}

.form-custom-group{
    position: relative;
}

.form-custom-group label{
    padding-left: 35px;
    cursor: pointer;
}

.container{
    width: 100%;
    margin: 0;
    padding: 0 55px;
}

.centered{
    width: 960px;
    margin: 0 auto;

}

img.menu-icon{
    width: 18px;
    margin-top: -3px;
}

body.green .page-sidebar-menu>li>a>span{
    color: #fff;
}

body.green .page-sidebar-menu>li>a.active>span{
    color: #d6c4c4;
}

body.red .page-sidebar-menu>li>a>span{
    color: #fff;
}

body.red .page-sidebar-menu>li>a.active>span{
    color: #d6c4c4;
}

body.yellow .page-sidebar-menu>li>a>span{
    color: #fff;
}

body.yellow .page-sidebar-menu>li>a.active>span{
    color: #d6c4c4;
}

.faqs-link{
    margin-bottom: 20px;
    font-size: 18px;
}

.nomargin{
    margin: 0!important;
}

.small-column{
    width: 70px;
}

.alert-block{
    position: fixed;
    right: 50px;
    top: 150px;

}