﻿body {
    font-size: .85em;
    /*font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: 'Open Sans';
    color: #232323;
    background-color: #fff;
}

header, footer, nav, section {
    display: block;
}
body.page_login 
{
    background: url("../Images/woman_working_u.png");
    -webkit-background-size: cover !important;
       -moz-background-size: cover !important;
         -o-background-size: cover !important;
            background-size: cover !important;

}
header {
    background: #005297 !important;
}

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}


/*****************************/
/*       Sección logueo       */
/*****************************/

.mainbox.col-sm-6.col-sm-offset-2.wrap_principal_login {

}



/*****************************/
/* Flat Design Isapres Login */
/*****************************/

.col-md-12.wrap_principal_logueado {
    margin: 30px 0 20px 0;
}
.collapse.navbar-collapse.navbar-ex1-collapse {
    background: #005297;
}
.navbar-inverse {
    background: #005297 !important;
    border: none !important;
}
.navbar-brand {
    font-size: 14px !important;

    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
}
.navbar {
    border-radius: 0 !important;
    margin-bottom: 0px !important;
}
.navbar-inverse .navbar-nav > li > a {
    color: #eeeeee;

    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    background-color: #8FC145 !important;
    color: #ffffff !important;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    background-color: #8FC145 !important;
    color: #ffffff !important;
}
.btn_close {
    border: 1px solid #ebebeb;
    padding: 0 10px !important;
    line-height: 30px !important;
    margin: 10px 0 0 10px;
    border-radius: 30px;
}
.btn_close:hover,
.btn_close:active,
.btn_close:focus {
    border: 1px solid #8FC145;
}
.btn.btn-success.form-control.btn_limpiar {
    background: #8FC145;
    border-radius: 30px;
    border: 1px solid #8FC145;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.btn.btn-success.form-control.btn_limpiar:hover,FLIMPIAR2
.btn.btn-success.form-control.btn_limpiar:active,
.btn.btn-success.form-control.btn_limpiar:focus {
    background: #0E6BBF;
    border: 1px solid #dbdbdb;
    color: #FFFFFF;

    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
}


.btn.btn-primary.form-control.btn_buscar {
    background: #005297;
    border-radius: 30px;
    border: 1px solid #005297;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.btn.btn-primary.form-control.btn_buscar:hover,
.btn.btn-primary.form-control.btn_buscar:active,
.btn.btn-primary.form-control.btn_buscar:focus {
    background: #9b9b9b;
    /*background: transparent;*/
    border: 1px solid #dbdbdb;
    color: #FFFFFF;

    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
}

.btn.btn-primary.form-control.btn_examenes {
    background: #1abc9c;
    border-radius: 30px;
    border: 1px solid #1abc9c;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
  
}
.btn.btn-primary.form-control.btn_examenes:hover,
.btn.btn-primary.form-control.btn_examenes:active,
.btn.btn-primary.form-control.btn_examenes:focus {
    background: #0E6BBF;
    border: 1px solid #dbdbdb;
    color: #FFFFFF;

    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
}


.btn.btn-primary.form-control.btn_download {
    background: #3498db;
    border-radius: 30px;
    border: 1px solid #3498db;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;

}
.btn.btn-primary.form-control.btn_download:hover,
.btn.btn-primary.form-control.btn_download:active,
.btn.btn-primary.form-control.btn_download:focus {
    background: transparent;
    border: 1px solid #dbdbdb;
    color: #9b9b9b;

    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
}

.btn.btn-primary.form-control.btn_salir {
    background: #95a5a6;
    border-radius: 30px;
    border: 1px solid #95a5a6;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;

}
.btn.btn-primary.form-control.btn_salir:hover,
.btn.btn-primary.form-control.btn_salir:active,
.btn.btn-primary.form-control.btn_salir:focus {
    /*background: transparent;*/
    background: #0E6BBF;
    border: 1px solid #dbdbdb;
    color: #FFFFFF;

    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
}



.page-header {
    border-bottom: none !important;
    display: inline-block !important;
    margin: 0 !important;
    padding-bottom: 9px !important;
    width: 100% !important;
}
.page-header.header_principal {
    background: #005297 !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
}
.page-header.header_principal img {
    border-radius: 0;
    border-right: 1px solid rgba(255,255,255,0.2);
    margin: 10px 10px 10px 10px !important;
    padding: 0 20px 0 0;
    width: 25% !important;

    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
}
.page-header.header_principal img:hover {
    opacity: 0.5;
}
.page-header.header_principal h3 {
    color: #ebebeb !important;
    display: inline-block;
    font-size: 27px;
    font-weight: 100;
    margin: 30px 0 0 0;
}
.page-header.header_principal span {
    color: #ebebeb !important;
    display: inline-block;
    float: right;
    font-size: 27px;
    font-weight: 100;
    margin: 30px 20px 0 0;
    text-align: right;
}
.title_busqueda {
    background: transparent !important;
    border-bottom: 1px solid #ebebeb !important;
    border-left: none !important;
    border-radius: 0 !important;
    border-right: none !important;
    border-top: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}
.title_busqueda h2 {
    color: #ababab;
    font-weight: 50;
}
.mainbox.col-sm-6.col-sm-offset-2.wrap_principal_login {
    background: #fdfdfd;
    border-radius: 3px;
    border: 1px solid #dfdfdf;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
    float: none;
    margin: 40px auto 20px;
    width: 40%;
}
.panel.panel-info.main_info_login {
    background: transparent;
    border: none;
}
.panel-heading.block_title {
    background: transparent !important;
    border-bottom: 1px solid #1abc9c !important;
    margin: 10px 0 20px 0;
    color: #1abc9c;
}
.panel-title.title_interno_login {
    color: #7f8c8d;
    font-size: 26px;
    font-weight: 100;
    text-align: center;
    text-transform: uppercase;
}
.input-group.name_user_login span,
.input-group.name_pass_login span {
    border-radius: 30px 0 0 30px;
}
.input-group.name_user_login input,
.input-group.name_pass_login input {
    border-radius: 0 30px 30px 0 !important;
    box-shadow: none;
}
#btnLogin {
    background: #1abc9c;
    /*background: #0E6BBF;*/
    border-radius: 30px;
    border: 1px solid #1abc9c;
    box-shadow: none !important;
    font-size: 16px;
    font-weight: 100;
    margin: 10px 0 10px 0;
    width: 100%;

    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
}
#btnLogin:hover,
#btnLogin:active,
#btnLogin:focus {
    background: #0E6BBF;
    /*background: #ebebeb;*/
    border: 1px solid #cbcbcb;
    /*color: #7b7b7b;*/
    color: #FFFFFF;
    margin: 10px 0 10px 0;
    width: 100%;
}
.col-sm-12.controls.main_btn_login {
    margin: 20px 0 0 0;
    padding: 0;
}
.input-group.main_ckeck_box {
    display: inline;
    width: 100%;
}
.input-group.main_ckeck_box #RememberMe {
    display: inline-block;
    float: left;
}
.input-group.main_ckeck_box .checkbox {
    display: inline;
    margin: 0 0 0 10px !important;
}
.form-group.main_olvidar_pass {
    display: inline-block;
    width: 100%;
}
.form-group.main_olvidar_pass hr {
    margin: 20px 0 10px 0;
}
.principal_o_pass {
    font-size: 12px;
    text-align: right;
}
.btn_o_pass {

}
.btn_o_pass a {
    border-radius: 30px;
    border: 1px solid #cbcbcb;
    color: #9b9b9b;
    padding: 2px 10px;

    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
}
.btn_o_pass a:hover,
.btn_o_pass a:active,
.btn_o_pass a:focus {
    background: #9b9b9b;
    border: 1px solid #9b9b9b;
    color: #ffffff;
    text-decoration: none;
}





/************************************/
/************************************/
/*       MEDIA QUERIES  HCUCH       */
/************************************/
/************************************/

@media screen and (max-width: 1920px) {

}

@media screen and (max-width: 1366px) {

}

@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 980px) {

}

@media screen and (max-width: 800px) {

}

@media screen and (max-width: 768px) {
    .container {
        width: 100% !important;
    }
    .navbar-inverse .navbar-toggle {
        border-radius: 50%;
        height: 40px;
        padding: 8px;
        width: 40px;

        -webkit-transition: all 0.3s ease-out;
           -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
             -o-transition: all 0.3s ease-out;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }
    .mainbox.col-sm-6.col-sm-offset-2.wrap_principal_login {
        width: 60%;
    }
}

@media screen and (max-width: 480px) {
    .page-header.header_principal img {
        width: 60% !important;
    }
    .page-header.header_principal h3 {
        font-size: 24px;
        margin: 15px 0 0 0;
        text-align: left;
        width: 33%;
    }
    .page-header.header_principal span {
        float: left;
        margin: 0px 20px 0 10px;
        text-align: left;
        width: 100%;
    }
    .btn_close {
        margin: 10px 10px 10px;

    }
    .mainbox.col-sm-6.col-sm-offset-2.wrap_principal_login {
        width: 100%;
    }
}

@media screen and (max-width: 375px) {


@media screen and (max-width: 360px) {

}

@media screen and (max-width: 320px) {
    .page-header.header_principal img {
        border: none;
        width: 100% !important;
    }
    .page-header.header_principal h3 {
        border-bottom: 1px solid rgba(255,255,255,0.1);
        border-top: 1px solid rgba(255,255,255,0.1);
        padding: 10px 0;
        text-align: center;
        width: 100%;
    }
    .page-header.header_principal span {
        float: none;
        margin: 0;
        padding: 10px 0 0 0;
        text-align: center;
        width: 100%;
    }
}
