
/* WELCOME */

#banner img {
    height: 100px;
    width : auto;
    display: block;
    margin: auto;
}

.banner-img {
    height: auto;
    width : 50%;
    display: block;
    margin: auto;
}

#dashboard .card img {
    height: 250px;
    width : auto;
    display: block;
    margin: auto;
}

/* OTHERS */

#helper {
    position: fixed;
    bottom: 0px !important;
    right: 0px !important;
    left: 0px !important;
    background-color: white;
    z-index: 9999 !important;
}

#helper ul li {
    list-style-type: none;
}

#helper img {
    position: relative;
    width : 80px;
    height : auto;
    margin: 0px 10px;
}

footer {
    text-align: center;
}

@media only screen and (max-width: 991px) {

    .group-objects .custom-checkbox {
        width: 100% !important;
    }
}

@media only screen and (max-width: 1140px) {

    #helper {
        /*position: relative;*/
        width: 100%;
        float: right;
    }

    #helper img {
        width : 70px;
    }

    body {
        margin-bottom: 5rem !important;
    }

}

/* FORM */

input[type=text], input[type=number], input[type=email], input[type=password], input[type=date], textarea, select.custom-select, .custom-radio .custom-control-label {
    background-color: white;
    border: 2px solid #00AEC7;
}

input[type=text]:hover, input[type=number]:hover, input[type=email]:hover, input[type=password]:hover, input[type=date]:hover, select.custom-select:hover, .custom-radio .custom-control-label:hover,
input[type=text]:active, input[type=number]:active, input[type=email]:active, input[type=password]:active, input[type=date]:active, select.custom-select:active, .custom-radio .custom-control-label:active {
    color: black;
    background-color: white;
    border: 2px solid #116A85;
}

a.btn, button.btn, input[type=text], input[type=number], input[type=email], input[type=password], input[type=date], textarea, select.custom-select, .custom-radio .custom-control-label, .custom-field {
    border-radius: 0.25rem;
    padding: 12px 25px;
}

.custom-label {
    padding-left: 25px;
    padding-left: 25px;
}

a.btn, button.btn, input[type=text], input[type=number], input[type=email], input[type=password], input[type=date], select.custom-select, .custom-radio .custom-control-label, .custom-field {
    height: 50px;
}

a.btn, button.btn {
    text-transform: uppercase;
}

input[type=text]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=date]::-moz-placeholder {
    color: grey;
}

input[type=text]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder {
    color: grey;
}

input[type=text]::placeholder, input[type=number]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder, input[type=date]::placeholder {
    color: grey;
}

.input-group-text {
    background-color: #00AEC7;
    color :white;
    border: 2px solid #00AEC7;
}

.input-group-append button, .input-group-append .input-group-text, .input-group-prepend button, .input-group-prepend .input-group-text {
    min-width : 80px;
    text-align: center;
}

.custom-checkbox .custom-control-input {
    width: 25px !important;
    height: 25px !important;
    margin : 6px 0px !important;
}

.custom-checkbox .custom-control-label {
    height: 36px;
    padding: 12px 0px 12px 40px;
}

.custom-checkbox .custom-control-label::before {
    border: 2px solid #00AEC7 !important;
    width: 25px !important;
    height: 25px !important;
    border-radius: 0.25rem !important;
    margin : 6px 0px;
    left : 0px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before  {
    background-color: #00AEC7;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after  {
    background-image: none !important;
    color: white !important;
    content: '✔' !important;
    font-size: 16px !important;
    margin : 8px 6px;
    left : 0px;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border: 2px solid #00AEC7 !important;
    background-color: #FFFFFF !important;
}

.custom-checkbox .custom-control-input[disabled] ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #E9ECEF !important;
}

.custom-radio .custom-control-label::before, .custom-radio .custom-control-label::after {
    display: none;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label {
    background-color: #106983 !important;
    color : white;
}

.custom-radio input[type="radio"]:disabled ~ .custom-control-label {
    background-color: #dbdbdb;
    opacity: 1;
}

form .form-tab {
    display: none;
}

#request-form .group-categories .custom-radio {
    width: 80% !important;
}

#request-form .group-categories .custom-radio input[type="radio"]:checked + .custom-control-label .arrow::after {
    content: "\203A" !important;
    color: white;
    font-size: 58px;
    position: absolute;
    right: 25px;
    top: -21px;
}




@media only screen and (max-width: 767px) {

    #request-form .group-categories .custom-radio {
        width: 100% !important;
    }

    #request-form .group-categories .custom-radio .custom-control-label {
        text-align: center !important;
    }

    #request-form .group-categories .custom-radio input[type="radio"]:checked + .custom-control-label .arrow::after {
        content: "" !important;
    }

}


/*
#request-form .group-objects {
    margin: 1.2em 0 !important;
    display: none;
}

#request-form .group-objects.active {
    display: block;
}
*/

#progressbar {
    overflow: hidden;
    color: darkgray;
}

.darkblue-bg #progressbar .active {
    color: white;
}

#progressbar .active {
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 16%;
    display: inline-block;
    position: relative;
    white-space-collapsing:discard
}

#progressbar li:after {
    content: attr(data-content);
}

#progressbar li:after {
    width: 40px;
    height: 40px;
    line-height: 35px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: darkgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 3px;
    position: relative;
    z-index: 5;
}

#progressbar li:before {
    content: '';
    width: 110%;
    height: 1px;
    background: darkgray;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 1;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #106983 !important;
}

/* TABLE */

table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 0.25rem;
    overflow: hidden;
}

table thead {
    color : #00aec7;
}

table th {
    padding : 20px 10px;
    text-transform: uppercase;
}

table tbody tr[onClick]:hover {
    background-color : #00aec7 !important;
    color : white;
    cursor:pointer;
}

table th, table td {
    padding : 10px;
    display: table-cell;
    word-wrap: break-word;
}

table tbody tr:nth-child(even){
    background-color : #f1fafb;
}

.status-badge {
    min-width: 12px;
    min-height: 12px;
    white-space: nowrap;
    border-radius: 0.25rem;
    /*display: inline-block;*/
    padding: .2em .2em;
    border : 1px solid white;
}

.pagination .page-link {
    background-color: white;
    border-top: 2px solid #00AEC7;
    border-bottom: 2px solid #00AEC7;
    border-left: none;
    border-right: none;
    padding: 15px;
    text-align: center;
    height: 50px;
    color : #212529;
    font-weight: normal;
}

.pagination .page-link:hover {
    background-color: #00AEC7 !important;
    color : white;
}

.pagination .page-link:active, .pagination .active .page-link {
    background-color: #00AEC7;
    color : white;
}

.pagination .page-item:first-child .page-link {
    border-left: 2px solid #00AEC7;
    border-top: 2px solid #00AEC7;
    border-bottom: 2px solid #00AEC7;
}

.pagination .page-item:last-child .page-link {
    border-right: 2px solid #00AEC7;
    border-top: 2px solid #00AEC7;
    border-bottom: 2px solid #00AEC7;
}

.pagination .page-item.disabled .page-link {
    border-color: #00AEC7;
    color : #dee2e6;
}

#carto-map {
    height: 100%;
    min-height: 248px;
    overflow: hidden;
    border-radius: 0.25rem;
    border: 2px solid #00AEC7;
}

#carto-map .leaflet-control-zoom a {
    padding : 0px;
}
