/* STILI PER OGGETTO */
html{
	height: auto;
}
body{
	min-height: 97.5vh;
	/*background-image:
    linear-gradient(
      to bottom, 
      rgb(180, 180, 180),
      rgb(180, 180, 180) 10vh,
	  white 13vh,
      white 99%,
	  rgb(120, 120, 120) 99%,
      rgb(120, 120, 120) 100%
    );*/
	background-image: url('/public/silced/img/background-flower.jpg');
	/*background-repeat: no-repeat;*/
	font-family: "Candara", Webdings, Wingdings, symbol;
	}
a{
	text-decoration:none;
	color:black;
	}
	
img{
	border:none;
	decoration:none;
	}
.box input{
	font-family: "Candara", Webdings, Wingdings, symbol;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin-bottom:10px;
	padding:5px;
	}
	
.box input:hover{
	font-family: "Candara", Webdings, Wingdings, symbol;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	background-color:rgb(13,57,92);
	color:white;
	}	
.box input[type=text], [type=password]{
    border:2px solid #aaa;
    border-radius:4px;
	margin-bottom:10px;
    outline:none;
	padding:5px;
    box-sizing:border-box;
    transition:.3s;
  }
  
.box input[type=text]:focus{
    border-color:dodgerBlue;
    box-shadow:0 0 8px 0 dodgerBlue;
  }

iframe{
	border:none;
	background-color:transparent;
	font-family: "Candara", Webdings, Wingdings, symbol;
	color:rgb(13,57,92);
}
	
.box textarea{
	font-family: "Candara", Webdings, Wingdings, symbol;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border-top:2px solid rgb(154,154,154);
	border-left:2px solid rgb(154,154,154);
	border-right:none;
	border-bottom:none;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	padding-top:10px;
	}
table{
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	background-color:white;
	}
	
table td{
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	}
	
textarea:hover{
	background-color:rgb(13,57,92);
	color:white;
	font-family: "Candara", Webdings, Wingdings, symbol;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	padding-top:10px;
	}

/* STILI PER ID */
#topbar{
	width:98%;
	color: white;
	text-align:center;
	padding-left:1%;
	padding-right:1%;
	position:absolute;
	top:0px;
	left:0px;
	}

#topbar a{
	text-decoration:none;
	color:white;
	}
	
#topbar img:hover{
	opacity:0.5;
	}

#topbarfirsttable{
	text-align: center; 
	font-family: "Candara", Webdings, Wingdings, symbol;
	width: 99%; 
	border:none; 
	color:white;
	background-color:transparent;
}



#formmodificapratica{
	border: none;
	}

#laterale{
	position:fixed; 
	top:120px;left:-100px; 
	width:142px; 
	height:480px; 
	background-image:url(http://www.unilpe.it/public/Patronato/img/menu2lat.png); 
	opacity:0.4;
}
#infopratichegui{
	background-color: transparent;
	text-align: center;
	width: 50%;
}

#infoingressigui{
	background-color: transparent;
	text-align: center;
}

#modifacaareagui_table{
	background-color: transparent;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
}

#modifacaareagui_table td{
	padding: 10px;
}

#modifacaareagui_table .regione{
	font-size: 45px;
	padding-top: 15px;
}
#modifacaareagui_table .provincia{
	font-size: 25px;
	padding-bottom: 10px;
	padding-top: 20px;
}

/* STILI PER CLASSI */
.pratica{
	text-align: center;
	width: 70%;
	}
.funzione{
	font-size: 21px;
	width: 70%;
	color: rgb(13,57,92);
	padding: 3px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border-color: rgb(13,57,92);
	border-bottom: 2px solid rgb(13,57,92);
	}
.box{
	border: 1px solid rgb(120, 120, 120);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 70%;
	padding-bottom: 20px;
	border-left: 2px solid rgb(120, 120, 120);
	border-right: 2px solid rgb(120, 120, 120);
	background-color: rgb(250,250,250);
	color: rgb(13,57,92);
	}
	
.html_engine{
	border: 1px solid rgb(120, 120, 120);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 70%;
	padding-bottom: 20px;
	border-left: 2px solid rgb(120, 120, 120);
	border-right: 2px solid rgb(120, 120, 120);
	background-color: rgb(250,250,250);
	color: rgb(13,57,92);
	padding-left: 5%;
	padding-right: 5%;
	}
.menu_img{
	width:150px;
	height:150px;
}
.menu_img_operatore{
	width:125px;
	height:125px;
}
.menu_img_admin{
	width:125px;
	height:125px;
}
.intro_img{
	width:150px;
	height:150px;
}
.img_tabella{
	width:30px;
	height: 30px;
}
.img_tabella_persona{
	width:48px;
	height: 48px;	
}

.bluebar_a{
	font-weight:bold;
}

/* STILI IMPORTATI */
/* TABELLA */
.limiter {
  width: 80%;
  margin: 0 auto;
}

.container-#tabellapratiche100 {
  width: 100%;
  min-height: 100vh;
  background: #c850c0;
  background: -webkit-linear-gradient(45deg, #4158d0, #c850c0);
  background: -o-linear-gradient(45deg, #4158d0, #c850c0);
  background: -moz-linear-gradient(45deg, #4158d0, #c850c0);
  background: linear-gradient(45deg, #4158d0, #c850c0);

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 33px 30px;
}

.wrap-#tabellapratiche100 {
  width: 1170px;
}

#tabellapratiche {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#tabellapratiche * {
  position: relative;
}
#tabellapratiche td, #tabellapratiche th {
  padding-left: 8px;
}
#tabellapratiche thead tr {
  height: 60px;
  background: rgb(220, 220, 220);
}
#tabellapratiche tbody tr {
  height: 50px;
}
#tabellapratiche tbody tr:last-child {
  border: 0;
  text-align: center;
}
#tabellapratiche tbody tr:last-child td {
  border: 0;
  text-align: center;
}
#tabellapratiche td, #tabellapratiche th {
  text-align: left;
}
#tabellapratiche td.l, #tabellapratiche th.l {
  text-align: right;
}
#tabellapratiche td.c, #tabellapratiche th.c {
  text-align: center;
}
#tabellapratiche td.r, #tabellapratiche th.r {
  text-align: center;
}


.#tabellapratiche100-head th{
  font-family: OpenSans-Regular;
  font-size: 18px;
  color: fff;
  line-height: 1.2;
  font-weight: unset;
}

#tabellapratiche tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}


#tabellapratiche tbody tr {
  font-family: OpenSans-Regular;
  font-size: 15px;
  color: #808080;
  line-height: 1.2;
  font-weight: unset;
}

#tabellapratiche tbody tr:hover {
  color: #555555;
  background-color: #f5f5f5;
  cursor: pointer;
}


@media screen and (max-width: 992px) {
  #tabellapratiche {
    display: block;
  }
  #tabellapratiche > *, #tabellapratiche tr, #tabellapratiche td, #tabellapratiche th {
    display: block;
  }
  #tabellapratiche thead {
    display: none;
  }
  #tabellapratiche tbody tr {
    height: auto;
    padding: 37px 0;
  }
  #tabellapratiche tbody tr td {
    padding-left: 40% !important;
    margin-bottom: 24px;
  }
  #tabellapratiche tbody tr td:last-child {
    margin-bottom: 0;
  }
  #tabellapratiche tbody tr td:before {
    font-family: OpenSans-Regular;
    font-size: 14px;
    color: #999999;
    line-height: 1.2;
    position: absolute;
    width: 40%;
    left: 30px;
    top: 0;
  }
  .tabellapraticheadmin tbody tr td:nth-child(1):before:not(.noname) {
    content: "Modifica";
  }
  .tabellapraticheadmin tbody tr td:nth-child(2):before {
    content: "ID";
  }
  .tabellapraticheadmin tbody tr td:nth-child(3):before {
    content: "Data";
  }
  .tabellapraticheadmin tbody tr td:nth-child(4):before {
    content: "Nome";
  }
  .tabellapraticheadmin tbody tr td:nth-child(5):before {
    content: "Visualizza";
  }
  .tabellapraticheadmin tbody tr td:nth-child(6):before {
    content: "Status";
  }
  .tabellapraticheadmin tbody tr td:nth-child(7):before {
    content: "Urgenza";
  }
  .tabellapraticheadmin tbody tr td:nth-child(8):before {
    content: "Operatore";
  }
  .tabellapraticheadmin tbody tr td:nth-child(9):before {
    content: "PDF";
  }
  .tabellapraticheadmin tbody tr td:nth-child(10):before {
    content: "Elimina";
  }
  
  
  
  .tabellapraticheoperatore tbody tr td:nth-child(1):before {
    content: "ID";                                
  }                                               
  .tabellapraticheoperatore tbody tr td:nth-child(2):before {
    content: "Data";                              
  }                                               
  .tabellapraticheoperatore tbody tr td:nth-child(3):before {
    content: "Nome";                              
  }                                               
  .tabellapraticheoperatore tbody tr td:nth-child(4):before {
    content: "Visualizza";                        
  }                                               
  .tabellapraticheoperatore tbody tr td:nth-child(5):before {
    content: "Status";                            
  }                                               
  .tabellapraticheoperatore tbody tr td:nth-child(6):before {
    content: "Urgenza";                           
  }                                               
  .tabellapraticheoperatore tbody tr td:nth-child(7):before {
    content: "Operatore";                         
  }                                               
  .tabellapraticheoperatore tbody tr td:nth-child(8):before {
    content: "Pratica";                           
  }                                               
  .tabellapraticheoperatore tbody tr td:nth-child(9):before {
    content: "Scadenza";
  }
  .tabellapraticheoperatore tbody tr td:nth-child(10):before {
    content: "N/A";
  }
  
  
  
  
  
   .tabellapraticheutente tbody tr td:nth-child(1):before {
    content: "ID";                                
  }                                               
  .tabellapraticheutente tbody tr td:nth-child(2):before {
    content: "Data";                              
  }                                               
  .tabellapraticheutente tbody tr td:nth-child(3):before {
    content: "Nome";                              
  }                                               
  .tabellapraticheutente tbody tr td:nth-child(4):before {
    content: "Status";                        
  }                                               
  .tabellapraticheutente tbody tr td:nth-child(5):before {
    content: "Pratica";                            
  }                                               
  .tabellapraticheutente tbody tr td:nth-child(6):before {
    content: "Appunti";                           
  }                                               
  .tabellapraticheutente tbody tr td:nth-child(7):before {
    content: "Visualizza";                         
  }                                               
  .tabellapraticheutente tbody tr td:nth-child(8):before {
    content: "Operatore";                           
  }                                               
  .tabellapraticheutente tbody tr td:nth-child(9):before {
    content: "PDF1";
  }
  .tabellapraticheutente tbody tr td:nth-child(10):before {
    content: "Stato INPS";
  }
  .tabellapraticheutente tbody tr td:nth-child(11):before {
    content: "Chiusura / TE08";
  }
  
  
  
  .tabellapraticheareagui tbody tr td:nth-child(1):before {
    content: "ID";
  }
  .tabellapraticheareagui tbody tr td:nth-child(2):before {
    content: "Data";
  }
  .tabellapraticheareagui tbody tr td:nth-child(3):before {
    content: "Regione";
  }
  .tabellapraticheareagui tbody tr td:nth-child(4):before {
    content: "Provincia";
  }
  .tabellapraticheareagui tbody tr td:nth-child(5):before {
    content: "Sede";
  }
  .tabellapraticheareagui tbody tr td:nth-child(6):before {
    content: "Referente";
  }
  .tabellapraticheareagui tbody tr td:nth-child(7):before {
    content: "Online";
  }
  .tabellapraticheareagui tbody tr td:nth-child(8):before {
    content: "ON/OFF";
  }
  .tabellapraticheareagui tbody tr td:nth-child(9):before {
    content: "Elimina";
  }
  
  
  
  .tabellapratichepr_ut tbody tr td:nth-child(1):before {
    content: "ID";
  }
  .tabellapratichepr_ut tbody tr td:nth-child(2):before {
    content: "Data";
  }
  .tabellapratichepr_ut tbody tr td:nth-child(3):before {
    content: "Intestazione";
  }
  .tabellapratichepr_ut tbody tr td:nth-child(4):before {
    content: "Istituto";
  }
  .tabellapratichepr_ut tbody tr td:nth-child(5):before {
    content: "Categoria";
  }
  .tabellapratichepr_ut tbody tr td:nth-child(6):before {
    content: "Compilazione";
  }
  
  
  .column4,
  .column5,
  .column6 {
    text-align: left;
  }

  .column4,
  .column5,
  .column6,
  .column1,
  .column2,
  .column3 {
    width: 100%;
  }

  tbody tr {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .container-#tabellapratiche100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* TABELLA VERTICALE */

#tabellapratiche-verticale {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#tabellapratiche-verticale * {
  position: relative;
}
#tabellapratiche-verticale td, #tabellapratiche-verticale th {
  padding-left: 8px;
}
#tabellapratiche-verticale thead tr {
  height: 60px;
  background: rgb(220, 220, 220);
}
#tabellapratiche-verticale tbody tr {
  height: 50px;
}
#tabellapratiche-verticale tbody tr:last-child {
  border: 0;
  text-align: center;
}
#tabellapratiche-verticale tbody tr:last-child td {
  border: 0;
}
#tabellapratiche-verticale td, #tabellapratiche-verticale th {
  text-align: left;
}
#tabellapratiche-verticale td.l, #tabellapratiche-verticale th.l {
  text-align: right;
}
#tabellapratiche-verticale td.c, #tabellapratiche-verticale th.c {
  text-align: center;
}
#tabellapratiche-verticale td.r, #tabellapratiche-verticale th.r {
  text-align: center;
}


#tabellapratiche-verticale tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}


#tabellapratiche-verticale tbody tr {
  font-family: OpenSans-Regular;
  font-size: 15px;
  color: #808080;
  line-height: 1.2;
  font-weight: unset;
}

#tabellapratiche-verticale tbody tr:hover {
  color: #555555;
  background-color: #f5f5f5;
  cursor: pointer;
}


@media screen and (max-width: 992px) {
  #tabellapratiche-verticale {
    display: block;
  }
  #tabellapratiche-verticale > *, #tabellapratiche-verticale tr, #tabellapratiche-verticale td, #tabellapratiche-verticale th {
    display: block;
  }
  #tabellapratiche-verticale thead {
    display: none;
  }
  #tabellapratiche-verticale tbody tr {
    height: auto;
    padding: 37px 0;
  }
  #tabellapratiche-verticale tbody tr td {
	padding-left: 30%;
    margin-bottom: 24px;
  }
  #tabellapratiche-verticale tbody tr td:last-child {
    margin-bottom: 0;
  }
  #tabellapratiche-verticale tbody tr td:before {
    font-family: OpenSans-Regular;
    font-size: 14px;
    color: #999999;
    line-height: 1.2;
    position: absolute;
    width: 40%;
    left: 30px;
    top: 0;
  }
  
  
  
  .column4,
  .column5,
  .column6 {
    text-align: left;
  }

  .column4,
  .column5,
  .column6,
  .column1,
  .column2,
  .column3 {
    width: 100%;
  }

  tbody tr {
    font-size: 14px;
  }
}


/* NUOVO MENU, SOSTITUISCE BLUE BAR */

/* top level elements */




#nav, #nav ul {
    list-style: none outside none;
    margin: -8px;
    padding: 0;
}
#nav {
    background-color: rgb(78,105,162);
    /*background: -moz-linear-gradient(top, rgba(78,105,162,1) 0%, rgba(59,88,152,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(78,105,162,1)), color-stop(100%, rgba(59,88,152,1)));
    background: -webkit-linear-gradient(top, rgba(78,105,162,1) 0%, rgba(59,88,152,1) 100%);
    background: -o-linear-gradient(top, rgba(78,105,162,1) 0%, rgba(59,88,152,1) 100%);
    background: -ms-linear-gradient(top, rgba(78,105,162,1) 0%, rgba(59,88,152,1) 100%);*/
    background: rgba(59,88,152,1);

    border-bottom: 1px solid #3A4B7B;
    height: 22px;
    padding: 20px 0 20px 5px;
    position: relative;
}
#nav > li {
    float: left;
    height: 22px;
    padding-right: 6px;
    position: relative;
    text-align: left;
}
#nav > li > a {
    border: 1px solid transparent;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    margin: -3px 0 0 -1px;
    padding: 0 1px 0 11px;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
}
#nav > li:hover > a, #nav > a:hover {
    background-color: #425691;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    margin-right: -8px;
    padding: 0 9px 0 11px;
    position: relative;
    z-index: 1;
}
#nav > li.subs:hover > a {
    background-color: #FFFFFF;
    border: 1px solid rgba(100, 100, 100, 0.4);
    border-bottom-width: 0;
    border-radius: 2px 2px 0 0;
    color: #000000;
    text-shadow: 0 0 transparent;
    z-index: 2;
}

/* top items separator */
#nav > li:after {
    background-color: #405791;
    content: "";
    height: 17px;
    left: 1px;
    position: absolute;
    top: 2px;
    width: 1px;
}
#nav > li:first-child:after {
    background-color: transparent;
}

/* submenu */
#nav ul {
    background-color: #FFFFFF;
    border: 1px solid rgba(100, 100, 100, 0.4);
    *border: 1px solid rgb(100, 100, 100);
    border-radius: 0 0 3px 3px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    display: none;
    left: -1px;
    margin-top: 2px;
    min-width: 200px;
    padding: 6px 0;
    position: absolute;
    top: 100%;
    z-index: 2;
}
#nav li:hover ul {
    display: block;
}
#nav ul li a {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    color: #232B37;
    display: block;
    font-size: 12px;
    line-height: 20px;
    padding: 0 22px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#nav ul li a:hover {
    background-color: #6D84B4;
    border-bottom: 1px solid #3B5998;
    border-top: 1px solid #3B5998;
    color: #FFFFFF;
}

/* other elements */
#nav span {
    display: none;
}

#nav #li_nav_img{
	text-align: center; 
	height: auto; 
	background: rgba(59,88,152,1);
	margin: 0px -5px 0px -5px;
	padding: 0px 15px 15px 15px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;

}

#nav .img_nav_img{
	border-radius: 50%; 
	width: 50px; 
	height: 50px; 
	background-color: transparent;
}

/* responsive rules */
@media all and (max-width : 980px) {

    /* top level elements */
	
    #nav  {
        height: auto;
        margin: 0;
        overflow: hidden;
        padding: 0;
        width: 100%;
    }
    #nav li {
        display: inline;
        float: left;
        height: auto;
        line-height: 40px;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
    }
    #nav > li:after {
        display: none;
    }
    #nav > li > a {
        border-bottom: 1px solid #3B5998;
        height: 40px;
        line-height: 40px;
        margin: 0;
    }
    #nav > li:hover > a, #nav > a:hover {
        margin: 0;
        border-width: 1px;
    }
    #nav > li.subs:hover > a {
        border-radius: 0;
        border-width: 1px;
    }

    /* submenu */
    #nav ul {
        border: 0;
        left: 0;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: relative;
        top: 0;
    }
    #nav li:hover ul {
        display: none;
    }
    #nav ul li a {
        height: 40px;
        line-height: 40px;
    }
    #nav #s1:target + li > a,
    #nav #s2:target + li > a{
        background-color: #FFFFFF;
        border: 0;
        color: #000000;
        text-shadow: 0 0 transparent;
    }
    #nav #s1:target + li ul,
    #nav #s2:target + li ul {
        display: block;
    }
	
	#nav #li_nav_img{
	text-align: center; 
	height: auto; 
	background: transparent;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	border-radius: 0;
	}

	.img_nav_img{
	border-radius: 50%; 
	width: 50px; 
	height: 50px; 
	background-color: transparent;
	}
}

/* MARQUEE NEWS BAR */

.content-marquee {
	display: block;
	width: 70%;
	background: transparent;
	padding: 0;
	overflow: hidden;
	margin: 0 auto;

}
.content-marquee *{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.simple-marquee-container *{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.simple-marquee-container {
	width: 100%;
	background: rgba(59,88,152,1);
	float: left;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	height: 45px;
	position: relative;
	cursor: pointer;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	border-bottom: 2px solid rgb(61,61,61);
}

.marquee-sibling {
	padding: 0;
	background: rgb(61, 61, 61);
	width: 20%;
	height: 45px;
	line-height: 42px;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	float: left;
	left: 0;
	z-index: 1;
}

.marquee, *[class^="marquee"] {
	display: inline-block;
	white-space: nowrap;
	position:absolute;
}

.marquee{
	margin-left: 25%;
}

.marquee-content-items{
	display: inline-block;
	padding: 5px;
	margin: 0;
	height: 45px;
	position: relative;
}

.marquee-content-items li{
	display: inline-block;
	line-height: 35px;
	color: #fff;
}

.marquee-content-items li:after{
	content: "|";
	margin: 0 1em;
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Montserrat-Regular;
  src: url('../fonts/montserrat/Montserrat-Regular.ttf'); 
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/montserrat/Montserrat-Bold.ttf'); 
}

@font-face {
  font-family: Montserrat-Black;
  src: url('../fonts/montserrat/Montserrat-Black.ttf'); 
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url('../fonts/montserrat/Montserrat-SemiBold.ttf'); 
}

@font-face {
  font-family: Montserrat-Medium;
  src: url('../fonts/montserrat/Montserrat-Medium.ttf'); 
}

.html_engine * {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

.html_engine body, html {
	height: 100%;
	font-family: Poppins-Regular, sans-serif;
}

/*---------------------------------------------*/
.html_engine a {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.html_engine a:focus {
	outline: none !important;
}

.html_engine a:hover {
	text-decoration: none;
}

/*---------------------------------------------*/
.html_engine h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

.html_engine p {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

.html_engine ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
.html_engine input {
	outline: none;
	border: none;
}

.html_engine input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

.html_engine input[type="number"]::-webkit-outer-spin-button,
.html_engine input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.html_engine textarea {
  outline: none;
  border: none;
}

.html_engine textarea:focus, input:focus {
  border-color: transparent !important;
}

.html_engine input:focus::-webkit-input-placeholder { color:transparent; }
.html_engine input:focus:-moz-placeholder { color:transparent; }
.html_engine input:focus::-moz-placeholder { color:transparent; }
.html_engine input:focus:-ms-input-placeholder { color:transparent; }

.html_engine textarea:focus::-webkit-input-placeholder { color:transparent; }
.html_engine textarea:focus:-moz-placeholder { color:transparent; }
.html_engine textarea:focus::-moz-placeholder { color:transparent; }
.html_engine textarea:focus:-ms-input-placeholder { color:transparent; }

.html_engine input::-webkit-input-placeholder { color: #adadad;}
.html_engine input:-moz-placeholder { color: #adadad;}
.html_engine input::-moz-placeholder { color: #adadad;}
.html_engine input:-ms-input-placeholder { color: #adadad;}

.html_engine textarea::-webkit-input-placeholder { color: #adadad;}
.html_engine textarea:-moz-placeholder { color: #adadad;}
.html_engine textarea::-moz-placeholder { color: #adadad;}
.html_engine textarea:-ms-input-placeholder { color: #adadad;}

/*---------------------------------------------*/
.html_engine button {
	outline: none !important;
	border: none;
	background: transparent;
}

.html_engine button:hover {
	cursor: pointer;
}

.html_engine iframe {
	border: none !important;
}


/*---------------------------------------------*/
.html_engine .container {
	max-width: 1200px;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/

.html_engine .bg0 {background-color: #fff;}
.html_engine .bg1 {background-color: #f7f7f7;}


/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.html_engine .container-contact100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  //padding: 15px;
  //background: transparent;
  background: radial-gradient(#fff, transparent);
  
}

.html_engine .wrap-contact100 {
  width: 100%;
  background: transparent;
  border-radius: 10px;
  overflow: hidden;
  padding: 0px 55px 0px 55px;
}


/*------------------------------------------------------------------
[  ]*/

.html_engine .contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.html_engine .contact100-form-title {
  display: block;
  width: 100%;
  font-family: Montserrat-Black;
  font-size: 39px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 59px;
}



/*------------------------------------------------------------------
[  ]*/

.html_engine .wrap-input100 {
  width: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  padding: 10px 30px 9px 22px;
  margin-bottom: 20px;
}

.html_engine .rs2-wrap-input100 {
  width: calc((100% - 30px) / 2);
}

.html_engine .rs3-wrap-input100 {
  width: calc((100% - 30px) / 3);
}

.html_engine .rs4-wrap-input100 {
  width: calc((100% - 30px) / 4);
}

.html_engine .rs5-wrap-input100 {
  width: calc((100% - 30px) / 5);
}

.html_engine .rs6-wrap-input100 {
  width: calc((100% - 30px) / 6);
}

.html_engine .label-input100 {
  font-family: Montserrat-SemiBold;
  font-size: 10px;
  color: #393939;
  line-height: 1.5;
  text-transform: uppercase;
}

.html_engine .input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  padding-right: 15px;
}


/*---------------------------------------------*/
.html_engine input.input100 {
  height: 40px;
}


.html_engine textarea.input100 {
  min-height: 120px;
  padding-top: 9px;
  padding-bottom: 13px;
}


.html_engine .input100:focus + .focus-input100::before {
  width: 100%;
}

.html_engine .has-val.input100 + .focus-input100::before {
  width: 100%;
}


/*------------------------------------------------------------------
[ Button ]*/
.html_engine .container-contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  width: 100%;
}

.html_engine .contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background-color: #333333;
  border-radius: 25px;

  font-family: Montserrat-Medium;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.html_engine .contact100-form-btn i {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.html_engine .contact100-form-btn:hover {
  background-color: #00ad5f;
}

.html_engine .contact100-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 768px) {
.html_engine .rs1-wrap-input100 {
    width: 100%;
  }

}

@media (max-width: 576px) {
.html_engine .wrap-contact100 {
    padding: 62px 15px 90px 15px;
  }

.html_engine .wrap-input100 {
    padding: 10px 10px 9px 10px;
  }
}



/*------------------------------------------------------------------
[ Alert validate ]*/

.html_engine .validate-input {
  position: relative;
}

.html_engine .alert-validate::before {
  content: attr(data-validate);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  width: 0%;
  min-height: 0px;
  background-color: #f7f7f7;
  top: 35px;
  left: 0px;
  padding: 0 45px 0 22px;
  pointer-events: none;

  font-family: Montserrat-SemiBold;
  font-size: 18px;
  color: #fa4251;
  line-height: 1.2;
}

.html_engine .btn-hide-validate {
  font-family: Material-Design-Iconic-Font;
  font-size: 18px;
  color: #fa4251;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 35px;
  right: 12px;
}

.html_engine .rs1-alert-validate.alert-validate::before {
  background-color: #fff;
}

.html_engine .true-validate::after {
  content: "\f26b";
  font-family: Material-Design-Iconic-Font;
  font-size: 18px;
  color: #00ad5f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 35px;
  right: 10px;
}

/*---------------------------------------------*/
@media (max-width: 576px) {
.html_engine .alert-validate::before {
    padding: 0 10px 0 10px;
  }

.html_engine .true-validate::after,
.html_engine .btn-hide-validate {
    right: 0px;
    width: 30px;
  }
}


/*==================================================================
[ Restyle Select2 ]*/

.html_engine .select2-container {
  display: block;
  max-width: 100% !important;
  width: auto !important;
}

.html_engine .select2-container .select2-selection--single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  height: 40px;
  outline: none;
  position: relative;
}

.html_engine .select-option{
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	background-color:transparent;
	border: none;
	width: 80%;
	margin-left: 5%;
}


/*------------------------------------------------------------------
[ in select ]*/
.html_engine .select2-container .select2-selection--single .select2-selection__rendered {
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  padding-left: 0px ;
  background-color: transparent;
}

.html_engine .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.html_engine .select2-selection__arrow b {
  display: none;
}

.html_engine .select2-selection__arrow::before {
  content: '\f312';
  font-family: Material-Design-Iconic-Font;
  font-size: 18px;
  color: #555555;
}


/*------------------------------------------------------------------
[ Dropdown option ]*/
.html_engine .select2-container--open .select2-dropdown {
  z-index: 1251;
  width: calc(100% + 2px);
  border: 0px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
  left: -24px;

  box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 576px) {
.html_engine .select2-container--open .select2-dropdown {
    left: -12px;
  }
}

.html_engine .select2-dropdown--above {top: -38px;}
.html_engine .select2-dropdown--below {top: 10px;}

.html_engine .select2-container .select2-results__option[aria-selected] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
}

@media (max-width: 576px) {
.html_engine .select2-container .select2-results__option[aria-selected] {
    padding-left: 12px;
  }
}

.html_engine .select2-container .select2-results__option[aria-selected="true"] {
  background: #00ad5f;
  color: white;
}

.html_engine .select2-container .select2-results__option--highlighted[aria-selected] {
  background: #00ad5f;
  color: white;
}

.html_engine .select2-results__options {
  font-family: Montserrat-SemiBold;
  font-size: 14px;
  color: #555555;
  line-height: 1.2;
}

.html_engine .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: none;
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #333333;
  line-height: 1.2;
}

.html_engine .wrap-input100 .dropDownSelect2 .select2-container--open {
  width: 100% !important;
}

.html_engine .wrap-input100 .dropDownSelect2 .select2-dropdown {
  width: calc(100% + 2px) !important;
}

/*==================================================================
[ Restyle Radio ]*/
.html_engine .wrap-contact100-form-radio {
  width: 100%;
  padding: 15px 25px 0 25px;
}

.html_engine .contact100-form-radio {
  padding-bottom: 5px;
}

.html_engine .input-radio100 {
  display: none;
}

.html_engine .label-radio100 {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
}

.html_engine .label-radio100::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #cdcdcd;
  background: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.html_engine .label-radio100::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 6px solid transparent;
  background: #00ad5f;
  -moz-background-clip: padding;     
  -webkit-background-clip: padding;  
  background-clip: padding-box; 
  left: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
  box-sizing: inherit;
  

}

.html_engine .input-radio100:checked + .label-radio100::after {
  display: block;
}


/*==================================================================
[ rs NoUI ]*/
.html_engine .wrap-contact100-form-range {
  width: 100%;
  padding: 20px 25px 57px 25px;
}

.html_engine .contact100-form-range-value {
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  padding-top: 10px;
  padding-bottom: 30px;
}

.html_engine .contact100-form-range-value input {
  display: none;
}

.html_engine #filter-bar {
  height: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 9px;
  background-color: #f7f7f7;
}
.html_engine #filter-bar .noUi-connect {
  border: 1px solid #e6e6e6;
  border-radius: 9px;
  background-color: #00ad5f;
  box-shadow: none;
}
.html_engine #filter-bar .noUi-handle {
  width: 40px;
  height: 36px;
  border: 1px solid #cccccc;
  border-radius: 9px;
  background: #f5f5f5;
  cursor: pointer;
  box-shadow: none;
  outline: none;
  top: -8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.html_engine #filter-bar .noUi-handle.noUi-handle-lower {
  left: -1px;
}

.html_engine #filter-bar .noUi-handle.noUi-handle-upper {
  left: -39px;
}

.html_engine #filter-bar .noUi-handle:before {
  content: "";
  display: block;
  position: unset;
  height: 12px;
  width: 9px;
  background-color: transparent;
  border-left: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
}
.html_engine #filter-bar .noUi-handle:after {
  display: none;
}

@media (max-width: 576px) {
.html_engine .wrap-contact100-form-range {
    padding: 20px 0px 57px 0px;
  }

.html_engine .wrap-contact100-form-radio {
    padding: 15px 0px 0 0px;
  }
}

.input_layout_25{
	box-sizing: border-box;
	width: calc((100% - 30px) / 4);
	max-width: 24%;
	display: inline-block;
}
.input_layout_100{
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	display: inline-block;
}
.input_layout_50{
	box-sizing: border-box;
	width: 49%;
	max-width: 49%;
	display: inline-block;
}
.input_layout_33{
	box-sizing: border-box;
	width: 49%;
	max-width: 49%;
	display: inline-block;
}

