﻿html, body {
    height: 100%;
}

body {
    font-family: 'Titillium Web', sans-serif;
}

.main-header {
    background-color: #0066CC;
    color: #fff;
}

.footer {
    background-color: #128573;
}

.logo {
    background-image: url("../img/voxisud.png");
    background-size: contain;
    background-position: 0 10px;
    background-repeat: no-repeat;
    padding-left: 150px;
}

.outer-logo {
    background-color: #fff;
    padding: 2px;
    border-radius: 100%
}

.text-oblique {
    font-style: oblique;
}

label {
    font-weight: bold;
}

.text-bold {
    font-weight: bold;
}

.cover
/*.xs-cover*/ 
{
    background-image: url(../img/doctor-looking-at-clipboard_925x.jpg);
    background-size: cover;
    min-height: 300px;
}

.nav-link {
    font-size: 10vw;
}

/*// Small devices (landscape phones, 576px and up)*/ 
@media (min-width: 576px) {
    .xs-cover {
        background-image: none;
        background-size: unset;
        min-height: initial;
    }

    .nav-link {
        font-size: 16px;
    }
}


.btn, .btn:hover {
    font-weight: 600;
    padding: 0.6em 1.2em;
    text-transform: uppercase;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #65dde0;
    color: #004a4d;
    border-color: #50d8dc
}

    .btn:hover {
        box-shadow: 0 2px 4px 0 #bdbdbd;
    }

    .btn:active {
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        background-color: #004a4d;
        color: #65dde0;
    }

    .btn:focus {
        border: initial;
    }

.btn-xs, .btn-xs:hover, .btn-xs:active {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}

.panel-form {
    background-color: #f5f5f0;
    border-left: 5px solid #0059b3;
    -webkit-box-shadow: 3px 5px 18px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 5px 18px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 5px 18px 0px rgba(0,0,0,0.75);
    padding-bottom:.5rem;
}
.card-voxnet {
    background-color: #f5f5f0;
    -webkit-box-shadow: 3px 5px 18px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 5px 18px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 5px 18px 0px rgba(0,0,0,0.75);
}
.card-voxnet-info {
    border-left: 5px solid #8ebeed;
}
.card-voxnet-warn {
    border-left:5px solid orange;
}
.card-voxnet-error {
    border-left: 5px solid #dc3545;
}
.card-voxnet-form {
    border-left: 5px solid #0059b3;
}
.error-mex {
    border-left: 5px solid red;
    font-weight: 100;
    font-style: oblique;
    padding: .25rem;
    background-color: #ffcbcb;
    white-space: nowrap
}

input[type=radio], input[type=checkbox] {
    margin-right: 1rem;
}
.text-primary {
    color: #0059b3 !important;
}



.xxl-icon {
    font-size:8vw
}

.dotted-bottom-border {
    border-bottom:1px dotted #ccc
}


/*MODAL*/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 70%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    padding: 2px 16px;
    color: black;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
    color: black;
}

.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 1;
}

.hiddencol {
    display: none;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1240px;
    }
}

.modal-backdrop {
    position: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: inherit;
    background-color: #000;
}

.print-btn {
    background-color: #65dde0;
    color: #004a4d;
    border-color: #50d8dc;
    border: none;
    padding: 5px 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    cursor: pointer;
}

.loading-column {
    text-align: center;
    margin: 20px 40px;
}

.grid-counter{
    font-weight: bold;
    float: right;
}
