body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
html,
body {
  height: 100%;
}
.flx_0 {
  flex: 0 0 auto;
}
.flx_1 {
  flex: 1 1 auto;
}

.bg_gradient_1 {
  background: -moz-linear-gradient(
    180deg,
    #001e55 0%,
    #0880fb 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    #001e55 0%,
    #0880fb 100%
  );
  background: linear-gradient(
    180deg,
    #001e55 0%,
    #0880fb 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001e55",endColorstr="#0880fb",GradientType=1);
}
.logo {
  font-weight: bold;
  color: #ffffff;
  font-size: 23px;
  white-space: nowrap;
}
.aside_nav li,
.aside_nav ul {
  list-style: none;
}
.aside_nav ul {
  padding: 0px;
}
.aside_nav {
  overflow-y: auto;
  overflow-x: hidden;
}
.aside_nav li a {
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
  padding: 10px 20px;
  margin-bottom: 8px;
  font-size: 14px;
  display: block;
  white-space: nowrap;
  text-transform: capitalize;
}
.admin_right {
  
  padding: 0px 0px 15px 0px;
  background: #f2f2f2;
}
.aside_nav li a.aside_nav_active,
.aside_nav li a:not(.submenu_title):hover {
  background: #f2f2f2;
  border-radius: 20px 0px 0px 20px;
  color: rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.aside_nav li a i {
  font-size: 19px;
  display: inline-block;
  line-height: 0;
  padding-right: 2px;
  vertical-align: middle;
}
.submenu_row .submenu{
  /*background-color:rgba(255, 255, 255, 0.2);*/
  
}
.submenu{
  padding-bottom: 5px !important;
}
.aside_nav li a.aside_nav_active i,
.aside_nav li a:not(.submenu_title):hover i {
  color: #0172dc;
}
.footer_copy {
  font-size: 12px;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.6);
}
.res_menu {
  cursor: pointer;
}
.res_menu i {
  font-size: 36px;
  line-height: 0;
}

.res_menu i.bi-list {
  font-size: 36px;
}
.res_menu i.bi-x-lg {
  font-size: 19px;

  padding-left: 7px;
}
.page_head {
  font-weight: 600;
  font-size: 22px;
}
.bld_txt_1 {
  font-weight: bold;
  font-size: 13px;
}
.font_1x {
  font-size: 11px;
}
.txt_clr_1 {
  color: rgba(0, 0, 0, 0.5);
}
.profile_img img {
  width: 35px;
  height: 35px;
  border-radius: 6px;
}
.cursor {
  cursor: pointer;
}
.prof_top .dropdown-toggle:after {
  margin-top: 14px !important;
}
.font_2x * {
  font-size: 13px;
}
.info_wrapper {
  overflow-y: scroll;
  padding: 20px;
}
.main_header {
  background: #fff;
  
  padding: 7px 10px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
.icon_1x {
  font-size: 15px;
}
.Edit_i {
  font-size: 18px;
  cursor: pointer;
  color: #198754;
}
.remove_i {
  font-size: 18px;
  cursor: pointer;
  color: #dc3545;
}
.txt_600 {
  font-weight: 600;
}
.admin_aside,
.admin_right {
  transition: all 0.3s ease-in-out;
}
.admin_aside_on {
  width: 63px;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}

.admin_right_on {
  width: calc(100% - 78px);
  transition: all 0.3s ease-in-out;
}
.admin_aside.admin_aside_mobile_on {
  left: 0px !important;
  transition: all 0.3s ease-in-out;
}
.img_3x {
  width: 200px;
  height: 250px;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.panel_box {
  background: #fff;
}
.edit_i {
  font-size: 18px;
  cursor: pointer;
}
.remove_i {
  font-size: 18px;
  cursor: pointer;
}
.form-control {
  
  background: #ffffff;
  
  font-size: 14px;
  border: 1px solid #ccc;
  
}
.answer_editor {
  height: 140px;
  width: 100%;
}
.btn {
  font-weight: 600;
}
.btn:not(.btn-sm) {
  font-size: 14px;
  font-weight: 600;
}
.btn.btn-sm {
  font-size: 13px;
}
.k-dropdowntree .k-multiselect-wrap,
.k-multiselect .k-multiselect-wrap {
  border-color: #ccc !important;
  border-radius: 25px !important;
}
label.error {
  color: red;
  font-size: 11px;
}
.form-control.error {
  border-color: red;
}
.hide_div {
  display: none;
}

.c-checkbox {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.c-checkbox input[type="checkbox"],
.c-checkbox input[type="radio"] {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  height: 15px;
  width: 15px;
  padding: 0;
  border: 0;
  left: 0;
}
.c-checkbox input[type="checkbox"] *,
.c-checkbox input[type="radio"] * {
  cursor: pointer;
}
.c-checkbox * {
  cursor: pointer;
}
.c-checkbox .c-checkbox__img {
  color: #1b7e5a;
  cursor: pointer;
  height: 16px;
  pointer-events: none;
  -ms-pointer-events: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 16px;
  background-color: transparent;
  border: 2px solid #1b7e5a;
  box-sizing: border-box !important;
}

.c-checkbox input[type="checkbox"]:checked + .c-checkbox__img:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px !important;
  opacity: 1;
  position: absolute;
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 12px;
  background: #0172dc;
}
.c-checkbox input[type="checkbox"]:disabled + .c-checkbox__img {
  border-color: #a8a8a8 !important;
  background: #f7f7f7 !important;
}

.c-checkbox .c-radio__img {
  color: #0172dc;
  cursor: pointer;
  height: 20px;
  pointer-events: none;
  -ms-pointer-events: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
  background-color: transparent;
  border: 2px solid #0172dc;
  border-radius: 50%;
}
.c-checkbox input[type="radio"]:checked + .c-radio__img {
  background: #0172dc;
}
.c-checkbox input[type="radio"]:checked + .c-radio__img:before {
  content: "\f26e";
  font-family: "bootstrap-icons" !important;
  font-size: 25px;
  opacity: 1;
  position: absolute;
  color: #fff;
  top: 1px;
  bottom: 0;
  left: -5px;
  right: 0;
  text-align: center;
  line-height: 12px;
}
.cus_checkbox .switch {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}

.cus_checkbox,
.cus_checkbox > span {
  display: inline-block;
  vertical-align: middle;
}
.ViewLink {
  color: #0d6efd;
}
.icon-2x {
  font-size: 20px;
}
.cursor-pointer {
  cursor: pointer;
}

label.error{
  color: red !important;
}

.desktop_logo img{
  max-width: 150px;
}
.desktop_logo  {
  padding: 8px 8px 8px 21px;
}
.employee_list th, .employee_list td{
white-space: nowrap;
}
.date_picker{
  background: url('../images/calendar.png') no-repeat 98% center / 18px #fff !important;
  padding-right: 50px !important;
}
.prof_img img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.prof_img2 img{
  width: 75px;
  height: 75px;
  border-radius: 5px;
}

.cus_btn_upload {
  position: relative;
  overflow: hidden;

}
.cus_btn_upload input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.dataTables_wrapper > div.row{
  padding: 0;
}
.dataTables_wrapper > div:first-child{
  padding-bottom: 0;
}

.dataTables_wrapper > div:last-child{
  padding-top: 0;
}
body .dataTables_wrapper table{
  border-collapse: collapse !important;
}
.dataTables_wrapper thead th, .dataTables_wrapper tbody td{
border:1px solid #ccc;
}
.nav_disabled{
  opacity: 0.5 !important;
  pointer-events: none !important;
}
/* .tble_wn td, 
.tble_wn th{
  
} */

.loading{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/loading.gif) no-repeat center center / auto rgba(255, 255, 255, 0.8);
  z-index: 9999;
}
.aside_nav i{
font-size: 15px;
}
.aside_nav ul ul{
  position: relative;
}
.aside_nav ul ul::after {
  content: '';
  bottom:32px;
  position: absolute;
  left: 29px;
  top: -21px;
  width: 1px;
  background: #fff;
}


.submenrow{
  background: rgb(206, 229, 255) !important;
}
.submenrow2{
  background: rgb(239, 246, 255) !important;
}


.submenu_icon{
  position: absolute;
  right: 0;
}
.submenu_icon:after{
  content: "\f282";
  font-size: 20px;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  display: inline-block;
}
.submenu_icon.submenu_active:after
{
  content: "\f286";
}

.submenrow td{
font-weight: 600 !important;
}
.drop_disable{
  pointer-events: none !important;
}
.single_menu{
  background: rgb(219, 242, 219) !important; 
}
.dis_drop{
  pointer-events: none;
  opacity: 0.5;
}
.table tr{
  background: #ffffff;
}
.table td, .table th{
  position: relative;
}
.table td:after, .table th:after{
  content: "";
  background: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  border-right: 1px solid #ccc;
}

.dtfc-fixed-left, .dtfc-fixed-right{
  z-index: 2;
}
.revert_notify {
  width: 500px !important;
}
.revert_notify td, .revert_notify th{
font-size: 14px;
}

.tr_hide{
  opacity: 0.5 !important;
}
.buttons-excel{
  font-size: 13px;
  color: #fff;
  background-color: #198754;
  border-color: #198754;
  border:0px;
  padding: 10px 15px;
}
.h-93{
  height: 90%;
}
.grid_footer .dataTables_info{
  position: absolute;
  top: 0;
}
.dt-buttons{
  position: absolute;
  top: 0;
  right: 280px;
}

.comments_panel{
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.5);
  text-align: right;
}
.cp_right{
  background: #ffffff;
  width: 400px;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: left;
  top: 0;
  
}
.close_cp_panel i{
font-size: 25px;
}
.prev_all_comments{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
}

.cp_date_time{
  font-size: 13px;
  color:#000
}
.cp_info_left, .cp_info_right{
  width:90%
}
.dropdown-menu table th, .dropdown-menu table td{
font-size: 13px;
}
.comments_width{
  width:200px;
  overflow: auto;
}
.comments_width *{
font-size: 14px;
}
th.dtfc-fixed-left{
background: #fff !important;
}
.table td, .table th{
  min-width:100px;
}
.mw_fix{
  min-width:140px !important;
}
.ui-widget.ui-widget-content{
  z-index: 99999 !important;
}

.mw_auto{
  min-width: auto !important;
}
.table_mw_auto .table td, 
.table_mw_auto .table th{
  min-width: auto;
}
.w_nwrap{
  white-space: nowrap;
}
.div_editor{
  height: 75px;
  width: 100%;
  overflow: auto;
}
.table-yellow{
  background: #FFFF00 !important;
}

.announcement_row{
  background-color: #ffffff;
  padding-bottom: 25px;
  position: relative;
}
.announce_content{

  padding: 25px;
}
.announce_content *, .announce_content{
  font-size: 20px;
}

.birthday_row{
  background-image: url(../images/birthday-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  padding:30px;
}
.announ_control{

}
.announcement_row .controls{
  position: relative;
  z-index: 99999;
  opacity: 1;
  color: #034597;
  font-size: 23px;
  width: 25px;
}

.table-warning-dark{
  background: #ffd654 !important;
}
.table-success-dark{
  background: #72c8a1 !important;
}
.disable_icon{
  opacity: 0.5;
}