@media (min-width: 992px) {
    .typo-line {
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative;
    }
    .typo-line .category {
        transform: translateY(-50%);
        top: 50%;
        left: 0px;
        position: absolute;
    }
}

.icono{
	max-width: 20px !important;
	max-height:20px;
	height:auto;
	margin-right:10px;
	border-radius: 50%;
}

#imgLogin{
	width: 50%;
    border-radius: 50%;
}

.clear { clear: both; }
.pointer { cursor: pointer; }
.text-center { text-align: center; }
.no-wrap { white-space: nowrap;}
.text-default { color: #D7D7D7 !important; }
.text-red { color: #d80000 !important; }
.text-yellow { color: #ffcc00 !important; }
.text-green { color: #8a5b !important; }

/* PADDING */
.padding-left { padding-left: 20px; }
.padding-right { padding-right: 20px; }
.padding-top { padding-top: 20px; }
.padding-bottom { padding-bottom: 20px; }

/* MARGIN */
.margin-left { margin-left: 20px; }
.margin-right { margin-right: 20px; }
.margin-top { margin-top: 20px; }
.margin-bottom { margin-bottom: 20px; }

/* SIDEBAR */
.sidebar .logo img { width: 90%;}
.perfect-scrollbar-off .sidebar .sidebar-wrapper {
    /* overflow: hidden; */
}

/* AFFIX SIDEBAR */
.affix { top: 15px; }
.affixSidebar {
    width: 260px;
    float: left;
}
.affixMain {
    padding-left: 280px;
}

/* SIDEBAR ITEMS */
.sidebar .sidebar-wrapper>.nav [data-toggle="collapse"]~div>ul>li>a .sidebar-mini, .sidebar .sidebar-wrapper .user .info [data-toggle="collapse"]~div>ul>li>a .sidebar-mini {
	margin-right: 5px !important;
}
.sidebar .nav li>a {
	padding-left: 2px !important;
}

/* BUTTONS */
.btn.btn-blue, .btn.btn-blue:hover, .btn.btn-blue:focus, .btn.btn-blue:active, .btn.btn-blue.active, .btn.btn-blue:active:focus, .btn.btn-blue:active:hover, .btn.btn-blue.active:focus, .btn.btn-blue.active:hover, .open>.btn.btn-blue.dropdown-toggle, .open>.btn.btn-blue.dropdown-toggle:focus, .open>.btn.btn-blue.dropdown-toggle:hover, .navbar .navbar-nav>li>a.btn.btn-blue, .navbar .navbar-nav>li>a.btn.btn-blue:hover, .navbar .navbar-nav>li>a.btn.btn-blue:focus, .navbar .navbar-nav>li>a.btn.btn-blue:active, .navbar .navbar-nav>li>a.btn.btn-blue.active, .navbar .navbar-nav>li>a.btn.btn-blue:active:focus, .navbar .navbar-nav>li>a.btn.btn-blue:active:hover, .navbar .navbar-nav>li>a.btn.btn-blue.active:focus, .navbar .navbar-nav>li>a.btn.btn-blue.active:hover, .open>.navbar .navbar-nav>li>a.btn.btn-blue.dropdown-toggle, .open>.navbar .navbar-nav>li>a.btn.btn-blue.dropdown-toggle:focus, .open>.navbar .navbar-nav>li>a.btn.btn-blue.dropdown-toggle:hover {
    background-color: #2e76b1;
    color: #FFFFFF;
}

/* TABLES */
.table-buttons-cell { white-space: nowrap; }
.btn .material-icons { font-size: 24px !important; }
.table>thead>tr>th, .table>tfoot>tr>th {
    font-size: 1em;
    font-weight: 400;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;    
    top: 8px;
    right: 0px;    
}

/* FORM */
.multiple.input-group-addon { vertical-align: top; }
.register-page .card-signup .input-group .input-group-addon {
    padding-top: 30px;
}

/* ALERTS */
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: 0px;
    right: -10px;
    color: inherit;
}

/* CARDS */
.close.in-card i { color: #555; font-size: 20px !important; }
.no-padding { padding-left: 0px !important; padding-right: 0px !important; }
.small-padding { padding-left: 10px !important; padding-right: 10px !important; }

/* SELECT2 */

.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {    
    margin-top: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px; 
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;    
    border-radius: 0px !important;
    margin-top: 5px;
    font-size: 12px;
    font-stretch: 100%;
    text-transform: uppercase;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {    
    line-height: 1.14em;
    
}

.select2-container .select2-selection--single .select2-selection__rendered {
    color: #3C4858;
    font-weight: 400;
    padding-left: 0px;
    padding-top: 12px;
    padding-right: 25px;
    padding-bottom: 5px;    
    border-bottom: 1px solid #d2d2d2; 
}

.select2-dropdown {
    border: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    background-color: white;
    border-radius: 4px;    
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #d2d2d2;
}


/* COL 15 (FOR 5 COLUMNS IN A ROW) */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.campoError {
	background-color: red;
	color: white;
}

.campoWarning {
    background-color: yellow;
    color: black;
}

.campoGood {
    background-color: green;
    color: black;
}

.healthFormTitle {
	margin-top:			50px !important;
	margin-bottom:		10px !important;
}

/* GRAPHICS */

.ct-series-a .ct-slice-pie, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-area {
    fill: #4caf50;
}

.ct-series-b .ct-slice-pie, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-area {
    fill: #ff9800;
}

.ct-series-c .ct-slice-pie, .ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-area {
    fill: #00bcd4;
}

.ct-series-d .ct-slice-pie, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-area {
    fill: #e53935;
}

.chart-footer {
    margin: 0 20px 10px;
    padding-top: 10px;
    border-top: 1px solid #eeeeee;
}


/* DASHBOARD */
.caja_dashboard {
	border:				2px solid #2F528F;
	border-radius:		15px;
	padding:			5px !important;
	background-color:	#fafafa;
	margin-top:			10px;
}

.caja_dashboard .category {
	text-transform: none;
	font-size:		20px !important;
	font-weight:	400;
}

.caja_dashboard .card-title {
	text-transform: uppercase;
	font-size:		30px;
	font-weight:	800;
	color:			#CE0717;
}
/* END DASHBOARD */


/* TOOLTIPS */
.tooltip-big .tooltip > .tooltip-inner {
    max-width:		350px !important;
    width:		350px !important;
}
.tooltip-medium + .tooltip > .tooltip-inner {
	max-width:		250px !important;
}
.tooltip-wide + .tooltip > .tooltip-inner {
	max-width:		350px !important;
}
.tooltip-big + .tooltip > .tooltip-inner {
	max-width:		450px !important;
}
.popUpTable {
    position:relative;
}
.popUpTable div {
    display: none;
}
.popUpTableHover {
    position:relative;
}
.popUpTableHover div {
    display:block;
    /*position:absolute;*/
    position:fixed;
    /*width: 15em;*/
    /*top:1.3em;*/
    top:10%;
    *top:20px;
    /*left:70px;*/
    left:25%;
    z-index:1000;
    background-color: #fcfcfc;
    padding: 5px;
    border-radius: 4px;
}
/* END TOOLTIPS */
	


/* TABLAS INFORMATIVAS*/
.datagrid table {
     border-collapse: collapse; 
     text-align: center; 
     width: 50%; 
    } 
.datagrid {
    font: normal 12px/150% Arial, Helvetica, sans-serif; background: #fff; 
    overflow: hidden; 
}
.datagrid table td, .datagrid table th { 
    padding: 15px 20px; 
}
.datagrid table thead th {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8C8C8C), color-stop(1, #7D7D7D) );
    background:-moz-linear-gradient( center top, #8C8C8C 5%, #7D7D7D 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C8C8C', endColorstr='#7D7D7D');
    background-color:#8C8C8C; 
    color:#FFFFFF; 
    font-size: 14px; 
    font-weight: bold; 
    border-left: 5px solid #FFFFFF; 
} 
.datagrid table thead th:first-child {
     border: none; 
    }
.datagrid table tbody td { 
    color: #98A8A6; font-size: 12px;border-bottom: 5px solid #DAE2E3;font-weight: normal;  
}

.datagrid table tbody td:first-child { 
    border-left: none; 
}
.datagrid table tbody tr:last-child td {
     border-bottom:5px solid #DAE2E3;font-weight: normal; 
}
.datagrid table tfoot td div {
     border-top: none;
} 
.datagrid table tfoot td { 
    padding: 0; font-size: 10px 
} 
.datagrid table tfoot td div{ 
    padding: 0px; 
}

#azul{color:rgb(4, 137, 226);
    font-weight: bold
} 
#negrita{
    color:black;
    font-weight: bold
} 
#rojo{color: red;
    font-weight: bold
} 

/*------------------------------------------Tabla IMC-----------------------------------------------*/
.imcdatagrid table { 
    border-collapse: collapse; text-align: center; width: 50%; 
} 
.imcdatagrid {
    font: normal 12px/150% Arial, Helvetica, sans-serif; 
    background: #fff; 
    overflow: hidden; 
}
.imcdatagrid table td,.imcdatagrid table th {
     padding: 0px 10px; 
}
.imcdatagrid table thead th {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8C8C8C), color-stop(1, #7D7D7D) );
    background:-moz-linear-gradient( center top, #8C8C8C 5%, #7D7D7D 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C8C8C', endColorstr='#7D7D7D');
    background-color:#8C8C8C; 
    color:#FFFFFF; 
    font-size: 12px; 
    font-weight: bold; 
    border-left: 5px solid #FFFFFF; 
} 
.imcdatagrid table thead th:first-child {
     border: none; 
}
.imcdatagrid table tbody td {
     color: #98A8A6; 
     border-left: 5px solid #FFFFFF;
     font-size: 11px;
     border-bottom: 5px solid #C3CADB;
     font-weight: normal; 
}
.imcdatagrid table tbody td:first-child {
     border-left: none; 
}
.imcdatagrid table tbody tr:last-child td {
     border-bottom: 5px solid #C3CADB;
     font-weight: normal; 
}
.imcdatagrid table tfoot td div {
     border-top:none;
} 
.imcdatagrid table tfoot td { 
	padding: 0; 
    font-size: 10px 
} 
.imcdatagrid table tfoot td div{
     padding: 0px; 
}
#imc_obesidad{
    background-color: #E9967A;
    color: #A52A2A;
    font-weight: bold
}
#imc_sobrepeso{
    background-color: rgb(243, 193, 54);
    color: blue;
    font-weight: bold
}
#imc_peso_bajo{
    background-color:#B0E0E6;
    color: #9932CC;
    font-weight: bold
}
#imc_normal{
    color:#32CD32;
    font-weight: bold
}
#imc_negrita{color:black;
	font-weight: bold
}
/* END TABLAS INFORMATIVAS*/

/* MODAL */
.fullwidth-modal .modal-dialog { width: 98%; /* max-width: 1500px; */ }
.mediumwidth-modal .modal-dialog { width: 65%; /* max-width: 1500px; */ }
.midwidth-modal .modal-dialog { width: 45%; /* max-width: 1500px; */ }
.not-fullwidth-modal .modal-dialog { top: -75px; }
/* END MODAL */


/* VARIOS */
.buttonSelected {
	background-color: #cccccc;
	/*border: 2px solid #2F528F;*/
    /*border-radius: 15px;*/
    /*padding: 5px !important;*/
    /*margin-top: 10px;*/
	/*text-align: center;*/
}

.loading-inner {
    padding: 20%;
    text-align: center;
    font-size: 25px;
}

.inline-pills.nav-pills>li i {
    display: inline !important;
    font-size: 22px;
}
.inline-pills.nav-pills>li>a {    
    text-align: left !important;
}
.inline-pills .notification {
    position: absolute;
    top: 2px;
    border: 1px solid #FFF;
    left: 6px;
    font-size: 9px;
    background: #f44336;
    color: #FFFFFF;
    min-width: 20px;
    padding: 0px 5px;
    height: 20px;
    border-radius: 10px;
    text-align: center;
    line-height: 19px;
    vertical-align: middle; 
    display: block;
}

.inline-pills .notification.warning {
    background: #ff930a;
}

.inline-pills .notification.success {
    background: #04a537;
}
.mailbox-checkbox { width: 5%; }
.mailbox-from { width: 20%; color: #f44436; cursor: pointer; }
.mailbox-subject { width: 25%; text-transform: uppercase; }
.mailbox-content { width: 30%; -ms-text-overflow: ellipsis; }
.mailbox-date { width: 20%; text-align: right; }
.fc-event .fc-bg { background: inherit; }
.event-rose.event-disabled { background: #f96094; }
.event-green.event-disabled { background: #87d28a; }
.card-calendar .fc th.fc-resource-cell { text-align: center !important; }
.card-calendar .fc-time-grid-event .fc-content {
	padding: 5px;
}
.btn.btn-just-icon, .navbar .navbar-nav>li>a.btn.btn-just-icon {
    font-size: 13px;
    padding: 6px 8px;
    line-height: 1em;
}
.register-page .card-signup .info {
    max-width: 100%;
}

.card-image-snapp {
    background: #fafafa;
    padding: 5%;  
    text-align: center;  
    cursor: pointer;
}
.card-image-snapp img {
    max-width: 150px;
}
.card-description-snapp {
    font-size: 20px;
    margin-bottom: 10px;
}
.card-title-snapp {
    line-height: 35px;
}
.card-title-snapp a {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 800;
    color: #CE0717;
}

@media (min-width: 768px) { /* Más de X píxeles */
    .card-title-snapp a { font-size: 40px; }
    .card-description-snapp { font-size: 25px; }
}
@media (min-width: 768px) { /* Más de X píxeles */
    .card-title-snapp a { font-size: 40px; }
    .card-description-snapp { font-size: 22px; }
}
@media (min-width: 992px) { /* Más de X píxeles */
    .card-title-snapp a { font-size: 28px; }
    .card-description-snapp { font-size: 20px; }
}
@media (min-width: 1200px) { /* Más de X píxeles */
    .card-title-snapp a { font-size: 25px; }
    .card-description-snapp { font-size: 20px; }
}
@media (min-width: 1500px) { /* Más de X píxeles */
    .card-title-snapp a { font-size: 35px; }
    .card-description-snapp { font-size: 25px; }
}

.footer nav { margin-top: 25px;}
@media (max-width: 768px) { /* Menos de X píxeles */
    .footer nav { float: none !important; text-align: center; }
    .footer p { float: none !important; text-align: center; }
} 

.textRedMays {
	text-transform: uppercase;
	color:			#CE0717;
}
.no-shadowed { box-shadow: none !important }

.material-datatables tfoot { display: none !important; }


/* PICKLIST */
.picklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  height: 100%;
}

.picklist .select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 40%;
}

.picklist .select p {
  margin: 0;
}

.picklist .button-group {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
}

.picklist select {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  overflow: auto;
}
/* END PICKLIST */

/* .modal-footer .btn+.btn {
    margin-bottom: 10px;
} */

.not-clickable {
    cursor: default;
}
.with-border-top {

    margin: 25px 0px 10px;
    border-top: 1px solid #D7D7D7;
    padding: 10px 0px;
}
.iconic {
    margin: 5px 0px 10px 0px;
}
.iconic .material-icons {
    position: relative;
    top: 10px;  
    font-size: 30px;
}
.iconic-success .material-icons {    
    color: #5cb860;
}
.iconic-info .material-icons {
    color: #00bcd4;      
}
.iconic-warning .material-icons {    
    color: #ffa21a;
}
.iconic-danger .material-icons {    
    color: #f55a4e;
}
.alert.alert-light {
    background-color: #f5f5f5;
    border-radius: 3px;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px #eee;
    background-color: whitesmoke;
}

.alert.alert-light.col-lg-offset-2 { margin-left: 0px; width: 100%; }
.no-shadow.wizard-card { box-shadow: none !important; }
.select-button button {
    line-height: 24px !important;
    margin: 0px 0px !important;
}

.squared-pills.nav-pills:not(.nav-pills-icons)>li>a {
    border-radius: 3px !important;
}

.triggerHolder {
    margin: 20px 0px;
}
.triggerFilter {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    margin: 5px 0px;
    padding: 5px 10px;
}
.triggerFilter.active, .triggerFilter:hover {
    border-radius: 3px;
    background: #f44336;
    color: #FFF;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px #c1c1c1;
}
.triggerValue { 
    display: inline-block;
    padding: 0px 5px;
 }
.triggerValue span {        
    font-size: 14px;
    margin: 5px 0px;
    border-radius: 3px;
    border: 1px solid #D7D7D7;
    height: 30px;
    width: 50px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    padding: 0px 5px;
    text-align: right;
}
.triggerValue.triggerValue-warning span {    
    background: #ff9800;
    border-color: #FF9800;
    color: #FFF;
}
.triggerValue.triggerValue-success span {    
    background: #4caf50;
    border-color: #4caf50;
    color: #FFF;
}

div.dataTables_wrapper div.dataTables_processing {
    z-index: 99999;
}
.dataTables_processing.panel {
    background-color: #f44336;    
    color: #FFF;
}
.material-datatables { position: relative;}

.pdfviewer-canvas {
    background: #f2f2f2;
    border-top: 1px solid #D7D7D7;
    margin: 10px 0px;
    padding: 10px 0px;
    text-align: center;
    overflow: auto;
}

:-webkit-full-screen #pdfviewer-wrapper {
    position: absolute;
    top: 0px;
    width: 100%;
    overflow: auto;
    height: 100%;
    left: 0px;
    padding-top: 90px;
}
:-moz-full-screen #pdfviewer-wrapper {
    position: absolute;
    top: 0px;
    width: 100%;
    overflow: auto;
    height: 100%;
    left: 0px;
    padding-top: 90px;
}
:-ms-fullscreen #pdfviewer-wrapper {
    position: absolute;
    top: 0px;
    width: 100%;
    overflow: auto;
    height: 100%;
    left: 0px;
    padding-top: 90px;
}
:fullscreen #pdfviewer-wrapper {
    position: absolute;
    top: 0px;
    width: 100%;
    overflow: auto;    
    height: 100%;
    left: 0px;
    padding-top: 90px;
}
#pdfviewer-toolbar {
    margin-right: 20px;
}
:-webkit-full-screen #pdfviewer-toolbar {
    position: fixed;
    width: 100%;
    text-align: right;
    background: #FFFF;
    top: 0px;
    box-shadow: 3px 2px 13px 0px #ccc;
    padding-right: 30px;
    left: 0px;
}
:-moz-full-screen #pdfviewer-toolbar {
    position: fixed;
    width: 100%;
    text-align: right;
    background: #FFFF;
    top: 0px;
    box-shadow: 3px 2px 13px 0px #ccc;
    padding-right: 30px;
    left: 0px;
}
:-ms-fullscreen #pdfviewer-toolbar {
    position: fixed;
    width: 100%;
    text-align: right;
    background: #FFFF;
    top: 0px;
    box-shadow: 3px 2px 13px 0px #ccc;
    padding-right: 30px;
    left: 0px;
}
:fullscreen #pdfviewer-toolbar {
    position: fixed;
    width: 100%;
    text-align: right;
    background: #FFFF;
    top: 0px;
    box-shadow: 3px 2px 13px 0px #ccc;
    padding-right: 30px;
    left: 0px;
}

:fullscreen .fullscreenTrigger { display: none; }
:-ms-fullscreen .fullscreenTrigger { display: none; }
:-moz-full-screen .fullscreenTrigger { display: none; }
:-webkit-full-screen .fullscreenTrigger { display: none; }

.fullscreenCancel { display: none; }

:fullscreen .fullscreenCancel { display: inline-block; }
:-ms-fullscreen .fullscreenCancel { display: inline-block; }
:-moz-full-screen .fullscreenCancel { display: inline-block; }
:-webkit-full-screen .fullscreenCancel { display: inline-block; }

.modal-content .modal-footer button {
    margin-bottom: 10px;
}
.modal-footer .btn+.btn {
    margin-bottom: 10px;
    margin-left: 5px;
}
.offcanvas-top {
    margin-top: -20px;  
}
.btn-block { display: block; }

@media (min-width: 768px){
    .NO-navbar-right.navbar-nav>li {
        float: left;
        width: 20%;
        text-align: center;
    }
    .NO-navbar-right.navbar-nav {
        float: none;
    }
}

#checkboxes_dates .choice .icon{
	height:			100px;
    width:			100px;
    border-radius:	0px;
    line-height:	1.5em;
    font-size:		16px;
    font-weight:	bold;
    padding-top:	15px;
}


/* FOOTER  */
footer .copyright {
    line-height: 1em !important;
    padding: 5px !important;
}
.footer nav {
    margin-top: 0px !important;
}
.full-page>.content {
    min-height: calc(100vh - 150px) !important;
}
.main-panel>.content {
    min-height: calc(100vh - 300px) !important;
}


/* COOKIES  */
#CookiesLayer {
	position:			fixed;
	bottom:				0px;
	left:				0px;
	width:				100%;
	z-index:			999999;
	display:			block;
    background-color:	rgba(255, 255, 255, 0.9);
}
#textcapacookie {
	margin:				auto;
	position:			relative;
	top:				0px;
	/*height:				58px;*/
	width:				100%;
	text-align:			center;
	color:				rgb(0, 0, 0);
    /*background-color:	rgba(255, 255, 255, 0.7);*/
}
#textcapacookie p {
	margin-top:			10px;
	line-height:		2em;
	font-size:			12px;
	text-align:			center;
    /*background-color:	rgba(255, 255, 255, 0.7);*/
	margin-bottom:		0px;
	padding-bottom:		0px;
}
#textcapacookie p a {
	margin-right:		5px;
	color:				rgb(255, 255, 255) !important;
	margin-top:			10px;
	/*text-decoration:	underline;*/
}
#textcapacookie p a:visited { color: rgb(255, 255, 255) !important; }
#textcapacookie p a:hover { color: rgb(255, 255, 255) !important; }
#textcapacookie p a:focused { color: rgb(255, 255, 255) !important; }

.btncapacookie {
	text-decoration:	none;
	cursor:				pointer;
    padding:			.4em .8em;
    font-size:			.9em;
    font-weight:		700;
    border-width:		2px;
    border-style:		solid;
    text-align:			center;
    white-space:		nowrap;
	color:				rgb(255, 255, 255);
    background-color:	rgb(132, 132, 255);
    border-color:		transparent;
}

.boldrow {
	font-weight: bold;
}
/* Modificación para poner labels en los filtros en 3 lineas */
.form-group label.control-label-filter {
    line-height:	1.2em;
	min-height:		3.6em;
    color:			#AAAAAA;
}


.choice.has-error h6 {
    color: #f44336;
}


.alertStudentHealth {
	height: 40px !important;
    border-radius: 20px !important;
    width: 40px !important;
    padding: 5px !important;
}

/* Selector hora automatizada de envío de notificaciones */
#notifyTimeSelector .btn {
	font-size:		16px !important;
    padding-top:	0px !important;
}

.error {
	color: red !important;

}

.menu-padding>li {
    padding:1% 1%;
}

a.dropdown-item.flag-selector {
    margin: 0 auto;
    padding: 0;
}

a#navbarDropdownMenuLink1 {
    position: relative;
}

