/*START PAGE LOADER*/
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

    -webkit-perspective: 12rem;
    -moz-perspective: 12rem;
    -ms-perspective: 12rem;
    -o-perspective: 12rem;
    perspective: 12rem;

    z-index: 2000;
    position: fixed;
    height: 4rem;
    width: 4rem;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pace.pace-inactive .pace-progress {
    display: none;
}

.pace .pace-progress {
    position: fixed;
    z-index: 2000;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 4rem;
    width: 4rem !important;
    line-height: 4rem;
    font-size: 1.5rem;
    border-radius: 50%;
    background: rgba(34, 153, 221, 0.8);
    color: #fff;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 100;
    text-align: center;

    -webkit-animation: pace-theme-center-circle-spin linear infinite 2s;
    -moz-animation: pace-theme-center-circle-spin linear infinite 2s;
    -ms-animation: pace-theme-center-circle-spin linear infinite 2s;
    -o-animation: pace-theme-center-circle-spin linear infinite 2s;
    animation: pace-theme-center-circle-spin linear infinite 2s;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.pace .pace-progress:after {
    content: attr(data-progress-text);
    display: block;
}

@-webkit-keyframes pace-theme-center-circle-spin {
    from { -webkit-transform: rotateY(0deg) }
    to { -webkit-transform: rotateY(360deg) }
}

@-moz-keyframes pace-theme-center-circle-spin {
    from { -moz-transform: rotateY(0deg) }
    to { -moz-transform: rotateY(360deg) }
}

@-ms-keyframes pace-theme-center-circle-spin {
    from { -ms-transform: rotateY(0deg) }
    to { -ms-transform: rotateY(360deg) }
}

@-o-keyframes pace-theme-center-circle-spin {
    from { -o-transform: rotateY(0deg) }
    to { -o-transform: rotateY(360deg) }
}

@keyframes pace-theme-center-circle-spin {
    from { transform: rotateY(0deg) }
    to { transform: rotateY(360deg) }
}

/*END PAGE LOADER*/
.pace.pace-inactive .pace-progress:after {
    display: none !important;
}
.pace .pace-progress:after {
    display: none !important;
}

body {
    background-color: #fff !important;
}
.top-nav {
    background-color: #30679A;
    height: 55px;
    padding: 0px;
}
.top-nav a {
    color: #fff;
    font-size: 20px;
    width: 25px;
    display: inline-block;
    text-decoration: none;
}
.top-nav a:hover {
    color: #fff;
    text-decoration: none;
}
.top-nav-title {
    width: 100% !important;
    font-size: 20px !important;
}
.logo-section .logo {
    height: 150px;
}
.main-content {
    margin-top: 205px; /* and already set on logo.blade.php */
    margin-bottom: 80px;
}
.logo img {
    max-width: 100px;
    max-height: 100px;
}
.space-t-50 {
    margin-top: 50px !important;
}
.space-t-25 {
    margin-top: 25px !important;
}
.space-b-50 {
    margin-bottom: 50px !important;
}
.space-b-25 {
    margin-bottom: 25px !important;
}
.space-tb-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.space-tb-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}
.login-form form .description {
    font-size: 15px;
    text-align: center;
    margin: 25px 0px;
}
.form-control {
    padding: 0.70rem .75rem;
}
.search-or-create .btn {
    padding: .60rem .75rem;
}
.search-contract .description {
    text-align: center;
}
.search-contract .separator {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.error-message {
    display: block;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}
.has-error input {
    border-color: #dc3545;
}
.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #ced4da;
}
.btn, .custom-file-control:before {
    border: 1px solid !important;
}
.btn-secondary.custom-file-control:before, .btn.btn-secondary {
    color: #fff !important;
    background-color: #30679A !important;
    border-color: #2b5c8a !important;
}
.form-control:focus {
    box-shadow: none !important;
}
.arrow-list .list-group-item:before {
    content: "\f054";
    position: absolute;
    right: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: inherit;
    line-height: 1;
    font-family: FontAwesome;
}
.arrow-list .list-group-item {
    color: #424242!important;
    border-bottom: 1px solid #dee2e6!important;
}
.paid-list {
    border-bottom: 1px solid #dee2e6 ;
    padding: 10px 0px;
}
.ticket-form {
    padding-top: 20px;
}
.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label {
    color: #212529 !important;
}
.custom-control-input.is-valid~.custom-control-label:before, .was-validated .custom-control-input:valid~.custom-control-label:before {
    background-color: #dee2e6 !important;
}
.dnf {
    text-align: center;
    color: #30679A !important;
    list-style: none;
}
.bottom-fix-panel form {
    width: 90%;
    margin: auto;
}
#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.75) url(../images/loader.gif) no-repeat center center;
    z-index: 10000;
}
#loader span {
    position: fixed;
    top: 54%;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

@media only screen and (max-height: 667px) {

    .bottom-fix-panel {
        position: relative !important;
        width: 100% !important;
        display: inline-block !important;
    }
    .bottom-fix-panel form {
        width: 100%;
        margin: auto;
    }

}