/*.border-black .ddTitleText {
    border: 1px solid #3275ac;
    border-radius: 50px;
    font-size: 12px;
    color: #3275ac;
    font-weight: 600;
}
.dd .ddTitle .ddTitleText {
    padding:2px 21px 2px 4px;
}*/
.email-type.select-option .ddChild,
.ddcommon .ddChild{max-height:180px !important;overflow:auto !important;} 
.emailtable  .icon-dot-menu{font-size:14px;}

.column-gutter{padding-left:1px;padding-right:1px;}
.table-no-border tbody tr{border-bottom: 1px solid #e8e8e8;}
.widget-header:not(.modal-header){
    padding:6px 10px 0px 10px;
    height: auto;
}
.bg-none{
    background:transparent;
    background-image:none;
}
.widget-body.border-0{border:0px !important}
.widget-header.email-detail-header {
    display:block !important;
    font-size:13px !important;
    font-weight:500 !important;
}
.widget-header.email-detail-header small {
    font-size:10px !important;
}
.widget-header .nav-link.font-small{font-size:9px !important;padding:1px 10px;}
.icon-close{font-size:initial !important;font-weight:bold;}
.overflow-inherit{
    overflow:inherit !important;
}
.emailtable .icon-attachment{
font-size: 13px;
}
.emailtable .active td {
    /*font-weight: bold !important;*/
    cursor: pointer;
    color: #000;
    background: #f7f7f7;
}
.font-small {
    font-size: 10px !important;
}
.body-content-wrapper.has-dashboard-sidebar{
    padding-left:173px;
}

/*

.nav-pills .nav-link {
    border-radius:25px;
}
.uppercase.nav-link{
    text-transform:uppercase;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;background-color: #157bc5;
}*/
.nav-tabs{
    border-bottom:0px;
}
.nav-tabs .nav-link{
    color:#1879c6;
    padding:3px 12px;
    margin-right:5px;
    background:transparent;
    border-color:#1879c6;
}
.nav-pills .nav-link:focus,
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #036ab2;
    border:1px solid #036ab2;
}

.mis-widget .tab-control-mis-fullview{display:none}
.uppercase.nav-link{
    text-transform:uppercase;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;background-color: #157bc5;
}
.create-task-tabs .nav-pills .nav-link.active,
.create-task-tabs .nav-pills .show>.nav-link,
.create-task-tabs .nav-pills .nav-link:focus{
    background:transparent;
    border:none;
    color:#000000;
}
.box{/*box style*/
    margin-bottom:10px;
    position:relative;
    border-radius:6px;
    min-height:auto;
    text-align:center;
}
.box-content{color:#ffffff;}
.box-content{
    padding:20px 0px;
}
.box-content .count{
    font-size:35px;
    font-weight:600;
    line-height: 1;
    
}
.box-content .box-footer{
    border-radius: 6px;
}
.box .box-footer{
    margin-top: -5px;
    border-radius: 6px;
}
.box1 .box-content{background:#0476d7}

.box1 .box-footer{
    background: #c9fffd;
    color:#0476d7;
}
.box2 .box-content{background:#5daa1e}
.box2 .box-footer{
    background: #c8f9a0;
    color:#5daa1e;
}
.box3 .box-content{background:#5a2ab2}
.box3 .box-footer{
    background: #d2b8ff;
    color:#5a2ab2;
}
.box4 .box-content{background:#e7551c}
.box4 .box-footer{
    background: #fbd0bf;
    color:#e7551c;
}
.box5 .box-content{background:#d12727}
.box5 .box-footer{
    background: #fec5c5;
    color:#d12727;
}
.box6 .box-content{background:#01aeac}
.box6 .box-footer{
    background: #b5fffe;
    color:#01aeac;
}
.icn-box svg {
    width:75px;
    height:75px;
}
.upcoming-event-wrapper{
    position:relative;
}
.upcoming-event-wrapper .add-event-heading{
    font-size:16px;
    font-weight:500;
}
.upcoming-event-wrapper .add-event-trigger i{
    font-size:22px;
    color:#0f78cb;
    cursor:pointer;
}
.events-items-wrapper{
    height:27.5vh;
    overflow:auto;
}
.events-list-items{
    border-bottom:1px solid #c8c8c8;
    margin-bottom:5px;
}
.events-items-wrapper .event-item.active{
    background:#67a6eb;
    color:#fff;
    border-color:#67a6eb;
}
.events-items-wrapper .event-item.active:hover{
    background:#97bd10;
    color:#fff;
    border-color:#97bd10;
}
.events-items-wrapper .event-item{
    border:1px solid #127cc6;
    border-radius:6px;
    padding:5px 10px;
    margin:5px 0px;

}
.datepicker table tr td, .datepicker table tr th {
    text-align: center;
    width: 14.28% !important;
    height: 28px !important;
    max-width:14.28% !important;
    max-height: 28px !important;
    border-radius: 4px;
    border: none;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active{
    text-align: center;
    width:14.28% !important;
    height:28px !important;
    max-width:14.28% !important;
    max-height:28px !important;
    color: #fff;
    background-color: #0082c9;
    border-color: #0082c9;
    border-radius:0%;
}
.event-datepicker .datepicker-inline,
.event-datepicker .table-condensed{
    width:100%;
}
.dd-small .ddTitleText {
    font-size: 10px;
    color:#0b6aaa;
}

.select-border .ddTitleText {
    border: 1px solid #0b6aaa;
    min-height: auto;
    border-radius: 25px;
    text-align:center;
}
.internal-news-item .detail {
    width: 65%;
    max-width: 65%;
}
.internal-news-item .news-icon {
    max-width: 50px;
    margin-right: 0px;
    width: 50px;
}
.email-detail-header .email-detail-heading {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color:#036ab2;
}
.icn-wrapper .notification{
    right:0px;
}
.progress-green .progress-bar{
    background: #96bf0d;
}
.progress-blue .progress-bar{
    background: #6ba4e7;
}
.progress-red .progress-bar{
    background: #dc614f;
}

/*Dashboard Sidebar*/
.dashboard-sidebar {
    width:175px;
    position:fixed;
    top:53px;
    left:0px;
    background:#fff;
    box-shadow:0 0 3px rgb(0 0 0 / 10%);
    padding:10px 5px;
    height:91%;
}
.add-dashboard{
    display:block;
    padding:5px;
    border-radius:25px;
    background:#157bc6;
    color:#ffffff;
    font-weight:500;
    text-align:center;
    cursor:pointer;
}
.dashboard-sidebar ul{
    display:block;
    list-style:none;
    margin:0;
    padding:0;
}
.dashboard-sidebar ul li{
    display:block;
}
.dashboard-custom-nav{
    height:calc(26%);
    margin-top:10px !important;
    overflow:auto;
}
.dashboard-sidebar ul .nav-list-item-link {
    padding:5px 10px 5px 20px;
    display: block;
    position: relative;
}
.dashboard-sidebar .nav-list-item-link{
    color:#bababa;
    text-transform:uppercase;
    text-decoration:none;
    font-weight:normal;
    font-size:11px;
    transition:all 0.3s ease-in;
}
.dashboard-sidebar .dashboard-app-nav .nav-list-item-link:hover,
.dashboard-sidebar .dashboard-app-nav .nav-list-item-link.active,
.dashboard-sidebar .nav-list-item-link:hover,
.dashboard-sidebar .nav-list-item-link.active{
    color:#1e74c6;
    transition:all 0.3s ease-in;
}
.dashboard-sidebar .dashboard-app-nav .nav-list-item-link:hover i,
.dashboard-sidebar .dashboard-app-nav .nav-list-item-link.active i,
.dashboard-sidebar .nav-list-item-link:hover i,
.dashboard-sidebar .nav-list-item-link.active i{
    color:#474747;
    transition:all 0.3s ease-in;
}
.dashboard-sidebar .dashboard-app-nav .nav-list-item-link{
    color:#000000;
    font-weight:500
}
.nav-list-item-link>i{
    position:absolute;
    top:3px;
    left:0;
}
.dashboard-app-nav{
    height:calc(60%);
    overflow:auto;
}


.progress-container .progress{
    height:8px;
    border-radius: 25px;
    position: relative;
}
.customer-value .cs-val-lable,
.progress-container .progress-val{font-size:9px;}
.uppercase{text-transform:uppercase;}
.file-sync-table .file-options .download-file-attach, .file-sync-table .file-options .icon-eye {
font-size: 21px;
}
.reset-pass-message{display:none !important}
.dashboard-content-wrapper{position:relative;}
.custom-dashboard{
    width:0%;
    height:94vh;
    position: absolute;
    overflow: hidden;
    top: 0;
    background: #ffffff;
    z-index:-1;
    display:block;
    visibility:hidden;
    transition:all 0.3s ease;
    box-shadow: 4px 10px 8px rgb(0 0 0 / 20%);
}
.custom-dashboard.active{
    width:100%;
    left:0;
    visibility:visible;
    z-index: 1;
    overflow:inherit;
}
.dashboard-custom-nav a:hover{cursor:pointer;}
.close-dashboard {
    display: inline-block;
    cursor: pointer;
}
.close-dashboard .icon-close{
    font-size:20px !important;
}

