*{
  margin: 0px;
  padding: 0px;
  outline: 0px;
}

img{
  border: 0px;
}

ul, ol{
  list-style-type: none;
}

a{
  text-decoration: none;
}

body{

}

#side-menu{

}

#side-menu li{
    border-bottom:1px solid #1C1F2C;
}

#side-menu li ul li{
    border-bottom:none;
}

.card_title{
  font-size: 17px;
  text-transform: uppercase;
  margin-top: 8px;
}

.card_title i{
  padding-right: 5px;
  font-size: 20px;
}

.card_btn{
  text-transform: uppercase;
}

.card_header{
  background-color: #fff;
  border-bottom: 1px solid #EFF2F7;
}

.card_footer{
  background-color: #fff;
  border-top: 1px solid #EFF2F7;
}

.custom_table{

}

.custom_table tr{

}

.custom_table tr td{

}

.view_icon{
  font-size: 20px;
  color: #393D41;
}

.edit_icon{
  font-size: 20px;
  color: #DC7633;
}

.delete_icon{
  font-size: 20px;
  color: #641E16;
}

.profile_icon{
  font-size: 20px;
  color: #343A40;
}

.restore_icon{
  font-size: 20px;
  color: #006400;
}

/*image upload code start*/
.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:#fff;
  cursor: inherit;
  display: block;
}

#img-upload{
width:50%!important;
max-height: 200px;
margin-top: 20px;
}

#img-upload-favicon{
width:25%!important;
max-height: 80px;
margin-top: 20px;
}

#img-upload-flogo{
width:50%!important;
max-height: 200px;
margin-top: 20px;
}

.btnu_browse{
border-radius:3px;
text-transform:uppercase;
}

.input-group-btn{
  border:1px solid #ddd;
  border-right: 0px;
}

.basic_favicon_img{
    max-height: 50px;
}
/*image upload code end*/

.req_star{
  color: #DC143C;
}

.form_label{
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

.col_form_label{
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  padding-right: 0px;
  margin-top: -2px;
}

.col_modal_form_label{
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  padding-right: 0px;
  margin-top: -2px;
}

.col_top_form_label{
  font-size: 13px;
  font-weight: 700;
  text-align: right;
  padding-right: 0px;
  color: #74788d;
}

.form_control{

}

.form_control:focus{
  color:var(--bs-body-color);
  background-color:var(--bs-body-bg);
  border-color:#86b7fe;
  outline:0;
  box-shadow:0 0 0 .25rem rgba(13,110,253,.25)
}

.modal_form_control{

}

.modal_form_control:focus{
  color:var(--bs-body-color);
  background-color:var(--bs-body-bg);
  border-color:#86b7fe;
  outline:0;
  box-shadow:0 0 0 .25rem rgba(13,110,253,.25)
}

.has-error .invalid-feedback{
  display: block;
  font-size: 12px;
  padding-left: 10px;
}

.has-error .form_control{
  border:1px solid red;
}

.img25{
  max-width: 50px;
  height: 25px;
}

.img30{
  max-width: 60px;
  height: 30px;
}

.img40{
  max-width: 80px;
  height: 40px;
}

.img50{
  max-width: 100px;
  height: 50px;
}

.img100{
  max-width: 200px;
  height: 100px;
}

.img200{
  max-width: 300px;
  height: 200px;
}

table.custom_view_table{

}

table.custom_view_table tr td{

}

table.custom_view_table tr td:first-child{
  width: 30%;
  text-align: right;
  font-weight: 600;
  font-size: 15px;
}

table.custom_view_table tr td:last-child{
  width: 68%;
  text-align: left;
  font-size: 14px;
}

table.employee_view_table{

}

table.employee_view_table tr td{

}

table.employee_view_table tr td.evt_title{
  width: 20%;
  text-align: right;
  font-weight: 600;
  font-size: 15px;
}

table.employee_view_table tr td.evt_dot{
  width: 1%;
}

table.employee_view_table tr td.evt_info{
  width: 29%;
  text-align: left;
  font-size: 14px;
}

table.custom_details_table{

}

table.custom_details_table tr td{

}

table.custom_details_table tr td.cdt_title{
  width: 20%;
  text-align: right;
  font-weight: 600;
  font-size: 15px;
}

table.custom_details_table tr td.cdt_dot{
  width: 1%;
}

table.custom_details_table tr td.cdt_info{
  width: 29%;
  text-align: left;
  font-size: 14px;
}

table.employee_salgen_table{

}

table.employee_salgen_table tr td{

}

table.employee_salgen_table tr td.est_title{
  width: 24%;
  text-align: right;
  font-weight: 600;
  font-size: 14px;
}

table.employee_salgen_table tr td.est_dot{
  width: 1%;
}

table.employee_salgen_table tr td.est_info{
  width: 25%;
  text-align: left;
  font-size: 14px;
}

.custom_report_table{
  border: 1px solid #000;
}

.custom_report_table tr{

}

.custom_report_table tr th{
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 13px;
}

.custom_report_table tr td{
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  color: #000!important;
}

.custom_report_table tr td a{
  color: #000!important;
}

table.report_top_table{
  color: #000;
  border: 1px solid #000;
}

table.report_top_table tr td{
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000!important;
}

table.report_top_table tr td:first-child{
  width: 60%;
  text-align: right;
  font-weight: 500;
  font-size: 12px;
}

table.report_top_table tr td:last-child{
  width: 39%;
  text-align: left;
  font-size: 12px;
}

.float-left{
  float: left;
}

.float_left{
  float: left;
}

.float-right{
  float: right;
}

.float_right{
  float: right;
}

.mar_right_0{
  margin-right: 0px;
}

.mar_right_10{
  margin-right: 10px;
}

.mar_right_15{
  margin-right: 15px;
}

.mar_right_20{
  margin-right: 20px;
}

.user_profile_text{

}

.user_profile_text h5{
  margin-bottom: 0px;
}

.custom_h5{
  font-size: 14px;
}

.modal_header{

}

.modal_footer{
  justify-content: center;
}

.modal_card{

}

.btn_block{
  border-radius: 0px 0px 5px 5px;
}

.btn_uppercase{
  text-transform: uppercase;
}

.text-left{
  text-align: left;
}

.text-right{
  text-align: right;
}

.profile_user_wid{
  margin-left: 15px;
  margin-top: -10px!important;
}

.card_body_menu{
  padding: 0px!important;
  margin: 10px 0px 0px!important;
}

.profile_menu{

}

.profile_heading{
  background-color:#2A3042;
  color: #fff;
  padding: 0px 15px;
  line-height: 45px;
  font-size: 13px;
  display: block;
  transition: all linear 0.5s;
  font-weight: bold;
  text-transform: uppercase;
}

.profile_menu ul{
  padding-left: 0px;
  margin-bottom: 100px;
}

.profile_menu ul li{
  border-top: 1px solid #1C1F2C;
}

.profile_menu ul li a{
  color: #74788d;
  padding-right: 20px;
  line-height: 40px;
  font-size: 14px;
  display: block;
  transition: all linear 0.5s;
}

.profile_menu ul li:last-child{
  border-bottom: 1px solid #1C1F2C;
}

.profile_menu ul li a:hover{
  background-color:#74788d;
  color: #fff;
}

.profile_menu ul li.active a{
  background-color:#74788d;
  color: #fff;
}

.profile_menu ul li a i{
  border-right: 1px solid #2A3042;
  line-height: 40px;
  width: 50px;
  background-color: #2A3042;
  text-align: center;
  color: #fff;
  margin-right: 10px;
}

.profile_highlight_heading{
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.profile_highlight_text{
  font-size: 13px;
  line-height: 20px;
  color: #2A3042;
  font-weight: 500;
}

.profile_card_footer{
  background-color:#fff;
  margin-bottom: -24px!important;
  padding: 0px;
}

.profile_footer_menu{
  margin-bottom: -15px!important;
}

.profile_footer_menu ul{
  padding-left: 0px;
}

.profile_footer_menu ul li{

}

.profile_footer_menu ul li a{
  color: #fff;
  background-color: #2A3042;
  padding-right: 20px;
  line-height: 45px;
  font-size: 13px;
  display: block;
  transition: all linear 0.5s;
  font-weight: 500;
  text-transform:uppercase;
}

.profile_footer_menu ul li a:hover{
  background-color:#2A3042;
  color: #fff;
}

.profile_footer_menu ul li a i{
  border-right: 1px solid #1C1F2C;
  line-height: 45px;
  width: 50px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
}

.profile_btn{
  border-radius: 0px 0px 5px 5px;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}

.card_bot_none{
  padding-bottom: 0px!important;
}

.note-editing-area{
  min-height: 200px!important;
}

.datepicker{
  z-index: 99999!important;
}

.font15{
  font-size: 15px;
}

.font16{
  font-size: 16px;
}

.font18{
  font-size: 18px;
}

.font20{
  font-size: 20px;
}

.font22{
  font-size: 22px;
}

.font28{
  font-size: 28px;
}

.font30{
  font-size: 30px;
}

.permission_box{
  margin-bottom: 30px;
}

.permission_header{
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.permission_inner{

}

.subtitle_information {

}

.subtitle_information h4{
  color:#455a64;
  font-size: 17px;
}

.pay_gen_bar{

}

.pay_gen_bar_title{
  background-color: #343A40;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 32px;
}

.pay_gen_info{
  background-color: #343A40;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 32px;
}

.pl_0{
  padding-left: 0px;
}

.pr_0{
  padding-right: 0px;
}

.bor_top{
  border-top: 1px solid #000;
}

.bor_right{
  border-right: 1px solid #ccc;
}

.bor_left{
  border-left: 1px solid #ccc;
}

.visitor_section{
  border: 1px solid #ced4da;
  padding: 20px;
}

.visitor_title{
  color: #646c9a;
  font-size: 18px;
}

.visitor_inner_title{
  color: #646c9a;
  font-size: 17px;
  text-decoration: underline;
}

.visitor_duplicate_btn{
  margin-top: 27px;
}

.card_visitor_sidebar{

}

.visitor_image{
  width: 120px;
  height: 120px;
}

.visitor_sidebar_title{
  padding: 12px 25px;
  background-color: #2A3042;
  color: #fff;
  margin-bottom: 0px;
}

.visitor_info_table{

}

.visitor_info_table tr td{

}

.visitor_info_table tr td:first-child{
  width: 25%;
  font-weight: bold;
  text-align: left;
}

.visitor_info_table tr td:last-child{
  width: 74%;
  font-weight: normal;
  text-align: left;
}

.visitor_info_table tr:last-child td{
  border-bottom: 0px!important;
}

.visitor_card_body{
  padding: 0px!important;
}

.visitor_tab{

}

.visitor_tab .nav-item .nav-link{
  padding: 15px;
  display: block;
  border-radius: 0px;
  border-right: 2px solid #f6f6f6;
  font-weight: 600;
}

.visitor_tab .nav-item:last-child .nav-link{
  border-right: 0px;
}

.visitor_tab .nav-item .active{
  background-color: #2A3042;
  color: #fff!important;
  border-right: 2px solid #2A3042;
}

.nav-tabs-custom .nav-item .nav-link::after{
  background: #000!important;
}

.accordion_item{
  margin-bottom: 15px;
  border:1px solid #dfdfdf!important;
  border-radius: 5px;
}

.custom_blockquote{
  font-size: 13px;
}

.green_blockquote{
  font-size: 13px;
  color: green;
  border-left: 4px solid green;
}

.red_blockquote{
  font-size: 13px;
  color: red;
  border-left: 4px solid red;
}

.orange_blockquote{
  font-size: 13px;
  color: orange;
  border-left: 4px solid orange;
}

.blockquote_footer{
  padding-left: 10px;
  font-size: 13px;
}

.blockquote_subfooter{
  padding-left: 10px;
  font-size: 11px;
}

.modal_title_uppercase{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
}

a.custom_table_data_link{
  color: #495057;
}

a.custom_table_data_link:hover{
  text-decoration: underline!important;
}

.avatar_small{
  width: 35px;
  height: 35px;
}

.custom_texture_box{
  padding-left: 0px;
}

.custom_texture_box_title{
  text-align: left;
}

.custom_texture_box_title h5{
  text-align: left;
  font-size: 15px;
  margin-top: 24px;
}

.voucher_card_body{

}

table.profile_table_details{
  color: #000!important;
  border: 1px solid #000;
}

table.profile_table_details tr td{
  color: #000!important;
}

.column_1{
  width: 1%;
}

.column_2{
  width: 2%;
}

.column_5{
  width: 5%;
}

.column_10{
  width: 5%;
}

.column_15{
  width: 15%;
}

.column_20{
  width: 20%;
}

.column_25{
  width: 25%;
}

.column_30{
  width: 30%;
}

.column_40{
  width: 40%;
}

.column_50{
  width: 50%;
}

.column_60{
  width: 60%;
}

.column_70{
  width: 70%;
}

.column_75{
  width: 75%;
}

.column_80{
  width: 80%;
}

.column_90{
  width: 90%;
}

.column_100{
  width: 100%;
}

/*print media css code start*/
@media print{
  .dataTables_length{
    display: none!important;
  }

  .dataTables_info{
    display: none!important;
  }

  .dataTables_paginate{
    display: none!important;
  }

  .dataTables_filter{
    display: none!important;
  }

  .card_header{
    display: none!important;
  }

  .card_footer{
    display: none!important;
  }

  table.report_top_table{
    color: #000!important;
    border: 1px solid #000!important;
  }

  table.report_top_table tr th{
    color: #000!important;
  }

  table.report_top_table tr td{
    color: #000!important;
  }

  table.custom_report_table tr td{
    background-color: inherit !important;
    color: #000!important;
  }

  table.custom_report_table tbody tr td{
    background-color: inherit !important;
    color: #000!important;
  }

  table.custom_report_table thead tr th{
    /* background-color: #000!important; */
    background-color: inherit !important;
    color: #000!important;
  }

  table.custom_report_table tfoot tr th{
    background-color: inherit !important;
    color: #000!important;
  }

  .custom_report_table tr th{
    color: #000!important;
  }

  .custom_report_table tr td{
    color: #000!important;
  }

  .custom_report_table tr td a{
    color: #000!important;
  }

  .custom_report_table tr td span{
    color: #000!important;
  }
}
