
/*panel*/

	
.cd-panel {
	/*...*/
  	visibility: hidden;
	transition: visibility 0s 0.6s;
}
 
.cd-panel.is-visible {
	visibility: visible;
	transition: visibility 0s 0s;
	z-index: 99;
}
 
.cd-panel-header {
	/*...*/
	position: fixed;
	top: -50px;
	width: 90%;
	height: 80px;
	transition: top 0.3s 0s;
}
 
.is-visible .cd-panel-header {
	top: 0;
	transition: top 0.3s 0.3s;
}
 
.cd-panel-container {
	/*...*/
	position: fixed;
	width: 90%;
	height: 100%;
	top: 80px;
	right: 0;
 
	transition-property: transform;
	transition-duration: 0.3s;
	transition-delay: 0.3s;
 
 	transform: translate3d(100%, 0, 0);
}
 
.is-visible .cd-panel-container {
	transform: translate3d(0, 0, 0);
	transition-delay: 0s;
}

/*scrollbar*/
/*
 *  STYLE 1
 */

#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #dbe2e9;
}

ul.nav.navbar-nav.navbar-right{
			border: 1px solid #e7e7e7;
    		border-radius: 10px;
    		background-color: #fff;
		}

		.nav>li:not(:nth-child(1)) {
		    border-left: 1px solid #000;
		}

		.navbar-default {
		    background-color: transparent;
		    border-color: #e7e7e7;
		    border: none;
		    margin-top: 15px;
		    z-index: 999;
		}

		

		#content {
		    background: url(../img/extraescolares-ingles-mondragonlingua.jpg);
		    background-repeat: no-repeat;
		    background-size: cover;
		    position: relative;
		    z-index: 10;
		    height: 100%;
		    width: 100%;
		    left: 0;
		    top: 0;
		    overflow: auto;
		}

		section {
		    /*height: calc(100% - 170px);*/
		    width: 100%;
		    position: absolute;
		    top: 60%;
		}

		section h1{
			font-size: 3.275em;
		    font-weight: 700;
		    color: #fff;
		    line-height: 45px;
		}

		section h1 > p > small{
		    color: #fff;
		    font-weight: 700;
		}

		.align-middle{
			/*position: absolute;
			top: 75%;
			transform: translateY(-75%);*/

		}

		@media screen and (max-width: 767px) {
			.navbar-default .navbar-collapse, .navbar-default .navbar-form {
			    border: 0px;
			}

			.nav>li:not(:nth-child(1)) {
			    border-left: 0px;
			}

			.navbar-brand {
			    padding: 0px 0px 15px 0px;
			}

			.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
			    margin-bottom: 25px;
			}

			.dropdown-menu>li>a {
			    white-space: normal;
			}
			.content{
				overflow: auto;
			}
			
			section h1 {
			    font-size: 2.75em;
			}

			section {
			    top: 30%;
			}

			.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
			    display: block;
			    max-width: 70%;
			    height: auto;
			}

			
		}
		/*@media screen  and (max-width: 992px) {
			.navbar-brand {
			    float: none;			    
			}
		}*/

		@media screen and (min-width: 768px) and (max-width: 992px) {
			.container {
			    /*width: 100%;*/
			}

			.navbar-brand {
			    float: none;			    
			}
		}

		/*cabeceras*/
		.cd-panel-content h2 {
		    font-weight: bold;
		    font-size: 2em;
		    position: relative;
		    top: 0;
		    color: #555;
		    /*padding-left: 6.5%;*/
		    text-decoration: none;
		    /*text-transform: uppercase;*/
		    margin: 15px 0px;
		}

		.cd-panel-content p {
		    font-size: 1.5rem;
		}

		.alert-success, .alert-info, .alert-danger {
		    padding: 15px;
		}
		
		span.input-group-addon.glyphicon.glyphicon-calendar {
		    top: 0px;
		}

		/*panel desplegable*/
		.cd-panel-header h1 {
		    top: 10px;
		    padding-left: 65px;
		}

.text-right{
	text-align: right;
}

.text-center {
    text-align: center;
}

.text-center img{
    float: left;
    margin: 15px 10px;

}

h1 + p {
	color:#fff;
    margin-top: 1.5625rem;
    text-align: right;
    padding: 10px;
    background: #000;
}

/*navegacion formulario inscripcion*/
#datos_alumnos, #datos_padres, #datos_facturacion{
	display: none;
}

.activo{
	display: block!important;
}

.form-horizontal .control-label {
    color: #000;
    margin-bottom: 3px;
    font-weight: 600;
}

/*.inscripcion{
	opacity: .5;
    pointer-events: none;
}*/

#myModal .modal-title{
	font-size: 2.6em;
	font-weight: 600;
	color:rgb(219, 0, 0);
}

#myModal .modal-body p{
	font-size: 1.2em;

}

/*========== tabla rsponsive ================*/
h2 {
  text-align: center;
}

table caption {
	padding: .5em 0;
}

.table > tbody{
	text-align: center;
}

.table>thead:first-child>tr:first-child>th {
    border-top: 1px solid #ddd;
    text-align: center;
}

@media screen and (max-width: 767px) {
  table caption {
    border-bottom: 1px solid #ddd;
  }
}

.p {
  text-align: center;
  padding-top: 140px;
  font-size: 14px;
}

.badge-success {
    background-color: #5cb85c;
}

.badge-danger {
    background-color: #d9534f;
}	

.badge-warning {
    background-color: #f0ad4e;
}


