#btnSave {
    margin: 2% 0 2% 0;
}

.alert {
    color: black;
}
#btnSearch {
    margin-top: 0.5%;
}

#lblNotAppointment {
    color: black !important;
    font-size: 15px;
}

.close {
    color: red;
}

.messageStyle {
    font-size: 15px !important;
    color: black;
}

.header-style {
    background-color: white !important;
    margin-bottom: 2%;
}

.lblStyle {
    font-weight: bold;
}

#btnBuscar {
    margin-top: 1%;
}

label {
    font-size: 12px;
}

button {
    margin-top: 1%;
    text-transform: capitalize !important;
}

.orange {
    /*background-color: #2a4078 !important;*/
    background-color: #2a4078 !important;
    color: white;
}

blue {
    background-color: #2a4078 !important;
    color: white;
}

.btnWhite {
    background-color: white !important;
    color: black;
    pointer-events: none;
}

body {
    background-color: #F5F8FA;
}

.white {
    background-color: white;
}


body {
    overflow-x: hidden;
    overflow-y: scroll;
}

.p-border {
    text-align: justify;
    border-style: solid;
    padding: 1% 1% 1% 1%;
}

.alert-special {
    text-align: center;
    background-color: #233d88;
    color: white;
}

.alert-danger{
    text-align: center;
}

.box_gp {
    /*box-shadow: 0 2px 20px 0 rgba(0,0,0,0.4);
    padding: 2%;
    background-color: white;*/
    box-shadow: none;
    padding: 0;
    background-color: transparent;
}

.box_gp_footer {

}

.imgCareer {
    max-height: 500px;
    margin-bottom: 1%;
    display:none;
}

.navbar{
    background-color: white !important;
}

.panel-primary {
    border-color: #3b556a;
}

    .panel-primary > .panel-heading {
        background-color: #2a4078 !important;
        /* background-color: #2a4078 !important;*/
        border-color: #3b556a !important;
        font-size: 18px;
    }

.panelInformation {
    display:none;
}

#btnSend {
    background-color: #3b556a !important;
    color: white !important;
}

.lineDivisor {
    border: 1px solid #233d88;
}

/* Pantallas extra grandes */
@media(min-width: 1200px){
    .navbar-header{
        margin-left: 45% !important;
    }
}

/* Pantallas grandes */
@media(max-width: 1199px) and (min-width: 992px){
    .navbar-header{
        margin-left: 45% !important;
    }
}

/* Pantallas medianas */
@media(max-width: 991px) and (min-width: 768px){
    .navbar-header{
        margin-left: 43% !important;
    }

    .box_gp {
        box-shadow: none;
        padding: 0;
        background-color: transparent;
    }

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    .imgCareer {
        margin-bottom: 5%;
    }
}

/* Pantallas pequeñas */
@media(max-width: 767px){
    .navbar-header{
        margin-left: 34% !important;
    }

    .box_gp {
        box-shadow: none;
        padding: 0;
        background-color: transparent;
    }

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    .imgCareer {
        margin-bottom: 5%;
    }
}