#color{
    background-color: #3e2723;
    height: 16.1%;
    width: 100%;
}

/*.btn:not(.btn-lg):not(.btn-sm):not(.btn-var){
	height: 22px !important;
}*/

/*.btn-align-form{
	display:block;
	padding-top:25px;
}*/
body{
    color:#424242;
}

body.formBody{
	background-color:#3E2723;
	font-size: 12px;
	padding-bottom:15px;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: "Roboto", sans-serif;
    line-height: 1.5em;
}

body.formBody>.container{
    background-color: white;
    margin-top: 2em;
    padding-top: 20px;
  /*  box-shadow: 
        0 2px 2px  0   rgba(0,0,0,0.14), 
        0 1px 5px  0   rgba(0,0,0,0.12), 
        0 3px 1px -2px rgba(0,0,0,0.2);*/
}

#preview{
    min-height: auto; 
    max-height: 0;
    transition: all 1s ease;
}
.wrap{
	
	padding-top: 1em;
	
}

.pic{
	background-color: #212121;
	height: 6em;
    width: 6em;
}

.info{
	/*background-color:#fcf8e4;*/
}

.info-element{
	background-color: white;
	/*margin-top: 1em;*/
	/*overflow: hidden;*/
}


.info-component{
	background-color: white;
	margin-top: .2em;
	/*overflow: hidden;*/
    /*border-bottom: 1px solid #eee;*/
}

.info-content{
	padding: .1em;
}


.collapsible-header{
    line-height: 2em;
}

.myHidden{
	display:none;
	max-height: 0;
}
.softHidden{
	visibility: hidden;
	max-height: 0;
	max-width: 0;
	overflow: hidden;
}

.btnTabComponent{
	/*background-color: #fbfaf9;*/
	overflow: hidden;
	cursor: pointer;
	padding: 2px;

}

.btnTabComponent div{
	float:left;
	margin-right: 3px;
}

select{
    height: auto;    
}

.cleanCollapse{
    margin-top: 1rem;
}
#info{
    display: inline-block ;
    width: 100%;
    /*max-height: 100%;*/
}

#myElements{
	padding-bottom: 15px;

}

#addElement{
	background-color:#FEC820; 
}

#createElementMenu button{
	background-color:#ffea8f;
	border: 1px solid white;
	color: #5b5151;
	transition: all .2s ease;
}

#createElementMenu button:hover{
	background-color:white;
	border: 1px solid #ffea8f;
	color: #5b5151;
}

.input-field label{
	font-size: 12px;
}

label{
    margin-bottom: 1.4566px
}

.myWell{
	display: inline-block;
	width: 100%;
    padding: 8px;
}

.deleteElement{
	margin-top: .1%;
    margin-bottom: .2%;
}
.deleteElement i{
	padding: 2px 12px;
    height: 20px !important;
}

.info-title h5{
	margin-top: .5%;
    margin-bottom: .2%;
}

.info-component .collapse{
	/*overflow:  hidden;*/
	float:left;
	position: relative;
	width: 100%;

}

.collapsible{
    padding: .01rem;
}

.filesContainer{
    display: inline-block;
}


.collapsible-header.myHidden, #matrimonioCollapse.collapsible, .normalCollapse .collapsible:not(.do), .selectPersonas .collapsible, #basicInfoExtended.collapsible{
    border-top: 0;
    border-right: 0;
    border-left: 0;
    margin: 0; 
    box-shadow: none; 
}

.collapsible.do .collapsible-header{
    line-height: 22px;
    min-height: 22px;
}

.formCollapseButton{
    padding-left:5px;
}

.fieldsCollapse:not(.filesContainer), .normalCollapse .collapsible-body:not(.filesContainer){
    background-color: #fafafa;
}

.fieldsCollapse, .normalCollapse .collapsible-body{
    border-radius: 0;
    border:0;
    font-size: 12px;
    position: relative;
    transition: all .2s ease;
}

.btn-file{
    background-color: #F5F5F5;
    color: #616161;
    margin-top: 1rem;
    float: right;
}

.btn-file-child{
    overflow : visible;
    display  : flex;
    height   : 0;
    justify-content : flex-end;
}

.btn-file-child i{
    padding: 2px;
    cursor: pointer;
    
    
}
.btn-file-child i:hover{
    background-color: #ffcdd2
}


select.selectPersons{
    border:0;
}


.form-group{
	margin-bottom: 5px;
}

.fieldsFecha .form-group{
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
}

.fieldInputFecha{
	padding:3px;
	position: relative;
}

.fieldInputFecha span{
    position: absolute;
    right: -2px;
    top: 5px;
    font-size: 18px;
    color: #9E9E9E;
}


.exampleContainer {
    overflow: hidden;
    display: block;
    max-width: 100%;
    position: relative;
    font-size: smaller;
    vertical-align: bottom;
    line-height: 2em;
}

.exampleContainer span {
    /*width: 1000%;
    display: inline-block;
    z-index: 0;*/
    position: relative;
}

.exampleContainer .innerGlow {
    /*box-shadow: -40px 0px 20px -20px #fbfaf9 inset;
    width: 100%;
    height: 14.2px;
    z-index: 1;
    position: absolute;*/
}
.fieldsCollapse .form-group:not(.hijo){
    max-height: 24px;
}

.fieldText {
    padding-right: 0;
    padding-left: 0;
}
.fieldText input{
	height: 21px;
}

.affixedPreview{

	height: auto;
	max-height: 22%;
	min-height: auto;
	overflow: auto;
	background-color:#f9f5e1;
	color:#83683a;
	box-shadow: 0 0 38px rgba(0,0,0,0.1);
	z-index: 2;
    top:0;
}

.deleteButton{
    vertical-align:bottom;
    cursor:pointer;
    font-size: 0.9em;
    margin: 0 10px;
    text-decoration: underline;
}

.panelElement i,.panelComponent i{    
    cursor:pointer;
    max-height: 14px;
    line-height: 14px;
}
.panelElement i:hover, .panelComponent i:hover{
    transition: all .2s ease;
    color: #b71c1c;
   
}
.withoutPadding{
    padding-left:0 !important;
    padding-right:0 !important;
}
.withoutShadow{
    box-shadow: none !important;
}
.withoutBorder{
    border:0 !important;
}


.title span{
    font-size: smaller;
}
.disableable{
    opacity: 0.2;
}

.minimizeFields {
    width: 3em;
    text-align: center;
}

.text-danger{
    color: #f44336;
}
.text-warning {
    color: #c5871e;
}

.bautizo .personas{
    padding-top: 5px;
}


.componentMatrimonio .panelComponent .glyphicon-remove{
    
}

#basicInfo .col-xs-2, #basicInfo .col-xs-3, .comp_basic ._listaPersonas{
    padding-right: 7px;
    padding-left: 7px;
}

._newPersonCollapse .col-xs-3:not(.first){
    padding-left: 7px;
}
._newPersonCollapse .col-xs-3:not(.last){

    padding-right: 7px;
}


._newPersonCollapse .content{
    overflow: hidden;
    padding-top: 1.2em;
    margin-bottom: 10px;
}
._exampleUpdater[type="checkbox"]{
    color:red;
}


.overflow{
    overflow: hidden;
}

.createElementBtn{
    width: 100%;
}

._personas{
    width: 70%;
    float: left;
}

._personasAdd{
    width: 19%;
    float: left;
    
}

._personasAdd i{
    top: 50%;
    transform: translateY(-50%);
}

.padres .selectPersons, .hijos .selectPersons{
    background-color: #eeeeee;
    height: 22px;
}

.padres .addPerson, .hijos .addPerson, .matrimonio .addPerson{
    background-color: #4E342E;
    color: white;
    height: 22px;
    line-height: 22px;
}

input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea{
    height: 22px;
    font-size: 12px;
    margin: 0 0 10px 0;
}

.input-field label{
    top: 0.1rem;

}

[type="checkbox"]+label{
    font-size: 12px;
}

.input-field label:not(.label-icon).active{
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
}


.checkbox-orange[type="checkbox"].filled-in:checked + label:after{
     border: 2px solid #ff9800;
     background-color: #ff9800;
}

#basicInfoExtended{
    overflow: hidden;
}
#spinner .preloader-wrapper{
    margin: 1rem;
}
#spinner {
    background-color: rgba(62, 39, 35, 0.95);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999999;
}
#spinner .positioner{
    position: relative;
    top: 50%;
    /* left: 50%; */
    text-align: center;
    transform: translateY(-50%);
}
.persona .input-field, .list .input-field, .selectPersonas .input-field, .marriages .input-field, .unionType .input-field, .haveMarriages .input-field, .padres .input-field{
    margin-top: 0;
}

.addPersonContent, .addFile{
    display: flex;
    justify-content: center;
}

.addPersonContent .agregar, .addFile .agregar{
    text-align: center;
    transform: translateY(50%);
    margin-top: -20px;
}

.testigos, .personas, .myWell .hijos, .files{
    background-color: white;
    /* border-bottom: 1px solid #e0e0e0; */
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12);
}

.matrimonioContainer [type="radio"]:not(:checked)+label, .matrimonioContainer [type="radio"]:checked+label{
    padding-left: 24px;
}

/*Radio General*/
[type="radio"]:not(:checked)+label, [type="radio"]:checked+label{
    line-height: 22px;
    font-size: 12px;
}
[type="radio"]+label:before, [type="radio"]+label:after{
    width: 12px;
    height: 12px;
}
[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:after {
    background-color: #ffc107;
}
[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:before, [type="radio"].with-gap:checked+label:after{
    border: 2px solid #ffc107;
}
[type="radio"]:not(:checked)+label, [type="radio"]:checked+label{
    height: 22px;
}

/*Checkbox General*/
[type="checkbox"]:checked+label:before {
    border-right: 2px solid #ffc107;
    border-bottom: 2px solid #ffc107;
}

/*Input General*/
/*input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #795548;
    box-shadow: 0 1px 0 0 #795548;
}
input:not([type]):focus:not([readonly])+label, input[type=text]:focus:not([readonly])+label, input[type=password]:focus:not([readonly])+label, input[type=email]:focus:not([readonly])+label, input[type=url]:focus:not([readonly])+label, input[type=time]:focus:not([readonly])+label, input[type=date]:focus:not([readonly])+label, input[type=datetime]:focus:not([readonly])+label, input[type=datetime-local]:focus:not([readonly])+label, input[type=tel]:focus:not([readonly])+label, input[type=number]:focus:not([readonly])+label, input[type=search]:focus:not([readonly])+label, textarea.materialize-textarea:focus:not([readonly])+label {
    color: #795548;
}

.input-field .prefix.active {
    color: #795548;
}*/

/*Select General*/
select{
    background: transparent;
    line-height: 22px;
    font-size: 12px;
    padding: 3px;
    border-bottom: 1px solid rgba(158, 158, 158,1);
    cursor: pointer;
}
select:focus{
    outline: none;
}



.matrimonioContainer>.collapsible-body{
    overflow: hidden;
    padding-left: 0.01rem;
    padding-top: 1.2px !important;
    padding-bottom: 1.2px !important;
}

.normalCollapse .collapsible-body, #basicInfoExtended .collapsible-body{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    /*border-bottom: 0 !important;*/
    padding: 0 !important;
}

.element_matrimonio  .collapsible-body{
    border-bottom: 0;
}

.haveMarriages{
    border-bottom: 1px solid #eee;
    margin: 0 0.75rem -2px 0.75rem !important;
}


.selectPersonas{
    margin-bottom: 10px;
    /*padding-bottom: 5px !important;*/
    border-bottom: 1px solid #eee;
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
}
.unionType{
    margin-bottom: 10px;
    padding-bottom: 5px !important;
    border-bottom: 1px solid #eee;
}

.addPerson{
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-right: 1px solid #eee;
    cursor: pointer;
    transition: all .2s ease;
}
.addPerson .btn{
    padding: 0px 5px !important;
    box-shadow: none;
    font-size: .7rem;
    text-transform: none;
}

.marriages{
    margin-bottom: 10px;
}



.hijo ._newPersonCollapse{
    border-bottom: 1px solid #eee;
}

.title i {
    width: auto;
    font-size: 12px !important;
    line-height: 22px !important;
    display: inline-block !important;
    float: none !important;
    text-align: initial !important;
    margin-right: 0;
}

.bg-w{
    background-color: #FFFFFF;
}

/* File */


.fileType{
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    padding:5px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.file-field .btn, .file-field .btn-large{
    line-height: 22px;
    height: 22px;
}
.files{
    margin-bottom: 2em;
}

._sourceSwipe{    
    transition: all 1s ease;
    min-height: 0;
    max-height: 0;
}

.defuncionOfficial .switch, .matrimonioOfficial .switch{
    line-height: 30px;
    height: 30px;
    margin-top: 1rem;
}
.defuncionOfficial .switch.gray label input[type=checkbox]:checked+.lever:after, .matrimonioOfficial .switch label input[type=checkbox]:checked+.lever:after{
    background-color: #F1F1F1;
}
.defuncionOfficial .switch.gray label input[type=checkbox]:checked+.lever, .matrimonioOfficial .switch label input[type=checkbox]:checked+.lever{
    background-color: #9e9e9e;
}

.officialSource{
    margin-top: 1rem;
}


/* nav */
nav{
    background-color: #781F20;
    z-index: 10;
}
#mobile-navbar-menu img{
    width: 100%;
}
#mobile-navbar-menu li:first-child a{
    height: auto;
}
.brand-logo img{
    height: 44px;
    margin-top: 10px;
    float: left;
    margin-right: 1rem;
}
nav li a:hover{
    color: white;
}

.panelComponent .zmdi-minus{
    margin-left: .5rem;
    margin-right: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
}

/* footer */
footer.page-footer{
    background-color: #781F20;
    /*background-color: #d1d2d4;*/
    color: #454243;
}

footer.page-footer a{
    color: #FAFAFA;
    /*color: #365DA8;*/
}
footer.page-footer{
    font-size: 1rem;
    box-shadow: 20px 0 100px rgba(0,0,0,0.3) inset;
}
footer.page-footer img{
    height: 120px;
    width: auto;
}
footer.page-footer h5{
    margin:0 0 10px 0;
    font-size: 1rem;
}
footer.page-footer .row > div{
    text-align: center;
}

/*footer.page-footer .footer-copyright{
    background-color: #781F20 !important;
}*/
footer.page-footer .footer-copyright{
    min-height: 5px;
    padding: 0;
}
footer.page-footer .footer-copyright a {
    color: inherit;
}
 .small_right_nav_desktop{
    font-size: .9rem !important;
    margin-left: 2px !important;
    color: #ffffff99;
    line-height: 68px !important
}

.no_decoration{
    text-decoration: none !important;
}

#modalLogin .modal-footer{
    height: auto;
}

.modal-content .modal-title{
    font-size: 2rem;
}

#create_my_web{
    position: absolute;
    width: 16%;
    top:0.5%;
    right: 0;
    background-color: white;
}
#create_my_web div.ownAd-content{
    right: 0;
    top: 0;
    background-color: #000000;
    border: 1px solid #bdbdbd;
    color: #ffffff;
    text-align: center;
    font-size: 1.7rem;
    padding: 1rem;
    width: 95%;
    transition: all 2s ease;
    max-width: 225px;
    line-height: 2.3rem;
    font-weight: bold;
    margin-top: -7px;
    border-radius: 5px;
    text-shadow: 1px 1px 3px black;
    position: relative;
    overflow: hidden;
    min-height: 300px;
}
#create_my_web.active div.ownAd-content{
    transition: all .5s ease;
    background-color: #81d4fa;
    color: #ffffff;
}

@media (max-width: 600px) {
    #create_my_web{
        display: none;
    }
}
#create_my_web img{
    /*max-width: 90%;
    width: 152px;
    height: auto;
    margin: 0 auto;*/
}

#create_my_web div.ownAd-content .ownAd-background-image img{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: auto;
    height: 100%;
    opacity: .6;
    min-width: 100%;
}

#create_my_web div.ownAd-content .bottom-stuck {
    bottom: 0;
}

#create_my_web div.ownAd-content .ownAd-background-image {
    z-index: 1;
}
#create_my_web div.ownAd-content .ownAd-background-info{
    z-index: 2;
    position: relative;
}