/*
Description: Estilos creados para S-cool
Author: @JoelB
Version: 1.0
*/


/* Index of this css file
-------------------------
    1. General
    2. Basics
    3. Header
    4. Navigation
    5. Footer
------------------------*/


/* 1. General
----------------------------------- */
html, .principal {
  height: 100%;
}

body{
  background-color: #fff;
  /*background-color: #f6f7fb;*/
}
body, h1, h2, h3, h4, h5, p, a, label{
  font-family: 'Open Sans', sans-serif !important;
}
.front{
z-index: 999999999999;
}

.overlay {
border-radius: 6px;
position: absolute;
width: 100%;
height: 100%;
background-color: gray;
background-color: rgba(0,0,0,0.2);
z-index: 2;
cursor: pointer;
}

@keyframes autofill {
  to {
      background: white;
  }
}

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

/* Cursor en angular */
[ng-click],
[data-ng-click],
[x-ng-click] {
cursor: pointer;
}

.btn{
padding-right: 40px;
padding-left: 40px;
}

.btn:hover {
box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.298039);
}

.btn:focus,
.btn:active {
color: #FFF;
outline: 0 !important;
box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.298039);
}

.btn:after {
background-color: rgba(255,255,255,0.1);
}

.btn-main {
background-color: #2a449b;
color: #fff;
-webkit-transition-property: box-shadow, background-color;
transition-property: box-shadow, background-color;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}

.btn-second {
background-color: #F16E28;
color: #fff;
padding: 6px 35px;
-webkit-transition-property: box-shadow, background-color;
transition-property: box-shadow, background-color;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}

.btn-close {
background-color: rgb(250,250,250);
color: rgba(0,0,0,0.87);
box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .26) !important;
-webkit-transition-property: box-shadow, background-color;
transition-property: box-shadow, background-color;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}

.btn-raised {
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
}

.toogle .btn-main{
border-radius: 0;
}
.toogle .btn-selected{
border-radius: 0;
background-color: #a9164c;
color: white;
}

.btn-blue{
  background-color: #646469 !important;
  color: #fff !important;
}
.btn-blue:hover{
  background-color: #3ad531 !important;
}
.btn-darkGray{
  background-color: #424A5D !important;
  color: #fff !important;
}
.no-padd{
  padding: 0;
}

.row{
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.set-right{
float: right;
}

.set-left{
float: left;
}

.total-hide{
visibility: hidden;
}


.alert-danger {
  background-image: none;
  background-color: #F7D7DC;
  color:  #D8182F;
  border-color:  #DF8893;
}
.has-error .control-label {
  color:  #D8182F;
}
.has-error .form-control {
  border-color:  #DF8893;
}
.text-danger {
  color:  #D8182F;
}

.has-error .form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:  #D8182F;
}
.has-error .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:  #D8182F;
 opacity:  1;
}
.has-error .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:  #D8182F;
 opacity:  1;
}
.has-error .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:  #D8182F;
}
/*.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #fffefe !important;
  border-color: #949494 !important;
}*/

/* 2. Basics
----------------------------------- */

.warn {
  color: #FFD047 !important;
}
.danger {
  color: #b51212 !important;
}
.infoColor {
  color: #1C86FF !important;
}

.color-blue{
color: #646469;
}
/* Wizard Styles */
.approveWizard{
  position: absolute;
  right: 0;
  top: 34px;
}

.border-green{
  border-color: #5cb85c !important;
}

.border-red{
  border-color: #f1b4b2 !important;
}

.simple-prev-next .row{
  padding: 8px 0;
  margin: 20px 5px;
}

.wizard {
margin-bottom: 4em;
}
.wizard h2 {
color: #464C52;
font-size: 40px;
border-bottom: #D8D8D8 1px solid;
padding-bottom: 20px;
}

.wizard input{
border: none;
}

.color-label{
padding: 5px;
border-radius: 25px;
}

/* Vistas Listas */
.createNew{
  padding: 1em 0 2.5em !important;
}

.inputSearch{
float: right;
padding: 7px 10px;
border-radius: 0 8px 8px 0;
border: 1px solid #CCC;
font-size: 15px;
background-color: #FFF;
color: #777777;
width: 100%;
outline: none;
}

.collection{

}

.collection .header, .collection .body{
margin-top: 24px;
}

.collection .header h1{
line-height: 0.9;
margin: 0;
}

.collection .header button{
float: right;
}

.collection .body{

}

/*Section Tittle*/
.dataHeader{
background-color: white;
padding: 20px 32px 8px 24px;
border-bottom: 1px solid #E6EAEE;
}
.titleModule, .infoTitle, .title{
color: #464C52;
text-transform: uppercase;
margin-bottom: 5px;
font-size: 12px;
font-weight: 600;
}

.title{
font-weight: bold;
font-size: 14px;
}
.dataHeader .infoModule, .dataHeader .info, .dataHeader .info2{
color: #7D8795;
font-size: 16px;
font-weight: 300;
}
.dataHeader .info2{
font-size: 24px !important;
margin-bottom: 0 !important;
}
.dataHeader .titleModule{
font-size: 24px;
margin-bottom: 3px;
}

.dataHeader .infoModule{
text-transform: uppercase;
}

/* Tablas catalogos */
.borderless td, .borderless th {
  border: none !important;
}

.enrollment .page-header{
  margin: 20px 0 0;
}

.table-collection{
  background-color: #fff;
}

.table-collection > thead{
  background-color: #424a5d;
  color: white;
}
.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 1px solid #fff;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
vertical-align: middle !important;
font-family: 'Roboto Condensed', sans-serif;
}
.table-collection thead > tr > th:first-child{
  border-radius: 6px 0 0 0;
}
.table-collection thead > tr > th:last-child{
  border-radius: 0 6px 0 0;
}
.table-collection thead > tr > th{
  padding: 1.5em 0.6em;
  font-weight: 400;
}
.table-collection th:first-child{
  padding-left: 16px;
}

.table-collection thead > tr > th .fa{
  left: 12px;
  position: relative;
}

.table-enrollment .checkbox{
  margin: 0;
}

.table-enrollment{
  margin-bottom: 0;
}

.table-striped tbody tr:last-child td{
  border-radius:5px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
  background-color: #7D8795;
  border-color: #7D8795;
}

.pagination>li>a , .pagination>li>a:hover{
  /*color: #424a5d;*/
  color: #646469;
}

.flechapag{
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
  color: #0076FC;
}

.table-estimation{
  margin-top: 16px;
  table-layout: fixed;
  word-wrap: break-word;
  width: auto;
}

.table-estimation th{
width: 100px;
}


.scrolling table {
table-layout: inherit;
}
.scrolling td, .scrolling th {
min-width: 130px;
}
.scrolling th {
left: 0;
width: 120px;
}
.outer {
position: relative
}
.inner {
overflow-x: auto;
overflow-y: visible;
}


/*CAlendar*/
.event-detail, .monthview-dateCell {
background-color: #FFF;
  height: 80px !important;
  /*text-align: right !important;*/
}
.calendar-navbar>.col-xs-2 > button{
background-image: none;
padding: 8px 12px !important;
color: #757575;
}
.calendar-navbar{
text-transform: uppercase;
}

.calendar-header{
text-align: center;
}

.calendar-navbar > .nav-right > button{
float: right;
}

.a-event-primary{
background-color: #92D14F;
color: #FFF !important;
}
.f-event-primary{
background-color: #FE0000 !important;
color: #FFF !important;
}
.r-event-primary{
background-color: #FFFD04 !important;
color: #FFF !important;
}
.s-event-primary{
background-color: #16365C !important;
color: #FFF !important;
}
.pg-event-primary{
background-color: #DAE6B6 !important;
color: #FFF !important;
}
.p-event-primary{
background-color: #E16B09 !important;
color: #FFF !important;
}
.i-event-primary{
background-color: #953632 !important;
color: #FFF !important;
}
.d-event-primary{
background-color: #01B051 !important;
color: #FFF !important;
}
.ft-event-primary{
background-color: #948B54 !important;
color: #FFF !important;
}
.ru-event-primary{
background-color: #FF67FF !important;
color: #FFF !important;
}
.nl-event-primary{
background-color: #F4B500 !important;
color: #FFF !important;
}
.v-event-primary{
background-color: #93B4D7 !important;
color: #FFF !important;
}
.new-event-secondary div, .old-event-secondary div{
color: #757575;
}

.monthview-primary-with-event {
  color: #fff;
  background-color: #2a449b;
}
.monthview-secondary-with-event{
background-color: #2a449b;
}
.monthview-selected {
color: #fff;
}

.monthview-selected > div{
    width: 24px;
  /* position: absolute; */
  height: 24px;
  float: right;
  border-radius: 34px;
  text-align: center;
  background-color: #000;
}

.monthview-datetable>thead>tr{
background-color: #464C52;
color: white;
}
.text-muted {
color: #b5b5b5;
}
/*.event-detail-container{
display: none;
}*/

/* ngDialog Form */
.btn-submit{
  margin-left: 10px;
}

.blank-card{
  background-color: #FFF;
  margin-top: 24px;
  padding: 2em;
  border-radius: 12px;
}

.listTabs .blank-card{
  background-color: #FFF;
  margin-top: 24px;
  padding: 24px 60px;
  border-radius: 6px;
  border: 1px solid #CCCCCC;
}

.calendar-input{
  padding: 9px 14px 4px !important;
  box-shadow: none !important;
}

.form-horizontal .form-group {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.input-group{
  margin-bottom: 1.5em;
}

.ngdialog.ngdialog-theme-default {
  padding-bottom: 32px !important;
  padding-top: 32px !important;
}

.ngdialog-content{
  padding: 0 !important;
}

.ngdialog-content .row{
  margin: 0 !important;
}

.ngdialog-content .form-horizontal, .custom-form .form-horizontal{
  margin-top: 1em !important;
  background: white;
  border-radius: 6px;
  border: 1px solid #CCCCCC;
  padding: 17px 6px 6px;
  margin-bottom: 1em;
}

.ngdialog-content .page-header{
  background-color: #646469;
  color: white;
  margin: 0;
  text-align: center;
  padding: 1em;
}

.ngdialog-content .page-header .subTitleForm{
  text-transform: uppercase;
}

.ngdialog-content  .save{
  padding-top: 1em;
  padding-bottom: 1em;
}

.schedules .btn-field{
  width: 100% !important;
}


.casefile-scroll{
pointer-events: auto !important;
}

.casefile-left .ngdialog-content, .casefile-right .ngdialog-content{
margin: 10px !important;
box-shadow: 3px 5px 14px 4px rgba(0, 0, 0, .26);
}

.casefile-right .ngdialog-content{
float: right;
}

.ngdialog.ngdialog-theme-default .ngdialog-minimize {
border: none;
background: transparent;
cursor: pointer;
position: absolute;
right: 50px !important;
top: 0;
}

.ngdialog.ngdialog-theme-default .ngdialog-minimize:before {
  display: block;
  padding: 3px;
  background: 0 0;
  color: #bbb;
  content: '\2013';
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}
/* ngDialog Confirm */
.confirm .buttons{
  padding-bottom:1em;
  padding-right:1em;
}

.confirm .title{
  text-align: center;
  padding: 1em 0.5em;
}

.searchInput .angucomplete-holder input{
border: none !important;
border-bottom: 1px solid #ccc !important;
box-shadow: none !important;
}
/* Dashboard */
.dash .mainTitle{
color: #777777;
font-size: 24px;
text-transform: uppercase;
margin: 0 !important;
}

.dash hr{
  margin-top: 2px;
  border-top: 1px solid #D8D8D8;

}

.dash .tarjet {
background-color: #FFF;
border:1px solid #CCCCCC;
border-radius: 6px;
padding: 16px;
margin-bottom: 1.5em;
}

.dash .tarjetTitle{
color: #464C52;
text-transform: uppercase;
font-size: 12px;
font-weight: 600;
}

.dash .tarjetSubTittle{
color: #646469;
text-transform: uppercase;
font-size: 24px;
font-weight: 600;
}

.dash .Sub{
color: #A3AEBE;
text-transform: uppercase;
font-size: 12px;
font-weight: 600;
margin-bottom: 0;
}

.dash .label{
float: right;
background-color: #A3AEBE;
font-size: 12px;
font-weight: normal;
line-height: 14px;
margin-left: 6px;
margin-top: 10px;
padding: 2px 8px;
}

.dash .test {
background-color: #e64371;
font-size: 14px;
font-weight: normal;
line-height: 22px;
padding: 2px 8px;
color: #fff;
border-radius: 5px;
margin-top: 8px;
}

.labelParent{
width: 100%;
height: 100%;
float: left;
position: relative;
}

.labelParent > .labelChild{
width: 100%;
height: 40px;
position: absolute;
top: 50%;
left: 0;
margin-top: -20px;
line-height:19px;
text-align: center;
z-index: 9;
}

.dash .labelDoug{
text-align: center;
margin-top: 4px;
}

.dash .labelDoug span{
color: #777777;
text-transform: uppercase;
font-size: 10px;
}

.dash .labelDoug i{
color: rgb(229,46,113);
color: rgba(229,46,113,0.7);
margin-right: 4px;
}

/* Grid Courses */
.gridCourse {
  margin: 1em 0;
}
.gridCard{
  background-color: #FFF;
  vertical-align: top;
  min-height: 200px;
  padding-bottom: 20px;
}

.tasks .gridCard{
  min-height: 90px;
}

.tasks .gridCard h3{
  margin-top: 0;
}

.tasks .mainIcon {
  font-size: 38px;
}

.panel-group .panel {
  background: none !important;
  border: none !important;
}

.panel-body {
  margin-top: 3em !important;
}

/*Enrollment courses*/
.searchCourse{
background-color: #7D8795;
padding: 8px;
border-radius: 6px 6px 0 0;
}
.searchCourse .inputs{
width: 100%;
background-color: rgb(104, 114, 129);
color: white;
border: none;
height: 24px;
border-radius: 4px;
padding-left: 12px;
}
.inputs::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #FFF;
}
.inputs::-moz-placeholder { /* Firefox 19+ */
color: #FFF;
}
.inputs:-ms-input-placeholder { /* IE 10+ */
color: #FFF;
}
.inputs :-moz-placeholder { /* Firefox 18- */
color: #FFF;
}
.tarjetCourse{
background-color: #FFF;
border-bottom: solid 1px #CCCCCC;
padding: 8px;
}
.tarjetCourse:hover{
background-color: #E6E5E6;
}
.contentCourse{
border-left: solid 1px #CCCCCC;
border-right: solid 1px #CCCCCC;
overflow:auto;
max-height: 500px;
}
.tarjetCourse .subject{
font-size: 16px;
color: #464C52;
font-weight: 600;
margin-bottom: 8px;
line-height: 22px;
}

.tarjetCourse .subTitle{
font-size: 10px;
color: #7D8795;
text-transform: uppercase;
margin-bottom: 0;
line-height: 14px;
}
.tarjetCourse .subInfo{
font-size: 14px;
font-family: 'Open Sans Condensed', sans-serif !important;
font-weight: bold;
}

.listCourses{
background-color: white;
padding: 8px;
border: 1px solid #CCCCCC;
border-radius: 4px;
}
.listCourses .each{
color: white;
padding: 0;
display: inline-block;
border-radius: 2px;
margin: 4px;
}
/*Colores para materias*/
.color01{
background-color: #F44336;
}
.color02{
background-color: #673AB7;
}
.color03{
background-color: #03A9F4;
}
.color04{
background-color: #4CAF50;
}
.color05{
background-color: #FF9800;
}
.color06{
background-color: #009688;
}
.color07{
background-color: #9E9E9E;
}
.color08{
background-color: #795548;
}
.color09{
background-color: #E91E63;
}
.color10{
background-color: #000000;
}
.hour .color01:before, .hour .color02:before, .hour .color03:before, .hour .color04:before,.hour .color05:before,
.hour .color06:before, .hour .color07:before, .hour .color08:before, .hour .color09:before, .hour .color10:before{
content:'\A';
position:absolute;
width:100%; height:100%;
top:0; left:0;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
opacity: 1;
}
.hour .color01, .hour .color02, .hour .color03, .hour .color04, .hour .color05,
.hour .color06, .hour .color07, .hour .color08, .hour .color09, .hour .color10{
position: relative;
}
.hour .color01:before{
background-color: #F44336 !important;
background-color: rgba(244, 67, 54, 0.4) !important;
}
.hour .color02:before{
background-color: #673AB7 !important;
background-color: rgba(103, 58, 183, 0.4) !important;
}
.hour .color03:before{
background-color: #03A9F4 !important;
background-color: rgba(3, 169, 244, 0.4) !important;
}
.hour .color04:before{
background-color: #4CAF50 !important;
background-color: rgba(76, 175, 80, 0.4) !important;
}
.hour .color05:before{
background-color: #FF9800 !important;
background-color: rgba(255, 152, 0, 0.4) !important;
}
.hour .color06:before{
background-color: #009688 !important;
background-color: rgba(0, 150, 136, 0.4) !important;
}
.hour .color07:before{
background-color: #9E9E9E !important;
background-color: rgba(158, 158, 158, 0.4) !important;
}
.hour .color08:before{
background-color: #795548 !important;
background-color: rgba(121, 85, 72, 0.4) !important;
}
.hour .color09:before{
background-color: #E91E63 !important;
background-color: rgba(233, 30, 99, 0.4) !important;
}
.hour .color10:before{
background-color: #000000 !important;
background-color: rgba(0, 0, 0, 0.4) !important;
}
.listCourses .subEach{
padding: 6px 10px;
display: inline-block;
}
.col-ts-1{
width: 5.882%;
float: left;
}
.col-ts-5{
width: 9.882%;
float: left;
}
.table-enroll .head{
font-family: 'Open Sans Condensed', sans-serif !important;
color: #FFF;
background-color: #7D8795;
padding: 5px !important;
text-align: center;
border-right: solid 1px #CCCCCC;
border-left: solid 1px #CCCCCC;
}
.table-enroll .rows{
background-color: #FFF;
border-left: solid 1px #CCCCCC;
}
.table-enroll .cell{
color: #7D8795;
background-color: #FFF;
padding: 5px !important;
text-align: center;
border-right: solid 1px #CCCCCC;
border-bottom: solid 1px #CCCCCC;
}

/* Estilos de Notficacion */
.notif{
  max-width: 100% !important;
  width: 100% !important;
  color: white !important;
  left: 0 !important;
  position: relative;
  border: none !important;
  font-size: 21px !important;
  padding: 1em !important;
}

.notif-info{
  background-color: #0e90d2;
}

/*Tour*/
.introjs-tooltip {
min-width: 325px !important;
font-size: 16px;
}
.introjs-helperLayer {
  background: none !important;
  border: 2px solid #eee !important;
  box-shadow: none !important;
}

/* .introjs-overlay {
background: none !important;
} */
.introjs-skipbutton {
float: left;
}

/*Estilos Tab Login*/
.login-page .back{
background-image: url('../img/brand/fondo-bni.jpg');
background-size: cover;
height: 100%;
background-position-x: 73%;
}

.request-page .back{
background-image: url('../img/3528496.jpg');
background-size: cover;
height: 100%;
background-position-x: 73%;
}

.login{
background-color: #FFF;
height: 100%;
}

.login  .form-log{
  max-width: 420px;
  /*margin: 10% auto;*/
}


/*.login{
background-color: #FFF;
border: 1px solid #CCCCCC;
border-radius: 5px;
padding: 0;
}

.login .card{
  padding-top: 2em;
  background-color: white;
}

.login .nav-tabs li{
  width: 50%;
  font-size: 18px;
  font-style: normal;
  text-align: center;
}

.login .nav-tabs .active{
  border-bottom: solid #646469 2px !important;
}

.login .nav-tabs .active a{
  color: #424A54 !important;
  border-top: none;
  background-color: #fff !important;
  font-weight: 500 !important;
}

.login .nav-tabs .lab{
  color: #777777;
  background-color: #F1F1F1;
}

.login .nav-tabs .lab a{
  color: #777777;
  font-weight: normal;
}

.login label{
  font-size: 12px;
  font-weight: 500;
}

.login .input-group{
  margin-bottom: 12px;
}
*/
/*Tabs List Views*/
.listTabs .ng-isolate-scope{
  background-color: white;
  padding-left: 24px;
  padding-right: 32px;
}

.listTabs .ng-isolate-scope ul li, .listTabs .ng-isolate-scope dir-pagination-controls{
  background: none;
  margin: 0;
  padding: 0;
}

.listTabs .nav-tabs>li.active>a, .listTabs .nav-tabs>li.active>a:focus, .listTabs .nav-tabs>li.active>a:hover{
  color: #2a449b;
  border: none;
  /*border-bottom: solid 2px #3ad531;*/
}

.listTabs .nav-tabs{
  border: none;
}
.listTabs .nav-tabs>li>a {
  color: #A3AEBE;
  border: none;
  border-bottom: solid 2px #FFF;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  min-width: 100px;
  text-align: center;
  padding: 11px 15px;
}
.listTabs .nav-tabs>li>a:hover {
  background-color: #FFF;
  color: #3ad531;
  border: none;
  border-bottom: solid 2px #3ad531;
}

/* Dashboard | Teacher */
.listTabsTeacher {
background-color: #FFF;
border: 1px solid #CCCCCC;
border-radius: 6px;
margin-bottom: 1.5em;
}

.listTabsTeacher .ng-isolate-scope {
padding: 16px;
border-radius: 6px;
}
/* Dashboard | Teacher */

/* 3. Header
----------------------------------- */
.nada {
  display: none;
}

.mostrar{
  display: inherit !important;
}

/* Top Navigation */

.logged{
  padding: 16px !important;
}

.top-nav {
  padding: 0 15px;
}

.top-nav>li {
  display: inline-block;
}

.top-nav>li>a {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 20px;
  color: #fff;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
  color: #fff;
  background-color: #1a242f;
}

.top-nav>.open>.dropdown-menu {
  float: left;
  position: absolute;
  margin-top: 0;
  /*border: 1px solid rgba(0,0,0,.15);*/
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
  white-space: normal;
}

.demoLabel{
background-color: #FFA717;
padding: 6px 9px;
border-radius: 4px;
position: relative;
top: 15px;
float: right;
color: #fff;
}

.demoLabel i {
font-size: 8px;
position: relative;
bottom: 2px;
}

/* 4. Navigation
----------------------------------- */

.navbar-right {
margin-right: 16px;
}

.user-dropdown {
min-width: 200px;
text-align: center;
}

.user-dropdown>ul {
border-top: none;
width: 100%;
}

.navbar-logo {
background-color: #3ad531;
min-height: 58px;
}

.navbar-logo a {
color: #FFF;
display: block;
font-size: 20px;
line-height: 57px;
margin-left: 15px;
}


/* 4. Footer
----------------------------------- */
.footer {
padding: 30px;
background: #eee;
border-top: 1px solid #333;
}


/* Nuevas clases para nuevo diseño
----------------------------------- */

/* Botones de Opciones */

.btnoptions{
  background-color: #fff;
  color: #646469;
  font-weight: 600;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 18px;
  padding: 2.7px 5.4px;
}

.btnoptions:focus{
border: 1px solid #ccc;
outline: none;
}

.btnoptions:hover{
  border: 1px solid #646469;
}


.options-menu{
  right: 75% !important; 
  bottom: 0 !important;
  /*top: auto !important;*/
}

.btndetails{
  color: #777777;
  background-color: #fff;
  font-size: 15px;
  cursor: pointer;
  padding: 10px;
  margin-bottom: 0;
}

.btndetails:hover{
  background-color: #646469;
  color: #fff;
}

.btndelete{
  color: #E87180 !important;
  background-color: #fff;
  font-size: 15px;
  cursor: pointer;
  padding: 10px;
  margin-bottom: 0;
}

.btndelete:hover{
  background-color: #646469;
  color: #fff;
}


/* Titulo de cada vista */

.dropdown2{
  border-radius: 8px;
  border: 1px solid #CCCCCC;
  margin-top: 12px;
}

.menus{
  padding: 0 30px 15px 30px;
  color: #A3AEBE;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 2px solid #fff;
}

.menus:hover{
  color: #3ad531;
  border-bottom: 2px solid #3ad531;
}

.tooltip-bottom{
  top: -16%;
  left: 89%;
  margin-left: -5px;
  border-width: 0 7px 10px;
  border-bottom-color: #ccc;
}

.tooltip-arrow{
  position: absolute;
  width: 11px;
  height: 15px;
}

.tooltip-bottom1{
  top: -16%;
  left: 90%;
  margin-left: -5px;
  border-width: 0 7px 10px;
  border-bottom-color: #ccc;
}

.tooltip-bottom2{
  top: -11%;
  left: 89%;
  margin-left: -5px;
  border-width: 0 7px 10px;
  border-bottom-color: #ccc;
}

.btn-menu{
  width: 120px;
  height: 32px;
  background-color: #1C86FF;
  color: #fff;
  border-radius: 4px;
  border: none;
  float: right;
  margin-top: 15px;
  padding: 3px 15px;
  text-align: left;
}

.btn-menu:focus {
border: none;
outline: none;
}

.btn-menu:hover{
  background-color: #3ad531;
  border-color: #3ad531;
}

.plus{
  max-width: 11px;
  float: right;
  margin-top: 5px;
}

.btn-venta{
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-venta:hover{
  background-color: #1C86FF;
  color: #fff;
  text-decoration: none;
}

.inscribir{
  background: url(../img/brand/btn_inscribir.png) no-repeat;
}

.inscribir:hover{
  background: url(../img/brand/btn_inscribir_hover.png) no-repeat;
}

.ngdialog.ngdialog-theme-default .ngdialog-close {
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent !important;
  border: none !important;
}

.arrow-before {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 9px solid white;
  font-size: 0;
  line-height: 0;
  top: -9px;
  left: 138px;
  position: absolute;
}

.arrow-before1 {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 9px solid white;
  font-size: 0;
  line-height: 0;
  top: -9px;
  left: 139px;
  position: absolute;
}

.bord-white thead th tr{
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff !important;
}

.input-precio{
  background-color: #fff !important;
  border-radius: 4px !important;
  width: 270px !important;
}

.pad-top{
  padding-top: 20px;
}

.total-label{
  color: #646469;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.total-sale{
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 4px;
  padding: 5px 10px;
}

.custom-form .time-spinner{
top:0 !important;
margin: 0 !important;
}

.custom-form .time-spinner input{
border: none;
box-shadow: none;
}

.time-spinner{
position: relative;
top: -6px;
background-color: white;
padding: 0 12px;
border-radius: 6px;
}

.time-spinner td{
padding: 0 !important;
}
.time-spinner input{
box-shadow: none;
}

.time-spinner .up-left, .time-spinner .down-left, .time-spinner .up-right, .time-spinner .down-right{
padding: 0;
}

.time-spinner .up-left a, .time-spinner .down-left a, .time-spinner .up-right a, .time-spinner .down-right a{
padding: 0;
color: #000;
}

.time-spinner .up-left, .time-spinner .up-right{
border-bottom: #D8D8D8 solid 1px;
}

.time-spinner .up-left, .time-spinner .down-left{
border-right: #D8D8D8 solid 1px;
padding-left: 12px;
}

.time-spinner .up-right, .time-spinner .down-right{
border-left: #D8D8D8 solid 1px;
padding-right: 12px;
}

.time-spinner .up-left a, .time-spinner .down-left a{
padding-right: 10px;
}
.time-spinner .up-right a, .time-spinner .down-right a{
padding-left: 10px;
}


.progressNumber{
counter-reset: step;
}
.progressNumber li:before{
content: '';
background: #C1CCD9;
height: 6px;
position: absolute;
width: 100%;
left: -50%;
top: 8px;
z-index: -1;

}
.progressNumber li:after{
color: #C1CCD9;
content: counter(step);
counter-increment: step;
display: block;
border:6px solid #C1CCD9;
border-radius: 30px;
margin: -8px auto;
height: 40px;
width: 40px;
background-color: #C1CCD9;;
line-height: 30px;
}
.progressNumber li:first-child:before{
content: none;
}

.progressNumber li.active:after{
color: #3ad531;
border:4px solid #3ad531;
line-height: 30px;
background-color: rgb(238,242,246);
}

.progressNumber li.alredy:after{
color: white;
border:4px solid #3ad531;
background-color: #3ad531;
line-height: 30px;
}

.progressNumber li ~ li.active:before, .progressNumber li ~ li.alredy:before{
background: #3ad531;
}
.progressNumber li.active{
color: #1C86FF;
}
.progressNumber li{
list-style-type: none;
text-align: center;
position: relative;
float: left;
width: 33.33%;
font-weight: bold;
}

/*.side-nav li:last-child {
position: absolute;
bottom: 1px;
}*/

.payment {
background: #FFF;
}

.payment .sub, .payment .main{
color: #646469;
font-weight: 600;
}

.payment .main{
font-size: 32px;
}

.symbol{
color: #fff;
background-color: #646469;
border-radius: 5px;
padding: 8px;
}



/*Chatbot*/
.chatbot-button{
z-index: 9999;
position: fixed;
right: 16px;
bottom: 16px;
background-color: #3ad531;
box-shadow: 0 1px 6px rgba(0,0,0,.06),0 2px 32px rgba(0,0,0,.16);
border-radius: 200px;
width: 55px;
height: 55px;
}

.chatbot-button:focus{
border: none;
outline: none;
}

.chatbot-button i{
color: #FFF;
font-size: 28px;
position: relative;
right: 3px;
top: 2px;
}

.chatbot{
position: fixed;
z-index: 9999;
bottom: 76px;
right: 16px;
height: 400px;
width: 300px;
border: solid 1px #d8d8d8;
border-radius: 8px;
background-color: #FFF;
}

.chatbot .panel-heading{
background-color: #1B7FF1;
height: 55px;
}

.chatbot .panel-heading h3{
color: #FFF;
font-size: 16px;
margin-top: 10px;
}

.chatbot .panel-body{
height: 293px;
margin-top: 0 !important;
overflow-y: auto;
}

.chatbot .panel-body .mensaje{
border-radius: 6px;
padding: 8px 13px;
position: relative;
margin-bottom: 16px;
max-width: 208px;
}

.chatbot .panel-body .mensaje p{
margin: 0;
font-size: 16px;
}

.chatbot .panel-body .mensaje span{
position: absolute;
font-size: 10px;
bottom: -15px;
color: black;
}

.chatbot .panel-body .right span{
right: 10px;
}

.chatbot .panel-body .left{
background-color: #E6EAEE;
border-bottom-left-radius: 0;
color: #525B65;
float: left;
text-align: left;
}

.chatbot .panel-body .left:before{
content: '';
position: absolute;
bottom: -6px;
border-top: 6px solid #E6EAEE;
left: 0;
border-right: 12px solid transparent;
}

.chatbot .panel-body .right{
background-color: #1B7FF1;
border-bottom-right-radius: 0;
color: #FFF;
float: right;
text-align: right;
}

.chatbot .panel-body .right:before{
content: '';
position: absolute;
bottom: -6px;
border-top: 6px solid #1B7FF1;
right: 0;
border-left: 12px solid transparent;
}
.chatbot .panel-footer{
background-color: #FFF;
height: 50px;
padding: 0;
}

.chatbot .panel-footer form{
height: 100%;
}

.chatbot .panel-footer form > input{
height: 100%;
border: none;
}

.btn-chat{
  top: 15px;
  right: 12px;
  position: absolute;
  background: none;
  border: none;
  color: #646469;
}

.btn-chat:focus {
border: none;
outline: none;
}

.btn-chat:hover{
color:#646469 !important;
text-decoration: none !important;
}

.icon-chat-send{
font-size: 23px;
}

.show.ng-hide, .hide.ng-hide{
opacity: 0;
transition: all linear 0.5s;
}

.show, .hide{
transition: all linear 0.5s;
opacity:1;
}
.chatbot i{
color: red;
}

/* Date disabled */
.form-control[disabled] {
  background-color: #eee !important;
  opacity: 1;
}

.dropdown-label {
margin-top: 4px;
min-width: 100%;
}

.multipleTarjet{
background-color: #FFF;
padding-bottom: 10px;
padding-top: 10px;
border: 1px solid #CCCCCC;
border-radius: 6px;
}

.iterate:nth-of-type(3n-2) .element  {
  padding-right: 0;
}


.formbtn{
background: #31cc01;
color: white;
width: 150px;
text-align: center;
font-size: 20px;
cursor: pointer;
}
.formbtn:hover{
background: #218a01;
}


.signin-material .form-group{
position: relative;
padding-top: 16px;
padding-bottom: 16px;
}

.signin-material .btn {
margin-top: 20px;
font-size: 14px;
font-weight: bold;
width: 100%;
padding: 16px;
}
.signin-material input {
bottom: 0;
box-shadow: none !important;
border-radius: 0 !important;
color: #888;
width: 100%;
border: none;
outline: none;
padding: 10px;
font-size: 12px;
position: relative;
background: transparent;
transition: all 0.1s ease-in-out;
border-bottom: 1px solid #E0E0E0;
}

.signin-material label {
bottom: 10px;
color: #3C3C54;
font-size: 16px;
position: absolute;
pointer-events: none;
transition: 0.1s ease-in-out;
}

.signin-material .bar {
bottom: 2px;
width: 100%;
position: absolute;
}

.signin-material input.filled {
border-bottom: 1px solid #3C3C54;
}
.signin-material input:focus ~ label, input.filled ~ label {
bottom: 32px;
color: #3C3C54;
font-size: 16px;
}

.signin-material .bar:before, .bar:after {
content: "";
width: 0;
height: 2px;
position: absolute;
background: #3C3C54;
transition: all 0.2s ease-in-out;
}
.signin-material .bar:before {
left: 50%;
}
.signin-material .bar:after {
right: 50%;
}

.signin-material input:focus ~ .bar:before, input:focus ~ .bar:after {
width: 50%;
}
.signin-material input:valid {
border-bottom: 1px solid #3C3C54;
}
.signin-material input:valid ~ .bar:before, input:valid ~ .bar:after {
background: #3C3C54 !important;
}

.signin-material .has-error .form-control {
border-color: #DF8893;
}

/* File-links  */
.article-link {
text-decoration: none;
display:block;
}

.article-link:hover {
text-decoration: none;
}

input[type=file] {
display: none !important;
}

.inputfile {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1;
}

.js .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;
  /* 20px */
  font-weight: 700;
  text-overflow: ellipsis;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}

.no-js .inputfile + label {
  display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  /* 4px */
  margin-right: 0.25em;
  /* 4px */
}


/* style 1 */

.inputfile-1 + label {
  color: #f1e5e6;
  background-color: #3ad531;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
  background-color: #004D7A;
}


/* style 2 */

.inputfile-2 + label {
  color: #3ad531;
  border: 2px solid currentColor;
}

.inputfile-2:focus + label,
.inputfile-2.has-focus + label,
.inputfile-2 + label:hover {
  color: #004D7A;
}


/* style 3 */

.inputfile-3 + label {
  color: #3ad531;
}

.inputfile-3:focus + label,
.inputfile-3.has-focus + label,
.inputfile-3 + label:hover {
  color: #004D7A;
}


/* style 4 */

.inputfile-4 + label {
  color: #3ad531;
}

.inputfile-4:focus + label,
.inputfile-4.has-focus + label,
.inputfile-4 + label:hover {
  color: #004D7A;
}

.inputfile-4 + label figure {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #3ad531;
  display: block;
  padding: 20px;
  margin: 0 auto 10px;
}

.inputfile-4:focus + label figure,
.inputfile-4.has-focus + label figure,
.inputfile-4 + label:hover figure {
  background-color: #004D7A;
}

.inputfile-4 + label svg {
  width: 100%;
  height: 100%;
  fill: #f1e5e6;
}


/* style 5 */

.inputfile-5 + label {
  color: #3ad531;
}

.inputfile-5:focus + label,
.inputfile-5.has-focus + label,
.inputfile-5 + label:hover {
  color: #004D7A;
}

.inputfile-5 + label figure {
  width: 100px;
  height: 135px;
  background-color: #3ad531;
  display: block;
  position: relative;
  padding: 30px;
  margin: 0 auto 10px;
}

.inputfile-5:focus + label figure,
.inputfile-5.has-focus + label figure,
.inputfile-5 + label:hover figure {
  background-color: #004D7A;
}

.inputfile-5 + label figure::before,
.inputfile-5 + label figure::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
}

.inputfile-5 + label figure::before {
  border-top: 20px solid #FFF;
  border-left: 20px solid transparent;
}

.inputfile-5 + label figure::after {
  border-bottom: 20px solid #004D7A;
  border-right: 20px solid transparent;
}

.inputfile-5:focus + label figure::after,
.inputfile-5.has-focus + label figure::after,
.inputfile-5 + label:hover figure::after {
  border-bottom-color: #3ad531;
}

.inputfile-5 + label svg {
  width: 100%;
  height: 100%;
  fill: #f1e5e6;
}


/* style 6 */

.inputfile-6 + label {
  color: #3ad531;
}

.inputfile-6 + label {
  border: 1px solid #3ad531;
  background-color: #f1e5e6;
  padding: 0;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
  border-color: #004D7A;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}

.inputfile-6 + label span {
  width: 200px;
  min-height: 2em;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}

.inputfile-6 + label strong {
  height: 100%;
  color: #f1e5e6;
  background-color: #3ad531;
  display: inline-block;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
  background-color: #004D7A;
}

@media screen and (max-width: 50em) {
.inputfile-6 + label strong {
  display: block;
}
}

/* Modal */

.ngdialog {
z-index: 9999 !important;
}

.ngdialog.ngdialog-theme-default{
padding-top: 60px !important;
}

.ngdialog-content{
padding: 0 !important;
}

.confirm-dg + button{
display: none;
}

.ngdialog-content button{
/*top: 16px !important;
right: 16px !important;*/
}

.ngdialog-content button:before{
color: #FFF !important;
}
.modal-material{
background-color: #FFF;
}

.modal-material .row{
margin-right: 0;
margin-left: 0;
margin-bottom: 2em;
}

.modal-material .row hr{
margin-top: 10px !important;
border-top-color: #ccc !important;
}


.modal-material .header{
background-color: #F16E28;
text-align: left;
}

.modal-material .header h4{
color: #FFF;
}

.modal-material .header, .modal-material .body {
padding: 20px;
}

.modal-material .body .set-right a{
margin-right: 8px;
}

.modal-material .btn-second{
font-size: 14px;
}

.confirm-dg .buttons{
padding-bottom:1em;
padding-right:1em;
}

.confirm-dg h4{
padding: 1em 0.5em;
text-align: center;
}

.confirm-dg .btn-confirm{
background-color: #3ad531;
color: white;
}

.confirm-dg .btn-confirm:hover{
background-color: #00B1A1;
}

.confirm-dg .btn-cancel, .confirm-dg .btn-confirm{
border-radius: 3px;
float: right;
text-decoration: none;
padding: 4px 32px;
}

.confirm-dg .btn-cancel{
color: #3ad531;
margin-right: 16px;
}

.confirm-dg .btn-cancel:hover{
background-color: rgba(158,158,158,0.2);
}

.multipleTarjet{
background-color: #FFF;
border-bottom: solid 1px #CCCCCC;
padding: 8px;
margin-bottom: 10px;
}
.edit .multipleTarjet{
list-style: none;
border-left: solid 1px #CCCCCC;
border-top: solid 1px #CCCCCC;
}
.edit .multipleTarjet:last-child{
border-right: solid 1px #CCCCCC;
}

.row .selected{
margin-bottom: 0;
background-color: #eee;
padding: 16px;
border-right: solid 1px #CCCCCC;
border-left: solid 1px #CCCCCC;
border-bottom: solid 1px #CCCCCC;
}

.multipleTarjet:hover{
background-color: #E6E5E6;
}
.contentCourse{
border-left: solid 1px #CCCCCC;
border-right: solid 1px #CCCCCC;
overflow:auto;
max-height: 500px;
}
.multipleTarjet .title{
font-size: 16px;
color: #464C52;
font-weight: 600;
margin-bottom: 8px;
line-height: 22px;
}

.multipleTarjet .subTitle{
font-size: 10px;
color: #7D8795;
text-transform: uppercase;
margin-bottom: 0;
line-height: 14px;
}
.multipleTarjet .subInfo{
font-size: 14px;
font-family: 'Open Sans Condensed', sans-serif !important;
font-weight: bold;
}

/*Checkbox*/
.material-checkbox-group__label {
position: relative;
display: block;
cursor: pointer;
height: 25px;
line-height: 25px;
padding-left: 30px;
}
.material-checkbox-group__label:after {
content: "";
display: block;
width: 5px;
height: 15px;
opacity: .9;
border-right: 2px solid #eee;
border-top: 2px solid #eee;
position: absolute;
left: 5px;
top: 15px;
-webkit-transform: scaleX(-1) rotate(135deg);
transform: scaleX(-1) rotate(135deg);
-webkit-transform-origin: left top;
transform-origin: left top;
}
.material-checkbox-group__label:before {
content: "";
display: block;
border: 2px solid;
width: 25px;
height: 25px;
position: absolute;
left: 0;
}
.material-checkbox-group__label {
font-size: 14px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
.material-checkbox:disabled ~ .material-checkbox-group__label {
cursor: no-drop;
}
.material-checkbox {
display: none;
}
.material-checkbox-group .material-checkbox:checked + .material-checkbox-group__label:after {
-webkit-animation: check 0.8s;
animation: check 0.8s;
opacity: 1;
}
.material-checkbox-group .material-checkbox:checked + .material-checkbox-group__label:after {
border-color: #000;
}
.material-checkbox-group .material-checkbox:checked + .material-checkbox-group__label:before {
background-color: #eee;
}
.material-checkbox-group .material-checkbox-group__label:before {
border-color: #eee;
}
.material-checkbox:disabled ~ .material-checkbox-group__label {
color: #eee;
}
.material-checkbox-group_primary .material-checkbox:checked + .material-checkbox-group__label:after {
border-color: #fff;
}
.material-checkbox-group_primary .material-checkbox:checked + .material-checkbox-group__label:before {
background-color: #73956f;
}
.material-checkbox-group_primary .material-checkbox-group__label:before {
border-color: #73956f;
}

@-webkit-keyframes check {
0% {
  height: 0;
  width: 0;
}
25% {
  height: 0;
  width: 5px;
}
50% {
  height: 15px;
  width: 5px;
}
}
@keyframes check {
0% {
  height: 0;
  width: 0;
}
25% {
  height: 0;
  width: 5px;
}
50% {
  height: 15px;
  width: 5px;
}
}


/*.cuip-page, .page{
width: 21.6cm;
height: 27.9cm;
margin: 0 auto 16px;
background-size: cover;
}*/
.page {
  background: #FFF;
  padding: 20px 40px;
  font-size: 13px;
  position: relative;
  width: 21.6cm;
  height: 27.9cm;
  margin: 0 auto 16px;
  background-size: cover;
}

.portada{
/*display: none;*/
}
.bg1{
background-image: url('/modules/core/client/img/cuip/portada-cuip.png');
}

.bg2{
background-image: url('/modules/core/client/img/cuip/bg2-cuip.png');
}

.bg3{
background-image: url('/modules/core/client/img/cuip/bg3-cuip.png');
}

.bg4{
background-image: url('/modules/core/client/img/cuip/bg4-cuip.png');
}

.bg5{
background-image: url('/modules/core/client/img/cuip/bg5-cuip.png');
}

.bg6{
background-image: url('/modules/core/client/img/cuip/bg6-cuip.png');
}

.bg7{
background-image: url('/modules/core/client/img/cuip/bg7-cuip.png');
}

.bg8{
background-image: url('/modules/core/client/img/cuip/bg8-cuip.png');
}

.bg9{
background-image: url('/modules/core/client/img/cuip/bg9-cuip.png');
}

.bg10{
background-image: url('/modules/core/client/img/cuip/bg10-cuip.png');
}

.bg11{
background-image: url('/modules/core/client/img/cuip/bg11-cuip.png');
}

.bg12{
background-image: url('/modules/core/client/img/cuip/bg12-cuip.png');
}

.bg13{
background-image: url('/modules/core/client/img/cuip/bg13-cuip.png');
}

.bg14{
background-image: url('/modules/core/client/img/cuip/bg14-cuip.png');
}

.bg15{
background-image: url('/modules/core/client/img/cuip/bg15-cuip.png');
}

.bg16{
background-image: url('/modules/core/client/img/cuip/bg16-cuip.png');
}

.bg17{
background-image: url('/modules/core/client/img/cuip/bg17-cuip.png');
}

.bg18{
background-image: url('/modules/core/client/img/cuip/bg18-cuip.png');
}

.bg19{
background-image: url('/modules/core/client/img/cuip/bg19-cuip.png');
}

.bg20{
background-image: url('/modules/core/client/img/cuip/bg20-cuip.png');
}

.bg21{
background-image: url('/modules/core/client/img/cuip/bg21-cuip.png');
}

.bg22{
background-image: url('/modules/core/client/img/cuip/bg22-cuip.png');
}
.cuip-page .row{
margin-left: -15px !important;
margin-right: -15px !important;
margin-bottom: 0 !important;
}

.cuip-page .page-content{
padding: 100px 36px 16px;
}

.cuip-page .page-content span, .cuip-page .page-content i{
position: relative;
left: 156px;
display: block;
}


.cuip-page .title-header{
background-color: #878380;
border-radius: 17px;
padding: 2px 16px 0;
color: #FFF;
font-weight: bold;
font-size: 20px;
margin-top: 0;
}

.cuip-page .title-section{
text-transform: uppercase;
font-size: 18px;
font-weight: bold;
text-align: center;
background-color: #C0C0C0;
padding: 2px 8px;
margin-top: 0;
}

.cuip-page p{
margin-bottom: 6px;
}

.cuip-page label, .cuip-page span{
font-size: 12px;
}

.cuip-page .field{
color: #383838;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 0;
}

.cuip-page .span-space{
letter-spacing: 6px;
}

.cuip-page .space{
margin-right: 6px;
}
.cuip-page .label-margin{
width: 200px;
}

/*.page{
background: #FFF;
padding: 40px 60px;
font-size: 13px;
position: relative;
}*/

/*.page .foot-legend{
position: absolute;
bottom: 18px;
right: 60px;
}

.page h4{
font-weight: bold;
font-size: 15px;
}

.page .subsection{
background-color: #A6A6A6;
margin-top: 16px;
}

.page .bor-bm-r{
border-bottom: 1px solid;
border-right: 1px solid
}

.page .bor-bm-l{
border-bottom: 1px solid;
border-left: 1px solid
}

.page .bor-top-gray{
border-top: 1px solid #ddd;
}

.page .bor-bottom-gray{
border-bottom: 1px solid #ddd;
}

.page .bor-bm-r-gray{
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
}

.page .bor-bm-l-gray{
border-bottom: 1px solid #ddd;
border-left: 1px solid #ddd;
}

.page .row{/*
margin-left: -15px !important;
margin-right: -15px !important;
}

.headerDoc .he1, .headerDoc .he2 {
background-color: #A6A6A6;
text-transform: uppercase;
text-align: center;
font-family: 'Open Sans', sans-serif !important;
} 

.page .superindice{
font-size: 9px;
position: relative;
top: -6px;
}

.page .data{
font-weight: bold;
}

.page .life .name, .page .life td{
padding-bottom: 0;
padding-top: 0;
font-family: 'Open Sans', sans-serif !important;
}

.page .life .name{
font-weight: bold;
}*/

.headerDoc .he2 {
font-size: 20px;
font-weight: bold;
color: #FFF;
padding: 0 8px;
} 

.headerDoc .he3 {
font-size: 11px;
padding: 0 8px;
}

.rsocial{
height: 40px;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
text-align: center;
padding-top: 10px;
}

.cback {
background-color: #A6A6A6;
color: #fff;
padding-bottom: 3px !important;
padding-top: 3px !important;
}

.tback {
background-color: #A6A6A6;
color: #fff;
padding-bottom: 3px !important;
padding-top: 3px !important;
text-align: center;
}

.cuadro {
padding-right: 5px;
font-size: 14px;
}

.factsi {
left: 302px;
top: 454px;
position: absolute;
font-size: 9px;
} 

.factno {
left: 352px;
top: 454px;
position: absolute;
font-size: 9px;
}

.perquin {
left: 302px;
top: 479px;
position: absolute;
font-size: 9px;
} 

.permen {
left: 415px;
top: 479px;
position: absolute;
font-size: 9px;
}

.factven {
left: 302px;
top: 529px;
position: absolute;
font-size: 9px;
} 

.factcor {
left: 396px;
top: 529px;
position: absolute;
font-size: 9px;
}

.pve {
left: 302px;
top: 551px;
position: absolute;
font-size: 9px;
} 

.pdd {
left: 302px;
top: 569px;
position: absolute;
font-size: 9px;
}

.fondos {
left: 302px;
top: 588px;
position: absolute;
font-size: 9px;
} 

.cheque {
left: 302px;
top: 606px;
position: absolute;
font-size: 9px;
}

.definir {
left: 302px;
top: 624px;
position: absolute;
font-size: 9px;
}

.cfdigene {
left: 302px;
top: 643px;
position: absolute;
font-size: 9px;
} 

.cfdidef {
left: 302px;
top: 661px;
position: absolute;
font-size: 9px;
}

.cfdiotro {
left: 302px;
top: 679px;
position: absolute;
font-size: 9px;
}

.twelve {
left: 242px;
top: 33px;
position: absolute;
font-size: 9px;
} 

.twentyfour {
left: 318px;
top: 33px;
position: absolute;
font-size: 9px;
}

.other {
left: 394px;
top: 33px;
position: absolute;
font-size: 9px;
}

.posguar {
position: absolute;
font-size: 11px;
top: 4px;
left: 358px;
}

.posofi {
position: absolute;
font-size: 11px;
top: 4px;
left: 532px;
}

.posesp {
position: absolute;
font-size: 11px;
top: 22px;
left: 358px;
}

.poseli {
position: absolute;
font-size: 11px;
top: 22px;
left: 561px;
}

.consigsi{
position: absolute;
width: 58px;
top: 0;
padding-top: 11px;
left: 257px;
height: 35px;
}

.consigno{
position: absolute;
width: 58px;
top: 0;
padding-top: 11px;
left: 314px;
height: 35px;
}

.spesi {
position: absolute;
width: 58px;
top: 0;
padding-top: 9px;
left: 348px;
height: 35px;
background-color: #7faf6b;
}

.speno {
position: absolute;
width: 58px;
top: 0;
padding-top: 9px;
left: 406px;
height: 35px;
background-color: #7faf6b;
}

.highsi {
position: absolute;
width: 58px;
top: 0;
padding-top: 9px;
left: 464px;
height: 35px;
background-color: #7faf6b;
}

.highno {
position: absolute;
width: 58px;
top: 0;
padding-top: 9px;
left: 522px;
height: 35px;
background-color: #7faf6b;
}

.risksi {
position: absolute;
width: 58px;
top: 0;
padding-top: 9px;
left: 580px;
height: 35px;
background-color: #7faf6b;
}

.riskno {
position: absolute;
width: 58px;
top: 0;
padding-top: 9px;
left: 637px;
height: 35px;
background-color: #7faf6b;
}

.edad1 {
position: absolute;
font-size: 11px;
top: 56px;
left: 10px;
}

.edad2 {
position: absolute;
font-size: 11px;
top: 75px;
left: 10px;
}

.edad3 {
position: absolute;
font-size: 11px;
top: 94px;
left: 10px;
}

.edad4 {
position: absolute;
font-size: 11px;
top: 113px;
left: 10px;
}

.estu1 {
position: absolute;
font-size: 11px;
top: 47px;
left: 165px;
}

.estu2 {
position: absolute;
font-size: 11px;
top: 66px;
left: 165px;
}

.estu3 {
position: absolute;
font-size: 11px;
top: 85px;
left: 165px;
}

.estu4 {
position: absolute;
font-size: 11px;
top: 104px;
left: 165px;
}

.comp1 {
position: absolute;
font-size: 11px;
top: 56px;
left: 326px;
}

.comp2 {
position: absolute;
font-size: 11px;
top: 75px;
left: 326px;
}

.comp3 {
position: absolute;
font-size: 11px;
top: 94px;
left: 326px;
}

.comp4 {
position: absolute;
font-size: 11px;
top: 113px;
left: 326px;
}

.hei1 {
position: absolute;
font-size: 11px;
top: 65px;
left: 496px;
}

.hei2 {
position: absolute;
font-size: 11px;
top: 84px;
left: 496px;
}

.hei3 {
position: absolute;
font-size: 11px;
top: 103px;
left: 496px;
}

.reqmat{
position: absolute;
font-size: 11px;
top: 12px;
left: 130px;
}

.reqser{
position: absolute;
font-size: 11px;
top: 12px;
left: 216px;
}

.paraser{
position: absolute;
font-size: 11px;
top: 5px;
left: 170px;
}

.paraofi{
position: absolute;
font-size: 11px;
top: 26px;
left: 170px;
}

.firma {
text-align: center;
font-size: 10px;
font-weight: 600;
margin-top: 2px;
margin-bottom: 2px;
}

.preqop {
position: absolute;
font-size: 11px;
top: 13px;
left: 190px;
}

.preqad {
position: absolute;
font-size: 11px;
top: 13px;
left: 233px;
}

.pnuevo {
  position: absolute;
  font-size: 11px;
  top: 13px;
  left: 258px;
}

.reemplazo {
  position: absolute;
  font-size: 11px;
  top: 13px;
  left: 379px;
}

.contratodet {
  position: absolute;
  font-size: 11px;
  top: 41px;
  left: 258px;
}

.contratoinde {
  position: absolute;
  font-size: 11px;
  top: 41px;
  left: 375px;
}


/*.card{
background: white;
margin: 0 16px !important;
border: 1px solid #e6ecf5;
border-radius: 5px;
}

.subMenu{
padding: 0
}

.subMenu li{
  margin: 0 30px 20px 0;
  padding: 0;
  display: inline-block;
  overflow: hidden;
}

.subMenu li .item{
    margin: 0 10px 0 0;
  padding: 13px;
  height: 50px;
  width: 50px;
  overflow: hidden;
  float: left;
  font-size: 24px;
}

.subMenu li .title{
  margin: 5px 0 0;
  padding: 8px;
  line-height: 22px;
  font-size: 16px;
  display: block;
  width: 300px; 
  height: 40px;
  border: 1px solid #d8e0e5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  color: #515365;
  outline: 0;
  float: right;
}*/



.tag{
padding: 0.3rem 1rem;
border-radius: 1rem;
font-size: 1.25rem;
color: #FFF;
margin-bottom: 0.3rem;
position: relative;
width: 80px;
text-align: center;
}

.tag-green{
  background-color: #40BE89;
}

.tag-red{
background-color: #D6434D;
}

.tag-purple{
background-color: #8c2fb1;
}

.tag-orange{
background-color: #fd8e00;
}

.title-td {
  font-weight: bold
}

.quotation>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
vertical-align: middle !important;
font-family: 'Roboto Condensed', sans-serif;
padding:2px;
}

table.print-friendly tr td, table.print-friendly tr th {
        page-break-inside: avoid;
    }