/***************************************************************************************************************
* Joseph Collins
* NO ELIMINAR NI MODIFICAR ESTE BLOQUE, ESTO DEBE ESTAR AL PRINCIPIO DE LA GUIA SIEMPRE
****************************************************************************************************************/
@import "/assets/css/bootstrap.min.css";
@import "/assets/css/datepicker.css";
@import "/assets/font-awesome/css/font-awesome.min.css";
@import "/assets/css/animate/animate.css";
@import "https://fonts.googleapis.com/css?family=Oswald:400,700";
/*************************************************** Global ****************************************************/
body {
    padding-top: 65px;
    padding-bottom: 65px;
    background-color: #ffffff;
}
input, select, textarea, div, table, td, th, p, a, button, ul, ol, code, pre, li,
.input-group-addon {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 !important;
    text-shadow: none !important;
}
/************************************************** Top Navbar **************************************************/
.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}
.navbar-default{
    min-height: 62px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #ffffff;
    color: #767e90;
}
/************************************************* Mobile Navbar **************************************************/
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ffffff;
    border: transparent !important;
}
/************************************************* Form Input Custom  **********************************************/
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
/*************************************************** Font Colors  **************************************************/
.fc-a{
    color: #767e90;
}
.fc-b{
    color: #337ab7;
}
.fc-c{
    color: #cccccc;
}
.fc-d{
    color: #ffffff;
}
.fc-e{
    color: #f1f1f1;
}
.fc-f{
    color: #999;
}
.fc-g{
    color: #444;
}
.fc-h{
    color:#F90;
}
.fc-i{
    color: #000000;
}
/************************************************ Background Colors  ************************************************/
.bg-a{
    background-color: #767e90;
    color: #ffffff;
}
.bg-b{
    background-color: #337ab7;
    color: #ffffff;
}
.bg-c{
    background-color: #cccccc;
}
.bg-d{
    background-color: #ffffff;
    color: #333;
}
.bg-e{
    background-color: #f1f1f1;
    color: #000000;
}
.bg-f{
    background-color: #999;
    color: #fff;
}
.bg-g{
    background-color: #444;
    color: #fff;
}
.bg-h{
    background-color: #F90;
    color: #000000;
}
.bg-i{
    background-color: #000000;
    color: #ffffff;
}
/*************************************************** Separators  **************************************************/
.no-margin {
    margin: 0
}

.no-padding {
    padding: 0
}

.sep-l0 {
    margin-left: 0
}

.sep-l5 {
    margin-left: 5px
}

.sep-l10 {
    margin-left: 10px
}

.sep-l15 {
    margin-left: 15px
}

.sep-l20 {
    margin-left: 20px
}

.sep-l25 {
    margin-left: 25px
}

.sep-r0 {
    margin-right: 0
}

.sep-r5 {
    margin-right: 5px
}

.sep-r10 {
    margin-right: 10px
}

.sep-r15 {
    margin-right: 15px
}

.sep-r20 {
    margin-right: 20px
}

.sep-r25 {
    margin-right: 25px
}

.sep-0 {
    margin-top: 0
}

.sep-3 {
    margin-top: 3px
}

.sep-5 {
    margin-top: 5px
}

.sep-10 {
    margin-top: 10px
}

.sep-15 {
    margin-top: 15px
}

.sep-20 {
    margin-top: 20px
}

.sep-25 {
    margin-top: 25px
}

.sep-i3 {
    padding: 3px
}

.sep-i5 {
    padding: 5px
}

.sep-i10 {
    padding: 10px
}

.sep-i15 {
    padding: 15px
}

.sep-i20 {
    padding: 20px
}

.sep-i25 {
    padding: 25px
}
/************************************************ Border Styles ************************************************/
.no-borders{
    border: transparent !important;
}
/************************************************** Login Styles **************************************************/
.login-navbar-blue {
    background-color: #0f3b84;
}
.pt150{
    padding-top: 150px;
}
.row-login{
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;
    position: relative;
}
.frm-login-logo {
    margin: 1em 0;
    width: 220px;
}
.frm-login-title {
	font-weight: bold;
	color: #0f3b84;
	font-size: 1.5em;
	margin-bottom: 2em;
}
.body-login {
    display: flex;
    align-items: stretch;
    height: 100vh;
  }
  .frm-login-footer {
	position: absolute;
	bottom: 0;
	overflow: hidden;
	max-width: 100%;
	min-height: 55px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.gap-1em{
    gap: 1em;
}
.btn-cancel-rec {
	border-radius: 26px !important;
	height: 55px;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.frm-login-footer > img {
	max-width: 50px;
	display: flex;
}
.frm-login-footer > p {
	margin: 0 !important;
}
  .body-login-form-container {
    position: relative;
    flex-direction: column;
    background-color: #ffffff;
    width: 545px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .body-login-spacer {
    display: flex;
    background-image: url('/assets/img/login/isei-background.png');
    background-size: cover;
    background-repeat: no-repeat;
    flex: 1;
  }
  .body-login-admision {
    background-image: url('/assets/img/login/isei-background-admision.jpg') !important;
  }

.login{
    padding: 0;
}

.fc-b.text-center.m-0 {
    margin: 0;
  }
  .login-form-control {
	border-radius: 6px !important;
	height: 55px;
	margin-bottom: 1.6em;
	padding-left: 55px;
	border: none;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.login-form-control-select{
  border: none !important;
  border-radius: 6px !important;
  height: 55px;
  margin-bottom: 1.6em;
  
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
  .custom-btn-login {
    border-radius: 6px !important;
    height: 55px;
  }
  .login-container {
	flex: 1;
}
.icon-user {
	background-image: url('/assets/img/login/person-outline.svg');
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 10px center;
}
.icon-lock {
	background-image: url('/assets/img/login/lock-closed-outline.svg');
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 10px center;
}
.icon-calendar {
  background-image: url('/assets/img/login/calendar-outline.svg');
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 10px center;
}
.icon-envelope {
  background-image: url('/assets/img/login/mail-outline.svg');
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 10px center;
}
.icon-phone {
  background-image: url('/assets/img/login/call-outline.svg');
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 10px center;
}
.icon-mobile {
  background-image: url('/assets/img/login/phone-portrait-outline.svg');
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 10px center;
}
.icon-document-lock{
  background-image: url('/assets/img/login/document-lock-outline.svg');
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 10px center;
}
.icon-file-tray{
  background-image: url('/assets/img/login/file-tray-full-outline.svg');
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 10px center;
}
.icon-email {
    background-image: url('/assets/img/login/mail-outline.svg');
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 10px center;
}
.fs15 {
	font-size: 1.5em !important;
}
.mt-5 {
	margin-top: 3em !important;
}
.login-form {
	/* width: 300px; */
	/* margin: 0 auto; */
	width: 360px;
	float: right;
}
.login-form-registro {
	padding: 0 2rem;
}

.fa-user-fix{
    width: 14px;
    height: 14px;
}
.input-group-addon{
    color: #fff;
    background-color: #337ab7;
}
#login-proceso-registro{
    background: url(/assets/img/login/background-proceso-registro.jpg) no-repeat;
    background-size: cover;
}
@media(min-width:320px) and (max-width:767px) {
    #login-proceso-registro{
        background-image: none;
        background-color: #eee;
    }
}
#collapse-form-proceso-registro{
    display: none;
}


/* ##################################################################### */
/* ######################## switch de recuerdame ####################### */
/* ##################################################################### */
/* CSS rules are kept repetitive so that you can get CSS rules for each button easily :) */

 
  .toggle-button-cover {
    display: table-cell;
    position: relative;
    width: 200px;
    height: 140px;
    box-sizing: border-box;
  }

  .form-login-label {
    color:#333;
  }
  .form-login-label:hover {
    text-decoration: none;
  }
  .d-flex{
    display: flex;
  }
  .w-100 {
    width: 100%;
  }
  .position-relative {
    position: relative;
  }
  .align-items-center {
    align-items: center;
  }
  .justify-content-between {
    justify-content: space-between;
  }
  .justify-content-end {
    justify-content:end;
  }
  .button-cover {
    height: 100px;
    margin: 20px;
    background-color: #fff;
    box-shadow: 0 10px 20px -8px #c5d6d6;
    border-radius: 4px;
  }
  .cointainer-swetich {
    display: flex; position: relative; width: 100%; align-items: center;
  }
  .button-cover:before {
    counter-increment: button-counter;
    content: counter(button-counter);
    position: absolute;
    right: 0;
    bottom: 0;
    color: #d7e3e3;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
  }
  
  .button-cover,
  .knobs,
  .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  
  .button-switch {
    margin-right: 1em;
    position: relative;
    /* top: 50%; */
    width: 74px;
    height: 36px;
    /* margin: -20px auto 0 auto; */
    overflow: hidden;
  }
  .text-outline-black{
    color: white !important;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000 !important;
    font-size: 1.1em !important;
  }
  .button-switch.r,
  .button-switch.r .layer {
    border-radius: 100px;
  }
  
  .button-switch.b2 {
    border-radius: 2px;
  }
  .btn-frm-login {
	background-color: #0f3b84;
	border: none;
	height: 55px;
	border-radius: 30px !important;
	margin: 0 !important;
	display: flex;
	align-items: center;
	font-size: 15px;
}
  .btn-frm-login > span {
    display: flex;flex: 1;justify-content: center;
  }
  .btn-frm-login > img {
    max-width: 25px;
  }
  .checkbox {
    position: relative;
    width: 0;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
  }
  
  .knobs {
    z-index: 2;
  }
  
  .layer {
    width: 100%;
    background-color: #ebf7fc;
    transition: 0.3s ease all;
    z-index: 1;
  }
  
  /* Button 18 */
  #button-18 .knobs:before,
  #button-18 .knobs span {
    content: "Sí";
    position: absolute;
    top: 4px;
    left: 4px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    background-color: #0f3b84;
    border-radius: 2px;
  }
  
  #button-18 .knobs:before {
    top: 50%;
    left: 8px;
    width: 20px;
    height: 10px;
    margin-top: -5px;
    background-color: transparent;
    z-index: 2;
  }
  
  #button-18 .knobs span {
    width: 29px;
    height: 29px;
    padding: 9px 4px;
    transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
    z-index: 1;
  }
  
  #button-18 .checkbox:active + .knobs:before {
    left: 10px;
    width: 46px;
    height: 4px;
    color: transparent;
    margin-top: -2px;
    background-color: #0095d8;
    transition: 0.3s ease all;
    overflow: hidden;
  }
  
  #button-18 .checkbox:active + .knobs span {
    width: 58px;
  }
  
  #button-18 .checkbox:checked:active + .knobs:before {
    left: auto;
    right: 10px;
    background-color: #d80000;
  }
  
  #button-18 .checkbox:checked:active + .knobs span {
    margin-left: -38px;
  }
  
  #button-18 .checkbox:checked + .knobs:before {
    content: "NO";
    left: 47px;
  }
  
  #button-18 .checkbox:checked + .knobs span {
    left: 42px;
    background-color: #f44336;
  }
  
  #button-18 .checkbox:checked ~ .layer {
    background-color: #fcebeb;
  }


/*******************************************************************************************************************
* Estilos actuales ( Migracion a responsivo )
*******************************************************************************************************************/




/*******************************************************************************************************************
* Joseph Collins
* NO ELIMINAR, ESTO DEBE ESTAR AL FINAL DE LA GUIA SIEMPRE, NO A LA MITAD
*******************************************************************************************************************/

/************************************************** Mobile Query **************************************************/
@media(min-width:320px) and (max-width:767px) {
    h1, .h1{ font-size: 24px; }
    h2, .h2{ font-size: 22px; }
    h3, .h3{ font-size: 20px; }
    h4, .h4{ font-size: 18px; }
    h5, .h5{ font-size: 16px; }
    h6, .h6{ font-size: 14px; }
    .login{
        background-image: none;
        background-color: #eee;
    }
}
