@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500');
body {
    background-color: #FFF;
    font-family:sans-serif;
    font-family: 'Roboto', sans-serif !important;
    overflow-x: hidden;
}
a, a:active, a:focus, 
button, button:focus, button:active, 
.btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: none;
    outline: 0;
}
.no_padding_left{
    padding-left: 0px;
}
.no_padding_right{
    padding-left: 0px;
}
a{
    text-decoration: none !important;
}
table tr th{
    color: #4c6a7b !important
}
.no-border{
    border: 0px solid !important;
}
label {
    font-weight: 400 !important;
    color: #4c6a7b !important;
}
#wrapper {
    width: 100%;
}

#page-wrapper {
    background: #f4f8f9 none repeat scroll 0 0;
    border-left: 1px solid #e7e7e7;
    margin: 0 0 0 0;
    padding: 0 15px;
    position: inherit;
}
@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 15px;
        border-left: 1px solid #e7e7e7;
    }
}
.navbar-brand {
    height: auto;
    margin: 14px 0 0 60px;
    padding: 0;
}
.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
    vertical-align: top;
}
.navbar-top-links li h3{
    border-bottom: 1px solid #337ab7;
    margin-bottom: 2px;
    margin-top: 12px;
}

.navbar-top-links li:last-child {
    margin-right: 0px;
}


.navbar-top-links li a.admin_title{
    padding: 0px;
    min-height: auto;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}


.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}
.sidebar ul li:first-child{
    border-top: 1px solid #e7e7e7;   
}

.sidebar ul li a.active {
    background-color: #f4f8f9;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    font-weight: 300;
    margin: 0;
    color: #4c6a7b;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25% !important;
}
.login-panel .img-responsive{
    display: inline-block;
}
.nopadding{
    padding: 0px;  
}
.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: none;
    font-family: fontawesome;
    margin: 0 0 0 10px;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: none;
    font-family: fontawesome;
    margin: 0 0 0 10px;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 5.5px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}
.margin_b5 {
    display: inline-block;
    line-height: 13px;
    margin-bottom: 5px;
    padding: 4px;
    position: relative;
}
.huge {
    font-size: 30px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red > .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}
.vcenter{
    vertical-align: middle!important;
}
tr.vcenter td, tr.vcenter th{vertical-align: middle!important;}
.vbottom{
    vertical-align: bottom!important;
}
.borderless td, .borderless th {
    border: none!important;
}
.table .thumbnail{margin-bottom: 0px; display: inline-block;}
.select2-container .select2-selection--single {
    height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 31px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
}
#searchTask .table{
    margin-bottom: 0;
}
.view-task-list {
    background-color: #ddd;
    display: block;
    font-size: 16px;
    padding: 7px;
    text-align: center;
    text-decoration: none !important;
}
/*#supervisorTask,
#searchTask{
    display: none;
}*/
#supervisorTask .table{
    margin-bottom: 0;
}
.supervisor-menu > ul {
    list-style: outside none none;
    padding: 0;
}
.supervisor-menu li {
    border-bottom: 2px solid #fff;
    display: inline-block;
    margin: 0 -2px;
    padding: 0;
}
.supervisor-menu li:hover,
.supervisor-menu li.active {
    border-bottom: 2px solid #27c4f9;
}
.supervisor-menu li.active a{
    color: #27c4f9;
}
.supervisor-menu li a {
    border: 0 none;
    padding: 5px 15px;
    display: block;
    color: #555;
    text-decoration: none;
    font-size: 16px;
}
.supervisor-menu {
    margin-bottom: 25px;
}
.task-search {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    overflow: hidden;
}
.task-search .form-group {
    margin-right: 13px;
}
.select2{
    width: 100% !important;
}
.complain_title {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 11px;
}
.complain_title > span {
    font-weight: 600;
}
.messages.msg_receive > time {
    font-size: 12px;
    color: #515151 !important;
}
.messages.msg_receive > time i {
    color: #515151 !important;
    display: inline-block;
    margin: 0 4px 0 0;
}

.replay {
    font-size: 16px;
    font-weight: 600;
    margin: 12px 0 11px;
}
.messages_replay_form{
    margin: 15px 0
}
.btn_succss_custm{
    font-size: 15px;
    margin: 10px 0 0 0;
}
.media-body time {
    color: #737373;
    font-size: 12px;
}
.media .media-body p {
    margin: 0 0 5px;
}
.kpi-media-heading{
    color: #525252;
    font-size: 14px;
    font-weight: 600;
}
.complain_text{
    color: #1d2129;
    margin: 0 0 5px;
}
.acomment_auth_img{
    border: 1px solid rgba(0, 0, 0, 0.1);
}



.custom-panel-info .panel-heading{
    cursor: pointer;
}
.custom-panel-info .panel-heading.collapsed {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #4c6a7b;
    cursor: pointer;
    float: left;
    font-size: 13px;
    height: 22px;
    padding: 0;
    position: absolute;
    right: 27px;
    text-align: center;
    top: -35px;
    width: 36px;
    color: #4c6a7b;
}
.custom-panel-info .panel-heading.collapsed i{
    color: #4c6a7b !important;  
}
.custom-panel-info .panel-heading.collapsed .search_close{
    display: none;
}


.custom-panel-info.kpi_report .panel-heading.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #4c6a7b;
    cursor: pointer;
    float: left;
    font-size: 13px;
    height: 21px;
    padding: 0;
    position: absolute;
    right: 15px;
    text-align: center;
    top: -46px;
    width: 36px;
}
.against_complain .panel-heading.collapsed {
    top: -62px;
}
.custom-panel-info .panel-collapse.collapse.in{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    padding: 0;
}
.custom-panel-info .panel-collapse.collapse.in .panel-body {
    background: #e2eaee none repeat scroll 0 0;
    border-radius: 3px;
}
.custom-panel-info {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 0 none !important;
    box-shadow: none !important;
    margin: 17px 0 !important;
}
.text-color-b{
    color: #000;
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 768px) {
    .custom-panel-info .panel-heading.collapsed{
        border: 0 none;
        float: none;
        position: inherit;
        right: 14px;
        top:auto;
    }
}
.model-page-header {
    font-size: 16px;
    margin: 0;
}
.model-page-subheader {
    color: #337ab7;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 10px;
}
.no-padding{
    padding: 0px;
}
.work_auth_wrapper {
    background: #f5f5f5 none repeat scroll 0 0;
    margin: 15px 0;
    padding: 10px;
}
span.work-label {
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    padding: 0 10px 0 0;
    vertical-align: top;
}
span.work_view {
    color: #585858;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    vertical-align: top;
}
.project-name-label{
    color: #000;
    display: inline-block;
    padding: 0 8px 0 0;
}
.time-label {
    display: block;
    margin: 0 0 1px;
}
.time-viw {
    color: #4b4b4b;
    font-weight: 600;
}
.task_completion_time {
    font-weight: 600;
    margin: 14px 0 0;
}
.task_completion_time span{

}
.task_duration_time {
    font-weight: 600;
    margin: 14px 0 0;
}
.title_details {
    background: #e4f5f5 none repeat scroll 0 0;
    margin: 15px 0;
    padding: 10px;
}
.complexity-wrapper{
    padding: 0 10px;
}
/*********** Side br menu collpas **********/
.sidebar-closed .custom-class-sub {
    display:none;
}

.collapse-menu-top {
    bottom: 88px;
    display: inline-block;
    font-size: 24px;
    height: 28px;
    left: -234px;
    padding: 0 !important;
    position: absolute;
    width: 30px;
    z-index: 9999;
}
.sidebar-closed .collapse-menu-top {
    left: 16px;
}
.sidebar-closed #page-wrapper {
    margin:0;
}
.sidebar-closed .hidden_text {
    display: none;
}
.sidebar-closed .sidebar {
    width:0;
    overflow:hidden;
}
.navbar-static-top ul.navbar-right {
    display: block;
    text-align: right;
}
.text-primary{
    color: #6b6c6e;
}
.btn-success {
    background-color: #8dc63f;
    border-color: #8dc63f;
    color: #fff;
}
.btn-success:hover{
    background-color: #89c834;
    border-color: #89c834;
}
.panel-info > .panel-heading {
    background-color: #b3cbd9;
    border-color: #b3cbd9;
    color: #000;
}
/**
.panel-info > .panel-heading {
    background-color: #eaeaea;
    border-color: #e1e1e1;
    color: #31708f;
}
.custom-panel-info .panel-collapse.collapse.in .panel-body {
    background: #f9f9f9 none repeat scroll 0 0;
    border-radius: 3px;
}
**/
.text-title{
    font-size: 16px;
    font-weight: normal;
}

.modal-header .close span {
    background: rgba(0, 0, 0, 0) url("../images/close.png") no-repeat scroll left center;
    display: inline-block;
    height: 22px;
    text-indent: -999px;
    width: 22px;
    overflow: hidden;
}
.modal-header .close {
    margin-top: -2px;
    opacity: 1;
}

.badge {
    background-color: #6e8694;
    border-radius: 5px;
    margin: 0 0 0 5px;
}
.complain_raised {
    margin: 0 0 3px;
}
.complain_raised span:first-child{
    display: inline-block;
    vertical-align: middle;
    padding:0 5px 0 0;
}

.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
}
.auth_img{
    height: 43px;
    width: 43px;
}
.nav > li > a {
    padding: 7px 15px;
}
.custom_padding_height {
    height: 60px;
    padding: 20px 12px 0 !important;
    margin-bottom: 0px;
}
.text_manue p{
    font-size: 16px;
}
.auth_drop_menu {
    height: 59px;
    padding: 8px 15px 0 !important;
}
.page-header {
    margin: 18px 0 16px 0;
    font-size: 24px;
    color: #4c6a7b;    
}
.up {
    background: #ecfff4 none repeat scroll 0 0;
    border: 1px solid #2ecc71;
    color: #4c6a7b;
    height: 120px;
    padding: 6px 0 0;
}
.down{
    background: #ffe7e4;
    border: 1px solid #e74c3c;
    height: 120px;
    color: #4c6a7b;
    padding: 6px 0 0;
}
.huge-title {
    font-size: 24px;
    text-align: left;
    width: 100%;
}
.huge-mark-avg {
    font-size: 48px;
    font-weight: 600;
    margin: -18px 0 0;
    text-align: right;
}
.huge-mark-perceteg-permonth {
    display: block;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    margin: -10px 0 0;
}
.huge-mark-perceteg-permonth span{
    display: inline-block;
    vertical-align: middle;
}
.up .huge-mark-perceteg-permonth span:first-child{
    color: #2ecc71;
    margin: 0 5px 0 0;
}
.down .huge-mark-perceteg-permonth span:first-child{
    color: #e74c3c;
    margin: 0 5px 0 0;
}
.huge-mark-perceteg-permonth span:first-child i {
    display: inline-block;
    margin: 6px 2px 0 0;
    vertical-align: top;
}
.down .huge-mark-perceteg-permonth span:first-child i {
    display: inline-block;
    margin: 0px 2px 0 0;
    vertical-align: top;
}


.specer{
    height: 35px;
}
.custom_tab_menu {
    background: #ffffff none repeat scroll 0 0;
    border: 0 none;
    padding: 12px;
}
.custom_tab_menu li{
    margin: 0 11px 0 0;
}
.custom_tab_menu li a {
    border: 0 none !important;
    padding: 0px;
    color: #4c6a7b;
    font-size: 16px;
    font-weight: 500;
}
.custom_tab_menu li.active a,
.custom_tab_menu li a:hover{
    background: none !important;
    color: #2f9fe0;
}
.custom_tab_menu li.active a .badge,
.custom_tab_menu li a:hover .badge{
    background-color: #2f9fe0;
}


.table.no-border tr, 
.table.no-border > thead > tr > th, 
.table.no-border > thead > tr > th, 
.table.no-border > tbody > tr > td, 
.table.no-border > tbody > tr > th, 
.table.no-border > tfoot > tr > td, 
.table.no-border > tfoot > tr > th, 
.table.no-border > thead > tr > td, 
.table.no-border > thead > tr > th {
    border: 0 none;
}
.custom_table tbody tr td{
    background: #fff none repeat scroll 0 0;
    border-top: 0 none !important;
    margin-bottom: 20px;
    padding: 10px 8px; 
}

.custom_table tbody tr.over_due td {
    border-bottom: 2px solid #a63b0c !important;
}
.custom_table tbody tr.task_pause td {
    border-bottom: 2px solid #e74c3c !important;
}
.custom_table tbody tr.task_done td {
    border-bottom: 2px solid #2ecc71 !important;
}
.custom_table tbody tr.task_working_inshedule  td {
    border-bottom: 2px solid #2ecc71 !important;
}
.custom_table tbody tr.task_working_outshedule  td {
    border-bottom: 2px solid #e74c3c !important;
}
.custom_table tbody tr.task_done_exp  td {
    border-bottom: 2px solid #e74c3c !important;
}
.custom_table tbody tr.task_pending  td {
    border-bottom: 2px solid #f39c12 !important;
}


.custom_table tbody tr.task_pending td {
    border-bottom: 2px solid #f39c12 !important;
}
.custom_table tbody tr.task_done td {
    border-bottom: 2px solid #2ecc71 !important;
}
.custom_table tbody tr.task_pause td {
    border-bottom: 2px solid #e74c3c !important;
}

.custom_table tr th{
    padding-bottom: 0px !important;
}
.task_pending{

}
.custom_table{
    border-collapse:separate;
    border-spacing:0 10px ;
    margin-top: -3px !important;
}
.custom_table tbody tr td{
    color: #4c6a7b;
}


.custom_table tbody tr td:first-child {
    border-left-style: solid;
    border-top-left-radius: 4px; 
    border-bottom-left-radius: 4px;
}
.custom_table tbody tr td:last-child {
    border-right-style: solid;
    border-bottom-right-radius: 4px; 
    border-top-right-radius: 4px; 
}


.custom_table tbody tr {
    -moz-box-shadow:0 2px 3px #e0e0e0;
    -webkit-box-shadow: 0 2px 3px #e0e0e0;
    box-shadow:0 2px 3px #e0e0e0; 
}
.projectName{
    color: #4c6a7b;
    font-size: 13px;
    display: block;
    text-decoration: none !important;
    width: auto;
}
.projectTitle:hover,
.projectTitle {
    color: #2f9fe0;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px;
    text-decoration: none !important;
    width: auto;
}
.task_by_to_assign{
    display: block;
    width: 100%;
    color: #4c6a7b;
    margin: 0 0 10px 0;
    overflow: hidden;
}
.task_by_to_assign span{
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
}
.task_by_to_assign a{
    color: #4c6a7b;
}
.complexity_normal {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #2ecc71;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: 0 6px 0 0;
    padding: 0;
}
.complexity_status {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    display: inline-block;
    font-size: 14px;
    margin: 0 10px 0 0;
    padding: 0;
    vertical-align: middle;
}
.complexity_normal{
    color: #2ecc71 !important;
}
.complexity_medium{
    color: #f39c12 !important;
}
.complexity_heigh{
    color: #e74c3c !important;
}
.date_time_zone{
    display: inline-block;
    float: left;
    vertical-align: middle;
    color: #4c6a7b;
    margin: 0 10px 0 0;
}
.duration_time_zone {
    display: inline-block;
    float: left;
    vertical-align: middle;
    color: #b32d7d;
    margin: 0 10px 0 0px;
}
.duration_time_zone i {
    padding: 0 3px 0 0;
    vertical-align: top;
    margin: 1px 0 0 0;
}
.est_start_time {
    display: block;
    text-align: center;
    color: #4c6a7b;
    font-size: 14px;
}

.over_due .autoRefreshTime,
.over_due .task_status_label {
    color: #a63b0c;
    font-size: 14px;
}
.task_pause .autoRefreshTime,
.task_pause .task_status_label {
    color: #e74c3c;
    font-size: 14px;
}
.task_done .autoRefreshTimes,
.task_done .task_status_label {
    color: #2ecc71;
    font-size: 14px;
}
.task_done .autoRefreshTime{
    color: #2ecc71;
}

.task_working_inshedule .autoRefreshTime,
.task_working_inshedule .task_status_label {
    color: #2ecc71;
    font-size: 14px;
}

.task_working_outshedule .autoRefreshTime,
.task_working_outshedule .task_status_label {
    color: #e74c3c;
    font-size: 14px;
}

.task_done_exp .autoRefreshTime,
.task_done_exp .task_status_label {
    color: #e74c3c;
    font-size: 14px;
}
.task_pending .autoRefreshTime,
.task_pending .task_status_label {
    color: #f39c12;
    font-size: 14px;
}


.task_status_label i {
    display: block;
    font-size: 22px;
}
.cus_action_btn{
    display: block;
    background: #eeeeee;
    width:102px;
    font-size: 13px;
    padding: 4px 6px;
    border-radius: 5px;
    font-weight: 400;
    margin: 0 auto 6px auto;
    text-align: left;
}
.cus_action_btn i{
    padding: 0 4px 0 0;
}
.btn_restart,
.btn_restart:hover,
.btn_start:hover, 
.btn_start {
    color: #00a948;
}
.btn_edit:hover, 
.btn_edit {
    color: #4c6a7b;
}
.btn_delete:hover, 
.btn_delete {
    color: #e74c3c;
}
.btn_delete:hover, 
.btn_delete {
    color: #e74c3c;
}
.btn_complete:hover, 
.btn_complete {
    color: #00a948;
}
.btn_approved:hover, 
.btn_approved{
    color: #00a948;
}
.btn_unapproved:hover, 
.btn_unapproved{
    color: #e74c3c;
}
.btn_pause:hover, 
.btn_pause {
    color: #e74c3c;
}
.btn_reply,
.btn_reply:hover{
    color: #4c6a7b; 
}
.btn_complain,
.btn_complain:hover{
    color: #4c6a7b; 
}
.btn_rating,
.btn_rating:hover{
    color: #b32d7d; 
}
.panel{
    margin: 0 0 0 0;
}
.rating_status {
    color: #b32d7d;
    margin: 5px 0 0 0;
    display: block;
}
.rating_status i {
    display: block;
    font-size: 22px;
}
#morris-bar-chart{
    background: #FFF;
}
.create_form{
    padding: 20px 12px;
    background: #FFF;
    border-radius: 4px;
    margin: 0 0 30px 0;
}
.form_title {
    color: #4c6a7b;
    font-size: 18px;
    font-weight: 500;
    margin: 9px 0 22px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #aaaaaa !important;
}
.form-control{
    box-shadow: none !important;
    border: 1px solid #aaaaaa !important;
}
.create_form label{
    color: #4c6a7b;
    font-size: 14px;
    font-weight: 500;
}
.cus_form_group{
    margin: 0 0 20px 0;
}
.cus_form_group .form-group{
    margin: 0px;
}
.text_danger {
    color: #e74c3c;
}
.text_normanl {
    color: #2ecc71;
}
.right_aside{
    padding: 20px 20px;
    background: #FFF;
    border-radius: 4px;
    margin: 0 0 30px 0;
}
.task_list_of {
    color: #4c6a7b;
    font-size: 18px;
    font-weight: 400;
    margin: 9px 0 0;
}
.task_list_of a{
    color: #2f9fe0;
}
.task_list_of_img a img {
    border-radius: 5px;
    height: 45px;
    margin: -9px 0 10px;
    width: 45px;
}
.task_list_of_container ul {
    background: #f4f8f9 none repeat scroll 0 0;
    border-radius: 4px;
    list-style: outside none none;
    margin: 0;
    padding: 9px 15px;
}
.task_list_of_container ul li {
    border-bottom: 1px solid #dadfe0;
    list-style: outside none none;
    margin: 0 0 11px;
    padding: 0 0 7px;
}
.task_list_of_container ul li:last-child{
    border-bottom: 0px solid #dadfe0;
}
.task_working_inshedule .autoRefreshTime{
    color: #2ecc71;
}
.shot_desc {
    width: 88%;
}
.task_list_of_project_name{
    margin: 0 0 3px 0;
}
.task_list_of_project_name a{
    color: #4c6a7b;
    font-size: 14px;
}
.task_list_of_project_short_desc{
    margin:0 0 11px 0;
}
.task_list_of_project_short_desc a{
    color: #2f9fe0;
    margin: 0 0 3px 0;
    font-size: 14px;
    font-weight: 500;
}
.task_list_of_project_date{
    color: #4c6a7b;
    font-size: 14px;
    font-weight: 400;
}
.task_list_of_project_date i{
    margin: 0 5px 0 0;
}
.task_exchange{
    color: #2f9fe0;
    font-size: 14px;
}
.task_exchange i{
    margin: 0 3px 0 0;  
}
.view_more {
    color: #00a1ff;
    font-size: 14px;
    margin: 5px 0 0;
}
.view_more i{
    margin: 0 3px 0 0;
}
.right_aside_wrapper{
    margin: 0;
}
.font_s12{
    font-size: 12px;
}
.task_list_by_container ul{
    background: #edfff1;
}
.table > thead > tr > th {
    border-bottom: 0 solid #ddd !important;
}
.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
    border-top: 0 solid #ddd !important;
}
.reporter_table tr th{
    color: #4c6a7b;
    font-weight: 500;
    font-size: 16px;
}
.reporter_table tbody tr{
    background: #FFF;
}
.reporter_table tbody tr:nth-child(2n+2){
    background: #f2f2f2;
}
.reporter_table tbody tr td {
    padding: 10px;
}
.reporter_table tbody tr td img {
    border-radius: 4px;
    margin: 0 5px 0 0;
}
.reporter_table tbody tr td .auth_name_wrape{
    font-weight: 500;
}
.to60up:hover,
.to60up{
    color: #00a948;
}
.to59to40:hover,
.to59to40{
    color: #f39c12
}
.to39bellow:hover,
.to39bellow{
    color: #e74c3c
}

#employee_view_modal .modal-content {
    margin: 0 auto;
    padding: 20px;
    border-radius: 14px;
}
.modal-content .modal-title {
    border-bottom: 1px solid #dddddd;
    color: #4c6a7b;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 15px;
    padding: 0 0 3px;
}
.views_auth_img img{
    padding: 3px;
    border: 1px solid #e9e9e9;
}
.views_auth_img span{
    display: block;
    color: #4c6a7b;
}
.views_auth_img span i{
    margin: 0 3px 0 0;
}

.views_auth_name {

    font-size: 18px;
    font-weight: 500;
    margin: 16px 0 6px;
}
.views_auth_designation {
    font-size: 16px;
    font-weight: 400;
}
.views_auth_contact_info {
    background: #f4f8f9 none repeat scroll 0 0;
    border-radius: 5px;
    margin: 16px 0 0;
    padding: 42px 0 30px;
}
.views_auth_contact_info span{
    display: block;
    color: #4c6a7b;
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 8px 0;
    text-align: center;
}
.views_auth_contact_info span i{
    margin: 0 3px 0 0;
}
.views_auth_level{
    color: #2f9fe0 !important;
}
.views_auth_status{
    color: #2ecc71 !important;
}
button.close {
    color: #4c6a7b;
    cursor: pointer;
    font-weight: 500;
    opacity: 1 !important;
}
table.dataTable thead .sorting::after {
    color: #4c6a7b;
    float: none;
    margin-left: 8px;
}
.manage_emplyee_info {
    margin: 0 0 0 18px;
    width: 75%;
}
.manage_emplyee_info span{
    display: block;
}
.manage_emplyee_info_name {
    color: #2f9fe0;
    font-size: 16px;
    font-weight: 500;
    margin: -5px 0 0px;
}
.manage_emplyee_info_designation {
    color: #4c6a7b;
    font-size: 13px;
    margin: 2px 0 3px;
}
.manage_emplyee_info_mail{
    color: #4c6a7b;
    font-size: 13px;
    margin: 2px 0 3px;
}
.manage_emplyee_info_mail i{
    margin: 0 5px 0 0;
}


.manage_emplyee_info_view_task{
    color: #337ab7;
    font-size: 13px;
    margin: 2px 0 3px;
}
.manage_emplyee_info_view_task i{
    margin: 0 5px 0 0;
}


.labelsuperAdmin{
    color: #b32d7d;
    font-size: 14px;
    font-weight: 500;
}
.labelsuperAdmin i{
    display: block;
    margin: 0 0 4px 0;
}

.labelAdmin{
    color: #a63b0c;
    font-size: 14px;
    font-weight: 500;
}
.labelAdmin i{
    display: block;
    margin: 0 0 4px 0;
}

.labelemplyee{
    color: #2f9fe0;
    font-size: 14px;
    font-weight: 500;
}
.labelemplyee i{
    display: block;
    margin: 0 0 4px 0;
}

.user_active{
    color: #2ecc71;
    font-size: 14px;
    font-weight: 500;
}
.user_active i{
    display: block;
    margin: 0 0 4px 0;
}

.user_inactive{
    color: #e74c3c;
    font-size: 14px;
    font-weight: 500;
}
.user_inactive i{
    display: block;
    margin: 0 0 4px 0;
}

.custom_table tbody tr.userActive td {
    border-bottom: 2px solid #2ecc71 !important;
}
.custom_table tbody tr.userInActive td {
    border-bottom: 2px solid #e74c3c !important;
}
.project_manage_desc {
}
table.dataTable thead > tr > th {
    color: #4c6a7b !important;
    padding-left: 11px !important;
    padding-right: 11px !important;
}

.views_project_title {
    color: #2f9fe0 !important;
    margin: 0 0 3px;
}
.views_project_created_date{
    margin: 0 0 5px 0;
}
.views_project_asgn_by{
    margin: 0 0 10px 0;
}
.views_auth_project_asgn_by {
    display: block;
    text-align: left;
}
.views_project_short_desc {
    background: #f4f8f9 none repeat scroll 0 0;
    border-radius: 5px;
    margin: 10px 0;
    padding: 12px;
}
.views_project_date_slot span{
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;

}
.views_auth_project_title {
    color: #2f9fe0;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 8px;
}
.views_project_supervisor {
    display: block !important;
}
.views_project_asing_info span{
    color: #4c6a7b !important;
}
.views_task_created_date{
    color: #4c6a7b !important;
    display: block;
}
.views_project_status_container, 
.views_project_asing_info {
    margin: 0 0 10px;
}

.views_project_status_container span {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: top;
}
.view_project_done{
    color: #2ecc71;
}
.view_project_pending{
    color: #e74c3c;
}

.rating-area {
    background: #f4f8f9 none repeat scroll 0 0;
    border-radius: 5px;
    margin: 10px 0;
    padding: 15px;
}
.judgeCriteriaName{
    font-weight: 400px;
}
.complain_info{
    display: block;
    line-height: 30px;
}
.chat-panel .panel-body {
    max-height: 350px;
    height: inherit;
}
.display-hide{
    display: none;
}
.bt-date-field {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    padding: 5px 10px;
    width: 100%;
}
.req{
    color: #d9534f;
}

.marked_wrapper .pull-left span{
    margin: 0 3px 0 0;
}
.marked_wrapper .pull-left span img {
    border: 1px solid #e8e8e8;
    padding: 1px;
}
.pull-right.m-r40{
    margin-right: 40px;
}
.custom_tab_menu .bt-date-field {
    border-radius: 2px;
    padding: 0 3px 0 2px;
}
.pull-right .daterange.bt-date-field {
    color: #4c6a7b;
}
.panel_added{
    margin: 15px 0px 30px 0px;
}



.table_top_border{
    background: #FFF;
}

.table.table_top_border > tbody > tr > td, 
.table.table_top_border > tbody > tr > th, 
.table.table_top_border > tfoot > tr > td, 
.table.table_top_border > tfoot > tr > th, 
.table.table_top_border > thead > tr > td, 
.table.table_top_border > thead > tr > th {
    border-top: 1px solid #ddd !important;
}
.table.table_top_border > thead > tr > th {
    border-bottom: 1px solid #ddd !important;
}
.user_view_inactive{
    color: #e74c3c !important; 
}
.btn_pause_time, .btn_pause_time:hover {
    color: #f39c12 !important;
}
.view_rating_project_title {
    color: #4c6a7b;
    display: block;
    font-size: 13px;
    margin: 4px 0 4px 0px;
    text-decoration: none !important;
    width: auto;
}

.view_rating_task_title{
    color: #2f9fe0;
    font-size: 14px;
    font-weight: 500;
}
.task_done_by{
    color: #337ab7;
    font-weight: 500;
    margin: 7px 0 0;
}
.task_done_by > span {
    display: block;
}
.cus_action_btn > span {
    display: inline-block;
    margin: 0 0 0 2px;
}
.complain_date{
    margin: 0 0 20px 0;
}
.complain_by_date {
    color: #4c6a7b;
    font-size: 18px;
    font-weight: 500;
    margin: 2px 0;
}
.view_project_complete_time_zone {
    color: #2ecc71;
    font-size: 14px;
    margin: 0 0 0 8px;
}
.view_project_complete_rating{
    color: #b32d7d;
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.task_completed {
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.complain_subject span{
    color: #46a7e2;
    font-weight: 500;
    margin: 0 8px 0 0px;
}
.complain_subject span.complain_title_by i {
    color: #2ecc71;
    margin: 0 4px 0 0;
}
.complain_subject span.complain_title_to i{
    color: #e74c3c;
    margin: 0 4px 0 0;
}
.complain_view_data_container {
    margin: 10px 0;
}
.complain_on_going{
    font-size: 16px;
    margin: 0 0 10px;
    padding: 10px;
    color: #4c6a7b;
}
.custom_panel_colorr .panel-heading{
    background: #f4f8f9;
}
.custom_panel_color {
    box-shadow: none;
    border: 2px solid #f4f8f9;
}
.custom_panel_color > .panel-heading {
    background-color: #f4f8f9;
}
.caht_auth_name {
    color: #2f9fe0;
    font-weight: 500;
}

.messages_replay_form{
    padding: 0px;
}

.replay_title{
    color: #4c6a7b;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 15px;
}
.view_rating_task_time_slot span {
    display: inline-block;
    float: left;
    font-weight: 400;
    margin: 0 10px 4px 0;
}
.view_rating_task_time_slot .duration_time_zone.text_normanl {
    color: #2ecc71;
}
.view_rating_task_time_slot .duration_time_zone i {
    margin: 1px 0 0;
    padding: 0 5px 0 0;
    vertical-align: top;
}
.views_rating_tentative_date_time{
    display: block;
    font-size: 13px;
}
.views_rating_tentative_start_end_time{
    margin: 0px 0px 10px 0px;
}

.views_rating_tentative_start_end_time span{
    display: inline-block;
    float: left;
    font-size: 13px;
}
.views_rating_tentative_start_end_time span:first-child{
    margin: 0 8px 0 0;
}
.change_history {
    color: #2f9fe0;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    width: 100%;
}
.marketing_info span{
    display: block;
}
.marketing_info {
    margin: -4px 0 0 11px;
}
span.marketing_info_name{
    color: #2f9fe0;
    font-size: 14px;
    font-weight: 500;
}
span.marketing_info_designation {
    color: #4c6a7b;
    font-size: 13px;
}
span.marketing_info_department {
    color: #4c6a7b;
    font-size: 13px;
    margin: 5px 0 0 0;
}
.marketing_info_level{
    color: #4c6a7b;
    font-size: 13px;  
}
.marketing_info_level i,
span.marketing_info_department i{
    margin: 0 3px 0 0;
}

.btn_target{
    color: #4c6a7b;
}
.marketing_view_img span {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
}
.set_target_date {
    margin: -2px 0 0 3px;
}
.set_target_date span{
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 0 0;
}


.change_history.change_history_up {
    background: rgba(0, 0, 0, 0) url("../images/history_bg2.png") no-repeat scroll right 0 top 11px;
    padding: 0 13px 0 0;
}
.change_history.pressed {
    background: rgba(0, 0, 0, 0) url("../images/history_bg.png") no-repeat scroll right 0 top 11px;
    padding: 0 13px 0 0;
}
.search_date_field{
    border-radius: 4px;
}
.avg_mark{
    display: block;
    width: 100%;
    color: #4c6a7b;
}
.short_info{
    margin: 0 0 15px 0;
}
.panel-default > .panel-heading {
    cursor: pointer;
}
.toggle_title_show{
    display: none;
    color: #4c6a7b;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 15px;
    padding: 0 0 3px;
    background: none !important;
}
.toggle_title_hide{
    display: block;
    color: #4c6a7b;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 15px;
    padding: 0 0 3px;
    background: none !important;
}
.change_history_title{
    display: none;
}
.change_history.pressed .change_history_title{
    display: block;
}
.change_history_title{
    border-bottom: 0px solid #dddddd;
    color: #4c6a7b;
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
    padding: 0 0 3px;  
}

.modal-content{
    border-radius: 14px;
    margin: 0 auto;
    padding: 20px;
}
.pause_status span {
    display: inline-block;
    font-size: 16px;
    margin-right: 7px;
    vertical-align: middle;
}
.pause_ico{
    color: #e74c3c;
}
.pause_status p {
    margin: 16px 0;
    padding: 8px 0;
}
.pause_status p i{
    color: green;
    font-size: 25px;
}
.custom-panel-info .panel-heading i.fa.fa-search,
.search_close {
    color: #FFF;
}
.pause_time_approved i,
.pause_time_approved{
    display: block;
    text-align: center;
    color: #2ecc71;
}
.pause_time_not_approved i,
.pause_time_not_approved{
    display: block;
    text-align: center;
    color: #e74c3c;
}
.group_member_info{
    margin: 10px 0 0 0;
}
.group_member_info ul {
    padding: 0;
    margin: 0px;
}
.group_member_info_title {
    display: block;
    font-size: 14px;
    margin: 0 4px 8px 0;
    width: 100%;
}
.group_member_info ul li {
    display: inline-block;
    margin: 0 5px 5px 0;
    vertical-align: top;
}
.group_member_info ul li img {
    border: 1px solid #f2f2f2;
    width: 40px;
}

.criteria_table table tr td, .criteria_table tr th {
    color: #4c6a7b;
    font-size: 13px;
    font-weight: 400;
}
.criteria_table table tr th {
    font-weight: 500 !important;
}
.criteria_table{
    background: rgb(244, 248, 249) none repeat scroll 0px 0px;
    padding: 8px; 
    overflow: hidden;
    margin: 15px 0 0 0
}
.criteria_table span {
    display: block;
    font-size: 15px;
    margin: 0 0 7px;
}
.view_rating_task_time_slot {
    margin: 0 0 10px;
}
.auth_img_view{
    margin: 0 auto;
    max-height: 180px;
    max-width: 180px;
    overflow: hidden;
}
.auth_img_view img{
    border-radius: 50%;
    max-width: 180px;
}

.emplyee_nick_name {
    color: #4c6a7b;
    display: block;
    font-size: 18px !important;
    font-weight: 500 !important;
    margin: 0 0 10px 0 !important;
    padding: 0!important;
}
.auth_img_view_container .emplyee_nick_name {
    color: #4c6a7b;
    display: block;
    font-size: 24px !important;
    font-weight: 400 !important;
    margin: 17px 0 10px !important;
    padding: 0 !important;
}
.views_user_status_info{
    background: #f4f8f9 none repeat scroll 0 0;
    border-radius: 5px;
    margin: 0;
    padding: 20px;
}
.views_user_status_container span{
    color: #4c6a7b;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 6px;
    text-align: left;
}
.views_user_status_container{
    margin: 0 0 20px 0;
}
.views_user_status_container:last-child{
    margin: 0px;
}

.pop_up_kpi_report {
    background: #f4f8f9;
    margin: 15px 0 0 0;
    padding: 15px;
}
.pop_up_kpi_report_title {
    color: #4c6a7b;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 14px;
    padding: 0;
}
.pop_up_kpi_report .huge-title{
    font-size: 13px;
}
.pop_up_kpi_report .down, .pop_up_kpi_report .up {
    height: 63px;
    padding: 6px;
}
.pop_up_kpi_report .huge-mark-avg {
    font-size: 22px;
    font-weight: 500;
    margin: -15px 0 0;
    text-align: right;
}
.pop_up_kpi_report .panel-heading {
    padding: 2px 15px;
}
.month_exucation{
    font-size: 11px;
}
.pop_up_kpi_report .huge-mark-perceteg-permonth {
    margin: -4px 0 0;
}
.emplyee_id{
    color: #2f9fe0;
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.kpi_report_container span {
    display: block;
    font-size: 13px;
    margin: 0 0 3px 0;
}
.kpi_report_total_total_avg_time {
    font-size: 13px;
    display: block;
}
.kpi_report_total_task{
    color: #2f9fe0;
} 
.kpi_report_total_total_time{
    color: #00a948;
} 
.kpi_report_total_total_avg_time{
    color: #7f8c8d;
} 

.history {
    color: #1bb1ef !important;
    display: inline-block !important;
    font-size: 13px !important;
    vertical-align: middle;
}
.mark_zone_wrapper{
    padding:0 0 10px;
}
.mark_zone_wrapper span{
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: top;
    float: left;
}
.view_auth_address{
    padding: 0 0 6px;
}
.view_auth_address i{
    font-size: 18px;
    color: #4c6a7b;
}
.reporter_table tr td label {
    font-weight: 400 !important;
    color: #4c6a7b !important;
}
.cursor_default {
    cursor: default !important;
}
.kpi_summary_container{
    background: #FFF;
    padding: 15px;
    margin: 0 0 15px 0;
}
.kpi_summary_container .badge {
    background-color: #f8f8f8;
    border-radius: 5px;
    color: #4c6a7b;
    font-weight: 400;
    margin: 0 0 0 5px;
}
.kpi_summary_container span {
    color: #4c6a7b;
    margin: 0 0 0 8px;
}

.kpi_summary_title {
    color: #4c6a7b;
    font-size: 18px;
    margin: 0 0 18px;
    padding: 0;
}
.kpi_summary_task_complexity h3 {
    color: #4c6a7b;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 3px;
    padding: 0;
}
.kpi_summary_task_complexity {
    margin: 0 0 10px;
}

.kpi_summary_work_estimation span {
    display: block;
    margin: 0 0 0 10px;
    width: 100%;
}
.rating-area  textarea{
    resize:vertical; 
}

.approved_wrapper span {
    display: block;
    margin: 0;
    width: 100%;
}
.pop_up_action .cus_action_btn{display: inline-block; margin-right: 8px;}

.serch_data {
    font-size: 14px;
    margin-left: 10px;

}
.margin_b15{
    margin-bottom: 15px;
}

.bootstrap-timepicker-hour,
.bootstrap-timepicker-meridian,
.bootstrap-timepicker-minute {
    border: 0;
}
.start_time,.end_time{
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
    text-align: left;
}
.acctual_start{
    color: #2f9fe0;
}
.duetime{
    color:#e74c3c; 
}
.ontime{
    color:#2ecc71;
}
.modal-body{
    padding: 0 15px;
}
.project_task span.badge{
    background-color: #7eb65b;
    padding: 4px 5px;
}
.history-body{
    margin-bottom: 50px;
}
.task-history {
    background-color: #f7f7f7;
    display: block;
    overflow: hidden;
    padding: 10px 20px 17px;
    width: 48.6%;
    float: left;
    margin-right: 15px;

}
.task-history-info{
    color: #4c6a7b;
    margin-bottom: 0;
    font-size: 18px;
}
.margin_t20{
    margin-top: 20px;
}
.show_details_text{
    display: none
}
.hide_details{
    display: none
}
.custom_tab_menu .badge{
    margin-top: -2px;
}
.hide_details,
.show_details{
    color: #a63b0c !important;
    font-style: italic;
    text-align: right;
    float: right;
    cursor: pointer;
}
.font_s16{
    font-size: 16px;
}
.tex-h4-title {
    color: #4c6a7b;
    font-size: 16px;
    font-weight: bold;
}
