.green
{
  color: #008000;
}
.red
{
  color: #ff0000;
}
table tbody tr td a .fa-edit
{
color:#278ac8 !important; 
cursor: pointer;
}
table tbody tr td a .fa-trash
{
  cursor: pointer;
color:#fd0d0d !important; 
}

.wbalance
{
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
.wbalance-head
{
   text-align: center;
   margin-bottom: 0px;
   font-size: 16px !important;
}

@media(min-width: 320px) and (max-width: 767px)
{
  .wbalance
{
align-items: baseline;
}

  .wbalance-head
{
  font-size: 15px;
}
}

.breaking-news
{
   
    padding-bottom: 0px;
    /* box-shadow: 0 0.5rem 1.2rem rgba(0,0,0,.2); */
}
.openbtn {
  font-size: 16px;
  cursor: pointer;
  background-color: #111;
  color: white;
 
  border: none;
}
 
.openbtn.click .fa-bars:before{
  content: '\f00d';
   font-family: "Font Awesome 5 Free";
   font-weight: bold;
}
.openbtn .fa-bars:before{
content: "\f0c9";
   font-family: "Font Awesome 5 Free";
   font-weight: bold;
}

.openbtn:hover {
  background-color: #444;
}


#main1 {
  transition: margin-left .5s;
  padding: 4px;
  position: fixed;
  top: 108px;
  left: 0px;
}
#main1 button{
  background-color: #9a9a9d;
}

.consumption-box
{
  border: solid 1px #b7b5b5;
  padding: 5px;
}
.consumption-head span
{
  color: #278ac8;
  font-weight: 600;
}
.consumption-group
{
  width: fit-content !important;
align-items: center !important;
}
.consumption-group .input-group-btn
{
  margin-left: 10px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
    padding: 0.7rem 0rem;
  font-size: 0.875rem;
  line-height: 22px;
  color: #5c5776;
  right: 0px;
  border: none;
  box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
  border-radius: 0.5rem;
}
.dropdown:hover .dropdown-content {
  display: block;
}
input.select2-search__field {
    width: 100px !important;
}

.table-striped tbody tr:nth-of-type(odd)
{
  background-color: #fff !important;
}
.page_titlehead{
  margin: 5px !important;
}
.page_titlehead h5
{
  font-size: 16px !important;
}


.login_main_page #left_column1, .login_main_page #middle_column1, .login_main_page #right_column1 {
/*  border: 1px solid #F2F2F2;*/
/*  padding: 20px;*/
/*  padding: 10px;*/
  border-radius: 10px;
  box-shadow: 3px 5px 4px #e8e8e8;
/*  padding-bottom: 100px;*/
}
.mlog
{
      font-weight: 600;
      font-size: 1em;
}
.left_column
{
/*width: 3%;  */
}
.middle_column
{
  width: 100%;
}
.imgslidefit
{
  width: 100%;
  height: fit-content;
  object-fit: cover;
}

table.dataTable>tbody>tr.even
{
background: #FFFFFF;
}
.form-label
{
  font-weight: bold;
}



.table-scrollable 
{
    &::-webkit-scrollbar {
    width: 8px;
  }
  &::-webkit-scrollbar:horizontal {
    height: 10px;
  }
  &::-webkit-scrollbar-track {
    background-color: #f1eaea;
  }
  &::-webkit-scrollbar-thumb {
    border-radius: 5px;
        background-color: #b8bbbb;
  }
}
form {
    margin: 0.5em 0 !important;
}

table.dataTable.table-striped>tbody>tr.odd>*
{
  box-shadow: none !important;
}
.clickable1 span
{
  font-size: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover
{
  background: none !important;
  border: 1px solid #fff !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice
{
      border-radius: 1em;
}
.select2-container--default .select2-results__option[aria-selected=true]::before
{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c\00a0";
}
.select2-results
{
  font-size: 13px;
}
.table-striped tbody tr.odd
{
  background-color: #fff !important;
}

 

#myHeaderlogo img
{
  object-fit: cover;
}

#dropdownUser:focus-visible
{
  outline: none !important;
}
.user_namedet 
{
  font-weight: bold;
}
h4
{
  font-size: 18px !important; 
}

.star
{
  color: #ff0000;
}
.form-group
{
  margin-bottom: 5px !important;
}
.from-label
{
  font-weight: bold;
}

.mt-8
{
  margin-top: 59px;
}
.profile_box
{
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.4);
    border-radius: 1rem;
    padding: 10px;
    margin-top: -66px;
}

.shown .fa-chevron-right
{
   transform: rotate(90deg);
}
.shown .clickable1 
{
   color: #278ac8;
   font-weight: 700;
}
.table-striped tbody tr:nth-of-type(odd)
{
  background-color: #FFFFFF;
}


table.dataTable.order-column>tbody tr>.sorting_1, table.dataTable.order-column>tbody tr>.sorting_2, table.dataTable.order-column>tbody tr>.sorting_3, table.dataTable.display>tbody tr>.sorting_1, table.dataTable.display>tbody tr>.sorting_2, table.dataTable.display>tbody tr>.sorting_3
{
  box-shadow: none !important;
}

.tablebg-primary thead tr th
{
  background-color: #bbc7d3 !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple
{
      max-height: 100px;
    overflow-y: auto;
}
.select-width
{
  width: 100px !important;
}
.tablethmin
{
  min-width: 250px !important;
}
.tablethmin1
{
  min-width: 75px !important;
}

/*Progress start*/
.nav-tabs-project li:last-child a:after
{
  background: none !important;
}

/*.nav-tabs-project li a:after {
    content: '';
    width: 100%;
    height: 5px;
    background: #808080;
    position: absolute;
    left: 67px;
    top: 23px;
    z-index: -1;
}
.nav-tabs-project li a.active:before, .nav-tabs-project li a.active:after {
    background: #278ac8;
}*/
  .nav-tabs .circle-link {
    border: none !important;
    background-color: #808080 !important;
    color: #FFFFFF !important;
    padding-top: 21px;
    margin: 0px !important;
    height: 50px;
    width: 100px;
    position: relative;
    z-index: 4;
    border-radius:8px;
    display: inline-block;
}

/*Progress end*/


/*Input width*/
.input-wid
{
  width: 100px !important;
}
.input-wid0
{
 width: 50px !important; 
}
 
.btn-danger
{
  color: #FFFFFF !important;
  margin-right: 10px;
}


  .modal-dialog .tab-content{
          /*padding: 10px;*/
    border-radius: 20px;
    }

h3.semi-bold
{
  font-size: 19px;
  font-weight: bold;
}
.nav-tabs-project
{
  margin-bottom: 10px !important;
  justify-content: center;
}
.multiselect-container
{
visibility: visible !important;
opacity: initial !important;
}
.nav-tabs .circle-link.active
{
border: none !important;
  background-color: #278ac8 !important;
color: #FFFFFF !important;
padding-top: 21px;
margin: 0px !important;
  height: 50px;
  width: 70px;
  
  border-radius: 10%;
  display: inline-block;
}
.nav-tabs .circle-link
{
padding-top:15px !important;

}

.circle-nav
{

}
.btnNext
{
  color: #FFFFFF !important;
}
.btnPrevious
{
  color: #FFFFFF !important;
  margin-right: 10px;
}

table tbody tr td .select2-container {
    z-index: 5 !important;
}
.nav-link
{
  padding: 0px !important;
}
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
    background: #FFFFFF;
    visibility: initial;
opacity: 1;
    box-shadow: none;
}
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top
{
    background: #FFFFFF;
    visibility: initial;
opacity: 1;
    box-shadow: none;
}

table tbody tr td .dataTables_wrapper {
z-index: 2;
}

.bootbox-head
{
 display: flex;
align-items: baseline;
}
.bootbox-infor {
  color: #00529B;
  text-align: center;
  font-size: 25px;
  border: 1px solid darken(#BDE5F8, 15%);
}

.bootbox-infor:before {
  content: '\f05a';
  padding-right: 10px;
  font-family: "Font Awesome 5 Free";
}
.textarea-box
{
  width: 100% !important;
  display: block;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active
{
/*      background-color: #278ac8 !important;*/
}
.select2-container
{
  z-index: 1076;
}
.group-box
{
  display: inline-block;
}
.btn.btn-dark {
  background-color: #e2e5e7;
  border-radius: 5px;
  color: #606060;
  border-color: #606060;
  margin: 0px 5px;
  background-image: none;
}

.btn-dark.focus, .btn-dark:focus {
  color: #fff;
  background-color: #278ac8;
  border-color: #278ac8;
}

.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark:active{
  background-color:#5b5c5e !important;
  color:#fff;
  border-color: #5b5c5e !important;
  background-image: none !important;
}

.modal
{
  z-index: 1076 !important;
  background: rgb(102 102 102 / 70%);
  text-align: left;
  overflow: auto !important;
}
 
/* .modal-backdrop.show:not(:first-of-type)
 {
   z-index: 1060 !important;
 }*/
 
select.form-control:not([size]):not([multiple])
{
  height: initial !important;
      font-size: 14px;
}
/*.modal-body
{
  padding-top: 0px !important;
}
*/ 

table.dataTable tbody th, table.dataTable tbody td {
  font-size: 13px !important;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 0px 6px !important;
    border-bottom: 1px solid #111;
    font-size: 13px !important;
}
table.dataTable thead th
{
  text-align: center;
}

.dataTables_wrapper .dataTables_length select
{
      cursor: pointer;
}
.alert-infor {
  color: #00529B;
  text-align: center;
  font-size: 1.1em !important;
  background-color: #BDE5F8;
  border: 1px solid darken(#BDE5F8, 15%);
}

.alert-infor:before {
  content: '\f05a';
   font-weight: 900;
  padding-right: 10px;
  font-family: "Font Awesome 5 Free";
}

.alert-warn {
  color: #9F6000;
  text-align: center;
  font-size: 1.1em !important;
  background-color: #FEEFB3;
  border: 1px solid darken(#FEEFB3, 15%);
}

.alert-warn:before {
  content: '\f071';
  padding-right: 10px;
  font-family: "Font Awesome 5 Free";
}

.alert-error {
  color: #D8000C;
  text-align: center;
  font-size: 1.1em !important;
  background-color: #FFBABA;
  border: 1px solid darken(#FFBABA, 15%);
}

.alert-error:before {
  content: '\f057';
  padding-right: 10px;
    font-family: "Font Awesome 5 Free";
}



table input.select2-search__field
{
/*display: none !important;*/
}
button.btn-secondary.cancel::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d\00a0";
}
button.btn-primary.save::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c7\00a0";
}

button.btn-primary.diverti::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a4\00a0";
}
button.btn-primary.inverti::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a5\00a0";
}

button.btn-primary.add::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\2b";
}

button.btn-dark.draft::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c7\00a0";
}
.modal .modal-footer button.btn-secondary::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d\00a0";
}
/*.modal .modal-footer button.btn-primary::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c\00a0";
}
*/
.nav-tabs .nav-link
{

  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
 
/*    border: 1px solid #c9c6c6 !important;
    margin-right: 2px;
    background: #d1d1d1;
          padding: 1px 10px 0px 10px !important;*/
}
.nav-tabs
{
  border-bottom: none !important;
}
                              /*Accordion CSS Start*/
.accordion-toggle.collapsed
{
background-color: #FFFFFF;
color: #000000;
}
.accordion-toggle.active
{
background-color: #E0EFFF;
    color: #278ac8;
}
 .accordion-toggle.collapsed::after{
   color: #000;
   content: "\f107";
   display: block;
   font-family: "Font Awesome 5 Free";
   font-size: 22px;
   line-height: 36px;
   font-weight: bold;
   position: relative;
   width: auto;
   margin-left: auto;
      transform: rotate(360deg);
       transition: 0.5s;
   }
   .accordion-toggle.active::after {
      transform: rotate(360deg);
   }
   .accordion-toggle::after {
    color: #278ac8;
       content: "\f106";
   display: block;
   font-weight: bold;
   font-family: "Font Awesome 5 Free";
   font-size: 22px;
   line-height: 36px;
   position: relative;
   width: auto;
  transform: rotate(180deg);
 transition: 0.5s;
       margin-left: auto;
   }
   .accordion-toggle{
   display: flex !important;
   align-items: center;
 
   }
   .collapsed {
   display: flex !important;
   align-items: center;
 
   }

.card .card-body

{
   padding: 5px;
   border: solid thin #e3e3e3;
}
.card-header
{
background-color: #dddddd !important;
border: solid thin #b9b7b7;
color: #000000;
/*    box-shadow: 0px -2px 9px 0px rgba(0, 0, 0, 0.5);*/
font-weight: 502;
 padding: 0px !important;
 /* margin-bottom: 34px !important; */

}
   /*Accordion CSS End*/


.card-header div
{
  padding: 0px 10px 0px 10px !important;
  font-size: 14px;
  
}
.card
{
      border: none !important;

}
.card-body
{
  background-color: #FFFFFF !important;
}
.close:focus
{
      outline: none !important;
}

.popnote
{
  margin-top: 20px;
  font-size: .8em;
  color: red;
}

.poplabel
{
    display: flex;
    flex-wrap: wrap;
        align-items: center;
    margin-top: 10px;
}
.poplabel .popspace
{
    width: 3%;
}
.poplabel .poptext
{
    
    font-weight: bold;
    text-align: left;
    width: 60%;
}
.poplabel .poptexth
{
    
    font-weight: bold;
    text-align: left;
    width: 30%;
}

.dropdown-menu.pb-2.show {
    box-shadow: 0px 0px 9px rgb(0 0 0 / 40%);
}
.dropdown-divider
{
  margin: 0em !important;
}
 
.modal-content {
  border-radius: 1rem !important;
}
.modal-header {
    color: #278ac8 !important;
    border-top-left-radius: 0.9rem !important;
    border-top-right-radius: 0.9rem !important;
}
.modal-header .close {
    opacity: 1 !important;
    color: #000000 !important;
  }

  .bootbox .modal-header
  {
    display: none !important;
  }

p
{
  margin-bottom: .5em !important;
}
textarea, input
{
      border: solid 1px #d3d3d3 !important;
    border-radius: 5px;
}
 
.text-head
{
font-size: 1.1em;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #0075ff;
    font-weight: 600;
}
.pophead p
{
  font-size: 13px;
  margin-right: 10px;
}
.pophead
{
  display: flex;
      /*box-shadow: 0px 0px 9px rgb(0 0 0 / 40%);*/
  flex-wrap: wrap;
  width: 100%;
  padding: 8px 8px 3px 8px;
  justify-content: left;
  background: #e6f3ff;
border-radius: 5px;
}
.text-bold
{
  font-weight: bold;
}
.dataTables_wrapper .dataTables_length select
{
  padding: 2px 5px !important;
}
.dataTables_wrapper .dataTables_filter input
{
  padding: 1px !important;
}

.nav-tabs .nav-link.active
{
  border-bottom: solid 3px #278ac8;
  color: #278ac8;
  font-weight: bold;
  border-color: #dee2e6 #dee2e6 #278ac8 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button
{
  padding: 0em 0em 0em 0em !important;
  font-size: 12px;
}
.temail
{
    word-break: break-all;
}

.table-scrollable 
{
       max-height: 450px; 
    margin-top: 0;
    overflow: auto;
    clear: both;
}

.table-scrollable .table thead  {
    position: sticky;
    top: 0px;
    z-index: 6;
    background-color: #FFFFFF;
}

div#myTabContent {
    padding:0px 0px;
    margin-top: 10px;
    border-radius: 0px 0px 10px 10px;
        /* border: solid 2px #e7e4e4; */
        /* background-color: #f3f9ff; */

}
.alllink
{
  word-break: break-all;
}
.carousel-indicators li
{
  cursor: pointer;
}
.tn_logo1
{
  display: flex;
  align-items: center;
  justify-content: center;
/*  flex-wrap: wrap;*/
}
.carousel-control-next, .carousel-control-prev
{
      position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    border-radius: 29px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px !important;
    height: 36px;
    background: gray;
    color: #fff;
    text-align: center;
    opacity: .8 !important;
}

.form_div .form_input
{
      border-radius: 50px;
}

.content_sec
{
  font-size: 14px;
}
@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}
.fmar
{
  margin-bottom: 0px;
}
.fmar li
{
  display: inline-block;
  margin-left: 10px;
}

#second_midcol a {
  font-size: 14px !important;
}
#second_midcol h5{
    font-size: 14px;
    margin: 0px;
  }
.flink
{
    color: #278ac8 !important;
    font-size: 14px;
    border-right: 1px solid #bababa;
    padding-right: 18px;
}
.hide
{
  display: none !important;
}
.fa.fa-plus {
  font-size: 12px;
}
.table {
  white-space: nowrap;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #000;
  font-size: 12px !important;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  /*background-color: #e0e1e4 !important;*/
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fff !important;
}

html, body{
	height: 100%;
}


body {
 font-family: 'Roboto', sans-serif !important;
  color:#000 !important;
  font-size: .8rem!important;
}

.table select {
  padding: 2px !important;
}
nav.navbar.navbar-expand-lg.navbar-dark.bg-dark {
display: none;
}

.tab {
  margin-top: 10px;
}
.table tbody tr td {
  /*background-color: #fff;*/
}

.table tbody tr td {
  /*max-width: 100px !important;*/
  white-space: normal;
}

 

.tn_logo {
  width: 10%;
}
.tn_logo img {
 /*                                                                                                                                                */
/*  height: 50px;*/
  height: 40px;
}

.logo-label .img-responsive {
  /*height: 40px;*/
      max-width: 100%;
width: 340px !important;
    padding: 4px;
}
.main_heading {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.helpvdo {
  margin-left: auto;
  margin-right: 15px;
}
div#myHeaderlogo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: auto;
  line-height: 28px;
  padding: 10px 10px 0px 10px;
  /* border-bottom: 1px solid #808080; */
}

.top_line {
/*  background: #278ac8;!important*/
  /*height: 15px;*/
/*  display: none;*/
}

.footer-f {
  display: flex;
  align-items: center;
  bottom: 0px;
/*  position: absolute;*/
  position: fixed;
  /*position: fixed;*/
  justify-content: center;
  width: 100%;
 margin-bottom: 0px !important;
padding: 5px !important;
z-index: 10;
}

.primary-btn {
  border-radius: 50px !important;
  background-color: #278ac8;
  color: #fff;
}

.primary-btn:hover {
  background-color: #005abb;
  color: #fff !important;
}

.mainmenu_sec.primary-nav {
  /*display: none !important;*/
}
/*Flash News Start*/




.news{
  /* width: 120px */
  flex: 1;
}
.dot_flash {
  height: 8px;
  width: 8px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
}

.news-scroll .dot_flash {
  background-color: red !important;
  width: 10px;
  height: 10px;
}

#flash_text {
  display: flex;
      padding: 0px 20px 0px 20px;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.4);
  width: 100%;
}

#flash_main {
  width: 100%;
  margin: 0px;
}
#flash_content {
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  background: red;
  padding:3px 0px 3px 5px;
  border-radius:2px;
  position: relative;
  display: inline-block;
  /* overflow: hidden; */
  color: #fff;
}
#flash_content:after {
  content: '';
    position: absolute;
    top: 0;
    right: -26px;
    width: 100%;
    height: 100%;
    background: #f80000;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(-45deg);
    z-index: -1;
    width: 31px;
}
.news-scroll a {
  color: blue;
  margin-right: 20px;
  text-decoration: underline;
  font-size: 14px;
}


#latest-news a {
  color: blue;
}
.marquee {
      position: relative;
      overflow: hidden;
      text-align: center;
      margin: 0 auto;
      width: 100%;
    /*  height: 30px;*/
      display: flex;
      align-items: center;
      white-space: nowrap;
    }

    

/*Flash News End*/

/*Landing Page CSS Start*/
.main-container {
  height: auto;
 /* display: inline-block;*/
  width: 100%;
  margin-top: 5px;
/*  height: auto;*/
/*  height: calc(100% - 180px);*/
}

.content-i.middle_column.accreditation, .content-i.middle_column, .content-box.main_margin {
  height: 100%;
  /* margin-left: 15px; */
  padding-bottom: 53px;
}

.login_main_page #left_column, .login_main_page #middle_column, .login_main_page #right_column {
/*  border: 1px solid #F2F2F2;*/
/*  padding: 20px;*/
/*  padding: 10px;*/
  border-radius: 10px;
  box-shadow: 3px 5px 4px #e8e8e8;
  display: flex;
  flex-direction: column;
  margin-right: 0px;
  display: table-cell;
  float: inherit;
/*  padding-bottom: 100px;*/
}
.login_main_page #middle_column, .login_main_page #left_column,
.login_main_page #middle_column{
padding-bottom: 0px;
}

.login_main_page .mainmenu_sec{
display: none;
}

.content_sec iframe {
  width: 100%;
}

#left_column h5 {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  font-weight: bold;
}
#middle_column h5 {
  font-size: 15px;
/*border-bottom: 1px solid #e6e6e6;*/
font-weight: bold;
text-transform: uppercase;
}
#middle_column .page_titlehead{
border-bottom: 1px solid #e6e6e6;
padding-top: 10px !important;
margin-bottom: 8px !important;
}


.page_titlehead {
  display: flex;
  align-items: center;
  margin-left: 0px;
  padding-bottom: 11px;
  margin-bottom: 8px;
    color: #2789c8;
    grid-gap: 6px;
    margin-top: 0px !important;
    margin-left: 0px !important;
}
.page_titlehead i {
  margin-right: 5px;
}
.cta_btns {
  margin-left: auto;
  text-align: right;
  display: flex;
  white-space: nowrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
.fa-search{
  margin-top: 5px;
}
.popup_data .cta_btns {
  margin-left: auto;
  text-align: right;
  margin: 2em;
}


.btn{
  /*padding: 6px 20px !important;*/
  padding: 1px 9px !important;
}
.btn.btn-primary {
  margin-right:5px;

  color: #fff !important;
  border-radius: 5px;
  padding: 4px 10px !important;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
    background: #278dcd;
  border: none;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   /* box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1); */
  outline: none;
  font-size: 12px;
  /* font-weight: 600; */
/*  background-color: #E8F4FF;
  border-radius: 5px;
  color: #278ac8;
  border-color: #278ac8;
  margin: 0px 5px;
  background-image: none;
*/}

.btn-primary:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #278ac8;
  border-radius: 5px;
   /* box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1); */
  transition: all 0.3s ease;
}
.btn-primary:hover {
  color: #fff;
      /* animation: pulse 1s infinite; */
  transition: .3s;
}
.btn-primary:hover:after {
  left: 0;
  width: 100%;

}
.btn-primary:active {
  top: 2px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(.9);
  }
    100% {
    transform: scale(1);
  }
}



.btn-primary.focus, .btn-primary:focus {
/*  color: #fff;
  background-color: #278ac8;
  border-color: #278ac8;
*/}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active{
/*  background-color:#278ac8 !important;
  color:#fff !important;
  border-color: #278ac8 !important;
  background-image: none !important;
*/}



.btn.btn-secondary {

  color: #fff !important;
  border-radius: 5px;
  padding: 4px 10px !important;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
    background: #e33535;
  border: none;
  z-index: 1;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   /* box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1); */
  outline: none;
  font-size: 12px;
 }

.btn-secondary:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #67696c;
  border-radius: 5px;
   /* box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1); */
  transition: all 0.3s ease;
}
.btn-secondary:hover {
  color: #fff;
      /* animation: pulse 1s infinite; */
  transition: .3s;
}
.btn-secondary:hover:after {
  left: 0;
  width: 100%;

}
.btn-secondary:active {
  top: 2px;
}

 

 .btn.btn-success {

  color: #fff !important;
  border-radius: 5px;
  padding: 4px 25px !important;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
    background: #28a745;
  border: none;
  z-index: 1;
    margin-right: 10px;

  cursor: pointer;
  /*transition: all 0.3s ease;*/
  position: relative;
  display: inline-block;
/*   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);*/
  outline: none;
 }

.btn-success:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #67696c;
  border-radius: 5px;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  transition: all 0.3s ease;
}
.btn-success:hover {
  color: #fff;
/*      animation: pulse 1s infinite;
  transition: .3s;*/
}
.btn-success:hover:after {
  left: 0;
  width: 100%;

}
.btn-success:active {
  top: 2px;
}
 

.tab-link {
 /* padding: 4px 20px !important;*/
  padding: 6px 8px !important;
}
td a {
  color: #278ac8;
}

.pagination > li > a, .pagination > li > span {
  padding:4px 10px 2px!important;
  border-radius: 5px;
}

.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
 /* max-width: 1000px;*/
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.slideshow-container .prev, .slideshow-container .next {
  position: absolute;
top: 50%;
width: 30px;
padding: 2px 10px;
margin-top: -22px;
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
user-select: none;
border-radius: 50px !important;
height: 30px;
color: #FFFFFF !important;
background-color: rgba(0, 0, 0, 0.5);
cursor: pointer;
}

.slideshow-container .prev:hover, .slideshow-container .next:hover {
  color: #fff;
/*  background: #278ac8;*/
  text-decoration: none;
   background-color: rgba(0, 123, 255, 0.8);
}

/* Position the "next button" to the right */
.slideshow-container .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
 /* background-color: rgba(0,0,0,0.8);*/
}

.slideshow-container .prev {
  left: 10px;
}

.slideshow-container .next {
  right: 10px;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  display: none;
}

/* The dots/bullets/indicators */
.dot1 {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}


/* Fading animation */
.fade1 {
  animation-name: fade;
  animation-duration: 0.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
 



.login_form{
    display: flex;
    justify-content: center;
    align-items: center;
   /* height: 100vh;*/
}

/*.form{
    width: 23em;
    padding:2em;
    border-radius: 1em;
    box-shadow: 0 10px 25px rgba(90,100,100,.2);
}*/



.form_title {
 font-weight: 600;
font-size: 18px;
text-align: center;
border-bottom: 1px solid #e6e6e6;
padding-bottom: 10px;
margin-bottom: 1.3em;
margin-top: 10px;
}

.form_div{
    position: relative;
/*    height: 3em;*/
    margin-bottom: 1em;
    border: .1em solid #bfbfbf;
border-radius: 50px;
height: 40px;
}


.form_input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
   /* border: .1em solid #bfbfbf;*/
   /* border-radius: .5em;*/
   /* border-radius: 50px;*/
    outline: none;
    padding: 1em;
    z-index: 1;
    background: none;
    border: 0px;
    padding: 0px 15px !important;
    
}

.form_label{
    position: absolute;
    left: 1em;
    /*top: 1em;*/
    top: 0.75em;
    padding: 0 .25em;
    background-color: #fff;
    color: #80868b;
/*    font-size: 1em;*/
    font-size: 14px;
    transition: .4s;
}

.form_div .form_label {
  font-weight: 500;
}

.form_button{
  /* width: 100%;  */
  display: block;
  margin-left: auto;
  outline: none;
  border: none;
  /* background-color: rgb(28, 164, 248); */
  color: #fff;
  font-size: 1em;
  /* border-radius: .5em; */
  border-radius: 50px;
  cursor: pointer;
  transition: .4s;
  /* margin-top: 6.3em; */
  margin-top: 15px;
  background-color: #278ac8;
  height: 35px;
  border: 1px solid #0053a3 !important;
  padding: 2px 20px;
  margin: 0 auto;
}

.form_button:hover{
    /*transform: scale(0.90);*/
    box-shadow: 0 5px 5px rgba(0,0,0,0.20);
}

.form_input:focus + .form_label{
    top: -.5em;
    left: .8em;
    color: rgb(28,164,248);
    font-size: .80em;
    font-weight: 600;
    z-index: 5;
}

.form_input:not(:placeholder-shown).form_input:not(:focus) + .form_label{
    top: -.5em;
    left: .8em;
    font-size: .80em;
    font-weight: 600;
    z-index: 5;
}

.form_input:focus,  .CaptchaTxtField:focus{
    border: .1em solid rgb(28,164,248);
    border-radius: 50px;
}

.CaptchaTxtField:focus + .form_label{
  top: -.5em;
  left: .8em;
  color: rgb(28,164,248);
  font-size: .80em;
  font-weight: 600;
  z-index: 5;
}

.CaptchaTxtField:not(:placeholder-shown) + .form_label {
  top: -.5em;
  left: .8em;
  color: rgb(28,164,248);
  font-size: .80em;
  font-weight: 600;
  z-index: 5;
}

.login_form #captcha{
    margin: 15px 0px;
}

.login_form #captcha .preview{
    color: #555;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    letter-spacing: 8px;
    border: 1px dashed #888;
   /* border-radius: 0.5em;*/
    border-radius: 50px;
    margin-bottom: 1.6em;

}

.form_input_captcha {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 1em;
    border: 0.1em solid #dadce0;
    border-radius: 0.5em;
    outline: none;
    padding: 1em;
    z-index: 1;
    background: none;
} 


.form_label_captcha{
    position: absolute;
    left: 1em;
    top: 5.2em;
    padding: 0 .25em;
    background-color: #fff;
    color: #80868b;
    font-size: 1em;
    transition: .4s;
}

.form_input_captcha:focus + .form_label_captcha{
    top: 4.7em;
    left: .8em;
    color: rgb(28,164,248);
    font-size: .80em;
    font-weight: 600;
    z-index: 5;
}

.form_input_captcha:not(:placeholder-shown).form_input_captcha:not(:focus) + .form_label_captcha{
    top: 4.6em;;
    left: .8em;
    font-size: .80em;
    font-weight: 600;
    z-index: 5;
}

.form_input_captcha:focus{
    border: .1em solid rgb(28,164,248);
}






.login_form #captcha .preview span{
    display: inline-block;
    user-select: none;
}

.login_form #captcha .captcha_form{
    display: flex;
}

.login_form #captcha .captcha_form input{
    width: 100%;
    font-size: 1em;
    /*border-radius: 0.5em;*/
    border-radius: 50px;
    outline: none; 
    padding: 1em;
    z-index: 1;
    background: none;
    height: 40px;
}


.login_form #captcha .captcha_form .captcha_refersh{
    width: 40px;
    border: none;
    outline: none;
    background: #888;
    color: #eee;
    cursor: pointer;
    border-radius: 0.5em;
    margin-left: 5px;
}
.captcha_refersh{
    transition: .4s;

}

.captcha_refersh:hover{
    transition: .4s;

    transform: scale(0.90);
}

.carousel-item .text {
  text-align: center;
  width: fit-content;
  background-color: rgba(0,0,0,0.7);
  right: 0;
  bottom: 0;
  border-top-left-radius: 10px;
}

@media(min-width:320px) and (max-width:576px)
{
  .middle_column {
    width: 90% !important;
}
.left_column {
    width: 10% !important;
}
  #left_column1
  {
    order: 3;
  }
}


@media (min-width:576px) and (max-width:899px){

div#myHeaderlogo
{
  flex-wrap: wrap !important;
  justify-content: space-around !important;
}
.main_heading
{
  font-size: 16px;
}
}

@media (min-width:900px) and (max-width:1100px){
 
.main_heading
{
  font-size: 16px;
}
.logo-label .img-responsive
{
}
 
}

@media (max-width:575px){

  div#myHeaderlogo{
  padding: 5px;
  justify-content: center !important;
}
  #left_column, #middle_column, #right_column{
    width: 100%;
   /* display: inherit;*/
    margin-bottom: 30px;
  }
  .chartdiv {
  padding: 5px;
}
.chartdiv {
  width: 100%;
  height: 300px !important;
}
    .login_main_page #right_column {
  order: 1;
}
  .login_main_page #left_column {
  order: 3;
}

.login_main_page #middle_column {
  order: 2;
}
#full-screen {
/*  display: inline-grid !important;*/
}
.text{
  font-size:10px;
}
#second_midcol h5 {
  width: 100%;
}
#second_midcol a {
  width: 100%;
  font-size: 14px;
  text-align: left;
}
#secondrow {
  margin-bottom: 50px !important;
}
.dot1 {
  height: 10px;
  width: 10px;
}
.form_title {
  font-weight: 600;
  font-size: 16px !important;
}
#second_midcol a:nth-child(2) {
  margin-left: 0px !important;
}
#second_midcol a{
margin-bottom: 10px !important;
}

#second_midcol h5 {
  font-size: 14px !important;
  text-align: left;
font-weight: 700;
}
#left_column h5 {
  font-size: 14px !important;
}
.web_guide a {
  font-size: 14px !important;
}
.footer-f.alert.alert-infor p {
  font-size: 12px !important;
  text-align: center;
}
}







/*Landing Page CSS End*/


.popup-overlay{
  /*Hides pop-up when there is no "active" class*/
  visibility:hidden;
  position:absolute;
  background:#ffffff;
  border:3px solid #666666;
  width:50%;
  height:50%;
  left:25%; 
}
.popup-overlay.active{
  /*displays pop-up when "active" class is present*/
 visibility: visible;
text-align: center;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 9;
}

.popup-content {
  background: #fff;
  width: 60%;
  top: 50%;
  position: relative;
  left: 50%;
  transform: translate(-50%,-50%);
}

.popup-content {
  /*Hides pop-up content when there is no "active" class */
 visibility:hidden;
}

.popup-content.active {
  /*Shows pop-up content when "active" class is present */
  visibility:visible;
}

button{
  display:inline-block;
  vertical-align:middle;
  border-radius:30px;
  margin:.20rem;
  font-size: 1rem;
  color:#666666;
  background: #ffffff;
  border:1px solid #666666;  
}

button:hover{
  border:1px solid #666666;
  background:#666666;
  color:#ffffff;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-bottom: 5px;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding:0px;
}

.popup-content .video-container iframe {
padding: 20px !important;
}

.popup-overlay.active {
  background-color: rgba(0,0,0,0.9);
}

.popup-content .close {
  font-size: 40px !important;
  opacity: 0.5;
  background-size: 20px;
  width: 20px !important;
  height: 20px;
  top: -40px;
  position: relative;
  right: 10px;
}

.popup-content .close:hover{
   opacity: 1;
}

.popup-content h2 {
  text-align: left;
  padding: 10px;
  font-size: 20px;
  border-bottom: 1px solid #a2a2a2;
}

.video_part {
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

#vdo1_open, #vdo2_open  {
  border: 0px;
  color: #278ac8;
  padding: 10px 0;
  text-align: center;
margin: auto;
}

#video1_popupcontent, #video2_popupcontent {
  width: 40%;
  top: 30%;
}

#vdo1_open:hover, #vdo2_open:hover{
  background: transparent;
  color: blue;
}
#video1, #video2 {
  border: 0px;
}

.popup-overlay {
transition: all 0.3s ease;
}

.web_guide a {
  color: #278ac8;
}

.web_guide {
  text-align: center;
font-size: 14px;
  margin-bottom: 20px;
}

#second_midcol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 10px;
  justify-content: flex-start;
}
#secondrow {
  margin: auto;
  text-align: center;
  display: flex;
  width: 100%;
  justify-content: center;
}

#second_midcol a {
  margin-right: 20px;
  color: #278ac8;
}
#second_midcol a:nth-child(2){
  margin-left: 20px;
}
.pull-right.right.forgot {
  margin: 5px auto;
}

.slider_dotsec{
  text-align: center;
  margin:10px auto;
}

#full-screen {
/*  display: table;
  float: inherit;
*/
    /* padding-left: 21px; */
    padding-left: 60px;
}

.footer-f.alert.alert-infor {
  background: #f9f9f9;
  position: fixed;
}

label#UserCaptchaCode-error {
    margin-top: 5px;
}
.login_form label.error
{
  top:34px;
}

label.error {
 background: #f00 !important;
color: #fff !important;
padding: 4px 8px;
border-radius: 5px !important;
box-shadow: 1px 1px 1px #aaaaaa;
top: initial;
z-index: 6;
font-size: 12px;
position: absolute;
/*margin-top: 40px;
left: 30px;
*/
}

label.error::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #f00;
  position: absolute;
  top: -7px;
}



.form_input_captcha:focus + label.error + .form_label_captcha{
    top: 4.7em;
    left: .8em;
    color: rgb(28,164,248);
    font-size: .80em;
    font-weight: 600;
    z-index: 5;
}

.form_input:focus + label.error + .form_label {
  top: -.5em;
  left: .8em;
  color: rgb(28,164,248);
  font-size: .80em;
  font-weight: 600;
  z-index: 5;
}

.CaptchaTxtField.valid:focus + .form_label {
  top: -.5em;
  left: .8em;
  color: rgb(28,164,248);
  font-size: .80em;
  font-weight: 600;
  z-index: 5;
}

.CaptchaTxtField.error:focus + label.error + .form_label {
  top: -.5em;
  left: .8em;
  color: rgb(28,164,248);
  font-size: .80em;
  font-weight: 600;
  z-index: 5;
}

.form_input.valid:focus + .form_label{
display: none;
}

/*.form_input.valid:not(:placeholder-shown).form_input.valid:not(:focus) + .form_label {
  top: -.5em;
  left: .8em;
  font-size: .80em;
  font-weight: 600;
  z-index: 5;
}*/

.form_input:not(:placeholder-shown).form_input:not(:focus) + label.error + .form_label {
  top: -.5em;
  left: .8em;
  font-size: .80em;
  font-weight: 600;
  z-index: 5;
}

/*.form_input_captcha:focus + label.error + .form_label_captcha {
  top: 4.7em;
  left: .8em;
  color: rgb(28,164,248);
  font-size: .80em;
  font-weight: 600;
  z-index: 5;
}*/

table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: 'Glyphicons Halflings';
  opacity: 0.5;
  display: none;
}

.linktoo {
  width: 100px;
  font-size: 14px;
  margin-left: 20px;
}

.linktoo a, .linktoo a:hover {
  color: #278ac8;
}

table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after {
  display: none !important;
}

table.dataTable thead th, table.dataTable tbody td {
  border-left: 0px solid #b7b5b5 !important;
  border-bottom: 1px solid #e5e5e5 !important;
  border-top: 0px solid #b7b5b5 !important;
  border-right: 0px solid #b7b5b5 !important;
}

table.dataTable thead tr:first-child th{
  border-top: 1px solid #ddd !important;
  line-height: 14px;
  font-size: 12px !important;
  font-weight: 500;
  padding: 4px 10px !important;
}

table.dataTable thead tr th:last-child, table.dataTable tbody tr td:last-child{
  border-right: 1px solid #ddd !important;
}
.content_sec ul {
  padding-left: 0px;
}

.content_sec ul li a {
  color: #000;
}
.content_sec ul li a:hover {
  color: #278ac8;
  text-decoration: none;
}
.content_sec ul li {
/*  padding: 15px 0px;*/
  padding:8px 15px;
  border-bottom: 1px solid #ddd;
}

/* .content_sec ul li a::after {
  content: '▶';
  position: absolute;
  right: 10px;
  font-size: 11px;
 color: gray;
} */
.menu_list.active {
  background-color: #278ac8;
}

.menu_list.active a, .menu_list.active svg {
  color: #fff !important;
}

.dropdown-menu {
  font-family: "open sans" !important;
}
.menu_head {
  background-color: #d9d9d9;
  padding: 10px;
    padding-bottom: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
}
.shownbg {
  background-color: #e0efff !important;
  transition: all 0.4s ease;
}

.shownbg td:first-child {
/*  background: #b7b7b7;*/
}

.shown {
  transition: all 0.4s ease;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  background-color: #278ac8;
  border-color: #278ac8;
  cursor: default;
}

table.dataTable.no-footer {
  border-bottom: 1px solid transparent !important;
}
td a img{
  /*margin-right: 5px;*/
  height: 25px;
  cursor: pointer;
}


.action_btnsec {
  text-align: center;
}

.action_btnsec a {
  margin: 0px 2px;
}

.lodimg {
    /*width: 60px;*/
    height: 30px;
}
svg#toggle-password {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
}

.fa.fa-fw.fa-eye.field-icon.toggle-password, .fa.fa-fw.field-icon.toggle-password.fa-eye-slash{
  position: absolute;
  top: 9px;
  right: 7px;
  z-index: 2;
}
.fa.fa-fw.fa-eye.field-icon.toggle-password:hover,
.fa.fa-fw.field-icon.toggle-password.fa-eye-slash:hover {
  cursor: pointer;
}
/*.page_titlehead svg{
  margin-top: 20px;
}*/

#left_column h5, #middle_column h5{
  /* margin-top: 21px; */
margin-bottom: 2px;
font-size: 14px;
}
.table thead tr th {
  text-align: center !important;
  background-color: #2789c8;
  font-size: 12px;
  color: #fff;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  background-color: #278ac8 !important;
  border-color: #278ac8 !important;
  cursor: default;
}
/*FONT CSS_START*/

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/opensans/OpenSans-Regular.eot');
    src: url('fonts/opensans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/opensans/OpenSans-Regular.woff2') format('woff2'),
        url('fonts/opensans/OpenSans-Regular.woff') format('woff'),
        url('fonts/opensans/OpenSans-Regular.ttf') format('truetype'),
        url('fonts/opensans/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/opensans/OpenSans-Bold.eot');
    src: url('fonts/opensans/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/opensans/OpenSans-Bold.woff2') format('woff2'),
        url('fonts/opensans/OpenSans-Bold.woff') format('woff'),
        url('fonts/opensans/OpenSans-Bold.ttf') format('truetype'),
        url('fonts/opensans/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*FONT CSS_END*/



section { padding: 0 15px; }

.CaptchaWrap { position: relative; }
.CaptchaTxtField { 
  border-radius: 50px;
/*border: 1px solid #ccc;*/
border: 0px;
display: block;
box-sizing: border-box;
height: 40px;
z-index: 2;
position: relative;
background-color: transparent;
}

#UserCaptchaCode { 
 /* padding: 15px 10px;*/
outline: none;
font-size: 14px;
font-weight: 600;
font-family: 'Open Sans', sans-serif;
/*width: 343px;*/
width: 100%;
/*color: #4d4d4d;*/
color: #000;
padding: 0px 15px !important;
}
#CaptchaImageCode { 
  text-align: center;
margin-top: 0px;
padding: 0px 0;
width: 85%;
overflow: hidden;
margin-bottom: 15px;
border-radius: 50px;
height:30px;
border: 2px dashed #9d9d9d;
}

.capcode { 
  font-size: 20px;
display: block;
  -moz-user-select: none;
  -webkit-user-select: none;
 user-select: none;
cursor: default;
letter-spacing: 1px;
color: #ccc;
font-family: 'Roboto Slab', serif;
font-weight: 100;
font-style: italic;
width: 100%;
height: 30px;
}

.ReloadBtn { 
  background: url('images/reload.png') left top no-repeat;
  background-size: auto;
background-size: auto;
background-size: 100%;
width: 20px;
height: 20px;
border: 0px;
position: absolute;
bottom: 30px;
right: 0;
outline: none;
cursor: pointer;
top: 4px;
border: 0px !important;
}
.btnSubmit {
  margin-top: 15px;
  border: 0px;
  padding: 10px 20px; 
  border-radius: 5px;
  font-size: 18px;
  background-color: #1285c4;
  color: #fff;
  cursor: pointer;
}

label.error { 
  color: red; 
  font-size: 12px; 
  display: none; 
}
.success {
  color: green;
  font-size: 18px;
  margin-bottom: 15px;
  display: none;
}

#login_form {
  width: 90%;
}

/*login user section topline_ CSS Start*/


.login_usersec {
  width: 90%;
  margin: auto;
  text-align: right;
/*  padding: 4px;*/
}
.login_usersec span {
  color: #fff;
  margin-right: 10px;
}

.btn.btn-user {
  padding: 2px 10px;
  border-radius: 50px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.btn.btn-user:hover {
  background-color: #fff;
  color: #000;
}
.fa-user-circle::before {
  content: "\f2bd";
}

.fas.fa-user-circle {
  color: #fff;
}
/*login user section topline_ CSS End*/


/*loader_ Start*/


#loader_blk {
  height: 100vh;
  position: absolute;
  width: 100%;
  top: 0;
  background: rgba(255,255,255,0.9);
}

.container {
/*  height: 100vh;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  width: 60px;
  height: 60px;
  border-top: 4px solid rgb(0, 123, 255);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
   {
    transform: rotate(360deg);
  }
}

#loader {
  top: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95);
  z-index: 999;
}
#alert-loader {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100vh;
/*  background: rgba(255, 255, 255, 0.95);*/
  z-index: 20;
}

.load_img {
  text-align: center;
  display: flex;
  width: 100%;
  height: 100%;
}

.load_img img {
  width: 250px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.reverse-spin-main {
  display: flex;
  justify-content: center;
  height: 100vh;
  align-items: center;
}

.reverse-spinner {
  position: relative;
  height: 70px;
  width: 70px;
  border: 4px solid transparent;
  border-top-color: #1976d2;
  border-left-color: #1976d2;
  border-radius: 50%;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}


.reverse-spinner::before {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  content: "";
  border: 4px solid transparent;
  border-top-color: #03a9f4;
  border-left-color: #03a9f4;
  border-radius: 50%;
  -webkit-animation: spinBack 1s linear infinite;
  animation: spinBack 1s linear infinite;
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinBack {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-720deg);
    transform: rotate(-720deg);
  }
}

@keyframes spinBack {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-720deg);
    transform: rotate(-720deg);
  }
}
/*loader_ End*/


/*User Profile Dropdown CSS Start*/
.dropdown > .dropdown-menu::before, .dropdown > .dropdown-menu::after {
  left: auto !important;
  right: 10px !important;
 
}

.text-success {
  color: green !important;
}
.text-black-50 {
  color: rgba(0,0,0,.5) !important;
}
.text-info {
  color: #17a2b8 !important;
}
.text-danger {
  color: #dc3545 !important;
}

.list-unstyled .dropdown-menu{
  min-width: 150px;
  left: 0px !important;
  transform: translate3d(-48px, 60px, 0px) !important;
}

#dropdownUser .avatar img {
  border-radius: 50px;
}

.dropdown-submenu > a::after {
  position: absolute;
  display: inline-block;
  font-size: 14px;
  right: 7px;
  top: 0px !important;
  }

.login_usersec .container.py-5{
  display: flex;
align-items: center;
justify-content: flex-end;
width: 100%;
}

.login_usersec .container.py-5 .row {
  display: flex;
  align-items: center;
  margin: 0px;
  color: #fff;
  white-space: nowrap;
}
.list-unstyled {
  text-align: left;
  margin-bottom: 0;
}
/*.dropdown-menu.pb-2.show {
  left: -100px !important;
  padding: 10px;
}*/

.dropdown-item .d-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.dropdown.ml-2 .dropdown-menu.pb-2 {
  left: -62px !important;
  padding: 5px;
}
.dropdown-item {
  color: #000;
}
.dropdown-item span {
  color: #000;
}

.dropdown-menu .list-unstyled li {
  border-bottom: 1px solid #ddd;
  padding: 5px 0px;
}

.dropdown-menu .list-unstyled li .dropdown-item:hover {
  color: #278ac8;
}
.dropdown-submenu .dropdown-menu {
  min-width: 80px;
}
.dropdown-submenu > a::after {
  position: absolute;
  display: inline-block;
  font-size: 14px;
  right: 7px;
  top: 0px;
  font-family: "Font Awesome 5 Free";
  height: auto;
  content: "\f105";
  font-weight: 300;
}

.dropdown-menu {
  padding: 0.7rem 0rem;
  font-size: 0.875rem;
  line-height: 22px;
  color: #5c5776;
  border: none;
  box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
  border-radius: 0.5rem;
}
.dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.dropdown:hover > .dropdown-menu {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.dropdown-submenu:hover > .dropdown-menu {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
 
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ">";
  border-top: 0rem;
  border-right: 0rem;
  border-bottom: 0;
  border-left: 0rem;
  float: right;
}
.avatar-md {
  width: 56px;
  height: 56px;
}
.avatar img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}
.avatar {
  position: relative;
  display: inline-block;
/*  width: 3rem;
  height: 3rem;*/
/*  width: 25px;
  height: 25px;*/
  font-size: 1rem;
  margin-right: 10px;
}
.avatar-online:before {
  background-color: green;
}
.avatar-indicators:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 5%;
  width: 30%;
  height: 30%;
  border-radius: 50%;
  border: 2px solid #fff;
  display: table;
}
.tab{
    display:none;
}
  .active_tab{
    display:block !important; 
}
/*User Profile Dropdown CSS End*/

.newheader-div {
  z-index: 8;
  position: sticky;
  top: 0;
  background-color: #fff;
  box-shadow: 0 .15rem 1.75rem #21283226!important;
}

.col-md-11.maincontent_area {
  width: 70%;
}

/*Schedule Popup CSS Start*/

.popup .popup_header, .popup_data .popup_header{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #b1b1b1;
}

#popup .popup_body {
  padding: 15px;
}
.freq_sec h4, .samspec_sec h4 {
  font-weight: 600;
}

.popup .popup_title {
  font-weight: 600;
}
#schedule_popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
 text-align: left;
  z-index: 10;
}
 .popup__content {
  width: 80%;
  overflow: auto;
/*  padding: 50px;*/
padding: 20px;
  background: white;
  color: black;
  position: relative;
  top: 30%;
/*  top: 50%;*/
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  max-height: 80vh;
overflow: auto;
}

.popup_header {
  position: sticky;
  top: 0;
  background: #fff;
}
#photo_popup .popup__content .close {
  right: 0px;
  top: 0px;
  font-size: 12px;

}
 .popup__content .close {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  color: #000;
  font-size: 24px;
  opacity: 0.7;
}
 .popup__content .close span {
  cursor: pointer;
  position: fixed;
  width: 20px;
  height: 3px;
  background: #099ccc;
}
.popup__content .close span:nth-child(1) {
  transform: rotate(45deg);
}
 .popup__content .close span:nth-child(2) {
  transform: rotate(135deg);
}

.group-align {
/*  display: flex;
  align-items: center;*/
}

.group-align {
  display: inline-table;
  padding-right: 10px;
  margin-bottom: 10px;
}
.group-align div {
  margin-right: 10px;
}


 #user_data .popup__content {
top: 50%;
 }
/*Schedule Popup CSS End*/



/* Layout */

#container {
  padding: 0;
  margin: 0;
  background-color: #fff;
}

#main {
  padding: 4% 1.5em;
  max-width: 55em;
  margin: 0 auto;
}

#header {
  padding: 1.5em;
  margin: 0 0 1em 0;
  background-color: #eee;
}

#footer {
  padding: 1.5em;
  margin: 2em 0 0 0;
  background-color: #eee;

}


/* Menu Styles */

.primary-nav {
  position: fixed;
 /* z-index: 999;*/
 z-index: 8;
  padding: 0px !important;
  left: 0;
  top:110px;
}

.content_sec .menu {
  position: relative;
}

.content_sec .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  
}

.open-panel {
  border: none;
  background-color:#fff;
  padding: 0;
}

 
 

.primary-nav .menu li {
  position: relative;
  cursor: pointer;
  display: flex;
justify-content: flex-start;
align-items: center;
}

.content_sec.menu:hover {
    left: 0px;
}

.content_sec.menu .icon {
  position: absolute;
  top: 12px;
  right: 10px;
  pointer-events: none;
  width: 24px;
  height: 24px;
  color: #fff;
}

.content_sec.menu,
.content_sec.menu a,
.content_sec.menu a:visited {
 /* color: #aaa;*/
  text-decoration: none!important;
  position: relative;
}

.content_sec.menu a {
  display: block;
  white-space: nowrap;
/*  padding: 1em;*/
/*padding: 15px;*/
  font-size: 13px;
  width: 95%;
}

.content_sec.menu a:hover {
  color: #278ac8;
}

.content_sec.menu {
  margin-bottom: 3em;
}

.menu-dropdown li .icon {
  color: #777;
}

.menu-dropdown li:hover .icon {
  color: #fff;
}



.content_sec.menu label {
  margin-bottom: 0;
  display: block;
}

.content_sec.menu label:hover {
  cursor: pointer;
}

.content_sec.menu input[type="checkbox"] {
  display: none;
}

input#menu[type="checkbox"] {
  display: none;
}






.sub-menu-dropdown {
  display: none;
}

.new-wrapper {
/*  position: absolute;
  left: 60px;
  width: calc(100% - 70px);
  transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1);*/
}

#menu:checked + ul.menu-dropdown {
    
    left: 0;
    -webkit-animation: all .45s cubic-bezier(0.77, 0, 0.175, 1);
            animation: all .45s cubic-bezier(0.77, 0, 0.175, 1);
}

.sub-menu-checkbox:checked + ul.sub-menu-dropdown {
    display: block!important;
    -webkit-animation: grow .45s cubic-bezier(0.77, 0, 0.175, 1);
            animation: grow .45s cubic-bezier(0.77, 0, 0.175, 1);
}


.openNav .new-wrapper {
  position: absolute;
  transform: translate3d(200px, 0, 0);
 /* width: calc(100% - 250px);*/
  width: calc(100% - 300px);
  transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1);
}


.downarrow {
  background: transparent;
  position: absolute;
  right: 50px;
  top: 12px;
  color: #777;
  width: 24px;
  height: 24px;
  text-align: center;
  display: block;
}

.downarrow:hover {
  color: #fff;
}

.content_sec.menu {
  border: 1px solid #F2F2F2;
 /* padding: 20px;*/
  border-radius: 10px;
  box-shadow: 3px 5px 4px #e8e8e8;
}

.content_sec.menu {
  position: absolute;
  display: block;
/*  left: -180px;*/
 left: -200px;
  top: 0;
  width: 240px;
/*  width: 220px;*/
  transition: all 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #fff;
  /*background-color: #000;*/
  z-index: 999;
}

.menu-dropdown {
  top: 0;
  overflow-y: auto;
}

.overflow-container {
  position: relative;
  height: calc(100vh - 73px)!important;
  overflow-y: auto;
  border-top: 73px solid #fff;
  z-index: -1;
  display:block;
}

.content_sec.menu a.logotype {
  position: absolute!important;
  top: 11px;
  left: 55px;
  display: block;
  font-family: 'Work Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  color: #000;
  font-size: 21px;
  padding: 10px;
}

.content_sec.menu a.logotype span {
  font-weight: 400;
}

.content_sec.menu a.logotype:hover {
  color: #777;
}

.sub-menu-dropdown {
  background-color: #000;
}

.content_sec.menu:hover {
/*  position: absolute;
  left: 0;
  top: 0;
*/}
.slidemenus
{
    position: absolute;
  left: 0 !important;
  top: 0;
}



.openNav .content_sec.menu:hover {
  position: absolute;
/*  left: -200px;*/
/*  left: -180px;*/
  left: -195px;
/*  top 73px;*/
}

.openNav .content_sec.menu {
/*  top:73px;*/
   /* transform: translate3d(200px, 0, 0);*/
    transform: translate3d(190px, 0, 0);
    transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1);
}

.content_sec.menu .fa {
  width: 15px;
  margin: 15px;
}

.content_sec.menu a:hover + .fa {
  color: #278ac8;
}

.content_sec.menu a::after:hover{
  color: #278ac8;
}
  
  /* label.hamburger {
    display: none;
  } */













/* look and feel only, not needed for core menu*/

@-webkit-keyframes grow {
  
  0% {
    display: none;
    opacity: 0;
  }
  50% {
    display: block;
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
  
}

@keyframes grow {
  
  0% {
    display: none;
    opacity: 0;
  }
  50% {
    display: block;
    opacity: 0.5;
  }
  100% {
    opacity: 1
  }
  
}










/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  display: none;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}


.footer-f.alert.alert-infor p {
  font-size: 12px;
}

th .fa.fa-plus {
  color: #278ac8;
}

/*.table td, .table th {
  font-size: 13px !important;
}
.table thead tr th {
  font-size: 13px !important;
  }
*/


/*Photo Slider Popup CSS Start*/



#photo_popup .popup__content {
  top: 50%;
}
#photo_popup .popup__content .close span:nth-child(1) {
  transform: rotate(45deg);
}
#photo_popup .popup__content .close span:nth-child(2) {
  transform: rotate(135deg);
}





#photo_popup .container {
    text-align: center;
    /*width: 80%;*/
    width: 100%;
}

#photo_popup .container .master,
#photo_popup .container .thumbnails {
    margin: auto;
    width: 100%;
    border: 2px solid #ccc;
    padding: 5px;
}

#photo_popup .container .master {
    padding-bottom: 0;
    position: relative;
}

#photo_popup .container .master img {
    z-index: 1;
    width: 100%;
    height: 99%
}

#photo_popup .container .master .fa-chevron-left,
#photo_popup .container .master .fa-chevron-right {
    position: absolute;
    left: 5px;
 /*   top: 5px;*/
    top: 50%;
    /*background-color: rgb(0,0,0, .7);*/
    background-color: rgb(0,123,255, .7);
    color: #fff;
    padding: 10px 15px;
    z-index: 2;
    cursor: pointer;
}

#photo_popup .container .master .fa-chevron-right {
    right: 5px;
    left: auto;
}

#photo_popup .container .thumbnails {
    overflow: hidden;
}

#photo_popup .container .thumbnails img {
    float: left;
    width: 19.2%;
    outline: 2px solid #bbb;
    opacity: .6;
    cursor: pointer;
    transition: all .6s ease-in-out;
}

#photo_popup .container .thumbnails img:last-child {
    margin-right: 0!important;
}

#photo_popup .container .thumbnails img.active {
    /*outline: 2px solid #e63946;*/
    outline: 2px solid #2d85e1;
    opacity: 1;
}


#photo_popup .container {

  display: block;
}

#photo_popup .master {
  height: auto !important;
}

.popup_title {
  color: #278ac8;
}
/*Photo Slider Popup CSS End*/



/*Document View Popup CSS Start*/



#doc_popup .popup_header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #b1b1b1;
}

#doc_popup .popup_body {
  padding: 15px;
}
.freq_sec h4, .samspec_sec h4 {
  font-weight: 600;
}

#doc_popup .popup_title {
  font-weight: 600;
}
#doc_popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
 text-align: left;
  z-index: 10;
}
#doc_popup .popup__content {
  width: fit-content;
  overflow: auto;
padding: 10px;

}
#doc_popup .popup__content .close {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  color: #000;
  font-size: 24px;
  opacity: 0.7;
}
#doc_popup .popup__content .close span {
  cursor: pointer;
  position: fixed;
  width: 20px;
  height: 3px;
  background: #099ccc;
}
#doc_popup .popup__content .close span:nth-child(1) {
  transform: rotate(45deg);
}
#doc_popup .popup__content .close span:nth-child(2) {
  transform: rotate(135deg);
}





#doc_popup .container {
    text-align: center;
    /*width: 80%;*/
    width: 50%;
}

#doc_popup .container .master,
#doc_popup .container .thumbnails {
    margin: auto;
    width: 100%;
    border: 2px solid #ccc;
    padding: 5px;
}

#doc_popup .container .master {
    padding-bottom: 0;
    position: relative;
}

#doc_popup .container .master img {
    z-index: 1;
    width: 100%;
    height: 99%
}

#doc_popup .container .master .fa-chevron-left,
#doc_popup .container .master .fa-chevron-right {
    position: absolute;
    left: 5px;
 /*   top: 5px;*/
    top: 50%;
    /*background-color: rgb(0,0,0, .7);*/
    background-color: rgb(0,123,255, .7);
    color: #fff;
    padding: 10px 15px;
    z-index: 2;
    cursor: pointer;
}

#doc_popup .container .master .fa-chevron-right {
    right: 5px;
    left: auto;
}

#doc_popup .container .thumbnails {
    overflow: hidden;
}

#doc_popup .container .thumbnails img {
    float: left;
    width: 19.2%;
    outline: 2px solid #bbb;
    opacity: .6;
    cursor: pointer;
    transition: all .6s ease-in-out;
}

#doc_popup .container .thumbnails img:last-child {
    margin-right: 0!important;
}

#doc_popup .container .thumbnails img.active {
    /*outline: 2px solid #e63946;*/
    outline: 2px solid #2d85e1;
    opacity: 1;
}


#doc_popup .container {

  display: block;
}

#doc_popup .master {
  height: auto !important;
}

.popup_title {
  color: #278ac8;
}
/*Photo Slider Popup CSS End*/

/*Alert Message CSS Start*/
button.s {
            background: #01B940;
            color: white;
            z-index: 10;
position: relative;
        }



        button {
            display: block;
            margin: 8px;
            padding: 5px 10px;
            border: 0em;
            border-radius: 3px;
        }

        button.s {
            background: #01B940;
            color: white;
        }

        button.w {
            background: #ffc400;
            color: #836400;
        }

        button.d {
            background: #F91E00;
            color: white;
        }

        button.cstm1 {
            background: #4f70ff;
            color: white;
        }

        button.cstm2 {
            background: #ff66b3;
            color: white;
        }

        button.cstm3 {
            background: linear-gradient(60deg, #3866ff, #38c0ff);
            color: white;
        }

        button.cstm4 {
            background: linear-gradient(60deg, #ff2c2c, #ff9564);
            color: white;
        }

        button.cstm5 {
            background: linear-gradient(60deg, #00ad34, #0ee4c7);
            color: white;
        }

        #Noti_container {
        	/*width: fit-content;*/
            width: 300px;
            position: fixed;
           /* top: 25%;
            right: 50%;*/
            z-index: 1080;
           /* margin: 10px;*/
            /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
            font-size: 14px;
            font-weight: 500;
            margin: auto;
			/*left: 0;*/
			right: 30px;
      top: 10%;
     /* transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);*/

        }

    

        #Noti_container ion-icon {
            font-size: large;
        }

        .Noti_success {
            padding: 10px 10px;
            color: #01B940;
            border-bottom: 2px solid #01B940;
            width: 100%;
            background: #fff;
            margin: 6px 0px;
            border-radius: 3px;
            box-shadow: 5px 5px 5px #000;
             transform: translateX(calc(100% + 30px));
             transition: all 1.5s ease-in-out;
              animation-duration: 0.5s;
               /*transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);*/
        }

        .Noti_warning {
            padding: 10px 10px;
            color: #ffc400;
            border-bottom: 2px solid #ffc400;
            width: 100%;
            background: #fff;
            margin: 6px 0px;
            border-radius: 3px;
             transform: translateX(calc(100% + 30px));
               transition: all 1.5s ease-in-out;
                animation-duration: 0.5s;
               /*transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);*/
        }

        .Noti_danger {
            padding: 10px 10px;
            color: #F91E00;
            border-bottom: 2px solid #F91E00;
            width: 100%;
            background: #fff;
            margin: 6px 0px;
            border-radius: 3px;
            transform: translateX(calc(100% + 30px));
               transition: all 1.5s ease-in-out;
               /*transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);*/
               animation-duration: 0.5s;
  animation-name: slidein;
        }
    @keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%;
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}
        @keyframes Noti_animation {
           /* 0% {
                transform: scale(0.5);
            }

            50% {
                transform: scale(1.07);
            }

            100% {
                transform: scale(1);
            }*/

          from {
          margin-left: 200%;
          width: 100%;
          }
          to {
          margin-left: 100%;
          width: 100%;
          }
        }

        @-webkit-keyframes Noti_animation {
            0% {
                transform: scale(0.5);
            }

            50% {
                transform: scale(1.07);
            }

            100% {
                transform: scale(1);
            }
        }

        .timer_progress {
            height: 2px;
            background-color: rgba(255, 245, 245, 0.7);
            position: absolute;
            margin-top: -8px;
        }

        @keyframes timer_progress_animation {
            from {
                width: 100%;
            }

            to {
                width: 0%;
                transform: rotate(0deg);
            }
        }

        @-webkit-keyframes timer_progress_animation {
            from {
                width: 100%;
            }

            to {
                width: 0%;
                transform: rotate(0deg);
            }
        }

/*Alert Message CSS end*/

tr.shownbg td:nth-child(1)  {
  padding-top: 7px !important;
}

tr.shownbg td table {
/*width: 97% !important;*/
/*left: 2.75%;*/
/*left: 2.25em;*/
position: relative;
margin-bottom: 20px;
margin: 0px !important;
}

.table_scrollable {
  width: 100%;
  overflow: auto !important;
  margin: 0px 0 !important;
}

#t2 tbody tr td:first-child {
  width: 40px;
}



/*Table Column Size_CSS Start*/
.sno {
  width: 1% !important;
}
.wdth_mod0 {
    width: 1% !important;
}
.wdth_mod1 {
    width: 2% !important;
}

.wdth_mod2 {
    width: 5% !important;
}

.wdth_mod3 {
    width: 10% !important;
}

.wdth_mod4 {
    width: 15% !important;
}

.wdth_mod5 {
    width: 20% !important;
}
.wdth_mod6 {
    width: 25% !important;
}
.wdth_mod7 {
    width: 30% !important;
}


/*Table Column Size_CSS End*/




/*edit_sample_dash Popup CSS Start*/



#edit_sample_dash .popup_header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #b1b1b1;
}

#edit_sample_dash .popup_body {
  padding: 15px;
}
.freq_sec h4, .samspec_sec h4 {
  font-weight: 600;
}

#edit_sample_dash .popup_title {
  font-weight: 600;
}
#edit_sample_dash {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
 text-align: left;
  z-index: 10;
}
#edit_sample_dash .popup__content {
  width: 80%;
  overflow: auto;
/*  padding: 50px;*/
padding: 10px;
  background: white;
  color: black;
  position: relative;
top: 50%;
/*  top: 50%;*/
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
#edit_sample_dash .popup__content .close {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  color: #000;
  font-size: 24px;
  opacity: 0.7;
}
#edit_sample_dash .popup__content .close span {
  cursor: pointer;
  position: fixed;
  width: 20px;
  height: 3px;
  background: #099ccc;
}
#edit_sample_dash .popup__content .close span:nth-child(1) {
  transform: rotate(45deg);
}
#edit_sample_dash .popup__content .close span:nth-child(2) {
  transform: rotate(135deg);
}





#edit_sample_dash .container {
    text-align: center;
    /*width: 80%;*/
    width: 50%;
}

#edit_sample_dash .container .master,
#edit_sample_dash .container .thumbnails {
    margin: auto;
    width: 100%;
    border: 2px solid #ccc;
    padding: 5px;
}

#edit_sample_dash .container .master {
    padding-bottom: 0;
    position: relative;
}

#edit_sample_dash .container .master img {
    z-index: 1;
    width: 100%;
    height: 99%
}

#edit_sample_dash .container .master .fa-chevron-left,
#edit_sample_dash .container .master .fa-chevron-right {
    position: absolute;
    left: 5px;
 /*   top: 5px;*/
    top: 50%;
    /*background-color: rgb(0,0,0, .7);*/
    background-color: rgb(0,123,255, .7);
    color: #fff;
    padding: 10px 15px;
    z-index: 2;
    cursor: pointer;
}

#edit_sample_dash .container .master .fa-chevron-right {
    right: 5px;
    left: auto;
}

#edit_sample_dash .container .thumbnails {
    overflow: hidden;
}

#edit_sample_dash .container .thumbnails img {
    float: left;
    width: 19.2%;
    outline: 2px solid #bbb;
    opacity: .6;
    cursor: pointer;
    transition: all .6s ease-in-out;
}

#edit_sample_dash .container .thumbnails img:last-child {
    margin-right: 0!important;
}

#edit_sample_dash .container .thumbnails img.active {
    outline: 2px solid #e63946;
    opacity: 1;
}


#edit_sample_dash .container {

  display: block;
}

#edit_sample_dash .master {
  height: auto !important;
}

.popup_title {
  color: #278ac8;
}
/*edit_sample_dash Popup CSS End*/

.t-left{ text-align: left;}
.t-center{ text-align: center;}
.t-right{ text-align: right;}



.form-control:focus {
  border-color: #1d67c6 !important;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(82 168 236 / 60%) !important;
}

textarea.form-control {
  height: 60px !important;
}

.star {
  margin: 0px 4px;
}
.fa.fa-plus {
  color: #278ac8;
}
/*user_data Popup CSS Start*/


#user_data .popup_title {
  font-weight: 600;
}
#user_data {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
 text-align: left;
  z-index: 10;
}


/*user_data Popup CSS End*/

/*UL list css start*/


ul.tabs, ul.sub_tabs{
      margin: 0px;
      padding: 0px;
      list-style: none;
    /*  border-bottom: 1px solid #ddd;*/
    }
ul.tabs a, ul.sub_tabs a{
  background: #f6f6f6;
  padding: 5px 8px !important;
  border-radius: 5px;
}



    ul.tabs li{
      /*background: #ededed;*/
     /* background: #dfdfdf;*/
      color: #000;
      display: inline-block;
      padding: 10px 15px;
      cursor: pointer;
      border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  /*  border: 1px solid #ddd;*/
  border-bottom-color: rgb(221, 221, 221);
  border-bottom-style: solid;
  border-bottom-width: 1px;
border-bottom: 0px;
left: -1px;
position: relative;
    }
    ul.tabs li.current a {
  color: #278ac8;
  text-decoration: none;
}

.tabs.master_data li:last-child a {
  border-bottom: 0px !important;
}
.tabs.master_data li:last-child {
  margin-left: auto;
  right: 0px;
  position: relative;
  float: right;
}

    table.dataTable tbody th, table.dataTable tbody td {
  padding: 6px 10px;
  vertical-align: middle;
}

    ul.tabs li.current{
      /*background: #fff;
      color: #000;*/

    }

 ul.tabs li.current a{
  border-bottom: 2px solid #278ac8;
  transition: all .4slinear;
  background: #ffffff;
  border-radius: 0px;
  padding: 5px 8px;
  color: #000000;
  font-weight: 600;
    }

 
ul li a {
  color: #000;
}

ul.sub_tabs li.current {
  background: #fff;
  color: #000;
}
ul.sub_tabs li.current a {
  color: #278ac8;
  text-decoration: none;
   border-bottom: 2px solid #278ac8 !important;
   transition: all .4s linear;
}
ul.sub_tabs li{
	background: transparent;
	border: 2px solid transparent;
}
    /*UL list css End*/



    /*new_stock_popup Popup CSS Start*/

.popup_body {
  padding: 10px;
}

#new_stock_popup .container .master,
#new_stock_popup .container .thumbnails {
    margin: auto;
    width: 100%;
    border: 2px solid #ccc;
    padding: 5px;
}

#new_stock_popup .container .master {
    padding-bottom: 0;
    position: relative;
}

#new_stock_popup .container .master img {
    z-index: 1;
    width: 100%;
    height: 99%
}

#new_stock_popup .container .master .fa-chevron-left,
#new_stock_popup .container .master .fa-chevron-right {
    position: absolute;
    left: 5px;
 /*   top: 5px;*/
    top: 50%;
    /*background-color: rgb(0,0,0, .7);*/
    background-color: rgb(0,123,255, .7);
    color: #fff;
    padding: 10px 15px;
    z-index: 2;
    cursor: pointer;
}

#new_stock_popup .container .master .fa-chevron-right {
    right: 5px;
    left: auto;
}

#new_stock_popup .container .thumbnails {
    overflow: hidden;
}

#new_stock_popup .container .thumbnails img {
    float: left;
    width: 19.2%;
    outline: 2px solid #bbb;
    opacity: .6;
    cursor: pointer;
    transition: all .6s ease-in-out;
}

#new_stock_popup .container .thumbnails img:last-child {
    margin-right: 0!important;
}

#new_stock_popup .container .thumbnails img.active {
    outline: 2px solid #e63946;
    opacity: 1;
}


#new_stock_popup .container {

  display: block;
}

#new_stock_popup .master {
  height: auto !important;
}

.popup_title {
  color: #278ac8;
}

.popup_data label.error {
  left: initial;
  margin-top: 5px;
}
/*user_data Popup CSS End*/


    /*stockdivert Popup CSS Start*/




/*stockdivert Popup CSS End*/

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0em;
}

#sampling td:nth-child(1).clickable::after, #sampling_lab td:nth-child(2).clickable::after,
#store td:nth-child(2).clickable::after, #store td:nth-child(2).clickable::after,
#sampling_air td:nth-child(2).clickable_air::after, #sampling_lab1 td:nth-child(2).clickable::after{
  content: '\25BA';
color: #278ac8;
right: 0;
position: relative;
float: right;
cursor: pointer;
}

#sampling .shown td:nth-child(1).clickable::after, #sampling_lab .shown td:nth-child(2).clickable::after,
#store .shown td:nth-child(2).clickable::after, #store .shown td:nth-child(2).clickable::after,
#sampling_air .shown td:nth-child(2).clickable_air::after, #sampling_lab1 .shown td:nth-child(2).clickable::after{
  /*margin-left: 20px;*/
  content: '\25BC';
}

.table thead tr th, .table tbody tr td {
  vertical-align: middle !important;
}
#sampling_lab thead tr th:first-child {
  /*width: 30px !important;*/
}

.round_chart, .map_chart {
border:1px solid #dadada;
padding: 10px;
border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
font-size: 12px;
}

.round_chart .graph_title, .map_chart .graph_title, .col-md-12.line_chart .graph_title {
 /* font-size: 18px;
  font-weight: 600;*/
  /* border-bottom: 1px solid #9d9d9d; */
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0px;
    justify-content: space-between;
  display: flex;
}

.graph_title h3{
  font-size: 15px;
  font-weight: 600;
}

.col-md-12.line_chart{
  border: 1px solid #bdbdbd;
  padding: 10px !important;
  /*margin: 10px;*/
  border-radius: 5px;
}


.chartdiv {
  /* padding: 20px; */
}

.col-md-12.lims_chart {
  padding: 0px !important;
}


.tab {
  /*box-shadow: 0px 0px 0px 1px rgba(196, 196, 196, 0.5);*/
/*  padding: 20px;*/
/*padding: 20px 5px;*/
/*padding: 10px 5px;*/
padding: 0px;
/*  padding: 2em;*/
}

.fa.fa-plus {
  position: relative;
  top: initial;
  left: initial;
  cursor: pointer;
}

ul li a:hover {
  color: inherit;
  text-decoration: none;
}
ul.sub_tabs li{
	background: transparent !important;
	border: 1px solid transparent !important;
}


#user_datatable thead tr th:first-child{
  width: 0.5% !important;
}
#group_datatable thead tr th:first-child {
  width: 0.25% !important;
}
 



@media (max-width:575px){

	#video1_popupcontent, #video2_popupcontent {
  width: 90%;
  top: 30%;
}
  .popup__content{
    width:100% !important;
   top: 50% !important;
  }

  .popup__content .group-align {
  width: 100%;
}
textarea.form-control {
  height: 100px;
}
.cta_btns {
  margin: 10px 0px;
  text-align: center;
}
}



    /*new_pollution_popup CSS Start*/



.freq_sec h4, .samspec_sec h4 {
  font-weight: 600;
}

 .popup_title {
  font-weight: 600;
}
.popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
 text-align: left;
  z-index: 10;
}


/*new_pollution_popup  CSS End*/


#industry_datatable thead tr th:first-child {
  width: 0.25% !important;
}

 




.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.dataTables_length .form-control {
  width: 45px !important;
  height: 25px !important;
}

#full-screen {
  width: 100%;
  height: auto;
  /*height: 100%;*/
}
/*.new-wrapper {
  height: 100%;
}
*/
.table tbody tr td:last-child {
 /* min-width: 100px !important;
max-width: 150px !important; */
}

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


.fa.fa-eye.image_view {
  cursor: pointer;
}

ul.sub_tabs li.current a::after{
	border-bottom:1px solid blue;
}
/*Common Media queries CSS Start*/











@media (max-width:767px){

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto
{
      padding-right: 0px !important;
    padding-left: 0px !important;
}


  .nav-tabs .circle-link.active
{
border: none !important;
  background-color: #278ac8 !important;
color: #FFFFFF !important;
padding-top: 17px !important;
margin: 0px !important;
  height: 54px !important ;
  width: 54px !important;
  
  border-radius: 50%;
  display: inline-block;
}

.nav-tabs-project li a:after {
    content: '';
    width: 100%;
    height: 5px;
    background: #808080;
    position: absolute;
    left: 51px !important;
    top: 24px !important;
}

  .nav-tabs .circle-link {
    border: none !important;
    background-color: #808080 !important;
    color: #FFFFFF !important;
    padding-top: 17px !important;
    margin: 0px !important;
    height: 54px !important;
    width: 54px !important;
    position: relative;
    z-index: 4;
    font-size: 10px;
    border-radius: 50%;
    display: inline-block;
}


  .col-md-6.round_chart, .col-md-6.map_chart {
  width: 100% !important;
  margin: 30px 0px;
}
.col-md-12.line_chart {
  margin: 20px 0px;
}
.round_chart h3, .map_chart h3, .col-md-12.line_chart h3 {
  font-size: 13px;
  }
  .content_sec.menu a{
    padding: 8px;
  }

  .content_sec.menu .fa {
  margin: 8px;
}
  .form_div {
  position: relative;
  height: 30px;
  margin-bottom: 10px;
}

.form_input:focus, .CaptchaTxtField:focus, .form_button{
  height: 30px;
}

.fa.fa-fw.fa-eye.field-icon.toggle-password, .fa.fa-fw.field-icon.toggle-password.fa-eye-slash {

    position: absolute;
    top: 10px;
    }
    #forgot_pass_btn {
  font-size: 11px;
}

    label.error {
  color: red;
  font-size: 12px;
}

  #second_midcol {
  width: 100%;
}
  .login_main_page #middle_column {
 width: 100%;
}
.form_title {
  font-weight: 600;
  font-size: 11px;
  }
  .form_label{
    font-size: 12px;
    top: 0.5em;
  }
  .text {
  font-size: 10px;
}
#latest-news{
  font-size: 12px;
}
.dot1 {
  cursor: pointer;
  height: 10px;
  width: 10px;
  }
  .ReloadBtn{
    width: 15px;
height: 15px;
top: 7px;
  }
  #left_column h5{
   font-size: 10px;
  }
  #second_midcol a {
  font-size: 10px;
}
#second_midcol h5 {
  font-size: 10px;
}
.web_guide a {
  font-size: 11px;
}

	.footer-f.alert.alert-infor p {
  font-size: 10px;
}
	.login_usersec .container.py-5 .row {
  font-size: 11px;
}
 
.avatar img
{
  width: 100% !important;
  height: 100% !important;
} 
.tn_logo img {
  height: 30px;
}
#flash_main {
  width: 90%;
  margin: 10px auto;
}

#flash_content{
  font-size: 12px;
}

#middle_column h5{
  font-size: 16px;
}
body{
	font-size: 13px !important;
}
.btn{
	font-size: 12px !important;
}
#left_column, #middle_column, #right_column {
  padding: 10px;
}
.dataTables_wrapper {
  font-size: 11px;
}
.table thead tr th, .table tbody tr td{
  font-size: 11px !important;
}

.content_sec ul li{
	padding: 10px !important;
}
.content_sec.menu{
	left: -170px;
	width: 200px;
}
.popup_title {
  font-size: 14px;
}
.form-control {
  font-size: 13px;
}
.new-wrapper {
  left: 40px;
width: calc(100% - 50px);
  }
  td a img {
  margin-right: 5px;
  height: 13px;
}
.content_sec.menu a{
	font-size: 12px;
}
.form-control {
 /* height: 25px !important;*/
}
.pagination > li > a, .pagination > li > span {
  padding: 2px 6px !important;
}
.btn {
  padding: 4px 12px !important;
}

.login_usersec {
  width: 100%;
  }

  .tab {
  padding: 10px !important;
}

.page_titlehead{
	flex-wrap: wrap;
}
#CaptchaImageCode, .capcode{
  height: 40px !important;
}
}

@media (max-width:575px){
  html {

  background: #fff;
}

#left_column {
  width: fit-content;
}

  .content_sec.menu a{
    padding: 8px;
  }

  .content_sec.menu .fa {
  margin: 8px;
}
  .fa.fa-fw.fa-eye.field-icon.toggle-password, .fa.fa-fw.field-icon.toggle-password.fa-eye-slash {
  right: 15px;
}
  .form_div {
  height: 40px !important;
}
.form_input:focus, .CaptchaTxtField:focus, .form_button {
  height: 40px !important;
}
#forgot_pass_btn {
  font-size: 13px !important;
}

  #flash_text {
  flex-direction: column;
}
#latest-news {
  height: 40px;
}
.news {
  width: 100%;
  text-align: center;
}
	.page_titlehead .cta_btns {
  margin: 10px auto;
}
#flash_content {
  font-size: 12px !important;
}
#middle_column h5 {
  font-size: 15px !important;
margin-bottom: 10px;
padding: 10px;
}
.btn {
  font-size: 13px !important;
}
.paginate_button, #dTable_last, #dTable_first {
  display: inherit !important;
}
.linktoo {
  width: 100%;
  margin-left: 0px;
  text-align: center;
}

#photo_popup .container{
  width:100%;
  padding: 0px;
}
}
/*Common Media queries CSS End*/

.media.media_ref {
  text-align: center;
}
.table-toolbar {
  margin-bottom: 0px !important;
}

.master_details {
  position: relative;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  padding: 5px;
}

.master_details span {
  border-right: 1px solid #fff;
  padding-right: 10px;
  margin-right: 10px;
}

.master_details span:last-child{
border-right: 0px;
}
#debug-icon {
  display: none !important;
}
.select2 {
  width: auto !important;
}

.select_error select + .error {
  margin-top: 5.5em !important;
  margin-left: -8em;
}

.select2-selection.select2-selection--multiple:focus{
  border-color: #1d67c6 !important;
box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(82 168 236 / 60%) !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #ddd 1px;
  outline: 0;
}

#doc_statuspop, #doc_image {
  margin-top: 10px;
}
td .fa.fa-eye {
  color: #278ac8;
}

#forgot_pass_btn {
  color: #278ac8;
  font-size: 14px;
}

.table-scrollable > .table > tbody > tr > th, .table-scrollable > .table > tfoot > tr > td, .table-scrollable > .table > tfoot > tr > th, .table-scrollable > .table > thead > tr > th {
  white-space: normal !important;
}













/*User Profile Page CSS Start*/


.emp-profile{
    padding: 3%;
    margin-top: 3%;
    margin-bottom: 3%;
    border-radius: 0.5rem;
    background: #fff;
}
.profile-img{
    text-align: center;
}
.profile-img img{
    width: 70%;
    height: 100%;
}
.profile-img .file {
    position: relative;
    overflow: hidden;
    margin-top: -20%;
    width: 70%;
    border: none;
    border-radius: 0;
    font-size: 15px;
    background: #212529b8;
}
.profile-img .file input {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
}
.profile-head h5{
    color: #333;
}
.profile-head h6{
    color: #0062cc;
}
.profile-edit-btn{
    border: none;
    border-radius: 1.5rem;
    width: 70%;
    padding: 2%;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
}
.proile-rating{
    font-size: 12px;
    color: #818182;
    margin-top: 5%;
}
.proile-rating span{
    color: #495057;
    font-size: 15px;
    font-weight: 600;
}
.profile-head .nav-tabs{
    margin-bottom:5%;
}
.profile-head .nav-tabs .nav-link{
    font-weight:600;
    border: none;
}
.profile-head .nav-tabs .nav-link.active{
    border: none;
    border-bottom:2px solid #0062cc;
}
.profile-work{
    padding: 14%;
    margin-top: -15%;
}
.profile-work p{
    font-size: 12px;
    color: #818182;
    font-weight: 600;
    margin-top: 10%;
}
.profile-work a{
    text-decoration: none;
    color: #495057;
    font-weight: 600;
    font-size: 14px;
}
.profile-work ul{
    list-style: none;
}
.profile-tab label{
    font-weight: 600;
}
.profile-tab p{
    font-weight: 600;
    color: #0062cc;
}
.rounded.bg-white.mt-5.mb-5 {
  width: 80%;
}

.profile_picmain {
  text-align: center;
}
.profile_picmain h4 {
  font-weight: bold;
}
.mt-5.text-center.submit_blck {
  margin: 30px auto;
}

.profile-pic {
   color: transparent;
   transition: all 0.3s ease;
   display: flex;
   justify-content: center;
  /* align-items: center;*/
  align-items: baseline;
   position: relative;
   transition: all 0.3s ease;
}
 .profile-pic input {
   display: none !important;
}
 .profile-pic img {
   position: absolute;
   object-fit: cover;
   width: 165px;
   height: 165px;
   box-shadow: 0 0 10px 0 rgba(255, 255, 255, .35);
   border-radius: 100px;
   z-index: 0;
}
 .profile-pic .-label {
   cursor: pointer;
   height: 165px;
   width: 165px;
}
 .profile-pic:hover .-label {
   display: flex;
   justify-content: center;
   align-items: center;
   background-color: rgba(0, 0, 0, .8);
   z-index: 10000;
   color: #fafafa;
   transition: background-color 0.2s ease-in-out;
   border-radius: 100px;
   margin-bottom: 0;
   flex-direction: column;
}
 .profile-pic span {
   display: inline-flex;
   padding: 0.2em;
   height: 2em;
}

 
.profile-pic label {
  display: initial;
  margin-bottom: inherit;
}

#prof_mainblk {
  display: flex;
  justify-content: flex-start;
/*align-items: baseline;*/
}

#prof_info .row .col-md-6, #prof_info .row .col-md-12 {
  margin: 10px 0;
}

.prof_subtitle.text-left {
  font-weight: 600;
  padding: 10px 0px;
  border-bottom: 1px solid #ddd;
}
.labels {
  font-weight: 500;
}
.tab_sectionmain {
  width: 100%;
}


.tabs {
  margin: 4rem auto;
  width: 100%;
  max-width: 1130px;
}
.tabs .tabsBody {
  margin: 0;
  padding: 0;
  zoom: 1;
}
.tabs .tabsBody:after {
  clear: both;
  content: "";
  display: table;
}
.tabs .tabsBody li {
  margin: 0;
  display: inline;
}
.tabs .tabsBody li .tabHeader {
  border: none;
  background: none;
  border-bottom: 4px solid #f2f2f2;
  transition: 0.5s;
  margin: 0;
  padding: 20px 0.4em 10px;
  cursor: pointer;
  font-weight: 800;
  display: inline-flex;
  color: #004696;
  width: 23%;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  position: relative;
  transition: 0.3s;
}
.tabs .tabsBody li .tabHeader::before {
  content: "";
  background: #009cdd;
  display: block;
  position: absolute;
  height: 4px;
  right: 0;
  bottom: -4px;
  left: 0;
  z-index: 1;
  transition: transform 0.5s;
  transform: scale(0, 1);
  transform-origin: bottom right;
}
.tabs .tabsBody li .tabHeader:hover::before, .tabs .tabsBody li .tabHeader:focus::before, .tabs .tabsBody li .tabHeader.active::before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}
.tabs .tabsBody li .tabHeader.active ~ .tabContent > div .tab-text {
  animation-name: comeUp;
  animation-duration: 0.6s;
  opacity: 1;
}
.tabs .tabsBody li .tabContent {
  display: none;
  padding: 2rem;
  background: #eaf4fe;
  margin-top: 0.7rem;
  float: left;
}
 
.tabs .tabsBody li .tabContent > * {
  display: flex;
}
 
.tabs .tabsBody li .tabContent > * .tab-text {
  padding: 1rem;
  width: 50%;
}
.tabs .tabsBody li .tabContent > * .tab-text h4 {
  font-family: "AvantGardeforMTBb", sans-serif;
}
.tabs .tabsBody li .tabContent > * .tab-text p {
  margin-bottom: 2rem;
}
 
.tabs .tabsBody li .tabContent > * .img-wrap {
  transform: translatex(4rem);
}
 
.tabs .tabsBody li .tabContent > * img {
  width: 100%;
}
.tabs .no-js .tabsBody li {
  display: block;
}
.tabs .no-js .tabsBody li .tabHeader {
  display: block;
}
.tabs .no-js .tabsBody li .tabContent {
  display: block;
}
@keyframes comeUp {
  0% {
    opacity: 0;
    transform: scale(0.8) translatey(-30px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}



.divider {
  display: block;
  margin: 3rem 0;
  height: 8rem;
  background: #e1e1e1;
}
.button {
  position: relative;
  color: #fff;
  background: #72a32d;
  padding: 0.8rem 2.4rem;
  text-decoration: none;
  font-family: "AvantGardeforMTBb", sans-serif;
  white-space: nowrap;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #72a32d;
  font-size: 18px;
  font-weight: 600;
}
.button:hover {
  background: #4e7616;
  color: #fff;
  text-decoration: none;
}
.button::after {
  position: absolute;
  content: "";
  opacity: 0;
  width: 10px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  transform: rotate(-45deg);
  transition: all 300ms ease 0ms;
  right: 1.8rem;
}
.button:hover::after {
  opacity: 1;
  right: 1.3rem;
}

/*User Profile Page CSS End*/

.select2-selection--multiple .select2-selection__rendered::after {
  color: #000;
  content: "\f103";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  top: 1px;
  right: 4px;
  position: relative;
  float: right;
  width: auto;
  margin-left: auto;
  padding: 0px 5px;
}

#user_region-error, #user_role_id-error {
  margin-top: 55px;
  margin-left: -4.5em;
}


/*Accordion CSS Start*/

ul { list-style-type: none; }

a {
  color: #b63b4d;
  text-decoration: none;
}

/** =======================
 * Contenedor Principal
 ===========================*/


h1 {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-top: 80px;
}

h1 a {
  color: #c12c42;
  font-size: 16px;
}

.accordion {
  width: 100%;
/*  max-width: 360px;*/
/*margin: 5px;*/
/*  margin: 30px auto 20px;*/
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
/*  padding: 5px;*/
}

.accordion .link {
  cursor: pointer;
  display: block;
/*  padding: 15px 15px 15px 42px;*/
  /*padding: 15px 15px 15px 15px;*/
  padding: 10px;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid #CCC;
  /*border-bottom: 1px solid #CCC;*/
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom: 0px;
}

table {
  width: 100% !important;
}


.accordion li:last-child .link { border-bottom: 1px solid #CCC; }

.accordion li i {
  position: absolute;
  top: 10px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: auto;
  left: 150px;
  font-size: 16px;
}

.accordion li.open .link {
  color: #278ac8;
  background-color: #E0EFFF;
}

.accordion li.open i {
  color: #278ac8;
}

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/


.submenu {
  display: none;
/*  background: #444359;*/
  background: #f2f2f2;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #CCC;
border-top: 0px
}

.submenu li { border-bottom: 1px solid #4b4a5e; }

.submenu a {
/*  display: block;*/
  text-decoration: none;
  /*color: #d9d9d9;*/
/*  padding: 12px;
  padding-left: 42px;*/
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
 /* background: #b63b4d;
  color: #FFF;*/
}

/*Accordion CSS End*/


.dt-buttons {
  float: right !important;
  margin-right: 10px;
}

ul.nav-tabs li{
  margin: 0px 20px 0 0;
  /* font-size: 16px; */
  text-align: center; 
  text-decoration: none;
/*  box-shadow: 8px 12px 25px 2px rgba(0,0,0,0.4);*/
}
ul.nav-tabs li:hover {
  margin: 0px 20px 0 0;
  border: none !important;
}

/*dropdown only read start*/
.readonly{
      pointer-events: none;
      background-color: #bbbbbb;
      cursor: not-allowed! important;
   }
/*dropdown only read end*/

.dot {
  /*height: 31px;
  width: 67px;*/
  padding:8px; 
/*  background-color: #278ac8;*/
  border-radius: 50%;
  display: inline-block;
}
.count {
   color: #007dff;
    font-weight: 800;
    font-size: 13px;
}

/* New Styles added by Santhosh 06-02-2025 */
.breaking-news marquee{
  position: relative;
  z-index: -3;
}
.flink {
  color: #278ac8 !important;
  font-size: 14px;
  border-right: 1px solid #bababa;
  padding-right: 18px;
}
.fmar li:last-child .flink {
  border-right: 0px solid #bababa!important;
}
#full-screen.login_main_page {
  padding-left: 0px!important;
}
.fp-txt{
  text-align: center;
  font-size: 12px!important;
  margin-top: 10px;
}
.breaking-news {
  margin-left: 15px !important;
}
.web_guide a.form_button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: #fff;
    width: fit-content;
    text-decoration: none;
}
.breaking-news{
  gap:10px;
  margin-left: 25px !important;
    margin-right: 25px !important;
}
.left_column {
  display: none;
}
.page_titlehead .col{
  padding-left: 0px!important;
}

/* Row margin */
#industry_wallet_table_wrapper .row,
#tab_content_project_air .row,
#add_industry_form.row,
#search_table_wrapper .row,
#graphs .row {
  margin-left:-15px !important;
  margin-right: -15px !important;
}
.dash_content .group-align {
  display: inline-flex;
  padding-right: 10px;
  margin-bottom: 0px;
  gap: 10px;
  align-items: center;
}
.dash_content .form-label {
  font-weight: bold;
  margin-bottom: 0;
}
.modal-header {
  align-items: center!important;
  margin: 0!important;
  padding: 6px 15px 5px 15px!important;
  background: #f3f3f3;
}
.form-control {
  font-size: .8rem!important;
}
.page_titlehead{
  position: sticky;
  top:105px;
  background: #fff;
  z-index:7;
  padding-top: 10px;
  width: 100%;
}
.form-control {
  padding:.15rem .2rem!important;
}
table.dataTable tbody th, table.dataTable tbody td {
  padding: 4px 10px!important;
  vertical-align: middle;
  font-size: 12px !important;
}
label {
  margin-bottom:0px!important;
  /* font-weight: 700; */
  font-size: 13px;
}

/* thead {
  position: sticky;
  top: 150px;
} */
.btn-primary.focus, .btn-primary:focus {
  box-shadow: none!important;
}
.page-item.active .page-link {
  border-radius: 5px!important;
}
.select2-container input {
  border: solid 0px #d3d3d3 !important;
  border-radius: 5px;
}
.select2-container .select2-selection--multiple {
  min-height: 25px!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: transparent!important;
  background:none!important;
  box-shadow:none!important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  /*padding-bottom: 3px !important;*/
}
.nav-tabs .nav-link {
  padding-bottom: 4px !important;
}
.sample_type_div button:hover{
  border: 1px solid #d0d0d0!important;
  background: #ffffff!important;
  color: #000000!important;
}
.modal-header .modal-title {
  font-size: 15px;
  font-weight: 600;
}

ul.tabs li a.active {
  border-bottom: 0px solid #278ac8;
  transition: all .4slinear;
  background: #0783fa;
  border-radius: 5px;
  padding: 5px 8px!important;
  color: #fff;
}
#graph4 {
  height: 350px;
  display: flex;
  align-items: center;
}
#graph4 .chartdiv{
  height: 250px;
}

/* Stepper process css */

.arrow-steps .step {
	font-size: 14px;
	text-align: center;
	color: #666;
	cursor: default;
	margin: 0 3px;
	padding: 10px 10px 10px 30px;
	min-width: 180px;
	float: left;
	position: relative;
	background-color: #d9e3f7;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
  transition: background-color 0.2s ease;
}

.arrow-steps .step:after,
.arrow-steps .step:before {
	content: " ";
	position: absolute;
	top: 0;
	right: -17px;
	width: 0;
	height: 0;
	border-top: 19px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 17px solid #d9e3f7;	
	z-index: 2;
  transition: border-color 0.2s ease;
}

.arrow-steps .step:before {
	right: auto;
	left: 0;
	border-left: 17px solid #fff;	
	z-index: 0;
}

.arrow-steps .step:first-child:before {
	border: none;
}

.arrow-steps .step:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.arrow-steps .step span {
	position: relative;
}

.arrow-steps .step span:before {
	opacity: 0;
	content: "✔";
	position: absolute;
	top: -2px;
	left: -20px;
}

.arrow-steps .step.done span:before {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease 0.5s;
	-moz-transition: opacity 0.3s ease 0.5s;
	-ms-transition: opacity 0.3s ease 0.5s;
	transition: opacity 0.3s ease 0.5s;
}

.arrow-steps .step.current {
	color: #fff;
	background-color: #23468c;
}

.arrow-steps .step.current:after {
	border-left: 17px solid #23468c;	
}
.btn.btn-primary.btnNextPro{
  margin-right: 0px!important;
}
.modal-body.btn.btn-primary{
  margin-right: 0!important;
}
.table td, .table th {
    padding: 5px!important;
}
.addmore_air_parameter{
    margin-left: 5px;
    background: #fff;
    border-radius: 5px;
    width: 10px;
    height: 10px;
    display: inline;
    color: #0783fa!important;
    padding: 2px 5px;
}
tr.shownbg {
    background: #e4ecf5 !important;
}
.tble-scrollable{
  height: 30vh;
  overflow-y: auto;
}
.modal-header .close {
    padding: 0!important;
    margin: 0px!important;
}
table.dataTable thead>tr>th.sorting:before, 
table.dataTable thead>tr>th.sorting:after, 
table.dataTable thead>tr>th.sorting_asc:before, 
table.dataTable thead>tr>th.sorting_asc:after, 
table.dataTable thead>tr>th.sorting_desc:before, 
table.dataTable thead>tr>th.sorting_desc:after, 
table.dataTable thead>tr>th.sorting_asc_disabled:before, 
table.dataTable thead>tr>th.sorting_asc_disabled:after, 
table.dataTable thead>tr>th.sorting_desc_disabled:before, 
table.dataTable thead>tr>th.sorting_desc_disabled:after, 
table.dataTable thead>tr>td.sorting:before, 
table.dataTable thead>tr>td.sorting:after, 
table.dataTable thead>tr>td.sorting_asc:before, 
table.dataTable thead>tr>td.sorting_asc:after, 
table.dataTable thead>tr>td.sorting_desc:before, 
table.dataTable thead>tr>td.sorting_desc:after, 
table.dataTable thead>tr>td.sorting_asc_disabled:before, 
table.dataTable thead>tr>td.sorting_asc_disabled:after, 
table.dataTable thead>tr>td.sorting_desc_disabled:before, 
table.dataTable thead>tr>td.sorting_desc_disabled:after {
    right: 0px!important;
}

.table_elm {
    display: flex;
    align-items: center;
    gap: 5px;
}
#industry_histroy_table2_wrapper .row{
    margin-right: -15px!important;
    margin-left: -15px!important;
}
.custom-select-sm {
    margin-top: 5px;
    font-size: 12px!important;
    color: #000!important;
}
.accordion-toggle{
    font-weight: 600;
}
.accordion .card {
    margin-bottom: 10px;
}
.nav-tabs .nav-link {
    border-bottom: solid 3px #fff!important;
}

.nav-tabs .nav-link:hover {
    border-bottom: solid 3px #278ac8!important;
}
.nav-tabs {
    height: 30px;
}
.page_titlehead .cta_btns{
  gap: 0;
}
.btn-primary:hover {
    color: #fff;
    background-color: #cfe6ff!important;
     border-color: none!important; 
}
#pro_parameter_verify_table_air iframe{
  height: 350px!important;
  width: 100%;
}
#carouselExampleIndicators .carousel-item h3 {
    font-size: 16px !important;
    font-weight: 600;
}
#carouselExampleIndicators .carousel-control-prev {
    left: 20px;
}
#carouselExampleIndicators .carousel-control-next {
    right: 20px;
}
#photo_popup iframe {
  width: 100%;
  height: 100%;
}
.add_wallet_btn {
  background: #318cc5;
  padding: 2px 5px;
  border-radius: 23px;
  font-size: 12px;
  color: #fff;
}

#schedule_form .row,
#schedule_project_table_wrapper .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}