/* Minification failed. Returning unminified contents.
(204,19): run-time error CSS1039: Token not allowed after unary operator: '-background-image-url'
 */
body {
    padding-top: 10px;

}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

select option {
    margin: 40px;
    background: lightgray;
    color: black;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}


.fp { 
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
}

.blink {
    animation: blinker 4s step-start infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.msize-1 {
    max-width: 450px;
}
.msize-2 {
    max-width: 600px;
}


.xxsmall {
    font-size: xx-small;
}

.alerts-border {
    border: 1px #ff0000 solid;
    animation: blink 2s;
    animation-iteration-count: 3;
}

@keyframes blink {
    50% {
        border-color: #fff;
    }
}

.form-check-input-reverse {
    margin-left: 10px;
}

div.hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    text-align: center;
    height: 0px;
    line-height: 0px;
}

.hr-title {
    background-color: #fff;
    padding: 10px;
}

tr.AlertColor {
    background-color: rgb(165, 182, 218);
}

input:read-only {
    background-color: lightgrey
}

input:invalid {
    background-color: lightgoldenrodyellow;
}

.ui-icon-vehicule-gate:after {
    background-image: url("../Views/../Images/car-gate.svg");
}

.ui-icon-subscriber-access:after {
    background-image: url("../Views/../Images/car-parking.svg");
}

.ui-icon-list-number:after {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    background-image: url("../Views/../Images/list-number.svg");
}

.ui-icon-touch-screen:after {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    background-image: url("../Views/../Images/touch-screen.svg");
}

.ui-icon-transfer-user-group-download:after {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    background-image: url("../Views/../Images/transfer-user-group-download.svg")
}

select option {
    margin: 40px;
    background: lightgray;
    color: black;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.blueNumberCircle {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    padding: 3px;
    background: #38c;
    border: 0;
    color: white;
    text-align: center;
    margin: 1px;
    font: 14px Arial, sans-serif;
}

.greenNumberCircle {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    padding: 3px;
    background: #3CB371;
    border: 0;
    color: white;
    text-align: center;
    margin: 1px;
    font: 14px Arial, sans-serif;
}

.grayNumberCircle {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    padding: 3px;
    background: lightgray;
    border: 0;
    color: white;
    text-align: center;
    margin: 1px;
    font: 14px Arial, sans-serif;
}
.grayNumberRectangle {
    width: 24px;
    height: 24px;
    padding: 5px;
    background: lightgray;
    border: 0;
    color: white;
    text-align: center;
    margin: 1px;
    font: 14px Arial, sans-serif;
}

.ui-customwrap {
    border: none;
    box-shadow: none;
}

.ui-underline {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid gray;
    box-shadow: none
}

.bg-yellow {
    background-color: #FCF3CF !important;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(13,110,253, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: #0d6efd !important;
}

.clean-background {
	background: var(--background-image-url);
	background-size: cover;
	background-position-y: center;
}
