:root {
  --fulcro-blue-0: #f8faff;
  --fulcro-blue-1: #e5edf4;
  --fulcro-blue-2: #ccdbea;
  --fulcro-blue-3: #b2c9e0;
  --fulcro-blue-4: #99b7d6;
  --fulcro-blue-5: #7fa5cc;
  --fulcro-blue-6: #6693c1;
  --fulcro-blue-7: #4c81b7;
  --fulcro-blue-8: #326fad;
  --fulcro-blue-9: #195da3;
  --fulcro-blue-10: #004c99;
  --fulcro-blue-11: #004489;
  --fulcro-blue-12: #003c7a;
  --fulcro-blue-13: #00356b;
  --fulcro-blue-14: #002d5b;
  --fulcro-blue-15: #00264c;
  --fulcro-blue-16: #001e3d;
  --fulcro-blue-17: #00162d;
  --fulcro-blue-18: #000f1e;
  --fulcro-blue-19: #00070f;
  --fulcro-orange: #eb9601;
  --fulcro-grey: #ced5db;
  --fulcro-red: #eb2020;
}

/********/
/* BODY */
/********/
/* .content-wrapper {
    background-image: none;
} */

/************/
/* ELEMENTS */
/************/
.form-control:focus {
  border-color: var(--fulcro-blue-9);
  box-shadow: inset 0 2px 0 -2px rgba(0, 0, 0, 0.075), 0px 2px 2px -2px var(--fulcro-blue-9);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f5f5f5;
  opacity: 1;
}
input,
select,
.dropdown-multiselect,
textarea,
.dropdown-multiselect button {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-radius: 0px !important;
}
input,
select {
  text-overflow: ellipsis;
  overflow: hidden;
}
input,
select,
.dropdown-multiselect,
textarea {
  margin-bottom: 10px !important;
}
.select-css {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/icon/caret.png");
  background-image: url(../images/icon/caret-down.svg);
  background-repeat: no-repeat;
  background-position: right 1px top 58%, 0 0;
  background-size: 7px auto, 100%;
  padding: 0 15px 0 0 !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/**********/
/* INPUTS */
/**********/
label {
  margin-bottom: 0px;
  color: var(--fulcro-blue-9);
  font-size: 13px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.label-xs {
  font-size: 11px;
  font-size: 10px;
}
.input-xs {
  font-size: 13px !important; /* 13px */
  padding: 0;
}

input[type="time"].form-control {
  line-height: 22px;
}

.uib-time input {
  width: 28px !important;
}

.uib-time .form-control::placeholder,
.uib-time .form-control::-webkit-input-placeholder {
  color: #ccc;
}

.form-inline .uib-timepicker .form-group {
  margin-bottom: -10px;
}

/***************/
/* INPUT GROUP */
/***************/
.input-group-first,
.input-group-last {
  border-radius: 0px !important;
}
.input-group .input-group-btn button,
.input-group .input-group-btn button:active {
  background: transparent;
  color: var(--fulcro-blue-9);
  margin-top: -10px;
  font-size: 15px;
}
.input-group .input-group-btn button:hover {
  color: var(--fulcro-orange);
}
.input-group .input-group-btn .btn {
  float: right;
  margin-right: 0;
  padding: 0 0 5px 5px;
}
.input-group p,
p.input-group,
.input-group-xs p,
p.input-group-xs {
  margin: 0 !important;
}
span.input-group-btn button,
span.input-group-btn button:hover,
span.input-group-btn button:focus,
span.input-group-btn button:active,
span.input-group-btn button:active:hover {
  border: 0;
  box-shadow: none;
}

/***************/
/* MULTISELECT */
/***************/
.multiselect-xs span.caret {
  margin-right: -4px;
}
.dropdown-multiselect button {
  margin-top: -1px;
  padding-left: 0;
}
.dropdown-multiselect div.buttonText {
  margin-left: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.multiselect-xs div.buttonText {
  font-size: 13px;
}

/***********/
/* BUTTONS */
/***********/
.btn-round-image {
  border: 1px solid !important;
  height: 22px;
  width: 23px;
  padding: 3px !important;
  margin-top: 0 !important;
}
.btn-round-image i {
  font-size: 10px;
}
.btn-round {
  padding: 4px 8px;
  border-radius: 6px !important;
}
.btn-round-mini {
  padding: 2px 6px;
  border-radius: 4px !important;
}
.label-btn {
  padding: 0px 4px;
  margin-top: -7px !important;
}
.btn .caret {
  margin-top: -3px;
}
.btn-sm {
  padding: 2px 6px;
}
.btn-xs {
  padding: 0px 4px;
}

.fulcro-abtn-primary {
  font-size: 10px;
  border: 1px solid var(--fulcro-blue-9);
  border-radius: 6px;
  padding: 4px 8px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--fulcro-blue-9);
}
.fulcro-abtn-primary:hover {
  color: white;
  text-decoration: none;
  border-color: var(--fulcro-blue-9);
  background-color: var(--fulcro-blue-9);
}

/************/
/* NAV TABS */
/************/
.nav-tabs-custom {
  margin-bottom: 15px;
  margin-top: 0px;
}
.nav-tabs-custom > .nav-tabs {
  border-color: var(--fulcro-blue-6) !important;
}
.nav-tabs-custom > .nav-tabs > li {
  border-radius: 6px 6px 0px 0px !important;
  border-top: none;
}
.nav-tabs-custom > .nav-tabs > li.active {
  border-left: none;
}
.nav-tabs > li > a {
  font-size: 13px;
  border-radius: 6px 6px 0px 0px !important;
}
.nav-tabs-custom > .nav-tabs > li > a {
  background: var(--fulcro-blue-0);
  color: var(--fulcro-blue-8);
}
.nav-tabs-custom > .nav-tabs > li > a:hover {
  background: var(--fulcro-blue-1);
  color: var(--fulcro-blue-9);
}
.nav-tabs-custom > .nav-tabs > li > a {
  color: var(--fulcro-blue-8);
  border-top: 1px solid var(--fulcro-blue-9);
}
.nav-tabs-custom > .nav-tabs > li > a:hover {
  border-top: 1px solid var(--fulcro-blue-9) !important;
}
.nav-tabs-custom > .nav-tabs > li.active a {
  background: var(--fulcro-blue-9);
  border-top: 1px solid var(--fulcro-blue-9) !important;
}

.miniTab li {
  margin-top: 1px;
}
.last-tab {
  margin-right: 0 !important;
}
.tab-out-box > .nav-tabs > li > a {
  background: white;
  color: var(--fulcro-blue-9);
}
.tab-out-box > .nav-tabs > li > a:hover {
  background: var(--fulcro-blue-2);
  color: var(--fulcro-blue-9);
}

/*********/
/* ALTRO */
/*********/
.esteroButton {
  margin-right: 5px !important;
  padding-top: 0 !important;
  float: left !important;
  padding-left: 0px !important;
}
.infoTitle {
  background: var(--fulcro-blue-2);
  padding: 5px;
  color: var(--fulcro-blue-8) !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-bottom: 5px !important;
  font-size: 13px !important;
  font-size: 12px !important;
}
.infoTitle > .fa {
  color: var(--fulcro-blue-9) !important;
}
.infoTitle > i {
  display: none;
}
.fulcroReportTable > thead,
.fulcroReportTable .info-td {
  background-color: white !important;
  color: var(--fulcro-blue-9) !important;
}
.skin-blue .sidebar-menu > li.header {
  font-size: 12px;
}
.row-block {
  background: var(--fulcro-blue-1);
  background: var(--fulcro-blue-1);
  padding: 10px 0 0 0;
  border-radius: 6px;
  margin-bottom: 10px;
  border: 1px solid var(--fulcro-blue-9);
}
.row-block-content {
  background: white;
  padding: 5px 0 0 0;
  border-radius: 6px;
  margin-bottom: 10px;
  border: 1px solid var(--fulcro-blue-5);
}
.panel-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.tab-info-icon {
  color: var(--fulcro-orange);
}
.tab-error-icon {
  background: white;
  font-size: 13px;
  border-radius: 50%;
  padding: 0 1.3px 0 1px;
  margin-left: 2px;
  color: var(--fulcro-red);
  -webkit-box-shadow: inset 0px 0px 0px 10px var(--fulcro-red);
  -moz-box-shadow: inset 0px 0px 0px 10px var(--fulcro-red);
  box-shadow: inset 0px 0px 0px 3px var(--fulcro-red);
  border: 1px solid white;
}

.stage-box .box-body {
  height: 550px !important;
}

/********/
/* SKIN */
/********/
.skin-blue .sidebar-menu > li:hover > a {
  border-radius: 4px;
  margin: 0 5px;
}
.skin-blue .sidebar-menu > li.active > a {
  border-radius: 4px 4px 0 0;
}
.skin-blue .sidebar-menu > li > .treeview-menu {
  border-radius: 0 0 4px 4px;
}

/**************/
/* COMPONENTS */
/**************/
.box {
  border-radius: 10px !important;
}
.box-header {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  background: rgb(100, 146, 195) !important;
  background: var(--fulcro-blue-9) !important;
}
.box-body {
  padding-top: 15px;
}
.tableContainer {
  border-radius: 4px;
  border: 1px solid var(--fulcro-blue-1);
}
/* .leftTable td,
.leftTable th {
  text-align: left !important;
} */
.leftTable td > p,
.leftTable th > p {
  text-align: left !important;
  padding-left: 15px !important;
}
.ideeTable th {
  font-size: 12px !important;
}
.roundCheckbox-xs label.roundCheckboxText {
  margin-top: 1px;
}

/********/
/* FONT */
/********/
label,
.infoTitle,
.ideeTable th,
.box-header-title > span,
.label-xs,
button:not(.dropdown-multiselect button),
.abtn,
.nav-tabs-custom > .nav-tabs > li > a,
.nav-tabs-custom > .nav-tabs > li > a:hover,
.nav-tabs-custom > .nav-tabs > li > a span,
.nav-tabs-custom > .tab-out-box > li > a span,
.skin-blue .sidebar-menu > li.header,
.user-info,
.timeline > li > a {
  font-family: "MontSerrat", sans-serif !important;
}
