/*Este arhivo es para hacer ajustes concretos en proyectos, sin tener que modificar los css de base de la plantilla*/
/*-----------------------------------------------------------------------------------------------------------------*/
/*LOGIN, etc*/
#layout.access{
	/* background: rgb(2,122,58) url(../img/bg.png) no-repeat center center; */
	background: rgb(2,122,58) url(../images/bg.png) no-repeat center center;
	background-size: cover;
}
.container-fluid.site-content.access.bg-dark{
	background: none !important;
}
.container-fluid.site-content.access.bg-dark + #footer.bg-dark{
	background: none !important;
	border-color:rgba(255,255,255,.3);
}
.container-fluid.site-content.access h1{
	text-align: center;
}
.container-fluid.site-content.access.bg-dark .card.shadow{
	background: none;
	box-shadow: none !important;
}
.access-logo{
	max-width: 140px;
	width: 140px;
}
.access-form input.form-control{
	border-color: #fff;
}
.access-form input.form-control:focus{
	box-shadow: 0 0 0 0.2rem rgba(255,255,255,.4);
}
.access-form input[type="email"]:not(:last-of-type).form-control#inputEmail{
	border-bottom:1px solid #ced4da!important;
	margin-bottom: 0;
}
.btn{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	padding: .469rem .75rem
}
.btn.btn-lg{
	font-size: 18px;
}
.btn-orange{
    color: #fff;
    background-color: #eb7400;
    border-color: #eb7400;
    transition: opacity .3s;
}
.btn-orange:active,
.btn-orange:hover,
.btn-orange:focus{
	color: #fff;
	opacity:.9;
}
.btn-orange:focus{
	box-shadow:0 0 0 0.2rem  rgba(255, 115, 0, .25)
}
.access-form .btn-primary{
	background: none!important;
	border:2px solid #fff!important;
	font-size: 1rem !important;
	transition: opacity .3s;
}
.access-form .btn-light{
	background: none!important;
	border:none!important;
	font-size: 1rem !important;
	transition: opacity .3s;
	color:#fff!important;
	text-transform: none;
	font-weight: normal;
	font-size: 14px!important;
}
.access-form .btn-light:focus{
	box-shadow: none !important;
}
.access-form .btn-primary:hover,
.access-form .btn-light:hover{
	opacity:.7;
}
.access-form h2,
.access-form p{
	color:#fff;
}
/*MENÚ*/
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link,
.dropdown-item{
	color:#adb5bd;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}
@media (min-width: 768px){
	.navbar-light .navbar-nav .nav-link.active {
	    border-color: #eb7400;
	}
}
.navbar-light .navbar-nav .dropdown-toggle::after{
	display: none;
}
/*OTROS*/
.breadcrumb-item{
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
	top:1px;
}
.table .bg-success,
.table .bg-success *,
.table .bg-success *:hover,
.table .bg-success *:active,
.table .bg-success *:focus{
	color:#fff !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
.applyFIlters{
	margin-top: 28px;
}
.text-more-muted{
	color:#818182;
}
.list-group-item{
	padding: 1.25rem;
}
.material-icons.small{
	vertical-align: middle;
}
.text-darkorange{
	color:#d46800;
}
.text-orange{
	color:#eb7400;
}
.text-gold{
	color:#f5980c;
}
.text-lg{
	font-size: 20px;
}
.list-group.tight > .list-group-item{
	padding: 8px;
}
.table .thead-medium th {
    color: #fff;
    background-color: #6c757d;
    box-shadow: none;
}
.card > .table-bordered,
.card > .table-responsive > .table-bordered{
	border:none;
}
.card > .table-bordered td:first-child,
.card > .table-responsive > .table-bordered td:first-child{
	border-left:none;
}
.card > .table-bordered td:last-child,
.card > .table-responsive > .table-bordered td:last-child{
	border-right:none;
}
.card > .card-header + .table-bordered th,
.card > .table-responsive > .table-bordered td{
	border-top:none;
}
.card > .table-responsive {
    padding: 0;
    margin: 0;
    width: 100%;
}
hr.tight {
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.input-group-text > .material-icons{
	margin: 0 -5px;
}
.input-group-text.lighter{
	background: #fff;
	color:#818182;
}
.table-tv{
	height: 100%;
}
.table-tv td{
	vertical-align: middle;
}
/*MODELOS*/
.model{
	display: table;
	width: 100%;
	font-size: 14px;
}
.model > div{
	display: table-cell;
	vertical-align: top;
}
.model > div:first-child{
	width: 120px;
}
.model > div:not(:first-child){
	padding-left: 16px;
}
@media (max-width: 575px){
	.model,
	.model > div{
		display: block;
	}
	.model > div:not(:first-child){
		padding-left: 0;
		padding-top: 12px;
	}
}
.model .pic{
	width: 120px;
	height: 90px;
	padding-top:0;
	background: no-repeat center center;
	background-size: cover;
	border-radius: 3px;
	border:1px solid #dee2e6;
	display: block;
}
.model > div:not(:first-child).summary{
	position: relative;
	width: 146px;
	text-align: center;
	color:#adb5bd;
	font-weight: 700;
	padding-left: 32px;
	line-height: 1.2;
}
.model .summary:before{
	content:"";
	display: block;
	position: absolute;
	left: 16px;
	top:-1.25rem;
	bottom:-1.25rem;
	border-left:1px solid rgba(0,0,0,.125);
}
.model .summary strong{
	display: block;
	color:#027a3a;
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 8px;
}
.card.model{
	display: inline-block;
	width: auto;
	margin:3px 4px 0 0;
}
a.card.model,
a.card.model:hover,
a.card.model:focus,
a.card.model:active{
	color:#212529;
	text-decoration: none;
}
.card.model > .card-body{
	padding: 8px;
}
.card.model .name{
	font-weight: bold;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 120px;
	margin-bottom: 6px;
}
.card.model .name.unknown{
	font-weight: normal;
}
.card.model  > div:first-child.card-body{
	width: 100%;
}
.model.hoverEffect{
	transition: opacity .3s;
	cursor: pointer;
}
.model.hoverEffect:hover{
	opacity:.7;
}
@media (max-width: 575px){
	.model > div:not(:first-child).summary{
		border-top:1px solid rgba(0,0,0,.125);
		margin-top: 16px;
		width: 100%;
		padding-left: 0;
		text-align: left;
	}
	.model .summary:before{
		display: none;
	}
	.card.model{
		margin:8px 4px 0 0;
	}
}
.data.tabulated{
	display: inline-table;
	text-align: left;
}
.data.tabulated.full{
	display: table;
	width: 100%;
}
.data.tabulated > div{display: table-row;}
.data.tabulated > div > span{
	display: table-cell;
	vertical-align: top;
}
.data.tabulated > div > span:last-child{
	padding-left: 16px;
	font-weight: bold;
}
.data.tabulated.full.no-bold > div > span:last-child{
	font-weight: normal;
}
.data.tabulated > div:not(:first-child) > span{
	padding-top: 2px;
}
.data.list div:not(:first-child){
	padding-top: 4px;
}
.data.list div > span{
	display: block;
}
.data.list div > span:first-child{
	color:#adb5bd;
	font-weight: 600;
	margin-bottom: -2px;
}

.modelSelectedInTest:focus{
	border-color: rgb(2,122,58) !important;
}

