﻿/***************************************************
	      Boliviana de Aviación BoA
***************************************************/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    color: #EBEDF7;
}

ol, ul {
    list-style: none;
}

a img {
    border: none;
}

aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

/***************************************************
			      Global styles
***************************************************/

html {
    height: 98%;
    width: 100%;
    margin: auto;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-color: rgb(0, 77, 148);
    color: #575757;
    margin: 0 0 1px;
    height: 100%;
    line-height: 1.7;
}

body {
    background: rgb(0, 77, 148);
    /* Old Browsers */ background: -moz-radial-gradient(center, ellipse cover, rgb(0, 77, 148) 0%, rgb(35,65,119) 100%);
    /* FF3.6+ */ background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgb(0, 77, 148)), color-stop(100%, rgb(35,65,119)));
    /* Chrome, Safari4+ */ background: -webkit-radial-gradient(center, ellipse cover, rgb(0, 77, 148) 0%, rgb(35,65,119) 100%);
    /* Chrome10+,Safari5.1+ */ background: -o-radial-gradient(center, ellipse cover, rgb(0, 77, 148) 0%, rgb(35,65,119) 100%);
    /* Opera 11.10+ */ background: -ms-radial-gradient(center, ellipse cover, rgb(0, 77, 148) 0%, rgb(35,65,119) 100%);
    /* IE 10+ */ background: radial-gradient(ellipse at center, rgb(0, 77, 148) 0%, rgb(35,65,119) 100%);
    /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1542bf', endColorstr='#234177', GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
}

.validation-summary-errors ul li {
    color: rgb(152, 23, 12);
    background-color: rgb(176, 194, 210);
    border-radius: 2px;
    padding: 5px;
    line-height: 1;
}

.validation-summary-error, .field-validation-error {
    color: rgb(152, 23, 12);
    background-color: rgb(176, 194, 210);
    border-radius: 2px;
    padding: 1px;
}

.bg {
    background-position: left top;
    background-repeat: repeat;
    height: 90%;
    width: 95%;
    margin: 0 auto;
}

p {
    margin-top: 3px;
}

    a, p a {
        text-decoration: underline;
        color: #d6dbf3;
    }
/***************************************************
			      HEADING: h1, h2, h3
***************************************************/
h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    position: relative;
}

h1 {
    font-size: 42px;
    line-height: 0.9;
    color: #666666;
    text-align: left;
    margin-bottom: 13px;
    padding-bottom: 15px;
}

h2 {
    font-size: 30px;
    line-height: 1.3;
    color: #ffffff;
    text-align: left;
    border-bottom: 1px solid #A3A3A3;
}

h3 {
    font-size: 18px;
    line-height: 0.9;
    color: #575757;
    text-align: left;
    margin-bottom: 6px;
    padding-bottom: 5px;
}

#content_photo > h5 {
    text-align: right;
    color: #d9d9d9;
}

/***************************************************
			    Main containers
***************************************************/

#container, #container_left, #container_right {
    position: relative;
    width: 100%;
}

#container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
    min-height: 100%;
    max-width: 950px;
}


/***************************************************
				   HOLDERS
***************************************************/

.holder_content {
    width: 100%;
    display: block;
    margin-top: 4px;
    padding-top: 5px;
    text-align: center;
}

/***************************************************
			        FOOTER
***************************************************/

footer {
    position: relative;
    height: 10%;
    clear: both;
    width: 100%;
    background-position: left top;
    background-repeat: repeat-x;
}

#FooterTwo {
    display: inline-block;
    color: rgb(219, 137, 15);
    width: 40%;
    min-width: 150px;
}

#FooterTree {
    display: inline-block;
    color: rgb(219, 137, 15);
    width: 40%;
}

.container {
    margin: 0 auto;
    display: block;
    text-align: center;
    line-height: 0.9;
}


.dos {
    width: 45%;
    display: inline-block;
    text-align: left;
}

.tres {
    width: 50%;
    display: inline-block;
    text-align: left;
}

/***************************************************
				   LOGIN
***************************************************/
fieldset {
    border: 0;
    padding: 0;
    margin: 5px 0 0 0;
    width: 100%;
    text-align: center;
}

input[type=submit], #submit {
    display: inline-block;
    padding: 7px 18px;
    line-height: 20px;
    line-height: 20px;
    color: #333333;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    border: 1px solid #234077;
    color: #003769;
    background: #d6dbf3;
    border-radius: 3px;
    font-weight: bold;
}

    input[type=submit]:hover {
        color: black;
        border: 1px solid #192C51 !important;
        background: #D59538;
        -webkit-transition: .3s linear;
        -moz-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear;
    }


#inputs input {
    background: transparent url(../images/icons/login-sprite.png) no-repeat;
    padding: 15px 15px 5px 30px;
    margin: 0 auto 10px auto;
    width: 90%;
    border: none;
    border-bottom: 1px solid rgb(165, 165, 165);
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    font-size: 14pt;
    color: #FFFFFF;
    display: block;
}

    #inputs input:focus {
        border-radius: 5px;
        background: transparent url(../images/icons/login-sprite.png) no-repeat;
        border: none;
        color: rgb(0, 77, 148);
    }

#username {
    background-position: 5px -2px !important;
}

#password {
    background-position: 5px -52px !important;
}

#inputs input:focus {
    background-color: #fff;
    border-color: rgb(27,47,94);
    outline: none;
    -moz-box-shadow: 0 0 0 1px rgb(9, 78, 241) inset;
    -webkit-box-shadow: 0 0 0 1px rgb(9, 78, 241) inset;
    box-shadow: 0 0 0 1px rgb(9, 78, 241) inset;
}

/***************************** ACTIONS BUTTON *****************************/

#actions {
    margin: 15px 0 0 0;
    text-align: right;
}
/************************  BUTTON SUBMIT ORANGE   ************************/


#submit:hover, #submit:focus {
    background-color: #e6b736;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(219, 137, 15)), to(#e6b736));
    background-image: -webkit-linear-gradient(top, rgb(219, 137, 15), #e6b736);
    background-image: -moz-linear-gradient(top, rgb(219, 137, 15), #e6b736);
    background-image: -ms-linear-gradient(top, rgb(219, 137, 15), #e6b736);
    background-image: -o-linear-gradient(top, rgb(219, 137, 15) #e6b736);
    background-image: linear-gradient(top, rgb(219, 137, 15), #e6b736);
}

#submit:active {
    outline: none;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}

#submit::-moz-focus-inner {
    border: none;
}

/*************************  BUTTON SUBMIT BLUE   *************************/
#submit1 {
    background-color: rgb(27,47,94); /*rgb(50, 87, 176), #fddb6f, #ffb94b;*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(50,87,176)), to(rgb(27,47,94)));
    background-image: -webkit-linear-gradient(top, rgb(50, 87, 176), rgb(27,47,94));
    background-image: -moz-linear-gradient(top, rgb(50, 87, 176), rgb(27,47,94));
    background-image: -ms-linear-gradient(top, rgb(50, 87, 176), rgb(27,47,94));
    background-image: -o-linear-gradient(top, rgb(50, 87, 176), rgb(27,47,94));
    background-image: linear-gradient(top, rgb(50, 87, 176), rgb(27,47,94));
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    border-width: 1px;
    border-style: solid;
    border-color: #3162d6 #377ae3 #2d7ed5 #3774e3;
    float: left;
    height: 35px;
    padding: 0;
    width: 240px;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    color: #ffffff;
}

    #submit1:hover, #submit1:focus {
        background-color: #6f8cfd;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(27,47,94)), to(rgb(50, 87, 176)));
        background-image: -webkit-linear-gradient(top, rgb(27,47,94), rgb(50, 87, 176));
        background-image: -moz-linear-gradient(top, rgb(27,47,94), rgb(50, 87, 176));
        background-image: -ms-linear-gradient(top, rgb(27,47,94), rgb(50, 87, 176));
        background-image: -o-linear-gradient(top, rgb(27,47,94), rgb(50, 87, 176));
        background-image: linear-gradient(top, rgb(27,47,94), rgb(50, 87, 176));
    }

    #submit1:active {
        outline: none;
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    }

    #submit1::-moz-focus-inner {
        border: none;
    }
/*************************  BUTTON SUBMIT BLUE 2 *************************/
#submit2 {
    background-color: rgb(27,47,94); /*rgb(50, 87, 176), #fddb6f, #ffb94b;*/
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border-width: 0px;
    border-style: solid;
    border-color: rgb(27,47,94);
    float: left;
    height: 35px;
    padding: 0;
    width: 120px;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    color: #ffffff;
}

    #submit2:hover, #submit1:focus {
        background-color: rgb(202,43,44);
    }

    #submit2:active {
        outline: none;
        background-color: rgb(148,147,147);
    }

    #submit2::-moz-focus-inner {
        border: none;
    }

#caption_title {
    color: rgb(27,47,94);
    background-image: url('../images/icons/isotipo_web.png');
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    position: relative;
    font-size: 35px;
    padding-left: 72px;
    margin: 5px 0;
    line-height: normal;
    min-height: 65px;
    display: table;
    line-height: 1;
}

    #caption_title > g {
        font-size: 20px;
    }



/*Validacion*/
.error {
    color: red;
}

.divManuales {
    width: 90%;
    max-width: 300px;
    margin: auto;
}

.areaManual {
    width: 100%;
    text-align: left;
}

    .areaManual > a {
        text-decoration: none;
    }

        .areaManual > a > div > img {
            max-width: 25px;
            margin-bottom: -5px;
        }

.areaDownload {
    background: #E4E4E4;
    padding: 5px;
    margin: 5px;
    border-radius: 4px;
}

    .areaDownload:hover {
        background: #BEE0FF;
    }

.divClose {
    text-align: right;
}

    .divClose > a > img {
        max-width: 10px;
    }

#caption_title > div {
    vertical-align: bottom;
    display: table-cell;
}

/*********************************************************************************************************************************************************************************/

@media screen and (max-width: 850px) {

    html {
        width: 95%;
    }

    .dos {
        display: none;
    }

    .tres {
        width: 90%;
    }

    #inputs input {
        width: 85%;
    }

    #caption_title > div {
        text-align: left;
    }
}

@media screen and (max-width: 580px) {
    #FooterTwo, #FooterTree {
        width: 100%;
        font-size: 11px;
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width: 400px) {
    .bg {
        width: 100%;
    }

    .tres {
        width: 100%;
    }
}
