/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
/*
@font-face {
	font-family: 'Poppins';
	font-weight: normal;
	font-style: normal;
}
*/


body,html,*,h1, h2, h3, h4,.btn {
   font-family: "Poppins", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; 
     /*font-family: "Cera"*/
}
* ::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background-color: transparent;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
* ::-webkit-scrollbar:hover {
	background-color: rgba(0, 0, 0, 0.05);
}
* ::-webkit-scrollbar-thumb:vertical {
	background: rgba(150, 150, 150, 0.75);
	border-radius: 100px;
	background-clip: padding-box;
	border: 2px solid transparent;
	min-height: 10px;
}
* ::-webkit-scrollbar-thumb:horizontal {
    background: rgba(150, 150, 150, 0.75);
    border-radius: 100px;
    background-clip: padding-box;
    border: 2px solid transparent;
    min-width: 10px;
}

.mt-14 {
    margin-top: 14px;
}


input[disabled], 
label[disabled] {
    color: var(--gray)!important;
}

header{
    text-align:center;
}
.center{
	text-align: center;
}
.smart-style-1 #header{
    background-color: white;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-box-shadow: 0 3px 4px 0 rgb(50 50 50 / 30%);
    box-shadow: 0 3px 4px 0 rgb(50 50 50 / 30%);
    position: sticky;
    top: 0;
    z-index: 9999;
    margin: 0 auto;
}
.smart-style-1 #header div.content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.smart-style-1 .page-footer, .smart-style-1 .superbox-show, .smart-style-1 aside {
    background: var(--blue);
}
.content {
    width: 80%;
    margin: 0 auto;
}
.page-footer{
    padding: 10px 13px 0 !important;
    height: 40px;
}

div#page-container{
	min-height: calc(100vh - 120px); /*80 header + 40 footer*/
	/*background-image: url("../img/mainbg.jpg");
	background-color: #efefef;*/
}
div#page-container h3 {
    margin-top: 0px;
}
div.bg-container{
    transition: all linear 0.7s;
    position: absolute;
    background-size: cover;
    background-position-x: right;
    background-position-y: center;
    filter: blur(2.5px) brightness(1);
    height: calc(100% - 120px);
    width: 100%;
    z-index: -1;
}
div#inicial.bg-container{
	opacity: 0;
	background-image: url("../img/mainbg.jpg");
}
div#nuevo.bg-container{
	opacity: 0;
	background-image: url("../img/nuevobg.png");
}
div#nuevo2.bg-container{
	opacity: 0;
	background-image: url("../img/nuevo2bg.png");
}
div#mensajes.bg-container{
	opacity: 0;
	background-image: url("../img/nuevo2bg.png");
}
div.bg-container.visible{
	opacity: 1!important;
    transition: all linear 0.7s;
}

div#mensajes.bg-container::after {
	z-index: 8999;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
	background-color: var(--light-blue);
    opacity: 0.9;
}

div#inicial.bg-container::after,
div#nuevo2.bg-container::after{
    z-index: 8999;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(93deg, rgb(241, 240, 240) 0%, rgb(255, 255, 255) 40%, rgba(255,255,255,0) 100%);
}

div#nuevo.bg-container::after {
    background: linear-gradient(130deg, rgb(241, 240, 240) 0%, rgb(255, 255, 255) 10%, rgba(255,255,255,0) 100%);
}

#content{
	position: relative;
    padding: 40px;
	margin: 0 auto;
}

header#header img{
	height: 45px;
}
header#header a {
    text-decoration: none;
}

header a.action.right {
    background-color: var(--blue);/*#012f66;*/
    color: white;
    font-size: 16pt;
    border-radius: 50%;
}

header#header a.action i.fa {
    color: white;
    margin: 0px 5px 0px 6px;
}

.main-container {
    width: 39em;
    text-align: center;
    color: var(--blue);
    height: 45vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.main-container h1 {
    font-weight: 600;
    font-size: 2.3em;
    margin-bottom: 0px;
}

.main-container h2 {
    margin-top: 8px;
}

.main-container hr{
    width: 100%;
}

div#finalizar-content {
    height: 70vh;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    justify-content: center;
}

div#finalizar-content button {
    width: 25%;
    border-radius: 0px;
    border: 0px;
    background-color: var(--blue);
    color: white!important;
    margin-top: 5px;
    font-weight: 400;
    padding: 10px;
}

div#finalizar-content h3 {
    width: 45%;
    color: white;
    margin: 20px auto;
    font-weight: 200;
}

hr {
    border-color: var(--blue);
}

.btn {
    padding: 5px 14px;
    border-radius: 20px;
}

.btn-primary {
    background: var(--cyan);
    border-color: var(--cyan);
}

.btn-primary:hover{
    color: var(--light-gray);
    background-color: var(--blue);
    border-color: var(--dark-blue);
}
.btn-default {
    color: var(--cyan);
    border-color: var(--cyan);
}
.btn-default:hover {
    color: var(--blue);
    background-color: white;
    border-color: var(--blue);
}
.btn:focus{
    outline: inherit;
}


/*Comienzo estilo steps*/

div.step-container {
    width: 60%;
    height: calc(100vh - 120px);
    padding: 10px 0px;
    overflow: hidden;
}
.step-container *{
    color: var(--blue)!important;
}
.step-subtitle h3:not(.step-number) {
    margin-left: 8px!important;
}
.step-subtitle h3.step-number{
	display: inline-block;
    margin-left: -30px;
    margin-top: -4px!important;
    z-index: 6;
    background-color: var(--light-blue);
    color: white!important;
    height: 34px;
    width: 34px;
    text-align: center;
    border-radius: 50%;
    padding: 5px;
    position: absolute;
}

div.step-body {
    padding: 12px;
    background-color: white;
    border-bottom: 6px solid;
}

div.step-form {
    /*height: calc(100vh - 280px);*/
    overflow: hidden;
}
div.step-form:not(div#step-search div.step-form){
	height: calc(100vh - 280px);
}

div#step-search div.step-form {
    max-height: calc(100vh - 280px);
}

div#step-search div.step-form {
    max-height: calc(100vh - 280px);
}

div.step-body .step-actions {
    -webkit-box-shadow: 0px -3px 15px -5px #000000;
    box-shadow: 0px -3px 15px -5px #000000;
    margin: 0px -12px -12px;
    padding: 10px;
}

div#step2 div.step-form {
    height: calc(100vh - 350px) !important;
}

div.step-form form:not(.dropzone){
    height: 100%;
    overflow-y: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.step-form form .has-error * {
    color: red!important;
}


div.step-form .input-group .material-input.input {
    margin-bottom: 0px;
}

div.step-form .input-group .input-group-addon:last-child {
    border: 1px solid;
    padding: 0px 12px;
}

div.step-form input#domicilio::placeholder {
    color: transparent;
}

div.step-actions button {
    width: 100%;
    border-radius: 0px;
    border: 0px;
    background-color: var(--blue);
    color: white!important;
    margin-top: 5px;
    font-weight: 400;
    padding: 6px;
}

div#step2 .step-title {
    background-color: var(--light-blue);
    padding: 10px;
    position: relative;
    margin-bottom: 10px;
}

div#step2 .step-title * {
    color: white !important;
    margin-bottom: 0px;
    font-size: 20px;
    text-align: center;
}
div#step2 .step-title b {
    font-weight: 400;
}

div#step2 .step-title h3 {
    font-weight: 200;
}

div#step2 .step-title .triangle-down {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 25px solid var(--light-blue);
    position: absolute;
    left: calc(50% - 15px);
}

div#step2 .step-actions,
div#step-search .step-actions {
    display: flex;
    justify-content: space-between;
}

div#step2 .step-actions button,
div#step-search .step-actions button{
    width: 48%;
}

div#step-search div#tramite-content ul {
    list-style-type: none;
}

div#documentacion-nuevo-tramite {
    height: 100%;
    overflow-y: auto;
}
div#documentacion-nuevo-tramite .row{
    margin-right: 0px;
}
			
div#documentacion-nuevo-tramite div.form-group {
    padding: 15px;
    border-top: 1px solid #ddd;
}

form.dropzone {
    border-radius: 6px;
    min-height: 100px;
}

form.dropzone button.dz-button {
    color: var(--gray)!important;
}

p.doc-title {
    margin-bottom: 5px;
    /*font-weight: 600;*/
}

p.doc-title span{
    font-weight: 500;
	font-style: italic;
}

p.doc-title i {
    margin-left: 8px;
}

p.doc-description {
    margin-bottom: 5px;
    color: var(--gray)!important;
}

	/* Inicio steps search*/
/*height: calc(100vh - 350px);*/

form#form-search {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 60px;
    padding-top: 0px;
    border-bottom: 1px solid var(--gray);
    margin-bottom: 10px;
}

div#step-search div#tramite-content{
	height: calc(100vh - 350px);
    overflow-y: auto;
    padding-bottom: 10px;
}
	
.half-div {
    flex-basis: 50%;
    height: 48px;
    position: relative;
}

.half-div button {
    float: right;
    width: 80%;
    border-radius: 0px;
    border: 0px;
    background-color: var(--blue);
    color: white!important;
    margin-top: 5px;
    font-weight: 400;
    padding: 6px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
	
button.convenio {
    float: right;
    width: 50%;
    border-radius: 0px;
    border: 0px;
    background-color: var(--blue);
    color: white!important;
    margin-top: 5px;
    font-weight: 400;
    padding: 6px;
}	
	
	/* Fin steps search*/


/*Fin estilo steps*/

.tramite-info {
    border-top: 1px solid;
}

.tramite-info p > span,
.user-info p > span {
    color: var(--gray)!important;
}

button.dz-button i.fa-upload {
    color: white!important;
    background-color: var(--gray);
    padding: 10px;
    border-radius: 50%;
    margin-bottom: 5px;
}

/*
Agregado en v12
17/11/2022
Author: Marcos Chiacchio

*/

#tramite-content #action-content {
    text-align: right;
}

#tramite-content #action-content button {
    color: white!important;
	margin-right: 10px;
    border-radius: 0px;
}
#tramite-content #action-content button:last-of-type {
    margin-right: 0px;
}
/*
	Fin Agregado en v12 
*/

/*
	Agregado en v13
	18/7/2024
	Author: Marcos Chiacchio
*/
.button-primary {
    border-radius: 0px;
    border: 0px;
    background-color: var(--blue);
    color: white!important;
    font-weight: 400;
    padding: 6px;
}
/*
	Fin Agregado en v13 
*/
@media (max-width: 768px) { 
	.content {
	    padding: 0px;
    	width: 90%;
	}
    .main-container {
	    width: 100%;
	    height: calc(100vh - 120px);
    	justify-content: flex-start;
	    padding-top: 30px;
    }
    .main-container h1{
    	font-size: 1.8em;
    }
    .main-container h2{
    	font-size: 1.7em;
    }
    .main-container hr {
	    width: 100%;
	}
	div#inicial.bg-container{
		background-position-x: center;
	}
	div.step-container {
    	width: 80%;
    }
    
    div#step2.step-container {
	    width: 100%;
	}
    div#step2 div.step-form {
	    height: calc(100vh - 370px);
	}
}
@media (max-width: 576px) { 
	header#header img {
	    height: 40px;
	}
	/*.smart-style-1 #header{
		padding: 0px 20px;
	}
	
	.main-container {
	    width: 100%;
	    height: 100%;
	}*/
    .main-container h1{
    	font-size: 1.5em;
    }
    .main-container h2{
    	font-size: 1.4em;
    }
	.btn{
		font-size: 12px;
	}
	div.step-container {
    	width: 100%;
    }
    div#step2 div.step-form {
	    height: calc(100vh - 370px);
	}
}