
#wrapwrap {
    background: white;
}
li.divider {
    top: -21px;
}

#wrapwrap > * {
    display: inline;
}


.jumbotron {
    height: 300px;
}

form.s_website_form.form-horizontal.mt32 {
    padding: 37px;
    border: none;
    border-radius: 2px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

footer #footer {
    padding-top: 32px;
    box-shadow: 0 0px 0px rgba(0,0,0,0.1), 0 -7px 8px rgba(0,0,0,0.1);
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

.detalles_admision hr {
    display: none;
}

.form-control.select2-container {
    border-radius: 2px;
    border: solid 1px #ccc;
}



.select2-search input {
    background: white !important;
    color: black;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 11px;
    border: none;
    background-image: url(/web/static/lib/select2/select2x2.png) !important;
    margin-top: 7px;
    margin-bottom: 3px;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
    background-position: 100% -21px !important;
}


.select2-results .select2-highlighted {
    border-radius: 12px;
}

.select2-drop-active {
    border-top: none;
    background: white;
}

div#select2-drop {
    border: none;
    background: white !important;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.form-control.select2-container.select2-dropdown-open {
    border-radius: 3px 3px 0 0;
    border: none;
    background: white !important;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.1);
}


.form-control .select2-choice {
    background: white;
}

.select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
    background: #eaeaea;
}

button.btn.ctrl_pag_register {
    border: none;
    background: white;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 2px;
    /* height: 32px; */
}

.btn:not(.btn-link):not(.btn-flat), .btn-default:not(.btn-link):not(.btn-flat) {
    color: rgba(0,0,0,.84);
    background: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.btn:hover:not(.btn-link):not(.btn-flat):not(.btn-fab) {
    background: #4e89f3 !important;
    color: white;
    font-weight: bold;
}


.detalles_admision h3 {
    font-weight: 600;
    color: #7b7b7b;
}

.select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
    background: #eaeaea;
    background-image: url(/web/static/lib/select2/select2x2.png) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
}


input[type="radio"], input[type="checkbox"] {
    height: 20px !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
	border-radius: 10px;
}

.datepicker .table-condensed > thead {
	color: white;
	background-color: #717070;
	border-radius: 10px;
}

span.btn.btn-primary.btn-lg.o_website_form_send {
    background: #3273e6 !important;
    color: white !important;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

@media (min-width: 992px){
.col-md-3 {
    width: 35%;
}}

@media (min-width: 1200px){
.detalles_admision {
    width: 830px;
}}

.navbar .navbar-toggle {
    background: black;
}

.navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
    background-color: transparent;
    background: black;
}


@media (min-width: 992px){
    .col-md-3.col-sm-3.class-md-bachillerato {
    width: 25%;
}
}
@media (min-width: 768px){
.col-md-3.col-sm-3.class-md-bachillerato {
    width: 25%;
}
}

@media (max-width: 767px){
.form-group .control-label, .form-group-default .control-label {
    float: left;
}
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	border-radius: 50px;
}

.panel>.panel-heading, .panel-default>.panel-heading {
	background-color: #7d7d7d;
	/* border-radius: 10px; */
	color: white !important;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

@media screen and (min-width: 768px){
    .jumbotron h1, .jumbotron .h1 {
    font-size: 45px;
}

}

.bootstrap-datetimepicker-widget.dropdown-menu {
	border-radius: 10px;
}