@font-face {
  font-family: "Roboto";
  src: url("../../assets/css/Roboto-Regular.ttf");
}
body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: .875rem;
}
h1,h2,h3,h4,h5,h6{
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

/* capitalize the first letter of a each word  */
.capitalize {
  text-transform:capitalize !important;
}

/* Font Size */
.f-10{
  font-size: 10px !important;
}
.f-12{
  font-size: 12px !important;
}
.f-14{
  font-size: 14px !important;
}
.f-16{
  font-size: 16px !important;
}
.f-18{
  font-size: 18px !important;
}
.f-20{
  font-size: 20px !important;
}
.f-22{
  font-size: 22px !important;
}

.no_bold{
  font-weight : 400 !important;
}

.overflow_x_auto{
  overflow-x: auto !important;
}

.login-page{
  background-image: url("../../assets/images/middle.png");
  width: 100%!important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* Sidebar */
.nav-link-head {
    display: block;
    padding: .5rem .2rem !important;
}
.nav-sidebar .nav-treeview {
  margin-left: 10px;
  border-radius: .25rem;
}
.nav-sidebar .nav-treeview i {
  font-size: 10px !important;
}
.nav-sidebar .nav-treeview a {
  font-size: 14px !important;
}
.nav-sidebar .head p {
  font-size: 14px !important;
}
.nav-sidebar .nav-icon{
  font-size: 14px !important;
}

.nav-sidebar .nav-treeview .nav-link {
  padding:  .25rem 0.5rem 0.25rem 0.2rem !important;
}
.nav-sidebar .nav-treeview .nav-item {
  margin-left:  0.8rem !important;
}


/* Hr Setting Side Menu */
.hr_setting_leftmenu .active{
  background-color: #007bff !important;
  color: #fff !important;
}
.hr_setting_leftmenu .nav-link{
  color: #000;
}


/* Form */
.input_form label{
  /* font-weight: 400 !important; */
  font-size: 14px !important;
  margin-bottom: 1px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}

/* Select - select2 */

.select_sm .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da !important;
    border-radius: 4px;
    height: 31px!important;
}
.select_sm .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0px !important;
    padding-right: 0px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select_sm .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057 !important;
    line-height: 22px !important;
    font-size: .875rem;
}

/* Multi-Select */
.select_sm .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ced4da !important;
    outline: 0;
}

.select_sm .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
    border: 0;
    margin-top: 3px !important;
}

.select_sm .select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #ced4da !important;
    border-radius: 4px;
    cursor: text;
    font-size: .875rem !important;
}

.select_sm .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #007bff !important;
    border-color: #006fe6 !important;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 3px !important;
    padding: 0 5px;
}

.div_left{
  border: 1px solid rgba(34,36,38,.15) !important;
  border-right: none !important;
  border-radius: 5px;
}
.div_right{
  border: 1px solid rgba(34,36,38,.15) !important;
  border-radius: 5px;
}

.content-header h4{
  font-weight: 600 !important;
}
.dataTables_info, .paginate_button, .dataTables_length, .dataTables_filter, .main-footer{
  font-size: 14px !important;
}
.select2 {
  width: 100% !important;
}

/* Table width */
.wt_30{
  width: 30px !important;
}
.wt_50{
  width: 50px !important;
}
.wt_75{
  width: 75px !important;
}
.wt_100{
  width: 100px !important;
}
.wt_125{
  width: 125px !important;
}
.wt_150{
  width: 150px !important;
}
.wt_200{
  width: 200px !important;
}
.wt_250{
  width: 250px !important;
}

/* Table */
.tbl_list{
  background: #fff !important;
}

#example1 td, #example2 td, #example3 td, #example4 td{
  padding:7px 5px !important;
  font-size: 14px !important;
}
#example1 th, #example2 th, #example3 th, #example4 th{
  font-size: 14px !important;
}

.note-editing-area{
  height: 180px;
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #ced4da !important;
    background-image: none !important;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    background-image: none !important;
}

.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label {
    color: #000 !important;
}


/* Card */

.card_shadow {
    box-shadow: 0 0 1px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.5) !important;
}
