body {
  color: #000;
}
.has-error label {
  color: pink;
  font-weight: bold;
}
.has-error .help-block {
  color: pink;
  font-weight: bold;
}
.footer-brand {
  padding-bottom: 50px;
  height: auto;
}
.footer-brand .logo {
  text-align: center;
  margin-bottom: 15px;
}
.footer-brand p {
  margin-bottom: 15px;
  text-align: center;
}
.footer-brand #siteseal {
  text-align: center;
}
.footer-brand #siteseal img {
  width: 150px;
  margin: 0 auto;
  display: block;
}
.editable-popup {
  z-index: 1;
}
.editable-popup .btn-primary {
  background-color: #286090;
}
.editable-popup .btn-default {
  background-color: red;
}
.editable-container.popover {
  width: 350px;
}
.historicalWarning {
  background-color: rgba(255, 0, 0, 0.8);
}
.dropdown {
  background-color: #000;
  color: #fff;
}
.filters {
  background-color: #000;
  color: #fff;
  padding: 10px;
  font-size: 12px;
}
/*
table{
	thead{
		tr{
			background-color: #000;
		}
	}
	th {
		a{
			color: #ccc;
			font-weight: bold;
			font-size: 18px;
		}
	}
}

.table-striped>tbody>tr:nth-child(even)>td, .table-striped>tbody>tr:nth-child(even)>th{
	background-color: rgba(0, 0, 0, .5);
}

.table-striped>tbody>tr:nth-of-type(odd){
	background-color: #93965f;
}

.table-hover>tbody>tr:nth-child{
	&(odd):hover{
		>td, >th{
			background-color: rgba(255, 255, 255, .3);
			color: #000;
			//font-weight: bold;
			a{
				color: red;
			}
		}
	}
	&(even):hover{
		>td, >th{
			background-color: rgba(0, 0, 0, .8);
			color: #ccd1b0;
			//font-weight: bold;
			a{
				color: red;
			}
		}
	}
}
*/
header.top-bar {
  position: relative;
}
.main-header_button {
  position: absolute;
  top: 0;
  right: 0;
}
.main-header_button .magicButton {
  border: none;
  position: relative;
  display: inline-block;
  padding: 0 30px;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-weight: 100;
  margin-right: 1px;
  -webkit-transition: background-color 250ms;
  transition: background-color 250ms;
  height: 64px;
  line-height: 64px;
  text-decoration: none;
}
.main-header_button .magicButton i {
  font-size: 22px;
  display: inline-block;
  vertical-align: sub;
  margin: 0 5px;
}
.main-header_button .magicButton span {
  margin-right: 10px;
  margin-left: 10px;
}
input:checked + .swtc.swtc--header::before {
  content: 'Detalle';
}
input:checked + .swtc::after {
  left: 50px;
}
.swtc {
  width: 75px;
}
.swtc.swtc--header:before {
  content: 'Historial';
}
#item_log {
  display: none;
}
#item_log table {
  width: 100%;
  border: 1px solid #fff;
}
#item_log table td {
  padding: 5px;
}
.alert {
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  font-weight: bold;
}
.alert-danger {
  color: red;
}
.alert-success {
  color: green;
}
.boldText {
  font-weight: bold;
}
.bootbox-body {
  color: #fff;
  font-weight: bold;
}
.formHiddenSection {
  display: none;
}
.deletedDocument span {
  text-decoration: line-through;
}
.deletedDocument div {
  color: #7e3737;
  font-weight: bold;
}
.deletedDocument:hover div {
  color: #c16979;
}
.popup textarea {
  width: 100%;
}
.module {
  padding: 20px;
  background-color: #ccc;
  border: 1px solid #000;
  margin-bottom: 20px;
  color: #000;
}
.module h4 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
.messages .private {
  background-color: red;
}
.messages .message__write input[type=text] {
  width: calc(100% - 67px);
}
#commentsContainer img.media-object {
  width: 40px;
}
#commentsContainer .media-body h4 {
  color: #ccc;
  font-weight: bold;
  font-size: 16px;
}
#commentsContainer .media-body time {
  color: pink;
  font-weight: bold;
  font-size: 12px;
}
#commentsContainer .message__msg {
  padding: 0;
  margin: 5px 0 0 0;
}
#commentsContainer .smaller {
  padding-top: 20px;
}
#commentsContainer .smaller .missing {
  text-align: center;
  color: #e8c1e0;
  font-size: 14px;
  border-bottom: 1px solid #666;
  margin-bottom: 8px;
  margin-top: 0;
}
#commentsContainer .message {
  background-color: inherit;
}
.Vacations th.primer_periodo,
.Vacations .table-striped > tbody > tr:nth-child(odd) > td.primer_periodo {
  background-color: rgba(128, 64, 0, 0.5);
  text-align: center;
}
.Vacations th.segundo_periodo,
.Vacations .table-striped > tbody > tr:nth-child(odd) > td.segundo_periodo {
  background-color: rgba(0, 128, 64, 0.5);
  text-align: center;
}
.Vacations th.primer_periodo,
.Vacations .table-striped > tbody > tr:nth-child(even) > td.primer_periodo {
  background-color: rgba(128, 64, 0, 0.5);
  text-align: center;
}
.Vacations th.segundo_periodo,
.Vacations .table-striped > tbody > tr:nth-child(even) > td.segundo_periodo {
  background-color: rgba(0, 128, 64, 0.5);
  text-align: center;
}
.Vacations th.segundo_periodo,
.Vacations .table-striped > tbody > tr:nth-child(even) > td.tercer_periodo {
  background-color: rgba(153, 51, 0, 0.5);
  rgb(153, 51, 0)
}
.Documents .form-group {
  margin-bottom: 20px;
}
.Documents .form-group label {
  margin-bottom: 4px;
  color: white;
}
.Documents .rdEmployeeButtons a {
  background-color: #ccc;
  color: #000;
}
.Documents .rdEmployeeButtons a.buttonOn {
  background-color: #1c7dfa;
  color: #fff;
  font-weight: bold;
}
.Documents #anexoa,
.Documents #anexoa2 {
  display: none;
}
.Documents .oficio {
  min-height: 75vw;
  font-size: 12px;
  background-color: #fff;
  padding: 4%;
}
.Documents .oficio a {
  color: #3f57b5;
}
.Documents .oficio a:hover {
  border-bottom: 1px dashed blue;
}
.Documents .oficio .o_placeholder {
  background-color: pink;
  border: 1px solid red;
  min-width: 100px;
  display: inline-block;
}
.Documents .oficio p {
  line-height: 160%;
}
.Documents .oficio .o_membrete {
  text-align: center;
  font-size: 14px;
}
.Documents .oficio .o_membrete img {
  width: 50%;
  display: block;
  margin: 0 auto;
}
.Documents .oficio .o_membrete h2 {
  font-weight: bold;
  margin-top: 8%;
}
.Documents .oficio .o_membrete h3 {
  margin-bottom: 8%;
}
.Documents .oficio .o_membrete h4 {
  font-style: italic;
}
.Documents .oficio .o_header {
  text-align: center;
}
.Documents .oficio .o_header .o_sindicato {
  font-size: 14px;
  font-weight: bold;
}
.Documents .oficio .o_header .o_matriz {
  font-size: 9px;
  font-weight: bold;
  margin: 2px 0;
}
.Documents .oficio .o_header .o_registro {
  font-size: 9px;
  font-weight: bold;
  margin: 2px 0;
}
.Documents .oficio .o_header .o_direccion {
  font-size: 6px;
  font-weight: bold;
  margin: 4px 0;
}
.Documents .oficio .o_header .o_direccion table {
  width: 100%;
}
.Documents .oficio .o_header .o_direccion table td {
  text-align: center;
}
.Documents .oficio .o_header .o_direccion table td:first-child {
  text-align: left;
}
.Documents .oficio .o_header .o_direccion table td:last-child {
  text-align: right;
}
.Documents .oficio .o_header .o_fecha {
  text-align: center;
  margin: 20px 0 20px 0;
  font-weight: bold;
}
.Documents .oficio .o_tema {
  margin: 20px 0 110px 30%;
  text-align: left;
}
.Documents .oficio .o_tema label {
  text-align: right;
  width: 35%;
  padding-right: 4px;
  font-size: 13px;
  font-style: italic;
  font-weight: normal;
  font-weight: bold;
}
.Documents .oficio .o_tema .o_folio label,
.Documents .oficio .o_tema .o_asunto label {
  float: left;
  width: 30%;
}
.Documents .oficio .o_tema .o_folio span,
.Documents .oficio .o_tema .o_asunto span {
  float: left;
  width: 40%;
  text-align: left;
}
.Documents .oficio .o_tema .o_asunto label {
  clear: left;
}
.Documents .oficio .o_body {
  text-align: left;
}
.Documents .oficio .o_body .o_destinatario {
  margin-bottom: 30px;
  font-weight: bold;
}
.Documents .oficio .o_body .o_destinatario h4 {
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 120%;
}
.Documents .oficio .o_body .o_cuerpo {
  text-align: justify;
}
.Documents .oficio .o_body .o_empleados {
  width: 90%;
  margin: 20px auto 20px auto;
  font-size: 13px;
}
.Documents .oficio .o_body .o_empleados th {
  background-color: #ccc;
  border: 1px solid #000;
  text-align: center;
  padding: 5px;
  font-weight: bold;
}
.Documents .oficio .o_body .o_empleados td {
  padding: 5px;
  border: 1px solid #000;
  text-align: center;
}
.Documents .oficio .o_body .o_empleados td:first-child {
  width: 35%;
}
.Documents .oficio .o_body .o_notas {
  margin-top: 20px;
  text-align: justify;
}
.Documents .oficio .o_body .o_optica {
  margin-top: 20px;
  padding-bottom: 4px;
}
.Documents .oficio .o_body .o_optica dt {
  clear: left;
  float: left;
  width: 100px;
  text-align: right;
}
.Documents .oficio .o_body .o_optica dd {
  float: left;
  width: 300px;
  text-align: left;
  margin-left: 5px;
}
.Documents .oficio .o_footer .o_despedida {
  padding: 10px 0 10px;
  line-height: 160%;
}
.Documents .oficio .o_footer .o_atentamente {
  text-align: center;
  padding: 10px 0;
}
.Documents .oficio .o_footer .o_slogan {
  text-align: center;
  padding: 10px 0;
}
.Documents .oficio .o_footer .o_firmas {
  text-align: center;
}
.Documents .oficio .o_footer .o_firmas .o_firma {
  min-height: 60px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 13px;
}
.Documents .oficio .o_footer .o_firmas .o_firma .o_puesto {
  text-transform: uppercase;
  margin-bottom: 20px;
  min-height: 20px;
}
.Documents .oficio .o_footer .o_firmas .o_firma .o_funcionario {
  margin-bottom: 10px;
}
.Documents .oficio .o_footer .o_signature_spacer {
  margin: 20px 0 10px 0;
}
.Documents .oficio .o_footer .o_ccp {
  padding-top: 30px;
  font-size: 10px;
}
.Documents .oficio .o_footer .o_ccp label {
  float: left;
  width: 35px;
}
.Documents .oficio .o_footer .o_ccp ul {
  margin-left: 37px;
}
.Documents .oficio .o_footer .o_ccp ul li {
  padding-bottom: 3px;
}
.Documents .oficio .o_footer .o_creator_requester {
  margin-left: 37px;
  margin-bottom: 40px;
}
.Documents .interno {
  padding: 10%;
}
.Documents .interno .o_header .o_fecha {
  text-align: left;
  font-weight: normal;
  margin-bottom: 40px;
}
.Documents .interno .o_destinatario_presente {
  margin-top: 10px;
  padding-bottom: 30px;
}
.Documents .interno .o_jubilacion {
  text-align: center;
  margin: 30px auto 50px;
  font-weight: bold;
}
.Documents .interno .o_footer {
  margin-top: 40px;
}
.Documents .interno .o_footer .o_atentamente {
  margin-bottom: 30px;
}
.Documents .interno .o_footer .o_firma_empleado {
  font-weight: bold;
}
.Documents .interno .o_footer .o_firma_empleado a {
  border-top: 1px solid #000;
  display: block;
  clear: both;
  width: 300px;
  margin: 0 auto;
  padding-top: 5px;
}
.Documents .interno .o_footer .o_categoria {
  text-align: center;
  font-weight: bold;
}
.Documents .interno .o_datos {
  margin: 20px 0 30px 0;
}
.Documents .interno .o_datos dt {
  text-align: right;
  width: 140px;
  margin-bottom: 5px;
  float: left;
  clear: left;
}
.Documents .interno .o_datos dd {
  font-weight: bold;
  float: left;
  margin-left: 5px;
}
.Documents .interno .o_contacto {
  margin: 70px 0 30px 0;
}
.Documents .interno .o_contacto dt {
  text-align: right;
  width: 100px;
  margin-bottom: 5px;
  float: left;
  clear: left;
}
.Documents .interno .o_contacto dd {
  font-weight: bold;
  float: left;
  margin-left: 5px;
}
.Documents .interno .ex_ascenso dt {
  width: 200px;
}
.Documents .interno .o_renuncia {
  clear: both;
  padding-top: 30px;
}
.Documents .interno .o_renuncia .o_renuncia_text {
  font-weight: bold;
}
.Documents .interno .o_despedida {
  clear: both;
  padding-top: 10px 0 20px;
}
.widget .slideForm {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px;
  display: none;
}
.widget .slideForm textarea {
  width: 100%;
}
.widget .no-btn .widget__title {
  width: 100%;
}
.widget .widget__title i,
.widget .widget__title h3 {
  color: #eaedbc;
}
.widget .widget__title h3.popover-title {
  color: #000;
}
.widget .widget__content {
  overflow: auto;
}
.widget .widget__content.filled {
  padding-top: 20px;
  padding-bottom: 20px;
}
.widget .widget__content label {
  color: #ccc;
  font-size: 11px;
  font-weight: bold;
}
.widget .widget__content .campo {
  min-height: 24px;
  font-size: 16px;
  margin-left: 15px;
  min-height: 15px;
  color: #4fc1e9;
}
.widget .widget__content .campo a {
  color: #4fc1e9;
}
.widget .widget__content .campo .empty,
.widget .widget__content .campo .editable-empty {
  color: #e8c1e0;
}
.widget .widget__content table tr .odd {
  color: #000;
}
.widget .widget__content table th {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.widget .widget__content.textual,
.widget .widget__content.textual a {
  color: white;
}
.widget .widget__content.textual dd,
.widget .widget__content.textual a dd {
  float: left;
  margin-left: 3px;
  color: #b9ceeb;
}
.widget .widget__content.textual dt,
.widget .widget__content.textual a dt {
  margin-bottom: 10px;
  float: left;
  clear: left;
  font-weight: bold;
}
.widget .widget__content.textual ul,
.widget .widget__content.textual a ul {
  margin-left: 10px;
}
.main-header__nav .main-header__title {
  font-size: 36px;
  font-weight: bold;
}
.main-header__nav h2 {
  border-top: 1px solid #999;
  font-size: 24px;
  padding-top: 3px;
  color: #dceecd;
}
.main-header__nav h2 a {
  color: #dceecd;
}
/*


.alert-fixed {
    position:fixed;
    top: 10px;
    left: 5%;
    width: 90%;
    margin: 0 auto;
    z-index:9999;
    border-radius:0px;
    background-color: #000;
    opacity: .9;
}
*/
.Committees .galeria h2,
.Councils .galeria h2 {
  font-size: 36px;
  color: #fff;
  margin-top: 10px;
}
.Committees .galeria h3,
.Councils .galeria h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.Committees .galeria h4,
.Councils .galeria h4 {
  margin-top: 5px;
  font-size: 16px;
  text-align: center;
}
.Committees .galeria .foto,
.Councils .galeria .foto {
  max-height: 150px;
  margin: 0 auto;
}
.Committees .galeria li,
.Councils .galeria li {
  width: 200px;
  height: 300px;
  border: 1px solid #000;
  float: left;
  background-color: #fff;
  padding: 3px;
  margin: 10px;
}
.Committees .galeria .clearfloat,
.Councils .galeria .clearfloat {
  clear: both;
  padding-top: 40px;
}
.Employees .editable-click,
.Employees a.editable-click,
.Employees a.editable-click:hover {
  color: #4fc1e9;
}
.Employees .main-header__nav h2 .category,
.Employees .main-header__nav h2 .category a {
  color: #dceecd;
}
.Employees .main-header__nav h2 .department,
.Employees .main-header__nav h2 .department a {
  color: #cdeee5;
}
.Employees .foto {
  margin: 0 auto;
  border: 5px solid #28214D;
  background-color: #fff;
}
.Employees .empleado {
  padding-bottom: 20px;
  min-height: 900px;
}
.Employees .empleado .editable-empty,
.Employees .empleado .editable-empty:hover,
.Employees .empleado .editable-empty:focus {
  color: #e8c1e0;
}
.Employees .empleado .tramite .internalIcon {
  color: #e875b1;
}
.Employees section {
  margin: 40px auto;
}
.Employees section.contacto form label,
.Employees section.tramite form label,
.Employees section.attachments form label,
.Employees section.direcciones form label,
.Employees section.laboral form label {
  color: #ccc;
  margin-bottom: 3px;
}
.Employees section.contacto table,
.Employees section.tramite table,
.Employees section.attachments table,
.Employees section.direcciones table,
.Employees section.laboral table {
  width: 100%;
  margin: 5px auto;
}
.Employees section.contacto table td,
.Employees section.tramite table td,
.Employees section.attachments table td,
.Employees section.direcciones table td,
.Employees section.laboral table td {
  vertical-align: middle;
  padding: 5px;
}
.Employees section.contacto table td:first-child,
.Employees section.tramite table td:first-child,
.Employees section.attachments table td:first-child,
.Employees section.direcciones table td:first-child,
.Employees section.laboral table td:first-child {
  text-align: center;
  width: 30px;
}
.Employees section.medico table {
  width: 90%;
  margin: 5px auto;
}
.Employees section.medico table th {
  color: #fff;
  padding: 4px;
  text-align: center;
}
.Employees section.medico table td {
  border: 1px solid #ccc;
  padding: 4px;
  text-align: center;
}
.Employees .direcciones table td:first-child {
  width: 40px;
}
.Employees table {
  color: #fff;
}
.Employees .calendar-table table {
  color: #000;
}
.Employees .contacto .widget__content,
.Employees .direcciones .widget__content {
  padding-top: 15px;
  padding-bottom: 25px;
}
.Employees .contacto .widget__content table,
.Employees .direcciones .widget__content table {
  width: 100%;
}
.Employees .contacto .widget__content table td,
.Employees .direcciones .widget__content table td {
  color: #4fc1e9;
  font-size: 14px;
  padding: 2px;
  border-bottom: 1px solid #666;
}
.Employees .contacto .widget__content table td:first-child,
.Employees .direcciones .widget__content table td:first-child {
  width: 25px;
  color: #fff;
  text-align: center;
}
.Employees .contacto .widget__content table td:first-child.missing,
.Employees .direcciones .widget__content table td:first-child.missing {
  color: #e8c1e0;
}
.Employees .contacto .widget__content table td:last-child,
.Employees .direcciones .widget__content table td:last-child {
  width: 15px;
  text-align: center;
}
.Employees .contacto .widget__content table td:last-child i,
.Employees .direcciones .widget__content table td:last-child i {
  font-size: 13px;
}
.Employees .salario .campo,
.Employees .ingreso_departamento .campo,
.Employees .salida .campo,
.Employees .jubilacion .campo,
.Employees .defuncion .campo,
.Employees .baja .campo {
  font-size: 36px;
  margin-left: 0;
}
.Employees .status .widget__content,
.Employees .salario .widget__content,
.Employees .ingreso_departamento .widget__content,
.Employees .salida .widget__content,
.Employees .jubilacion .widget__content,
.Employees .defuncion .widget__content,
.Employees .baja .widget__content {
  background-color: #fff;
  font-size: 36px;
  text-align: center;
  padding-top: 10px;
}
.Employees .status .widget__content.activo,
.Employees .salario .widget__content.activo,
.Employees .ingreso_departamento .widget__content.activo,
.Employees .salida .widget__content.activo,
.Employees .jubilacion .widget__content.activo,
.Employees .defuncion .widget__content.activo,
.Employees .baja .widget__content.activo {
  background-color: #9dd9b0;
}
.dashboard #chat-form {
  padding: 10px;
  background-color: black;
  width: 100%;
  height: 50px;
  position: relative;
  top: -20px;
}
.dashboard #chat-form input[type=text] {
  display: inline;
}
.dashboard #chat-form .text {
  float: left;
  width: 80%;
  margin-bottom: 0;
}
.dashboard #chat-form .text input[type=submit] {
  width: 100%;
  display: inline;
}
.dashboard #chat-form .submit {
  float: left;
  width: 10%;
}
.dashboard .widget .widget__content {
  padding-top: 10px;
  min-height: 450px;
  color: #fff;
  position: relative;
}
.dashboard .widget_messages {
  height: 470px;
}
.dashboard .widget_messages .widget__content {
  padding-top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 13px;
}
.dashboard .widget_messages .widget__content .row {
  padding: 0;
  margin: 0;
}
.dashboard .widget_messages .widget__content .chat-conversations {
  background-color: #465c82;
  padding: 0;
  float: left;
  height: 400px;
  overflow: scroll;
}
.dashboard .widget_messages .widget__content th {
  border-bottom: 1px dashed #333;
  text-align: center;
  padding: 25px;
  font-size: 12px;
}
.dashboard .widget_messages .widget__content th:hover {
  opacity: .75;
  cursor: pointer;
}
.dashboard .widget_messages .widget__content th .media-object {
  display: inline;
}
.dashboard .widget_messages .widget__content .chat-messages {
  background-color: #477382;
  min-height: 400px;
  padding: 15px 0 20px;
  position: relative;
  float: right;
  height: 350px;
  overflow: scroll;
}
.dashboard .widget_messages .widget__content .chat-messages .empty {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 150px;
  font-weight: bold;
}
.dashboard .widget_messages .widget__content .chat-messages h4 {
  text-align: center;
  margin-bottom: 20px;
}
.dashboard .widget_messages .widget__content .chat-messages .recipient,
.dashboard .widget_messages .widget__content .chat-messages .creator {
  border: 1px solid #ccc;
  width: 80%;
  clear: both;
  color: #000;
  margin-bottom: 10px;
  padding: 5px;
}
.dashboard .widget_messages .widget__content .chat-messages .recipient {
  text-align: left;
  float: left;
  background-color: #fff;
}
.dashboard .widget_messages .widget__content .chat-messages .creator {
  text-align: right;
  float: right;
  background-color: #a7e6b0;
}
.dashboard .widget_messages .widget__content .chat-messages span.chat-timestamp {
  display: block;
  font-size: 9px;
  color: #888;
  margin-top: 3px;
}
.dashboard .widget_messages .widget__content img {
  width: 40px;
  height: 40px;
}
.dashboard .widget_messages .widget__content .message.even {
  background-color: rgba(0, 0, 0, 0.2);
}
.dashboard .widget_messages .widget__content .message__controls--cont {
  clear: both;
}
.dashboard .widget_messages .widget__content .message_actions {
  float: right;
  width: 80px;
  text-align: right;
}
.dashboard .widget_messages .widget__content .message__reply {
  clear: both;
  padding-left: 10px;
}
.dashboard .widget_messages .widget__content .message__reply:hover {
  opacity: .75;
  color: pink;
}
.dashboard .widget_messages .widget__content .message__reply .message__heading {
  margin-left: 60px;
  padding-left: 0;
  padding-top: 0;
  font-size: 11px;
}
.dashboard .widget_messages .widget__content .message__reply .message__heading span {
  font-size: 10px;
}
.dashboard .widget_messages .widget__content .message__reply .message__heading i {
  top: -10px;
  left: -70px;
}
.dashboard .logTable tr.odd {
  color: #000;
}
.dashboard .logTable tr td {
  border: none;
}
.dashboard .logTable tr td:hover {
  color: #cbd416;
}
.preferences .widget .widget__content {
  padding-top: 10px;
  min-height: 275px;
  color: #fff;
}
.preferences .pref_image form {
  padding: 10px;
  text-align: center;
  color: #fff;
}
.preferences .pref_image form input {
  margin: 0 auto;
}
.preferences .switchToggle {
  float: right;
  width: 80px;
}
.setToken .widget__content,
.viewToken .widget__content {
  background-color: #fff;
  text-align: center;
}
.setToken .widget__content .qrCode,
.viewToken .widget__content .qrCode {
  display: block;
  margin: 0 auto;
}
.setToken .widget__content p,
.viewToken .widget__content p {
  text-align: center;
  font-style: italic;
  font-size: 12px;
  margin: 30px 0 10px 0;
}
.setToken .widget__content img.icon,
.viewToken .widget__content img.icon {
  width: 50px;
  margin: 10px;
}
.setToken .widget__content input,
.viewToken .widget__content input {
  text-align: center;
}
.main-header_date {
  position: absolute;
  top: 0;
  right: 0;
}
.main-header_date button {
  border: none;
  position: relative;
  display: inline-block;
  padding: 0 30px;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-weight: bold;
  margin-right: 1px;
  -webkit-transition: background-color 250ms;
  transition: background-color 250ms;
  height: 64px;
  line-height: 64px;
}
.main-header_date button:hover {
  cursor: default;
}
.main-header_date button i {
  font-size: 25px;
  color: #fff;
  position: relative;
  top: 5px;
  right: 10px;
}
.main-header_date button span {
  text-transform: uppercase;
}
.select2-result-repository {
  padding-top: 4px;
  padding-bottom: 3px;
}
.select2-result-repository__avatar {
  float: left;
  width: 60px;
  margin-right: 10px;
}
.select2-result-repository__avatar img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}
.select2-result-repository__meta {
  margin-left: 70px;
}
.select2-result-repository__title {
  color: black;
  font-weight: bold;
  word-wrap: break-word;
  line-height: 1.1;
  margin-bottom: 4px;
}
.select2-result-repository__forks,
.select2-result-repository__stargazers {
  margin-right: 1em;
}
.select2-result-repository__forks,
.select2-result-repository__stargazers,
.select2-result-repository__watchers {
  display: inline-block;
  color: #aaa;
  font-size: 11px;
}
.select2-result-repository__description {
  font-size: 13px;
  color: #777;
  margin-top: 4px;
}
.select2-results__option--highlighted .select2-result-repository__title {
  color: white;
}
.select2-results__option--highlighted .select2-result-repository__forks,
.select2-results__option--highlighted .select2-result-repository__stargazers,
.select2-results__option--highlighted .select2-result-repository__description,
.select2-results__option--highlighted .select2-result-repository__watchers {
  color: #c6dcef;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #999;
}
.table-striped > tbody > tr:nth-of-type(odd):hover {
  background-color: #333;
}
.table-striped > tbody > tr:nth-of-type(odd):hover td,
.table-striped > tbody > tr:nth-of-type(odd):hover td a {
  color: #fff;
}
.table-striped > tbody > tr:nth-of-type(odd):hover a {
  color: #85a2df;
}
.table-striped > tbody > tr:nth-of-type(odd) a {
  color: #51c0e8;
}
.table-striped > tbody > tr.deleted {
  background-color: #c95050;
  color: #fff;
  font-weight: bold;
}
.table-striped > tbody > tr.available {
  background-color: yellow;
}
.table-striped > tbody > tr.available:hover td,
.table-striped > tbody > tr.available a {
  color: #000;
}
.table td:last-child,
.table th:last-child,
.table-striped td:last-child,
.table-striped th:last-child {
  text-align: inherit;
}
#widgetCcpTable td {
  text-align: center;
}
.alignLeft {
  text-align: left;
}
div.dataTables_wrapper div.dataTables_info {
  white-space: normal;
}
.dataTables_wrapper table.dataTable thead .sorting:after,
.dataTables_wrapper table.dataTable thead .sorting_asc:after,
.dataTables_wrapper table.dataTable thead .sorting_desc:after,
.dataTables_wrapper table.dataTable thead .sorting_asc_disabled:after,
.dataTables_wrapper table.dataTable thead .sorting_desc_disabled:after,
.dataTables_wrapper .table td:not(:last-child):after,
.dataTables_wrapper .table th:not(:last-child):after,
.dataTables_wrapper .table-striped td:not(:last-child):after,
.dataTables_wrapper .table-striped th:not(:last-child):after {
  width: 0;
  background-color: inherit;
}
.dataTables_wrapper table.dataTable thead .sorting:after,
.dataTables_wrapper table.dataTable thead .sorting_asc:after,
.dataTables_wrapper table.dataTable thead .sorting_desc:after,
.dataTables_wrapper table.dataTable thead .sorting_asc_disabled:after,
.dataTables_wrapper table.dataTable thead .sorting_desc_disabled:after,
.dataTables_wrapper .table th:not(:last-child):after,
.dataTables_wrapper .table-striped th:not(:last-child):after {
  top: 15px;
  height: auto;
  right: 20px;
}
.dataTables_wrapper .table-striped > tbody > tr:nth-of-type(odd),
.dataTables_wrapper .table-striped > tbody > tr:nth-of-type(odd) a {
  color: #000;
}
.dataTables_wrapper thead th {
  font-weight: bold;
  text-align: center;
  border: none;
}
.dataTables_wrapper thead th a {
  color: #fff;
}
.dataTables_wrapper tbody td a {
  color: #fff;
}
.dataTables_wrapper .dataTables_filter .input-group-btn > .btn {
  z-index: 2;
  background-color: #FA5F63;
}
.dataTables_wrapper .dataTables_filter .input-group-btn > .btn:hover {
  background-color: red;
}
.dataTables_wrapper .dataTables_info {
  color: #fff;
}
.dataTables_wrapper label {
  color: #fff;
}
.login .form-group {
  margin-bottom: 0;
}
.login .widget .widget__content {
  overflow: auto;
}
@media (max-width: 767px) {
  .Employees .main-header__title span {
    font-size: 36px;
  }
  .main-header_date,
  .main-header_button {
    position: relative;
    text-align: center;
    margin-top: 22px;
    width: 100%;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .main-header__nav h2 {
    width: 45%;
  }
  .Employees .foto {
    margin-top: 25px;
  }
  .Employees .main-header .main-header__title span {
    position: relative;
    top: 15px;
    left: 15px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .sidebar {
    margin-bottom: 200px;
    padding-bottom: 200px;
  }
  .main-header__nav h2 {
    width: 50%;
  }
  .Employees {
    /*
		.foto{
			width: 100px;
			float: left;
		}
*/
  }
  .Documents .oficio .o_membrete {
    font-size: 12px;
  }
  .Documents .oficio .o_membrete img {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  .Documents .oficio .o_membrete h2 {
    font-weight: bold;
    margin-top: 8%;
  }
  .Documents .oficio .o_membrete h3 {
    margin-bottom: 8%;
  }
  .Documents .oficio .o_membrete h4 {
    font-style: italic;
  }
  .Documents .oficio .o_header {
    text-align: center;
  }
  .Documents .oficio .o_header .o_sindicato {
    font-size: 30px;
  }
  .Documents .oficio .o_header .o_matriz {
    font-size: 18px;
    margin: 5px 0;
  }
  .Documents .oficio .o_header .o_registro {
    font-size: 18px;
    margin: 5px 0;
  }
  .Documents .oficio .o_header .o_direccion {
    font-size: 12px;
    margin: 4px 0;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .dashboard .widget .widget__content {
    height: 400px;
  }
  .main-header__nav h2 {
    width: 100%;
  }
  .Employees .empleado .encabezado h1 {
    font-size: 48px;
  }
  .Employees .empleado .encabezado h2 {
    font-size: 36px;
  }
  .Employees .empleado article .row {
    margin-bottom: 20px;
  }
  .Documents .oficio {
    font-size: 13px;
  }
  .Documents .oficio .o_membrete {
    font-size: 14px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1900px) {
  .Documents .oficio {
    font-size: 22px;
  }
}
.select2-container {
  min-width: 200px;
}
.select2-container--open,
.select2-dropdown--below {
  min-width: 200px;
}
