/* Theme colors
    slate: #305573
    orange: #FF6701
*/

html, body{
    height: 100%;
}

section.content {
    background: #f4f4f4;
    min-height: calc(100% - 64px);
    padding: 10px;
    padding-left: 205px;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

// TinyMCE
.tox .tox-statusbar{
    position: relative !important;
}
.tox .tox-statusbar:after{
    content: "Drag & drop or copy paste images";
    background-color: #fff;
    display: block;
    position: absolute;
    top: 0;
    text-transform: none;
    width: 98%;
}
/*----------------------------------------------------
    LOGIN
------------------------------------------------------*/
.login{
    background: url(/images/login_bg.jpg);
    background-size: cover;
}
.login::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(48, 85, 115, .85);
}
#login-page{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    max-width: 400px;
    height: 100%;
    width: 100%;
}
#login-page .card{
    border-radius: 20px;
    width: 100%;
}
.login-form .profile-image-login{
    max-width: 200px;
    width: 100%;
}
.login-form .form-group h3{
    font-size: 1.25rem;
    line-height: .1em;
    margin: 30px 0 50px;
}
.login-form .form-group h4 span {
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 50px;
    padding: 5px 10px 8px;
}
.login-form p.title{
    color: #484848;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 40px;
}
.login-form .form-group input.mobile, .login-form .form-group .input-group-text{
    font-size: 1.2rem;
    height: 3.5rem;
}
.login-form .form-group .edit_number{
    color: #666;
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 30px;
}
.login-form .form-group .edit_number a.link{
    float: right;
    font-size: 0.85rem;
}


.login-form .resend_otp .resend_link{
    display: inline-block;
    float: right;    
}


.login-form .rounded{
    border-radius: 50px;
}
.login-form .loader{
    text-align: center;
}


.login-form .forgot-password-btn{
    position: absolute;
    right: 0;
    top: -1px;
}
.login-form [type="checkbox"]+span:not(.lever){
    padding-left: 28px;
}


@media (min-width: 800px){
    #login-page .card{
        min-width: 400px;
    }
}

/*----------------------------------------------------
    HEADER
------------------------------------------------------*/
header nav {
    color: #fff;
    background-color: #fff;
    width: 100%;
}
header nav .nav-wrapper{
    padding: 0 10px;
}
header nav .brand-logo{
    left: 22px;
}
header nav .brand-logo img{
    padding-top: 3px;
    width: 100px;
}
header nav li.password_dropdown a:hover, header nav li.password_dropdown a:active{
    background-color: transparent;
}
header nav .page-title{
    color: #000;
    font-size: 1.2rem;
    font-weight: 600;
    margin-left: 205px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; 
}
header nav .page-title .material-icons{
    color: #000;
    margin-right: 15px;
}
header nav .sidenav-trigger i{
    color: #000;
    line-height: 59px;
}


header .chip{
    background: #fff;
    color: rgba(0,0,0,0.8);
}
header .chip i{
    color: #000;
    height: 32px;
    line-height: 32px;
}
header .chip i.left{
    margin-right: 8px;
}
header .chip i.right {
    margin-left: 0px;
}
#settings-dropdown{
    width: 150px !important;
}

@media (max-width: 1000px){
    header nav .brand-logo{
        left: 70px;
    }
}


@media (max-width: 600px){
    header nav .brand-logo img{
        padding-top: 7px;
        width: 90px;
    }
    header nav .page-title{
        font-size: 1rem;
        margin-left: 0
    }
}
/*----------------------------------------------------
    SIDEBAR
------------------------------------------------------*/
@media (min-width: 993px){
    .sidenav{
        height: calc(100%);
        height: -moz-calc(100%);
        overflow: hidden;
        padding-bottom: 40px;
        width: 200px;
    }
}

.navigation_menu.desktop{
    display: none;
    float: left;
    margin: 0;
}
.sidenav .menus{
    overflow: hidden;
    height: 100%;
}
.sidenav.sidenav-fixed .divider{
    background-color: #383636;
}

.sidenav.sidenav-fixed .ps-scrollbar-y-rail {
    right: 0 !important;
}
.sidenav.sidenav-fixed li>a>i {
    color: rgba(0,0,0,1);
    line-height: 47px;
}
.sidenav.sidenav-fixed > li:first-child{
    line-height: normal;
}
.sidenav.sidenav-fixed .user-view, .sidenav.sidenav-fixed .userView {
    border-bottom: 1px solid #54748f;
    margin-bottom: 0;
    padding: 10px;
}
.sidenav .user-view .circle {
    margin: auto;
    height: 80px;
    width: 80px;
}
.sidenav.sidenav-fixed .user-view .name{
    color: #fff;
    margin-top: 10px;
    font-weight: 400;
    line-height: 19px;
}
.sidenav.sidenav-fixed .user-view .designation{
    color: #afbdc9;
    font-size: 0.85rem;
    margin-top: 3px;
}
.sidenav.sidenav-fixed li>a {
    color: #e8e7e7;
    font-weight: 400;
    padding: 0 10px;
    border-left: 3px solid #2f5472;
}
.sidenav.sidenav-fixed li>a:hover, .sidenav.sidenav-fixed li>a:hover > i {
    color: #ff5722;
}
.sidenav.sidenav-fixed,
.sidenav.sidenav-fixed ul,
.sidenav.sidenav-fixed li,
.sidenav.sidenav-fixed a {
    background-color: #2f5472;
    display: block;
    font-weight: normal;
}
.sidenav.sidenav-fixed li>a.active>i{
    color: #e8e7e7;
}
.sidenav.sidenav-fixed > li > ul > li > a.active, .sidenav.sidenav-fixed li>a.active:hover, .sidenav.sidenav-fixed ul ul li a.active, .sidenav.sidenav-fixed ul ul li.active a {
    background: rgba(255,255,255,0.1);
    border-left: 3px solid #ff5722;
    color: #fff;
}
.sidenav.sidenav-fixed ul ul {
    display: none;
}
.sidenav.sidenav-fixed ul ul a {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
}
.sidenav.sidenav-fixed ul ul ul a {
    padding-left: 70px;
}
.sidenav.sidenav-fixed ul li a i {
    color: #e8e7e7;
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}
.sidenav.sidenav-fixed ul li .arrow {
    -webkit-transition: -webkit-transform 0.15s;
    -o-transition: -o-transform 0.15s;
    transition: transform .15s;
    position: absolute;
    right: 10px;
    display: inline-block;
    font-family: 'Material Icons';
    -webkit-font-feature-settings: 'liga';
    text-rendering: auto;
    font-size: 24px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    color: #888;
}
.sidenav.sidenav-fixed ul li .arrow:before {
    content: "chevron_right";
}
.sidenav.sidenav-fixed ul li a.subdrop .arrow {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*----------------------------------------------------
    FILTER PANEL
------------------------------------------------------*/

#SelectAllRecordsDiv{
    background-color: #e5f5ff;
    margin: 10px 0;
    padding: 15px;
}

.filter-panel {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    padding: 10px;
    position: relative;
    margin: .5rem 0 0rem 0;
    border-radius: 2px;
    background-color: #fff;
}
.filter-panel .filters{
    display: block;
}
.filter-panel .search-input{
    float: left;
    vertical-align: top;
}
.filter-panel .search-input .input-field {
    margin-top: 0rem;
}
.filters{
    margin: 0;
    padding: 0px;
}
.filters > li{
    display: inline-block;
    padding-right: 10px;
    vertical-align: top;
}
.filters > li:last-child{
    padding-right: 0px;
}
.filters > li .search {
    width: 200px;
}
.filters > li .input-field {
    margin: 0;
}
.filters li .input-field .input-group-text{
    padding: 0 5px;
}
.filters > li input[type=text]:not(.browser-default){
    height: 2.5rem;
    margin: 0 0 10px 0;
}
.filters > li .select-wrapper input.select-dropdown {
    height: 2.5rem;
    line-height: 2.5rem;
    width: 100%;
    font-size: 12px;
    margin: 0 0 10px 0;
}
.filters > li .dropdown-content li {
    min-height: 40px;
    line-height: 1.2rem;
}
.filters > li .dropdown-content li>a {
    font-size: 12px;
    color: #333;
    display: block;
    line-height: 22px;
    padding: 10px 15px;
}
.filters > li .select-dropdown li.disabled, .select-dropdown li.disabled>span, .select-dropdown li.optgroup {
    color: rgba(0,0,0,0.8);
}

.filter-panel .filters .input-field .prefix {
    color: #888;
    top: 12px;
    width: 2rem;
    font-size: 1.5rem;
}
.filter-panel .filters .input-field .prefix ~ input{
    margin-left: 2rem;
    width: 92%;
    width: calc(100% - 2rem);
}

.filter-panel ul.action_buttons{
    position: absolute;
    right: 15px;
    top: 0;
}
.filter-panel ul.action_buttons > li{
    display: inline-block;
    margin-right: 10px;
}
.filter-panel ul.action_buttons > li:last-child{
    margin-right: 0px;
}
.filter-panel ul.action_buttons > li > a.btn{
    padding: 0 10px;
}
.filter-panel ul.action_buttons > li > a.btn i.right{
    margin-left: 5px;
}
.filter-chips .chip{
    background-color: #2196F3;
    color: white;
    font-weight: 300;
    height: 28px;
    line-height: 28px;
}
.filter-chips .chip .material-icons{
    color: white;
    line-height: 29px;
}
.filter-panel .collapsible-body [type="checkbox"]+label {
    line-height: 18px;
}
.filter-panel .collapsible-body [type="checkbox"].filled-in:not(:checked)+label:after {
    height: 16px;
    width: 16px;
}
.filter-panel .select-wrapper input.select-dropdown {
    border: none;
    border-bottom: 1px solid #999;
    height: 35px;
    line-height: 40px;
    padding-left: 0px;
    width: calc(100% - 10px);
}
.filter-panel .select-wrapper .dropdown-content li>a, .filter-panel .select-wrapper .dropdown-content li>span{
    font-size: 12px;
}
.filter-panel .fixed-action-btn {
    position: absolute;
    right: 12px;
    top: 10px;
    padding-top: 0px;
    margin-bottom: 0;
    z-index: 2;
}
.filter-panel .fixed-action-btn.horizontal ul {
    right: 45px;
}
.filter-panel .fixed-action-btn.horizontal ul li {
    margin: 0px 15px 0 0;
}
.filter-panel .fixed-action-btn.open ul a.btn-floating.expanded i{
    display: inline-block;
}
.filter-panel .fixed-action-btn.open ul a.btn-floating.expanded span{
    display: none;
}
.filter-panel .fixed-action-btn .btn-floating{
    height: 35px;
    width: 35px;
}
.filter-panel .fixed-action-btn .btn-floating,
.filter-panel .fixed-action-btn i{
    line-height: 35px;
}

@media (min-width: 1150px)
{
    .filter-panel .fixed-action-btn.open > a.btn-floating.red{
        display: none;
    }
    .filter-panel .fixed-action-btn.horizontal.open ul{
        right: 0;
        visibility: visible;
    }
    .filter-panel .fixed-action-btn.open ul a.btn-floating{
        transform: scaleY(1) scaleX(1) translateY(0px) translateX(0px);
        opacity: 1;
    }
    .filter-panel .fixed-action-btn.open ul a.btn-floating.expanded{
        border-radius: 50px;
        padding: 0 15px;
        width: auto;
    }
    .filter-panel .fixed-action-btn.open ul a.btn-floating.expanded i{
        display: none;
    }
    .filter-panel .fixed-action-btn.open ul a.btn-floating.expanded span{
        display: inline-block;
    }
}

@media only screen and (max-width: 992px){
    section.content {
        padding: 0px;
    }
    .filter-panel {
        padding: 10px;
    }
    .filter-panel .search_options_trigger{
        display: block;
    }
    .filter-panel .filters{
        display: none;
    }
    .filter-panel.visible .filters{
        display: block;
    }
    .filters li{
        display: block;
        padding-bottom: 10px;
    }
    .filters li:last-child{
        padding-bottom: 0px;
    }
    .filters > li .input-field, .filters > li .search :not(.input-group .search){
        width: 100%;
    }
    .filters > li:last-child{
        padding-right: 10px;
    }
    .filter-panel .fixed-action-btn {
        height: 40px;
        position: fixed;
        right: 16px;
        top: 67px;
        padding-top: 0px;
        margin-bottom: 0;
        z-index: 997;
    }
    .filter-panel.visible ul.action_buttons{
        margin-bottom: 0;
        position: inherit;
    }
}

#right-sidebar{
    overflow: hidden;
    width: 250px;
}

#right-sidebar h4{
    background-color: #4caf50;
    color: #f5f5f5;
    margin: 0;
    padding: 8px 0 8px 10px;
}
#right-sidebar h4 i{
    padding-right: 5px;
}
#right-sidebar h4 .btn{
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
}
#right-sidebar form{
    height: 100%;
}
#right-sidebar .collapsible{
    height: 100%;
    height: calc(100% - 60px);
    height: -moz-calc(100%);
    overflow: hidden;
}
#right-sidebar .collapsible li .collapsible-body{
    line-height: normal;
    padding: 10px;
}
#right-sidebar .collapsible-header{
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    font-size: 0.9rem;
    font-weight: 600;
}
#right-sidebar .collapsible-body {
    background-color: #f8f8f8;
    border-bottom: 1px solid #ddd;
    padding-left: 10px;
    padding-right: 10px;
}
#right-sidebar label {
    color: #666;
}
#right-sidebar .full_width label{
    display: block;
    line-height: 3;
}
#right-sidebar footer {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    text-align: center;
    width: 100%;
}
#right-sidebar footer button{
    width: 100%;
}

/*----------------------------------------------------
    TABLE, PAGINATION WRAPPER
------------------------------------------------------*/
table.footable {
    margin-bottom: 50px;
}
table thead th{
    background-color: #e4edff;
    text-transform: uppercase;
}
table thead th:first-child, table tbody td:first-child, table tfoot td:first-child{
    padding-left: 10px;
}
.pagination_wrapper{
    display: flex;
    align-items: center;
}
.pagination_wrapper select,
.pagination_wrapper select:focus{
    border: none;
    padding: 0;
    width: auto;
}
.pagination_row{
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 15px;
  position: fixed;
  bottom: 0;
  right: 0;
  width: calc(100% - 200px);
  -webkit-transition: .8s ease all;
    -o-transition: .8s ease all;
    -moz-transition: .8s ease all;
    transition: .8s ease all;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.pagination_row .total_records_wrapper{
    font-weight: 500;
}
.pagination_row .page-selection ul {
  margin: 0;
}
.pagination_row .pagination li.active {
    background-color: #496b87;
    border-radius: 5px;
}
.pagination_row .pagination li a {
    font-size: 1rem;
    line-height: 28px;
}

@media (max-width:  600px)
{
  table.footable{
    margin-bottom: 90px;
  }
  .pagination_row{
    flex-direction: column;
    width: 100%;
  }
  .pagination_row .total_records_wrapper{
    margin-bottom: 10px;
  }
}

/*----------------------------------------------------
    DASHBOARD
------------------------------------------------------*/
.dashboard table.footable{
    margin-bottom: 0;
}
.dashboard .card-panel{
    border-radius: 10px;
}
.dashboard .welcome{
    display: flex;
    align-items: center;
}
.dashboard .welcome img{
    margin-right: 15px;
    width: 50px;
}
.dashboard .welcome .login_time{
    color: #6c7990;
}
.dashboard .welcome .login_time .material-icons{
    color: #a0a8b5;
    vertical-align: middle;
}
.dashboard .pending_tasks .list,
.dashboard .holiday_list .list {
    height: 300px;
    overflow: auto;
    position: relative;
}
.dashboard .holiday_list .list .no_holidays{
    display: block;
    font-size: 21px;
    position: absolute;
    top: 40%;
    left: 40%;
}
.dashboard .card_title.light{
    font-weight: 400;
}
.dashboard .attendance_stats{
    display: flex;
    justify-content: space-between;
    margin: 0;
}
.dashboard .attendance_stats .month_specifier{
    border-right:1px solid #ccc;
    height: 100%;
    position: relative;
}
.dashboard .attendance_stats .month_specifier span{
    position: absolute;
    display: block;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50px;
    font-size: 0.9rem;
    height: 25px;
    width: 45px;
    text-align: center;
    text-transform: uppercase;
    right: -22px;
    top: 30%;
}
.dashboard .holiday_list{

}
/*----------------------------------------------------
    PROJECTS
------------------------------------------------------*/
.projects .project_title{
    color: #2a72ad;
    font-weight: 500;
}
.projects .avatar_lists{
    font-size: 0;
    margin: 0 0 -0.5rem;
    padding: 0;
}
.avatar_lists .avatar{
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    position: relative;
    text-align: center;
    display: inline-block;
    background: #607d8b no-repeat center/cover;
    color: #fff;
    font-weight: 600;
    vertical-align: bottom;
    font-size: .875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 50%;
    margin-bottom: 0.5rem;
    margin-right: -0.6em!important;
    box-shadow: 0 0 0 2px #fff;
}
.projects .avatar_lists .avatar i{
    color: #fff;
    font-size: 20px;
    line-height: 2.5rem;
}
.projects .avatar_lists .avatar.add{
    background-color: #dcebf3;
}
.projects .avatar_lists .avatar.add i{
    color: #6c7990;
}
.chip.project,
.chip.task{
    height: 26px;
    line-height: 24px;
}
.chip.project.active{
    background-color: #4CAF50;
    color: white;
}
.chip.project.cancelled{
    background-color: #e25324;
    color: white;
}

#AssignProjectForm ul.assigned_members{
    margin-top: 0;
    margin-bottom: 40px;
}
#AssignProjectForm ul.assigned_members li{
    padding: 5px 0;
}

/*----------------------------------------------------
    PROJECT DETAILS
------------------------------------------------------*/
.project_details .card-panel{
    border-radius: 10px;
}
.project_details .project_info dt{
    color: #777;
}
.project_details .project_info dd{
    font-weight: 500;
    margin-left: 0;
    margin-bottom: 10px;
}
.project_details .project_info dd .chip{
    border-radius: 5px;
}
.project_details .project_members li,
.dashboard .avatar_lists{
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.project_details .project_members .avatar_lists span.avatar,
.dashboard .avatar_lists span.avatar{
    margin-bottom: 0;
    margin-right: 10px !important;
}
.application_types{
    display: flex;
    align-items: center;
    margin: 0;
    margin-top: 5px;
}
.application_types li{
    margin-right: 10px;
}
.application_types li img{
    width: 24px;
}

/*----------------------------------------------------
    TASK DETAILS
------------------------------------------------------*/
.chip.task.pending{
    background-color: #4CAF50;
    color: white;
}
.task_details .description_wrapper{
    margin-top: 5px;
}
.task_details .comment_wrapper{
    display: flex;
}
.task_details .comment_wrapper img{
    margin-right: 10px;
    height: 40px;
    width: 40px;
}

.editor_panel textarea{
    min-height: 195px;
}
.task_details code, 
.comment_wrapper code{
    background-color: #e8e8e8;
    border-radius: 3px;
    font-size: 0.95rem;
    padding: 1px 5px;
}
.comments_panel .card-panel{
    margin-bottom: 0;
}

.comments_timeline {
    padding: 0;
    list-style: none;
    position: relative;
}
.comments_timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #afc9d3;
    left: 3%;
    margin-left: -6px;
}
.comments_timeline>li {
    position: relative;
}
.comments_timeline>li time {
    display: block;
    margin-bottom: 5px;
}
.comments_timeline>li time span {
    font-size: 12px;
    color: #9e9e9e;
}
.comments_timeline>li .posted_by {
    width: 40px;
    height: 40px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #fff;
    background-size: 100% !important;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #f5f5f6;
    text-align: center;
    left: 3%;
    top: 0;
    margin: 0 0 0 -25px;
}
.comments_timeline>li .comments {
    margin: 0 0 25px 8%;
    padding: 5px 15px;
    position: relative;
    border-radius: 5px;
}
.comments_timeline>li .comments:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #fff;
    border-width: 10px;
    top: 10px;
}
.comments_timeline>li .comments.assignment:after {
    display: none;
}
.comments_timeline>li .comments.assignment time span {
    color: #777;
}
.project_details .description_wrapper ul:not(.browser-default),
.task_details .description_wrapper ul:not(.browser-default),
.comments_timeline>li .comments ul:not(.browser-default) {
    padding-left: 2.5rem;
    list-style-type: disc;
    margin: 10px;
}
.project_details .description_wrapper ul:not(.browser-default)>li,
.task_details .description_wrapper ul:not(.browser-default)>li,
.comments_timeline>li .comments ul:not(.browser-default)>li {
    list-style-type: unset;
}
.task_details .autosuggest_assignee{
    display: flex;
    align-items: center;
}
.task_details .autosuggest_assignee a{
    padding: 5px;
}
#assignee_list{
    min-width: 230px;
}
#assignee_list li a{
    font-size: 13px;
}

.task_details .right_section{
    position: fixed;
    max-width: 280px;
    width: 100%;
}
.task_details .right_section .estimate_work_time,
.task_details .right_section .timer_buttons{
    display: flex;
    justify-content: space-between;
}
.task_details .right_section .timer_buttons .timer{
    font-size: 1.6rem;
    text-align: right;
}
.task_details .right_section .task_timesheet{
    font-size: 12px;
    margin-top: 10px;
}
.task_details .right_section .task_timesheet td{
    padding: 5px;
}

.floating_timer{
    background-color: #e25324;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    padding: 5px 10px;
    position: fixed;
    top: 12px;
    right: 125px;
    z-index: 997;
    -webkit-box-shadow: 0 10px 40px 0 rgba(62,57,107,.07), 0 2px 9px 0 rgba(62,57,107,.06);
    box-shadow: 0 10px 40px 0 rgba(62,57,107,.07), 0 2px 9px 0 rgba(62,57,107,.06);
}
.floating_timer a{
    display: block;
    height: 26px;
    width: 26px;
    margin-left: 5px;
    text-align: center;
}
.floating_timer a i{
    color: #fff;
    line-height: 26px;
}

/*----------------------------------------------------
    TASK BOARD
------------------------------------------------------*/
.breadcrumbs nav{
    background-color: transparent;
    box-shadow: none;
    height: 40px;
    line-height: 40px;
}
.breadcrumbs nav .breadcrumb{
    color: rgba(0,0,0,0.7);
    font-size: 1rem;
}
.breadcrumb:before {
    color: rgba(0,0,0,0.5);
    font-size: 22px;
    margin: 0 5px 0 0px;
}
.breadcrumb:last-child{
    color: #000 !important;
    cursor: auto;
    font-weight: 500;
}
.task_board_scroll {
    width: 100%;
    max-height: 100%;
    height: 100%;
    overflow: auto;
    flex: 1 1 0%;
    position: relative;
}
.board_container{
    display: flex;
}
.board_container .board {
    display: flex;
    flex-direction: column;
    align-self: auto;
    flex: 1 1 auto;
    min-width: 350px;
    max-width: 350px;
}
.board_container .board .card-panel{
    border-radius: 5px;
    margin: 5px;
    min-height: 200px;
    padding: 0;
}
.board_container .board .board_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    padding: 10px 15px;
}
.board_container .board .board_header h4{
    font-size: 1rem;
    margin: 0;
    width: 80%;
}
.board_container .board .board_header .dropdown-trigger{
    position: absolute;
    right: 6px;
    top: 6px;
}
.board_container .board .board_header .dropdown-content{
    font-weight: normal;
}
.board_container .board .board_body{
    background-color: #d5dfe7;
    border-radius: 3px;
    height: calc(100% - 45px);
    margin: 5px;
    padding: 10px;
}

.board_container .board .board_body textarea{
    height: 60px;
    padding: 7px 10px;
}
.board_container .board .board_body .input_box_trigger{
    padding: 0;
}
.board_container .board .board_body .btn, 
.board_container .board .board_body .btn i{
    color: #000;
}
.board_container .board .board_body .add_btn{
    background-color: #457d94;
    color: #fff;
}
.board_container .board .board_body .add_btn[disabled]{
    background-color: #9db1b9 !important;
}


@media (max-width:  600px)
{
    .board_container .board {
        max-width: 100%;
    }
}

/*----------------------------------------------------
    STYLES FOR FULL WIDTH CONTENT SECTION
------------------------------------------------------*/
body.full header nav .page-title{
    margin-left: 15px !important;
}
body.full .sidenav.main_menu{
    transform: translateX(-100%) !important;
}
body.full .sidenav.main_menu.show_menu {
    transform: translateX(0%) !important;
    -webkit-transition: -webkit-transform 0.25s;
    -o-transition: -o-transform 0.25s;
    transition: transform .25s;
}
body.full section.content{
    padding-left: 0;
}
body.full .pagination_row{
  width: 100%;
}