.form-group.chk input[type=checkbox] + label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #707070;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 4px;
}

.form-group.chk input[type=checkbox]:checked + label:after {
    top: 2px;
    left: -102px;
    content: "\f00c";
    position: relative;
    font-family: "Font Awesome 5 Pro";
    color: #19a698;
    font-size: 12px;
    line-height: normal;
    font-weight: 600;
}

.form-group.chk input[type=checkbox] {
    display: none;
    cursor: pointer;
}

.form-group.chk1 input[type=checkbox] + label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #707070;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 4px;
}

.form-group.chk1 input[type=checkbox]:checked + label:after {
    top: 1px;
    left: -103px;
    content: "\f00c";
    position: relative;
    font-family: "Font Awesome 5 Pro";
    color: #19a698;
    font-size: 12px;
    line-height: normal;
    font-weight: 600;
}

.form-group.chk1 input[type=checkbox] {
    display: none;
    cursor: pointer;
}

.form-group.chk1 {
    margin: 0 10px;
}

.form-group.chk {
    width: 35%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    font-family: 'Myriad Pro Semibold';
    text-align: left;
    padding-left: 10px;
}

.select2-container{ width:100%!important; }

.select2-container .select2-selection--single {
    height: 35px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 17px!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px!important;
}

.hover_div_new {
    display: none;
}
    
.hover_div_text:hover + .hover_div_new {
    display: block;
}

  .bg_orange{
    background: #ff8d00!important;
  }
  .bg_green{
    background: #00a898!important;
  }
  .text_orange{ color:#ff8d00; }

  .bg_purpal {
    background: #64276f!important;
    color: #ffffff;
  }
  .bg_red {
    background: #9b1414!important;
    color: #ffffff;
  }
  .remarkImg {
        width: 70px;
  }

  .remarkImg:hover {
    transform: scale(3.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }

  .nav-tabs>li { margin-bottom: 5px; }

  div#flt_loader {
    position: fixed;
    height: 100%;
    background: #0000008f;
    z-index: 7;
    width: 81%;
    text-align: center;
    top: 0;
}
div#flt_loader img {
    mix-blend-mode: color;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
a.hover_div_text {
    background: #9b1414 !important;
    float: left;
    width: 100%;
    color: #fff;
}

a.hover_div_text:hover {
    background: none;
    width: auto;
}

.hover_div_new {
    background: #000000b5;
    position: absolute;
    top: 50px;
    width: 120px;
    color: #fff;
    font-weight: 100;
    padding: 4px 9px;
    border-radius: 2px;
}
/*
.hover_div_new:after {
    right: 0;
    content: "\f104";
    font-family: 'Font Awesome 5 Pro';
    font-size: 25px;
    position: absolute;
    color: black;
    top: -10px;
    transform: rotate(270deg);
    font-weight: 600;
}*/


.tax_breakup {
  padding: 0;
  border:0;
}
.panel-title>a, .panel-title>a:active{
  display:block;
  padding:15px;
  color:#555;
  font-size:16px;
  font-weight:bold;
  text-transform:uppercase;
  letter-spacing:1px;
  word-spacing:3px;
  text-decoration:none;
}
.tax_breakup a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
}
.tax_breakup.active a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.lay_over{
    border-radius: 5px;
    padding: 4px;
    color: red;
    border: 1px solid black;
    right: 38%;
    bottom: 56%;
    font-size:15px;
}
label {
    margin: 5px 0;
}
.ctre_close{ 
    font-size: 15px;
    text-align: center;
    color: red;
    padding: 4px;
    border: 1px solid #ccc;
    cursor: pointer;
    width: 25px;
    height: 25px;
    float: right;
    border-radius: 3px;
}