*, *:before, *:after {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  /*background: #ffffff;  #c1bdba */
  background: white; /* #c1bdba */
  font-family: 'Titillium Web', sans-serif;
}


a {
  text-decoration: none;
  /*color: #1ab188;*/
  color: white;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  font-size:18px;
}
a:hover {
  /*color: #179b77;*/
  color: white;
}

.form {
  /*background: rgba(19, 35, 47, 0.9);*/ 
  /*background: rgba(171, 171, 171, 0.34);*/

  /*light grey*/
  /*background: #c0c0c0;*/

  /*grey*/
  background: #757575;
  
  /*purple*/
  /*background:   #884ea0 ;*/    
  
  /*black*/
  /*background: #212121;*/
  

  padding: 10px ;
  max-width: 600px;
  margin: 10px auto;
  border-radius: 4px;
  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}

.tab-group {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.tab-group:after {
  content: "";
  display: table;
  clear: both;
}
.tab-group li a {
  display: block;
  text-decoration: none;
  padding: 10px;
  background: rgba(160, 179, 176, 0.25);
  color: #a0b3b0;
  font-size: 20px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.tab-group li a:hover {
  background: #179b77;
  color: #ffffff;
}
.tab-group .active a {
  /*background: #1ab188;*/
  background: rgb(28, 184, 65);
  color: #ffffff;
}

.tab-content > div:last-child {
  display: none;
}

h1 {
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  margin: 0 0 40px;
}

h2 {
    text-align: center;
    color: #1ab188;
    font-weight: 700;
    margin: 0;
    
}

h3 {
    font-size: 17px;
    font-weight: 1000;
    color: white;
    display: box;
    text-align: center;
    padding: 5px;
    /*margin-top: -20px;*/
    margin-bottom: 10px;
    border: 1px dotted #a0b3b0;
    /*background: #66131c;*/
    /*background:  #cd6155;*/
/*    background: #D35400;*/
    background: crimson;
    /*background: transparent;*/

}


span {
    /*color: #1ab188;*/
    font-weight: bold;
    font-size:18px;
    color:darkslategray;
}

p {
    text-align: center;
    color: #ffffff;
    margin: 0px 0px 50px 0px;
}

div.info {
    color: pink;
    display: box;
    text-align: center;
    padding: 5px;
    margin-top: -20px;
    margin-bottom: 15px;
    border: 1px solid red;
    background: #66131c;
}


label .req {
  margin: 2px;
  color: #1ab188;
  font-size:18px;
  font-weight: bold;
}

/*label {
  position: absolute;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  left: 13px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
  font-size: 18px;
}

label .req {
  margin: 2px;
  color: #1ab188;
}

label.active {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  left: 2px;
  font-size: 14px;
}
label.active .req {
  opacity: 0;
}

label.highlight {
  color: #ffffff;
}*/

input, textarea {
  font-size: 18px;
  /*display: block;*/
  width: 100%;
  /*height: 100%;*/
/*  width: 420px;*/
  padding: 5px 10px;
  background: none;
  background-image: none;
  /*border: 1px solid #a0b3b0;*/
  border-bottom: 1px solid #a0b3b0;
  border-top: 0px solid #a0b3b0;
  border-left: 0px solid #a0b3b0;
  border-right: 0px solid #a0b3b0;

  color: #ffffff;
  border-radius: 0;
  -webkit-transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
  
         
}

input:focus, textarea:focus {
  outline: 0;
  border-color: #1ab188;
  
}

textarea {
  border: 2px solid #a0b3b0;
  resize: vertical;
}

.field-wrap {
  position: relative;
  margin-bottom: 10px;
}

.field-wrap-1 {
  position: relative;
  margin-bottom: 10px;
}

.field-wrap-1 input{ /* You Can Name it what you want*/
margin-right:20px;
}
.field-wrap-1 input:last-child{
margin-right:0px;
/*so the last one dont push the div thas giving the space only between the inputs*/
}


/*  .radio-container {
      
            box-sizing: border-box;
            font-family: ‘Open Sans’, sans-serif;
            font-family: 'Titillium Web', sans-serif;
            font-size: 18px;
            line-height: 30px;
            margin: 0;
             outline: 0;
            overflow: hidden;
            padding: 0;
            color: #ffffff;
        }

        .radio-container input {
             box-sizing: border-box;
            margin: 0px 0px 0px 0px;
            outline: 0;
            padding: 0;
            position: relative;
            top: 9px;
            vertical-align: top;
         } */
         
         
.container {
     color: #ffffff;
    display: inline;
    position: relative;
    padding-left: 35px;
     padding-right: 10px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 0px;
}

/* Hide the browser's default radio button */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    
   }

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.label-class {
  /*position: inline;*/
  left: 13px;
  padding-right: 20px;
  color: #ffffff;
  pointer-events: none;
  font-size: 18px;
  
    display:inline-block;
    *display: inline;     /* for IE7*/  
    zoom:1;              /* for IE7*/
    float: left;
    padding-top: 5px;
    text-align: left;
    width: 300px;

}

.label-class-login {
  /*position: inline;*/
/*  padding-left: 20px;*/

  padding-right: 20px;

    color: #ffffff;
  pointer-events: none;
  font-size: 18px;

    display:inline-block;
    *display: inline;     /* for IE7*/  
    zoom:1;              /* for IE7*/
    float: left;
    padding-top: 5px;
    text-align: left;
    width: 170px;  

}

.label-class-dob {
    
  /*position: inline;*/
  padding-right: 20px;
  color: #ffffff;
  pointer-events: none;
  font-size: 18px;
  text-align: left;
  float: left;
/*  width: 250px; */
/*  width: 600px; */

  max-width: 600px;
  padding-top: 5px;
  margin-bottom: 5px;
        font-family: 'Titillium Web', sans-serif;


}

.label-class-gender {
  /*position: inline;*/
  left: 13px;
  padding-right: 10px;
  color: #ffffff;
  pointer-events: none;
  font-size: 18px;
  text-align: left;
  float: left;
  /*width: 100px;*/ 
  padding-top: 17px;

}


.label-class-age {
  /*position: inline;*/
  left: 13px;
  padding-right: 20px;
  color: #ffffff;
  pointer-events: none;
  font-size: 18px;
  text-align: left;
  float: left;
  /*width: 300px;*/ 
  padding-top: 5px;
        font-family: 'Titillium Web', sans-serif;

}


.age-class {
  /*position: inline;*/
  left: 13px;
  padding-left: 2px;
  color: #ffffff;
  color: greenyellow;
  pointer-events: none;
  font-size: 18px;
  
  }
  
  
  .label-general {
  /*position: inline;*/
  left: 13px;
  padding-right: 20px;
  color: #ffffff;
  pointer-events: none;
  font-size: 18px;
  
    display:inline-block;
/*    *display: inline;      for IE7  */
    zoom:1;              /* for IE7*/
    float: left;
    text-align: left;
}
  
  .label-general-next {
  position: inline;
  padding-left: 2px;
  color: #ffffff;
  pointer-events: none;
  font-size: 18px;
  
  }
  
  .div-notes {
    margin-bottom: 15px;
    padding: 0px;
   
}
  .notes-info {
    background-color: #e7f3fe;
    border-left: 6px solid #2196F3;
     width:100%;
   }


/*For button added following link in the <head> </head>   check out https://purecss.io/ */
/*<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/pure-min.css">*/  
.button-success,
        .button-error,
        .button-warning,
        .button-secondary {
            color: white;
            border-radius: 4px;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        }

        .button-success {
            background: rgb(28, 184, 65); /* this is a green */
            font-size: 18px;
             padding: 8px 0px 8px 0px;
             width: 100%;
        }

 .button-error {
            background: rgb(202, 60, 60); /* this is a maroon */
            
        }

        .button-warning {
            background: rgb(223, 117, 20); /* this is an orange */
        }

        .button-secondary {
            background: rgb(66, 184, 221); /* this is a light blue */
        }
        
.styled-select-1 select {
    -webkit-appearance: none;
    display: inline;
   /*background: transparent;*/
   background: rgba(19, 35, 47, 0.9); 
   width: 50%;
   padding: 5px;
     line-height: 1;
   /*border: 0;*/
   /*border: 1px solid #ccc;*/
   border: 1px solid #a0b3b0;
   
   border-radius: 0;
   height: 34px;
   
   font-size: 18px;
   color: #ffffff;
   
   }      
   



.styled-select select {
    width: 80px;
    padding:5px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    /*background: #f8f8f8;*/
    /*color:#888;*/
    color:black;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    /*background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #f8f8f8;;*/
    background: url(https://sasoftware.co.in/pdmba/img/br_down.png) no-repeat right #f8f8f8;
        background-position-x: 56px;

}

 .styled-select-events select{
    width: 250px;
    padding:5px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    /*background: #f8f8f8;*/
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    /*background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #f8f8f8;;*/
    background: url(https://sasoftware.co.in/pdmba/img/br_down.png) no-repeat right #f8f8f8;
        background-position-x: 226px;
        /*font-family: 'Titillium Web', sans-serif;*/
        
      /*font-size: 15px;*/
    /*color:#888;*/
    /*color:black;*/


}


 .styled-select-gender select{
    width: 247px;
    padding:5px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    /*background: #f8f8f8;*/
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    /*background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #f8f8f8;;*/
    background: url(https://sasoftware.co.in/pdmba/img/br_down.png) no-repeat right #f8f8f8;
        background-position-x: 223px;
        font-family: 'Titillium Web', sans-serif;
        
      font-size: 16px;
    /*color:#888;*/
    color:black;


}


/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}


/*selectarea:focus {
  outline: 0;
  border-color: #1ab188;
}*/

/*.styled-select select {
    width: 268px;
    width: 100px;
    padding: 5px;
    font-size: 18px;
    line-height: 1;
    border: 0;
    border: 1px solid #a0b3b0;
  border-bottom: 2px solid #a0b3b0;
  border-top: 0px solid #a0b3b0;
  border-left: 0px solid #a0b3b0;
  border-right: 2px solid #a0b3b0;

    border-radius: 0px;
    height: 37px;
    background: #1ab188; //rgba(0,0,0,0.3);

    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #ddd;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right rgba(19, 35, 47, 0.3);
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #c0c0c0;

    appearance:none;
    -moz-appearance:none;  Firefox 
    -webkit-appearance:none;  Safari and Chrome 
    background-position-x: 244px;
    background-position-x: 76px;
    
    color: #ffffff;
    
    
}*/

.forgot {
  /*margin-top: -20px;*/
  margin-left: 0px;
  text-align: right;
  font-size: 15px;
  font-weight: bold;
  /*color: #ffffff;*/
   /*float: right;*/
   margin-bottom: 10px;
 }

 
.button-logout {
            color: white;
            border-radius: 4px;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
            background: rgb(28, 184, 65); /* this is a green */
            font-size: 18px;
             padding: 8px 0px 8px 0px;
             width: 100%;
        }
        
        

        
        




.columns {
    float: left;
    width: 33.3%;
    padding: 0px;
    border : 1px solid #8789E7;
    margin-bottom:10px;
    ont-family: 'Titillium Web', sans-serif;
}

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price .header {
    background-color: #111;
    color: white;
    font-size: 15px;
}

.price li {
    border-bottom: 1px solid #eee;
    padding: 5px;
    text-align: center;
}

.price .grey {
    background-color: #eee;
    font-size: 15px;
    font-weight: bold;
}


/*@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }
}*/






/* Style the search field */
form.search_box input[type=text] {
  padding: 7px;
  font-size: 15px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
  margin-bottom:10px;
  color: black;
border-radius: 5px 0 0 5px;
}

/* Style the submit button */
form.search_box button {
  float: left;
  width: 20%;
  padding: 6px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none; /* Prevent double borders */
  cursor: pointer;
border-radius: 0 5px 5px 0;
}

form.search_box button:hover {
  background: #0b7dda;
}

/* Clear floats */
form.search_box::after {
  content: "";
  clear: both;
  display: table;
}



/*Tabs--------------------------------*/

.widget {
  position: relative;
/*  margin: 20px auto 10px;*/
  width: 100%;
/*  background: grey;*/
  background: #757575;
  
  /*border: 1px solid #ccc;*/
  border: 1px solid #D4EDDA;

  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);



}

.widget-tabs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 9px 12px 0;
  text-align: left;
  direction: rtl;
  /*background: #f5f5f5;*/
  /*background: #E0FFFF;*/
  background: #D4EDDA;
  border-bottom: 1px solid #ddd;
  border-radius: 3px 3px 0 0;
}

.widget-tab,
.widget-list:target:first-of-type ~ .widget-tabs > .widget-tab:first-child ~ .widget-tab,
.widget-list:target:nth-of-type(2) ~ .widget-tabs > .widget-tab:nth-child(2) ~ .widget-tab,
.widget-list:target:last-of-type ~ .widget-tabs > .widget-tab:last-child ~ .widget-tab {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  line-height: 36px;
  font-weight: bold;
  color: #999;
  background: #fcfcfc;
  border: solid #ddd;
  border-width: 1px 1px 0;
  border-radius: 5px 5px 0 0;
  padding-bottom: 0;
  bottom: auto;
}

.widget-tab > .widget-tab-link,
.widget-list:target:first-of-type ~ .widget-tabs > .widget-tab:first-child ~ .widget-tab > .widget-tab-link,
.widget-list:target:nth-of-type(2) ~ .widget-tabs > .widget-tab:nth-child(2) ~ .widget-tab > .widget-tab-link,
.widget-list:target:last-of-type ~ .widget-tabs > .widget-tab:last-child ~ .widget-tab > .widget-tab-link {
  margin: 0;
  border-top: 0;
}

.widget-tab + .widget-tab {
  margin-right: -1px;
}

.widget-tab:last-child,
.widget-list:target:first-of-type ~ .widget-tabs > .widget-tab:first-child,
.widget-list:target:nth-of-type(2) ~ .widget-tabs > .widget-tab:nth-child(2),
.widget-list:target:last-of-type ~ .widget-tabs > .widget-tab:last-child {
  bottom: -1px;
  margin-top: 0;
  padding-bottom: 2px;
  line-height: 34px;
  font-weight: bold;
  color: #555;
  background: white;
  border-top: 0;
}

.widget-tab:last-child > .widget-tab-link,
.widget-list:target:first-of-type ~ .widget-tabs > .widget-tab:first-child > .widget-tab-link,
.widget-list:target:nth-of-type(2) ~ .widget-tabs > .widget-tab:nth-child(2) > .widget-tab-link,
.widget-list:target:last-of-type ~ .widget-tabs > .widget-tab:last-child > .widget-tab-link {
  margin: 0 -1px;
  /*border-top: 4px solid #4cc8f1;*/
  border-top: 4px solid red;
}

.widget-tab-link {
  display: block;
  min-width: 60px;
  padding: 0 35px;
  color: inherit;
  text-align: center;
  text-decoration: none;
  border-radius: 4px 4px 0 0;
}

.widget-list {
  display: none;
  padding-top: 50px;
}

.widget-list > li + li {
  border-top: 1px solid #e8e8e8;
}

.widget-list:last-of-type {
  display: block;
}

.widget-list:target {
  display: block;
}

.widget-list:target ~ .widget-list {
  display: none;
}

.widget-list-link {
  display: block;
  line-height: 18px;
  padding: 10px 12px;
  font-weight: bold;
  color: #555;
  text-decoration: none;
  cursor: pointer;
}

.widget-list-link:hover {
  background: #f7f7f7;
}

li:last-child > .widget-list-link {
  border-radius: 0 0 3px 3px;
}

.widget-list-link > img {
  float: left;
  width: 32px;
  height: 32px;
  margin: 2px 12px 0 0;
}

.widget-list-link > span {
  display: block;
  font-size: 11px;
  font-weight: normal;
  color: #999;
}

ol {
    list-style: none; /* Remove list bullets */
    padding: 0;
    /*margin:10px;*/
    margin-left:10px;
    margin-right:10px;
    margin-bottom:5px;
    margin-top:5px;

}
/*----------------Tabs*/


 /* Style tab links */
.tablink {
    /*background-color: #555;*/
    background-color: #D4EDDA;
    color: black;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 10px;
    font-size: 15px;
    width: 25%;
    border-left: 1px solid white;
    border-right: 1px solid white; 
    border-top: 1px solid white;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: normal;
}

.tablink:hover {
    background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
    color: black;
    display: none;
    padding: 25px 10px 10px 10px;
    height: 100%;
    border-radius: 4px;
    border-left: 1px solid white;
    border-right: 1px solid white; 
    border-bottom: 1px solid white;

}

#Login {background-color: inherit; border-left: 1px solid white;border-right: 1px solid white; border-bottom: 1px solid white;}
#Signup {background-color: inherit; border-left: 1px solid white;border-right: 1px solid white; border-bottom: 1px solid white;}
#Contact {background-color: inherit; border-left: 1px solid white;border-right: 1px solid white; border-bottom: 1px solid white;}
#About {background-color: inherit; border-left: 1px solid white;border-right: 1px solid white; border-bottom: 1px solid white;}


button:focus {outline:0; }




.radio-item {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  margin: 15px 0 0;
}

.radio-item input[type='radio'] {
  display: none;
}

.radio-item label {
  /*color: #666;*/
  color: white;
  font-weight: normal;
  font-size:18px
}

.radio-item label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 21px;
  height: 21px;
  border-radius: 11px;
  /*border: 4px solid #004c97;*/
  border: 4px solid #2196F3;
  /*background-color: transparent;*/
  background-color: white;
}

/*.radio-item input[type=radio]:checked + label:after {
  border-radius: 10px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 10px;
  content: " ";
  display: block;
  background: #004c97;
  background: #2196F3;
}*/

.radio-item input[type=radio]:checked + label:after {
  border-radius: 13px;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 11px;
  left: 12px;
  content: " ";
  display: block;
  /*background: #004c97;*/
  background: #2196F3;
}


/*input[type=text],
input[type=password],
input[type="number"],
input[type="email"],
input[type="tel"],
textarea {
  border:             1px solid #DDDDDD;
  margin:             5px 1px 3px 0px;
  outline:            none;
  padding:            3px 0px 3px 3px;
  -webkit-transition: all 0.30s ease-in-out;
     -moz-transition: all 0.30s ease-in-out;
      -ms-transition: all 0.30s ease-in-out;
       -o-transition: all 0.30s ease-in-out;
       
       box-shadow:         0 0 5px white;
}

input[type=text]:focus,
input[type=password]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border:             1px solid rgba(81, 203, 238, 1);
  box-shadow:         0 0 5px rgba(81, 203, 238, 1);
  margin:             5px 1px 3px 0px;
  padding:            3px 0px 3px 3px;
}*/
/*
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   */

.form-control:focus {
  border-color: #6265e4 !important;
  box-shadow: 0 0 7px lime !important;
}

/* Remove margins and padding from the list */
.reg-fee {
  margin: 0;
  padding: 0;
}

/* Style the list items */
.reg-fee li {
  cursor: pointer;
  position: relative;
  padding: 12px 8px 12px 40px;
  list-style-type: none;
  background: #eee;
  font-size: 16px;
  transition: 0.2s;
  text-decoration: underline;
  /*text-decoration-color: blue;*/
  
  /* make the list items unselectable */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Set all odd list items to a different color (zebra-stripes) */
.reg-fee li:nth-child(odd) {
  background: #f9f9f9;
}

/* Darker background-color on hover */
.reg-fee li:hover {
  background: #ddd;
}

/* When clicked on, add a background color and strike out text */
.reg-fee li.checked {
  background: #888;
  color: #fff;
/*  text-decoration: line-through;*/

}

/* Add a "checked" mark when clicked on */
.reg-fee li.checked::before {
  content: '';
  position: absolute;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  top: 14px;
  left: 16px;
  transform: rotate(45deg);
  height: 15px;
  width: 7px;
}

/* Loading
***********************/
.loading #form {opacity: 0;}
.loading:before  { content: 'Please Wait...'; display: block; text-align: center; color: black; font-weight: bold; font-size: 20px; opacity: 1.0; }
/*body {width: 100%; float: left; opacity: 1; -webkit-transition: opacity 1s ease;}*/

/* .swal-button--confirm {
      background-color: #DD6B55;
    }*/

.swal-wide{
    width:200px !important;
    left: 0px !important;
}

  
