.beta-banner {
	padding: 5px;
	background-color: yellow;
	display:block;
	position: fixed;
	z-index: 100000;
	width: 100%;
}
body {
	background: #f5f5f5;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	overflow: hidden;
}
div::-webkit-scrollbar-track
{
	border-radius: 0;
	background-color: #efefef;
}

div::-webkit-scrollbar
{
	width: 10px;
	background-color: #ffffff;
}

div::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #d8d8d8;
}


div::-webkit-scrollbar-track:horizontal
{
	
	border-radius: 0;
	background-color: #efefef;
}

div::-webkit-scrollbar:horizontal
{
	width: 10px;
	height: 10px;
	background-color: #ffffff;
}

div::-webkit-scrollbar-thumb:horizontal
{
	border-radius: 10px;
	background-color: #d8d8d8;
}

#content{position: relative;}

.contenedor{
	max-width: 1400px;
	height: auto;
	margin: 0 auto;
	overflow: hidden; 
}
.btn-rounded{
	background: #016b9f;
	padding: 6px;
	margin: 0;
	border-radius: 25px;
	color: #fff!important;
	border: 0;
	width: 110px!important;
	height: auto;
	cursor: pointer;
}
/* header */
#header {
	background: #fff;
	height: 50px;
	padding: 20px;
	box-shadow: 0 0px 8px 0px rgba(140, 140, 140, 0.1);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1000;
}
#header .contenedor > div{
	display: inline-block;
	width: 30%;
	height: auto;
	overflow: hidden;
}

#header .ctn-logo > div{
	width: 250px;
	display: flex;
	justify-content: center;
	vertical-align: middle;
	overflow: hidden;
}
#header .ctn-cliente{
	float: right;
}
#header .ctn-cliente > div{
	width: 120px;
	display: flex;
	justify-content: center;
	vertical-align: middle;
	overflow: hidden;
}
#header .ctn-cliente > div{
	float: right;
}
#header .ctn-logo div > img{
	width: 100%;
	height: auto;
}

#header .ctn-cliente div > img{
	width: 90px;
}

#header > .contenedor > .ctn-title {
	color: #005897;
    font-size: x-large;
    padding-top: 30px;
	font-weight: bold;
	text-align: center;
	padding: 10pt 0;
}

#header > .contenedor > .ctn-title > p{display: none;}

#header h1 {
	display: none;
}



/* content */

/* language selector */
.language{
	float: left;
	padding-left: 65px;
	margin-top: 5px;
}

.language>a{
	/*text-decoration: none;*/
	color: black;
}

.language>a:first-child{
	padding-right: 10px;
}

/* usuario */
.usuario{
	background: #efefef;
	padding: 10px;
	margin-bottom: 30px;
	position: fixed;
	top: 90px;
	right: 0;
	left: 0;
	z-index: 500;
	border-bottom: 1px #fff solid;
}
.usuario > .row_user > ul {
	display: flex;
	justify-content: flex-end;
	vertical-align: middle;
}
.usuario > .row_user > ul li{
	display: inline-block;
	margin: 0 10px;
}

.usuario > .row_user > ul li:last-child{
	border: 0;
	padding-left: 10px;
	border-left: 1px #ccc solid;
}

.usuario > .row_user > ul li .user {
	font-size: 12px;
	color: #666;
	letter-spacing: 1px;
}
.usuario > .row_user > ul li .user > img{
	padding: 0;
	margin: 0 5px;
}

.usuario > .row_user > ul li .user > span{
	position: relative;
	bottom: 6px;
	font-weight: bold;
}


/* App */
.app{
	width: 100%;
	height: auto;
	margin-bottom: 2rem;
}
.app > .col-L,.app > .col-R{
	padding: 0;
}
.app > .col-L {
	float: left;
    width: 200px;
    margin-right: 0;
    padding: 20px;
    position: fixed;
    left: 0;
    background: #fff;
    top: 0;
    height: 100%;
    z-index: 100;
}

.app > .col-L > .btn-burguer{
	position: absolute;
    right: 10px;
	top: 50%;
	display: none;
}
.app > .col-L > .btn-burguer > button{
	background: none;
	border: 0;
	padding: 5px 0;
}

.app > .col-R {
	width: 88%;
    float: right;
	margin: 0;
	margin-top: 10em;
	z-index: 0;
}


/* menu navegacion lateral */
.col-L > .nav {
	margin: 0px;
    padding: 0px;
    font-size: 0.78em;
    position: relative;
    top: 12em;
}
.col-L > .nav > li{
	margin: 10px 0;
	cursor: default;
}

.col-L > .nav > li strong {
	color: #005796;
	font-size: 14px;
	text-transform: capitalize;
}

.col-L > .nav > li a {
	display: block;
	padding: 10px 5px;
	border-bottom: 1px #ccc solid;
	font-size: 14px;
	color: #333;
	text-transform: capitalize;
	text-decoration: none;
}
.col-L > .nav > li a:hover{
	padding-left: 7px;
	transition: 0.2s;
}
.col-L > .nav > li a:hover:after{
	content: "\2192";
	padding-left: 8px;
	color: #ff4949;
	transition: 0.3s;
}
.active:after{
	content: "\2192";
	padding-left: 8px;
	color: #ff4949;
}
.col-L > .nav > li ul {
	margin-top: 4px;
}


/* miga de pan */
.miga {
	font-size: 14px;
	border: 0;
	padding: 2px 0;
	font-weight: normal;
	margin-bottom: 0;
	color: #ccc;
	text-transform: capitalize;
}

/* texto de bienvenida */
.bienve {
	font-size: 0.9em;
}

.bienve strong {
	color: #ff6600;
	line-height: 30px;
	font-size: 1.3em;
}

/* titulo top */
.tit {
	background: none;
    color: #005796;
    padding: 0;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: capitalize;
}

.tit-content {
	margin: -10px 0 15px 0;
	padding: 10px;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
}

.tit-content p {
	font-size: 0.7em;
	margin: 5px 0px;
}

h3{
	font-weight: bolder;
	color:red;
}

table.tit-int {
	font-size: 0.7em;
	border: 1px solid #f1f1f1;
	margin-bottom: 10px;
}

table.tit-int tr.titulo {
	background: #ccc;
	color: #333;
}

table.tit-int tr.contenido {
	background: #f9f9f9;
}

.btn-firma {
	float: right;
	position: relative;
	width: 105px;
	margin-top: -60px;
}

.tit-content label {
	font-size: 0.7em;
	float: left;
}

.tit-content label textarea {
	vertical-align: top;
	margin: 0 0 0 5px;
	padding: 2px;
	width: 545px;
}

.tit-content select {
	font-size: 0.7em;
	margin-left: 5px;
}

/* descarga tabala resultados busqueda pedidos */
.down-excel {
	padding: 5px 5px 5px 23px;
	margin: 10px 0px 0px 0px;
	border: 1px solid #ccc;
	font-size: 0.7em;
	/*background: url(../img/commons/bullet-arrow.gif) no-repeat 5px 6px;*/
}

.down-excel img {
	vertical-align: middle;
}

.down-excel span {
	color: #7d7d7d;
}

.down-excel a {
	color: #333;
}

.down-excel p {
	padding: 5px 0;
}

/* titulo grey */
.tit-grey {
	background: #F6F6F6 none repeat scroll 0 0;
	color: #000000;
	font-size: 0.85em;
	font-weight: 700;
	margin-bottom: 10px;
	padding: 5px;
}

.tit-grey-content {
	margin: -10px 0 15px 0;
	padding: 10px;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
}

/* borde para divs */
.border {
	margin: 15px 0 15px 0;
	padding: 10px;
	border: 1px solid #f1f1f1;
}

/* modulo nota */
.nota-info {
	/*background: url(../img/icons/exclamation.gif) no-repeat 10px 10px;*/
	margin-bottom: 10px;
	font-size: 0.7em;
	padding: 10px 10px 10px 40px;
	border: 1px dotted #ccc;
	color: #666;
}

.nota-info ul {
	list-style: inside square;
}

.nota-info-2 {
	/*background: url(../img/icons/exclamation2.gif) no-repeat 10px 10px;*/
	margin-bottom: 10px;
	font-size: 0.7em;
	padding: 10px 10px 10px 40px;
	border: 1px dotted #ccc;
	color: #666;
}

.nota-info-2 ul {
	list-style: inside square;
}

.nota-ok {
	/*background: url(../img/icons/ok.gif) no-repeat 10px 10px;*/
	margin-bottom: 10px;
	font-size: 0.7em;
	padding: 10px 10px 10px 40px;
	border: 1px dotted #ccc;
	color: #666;
}

.nota-info ul {
	list-style: inside square;
}

.nota-error {
	/*background: url(../img/icons/error.gif) no-repeat 10px 10px;*/
	margin-bottom: 10px;
	font-size: 0.7em;
	padding: 10px 10px 10px 40px;
	border: 1px dotted #ccc;
	color: #666;
}

.nota-info ul {
	list-style: inside square;
}

/* Formularios Interiores */
.col-R > form.form-int {
	margin: 0;
    font-size: 12px;
    background: #efefef;
    padding: 0px 10px;
    justify-content: center;
}
.col-R > form.form-nL{
	max-height: 650px;
    overflow: hidden auto;
}

.col-R > form.form-int > hr{
	margin: 20px auto;
    width: 90%;
    background: #fff;
}
.col-R > form.form-int fieldset.w150 {
	width: 150px;
	float: left;
}

.col-R > form.form-int fieldset.w570 {
	width: 570px;
	float: left;
}

.col-R > form.form-int fieldset.w360 {
	width: 360px;
	float: left;
}
.col-R > form.form-int fieldset > .inline > .crt-f{
	float: left;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	position: relative;
}
.col-R > form.form-int fieldset > .inline > .crt-f:last-child {
	margin: 0px 10px;
	float: right;
	position: relative;
	top: 30px;
}
.col-R > form.form-int fieldset > .inline > .crt-f textarea,
.col-R > form.form-int fieldset > .inline > .crt-f input[type="text"],
.col-R > form.form-int fieldset > .inline > .crt-f select {
	margin: 0 5px;
	padding: 8px 22px 8px 5px;
	background-color: #fff!important;
	border: 0;
	border-radius: 5px;
	color: #333;
	letter-spacing: 1px;
	font-size: 12px;
	width: 140px;
	text-overflow: ellipsis;
}
.crt-f > input[type="checkbox"]{
	position: relative;
	top: 10px;
}

form.form-log fieldset select {
	margin: 2px 0 0 0;
	padding: 2px;
	border: 1px solid #005897;
/* 	width: 100%; */
}

form.form-int fieldset .error {
	border: 1px solid #ff6600;
	color: #000; /* background: #fff4ed;*/
}

form.form-int fieldset.w360 label {
	float: left;
	margin: 0px;
	width: 105px;
	margin: 5px 2px 15px 0;
}

form.form-int fieldset.w360 p.p-label {
	float: left;
	width: 105px;
	margin-top: 5px
}

form.form-int fieldset.w360 label.label-fecha {
	width: 30px;
	text-align: right;
	margin: 5px 2px 0px 0px;
}

form.form-int fieldset.w360 label.label-check {
	width: 100px;
	text-align: left;
	margin: 0px;
}

form.form-int fieldset.w360 label.label-check input {
	margin: 0px 4px 4px 0px;
	vertical-align: middle;
}

form.form-int fieldset.w360 div.mod-form {
	float: left;
	width: 220px;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

form.form-int fieldset label.l-error {
	width: auto;
	color: red;
	margin: 2px 0px 0px 0px;
	padding: 0px;
}

/**/
form.form-int fieldset div.inline {
	float: left;
	margin-top: 0px;
	padding: 0px;
	margin-top: 5px;
}

form.form-int fieldset div.inline label {
	color: #005897;
	margin: 0.8em;
	display: flex;
}

form.form-int fieldset div.inline.roles {
	float: right;
	margin-right: 10px;
}

form.form-int fieldset div.inline.roles select {
	width: 230px;
}

label.l-error {
	width: auto;
	color: red;
	margin: 2px 0px 0px 0px;
	padding: 0px;
}

label.l-info {
	width: auto;
	color: #009c00;
	margin: 2px 0px 0px 0px;
	padding: 0px;
}

/* tabs */
.tabs {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 27px;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
}

.tabs ul {
	margin: 0px;
	padding: 4px 0px 0px 0px;
	list-style: none;
}

.tabs li {
	float: left;
	/*background: url(../img/commons/pastilla_izda-off.gif) no-repeat left top;*/
	margin: 0px 3px 0px 0px;
	padding: 0px 0px 0px 4px;
	border-bottom: 1px solid #E8E8E8;
}

.tabs li.active {
	float: left;
	/*background: url(../img/commons/pastilla_izda-on.gif) no-repeat left top;*/
	margin: 0px 3px 0px 0px;
	padding: 0px 0px 0px 4px;
	border: none;
}

.tabs li a {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	display: block;
	/*background: url(../img/commons/pastilla_dcha-off.gif) no-repeat right top;*/
	padding: 5px 9px 3px 6px;
}

.tabs li a:hover {
	text-decoration: underline;
}

.tabs li a.active {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ff6600;
	text-decoration: none;
	display: block;
	/*background: url(../img/commons/pastilla_dcha-on.gif) no-repeat right top;*/
	padding: 5px 9px 5px 6px;
}

.tabs li a:hover.active {
	text-decoration: underline;
}

.tabs-content {
	margin: 0;
	padding: 15px 0 15px 15px;
	border-left: 1px solid #CCCCCC;
}

/* Modulo Login home admin */

.mod-log {
	background: #fff;
	background-image: url(../img/bg1login.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	margin: 10% auto;
	padding: 20px;
	width: 900px;
	box-shadow: 0 0 8px 1px rgba(132, 132, 132, 0.1);
	position: relative;
}

.mod-log > form.form-log {
	margin: 2rem;
	padding: 0;
}
.mod-log > .form-log > .txt-top{
	color: #016b9f;
	font-weight: 600;
	margin: 20px 0;
	padding: 0;
	font-size: 26px;
}
.mod-log > .form-log > fieldset{
	margin: 20px 0;
	padding: 0;
	width: 50%;
	height: auto;
	overflow: hidden;
}
.mod-log > .form-log > fieldset > div{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 10px 0;
}

.mod-log > .form-log > fieldset > div > label , .mod-log > .form-log > fieldset > div > input{
	display: block;
    float: none;
    font-size: 14px;
    color: #666;
    letter-spacing: 1px;
    width: 100%;
    font-weight: normal;
	margin: 5px 0;
	padding-left: 5px;
}

.mod-log > .form-log > fieldset > div > input[type="text"], .mod-log > .form-log > fieldset > div > input[type="password"]{
	border: 2px rgb(232, 240, 254) solid;
	background: rgb(232, 240, 254);
	padding: 10px;
	border-radius: 5px;
	box-sizing : border-box;
	color: #333!important;
}
.mod-log > .form-log > fieldset > div > input[type="password"]{
	background-image: url(images/log.png);
	background-repeat: no-repeat;
	background-size: 18px;
    background-position: 95% center;
}
.mod-log > .form-log > fieldset > div > input[type="text"]{
	background-image: url(images/user.png);
	background-repeat: no-repeat;
	background-size: 18px;
    background-position: 95% center;
}
.mod-log > .form-log > fieldset > div > input[type="text"]:hover, .mod-log > .form-log > fieldset > div > input[type="password"]:hover, .mod-log > .form-log > fieldset > div > input[type="text"]:focus, .mod-log > .form-log > fieldset > div > input[type="password"]:focus{
	background: #fff!important;
	transition: 0.4s;
}

.mod-log > .form-log > fieldset > div > input[type="submit"]{
	margin: 10px auto;
}

.mod-log.mod-select{
	background-image:none;
}
.mod-log.mod-select > .form-log > fieldset {
    width: auto;
    max-width: 100%;
    overflow: hidden;
}

.mod-log > .form-log > fieldset > div > .open-select{
	border: 0px;
    padding: 0;
    background: none;
    height: 220px;
    width: 100%;
    overflow: auto;
}

.mod-log > .form-log > fieldset > div > .open-select > option{
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #fff;
	margin: 20px 20px 20px 0;
	border: 2px #eaeaea solid;
	border-radius: 5px;
	cursor: pointer;
}
.mod-log > .form-log > fieldset > div > .open-select > option:hover:after{
	content: "\2192";
	padding-left: 8px;
	color: #ff4949;
	transition: 0.3s;
}

form em {
	color: #eec643;
}

form.form-log fieldset label.l-error { /* label error */
	width: auto;
	font-size: 0.7em;
	color: red;
	margin: 2px 0px 5px 0px;
}

.mod-log > form.form-log > .l-error{
	width: auto;
    color: red;
    margin: 0;
    position: absolute;
    background: #ffd6d6;
    padding: 25px 8px;
    border-radius: 5px;
    line-height: 17px;
    font-size: 12px;
    bottom: 125px;
    right: 16px;
}

.mod-log > form.form-log > .l-info{
	width: auto;
	color: green;
	margin: 0;
	position: absolute;
	background: #B4FFAB;
	padding: 25px 8px;
	border-radius: 5px;
	line-height: 17px;
	font-size: 12px;
	bottom: 125px;
	right: 16px;
}



.mod-log.internal{
	background: #fff;
	padding: 50px;
	box-shadow: none;
}
.mod-log.internal > form.form-log {
    margin: 0;
    padding: 0;
}
.mod-log.internal > p{
	text-transform: capitalize;
	font-size: 16px;
	color:#005796;
	font-weight: bold;
}
.mod-log.internal select{
	margin: 0 5px;
    padding: 8px 5px;
    background-color: #fff!important;
    border: 2px #ccc solid;
    border-radius: 5px;
    color: #333;
	letter-spacing: 1px;
	font-size: 12px;
	width: 90%;
}

.recPass {
	font-size: 12px;
	margin: 7px;
	text-decoration: none;
}
/* form.form-log fieldset input.error {
	border: 1px solid #005897;
	background: #fff;
} */

/* form.form-log fieldset div {
width: 190px; 
	float: left;
	margin-bottom: 10px;
} */

/* form.form-log fieldset input {
	padding: 5px;
	border: 1px solid #e2e2e2;
	color: #000;
	font-size: 1em;
	width: 188px;
	background: #fafafa;
} */

/* botones */
/* form.form-log fieldset .buttons { 
	margin-top: 10px;
} */
/* 
form.form-log fieldset .buttons input {
	padding: 0px;
	border: 0px;
	width: auto;
	background: none;
	margin-left: 10px;
} */

/* modulo error */
.mod-error {
	/*background: url(../img/icons/error.gif) no-repeat 0px 0px;*/
	padding: 3px 0 0 55px;
	margin: 30px auto 50px auto;
	width: 450px;
}

.mod-error h4 {
	font-size: 1.1em;
	color: #a82607;
	margin: 0 0 8px 0;
}

.mod-error p {
	font-size: 0.7em;
	margin: 0 0 10px 0;
	line-height: 1.2em;
}

.mod-error hr {
	margin: 8px 0 8px 0;
	background: #666;
}

/* Error Window */
.error404{
	width: 100%;
	display: block;
}

.error404 > .leftError{
	width: 50%;
	display: inline-block;
	overflow: hidden;
	margin: 2em;
    padding: 2em;
}

.error404 > .leftError > .t-error{
	font-size: 3.8em;
	font-weight: bolder;
	color: #ff4949;
}
.mod-log.error{
	background-image: url(../img/error.png);
}
.leftError > .p-error{
	font-size: 14px;
    letter-spacing: 1px;
    padding: 2px;
    line-height: 22px;
	margin-top: 8px;
	margin-bottom: 100px;
    color: #333;
}

/* footer */
.footer{
	width: 50%;
    text-align: center;
    font-size: 9px;
	color: #999;
    line-height: 12px;
}

/* simplemodal confirm*/
#confirm {
	display: none;
}

#confirm-overlay {
	background-color: #eee;
	cursor: wait;
}

#confirm .buttons { /* botones */
	margin-top: 15px;
}

#confirm .buttons input {
	padding: 0px;
	border: 0px;
	width: auto;
	background: none;
	margin-left: 10px;
}

/* colores texto */
.t_orange {
	color: #ff6600;
}

/* separador */
.clr {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	font-size: 0.1em;
}

/**/
.fLeft {
	float: left;
}

.fRight {
	float: right;
}

/* margenes */
.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.det-pho {
	width: 700px;
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 auto;
	padding: 20px;
	display: none;
}

.tit-det {
	color: #fff;
	font-weight: normal;
	margin: 0 0 20px 0;
	background: #ff6600;
	padding: 10px;
	font-size: 1em;
}

.img-product {
	width: 190px;
	float: left;
	text-align: center;
}

.txt-product {
	width: 510px;
	float: left;
}

.txt-l {
	float: left;
	width: 160px;
	font-size: 0.7em;
	border-top: 1px dotted #ccc;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	font-weight: 700;
}

.txt-r {
	float: left;
	width: 350px;
	font-size: 0.7em;
	border-top: 1px dotted #ccc;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
}

.btn-modal {
	margin: 10px 0 0 0;
	text-align: right;
}

.btn-modal input {
	margin-left: 1px;
}



h1.section {
	border-top: 1px solid #eee;
	padding-top: 10px;
	margin-top: 8px;
	width: 100%;
	font-size: large;
	font-weight: bolder;
}
.iform{
	width: 100%;
	padding: 20px;
	margin: 0;
}

legend{
	font-size: 16px;
	font-weight: bold;
	color: #005796;
}

.crt-p, .crt-p{
	width: 100%;
}
.crt-p h1{
	color: #005796;
	font-size: 16px;
	font-weight: bold;
	margin: 30px 0 10px 0;
}
.crt-p > label{
	width: 100%;
	float: none;
	display: block;
	padding: 8px 2px;
	clear: both;
}
.crt-p > th{
	text-align: left;
    padding: 10px;
}
.crt-p > textarea{
	padding: 20px;
	border: 0;
	background: #fff;
	border-radius: 5px;
	width: 47%!important;
	max-width: 47%;
	min-height: 100px;
}
.crt-p > input[type="text"], .crt-p > input[type="password"], .crt-p > select{
	background-color: #fff!important;
	border: none;
	padding: 8px 5px;
	border-radius: 4px;
	width: 50%;
}

.crt-p > input[type="text"], .crt-p > input[type="password"]{
	width: 49.3%;
}

.crt-p > input[type="text"], .crt-p > input[type="password"], .crt-p > select{
	background-color: #fff!important;
	border: none;
	padding: 8px 5px;
	border-radius: 4px;
}

.crt-p > input[type="checkbox"]{
	position: relative;
	top: -19px;
	margin-right: 6px;
	left: 200px;
}
.crt-p span{
	display: block;
	width: 100%;
	font-size: 10px;
	color: #666;
	margin: 6px 0!important;
}
.edit-cell input {
	border: none;
	height: 13px;
	font-size: 11px;
}

.editable-cell {
	border: 1px solid #ccc !important;
	text-align: right !important;
	padding-right: 5px!important;
}

.shady-cell {
	background-color: #eaebee !important;
	/* text-align: right !important;	 */
	border-right: 1px #fff solid!important;
}

#editModal, #editmodagencyList, #alertmod {
	left: 35%!important;
	top: 200px!important;
	width: 500px!important;
	z-index: 3000;
	border: 0;
	border-radius: 5px;
}

#editModal .modalcontent div {
	padding: 10px 25px;
}

#editModal .modalcontent div label {
	display: block;
	width: auto;
	vertical-align: middle;
	font-size: 12px;
	margin: 10px 0;
}



#editModal .modalcontent div select {
	width: 100%;
	border: 0;
	padding: 6px;
	border-radius: 4px;
	background: none;
	border: 1px #ccc solid;
}

#editModal .modalcontent input {
	background: none;
	border: 0;
	margin: 4px;
	padding: 5px;
	border-radius: 25px;
	font-weight: bold;
	cursor: pointer;
	color: #333;
}

#editModal .modalcontent input[value = "x Cancelar"]{
	color: red;
}

#editModal .modalcontent input[value = "Cambiar"]{
	background-color: #005897;
	color: #fff;
}

#editModal .modalcontent input[type="text"]{
	border: 1px #ccc solid;
	padding: 8px;
	width: 48%;
	margin: 0;
	border-radius: 5px;
}


table#piecesData tbody tr.selected-row td{background-color: #ccc !important;}

table#piecesList tbody tr.selected-row td{background-color:#ccc !important;}

#dialog-form{padding:20px !important;height:auto !important;overflow:hidden;}

#dialog-form form div{margin:20px 30px 0px 0px;float:left;}

.hida{
	color: white;	
}

.dropdown {
  top:50%;
  width: 100%;
}
.dropdown dd,
.dropdown dt {
  margin: 0px;
  padding: 0px;
}

.dropdown ul {
  margin: -1px 0 0 0;
}

.dropdown dd {
  position: relative;
}

.dropdown a,
.dropdown a:visited {
  color: #fff;
  text-decoration: none;
  outline: none;
  font-size: 12px;
}

.dropdown dt a {
  background-color: #7d7d7d;
  display: block;
  padding: 8px 20px 5px 10px;
  min-height: 25px;
  line-height: 24px;
  overflow: hidden;
  border: 0;
}

.dropdown dt a span,
.multiSel span {
  cursor: pointer;
  display: inline-block;
  padding: 0 3px 2px 0;
}

.dropdown dd ul {
  /* border: 1px solid #005897; */
  display: none;
  width: auto;
  list-style: none;
  height: 300px;
  overflow: auto;
  width: 100%;
  border-top: 1px #ececec solid;
  border-bottom: 1px #ececec solid;
}

.dropdown dd ul li{
	margin: 5px 2px;
	background-color: #efefef;
	padding: 8px;
	border-radius: 12px;
	cursor: pointer;
}

.dropdown span.value {
  display: none;
}

.dropdown dd ul li a {
  padding: 5px;
  display: block;
}

.dropdown dd ul li a:hover {
  background-color: #fff;
}

.checkboxValidation{
	margin-right: 0.5em;
}


#dialog-hours{padding:20px !important;overflow:hidden; height: 420px!important;}

#dialog-hours form div{margin:20px 30px 0px 0px;float:left;width: 100%;}

form.form-int fieldset select#pieceTypeId{float:left}

.red_advice {display:inline-block; vertical-align:top;}
.red_advice img {position:relative; float:left; top:7px; left:40px;}
.red_advice span {position:relative; float:left; width:300px; left:40px; border:1px solid black; padding:3px; color:black; text-align:center; font-weight:bold;}

.modalwin {
    min-width: 300px;
    min-height: 120px!important;
}
div#data div:nth-child(3), div#data div:nth-child(4), div#data div:nth-child(5) {
    width: 515px!important;
}
div#data div:nth-child(3), div#data div:nth-child(4), div#data div:nth-child(5) {
    width: 515px!important;
}

.col-R .GridHeader~div, .col-R #fields .GridHeader~div , .col-R #data .GridHeader~div  {
	width: 100%!important;
	height: auto!important;
}

.col-R .GridHeader~div{
	margin-bottom: 30px;
}

#piecesList, #piecesData{
	margin-top: 30px;
}

.ctn-table{
	width: auto;
    max-height: 485px;
    overflow: auto;
    border: 2px #efefef solid;
    min-height: auto;
	height: auto;
	background-color: #f1f1f1;
}

.col-R #fields .GridHeader ~ div:nth-child(3){
	overflow: hidden;
	position: fixed;
	width: 1119px!important;
	z-index: 0;
}

.col-R #fields .GridHeader ~ div:nth-child(3) > table > thead > tr > th > span {
	border-right: 1px solid #cccccc;
}

.col-R #data .GridHeader + div{
	overflow: hidden;
	position: fixed;
	width: 280px!important;
	z-index: 0;
}

.ctn-table > .GridHeader + div > table.scroll{
	position: fixed;
	width: 1405px!important;
}
.ctn-table > .GridHeader + div > table.scroll > thead > tr > th > span{
	border-right: 1px solid #cccccc;
}

/* .col-R #fields .GridHeader~div {
    width: 485px!important;
} */

#modalTitle{
	margin-top: 0.5em;
	margin-bottom:0.5em;
	font-size:1.3em;
}

/* Center the loader */
#loader {
    display: block;
	position: absolute;
    top: 0;
    left: 290px;
    z-index: 100;
    width: 80vw;
    height: 90vh;
    background-color: rgba(192, 192, 192, 0.5);
    background-image: url(../img/commons/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
}

/*Popup info upload*/
.popup-infoUpload{
	position: absolute;
    width: 80%;
    top: 20%;
    background: #fff;
    left: 14%;
    z-index: 1000;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    height: auto;
    max-height: 400px;
    display: block;
    border: 2px #016b9f solid;
    overflow: auto;
}

.popup-infoUpload > .btnCloseInfo{
	float: right;
    border: 0;
    background: none;
    font-weight: bold;
	font-size: 16px;
	cursor: pointer;
}

.errorInfoUpload, .infoUpload, .warningUpload{
	margin-top: 1em;
}

.infoUpload > span, .errorInfoUpload > span,.warningUpload > span{
	font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #005897;
    margin: 10px;
}

.listErrors{
	margin: 10px
}

.listErrors ul li{
	margin: 8px;
    padding: 8px;
    width: 12%;
    border-radius: 4px;
    color: #000;
    letter-spacing: 1px;
    font-size: 12px;
	display: inline-block;
	text-align: center;
}
.infoUpload > .listErrors ul li{
	background: #baffdf;
}
.errorInfoUpload > .listErrors ul li{
	background: #ffbaba;
}

.warningUpload > .listErrors ul li{
	background: #ffed8a;
}

.btn-Add {
    padding: 4px 8px;
    border: none;
    color: #b10000;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
    cursor: pointer;
    background: #cd0a0a40;
    border-radius: 5px;
}

.inputTypePieza{
	margin-left: 2em !important;
}

label[id*="-error"]{
	display: none !important;
 }

 .settings{
	margin: 8px 0;
    display: flex;
	justify-content: flex-end;
	clear: both;
 }

.settings > input[type="submit"]:first-child{
	 border-left: 0;
}

.settings > input[type="button"]{
	background: none;
	padding: 4px 8px;
    border: none;
    color: #828282;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
	cursor: pointer;
}

.settings > input[type="submit"]{
        background: none;
        padding: 4px 8px;
    border: none;
    color: #828282;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
        cursor: pointer;
        border-left: 1px #ccc solid;
}


.settings > input[type="submit"].btn-rounded, .btn-rounded{
	background: #016b9f;
    padding: 8px;
    margin: 0;
    border-radius: 25px;
    color: #fff!important;
    border: 0;
    width: 120px!important;
	height: auto;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	display: block;
}
#areaList{
	margin: 8px 0;
}
#areaList > input[type="checkbox"]{
	margin: 5px 0;
}
#fields{
	width: 80%!important;
}
#data{
	width: 20%;
}
#fields, #data{
	/* width: 50%!important; */
	float: left;
}

.legend{
	font-size: 16px;
    font-weight: bold;
    color: #005796;
    letter-spacing: 1px;
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
    width: 50%;
}

/*
##Safari Explorer
*/

/* Mods para LibrerÃƒÂ­a jQuery PopUps */
.ui-dialog{
	width: 900px!important;
	height: auto!important;
	border-radius: 5px!important;
    border: 0!important;
    padding: 0!important;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2)!important;
}
.ui-dialog .ui-dialog-content {
    height: auto!important;
    position: relative;
    border: 0;
    padding: 20px!important;
    background: none;
    zoom: 0!important;
    overflow: hidden!important;
}
.ui-dialog .ui-dialog-titlebar{
	padding: 18px!important;
	letter-spacing: 1px;
	font-size: 12px;
	text-transform: uppercase;
	background: #016b9f;
}
.ui-dialog div form fieldset div input[type="text"]{
	padding: 5px 10px;
    border-radius: 4px;
    margin-top: 5px;
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.1);
    border: 2px #d1dae0 solid;
    background: #efefef;
	background-image: url(../img/arrow_select.png);
	background-size: 12px;
    background-repeat: no-repeat;
    background-position: 95% center;
}
.ui-dialog .ui-dialog-buttonpane button{
    border: 0;
    background: #016b9f!important;
    font-weight: normal;
    color: #ffffff;
    letter-spacing: 1px;
    border-radius: 25px;
}
.ui-dialog .ui-dialog-buttonpane button:last-child{
	background: none!important;
	color: red;
}
.ui-dialog .ui-dialog-buttonpane button:last-child span{
	font-weight: bold;
}

.password-requirements {
	display: block;
	float: none;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	width: 100%;
	font-weight: normal;
	margin: 5px 0;
}

.password-requirements ul {
	list-style: inside;
	margin-left: 10px;
}

input[type=submit][disabled=disabled]{
	background-color: grey;
}

input[type=submit][disabled=disabled]:hover {
	cursor: not-allowed;
}

/* Modales de avisos (Guardar, Error,  Editar...) jqmWindow-Modal */

.jqmWindow{
	left: 35%!important;
    top: 25%!important;
}

.overflow

@media not all and (min-resolution:.001dpcm) { 
    @media {
        #header .ctn-logo > div { 
			height: 55px;
		}
		
		#header .ctn-cliente > div {
			height: 65px;
		}
    }
}

@media (min-width: 1600px) {
	.contenedor{max-width: 1600px;}
	.col-R > form.form-nL {
		max-height: 550px;
	}
}
  
/* 
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1500px) and (max-width: 1720px) 	{
	.contenedor{max-width: 1470px;}
	#header {
		height: 40px;
		padding: 10px;
	}
	#header .ctn-logo > div {width: 120px;}
	#header .ctn-cliente > div {
		width: 90px;
	}
	.usuario { top: 60px;}
	
	.app > .col-L {
		background: #fff;
		top: 95px;
		width: 200px;
	}
	.col-L > .nav {
		margin: 0px;
		padding: 0px;
		font-size: 0.78em;
		position: relative;
		top: 0;
		max-height: 80%;
		overflow: auto;
	}
	
	.app > .col-R{
		margin-top: 8em;
	}
	.col-R .GridHeader~div, .col-R #fields .GridHeader~div , .col-R #data .GridHeader~div  {
		width: 100%!important;
	}

	.ctn-table{
		max-height: 425px;
		overflow: auto;
	}

	.col-R #fields .GridHeader ~ div:nth-child(3){
		width: 1028px!important;
	}
	.col-R #data .GridHeader + div{
		width: 255px!important;
	}
	
	table.scroll tbody td {
		font-size: 11px!important;
		padding-top: 5px!important;
		padding-bottom: 5px!important;
		text-align: center!important;
	}
	table.scroll th div {
		font-size: 10px!important;
	}
	.ctn-table > div:nth-child(3) > table.scroll{
		position: fixed;
		width: 1280px!important;
	}

	.ctn-table > .GridHeader + div > table.scroll{
		position: fixed;
		width: 1280px!important;
	}
	.col-R > form.form-nL {
		max-height: 450px;
	}
	.overflow{
		max-height: 550px;
		overflow: hidden auto;
		border: 1px #efefef solid;
	}
}

@media (min-width: 1421px) and (max-width: 1600px) 	{
	#header{ 
		height: 40px;
		padding: 8px 0;
	}
	#header .ctn-logo > div, #header .ctn-cliente > div{
		width: 95px;
	}
	.usuario {
		top: 56px;
		padding: 6px 0;
	}
	.contenedor {
		max-width: 1350px;
	}
	.btn-rounded {
		padding: 5px 6px;
		width: 130px!important;
	}
	.tit{font-size: 22px;}
	.migas{font-size: 10px;}
	.app > .col-L {
		width: 190px;
		left: -210px;
		padding-right: 60px;
	}
	.col-L > .nav {
		margin: 0px;
		padding-right: 8px;
		font-size: 0.78em;
		top: 100px;
		max-height: 450px;
		overflow: auto;
	}
	.col-L > .nav > li a{
		font-size: 12px;
	}
	.app > .col-L > .btn-burguer{
		top: 40%;
		display: block;
	}
	.app > .col-L:hover {
		cursor: pointer;
		box-shadow: 1px 0 6px rgba(0, 0, 0, 0.1);
		transition: 0.2s;
		left: 0;
	}

	.app > .col-R {
		width: 95%;
		margin-top: 7em;
	}
	form.form-int fieldset div.inline label {
		margin: 6px;
	}
	.col-R > form.form-int fieldset > .inline > .crt-f{
		position: relative;
	}
	.col-R > form.form-int fieldset > .inline > .crt-f:last-child {
		top: 24px;
	}
	.col-R > form.form-int fieldset > .inline > .crt-f textarea, .col-R > form.form-int fieldset > .inline > .crt-f input[type="text"], .col-R > form.form-int fieldset > .inline > .crt-f select {
		padding: 4px 5px;
	}
	
	div#data div:nth-child(3), div#data div:nth-child(4), div#data div:nth-child(5) {
		width: 611px!important;
	}
	.col-R .GridHeader~div, .col-R #fields .GridHeader~div , .col-R #data .GridHeader~div  {
		width: 100%!important;
	}

	.col-R #fields .GridHeader ~ div:nth-child(3) {
		width: 1019px!important;
	}

	.col-R #data .GridHeader + div{
		width: 254px!important;
	}
	
	table.scroll tbody td {
		font-size: 11px!important;
		padding-top: 5px!important;
		padding-bottom: 5px!important;
		text-align: center!important;
	}
	table.scroll th div {
		font-size: 10px!important;
	}
	.ctn-table{
		max-height: 425px;
		overflow: auto;
	}
	.ctn-table > div:nth-child(3) > table.scroll{
		position: fixed;
		width: 1270px!important;
	}
	.ctn-table > .GridHeader + div > table.scroll{
		position: fixed;
		width: 1278px!important;
	}
	.footer {
		width: 80%;
		position: relative;
		bottom: 3vh;
	}
	.col-R > form.form-nL {
		max-height: 370px;
	}
	.overflow{
		max-height: 500px;
		overflow: hidden auto;
		border: 1px #efefef solid;
	}

}

@media (max-width: 1420px){
	#header{ 
		height: 40px;
		padding: 8px 0;
	}

	#header .ctn-logo > div, #header .ctn-cliente > div{
		width: 95px;
	}

	.usuario {
		top: 56px;
		padding: 6px 0;
	}

	.contenedor{
		max-width: 1280px;
	}
	.btn-rounded {
		padding: 5px 6px;
		width: 130px!important;
	}
	.tit{font-size: 22px;}
	.migas{font-size: 10px;}
	.app > .col-L {
		width: 190px;
		left: -210px;
		padding-right: 60px;
	}
	.col-L > .nav {
		margin: 0px;
		padding-right: 8px;
		font-size: 0.78em;
		top: 100px;
		max-height: 450px;
		overflow: auto;
	}
	.col-L > .nav > li a{
		font-size: 12px;
	}
	.app > .col-L > .btn-burguer{
		top: 40%;
		display: block;
	}
	.app > .col-L:hover {
		cursor: pointer;
		box-shadow: 1px 0 6px rgba(0, 0, 0, 0.1);
		transition: 0.2s;
		left: 0;
	}

	.app > .col-R {
		width: 95%;
		margin-top: 7em;
	}
	form.form-int fieldset div.inline label {
		margin: 6px;
	}
	.col-R > form.form-int fieldset > .inline > .crt-f{
		position: relative;
	}
	.col-R > form.form-int fieldset > .inline > .crt-f:last-child {
		top: 24px;
	}
	.col-R > form.form-int fieldset > .inline > .crt-f textarea, .col-R > form.form-int fieldset > .inline > .crt-f input[type="text"], .col-R > form.form-int fieldset > .inline > .crt-f select {
		padding: 4px 5px;
	}
	
	div#data div:nth-child(3), div#data div:nth-child(4), div#data div:nth-child(5) {
		width: 611px!important;
	}
	.col-R .GridHeader~div, .col-R #fields .GridHeader~div , .col-R #data .GridHeader~div  {
		width: 100%!important;
	}

	.col-R #fields .GridHeader ~ div:nth-child(3) {
		width: 966px!important;
	}

	.col-R #data .GridHeader + div {
		width: 241px!important;
	}
	
	
	table.scroll tbody td {
		font-size: 11px!important;
		padding-top: 5px!important;
		padding-bottom: 5px!important;
		text-align: center!important;
	}
	table.scroll th div {
		font-size: 10px!important;
	}
	.ctn-table{
		max-height: 425px;
		overflow: auto;
	}
	.ctn-table > div:nth-child(3) > table.scroll{
		position: fixed;
		width: 1213px!important;
	}
	.footer {
		width: 80%;
		position: relative;
		bottom: 3vh;
	}
	.col-R > form.form-nL {
		max-height: 370px;
	}
	.overflow{
		max-height: 500px;
		overflow: hidden auto;
		border: 1px #efefef solid;
	}

	.ctn-table > .GridHeader + div > table.scroll{
		position: fixed;
		width: 1212px!important;
	}

}

@media (max-width: 1330px){
	.ctn-table > div:nth-child(3) > table.scroll{
		position: fixed;
		width: 1213px!important;
	}
}

@media (max-width: 1320px){
	.ctn-table > div:nth-child(3) > table.scroll{
		position: fixed;
		width: 1213px!important;
	}
	
	.footer {
		width: 80%;
		position: relative;
		bottom: 3vh;
	}
}

	  /**Especial Para Macbooks*/
	  
	@media (max-width : 1280px) {
	#header{ 
		height: 40px;
		padding: 8px 0;
	}
	#header .ctn-logo > div, #header .ctn-cliente > div{
		width: 95px;
	}

	#header .ctn-cliente div > img{
		width: 65px;
	}

	.usuario {
		top: 56px;
		padding: 6px 0;
	}
	.contenedor{
		max-width: 1070px;
	}
	.col-R > form.form-int fieldset > .inline > .crt-f:last-child {
		top: 24px;
	}
	.btn-rounded {
		padding: 5px 6px;
		width: 120px!important;
	}
	.tit{font-size: 22px;}
	.migas{font-size: 10px;}
	.app > .col-L {
		width: 190px;
		left: -210px;
		padding-right: 60px;
		min-height: 400px;
	}
	.col-L > .nav {
		margin: 0px;
		padding-right: 8px;
		font-size: 0.78em;
		top: 100px;
		max-height: 450px;
		overflow: auto;
	}
	.col-L > .nav > li a{
		font-size: 12px;
	}

	.app > .col-L > .btn-burguer{
		top: 50%;
		display: block;
	}
	
	.app > .col-L:hover {
		cursor: pointer;
		box-shadow: 1px 0 6px rgba(0, 0, 0, 0.1);
		transition: 0.2s;
		left: 0;
	}
	.app > .col-R {
		width: 96%;
		margin-top: 7em;
	}
	.col-R .GridHeader~div, .col-R #fields .GridHeader~div, .col-R #data .GridHeader~div {
		width: 100%!important;
	}
	.col-R > form.form-int fieldset > .inline > .crt-f textarea, .col-R > form.form-int fieldset > .inline > .crt-f input[type="text"], .col-R > form.form-int fieldset > .inline > .crt-f select {
		padding: 4px 5px;
	}
	
	table.scroll tbody td {
		font-size: 11px!important;
		padding-top: 5px!important;
		padding-bottom: 5px!important;
		text-align: center!important;
	}
	table.scroll th div {
		font-size: 10px!important;
	}

	.col-R #fields .GridHeader ~ div:nth-child(3) {
		width: 814px!important;
	}
	.col-R #data .GridHeader + div{
		width: 203px!important
	}
	.ctn-table{
		height: 280px;
		overflow: auto;
	}
	.ctn-table > div:nth-child(3) > table.scroll{
		position: fixed;
		width: 1013px!important;
	}

	.ctn-table > .GridHeader + div > table.scroll{
		position: fixed;
		width: 1013px!important;
	}
	.col-R > form.form-nL {
		max-height: 370px;
	}
	.footer {
		width: 80%;
		position: relative;
		bottom: 3vh;
	}
	.overflow{
		max-height: 250px;
		overflow: hidden auto;
		border: 1px #efefef solid;
	}


}

@media (max-width: 1040px){
	.col-R #data .GridHeader + div {
		width: 371px!important;
	}

	.col-R #fields .GridHeader ~ div:nth-child(3) {
		width: 722px!important;
	}

	.ctn-table > .GridHeader + div > table.scroll{
		position: fixed;
		width: 909px!important;
	}
}
  /* 
	##Device = Tablets, Ipads (portrait)
	##Screen = B/w 768px to 1024px
  */
  
  @media  (max-width: 1024px) {
	#header{ 
		height: 40px;
		padding: 8px 0;
	}
	#header .ctn-logo > div, #header .ctn-cliente > div{
		width: 95px;
		margin: 5px 0;
	}
	.usuario {
		top: 56px;
		padding: 6px 0;
	}
	.usuario > .row_user > ul li .user {
		margin: 2px 0;
	}

	.usuario > .row_user > ul li .user > img {
		width: 20px;
	}

	.usuario > .row_user > ul li .user {
		font-size: 11px;
	}

	.usuario > .row_user > ul li:last-child {
		padding-top: 2px;
	}

	.contenedor {
		max-width: 1350px;
	}
	.btn-rounded {
		padding: 5px 6px;
		width: 130px!important;
	}
	.tit{font-size: 22px;}
	.migas{font-size: 10px;}
	.app > .col-L {
		width: 190px;
		left: -210px;
		padding-right: 60px;
	}
	.app > .col-L > .btn-burguer{
		top: 40%;
		display: block;
	}
	.app > .col-L:hover {
		cursor: pointer;
		box-shadow: 1px 0 6px rgba(0, 0, 0, 0.1);
		transition: 0.2s;
		left: 0;
	}
	.app > .col-R {
		width: 95%;
	}
	.col-R > form.form-int fieldset > .inline > .crt-f textarea, .col-R > form.form-int fieldset > .inline > .crt-f input[type="text"], .col-R > form.form-int fieldset > .inline > .crt-f select {
		padding: 4px 5px;
	}
	.GridHeader~div, .col-R #data .GridHeader~div {
		width: 100%!important;
		max-height: 200px;
	}

	.col-R #fields .GridHeader ~ div:nth-child(3) {
		width: 715px!important;
	}

	.col-R #data .GridHeader + div{
		width: 178px!important;
	}

	table.scroll th div {
		font-size: 10px!important;
	}
	.col-R > form.form-int fieldset > .inline > .crt-f:last-child {
		top: 28px;
	}
	.ctn-table{
		max-height: 250px;
		overflow: hidden;
	}
	.footer {
		width: 80%;
		position: relative;
		bottom: 3vh;
	}
	.overflow{
		max-height: 400px;
		overflow: hidden auto;
		border: 1px #efefef solid;
	}

	  .ctn-table > .GridHeader + div > table.scroll{
		  position: fixed;
		  width: 876px!important;
	  }

  }
 
  
 @media (max-width: 1040px){
	 .contenedor{
		 max-width: 950px;
	 }
	 .col-R > form.form-int fieldset > .inline > .crt-f:last-child {
		top: 28px;
	}

 }

 @media (max-width: 920px){
 	.app > .col-R {
		width: 95%;
		margin-top: 1em;
	}

	 .ctn-table > .GridHeader + div > table.scroll{
		 position: fixed;
		 width: 848px!important;
	 }
	
 }

 @media (max-height: 800px){
	.ctn-table {
		max-height: 375px;
		overflow: auto;
	}
	
 }
 @media (max-height: 700px){
	.ctn-table {
		max-height: 300px;
		overflow: auto;
	}
	
 }
 @media (max-height: 620px){
	.ctn-table {
		max-height: 275px;
		overflow: auto;
	}
	
 }
 @media (max-height: 599px){
	.ctn-table {
		max-height: 175px;
		overflow: auto;
	}
 }
