/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

/*@font-face {*/
/*  font-family: Poppins-Regular;*/
/*  src: url('../fonts/poppins/Poppins-Regular.ttf'); */
/*}*/

/*@font-face {*/
/*  font-family: Poppins-Medium;*/
/*  src: url('../fonts/poppins/Poppins-Medium.ttf'); */
/*}*/

/*@font-face {*/
/*  font-family: Poppins-Bold;*/
/*  src: url('../fonts/poppins/Poppins-Bold.ttf'); */
/*}*/

/*@font-face {*/
/*  font-family: Poppins-SemiBold;*/
/*  src: url('../fonts/poppins/Poppins-SemiBold.ttf'); */
/*}*/

/*@font-face {*/
/*  font-family: Montserrat-Bold;*/
/*  src: url('../fonts/montserrat/Montserrat-Bold.ttf'); */
/*}*/

@font-face {
  font-family: Roboto;
  src: url('../fonts/roboto/roboto-v20-latin-regular.woff'); 
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/roboto/roboto-v20-latin-regular.ttf'); 
}



/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
  font-family: Roboto !important;
}

.content{
  margin-top: 20px;
  margin-bottom: 20px;
}
.checkboxUrgent{
  margin-top: 15px
}


/*---------------------------------------------*/
a {
	font-family: Roboto;
	font-size: 14px;
	line-height: 1.7;
	color: white;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a.link{
  color: #a5312e;
}
a:focus {
	outline: none !important;
}

a:hover {
  /* color: whitesmoke; */
	text-decoration: underline;
}

a.main-btn:hover{
  color: whitesmoke;
	text-decoration: none;
}

.hov.a:hover{
  color: whitesmoke;
	text-decoration: none;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  margin: 0px;
  font-family: Roboto !important;
}

h1.fontsize
{
  font-size:30px;
  font-family: Roboto !important;
}
p {
	font-family: Roboto;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}

/* ---------customs-------- */
#btn--yp {
  box-sizing: content-box;
  position: fixed;
  z-index: 9;
  bottom: 1em;
  right: 1em;
  border: solid 1em transparent;
  width: 4.625em;
  height: 3.25em;
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/2017/icon-yp.svg) 50%/cover content-box;
  font: 16px/ 1.25 trebuchet ms, sans-serif;
  text-indent: 200vw;
  text-shadow: none;
  filter: grayscale(1) drop-shadow(0 0 1px #e8e0e0);
  transition: .5s;
  white-space: nowrap;
}
#btn--yp:before {
  box-sizing: inherit;
  position: absolute;
  left: 0;
  bottom: 100%;
  margin: 1em -.5em;
  padding: .5em;
  width: 100%;
  border-radius: 5px;
  background: #e8e0e0;
  color: #000;
  text-align: center;
  text-decoration: none;
  text-indent: 0vw;
  white-space: normal;
  animation: float 1s ease-in-out infinite alternate;
  content: attr(data-txt);
}
#btn--yp:hover, #btn--yp:focus {
  outline: none;
  filter: grayscale(0) drop-shadow(0 0 1px crimson);
}

@keyframes float {
  to {
    transform: translateY(0.75em);
  }
}

.white{
  color: white;
}

.main-btn {
  --p: 0;
  --q: calc(1 - var(--p));
  height: 5em;
  width: 11em;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #a5312e;;
  color: white;
  font: 700 1.125em/ 5 Roboto;
  font-weight: 100;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  margin-left: 20px;
  margin-right: 20px;
}


.main-btn:hover{
  background-color: #c87171;
  text-decoration: none;
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

    a.main-btn{
      margin-bottom: 15px;
    }

}

@media only screen 
  /* and (min-device-width: 768px)  */
  and (max-device-width: 768px) {

    a.main-btn{
      margin-bottom: 20px;
    }

}

.bc{
  border-radius: 50px;
  width: auto;
  float: right;
}

@media only screen and (max-width: 768px){
  h2.titleMobile{
    text-align: center;
  }
  .bc{
    justify-content: center !important;
    margin-top: 20px;
    width: auto;
    float: none;
  }
}



/* ------------------------ */
.button-lower{
  width: 250px;
    height: 50px;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    line-height: 50px;
    text-align: center;
}

a.lightblue{
  color: #0076A8 !important;
}
.darkblue{
  color: #01426A;
}


a.fa:hover{
  color: black;
  text-decoration: none;
}

div.form-inline label.col-md-4.right-indent{
  justify-content: flex-end;
}
.bottom{
  margin-bottom: 15px;
}

.font{
  font-family: Roboto;
  font-size: 12px;
}

.shadow{
  background-color: #fafafa;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.12);
}

.breadlayout{
  margin-top: 20px;
}

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}

.badgeLayout{
  margin-right: 3px;
  margin-left: 3px;
}

@media only screen and (max-width: 768px){
  ul.pagination {
    justify-content: center !important;
    margin-left: -15px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
 }
 .dataTables_info{
  justify-content: center !important;
  margin-left: 15px !important;
 }
}
.title{
  text-align: left;
  padding: 0px;
}

.buttons{
  display: inline-flex;
  justify-content: flex-end;
  padding: 0px;
}
@media only screen and (max-width: 768px){
  .title{
    text-align: center;
  }
  .buttons{
    justify-content: center;
    margin-top: 10px;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

.extralarge{
  padding: 18px 28px;
    font-size: 30px; 
    line-height: normal;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}


/*//////////////////////////////////////////////////////////////////
[ utility ]*/

/*==================================================================
[ Text ]*/
.txt1 {
  font-family: Roboto;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
}

.txt2 {
  font-family: Roboto;
  font-size: 15px;
  line-height: 1.6;
  color: #999999;
}

.txt3 {
  font-family: Roboto;
  font-size: 15px;
  line-height: 1.6;
  color: #cfcfcf;
  /* color: brown; */
}

/*==================================================================
[ Size ]*/
.size1 {
  width: 355px;
  max-width: 100%;
}

.size2 {
  width: calc(100% - 43px);
}


/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.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: #f2f2f2;
  
}

/* CHANGES */
.wrap-contact100 {
  width: 600px;
  background: #fff;
  overflow: hidden;
  /* display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse; */

}

/*==================================================================
[ Contact more ]*/
.contact100-more {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 30px 15px 0px 15px;
}

.contact100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: rgba(0,0,0,0.8); */
}



/*==================================================================
[ Form ]*/
/* CHANGES */
.contact100-form {
  /* width: 50%; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 35px 55px 63px 55px;
}

.contact100-form-title {
  width: 100%;
  display: block;
  font-family: Roboto;
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 33px;
}




/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
}

.rs1-wrap-input100,
.rs2-wrap-input100 {
  width: 50%;
}

.rs2-wrap-input100 {
  border-left: none;
}

.label-input100 {
  font-family: Roboto;
  font-size: 12px;
  color: #555555;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1px;
  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 55px;
  border: 1px solid #e6e6e6;
  border-bottom: none; 
  padding: 10px 25px;
  margin-top: 15px;
  margin-bottom: 0;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: Roboto;
  font-size: 18px;
  color: #666666;
  line-height: 1.2;
  padding: 0 25px;
}

input.input100 {
  height: 55px;
}


textarea.input100 {
  min-height: 139px;
  padding-top: 19px;
  padding-bottom: 15px;
}

/*---------------------------------------------*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  /*border: 1px solid #00ad5f;*/
  border: 1px solid #a5312e;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}



/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 23px;
}

.container-contact100-form-btn-left {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding-top: 23px;
  padding-bottom: 23px;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
  min-width: 200px;
  height: 50px;
  border-radius: 2px;
  /*background: #00ad5f;*/
  background: #a5312e;
  text-align: center;

  font-family: Roboto;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn-register {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
  min-width: 100px;
  height: 50px;
  border-radius: 50px;
  /*background: #00ad5f;*/
  background: rgb(9, 189, 9);
  text-align: center;

  font-family: Roboto;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn-logout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
  min-width: 100px;
  height: 50px;
  border-radius: 50px;
  /*background: #00ad5f;*/
  background: #a5312e;
  text-align: center;

  font-family: Roboto;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover {
  background: #c87171;
  text-decoration: none;
}

.contact100-form-btn-register:hover {
  background: #20e23a;
  text-decoration: none;
}
.contact100-form-btn-logout:hover {
  background: #c87171;
  text-decoration: none;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
  /* CHANGES */
  .contact100-form {
    /* width: 60%; */
    padding: 56px 30px 63px 30px;
  }

  .contact100-more {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .contact100-form {
    width: 100%;
  }

  .contact100-more {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .contact100-form {
    padding: 56px 15px 63px 15px;
  }

  .rs1-wrap-input100,
  .rs2-wrap-input100 {
    width: 100%;
  }

  .rs2-wrap-input100 {
    border-left: 1px solid #e6e6e6;
    border-top: none;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;

  font-family: Roboto;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}



