html,
body {
  background: #f2f2f2;
  font-size: 16px;
  color: #1d1d1d;
  height: 100%;
  margin: 0;
  padding: 0;
}
* {
  font-family: "setimo","neuzeit-grotesk","proxima-nova";
}
.clear-margin {
  margin: 0 !important;
}
.outside-wrapper {
  min-height: 100%;
  position: relative;
}
.container-inner {
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
}
.login-bottom {
  width: 262px;
  height: 110px;
  margin: 0px auto;
  padding: 10px 0px 10px 0px;
  font-weight: bold;
}
.login-bottom a {
  background: #006cae;
  border-radius: 5px;
  padding: 10px 10px 10px 10px;
  cursor: pointer;
  width: 262px;
  color: white !important;
  position: absolute;
  font-size: 18px;
  text-align: center;
}
.login-bottom a:hover {
  text-decoration: none;
  background-color: #286090;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.menu-responsive {
  display: none !important;
}
ul#menu {
  text-transform: uppercase;
  float: right;
}
ul#menu > li {
  padding-left: 7px;
}
ul#menu li:last-child {
  float: right;
}
ul#menu > li > a {
  color: #fff;
  background-color: #2b2c35;
  font-size: 16px;
  font-weight: normal;
  border: 0;
  border-radius: 3px;
  line-height: 22px;
  height: 42px;
  padding: 8px 12px;
}
ul#menu > li > a:hover {
  background-color: #3c3d46;
  transition: background-color 0.25s ease;
}
ul#menu li.user-dropdown-block {
  list-style: none;
  display: block;
  background: #fff;
  height: 38px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 90%;
  margin-left: 7px;
  font-weight: normal;
  text-transform: none;
  float: left;
}
ul#menu li.user-dropdown-block a {
  color: #333;
  float: left;
  font-size: 14px;
  padding: 0;
  margin-top: -3px;
}
.navbar-color {
  background: #2a2d33;
}
.navbar-size {
  height: 87px;
  margin-bottom: 0px;
}
.navbar .float-left {
  margin-top: 5px;
}
.navbar .float-right {
  margin-top: 22px;
}
div#body > section {
  margin-top: 20px;
}
#user-nav-button-container, #lic-nav-button-container {
  margin-left: 6px;
  margin-top: -3px;
}
#lic-nav-button-container{
    max-width:100px;
    display: inline-table;
}
.btn-text-fix {
  font-weight: bold;
  color: white !important;
}
#lic-nav-button-container > div.btn{
    color:#fff;
    background-color: #2b2c35;
    font-size: 16px;
    font-weight: normal;
    border: 0;
    border-radius: 3px;
    line-height: 22px;
    padding: 7px 12px;

}
#lic-nav-button-container > div.btn:hover{
    background-color: #3c3d46;
    transition: background-color 0.25s ease;

}
#lic-nav-button-container > div.btn > *{
    color:#fff;
    font-size: 16px;
    
}
.license-dropdown{
    position:absolute;
}
div.btn.user-btn {
  background: #f8981d;
  border: 0;
  border-radius: 3px;
  color: #fff;
  line-height: 22px;
  height: 40px;
  padding: 8px 22px 0 7px;
  min-width: 165px;
  max-width: 232px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  float: left;
}
div.btn.user-btn:hover {
  background: #ffa92e;
}
div.btn.user-btn.btn-no-color {
  background: #2b2c35;
}
div.btn.user-btn.btn-no-color:hover {
  background: #3c3d46;
}
#drop-arrow {
  background: url("images/drop-down-arrow.png") no-repeat right 0;
  padding: 0 0 0 15px;
  position: absolute;
  top: 15px;
  right: 10px;
  height: 5px;
}
#lic-drop-arrow{
  background: url("images/drop-down-arrow.png") no-repeat right 0;
  padding: 0 0 0 15px;
  position:relative;
  top: 6px;
}
.user-dropdown {
  border-radius: 3px;
  font-size: 12px;
  padding: 10px 0;
  position: relative;
  top: 35px;
  z-index: 1000;
}
.dropdown-menu {
  border-top: none;
  min-width: 165px;
  width: 100%;
}

.dropdown-menu#lic-info{
    position:inherit;
    width:130px !important;
    max-width: 130px !important;
    min-width: 130px !important;
}
.menu-break {
  border-bottom: 1px solid #d8d8d8;
}
i.fa.fa-caret-up, *.svg-inline--fa.fa-caret-up {
  display: none;
  color: white;
  position: absolute;
  font-size: large;
  right: 10px;
  top: 10px;
}
i.fa.fa-caret-up#lic-fa, *.svg-inline--fa.fa-caret-up#lic-fa{
    position:relative;
    top:8px;
    left:105px;
}
.current {
  background-color: #228ed0 !important;
  border-color: #228ed0 !important;
}
a:hover {
  color: white;
}
.site-title {
  margin-bottom: 5px;
}
.subnav {
  width: 100%;
  height: 60px;
  margin: -10px 0 20px 0;
  font-size: 13px;
  background: #e3e1e3;
}
.subnav h4 {
  position: relative;
  top: 18px;
  white-space:nowrap;
}
.subnav h4 * {
  color: #333;
}
.subnav h4 a:hover {
  background: #f4f2f4;
  text-decoration: none;
}
footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 65px !important;
  background: #2a2d33;
  color: #c3c3c3;
  z-index: 2;
}
footer .text-format {
  padding-top: 20px;
  text-align: center;
  vertical-align: middle;
}
footer a {
  color: #c3c3c3 !important;
}
footer a:hover {
  background: #3b3e44;
  text-decoration: none;
}
.main-center {
  width: 720px;
  position: static;
  margin: 0px auto;
  display: block;
}
ul.inline-buttons {
  display: inline-flex;
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
ul.inline-buttons > li {
  padding: 0 8px;
}
ul.inline-buttons input {
  width: initial;
}
ul.main-portal {
  list-style: none;
  position: relative;
  top: 30px;
  padding-bottom: 30px;
}
ul.main-portal ul {
  padding-left: 30px;
}
ul.main-portal ul li {
  display: inline;
  list-style: none;
}
ul.main-portal li {
  display: inline;
}
ul.main-portal a {
  display: inline-block;
  background: #006cae;
  text-align: center;
  font-size: 20px;
  height: 200px;
  width: 200px;
  color: white;
  margin: 10px 10px;
  line-height: 18px;
  vertical-align: middle;
  border-radius: 15px;
}
ul.main-portal a:hover {
  background: ;
  text-decoration: none;
}
ul.main-portal i {
  margin-top: 20px;
  font-size: 115px;
  text-align: center;
  padding-bottom: 8px;
}
ul.main-portal ul.two-wide {
  width: 490px;
  margin: 0 auto;
  padding-left: 25px;
}
.form-full {
  width: 100% !important;
}
.form-full-btn {
  padding: 10px 16px !important;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.form-label {
  width: 70%;
  margin: 0 auto;
  padding-top: 25px;
}
.form-label-left {
  width: 400px;
}
.quantity {
  margin-left: 50px;
}
.quantity input {
  width: 75px;
}
.taCNotes {
  margin-left: 50px;
  display: none;
}
.taCNotes textarea {
  width: 275px;
  height: 75px;
}
.deskQuant,
.proQuant,
.expQuant {
  display: none;
}
.form-label-right {
  width: 400px;
  position: relative;
  left: 480px;
  top: -370px;
}
.form-label-left textarea {
  width: 300px;
  height: 75px;
}
.form-label-dual {
  position: relative;
  top: 35px;
  padding-bottom: 25px;
}
.form-field {
  width: 70%;
  height: 125px;
  margin: 0 auto;
}
.form-field textarea {
  height: 90%;
  width: 95%;
}
fieldset.emailForms {
  min-height: 440px;
  height: auto;
}
div input {
  margin: auto auto;
}
.input-width {
  width: 40%;
  min-width: 250px;
  display: inline;
}
section > div > h1 {
  margin-top: 0px;
}
table.table.table-striped > tbody {
  text-align: center;
}
input[type=radio] {
  width: auto;
  padding-right: 10px;
}
#paypal,
#stripe,
#check,
#bank {
  display: none;
  margin-top: 15px;
  width: 260px;
}
.module {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 7px;
  margin-top: 30px;
  padding-bottom: 10px;
}
.module.module-small {
  width: 400px;
  margin: 0px auto;
}
.module.module-split-left {
  width: 170px;
}
.module.module-split-right {
  width: 770px;
  margin-left: 190px;
}
.module .container-inner h3,
.module .container-inner h4 {
  color: #333;
}
.module .module-title {
  background: #006cae;
  color: white;
  width: 100%;
  position: relative;
  left: 0px;
  top: 0px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  padding: 15px 0px 15px 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: bold;
}
.module .module-title h3 {
  padding-top: 10px;
}
.module table {
  margin-top: 0px;
  margin-bottom: 0px;
}
table.table.table-striped * {
  text-align: left;
}
table.table.table-striped > thead th {
  border-bottom: 1px solid #717171;
  color: #1d1d1d;
}
table.table.table-striped.sortable > thead th:hover {
  cursor: pointer !important;
  transition: background-color 0.25s ease;
  background: rgba(238, 238, 238, 0.9);
}
table.table.table-striped.sortable > thead th.sorttable_nosort:hover {
  cursor: default !important;
  background: #fcfafc;
}
table.table.table-striped a {
  color: #006cae;
  font-weight: bold;
}
table.table.table-striped tr {
  max-height: 30px;
  height: 30px;
}
.action-button {
  list-style: none;
  padding-left: 0;
}
.action-button li {
  display: inline;
}
.action-button a {
  background: #006cae;
  border-radius: 3px;
  padding: 4px 10px 4px 10px;
  cursor: pointer;
  width: 60px;
  color: white !important;
}
.action-button a:hover {
  text-decoration: none;
  background: #004a8c;
}
input.btn {
  font-weight: bold;
}
.payment-center {
  padding: 1px 10px 1px 10px;
  width: 280px;
}
.payment-center > div.payment-center {
  padding: 0;
  width: 123px;
}
#home-bottom-full {
  background: #006cae;
  width: 100%;
  height: 65px;
  position: absolute;
  bottom: 65px;
  font-size: 18px !important;
}
#home-bottom-full a {
  color: white !important;
}
#home-bottom-full a:hover {
  color: white !important;
  background: #006cae;
}
#body {
  min-height: 320px;
  position: relative;
  z-index: 1;
}
.force-text-right {
  text-align: right !important;
}
.force-text-center {
  text-align: center !important;
}
h3.force-text-center {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
#check-button-box {
  position: relative;
  left: 210px;
  top: -150px;
}
#modify-user,
#deactivate-user {
  display: none;
}
.contact-table tr:nth-child(even) td:nth-child(odd),
.contact-table tr:nth-child(odd) td:nth-child(even) {
  background: rgba(237, 237, 237, 0.78);
}
.contact-table tr:nth-child(even) td:nth-child(even),
.contact-table tr:nth-child(odd) td:nth-child(odd) {
  background: rgba(173, 221, 232, 0.56);
}
.force-block {
  display: block !important;
}
.customer-drop-box select {
  width: 250px;
}
.contact,
.technology-used {
  width: 33%;
}
.contact > h3,
.technology-used > h3 {
  width: 90%;
  margin: 0px auto;
  border-bottom: 1px solid black;
  text-align: center;
}
.contact input[type=text] {
  width: 206px;
}
.technology-used p {
  margin: 5px 0 0 10px;
}
@media only screen and (max-width: 960px) {
  ul#menu {
    display: none;
  }
  ul.menu-responsive {
    display: block !important;
  }
}
@media only screen and (max-width: 904px) {
  ul.menu-responsive {
    display: block !important;
  }
  .subnav {
    background: #e3e1e3;
  }
  .subnav h4 {
    display: none;
  }
  nav {
    width: 578px;
    margin: 0px auto;
  }
}
.check-circle {
  height: 40px;
  width: 40px;
  border-radius: 21px;
  background: lightgray;
}
.check-circle.completed {
  background: limegreen;
}
.check-circle.check-current {
  height: 40px;
  width: 40px;
  border: 4px solid limegreen;
  margin-top: 10px;
}
.check-circle.check-current h4 {
  top: -4px;
  left: 12px;
}
.check-circle h4 {
  font-weight: bold;
  position: relative;
  top: 10px;
  left: 15px;
}
.check-dash {
  height: 7px;
  width: 30px;
  margin-top: -24px;
  margin-left: 40px;
  background: lightgray;
}
.check-dash.completed {
  background: limegreen;
}
#dev-mode a {
  color: white;
}
.red {
  background: #bb3737 !important;
}
.red:hover {
  background: #cc4848 !important;
}
.green {
  background: #7cab48 !important;
}
.green:hover {
  background: #8dbc59 !important;
}
.blue {
  background: #006cae !important;
}
.blue:hover {
  background: #117dbf !important;
}
.purple {
  background: #7f25d3 !important;
}
.purple:hover {
  background: #9036e4 !important;
}
.orange {
  background: #de5c31 !important;
}
.orange:hover {
  background: #ef6d42 !important;
}
*:active {
  text-decoration: none !important;
}
*:focus {
  text-decoration: none !important;
}
.subtable-heading{
    width:15%;
}
.currentPage{
    background:#006cae;
    color:white !important;
}
#pagination a:not(:first-child){
    margin-left:3px;
}