* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Arial;
    outline: 0;
}

body {
    padding: 0 5px;
}

#back-to-top {
    background-color: rgba(255,255,255, 0.6);
    position: fixed;
    z-index: 50;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: none;
    border: 1px solid black;
}

    #back-to-top:before {
        transform: rotate(40deg) translateY(4px);
        display: inline-block;
        border-right: 4px solid black;
        width: 20px;
        height: 20px;
        content: "";
        padding-top: 1px;
    }

    #back-to-top:after {
        transform: rotate(315deg) translateY(4px);
        display: inline-block;
        border-left: 4px solid black;
        width: 20px;
        height: 20px;
        padding-top: 4px;
        content: "";
    }

/********************************************************/
/********************* FONT STYLE ***********************/
/********************************************************/

html {
    font-size: 16px;
}

h1 {
    /*font-size: 1.5rem;*/
    font-weight: lighter;
}

h2 {
    /*font-size: 1.2rem;*/
    font-weight: lighter;
}

h3 {
    /*font-size: 1rem;*/
    font-weight: lighter;
}

h4 {
    /*font-size: 0.8rem;*/
    font-weight: lighter;
}

h5 {
    /*font-size: 0.6rem;*/
}

p {
    /*font-size: 0.9rem;*/
}

h1, h2, h3, h4, h5 {
    padding: 0.3rem;
}

.font_warning {
    color: #FF4D4D;
    font-weight: bold;
}

.centrado {
    text-align: center !important;
}

.izquierda {
    text-align: left !important;
}

.derecha {
    text-align: right !important;
}

/********************************************************/
/********************************************************/

.content_inline {
    clear: both;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
    display: inline-block;
}

/******Sbt*******/
.lbl_izquierda25 {
    display: inline-block;
    width: 25%;
    text-align: left;
    padding: 3px;
}

.lbl_izquierda50 {
    display: inline-block;
    width: 50%;
    text-align: left;
    padding: 3px;
}

.lbl_derecha50 {
    display: inline-block;
    width: 50%;
    text-align: right;
    padding: 3px;
}

.lbl_izquierda100 {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 3px;
}

.chk {
    margin: 3px;
}

    .chk label {
        margin-left: 3px;
        color: #264D73;
    }

hr {
    margin: 5px 0px;
}

span.campo_requerido[style*="inline"] {
    display: block !Important;
    color: #ff4d4d;
    font-size: .9em;
}

.Anulado {
    background-image: url('img/Anulado.png');
    background-repeat: repeat-y;
    background-size: contain;
}
/******Sbt*******/

.content_inline .label {
    display: inline-block;
    text-align: left;
    padding-top: 1rem;
    font-size: 0.8rem;
    /*font-weight: bold;*/
}


.input {
    padding: 5px 3px;
    margin: 1px 0px;
}

.content_inline .input {
    appearance: none;
    outline: 0;
    font-size: 0.8rem;
    border-style: solid;
    border: 1px solid #c3c3c3;
    padding: 8px 5px !important;
    border-radius: 3px;
}

    .content_inline .input:focus {
        transition: 0.3s ease;
        box-shadow: 0 0 6px lightblue;
    }

.input.error {
    transition: 0.3s ease;
    box-shadow: 0 0 6px red;
}

.content_vertical {
    display: inline-block;
    width: 100%;
    height: auto;
    float: left;
}

.line_bottom {
    border-bottom: 1px solid black;
}

.square_button {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

#area {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    height: 100px;
    overflow-y: scroll;
    border: 1px solid #AAA;
}

select {
    background-color: white;
    color: black;
}

/*******************************************************/
/******************** BUTTON STYLE *********************/
/*******************************************************/

.button {
    border: 0;
    background-color: #336699;
    color: white;
    font-weight: bold;
    padding: 0.6rem;
    text-align: center;
    font-size: 0.8rem;
    border-radius: 3px;
    cursor: pointer;
}

    .button:hover {
        /*box-shadow: 0 0 5px black;*/
        background-color: #3b73ab;
        transition: all 0.3s;
    }

.large {
    width: 100%;
}

.medium {
    width: 49%;
}

.warning {
    background-color: #ff4d4d;
}

.success {
    background-color: #336699;
}

.disabled {
    background-color: #bbbbbb;
}

/******************************************************/
/******************************************************/
.principal {
    margin-top: 20px;
    width: 100%;
}

#combo {
}

.col-xs-1 {
    width: 8.333333%;
}

.col-xs-2 {
    width: 16.666666%;
}

.col-xs-3 {
    width: 24.999999%;
}

.col-xs-4 {
    width: 33.333332%;
}

.col-xs-5 {
    width: 41.666665%;
}

.col-xs-6 {
    width: 49.999998%;
}

.col-xs-7 {
    width: 58.333331%;
}

.col-xs-8 {
    width: 66.666664%;
}

.col-xs-9 {
    width: 74.999997%;
}

.col-xs-10 {
    width: 83.333333%;
}

.col-xs-11 {
    width: 91.666663%;
}

.col-xs-12 {
    width: 100%;
}

.offset-xs-1 {
    margin-left: 8.333333%;
}

.offset-xs-2 {
    margin-left: 16.666666%;
}

.offset-xs-3 {
    margin-left: 24.999999%;
}

.offset-xs-4 {
    margin-left: 33.333333%;
}

.offset-xs-5 {
    margin-left: 41.666666%;
}

.offset-xs-6 {
    margin-left: 49.999998%;
}

.offset-xs-7 {
    margin-left: 58.333331%;
}

.offset-xs-8 {
    margin-left: 66.666664%;
}

.offset-xs-9 {
    margin-left: 74.999997%;
}

.offset-xs-10 {
    margin-left: 83.333333%;
}

.offset-xs-11 {
    margin-left: 91.666663%;
}

.offset-xs-12 {
    margin-left: 100%;
}

#captcha {
    padding-left: 35%;
}

.content_center {
    margin-left: auto;
    margin-right: auto;
}

.float_derecha {
    float: right;
}

.float_izquierda {
    float: left;
}

@media (min-width: 670px) {

    .content_vertical {
        display: inline-block;
        width: auto;
        height: auto;
        float: left;
    }

    .offset-xs-1, .offset-xs-2, .offset-xs-3, .offset-xs-4, .offset-xs-5, .offset-xs-6, .offset-xs-7, .offset-xs-8, .offset-xs-9, .offset-xs-10, .offset-xs-11, .offset-xs-12 {
        margin-left: 0px;
    }

    .col-1 {
        width: 8.333333%;
    }

    .col-2 {
        width: 16.666666%;
    }

    .col-3 {
        width: 24.999999%;
    }

    .col-4 {
        width: 33.333332%;
    }

    .col-5 {
        width: 41.666665%;
    }

    .col-6 {
        width: 49.999998%;
    }

    .col-7 {
        width: 58.333331%;
    }

    .col-8 {
        width: 66.666664%;
    }

    .col-9 {
        width: 74.999997%;
    }

    .col-10 {
        width: 83.333333%;
    }

    .col-11 {
        width: 91.666663%;
    }

    .col-12 {
        width: 100%;
    }

    .offset-1 {
        margin-left: 8.333333%;
    }

    .offset-2 {
        margin-left: 16.666666%;
    }

    .offset-3 {
        margin-left: 24.999999%;
    }

    .offset-4 {
        margin-left: 33.333333%;
    }

    .offset-5 {
        margin-left: 41.666666%;
    }

    .offset-6 {
        margin-left: 49.999998%;
    }

    .offset-7 {
        margin-left: 58.333331%;
    }

    .offset-8 {
        margin-left: 66.666664%;
    }

    .offset-9 {
        margin-left: 74.999997%;
    }

    .offset-10 {
        margin-left: 83.333333%;
    }

    .offset-11 {
        margin-left: 91.666663%;
    }

    .offset-12 {
        margin-left: 100%;
    }

    .content_center {
        margin-left: auto;
        margin-right: auto;
    }

    #captcha {
        padding-left: 27%;
    }
}
