﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
    margin-top: 12px;
}

/* 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;
}

.paddingTopTitulo{
    padding-top: 10px;
}

.borderTopBlanco {
    border-top: 2px solid white;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    width: 100%;
    max-width: 100%;
}

.centrar {
    text-align: center;
}

.labelAzul {
    color: var(--appBodyFontColorAzul);
}

.labelBlanco {
    color: white;
}

.labelPlomo {
    color: var(--appBodyFontColorPlomo);
}

.label12 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: small;
    font-weight: normal;
    border: 0px;
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
    text-decoration: none;
}

.label15 {
    /*font-weight: bold;*/
    font-size: 15px;
    /*border: 0px;
    margin: 0px;
    padding: 0px;*/
}

.label18 {
    border: 0px;
    /*color: blue;*/
    font-weight: bolder;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    padding-left: 25px;
    /*padding-top: 7px;*/
    text-decoration: none;
    width: 110%;
}

.labelQR {
    font-size: 72px;
    border: 0px;
    margin: 0px;
    padding: 0px;
}


.textBox {
    color: var(--appHeaderColor);
    font-size: 18px;
    line-height: 75%;
    height: 35px;
    margin: 0px;
    padding: 0px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0px;
    width: 100%;
}

    .textBox:hover {
        background-color: rgb(231 242 255);
        border: 2px solid var(--appHeaderColor);
    }

    .textBox:focus {
        background-color: rgb(235 235 235);
        border: 2px solid rgb(150 150 150);
        color: rgb(75, 75, 75);
    }

.textBox12 {
    /*color: var(--appHeaderColor);*/
    font-size: small;
    line-height: 75%;
    height: 28px;
    margin: 0px;
    padding: 0px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0px;
    width: 100%;
}

.textArea {
    color: var(--appHeaderColor);
    font-size: 18px;
    line-height: 75%;
    height: 90px;
    margin: 0px;
    padding: 0px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0px;
    width: 100%;
    /*border-radius: 5px;*/
    /*color: rgb(49, 49, 49);
    font-size: 18px;
    line-height: 125%;
    margin: 0px;
    padding: 0px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 5px;
    resize: none;
    scrollbar-3dlight-color: red;
    scrollbar-arrow-color: red;
    scrollbar-highlight-color: red;
    scrollbar-face-color: red;
    width: 100%;
    max-width: 100%;
    min-width: 100%;*/
}

    .textArea:hover {
        background-color: rgb(231 242 255);
        border: 2px solid var(--appHeaderColor);
    }

    .textArea:focus {
        background-color: rgb(235 235 235);
        border: 2px solid rgb(150 150 150);
        color: rgb(75, 75, 75);
    }

.textFile {
    border: 1px solid var(--appHeaderColor);
    border-right: 3px solid var(--appHeaderColor);
    border-bottom: 3px solid var(--appHeaderColor);
    border-radius: 5px;
    color: rgb(49, 49, 49);
    /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
    font-size: 18px;
    line-height: 125%;
    margin: 0px;
    padding: 0px;
    /*padding-left: 0.5em;*/
    /*padding-right: 0.5em;*/
    resize: none;
    scrollbar-3dlight-color: red;
    scrollbar-arrow-color: red;
    scrollbar-highlight-color: red;
    scrollbar-face-color: red;
    width: 100%;
}

    /*.textFile:hover,*/
    .textFile:focus {
        background-color: rgb(216, 239, 255);
    }


.comboBox {
    background: URL(/App_Pictures/combo.png) no-repeat 100% 3px #fff !important;
    border-left: 5px solid transparent;
    border-right: 2px solid #626262;
    border-bottom: 1px solid #626262;
    border-bottom-right-radius: 5px;
    height: 21px;
    width: 102%;
    appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

    .comboBox:focus {
        background: URL(/App_Pictures/combo.png) no-repeat 100% 3px #e5eeff !important;
        background-color: #e5eeff;
        border-right: 2px solid #5990FF;
        border-bottom: 1px solid #5990FF;
        border-radius: 5px;
        box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    }

@media (max-width: 768px) {

    .label12 {
        font-size: medium;
        padding-left: 10px;
    }

    .textBox {
        font-weight:bolder;
    }

    .textBox12 {
        font-weight: bolder;
        font-size: medium;
    }

}





/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}
