@font-face {
  font-family: "Aller";
  src: url("../assets/aller/Aller/Aller_Rg.ttf");
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
span {
  font-family: "Aller";
}

.main-header {
  color: #ff2b00;
  font-weight: bold;
  margin-top: 35px;
  text-align: center;
}

#oasishomepage {
  margin-top: 10px;
}

/* .oalLoginPage {
	background-image: url("./../assets/images/oal_login_bg.jpg");
	background-repeat: no-repeat;
	min-height: 662px;
	position: relative;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	
} */
.oalLoginPage {
  background: url("./../assets/images/oal_login_bg.jpg") no-repeat center center fixed;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.container,
.container-fluid {
  margin-top: 10px;
}

.container-fluid {
  width: 87%;
}

.row.custom-row {
  margin-left: 0;
  margin-right: 0;
}

.panel-wrapper {
  padding: 10px 10px;
  margin: 5px 15px;
  width: 97.5%;
  overflow: auto;
}

.panel-header {
  text-align: center;
  color: #ff2b00;
}

.panel {
  margin-left: 30px;
  margin-right: 15px;
}

.panel-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: -10px;
}

.disabled {
  pointer-events: none;
  opacity: 0.4;
}

.login-best-view {
  position: absolute;
  text-align: center;
  bottom: 0;
  color: #ffffff;
  left: 0;
  right: 0;
  font-size: 12px;
}

.user-icon.glyphicon-user {
  font-size: 15px;
  margin-top: 25px;
  font-weight: bold;
  cursor: pointer;
  margin-right: 0;
  color: #ff2b00;
}

.user-icon.glyphicon-user:hover {
  color: #333;
}

.logo-wrapper {
  padding-left: 0;
  padding-top: 10px;
}

.custom-btn {
  background-color: #ff2b00;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #ffffff;
}

.custom-btn:hover {
  color: black;
}

.register-btn-wrapper button,
.clear-btn-wrapper button {
  width: 100%;
}

.user-mgmt-btn button {
  background-color: #ff2b00;
  border-radius: 5px;
  padding: 1px 5px;
  color: white;
  width: 60%;
}

.login-panel {
  background-color: #e9e9e9;
  height: 300px;
  padding: 0 15px 10px;
  border-radius: 0 0 5px 5px;
  border-top: 4px solid #ff2b00;
}

.login-panel .input-group-addon,
.login-panel .form-control {
  background-color: #fffacd;
}

.login-header {
  color: #ff2b00;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  padding-top: 30px;
}

.card-shadow {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.card-shadow:hover {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
}

.table {
  border-collapse: separate;
  border-spacing: 2px;
  border: 1px solid #cccccc;
}

.table>thead {
  background-color: #d9d9d9;
  padding: 5px;
}

table>thead>tr>th {
  white-space: nowrap;
  font-size: 14px;
  padding: 3px 4px 3px 4px !important;
}

th,
td {
  color: black !important;
}

table>tbody>tr>td {
  font-size: 14px;
  padding: 0 4px 0 4px !important;
  /* border: 1px solid #c2c2c2; */
  /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); */
}

tr:nth-child(even) {
  background-color: #f5f5f5;
}

.trxnTable td {
  white-space: nowrap;
}

.nav {
  background-color: #ff2b00;
  margin-bottom: 10px;
}

.nav>li {
  position: relative;
  display: block;
  list-style: none;
  float: left;
}

.nav>li>a {
  width: 278px;
  margin-left: 0;
  border-radius: 0;
  border-right: 1px solid #fff;
  padding: 10px 10px;
  background-color: #ff2b00;
  color: #fff;
  text-align: center;
  font-family: "Aller";
  font-size: 16px;
  float: left;
}

.nav>li>a:focus,
.nav>li>a:hover {
  color: #ff2b00;
  background-color: #000000;
}

.nav li a.active {
  color: #ffffff;
  background-color: #000000;
}

.dropdown-content {
  padding: 1px 1px 0;
  min-width: 180px;
  margin-left: 0;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
  z-index: 2;
  cursor: pointer;
  list-style: none;
  font-size: 80%;
  color: black;
  top: 100%;
}

.dropdown-content li {
  padding: 0;
  text-align: left;
  border-bottom: 1px solid #ccc;
}

.dropdown-content>li>a {
  color: black;
  text-decoration: none;
  text-align: left;
  display: block;
  height: 36px;
  padding: 10px;
}

.nav .dropbtn>a .glyphicon-cog {
  font-size: 25px;
}

.dropbtn:hover .dropdown-content {
  display: block;
}

.dropdown-content li:hover {
  background-color: #ff2b00;
  cursor: pointer;
}

.dropdown-content>li:hover>a {
  color: #fff;
}

.user-dropdown-content {
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  min-width: 110px;
  margin-left: 0;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
  z-index: 1;
  cursor: pointer;
  list-style: none;
  font-size: 90%;
  color: black;
  font-weight: normal;
  font-family: Aller;
}

.user-dropdown-content>li {
  text-align: center;
  /* height: 30px;
    padding: 6px 0; */
}

.userdropbtn:hover .user-dropdown-content {
  display: block;
}

.user-dropdown-content>li>a {
  color: black;
  text-decoration: none;
  display: block;
  height: 30px;
  padding: 6px 0;
}

.user-dropdown-content>li:hover {
  background-color: #ff2b00;
}

.user-dropdown-content>li>a:hover {
  color: #ff2b00;
}

.user-dropdown-content>li:hover>a {
  color: #ffffff;
}

.user-buttons {
  padding-top: 5px;
}

.user-buttons .btn:hover,
.user-buttons .btn:focus {
  background-color: #ff2b00;
  color: #ffffff;
}

.user-buttons .active-btn {
  width: 85px;
}

.block-btn[disabled]:hover,
.active-btn[disabled]:hover,
.edit-btn[disabled]:hover {
  background-color: #ffffff;
  color: #000000;
}

.tablecontainer {
  overflow: auto;
}

.page-container {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.card-even {
  width: 49%;
  margin-left: 10px;
}

span.help-block {
  color: red !important;
  font-size: 11px;
}

.exportbtn {
  background-color: red;
  color: white;
}

.trxn-filter {
  display: inline-block;
  width: 110px;
  margin-right: 15px;
}

.select-filters button.settings.buttonClasses {
  width: 120px;
  padding-left: 3px;
}

.select-filters button .caret {
  margin-left: 2px;
}

.form-group.required .control-lable:after {
  content: "*";
  color: red;
  font-size: 8px;
}

.glyphicon.accglyphicon {
  font-size: 10px;
  color: #ff2b00;
  cursor: pointer;
}

.no-padding {
  padding: 0;
}

.entitymgmt-inpfield {
  padding-left: 0;
}

.vertical-table {
  border: 1px solid #d9d9d9;
  padding: 2px;
  margin-bottom: 5px;
}

.vertical-table label {
  padding: 5px 2px;
  width: 83px;
  background-color: #d9d9d9;
}

.profile-act-btn {
  background-color: #ffffff;
}

.dropdown-menu.profile-dropdown {
  right: 0;
  left: inherit;
}

.profile-act-btn:hover,
.profile-act-btn:active,
.profile-act-btn:focus {
  background-color: #ff2b00 !important;
  color: #ffffff !important;
}

.example {
  font-size: 11px;
}

.red-color {
  color: #ff2b00;
}

a.red-color:hover {
  color: #ff2b00;
}

.oasis-logo {
  margin-right: 6px;
  border-right: 1px solid #333;
}

.tcl-logo img,
.oasis-logo img {
  width: 150px;
  height: 90px;
}

.oasis-logo-wrapper {
  margin-top: 15px;
  padding-right: 0;
}

.auto-overflow {
  overflow: auto;
}

.custom-dropdowon-multi .dropdown-toggle {
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #ff2b00;
}

.alarm-table {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.alarm-table>table {
  margin-bottom: 0;
}

.alarm-table>table tr td {
  border-top: none;
  width: 30% !important;
  padding: 0px !important;
  text-align: center;
}

.alarm-table>table tr td.active-color {
  color: #ff2b00 !important;
}

.switchdemoBasicUsage .inset {
  padding-left: 25px;
  padding-top: 25px;
}

md-switch {
  margin: 0 !important;
}

md-switch.md-default-theme.md-checked:not([disabled]) .md-bar,
md-switch.md-checked:not([disabled]) .md-bar {
  background-color: #ff2b00;
}

md-switch.md-default-theme.md-checked:not([disabled]) .md-thumb,
md-switch.md-checked:not([disabled]) .md-thumb {
  background-color: rgb(255, 64, 129);
}

md-switch.md-default-theme.md-checked:not([disabled]) .md-ink-ripple,
md-switch.md-checked:not([disabled]) .md-ink-ripple {
  color: rgb(255, 64, 129);
}

md-switch.md-default-theme .md-thumb,
md-switch .md-thumb {
  background-color: rgb(73, 70, 70);
}

md-switch .md-label {
  font-weight: bold;
}

md-container {
  cursor: pointer !important;
}

.transactions-container {
  padding: 0;
}

.date-range-hint {
  font-size: 12px;
}

.copy-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  color: #ff2b00;
  font-weight: bold;
  font-size: 1.5rem;
}

.dropdown.dropdown-scroll .dropdown-menu {
  max-height: 200px;
  overflow: auto;
}

.api-drop-down {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.dropdown-arrow {
  position: relative;
  top: 8px;
}

.ng-dropdown-item {
  padding: 0.4rem 0.5rem;
  cursor: pointer;
  box-sizing: border-box;
}

.ng-dropdown-item.selected {
  font-weight: 600;
}

.ng-dropdown-search {
  padding: 0.4rem 1rem;
  width: 100%;
  border: 1px solid #d1d5da;
  border-radius: 3px;
  box-sizing: border-box;
}

.ng-dropdown-item:hover {
  background: #f6f8fa;
}

.profileTable tr:last-child td:last-child ul {
  position: absolute;
  top: -36%;
  right: 106%;
}