/******************************************************************************************
*   Autor      : Daniel Páez Puentes - UNIFIC D&I GROUP                                   *
*   Módulo     : CSS estilos.css 																      										*
*   Entidad    : SCORE PROJECTS  - SCORE 4.1                          	                  *
*   Fecha      : 01/01/1900                                                               *
*   Descripción: estilos personalizados de la aplicación													        *
*                												                          												*
*   Detalle Cambios: -> Creación CSS - JBD - 01/01/1900      	                  	        *
*                    -> Crear clases de color segun diferencia de inventario - DPP - 			*
* 											14/02/2019																											  *
*                                                                                         *
******************************************************************************************/
@import url('https://fonts.googleapis.com/css?family=Dosis');
h1,h2,h3,h4,h5,h6,p,legend,label,a,li,button,input,span{
	font-family: 'Dosis', sans-serif;
}
.centrar{
	text-align: center;
	font-size:2.4em;
	margin: 10px 0 ;
}
.btn{
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
}
.btnLogin {
	text-decoration: none;
	font-weight: 600;
	font-size: 20px;
	color: #ffffff;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	background-color: #013653;
	border-color: rgb(12, 131, 190);
	border-width: 0.1em;
	border-style: solid;
	width: 100%;
	align-content: center;
}
body{
	width: 100%;
	height: 100%;
}
/* ventana modal*/
#dialog{
	display: none;
	width: 600px;
	background-color: rgba(252, 239, 239, 0.7);
	/*z-index: 2;*/
	position: fixed;
	bottom: 2%;
	right: 2%;
	padding: 15px;
	border-radius: 6px;
	text-align: center;
	vertical-align: middle;
	-webkit-box-shadow: -7px 10px 5px 0px rgba(217,214,217,1);
	-moz-box-shadow: -7px 10px 5px 0px rgba(217,214,217,1);
	box-shadow: -7px 10px 5px 0px rgba(217,214,217,1);
}
.hide-close .ui-dialog-titlebar-close { display: none; border: none;}
a{
	cursor: pointer;
}

.guardadoCorrecto{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:10%;
    background-color:rgba(142, 131, 131, 0.7);
    display:none;
}

.modal{
    position:fixed;
    top:0;
    left:0;
    width:100%;
	height:100%;
    justify-content: center;
    align-items: center;
    background-color:rgba(255, 255, 255, 0.85);
    display:none;
}

.ventana{
    /* width:400px; 
    position:absolute;
    top:15%;
    left:50%;
    margin-left:-200px; */
}

.ventana span{
    color:#fff;
    background-color:#000;
    padding:.2em .5em .3em .5em;
    font-family:Arial;
    font-weight:bold;
    border:2px solid #fff;
    border-radius:50%;
    position:absolute;
    top:-15px;
    right:-20px;
    cursor:pointer;
}
.camposNumericos{
	height:47px;
}
/*estilos de select angular material*/
/* Para 480px */
.md-select{
	height: 0px;
	padding: 0px;
	margin: 0px;
	height:35px;
}
.deslizar {
  animation: shimmy 1s infinite;
  animation-direction: alternate;
}

@keyframes shimmy {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(25px, 0px);
  }
}
/*Mover boton de  seleccion de reporte*/
.botonReporte {
  animation: otra 1s;
  animation-direction: inherit;
}

@keyframes otra {
  0% {
    transform: translate(300px, 0);
  }
}



/**rotacion de botones */
.zoom {
 -webkit-transition: -webkit-transform 1s ease-out;
 -moz-transition: -moz-transform 1s ease-out;
 transition: transform 1s ease-out;
}
.zoom:hover {
	/*-webkit-transform:scale(1.15);
	-moz-transform:scale(1.15);
	-ms-transform:scale(1.15);
	-o-transform:scale(1.15);
	transform:scale(1.15);*/

	transform : rotate(360deg);
	-moz-transform : rotate(360deg); /* Firefox */
	-webkit-transform : rotate(360deg); /* Chrome - Safari */
	-o-transform : rotate(360deg); /* Opera */
}
/* tabla con cabezera fija y scroll en el body*/
.table-fixed thead {
  width: 97%;
}
.table-fixed tbody {
  height: 230px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
}
.quitar{
	display: none;
}

.resaltarFondo{
	background-color: rgba(0, 59, 217, 0.1);
	border-radius: 4px;
	margin: 2%;
	padding: 1%;
}
input:focus{
	transition: 1.5s ease all;
	background-color: #C2EEFB;
}

.table-condensed input[type=text]{
	border-radius: 2px;
}
.inputEntrada{
	background-color: rgba(255, 201, 49, 0.2);
	width: 65%;
	height: 20px;
	border: 1px solid rgba(215, 204, 255, 0.6);
}
.inputSalida{
	background-color: rgba(0, 0, 237, 0.2);
	width: 65%;
	height: 20px;
	border: 1px solid rgba(215, 204, 255, 0.6);
}
.inputTipoTurno{
	width: 96%;
	height: 20px;
}
/* *****************---------********************-------------*******************------------******** tabla */
.table-condensed fieldset{
	border: dashed 1px;
	border-color: rgba(38, 44, 133, 0.4);
	margin: 2px;
	border-radius: 3px;
}

.iconos{
	float:left;
	margin-right:5px;
}
.rol{
	float:left;
	margin-right:6px;
}
.table-condensed i,fa-sign-in{
	height: 20px;
	padding: 0;
}
.table-condensed tr:nth-child(odd) {
    background-color:#E9E9E9;
}
.table-condensed tr:nth-child(even) {
    background-color:#fbfbfb;
}
.table-condensed thead tr th{
  background-color: white;
}
.table-condensed tfoot tr td{
  background-color: white;
}
.tamanoEstatico{
	width: 100px;
}
.cuadradoEntrada {
  width: 20px;
  height: 15px;
	background: rgba(255, 201, 49, 0.2);
	border: 1px solid #555;
	vertical-align:bottom;
}
.cuadradoSalida{
	width: 20px;
  height: 15px;
	background: rgba(0, 0, 237, 0.2);
	border: 1px solid #555;
	vertical-align:bottom;
}
.table tr:nth-child(odd) {
    background-color:#E9E9E9;
}
.table tr:nth-child(even) {
    background-color:#fbfbfb;
}
.table thead tr th{
  background-color: white;
}
.table tfoot tr td{
  background-color: white;
}
.bajarContenido{
  margin-top:5%;
}
/* estilos para dejar cabecera fija*/
.table-fixed thead{
  width: 100%;
  text-align: center;
}
.table-fixed th  td{
  width: 12%;
}
.table-fixed tfoot tr td{
  width: 100%;
}
.table-fixed tbody{
  height:auto;
	max-height: 700px;
	display: grid;
  overflow-x: scroll;
}
.imagenes{
	border-radius: 5px;
	max-width: 350px;
	max-height: 300px;
}
.sala img{
	padding: 5px;
}
.letraDiez{
	font-size: 10px;
}
.letraOnce{
	font-size: 11px;
}
.letraDoce{
	font-size: 12px;
}
.letraTrece{
	font-size: 13px;
}
.letraCatorce{
	font-size: 14px;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.templateSemanas{
	font-size: 10px;
}
.templateSemanas td{
	width: 30%;
}
.agregarAlerta{
	background-color:#00D0FF;
	padding-left:0.6%;
	padding-right:0.6%;
	padding-top: 1.5%;
	padding-bottom: 1%;
	border-radius:4px;
}
.barraConfiguracion {
	background-color:#00D0FF;
	margin: 1.5%;
	padding: 1%;
	border-radius: 4px;
}

/* tablas con informacion mas junta */
.table-bordered{
	padding: 0;
}

@media (max-width: 414px) {
	body {
		top: 10px !important;
	}
}
.td-angosto{
	padding:0px !important;;
	margin:0px !important;;
}
.select-material{
	padding: 0px;
	margin: 0px;
	width: 100%;
	border-radius: 4px;
}
.padding-reducido {
    padding: 2px !important;
}
/*.md-dialog-container {
  z-index: 1000;
}
.md-backdrop-select{
	z-index: 1003;
}
.md-select-menu-container {
  z-index: 1001;
}*/
.borde-dorado{
	border-color: gold;
}

.divpeq{
  width: 100%;
  margin: 0px;
  height: 50px;
  padding:0;
  overflow-y: auto;
	background:#E7E7E7;
}

.div-contenedor{
	margin-top: 10px;
	margin-bottom: 10px;
}

.p-alertas-home{
	margin:0px !important;
	padding:0px !important;
}
.inner{
	width: 100%;
	height: 155px;
}
/*controlar largo de las selecciones multiples*/
.md-select-value *:first-child {
  width: calc(100% - 24px);
}

.activo{
	color:white;
}
.ubicacionTeatro{
	color:white;
	margin:0;
	padding:0;
	background-color:#116FDA;
	text-align:center;
	font-weight: bold;
	border-radius: 4px;
}
.ubicacionCorporativa{
	color:white;
	margin:0;
	padding:0;
	background-color:#1DC000;
	text-align:center;
	font-weight: bold;
	border-radius: 4px;
}
.main-sidebar{
	z-index: 0;
}
.teatro{
	background-color:#116FDA !important;
	position:fixed;
	top:13%;
	right:1%;
}
.corporativa{
	background-color:#1DC000 !important;
	position:fixed;
	top:13%;
	right:1%;
}
.ocultar{
	display: none;
}

.border{
	border: 1px solid #d9d9d9;
}
.with-border-all .form-group
{
	border-bottom: 1px solid #d9d9d9;
}
.with-border
{
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 10px;
}
.with-border-right
{
	border-right: .5px solid #d9d9d9;
}
.with-border-left
{
	border-left: .5px solid #d9d9d9;
}
.with-border-top
{
	border-top: 1px solid #d9d9d9;
}
.horizontal-slide
{
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
	overflow: auto;
  max-height: 300px;
}
.container-slide
{
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow: auto;	
  max-height: 850px;
}
md-dialog
{
	max-width: 95%;
}
.divTable
{
	border-color: #000;
	width: 30px;
	height: 30px; 
}
.cell-table
{
	width: 0;
	padding: 2px;
}
.j-titulo
{
	padding:5px 0 5px 0;	
}
.no-margin-all *
{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.no-margin
{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.no-margin-top
{
	margin-top: 0 !important;
}
.no-margin-bottom
{
	margin-bottom: 0 !important;
}
.no-margin-left
{
	margin-left: 0 !important;
}
.no-margin-right
{
	margin-right: 0 !important;
}
.no-min-width
{
	min-width: initial;
}
.no-padding-all *
{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.no-padding
{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.no-padding-top
{
	padding-top: 0 !important;
}
.no-padding-bottom
{
	padding-bottom: 0 !important;
}
.no-padding-left
{
	padding-left: 0 !important;
}
.no-padding-right
{
	padding-right: 0 !important;
}
.bg-white
{
	background: white !important;	
	background-color: white !important;
}
/* -------------------------------------------------------- */
.j-table tr:nth-child(odd) {
	background-color:white;
}
.j-table tr:nth-child(even) {
	background-color:white;
}
*
{
	border-radius: 0 !important;
}
md-radio-button .md-off
{
	border-radius: 100% !important;
}
md-radio-button .md-on
{
	border-radius: 100% !important;
}
.bot-right-align {
	position: absolute;
	bottom: 0;
	right: 0;
}
.adjust-width 
{
	width: calc(100% - 5px)
}
.error
{
	color: red;
	font-size: 15px
}
.j-table
{
	width: 99.9%;
}
.box-shadow
{
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}


#snackbar {
	visibility: hidden;
	min-width: 250px;
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	text-align: center;
	border-radius: 2px;
	padding: 16px;
	position: fixed;
	z-index: 2000;
	right: 5%;
	bottom: 30px;
	font-size: 17px;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2), 0px 1px 10px 0px rgba(0, 0, 0, 0.14), 0px 2px 10px -1px rgba(0, 0, 0, 0.12);
}

#snackbar.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
	from {bottom: 0; opacity: 0;} 
	to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
	from {bottom: 30px; opacity: 1;} 
	to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
	from {bottom: 30px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
}
/* ==================================================================== */
.margin-all
{
	margin: 10px !important;
}
.margin-top
{
	margin-top: 10px !important;
}
.margin-bottom
{
	margin-bottom: 10px !important;
}
.margin-left
{
	margin-left: 10px !important;
}
.margin-right
{
	margin-right: 10px !important;
}
.padding-all
{
	padding: 10px !important;
}
.padding-top
{
	padding-top: 10px !important;
}
.padding-bottom
{
	padding-bottom: 10px !important;
}
.padding-left
{
	padding-left: 10px !important;
}
.padding-right
{
	padding-right: 10px !important;
}

.chair
{
	/* height: 20px;
	width: 20px; */
	content: url("../img/sillas.png");
}
.border-sala table tr td  {
	border-bottom: 3px solid #b3b3b3;
	/* font-size: 0 !important; */
	line-height: 0 !important ;
	font-family: 0 !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button 
{
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] 
{
    -moz-appearance:textfield;
}

.own-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.dblclik-menu{
	width:250px;
	position:absolute;      
	border:1px solid #d6d6d6;
	background-color: white;
	display: none;
	z-index: 100;
	 
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}


.dblclik-menu a {
    background-color: #eee;
    color: black;
    display: block;
	text-decoration: none;
	padding: 3px;
	border-bottom: 1px solid #d6d6d6;
}

.dblclik-menu a:hover {
    background-color: #fff;
}

.dblclik-menu a.active {
    background-color: #4CAF50;
    color: white;
}
.card {
	box-shadow: 0 3px 6px 0 rgba(99, 99, 99, 0.52);
	background-color: #f5f5f5;
	transition: 0.3s;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.card:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card-container {
	padding: 2px 16px;
}
.p-top {
	box-shadow: -5px -12px 12px 1px rgba(99, 99, 99, 0.52);
    transition: 0.3s;
	margin-top: 35px;
	margin-bottom: 35px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100px;
	min-width: 300px;
	max-width: 1170px;
    background: #c4c4c4;
    transform: perspective(120px) rotateY(0deg) rotateX(-15deg) rotateZ(0deg) translateZ(0px);
    transform-origin: center center 0px;
}
.p-bot {
	box-shadow: -5px 12px 12px 1px rgba(99, 99, 99, 0.52);
	transition: 0.3s;
	margin-top: 35px;
	margin-bottom: 35px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100px;
	min-width: 300px;
	max-width: 1170px;
    background: #c4c4c4;
    transform: perspective(120px) rotateY(0deg) rotateX(15deg) rotateZ(180deg) translateZ(0px);
    transform-origin: center center 0px;
}
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 5px !important;   
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
	transition: opacity .2s;
	display: initial !important;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%; 
    background: #3c8dbc;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50% !important;
    background: #3c8dbc;
    cursor: pointer;
}
.centrar-vertical{
	margin-top: auto;
	margin-bottom: auto;
}
.centrar-horizontal{
	margin-left: auto;
	margin-right: auto;
}

.flex-container {
	padding: 0;
	margin: 0;
	list-style: none;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
  
  }
/* ===================== Estilos para la construccion de una sala =================== */
.Sec-Vertical
{
	display: table-cell;
	vertical-align: middle;
}
.Sec-Central
{
	display: table-cell;
}
.btn-float
{
	display: block;
    position: absolute;
    z-index: 10;
}
.f-left
{
	float: left;
}
.f-right
{
	float: right;
}
/* ---------------------------------------- */
.nav>li>div{
	position: relative;
    display: block;
    padding: 10px 15px;
}

/* estilos para chequeo de inventario*/
.ChkInvMn
{
	background-color:#CEE0FF;
}
.ChkInvEq
{
	background-color:#DCFBDE;
}
.ChkInvMj
{
	background-color:#FBE1E1;
}

/* estilos para admon de bonos*/
.HabAutOn
{
	background-color: #DCFBDE;
}

.HabAutOf
{
	background-color: #FBE1E1;
}

/* estilos para label prog de películas*/
.PubPrgOn
{
	color: #FFFFFF;
	background-color: rgb(26, 197, 37);
}

.PubPrgOf
{
	color: #FFFFFF;
	background-color: rgb(252, 16, 16);
}

.PubPrgNa
{
	color: #FFFFFF;
	background-color: #FFFFFF;
}
