/* here you can put your own css to customize and override the theme */

.editable-inline, .editable-check, .editable-select{
    display: none;
    text-align: left;
}

.valor{
  cursor:pointer;
  cursor:hand;
}

.dt-center {
	text-align: center;
}
.dt-shrink-width-25 {
	width:25px;
}
.dt-shrink-width-50 {
	width:50px;
}
.dt-success {
	/*color: #C0DB6F;*/
	color: #009900;
}
.dt-info {
	color: #3366ff;
}
.dt-danger {
	color: #FCA2A5;
}

.modal {
	margin-left: 220px;
}

/*
Para que los modales tengan scroll vertical
*/
.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

th.rotate {
	/* Something you can count on */
	height: 140px;
	white-space: nowrap;
	border-width: 1px 0 7px !important;
}

th.rotate > div {
	transform:
		/* Magic Numbers */
	translate(10px, 51px)
		/* 45 is really 360 - 45 */
	rotate(310deg);
	width: 30px;
}
th.rotate > div > span {
	border-bottom: 1px solid #ccc;
	padding: 8px 10px;
	position: relative;
}


th.rotate1{
	/* Something you can count on */
	height: 175px;
	white-space: nowrap;
	border-width: 1px 0 7px !important;
}

th.rotate1 > div {
	transform:
		/* Magic Numbers */
	translate(10px, 65px)
		/* 45 is really 360 - 45 */
	rotate(310deg);
	width: 40px;
}
th.rotate1 > div > span {
	border-bottom: 1px solid #ccc;
	padding: 0px 5px;
	font-size: smaller;
	display: table-cell;
}


th.rotate2{
	/* Something you can count on */
	height: 175px;
	white-space: nowrap;
	border-width: 1px 0 7px !important;
}

th.rotate2 > div {
	transform:
		/* Magic Numbers */
	translate(0px, 65px)
		/* 45 is really 360 - 45 */
	rotate(270deg);
	width: 40px;
}
th.rotate2 > div > span {
	border-bottom: 1px solid #ccc;
	padding: 21px 5px;
	font-size: smaller;
	display: table-cell;
}


.vertical-text{
	writing-mode: vertical-rl;
	word-break: keep-all;
	word-wrap: break-word;
}

.flip{
	transform: rotate(180deg);
}

.div-como-tabla > div{
	padding: 1em .5em 1em .5em;
	display: table-cell;
    background-color: #FBFBFB;
    margin-bottom: 0px;
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
}

/* lo defino porque no está en components.css donde están los otros border */
.border-left {
	border-left: 1px solid #dddddd;
  }
  
.nivel3:nth-child(odd) {background: #e0e0e0;}


.ocultar{
	display: none;
}

.fecha_modal[readonly] {
    background-color: #fff;
}

.cebra:nth-child(odd) {
	background: #e0e0e0;
}

.cebrapar:nth-child(4n) {
	background: #e0e0e0;
}

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

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

.w-70p{
	width: 70% !important;
}
.w-52p{
	width: 52% !important;
}.w-50p{
	width: 50% !important;
}
.w-48p{
	width: 48% !important;
}
.w-30p{
	width: 30% !important;
}
.w-20p{
	width: 20% !important;
}
.w-10p{
	width: 10% !important;
}
.fl{
	float: left !important;
}

.fr{
	float: right !important;
}


.label-normal {
    padding-top: 7px !important;
    font-weight: normal !important;
}

.table-cell{
	display: table-cell;
}

.bg-grey{
	background: lightgrey;
}

.bg-lightgrey{
	background: #dddddd;
}

.input-grey{
	background: #ececec;
}

.adding-class-title{
	color: #ee802f;
}
.editing-class-title{
	color: #3e60ee;
}

.d-none {
	display: none;
}

.nowrap {
	white-space: nowrap;
}

table.table.dataTable .tool-buttons {
	white-space: nowrap;
	text-align: right;
}
table.table.dataTable .tool-buttons .btn {
	width: 22.3px;
	margin-right: 0.2em;
}
table.table.dataTable .tool-buttons .btn:last-child {
	margin-right: 0;
}

.table.font-small th{
	font-size: 90% !important;
}

.table.font-small td {
	font-size: 85% !important;
}

input.readonly-false:read-only {
	cursor: text;
	background-color: #fff;
}

.cursor-pointer {
	cursor: pointer;
}

div.input-group.error,
.form-group input.error,
.form-group input.error:focus {
	border: 2px solid #dd4b39;
}
.text-error {
	color: #dd4b39;
	display: none;
}
.text-error.error {
	display: block;
}