
label.error, .field-validation-error, .validation-summary-errors {
    color: #e80c4d;
    font-weight: normal;
}
input.input-validation-error, select.input-validation-error {
    border: 1px solid #e80c4d !important;
}
.field-validation-error, .validation-summary-errors {
    color: #e80c4d;
    margin-bottom: 30px;
}
.validation-summary-errors ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.show { margin-bottom: 10px; }

.price-additions { background-color: #eee; border: 1px solid #e3e6f3; border-radius: 2px;height: 34px; padding: 6px 12px; cursor: not-allowed; }

#map-canvas {
  width:100%;
  height:480px;
}

@media print {
    .app .header-fixed + .layout {
        padding-top: 0;
    }
    .mb25 {
        margin-bottom: 0;
    }
    h3.text-uppercase {
        margin-top: 0;
        margin-bottom: 10px;
    }
}

.modal-header {
    display: flex;
    justify-content: space-between;
}

.modal-lg {
    width: 90% !important;
}

.panel-body {
  -webkit-transition: max-height 1s; 
  -moz-transition: max-height 1s; 
  -ms-transition: max-height 1s; 
  -o-transition: max-height 1s; 
  transition: max-height 1s;  

  overflow: hidden;
}

.panel-sticky-height {
    max-height:200px;
}

.panel-max-height {
    max-height: 999px;
}

.toggle-panel-sticky, .tender-options {
    cursor: pointer;
}

.clickable-row {
    cursor: pointer;
}

.colourpickerSelector {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    background: url(../images/select2.png);
}

.colourpickerSelector>div {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    background: url(../images/select2.png) center;
}

.colourpicker {
    top: 32px;
    left: 0;
    width: 356px;
    height: 0;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    z-index: 9999;
}

.colourpicker .colorpicker {
    background-image: url(../images/custom_background.png);
}

.colourpicker .colorpicker_hue div {
	background-image: url(../images/custom_indic.gif);
}
.colourpicker .colorpicker_hex {
	background-image: url(../images/custom_hex.png);
}
.colourpicker .colorpicker_rgb_r {
	background-image: url(../images/custom_rgb_r.png);
}
.colourpicker .colorpicker_rgb_g {
	background-image: url(../images/custom_rgb_g.png);
}
.colourpicker .colorpicker_rgb_b {
	background-image: url(../images/custom_rgb_b.png);
}
.colourpicker .colorpicker_hsb_s {
	background-image: url(../images/custom_hsb_s.png);
	display: none;
}
.colourpicker .colorpicker_hsb_h {
	background-image: url(../images/custom_hsb_h.png);
	display: none;
}
.colourpicker .colorpicker_hsb_b {
	background-image: url(../images/custom_hsb_b.png);
	display: none;
}
.colourpicker .colorpicker_submit {
	background-image: url(../images/custom_submit.png);
}
.colourpicker .colorpicker input {
	color: #778398;
}

.table-responsive {
    display: block;
    overflow-x: auto;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

.icon-success {
    color: #15db81;
}
.icon-warning {
    color: #daac16 ;
}
.icon-danger {
    color: #da3e16;
}