﻿@font-face {
  font-family: 'Din Next';
  font-style: normal;
  font-weight: 400;
  src: local("Din Next Regular"), local("Din-Next-Regular"), url("fonts/din-next-regular.woff") format("woff");
}
@font-face {
  font-family: 'Din Next';
  font-style: normal;
  font-weight: 600;
  src: local("Din Next Medium"), local("Din-Next-Medium"), url("fonts/din-next-medium.woff") format("woff");
}
@font-face {
  font-family: 'Din Next';
  font-style: normal;
  font-weight: 800;
  src: local("Din Next Bold"), local("Din-Next-Bold"), url("fonts/din-next-bold.woff") format("woff");
}
@font-face {
  font-family: 'Nandos Hand';
  font-style: normal;
  font-weight: 800;
  src: local("Nandos Hand"), local("Nandos-Hand"), url("fonts/nandos-hand.woff") format("woff");
}
body {
  font-family: "Din Next", Helvetica, Geneva, Arial, sans-serif;
  font-size: 15px;
}
.nav-item {
  list-style: none;
}
.nav-tabs {
  padding-left: 50px;
  border-bottom: none;
}
.nav-tabs .nav-item {
  height: 50px;
  min-width: 200px;
  padding-bottom: 0;
  border-bottom: none;
  margin: 0 3px;
}
.nav-tabs .nav-item .nav-link {
  background: #eeeeee;
  color: black;
  height: 100%;
  width: 100%;
  text-align: center;
  border-radius: 15px 15px 0 0;
  font-weight: bold;
  line-height: 50px;
  cursor: pointer;
  border: 1px solid #eeeeee;
}
.nav-tabs .nav-item .active {
  border: 1px solid #00b0aa;
  background: #00b0aa;
  color: white;
}
.nav-tabs .nav-item .active:hover {
  color: white;
}
h1 {
  font-weight: bold;
  color: #00b0aa;
  font-size: 50px;
}
h2 {
  color: #00b0aa;
  font-size: 40px;
}
h3 {
  color: #00b0aa;
  font-size: 30px;
  font-family: "Nandos Hand", "Din Next";
}
h4 {
  color: #231F20;
  font-weight: bold;
  font-size: 20px;
}
.overlay {
  position: fixed;
  z-index: 999;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: Black;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.overlayContent {
  z-index: 1000;
  margin: 300px auto;
  padding: 10px;
  width: 300px;
  background-color: White;
  border-radius: 10px;
  text-align: center;
}
.overlayContent img {
  height: 128px;
  width: 128px;
  margin: 0 auto;
  text-align: center;
}
header {
  max-width: 1024px;
  margin: 0 auto;
}
.body-content {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}
footer {
  max-width: 1024px;
  margin: 0 auto;
  font-size: 10px;
  padding-top: 10px;
}
a {
  padding: 0 25px !important;
}
.alert {
  position: fixed;
  z-index: 1000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 10%);
  transform: translate(-50%, 10%);
  background: #231F20 !important;
  font-weight: bold;
  color: white;
}
.btn,
.btn::selection,
.btn:visited {
  color: white !important;
  background: #00b0aa;
  border: 1px solid #00b0aa;
  padding: 10px 15px !important;
  margin-top: 5px;
}
.btn:hover {
  color: #00b0aa !important;
  background: white;
}
.login-wrapper {
  border: 1px #b3b4b5 solid;
  border-radius: 5px;
  min-height: 299px;
  background: #ffffff url("../Images/Login/image.jpg") no-repeat left center;
}
.login-wrapper .form {
  padding: 50px 30px 0 0;
  width: 414px;
}
.login-wrapper .form li {
  padding-bottom: 15px;
  list-style: none;
}
.login-wrapper .form li .logintextbox {
  resize: none;
  height: 48px;
  border-radius: 5px;
  width: 414px;
  border: 1px #e8e8e8 solid;
  background: #ffffff no-repeat 10px center !important;
  margin: 0;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 0 45px;
  font-size: 16px;
  font-family: Arial, sans-serif;
  color: #000000;
}
.no-boxsizing .logintextbox {
  width: 349px !important;
}
.login-wrapper .form li .logintextbox.email-icon {
  background-image: url("../Images/Icons/email.png") !important;
}
.login-wrapper .form li .logintextbox.password-icon {
  background-image: url("../Images/Icons/key.png") !important;
}
.login-wrapper .form li.two-items {
  padding: 20px 0 30px 0;
}
.login-wrapper .form li input[type=checkbox] {
  display: inline-block !important;
  vertical-align: middle;
}
.login-wrapper .form li label {
  background: none;
  vertical-align: middle;
  display: inline-block;
  height: auto;
  line-height: 1;
  padding: 0;
  font-size: 0.875em;
  color: #515151;
  padding-left: 5px;
}
.login-wrapper .form li a {
  font-size: 0.875em;
  text-decoration: none;
  line-height: 16px;
}
.login-wrapper .form li .logintextbox::-webkit-input-placeholder {
  color: #cfcfcf !important;
}
.login-wrapper .form li .logintextbox:-moz-placeholder {
  /* Firefox 18- */
  color: #cfcfcf !important;
}
.login-wrapper .form li .logintextbox::-moz-placeholder {
  /* Firefox 19+ */
  color: #cfcfcf !important;
}
.login-wrapper .form li .logintextbox:-ms-input-placeholder {
  color: #cfcfcf !important;
}
.logintextbox {
  border: none;
  color: #c53446;
  height: 46px;
  line-height: 46px;
  outline: none;
  background: #ffffff;
  border-radius: 4px;
  margin-left: 25px;
}
.ui-dialog .ui-dialog-buttonset button {
  color: white !important;
  background: #00b0aa;
  border: 1px solid #00b0aa;
  padding: 10px 15px !important;
}
.ui-dialog .ui-dialog-buttonset button:hover {
  color: #00b0aa !important;
  background: white;
}
.ui-dialog .ui-dialog-content {
  line-height: 1.3;
}
.ui-dialog .ui-dialog-content p {
  padding: 20px 0;
}
.ui-dialog .ui-dialog-content label {
  display: block;
  padding-bottom: 5px;
  cursor: pointer;
}
.ui-dialog .ui-dialog-content .textbox {
  width: 100% !important;
  height: 35px;
  display: block !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px #c0c0c0 solid;
  border-radius: 2px;
  line-height: 35px;
  padding: 0 35px 0 7px;
  background: #ffffff;
  color: #333333;
  margin: 0;
  vertical-align: middle;
}
.no-boxsizing .ui-dialog .ui-dialog-content .textbox {
  width: 530px !important;
}
.ui-dialog .ui-dialog-title {
  width: 100%;
}
.ui-dialog .ui-dialog-content textarea.textbox {
  padding: 7px;
}
.ui-dialog .ui-dialog-titlebar {
  background: #00b0aa;
  color: #ffffff;
  border-radius: 0;
  border: none;
  text-align: center;
}
.ui-dialog {
  z-index: 9999 !important;
  width: 600px !important;
  background: white;
}
.ui-dialog #Options {
  height: 175px !important;
  overflow-y: scroll;
}
input[type=checkbox] {
  height: 1.2em;
  width: 1.2em;
  cursor: pointer;
}
.listtable {
  width: 100%;
}
.listtable th {
  border: 1px solid white;
  color: white;
  font-weight: bold;
  background: #00b0aa;
  padding: 10px;
}
.listtable > tbody td {
  padding: 10px;
  border: 1px solid #231F20;
}
.listtable > tbody td a {
  color: #00b0aa;
  font-weight: bold;
}
.listtable > tfoot td {
  padding: 0;
}
.listtable > tfoot .center {
  text-align: center;
}