/* ---------- Color Module Styles ----------- */

body {
  color: #3b3b3b;
  background: #292929;
}

#page,
#main-wrapper,
.region-primary-menu .menu-item a.is-active,
.region-primary-menu .menu-item--active-trail a {
  background: #fff;
}

.tabs ul.primary li a.is-active {
  background-color: #fff;
}

.tabs ul.primary li.is-active a {
  background-color: #fff;
  border-bottom-color: #fff;
}

#navbar-top {
  background-color: #055a8e;
}

#navbar-main {
  background-color: #1d84c3;
}

a,
.link {
  color: #0071b3;
}

a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #018fe2;
}

a:active,
.link:active {
  color: #23aeff;
}

.page-item.active .page-link {
  background-color: #0071b3;
  border-color: #0071b3;
}

.page-link,
.page-link:hover {
  color: #0071b3;
}

.sidebar .block {
  background-color: #f6f6f2;
  border-color: #f9f9f9;
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #0256b1;
}

.site-footer {
  background: #292929;
}

.region-header,
.region-header a,
.region-header li a.is-active,
.region-header .site-branding__text,
.region-header .site-branding,
.region-header .site-branding__text a,
.region-header .site-branding a,
.region-secondary-menu .menu-item a,
.region-secondary-menu .menu-item a.is-active {
  color: #fffeff;
}


/* ---------- Color Form ----------- */

[dir="rtl"] .color-form .color-palette {
  margin-left: 0;
  margin-right: 20px;
}

[dir="rtl"] .color-form .form-item label {
  float: right;
}

[dir="rtl"] .color-form .color-palette .lock {
  right: -20px;
  left: 0;
}
.chtext {
  text-align: right !important;
  display: block;
  width: 180px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #596374;
  padding: 7px;
  float: right;
}
.menu-active {
  background: #E8F1FB;
  color: #ca0032;
  font-weight: 500;
}
.left-menu-holder {
  width: 287px;
  padding-left: 10px;
}
.right-content-holder {
  width: calc(100vw - 316px);
  padding: 10px;
  background-color: #F7F9FC;
  border: 1px solid #E5E9EC;
  height: calc(100vh - 170px);
}
button#edit-submit {
  width: 100%;
  /* margin-top: 30px !important; */
  margin-top: 15px !important;
  background: #CA0032;
  color: #ffffff;
  border: solid #CA0032 1px;
  margin-bottom: 15px !important;
}
.content-holder {
  padding-left: 0;
  background-color: #FFFFFF;
  margin-top: 30px;
}
.upload-holder {
  margin-top: 1rem;
  font-size: 14.4px;
}
.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  /* width: 450px; */
  max-width: 100%;
  padding: 25px;
  background-color: #FFFFFF;
  border: 1px dashed #CED4DA;
  border-radius: 2px;
  transition: 0.2s;
  justify-content: center;
  flex-direction: column;
}
.table-holder {
  padding: 0 3px 0 12px;
}
.table-holder .table-responsive .table {
  margin: 0px !important;
}
.table-holder .table-responsive .table thead tr th {
  background: #CED4DA;
  color: #000000;
  font-weight: 500;
  padding: 0.5rem 0.8rem !important;
}
.table-holder .table-responsive tr{
  background-color: white;
  border-bottom-color: #dee2e6;
}
.table-holder .table-responsive .table tbody tr td {
  padding: 0.5rem 0.8rem !important; 
  border-bottom: 1px solid #dee2e6 !important;
}
.table-icon-txt span {
  padding-left: 5px;
}
.fas.fa-pen, .far.fa-trash-alt {
  color: #1C77D6;
  /* content: "\f304"; */
}
.table-holder .lico-tbl-bg {
  background-color: white !important;
  border-radius: 5px;
  padding: 0px;
  margin-top: 10px;
  /* margin-bottom: 25px; */
  font-size: 0.9rem;
}
.upload-holder .label{
  margin-bottom: .25rem!important;
}
.clh-logo {
  background: #c03;
  padding: 10px 0px;
  text-align: center;
}

.header1 {
  background-color: #CA0032;
  padding-left: 0px;
}

.right-logo {
  background-color: #CA0032;
  padding-left: 0px;
  display: flex;
  justify-content: right;
  align-items: center;
}

/* .header h2 {
  font-size: 23px;
  padding-top: 8px;
  padding-left: 24px !important;
  font-weight: 600;
  margin-bottom: 0;
} */

.isp-logo1 {
  font-size: 23px;
  /* padding-top: 8px; */
  /* padding-left: 24px !important; */
  background: #EDF1F7;
  padding: 15px 9px 15px 24px;
  border-right: solid 1px #EDF1F7;
  color: #ca0032;
  font-weight: 600;
  margin-bottom: 0;
}

.dq-infologo1 {
  font-size: 23px;
  padding: 15px 9px 15px 24px;
  font-weight: 400;
  padding-left: 12px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0;
  float: left;
}

.clh-logo-right1 {
  margin: 15px 15px;
  float: right;
}
.left-header1 {
  width: 287px;
  padding: 0;
}
.content-holder {
  padding-left: 0;
  background-color: #FFFFFF;
  margin-top: 30px;
}
.footer-holder1 {
  height: 50px;
  background-color: #FFFFFF;
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.privacy-policy-holder1 {
  font-size: 12px;
  padding: 0 20px;
}
.copyright-holder1 {
  color: #848689;
  font-size: 12px;
  padding: 0 20px;
}
.right-header1 {
  width: calc(100% - 287px);
  padding: 0;
}
#edit-my-file--description,#edit-my-file--label{
  display:none;
}
#edit-my-file-upload, [name="files[my_file]"] {
  position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}
.choose-file-button {
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  /* padding: 8px 15px; */
  margin-right: 10px;
  /* font-size: 12px; */
  /* text-transform: uppercase; */
  color: #5E5ADB;
}
.upload-sec-txt {
  margin-top: 1rem;
  margin-bottom: 0;
}
.form-item-document-type label{
  margin-bottom: .25rem!important;
}
.hdr-mobile1{
  display:none;
}
#mobile-menu{
  display:none;
}
.path-upload .main-content{
  padding:0px !important;
}
.file-drop-area p {
  text-align: center;
}
.js-form-item.js-form-type-managed-file.form-type-managed-file.js-form-item-my-file.form-item-my-file.mb-3 {
  margin-bottom: 0px !important;
}
.table-holder th{
  border-bottom: 1px solid #dee2e6 !important;
}
.left-side-desktop{
  width: 225px;
  padding: 0;
}

.hyperlink-class {
  color: #ca0032 !important;
}


.profile-holder {
  display: flex;
  justify-content: left;
  align-items: center;
}
.profile-holder1 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.profile-holder .navbar-collapse,.profile-holder1 .navbar-collapse {
  margin-right: 32px;
}

.profile-holder .usr-name,.profile-holder1 .usr-name {
  padding-right: 5px;
}

.profile-holder .dropdown-menu.show ,.profile-holder1 .dropdown-menu.show{
  display: block;
  background: white;
  border: solid 1px #e1e1e1;
  border-radius: 0;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.10);
  -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.10);
  top: -7px!important;
  min-width: 6.5rem;
  border-radius: 4px;
  left:-65px !important;
}

.profile-holder .dropdown-toggle::after,.profile-holder1 .dropdown-toggle::after {
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 7px;
}

.profile-holder .dropdown-item,.profile-holder1 .dropdown-item {
  color: #495057!important;
  font-size: 14px;
  padding: 0.2rem 1.5rem;
}

.profile-holder .dropdown-item:hover,.profile-holder1 .dropdown-item:hover {
  color:#495057;
}

.profile-holder .dropdown-item.active,.profile-holder1 .dropdown-item.active, .dropdown-item:active {
  color: black;
  text-decoration: none;
  background-color: #ffffff;
}

.profile-holder .logout-stl ,.profile-holder1 .logout-stl{
  padding-top: 14px;
  display: inline;
}

#navbarNavDarkDropdown > ul > li, #navbarNavDarkDropdown > ul > li > ul > li {
  list-style: none;
}
.profile-holder1 .navbar-collapse {
  flex-basis: 1%;
  flex-grow: 0;
  align-items: center;
  margin-right: 0px;
}
.modal {
  display: none;
  position: fixed;
  left:180px;
  top: 136px;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  
}
.modal-content {
  background-color: #fff;
  padding: 1px ;
  border:solid #e9ecef 20px   ;
  max-width: 80%;
  text-align: center;
}
.close-popup {
  color: #aaa;
  position: absolute;
  top:-32px ;
  right:-14px ;
  font-size: 28px;
  font-weight: bold;
}
.close-popup:hover,
.close-popup:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.header-help-icon{
  padding-right: 22px;
}
