/* Main CSS for Assiniboine */
/*-----------------------------*/
/** GLOBAL REUSABLE CLASSES**/
/*-----------------------------*/
body{
  font-size: 15px;
}

/*-----------------------------*/
/* Login Page */
/*-----------------------------*/
.login-cont {
  width: fit-content;
  position: absolute;
  background: white;
  border-radius: 30px;
  display: block;
  text-align: center;
  padding-top: 2vh;
  padding-bottom: 2vh;
  padding-right: 2vw;
  padding-left: 2vw;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  min-width: 400px;
}

.login-white-bg-opacity {
  background: rgba(255,255,255,0.4);
  height: -webkit-fill-available;
  position: relative
}

.login_logo {
  width: 290px;
  /* height: 290px; */
  padding-left: 1vw;
  padding-right: 1vw;
}

input.login_input_username {
  border-radius: 50px;
  height: 4vh;
  width: 100%;
  padding-left: 1vw;
  padding-right: 1vw;
  border: 1px solid grey;
  font-style: italic;
}

input.login_input_password {
  border-radius: 50px;
  height: 4vh;
  width: 100%;
  padding-left: 1vw;
  padding-right: 1vw;
  border: 1px solid grey;
  font-style: italic;
}

.login_btn {
  background: #32418C;
  border: none;
  color: white;
  padding: 1vh;
  padding-left: 3vw;
  padding-right: 3vw;
  border-radius: 50px;
}

.login_footer_cont{
  width: 100%;
  display: inline-flex;
}

.login_footer_left {
  width: 50%;
  text-align: left;
}

.login_footer_right {
  width: 50%;
  text-align: right;

}

a.login_forgot_pwd_text {
  text-decoration: none;
  font-style: italic;
  color: darkgrey;
  cursor: pointer;
}

a.login_forgot_pwd_text:hover {
  color: #32418C;
}

a.login_footer_text_a {
  text-decoration: none;
  color: black;
  cursor: pointer;
}

a.login_footer_text_a:hover {
  color: #32418C;
}

/*-----------------------------*/
/*Forgot Login Page */
/*-----------------------------*/
.forgot_login_cont {
  margin-top: 5vh;    
  background: #eaeaea;
  padding-top: 5vh;
  padding-bottom: 5vh;
  border-radius: 5px;
}

/*-----------------------------*/
/* Layout - Private */
/*-----------------------------*/

.top-right-a {
      background: transparent;
    border: none;
    color: #99abb4;
    cursor: pointer;
    font-size: 16px;
    line-height: 55px;
    padding: 0;
    width: 43px;
}

/*-----------------------------*/
/* Dashboard - index */
/*-----------------------------*/
.overview-item--c1w {
  background: white;
}

.overview-box-w{
  text-align: center;
  padding-bottom: 80px;
}

.overview-box-w .icon {
  display: block;
  vertical-align: top;
  margin-right: 15px;
}

.overview-box-w .icon i {
  font-size: 60px;
  color: #646464;
  width: 15px;
}

.overview-box-w .text {

  
  margin-bottom: 30px;
}

.overview-box-w .text span {
  font-size: 18px;
  color: #646464;
}

/*-----------------------------*/
/* dataTable - custom style */
/*-----------------------------*/
div#myTable_length {
  margin-left: 2vw;
}

div#myTable_info {
  margin-left: 2vw;
}

table.dataTable.no-footer {
  border-bottom: none;
}

tr.tr-shadow.even {
  background: #f7f7f7 !important;
}


/*-----------------------------*/
/* Certificate - View/Generate */
/*-----------------------------*/
.cert-bg {
  height: 1080px;
  width: 1920px !important;
  font-family: 'Montserrat', sans-serif;
}

.cert-user-name {
  color: black;
  font-size: 55px;
  letter-spacing: 2px;
  text-transform: capitalize;
  width: 100%;
  /* background: red; */
  position: absolute;
  top: 538px;
  text-align: center;
}

.cert-wtr-course-name {
  width: 100%;
  position: absolute;
  top: 675px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: black;
  text-transform: capitalize;
}

.cert-wtr-code {
  position: absolute;
  color: black;
  font-size: 18px;
  font-weight: bold;
  top: 740px;
  text-align: center;
  width: 100%;
}

.cert-boss-name {
  position: absolute;
  color: black;
  font-size: 30px;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  top: 890px;
  width: 100%;
}

.cert-hours {
  position: absolute;
  color: black;
  top: 650px;
  width: 100%;
  text-align: center;
  /* background: red; */
  font-size: 20px;
  font-weight: 500;
}


a.headlink {
  color: #707070;
    font-family: 'Quicksand', sans-serif;
}

a.headlink:hover {
  color: #12B6D9;
  cursor: pointer;
}


/* index domomove */

.home-ctn-1 {
  background: white;
  border-radius: 30px;
  border: 1px solid grey;
  padding: 10%;

  -webkit-box-shadow: 0px 0px 34px -19px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 34px -19px rgba(0,0,0,0.75);
box-shadow: 0px 0px 34px -19px rgba(0,0,0,0.75);


}

.h2-hme {
  color: #12B6D9;
  font-family: 'Quicksand', sans-serif;
}

.span-hme {
  color: #707070;
  font-family: 'Quicksand', sans-serif;
}

.custom-btn-1 {
  padding: 5px;
  padding-left: 15px;
  border-radius: 7px;
  border: 1px solid grey;
  padding-right: 15px;
  color: white;
  background: #12B6D9;
  font-family: 'Quicksand', sans-serif;
}

.custom-btn-1:hover {
background: white;
color: #12B6D9;
cursor: pointer;
}

/* dash domomove */
.dash-ctn-1 {
  background: white;
  border-radius: 10px;
  border: 1px solid grey;
  padding: 5%;

  -webkit-box-shadow: 0px 0px 34px -19px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 34px -19px rgba(0,0,0,0.75);
box-shadow: 0px 0px 34px -19px rgba(0,0,0,0.75);


}

.dash-text {
  color: #12B6D9;
}

.custom-btn-2 {
  padding: 5px;
  padding-left: 15px;
  border-radius: 7px;
  border: 1px solid grey;
  padding-right: 15px;
  color: white;
  background: #707070;
  font-family: 'Quicksand', sans-serif;
}

.custom-btn-2:hover {
background: white;
color: #707070;
cursor: pointer;
}

.title-dash {
  color: #707070;
}

.dash-inner-mini-cont {
  text-align: center;
  border: 1px solid black;
  border-radius: 8px;
  min-height: 180px;
  max-width: 200px;
  margin: auto;
  margin-bottom: 5%;
}

img.inner-main-img {
  height: 25px;
  width: 25px;
}

.inner-main {
  height: 130px;
}

.inner-bottom {
  height: 50px;
  background: #e8e8e8;
  position: relative;
}
span.inner-num {
  font-weight: 400;
  font-size: 1.5rem;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-control-login {
  display: block;
  border: 1px solid #777;
  border-radius: 5px;
  padding: 0.3rem;
  padding-left: 0.7rem;
  width: 100%;
}

.form-control {
  border: 1px solid #777;
}
/* form */

form#regForm {
  background: white;
  border-radius: 10px;
  border: 1px solid grey;
  padding: 5%;

  color: #707070;

  -webkit-box-shadow: 0px 0px 34px -19px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 34px -19px rgba(0,0,0,0.75);
box-shadow: 0px 0px 34px -19px rgba(0,0,0,0.75);
}

input[type="search"] {
  background: #e8e8e8;
  border-radius: 5px;
}

/* links styles */
.add-address-btn {
  color: #12B6D9;
  border: 1px solid #12B6D9;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 5px;
}
.add-address-btn:hover {
  background: #12B6D9;
  color: white;
}

.refresh-btn {
  color: green;
  border: 1px solid green;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 5px;
}

.refresh-btn:hover {
  background: green;
  color: white;
}

h3.h3_how {
  font-family: 'Quicksand', sans-serif;
  font-weight: bolder;
  text-align: center;
  border-bottom: 3px solid #12B6D9;
  width: 40%;
  padding-bottom: 15px;
  margin: auto;
}

.how-cont {
  text-align: center;
  margin-top: 5vw;
}

span.how-text {
  color: #A7A9AC;
  font-size: 1.5rem;
  font-family: 'Quicksand', sans-serif;
}

img.how-img {
  width: 75%;
}

button.btn-ping {
  padding: 5px;
  color: white;
  background: #12B6D9;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 5px;
}

.track-btn-1 {
  background: #A7A9AC;
  color: white;
  padding: 5px 15px 5px 15px;
  border-radius: 5px;
  border: 1px solid #A7A9AC;
  margin-right: 2px;

}

.track-btn-1:hover {
  background: white;
  border: 1px solid;
  color: #A7A9AC;
  border: 1px solid #A7A9AC;
}

.track-btn-2 {
  background: #12B6D9;
  color: white;
  padding: 5px 15px 5px 15px;
  border-radius: 5px;
  border: 1px solid #12B6D9;

}

.track-btn-2:hover {
  background: white;
  border: 1px solid;
  color: #12B6D9;
  border: 1px solid #12B6D9;
}



button.dt-button {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  background: #eeeeee;
  font-size: 1.2em;
  font-weight: 700;
  font-family: 'Quicksand', sans-serif;
  /* min-height: 60px; */
  padding: 0.4em 1.3em;
  border-radius: 3px;
  margin-right: .5em;
}

button.dt-button:hover {
  cursor: pointer;
  background: #12B6D9;
  color: white;
}