
/* ********************* */

/*popup button css*/

.evm-right-top {
    top: 25%;
    right: 0px;
    left: auto;
    z-index: 9999;
    box-sizing: border-box;
    display: block;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(-90deg) translateX(25%);
    transform: rotate(-90deg);
    -moz-transform-origin: right bottom 0;
    -webkit-transform-origin: right bottom 0;
    transform-origin: right bottom 0;
     display: block;
    position: fixed;
    right: 0;
    -webkit-transition: all .4s cubic-bezier(.2,.83,.42,.91);
    transition: all .4s cubic-bezier(.2,.83,.42,.91);
}

.evm-right-bottom {
    top: 75%;
    left: auto;
    right: 0px;
    z-index: 9999;
    box-sizing: border-box;
    display: block;
    -moz-transform: rotate(90deg) translateX(75%);
    -webkit-transform: rotate(-90deg) translateX(75%);
    transform: rotate(-90deg) translateX(75%);
    -moz-transform-origin: right bottom 0;
    -webkit-transform-origin: right bottom 0;
    transform-origin: right bottom 0;
    position: fixed;
    -webkit-transition: all .4s cubic-bezier(.2,.83,.42,.91);
    transition: all .4s cubic-bezier(.2,.83,.42,.91);
}

.evm-bottom-right {
    top: auto;
    bottom: 0;
    right: auto;
    left: 80% !important;
    display: flex;
    position: fixed;
    z-index: 1001;
    -webkit-transition: all .4s cubic-bezier(.2,.83,.42,.91);
    transition: all .4s cubic-bezier(.2,.83,.42,.91);

}
.evm-left-top {
    top: 20%;
    left: 7.5px;
    right: auto;
    z-index: 9999;
    box-sizing: border-box;
    display: block;
     position: fixed;
    -moz-transform: rotate(-90deg); 
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transform-origin: left bottom 0;
    -webkit-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
}

.evm-bottom-left{
    top: auto;
    bottom: 0px;
    right: auto;
    left: 15% !important;
    position: fixed !important;
}
.evm-left-bottom {
    top: 75%;
    left: 7.5px;
    right: auto;
    z-index: 14000000;
    box-sizing: border-box;
    display: block;
    -moz-transform: rotate(90deg) translateY(75%);
    -webkit-transform: rotate(-90deg) translateY(75%);
    transform: rotate(90deg);
    -moz-transform-origin: left bottom 0;
    -webkit-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
    position: fixed;
}


.zoom-in-out-box {
  /*margin: 24px;*/
  /*width: 50px;*/
  /*height: 50px;*/
  height: 100% !important;
  background: #f50057;
  animation: zoom-in 1s;
}

.evmNextBtn{
    height: 35px !important;
    margin-top: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}


/* ********************* */

/*model css*/
/*.modal {*/
/*  display: none; /* Hidden by default */
/*  position: fixed; /* Stay in place */
/*  z-index: 1; /* Sit on top */
/*  padding-top: 100px; /* Location of the box */
/*  left: 0;*/
/*  top: 0;*/
/*  width: 100%; /* Full width */
/*  height: auto; /* Full height */
/*  overflow: auto; /* Enable scroll if needed */
/*  background-color: rgb(0,0,0); /* Fallback color */
/*  background-color: rgb(12 8 8 / 40%); /* Black w/ opacity */
/*}*/

/* Modal Content */
.evmformmodal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  /*width: 40%;*/
   margin-top: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    border-radius: 1%;
}
#evmpopupformbtn{
      text-decoration: none;
    border-radius: 4px;
    font-size: 15px;
    /*margin: 10px 0px 10px;*/
    padding: 8px 20px;
    float: left;
    width: auto;
    color: #fff;
    border: 1px solid rgba(142, 144, 162, 0.30196078431372547);
    background-color: #0084fe;
}

/* The Close Button */
.evmformpopupclose {
  /*color: #aaaaaa;*/
  /*float: right;*/
  font-size: 28px;
  font-weight: bold;
   position: absolute;
    right: 28px;
    /*width: 40px;*/
    /*height: 40px;*/
    margin-top: 0px;
    line-height: normal;
    /*background: yellowgreen;*/
    border-radius: 25px;

}

.evmformpopupclose:hover,
.evmformpopupclose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/*model css end*/

.evm_tab_step {

  display: none;
}

#evmPrevBtn {
  /*background-color: #bbbbbb;*/
}
.evmStep {
  height: 25px;
  width: 25px;
  margin: 0 2px;
  color: #fff;
  background-color: #0084fe;
  border: none;  
  border-radius: 3px;
  padding: 2px 0;
  display: inline-block;
  opacity: 0.3;
  line-height: 20px;
}
.evmStep.active {
  opacity: 1;
}
.evmStep.evmFinish {
  background-color: #00805f;
  opacity: 1;
}

#evmStep span:last-child {
  display: none;
}
/* ********************* */

#sjfb-body {
    background-color: #206fa2;
    font-family: "PT Sans", sans-serif, Helvetica, Arial;
    font-size: 14px;
}

#evm-wrap {
    margin: 0px auto;
    max-width: 800px;
    /*padding: 20px;*/
   
    
}
.evmformview{max-width: 620px; display: flex;flex-direction: column;}
.add-wraptitle{float:left;width:100%; text-transform: uppercase;text-align: center; font-weight: 600; font-size:18px; padding:10px 0px 20px; }

#evm-wrap .hide {
    display: none;
}

#evm-wrap h1 {
    margin-top: 10px;
}

#evm-wrap h3 {
    margin: 6px 0;
    text-transform: capitalize;
}

#evm-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#evm-wrap .add-wrap,
#formbyevm {
    /*background: #f7f7f7;*/
    /*border: 1px solid #ddd;*/
    padding: 10px 20px 20px;
/*    margin-bottom: 20px;*/
}

#evm-wrap .add-wrap a {
    color: #111;
}

#evm-wrap .add-wrap li {
    padding: 2px 0;
}

#evm-wrap .add-wrap li a:hover {
    padding-left: 5px;
    color: #000;
}

#evm-wrap .alert {    
    border: 1px solid #008d4c;
    padding: 10px; 
    float: left;
    width: 100%; 
}

#evm-wrap .alert textarea {
    display: block;
    margin-top: 10px;
    width: 96%;
    min-height: 140px;
}

#evm-wrap h2 {
    margin: 4px 0;
    font-weight: normal;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
    }

#sjfb .field {
    border: 1px solid #ddd;
    margin-bottom: 4px;
    padding: 5px 10px;
}

#sjfb .field:hover {
    background-color: #fbf9ee;
    cursor: move;
}

#sjfb .choices li:hover {
    background-color: #f7fbc7 !important;
    cursor: move;
}

#sjfb label {
    margin: 0;
    font-weight: bold;
}

#sjfb .toggle-selected,
#sjfb .toggle-required {
    margin: 0 0 0 5px;
}

#sjfb .delete {
    float: right;
}

#sjfb input {
    font-weight: normal;
    margin: 0 5px;
}

#sjfb input[type="text"],#sjfb textarea,  #sjfb input[type="email"],  #sjfb-sample select {
    width: 80%;
    max-width: 300px;
}

#sjfb .choices {
    margin: 20px 10px;
    padding: 5px;
    background: #f7f7f7;
    border: 1px solid #ddd;
}

#sjfb .choices li {
    padding: 4px;
    margin: 4px 0;
}

#sjfb .choices li:nth-child(even) {
    background: #e7e7e7;
}

#sjfb .delete-choice {
    margin-left: 5px;
    font-weight: normal;
}

#formbyevm label {
    display: block;
    margin: 2px 0;
}

#formbyevm .form-fields {
    margin: 10px 0;
}

#sjfb > button {
    margin: 20px 0 10px;
}

#formbyevm {
    max-width: 100%;
    float: left;
    width: 100%;
}

#formbyevm input[type="text"],
#formbyevm input[type="email"],
#formbyevm textarea {
    width: 100%;
    max-width: 100%;
    border: 1px solid #ccc;height: 40px;
}

#formbyevm textarea {
    min-height: 70px;
}

#formbyevm label {
    line-height: 1.6em;
}

#formbyevm .sjfb-field {
    margin-bottom: 20px;
}

#formbyevm .sjfb-agree label,
#formbyevm .sjfb-agree input {
    float: left;
}

#formbyevm .required-field > label:after {
    content: " *";
    color: red;
    font-size: 120%;
    font-weight: bold;
}
#evm-form-submit-reset button{    text-decoration: none;
    border-radius: 4px;
    font-size: 15px;
    margin: 10px 15px 10px;
    padding: 8px 20px;
    float: left;
    width: auto;
    color: #0C1E2F;
    border: 1px solid rgba(142, 144, 162, 0.30196078431372547);
    background: linear-gradient(180deg, #FFFFFF , #F9FAFB );}
.formbyevmbtn{text-decoration: none;
    border-radius: 4px;
    font-size: 15px;
    margin: 10px 0px 10px;
    padding: 8px 20px;
    float: left;
    width: auto;
    color: #fff;
    border: 1px solid rgba(142, 144, 162, 0.30196078431372547);
    background-color: #0084fe;}
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
    background:#2F99B4;  
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    color:#FFFFFF;
    background:#2F99B4;  
}
.ui-datepicker table {
    width: 100%;
    font-size: .7em;
    border-collapse: collapse;
    font-family:verdana;
    margin: 0 0 .4em;
    color:#000000;
    background:#9EEFEE;    
}
/*This is date TD */
.ui-datepicker td {

    border: 0;
    padding: 1px;

    
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .8em;
    text-align: right;
    text-decoration: none;
}
.capbox {
    height: 40px;width: 40%;background-color: #eee;text-align: left;
}
.captcha_show {
    padding-top: 10px;
    /* margin-left: 10px; */
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

.cssload-fond{
position:relative;
margin: auto;
}

.cssload-container-general
{
animation:cssload-animball_two 2.35s infinite;
-o-animation:cssload-animball_two 2.35s infinite;
-ms-animation:cssload-animball_two 2.35s infinite;
-webkit-animation:cssload-animball_two 2.35s infinite;
-moz-animation:cssload-animball_two 2.35s infinite;
width:43px; height:43px;
}
.cssload-internal
{
width:43px; height:43px; position:absolute;
}
.cssload-ballcolor
{
width: 10px;
height: 10px;
border-radius: 50%;
}
.cssload-ball_1, .cssload-ball_2, .cssload-ball_3, .cssload-ball_4
{
position: absolute;
animation:cssload-animball_one 2.35s infinite ease;
-o-animation:cssload-animball_one 2.35s infinite ease;
-ms-animation:cssload-animball_one 2.35s infinite ease;
-webkit-animation:cssload-animball_one 2.35s infinite ease;
-moz-animation:cssload-animball_one 2.35s infinite ease;
}
.cssload-ball_1
{
background-color:rgb(203,32,37);
top:0; left:0;
}
.cssload-ball_2
{
background-color:rgb(248,179,52);
top:0; left:23px;
}
.cssload-ball_3
{
background-color:rgb(0,160,150);
top:23px; left:0;
}
.cssload-ball_4
{
background-color:rgb(151,191,13);
top:23px; left:23px;
}

@media only screen and (max-width: 767px) {  

  .evmformmodal-content { width: 80%!important;}

}



@keyframes cssload-animball_one
{
0%{ position: absolute;}
50%{top:12px; left:12px; position: absolute;opacity:0.5;}
100%{ position: absolute;}
}

@-o-keyframes cssload-animball_one
{
0%{ position: absolute;}
50%{top:12px; left:12px; position: absolute;opacity:0.5;}
100%{ position: absolute;}
}

@-ms-keyframes cssload-animball_one
{
0%{ position: absolute;}
50%{top:12px; left:12px; position: absolute;opacity:0.5;}
100%{ position: absolute;}
}

@-webkit-keyframes cssload-animball_one
{
0%{ position: absolute;}
50%{top:12px; left:12px; position: absolute;opacity:0.5;}
100%{ position: absolute;}
}

@-moz-keyframes cssload-animball_one
{
0%{ position: absolute;}
50%{top:12px; left:12px; position: absolute;opacity:0.5;}
100%{ position: absolute;}
}

@keyframes cssload-animball_two
{
0%{transform:rotate(0deg) scale(1);}
50%{transform:rotate(360deg) scale(1.3);}
