
/** Layout Container CSS **/

html, body, .container {
  font-family: "Helvetica Neue", "Lucida Grande", "Arial";
  font-size: 12pt;
  color: #333;
  font-weight: 300;
  min-width: 900px;
  margin: 0;
  padding: 0px;
  background-color: rgb(252, 252, 252);
}

body > .container {
  min-width: 1300px;
}

.container {
  width: auto !important;
}

.row, .container {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.container > .box > .row > .col-md-9 {
  transform: translateX(33%);
}

.container > .box > .row > .col-md-10 {
  transform: translateX(20%);
}

.container-fluid {
  padding-right: 5px;
}

.box {
  display: flex;
  flex-flow: column;
  height: 100%;
}

.box .row.header {
  flex: 0 1 90px;
  background: #00b2cc;
  padding: 45px 20px 0px 20px;
}

.box .row.header p {
  width: 75%;
  font-size: 12pt;
  color: #fff;
  padding-bottom: 10px;
}

.box .row.content {
  flex: 1 1 auto;
  font-size: 12pt;
}

.box .row.footer {
  flex: 0 1 40px;
}

.layout-left {
  position: fixed;
  background: #E8F1FD;
  background: #f5f5ff;
  padding: 0px;
  z-index: 100;
}

.layout-content {
  padding: 0px 30px !important;
  margin-bottom: 100px;
}

.col-md-1 {
  width: 5% !important;
}

.empty {
  font-style: italic;
  color: #bbb;
}

.wrap-text {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  xword-wrap: break-word;

  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  hyphens: auto;

}

/** HTML Element CSS */

a {
  color: #00b2cc;
}

textarea {
  width: 100%;
}

input[type='text'],
input[type='password'] {
  width: 100%;
  padding: 2px 6px;
  border: 1px solid #ccc;
}

input[type='radio'] {
  position: relative;
  top: -1px;
  right: 2px;
}

input[type='checkbox'] {
  margin-right: 5px;
  xtop: -2px;
  position: relative;
}

input[type='file'] {
  display: none;
}

.required-indicator {
  color: #4c4c4c;
  font-weight: 600;
  margin: 3px;
}

input[type="text"]:disabled {
  background: #eee;
}

::-webkit-input-placeholder {
  font-style: italic;
  color: #777;
}
::-moz-placeholder {
  font-style: italic;
  color: #777;
}
:-ms-input-placeholder {
  font-style: italic;
  color: #777;
}
:-moz-placeholder {
  font-style: italic;
  color: #777;
}

/* Button CSS */

.btn {
  color: #fff;
  background-color: #555386;
  border-radius: 0px !important;
  padding: 10px 15px;
  height: 46px;
}

.btn:hover, .btn:focus {
  color:#fff;
  background-color:#286090;
  border-color:#122b40
}

.btn-aacs {
  font-size: 12pt;
  padding: 10px 15px;
  background-color: #555386;
  border: none;
}

.btn-aacs-secondary {
  padding: 2px 10px;
  xbackground-color: #fff;
  xborder: 1px solid #555386;
  xcolor: #555386;
  height: 26px;
  background-color: #555386;
  border: none;
  position: relative;
  top: -1px;
}

/* Header CSS */

.navbar {
  background: #343a40 !important;
  border: none;
  margin-bottom: 0px !important;
  border-radius: 0px;
}

.navbar-brand {
  overflow: hidden !important;
  height: auto !important;
  font-weight: 300;
  font-size: 20pt;
  color: white;
  padding: 5px 0px 10px 12px;
}

.navbar-brand-name {
  float: hidden !important;
  margin-top:8px;
  font-size: 18pt;
  letter-spacing: 2px;
  font-weight: 600;
  font-family: "Helvetica Rounded", Arial, sans-serif;
}

.navbar-brand-name > span > span {
  font-size: 0.8em;
  font-weight: 200;
}

.navbar-brand-name > span:first-of-type {
  font-weight: 500;
}

.navbar-header {
  padding: 5px 5px 8px 5px !important;
}

.title {
  font-family: "Helvetica Rounded", Arial, sans-serif;
  font-weight: 500;
  color: #fff;
  padding: 10px;
  background: #343a40;
  font-size: 14pt;
  letter-spacing: 1pt;
  margin-top: 10px;
  box-shadow: 3px 6px 5px #ccc;
}

.modal-content {
  border-radius: 2px !important;
}

/* Alerts CSS */

.alert {
  background: #60bf00;
  display: inline-block;
  margin: 0px auto;
  width: 100%;
  color: #fff;
  padding: 5px 10px 6px 10px;;
  border-radius: 0px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  display: none;
  font-weight: 400;
}

.alert-error {
  background-color: #bf0a00 !important;
}

.alert-modal-error {
  color: #bf0a00 !important;
  font-weight: 400;
}

/** Menu CSS */

.menu {
  padding: 0px;
  color: #333;
  font-size: 12pt;
  overflow-y: auto;
  height: calc(100vh - 90px);
}

.menu > div {
  font-size: 12pt;
  font-weight: 400;
}

.menu > div.menu-section {
  background: #ccdff8;
  background: #cbcaec;
  padding: 6px 18px;
  font-weight: 500;
}

.menu > div:not(:first-of-type) {
  xmargin-top: 25px;
}

.menu > div > ul {
  list-style-type: square;
}

.menu > ul > li > a {
  color: #fff;
}

.menu-admin, .menu-intel {
  display: none;
}

.menu-order-request > li {
  margin-top: 5px !important;
}

.menu-order-request > li > a > span:first-of-type {
  min-width: 55px;
  display: inline-block;
}

.menu-order-request > li > a {
  color: #333 !important;
}

.menu-order-request > li > a {
  text-decoration: none !important;
}

.menu-order-request > li > a:hover,
.menu-order-request > li > a:hover > span {
  xtext-decoration: underline !important;
  font-weight: 500;
}

/** Refresh Status **/

.refresh {
  text-align: right;
  font-family: "Helvetica Neue", "Lucida Grande", "Arial";
  letter-spacing: 0px;
  font-size: 10pt;
  color: #ddd;
}

.glyphicon-refresh {
  cursor: pointer;
  font-size: 10pt;
  float: right;
  margin-top: 2px;
  margin-left: 10px;
}

/** Icons **/

.glyhicon {
  margin-left: 15px;
  position: relative;
  color: #fff;
  font-size: 10pt;
  top: 1px;
}

.glyphicon-pencil {
  cursor: pointer;
  width: 20px;
}

.btn > span.glyphicon {
  font-size: 8pt;
  top: 0px;
  margin-left: 3pt;
}

/** Login and Registratioin Table */

.login-table {
  width: 85%;
  margin: auto;
  margin-top: 30px;
}

.login-table > tbody > tr > td {
  padding: 10px;
  white-space: nowrap;
}

.login-table > tbody > tr > td:first-of-type {
  font-weight: 400;
  text-align: right;
}

.login-table > tbody > tr > td:last-of-type {
  width: 100%;
}

.login-table > tbody > tr > td > input {
  width: 100%;
}

.title-login {
  font-weight: 400;
  color: #fff;
  font-family: "Helvetica Rounded", Arial, sans-serif;
  padding: 10px;
  background: #343a40;
  font-size: 13pt;
  letter-spacing: 1pt;
}

/** Components */

.component {
  min-width: 800px;
  background: #fff;
  padding: 0px;
  border-radius: 2px;
  box-shadow: 3px 6px 5px #ccc;
  margin-top: 30px;
}

.component-table {
  box-shadow: none !important;
  background: transparent !important;
}

.component-error {
  text-align: center !important;
  font-size: 0.9em;
  color: #999;
  padding: 15px;
  width: 100% !important;
}

/** Order Form CSS */

.row-spacer > td {
  padding-top: 20px !important;
}

.row-pvcc {
  display: none;
}

/** User CSS */

.user {
  background: #5a5f65;
  font-weight: 400;
  font-size: 10pt;
  color: #fff;
  padding: 5px 10px;
}

.user > span:first-of-type {
  float: right;
  cursor: pointer;
  margin-right: 10px;
}

.user > span:last-of-type {
  font-weight: 400;
  white-space: nowrap;
}

.glyphicon-log-out {
  margin-left: 5px;
  width: 15px;
}

.glyphicon-user {
  width: 20px;
}

/** Table Filter CSS **/

.orders-filter {
  padding: 15px 10px;
  background: #5a5f65;
  font-weight: 400;
  color: #fff;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.orders-filter > span > input[type='checkbox'] {
  margin-left: 10px;
}

#selectDate {
  color: #333;
}

.unavailable {
  font-size: 0.85em;
  color: #999;
}

/** Loading Overlay CSS */

#overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1000;
  xheight: calc(100% + (23px));
  height: 100vh;
  width: calc(100%);
  top: 0px;
  left: 5px;
}

#overlay > p {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}

#overlay > div {
  margin: 30% auto 0px auto;
  position: relative;
  height: 70px;
  width: 70px;
  background: #fff;
  border-radius: 4px;
  border: 2px solid #999;
  padding: 14px;
}
