/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

.popover {
  z-index: 10000 !important;
}

.custom-input-field-disable {
  width: 100% !important;
  border: none !important;
  background-color: transparent !important;
  padding-top: 3px;
}

.custom-input-field-enable {
  width: 100% !important;
  color: black !important;
}

.custom-color-impacts-level {
  color: red !important;
}

.custom-color-optional-level {
  color: darkgoldenrod !important;
}

.custom-color-suggested-level {
  color: orange !important;
}

.modal-header {
  padding: 10px 34px !important;
}

.modal-header img {
  margin-right: 15px;
}

.modal-header .close {
  font-size: 2.3em !important;
}

.custom-color-not-used-level {
  color: green !important;
}

.min-height {
  min-height: 361px;
}

a i,
button i {
  margin-right: 5px;
}

.custom-margin {
  margin: 2px;
}

.custom-accordion-padding {
  padding: 10px;
}

.custom-download-link {
  padding-top: 5px;
}

.custom-accordion-paddingTopBottom {
  padding-top: 15px;
  padding-bottom: 15px;
}

.custom-logo-width-main {
  width: 120px !important;
  height: 40px;
  padding-left: 10px;
}

#extr-page #header #logo {
  margin: 0 !important;
}

#logo-group {
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.custom-logo-width-auth {
  width: 80px !important;
}

.custom-auth-header {
  position: relative !important;
}

.custom-grid-icon {
  font-size: 20px !important;
  color: #0c4d8d !important;
  padding: 5px;
}

.custom-text-color-ikyc {
  color: #0c4d8d !important;
}

.custom-text-color-black {
  color: black !important;
}

.custom-text-color-yellow {
  color: #dfdf3b !important;
}

.custom-text-color-red {
  color: red !important;
}

.custom-text-color-green {
  color: green !important;
}

.custom-text-color-orange {
  color: #c71d00 !important;
}

.custom-background-color-red-grid {
  background-color: #ff7777 !important;
}

.custom-background-color-light-red-grid {
  background-color: #ffaaaa !important;
}

.custom-text-color-white {
  color: white !important;
}

.custom-bg-color-red {
  background: rgb(228, 107, 107) !important;
  color: white !important;
}

.custom-bg-color-orange {
  background: rgb(228, 186, 107) !important;
  color: white !important;
}

.custom-bg-color-green {
  background: rgb(107, 228, 147) !important;
  color: black !important;
}

.custom-bg-color-yellow {
  background: rgb(255, 233, 110) !important;
}

.custom-text-color-orange:hover {
  color: #e43f23 !important;
}

.custom-loginForm-min-height {
  min-height: 200px !important;
}

.custom-datatable-backround {
  background-color: white !important;
}

.custom-backround-transparent {
  background: transparent !important;
}

.custom-backround-grey {
  background: #f4f4f4 !important;
}

.custom-box-container {
  position: relative;
  width: 100%;
  background-color: #fbfbfb;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 0 1px 1px #ececec;
  -webkit-box-shadow: 0 1px 1px #ececec;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
}

.custom-line {
  border-bottom: 1px solid #0c4d8d;
  margin-bottom: 10px;
}

.custom-backgroun-color-ikyc {
  background-color: #0c4d8d !important;
}

.custom-backgroun-color-pricing {
  background-color: #eaeaea !important;
}

.custom-border-color-pricing {
  border-right: 1px solid #eceaea !important;
  border-left: 1px solid #eceaea !important;
}

.custom-list-group-padding {
  padding-left: 18em !important;
}

.custom-logo-padding {
  padding: 5em !important;
}

.custom-list-group-item-border {
  border-bottom: 1px solid #ddd !important;
  background-color: transparent !important;
  border: none;
  padding-left: 0em !important;
}

.custom-font-size {
  font-size: 22px !important;
}

.custom-documentcheck-result {
  font-size: 18px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.custom-documentCheckVer-font-size {
  font-size: 18px !important;
}

.custom-font-size-button {
  font-size: 18px !important;
}

.custom-col-12 {
  width: 100%;
}

.custom-col-6 {
  width: 50%;
}

.custom-graph-padding {
  padding: 0px 50px 0px 50px !important;
}

.custom-graph-padding-bottom {
  padding-bottom: 50px !important;
  text-align: center !important;
}

.custom-graph-title {
  font-size: 20px !important;
  margin: 10px !important;
  color: #0c4d8d !important;
}

.custom-profile-pic>img {
  top: 0px !important;
  margin-bottom: 0px !important;
}

.custom-fixed-footer {
  position: fixed;
  z-index: 901;
}