body.full_view {
	background: url(../img/fondo.jpg) no-repeat center center fixed;
  background-position: left top;
  background-size: cover;
  position: relative;
}

body.clean_view {
	background-color: #609c7a;
  background-position: left top;
  background-size: cover;
  position: relative;
}
.page-title .breadcrumb>li>a {
	color: white;
}
.breadcrumb >.active {
	color: white;
}
.page-title .breadcrumb>li+li:before{
	color: white;
}
.small-panel {
	margin-right: auto;
	margin-left: auto;
	margin-top: 5%;
	max-width: 500px;
	color: #333333;
	padding-bottom: 20px;
}
.ingreso-title {
	font-size: 30px !important;
	font-weight: 800;
	text-align: right;
	margin-bottom: 15px;
}
.fgt-password {
	float: right;
	margin-top: 18px;
}
.table-smpadding {
	padding: 12px 8px !important;
}
.input-md {
	max-width: 150px;
}

.input-sm {
	max-width: 50px;
}
th.table-smpadding.sorting::after {
	display: none;
}
th.table-smpadding.sorting::before {
	display: none;
}

th.table-smpadding.sorting_asc::after {
	display: none;
}
th.table-smpadding.sorting_desc::after {
	display: none;
}

.ingreso-logo {
	display: block;
}
.logo-img-sm {
	width: auto;
	height: 55px;
	float: left;
	margin-left: 15px;
}
.puntos-resultado {
	font-size: 4rem;
	font-weight: 900;
	margin-top: 3px;
	margin-bottom: 0px;
}
.separador-resultado {
	margin-top: 6rem;
}
.panel-heading-amarillo {
	background-color: #FFCD00 !important;
	color: #fff;
}
.panel-heading-azul {
	background-color: #2196F3 !important;
	color: #fff;
}
.border-top-color {
	border-top: 5px solid #2196f3;
}

.datatable-header>div:first-child {
	margin-left: 20px;
}
.dataTables_length {
	margin:0 20px 20px;
}
.datatable-footer>div:first-child {
	margin-left: 20px;
}
.dataTables_paginate {
	margin: 0 20px 20px;
}
.filtro {
	padding-left: 0px;
  padding-right: 0px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: lightblue;
}
.titulares {
    background-color: #80a8ff;
    border-color: #80a8ff;
    color: black;
}
.suplentes {
    background-color: #ffe680;
    border-color: #ffe680;
    color: black;
}
.nofilter .datatable-header {
	display: none;
}
.nofilter .datatable-footer {
	display: none;
}
.profile-pic {
	width: 150px;
	vertical-align: center;
}
/*ERROR*/
.error-message {
	color:red;
	font-weight: 700;
}
.form-error {
	border: 1px solid red;
}
/*FIN ERROR*/
/*@MEDIA*/
@media screen and (max-width: 353px) {
	.fgt-password {
		float: left;
		display: block;
	}
}
@media screen and (max-width: 515px) {
	.modalWindow > div {
		width: auto !important;
		margin-left: 15px !important;
		margin-right: 15px !important;
	}
}
@media screen and (max-width: 777px) {
	.modalWindow-wide > div {
		width: auto !important;
		margin-left: 15px !important;
		margin-right: 15px !important;
	}
	.profile-pic {
		width: 90px !important;
		text-align: center !important;
	}
}
/*FIN @MEDIA*/

/*MODAL WINDOWS*/
.modalWindow {
	position: absolute;
	overflow: scroll;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 100;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalWindow:target {
	opacity:1;
	pointer-events: auto;
}
.modalWindow > div {
	width: 500px;
	position: relative;
	margin: 5% auto;
	padding: 5px 20px 13px 20px;
	border-top: 5px solid #2196f3;
	background: #fff;
	background: white;
}
.modalWindow-wide > div {
	width: 750px;
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 5px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
}

.close:hover { background: #2196f3; }


.modalWindow .form-group {
	margin-bottom: 10px;
}

/*modals notifications*/
.modalError > div {
	width: 350px;
	position: relative;
	margin: 5% auto;
	padding: 5px 20px 13px 20px;
	border-top: transparent;
	border-radius: 5px;
	background: red;
	color: white;
}
.modalInfo > div {
	width: 350px;
	position: relative;
	margin: 5% auto;
	padding: 5px 20px 13px 20px;
	border-top: transparent;
	border-radius: 5px;
	background: blue;
	color: white;
}

.closeNotif {
	background: transparent;
	color: white;
	line-height: 25px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 5px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	opacity: 1;
}

.closeNotif:hover { background: transparent;color: black; }
/*fin modals notifications*/

/*FIN MODAL WINDOWS*/

.searchbox {
  margin-right: 10px;
  width: 240px;
}
@media screen and (max-width: 1093) {
  .searchbox {
    display: block !important;
    float: left !important;
    margin-left: 68px;
  }
  .navbar-list {
    width: 100%;
  }
}

.navbar-user {
  display:inline-block;
  width:auto;
  float:right;
  margin-top:10px;
} 

.table>tbody>tr>td.allow-fulfillment {
  min-width:60px;
}

.table>thead>tr>th, 
.table>tbody>tr>th, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>tbody>tr>td, 
.table>tfoot>tr>td {
  padding: 8px 8px;
}

.table>thead>tr>th, 
.table>tbody>tr>th, 
.table>tfoot>tr>th {
    font-weight: 900;
}

.icons-list.tableitem-menu {
/*  position: absolute; */
}

.mail-date { 
  background-color: lightblue; 
  font-size: 9px;
  font-bold: true;
  padding: 3px;
}
.mail-from { 
  background-color: lightgreen; 
  font-size: 9px;
  font-bold: true;
  padding: 3px;
}
.mail-to { 
  background-color: lightpink; 
  font-size: 9px;
  font-bold: true;
  padding: 3px;
}
.mail-subject { 
  background-color: wheat; 
  font-size: 12px;
  font-bold: true;
  padding: 3px;
}

.mail_pending {
  background-color: red !important;
  color: white !important;
}

.tagged-filter, .msg-tagged-filter {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
	cursor: default;
	text-align: center;
  background-color: #eee;
}

.tagged-filter li, .msg-tagged-filter li  {
  display:inline-block;
  margin: 5px;
}

.tagged-filter li a, .msg-tagged-filter li a {
  color: #fff;
  font-size: 14px;
}

/*.tagged-filter li.title, .msg-tagged-filter li.title  {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 5px;
  color: #666;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 3px;
	text-transform: uppercase;
}

.tagged-filter a, .msg-tagged-filter a  {
	display: inline-block;
	margin: 5px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
	text-decoration: none;
  text-align: center;
  background-color: #eee;
	letter-spacing: 3px;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	
	cursor: pointer;
}

.tagged-filter a:hover, .msg-tagged-filter a:hover {
	opacity: .8;
}

.tagged-filter a.active, .msg-tagged-filter a.active  {
	color: #ec1f27;
	cursor: default;
}

.tagged-filter a.active:hover, .msg-tagged-filter a.active:hover {
	color: #ec1f27;
}*/
 
.panel-flat>.panel-heading {
  padding-top: 5px;
  padding-bottom: 5px;
}

.panel-heading.type_0 { background-color: lightblue !important; }
.panel-heading.type_1 { background-color: antiquewhite !important; }
.panel-heading.type_2 { background-color: aquamarine !important; }


.status-counter {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.status-counter span {
  width: 20px;
}

.status-0, .status-1, .status-2, .status-3,
.status-a, .status-b, .status-c, .status-d, .status-e, .status-n,
.status-I, .status-II, .status-III,
.status-C0, .status-C1, .status-C2, .status-C3,
.status-empty
{
  position: relative;
  background-color: #aaa;
  color: white;
  border-radius: 2px;
  height: 24px;
  text-align: center;
  padding-top: 1px;
  cursor: pointer;
  margin: 1px;
  display:flex;
  justify-content: center;
  align-items: center;
}

.status-0 { background-color: #81c784; }
.status-1 { background-color: #4caf50; }
.status-2 { background-color: #388e3c; }
.status-3 { background-color: #1b5e20; }

.status-a { background-color: #ff0000; }
.status-b { background-color: #ff8a19; }
.status-c { background-color: #a79713; }
.status-d { background-color: #91af22; }
.status-e { background-color: #33cd1f; }
.status-n { background-color: #aabbbb; }

.status-I   { background-color: #81d4fa; }
.status-II  { background-color: #039be5; }
.status-III { background-color: #01579b; }

.status-C0 { background-color: #00bcd4; }
.status-C1 { background-color: #ff5722; }
.status-C2 { background-color: #2196f3; }
.status-C3 { background-color: #4caf50; }

.toggle-checkbox {
  cursor: pointer;
  text-align: center;
}
.toggle-checkbox:hover {
  background-color: #ccd7cc;
/*  font-size: 2rem; */
	font-weight: bold;
}

.tab-pane {
  min-height: 750px;
}

iframe { 
   width:100%; min-height: 750px;
}

.preview {
  min-width: 80%;
  min-height: 600px;
  max-width: 100%;
  max-height: 750px;
  border: 5px solid #555;
  padding: 0;
/*  position: absolute; */
/*  visibility: hidden; */
/*  display: none; */
}
/*
img.preview {
  z-index: 999;
}

iframe.preview {
  z-index: 998;
}
*/

a.doc-link {
  color: #6d6c6c !important;
  padding: 3px;
  margin: 5px;
}

a.doc-link.active {
  background-color: #ada;
  color: #000 !important;
  border-style: double;
}

.inplace-edit, .inplace-edit table * {
  background-color: #f0f0f0; 
}

.inplace-edit-container {
  padding: 10px;
}

input.item-packs, input.fc-data {
  background-color: #fff;
  border: unset;
}

.col-md-1 input.form-control {
  font-size: 1.1rem;
}

tr.even { 
  background-color: #f3f3f3; 
  font-size: 0.9em;
}
tr.odd {  
  font-size: 0.9em;
}

.message-inbox tr {
 	cursor: pointer;
} 

.embed-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
.16x9 {
  padding-bottom: 56.25%;
}
.4x3 {
  padding-bottom: 75%;
}
.pdf {
  padding-bottom: 150%;
}
.embed-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ajax-action-link, a.ajax-action-link { 
  color: black; 
}

.docs-pictures {
  list-style: none;
  margin: 0;
  padding: 0;
}

.docs-pictures > li {
/*    border: 1px solid transparent; */
  border: 1px solid red;
  float: left;
  height: calc(720px/4);
  margin: 0 -1px -1px 0;
  overflow: hidden;
  width: calc(100%/4);
}

.docs-pictures > li > img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  width: 100%;
}


table.sticky thead {
  position: relative;
}

table.sticky thead th {
  position: sticky;
  top: 0;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
  z-index: 99;
  background: #e5e6f3;
}

.modalWindow table.sticky thead th {
  z-index: 199;
}

.table tfoot tr {
  font-weight: 700; 
  background-color: #c7c7c7;
}