h2 a .icon {
    margin: 0 0 0 8px;
    vertical-align: middle;
}
h2.collapse-button {
    cursor: pointer;
}
h2.collapse-button .caret {
    border-width: 6px;
    margin-left: 10px;
}
h2.collapse-button .caret {
    border-width: 6px;
    margin-left: 10px;
}
h2.collapse-button .caret.reversed {
    border-top: none;
    border-bottom: 6px dashed;
}

.new-icon {
    color: #fff !important;
    background-color: rgb(29, 178, 177) !important;
    float: right;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    border-radius: 4px;
    text-transform: uppercase;
}

/* BASIC RULES */
.bold {
    font-weight: 500;
}
.underline {
    text-decoration: underline;
}
.linethrough {
    text-decoration: line-through;
}
.disabled {
    pointer-events: none;
    background: #e5e5e6;
    opacity: 0.2;
}
.disabled-icon {
    cursor: not-allowed !important;
    opacity: 0.2;
}
.disabled-element {
    cursor: not-allowed !important;
    pointer-events: none;
    background: #e5e5e6;
    opacity: 0.2;
}
.display-block {
    display: block;
}
.display-inline-block {
  display: inline-block !important;
}
.display-inline-block.hidden {
  display: none !important;
}
.display-none {
    display: none;
}
.font-size-20-px {
    font-size: 20px;
}
.font-size-32-px {
    font-size: 32px !important;
}
.font-bold {
    font-weight: 600 !important;
}
.font-weight-400 {
    font-weight: 400;
}
.font-weight-500 {
    font-weight: 500;
}
.overflow-auto {
    overflow: auto;
}
.no-ellipsis {
    overflow: auto !important;
    text-overflow: initial !important;
    white-space: normal !important;
}
.visibility-hidden {
    visibility: hidden;
}

/* LOADERS */
.loading-container {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1060;
}
.text {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin: 30px 0 0;
    font-weight: 300;
}
.spinner {
    position: relative;
}
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #e5e5e6;
  border-top-color: #151515;
  animation: spinner .6s linear infinite;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.loader {
    margin: 40px 0 0 0;
}
.loader p {
    padding: 24px 0 0 0;
}

/* PADDING / MARGIN / WIDTH / HEIGHT */
.padding-10 {
    padding: 10px;
}
.padding-40 {
    padding: 40px;
}
.padding-top-10 {
    padding-top: 10px;
}
.padding-left-14 {
    padding-left: 14px;
}
.padding-bottom-4 {
    padding-bottom: 4px;
}
.padding-bottom-100 {
    padding-bottom: 100px;
}
.padding-right-4 {
    padding-right: 4px;
}
.padding-right-10 {
    padding-right: 10px;
}
.padding-right-14 {
    padding-right: 14px;
}
.padding-right-20 {
    padding-right: 20px;
}
.padding-top-bottom-8 {
    padding-top: 8px;
    padding-bottom: 8px;
}
.padding-top-bottom-16 {
    padding-top: 16px;
    padding-bottom: 16px;
}
.padding-top-bottom-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.margin-0 {
    margin: 0 !important;
}
.margin-5 {
    margin: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}
.margin-top-15 {
    margin-top: 15px;
}
.margin-top-20 {
    margin-top: 20px !important;
}
.margin-top-30-px {
    margin-top: 30px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-left-16 {
    margin-left: 16px !important;
}
.margin-bottom-0 {
    margin-bottom: 0 !important;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-bottom-50 {
    margin-bottom: 50px;
}
.margin-right-16 {
    margin-right: 16px !important;
}
.margin-top-10-px {
    margin-top: 10px;
}

.width-20-percent {
    width: 20%;
}
.width-30-percent {
    width: 30%;
}
.width-50-percent{
    width: 50%;
}
.width-60-percent{
    width: 60%;
}
.width-70-percent {
    width: 70%;
}
.width-80-percent {
    width: 80%;
}
.width-90-percent {
    width: 90%;
}
.width-100-percent {
    width: 100%;
}

.height-40-px {
    height: 40px;
}
.height-450-px {
    height: 450px;
}
.max-height-550-px {
    max-height: 550px;
}

.min-height-130-px {
    min-height: 130px;
}
.min-height-200-px {
    min-height: 200px;
}
.min-height-300-px {
    min-height: 300px;
}
.min-height-350-px {
    min-height: 350px;
}
.min-height-400-px {
    min-height: 400px !important;
}
.min-height-450-px {
    min-height: 450px;
}

/* TABS */
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #151515;
    margin: 0;
    border: 1px solid #ddd;
    border-top: 2px solid #501e4b;
    border-bottom: 0 transparent;
}
.nav-tabs>li.col-md-4 {
    padding: inherit;
    outline-color: white;
}
.nav-tabs>li>a span {
    outline-color: white;
}
.nav-tabs>li>a {
    border-radius: 0px;
}
.nav>li>a {
    color: #151515;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-decoration: inherit;
}
.not-allowed {
    color: #868282 !important;
}
.not-allowed:hover {
    cursor: not-allowed;
}

/* EMPTY STATE */
.empty-state {
    border: 2px dashed #e5e5e6;
}
.empty-state p {
    margin: 20px 0;
    text-align: center;
    font-weight: 300;
    color: #9d9d9d;
}

/* Google places autocomplete needs to add this z-index change to show them */
.pac-container {
    z-index: 1070;
}

.message {
    display: none;
    position: absolute;
    color: #fff;
    margin: -10px 0 0 0;
    padding: 4px 8px;
    font-size: 14px;
    z-index: 1;
    width: 100%;
}
.input-error .message {
    background-color: #ea2641;
}
.input-success .message {
    background-color: #419641;
}
.icon-error,
.icon-success,
.icon-info {
    position: absolute;
    top: 8px;
    font-size: 24px;
    right: 8px;
    display: none;
}
.icon-error {
    color: #ea2641;
}
.icon-success {
    color: #419641;
}
.icon-info {
    display: block;
    color: #9d9d9d;
}
.input-error .message,
.input-success .message {
    display: block;
}
.input-error .icon-error {
    display: block;
}
.input-success .icon-success {
    display: block;
}
.input-error input.form-control {
    border-color: #ea2641;
}
.input-success input.form-control {
    border-color: #419641;
}

#create-edit-form label {
    font-weight: 500;
    color: #002b41;
    text-transform: uppercase;
}

.fixed-bottom-banner {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
}

@media (min-width: 992px) {
    .modal-600 {
        width: 600px;
    }
    .modal-460 {
        width: 460px;
    }
}

td#manager-main-ets-band {
    padding: 0;
    overflow: hidden;
    background: #F0B323;
    height: 93px; !important
}

.vertical-yellow-band {
    display: block;
    color: #fff;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: lr-tb;
    font-size: 90%;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    width: 15px;
    margin: 66px 0 0 11px;
}

p.file-input-title {
    margin-right: 10px;
    font-weight: 500;
    color: rgb(0, 43, 65);
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
input.file-input-hide {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
div.file-input-field {
    display: block;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 4px;
    color: #151515;
    font-weight: 400;
    transition: none;
    height: 30px;
    border-radius: 4px;
}
label.file-input-btn {
    background-color: #501e4b;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    padding: 1px 6px;
    border-radius: 4px;
    cursor: pointer;
}
p.file-input-file-name {
    font-weight: 300;
}
div.upload-file-warning {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #9D9D9C;
    font-size: 14px;
    font-weight: 300;
}

/* Worked week day selection */
.week-day-box-container {
    display: inline-block;
    width: 12.6%;
}

.week-day-box {
    display: block;
    cursor: pointer;
    margin: 0;
}

.week-day-box {
    height: 39px;
    width: 100%;
    border: 1px solid #501f4b;
    border-top: 6px solid #501f4b;
    text-align: center;
    font-weight: 400;
    padding: 3px;
}

div.time-select-box-container div.time-select-box div.button.validate-time {
    padding: 2px 20px;
}

.time-select-box-container {
    height: 60px;
}

.empty-time-select-box {
    height: 100%;
    display: block;
    text-align: center;
    border: 2px dashed #9d9d9d;
    color : #4f4f4f;
    line-height: 60px;
    line-height: -moz-block-height;
}

.time-select-box {
    text-align: center; /* test */
    height: 100%;
    background-color: #efefef;
    color: #4f4f4f;
    padding: 5px;
}

.time-select-box input {
    display: inline-block;
    width: 80px;
    height: 25px;
    margin: 0 10px 0 10px;
    padding: 0 10px;
    border: 1px solid #501f4b;
}

.week-day-time-select-title {
    font-family: 'Helvetica';
    font-weight: 600;
    font-size:14px;
    margin:0;
    color: black;
}

.week-day-boxes-container {
    display: flex;
    justify-content: space-between;
}
/* End of worked week day selection */

/* Worked week day display */
.week-day-box-big {
    display: inline-block;
    border: 1px solid #9d9d9d;
    border-top: 20px solid #ea2641;
    text-align: center;
    font-weight: 300;
    padding: 6px;
    margin-right: 10px;
    margin-bottom: 10px;
}
/* End of worked week day display */

.jconfirm {
    z-index: 1050 !important;
}

.select2-selection--multiple .select2-search__field{
    width: 100% !important;
}

.geoapify-address .error.active {
    margin-top: -28px;
    color: #fff;
    padding: 4px 8px;
    font-size: 14px;
    z-index: 1;
    width: 100%;
    background-color: #ea2641;
}
