
#wrapwrap {
    background: white;
}

form.s_website_form.form-horizontal {
    padding: 5px 10px;
    border: none;
    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: 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-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 {

}

.select2-results .select2-highlighted {
    background-color: #1ab192;
}

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;
    font-weight: 600;
}

.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-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;
}}

@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;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    background:#7d7d7d !important;
    color: white !important;
    font-size: 12px;
    line-height: 1.4;
}

button.btn.ctrl_pag_register.prev_class {
    background: #1ab192 !important;
    color: white;
}

.btn:hover:not(.btn-link):not(.btn-flat), .btn-default:hover:not(.btn-link):not(.btn-flat) {
    background: white !important;
    color: black !important;
}

.form-group.form-field {
    margin-left: 0px;
    margin-right: 0px;
}

a.select2-choice {
    width: 100%;
}