@import url('https://fonts.googleapis.com/css?family=Bangers');


[id|="datatable-buttons"] tfoot{
	display: table-header-group !important;	
}

[id|="datatable-buttons"] thead{
	display: table-row-group !important;
}

input.hidden {
	display: none;
}

.demo {
	padding: 0 20px;
	margin: 50px 0 0;
	background: #eee url('../img/bg.png');
}

.vertical-offset-100{
	padding-top:2em;
}

.cb-slideshow,
.cb-slideshow:after {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
}
.cb-slideshow:after {
	content: '';
	background: transparent url(../images/pattern.png) repeat top left;
}

.cb-slideshow li span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	opacity: 0;
	z-index: 0;
	animation: imageAnimation 36s linear infinite 0s;
}

.cb-slideshow li div {
	z-index: 1000;
	position: absolute;
	bottom: 30px;
	left: 0px;
	width: 100%;
	text-align: center;
	opacity: 0;
	color: #fff;
	animation: titleAnimation 36s linear infinite 0s;
}
.cb-slideshow li div h3 {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 240px;
	padding: 0;
	line-height: 200px;
}

.cb-slideshow li:nth-child(1) span {
	background-image: url(../img/1.jpg)
}
.cb-slideshow li:nth-child(2) span {
	background-image: url(../img/2.jpg);
	animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
	background-image: url(../img/3.jpg);
	animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
	background-image: url(../img/4.jpg);
	animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
	background-image: url(../img/5.jpg);
	animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
	background-image: url(../img/6.jpg);
	animation-delay: 30s;
}

.cb-slideshow li:nth-child(2) div {
	animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
	animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
	animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) div {
	animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) div {
	animation-delay: 30s;
}

@keyframes imageAnimation {
	0% { opacity: 0; animation-timing-function: ease-in; }
	8% { opacity: 1; animation-timing-function: ease-out; }
	17% { opacity: 1 }
	25% { opacity: 0 }
	100% { opacity: 0 }
}

@keyframes titleAnimation {
	0% { opacity: 0 }
	8% { opacity: 1 }
	17% { opacity: 1 }
	19% { opacity: 0 }
	100% { opacity: 0 }
}

.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

@media screen and (max-width: 1140px) {
	.cb-slideshow li div h3 { font-size: 140px }
}
@media screen and (max-width: 600px) {
	.cb-slideshow li div h3 { font-size: 80px }
}

.logologin {
	text-align: center;
}

.login{
	background-image: url(../img/background2.jpg);
}

.form-vis{
	overflow: auto;
	width: 60%;
	/*padding-top: 15vh;*/
	padding-top: 15vh;
	margin: auto;
}

.form-vis-list{
	/*overflow: auto;*/
	width: 90%;
	padding-top: 15vh;
	margin: auto;
}

.form-vis-list-small{
	/*overflow: auto;*/
	width: 60%;
	padding-top: 15vh;
	margin: auto;
}

@media screen and (max-width: 600px) {
	.form-vis-list-small {
		width: 97%;
	}

	.form-vis{
		width: 90%;
	}
}

.chosen-container {
	width: 100% !important;
}

.sticky{
	position: fixed;
	top: 0;
	width: 100%;
}

.main{

	display: flex;
	flex-wrap: wrap;
	/*clear:both;*/
	width: 100%;
	padding-top: 15vh;
	/*margin: auto;**/
	justify-content: flex-start;

}

.centered{
	display: flex;
	justify-content: center;
	padding-top: 5vh;
}

.row-sm-6{

	height: 40vh;

}

.actions{

	padding: 0.2rem;

}

.error_pages_number{

	font-family: 'Bangers', cursive;
	font-size: 5em;
	text-align: center;
	padding-bottom: 3rem;

}

#success_message{ display: none;}

#botonsito ul {
	display: inline;
}

@media (min-width: 992px)
.botoneta {
	width: 10%;
}

.botoneta {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: row;

}

.login header {
	padding: 15px;
	font-size: 26px;
}

.login input {
	border-radius: 5px;
	padding: 5px;
	font-weight: normal;
}

.login footer {
	margin-top: 10px;
}

.container {
	padding-top: 67px;
}

@media (min-width: 1500px){
	.container {
	    width: 1440px;
	    max-width: 100%;
	}
}

.btn .btn-default {
	border-color: #65b4ce;
	background-color: #65b4ce;
}

.mash-menu button.mash-mobile-button {
	background: transparent;
}

.mash-menu .mash-list-items {
	padding-top: 0;
}

.chosen-container-single a.chosen-single {
	height: 38px;
}

#main table.dataTable.dtr-column > tbody > tr > td.control:before,
#main table.dataTable.dtr-column > tbody > tr > th.control:before {
	height: 14px;
	width: 14px;
}

#detalle_clientes .modal-dialog {
	max-width: none;
	width: 80%;
	height: 80%;
	margin: 0 auto;
	padding: 0;
}

#detalle_clientes .modal-content {
	height: auto;
	min-height: 100%;
	border-radius: 0;
}

#detalle_vacaciones .modal-dialog {
	max-width: none;
	width: 80%;
	height: 80%;
	margin: 0 auto;
	padding: 0;
}

#detalle_vacaciones .modal-content {
	height: auto;
	min-height: 100%;
	border-radius: 0;
}

#detalle_ausencias .modal-dialog {
	max-width: none;
	width: 60%;
	height: 60%;
	margin: 0 auto;
	padding: 0;
}

#detalle_ausencias .modal-content {
	height: auto;
	min-height: 100%;
	border-radius: 0;
}

h4 {
	color:#444242;
}

.show-botton {
	display: -webkit-inline-box;

}
.item-show-botton {
	padding-right: 0.3rem;
}

.headercaja {
	text-align: center;
}

.p-2 {
	padding: 0.5rem 0.5rem !important;
}

.button3D {
	/*display: inline-block;*/
	text-decoration: none;
	color: #fff;
	/*font-weight: bold;*/
	background-color: #538fbe;
	padding-top:0.5rem;
	/*padding: 20px 70px;*/
	font-size: 24px;
	/*border: 1px solid #2d6898;*/
	background-image: linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
	background-image: -o-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(73,132,180)),
		color-stop(1, rgb(97,155,203))
		);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0px -1px 0px rgba(0,0,0,.5);
	/*-webkit-box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	-moz-box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);*/
}

.button3D:active {
	background-image: linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
	background-image: -o-linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);

/*
	-webkit-box-shadow: 0px 2px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	-moz-box-shadow: 0px 2px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	box-shadow: 0px 2px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);

	-webkit-transform: translate(0, 4px);
	-moz-transform: translate(0, 4px);
	transform: translate(0, 4px);
*/

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(88,154,204)),
		color-stop(1, rgb(90,150,199))
		);
}

.card a{
	text-align: center;
	text-decoration: none;
}

.card a:hover{
	text-decoration: none;
}

.pt-7{

	padding-top:7rem;
}

.panel-border {
  width: 100%;
  padding: 0.5rem;
  line-height: 1.25;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}


.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-0 {
  margin: 0 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

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

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 1rem 1rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-2 {
  margin: 1.5rem 1.5rem !important;
}

.mt-2 {
  margin-top: 1.5rem !important;
}

.mr-2 {
  margin-right: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 1.5rem !important;
}

.ml-2 {
  margin-left: 1.5rem !important;
}

.mx-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-3 {
  margin: 3rem 3rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 1rem 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-2 {
  padding: 1.5rem 1.5rem !important;
}

.pt-2 {
  padding-top: 1.5rem !important;
}

.pr-2 {
  padding-right: 1.5rem !important;
}

.pb-2 {
  padding-bottom: 1.5rem !important;
}

.pl-2 {
  padding-left: 1.5rem !important;
}

.px-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-3 {
  padding: 3rem 3rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.pl-5 {
  padding-left: 5rem !important;
}

.px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-xs-left {
  text-align: left !important;
}

.text-xs-right {
  text-align: right !important;
}

.text-xs-center {
  text-align: center !important;
}

.panel_login{

	background-color: grey;
}

.right_col{

	background-image: url(../img/background_right_col.jpg) !important;
}

.mt-23	 {
  margin-top: 2.3rem !important;
}

.a4mini {
	width: 100mm;
	background: #fff;
	margin: 10px;
}

.a4 {
    width: 210mm;
    height: 250mm;
    padding: 20px 60px; 
    
    background: #fff;
    margin: 10px auto;
}

.a4_landscape {
    height: 220mm;
    width: 290mm;
    padding: 5mm; 
    
    background: #fff;
    margin: 5px auto;
}

.a4max {
    width: 280mm;
    height: 250mm;
    
    background: #fff;
    margin: 10px auto;
}

.cabezalDerecho {
    padding-right: 2rem;
    padding-top: 1rem;
}

.cabezal {
    display: flex;
    justify-content: space-between;
}

.cabezalBarra {
    background-color: lightgrey;
    text-align: center;
    width: 100%;
}

.cabezalBarra2 {
    background-color: lightblue;
    text-align: center;
    width: 69%;
}

.cabezalPrincipal {
    display: flex;
    justify-content: space-between;
}

.inv {
  visibility: hidden !important;
  display:none !important;
}

.invisible {
  visibility: hidden !important;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

*, :after, :before {
    box-sizing: border-box;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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;
    bottom: 8px;
    right: 8px;
    display: block;
    font-family: "Glyphicons Halflings";
    opacity: 0.5;
}

table.dataTable thead .sorting:after {
    opacity: 0.2;
    content: "\e150";
}

table.dataTable thead .sorting_asc:after {
    content: "\e155";
}

table.dataTable thead .sorting_desc:after {
    content: "\e156";
}

.tipoSL{
	background-color: #66e0ff !important;
}

.tipoIPI{
	background-color: #ffdb99 !important;
}

.tipoIPIF{
	background-color: #fa3ed754 !important;
}

.tipoEXP{
	background-color: #ffff66 !important;
}

.tipoEC{
	background-color: #66ff99 !important;
}

#mCambioClave .chosen-container {
	width: 100% !important;
}

ul.dt-button-collection.dropdown-menu.two-column{
	width: 300px !important;
	padding-bottom: 1px !important;
	-webkit-column-count: 2 !important;
	-moz-column-count: 2 !important;
	-ms-column-count: 2 !important;
	-o-column-count: 2 !important;
	column-count: 2 !important;
}


.vv{
	background: rgb(5,255,0);
	background: linear-gradient(100deg, rgba(5,255,0,0.70) 20%, rgba(5,255,0,0.70) 20%);
}

.vr{
	background: rgb(5,255,0);
	background: linear-gradient(100deg, rgba(5,255,0,0.70) 30%, rgba(255,0,0,0.70) 70%);
}

.nn{
	background: rgb(255,162,0);
	background: linear-gradient(100deg, rgba(255,162,0,0.70) 30%, rgba(255,162,0,0.70) 70%);
}

.nv{
	background: rgb(255,162,0);
	background: linear-gradient(100deg, rgba(255,162,0,0.70) 30%, rgba(5,255,0,0.70) 70%);
}

.nr{
	background: rgb(255,162,0);
	background: linear-gradient(100deg, rgba(255,162,0,0.70) 30%, rgba(255,0,0,0.70) 70%);
}

.rr{
	background: rgb(255,0,0);
	background: linear-gradient(100deg, rgba(255,0,0,0.70) 30%, rgba(255,0,0,0.70) 70%);
}

.vnr{
	background: rgb(5,255,0);
	background: linear-gradient(90deg, rgba(5,255,0,0.70) 0%, rgba(255,162,0,0.70) 50%, rgba(255,0,0,0.70) 100%);
}

@media (min-width: 900px) {
  .modal-xl {
    min-width: 1400px;
    max-width: 1600px;
  }
}

@media (min-width: 400px) {
  .modal-custom {
    min-width: 1250px;
    max-width: 1400px;
  }
}

#mInfoMercaderia select{
    width: 19.6rem !important;
}

.mt-05{
	margin-top: 0.5rem !important;
}

#loading{
	padding-top: 8rem !important;
}

div.form-group .fa{
  color: slategrey !important;
  padding-top: 1rem;
}

#modalVerPermisos {
	width: 100% !important;
}
@CHARSET "UTF-8";

* {
    -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	outline: none;
}

    .form-control {
	  position: relative;
	  font-size: 16px;
	  height: auto;
	  padding: 10px;
		@include box-sizing(border-box);

		&:focus {
		  z-index: 2;
		}
	}

body {

}

.login-form {
	margin-top: 60px;
}

form[role=login] {
	color: #5d5d5d;
	background: #f2f2f2;
	padding: 26px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
	form[role=login] img {
		display: block;
		margin: 0 auto;
		margin-bottom: 35px;
	}
	form[role=login] input,
	form[role=login] button {
		font-size: 18px;
		margin: 16px 0;
	}
	form[role=login] > div {
		text-align: center;
	}
	
.form-links {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 50px;
}
	.form-links a {
		color: #fff;
	}