*,
*:active,
*:focus,
*:hover {
  outline: none !important;
}
body {
  color: #666;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  overflow-x: visible;
}
body.clean {
  margin-bottom: 0;
}
body.card-view {
  background-color: #F7F7F7;
}
.btn {
  font-family: 'Catamaran', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  padding: 11px 12px 8px;
  text-transform: uppercase;
}
.btn.btn-default {
  color: #FF7C3E;
  background-color: #FFF;
  border-color: #FF7C3E;
}
.btn.btn-primary {
  color: #FFF;
  background-color: #FF9D6F;
  border-color: #FF9D6F;
}
.btn.btn-primary:hover {
  color: #FFF;
  background-color: #FF7C3E;
  border-color: #FF7C3E;
}
.embed-table {
  margin-bottom: 0;
}
.fa-edit.disabled {
  cursor: initial;
  opacity: 0.3;
}

.form-table td,
.table-compact td {
  padding: 0;
}
h1 {
  font-family: 'Catamaran', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
}
h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
h3 {
  font-family: 'Catamaran', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
h5 {
  font-family: 'Catamaran', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
}
html {
  min-height: 100%;
  position: relative;
}
iframe {
  border: 0;
  width: 100%;
}
label {
  font-weight: 400;
}
#login .aside > div {
  background-color: #EFEFEF;
  margin-top: 32px;
  padding: 52px 30px;
}
#login .aside > div.subscriber {
  margin-top: 0;
  padding-top: 1px;
}
#login .aside > div a.verisgn {
  margin-right: 18px;
  padding-top: 1px;
}
#login .aside > div > p:first-of-type {
  margin: 12px auto 16px;
}
@media (min-width: 992px) {
  #login .aside > div > p:first-of-type {
    margin: 24px auto;
  }
}
#login .btn {
  margin: 8px 5px 0;
}
#login .form-group {
  margin-bottom: 22px;
}
#login h1 {
  margin-top: 46px;
  text-transform: capitalize;
}
#login .highlight {
  color: #0994C6;
}
#login input[type='submit'] {
  float: inherit;
}
#login .intro {
  margin: 8px 0 36px;
}
#login .intro.buttons {
  margin-top: 32px;
}
#login .intro.expired{
  margin-bottom: 16px;
}
#login #learn-more {
  font-weight: 700;
}
#login #password-update-modal {
  text-align: left;
}
#login #password-update-modal h3 {
  font-size: 20px;
  line-height: 32px;
  margin-top: 0;
}
#login #password-update-modal h3:last-of-type {
  margin-top: 24px;
}
#login #password-update-modal .modal-footer {
  text-align: center;
}
#login #password-update-modal .modal-title {
  font-weight: 700;
  margin-top: 8px !important;
  margin-bottom: 0;
}
#login #password-update-modal p {
  font-weight: normal;
  margin-top: 16px;
  margin-bottom: 0;
}
#login p.resend {
  margin: 38px auto 28px;
}
ol,
li {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
}
p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
p.intro {
  margin-top: 10px;
  margin-bottom: 24px;
}
table {
  font-size: 100%;
}
table th.actions input[type='checkbox'],
table th.actions input[type='radio'] {
  margin: 0;
}

table th.actions input.select-all-checkbox {
  margin-left: 5px;
}

.dataTables_wrapper a {
  color: #666;
}
.dataTables_wrapper .dataTables_filter {
  margin-top: -2px;
  margin-topLight: -2px;
}
.dataTables_wrapper div.dataTables_processing {
  background: none;
}
.dataTables_wrapper table.dataTable thead th {
  background-color: #0994C6;
  border-left: 1px solid #FFF;
  color: #FFF;
  font-family: 'Catamaran', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 65px;
  padding-top: 3px;
  padding-bottom: 0;
  text-transform: uppercase;
  vertical-align: middle;
}
.form-control {
  border-radius: 0;
}
.form-control:focus {
  border-color: #FF7C3E;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 124, 62, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 124, 62, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 124, 62, 0.6);
}
.form-table {
  width: 500px;
}
.has-error .form-control {
  border-color: #D9534F;
}
.files-attachment #attachments {
  display: inline-block;
  margin: 0 0 6px 2px;
}
.files-attachment .custom-file-upload {
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  max-width: 400px;
  padding: 6px 12px;
}
.files-attachment input[type="file"] {
  display: none;
}
.files-attachment > .custom-file-upload > .fa.fa-paperclip {
  float: left;
  margin-right: 6px;
  margin-top: 6px;
}
.files-attachment > .custom-file-upload > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#body {
  border: none;
  min-height: 640px;
}
#body table,
#body th,
#body td {
  border: none;
}
#body td span i.fas.fa-flag,
#body td span svg.fa-flag[data-prefix="fas"] {
  color: green;
}

#body::after {
  content: '';
  clear: both;
  display: table;
}
@media (min-width: 481px) {
  header#header .topbar .topbar-social .fa {
    margin-right: 23px;
    transform: translateY(1px);
  }
}
@media (min-width: 768px) {
  header#header .topbar .topbar-social .fa {
    margin-right: 16px;
    transform: translateY(0);
  }
}
@media (min-width: 992px) {
  header#header .topbar .topbar-social .fa {
    margin-right: 11px;
  }
}
@media (max-width: 480px) {
  header#header .topbar .topbar-social {
    display: none;
  }
}
header#header .topbar i {
  color: #fff;
}
header#header .topbar i.fa-phone {
  font-size: 13px;
}
@media (max-width: 768px) {
  header#header .topbar i.fa-phone {
    font-size: 16px;
  }
}
header#header .topbar i.fa-envelope {
  font-size: 16px;
}
@media (max-width: 768px) {
  header#header .topbar i.fa-envelope {
    font-size: 20px;
  }
}
header#header .topbar i:hover {
  color: #677cc9;
}
header#header .topbar .block {
  margin: 0 !important;
}
header#header .topbar .topbar-social a:visited,
.topbar .topbar-social a:link {
  color: #fff;
}
header#header .topbar .topbar-social .svg-inline--fa {
  margin-right: 11px;
}
header#header .topbar .topbar-contact .fa-envelope {
  margin-right: 1px;
  font-size: 14px;
}
@media (max-width: 991px) {
  header#header .topbar .topbar-contact .fa-envelope {
    font-size: 20px;
    margin-right: 3px;
    transform: translateY(3px);
  }
}
@media (max-width: 767px) {
  header#header .topbar .topbar-contact .fa-envelope {
    margin-right: 21px;
    position: relative;
    top: 2px;
    transform: translateY(0);
  }
}
.fa-phone {
  transform: scaleX(-1);
}
header#header .topbar .topbar-contact .fa-phone {
  margin-right: -2px;
  font-size: 11px;
  transform: scaleX(-1);
}
@media (max-width: 991px) {
  header#header .topbar .topbar-contact .fa-phone {
    font-size: 16px;
    transform: scaleX(-1) translateY(2px);
  }
}
@media (max-width: 767px) {
  header#header .topbar .topbar-contact .fa-phone {
    margin-right: 0;
  }
}
header#header .menu-item svg.fa-caret-right {
  margin-right: 11px;
  padding-right: 0 !important;
  margin-left: -11px;
  vertical-align: -5px !important;
}
header#header .menu-item.menu-item--expanded > a > svg.fa-caret-right {
  font-size: 20px;
  margin-right: 5px;
  margin-left: 0;
}
@media (min-width: 992px) {
  header#header .navigation .gva_menu > li.menu-item.menu-item--expanded:nth-of-type(2) > ul.sub-menu > li.menu-item:nth-of-type(1n+3) > a:before {
    display: none;
    font-family: 'Font Awesome 5 Solid';
  }
}
@media (min-width: 992px) {
  header#header .navigation .gva_menu > li.menu-item.menu-item--expanded:nth-of-type(4) > .sub-menu > li.menu-item:nth-of-type(1n+2) > a:before {
    display: none;
    font-family: 'Font Awesome 5 Solid';
  }
}
@media (min-width: 992px) {
  header#header .navigation .gva_menu > li.menu-item.menu-item--expanded:nth-of-type(5) > .sub-menu > li.menu-item:nth-of-type(1n+2) > a:before {
    display: none;
    font-family: 'Font Awesome 5 Solid';
  }
}
/* password requirements layout */

#login-password-reqs {
  margin: 0 auto;
  padding: 0 16px;
}

#partner-admin-password-reqs, #user-manager-password-reqs {
  border: 1px solid #000;
  left: 490px;
  padding: 16px;  
  position: absolute;
}

#partner-admin-password-reqs {
  top: 97px;
}

#user-manager-password-reqs {
  top: 320px;
}

.password-reqs {
  background: #fff;
  text-align: left;
  white-space: initial;
  width: 375px;
}

.password-reqs > h4 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.password-reqs > ul {
  margin-bottom: 0;
  padding-left: 16px;
}

#userForm > .form-table, #setupForm > .form-table {
  position: relative;
}

select#role {
  max-width: 243px;
}

/* ---------------- search ------------------ */
@media (max-width: 991px) {
  #header-search-form {
    height: 42px;
    display: none;
  }
}
.search-view-header-container {
  line-height: 16px !important;
}
#search-clear-header {
  height: 35px;
  padding-top: 3px;
  width: 32px;
}
#search-input {
  background: white;
  border: none;
  color: black;
  height: 38px;
  padding-left: 10px;
  padding-right: 10px;
  width: 350px;
}
#search-input::placeholder {
  color: black !important;
}
#search-submit-header {
  color: black !important;
  font-size: 20px !important;
  height: 19px;
  margin-left: 9px;
  margin-top: 8px;
  width: 19px;
}
#search-container-header {
  align-items: center;
  display: flex;
  /* There is nothing special about the value of '1.6rem' here.
  It was set because the search icon is only 1.6rem tall, so a value of 2.5rem (the default) causes this container element
  to expand, which displaces the search icon. */
  line-height: 16px !important;
  margin-left: 15px;
  margin-right: 15px;
}
#search-container-header > div:not(:last-child) {
  background: white;
  height: 38px;
}
#social-media-icon-list {
  margin-bottom: 0;
}
