@font-face {
  font-family: OpenSans;
  src: url('/fonts/opensans.ttf');
}
*{
  font-size: 14px;
  font-family: OpenSans;
}

@media (max-width: 992px) {
#backgroundImage {
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
}

#loginForm {
  width: 50%;
}
}

@media (max-width: 768px) {


#backgroundImage {
  display: none;
}

#loginForm {
  background-color: red;
}
/* #sidebarId {
  display: none;
} */
}

@media (max-width: 576px) {
.login100-form {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 70px;
}
}

.btn-primary{
color: #212529;
background-color: #7cc;
border-color: #5bc2c2
}

#loginForm {
width: 40%; 
height:100vh; 
background-color: white;
border-style: ridge;
justify-content: center;
}

.title-text {
margin-top: 15px;
text-align: center;
font-size: 26px;
font-weight: bold;
}

.btn-link {
text-align: center;
}

.column {
float: left;
width: 50%;
padding: 10px;
}
.column1 {
float: left;
width: 50%;
padding: 10px;
}

.button1 {
background-color: #DD4B39;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
cursor: pointer;
width: 100%;
}

@media screen and (max-width: 600px) {
.column {
  display: none;
}
.column1 {
  width: 100%;
}
#sidebarId {
  display: none;
}
#register form input {
  width: 80%;
}

#register form button {
  width: 90%;
}
#register form select {
  width: 80%;
}
#register form{
  padding-left: 40px;
}
/* #verificationContainer {
  margin-top: 0;
  height: 100%;
} */
}

#forgotpass{
font-size: 15px;
font-weight: bold;
margin-left: -1px;
}

.sidebar {
height: 100%;
width: 17%;
position: fixed; z-index: 1000;
top: 0;
left: 0;
background-color: #111;
overflow-x: hidden;
margin-top: 55px;
padding-top: 16px;
}

.navbar {
  position: fixed; z-index: 1000; top: 0;
}

.sidebar a {
padding: 6px 8px 6px 16px;
text-decoration: none;
font-size: 20px;
color: #818181;
display: block;
}



.sidebar a:hover {
color: #f1f1f1;
}


.verification {
background-color: white; 
height: 90%; 
margin-top: 10vh;
box-shadow: 10px 10px 5px grey;
display: flexbox;
text-align: center;
}

.body {
background-image: linear-gradient(to bottom right, #f2f2f2, white);
}

.TwoFactorTitle{
font-size: 22px;
font-weight: bold;
text-align: center;
margin-top: 10%;
}

#verificationText {
  font-size: 15px;
}

.twoFactorImage {
width: 105px;
height: 90px;
margin-top: 5%;
}

.bottomText {
font-size: 12px;
text-align: left;
}

#navbarDropdown {
  color: white;
  font-size: 16px;
}

#navbarDropdown:hover {
  background-color: #d6d6c2;
}

.sidebarText {
  font-size: 16px;
}

.button2 {
  background-color: #DD4B39;
  color: white;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 120%;
  height: 40px;
  margin-left: -20px;
  font-size: 15px;
  }

  .navbar-brand{
    padding-top: 10px;
    text-align: center;
    font-size: 20px;
  }

  #navBarButton {
    color: white;
  }

  #sidebarId a {
    text-decoration: none;
}

.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.icon {
  padding: 10px;
  background: #DD4B39;
  color: white;
  min-width: 35px;
  height: inherit;
  width: 40px;
  text-align: center;
}
.icon2 {
  padding: 10px;
  background: #DD4B39;
  color: white;
  min-width: 35px;
  height: inherit;
  width: 40px;
  text-align: center;
}
.icon3 {
  padding: 10px;
  background: #DD4B39;
  color: white;
  min-width: 50px;
  max-height: 42px;
  text-align: center;
  font-size:24px;
}

.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
  font-size: 14px;
}

.input-calendar {
  width: 100%;
  padding-left: 10px;
  height: 35px;
  outline: none;
  font-size: 14px;
}
input:focus {
  border: 1px solid #DD4B39 !important;
  box-shadow: 0 0 0 0.2rem rgba(247, 53, 10, 0.1) !important;
}
select:focus{
  border: 1px solid #DD4B39 !important;
  box-shadow: 0 0 0 0.2rem rgba(247, 53, 10, 0.1) !important;
}
textarea:focus{
  border: 1px solid #DD4B39 !important;
  box-shadow: 0 0 0 0.2rem rgba(247, 53, 10, 0.1) !important;
}

/* Set a style for the submit button */
.p360-btn {
  background-color: #DD4B39;
  color: white;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
}

#registerButton {
  font-size: 14px;
}

.moduleBanner {
  padding-right: 100px;
  padding-top: 20px;
}

.moduleBanner p.moduleTitle {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
}

.moduleBanner p.moduleDescription {
  font-size: 20px;
  font-weight: bold;
  margin-top: -10px;
}

body::-webkit-scrollbar {
  display: none;
}
body {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */

}



#register {
  box-sizing:border-box; 
  position: relative; 
  margin-left: 15.5%; 
  margin-top: 68px; 
  width: 84%; 
  min-height: 90%; 
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  
}

.viewJobOrder{
  background-color: rgb(25, 110, 180);
  border-radius: 0%;
  border-color: rgb(25, 110, 180);
  color: white;
  font-size: 14px;
  font-weight: bold;
  width: 100px;
  height: 40px;
}

.viewJobOrder:hover{
  background-color: rgb(90, 145, 177);
  border: 2px solid black;
}

.maxWidth {
  width: 100%;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.loader {            
    margin: 60px auto;
    top: 200px;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#loadingDiv {
    position:absolute;;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#EE4B2B;
}


.testable {
  table-layout: fixed;
  height: 600px;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  border-collapse: collapse;
  
}
.testable th,td {
  border: 1px solid #999;
  padding: 0.5rem;
  text-align: left;
}
.loaders{
  position: absolute; 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(255, 255, 255) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 210px 100px;
  background-image:url('/images/loading_bar.gif');
  content: "";
  z-index: 1000;
}

.checkboxes label {
  display: inline-block;
  padding-right: 10px;
  white-space: nowrap;
}
.checkboxes input {
  vertical-align: middle;
}
.checkboxes label span {
  vertical-align: middle;
}

.bootstrap-select .btn {
  background-color: white;
  border-style: solid;
  border-left-width: 3px;
  border-color: #00DDDD;
  height: 45px;
}


.select2-selection__rendered {
  line-height: 35px !important;
}
.select2-container .select2-selection--single {
  height: 35px !important;
}
.select2-selection__arrow {
  height: 44px !important;
}

.select2-selection__placeholder {
  color:#495057 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='1' height='1' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e");
  background-color: transparent;
  background-size: contain;
  border: none !important;
  height: 11px !important;
  width: 11px !important;
  margin: auto !important;
  top: 14px !important;
  left: auto !important;
}
td.highlight {
  background-color: whitesmoke !important;
} 


input[type=text]{
  height: 35px !important;
}
i {
  font-size: inherit !important;
}
