/*v012023.1*/

body{margin:0; padding:0;}
.__hide{display:none !important;}
.__pointer{cursor: pointer;}
.__hover:hover{background-color:#f5f5f5;}
.__block{display:block; width:100%;}
.__inline{display:inline-block;}
.__hu:hover{text-decoration: underline;}
.__fr{ float:right; }

.__bg-faded{
  opacity: 50%;
}

.__bg-danger{
  background-color: red !important;
  background: red !important;
}

.__bg-success{
  background-color: #02b902 !important;
  background: #02b902 !important;
}

.__bg-white{
  background-color: white !important;
  background: white !important;
}

.__vam{
  display: flex;
  align-items: center;
}

/***********************************
   Margin & Padding
************************************/
.__m-auto{margin:0 auto !important;}

.__mt-0{margin-top:0px !important;}
.__mt-05{margin-top:5px !important;}
.__mt-1{margin-top:10px !important;}
.__mt-2{margin-top:20px !important;}
.__mt-3{margin-top:30px !important;}
.__mt-4{margin-top:40px !important;}
.__mt-5{margin-top:50px !important;}
.__mt-6{margin-top:60px !important;}
.__mt-7{margin-top:70px !important;}
.__mt-8{margin-top:80px !important;}
.__mt-9{margin-top:90px !important;}
.__mt-10{margin-top:100px !important;}
.__mt-20{margin-top:200px !important;}

.__mb-0{margin-bottom:0px !important;}
.__mb-05{margin-bottom:5px !important;}
.__mb-1{margin-bottom:10px !important;}
.__mb-2{margin-bottom:20px !important;}
.__mb-3{margin-bottom:30px !important;}
.__mb-4{margin-bottom:40px !important;}
.__mb-5{margin-bottom:50px !important;}
.__mb-6{margin-bottom:60px !important;}
.__mb-7{margin-bottom:70px !important;}
.__mb-8{margin-bottom:80px !important;}
.__mb-9{margin-bottom:90px !important;}
.__mb-10{margin-bottom:100px !important;}
.__mb-20{margin-bottom:200px !important;}

.__mr-0{margin-right:0px !important;}
.__mr-05{margin-right:5px !important;}
.__mr-1{margin-right:10px !important;}
.__mr-2{margin-right:20px !important;}
.__mr-3{margin-right:30px !important;}
.__mr-4{margin-right:40px !important;}
.__mr-5{margin-right:50px !important;}
.__mr-6{margin-right:60px !important;}
.__mr-10{margin-right:100px !important;}

.__ml-0{margin-left:0px !important;}
.__ml-05{margin-left:5px !important;}
.__ml-1{margin-left:10px !important;}
.__ml-2{margin-left:20px !important;}
.__ml-3{margin-left:30px !important;}
.__ml-4{margin-left:40px !important;}
.__ml-5{margin-left:50px !important;}
.__ml-6{margin-left:60px !important;}
.__ml-7{margin-left:70px !important;}
.__ml-8{margin-left:80px !important;}
.__ml-9{margin-left:90px !important;}
.__ml-10{margin-left:100px !important;}

.__mx-0{margin-left:0px; margin-right:0px;}
.__mx-05{margin-left:5px; margin-right:5px;}
.__mx-1{margin-left:10px; margin-right:10px;}
.__mx-2{margin-left:20px; margin-right:20px;}
.__mx-3{margin-left:30px; margin-right:30px;}
.__mx-4{margin-left:40px; margin-right:40px;}
.__mx-5{margin-left:50px; margin-right:50px;}
.__mx-6{margin-left:60px; margin-right:60px;}

.__my-0{margin-top:0px; margin-bottom:0px;}
.__my-05{margin-top:5px; margin-bottom:5px;}
.__my-1{margin-top:10px; margin-bottom:10px;}
.__my-2{margin-top:20px; margin-bottom:20px;}
.__my-3{margin-top:30px; margin-bottom:30px;}
.__my-4{margin-top:40px; margin-bottom:40px;}
.__my-5{margin-top:50px; margin-bottom:50px;}
.__my-6{margin-top:60px; margin-bottom:60px;}
.__my-10{margin-top:100px; margin-bottom:100px;}

.__m-0{margin:0px;}
.__m-05{margin:5px;}
.__m-1{margin:10px;}
.__m-2{margin:20px;}
.__m-3{margin:30px;}
.__m-4{margin:40px;}
.__m-5{margin:50px;}
.__m-6{margin:60px;}

.__pt-0{padding-top:0px !important;}
.__pt-05{padding-top:5px !important;}
.__pt-1{padding-top:10px !important;}
.__pt-2{padding-top:20px !important;}
.__pt-3{padding-top:30px !important;}
.__pt-4{padding-top:40px !important;}
.__pt-5{padding-top:50px !important;}

.__pb-0{padding-bottom:0px !important;}
.__pb-1{padding-bottom:10px !important;}
.__pb-2{padding-bottom:20px !important;}
.__pb-3{padding-bottom:30px !important;}
.__pb-4{padding-bottom:40px !important;}
.__pb-5{padding-bottom:50px !important;}

.__pl-0{padding-left:0px !important;}
.__pl-1{padding-left:10px !important;}
.__pl-2{padding-left:20px !important;}
.__pl-3{padding-left:30px !important;}
.__pl-4{padding-left:40px !important;}
.__pl-5{padding-left:50px !important;}

.__pr-0{padding-right:0px !important;}
.__pr-1{padding-right:10px !important;}
.__pr-2{padding-right:20px !important;}
.__pr-3{padding-right:30px !important;}
.__pr-4{padding-right:40px !important;}
.__pr-5{padding-right:50px !important;}

.__px-0{padding-left:0px; padding-right:0px;}
.__px-05{padding-left:5px; padding-right:5px;}
.__px-1{padding-left:10px; padding-right:10px;}
.__px-2{padding-left:20px; padding-right:20px;}
.__px-3{padding-left:30px; padding-right:30px;}
.__px-4{padding-left:40px; padding-right:40px;}
.__px-5{padding-left:50px; padding-right:50px;}

.__py-0{padding-top:0px; padding-bottom:0px;}
.__py-05{padding-top:5px; padding-bottom:5px;}
.__py-1{padding-top:10px; padding-bottom:10px;}
.__py-2{padding-top:20px; padding-bottom:20px;}
.__py-3{padding-top:30px; padding-bottom:30px;}
.__py-4{padding-top:40px; padding-bottom:40px;}
.__py-5{padding-top:50px; padding-bottom:50px;}
.__py-6{padding-top:60px; padding-bottom:60px;}
.__py-7{padding-top:70px; padding-bottom:70px;}
.__py-8{padding-top:80px; padding-bottom:80px;}
.__py-9{padding-top:90px; padding-bottom:90px;}
.__py-10{padding-top:100px; padding-bottom:100px;}

.__p-0{padding:0px; }
.__p-05{padding:5px; }
.__p-1{padding:10px; }
.__p-2{padding:20px; }
.__p-3{padding:30px; }
.__p-4{padding:40px; }
.__p-5{padding:50px; }

/***********************************
   MAX WIDTH
************************************/
.__mxw-1{
  width:100%;
  max-width:100px;
}
.__mxw-2{
  width:100%;
  max-width:200px;
}
.__mxw-3{
  width:100%;
  max-width:300px;
}
.__mxw-4{
  width:100%;
  max-width:400px;
}
.__mxw-5{
  width:100%;
  max-width:500px;
}
.__mxw-6{
  width:100%;
  max-width:600px;
}
.__mxw-7{
  width:100%;
  max-width:700px;
}
.__mxw-8{
  width:100%;
  max-width:800px;
}

.__brdr{
  border:1px solid #d9d9d9;
}

.__bb, .__bb-1{
  border-bottom:1px solid #d9d9d9;
}
.__bb-2{
  border-bottom:2px solid #d9d9d9;
}
.__bb-3{
  border-bottom:3px solid #d9d9d9;
}

.__bt, .__bt-1{
  border-top:1px solid #d9d9d9;
}
.__bt-2{
  border-top:2px solid #d9d9d9;
}
.__bt-3{
  border-top:3px solid #d9d9d9;
}

.__by, .__by-1{
  border-top:1px solid #d9d9d9;
  border-bottom:1px solid #d9d9d9;
}
.__by-2{
  border-top:2px solid #d9d9d9;
  border-bottom:2px solid #d9d9d9;
}
.__by-3{
  border-top:3px solid #d9d9d9;
  border-bottom:3px solid #d9d9d9;
}

.__bg-0{
  background:#ffffff;
}

.__bg-1{
  background:#f9f9f9;
}

.__bg-2{
  background:#e9e9e9;
}

.__bg-notice{
  background:#ffe9ac;
}


.__odd{
  background:rgba(0,0,0,0.1)
}

/***********************************
   Text
************************************/
.__uc{text-transform: uppercase;}
.__tc{text-align: center;}
.__tr{text-align:right;}
.__aclean{ text-decoration: none !important; }
.__bold{ font-weight: bold;}
.__thin{ font-weight:100 !important; }
.__big{font-size:1.2rem;}
.__bigger{font-size:1.5rem;}
.__small{font-size:0.85em;}
.__smaller{font-size:0.75em;}
.__tiny{font-size:0.5rem;}
.__text-muted, .__muted{color:#999;}
.__xmuted{color:#cecece;}
.__red{color:#ff0000;}
.__white{color:#fff;}

/***********************************
   Corner Rounding
************************************/
.__round-05{
  border-radius: 5px;
}

.__round-1{
  border-radius: 10px;
}

.__round-2{
  border-radius: 20px;
}

.__noof{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/***********************************
   INPUT
************************************/
input[type=text],input[type=password], select{
   border: 1px solid #ccc;
   border-radius: 4px;
}

input.__thick[type=text],input.__thick[type=password], select.__thick{
  padding: 12px 20px;
}

.__is-invalid{ border:1px solid red !important;}

.__input-helper{ color:#999999; font-size:0.8rem;}
/***********************************
   Spinners
************************************/
.spinner {
    border: .25em solid #f3f3f3; /* Light grey */
    border-top: .25em solid #333; /* Blue */
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    display: inline-block;
    vertical-align: middle;
    animation: spin 1s linear infinite;
  }
  
.spinner-big{ 
    width: 2rem;
    height: 2rem;
}

.spinner-bigger{ 
    width: 4rem;
    height: 4rem;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/***********************************
  AUTOCOMPLETE
************************************/
/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
}

.__autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.__autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.__autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.__autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

/***********************************
TOAST
************************************/
.__toast {
   visibility: hidden;
   min-width: 250px;
   margin-left: -125px;
   background-color: #333;
   color: #fff;
   text-align: center;
   border-radius: 2px;
   padding: 16px;
   position: fixed;
   z-index: 99999999999999999;
   left: 50%;
   bottom: 30px;
   font-size: 17px;
 }
 
 .showToast {
   visibility: visible;
   -webkit-animation: __toastFadein 0.5s, __toastFadeout 0.5s 2.5s;
   animation: __toastFadein 0.5s, __toastFadeout 0.5s 2.5s;
 }

 .showToast5 {
  visibility: visible;
  -webkit-animation: __toastFadein 0.5s, __toastFadeout 0.5s 5s;
  animation: __toastFadein 0.5s, __toastFadeout 0.5s 5s;
}

.showToast8 {
  visibility: visible;
  -webkit-animation: __toastFadein 0.5s, __toastFadeout 0.5s 8s;
  animation: __toastFadein 0.5s, __toastFadeout 0.5s 8s;
}

 
 @-webkit-keyframes __toastFadein {
   from {bottom: 0; opacity: 0;} 
   to {bottom: 30px; opacity: 1;}
 }
 
 @keyframes __toastFadein {
   from {bottom: 0; opacity: 0;}
   to {bottom: 30px; opacity: 1;}
 }
 
 @-webkit-keyframes __toastFadeout {
   from {bottom: 30px; opacity: 1;} 
   to {bottom: 0; opacity: 0;}
 }
 
 @keyframes __toastFadeout {
   from {bottom: 30px; opacity: 1;}
   to {bottom: 0; opacity: 0;}
 }


 canvas.signatureCanvas{
  border:1px solid #dfdfdf;

 }

/****************************************************
 TOOLTIP
****************************************************/
.__tooltip {
  position: relative;
  display: inline-block;  
}

.__tooltip .__tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.__tooltip .__tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.__tooltip:hover .__tooltiptext {
  visibility: visible;
  opacity: 1;
}


.__stickyFooter {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}



 @media (max-width: 767px) {
  .m__block{display:block; width:100%;}
  .m__hide{display:none;}
  .m__show{display:block;}
  .m__fr{ float:right; }

  .m__uc{text-transform: uppercase;}
  .m__tc{text-align: center;}
  .m__tr{text-align:right;}
  .m__aclean{ text-decoration: none !important; }
  .m__bold{ font-weight: bold;}
  .m__thin{ font-weight:100 !important; }
  .m__big{font-size:1.2rem;}
  .m__bigger{font-size:1.5rem;}
  .m__small{font-size:0.85em;}
  .m__smaller{font-size:0.75em;}
  .m__tiny{font-size:0.5rem;}
  .m__text-muted, .__muted{color:#999;}
  .m__xmuted{color:#cecece;}
  .m__red{color:#ff0000;}
  .m__white{color:#fff;}

  /***********************************
   Margin & Padding
  ************************************/
  .m__m-auto{margin:0 auto !important;}

  .m__mt-0{margin-top:0px !important;}
  .m__mt-05{margin-top:5px !important;}
  .m__mt-1{margin-top:10px !important;}
  .m__mt-2{margin-top:20px !important;}
  .m__mt-3{margin-top:30px !important;}
  .m__mt-4{margin-top:40px !important;}
  .m__mt-5{margin-top:50px !important;}
  .m__mt-6{margin-top:60px !important;}

  .m__mb-0{margin-bottom:0px !important;}
  .m__mb-05{margin-bottom:5px !important;}
  .m__mb-1{margin-bottom:10px !important;}
  .m__mb-2{margin-bottom:20px !important;}
  .m__mb-3{margin-bottom:30px !important;}
  .m__mb-4{margin-bottom:40px !important;}
  .m__mb-5{margin-bottom:50px !important;}
  .m__mb-6{margin-bottom:60px !important;}

  .m__mr-0{margin-right:0px !important;}
  .m__mr-05{margin-right:5px !important;}
  .m__mr-1{margin-right:10px !important;}
  .m__mr-2{margin-right:20px !important;}
  .m__mr-3{margin-right:30px !important;}
  .m__mr-4{margin-right:40px !important;}
  .m__mr-5{margin-right:50px !important;}
  .m__mr-6{margin-right:60px !important;}

  .m__ml-0{margin-left:0px !important;}
  .m__ml-05{margin-left:5px !important;}
  .m__ml-1{margin-left:10px !important;}
  .m__ml-2{margin-left:20px !important;}
  .m__ml-3{margin-left:30px !important;}
  .m__ml-4{margin-left:40px !important;}
  .m__ml-5{margin-left:50px !important;}
  .m__ml-6{margin-left:60px !important;}
  .m__ml-7{margin-left:70px !important;}
  .m__ml-8{margin-left:80px !important;}
  .m__ml-9{margin-left:90px !important;}
  .m__ml-10{margin-left:100px !important;}

  .m__mx-0{margin-left:0px; margin-right:0px;}
  .m__mx-05{margin-left:5px; margin-right:5px;}
  .m__mx-1{margin-left:10px; margin-right:10px;}
  .m__mx-2{margin-left:20px; margin-right:20px;}
  .m__mx-3{margin-left:30px; margin-right:30px;}
  .m__mx-4{margin-left:40px; margin-right:40px;}
  .m__mx-5{margin-left:50px; margin-right:50px;}
  .m__mx-6{margin-left:60px; margin-right:60px;}

  .m__my-0{margin-top:0px; margin-bottom:0px;}
  .m__my-05{margin-top:5px; margin-bottom:5px;}
  .m__my-1{margin-top:10px; margin-bottom:10px;}
  .m__my-2{margin-top:20px; margin-bottom:20px;}
  .m__my-3{margin-top:30px; margin-bottom:30px;}
  .m__my-4{margin-top:40px; margin-bottom:40px;}
  .m__my-5{margin-top:50px; margin-bottom:50px;}
  .m__my-6{margin-top:60px; margin-bottom:60px;}
  .m__my-10{margin-top:100px; margin-bottom:100px;}

  .m__m-0{margin:0px;}
  .m__m-05{margin:5px;}
  .m__m-1{margin:10px;}
  .m__m-2{margin:20px;}
  .m__m-3{margin:30px;}
  .m__m-4{margin:40px;}
  .m__m-5{margin:50px;}
  .m__m-6{margin:60px;}

  .m__pt-0{padding-top:0px !important;}
  .m__pt-1{padding-top:10px !important;}
  .m__pt-2{padding-top:20px !important;}
  .m__pt-3{padding-top:30px !important;}
  .m__pt-4{padding-top:40px !important;}
  .m__pt-5{padding-top:50px !important;}

  .m__pb-0{padding-bottom:0px !important;}
  .m__pb-1{padding-bottom:10px !important;}
  .m__pb-2{padding-bottom:20px !important;}
  .m__pb-3{padding-bottom:30px !important;}
  .m__pb-4{padding-bottom:40px !important;}
  .m__pb-5{padding-bottom:50px !important;}

  .m__pl-0{padding-left:0px !important;}
  .m__pl-1{padding-left:10px !important;}
  .m__pl-2{padding-left:20px !important;}
  .m__pl-3{padding-left:30px !important;}
  .m__pl-4{padding-left:40px !important;}
  .m__pl-5{padding-left:50px !important;}

  .m__pr-0{padding-right:0px !important;}
  .m__pr-1{padding-right:10px !important;}
  .m__pr-2{padding-right:20px !important;}
  .m__pr-3{padding-right:30px !important;}
  .m__pr-4{padding-right:40px !important;}
  .m__pr-5{padding-right:50px !important;}

  .m__px-0{padding-left:0px; padding-right:0px;}
  .m__px-05{padding-left:5px; padding-right:5px;}
  .m__px-1{padding-left:10px; padding-right:10px;}
  .m__px-2{padding-left:20px; padding-right:20px;}
  .m__px-3{padding-left:30px; padding-right:30px;}
  .m__px-4{padding-left:40px; padding-right:40px;}
  .m__px-5{padding-left:50px; padding-right:50px;}

  .m__py-0{padding-top:0px; padding-bottom:0px;}
  .m__py-05{padding-top:5px; padding-bottom:5px;}
  .m__py-1{padding-top:10px; padding-bottom:10px;}
  .m__py-2{padding-top:20px; padding-bottom:20px;}
  .m__py-3{padding-top:30px; padding-bottom:30px;}
  .m__py-4{padding-top:40px; padding-bottom:40px;}
  .m__py-5{padding-top:50px; padding-bottom:50px;}

  .m__p-0{padding:0px; }
  .m__p-05{padding:5px; }
  .m__p-1{padding:10px; }
  .m__p-2{padding:20px; }
  .m__p-3{padding:30px; }
  .m__p-4{padding:40px; }
  .m__p-5{padding:50px; }
  
  .m__miw-1{
    width:100%;
    min-width:100px;
  }
  .m__miw-2{
    width:100%;
    min-width:200px;
  }
  .m__miw-3{
    width:100%;
    min-width:300px;
  }
  .m__miw-4{
    width:100%;
    min-width:400px;
  }
  .m__miw-5{
    width:100%;
    min-width:500px;
  }
  .m__miw-6{
    width:100%;
    min-width:600px;
  }
  .m__miw-7{
    width:100%;
    min-width:700px;
  }
  .m__miw-8{
    width:100%;
    min-width:800px;
  }

 }

 @media (min-width: 768px) {

  .d__block{display:block; width:100%;}
  .d__hide{display:none;}
  .d__show{display:block;}
  .d__fr{ float:right; }

  .d__uc{text-transform: uppercase;}
  .d__tc{text-align: center;}
  .d__tr{text-align:right;}
  .d__aclean{ text-decoration: none !important; }
  .d__bold{ font-weight: bold;}
  .d__thin{ font-weight:100 !important; }
  .d__big{font-size:1.2rem;}
  .d__bigger{font-size:1.5rem;}
  .d__small{font-size:0.85em;}
  .d__smaller{font-size:0.75em;}
  .d__tiny{font-size:0.5rem;}
  .d__text-muted, .__muted{color:#999;}
  .d__xmuted{color:#cecece;}
  .d__red{color:#ff0000;}
  .d__white{color:#fff;}

  .d__brdr{ border:1px solid #d9d9d9; }
  .d__shadow{ box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.3); }

  .d__bg-0{ background:#ffffff; }
  .d__bg-1{ background:#f9f9f9; }
  .d__bg-2{ background:#e9e9e9; }

  .d__px-0{padding-left:0px; padding-right:0px;}
  .d__px-05{padding-left:5px; padding-right:5px;}
  .d__px-1{padding-left:10px; padding-right:10px;}
  .d__px-2{padding-left:20px; padding-right:20px;}
  .d__px-3{padding-left:30px; padding-right:30px;}
  .d__px-4{padding-left:40px; padding-right:40px;}
  .d__px-5{padding-left:50px; padding-right:50px;}
  
  .d__m-auto{margin:0 auto !important;}
  
  .d__mxw-1{
    width:100%;
    max-width:100px;
  }
  .d__mxw-2{
    width:100%;
    max-width:200px;
  }
  .d__mxw-3{
    width:100%;
    max-width:300px;
  }
  .d__mxw-4{
    width:100%;
    max-width:400px;
  }
  .d__mxw-5{
    width:100%;
    max-width:500px;
  }
  .d__mxw-6{
    width:100%;
    max-width:600px;
  }
  .d__mxw-7{
    width:100%;
    max-width:700px;
  }
  .d__mxw-8{
    width:100%;
    max-width:800px;
  }

 }
