/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    background-color: #f8f8f8;
    font-size: 12px;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 0px;
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        // margin: 0 0 0 250px;
        padding: 0 0px;
        border-left: 1px solid #e7e7e7;
    }

}

.navbar-top-links {
    margin-right: 0;
}

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

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

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.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 a.active {
    background-color: #eee;
}

.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;
        margin-top: 51px;
    }

    .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 {
    margin: 0;
}

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

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

.login-panel {
    margin-top: 25%;
}

.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: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

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: 6px 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;
}

.huge {
    font-size: 40px;
}

.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;
}
.nopadding{
    padding-left: 0px;padding-right:0px
}
.filter_table{
    width:100%;
    margin: auto;
}
.filter_table td{
    padding: 10px;
    padding-left: 0px;
}
.filter_table select{
    padding: 7px;
    font-weight: bold;
}
.task_table{
    width:100%;
    margin: auto;
    border: 1px solid #ccc
}
.task_table  td{
    padding: 10px  ; 
    //border-bottom: 1px solid #ccc;
}

.task_table a{
    padding: 2px;font-size: 23px;
    text-decoration: none;
    cursor: pointer;
}
.task_table  th {
    text-align: left;
    // border-bottom: 1px solid #ccc;
    padding: 10px;
}
.task_table  .trmain td{
    //border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;

}


.date_fields{
    visibility: hidden;
    font-size: 2px;
    height: 3px;overflow: hidden;
    width: 10px;
}

.messages_table,.messages_table_a{
    width: 100%;   
}

.trdescription{
    display: none;
}
.trmessages{
    display: none
}
.classyedit{
    margin: auto;
    width: 100%;
}
.description_div{
    width: 100%;height: auto;
}
.description_textarea_div{
    width: 100%;
    padding: 5px;
}
.description_textarea_div table{
    width: 100%;
}
.messages_div{
    width: 100%;
}

.messages_textarea_div{
    width: 100%;
    padding: 5px;
}
.messages_textarea_div table{
    width: 100%;
}
.description_dates{
    font-size: 12px;
}
.messages_link_tr{
    display: none;
}
.description_link_tr{
    display: none;
}

.task_table thead{background-color: whitesmoke;}

.trdescription,.description_link_tr{
    // background-color: #ddd;
}
.trdescription td,.description_link_tr td{
    border:0px;

}
.trdescription a{color: #999}
.trdescription a:hover{color: #666;}

.trmessages,.messages_link_tr{
    //background-color: #ccc;
}
.trmessages td,.messages_link_tr td{
    border:0px;
    border-bottom: 1 px solid #999;

}
.trmessages a{
    color: #999;
}

.loading_img{
    display: none;
}
.loading_img img{
    border-radius: 25px;
}
#newtask{
    background-color: #ff8400;
    color:#fff;
    float: right;

}
#newtask:hover{

    color: #f3efb1;

}
.save_all_task{
    margin-left: 5px;
    margin-right: 10px;
}
.dropdown a{
    color: #333 ;
}
.dropdown a:hover{
    color: #ff8400;
}
.trmain a{
    color: #999;  
    vertical-align: middle;
}
.trmain a:hover{
    color: #666;  
}

.tbodymain_all:hover{

}

.new_task_row{
    background-color:  #f3efb1 ;
}
.new_task_row:hover{
    background-color:  #f3efb1 ;
}
.save_task_row{
    background-color:#e5ffe5  ;
}
.save_task_row:hover{
    background-color:#e5ffe5  ;
}
.remove_task_row{
    background-color:#ffebe5   ;
}
.remove_task_row:hover{
    background-color:#ffebe5   ;
}
.btn-primary{
    background-color: #333;
}
.table_no_vert_bor{
    border: 1px solid #ccc;
}
.table_no_vert_bor th{
    border-bottom: 1px solid #ccc; 
}
.table_no_vert_bor td{

    border-bottom: 1px solid #ccc;
}
.prj_btn{
    background-color: #ff8400 ;
    color: #fff;
    margin-bottom: 10px;

}
.prj_btn:hover{
    background-color: #ff8400 ;
    color: #f3efb1;
}
.main-actions{
    display: none;
}
.sort_message_links a,.sort_dec_links a{
    font-size: 13px;
    color: black;
}
.sort_message_links a:hover,.sort_dec_links a:hover{
    text-decoration: underline;

}


#date_time_footer{
    padding: 10px;
}
.unread_message{
    color: black;
}
.unread_count{
    font-size: 9px;margin-left: -10px;;background-color: red
}
.messages_table .showmore_a{
    font-size: 12px;
}
.back-to{
    text-decoration: none !important;
    margin-bottom: 10px;
    cursor: pointer;

}
.panel-body{
    // padding: 0px;
}


/*
.datetable{
   // margin: auto;
    border-radius: 2px;
    text-transform: uppercase
}
.datetable td{
  padding: 0px;
  padding-left:  5px;  
  padding-right: 5px;
  
}*/


/*.datetable {  text-align: center}

.datetable{
    width:50px;
    height: 70px;
    font-size: 12px;
}*/
/*.datetable tr:nth-child(even) {background: #DDDDDD;}
.datetable tr:nth-child(odd) {background: #656565;color: white;}
.datetable{
    cursor: pointer;
}
.datetable tr:last-child td:first-child {
    -moz-border-radius-bottomleft:10px;
    -webkit-border-bottom-left-radius:10px;
    border-bottom-left-radius:10px
}

.datetable tr:last-child td:last-child {
    -moz-border-radius-bottomright:10px;
    -webkit-border-bottom-right-radius:10px;
    border-bottom-right-radius:10px;
         border-bottom:0px;
        
}
.datetable tr:first-child td:last-child {
    -moz-border-radius-topright:10px;
    -webkit-border-top-right-radius:10px;
    border-top-right-radius:10px;
        border-top:0px;
        
}
.datetable tr:first-child td:first-child {
    -moz-border-radius-topleft:10px;
    -webkit-border-top-left-radius:10px;
    border-top-left-radius:10px
        
}*/
/*.datetable td{border-bottom: 0px;}*/
.date_select{
    cursor: pointer
}
.date_select:hover{color: #999;background-color: #eee}
.date_select span{
    text-align: center;
    width: 100%
}
.to-do,.message_h3_title{
    border-bottom: 1px dotted #ddd;
}
.to-do h3,.message_h3_title h3{
    font-size: 20px;
}

.description_table,.description_table_a{
    width: 100%;
}
.description_lists .edit_description{
    display: none ;
}
.description_lists .remove_description{
    display: none ;
}
.description_lists .move_todo{
    display: none ;
}
.description_lists_new .edit_description{
    display: block ;
}
.description_lists_new .move_todo{
    display: block ;
}
.description_lists_new .remove_description{
    display: block ;
}


.trdescription .description_table td{
    border-bottom: 1px dotted #ccc;
}
.description_lists_new td{
    border-bottom: 1px dotted #ff8400 !important;
}


.messages_lists .remove_messages,.messages_lists .edit_messages,.messages_lists .message_code_read{
    display: none ;
}

.message_lists_new .remove_messages,.message_lists_new .edit_messages,.message_lists_new .message_code_read{
    display: block ;
}

.message_lists_new td{
    border-bottom: 1px dotted #ccc;
}
.fixed-footer{
    position: fixed;
    bottom: 0;
    background: #333;
    padding:2px;
    font-size: 12px;
    color: #ccc;
}
.msg_date{
    width: 100%;
}
.message_code_div{
    height:25px;
    overflow: hidden;
}
.show_full_message{
    height: auto;
}
.hover_tbody > .trmain{
    border: 1px solid #ff8400;  
    border-bottom: 0px solid #ff8400;  

}
.hover_tbody > .trmain > td{
    /*border-bottom: 0px solid  #ff8400;*/  
    /*border-top: 1px solid  #ff8400;*/ 

}
.hover_tbody > .trdescription {border: 1px solid #ff8400;border-bottom: 0px;border-top: 0px;}
.hover_tbody > .trmessages {border: 1px solid #ff8400;border-top: 0px;}
.hover_tbody > .trmessages > td{border-bottom: 1px solid #ff8400 }

#refresh_page{
    cursor: pointer;
}
#refresh_page:hover{
    cursor: pointer;
    text-decoration: none;
}
.notify_count{
    font-size: 12px;margin-left: -10px;background-color: red;
}
.save_all_red{
    color: #ff8400 !important;
}

.notification_div{
    font-size: 12px;
    width: 500px;
    position: absolute;
    top: 100%;
    left: -161px;
    z-index: 1000;
    //display: none;
    float: left;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    cursor: auto;
}
.notification_div:hover{color:black;}
.notification_div a{
    padding: 0px !important;
    min-height: 0px !important;
    font-weight: bold;
    cursor: pointer;

}
.notification_div a:hover{text-decoration: none}
.notification_list_background
{
    background-color: #ddd;
}
.notification_list_background td{
    background-color: #e5ffe5;
}
#dataTables-example_paginate a{
    padding: 5px;   
}
.row_nav{
    padding-left: 2px !important;
    padding-right: 0px !important;
    width: 20px;
    cursor: pointer;
}
.row_nav a{
    font-size: 15px;

}
.row_nav .fa-chevron-down{
    color: #ff8400;
}

.trmain_acive td{
    border-bottom: 0px;
    border-top: 1px solid #ff8400 !important; 

    border-collapse: collapse
} 
.send_icon:hover{
    text-decoration: none;
}
.filter_div{
    margin-bottom: 10px ;
    font-size: 12px;
}

.filter_div div{
    margin-bottom: 5px   
}

.page-header {
    padding-bottom: 9px;
    margin: 10px 0 5px;
    font-size: 20px;
    border-bottom: 1px solid #eee;
}
.main-actions-show{
    display: block;
}
.to-do-notify_count{
    min-width: 20px;
    font-size: 15px !important;
    color:white !important;
    color: white;
    font-weight: normal;
}
.overlay{
    position: fixed; width: 100%; height: 100%; left: 0; top: 0;
    background-color: #ccc;
    z-index: 100000;
    display: none;
}
.read .fa-check-square-o{
    cursor: auto;
}
.search_res_div{
    font-size: 12px;
    width: 251px;
    position: absolute;
    top: 100%;
    left: -161px;
    z-index: 1000;
    //display: none;
    float: left;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    cursor: auto;
    outline: 0;
    padding-top:0px;
    padding-bottom: 0px;

}
.search_res_div:hover{color:black;}
.search_res_div a{
    padding: 0px !important;
    min-height: 0px !important;
    font-weight: bold;
    cursor: pointer;

}
.task_badge_div{
    position: absolute;
    width: 200px;
    min-height: 50px;
    height: auto;
    background-color: whitesmoke;

    border-radius: 5px;
    margin-left: -88px;
    margin-top: 44px;
    border: 1px solid #ccc;
    display: none;
    padding: 5px;
    z-index: 100;
}


.task_badge_div:after, .task_badge_div:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.task_badge_div:after {
    border-color: rgba(0, 0, 0, 0);

    border-width: 10px;
    margin-left: -10px;
}
.task_badge_div:before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #ccc;
    border-width: 13px;
    margin-left: -13px;
}
.badge-g,.badge-s,.badge-b{
    width: 33%;
    float: left;
    height: 38px;
    cursor: pointer;
    font-size: 25px;
}
.badge-g .badge_letter_span:hover,.badge-s .badge_letter_span:hover,.badge-b .badge_letter_span:hover{
    color:black;
}
.badge-g{

    color: #C98910
}
.badge-s{
    color: silver
}
.badge-b{
    color: #965A38 
}
.badge-close{
    width: 100%;  
    float: left
}
.badge_g_acive{
    color:  #C98910 !important;
}
.badge_s_acive{
    color: silver!important;
}
.badge_b_acive{
    color: #965A38 !important;
}
.badge-member-g,.badge-member-s,.badge-member-b{
    width: 30px !important;
    height: 30px !important;
    cursor: auto !important;
}
.badge-member-g{
    color: #C98910 !important;
}
.badge-member-s{
    color: silver!important;
}
.badge-member-b{
    color: #965A38 !important;
}
.badge_note{
    cursor: pointer;
    font-size: 22px !important;

}
.badge_note:hover{
    text-decoration:none;
}
.btn-lg{
    background-color: #ff8400;
    border-color: #ff8400;
}
.btn-lg:hover{
    background-color: #ff8400;
    border-color: #ff8400;
}
.badge_letter_span{
    position: absolute;
    margin-left: -16px;
    margin-top: 4px;
    color:white;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
}
.current_badge{
    margin-left: -15px;
    color: white;
    font-size: 14px;
}
.badge_letter_span_team{
    position: absolute;
    margin-left: -14px;
    margin-top: 3px;

    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    color: white;
}
.message_code_tr{
    cursor: pointer;
}
.own_message{
    color:#999;
}
.other_message{
    color:black;
}
.unread .other_message{
    font-weight: bold;
}
.task_text_field{
    width: 100% !important;
}
.trmain select{
    width: 150px !important;
}
.readed_tick{
    font-size: 12px !important; color: #ff8400 !important;
    margin-left: 5px;
}

.read .fa-check-square-o{
    font-size: 14px;
    margin-left: 5px;

}
.unread .fa-square-o{
    font-size: 14px;
    margin-left: 5px; 
}
.dead_line_selected{
    font-size: 10px !important;
}
.archived_thead{
    border: 1px solid #ccc;
    text-align: center;
    background-color: #f5f5f5;


}
.archived_thead a{
    font-size: 14px !important;
    color: #000;
}
.ready_head a{
    color:#71d35f; 
}

.notify_view_btn{
    height: 14px ;
    background-color: #ff8400 !important;
    color: #fff !important;
    font-size: 10px;
    width: 35px;
    border: 1px solid #ff8400 !important;

}
.notify_view_btn:hover{
    color: #333 !important; 
}
.dead_line_span{
    color: #ff8400;
}

/*leave*/
.leave_table {

    max-width: 100%;

    border: 1px solid #ccc;
    margin-bottom: 50px;

}
.leave_table th,.leave_table td {
    text-align: left;
    padding: 10px;
}

.leave_table thead{    background-color: whitesmoke;}
.leave_table a{

    padding: 2px;
    font-size: 23px;
    text-decoration: none;
    cursor: pointer;
}
.leave_table .date_field{
    visibility: hidden;
    width: 1px;height: 1px;overflow: hidden;
}
.leave_table .dis_span{
    float: left;
    min-width: 80px;
    padding-top: 9px;
    cursor: pointer;
    padding-right: 15px;


}
.leave_table td {
    vertical-align: middle;
}
.leave_rpt th{
    background-color: whitesmoke;
}
.currentmonth{
    background-color: #ff8400 !important;
}
.holidays_table{
    background-color: #ddd;
    border: 1px solid #ddd;

}
.holidays_table td {
    padding: 5px !important;
}
.holidays_table td:nth-child(1) {
    width:100px;
}
.holidays_table td:nth-child(2) {
    width:50px;
}
.holidays_table td:nth-child(3) {
    width:100px;
}
.from_time{
    width: auto !important;
}

.attendance_span{
    width: 100%;
    float: left;
    font-weight: bold;

}
.todo_not_readed{
    color: #ff8400 !important;
}
.unread_todo{
    font-size: 9px;
    margin-left: 1px;
    background-color: #ff8400;
    position: absolute;
    margin-top: 2px;
}
.task_notes_count{
    font-size: 9px;
    margin-left: -10px;
    background-color: #777;
    position: absolute;
    margin-top: 12px;
}
.urgenttext{

    font-weight: 600;
    text-transform: capitalize;
    width:  47px;
}
.editor_edit{
    background-color: #f3efb1;
}
#dataTables-example_paginate a {
    cursor: pointer;
}
.edit_description{
    float: left;

}
.move_todo{
    float: right; 
}
.ui-sortable-helper{
    background-color: #ddd;
    border:1px solid #ff8400;
}   
.todo_content a,.message_code_div a{
    font-size: 12px; 
    color: #ff8400;
    text-decoration: underline;

}
.todo_content ul,.message_code_div ul,.classyedit .editor ul{
    list-style: decimal;   
}
.classyedit .editor a{
    font-size: 12px; 
    color: #ff8400;
    text-decoration: underline; 
}

.timing_popup,.popup_custom{
    position: absolute;
    width: 550px;
    height: 400px;
    height: auto;
    background-color: whitesmoke;
    border-radius: 5px;
    right: 0px;
    border: 1px solid #ccc;
    padding: 5px;
    z-index: 100;
    display: none;
}

.timing_popup:after, .timing_popup:before,.popup_custom:after,.popup_custom:before {
    bottom: 100%;
    right: 118px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.timing_popup:after,.popup_custom:after {
    border-color: rgba(0, 0, 0, 0);
    border-width: 10px;
    margin-left: -10px;
}
.timing_popup:before,.popup_custom:before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #ccc;
    border-width: 13px;
    margin-left: -13px;
}


.timing_popup_show,.prj_status_history_popup_show{display: block;}
.selected_td_timer_list{
    background-color: #ff8400;
}
.prj_status_history_popup{
    right: auto
}
.prj_status_history_popup:before,.prj_status_history_popup:after{
    right: auto;
    left: 165px;
}
.team_links{
    padding-top: 14px;
    margin-bottom: 14px;
}

.total-today{
    float: left;width: 100%;
    text-align: center;
    color: #ff8400;
    background-color: white
}
.task_container{
    min-height: 800px;
}
.timing_table .text_input{
    border: 0px;
    background-color: transparent;
}
.modalgbl .modalgbl_header a{
    cursor: pointer;
    font-size: 27px;
}
.modalgbl {
    width: 99%;
    margin: 5px;
    height: 100%;
}
.modalgbl .modal-content {
    height: 100%;
    overflow: auto;
}
#modal_global .modal-body {
    height: 80%;
    padding: 0px;
}
.modalgbl_header{
    border-bottom: 0px;
}
.urgent_todo_tr .trmain {
    /* background-color: #fdc; */
}
.urgent_head{
    background-color: #fdc;

}
.urgent_head a{
    color: #000 ;
}
.loading_body{
    display: none;
}
.loading_body_pre{
    /*   background-image:url(images/loading.gif);
       height: 100px;
       background-position: center;
       background-repeat: no-repeat;
       
    */
    text-align: center;
}
.loading_body_pre .ldr {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #ff8400; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    margin: auto;
    text-align: center;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.sorted_thead td{
    padding: 2px;  
    font-size: 12px;
    font-weight: bold;
}
.to-do h3{
    //margin-top: 0px;

}
.to-do .assigned_by_name{
    color: #a09797;
    padding-top: 30px;
}
/*.notmytask .task_text_field,.notmytask .project_select,.notmytask .assigned_select{
    border: 0px;
   box-shadow:none;
   background-color: #fff;
       
}
.notmytask .project_select::-ms-expand {
    display: none;
}*/
.message_window{
    display: none;
}
#team_message .modal-content{
    background-color: #498db6;
    color: #fff;
}
#team_message a{
    color: #fff; 
    font-size: 15px
}
@media screen and (max-width: 1200px) {
    .sorted_thead td{
        text-align: left ;  
    }
    .task_table,.teams,.leave_table{
        width: 1300px;


    }
    .project_select,.assigned_select{
        float: left
    }
    /*        .task_table_div,.team_div{
               overflow-x: auto;
                    display: block; 
                    padding: 5px;
                      border: 1px solid #ddd;
            }*/
    #page-wrapper {
        position: inherit;
        // margin: 0 0 0 250px;
        padding: 0 0px;
        border-left: 0px solid #e7e7e7;
    }
    .panel-body {
        padding: 0px;
    }
    .notification_div,.search_res_div {
        max-width: 350px;  
        min-width: 200px;

    }
    .fixed-footer{
        display: none;
    }
    .notification_div {
        margin-right: -85px;

    }
    .panel{
        padding-top:15px !important;
    }
    

}
body{
    background-color: #fff;
   
}
.panel{
   background-color: transparent;
   box-shadow: none;
   border-radius: 0px;
}
#page-wrapper{
   //background-image: url('http://www.planwallpaper.com/static/images/Cool-Background-Wallpaper-Dekstop.jpg');
background-size: cover;

}
.task_table_div,.table{
     background-color: #fff;
}
