/*body { overflow-x: hidden;}
.left { position:relative; width:40%; margin-left:5%; margin-right:5%; float:left;}
.container { width:100%; padding:0px;margin:0px;}
#main-content { margin-top:0px;}
label[for=area] { background-image:none;}
.page-topbar .logo-area { min-height: 60px;}
.login_subtitle { text-align: center; font
-weight: bold; font-size: 1em; color:#000; text-transform: uppercase;}
.login_subtitle span { color: #dc102c; }*/

@font-face {
	font-family: 'Conv_Futura Medium';
	src: url('/assets/fonts/Futura Medium.eot');
	src: local('☺'), url('/assets/fonts/Futura Medium.woff') format('woff'), url('/assets/fonts/Futura Medium.ttf') format('truetype'), url('/assets/fonts/Futura Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
	font-family:'Conv_Futura Medium';
	font-weight:lighter;
	overflow-x:hidden;
	overflow-y:auto
}
.skin-blue .sidebar-menu>li.header {
    color: #FFFFFF;
    background: #3f3f3f;
}
.skin-blue .main-header .logo {
    background-color: #757575;
    color: #fff;
    border-bottom: 0 solid transparent;
}
.skin-blue .sidebar a {
    color: #FFFFFF;
}

.skin-blue .main-header .navbar {
    background-color: #929292;
}

.bg-oferta {
	background-color: #00b9bc;
	color: #ffffff;
}
.bg-student {
	background-color: #94b751;
	color: #ffffff;
}
.bg-teacher {
	background-color: #b75751;
	color: #ffffff;
}


.btn-delete { background-color: #FF0404; color: #ffffff }
.btn-agregar-recepcion { margin-right: 5px; }

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
    height: 100%;
}

.nopadding {
	padding: 0 !important;
}

.btn-ingresar {
	background-color: #53565B;
    border-color: #53565B;
    border-radius: 0px;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    font-family:'Conv_Futura Medium';
	font-weight:lighter;
	font-weight: 100;
}
.txt-ingreso {
	background:#ffffff !important;
    background-color:#ffffff !important;
    border-color: none !important;
 }

 .t3-footer {
    background: #f7f7f7;
    color: #666666;
}


/**********File Inputs**********/
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
}

.iborrainputfile {
    font-size:14px;
    font-weight:normal;
    font-family: 'Lato';
    margin-left: 0;
}

/* style 7 */

.inputfile-7 + label {
    color: #ec9b1b;
}

.inputfile-7 + label {
    border: 1px solid #ec9b1b;
    background-color: #fff;
    padding: 0;
}

.inputfile-7:focus + label,
.inputfile-7.has-focus + label,
.inputfile-7 + label:hover {
    border-color: #d47e03;
}

.inputfile-7 + label span,
.inputfile-7 + label strong {
    padding: 0.625rem 1.25rem;
}

.inputfile-7 + label span {
    width: 50% !important;
    height: 40px !important;
    min-height: 2em;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    position: absolute;
    background-color: #222d32;
    display: flex;
    align-items: center;
    text-align: center;
    color: white;
    font-weight: 100;
    border-color: red;
    border: 1px solid #222d32;
}

.inputfile-7 + label strong {
    color: #8C8C8C;
    background-color: white;
    font-weight: 100;
    font-size: 14px;
    position: absolute;
    right: 0;
    height: 40px;
    display: flex;
    align-items: center;
    width: 50%;
    border: 1px solid #222d32;
    margin-right: 2px;
}

.inputfile-7:focus + label strong,
.inputfile-7.has-focus + label strong,
.inputfile-7 + label:ahover strong {
    background-color: #39b5b5;
    color: white;
    transition: 1s background-color;
    font-weight: 500;
    transition: 1s font-weight;
}


.two-line-title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2; /* Limits the content to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* Adds "..." at the end if content is cut off */
}


@media screen and (min-width: 769px) {
  .is-reversed-tablet {
    flex-direction: row-reverse; } }



input[type=range]::-webkit-slider-runnable-track {
  height: 3.4px !important;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  /*background: red;*/
}

input[type=range]::-moz-range-track {
  height: 3.4px !important;
}

input[type=range]::-ms-track {
  height: 3.4px !important;
}

.valid-form-tip {
  font-size: 10px;
  color: red;
}

#WPBtn {
    width: 77px;
    height: 77px;
    position: fixed;
    right: 15px;
    z-index: 10000;
    bottom: 15px;
    
    cursor: pointer;
}

.message {
  color: #002B63;
}

.message-text strong {
  color: #002B63;
  font-weight: 500; }

.button-message {
  font-size: 14px; 
  width: 190px;
  border-radius: 1px;
}

.button-message-alt {
  font-size: 14px; 
  width: 190px;
  background: transparent; 
  border-radius: 1px;
  border:1px solid #002B63;
  color: #002B63;
}

.button-message-wp {
  font-size: 14px; 
  width: 190px;
  background: #00A263; 
  border-radius: 1px;
  border:1px solid #00A263;
  color: #ffffff;
}



@media screen and (max-width: 768px) { 
  .is-mobile-center {
    text-align: center;
    margin: 0 auto;
  }
  .button-message {
    margin:0 auto;
    width: 80%;
    margin-bottom: 5px;
  }

  .button-message-alt {
    margin:0 auto;
    width: 80%;
    margin-bottom: 5px;
  }

  .button-message-wp {
    margin:0 auto;
    width: 80%;
    margin-bottom: 5px;
  }
}
