.header-bar
{
    background-color: #354B72;
    height: 90px;
}
footer
{
    background-color: #fff !important;
    height: 90px;
	position: absolute;
	bottom: 0;
	background-image: url(../img/bookshelf.png);
	background-repeat-y: no-repeat;
	width: 100%;
}
body
{
    background-color: #fff !important;
	padding-left: 0px !important; 
    padding-right: 0px !important;
	
}
form
{
    background-image: url(../img/clouds.png);
	background-repeat-y: no-repeat;
	background-position: center top;
    height: calc(100vh - 160px);
    margin-top:  -20px;
	-webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover;
}
#logo {
    display: none;
    text-indent: -9999px;
    background: url(../img/logo.jpg) 0 0 no-repeat;
    background-size:100%;
    width: 220px;
    height: 220px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top:  20px;
    margin-left: auto;
    margin-right: auto;
}
.panel-title
{
    font: 3em 'Asap', sans-serif;
    color: #ad2f00;
    line-height: 1.2em;
    padding: 2px 0 4px 0;
    letter-spacing: -2px;
	text-align: center;
}
.panel-login
{
    background-color: transparent !important;
    border-color: transparent !important;
    padding-top: 20px;
    max-width: 400px;
    margin: 0 auto;
    width: 80%;
    min-width: 280px;
}
.panel-heading
{
    background-color: transparent !important;
    border-color: transparent !important;
}
.panel-form
{
    max-width: 600px; 
    margin: 0 auto;
    text-align: center;
}
.header-logo
{
    background: url(../img/logobar.png) 0 0 no-repeat;
    height: 60px;
    width: 220px;
}
.menu .accordion { padding-top:20px;}
.menu .accordion-heading {  font-size: 24px; position: relative;margin-top: 8px; }
.menu .accordion-heading .edit {
    position: absolute;
    top: 8px;
    right: 30px; 
}
.menu .accordion-heading2 {  font-size: 20px; position: relative;padding-bottom: 6px; padding-top: 6px; }
.menu .lenguaje { border-left: 4px solid #f31111; padding-left: 20px; }
.menu .ciencias { border-left: 4px solid #65c465; padding-left: 20px; }
.menu .sociales { border-left: 4px solid #8a1ec1; padding-left: 20px; }
.menu .ingles { border-left: 4px solid #f9f102; padding-left: 20px; }
.menu .i.in { overflow: visible; }
.accordion-inner .nav-list>li>a { padding-bottom: 10px; font-size: 16px; }

/* ----------- iPad mini ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
    form {
        /*background-size: 180%;*/
    }
    .upgps-content-padding {
        width: 80%;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
    form {
        /*background-size: 110%;*/
    }
    .upgps-content-padding {
        width: 60%;
    }
}

/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
    form {
        /*background-size: 170%;*/
    }
    .panel-form {
        width: 100%;
        height: 100%  
    }
    .upgps-content-padding {
        width: 100%;
        max-width: 1366px;
        left: 0px;
        bottom:  0px;
    }
    .input-group-addon {
        font-size: 1.8em;
    }
    .btn-sm {
        padding: 10px 15px;
        font-size: 1.8em;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
    form {
        /*background-size: 130%;*/
    }
    .upgps-content-padding {
        width: 80%;
    }
    .input-group-addon {
        font-size: 1.5em;
    }
    .btn-sm {
        padding: 10px 15px;
        font-size: 1.5em;
    }
}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    form {
        /*background-size: 120%;*/
        height: 100vh;*/
    }
    .upgps-content-padding {
        bottom: -40px;
        width: 100%;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    .upgps-content-padding {
        height: 250px;
        bottom: 0px;
        padding-top: 0px;
        margin-top: 0px;
        width: 100%;
        max-width: 100%;
    }
    .panel-login {
           padding-top: 0px;
    }
}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}

