/*!
=========================================================
* smartOps custom styles
=========================================================
*/
.main-content-no-auth {
  min-height: calc(100vh - 10rem);
}
.main-container-height {
  min-height: calc(100vh - 12rem);
}

.main-content-no-auth .navbar .container {
  display: block;
  text-align: center;
}

.main-content-no-auth .navbar-horizontal .navbar-brand img {
  height: 90px;
}

.main-content-no-auth .navbar-top {
  margin-top: 30px;
}

.getStat {
  cursor: pointer;
}

.disabled {
  opacity: 0.5;
}

.home_card_img {
  /* height: 57px; */
  max-width: 100%;
}

.home_card .fa-3x {
  font-size: 3.55em;
  color: #0aa1dd;
}

.home_card .fa-spin {
  animation: fa-spin 5s infinite linear;
  color: #15133c;
}

.home_card .fa-spin.spin-reverse {
  animation-direction: reverse;
}

.combine-cogs.bottom-cog {
  margin-left: -15px;
  color: #2b2958;
}

.combine-cogs.top-right-cog {
  position: absolute;
  left: 82px;
  color: #4a4875;
}

.home_card .custom-label {
  font-size: 23px;
  color: #15133c;
}

.home_card span {
  display: inline-block;
  vertical-align: middle;
}

.hr-white {
  background-color: #abe7f9;
}

.log-out {
  display: block;
  color: #ff5b5b;
  background-color: white;
  padding: 5px 10px;
  border-radius: 50%;
}

span.nav-link-inner--text:not(:empty) {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  border-right: 1px solid white;
}

.color-white {
  color: white;
}
.color-primary {
  color: #279abc;
}
.disabled {
  opacity: 0.8;
}
.nav-image {
  max-width: 220px;
  margin-right: 10px;
}

.nav-image + span {
  padding: 5px 0px 5px 0;
  border-right: 1px solid white;
  /* margin-right: 5px; */
}

.home_card {
  height: 100%;
}

.card-folders .folder_card {
  background-color: transparent;
  text-align: center;
}

.card-folders .folder_card .home_card {
  background-color: transparent;
  border: 1px solid #ffffff6e;
  height: 100%;
}

.card-folders .folder_card h5,
.card-folders .folder_card i {
  color: white !important;
}

.smart-tab-card {
  width: 100%;
}

.smart-tabs .nav-pills .nav-link {
  color: #006ea5;
  background-color: #fff;
  border-radius: 3px;
}

.smart-tabs .nav-pills .nav-link.active,
.smart-tabs .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #006ea5;
}

/* Vendor override */
.select2-container--default .select2-selection--single {
  border: 1px solid #cad1d7 !important;
  height: 50px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 10px 20px 10px 8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px !important;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #cad1d7 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3aabcc !important;
  border: 1px solid #259cbe !important;
  border-radius: 3px !important;
  padding: 2px 5px !important;
  color: white !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: white !important;
}
.error-color {
  color: crimson;
}
.errorBlock {
  color: crimson;
}
/* input:invalid {	
box-shadow: 0 0 5px 1px crimson;	
}	
input:focus:invalid {	
box-shadow: none;	
} */

.form-control {
  border-radius: 3px;
}

.form-control.form-check-input {
  width: 30px;
}

select.form-control {
  /** for the dropdown indicator */
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
  padding-right: 30px;
}

.signature-pad {
  cursor: pointer;
  border: 1px solid #cad1d7;
  border-radius: 3px;
  padding: 5px;
}

.clear-button {
  vertical-align: top;
}

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

.color-cloudflare {
  color: #e97c27;
}

/* Hide arrows */
/* Chrome, Safari, Edge, Opera */
input#mobile::-webkit-outer-spin-button,
input#mobile::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type='number']#mobile {
  -moz-appearance: textfield;
}

.card .visitors-table.table td,
.card .table th {
  /* padding: 10px; */
  max-width: 120px;
  white-space: unset;
}

.ellipsis {
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  cursor: pointer;
}

.ml-auto {
  margin-left: auto;
}

.navbar-search .input-group {
  background-color: #279abc;
}

.text-12 {
  font-size: 12px;
}

.view-title {
  color: #8898aa !important;
  margin-bottom: 10px;
  display: block;
}

.view-value {
  margin-bottom: 15px;
}

.view-block {
  border-bottom: 1px solid #8898aa;
  margin-bottom: 15px;
}

.page-item.active .page-link {
  color: #fff;
  border-color: #279abc;
  background-color: #279abc;
}

.checkbox-input {
  margin-right: 5px;
}

/* Media queries */

@media only screen and (max-width: 1466px) and (min-width: 1300px) {
  .home_card .custom-label {
    font-size: 18px;
    /* vertical-align: top;
        color: slategray; */
  }

  .home_card .fa-3x {
    font-size: 3.4em;
  }
}

@media only screen and (max-width: 1299px) and (min-width: 1200px) {
  .home_card .custom-label {
    font-size: 15px;
    /* vertical-align: top;
        color: slategray; */
  }

  .home_card .fa-3x {
    font-size: 3.2em;
  }

  .combine-cogs.top-right-cog {
    left: 75px;
  }
}
