@font-face {
  font-family: "Montserrat:800", sans-serif;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover{background:#eee}

.bootstrap-datetimepicker-widget table td.today{
  position:relative
}

.bootstrap-datetimepicker-widget table td.today:before{
  content:'';display:inline-block;
  border-bottom-color:#00386e;
  border-top-color:rgba(0,0,0,0.2);
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover{
  background-color:#00386e;
  color:#fff;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th{
  text-align: center;
  cursor: pointer
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover{
  background:#fff;
  color:#b31b34;
}

.bootstrap-datetimepicker-widget table td span{
  display:inline-block;
  margin:2px;
  padding:2px 1.5px;
  cursor:pointer;
  border-radius:2px;
}

.bootstrap-datetimepicker-widget table td span:hover{
  background:#fff;
  color:#b31b34;
}

.bootstrap-datetimepicker-widget table td span.active{
  background-color:#fff;
  color:#b31b34;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover{
  cursor:pointer;
  background:#fff;
  color:#b31b34;
}

.input-group.date .input-group-addon{
  cursor:pointer
}

.navbar {
  border: 0px;
  margin: 0px;
  border-radius: 0px;
  min-height: unset;
}
.navbar-header {
  width: 100%;
  background-color: #2e3639;
  padding: 15px 10px 0 10px;
  float: unset;
}
.navbar-brand {
  margin: 0px;
}
.navbar-brand_cell {
  float: unset;
  height: 90px;
  margin-left: 0px !important;
  line-height: 10px;
}

.navbar-fixed-top .navbar-collapse {
  margin-top: -3px;
}

.navbar-brand>img{
  width: 100%;
  height: auto;
}

.navbar-collapse {
  width: 100%;
  border: 0;
  margin: 0;
  color: #fff;
}
.navbar-collapse .dropdown {
  margin-top: 3px;
  text-align: right;
}
.navbar-default {
  background-color: transparent !important;
}
.languageFlag {
  display: inline-block;
  max-width: 50px;
  border: none;
  padding: 5px;
}
.nav-second-buttons {
  font-size: 20px;
  position: fixed;
  top: 10%;
  background-color: transparent !important;
}
.nav-second-buttons li a {
  padding: 10px;
  margin: 2px;
  border-radius: 4px;
  border: 1px solid #aeaeae;
  background-color: rgba(151, 151, 151, 0.2) !important;
}
.nav-second-buttons li a:hover {
  background-color: #00386e !important;
  color: #ffffff;
}
.dropdown-menu {
  padding: 0px;
  font-size: 12px;
  background-color: #b31b34 !important;
}
.dropdown-menu li a {
  color: #fff !important;
}
.dropdown-menu li a:hover {
  color: #b31b34 !important;
  background-color: #ffffff !important;
}
.dropdown-menu li a:focus {
  color: #b31b34 !important;
  background-color: #ffffff !important;
}
.dropdown a {
  line-height: 30px !important;
  text-transform: uppercase;
}
.navbar-nav {
  margin: 0;
  width: 100%;
  border: 0px;
}

.navbar-collapse {
  background-color:  #b31b34;
  position: relative;
}

.navbar-collapse .navbar-nav .open a,
.navbar-collapse .navbar-nav .open a:hover,
.navbar-collapse .navbar-nav .open a:focus,
.navbar-collapse .navbar-nav .active a {
  background-color: #b31b34;
  color: #ffffff !important;
}

.navbar-collapse .navbar-nav .active a:hover{
  background-color: #00386e;
  border-color: #b31b34;
  color: #ffffff !important;
}

.navbar-collapse .navbar-nav li a {
  color: #ffffff !important;
  padding: 5px 10px;
  line-height: 20px;
}
.navbar-collapse .navbar-nav li a:hover,
.navbar-collapse .navbar-nav li a:focus {
  border-color: #951B34;
  color: #ffffff !important;
  background-color: #951B34 !important;
}

.navbar-default .navbar-toggle {
  position: relative;
  float: right;
  padding: 7px;
  margin: 0 5px;
  background-color: #ffffff;
  background-image: none;
  border: none !important;
  border-radius: 0px;
  color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #aaaaaa;
}

.navbar-default .navbar-toggle:hover {
  background-color: #951B34 !important;
  color: #ffffff;
}

.navbar-default .navbar-toggle:hover .icon-bar {
  color: #ffffff;
}
.navmenu ul li a {
  color: #ffffff;
}
.tape a {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  color: #ffffff;
}
.navbar-nav {
  margin: 0px;
}
.portal-menu {
  color: #ffffff;
  font-size: 14px;
  background-color: #5d7975;
}
.header .logo {
  background-image: url("../images/interface/quadrant-energy.png");
  background-repeat: no-repeat;
  background-position: left;
  height: 95px;
}
.header {
  background: #ffffff none repeat scroll 0 0;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.46);
  z-index: 100;
}
#footer.show {
  height: 170px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
#footer {
  background: #353434;
  width: 100%;
  height: 0px;
  position: fixed;
  z-index: 300;
  bottom: -30px;
  overflow: none;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.touchFooter {
  font-size: 10px;
  padding-top: 10px;
  text-align: center;
  color: #b0b0b0;
}
.touchmenu {
  text-align: center;
  line-height: 8px;
}
.touchmenu a {
  text-align: center;
  padding: 0px;
  font-size: 8px;
  line-height: 8px;
  color: #ddd;
}
.touchmenu span {
  font-size: 24px;
}
.menu-bg {
  font-size: 1 rem;
  padding: 0;
  margin: 0px;
  text-align: left;
  padding-top: 5px;
  padding-right: 5px;
}
.dropdown-menu > li > a {
  padding: 1px 30px 0px 30px !important;
}

.navbar-header {
  width: 100%;
  background-color: #2e3639;
  padding: 0px 10px 0 10px !important;
  float: unset;
}

.btn {
  border-radius: 0px;
  letter-spacing: -0.5px;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus, .btn:focus{
  outline: 0;
}

.btn.focus,
.btn:focus, 
.btn:hover {
  color: inherit;
}

.btn-default {
  background-color: #5d7975;
  border-color: #5d7975;
  color: #ffffff;
}
.btn-default:hover {
  background-color: #eee !important;
  color: #2e3639;
}
.btn-primary {
  background-color: #b31b34 !important;
  color: #ffffff;
}
.btn-primary a {
  color: #ffffff !important;
}
.btn-primary span {
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #951B34 !important;
  color: #ffffff;
}
.btn-secondary {
  background-color: #00386e !important;
  color: #ffffff;
}
.btn-secondary span {
  color: #ffffff;
}
.btn-secondary:hover {
  background-color: #012D55 !important;
  color: #ffffff;
}
.btn-tertiary {
  background-color: #b31b34;
  border-color: #b31b34;
  color: #ffffff;
}
.btn-tertiary:hover {
  background-color: #951B34;
  border-color: #951B34;
  color: #ffffff;
}
.btn-quaternary {
  background-color: #00386e;
  border-color: #00386e;
  color: #ffffff;
}
.btn-quaternary:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00386e;
}
.btn-na {
  background-color: #2e3639;
  border-color: #eee;
  color: #ffffff;
}
.btn-na:hover {
  background-color: #5d7975;
  border-color: #5d7975;
  color: #2e3639;
}
.btn-help {
  background-color: #5d7975;
  border-color: #5d7975;
  color: #ffffff;
  white-space: unset;
}
.btn-danger {
  background-color: #b31b34;
}
.btn-back {
  background-color: #5d7975;
  border-color: #5d7975;
  color: #ffffff;
  white-space: unset;
  float: left;
}
.btn-induction-status-complete {
  background-color: #00386e;
  color: #ffffff;
}
.btn-induction-status-complete:hover {
  background-color: #a4d65e;
  color: #ffffff;
}
.btn-induction-status-incomplete {
  background-color: #0067A0;
  color: #ffffff;
}
.btn-induction-status-incomplete:hover {
  background-color: #0067A0;
  color: #ffffff;
}
.btn-inductionName {
  width: auto !important;
}
.searchBtn {
  background-color: #b31b34 !important;
  color: #ffffff;
}
.searchBtn span {
  color: #ffffff;
}
.searchBtn:hover {
  background-color: #2e3639 !important;
  color: #ffffff;
}
.importBtn {
  background-color: #A03900;
  color: #ffffff;
}
.exportExcelBtn {
  background-color: #b31b34 !important;
  color: #ffffff;
}
.exportExcelBtn span {
  color: #ffffff;
}
.exportExcelBtn:hover {
  background-color: #2e3639 !important;
  color: #ffffff;
}
.addBtn {
  background-color: #b31b34 !important;
  color: #ffffff;
}
.addBtn span {
  color: #ffffff;
}
.returnBtn {
  border-radius: 0px;
  background-color: #00386e;
  border-color: #00386e;
  color: #ffffff;
}
.returnBtn:hover {
  background-color: #2e3639 !important;
  border-color: #2e3639 !important;
  color: #ffffff;
}
.btn-indutionReturn {
  border-radius: 0px;
  background-color: #00386e;
  border-color: #00386e;
  color: #ffffff;
}
.btn-indutionReturn:hover {
  background-color: #2e3639 !important;
  border-color: #2e3639 !important;
  color: #ffffff;
}
.btn-induction {
  border-radius: 0;
  border-color: #b31b34;
  min-height: 250px;
  cursor: pointer;
  background-color: #b31b34;
  color: #ffffff;
}
.btn-induction:hover {
  cursor: pointer;
  border-color: #b31b34;
}
.selection-btn {
  cursor: pointer;
  display: inline-block;
  padding: 10px 0 0 10px;
  text-align: left;
  white-space: normal;
  width: 100%;
  background-color: #00386e;
  color: #ffffff;
}
.selection-btn:hover {
  color: #00386e;
}
.selection-btn:hover .selection-text{
  color: #ffffff;
}
.selection-text {
  display: block;
  font-size: 16px;
  height: 75px;
  overflow-wrap: normal;
  padding-bottom: 20px;
  text-align: left;
}
.selection-btn:hover {
  color: #b31b34;
}
.selection-bg {
  font-size: 90px;
  padding: 0;
  color: #b31b34;
}
.language_btn {
  float: right;
}
.search-btn {
  float: right;
}
.selection-text {
  display: block;
  font-size: 22px;
  height: 75px;
  overflow-wrap: normal;
  padding-bottom: 20px;
  text-align: left;
  font-family: Arial, sans-serif;
}
.selection-footer {
  background-color: #ffffff;
  border-top: 1px dashed #ddd;
  padding: 10px 15px;
}
.selectionHeader {
  color: #b31b34;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.selection-btn {
  margin: 0px;
  border-radius: 0px;
  border: 1px solid black;
  background-color: white;
  color: #000;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  min-height: 190px;
  box-sizing: border-box;
  text-align: left;
  padding: 10px 5px 0 10px;
  white-space: normal;
  box-shadow: 0 6px 18px -4px #777;
}
.selection-btn:hover {
  color: white;
  background-color: #00386e;
}
.selection-btn span {
  color: #b31b34;
  font-size: inherit;
}
.selection-btn .selection-text {
  height: 40px;
  font-size: 25px;
}
.selection-btn .selection-bg {
  font-size: 90px;
  padding: 10px;
  opacity: 0.1;
}
.selection-text {
  text-align: left;
  font-size: 18px;
  display: block;
  padding-bottom: 20px;
  height: 75px;
  word-wrap: normal;
  letter-spacing: -0.8px;
  font-weight: bold;
  line-height: 24px;
}
.selection-bg {
  font-size: 90px;
  padding: 0;
}
.mainSearchButton {
  float: right;
}
.nav-pills > li > a {
  border-radius: 0px;
  color: #ffffff;
  background-color: #00386e;
  box-shadow: 0 6px 18px -4px #777;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #b31b34 !important;
}
.nav-pills > li > a:hover {
  color: #000;
  background-color: #eee !important;
}
.action_btn {
  color: #fff !important;
  width: 100% !important;
}
.btn-link {
  color: #fff;
  background-color: #00386e;
  border: 1px solid black;
  box-shadow: 0 6px 18px -4px #777;
}
.btn-link:hover {
  color: #fff;
  background-color: #eee;
}
.login_box h2,
.newuser_box h2,
.Selfregistration_box h2,
.passwordreminder_box h2,
.support_box h2,
.selection h2 {
  font-size: 24px;
  text-transform: uppercase;
}
.btn-warning {
  background-color: #ff6300;
  color: #000;
}
.btn-warning span,
.btn-na span,
.btn-danger span {
  font-size: 12px;
}
.btn-visitor {
  min-width: 90px;
  background-color: #0060e1;
  border: 0 solid #1203f9;
  color: white;
  font-weight: bold;
  font-family: Gill Sans MT, Helvetica, Arial, sans-serif, Arial, sans-serif;
  letter-spacing: .8px;
  font-size: 12px;
  padding: 2px;
  box-shadow: 0 6px 18px -4px #777;
  border: 1px solid #2e3639;
  padding: 5px;
}
.access-btn {
  background-color: #2e3639;
  color: #ffffff;
}
.access-btn:hover {
  background-color: #2e3639;
  color: #ffffff;
}

.datepicker.dropdown-menu {
  color: #fff;
}
.bootstrap-datetimepicker-widget {
  color: #fff !important;
  overflow: visible;
  display: block;
  font-size: 18px;
  text-align: center;
}
.btn-visitor {
  min-width: 90px;
  background-color: #b5d2f9;
  border: 0px solid #1203f9;
  color: red;
  font-weight: bold;
  font-family: Gill Sans MT, Helvetica, Arial, sans-serif, Arial, sans-serif;
  letter-spacing: 0.8px;
  font-size: 12px;
  padding: 2px;
  box-shadow: 0 6px 18px -4px #777;
  border: 1px solid #2e3639;
  padding: 5px;
}
.btn-work {
  background: repeating-linear-gradient(-45deg, yellow, yellow 3px, #848687, #848687 6px);
  border: 0px solid #000;
  font-weight: bold;
  font-family: Gill Sans MT, Helvetica, Arial, sans-serif, Arial, sans-serif;
  letter-spacing: 0.8px;
  font-size: 12px;
  padding: 2px;
  min-width: 90px;
  box-shadow: 0 6px 18px -4px #777;
  border: 1px solid #2e3639;
  COLOR: #000 !important;
  padding: 5px;
}
.btn-area {
  background-color: purple;
  border: 0px solid #000;
  font-weight: bold;
  font-family: Gill Sans MT, Helvetica, Arial, sans-serif, Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 10px;
  padding: 2px;
  min-width: 90px;
  COLOR: #fff;
}
.btn-area:hover {
  COLOR: #000;
}
.btn-misc {
  background-color: #54585a;
  border: 0px solid #000;
  font-weight: bold;
  font-family: Gill Sans MT, Helvetica, Arial, sans-serif, Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 10px;
  padding: 2px;
  min-width: 90px;
  COLOR: #fff;
}
.btn-misc:hover {
  COLOR: #000;
}
.btn-work-outage {
  background: repeating-linear-gradient(45deg, yellow, yellow 4px, #ccc, #ccc 14px);
  border: 3px solid red;
  font-weight: bold;
  font-family: Gill Sans MT, Helvetica, Arial, sans-serif, Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 10px;
  padding: 2px;
  min-width: 90px;
}
.btn-work-outage:hover {
  COLOR: #000;
}
.modal-header {
  background-color: #b31b34;
  color: #ffffff;
  padding: 10px 15px;
}
.modal-content {
  border-radius: 0px;
}
.modal-title {
  padding-bottom: 10px;
  padding-top: 20px;
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
}
.modal-body label {
  display: block;
  text-align: left;
  font-size: 14px;
  color: #00386e;
}
.modal-body .td-label {
  text-align: left;
  font-size: 14px;
  background-color: #00386e;
  color: #ffffff;
}
.modal-body .th-label {
  text-align: left;
  font-size: 14px;
  background-color: #2e3639;
  color: #ffffff;
}
.modal-body {
  background-color: #ffffff;
  font-size: 14px;
}
.modal-xlg {
  width: 95%;
}
.modal-th-sub {
  background-color: #b31b34;
  color: #fff;
}
.modal-body caption {
  text-align: left;
  font-size: 16px;
  background-color: #00386e;
  color: #ffffff;
  text-transform: uppercase;
}
.fixedValue {
  color: #00386e;
  font-weight: bold;
  margin: 7px;
}
.panel-success .panel-heading {
  color: #00386e !important;
  background-color: #b4eeea !important;
  border-color: #b4eeea !important;
}
.table-condensed > tbody > tr > td {
  text-align: left !important;
  font-size: 14px;
  font-family: arial;
}
.table-condensed > tbody > tr > td[data-label="Actions"] {
  min-width: 170px;
}
.table-condensed > thead > tr > th {
  text-align: left !important;
}
.btn-table-header {
  background-color: transparent;
  max-width: 150px;
  color: #ffffff;
  white-space: normal;
  font-family: Arial, sans-serif;
  font-size: 12px;
  text-align: left;
  padding-left: 0;
}
.btn-table-header:hover {
  color: #ffffff !important;
  text-decoration: underline;
}
thead {
  background-color: inherit;
}
.tableTitle {
  max-width: 100px;
  border: none;
  background: transparent;
}
.table-condensed > thead > tr > th {
  background-color: #00386e;
  color: #ffffff;
  font-size: 16px;
  vertical-align: middle;
}

body {
  color: #2e3639;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding: 0;
  width: 100%;
  letter-spacing: 0px;
}

.admin-body {
  padding-top: 125px;
}

.portal-body {
  margin-top: 125px;
}

.portal-body .container{
  padding-top: 30px;
}

.welcome-image {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
html,
body {
  height: 100%;
}
.form-group {
  margin-bottom: 5px;
}
input,
select,
textarea {
  font-size: 12px !important;
  background-color: #ffffff !important;
  font-family: arial;
}
.input-group-addon {
  font-size: 12px;
  white-space: unset;
  text-align: right;
  color: #2e3639;
  background: #eee;
}
.pageBgd {
  background: url('../images/interface/body-bg.jpg');
}
h1,
h2,
h3 {
  margin-bottom: 20px;
  margin-top: 20px;
  text-transform: none;
  font-family: Arial, sans-serif;
}
.mandatory {
  color: #b31b34;
  font-size: 20px;
}
.container {
  background-image: linear-gradient(185deg, rgba(255, 0, 0, 0), #829995);
  margin-top: 0px;
  width: 100%;
}
.clr {
  clear: both;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 15px;
}
.form-gutter {
  margin-right: 1.2%;
}

.loginHeader {
  background-color: #00386e;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  height: 85px;
  min-height: 85px;
}

.loginBodyContainer .loginHeader > .col-xs-6{
  padding-right: 0;
  padding-left: 0;
}

.ecu-seperator{
  display: block;
  height: 40px;
  padding: 5px 0;
  border-top: 1px solid #ffffff;
  background-color: #b31b34;
}

.ecu-seperator .logout a{
  line-height: 2.5rem;
  color: #fff;
}

.loginHeader h1 {
  color: #fff;
  padding: 15px 0 10px 30px;
}
#loginBox {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}

.navbar-brand_cell_login {
  float: right;
  margin: 5px 0;
  padding: 0;
  background-repeat: no-repeat;
  background-size: 115px 84px !important;
  background-position: center;
  width: 104px;
  height: auto;
}
.clientSite {
  font-size: 2.5rem;
  color: #00386e;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.7px;
  padding: 0;
  margin: 0;
}
.clientName {
  font-size: 2.5rem;
  color: #b31b34;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.7px;
  padding: 0;
  margin: 0;
}
.form-control {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #5d7975;
  display: block;
  font-size: 12px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.footer {
  text-align: right;
  background-color: #2e3639;
  color: #eee;
  font-size: 0.8875em;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer p{
  margin-bottom: 0;
  text-transform: uppercase;
}
.front-image {
  position: absolute;
  top: -325px;
  left: 0;
}
/* SEARCH AREA */
.searchArea {
  padding-right: 0px;
  padding-top: 10px;
  min-height: 130px;
}
#searchpanel {
  border-radius: 0;
  border: 1px solid #2e3639;
  background-color: #fff;
  color: #b31b34;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 10px;
  min-height: 120px;
  position: relative;
  text-align: left;
  width: 100%;
  box-shadow: 0 6px 18px -4px #777;
  margin-bottom: 10px;
  overflow: visible;
}
#searchpaneloptions {
  border-radius: 0;
  border: 1px solid #2e3639;
  background-color: #ffffff;
  color: #1d428a;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  padding: 10px;
  min-height: 120px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  box-shadow: 0 6px 18px -4px #777;
  margin-bottom: 10px;
  overflow: visible;
}
#searchpaneloptions button {
  width: 100%;
  margin: 2px 0px;
}
.searchLabel {
  display: block;
  text-align: left;
  font-size: 11px;
  color: #000;
  margin: 7px;
  text-transform: uppercase;
}
.breadcrumb {
  color: #b31b34;
  background-color: transparent;
  font-size: 23px;
  border-radius: 0px;
  border: 0px;
  text-align: left;
  display: block;
  white-space: normal;
  font-family: Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.searchLabel {
  display: block;
  text-align: left;
  font-size: 11px;
  color: #2e3639;
  margin: 7px;
  text-transform: uppercase;
}
.title_area {
  display: table;
  position: relative;
  margin-left: 0px;
  padding-left: 20px;
  height: 330px;
  background-color: #b31b34;
  font-family: Arial, sans-serif;
  width: 100%;
}
.title {
  display: table-cell;
  vertical-align: middle;
}
.titlecontainer {
  border: 4px solid #ffffff;
}
.title_main {
  background-color: #b31b34;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}
.title_sub {
  background-color: unset;
  color: #2e3639;
  font-size: 30px;
  padding-top: 10px;
  text-transform: uppercase;
}
.loginContainer {
  padding: 10px 5%;
}
.loginContainer #searchpanel {
  border: 0px solid #2e3639;
  box-shadow: none;
}
.boxshadow::after {
  content: '';
  position: absolute;
  z-index: -1;
  /* hide shadow behind image */
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  width: 70%;
  left: 15%;
  /* one half of the remaining 30% */
  height: 100px;
  bottom: 0;
}
.login_box {
  margin: 15px;
  padding: 15px;
  background: #fff;
}

.login_box h2 {
  color: #b31b34;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  display: inline-block;
  background-color: unset;
}
.login_box label {
  color: #b31b34;
  font-weight: 400;
  font-size: 16px;
}
.login_box.sso{
 min-height: 200px;
}
.newuser_box {
  background-color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  margin-bottom: 15px;
  min-height: 250px;
}
.newuser_box h2 {
  color: #b31b34;
  font-weight: 400;
  font-size: 24px;
  background-color: unset;
}
.newuser_box p {
  color: #2e3639;
}
.support_box {
  background-color: transparent;
}
.support_box a {
  color: #2e3639;
}
.support_box p {
  color: #ffffff;
}
.support_box h2 {
  color: #00386e;
  font-weight: 400;
  font-size: 18px;
  background-color: unset;
}
.Selfregistration_box {
  background-color: #ffffff;
  padding: 15px 25px;
  margin-bottom: 15px;
}
.Selfregistration_box label {
  color: #2e3639;
  font-weight: 400;
  font-size: 16px;
}
.Selfregistration_box h2 {
  color: #b31b34;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
}
.passwordreminder_box {
  background-color: transparent;
}
.passwordreminder_box label {
  color: #2e3639;
  font-weight: 400;
  font-size: 16px;
}
.passwordreminder_box p {
  color: #2e3639;
}
.login_box p,
.newuser_box p,
.Selfregistration_box p,
.passwordreminder_box p,
.support_box p {
  font-size: 14px;
}
.passwordreminder_box h2 {
  color: #b31b34;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
}
.selection_box {
  background-color: #ffffff;
  padding: 5px 25px;
  margin-bottom: 15px;
}
.selection_box h1 {
  color: #b31b34;
  margin-top: 0;
}
.function-option {
  padding-bottom: 20px;
}
.panel-header h2 {
  color: #b31b34;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
  padding-bottom: 27px;
  padding-top: 25px;
  text-align: left;
}
.induction-panel {
  border-radius: 0;
  border-color: #829995;
  min-height: 280px;
  cursor: pointer;
  background-color: #0067A0;
  color: #ffffff;
}
.induction-panel-overlay {
  background: none repeat scroll 0 0 #ffffff;
  opacity: 0.95;
  bottom: 0px;
  left: 0px;
  right: 30px;
  min-height: 120px;
  padding: 15px;
  color: #b31b34;
  position: relative;
  padding-bottom: 0px;
  padding-top: 5px;
}
.transparent {
  opacity: 0;
}
header {
  background: #ffffff none repeat scroll 0 0;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.46);
  z-index: 100;
  padding-left: 35px;
}
.header .logo {
  background-image: url("../images/interface/quadrant-energy.png");
  background-repeat: no-repeat;
  background-position: left;
  height: 110px;
  background-size: 250px auto;
}
.loginHeader .logo {
  background-image: url("../images/interface/logo-small.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 110px;
  background-size: 294px auto;
  margin-left: 15px;
}
.loginHeader .logout {
  min-height: 120px;
}
.loginHeader .logout a{
  color:#ffffff;
  position: absolute;
  right: 10px;
  bottom: 0;
}
.alert-danger {
  padding: 10px;
  font-size: 12px;
  border-radius: 0;
  border: 1px solid #2e3639;
}
.alert-success {
  padding: 0px;
  font-size: 16px;
}
.alert-style {
  color: #8a1d1d;
  font-size: 16px;
  display: inline-block;
}
.pagefooter {
  padding-top: 10px;
  background-color: #ffffff;
  color: #00386e;
}
.pagefooter .clientTitle {
  margin: 0;
  padding: 0;
}
.pagefooter .clientTitle .clientName{
  font-size: 1.9rem;
  color: #ffffff;
}
.pagefooter .glyphicon {
  width: auto;
  float: left;
  color: #00386e;
  font-size: 20px;
}
.pagefooter span {
  display: table-cell;
  vertical-align: middle;
}
.pagefooter a {
  color: inherit;
  text-decoration: none;
}
.pagefooter a:link,
.pagefooter a:visited {
  color: inherit;
  text-decoration: none;
}
.pagefooter .logo {
  background-image: url("../images/interface/cell-logo-inverted.png");
  background-repeat: no-repeat;
  background-position: left;
  height: 60px;
  background-size: 100px auto;
  margin-left: 15px;
}
.getintouch {
  display: table;
  text-align: left;
  padding-bottom: 10px;
}
.cellcopy {
  color: #696969;
}

.br-blue{
  border-top: 1px solid #00386e;
}
.documentTable {
  border: 1px solid black;
  background-color: #fff;
  box-shadow: 0 6px 18px -4px #777;
  font-weight: bold;
  font-size: 14px;
}
.portalLeft,
.portalRight,
.cell-panel {
  border-radius: 0;
  border: 1px solid black;
  background-color: #fff;
  color: #000;
  font-family: Arial, sans-serif, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  padding: 10px;
  min-height: 185px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  box-shadow: 0 6px 18px -4px #777;
  margin-bottom: 10px;
  overflow: visible;
  font-size: 16px;
}

.userPanel .portalLeft .cell-panel{
  min-height: 325px;
}

.userPanel .portalLeft .cell-panel .thumb-overlay h5{
  font-weight:bold;
  font-size: 1.5rem;
}

.userPanel .portalLeft .cell-panel .thumb-overlay{
  font-weight:bold;
  font-size: 1.3rem;
}

.userPanel {
  padding-top: 30px;
  padding-bottom: 30px;
}

.leftpanel-header h2,
.rightpanel-header h2 {
  font-size: 20px;
  padding-bottom: 0px;
  padding-top: 5px;
  text-align: center;
  color: #b31b34;
  margin-bottom: 5px;
}

.leftpanel-header h5,
.rightpanel-header h5 {
  font-family: arial;
}

.emphasiseUsername {
  font-size: 25px;
  color: #000;
}

.emphasiseBlink {
  animation: blinker 1s linear infinite;
  color: #2e3639;
}

.leftpanel-header h4,
.rightpanel-header h4 {
  font-size: 16px;
  padding-bottom: 0;
  padding-top: 5px;
  text-align: center;
  color: #b31b34;
  margin-bottom: 5px;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.profilePicPlaceholder {
  border: none;
  width: 100%;
  max-width: 200px;
  height: auto;
  cursor: no-drop;
}
.accessLevel {
  min-height: 90px;
  font-size: 18px;
  text-transform: uppercase;
}
.dectable {
  margin-top: 30px;
  background-color: #fff;
  width: 100%;
  border: 1px solid black;
}
.dectable th {
  background-color: #666;
  color: #fff;
  text-align: center;
}
.dectable td {
  background-color: #fff;
  color: #000;
  line-height: 16px;
  padding-left: 5px;
}
.dectable tr:hover td {
  background-color: #fffe92 !important;
}
.dectable tr {
  border-bottom: 1px dashed grey;
}
.decitem {
  text-align: left;
  width: 60%;
  font-size: 14px;
}
.decResponse {
  text-align: center;
}
.decResponse input[type="radio"] {
  display: none;
}
.decResponse label {
  display: inline-block;
  background-color: #ddd;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Arial;
  font-size: 16px;
  cursor: pointer;
  margin: 4px 15px;
  border: 1px dashed #666;
  border-radius: 30px;
  color: #000;
}
.decResponse input[type="radio"]:checked + label {
  background-color: #2f3639;
  color: #fff;
}
.prevDecLink {
  padding-bottom: 10px;
  color: blue;
  text-decoration: underline;
  display: inline-block;
}
.prevDecHeading {
  color: blue;
  text-decoration: underline;
}
.pendingRequest {
  color: #A03900;
}
.completeRequest {
  color: #00386e;
}
.incompleteRequest {
  color: #b31b34;
}
.clientTitle {
  color: #b31b34;
  padding: 10px 10px 10px 0;
  margin-bottom: 20px;
}

.alert-danger-heading {
  background-color: #d00;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: -0.8px;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
}
#errorHeading {
  background-color: red;
}
.glyphicon-th,
.glyphicon-log-out{
  padding: 5px 5px 0 0;
  font-size: 1.9rem;
}
.glyphicon-alert {
  display: none;
}
#errorHeading p {
  margin: 0px;
  color: white;
  font-size: 16px;
  font-family: arial;
  letter-spacing: -0.6px;
}
.glyphicon-alert:nth-of-type(1) {
  display: block;
}


@media screen and (max-device-width: 1419px) {
  .navbar-collapse .navbar-nav li a {
    color: #ffffff !important;
    padding: 0 5px;
    line-height: 20px;
    font-size: 13px;
  }
}

@media screen and (max-width: 1419px) {
  .navbar-collapse .navbar-nav li a {
    color: #ffffff !important;
    line-height: 20px;
    font-size: 13px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 1254px) {
  .portal-body {
    margin-top: 140px;
  }
}

@media screen and (max-device-width: 1199px) {
  .admin-body {
    padding-top: 140px;
  }
  .portal-body {
    margin-top: 150px;
  }
  .navbar-collapse .navbar-nav li a {
    color: #ffffff !important;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    font-size: 13px;
    padding-right: 10px;
    padding-left: 15px;
  }
}

@media screen and (max-device-width: 1024px) {
  .loginHeader {
    height: 15vh;
  }
  .admin-body {
    padding-top: 140px;
  }
}

@media screen and (max-device-width: 960px) {

  .navbar-collapse .navbar-nav li a {
    color: #ffffff !important;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    font-size: 11px;
    padding-right: 5px;
    padding-left: 10px;
  }
}

@media screen and (max-device-width: 992px) {
  .admin-body {
    padding-top: 160px;
  }

  .breadcrumb {
    color: #b31b34;
    background-color: transparent;
    font-size: 23px;
    border-radius: 0px;
    border: 0px;
    text-align: left;
    display: block;
    white-space: normal;
    font-family: 30px;
    line-height: 40px;
    font-weight: normal;
    letter-spacing: 0px;
    text-transform: uppercase;
    min-height: unset;
    padding: 0;
    margin: 0;
  }
}

@media screen and (max-width: 960px) {
  .admin-body {
    padding-top: 180px;
  }

}

@media screen and (max-width: 850px) {
  .dropdown a {
    font-size: 1em;
  }
}

@media screen and (max-width: 769px) {
  .admin-body {
    padding-top: 150px;
  }
  
  .navbar-collapse .navbar-nav li a {
    padding: 10px;
  }

  .collapse.in .nav>li.returnBtns:first-child,
  .collapsing .nav>li.returnBtns:first-child {
    font-size: 20px;
    position: absolute;
    bottom: 0;
  }

  .bootstrap-datetimepicker-widget .datepicker table{
    width: 100%;
  }

}

@media screen and (max-device-width: 768px) {
  .admin-body {
    padding-top: 120px;
  }
  
  .accessLevel {
    min-height: unset;
    font-size: 14px;
  }
  
  .portal-body {
    margin-top: 160px !important;
  }
  
  .userPanel,
  .sitePanel {
    padding-top: 0px;
  }
  
  .breadcrumb {
    color: #b31b34;
    background-color: transparent;
    font-size: 23px;
    border-radius: 0px;
    border: 0px;
    text-align: left;
    display: block;
    white-space: normal;
    font-family: 30px;
    line-height: 40px;
    font-weight: normal;
    letter-spacing: 0px;
    text-transform: uppercase;
    min-height: unset;
    padding: 0;
    margin: 0;
  }

  .navbar-fixed-top .navbar-collapse {
    margin-top: 33px;
  }
    
  #searchpanel {
    border-radius: 0;
    border: 0px solid #b31b34;
    background-color: #fff;
    color: #b31b34;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    padding: 10px;
    min-height: 185px;
    position: relative;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    overflow: visible;
  }
  
  #searchpaneloptions {
    border-radius: 0;
    border: 1px solid #2e3639;
    background-color: #ffffff;
    color: #1d428a;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    padding: 10px;
    min-height: auto;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
    box-shadow: 0 6px 18px -4px #777;
    margin-bottom: 10px;
    overflow: visible;
  }
  
  #searchpaneloptions button {
    width: auto;
    margin: 0px 5px;
  }
  .searchButtons .btn {
    margin: 10px;
  }
  .searchLabel,
  label {
    display: block;
    text-align: left;
    font-size: 16px;
    color: #2e3639;
    margin: 7px;
    text-transform: uppercase;
    letter-spacing: -0.8px;
  }
  
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  .title_sub {
    font-size: 20px;
  }
  .title_main {
    font-size: 26px;
  }
  .title_area {
    height: 200px;
  }
  .login_box h2,
  .newuser_box h2,
  .Selfregistration_box h2,
  .passwordreminder_box h2,
  .support_box h2,
  .selection h2 {
    font-size: 24px;
  }
  .support_box h2 {
    font-size: 20px;
  }
  .login_box p,
  .newuser_box p,
  .Selfregistration_box p,
  .passwordreminder_box p,
  .support_box p {
    font-size: 16px;
    line-height: 18px;
  }
  .login_box label {
    font-size: 22px;
  }
  .input-group-addon {
    font-size: 10px;
    white-space: unset;
    text-align: right;
  }
  .contentWindow {
    padding: 0px;
  }
  .header {
    background: #ffffff none repeat scroll 0 0;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.46);
    z-index: 100;
    padding-left: 35px;
  }
  .alert-danger {
    padding: 10px;
    font-size: 16px;
    border-radius: 0;
    border: 1px solid #2e3639;
    line-height: 20px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.46);
  }
  .alert-success {
    padding: 0px;
    font-size: 16px;
    border: 0px;
    line-height: 20px;
  }
  .header .logo {
    background-image: url("../images/interface/quadrant-energy-small.png");
    background-repeat: no-repeat;
    background-position: left;
    height: 35px;
    background-size: 25px auto;
  }
  .loginHeader .logo {
    background-image: url("../images/interface/logo-small.png");
    background-repeat: no-repeat;
    background-position: left;
    height: 60px;
    background-size: 200px auto;
    margin-left: 15px;
  }
  .login_box {
    min-height: unset;
  }
  .container {
    margin-top: 0px;
    width: 100%;
    background-image: linear-gradient(185deg, rgba(255, 0, 0, 0), #829995);
  }
  .loginBackground {
    background-image: none;
  }
  .pagefooter .logo {
    background-image: url("../images/interface/cell-logo-inverted.png");
    background-repeat: no-repeat;
    background-position: left;
    height: 60px;
    background-size: 100px auto;
    margin-left: 0px;
  }
  .portalLeft .form-group,
  .portalRight .form-group {
    padding: 0px;
  }
  .profilePicPlaceholder {
    border: none;
    width: 100%;
    max-width: 200px;
    height: auto;
    cursor: no-drop;
  }
  .btn {
    font-size: 12px;
    border-radius: 0;
  }
  .btn-primary {
      border: 1px solid black;
      box-shadow: 0 6px 18px -4px #777;
  }
  .btn-secondary {
      border: 1px solid black;
      box-shadow: 0 6px 18px -4px #777;
  }
  .btn-tertiary {
      border: 1px solid black;
      box-shadow: 0 6px 18px -4px #777;
  }
  .btn-quaternary {
      border: 1px solid black;
      box-shadow: 0 6px 18px -4px #777;
  }
  .btn-na {
      border: 1px solid black;
      box-shadow: 0 6px 18px -4px #777;
  }
  .btn-danger {
      border: 1px solid black;
      box-shadow: 0 6px 18px -4px #777;
  }
  .btn {
      padding: 6px 12px;
  }
  .btn:hover,
  .btn:active,
  .btn:focus {
      color: transparent !important;
  }
  .btn span {
      color: #ffffff;
      font-size: 1rem;
  }
  .btn-view {
      width: auto;
      margin: 5px;
  }
  .btn-view span {
      font-size: 1rem;
      left: 0px;
  }
  .selection_box h2 {
      font-size: 18px;
      font-weight: 400;
  }
  .selection-btn {
      width: 100%;
  }
  .btn-warning,
  .btn-na,
  .btn-danger {
      box-shadow: 0 6px 18px -4px #777;
      border: 1px solid #2e3639;
      padding: 1px 25px;
  }
  .selection-btn span {
      color: #b31b34;
      font-size: inherit;
  }
  .btn-table-header {
      max-width: 150px;
      color: #ffffff;
      white-space: normal;
      font-family: arial;
      font-size: 12px;
      text-align: left;
  }
  .searchBtnFooter {
      width: 100%;
      padding: 10px;
      margin: 10px 0px;
      text-align: center;
      color: #ffffff;
      font-size: 16px;
  }
  .searchBtnFooter span {
      display: none;
  }
  .searchBtnFooter:hover {
      background-color: #2e3639 !important;
      color: #ffffff !important;
  }
  .returnBtns {
    font-size: 20px;
  }
  .mainSearchButton {
      float: none;
  }
  .btn-warning span,
  .btn-na span,
  .btn-danger span {
      font-size: 26px;
  }
  .btn-inductionName {
      width: 100% !important;
  }
  .btn-inductionName span {
      font-size: 22px;
      white-space: initial;
  }
  .navbar-collapse .navbar-nav li a {
    color: #ffffff !important;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    font-size: 18px;
    padding-right: 10px;
    padding-left: 15px;
  }
}

@media screen and (max-device-width: 767px) {
  
  .header .logo {
    background-image: url("../images/interface/logo-small.png");
    background-repeat: no-repeat;
    background-position: left;
    height: 50px;
  }
  
  .header {
    background: #ffffff none repeat scroll 0 0;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.46);
    z-index: 100;
  }
  
  .navbar-collapse {
    margin: 35px 0 0;
  }

  .navbar-collapse .nav > li {
    display: inline;
    margin: 0px;
  }

  .navbar-collapse {
    color: #fff;
    box-shadow: 0 21px 31px -20px #000;
  }

  .navbar-collapse .dropdown {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.8px;
  }
  .panel-header h2 {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .navbar-subheader {
    width: 100%;
    background-color: #2e3639;
    padding: 0px 10px 0 10px;
    float: unset;
    display: table;
    position: absolute;
    top: 0px;
    text-align: center;
  }
  .navbar-subheader .navbar-brand_cell > img {
    width: 77px;
    padding-top: 5px;
    display: inline-block;
    padding-bottom: 4px;
  }
  .navbar-subheader .navbar-toggle {
    display: none;
  }
  .navbar-subheader .search-toggle {
    float: left;
  }
  .search-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
  }
  .navbar-brand {
    margin: 0;
  }
  .navbar-brand_cell_login {
    margin-top: 5px;
    margin-right: 5px;
    padding: 0px;
  }

  .navbar-brand_cell > img {
    width: 200px;
    padding-top: 7px;
    display: inline-block;
  }

  .navbar-collapse {
    color: #ffffff !important;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }

  .navbar-collapse .navbar-nav li a {
    color: #ffffff !important;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }

  .menu-bg {
    font-size: 15px;
    padding: 5px;
    margin: 0px;
    text-align: left;
    padding-top: 0px;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 30px !important;
  }

  .navbar-collapse {
    max-height: 365px !important;
  }

  .btn-table-header {
    background-color: transparent;
    width: auto;
    color: #ffffff;
    white-space: normal;
    font-family: Arial, sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
  }
  .table-responsive table {
    border: 0;
  }
  .table-responsive table caption {
    font-size: 1.3em;
  }
  .table-responsive table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table-responsive table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  .table-responsive table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  .table-responsive table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label) ":";
    */
    content: attr(data-label) ":";
    float: left;
    text-transform: uppercase;
    padding-right: 5px;
    color: #b31b34;
    font-size: 14px;
  }
  .table-responsive table td:last-child {
    border-bottom: 0;
  }
  .table-condensed > tbody > tr > td {
    text-align: right !important;
  }
  .table-responsive td {
    text-align: right !important;
    font-size: 16px;
    color: #2e3639;
    text-transform: uppercase;
    padding-left: 10px !important;
    border: 0px;
    border-top: 1px solid #eee;
    white-space: normal !important;
    font-weight: bold;
  }
  .table-responsive tr {
    border: 1px solid black;
    box-shadow: 0 6px 18px -4px #777;
  }
  .table-responsive {
    border: 0px !important;
  }
  .specialTdCell::before {
    /* aria-label has no advantage, it won't be read inside a table
		content: attr(aria-label) " " !important;
		*/
    content: attr(data-label) " " !important;
    float: left;
  }
}

@media screen and (max-device-width: 570px) {
  .admin-body {
    padding-top: 150px;
  }
}
