@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&family=Rubik:wght@300&display=swap');
textarea{
  vertical-align:middle;
  margin-top: 24px;
}
body {
    font-family: "Roboto","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #ffffff;
    height: 100vh;
}
.form-group{
  margin-top: 40px;
  margin-bottom: 4px;
}
th[colspan] {
    text-align: center;
}
.nostyle{
  list-style-type: none;
}
th{
  text-align: center;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 2px dotted black;
}

.tooltip .tooltiptext {
  width: 120px;
  background-color: black;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
.tooltiptext{
  white-space: pre-wrap;
  visibility: hidden;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip-element{
  white-space: pre-wrap;
}
.small-text{
  font-size: 14px;
}
.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td{
    padding: 2px;
}
.inpuwi{
  width: 95%;
}
.disp{
  display: flex;
}
.hide{
  display: none;
}
.ui-helper-hidden-accessible{
  display: :none;
}
ul.ui-autocomplete {
    list-style: none;
    background-color: #ddd;
    width: 36%;
    text-align: left;
    margin-left: -24px;

}
.hasDatepicker{
  font-size: 24px;
}
.ui-datepicker-trigger {
margin-top:7px;
  margin-left: -30px;
  margin-bottom:0px;
  position:absolute;
  z-index:1000;
}
th[rowspan] {
    text-align: center;
    vertical-align:middle!important;
}
.container{
  background-color: #ffffff;
}
span{
  padding: 4px;
}
#myDIV{
  display: none;
}
.lptop{
  padding-top: 12px;
}
.disable-links {
    pointer-events: none;
}
.form__label {
  font-family: 'Rubik', sans-serif;
  font-size: .8rem;
  margin-left: 0px;
  margin-top: -0.25rem;
  margin-bottom: .5rem;
  display: block;
  transition: all 0.3s;
  transform: translateY(-6.25rem);
}
.pushright{
  margin-right: 0px;
  margin-left: 500px;
}
.martb{
  margin-top: 36px;
  margin-bottom: 36px;
}
.form__input {
  font-family: 'Roboto', sans-serif;
  color: #333;
  font-size: 1.2rem;
	margin: 0 auto;
  padding: 1.5rem 2rem;
  border-radius: 0.2rem;
  background-color: rgb(255, 255, 255);
  border: none;
  box-shadow: 4px 4px 10px grey;
  width: 100%;
  display: block;
  border-bottom: 0.3rem solid transparent;
  transition: all 0.3s;
}
.form__inputs {
  font-family: 'Roboto', sans-serif;
  color: #333;
  font-size: 1.2rem;
	margin: 0 auto;
  padding: 1.5rem 2rem;
  border-radius: 0.2rem;
  background-color: #ffffff;
  border: none;
  box-shadow: 4px 4px 10px grey;
  width: 100%;
  display: block;
  border-bottom: 0.3rem solid transparent;
  transition: all 0.3s;
}
.form__inputs:hover{
  background-color: #000;
  color: #fff;
}

.option-selected {
  background-color: #000;
  color: #FFFFFF;
}
.form__input:placeholder-shown + .form__label {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5rem);
  transform: translateY(5rem);
}
h4 + label{
  opacity: 0;
  visibility: hidden;
}
h4:hover + label{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-5rem);
  transform: translateY(-5rem);
}
h4{
  font-family: 'Roboto', sans-serif;
  margin-top: 0.7rem;
  display: block;
  transition: all 0.3s;
  transform: translateY(0rem);
}

label + h4{
  opacity: 0;
  visibility: hidden;
}
label:hover + h4{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(.25rem);
  transform: translateY(.25rem);
}
@media only screen and (max-width:600px) {
  .padd{
    margin-top: 0px;
    width: 60%;
  }
  #logo{
    width: 40%;
    height: 100%;
  }
  #trainer{
    width: 40%;
  }
}
.padd{
  margin-top: 30px;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height:100%;
}
@media only screen and (max-width:890px) {
  .padd{
    margin-top: 0px;
  }
}
@media only screen and (min-width: 890px) and (max-width:950px) {
  .padd{
    margin-top: 50px;
  }
}

@media only screen and (min-width: 950px) and (max-width:1100px) {
  .padd{
    margin-top: 80px;
  }
}

@media only screen and (min-width: 1100px) and (max-width:1800px) {
  .padd{
    margin-top: 150px;
  }
}
@media only screen and (min-width: 1080px) and (max-width:1250px) {
  .supad{
    margin-top: 64px;
  }
}

@media only screen and (min-width: 1250px) and (max-width:1800px) {
  .supad{
    margin-top: 96px;
  }
}
.circ{
    opacity: 0;
    stroke-dasharray: 150;
    stroke-dashoffset: 150;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.mb {
  display: block;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  margin-top: 16px;
  margin-left: 32px;
  margin-right: 32px;
  margin-bottom: 16px;
  min-height: 108px;
  border-radius: 24px;
  /* min-width: 750px; */
}
.mbx {
  display: flex;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  min-height: 98px;
  font-size: 16px;
  /* min-width: 750px; */
}
.mbx:hover{
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.floatbox{
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
margin-top: 16px;
padding: 30px;
margin-bottom: 16px;
min-height: 108px;
border-radius: 24px;
}

.floatbox:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.timeline{
  counter-reset: year -1;
  position: relative;
}

.timeline li{
  list-style: none;
  float: left;
  width: 38%;
  position: relative;
  /* word-break: break-all; */
  text-align: center;
  font-size: 14px;
  font-family: 'Dosis', sans-serif;
}

.timeline :nth-child(1){
  color: #5387bd;
}

.timeline li:before{
  counter-increment: year;
  content: " ";
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 36px;
  margin: 0 auto 10px auto;
  background: #F1F1F1;
  color: #000;
  transition: all ease-in-out .3s;
  cursor: pointer;
}



.timeline li:after{
  content: "";
  position: absolute;
  width: 88%;
  height: 3px;
  background-color: #ddd;
  top: 18px;
  left: -44%;
  transition: all ease-in-out .3s;
}
.addforview{
  content: ;
}
.timeline li.addforview:after{
  content: ;
  width: 94%;
  font-size: 16px;
  left: -50%;
  line-height: 4px;
  text-align: center;
  color:#000;
  /* background-color: #000; */
}

.timeline li:first-child:after{
  content: none;
}
.timeline li.active2{
  color: #555555;
}
.timeline li.active2:before{
  background: #5387bd;
  color: #F1F1F1;
}

.timeline li.active2 + li:after{
  background: #5387bd;
}
.mb2 {
  display: flex;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  margin-top: 16px;
  margin-bottom: 16px;
  min-height: 108px;
  border-radius: 24px;
  /* min-width: 750px; */
}
.mb-border{
    border:1px solid red
}
.center {
  position: absolute;
  text-align: center;
  font-size: 18px
}
.mod{
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 40%;
  top: 50%;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modbackdrop{
  background: rgba(0,0,0,0.2);
}
/* .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
} */

/* Modal Content */
/* .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
}
.modal-content2 {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 64%;
} */
/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.mb1{
  display: flex;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  margin-bottom: 16px;
  min-height: 200px;
  width: 500px;
  min-width: 300px;
  left:0;
	right:0;
	top:0;
	bottom:0;
}
#so{
  display: flex;
  justify-content: flex-end;
  margin-right: 40px;
}
/* #myDIV{
  display: none;
} */
/* On mouse-over, add a deeper shadow */
.mb:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.mb1:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
/* Add some padding inside the card container */
.mb-cont {
  padding: 2px 16px;
}
.tick{
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    -webkit-transition: stroke-dashoffset 1s 0.5s ease-out;
    -moz-transition: stroke-dashoffset 1s 0.5s ease-out;
    -ms-transition: stroke-dashoffset 1s 0.5s ease-out;
    -o-transition: stroke-dashoffset 1s 0.5s ease-out;
    transition: stroke-dashoffset 1s 0.5s ease-out;
}
.drawn + svg .path{
    opacity: 1;
    stroke-dashoffset: 0;
}
#tick{
  width: 68px;
  height:68px;
  fill:#5686b8;
}
svg:hover {
  fill: green;
}
.text-center{
  align-items: center;
  justify-content: center;
  display: flex;
  height: 100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.text-centers{
  align-items: center;
  justify-content: center;
  display: flex;
  left:0;
	right:0;
}

.text-centers-page{
  align-items: center;
  justify-content: space-between;
  display: flex;
  left:0;
	right:0;
}
.blue{
  color: blue;
}
.text-right{
  align-items: center;
  justify-content: flex-start;
  display: flex;
}
.cents{
  margin: auto;
  align-items: center;
  justify-content: center;
}
.crs{
  align-items: center;
  justify-content: center;
  display: flex;
  height: 100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin-top:200px;
}
.ls{
  align-items: center;
  justify-content: center;
  display: flex;
  height: 100%;
  flex-direction: column;
}

.ctr{
  align-items: center;
  justify-content: center;
}

.bts{
  margin-left: -22px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}
.my-auto{
  margin-top: auto;
margin-bottom: auto;
}
.qcard{
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

hr {
    max-width: 400px;
    border-color: #999999;
}


.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: #fff;
    background: rgba(255,255,255,0.9);
}

footer p {
    margin: 0;
    padding: 50px 0;
}

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

    @keyframes fab {
      0% {
        opacity: 0.6;
        height: 64px;
        width: 64px;
      }
      30% {
        opacity: 0.3;
      }
      40% {
        opacity: 0.1;
      }
      100% {
        height: 120px;
        width: 120px;
        opacity: 0;
      }
    }
    .ripple {
      animation-name: fab;
      animation-duration: 1.5s;
      animation-iteration-count: infinite;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      background: red;
      animation-timing-function: ease-out;
      position: absolute;
    }
    .fab-button:hover .ripple{
      animation-name: fab;
      animation-duration: .5s;
      animation-iteration-count: infinite;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      background: red;
      animation-timing-function: ease-out;
      position: absolute;
    }
    .fab {
      background: red;
      height: 64px;
      width: 64px;
  transform: translate(-50%, -50%);
      border-radius: 50%;
      display:flex;
      cursor: pointer;
    }
    .fab i{
      margin:auto;
      color:white;
      font-size:32px
    }


@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}
/*
https://www.thesoftwareguy.in/creating-responsive-multi-step-form-bootstrap-jquery/


*/
.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 23px;
    bottom: 0;
    position: absolute;
    content: " ";
    margin-left: 64px;
    margin-right: 64px;
    width: 80%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}
#myTable_info{
  display: none;
}
.page-item.active > .page-link{
  background-color: #5387bd;
}
.page-link{
  border-radius: 10%;
  margin-left: 4px;
  margin-right: 4px;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 46px;
  height: 46px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 2.5;
  border-radius: 50%;
  border: 2px solid #5387bd;
  outline: 8px solid #fff;
}

.stepwizard-step .btn-default{
border: 2px solid #5387bd;
outline: 8px solid #fff;
background-color: #fff;
}
.navbar .active{
  color: #5387bd !important;
  border-bottom:3px solid #cdb87d;
}
.navbar .active > .nav-link {
    color: #5387bd !important;
}
.navbar li:not(.noborder) a {
  color: #000 !important;
  transition-property: border,color;
  transition-timing-function: ease;
  transition-duration: .2s;
}
.navbar li:not(.active) a:hover{
  color: #5387bd !important;
  border-bottom:3px solid #cdb87d;
  transition-timing-function: ease;
  text-decoration: none;
}
.navbar{
  background-color: #fff;
}
.navbar-inner {
    background:transparent;
}

.ranks:not(:empty).nostyle{
border: 1px solid #5387bd;
padding: 4px;
margin-top: 4px;
margin-right: 12px;
margin-bottom: 4px;
}
  .ranks:not(:empty).nostyle:hover{
    background-color: #eee;
  }

h1,h2,h3,h4,h5,h6{
    font-family: "Rubik","Open Sans","sans-serif";
    color: #5387bd;
    font-weight: 300;
}

#output h1{
  font-size: 28px;
}
#output h2{
  font-size: 20px;
}
#output h3{
  font-size: 16px;
}
#output h4{
  font-size: 14px;
}
#output h5{
  font-size: 11px;
}
#output h6{
  font-size: 9px;
}
body{
      font-family: "Montserrat","Open Sans","sans-serif";
      height: 100vh;
}
.record{
  cursor: pointer;
}
.record:hover{
  background-color: #f0f0f0;
  font-weight: bold;
}
.paginate_button{
  color: #fff;
  background-color: #fff;
  margin: 0;
  border: 0;
}
.paginate_button:hover{
  color: #fff;
  background-color: #fff;
  margin: 0;
  border: 0;
}
.bs{
  height: auto;
  padding-top: -4px;
  margin-top: 8px;
  margin-bottom: 8px;
}
*::-webkit-scrollbar {
  width: 6px;            /* width of the entire scrollbar */
  background-color: #ddd;
}

*::-webkit-scrollbar-track {
  background: #fff;        /* color of the tracking area */
}

*::-webkit-scrollbar-thumb {
  background-color: #ddd;    /* color of the scroll thumb */
  border-radius: 5px;       /* roundness of the scroll thumb */
  /* border: 3px solid orange;  /* creates padding around scroll thumb */ */
}
*::-webkit-scrollbar-track-piece:end {
    background: transparent;
    margin-bottom: 10px;
}

*::-webkit-scrollbar-track-piece:start {
    background: transparent;
    margin-top: 10px;
}

.text-centers{
  margin-top: 80px;
  margin-bottom: auto;
  vertical-align: middle;
}

/* .table thead th{
    border-top: 1px solid #fff !important;
} */
table.dataTable thead .sorting_asc {
background: none;
}
table.dataTable thead .sorting_desc {
background: none;
}
table.dataTable thead .sorting {
background: none;
}

span.arrow-hack {
  margin-left: 5px;
}
span.asc {
background: url("http://cdn.datatables.net/1.10.0/images/sort_asc.png") no-repeat center right;
}
span.desc {
background: url("http://cdn.datatables.net/1.10.0/images/sort_desc.png") no-repeat center right;
}
span.sort {
background: url("http://cdn.datatables.net/1.10.0/images/sort_both.png") no-repeat center right;
}

  .form__input{
    height: 36px;
    padding: 12px;
    width: 100%;
    box-shadow: 2px 2px 8px 3px rgba(0,0,0,0.1);
  }
.btn-warning{
  color: #fff !important;
  background-color: #cdb87d !important;
  border: .5px solid #cdb87d !important;
}
.btn-primary{
  color: #fff !important;
  background-color: #5387bd !important;
  border: .5px solid #5387bd !important;
}
table{
  border-collapse: separate !important;
  margin-top: 8px;
  /* border: .7px solid #fff; */
}
/* table thead tr{
  outline: 3px solid #fff;
} */
.table-bordered{
  border-right: 0px solid #fff !important;
  border-top: 0px solid #fff !important;
}
td {
  border-bottom: 0px solid #fff !important;
  border-left: 0px solid #fff !important;
}
th {
  border-bottom: 0px solid #fff !important;
  border-left: 0px solid #fff !important;
}
.navicon{
  margin-left: 10px;
color: #cdb87d;
height: 50px;
width: 50px;
display: flex;
text-align: center;
flex-direction: column-reverse;
flex-wrap: wrap;
align-content: center;
justify-content: center;
align-items: center;
}

.modal-content{
  border-radius: 20px !important;
  width: 170% !important;
  left:-34% !important;
}
.modal{
/* display: flex !important; */
align-content: center !important;
justify-content: center !important;
align-items: center !important;
}
.modal-header{
  border-bottom: 0px solid #ccc !important;
}
.modal-footer{
  border-top: 0px solid #ccc !important;
}
.modal-dialog{
  max-width: 100% !important;
width: 42% !important;
}
