/*========================MODEL========================*/
   .new_modal {
       position: fixed; /* Stay in place */
       z-index: 1031; /* Sit on top */
       padding-top: 180px; /* Location of the box */
       left: 0;
       top: 0;
       width: 100%; /* Full width */
       height: 100%; /* Full height */
       overflow: auto; /* Enable scroll if needed */
       background-color: rgba(0, 0, 0, 0.75); 
   }
   .new_modal_content {
       background-color: #fefefe;
       margin: auto;
       padding: 20px;
       border: 1px solid #888;
       max-width: 300px;
       border-radius: 7px;
   }
   .link_active {
        background-color: #293346;
   }
   .select2 {
        width: 100% !important;
   }
   .otp_resender:hover {
        color: #030077;
   }
/*===============TABLE===============*/
   .tabler {
       background: #354869;
       border-radius: 10px;
       color: white;
       text-align: center;
   }
   .tabler th,td {
       padding: 15px;
       border: 1px solid white;
   }
   .tabler tr {
       border: 1px solid white;
   }
   .tabler a {
       color: white;
       transition-duration: 0.5s;
   }
   .tabler a:hover {        
        color: aqua;
   }
 .table th, .table td{
  padding: 6px;
      vertical-align: top;
 }
@media only screen and (max-width: 320px)  {
   .btn-lg{
        padding: 3px !important;
        font-size: 1.125rem;
        line-height: 1.5;
        border-radius: 0.3rem;
    }
    .table th, .table td{
    padding: 2px;
    vertical-align: top;
    font-size: 8px;
    }
}
.tbodyy p {
    margin-bottom: 2px;
}
.tbodyy table td{
    padding: 5px;
}
/*===============BORDER EFFECT===============*/
.effect1{
    -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}
.card-title {
    text-align: center;
}
.coll_report_table th,td{
    text-align: center;
}
/*===============LITTILE SNIPPETS===============*/
.snip1547 {
  background-color: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 16.5px;
  font-weight: 500;
  line-height: 48px;
  margin: 15px 30px;
  outline: none;
  padding: 0 43px 0 0;
  position: relative;
  text-transform: uppercase;
}
.snip1547 span {
  background-color: #c72544;
  border-radius: 5px 0 0 5px;
  padding: 10px 20px;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.snip1547:after {
  font-family: FontAwesome;
  content: "\f0da";
  background-color: #c72544;
  position: absolute;
  right: 0%;
  height: 48px;
  padding: 1px 20px;
  top: 0;
  border-radius: 0 5px 5px 0;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.snip1547:hover span,
.snip1547.hover span {
  background-color: #ba2340;
}
.snip1547:hover:after,
.snip1547.hover:after {
  margin-top: -5px;
  background-color: #da3655;
  box-shadow: -5px 10px 20px rgba(0, 0, 0, 0.5);
}
.cart_div {
    position:fixed;
    z-index: 9999;
}
@media only screen and (max-width: 1170px)  {
    .cart_div {
        bottom: 10%;
        right: 3%;
    }
}
@media screen and (min-width: 1171px) and (max-width: 1366px) {
    .cart_div {
        bottom: 10%;
        right: 10%;
    }
    .horizontal-nav {
        font-size: 11px;  
    }
    .horizontal-nav > li > a  {
        padding: 11px 7px !important;  
    }
}
@media only screen and (min-width: 1367px)  {
    .cart_div {
        bottom: 20%;
        right: 10%;
    }
}
tbody span {
    font-size: 14px;
}
.table-bordered thead th, .table-bordered thead td {
    font-size: 14px;
    text-align: center;
}
tbody td b {
    font-size: 14px;
}
form .form-group {
    margin-bottom: 5px;
}
.table th, .table td {
    font-size: 14px;
    vertical-align: middle;
}
form .form-control {
    margin : auto;
}
.col_smaller {
    max-width: 49%;
}
select.form-control:not([size]):not([multiple]) {
    height: 33px;
}
input[type=number] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
#datatabler.dataTable {
    width: 75% !important;
    margin: 0 auto !important;
    clear: both !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
}
#datatabler th,td {
    font-size: 12px !important;    
    text-align: center !important;
    padding: 7px 5px !important;
}
/*===============DROPDOWN SUBMENU===============*/
.dropbtn {
    background-color: #4CAF50; color: white; padding: 16px; font-size: 16px; border: none; 
    } 
.dropdown {
    position: relative; display: inline-block; 
    } 
.dropdown-content {
    display: none; position: absolute; background-color: #767677; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; 
    } 
.dropdown-content a {
    color: white; padding: 4px 16px; text-decoration: none; display: block; border-bottom: 1px solid white;
    } 
.dropdown-content a:hover {
    background-color: #212938; cursor: pointer; transition: 
    } 
.dropdown:hover .dropdown-content {
    display: block;
    } 
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
.dropdown_reports{
    min-width: 260px;
    background-color: #39455a;
}
.dropdown_reports a{
    padding: 1px 16px;
}