@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Regular.eot');
  src: url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Regular.woff') format('woff'), url('fonts/Montserrat-Regular.ttf') format('truetype');
  /*	font-weight: 50;*/
  font-style: normal;
}

body {
  /*font-family: 'Montserrat';*/
  background-size: cover;
  background-color: #00606e;
  width: 100%;
  background-repeat: no-repeat;
}

* {
  font-family: 'Open Sans', sans-serif;
}


/*overlay menu*/


/* The side navigation menu */

.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 10;
  /* Stay on top */
  top: 0;
  right: 0;
  background-color: #00606e;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 40px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
}


/* The navigation menu links */

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: white;
  display: block;
  border-bottom: 1px solid white;
  transition: 0.3s
}


/* When you mouse over the navigation links, change their color */

.sidenav a:hover, .offcanvas a:focus {
  color: grey;
}


/* Position and style the close button (top right corner) */

.sidenav .closebtn {
  border-bottom: 0px solid white;
  position: absolute;
  top: -9px;
  right: 4px;
  font-size: 25px;
  margin-left: 39px;
}


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */

#main {
  transition: margin-left .5s;
  padding: 20px;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}


/*end of overlay menu*/

.menu {
  font-size: 3.5vmin;
  cursor: pointer;
  float: right;
  padding: 5px;
  color: white;
  /*background-color: #00606e;*/
  margin: 5px;
  text-shadow: 1px 1px grey;
  border-radius: 4px;
  /*box-shadow: 0px 0px 5px grey;*/
}

.menu:hover {
  color: #00606e;
  transition: 2s;
  transform: rotateY(10 deg);
}

.menu-ch a:hover {
  color: #ffffff;
  transition: 2s;
}

.login-container {
  background-color: rgba(124, 174, 255, 0.9);
  padding: 20px;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 5px;
  box-shadow: .5px .5px 10px #000;
}

.logo-container {
  background-color: #ffffff;
  margin-right: 34%;
  margin-left: 34%;
  margin-top: -50px;
  box-shadow: 1px 1px 10px #000;
}

.logo-container img {
  padding: 6px
}


/*jobs styles*/

.main_container {
  margin: auto;
  background-repeat: repeat;
  background-size: auto;
}

.inner_container {
  background-color: #fff;
  box-shadow: -2px -2px 10px #000;
  margin-top: 50px;
}

.intro-text {
  color: #00606e;
  text-shadow: .5px .5px .5px #000;
}

.intro-section p {
  text-align: justify;
  font-size: 16px;
  color: grey;
  line-height: 27px;
  letter-spacing: 1px;
}

.intro-section img {
  border-radius: 10px;
}

.menu-ch {
  float: right;
  color: #fff;
  /*text-shadow: 1px 1px 1px #000;*/
  /*margin: 0px;*/
  margin-right: 15px;
  margin-top: 5px;
}

.menu-ch a {
  color: white;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
}

.menu-ch i {
  font-size: 14px;
  color: #00606e;
}

.logo_section {
  margin-left: -6%;
  margin-top: -4%;
}

.footer {
  color: #000;
  /*padding-top: 10px;*/
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: bold;
}

.footer a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

select {
  color: #ccc;
}

input[type="date"] {
  color: grey;
}


/*flie upload styles*/

.image-preview-input {
  position: relative;
  overflow: hidden;
  margin: 0px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.image-preview-input input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.image-preview-input-title {
  margin-left: 2px;
}


/*regstration step 2 tab styles*/

.wizard {
  margin: 0px auto;
  background: #fff;
}

.wizard .nav-tabs {
  position: relative;
  margin: 0px auto;
  margin-bottom: 0;
  border-bottom-color: #e0e0e0;
}

.wizard>div.wizard-inner {
  position: relative;
}

.connecting-line {
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  width: 86%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
}

.wizard .nav-tabs>li.active>a, .wizard .nav-tabs>li.active>a:hover, .wizard .nav-tabs>li.active>a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}

span.round-tab {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  /*border-radius: 100px;*/
  background: #fff;
  /*border: 2px solid #e0e0e0;*/
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 25px;
}

span.round-tab i {
  color: #555555;
  font-size: 11vmin;
}

.wizard li.active span.round-tab {
  background: #fff;
  /*border: 2px solid #00606e;*/
}

.wizard li.active span.round-tab i {
  color: #00606e;
  font-size: 11vmin;
}

span.round-tab:hover {
  color: #333;
  /*border: 2px solid #333;*/
}

.wizard .nav-tabs>li {
  width: 20%;
}

.wizard li:after {
  content: " ";
  position: absolute;
  left: 46%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #5bc0de;
  transition: 0.1s ease-in-out;
}

.wizard li.active:after {
  content: " ";
  position: absolute;
  left: 46%;
  opacity: 1;
  margin: 0 auto;
  bottom: 0px;
  border: 10px solid transparent;
  border-bottom-color: #00606e;
}

.wizard .nav-tabs>li a {
  width: 70px;
  height: 70px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
}

.wizard .nav-tabs>li a:hover {
  background: transparent;
}

.wizard .tab-pane {
  position: relative;
  padding-top: 1.5%;
}

.wizard h3 {
  margin-top: 0;
}

@media( max-width: 585px) {
  .wizard {
    width: 90%;
    height: auto !important;
  }
  span.round-tab {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .wizard .nav-tabs>li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .wizard li.active:after {
    content: " ";
    position: absolute;
    left: 35%;
  }
}

.fa-edit {
  color: green;
  text-align: center;
}

.fa-times {
  color: red;
}

.fa-eye {
  color: #00606e;
}

.fa-arrow-left {
  color: #00606e;
}

.fa-arrow-right {
  color: #00606e;
}

.fa-file-pdf-o {
  color: red;
  background-color: white;
}


/*side naviagation*/

.fa-check {
  color: #00606e;
}


/*submit button style*/

.subbtn {
  color: white;
  background-color: #00606e;
  border-color: #00606e;
  font-size: 15px;
  font-weight: bold;
  border-radius: 30px
}

.subbtn:hover {
  background-color: blue;
  transition: 2s;
}

.error_msg {
  color: #800000;
  font-size: 13px;
  letter-spacing: .7px;
  font-weight: bold;
  text-align: center;
}

.success_msg {
  color: green;
  font-size: 13px;
  letter-spacing: .7px;
  font-weight: bold;
  text-align: center;
}

.bg-custom {
  background-color: #00606e;
  color: white;
}

.close {
  opacity: 1;
  color: white;
}
.h1, .h2, .h3, h1, h2, h3 {
     margin-top: 0px !important;
     margin-bottom: 0px !important;
}
.fa-edit{
  cursor: pointer;
}
.tooltip-inner {
    max-width: 100% !important;
    background-color: lightblue !important;
}
.ol_tooltip{
  color: #000080;
  font-weight: bold;
}
/*.red-tooltip + .tooltip > .tooltip-inner {background-color: #f00;}*/
.error_color{
  color: red !important;
}
#mi-modalss .modal-body ul li{
  color: red !important;
}
.daterangepicker{
  position: fixed !important;
  top:50px !important;
}
.i_icon_color{
  color: green;
}
.chk_phych{
  padding-right: 43px;
}
.chk_exservech{
      padding-right:36px;
    }
@media( max-width: 574px) {
  .chk_phych{
      padding-right: 29px !important;
    }
    .chk_exservech{
      padding-right: 21px !important;
    }
    .int_sec{
      margin-top: 20px;
    }
  }