* {
  box-sizing: border-box;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: #ffffff;
  margin: 0;
}
.cursor {
  cursor: pointer !important
}
.white {
  color: #ffffff !important;
}

.login h1, .register h1 {
  text-align: center;
  color: #5b6574;
  font-size: 24px;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #dee0e4;
}

.login .links, .register .links {
  display: flex;
  padding: 0 15px;
}

.login .links a, .register .links a {
  color: #adb2ba;
  text-decoration: none;
  display: inline-flex;
  padding: 0 10px 10px 10px;
  font-weight: bold;
}

.login .links a:hover, .register .links a:hover {
  color: #9da3ac;
}

.login .links a.active, .register .links a.active {
  border-bottom: 3px solid #3274d6;
  color: #3274d6;
}

.login form, .register form {
    padding-top: 20px;
    margin-left: 25px;
    margin-right: 25px;
    padding-bottom: 20px;
}

.login form label, .register form label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #3274d6;
  color: #ffffff;
}

/*.login form input[type="password"], .login form input[type="text"], .login form input[type="email"], .register form input[type="password"], .register form input[type="text"], .register form input[type="email"] {
  width: 310px;
  height: 50px;
  border: 1px solid #dee0e4;
  margin-bottom: 20px;
  padding: 0 15px;
}*/
.report {
    width: 100%;
    background-color: #3274d6;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
  }
.login form input[type="submit"], .register form input[type="submit"] {
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  background-color: #3274d6;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  transition: background-color 0.2s;
}

.login form input[type="submit"]:hover, .register form input[type="submit"]:hover {
  background-color: #2868c7;
  transition: background-color 0.2s;
}

.login form #rememberme, .register form #rememberme {
  width: 100%;
  height: auto;
  padding: 5px 20px;
  background-color: transparent;
  color: #000;
  justify-content: flex-start;
}

.login form #rememberme input, .register form #rememberme input {
  transform: scale(1.3);
  margin-right: 7px;
}

.login form .msg, .register form .msg {
  padding: 0 20px;
  width: 100%;
}

.navtop {
  background-color: #2f3947;
  height: 60px;
  width: 100%;
  border: 0;
}

.navtop div {
  display: flex;
  margin: 0 auto;
  width: 1000px;
  height: 100%;
}

.navtop div h1, .navtop div a {
  display: inline-flex;
  align-items: center;
}

.navtop div h1 {
  flex: 1;
  font-size: 24px;
  padding: 0;
  margin: 0;
  color: #eaebed;
  font-weight: normal;
}

.navtop div a {
  padding: 0 20px;
  text-decoration: none;
  color: #c1c4c8;
  font-weight: bold;
}

.navtop div a i {
  padding: 2px 8px 0 0;
}

.navtop div a:hover {
  color: #eaebed;
}
.navtopToggle {
    padding: 15px 20px;
    text-decoration: none;
    color: #c1c4c8;
    font-weight: bold;
}
.available {
  color: rgb(49, 170, 113);
}
.unavailable {
  color: #e51c23;
}
.break {
  color: rgb(153, 153, 153);
}

body.loggedin {
  background-color: rgb(238, 238, 238);
}

select.status {
    background: #3c3c3c;
    color: #ffffff;
    box-shadow: none;
    margin-top: 20px;
    border: 0px;
    outline: none;
  }

.content {
  width: 1000px;
  margin: 0 auto;
}

.content h2 {
  margin: 0;
  padding: 25px 0;
  font-size: 22px;
  border-bottom: 1px solid #e0e0e3;
  color: #4a536e;
}

.content > p, .content > div {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin: 25px 0;
  padding: 25px;
  background-color: #fff;
}

.content > p table td, .content > div table td {
  padding: 5px;
}

.content > p table td:first-child, .content > div table td:first-child {
  font-weight: bold;
  color: #4a536e;
  padding-right: 15px;
}

.content > div p {
  padding: 5px;
  margin: 0 0 10px 0;
}

.content > div a, .content > div input[type="submit"] {
  display: inline-block;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  color: #fff;
  background-color: #3274d6;
  margin: 15px 5px 0 0;
  padding: 10px 15px;
}

.content > div a:hover, .content > div input[type="submit"]:hover {
  background-color: #2868c7;
}

.content form label {
  display: block;
  padding: 10px 0 5px 0;
}

.content form input[type="text"], .content form input[type="password"], .content form input[type="email"] {
  padding: 5px;
  width: 250px;
}
.mt-30 {
  margin-top: 30px;
}

.bb {
  border-bottom: 1px solid #2f3947;
}

.reports {
    text-align: center !important;
    color: #5b6574 !important;
    font-size: 24px !important;
    padding: 20px 0 20px 0 !important;
    border-bottom: 1px solid #dee0e4 !important;
}

.infoHeaders {
    border-bottom: 3px solid;
    border-color: #3274d6;
    padding-bottom: 5px;
}

.lightGrey {
  color: #cccccc;
}

.available_out.fas.fa-user-circle{
   color: transparent;
   -webkit-text-stroke-width: 2px;
   -webkit-text-stroke-color: rgb(49, 170, 113);
 }
 .green {
  color:#07874A;
 }
 .red {
  color:#D33030;
 }
 .grey {
  color: rgb(153, 153, 153);
 }


 /* Calling */
 .callPanel {
  margin-top: 50px;
 }

 /* Links */
a.white:link {color: #ffffff !important;}
a.white:visited {color: #ffffff !important;}
a.white:hover {color: #ffffff !important;}

.dot {
  height: 35px;
  width: 35px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}
.dot-green {
  height: 35px;
  width: 35px;
  background-color: #07874A;
  border-radius: 50%;
  display: inline-block;
}
.dot-red {
  height: 35px;
  width: 35px;
  background-color: #D33030;
  border-radius: 50%;
  display: inline-block;
}
.dot-lg {
  height: 115px;
  width: 115px;
  background-color: #2196f3;
  border-radius: 50%;
  display: inline-block;
}
.dot-lg-grey {
  height: 115px;
  width: 115px;
  background-color: rgb(153, 153, 153);
  border-radius: 50%;
  display: inline-block;
}
.m0 {
  margin-top: 0px !important; 
  margin-bottom: 0px !important; 
}
.mb-25 {
  margin-bottom: 25px;
}
.ml-125 {
  margin-left: 125px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pr-10 {
  padding-right: 10px;
}
.pl-10 {
  padding-left: 10px ;
}
.pb-9 {
    padding-bottom: 2px;
    padding-right: 3px;
}
/* Font Awesome Extended */
.fa-rotate-225 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(
225deg
);
    transform: rotate(
225deg
);
}
.vm {
  padding-right: 7px;
  padding-top: 9px;
}
.hangup {
    padding-bottom: 20px;
    padding-right: 30px;
}
.theme-user {
    --fa-primary-color: #31aa71;
    --fa-secondary-color: #cccccc;
  }

  .leftSide {
    border-right: 1px solid #ccc;
    background-color: rgb(255, 255, 255) !important;
    min-height: 1028px !important;
  }

  #transferPanel {
    position: absolute;
    top: 0px;
    right: -1px;
    background-color: #f9f9f9;
    min-height: 100%;
    overflow-y: auto;
  }

  .statsHeader {
    margin-top: 0px;
    margin-bottom: 4px;
    letter-spacing: 2px;
    font-size: 10px;
    min-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .statsHeaderFont {
    letter-spacing: 2px;
  }
  .statsCount {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 1px;
  }

  .loginSide {
    background-image: url("login.jpg");
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: cover;
    height:  100vh;
  }

  .navbar {
    margin-bottom: 0px !important;
  }
  .navbar-inverse {
    background-color: #3c3c3c;
}
.pl-25 {
  padding-left: 25px !important;
}
.pt-60 {
  padding-top: 60px;
}
.pr-30 {
  padding-right: 30px;
}