﻿/***************************************************
	      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: FuturaMedium;
    vertical-align: baseline;
    color: #EBEDF7;
}

legend {
    color: #424657;
}

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: #121637;
}

.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;
    display: inline-block;
}

.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: 1;
    color: #F58B03;
    margin-bottom: 6px;
    padding-bottom: 5px;
    text-align: right;
    font-family: "FuturaBook";
}

#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;
    height: 100%;
}


/***************************************************
				   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;
    height: 65px;
}

    #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;
}
/************************************************************************/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    height: 100%;
    background: rgb(0, 65, 126);
    color: #5B5B5B;
    font-family: "FuturaMedium";
    line-height: 1.42857143;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.account-wall {
    text-align: center;
}

.clearfix {
    text-align: left;
}

.errorMessage {
    font-size: 9pt;
    /*color: rgb(209, 45, 51);*/
    color: rgb(255, 97, 103);
    padding: 2px;
    width: 100%;
    margin: 0 auto;
    margin-top: -13px;
}

    .errorMessage ul {
        margin: 0;
        padding: 0;
    }

    .errorMessage li {
        list-style-type: none;
    }

#icoBoa {
    max-width: 160px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.account .backstretch:before {
    /*background-color: rgba(15, 15, 15, 0.7);*/
    background-color: rgba(0, 2, 24, 0.7);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}

.account a:hover {
    color: #ffffff;
    text-decoration: none;
}

a, a:focus, a:hover, a:active {
    outline: 0;
}

.account a {
    font-family: "FuturaBook";
    color: #D1D1D1;
    font-size: 14px;
    text-decoration: none;
}

.form-control {
    -webkit-box-shadow: none !important;
    background-color: #ECEDEE;
    border: 1px solid #ECEDEE;
    box-shadow: none !important;
    color: #555555;
    display: inline-block;
    font-size: 13px;
    height: auto;
    line-height: normal;
    padding: 9px 12px 8px;
    vertical-align: middle;
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin-bottom: 10px;
}

.account .form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 30px;
}

.account .btn.btn-lg {
    font-size: 15px;
    padding: 6px 48px 6px;
}

.btn-danger {
    background-color: #d12d33;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 3px;
    border: none;
    font-weight: 400;
    margin-bottom: 10px;
    margin-right: 10px;
    cursor: pointer;
    line-height: 1.471;
    width: 100%;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        background-color: #c14444;
        border-color: #c14444;
        color: #fff;
    }

.account .form-signin {
    margin: 0 auto;
    max-width: 330px;
}

/*********************************************************************************************************************************************************************************/

@media screen and (max-width: 900px) {

    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-height: 480px) {
    #icoBoa {
        margin-top: 5px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 400px) {
    .bg {
        width: 100%;
    }

    .tres {
        width: 100%;
    }
}
