﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

#dialogModal > .modal-dialog {
    position: absolute;
    top: 50% !important;
    transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    -webkit-transform: translate(0, -50%) !important;
    margin: auto 21%;
    width: 100%;
    height: 90%;
}

/*.modal-content {
    min-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.modal-body {
    position: absolute;
    top: 45px;*/ /** height of header **/
/*bottom: 45px;*/ /** height of footer **/
/*left: 0;
    right: 0;
    overflow-y: auto;
}

.modal-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}*/

input[type="checkbox"][readonly] {
    pointer-events: none !important;
}

.vertical-middle {
    vertical-align: middle !important;
}

.title-login {
    font-weight: bold;
    font-size: 25px;
    width: 100%;
    text-align: center;
    margin-top: 4%;
    margin-bottom: 3%;
    color: #444343;
}

.section-login {
    width: 600px;
    /*border: 1px solid;*/
    margin: 0 auto;
    box-shadow: 0 5px 5px -3px rgb(0 0 0 / 6%), 0 8px 10px 1px rgb(0 0 0 / 4%), 0 3px 14px 2px rgb(0 0 0 / 4%) !important;
}

.title-welcome {
    border-bottom: 1px solid;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 25px;
    color: #444343;
}

.section-copyright {
    text-align: center;
    width: 100%;
    margin-top: 50px;
    border-top: 1px solid
}

#frmLogin {
    padding: 20px;
}

.border-header {
    border-bottom: 2px solid #e2e243 !important;
}

.required:after, .hasError::after {
    font-family: FontAwesome;
    position: absolute;
    right: 7px;
    top: 1px;
    font-size: 12px;
}

.required:after {
    content: "*";
}

@media(min-width: 768px) {
    .padding-right5 {
        padding-right: 5px !important;
    }

    #content-wrapper {
        overflow-x: hidden !important;
    }

    .lg-screen-text-right {
        text-align: right;
    }
}

.padding-left10 {
    padding-left: 10px !important;
}

.padding-left15 {
    padding-left: 15px !important;
}

dt::after {
    content: ":";
    padding-right: 5px;
}

.padding-top5 {
    padding-top: 5px !important;
}

.padding-bottom0 {
    padding-bottom: 0px;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
    width: 14rem;
}

/*.mobile-display {
    display:none;
}
*/
@media(min-width:576px) {
    .mobile-display {
        display: none;
    }

    .logo > img {
        height: 35px;
        padding-right: 5px;
    }
}

@media(max-width:575px) {
    .logo {
        display: none;
    }

    .small-device-display-none {
        display: none;
    }
}

.navbar-brand {
    color: white !important;
}

.select2-selection--single {
    height: 36px !important;
    line-height: 36px !important;
}

.select2-selection--multiple .select2-search__field {
    /*width: 150% !important;*/
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f2f4f6;
    opacity: 1;
}

.holds-the-iframe {
    background: url(../images/loader.gif) center center no-repeat;
}

.select2-float-label {
    left: 1.6rem !important;
    background: #fff;
    height: 8px;
}

.dt-buttons {
    padding-bottom: 10px;
}

#mapContainer,
#map {
    height: 400px;
    width: 100%;
}
td.details-control {
    background: url('../../images/details_open.png') no-repeat center center;
    cursor: pointer;
    /*padding: 33px !important;*/
}

tr.shown td.details-control {
    background: url('../../images/details_close.png') no-repeat center center;
}

.details-control {
    padding-left: 50px !important;
}

td.details-control-deactive {
    background: url('../../images/details_open-deactive.png') no-repeat center center;
}

.details-control-deactive {
    width: 50px !important;
}