@charset "utf-8";
/* CSS Document */

/***** Start Common Style *****/
body { padding:0; font-family: 'Roboto', sans-serif; background-color:#dbe5cc; } 
html { height: 100%; }
b { font-weight: 600; }
.clrboth { clear:both !important; }
.fleft { float:left !important; }
.fright { float:right !important; }
.TxtLeft { text-align:left !important; }
.TxtRight { text-align:right !important; }
.TxtCenter { text-align:center !important; }
.clrwhite { color:#FFF !important; }
.fontsize_20px { font-size:20px !important; }
.show { display:inline-block !important; }
.hide { display:none !important; }
.text_uppercase { text-transform:uppercase !important; }
.float_right { float:right !important; }
.cur_ptr { cursor:pointer !important; }
.light_blue { color:rgb(135, 135, 211) !important; }
.font_size_16px { font-size:16px !important;  }
.mrg_left_5px { margin-left:5px !important; }
.mrg_right_5px { margin-right:5px !important; }
.noPadding { padding:0 !important; }
.noPaddingLeft { padding-left:0 !important; }
.width100per { width:100% !important; }
.width75px { width:75px !important; }
.width50per { width:50% !important; }
.width40per { width:40% !important; }
.width25per { width:25% !important; }
.padding8px { padding:8px !important; }
.marginBtm0px { margin-bottom:0px !important; }
.mTop10px { margin-top:10px !important; }
.mTop5px { margin-top:5px !important; }
.autoHeight { height:auto !important; }
.clrWhite { color:#FFF; }
.bgBlack { background-color:#000 !important; }
.TxtClrRed { color:red; }
.TxtClrGreen { color:green; }
/***** End Common Style *****/

/***** Start Login Form ******/
.login_frm { margin-top: 30%; border: 0px solid #555; pading: 10px;}
.login_frm  .input-group-addon{ background: none; border: 1px solid #413F3F; border-radius: 0; border-right: 0; }
.login_frm .lf_r { clear:both; width: 240px; }
.login_frm .lf_r .lf_r_lab { text-transform:uppercase; width:100px; color:#FFF; padding:10px 0; }
.login_frm .lf_r .lf_r_val { margin-bottom: 5px; }
.login_frm .lf_r .lf_r_err { color:red; padding:2px 0 0 0; font-size:12px; }
.login_frm #lf_email_msg b { font-size:16px; }
.login_frm #lf_email_msg { color:#8d8d8d; font-size:14px; padding:10px 0 0 0; }
.login_frm .lf_r .lf_r_val input[type="text"], .login_frm .lf_r .lf_r_val input[type="password"] { border: 1px solid #413F3F; background: none; border-radius: 0; width: 200px; height: 32px; font-size: 14px; }
.login_frm #user_type_e, #user_type_c { width: 14px; opacity: .5; }
.login_frm .user_type_lbl { font-size: 10px; margin: 14px 20px 0 4px; color:#737070; font-weight: normal; text-transform: uppercase; }
#client_code { text-transform:uppercase; }
#login_btn, #forpsw_btn, #sendpsw_btn, #sendpsw_cancel_btn { margin-top: 5px; padding: 2px 6px; background-color: #413E3E; border: 0; color: #ffffff; text-transform: uppercase; font-size: 10px; }
#login_btn { float:right; }
#forpsw_btn { float:left; background: none; padding:2px 0; }
#sendpsw_btn { float:right; display:none; }
#sendpsw_cancel_btn { float:left; display:none; background: none; padding:2px 0; }
/***** End Login Form *****/

/************ Header ***************/
.container-body { padding:0; }
.iapp_header { background-color:#63961c; border-bottom:1px solid #666767; margin:0; }
.iapp_h_logo { color:#FFF; font-size:22px; font-weight:bold; margin:12px 0 0 0; }
.iapp_h_logo img { height:50px; }
.iapp_h_menu_btn { text-align:right; }
.iapp_h_menu_btn a { color:#ffffff; margin:15px 0; border:1px solid #ffffff; padding:10px; text-decoration:none; }
.iapp_h_menu_btn a:hover { color:#afca84; border:1px solid #FFF; }
.iapp_h_menu_btn a.active { color:#040700; border:1px solid #FFF; }

.iapp_h_actions a.act_btn { color:#fdfdfd; margin:15px 0; border:1px solid #ffffff; padding:10px; text-decoration:none; float:right; }
.iapp_h_actions a.act_btn:hover { color:#afca84; border:1px solid #FFF; }
.iapp_h_actions a.act_btn.active { color:#afca84; border:1px solid #FFF; }
.iapp_h_actions .iapp_login_name { float: left; color: #FFF; font-size: 12px; margin: 16px 20px 0 0; vertical-align: bottom; }
.iapp_h_actions .iapp_login_name b { font-weight:400; font-size:14px; }	
.iapp_h_actions .iapp_login_name .iapp_login_wlc { float:left; }
.iapp_h_actions .iapp_login_photo { float: left; margin: 0 6px 0 0; width: 37px; border: 1px solid #424242; padding: 0px; }
.iapp_h_actions .iapp_login_photo img { width:100%; }
.iapp_h_actions .iapp_login_logo { float: left; margin: 0 6px 0 0; width: 100px; padding: 0px; }
.iapp_h_actions .iapp_login_logo img { width:100%; }
.iapp_h_actions .iapp_h_act_ddwn { position:relative; }
.iapp_h_actions .dropdown-menu { top: 55px; border-radius: 2px 0 2px 2px; }
#current_client_id { width: 100%; font-size:12px; padding:10px; }
.iapp_content { padding:50px 50px 0 50px; position: relative; overflow: hidden; }
@media (max-width:768px) {
	.iapp_content { padding:15px; }
}

.hdr-clnt-dp-dv { margin-top:15px; }

/********* Start Dropdown Menu *********/
.dropdown .dropdown-menu { right: 0; left: auto; padding:0; }
.dropdown .dropdown-menu>li>a { padding: 10px 10px; background-color: #1e1e20; color: rgba(255, 255, 255, 0.64); }
.dropdown .dropdown-menu>li>a:hover { background-image:none; background-color: #555 !important; color: #FFF !important; }
.dropdown .dropdown-menu>li>a span { display:block; float:left; margin:0 5px 0 0; }
/********* Stop Dropdown Menu *********/	

/*********** Body ************/
.body_wrapper { display:none; width:100%; height:100%; background:#FFF; opacity:0.4; position:fixed; z-index:1; }

/********** Widget ***********/
#widget_add { background-color:#FFF; position:absolute; z-index:1; margin-left: 0 !important; display:none; padding:25px; border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC; }
.iapp_widget_add_title { float:left; color: #6B6B6B; font-size: 16px; font-weight: bold; text-transform:uppercase; margin-bottom: 28px; }
.iapp_widget_add_actions { float:right; }
.iapp_widget_add_actions a { padding:10px; color:rgb(226, 141, 88); cursor:pointer; text-decoration:none; }

#widget_edit { display: none; padding: 15px 0 0 0; }
.iapp_widget_edit_title { float:left; color: #6B6B6B; font-size: 14px; text-transform:uppercase; }
.iapp_widget_edit_actions { float:right; }
.iapp_widget_edit_actions a { margin-bottom: 5px; padding: 4px; border: 1px solid #CCC; color: #999; cursor: pointer; }
.iapp_widget_edit_actions a:hover { border: 1px solid #000; color: #000; text-decoration:none; }

.widget_view { display: none; }
.iapp_widget_view_title { float:left; color: #6B6B6B; font-size: 14px; text-transform:uppercase; }
.iapp_widget_view_actions { float:right; }
.iapp_widget_view_actions a { margin-bottom: 5px; padding: 4px; border: 1px solid #CCC; color: #999; cursor: pointer; }
.iapp_widget_view_actions a:hover { border: 1px solid #000; color: #000; text-decoration:none; }

.unread { color:rgb(200, 49, 49) !important; border:0px !important; font-size: 20px; padding: 0 2px !important; }
.widget_close_btn { display:none; }

.widget_box_container { clear:both; }
.widget_box .widget_box_title { padding:7px 0 7px 10px; color: #FFF; font-size: 16px; text-transform: uppercase; background-color: #7d9160; }
.widget_box .widget_box_title span { margin: 4px 5px 0 4px; color: #000; font-size: 13px; }
.widget_box .widget_box_list { margin-top: 10px; overflow-x: hidden; overflow-y: scroll; background-color:#FFF; }
.widget_box .widget_box_list .bx_title { padding: 4px 0; font-weight: 600; color: #3074AF; text-transform: uppercase; font-size: 14px; }
.widget_box .widget_box_list .msg { padding:10px; color:red; }
.widget_box .widget_box_til_btn { float:right; margin-right:8px; cursor:pointer; }

.widget_list { padding:10px 10px; font-size:12px; background-color: #FFF; border-bottom: 1px solid #CCC; }
.widget_list.active { border-left: 5px solid #95A2A8; }
.widget_list .widget_itm { margin-bottom: 2px; color:#000000; }
.widget_list .widget_itm .glyphicon { margin-right: 5px; }
.widget_col_list { padding:0; }
.widget_col_list .widget_col { margin:0; padding: 9px; font-size:13px; }
.widget_list .action_btns { text-align:right; padding: 6px 6px 0 4px; }
.widget_col_list .emp_inact { background-color:#9b2c2c !important; }
.widget_col_list .emp_inact .widget_itm { color:#FFF; }
.widget_col_list .emp_inact .widget_itm a { color:#FFF; }

.widget_list .action_btns span.unread_project { padding: 4px !important; border: 1px solid #C83131 !important; color: rgb(255, 255, 255) !important; margin-bottom: 5px; font-size: 13px; background-color: #C83131; }
.widget_list .action_btns a { padding: 4px; border: 1px solid #CCC; color: #999; cursor:pointer; margin-bottom:5px; }
.widget_list .action_btns a:hover { border: 1px solid #000; color: #000; text-decoration:none; }
.widget_list .action_btns a.active { background-color:#000; border-color:#000 !important; color:#FFF !important; }
.widget_list .action_btns a.widget_close_btn { background-color:#000; border: 1px solid #000; color:#FFF; }

.widget_input_frm { background-color:rgb(189, 219, 144); padding: 10px; border: 1px solid #DEDEDE; margin: 10px 0; }
.widget_view_frm { background-color: #F0F0F0; padding: 10px; border: 1px solid #DEDEDE; margin-top: 10px; }

.widget_col_clr { min-height:27px; border:1px solid #CCC; }

.widget_bx_til_btn { float: right; font-size: 16px !important; color: #FFF !important; padding: 5px; }
.widget_bx_til_btn.active { cursor: pointer; color:#000 !important; }
.widget_bx_til_btn:focus, .widget_bx_til_btn:hover { color:#000 !important; text-decoration:none; }

/******** Input Form **********/
.input_frm .ifrm_row { clear:both; }
.input_frm .ifrm_row .ifrm_til { padding: 4px 0; width: 100%; font-weight: 600; color: #3074AF; text-transform: uppercase; font-size: 14px;}
.input_frm .ifrm_row .ifrm_til span { margin-right:5px; }
.input_frm .ifrm_row .ifrm_lbl { padding:10px 0 0 0; float:left; width:23%; color: #555; }
.input_frm .ifrm_row .ifrm_val { padding:3px 0 0 0; float:left; width:76%; }
.input_frm .ifrm_row .ifrm_err { color:red; font-style:italic; }
.input_frm .ifrm_btn { padding: 3px 10px; cursor:pointer; font-size: 12px; text-decoration:none; color:#FFF; }
.input_frm .ifrm_btn_cancel { padding: 3px 10px; cursor:pointer; font-size: 12px; text-decoration:none; color:#000; margin-left: 10px; }
.input_frm .ifrm_btn:hover { text-decoration:none !important; color:#FFF !important; }
.input_frm .ifrm_req { background:url(../images/required_icon.png) no-repeat; width:8px; height:8px; border:0px solid; display:inline-block; margin-left:5px; }

/******** Input Form 2 **********/
.input_frm2 { }
.input_frm2 .ifrm_row { background-color: #1b1b1b; clear:both; margin-top:5px; }
.input_frm2 .ifrm_row_btn { clear:both; margin-top:15px; text-align:right; }
.input_frm2 .ifrm_til { float: left; padding: 4px 0; font-weight: 600; color: #FFF; text-transform: uppercase; font-size: 14px; border-bottom: 1px solid #CCC; width: 100%; }
.input_frm2 .ifrm_row .ifrm_til span { margin-right:5px; }
.input_frm2 .ifrm_row .ifrm_lbl { padding: 7px 10px 5px 10px; float: left; width: 30%; color: #FFF; background-color: #222; }
.input_frm2 .ifrm_row .ifrm_val { padding: 7px 7px 5px 7px; float:left; width:69%; color: #bab7b7; }

.input_frm2 .ifrm_row .ifrm_err { color:red; font-style:italic; }
.input_frm2 .ifrm_btn { padding: 3px 10px; cursor:pointer; font-size: 12px; text-decoration:none; color:#FFF; }
.input_frm2 .ifrm_btn_cancel { padding: 3px 10px; cursor:pointer; font-size: 12px; text-decoration:none; color:#000; margin-left: 10px; }
.input_frm2 .ifrm_btn:hover { text-decoration:none !important; color:#FFF !important; }
.input_frm2 .ifrm_req2 { background:url(../images/required_icon.png) no-repeat; width:8px; height:8px; border:0px solid; display:inline-block; margin-left:5px; }
.input_frm2 .ifrm_val input[type="text"], .input_frm2 .ifrm_val input[type="file"], .input_frm2 .ifrm_val textarea { background-color: #323232; border: 1px solid #4f4f4f; padding: 4px 5px; width: 100%; font-size: 12px; color: #e5e5e5; }
.input_frm2 .ifrm_val textarea { height:100px; }	

/******** Modal Input Form **********/
.minput_frm {   }
.minput_frm .mifrm_row { clear:both; }
.minput_frm .mifrm_row .mifrm_til { padding:10px 0 0 0; width: 100%; font-weight: 600; color: #3074AF; text-transform: uppercase; font-size: 14px; text-decoration:underline; }
.minput_frm .mifrm_row .mifrm_til span { margin-right:5px; }
.minput_frm .mifrm_row .mifrm_lbl { padding:2px 0 0 0; float:left; width:40%; }
.minput_frm .mifrm_row .mifrm_val { padding:2px 0 0 0; float:left; width:60%; }
.minput_frm .mifrm_row .mifrm_err { display:block; color:#c83834; font-style:italic; font-size: 10px; margin-bottom: 5px; }
.mifrm_btn { cursor:pointer; padding:1px 5px; text-decoration:none; color:#FFF; }
.mifrm_btn_cancel { cursor:pointer; padding:1px 5px; text-decoration:none; color:#000; margin-left: 10px; }
.mifrm_btn:hover { text-decoration:none !important; color:#FFF !important; }
.minput_frm .mifrm_req { background:url(../images/required_icon.png) no-repeat; width:8px; height:8px; border:0px solid; display:inline-block; margin-left:5px; }
.minput_frm .mifrm_row .mifrm_val select,
.minput_frm .mifrm_row .mifrm_val .ms-choice,
.minput_frm .mifrm_row .mifrm_val input[type="text"] { background-color: #F5F0F0 !important; border: 1px solid #c4c3c3 !important; padding:4px 5px !important; width:100%; font-size:12px !important; color:#595454 !important; }
.minput_frm .mifrm_row .mifrm_val .ms-drop.bottom { border: 1px solid #c4c3c3 !important; border-top:0px solid; }
.minput_frm .mifrm_row .mifrm_val textarea { background-color: #F5F0F0; border: 1px solid #c4c3c3; padding:4px 5px; width:100%; font-size:12px; color:#595454; }
.minput_frm .mifrm_row .mifrm_val .input-group-addon { padding:4px 9px; }

/******** Modal View Form **********/
.mview_frm { margin-top:-10px; }
.mview_frm .mvfrm_row { clear:both; margin-bottom:2px; padding: 0 0 0 0; }
.mview_frm .mvfrm_rtil { clear:both; padding: 4px 0; font-weight: 600; color: #3176B1; text-transform: uppercase; font-size: 14px; }
.mview_frm .mvfrm_row .mvfrm_til { float:left; padding:10px 0 0 0; font-weight: 600; color: #3176B1; text-transform: uppercase; font-size: 14px; text-decoration:underline; }
.mview_frm .mvfrm_row .mvfrm_lbl { padding:2px 0 0 0; float:left; width:30%; color: #4D4C4C; }
.mview_frm .mvfrm_row .mvfrm_val { padding:2px 0 0 0; float:left; width:69%; }
.mview_frm .mvfrm_row .mvfrm_lft { width:50%; float:left; }
.mview_frm .mvfrm_row .mvfrm_rgt { width:50%; float:left; }

/******** View Form **********/
.iapp_widget_page_view { background-color:#FFF; padding:10px; }
.view_frm { padding: 10px; }
.view_frm .vfrm_row { clear:both; margin-bottom:2px; border-bottom: 1px solid #CCC; padding: 0 0 4px 0; }
.view_frm .vfrm_rtil { clear:both; padding: 4px 0; font-weight: 600; color: #3176B1; text-transform: uppercase; font-size: 14px; }
.view_frm .vfrm_row .vfrm_til { float:left; padding: 4px 0; font-weight: 600; color: #3176B1; text-transform: uppercase; font-size: 14px; }
.view_frm .vfrm_row .vfrm_lbl { padding:2px 0 0 0; float:left; width:30%; color: #4D4C4C; }
.view_frm .vfrm_row .vfrm_val { padding:2px 0 0 0; float:left; width:69%; }
.view_frm .vfrm_row .vfrm_link { padding: 4px 5px; font-size: 10px; display: block; float: right; text-transform: uppercase; text-decoration: none; }

/******** View Form 2 **********/
.view_frm2 { padding: 10px; }
.view_frm2 .vfrm_row { clear: both; margin-bottom: 2px; background-color: #63961c; }
.view_frm2 .vfrm_til { float:left; padding: 4px 0; font-weight: 600; color: #000000; text-transform: uppercase; font-size: 14px; border-bottom: 1px solid #CCC; width:100%; }
.view_frm2 .vfrm_til a { float:right; color:#FFF; text-decoration:none; }
.view_frm2 .vfrm_row .vfrm_lbl { padding: 7px 10px 5px 10px; float: left; width: 30%; color: #ffffff; background-color: #63961c; }
.view_frm2 .vfrm_row .vfrm_val { padding: 7px 10px 5px 10px; float:left; width:69%; color: #ffffff; }
.view_frm2 .vfrm_row .vfrm_link { padding: 4px 5px; font-size: 10px; display: block; float: right; text-transform: uppercase; text-decoration: none; }

/********** Bootstrap *********/
.tooltip.in { opacity:1; }
.tooltip-inner { max-width:inherit; padding: 5px 7px; color: #fff; background-color: #8A8686; font-size: 10px; text-transform:uppercase; }
.tooltip.top .tooltip-arrow { border-top-color:#8A8686; }
.tooltip.right .tooltip-arrow { border-right-color:#8A8686; }
.tooltip.bottom .tooltip-arrow { border-bottom-color:#8A8686; }
.tooltip.left .tooltip-arrow { border-left-color:#8A8686; }

.singleDatePicker { width:100px !important; float: left; padding:7px 5px 5px 5px !important; cursor:pointer !important; background-color: #2b6539 !important; border: 0; border-right: 0; font-size:15px !important; }

.date-picker { width:100px !important; float: left; padding:7px 5px 5px 5px !important; cursor:pointer !important; background-color: #2b6539 !important; border: 0; border-right: 0; font-size:15px !important; }
.datepicker { z-index:10000 !important; }
.datepicker-btn { padding:7px 0; float: left; width: 30px; }
.datepicker-clr-btn { padding:7px 0; float: left; width: 30px; }
.datetime-picker { width:180px !important; cursor:pointer !important; background-color: #FFF !important; }

.input-datetime-picker .glyphicon { margin-top:0 !important; }
.form-control { border: 1px solid #E2E2E2; border-radius: 2px !important; }
.modal .modal-content { background-color:#fff; border: 1px solid #896060; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 10px rgba(0, 0, 0, 0.4) !important; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; color:#896060; font-size:12px; }
.modal .modal-header { color:#8e8e8e; padding: 12px 10px; background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), transparent) !important; background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), transparent) !important;}
.modal .modal-header .close { color: #ba6d6d; opacity:1; }
.modal .modal-header .modal-title { font-size:16px; color:#896060; }
.modal .modal-body { padding: 29px; box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.06); }
.modal .modal-footer { border-radius: 0 0 5px 5px; background-color: rgba(255, 255, 255, 0.06); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06); padding:8px; }
.modal .modal-footer .btn { padding:3px 10px; } 
.modal-content { color:#8e8e8e; border: 3px solid rgb(45, 45, 45); font-size: 14px; border-radius: 2px; }
#modal_for_delete .glyphicon-warning-sign { font-size:40px; margin-bottom:12px; }
#modal_for_confirm .glyphicon-warning-sign { font-size:40px; margin-bottom:12px; }


/********* iapp_multiple_files plugin ********/
.iapp_mult_file { margin-bottom:5px; }
.iapp_mult_file_label { color:#000; margin-left: 5px; }

/********* classyedit plugin ********/
.classyedit { border: 1px #D8D8D8 solid !important; width: 100% !important; background-color: #FFF !important; }

/********* Message **********/
.app_msg_panel {     width: 25%;
    margin: 10px;
    position: fixed;
    right: 0;
    border-radius: 2px;
    text-align: right;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 10px 10px 10px;
    z-index: 5;}
.form_msg_panel { margin: 0 auto; text-align: center; font-size: 14px; text-transform: uppercase; padding: 8px; }
.app_msg_panel.alert-success { background-color: #658005;
    color: rgba(255, 255, 255, 0.68);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.2)) !important;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.2)) !important;	
	 }



/*.iapp_cnt_left { border-right:1px solid #A5A5A5; float:left; min-height:680px; width:18%; height:92%; }
.iapp_cnt_right { border-right:0px solid red; float:left; min-height:680px; width:81.9%; }
.iapp_footer { border:1px solid #000; clear:both; bottom:0; position:fixed; width:100%; }

/********* Left Side Menu ***********
.iapp_cl_ul { list-style-type:none; margin:0; padding:0; }
.iapp_cl_ul li { border-bottom:1px solid #A5A5A5; background-color:#EBEBEB; }
.iapp_cl_ul li a { text-decoration:none; color:#000; text-transform:uppercase; padding:10px!important; display:inline-block; width:100%; }
.iapp_cl_ul li a:hover { background-color:#999; color:#FFF; }
.iapp_cl_ul li a.active { border-right:5px solid #555; }
.iapp_cl_ul li ul { list-style-type:none; margin:0; padding:0; margin-top:5px; }
.iapp_cl_ul li ul li { border-bottom:1px solid #A5A5A5; background-color:#EBEBEB; }
.iapp_cl_ul li a .icl_ul_img { margin-left:5px; }
.iapp_cl_ul li a .icl_ul_txt { margin-left:10px; }

/************ Header ***************
.iapp_h_logo { float:left; color:#FFF; font-size:22px; font-weight:bold; margin:12px 0 0 15px; width:200px; }
.iapp_h_name { float:right; color:#FFF; font-size:18px; font-weight:bold; margin:17px 15px 0 0; }
.iapp_h_acts_left { float:left; }
.iapp_h_acts_left a { color:#8B8B8B; margin:15px 0; border:1px solid #424242; padding:10px; text-decoration:none; }
.iapp_h_acts_left a:hover { color:#FFF; border:1px solid #FFF; }
.iapp_h_acts_left a.active { color:#FFF; border:1px solid #FFF; }


.iapp_h_actions { float:right; margin:15px 15px 0 0; }
.iapp_h_logout { cursor: pointer; text-decoration: none !important; padding: 18px; margin:-20px -14px -20px 10px; background-color: #000; }
.iapp_h_refresh { cursor:pointer; text-decoration:none !important; }
.iapp_h_settings { margin:0 0 0 10px; cursor:pointer; text-decoration:none !important; }
.iapp_h_alert { margidn:0 10px; cursor:pointer; text-decoration:none !important; }
.iapp_h_alert.active { color:red !important; }

/************ Right Side Page ***************
.iapp_cr_hdr { padding:8px 7px 9px 7px; border-bottom:1px solid; height:42px; }
.iapp_cr_breadcrubs { margin-top:3px; text-transform:uppercase; float:left; }
.iapp_cr_breadcrubs a { margin:0 5px; }
.iapp_cr_breadcrubs span { margin-left:5px; font-weight:bold; }
.iapp_cr_actions { text-transform:uppercase; float:right; }
.iapp_cr_actions a { text-decoration:none; border:0px solid; padding:3px 6px; color:#FFF; }
.iapp_cr_page { padding:10px; }

/********* Table Lists ********
.lists_tbl { width:100%; }
.lists_tbl tr {  }
.lists_tbl tr th { background-color: #555555; color: #DFDADA; padding: 8px; font-weight: normal; border-top: 1px solid #EBEBEB; text-transform: uppercase; font-size: 14px; }
.lists_tbl tr td { background-color:#FEFEFE; padding:10px; }
.lists_tbl tr.row1 td { background-color: #EFEFEF; color: #555; }
.lists_tbl tr.row2 td { background-color: #FFF; color: #3A3636; }

/********* Settings ********/
.settings .set_box { background-color:#FFF; color:#000; margin: 10px 0; }
.settings .set_box:hover { box-shadow: 2px 2px 10px rgb(39, 39, 90); }
.settings .set_box a { padding:15px; display:block; color:#000; text-decoration:none; }
.settings .set_box a .glyphicon { font-size: 36px; color: #000; float: left; margin-right: 10px; }
.set_group { padding:5px 5px 15px 5px; border:1px solid #000000; margin-bottom:20px; }
.set_group legend { border:1px solid #000000; color:#000000; padding:2px 8px; width:auto; font-size:12px; margin:0 0 0 15px; }

/******** Input Form **********
.input_frm {  }
.input_frm .ifrm_row { clear:both; margin-bottom:5px; }
.input_frm .ifrm_row .ifrm_til { padding: 4px 0; width: 100%; font-weight: 600; color: #FFF; text-transform: uppercase; background-color: #555555; text-align: center; font-size: 14px;}
.input_frm .ifrm_row .ifrm_lbl { padding:10px 0 0 0; float:left; width:30%; font-weight: 600; color: #555; }
.input_frm .ifrm_row .ifrm_val { padding:3px 0 0 0; float:left; width:65%; }
.input_frm .ifrm_row .ifrm_val input[type="text"] { }
.input_frm .ifrm_row .ifrm_err { color:red; font-style:italic; }
.input_frm .ifrm_row .ifrm_val textarea { height:150px; }

/******** View Form **********
.view_frm {  }
.view_frm .vfrm_row { clear:both; margin-bottom:10px; }
.view_frm .vfrm_row .vfrm_til { padding: 4px 0; width: 100%; font-weight: 600; color: #FFF; text-transform: uppercase; background-color: #555555; text-align: center; font-size: 14px;}
.view_frm .vfrm_row .vfrm_lbl { padding:10px 0 0 0; float:left; width:30%; font-weight: 600; color: #555; }
.view_frm .vfrm_row .vfrm_val { padding:10px 0 0 0; float:left; width:65%; }

/********** Widget ***********
.widget_main { float:left; width:100%; }
.widget_add_edit_view { float:left; width:0%; height:100%; background-color:#F0F0F0; }

.act_btn { cursor:pointer; padding:3px; text-decoration:none; color:#FFF; }
.act_btn:hover { text-decoration:none !important; color:#FFF !important; }

.act_icon { cursor:pointer; padding:3px; text-decoration:none; color:#555; }
.act_icon:hover { text-decoration:none !important; color:#555 !important; }


/********** Bootstrap *********
.tooltip-inner { padding: 8px 10px; color: #fff; background-color: #000; font-size: 14px; }
.date-picker { width:110px !important; cursor:pointer !important; background-color: #FFF !important; }


/********* iapp_multiple_files plugin ********
.iapp_mult_file { margin-bottom:5px; }
.iapp_mult_file_label { color:#000; margin-left: 10px; }

.iapp_download_file {  }

/********* Dashboard ********/
.dshbd_group { border:1px solid #304b0a; margin-bottom:20px; border-radius: 2px; }
.dshbd_group .dshbd_ghdr { position: relative; background-color: #304b0a; color: #E0E0E0; text-align: center; text-transform: uppercase; }
.dshbd_group .dshbd_gcnt { padding:10px; }
.dshbd_group .dshbd_gcnt.dshbd_gcnt_scroll { max-height: 312px; overflow-y: auto; overflow-x: hidden; }
.dshbd_group .dshbd_gcnt .dshbd_gcnt_msg { text-align: center; padding: 20px 0; color: rgba(0, 0, 0, 0.42); font-style: italic; }

.dshbd_ghdr_til { display:block; padding:17px 0 17px 20px; font-size: 16px; font-weight: 400; text-align:left; }
.dshbd_ghdr_num { display:block; padding:7px 0 7px 0; font-size: 26px; font-weight: 400; text-align:center; }
.dshbd_ghdr_sel_yr { display:block; padding:12px 0 10px 20px; }
.dshbd_ghdr_sel { cursor:pointer; border:0px; background-color: #304b0a; padding:5px; font-size: 13px; font-weight: 400; }
#dshbd_bx_pr_sel_status { padding:0; font-size:16px; text-transform:uppercase; } 

.dshbd_ghdr_date input[type="text"] { cursor: pointer; padding: 5px 10px; background: #1A1A1B; border: 1px solid #414142; }

.dshbd_ul { list-style-type:none; margin:0; padding:0; color:#000000; }
.dshbd_ul .dshbd_li { font-size: 12px; margin: 0; margin: 6px 0; background-color: rgba(104, 101, 101, 0.11); }

.dshbd_ul li ul{ list-style-type:none; margin:10px; padding:10px; background-color:rgba(0, 0, 0, 0.39); }
.dshbd_ul .dshbd_li ul li { font-size:12px; margin:0; padding:6px 0; border-bottom:1px solid rgba(3, 0, 0, 0.39); }
.dshbd_ul .dshbd_li ul li:last-child { border-bottom:0px; }

.dshbd_ul .dshbd_li .dshbd_li_col_1 { padding:0; text-align:left; }
.dshbd_ul .dshbd_li .dshbd_li_col_2 { padding:0 0 0 8px; text-align:right; }
.dshbd_ul .dshbd_li .dshbd_li_col_3 { padding:0; text-align:center; }
.dshbd_ul .dshbd_li .dshbd_li_col_3 a { text-decoration:none; color:#000000; }
.dshbd_ul .dshbd_li:hover { color:#FFF; }
.dshbd_ul .dshbd_li:hover a { color:#FFF; }
.dshbd_ul .dshbd_li:hover ul { color:#AFAFAF; }
.dshbd_ul .dshbd_li ul li:hover { color:#FFF; }
.dshbd_ul .dshbd_li:last-child { border-bottom:0px; }

.dshbd_ul a { color:#000000; }

.dshbd_bx_ps .dshbd_ul .dshbd_li .dshbd_li_col_1 { padding:5px; }
.dshbd_bx_ps .dshbd_ul .dshbd_li .dshbd_li_col_2 { padding:7px 0 0 0; }
.dshbd_bx_ps .dshbd_ul .dshbd_li .dshbd_li_col_3 { padding:7px 0 0 0; }
.dshbd_bx_ps .dshbd_li .dshbd_li_li_col_1 { padding:0; text-align:left; }
.dshbd_bx_ps .dshbd_li .dshbd_li_li_col_2 { padding:0 0 0 8px; text-align:right; }
.dshbd_bx_ps .dshbd_li .dshbd_li_li_col_3 { padding:0; text-align:center; }
.dshbd_bx_ps .dshbd_li .dshbd_li_li_li_col_1 { padding:0; text-align:left; }

.dshbd_bx_pq .dshbd_ul .dshbd_li .dshbd_li_col_1 { padding:5px; }
.dshbd_bx_pq .dshbd_ul .dshbd_li .dshbd_li_col_2 { padding:7px 0 0 0; }
.dshbd_bx_pq .dshbd_ul .dshbd_li .dshbd_li_col_3 { padding:7px 0 0 0; }
.dshbd_bx_pq .dshbd_li .dshbd_li_li_col_1 { padding:0; text-align:left; }
.dshbd_bx_pq .dshbd_li .dshbd_li_li_col_2 { padding:0 0 0 8px; text-align:right; }
.dshbd_bx_pq .dshbd_li .dshbd_li_li_col_3 { padding:0; text-align:center; }
.dshbd_bx_pq .dshbd_li .dshbd_li_li_li_col_1 { padding:0; text-align:left; }

.dshbd_bx_pr .dshbd_ul .dshbd_li .dshbd_li_col_1 { padding:5px; }
.dshbd_bx_pr .dshbd_ul .dshbd_li .dshbd_li_col_2 { padding:7px 0 0 0; }
.dshbd_bx_pr .dshbd_ul .dshbd_li .dshbd_li_col_3 { padding:7px 0 0 0; }

.dshbd_bx_elh .dshbd_ul .dshbd_li .dshbd_li_col_1 { padding:5px; background-color: #303030; }
.dshbd_bx_elh .dshbd_ul .dshbd_li .dshbd_li_col_2 { padding:5px; background-color: #262626; text-align:center; }
.dshbd_bx_elh .dshbd_ul .dshbd_li .dshbd_li_col_3 { padding:7px 0 0 0; text-align:center; }
.dshbd_bx_elh .dshbd_ul .dshbd_li .dshbd_li_col_4 { padding:7px 0 0 0; text-align:center; }

.dshbd_bx_elh .dshbd_ul .dshbd_li.dshbd_li_sunday .dshbd_li_col_1 { background-color:#762b2b; }
.dshbd_bx_elh .dshbd_ul .dshbd_li.dshbd_li_today { background-color:#585858; }

.dshbd_bx_eleave .dshbd_ul .dshbd_li .dshbd_li_col_1 { padding:5px; }
.dshbd_bx_eleave .dshbd_ul .dshbd_li .dshbd_li_col_2,
.dshbd_bx_eleave .dshbd_ul .dshbd_li .dshbd_li_col_3,
.dshbd_bx_eleave .dshbd_ul .dshbd_li .dshbd_li_col_4,
.dshbd_bx_eleave .dshbd_ul .dshbd_li .dshbd_li_col_5 { padding:5px; text-align:center; }
.dshbd_bx_eleave .dshbd_ul .dshbd_li .dshbd_li_col_3 { background-color:rgb(46, 46, 46); }
.dshbd_bx_eleave .dshbd_ul .dshbd_li .dshbd_li_col_4 { background-color:rgb(24, 24, 24); }
.dshbd_bx_eleave .dshbd_ul .dshbd_li .dshbd_li_col_4.avl_val { background-color: #e40202; }
.dshbd_bx_eleave .dshbd_ul .dshbd_li .dshbd_li_col_5.avl_val { background-color: #283d65; }
.dshdb_elv_sts_dt { padding:5px; background-color:#000; }
.dshbd_bx_eleave .dshbd_elv_sts_lst .dshdb_elv_sts { padding:5px; }
.dshbd_bx_eleave .dshbd_elv_sts_lst .dshdb_elv_sts div { height:30px; background-color:#555; }
.dshbd_bx_eleave .dshbd_elv_sts_lst .dshdb_elv_sts div.approved { background-color:#FFF; }
.dshbd_bx_eleave .dshbd_ul .dshbd_li.today { background-color:#e40202; }

.dshbd_bprc_c .dshbd_ul .dshbd_li .dshbd_li_col_1 { padding:5px; }
.dshbd_bprc_c .dshbd_ul .dshbd_li .dshbd_li_col_2 { padding:7px 0 0 0; }
.dshbd_bprc_c .dshbd_ul .dshbd_li .dshbd_li_col_3 { padding:7px 0 0 0; }

.dshbd_bprc_c .dshbd_li_ass_pstd { background-color:rgb(151, 151, 13); color:#000; }
.dshbd_bprc_c .dshbd_li_ass_pstd a { color:#000; padding-left:10px; }

.dshbd_bx_pro_row { margin-bottom: 30px; }
.dshbd_bx_pro_row .dshbd_bprc_pnl { }
.dshbd_bx_pro_row .dshbd_bprc_cnt { padding:10px; }
.dshbd_bx_pro_row .dshbd_bprc { border: 1px solid #8B8992; border-radius: 2px; margin-bottom:10px; }
.dshbd_bx_pro_row .dshbd_bprc_h { display:flex; position:relative; background-color: #44611a; color: #E0E0E0; text-align: center; text-transform: uppercase; }
.dshbd_bx_pro_row .dshbd_bprc_h div { padding: 10px 0; }
.dshbd_bx_pro_row .dshbd_bprc_h_1 { background-color: #F5E200; color: #000; }

.dshbd_bx_pro_row .dshbd_bprc_ul { padding:10px; max-height: 500px; overflow: auto; }
.dshbd_bx_pro_row .dshbd_bprc_c { padding:10px; max-height: 500px; overflow: auto; }

.dshbd_bx_pro_row .dshbd_bprc_h div:nth-child(1) { padding:18px 0 18px 14px; font-size:14px; font-weight:400; text-align:left; }
.dshbd_bx_pro_row .dshbd_bprc_h div:nth-child(2) { font-size:26px; background-color:#304b0a; color:#FFF; }
.dshbd_bx_pro_row .dshbd_bprc_h div:nth-child(3) { background-color:304b0a;  }
.dshbd_bx_pro_row .dshbd_bprc_h div:nth-child(3) a { text-decoration: none; color: #363535; margin-top: 10px; cursor:default; }
.dshbd_bx_pro_row .dshbd_bprc_h div:nth-child(3) a.active { color: #AFAFAF; cursor:pointer; }
.dshbd_bx_pro_row .dshbd_bprc_h div:nth-child(3) a.active:hover { color: #FFF; }

.dshbd_top_dt { margin-bottom:30px; font-weight: 200; }
.dshbd_tdt_lab { font-size: 14px; margin:16px 5px 0 0; text-align: center; float: left; color:#000000; }
.dshbd_tdt_val { margin: 10px 30px 0 0; text-align: left; float: left; }
.dshbd_tdt_val select { font-size:14px; padding:5px; min-width:150px; background: #44580e; border: 1px solid #414241; color: #ffffff; }

.dshbd_dwn_ico { margin-left:5px; color:#CCC; }
.dshbd_dwn_ico:hover { color:#FFF; }

@media (max-width:768px) {
	.dshbd_ghdr_til { font-size: 14px; }
	.dshbd_ghdr_num { font-size: 22px; padding: 10px 0 0 0; }
	
	#dshbd_bx_pr_sel_status { font-size: 12px; }
	.dshbd_ghdr_num { font-size: 22px; padding: 10px 0 0 0; }	
	
	.dshbd_bx_pro_row .dshbd_bprc_h div { padding:3px; }
	.dshbd_bx_pro_row .dshbd_bprc_h div:nth-child(1) { padding: 12px 0 0 0; font-size: 14px; }
	.dshbd_bx_pro_row .dshbd_bprc_h div:nth-child(2) { font-size:24px; }	
}

.dshbd_li_fdiv { border-bottom:1px solid #555; margin: 0 8px; }
.dshbd_li_sdiv { background-color: #d0d0d0; margin-bottom: 3px; }
.dshbd_li_sdiv div span { display:block; padding: 5px; }
.dshbd_li_sdiv div span.dshbd_doc { color:#FF5722 !important; display:block; font-size: 13px; }
.dshbd_li_sdiv div span.dshbd_tim_ex { color:#6f5ef4 !important; display:block; font-size: 13px; padding: 0; margin-top: 4px; width: 15px; }
.dshbd_li_sdiv div:first-child span { text-align:center; background-color:#386991 !important; }
.dshbd_bprc_pnl_tsk_sch .dshbd_ul li ul { margin: 0; padding: 0 8px; }
.dshbd_bprc_pnl_tsk_sch .dshbd_ul li, .dshbd_bprc_pnl_tsk_sch .dshbd_ul li ul { background-color:#FFF; color:#000; font-size:10px !important; }
.dshbd_bprc_pnl_tsk_sch .dshbd_ul li a:hover, .dshbd_bprc_pnl_tsk_sch .dshbd_ul .dshbd_li:hover { color:#000; }
.dshbd_bprc_pnl_tsk_sch .dshbd_ul li a, .dshbd_bprc_pnl_tsk_sch .dshbd_ul .dshbd_li ul li:hover { color:#000; }
.dshbd_bprc_pnl_tsk_sch .dshbd_ul li ul li { padding:0 !important; }
.dshbd_bprc_pnl_tsk_sch .dshbd_ul li { padding:5px 0 !important; }
.dshbd_bprc_pnl_tsk_sch .dshbd_emp_photo { width: 30px; border-radius: 50%; overflow: hidden; margin:-7px auto 6px auto; }
.dshbd_bprc_pnl_tsk_sch .dshbd_emp_photo img { width:100%; } 
.dshbd_bprc_pnl_tsk_sch .dshbd_emp_photo_div span { margin:3px 0 0 5px; display: block; text-transform: uppercase; float: left;}
.dshbd_bprc_pnl_tsk_sch .dshbd_ul .dshbd_li a { color:#000; }
.dshbd_bprc_pnl_tsk_sch .dshbd_ul .dshbd_li:hover a { color:#000 !important; }
.dshbd_bprc_pnl_tsk_sch .dshbd_li_fdiv a { color:#2196F3 !important; }
.dshbd_bprc_pnl_tsk_sch li.dshbd_li_emp_total { background-color:#7b7a7e !important; padding:5px 0 !important; }
.dshbd_bprc_pnl_tsk_sch li.dshbd_li_emp_total div { padding:4px 0 0 0; background-color:#000; }
.dshbd_bprc_pnl_tsk_sch .dshbd_ul li.dshbd_li_emp_total{ color:#FFF !important;  }
.dshbd_bprc_pnl_tsk_sch li.dshbd_li_grand_total { background-color:#2196f3 !important; padding:5px 0 !important; }
.dshbd_bprc_pnl_tsk_sch .dshbd_ul li.dshbd_li_grand_total{ color:#FFF !important;  }
.dshbd_bprc_pnl_tsk_sch .dshbd_all_hrs { padding-top:5px; background-color:rgba(56, 105, 145, 0.62); color:#FFF; }
.dshbd_bprc_pnl_tsk_sch div:first-child span.dshbd_st_wrk_std { background-color:#f5e200 !important; color:#000; }
.dshbd_bprc_pnl_tsk_sch span.dshbd_clt_til { float:left; }
.dshbd_bprc_pnl_tsk_sch a.dshbd_wrk_til { margin-top:5px; display:block; }
.dshbd_bprc_pnl_sel_in { padding:10px; max-height: 500px; width: 100%; overflow: auto; border: 1px solid #8B8992; border-radius: 0 0 2px 2px; }
.dshbd_bprc_pnl_sel_in .dshbd_bprc_pnl { padding:0; }
.dshbd_bprc_pnl_sel_out .custom-select { background:#304b0a url('../../public/images/drpdwn_arrw.png') 96% no-repeat !important; height:auto; padding: 10px;}
.dshbd_bprc_pnl_sel_out .custom-select a { color:#E0E0E0; font-size:14px; width:100%; }
.dshbd_bprc_pnl_sel_out .custom-select input { display:none; }
.dshbd_bprc_pnl_sel_in .dshbd_bprc_c { padding:0; overflow:inherit !important; max-height: auto !important; }
.dshbd_bprc_pnl_sel_in .dshbd_bprc { border:0; margin:0; }

/************* Page *************/
.page_actions { padding:0; border: 1px solid; margin:0 15px 30px 15px; }
.page_actions .pa_act_col { padding:0; }
.page_actions .pa_act_col .pa_act a { text-decoration:none; color:#000000; font-size:14px; padding:12px; display:block; float:left; }
.page_actions .pa_act_col .pa_act span { border-right: 1px solid; height: 37px; display: block; float: left; }
.page_actions .pa_fltr_col { padding:0px; background-color:#304b0a; min-height:38px; }
.page_actions .pa_fltr .pa_fltr_til { color: #FFF; font-size: 16px; text-transform: uppercase; float:left; padding:10px 15px 8px 10px; }
.page_actions .pa_fltr .pa_fltr_field { color:#FFF; float:left; padding:4px; }
.page_actions .pa_fltr .pa_fltr_field .pff_col { float:left; background-color:#304b0a; }
.page_actions .pa_fltr .pa_fltr_field .pff_col .pffc_lbl { float: left; font-size: 12px; padding:8px 5px; text-transform: uppercase; }
.page_actions .pa_fltr .pa_fltr_field .pff_col .pffc_val { float: left; font-size: 12px; padding:0; }
.page_actions .pa_fltr .pa_fltr_field .pff_col .pffc_val input[type="text"] { width:150px; padding:4px 5px; font-size:14px; color:#555; }
.page_actions .pa_fltr .pa_fltr_field .pff_col .pffc_val select { width:150px; padding:6px; font-size:14px; color:#555; border:0px; }
.page_actions .pa_fltr .pa_fltr_field .pff_col a { display: block; text-decoration: none; background-color: #CCC; color: #000; padding: 7px 10px 6px 10px; font-size: 14px; text-transform: uppercase; margin-left: 4px; border-radius: 2px; }
@media (max-width:768px) {
.page_actions .pa_fltr .pa_fltr_field .pff_col { width: 100%; margin-bottom: 5px; }
.page_actions .pa_fltr .pa_fltr_field .pff_col .pffc_lbl { width: 35%; }
.page_actions .pa_fltr .pa_fltr_field .pff_col .pffc_val { width: 65%; float:right; }
.page_actions .pa_fltr .pa_fltr_field .pff_col .pffc_val input[type="text"] { width:100%; }
}
/******************************/

.ifrm_val_cmp_code span { float: left; font-size: 16px; color: #FFF; padding: 5px 0 5px 10px; background-color: #929292; border: 1px solid #E2E2E2; display:block; border-radius:3px 0 0 3px; }
.ifrm_val_cmp_code input { float: left; width:100px; border-radius:0 3px 3px 0;  }	
.ifrm_val_cli_code { font-size: 14px; color: #000; padding: 5px 0 5px 10px; background-color: #FFF; border: 1px solid #E2E2E2; display:block; border-radius:3px 0 0 3px; }
.ifrm_val_pro_code { font-size: 14px; color: #000; padding: 5px 0 5px 10px; background-color: #FFF; border: 1px solid #E2E2E2; display:block; border-radius:3px 0 0 3px; }

.cont_addr_panel_container { clear:both; }
.cont_addr_panel { border: 1px solid rgba(48, 115, 173, 0.51); position: relative; padding:20px 10px 10px 10px; border-radius: 5px; margin-bottom: 10px; }
.cap_add_more_btn { display: block; clear: both; text-decoration: none; color: #FFFFFF; float: right; background-color: #4A6175; padding: 2px 8px; text-transform: uppercase; }
.cap_add_more_btn:hover { color:#FFF; }
.cap_delete_btn { display: block; position: absolute; text-decoration: none; color: white; right: 4px;top: 0;background-color: #FF0B0B; padding: 2px 8px; font-size: 10px; text-transform: uppercase; }
.cap_delete_btn:hover { color:#FFF; }

/************* Report ***************/
.report_ifrm { background-color: #FFFFFF; padding: 10px; border: 1px solid #DBDBDB; border-radius: 5px; }
.report_ifrm select { font-size: 12px; padding: 5px 4px; height: auto; }
.report_ifrm textarea { height: 66px; font-size: 12px; padding: 6px; }
.report_ifrm .rifrm_hdr a { float:right; padding:4px 2px 4px 0; color: #3074AF; font-size: 14px; text-decoration:none; }
.report_ifrm .rifrm_row { width:100%; }
.report_ifrm .rifrm_row .rifrm_til { padding: 4px 0; font-weight: 600; color: #3074AF; text-transform: uppercase; font-size: 14px;}
.report_ifrm .rifrm_row .rifrm_lab { width: 30%; padding: 4px 0; font-size: 12px; clear: both; float: left; color: #555; }
.report_ifrm .rifrm_row .rifrm_val { width:70%; margin-bottom:10px; float:left; }
.report_ifrm .rifrm_row .rifrm_val .rifrm_btn { padding: 2px 5px; color: #FFF; float: right; font-size: 11px; }
.report_ifrm .rifrm_row .rifrm_val .rifrm_btn_can {  padding: 2px 5px; color: #555; float: right; font-size: 11px; margin-left:5px; }
.report_ifrm .rifrm_time_picker input[type="number"]{ margin-right:2px; float:left; width:65px; }
.report_ifrm .rifrm_time_picker div { float:left; }
.report_ifrm .rifrm_time_picker div span{ margin-top:6px; float:left; display:block; }

.report_ifrm.report_ifrm_sts_chg { background-color:#ECBFBF; }

.report_vfrm .rvfrm_ul { list-style-type:none; margin:0; padding:0; font-size: 12px; }
.report_vfrm .rvfrm_ul li { clear: both; background-color: #DCD7B5; padding: 7px; border-radius: 2px; margin: 0 0 10px 0; }
.report_vfrm .rvfrm_ul li ul { margin-left:0; }
.report_vfrm .rvfrm_ul li ul li { clear:both; background-color:rgb(239, 235, 215) !important; margin:0 0 2px 0; }
.report_vfrm .rvfrm_ul li ul li:first-child { margin-top:0px; }
.report_vfrm .rvfrm_ul li ul li:last-child { margin-bottom:10px; }
.report_vfrm .rvfrm_ul li ul li ul li { border-top:0px solid #CCC; }
.report_vfrm .rvfrm_ul li.rvfrm_list_1 { background-color:#c5c09f; }
.report_vfrm .rvfrm_ul li.rvfrm_list_2 { background-color:rgb(221, 197, 226); }

.report_vfrm .rvfrm_ul li .rvfrm_ul li.rvfrm_list_1 { background-color:#DCD7B5; }
.report_vfrm .rvfrm_ul li .rvfrm_ul li.rvfrm_list_2 { background-color:rgb(239, 232, 241) !important; }

.report_vfrm .rvfrm_left { margin-right: 10px; float:left; }
.report_vfrm .rvfrm_right { float: right; margin-top: -30px; font-size: 8px; }
.report_vfrm .rvfrm_right a { color:#FFF; text-decoration:none; padding:5px; background-color:#000; float:right; }
.report_vfrm .rvfrm_cmnts_C .rvfrm_left { margin:0 0 0 10px; float:right; }

.report_vfrm .rvfrm_mid { }
.report_vfrm .rvfrm_cmnts_C .rvfrm_mid { float:left; }

.report_vfrm .rvfrm_cdt { margin:4px 2px; line-height: 12px; text-align: center; text-transform: uppercase; float: right; font-size: 9px; color: #FFF; }
.report_vfrm .rvfrm_cdt span { padding: 3px 0 3px 0; }
.report_vfrm .rvfrm_cdt span:first-child { background: none; padding-right:0; }
.report_vfrm .rvfrm_cmnts_C .rvfrm_cdt span { padding: 3px 0 3px 0; }

.report_vfrm .rvfrm_ul.rvfrm_ul_pro_cmnts li { background-color:#FFF; margin: 0 0 0 0; }

.report_vfrm .rvfrm_hdr { width:100%; }
.report_vfrm .rvfrm_tsk_title {  background-color:rgba(0, 0, 0, 0.34); padding: 4px 3px 4px 3px; margin: -8px -7px 10px -7px; color: #FFF; text-transform: uppercase; font-size: 11px; border-radius: 2px 2px 0 0; }
.report_vfrm .rvfrm_tsk_title b { margin-right:2px; background-color:rgba(0, 0, 0, 0.19); padding:2px 7px; }

.report_vfrm .rvfrm_img { float:left; width:30px; border-radius:50%; overflow:hidden; margin: 0 auto; }
.report_vfrm .rvfrm_cmnts_C .rvfrm_img { float:right; margin-left:5px; }
.report_vfrm .rvfrm_img img { width:100%; }
.report_vfrm .rvfrm_img .rvfrm_assi_to { font-size: 16px; padding: 7px; }
.report_vfrm .rvfrm_img.wr_unread .rvfrm_assi_to { color:red; }
.report_vfrm .rvfrm_left_cmnt_lab { font-size: 10px; color: #B20B0B; margin:5px 0 0 5px; float: left; }
.report_vfrm a.rvfrm_act_view_wrkcmnt { margin-left: 10px; padding: 4px 5px 4px 4px; font-size: 9px; display: block; float: right; background-color: #6F5EF4; color: #FFF; text-transform: uppercase; text-decoration: none; }

.report_vfrm .rvfrm_doc { float: right; margin:6px 3px 0 3px; color: #B20B0B; text-align: right; font-size: 10px; }
.report_vfrm .rvfrm_doc a { display:none; color:#000; margin-left:5px; float:right; cursor:pointer; }
.report_vfrm .rvfrm_doc:hover a { display:block; }
.report_vfrm .rvfrm_pri { float:left; text-transform: uppercase; font-size: 10px; padding: 2px 5px; background-color: #CCC; color: #000; margin:5px 5px 0 0; }
.report_vfrm .rvfrm_pri_high { background-color: #F00; color: #FFF; }
.report_vfrm .rvfrm_pri_medium { background-color: #FFD255; color: #000; }
.report_vfrm .rvfrm_pri_low { background-color: #808080; color: #FFF; }
.report_vfrm .rvfrm_prs { float:left; text-transform: uppercase; font-size: 10px; padding: 2px 5px; background-color: #CCC; color: #000; margin:5px 5px 0 0; }
.report_vfrm .rvfrm_prs_conti { cursor:pointer; }
.report_vfrm .rvfrm_all_time { float: left; margin: 7px 0 0 0; color: #343434; text-align: right; font-size: 10px; font-weight: bold; }
.report_vfrm .rvfrm_desc { clear: both; margin: 0 0 5px 0; width: 100%; overflow: hidden; padding:5px 0 0 0; border-bottom: 1px solid #FFF; }
.report_vfrm .rvfrm_desc.active { max-height:100% !important; }
.report_vfrm .rvfrm_act { margin-bottom:0; }
.report_vfrm .rvfrm_act a { padding:5px 5px; font-size: 12px; display: block; float: right; margin-right: 1px; background-color:rgba(0, 0, 0, 0.48); color: #FFF; text-transform: uppercase; text-decoration: none; }
.report_vfrm .rvfrm_act a:hover { background-color:#CCC; color:#000; }
.report_vfrm .rvfrm_act a.active { background-color:#000; color:#FFF; }

.report_vfrm .rvfrm_ul li.rvfrm_list_1 .rvfrm_desc { border: 1px solid #FFF; padding: 8px; margin: 8px 0; background-color: rgba(255, 255, 255, 0.47); }
.report_vfrm .rvfrm_ul li.rvfrm_list_2 .rvfrm_desc { border: 1px solid #FFF; padding: 8px; margin: 8px 0; background-color: rgba(255, 255, 255, 0.47); }
.report_vfrm .rvfrm_ul li .rvfrm_ul li.rvfrm_list_1 .rvfrm_desc { border-bottom:1px solid #DCD7B5; }
.report_vfrm .rvfrm_ul li .rvfrm_ul li.rvfrm_list_2 .rvfrm_desc { border-bottom:1px solid #DDC5E2; }

.pro_view_have_work { background-color:red; border-color:red !important; color:#FFF !important; }
.pro_view_have_new_work { background-color:green; border-color:green !important; color:#FFF !important; }

.rvfrm_bar { clear:both; }
.rvfrm_doc_bar { background-color:#FF5722; height:5px; }
.rvfrm_tim_all_bar { background-color:#6f5ef4; height:5px; }

.pro_cmt_frm_chkbxs {  }
.pro_cmt_frm_chkbxs input[type="checkbox"]+label { background:url('../../public/images/uncheck.png') no-repeat; cursor:pointer; font-size: 11px; font-weight: normal; padding-left: 17px; margin: 9px 5px 0 0; color:#555; }
.pro_cmt_frm_chkbxs input[type="checkbox"]+label:hover { color:#000; }
.pro_cmt_frm_chkbxs input[type="checkbox"]:checked+label { background:url('../../public/images/check.png') no-repeat; }
.pro_cmt_frm_chkbxs input[type="checkbox"] { display:none; }

/***** bootsrap ******/
.btn.InActive { opacity:0.5; cursor:default; }

.tooltip { font-family: 'Roboto', sans-serif; }
.popover { background-color:#444444; color:#EEE; max-width:100% !important; }
.popover-content { padding:8px; }
.popover.bottom>.arrow:after { border-bottom-color:#444444; }

.iapp_h_assigned_tasks { background-color: #000; color: #999; margin: 16px 14px 14px 0; border: 1px solid #424242; text-decoration: none; float: right; }
.iapp_h_assigned_tasks .ihat_num { cursor:pointer; color: #FFF; padding: 2px 0; font-size: 12px; float: left; background: url('../images/tasks.png') no-repeat; height: 23px; width: 26px; background-size: contain; margin: 6px 5px 5px 5px; text-align: center; } 
.iapp_h_assigned_tasks .ihat_num:hover { background: url('../images/tasks2.png') no-repeat; background-size: contain; } 

.ihat_list_ul { list-style-type: none; margin: 0; padding: 0; font-size: 10px; }
.ihat_list_ul .ihat_list_ul_li { padding:0 0 0 0; margin-bottom: 2px; border-bottom: 1px solid #666; }
.ihat_list_ul li:last-child { border:0px; margin-bottom:0; }
.ihat_list_ul .ihat_list_ul_li_div { float:left; padding:5px 0; }
.ihat_list_ul .ihat_list_ul_li_div a { color:#FFF; font-size:10px; text-decoration:none; }
.ihat_list_ul .ihat_list_ul_li_col_1 { width:65%; }
.ihat_list_ul .ihat_list_ul_li_col_2 { width:20%; text-align:right; }
.ihat_list_ul .ihat_list_ul_li_col_3 { width:13%; text-align:right; }

.ihat_list_ul .ihat_list_ul_li_ul_li_col_1 { width:65%; }
.ihat_list_ul .ihat_list_ul_li_ul_li_col_2 { width:20%; text-align:right; }
.ihat_list_ul .ihat_list_ul_li_ul_li_col_3 { width:13%; text-align:right; }

.ihat_list_ul li ul { list-style-type: none; margin: 0 0 0 15px; padding: 3px 8px 0px 8px; font-size: 11px; background-color: #2B2B2B; }
.ihat_list_ul li ul li { padding:0; margin-bottom: 2px; border-bottom: 1px solid #666; }
.ihat_list_ul li ul li:last-child { border:0px; }
.ihat_list_ul li ul .ihat_list_ul_li_ul_li_div { float:left; padding:5px 0; }

.ihat_list_ul a { color:#FFF; }

.iapp_h_pro_wrk_cli_cmnts .popover, .iapp_h_pro_wrk_cmnts .popover, .iapp_h_assigned_tasks .popover { width:400px; }

.iapp_h_pro_wrk_cmnts { background-color: #000; color: #999; margin: 16px 0 14px 0; border: 1px solid #424242; text-decoration: none; float: right; }
.iapp_h_pro_wrk_cmnts .ihpwc_num { cursor:pointer; color: #FFF; padding: 2px 0; font-size: 12px; float: left; background: url('../images/comment.png') no-repeat; height: 23px; width: 26px; background-size: contain; margin: 6px 5px 5px 5px; text-align: center; } 
.iapp_h_pro_wrk_cmnts .ihpwc_num:hover { background: url('../images/comment2.png') no-repeat; background-size: contain; } 

.iapp_h_pro_wrk_cli_cmnts {     background-color: #000;
    color: #999;
    margin: 21px 16px 16px 0;
    text-decoration: none;
    float: right; }
.iapp_h_pro_wrk_cli_cmnts .ihpwcc_num {     cursor: pointer;
    color: #FFF;
    padding: 3px 0px 0 0;
    font-size: 9px;
    text-align: center;
    float: left;
    height: 18px;
    width: 18px;
    z-index: 5;
    margin: -8px 0 0 -4px;
    border-radius: 50%;
    background-color: red;
    position: absolute; }
.iapp_h_pro_wrk_cli_cmnts .ihpwcc_num:hover { } 
.iapp_h_pro_wrk_cli_cmnts .glyphicon {     font-size: 22px;
    color: #FFF; }

#dshbd_main_date { cursor: pointer; padding: 5px 10px; width: 100%; background: #44580e; border: 1px solid #ffffff; }
#dshbd_main_date span { color: #ffffff; }
#dshbd_main_date .glyphicon { color: #ffffff; }

#fltr_date { cursor: pointer; padding: 5px 10px; width: 100%; background: #1A1A1B; border: 1px solid #414142; }
#fltr_date span { color: #A6A4AB; }
#fltr_date .glyphicon { color: #A6A4AB; }

/* Start Notice Board */
.dshbd_notice_board_add { color:#464343; width:100%; background-color:#535252; }
.dshbd_notice_board_add select { width:230px; }
.dshbd_notice_board_add .classyedit { margin-bottom:10px; border:0px; color:#555; }
.dshbd_notice_board_add input[type="submit"] { padding:5px; width:50px; float:right; }
.dshbd_notice_board_add input[type="button"] { padding:5px; float:right; color:#000; margin-left:5px; }
.dshbd_notice_board_add .nbp_til { padding:10px; background-color:#555; color:#FFF; margin-bottom:10px; }

.dshbd_ntcbrd_pnl { position: absolute; right: -650px; top: 25px; z-index: 1; background-color: #062d00; padding: 10px; border: 1px solid #B82121; border-right: 0; width: 650px; } 
.dshbd_ntcbrd_pnl_btn { display: block; background-color: #521818; color: #ffffff; padding: 12px 10px; border-radius: 2px 0 0 2px; position: absolute; font-size: 15px; left: -36px; top: 0; z-index: 1; text-decoration: none; top: -1px; }
.dshbd_ntcbrd_pnl_btn span { display:none; padding: 2px 7px 7px 7px; position: absolute; top: -8px; left: -10px; background-color: #FF1616; color: #FFF; border-radius: 50%; }
.dshbd_ntcbrd_pnl_btn.active { background-color: #B82121; color: #FFF; }
#dshbd_ntcbrd_pnl_btn_view { display:none; } 
#dshbd_ntcbrd_pnl_btn_add { top:50px; }		
.dshbd_ntcbrd_pnl.active { right:0; }
.dshbd_ntcbrd_pnl_btn:focus, .dshbd_ntcbrd_pnl_btn:hover { text-decoration:none; color:#000000; }	
.dshbd_ntcbrd_pnl_cnt { width:100%; overflow:auto; }
.dshbd_nb_ul { margin:0; padding:0; color:#AFAFAF; list-style-type:none; font-size: 11px; }
.dshbd_nb_ul li { margin:0 0 10px 0; padding:0; }
.dshbd_nb_ul li .dshbd_nb_li_col_1 { padding: 0; text-align:left; }
.dshbd_nb_ul li .dshbd_nb_li_col_1 .usr_img { float: left; width: 30px; border-radius: 50%; overflow: hidden; margin:0 5px 0 0; }
.dshbd_nb_ul li .dshbd_nb_li_col_1 .usr_img img { width: 100%; }
.dshbd_nb_ul li .dshbd_nb_li_col_1 .usr_to_ico { float:left; display:block; margin:8px 5px 0 0; }
.dshbd_nb_ul li .dshbd_nb_li_col_1 .usr_to_ico.unread_ico { color:red; }
.dshbd_nb_ul li .dshbd_nb_li_col_2 { padding: 0; text-align:right; }
.dshbd_nb_ul li .dshbd_nb_li_col_3 { padding:7px 0; border-bottom: 1px solid #383737; width: 100%; margin: 10px 0 0 0; }
.dshbd_nb_ul li:last-child .dshbd_nb_li_col_3 { border-bottom: 0px; }
/* End Notice Board */

/* Start Projects */
@media (max-width:768px) {
	.proj_widget_box { margin-bottom:10px; }
	.proj_widget_box .widget_box_list { height:auto !important; }
}
/* End Projects */

/* Start Log Out Popup */
.log_out_popup_cover { position: fixed; top:0; width: 100%; height: 100%; background-color:rgba(0, 0, 0, 0.66); z-index: 1; }
.log_out_popup { position: absolute; width: 350px; background-color: #1d1d1d; color: #8d8b8b; border: 1px solid #8d8b8b; box-shadow: 0px 0px 10px #000; margin: 0 auto; left: 0; right: 0; text-align: center; top: 40%; padding: 25px 0; font-size: 16px; line-height: 28px; border-radius: 2px; }.log_out_popup b { font-size:22px; }
/* End Log Out Popup */

/* Start My Account */
.ChngPswModal { top:35%; }
.ChngPswModal .modal-dialog { width:450px; }
/* End My Account */

/* Start Edit DOC */
.edit_doc_div { clear:both; float:right; display:none; position: relative; }
.edit_doc_div .edit_doc_div_inr { float:right; }
.edit_doc_div input[type="text"] { padding: 4px 3px !important; font-size: 11px !important; height: auto; width: 80px !important; float: left; border: 0px; cursor: pointer; }
.edit_doc_div .edit_doc_ico { float: left; display: block; font-size: 11px; padding: 5px 4px 5px 5px; background-color: #eee; color: #000; cursor: pointer;}
.edit_doc_div .edit_doc_save { } 
.edit_doc_div .edit_doc_cancel { margin-left: 2px; }
.edit_doc_div .chng_doc_msg { color: #FFF; font-size:10px; background-color: #ff0f0f; padding: 3px; z-index: 1; }
/* End Edit DOC */

/* Start Copy Work */
.copy_work_div { clear:both; float:right; display:none; position: relative; border:1px solid rgba(0, 0, 0, 0.39); margin-bottom:-1px; }
.copy_work_div .copy_work_div_inr { float:right; }
.copy_work_div input[type="text"] { padding: 4px 3px !important; font-size: 11px !important; height: auto; width: 80px !important; float: left; border: 0px; cursor: pointer; }
.copy_work_div .copy_work_ico { float: left; display: block; font-size: 11px; padding: 5px 4px 5px 5px; background-color: #eee; color: #000; cursor: pointer;}
.copy_work_div .copy_work_save { } 
.copy_work_div .copy_work_cancel { margin-left: 2px; }
.copy_work_div .copy_work_msg { display:none; color: #FFF; font-size:10px; background-color: #ff0f0f; padding: 3px; z-index: 1; }
/* End Copy Work */

/* Start Work Time Process */
.work_time_process { margin-top: 10px; }
.work_time_process .wtp_row, .work_time_process .wtp_total_row { background-color:#FFF; padding:3px 5px 0px 5px; margin-bottom:1px; }
.work_time_process .wtp_row>div, .work_time_process .wtp_total_row>div { padding:0; text-align:center; font-size:10px; }
.work_time_process .wtp_row .glyphicon { font-size:12px; color:#9b9b9b; }
.work_time_process .wtp_row .glyphicon.active { cursor:pointer; color:#000; }
.work_time_process .wtp_row .glyphicon.active :hover { color:#000; }

.work_time_process .dwt_row, .work_time_process .dwt_total_row { background-color:#FFF; padding:3px 5px 0px 5px; margin-bottom:1px; }
.work_time_process .dwt_row>div, .work_time_process .dwt_total_row>div { padding:0; text-align:center; font-size:10px; }
.work_time_process .dwt_row .glyphicon { font-size:12px; color:#9b9b9b; }
.work_time_process .dwt_row .glyphicon.active { cursor:pointer; color:#000; }
.work_time_process .dwt_row .glyphicon.active :hover { color:#000; }
.work_time_process .dwt_row select { padding:0; border:0px; }
/* End Work Time Process */

/* Start Work Time View */
.work_time_view { }
.work_time_view .wtv_row, .work_time_view .wtv_total_row { background-color:#FFF; padding:3px 5px 0px 5px; margin-bottom:1px; }
.work_time_view .wtv_row>div, .work_time_view .wtv_total_row>div { padding:0; text-align:center; font-size:10px; }
.work_time_view .wtv_row .glyphicon { font-size:12px; color:#9b9b9b; }
.work_time_view .wtv_row .glyphicon.active { cursor:pointer; color:#000; }
.work_time_view .wtv_row .glyphicon.active :hover { color:#000; }
.work_time_view .wtv_row .wtv_emp_photo { float: left; width: 30px; border-radius: 50%; overflow: hidden; margin: 0 auto; }
.work_time_view .wtv_row .wtv_emp_photo img { width:100%; }	
.work_time_view .wtv_row .wtv_title { font-size: 12px; text-align: left; border-bottom: 1px solid #dbdbdb; margin-bottom: 5px; }
.wtv_emp_row { margin-bottom:10px;}
.wtv_time_row { }	
.wtv_time_total_row { margin-bottom: 5px; border-top: 1px solid #CCC; border-bottom: 1px solid #CCC; }		
.wtv_emp_last_row { margin-bottom: 5px; border-top: 1px solid #CCC; border-bottom: 1px solid #CCC; background-color: #efefef; color: #000; }
.wtv_grand_last_row { margin-bottom: 5px; border-top: 1px solid #CCC; border-bottom: 1px solid #CCC; background-color: #CCC; color: #000; }
.hourly_rate_div { margin-top: 30px; border-top: 1px solid #CCC; border-bottom: 1px solid #CCC; }
.wrk_tim_anly .wta_title, .hourly_rate_div .hrd_title { text-align: left; padding: 5px 0; font-size: 12px; font-weight: bold; text-transform: uppercase; }
.hourly_rate_div .hrd_last_row { background-color:red; color:#FFF; padding:2px 0;}
.wrk_tim_anly { margin-top: 5px; font-size: 11px; }
.wrk_tim_anly .wta_q_amt,
.wrk_tim_anly .wta_b_amt,
.wrk_tim_anly .wta_p_amt, 
.wrk_tim_anly .wta_d_amt { padding: 2px 0; color: #FFF; margin: 0 0 3px 0; } 
.wrk_tim_anly .wta_q_amt { background-color:#7575c2; }
.wrk_tim_anly .wta_b_amt { background-color:#51a951; }
.wrk_tim_anly .wta_p_amt { background-color:#ad8a99; }
.wrk_tim_anly .wta_d_amt { color: #000; }
/* End Work Time View */

/* */
#pro_wrk_doc_dt { float: left !important; border: 1px solid #ccc; padding: 5px; font-size: 11px; cursor:pointer; }
#prjBx1fltrDtDiv { margin:-3px 100px 0 0; }
/* */

.singleDatepickerDiv { padding:5px 8px 5px 8px; background-color:#FFF; widsth:150px; border-radius:2px; }
.singleDatepickerDiv input[type="text"] { padding:0; font-size:12px; cursor:pointer; border:0px; width:80px; color:#000; }
.singleDatepickerDiv i { color:#000; }

/* Start Project Works */
#pwrk_cal_col { float: right; display: none; width: 200px; margin:-9px -2px -5px 0;}
.pwrk_cal { padding:0; }
.pwrk_cal_ym { margin:0; padding:0; }
.pwrk_cal .pwrk_cal_y  { padding: 0 0px; margin: 0 -1px; }
.pwrk_cal .pwrk_cal_m { padding: 0 2px;}
.pwrk_cal .pwrk_cal_d { padding: 0; margin: 0 -1px; width: 101%; }
.pwrk_cal select { cursor: pointer; color: #000; border: 0px solid; padding: 1px; width: 100%; font-size: 10px; }
.pwrk_cal a.pwrk_cal_sel_d { text-decoration: none; padding: 2px 3px; height: 18px; float: left; display: block; background-color: #e40202; color: #FFF; font-size: 10px; margin: 0; }
.pwrk_cal a.pwrk_cal_sel_d.active { background-color:#FFF; color:#000; }
.pwrk_cal_d_col_1 { float:left; width:8%; }
.pwrk_cal_d_col_2 { float:left; width:82%; overflow:hidden; background-color:rgba(255, 255, 255, 0.71);}
.pwrk_cal_d_col_3 { float:right; width:8%; margin-right: 4px; }
.pwrk_cal a.pwrk_cal_prev_d, .pwrk_cal a.pwrk_cal_next_d { text-decoration: none; padding: 2px 5px; float: left; display: block; background-color: rgba(0, 0, 0, 0.43); color: #FFF; font-size: 10px; margin: 0 0 0px 0; height: 18px;}
.rvfrm_prs_conti+.tooltip .tooltip-inner { padding:0 !important; }
.rvfrm_prs_conti+.tooltip .tooltip-arrow { border-bottom-color:#FFF !important; }
.pro_wrks_cont_bxs { padding: 0; background-color: #fff; width: 269px; border: 1px solid #ffffff; }
.pro_wrks_cont_bxs select { margin-top: 2px; width: 50px; padding: 0px; font-size: 10px; color: #000; background-color: rgba(255, 255, 255, 0.71); border: 0; cursor: pointer; text-transform:uppercase; }
.pro_wrks_cont_bxs_y { float:left; border-right: 1px solid #CCC; } 
.pro_wrks_cont_bxs_m { float:left; } 
.pro_wrks_cont_bxs_d { float:right; margin-right: -1px;  background-color: rgba(255, 255, 255, 0.71); }
.pro_wrks_cont_bxs_d a { text-decoration: none; padding: 2px 3px; height: 18px; float: left; display: block; background-color: rgb(255, 255, 255); color: #2a1010; font-size: 10px; margin: 0 1px 0 0; border-right: 1px solid #CCC; }
.pro_wrks_cont_bxs_d a.active { background-color:#000; color:#FFF; }
.pro_wrks_cont_bxs_d a.prev, .pro_wrks_cont_bxs_d a.next { background-color:#e1dbdb; color:#2a1010; }
.pro_wrks_cont_bxs_d div { float:left; }
.pro_wrks_cont_bxs_d_1 { }
.pro_wrks_cont_bxs_d_2 { width: 138px; overflow:hidden; background-color:#ffffff; }
.pro_wrks_cont_bxs_d_3 { }
.pro_wrks_att_dwn_btn { margin:5px 0 0 5px; float:right; display:block; padding: 5px 5px; font-size: 12px; background-color: #999; color: #FFF; text-decoration: none; }
.pro_wrks_att_dwn_btn:hover { color:#FFF;}
.pro_wrks_cmnt_att_dwn_btn { margin:5px 5px 0 0; float:left; display:block; padding: 5px 5px; font-size: 12px; background-color: #999; color: #FFF; text-decoration: none; }
.pro_wrks_cmnt_att_dwn_btn:hover { color:#FFF;}
/* Stop Project Works */

/* Start Lister */
.lister { padding: 0; margin-top: 10px; }
.lister .lst_row { margin-bottom: 6px; }
.lister .lst_row.new { display:none; }
.lister .lst_row div { padding:0; }
.lister .lst_row input[type="text"] { padding: 5px 5px; font-size: 12px; height: auto; }
.lister .lst_row a { font-size: 11px; text-decoration: none; margin: 9px 0 0 10px; color:#e40202; }
.lister .lst_add_btn { padding: 4px 6px; color: #787878 !important; margin: 0 !important; }

.dut_resp_list { margin-top:10px; padding:0; list-style-type:none; }
.dut_resp_list li { padding:0 0 2px 0; }
.dut_resp_list li input[type="checkbox"] { display:none; }
.dut_resp_list li input[type="checkbox"]+label { background:url('../../public/images/uncheck.png') 0 2px no-repeat; cursor:pointer; font-size: 11px; font-weight: normal; padding-left: 17px; margin: 0 5px 0 10px; padding:0 0 0 15px; color:#555; }
.dut_resp_list li input[type="checkbox"]+label:hover { color:#000; }
.dut_resp_list li input[type="checkbox"]:checked+label { background:url('../../public/images/check.png') 0 2px no-repeat; }
/* Stop Lister */

/* Start Employee */
.emp_dut_div { margin:0 10px; }
.emp_wrk_time { font-size:10px; margin: 15px; }
.emp_wrk_time .ewt_y_row { margin: 0 0 2px 0; font-weight:bold; }
.emp_wrk_time .ewt_m_row { margin: 0 0 5px 0; border: 1px solid #CCC; padding: 5px; }
.emp_wrk_time .ewt_d_row {  font-weight:normal; margin: 0 0 2px 0; padding: 5px; border-bottom: 1px solid #CCC; display:none; padding: 5px 0 1px 0; }
.emp_wrk_time .ewt_y_row .ewt_m_row .ewt_d_row:last-child { border:0px; margin-bottom:20px; } 
.emp_wrk_time .ewt_pro { display:none; }
.emp_wrk_time .ewt_pro_row { margin: 0 0 2px 0; }
.emp_wrk_time .ewt_time_row { margin: 0 0 2px 0; }
.emp_wrk_time .ewt_tot_time_row { margin: 0 0 2px 10px; }

.emp_wrk_time .cli_code { font-weight:bold; }
.emp_wrk_time .yr_hrs, .emp_wrk_time .mon_hrs, .emp_wrk_time .date_hrs, .emp_wrk_time .pro_hrs, .emp_wrk_time .tim_hrs { colors: #FFF; text-align: right;  }
.emp_wrk_time .yr_hrs { margin-right: 7px; }
.emp_wrk_time .tim_hrs { font-weight:normal; } 
.emp_wrk_time .emp_plus { color:#999; margin-top: 2px; float:right; font-size:9px; font-weight:normal; cursor:pointer; text-decoration:none; }
.emp_wrk_time .emp_plus.glyphicon-minus { color:#000 !important; }
.emp_wrk_time .emp_plus:hover { color:#000 !important; }
.emp_wrk_time .ewt_time { display:none; padding:5px; background-color:#ebebeb; border-radius:2px; }

.emp_wrk_pro { font-size:10px; margin: 15px; }
.emp_wrk_pro .ewp_cli_row { margin: 0 0 5px 0; border: 1px solid #CCC; padding: 5px; }
.emp_wrk_pro .ewp_pro { display:none; padding:5px; background-color:#ebebeb; border-radius:2px; margin:5px 0; }
.emp_wrk_pro .ewp_pro_row { padding:2px 5px; }
.emp_wrk_pro .ewp_pro_row a { color:#404040; text-decoration:none; }
.emp_wrk_pro .ewp_pro_row a:hover { text-decoration:underline }
.emp_wrk_pro .emp_plus { color:#999; margin-top: 2px; float:right; font-size:9px; font-weight:normal; cursor:pointer; text-decoration:none; }
.emp_wrk_pro .emp_plus.glyphicon-minus { color:#000 !important; }
.emp_wrk_pro .emp_plus:hover { color:#000 !important; }
/* Stop Employee */

/* Start Project Final Approval */
.pro_fin_appr_pnl { margin-top: 10px; }
.pro_fin_appr_pnl ul { list-style-type:none; padding:0; margin:0; }
.pro_fin_appr_pnl ul li { padding:0; margin:0; margin-bottom:5px; }
.pro_fin_btn { padding: 1px 14px 3px 14px; font-size: 12px; }
.ProApprovalModal { top:10%; }
.ProApprovalModal textarea { width: 100%; height: 80px; } 
.pfap_appr_clr { background-color: #64a331; color: #FFF;  }
.pfap_disappr_clr { background-color: #d52424; color: #FFF;  }
.pfap_appr { padding: 4px 6px; font-size: 11px;  border-radius: 2px; width: 75px; display: block; margin: 0 auto; }
.pfap_disappr { padding: 4px 6px; font-size: 11px;  border-radius: 2px; width: 75px; display: block; margin: 0 auto; }
.duties_resp {  }
.duties_resp b { margin-bottom:10px; }
.duties_resp ul { list-style-type: none; padding: 0; margin: 0 0 20px 0; }
.duties_resp ul li { padding: 0; margin: 0 0 0 23px; margin-bottom: 2px; list-style-type: initial; }
.view_appr_cmnt_btn { float:left; margin-top: 4px; }
.view_appr_cmnt_btn+.tooltip .tooltip-inner { text-transform:none; }
.view_appr_cmnts { display:none; }
.view_appr_cmnts_ul li b { float: left; margin-bottom: 2px; }
.view_appr_cmnts_ul li p { float: left; text-align: left; }
/* End Project Final Approval */

.FinCliApprModal { top:40%; }
.FinCliApprModal .modal-dialog { width:300px; }

/* Start My Account */
.myacc_dure_ul { padding:0; margin:10px 0; }
.myacc_dure_ul li { padding:0; margin:0 0 6px 15px; line-height:18px; list-style-type:square; }
/* End My Account */

/* Start Header Time Count Down */
.time_count_dwn { display:none; float: right; margin: 8px 12px 0 0; border: 4px solid #424242; border-radius: 50%; }
/* End Header Time Count Down */

/* Start Reports */
.rep_panel { background-color:#042b01; }
.rep_lft { background-color: #042b01; padding: 0;  }
.rep_lft ul { list-style-type:none; margin:0; padding:0; }
.rep_lft ul li { color:#ffffff; }
.rep_lft ul li a { color:#ffffff; text-transform:uppercase; padding:5px 0; width:100%; display:block; text-decoration:none; font-size:12px; }
.rep_lft ul li a.active { border-right:5px solid #CCC; color:#b1f7c1; }
.rep_lft ul li a span { margin-right:10px; }
.rep_lft ul li ul { margin-left:25px; }
.rep_lft ul li ul li { }

.rp_fltr { background-color: #042b01 }
.rp_fltr .rp_fltr_field { float:left; }
.rp_fltr .rp_btn_field { float:right; padding:8px; }
.rp_fltr .rp_btn_field a { font-size: 13px; color: #686868; padding: 7px; background-color: #242424; border: 1px solid #404040; border-radius: 2px; text-decoration: none; }
.rp_fltr .rp_btn_field a:hover { color:#FFF; }
.rp_fltr .rp_col { float:left; }
.rp_fltr .rp_lbl { float: left; color: #ffffff; margin: 10px 0 10px 15px; padding: 4px 0 0 0; text-align: right; }
.rp_fltr .rp_val { float:left; margin:10px 0px 10px 5px; }
.rp_fltr .rp_val input[type="text"] { padding:3px 5px; border:1px solid #404040; border-radius:2px; background-color:#242424 !important; color:#CCC; font-size:14px; }
.rp_fltr .rp_val select { max-width:200px; padding:3px 5px; border:1px solid #404040; border-radius:2px; background-color:#242424 !important; color:#CCC; font-size:14px; cursor:pointer; }
.rp_fltr .rp_val .custom-select { border-radius: 2px; background-color:#242424; height: auto; border: 1px solid #404040; }
.rp_fltr .rp_val .custom-select a { padding:6px 5px 6px 6px; color:#FFF; font-size:11px; }
.rp_fltr .rp_val .custom-select > div { background-color:#242424; color:#FFF; border: 1px solid #404040; }
.rp_fltr .rp_val .custom-select div ul li { border-bottom: 1px solid #404040; }
.rp_fltr .rp_val .custom-select input { color:#000; }
.rp_fltr .rp_val .ms-choice { height:29px; color:#CCC; padding:3px 5px; border:1px solid #404040; border-radius:2px; background-color:#242424; font-size:12px; }
.rp_fltr .rp_val .ms-choice+.ms-drop { border:1px solid #404040; border-top:0px; background-color:#242424; color:#CCC; }
.rp_fltr .rp_val .ms-choice+.ms-drop ul > li label span { font-size:12px; }
.rp_fltr .rp_val .input-group-addon:first-child, .rp_fltr .rp_val .input-group-addon:last-child { background-color: #242424; color: #FFF; border: 1px solid #404040; }
.rp_fltr .rp_val input[type="text"].date-picker { border-radius:0px; border-left: 0; border-right: 0; padding: 5px 5px 5px 5px !important; }
.rep_result { padding: 20px; border: 2px solid #344932; margin-top: 20px; }
.rep_download { display:none; position:fixed; left:0; bottom:0; background-color:#4a5549; color:#FFF; display:flex; }
.rep_download .ico { background-color:#2e2e2e; color:#FFF; padding:15px; display:block; float:left; }
.rep_download .msg { padding:15px; display:block; float:left; }
/* End Reports */

.view_tbl { color:#FFF; font-size:12px; width:100%; }
.view_tbl tr {  }
.view_tbl tr th { padding:5px; border-bottom:1px solid #344932; font-weight:bold; text-transform:uppercase; background-color:#63961c; }
.view_tbl tr td { padding:5px; border-bottom:1px solid #344932; border-right:1px solid #344932; }

.rep_tbl .td_q_amt { background-color:#7575c2; color:#FFF; }
.rep_tbl .td_b_amt { background-color:#51a951; color:#FFF; }
.rep_tbl .td_p_amt { background-color:#ad8a99; color:#FFF; }
.rep_tbl .td_diff_p_amt { background-color:#FFF; color:#000; }
.rep_tbl .td_diff_m_amt { background-color:#FFF; color:#000; }
.rep_tbl tr td a { color:#999; }
.rep_tbl_lst_tr td { padding: 9px 5px !important; border-top:3px solid #4f4f4f !important; }
.rep_tbl tr td.td_lgi_dt1 {  background-color: #042b01; }
.rep_tbl tr td.td_lgi_dt2 {  background-color: #042b01; }
.rep_tbl tr.tr_lgi_today td { background-color: #c1c1c1 !important; color:#000; }
.rep_tbl tr td.td_lgi_sun { background-color: #762b2b; }
.rep_tbl tr.ftr_tr td { background-color: #042b01; color:#FFF; }

.rep_tbl tr td.td_ta_leave { text-align:center; background-color: #762b2b !important; color: #c1c1c1; }
.rep_tbl tr td.td_ta_leave span { width:100%; display:block; }
.rep_tbl tr td.td_ta_half_day { text-align:center; background-color: #3c5177 !important; color:#FFF; }
.rep_tbl tr td.td_ta_w_pay { text-align:center; background-color: #71762b !important; }
.rep_tbl tr td.td_ta_wo_pay { text-align:center; background-color: #a76f47 !important; }


/* Start Others */
.pro_tm_meb_itbl { font-size: 12px; width: 280px; border:1px solid #FFF; background-color:#FFF; }
.pro_tm_meb_itbl tr th { background-color: #fff; padding: 5px 4px; }
.pro_tm_meb_itbl tr td { padding: 0 5px; color: #3c3c3c; }
.pro_tm_meb_itbl tr td label { margin-left: 2px; cursor: pointer; color: #3c3c3c; font-weight: normal; }
.pro_tm_meb_itbl tr td input[type="number"] { width:50px; border: 1px solid #CCC; text-align: center; margin-right:2px; }
/* End Others */

/* Start Holidays */
.rep_holi_cal { border: 5px solid #000; background-color: #FFF; padding:10px; height: 280px;}
.rep_holi_cal .m_title { background-color: #FFF; color: #000; padding: 0 0 5px 0; text-transform: uppercase; }
.rep_holi_cal table { width:100%; color:#000; }
.rep_holi_cal table tr {  }
.rep_holi_cal table tr th { padding:5px; text-align:center;  background-color: #040404; color:#FFF; font-weight:normal;}
.rep_holi_cal table tr td { padding:5px; text-align:center; color:#919191; position:relative; }
.rep_holi_cal table tr td.active { color:#000; }
.rep_holi_cal table tr td.create { cursor:pointer; }
.rep_holi_cal table tr td.create:hover { background-color:#000; color:#FFF; }
.rep_holi_cal table tr td.today { background-color: #3c3c3c; color:#FFF; }
.rep_holi_cal table tr td.exists { background-color: #a31313; color:#FFF; }
.rep_holi_cal table tr td div a { position:absolute; right:0; font-size:8px; color:#FFF; }
#CreateHolidayModal { padding-top:10%; }
#DeleteHolidayModal .modal-dialog { padding-top:15% !important; width:380px; }
.lev_type_F { background-color: #ff0000 !important; }
.lev_type_H { background-color: #ff531f !important; }
.lev_type_HR { background-color: #ba9b2c !important; }
.lev_levels { width:33%; height:5px; float:left; }
.lev_F_sanctioned { background-color: #022a9a !important; }
.lev_H_sanctioned { background-color: #0943e6 !important; }
.lev_HR_sanctioned { background-color: #3c70ff !important; }

.rp_lev_type_clr { padding: 11px 10px 0 0; float:left; }
.rp_lev_type_clr div { font-size: 8px; padding: 2px 8px; float:left; color:#FFF; text-align:center; line-height: 10px; }

.tit_lev_sta_A { color:green !important; }
.tit_lev_sta_D { color:red !important; }
/* End Holidays */

/* Start Leave */
.rep_leave_cal { border: 5px solid #000; background-color: #FFF; padding:10px; height: 280px;}
.rep_leave_cal .m_title { background-color: #FFF; color: #000; padding: 0 0 5px 0; text-transform: uppercase; }
.rep_leave_cal table { width:100%; color:#000; }
.rep_leave_cal table tr {  }
.rep_leave_cal table tr th { padding:5px; text-align:center;  background-color: #040404; color:#FFF; font-weight:normal;}
.rep_leave_cal table tr td { padding:5px; text-align:center; color:#919191; position:relative; }
.rep_leave_cal table tr td.active { color:#000; }
.rep_leave_cal table tr td.create { cursor:pointer; }
.rep_leave_cal table tr td.create:hover { background-color:#000; color:#FFF; }
.rep_leave_cal table tr td.today { background-color: #3c3c3c; color:#FFF; }
.rep_leave_cal table tr td.exists { background-color: #a31313; color:#FFF; cursor:pointer; }
.rep_leave_cal table tr td a { position:absolute; right:0; font-size:8px; color:#FFF; }
#CreateLeaveModal { padding-top:5%; }
#DeleteLeaveModal .modal-dialog { padding-top:15% !important; width:380px; }
#CreateLeaveModal .fday_lft { float:left; margin-right:8px; }
#CreateLeaveModal .fday_rgt { float:left; }
#CreateLeaveModal .hday_lft { float:left; margin-right:8px; }
#CreateLeaveModal .hday_rgt { float:left; }
#CreateLeaveModal select { width: 55px; }
#CreateLeaveModal .minput_frm .mifrm_row .mifrm_lbl { width:30%; }
#CreateLeaveModal .minput_frm .mifrm_row .mifrm_val { width:70%; }
#CreateLeaveModal input[type="radio"]+label { cursor:pointer; }

#ViewLeaveModal { padding-top:2%; }
#ViewLeaveModal .minput_frm { border: 1px solid #d5d5d5; margin-top: 20px; padding: 0px 10px 10px 10px; background-color: #eaeaea; }
#ViewLeaveModal .mvfrm_til_dt { float: right; padding: 15px 0 0 10px; font-style: italic; font-size: 10px; }
/* End Leave */

/* Start Time & Attendance */
.rep_ot_tbl th { text-align:center; }
.rep_ot_tbl td { text-align:center; }
.rep_ot_tbl .add_ot_btn { cursor:pointer; color: #636363; }
.rep_ot_tbl .edit_ot_btn { cursor:pointer; color: #636363; margin-right:5px; }
.rep_ot_tbl .delete_ot_btn { cursor:pointer; color: #636363; margin-right:5px; }
.rep_ot_tbl .add_ot_btn:hover, .rep_ot_tbl .edit_ot_btn:hover, .rep_ot_tbl .delete_ot_btn:hover { color: #FFF; }
#CreateEditOTModal select { width:55px; }
#CreateEditOTModal #m_ot_project_ids { width:300px; }
#CreateEditOTModal { padding-top:10%; }
#DeleteOTModal .modal-dialog { padding-top:15% !important; width:380px; }
.rep_taa_view { color:#FFF; margin-top:20px; }
.rep_taa_view .rtv_row { font-size:12px; margin-bottom:5px; clear:both; float:left; }
.rep_taa_view .rtv_til { font-size:14px; color:#CCC; }
.rep_taa_view .rtv_lab { float:left; padding:7px 10px; background-color:#2e2e2e; color:#d0d0d0; width:200px; }
.rep_taa_view .rtv_val { float:left; padding:7px 10px; min-width: 100px; }
.rep_taa_view .rtv_row.rtv_last_row { border-top:2px solid #555; }
/* End Time & Attendance */

/* Start Audio Playing */
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}
/* End Audio Playing */

/* Start Project Report */
#pro_rep_popup { position:absolute; }
.pro_rep_popup_hdr { padding:10px; }
.pro_rep_popup_data { padding:10px; }

.pro_rep_view_hdr { background-color:#CCC; }
.pro_rep_view_list { clear:both; font-size:12px; }
.pro_rep_view_list_dt { font-weight: bold; margin: 10px 0; background-color: #CCC; padding: 5px; font-size: 11px; }
.pro_rep_view_list_til { font-size:10px; clear: both;
    background-color: #efefef;
    color: #555;
    padding: 5px 8px 2px 7px;
    font-weight: bold;
    margin: 0 0 7px 20px;
    border-bottom: 1px solid #999; }
.pro_rep_view_list_imgs { clear:both; float:left; margin-left:40px; }
.pro_rep_view_list_img { float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid #CCC; }
.pro_rep_view_list_img img { width:100%; }
.pro_rep_view_list_desc { clear:both; padding: 5px 0 10px 60px; }
.pro_rep_view_list_stil { float:left; margin:6px; padding:2px 8px; font-size:10px; }
.pro_rep_view_list_hr { float:left; margin:6px 6px 6px 0; padding:2px 0; font-size:10px; font-weight:bold; }
.pro_rep_view_list_sdt { float:right; font-size:10px; }
.pro_rep_view_list_sdt .dt { clear:both; display: block; text-align: right; }
.pro_rep_view_list_assi_to { display:block; float:left; margin:8px; }
.tot_wrkd_hr { font-size:10px; font-weight:bold; }
/* End Project Report */

a.pro_wrks_play_audio_btn { clear:both; float:left; background-color:#000 !important; color:#FFF; padding:3px 5px; font-size:8px; text-decoration:none; margin:2px 2px 0 0; }
a.pro_wrks_dtls_del_btn { float:left; background-color:red !important; color:#FFF; padding:3px 5px; font-size:8px; text-decoration:none; margin:2px 2px 0 0; }
.pro_wrks_play_audio_div { clear:both; }

.print_btn { color:#999; margin-bottom:20px; }
.print_btn:hover { color:#FFF; text-decoration:none; }