
html {
    height: 100%;
    min-width: 1024px;
    width: 100%;
}
table {
    table-layout: fixed;
}
td {
    word-wrap: break-word;
}
* {
    box-sizing: border-box;
    color: #fff;
    outline: medium none;
}
h1 {
    color: #fff;
    font-family: "Work Sans",arial,helvetica,sans-serif;
    font-size: 36px;
    font-weight: 300;
    text-align: center;
}
h1 span {
    color: #fff;
}
h2 {
  color: #fff;
  font-family: "Helvetica",Helvetica,Arial,sans-serif;
  font-size: 36px;
  font-weight: 300;
  margin: 10px 0;
  text-align: center;
}
h3 {
  box-sizing: border-box;
  font-weight: 300;
  margin: 0;
  padding: 0 20px 20px 18px;
  text-align: left;
  width: 100%;
}
body {
    color: #444;
    font-family: "Work Sans",arial,helvetica,sans-serif;
    height: 100%;
    line-height: 20px;
    margin: 0;
    min-width: 1024px;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0;
    width: 100%;
}
.header {
    background-color: #21438D;
    color: white;
    height: 102px;
    padding: 14px 14px 14px 30px;
}
.leftCol {
  background: transparent url("/images/loginBG.jpg") no-repeat fixed center center / cover ;
  float: left;
  height: calc(97% - 122px);
  width: 200px;
}
.leftCol .welcomeBox {
    background-color: #21438D;
    border-bottom: 2px solid #0f2146;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 28px 0 30px;
    text-align: center;
}
.leftCol .welcomeBox .triangle {
    border-color: #dddddd transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0;
    height: 0;
    left: 4px;
    position: relative;
    top: 13px;
    width: 0;
}
.leftCol .welcomeBox span {
    color: #fff;
    display: block;
    font-weight: 400;
}
.leftCol .optionsBox {
    height: 0;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}
.leftCol .optionsBox.active {
    height: 85px;
}
.leftCol ul.navigation {
    border-top: 1px solid #3c404a;
    height: 44px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.leftCol ul.navigation li a {
    border-left: 2px solid transparent;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 300;
    padding: 10px 10px 10px 32px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    top: 40px;
}
.leftCol ul.navigation li a:hover, .leftCol ul.navigation li a.active {
    background-color: rgba(0, 0, 0, 0.42);
    border-left: 5px solid #2cc0d5;
    color: white;
    padding: 10px 10px 10px 34px;
}
.leftCol ul.options {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  border-top: 1px solid #3c404a;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.leftCol ul.options li a {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 300;
    padding: 10px 10px 10px 34px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
.leftCol ul.options li a:hover, .leftCol ul.options li a.active {
    background-color: rgba(0, 0, 0, 0.42);
    color: white;
    border-left: 5px solid #2cc0d5;
}
.badge {
  background: #0589e6 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: bold;
  margin: 0;
  padding: 5px 12px 8px 4px;
  text-decoration: none;
  text-indent: 10px;
  text-shadow: 0 1px 0 #040404;
  float: right;
}
.badge.click {
    color: white;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
.badgeClick {
  color: white !important;
  text-decoration: none;
}
.badge.click:hover {
    background-color: #0A1E3D;
}
.badgeYes {
    background-color: #007a03;
    border-radius: 3px;
    color: white;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    min-width: 10px;
    padding: 1px 5px;
}
.click {
    cursor: pointer;
}
.badgeNo {
    background-color: #820000;
    border-radius: 3px;
    color: white;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    min-width: 10px;
    padding: 1px 9px;
}
.badgeInfo {
    background: #2daae1 none repeat scroll 0 0;
    border-radius: 3px;
    color: white;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    min-width: 10px;
    padding: 1px 5px;
}
.badgeMore {
    background: orange none repeat scroll 0 0;
    border-radius: 3px;
    color: white;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    min-width: 10px;
    padding: 1px 5px;
}
.rightCol {
  background: rgba(0, 0, 0, 0) url("/images/background1.jpg") no-repeat fixed center center / cover ;
  box-sizing: border-box;
  float: right;
  height: calc(97% - 122px);
  overflow: auto;
  padding: 0;
  width: calc(100% - 200px);
}
.fullWidth {
    background: #888888 url("/images/loginBG.jpg") no-repeat fixed center center / cover ;
    box-sizing: border-box;
    float: right;
    height: calc(100% - 122px);
    overflow: auto;
    padding: 20px 30px 30px;
    width: 100%;
}
.copyright {
  background-color: #33363f;
  clear: both;
  color: #91979b;
  font-size: 12px;
  height: 47px;
  padding: 7px;
  text-align: center;
}
.error {
    color: red;
    padding-bottom: 12px;
}
.done {
    color: green;
    padding-bottom: 12px;
}
.errorCell {
    color: red;
}
.workableArea {
  background: rgba(15, 19, 50, 0.76) none repeat scroll 0 0;
  border-radius: 0;
  box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.18);
  margin-top: 0;
  min-height: calc(100% - 10px);
  min-width: 100%;
  padding: 24px 10px 10px;
  width: 1300px;
}
.loggedOut {
    color: #fff;
    padding-bottom: 12px;
}
table {
    font-size: 14px;
    border-spacing: 2px;
}
.uploadTable, .settingsTable {
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
}
.uploadTable td, .settingsTable td {
    padding-bottom: 4px;
}
.uploadTable input, .uploadTable textarea {
    width: calc(100% - 20px);
}
.uploadTable #uploadBox {
  background-color: #1f4189;
  border: 9px dashed #eeeeee;
  box-sizing: border-box;
  height: 200px;
  width: 100%;
}
.descriptionBox {
    border: 2px solid #e8ecef;
    border-radius: 0px;
    font-size: 14px;
    height: 60px;
    transition: all 0.5s ease 0s;
    width: 350px;
    color: #000;
}
select {
  background: #ffffff url("/images/arrowdown.png") no-repeat scroll calc(100% - 6px) 2px;
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
    color: #000;
    font-size: 14px;
    margin-left: 10px;
    margin: 0 20px;
}
.textField {
  border: 2px solid #fff;
  border-radius: 0;
  color: #000;
  font-size: 14px;
  padding: 4px;
  transition: all 0.5s ease 0s;
  width: 350px;
}
.textField:focus, .descriptionBox:focus {
    border-color: #3685ab;
}
.buttonRow {
    border-top: 1px solid #e8ecef;
    padding-top: 12px;
}
button {
    background-color: #0589e6;
    border: 0 none;
    border-radius: 0px;
    box-sizing: border-box;
    color: #fff;
    font-family: "Helvetica",Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 23px;
    margin: 0;
    padding: 10px;
    transition: all 0.5s ease 0s;
}
button:hover {
    background-color: #0A1E3D;
}
.userTable, .auditTable {
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
}
.userTable th, .auditTable th {
    padding: 6px;
    text-align: left;
}
.auditTable th:nth-child(2), .auditTable th:nth-child(3), .auditTable th:nth-child(5), .auditTable th:nth-child(6) {
    text-align: center;
}
.userTable tr:nth-child(2n+1) td, .auditTable tr:nth-child(2n+1) td {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
}
.userTable tr:nth-child(2n) td, .auditTable tr:nth-child(2n) td {
    background: rgba(255, 255, 255, 0.17) none repeat scroll 0 0;
}
.userTable td, .auditTable td {
    padding: 4px;
    vertical-align: top;
}
.auditDrop {
    float: right;
    font-size: 12px;
    margin-right: 20px;
}
.col1 {
    box-sizing: border-box;
    float: left;
    padding-top: 20px;
    width: 50%;
}
.dashTable {
    padding: 10px;
    width: 100%;
}
.dashTable th {
    padding: 8px;
    font-weight: 500;
}
.dashTable td {
    border-top: 1px solid #dfdfdf;
    padding: 8px;
    font-weight: 300;
}
input[type="checkbox"] {
    display: none;
}
label {
    cursor: pointer;
}
input[type="checkbox"] + label::before {
    background: rgba(0, 0, 0, 0) url("/images/blue.png") no-repeat scroll 0 top;
    border: 0px solid #ffffff;
    content: " ";
    display: inline-block;
    font: 19px/1em sans-serif;
    height: 22px;
    margin: 0 0.25em 0 0;
    padding: 0;
    vertical-align: top;
    width: 22px;
}
input[type="checkbox"]:checked + label::before {
    background: rgba(0, 0, 0, 0) url("/images/blue.png") no-repeat scroll -22px top;
    color: #666;
    content: " ";
    text-align: center;
}
input[type="checkbox"]:checked + label::after {
    font-weight: bold;
}
.closed {
    height: 18px;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}
.open {
    overflow: hidden;
}
.langSelect select {
    color: #000000 !important;
    font-size: 12px;
}
.loginForm {
  background: rgba(255, 255, 255, 0.08) none repeat scroll 0 0;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0;
  color: white;
  font-size: 14px;
  margin: 0 auto;
  padding: 40px;
  position: relative;
  width: 524px;
}
.uploadTable #uploadBox {
  background-color: #1f4189;
  border: 2px dashed #eeeeee;
  box-sizing: border-box;
  height: 200px;
  width: 100%;
}
.auditDrop option {
  color: #000;
}
.header option {
  color: #000;
}
.loginFormLogo {
  background: transparent none repeat scroll 0 0;
  font-size: 1.7rem;
  font-weight: 300;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: -10px;
  width: 524px;
}
.eqLogo {
  height: 85px;
  width: 300px;
}
.navigation > li {
  background-color: rgba(0, 0, 0, 0.2);
}
select {
  -moz-appearance: none;
  background: #ffffff url("/images/arrowdown.png") no-repeat scroll calc(100% - 6px) 2px;
  border: medium none;
  box-shadow: none;
  font-size: 14px;
  margin: 0 10px;
  width: 50%;
  padding: 0 21px 0 0;
}
.header > div {
  width: 220px;
}
.dashTable a {
  color: #2daae1;
  text-decoration: none;
}
.navigation, div, a {
background-position: 5px center;
background-repeat: no-repeat;
background-size: 24px 24px;
top: 40px;
}

.dashboard a {
  background-image: url("/images/controlIcons/control_panel.png");
}
.registered a {
  background-image: url("/images/controlIcons/user_telephone.png");
}
.settings a {
  background-image: url("/images/controlIcons/businesspeople.png");
}
.logout a {
  background-image: url("/images/controlIcons/lock_open.png");
}
.notifications a {
  background-image: url("/images/controlIcons/notifications.png");
}
.upload a {
  background-image: url("/images/controlIcons/uploadprice.png");
}
.audit a {
  background-image: url("/images/controlIcons/audittrail.png");
}


uploadprice

.leftCol ul.options li a {
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 100;
  padding: 5px 5px 5px 34px;
  text-decoration: none;
  transition: all 0.1s ease 0s;
}
