html {
    height: 100%;
    height: 100vh;
}

body {
    /* font-family: 'FFDINWebProRegular', 'Roboto', Helvetica, Arial, sans-serif !important; */
    font-family: 'Inter', Helvetica, Arial, sans-serif !important;
    font-weight: 400;
    letter-spacing: -0.1px;
    background: #F6F6F6;
    overflow-x: hidden;
    font-size: 15px;
    color: #1B2935;
    min-height: 100%;
    min-height: 100vh;
}

p {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p.return-login-link a {
    color: #000 !important;
}

.form-control[readonly] {
    background-color: #fff;
}
.form-control[disabled],
.readonly input,
.readonly textarea[readonly],
.readonly_field .form-control[readonly],
fieldset[disabled] .form-control {
    color: #A0A0A0;
    background-color: #F6F6F6;
}
.date_details.list-inline {
    display: inline-block;
    width: 14.285714285714285714285714285714%;
}
.date_details.list-inline ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.date-row {
    padding: 30px 0 10px;
}
#dates_row hr {
    margin-top: 0px;
    margin-bottom: 0px;
}
/* adjust job list page showEntries number */
select#showEntries.form-control {
    padding-left: 9px;
    padding-right: 9px;
}
.icon-arrow-left,
.icon-arrow-right {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;

}
.icon-arrow-left:before {
    content: "\f060";
}
.icon-arrow-right:before {
    content: "\f061";
}
/* Reset the container */
.container {
    max-width: 1200px;
}

#header-bottom {
    background-color:#FFF;
    border-bottom:1px solid #979797;
    padding:30px 0;
}

#header-bottom h2 {
    padding:0;
    margin:0;
    display: inline-block;
}

.switch button {
    border-radius: 0px;
    border:1px solid #1B2935;
    font-size:16px;
    padding: 6px 18px;
    /* font-family: 'FFDINWebProRegular', 'Roboto', Helvetica, Arial, sans-serif !important; */
    font-family: 'Inter', Helvetica, Arial, sans-serif !important;
    font-weight: 400;
    letter-spacing: -0.1px;
    text-transform: uppercase;
}

.switch button:hover, .switch button:focus, .switch button:active {
    background-color:#1B2935;
    color:#FFF;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.mp-box {
    border:1px solid #1B2935;
}

#mp-box-left h4 {
    margin-bottom:20px;
}

#mp-box-left a {
    color:#333;
    text-decoration: underline;
}

.mp-box-top {
    margin-bottom:30px;
}

.mp-box-header {
    border-bottom:1px solid #1B2935;
    padding:15px;

}

.mp-box-info {
    padding:15px;
}

.mp-box h4 {
    padding:0;
    margin:0;
    font-size:20px;
    /* font-family: 'FFDINWebProBold', 'Roboto', Helvetica, Arial, sans-serif !important; */
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    letter-spacing: -0.1px;
    font-weight: 700;
}

.no-records {
    text-align:center;
    padding:30px 0;
}

.no-records h4 {
    /* font-family: 'FFDINWebProMedium', 'Roboto', Helvetica, Arial, sans-serif !important; */
    font-family: 'Inter', Helvetica, Arial, sans-serif !important;
    font-weight: 500;
    letter-spacing: -0.1px;

}

.no-records .btn {
    font-size: 18px;
    border-radius:0px;
    padding: 7px 14px;
    margin-top:30px;
}

/* Always float the navbar header */
.form-group {
    position: relative;
}
.navbar-header {
    float: left;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
}
/* Undo the collapsing navbar */
.navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}
.navbar-toggle {
    display: none;
}
.navbar-collapse {
    border-top: 0;
}
.navbar-brand {
    margin-left: -15px;
}
.navbar-form {
    float: left;
    border: none;
    margin: 7px 15px;
    padding: 0 15px;
}
.navbar-form .form-control {
    width: auto;
}
/* Always apply the floated nav */
.navbar-nav {
    float: left;
    margin: 0;
}
.navbar-nav > li {
    float: left;
}
.navbar-nav > li > a {
    padding: 15px;
}
/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
    float: right;
}
/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    background-color: #e9e9ea;
    border: none;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
}
.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff !important;
    background-color: #428bca !important;
}
.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #999 !important;
    background-color: transparent !important;
}
/*  End disable responsive  */
/** Defaults **/
body {
    /* font-family: 'FFDINWebProRegular', 'Roboto', Helvetica, Arial, sans-serif !important; */
    font-family: 'Inter', Helvetica, Arial, sans-serif !important;
    font-weight: 400;
    letter-spacing: -0.1px;
    background: #F6F6F6;
    overflow-x: hidden;
    font-size: 15px;
}
h1 {
    text-transform: uppercase;
    /* font-family: 'FFDINWebProMedium', 'Roboto', Helvetica, Arial, sans-serif; */
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: -0.1px;
    font-size: 30px;
    margin-bottom: 0;
}
a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none;
}
/** Collapse Panels **/
input:-moz-read-only {
    color: #A0A0A0;
}
input[readonly] {
    color: #A0A0A0;
    background-color: #F6F6F6;
}
.panel-heading {
    padding: 0
}
.panel-title {
    /* font-family: 'FFDINWebProMedium', 'Roboto', Helvetica, Arial, sans-serif; */
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: -0.1px;
}
.panel-title a h4 {
    padding: 23px 20px 27px;
    margin: 0;
    font-size: 22px;
}
.panel-title span {
    float: right;
    font-size: 1.5em;
    position: relative;
    top: -6px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.panel-group .panel {
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(203, 203, 203, 0.53);
    -moz-box-shadow: 3px 3px 5px 0px rgba(203, 203, 203, 0.53);
    box-shadow: 3px 3px 5px 0px rgba(203, 203, 203, 0.53);
    margin-bottom: 20px;
}
.panel-group .panel .checkbox {
    margin-bottom: 0px;
    margin-top: 10px;
}
.panel-default > .panel-heading {
    background-color: #FFF;
}
.panel-title a[aria-expanded="true"] span {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    top: -2px;
}
/** FONTS **/
/* @font-face {
    font-family: 'FFDINWebProRegular';
    src: url('../../fonts/DIN_Regular.eot');
    src: url('../../fonts/DIN_Regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/DIN_Regular.woff2') format('woff2'), url('../../fonts/DIN_Regular.woff') format('woff'), url('../../fonts/DIN_Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'FFDINWebProMedium';
    src: url('../../fonts/DIN_Medium.eot');
    src: url('../../fonts/DIN_Medium.eot?#iefix') format('embedded-opentype'), url('../../fonts/DIN_Medium.woff2') format('woff2'), url('../../fonts/DIN_Medium.woff') format('woff'), url('../../fonts/DIN_Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'FFDINWebProBold';
    src: url('../../fonts/DIN_Bold.eot');
    src: url('../../fonts/DIN_Bold.eot?#iefix') format('embedded-opentype'), url('../../fonts/DIN_Bold.woff2') format('woff2'), url('../../fonts/DIN_Bold.woff') format('woff'), url('../../fonts/DIN_Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'FFDINWebProBlack';
    src: url('../../fonts/DIN_Black.eot');
    src: url('../../fonts/DIN_Black.eot?#iefix') format('embedded-opentype'), url('../../fonts/DIN_Black.woff2') format('woff2'), url('../../fonts/DIN_Black.woff') format('woff'), url('../../fonts/DIN_Black.ttf') format('truetype');
} */
.icon-arrow-left,
.icon-arrow-right {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-left:before {
    content: "\f060";
}
.icon-arrow-right:before {
    content: "\f061";
}
h1.main-h1 {
    /* font-family: 'FFDINWebProBold', 'Roboto', Helvetica, Arial, sans-serif; */
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    letter-spacing: -0.1px;
    font-weight: 700;
    margin-top: 30px;
}
hr {
    border-top: 1px solid #ccc;
    width: 100%;
}
textarea {
    resize: none;
    height: 90px !important;
}
h1 {
    text-transform: uppercase;
    /* font-family: 'FFDINWebProMedium', 'Roboto', Helvetica, Arial, sans-serif; */
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: -0.1px;
    font-size: 30px;
    margin-bottom: 10px;
}
strong {
    /* font-family: 'FFDINWebProMedium', 'Roboto', Helvetica, Arial, sans-serif; */
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: -0.1px;
    font-weight: normal;
}
.header-wrapper {
    background: #1B2935;
}
header {
    background: #1B2935;
    padding: 15px;
}
header img {
    width: 80px;
    float: left;
}
header li {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    /* font-family: 'FFDINWebProRegular', 'Roboto', Helvetica, Arial, sans-serif; */
    font-family: 'Inter', Helvetica, Arial, sans-serif !important;
    font-weight: 400;
    letter-spacing: -0.1px;
}

header ul {
    margin-top: 25px;
}
header a {
    color: #16fffa;
}
header a:hover {
    color: #fff;
}
header .tsx-trust {
    text-transform: uppercase;
    display: block;
    float: left;
    /* font-family: 'FFDINWebProRegular', 'Roboto', Helvetica, Arial, sans-serif; */
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: -0.1px;
    color: #fff;
    font-size: 22px;
    margin-left: 20px;
    margin-top: 22px;
}
header .tsx-trust a {
    color: #fff;
}
header .tsx-trust a:hover {
    color: #fff;
    text-decoration: none;
}
.user-header {
    background: #1B2935;
    border-bottom: 1px solid #3C4456;
    padding: 8px 40px;
}
.user-header ul {
    margin: 0;
    color: #fff;
    text-align: right;
    font-size: 15px;
}
.user-header li.lang-select a {
    padding:0 2px;
    color:#FFF;
}


.user-header a,
.user-header:active,
.user-header:visited {
    text-decoration: none;
    color: #16fffa;
}
.user-header a:hover {
    color: #fff;
    text-decoration: none;
}
.user-header img {
    width: 20px;
    margin-right: 2px;
    margin-top: -3px;
}
header .btn-blue {
    position: relative;
    margin-left: 15px;
    float: right;
}
.search-btns {
    padding-top: 10px;
}

.btn {
    border-radius: 0;
    /* font-family: 'FFDINWebProBold', 'Roboto', Helvetica, Arial, sans-serif; */
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    letter-spacing: -0.1px;
    font-weight: 700;
    font-size: 15px;
    padding: 6px 16px;
}

.btn-blue {
    color: #1B2935;
    background-color: #16fffa;
    border-color: #16fffa;
    font-size: 18px;
    text-transform: uppercase;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
    color: #1B2935;
    background-color: #fff;
    border: 1px solid #fff;
}
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
    background-image: none;
}
.btn-blue.disabled,
.btn-blue[disabled],
fieldset[disabled] .btn-blue,
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled:active,
.btn-blue[disabled]:active,
fieldset[disabled] .btn-blue:active,
.btn-blue.disabled.active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue.active {
    background-color: #1B2935;
    border-color: #1B2935;
}

#main-area {
    padding:30px 0;
}

nav {
    padding: 0;
}
nav li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    background-color: transparent !important;
}
nav > li > a:focus, nav li a:hover, nav li a:active {
    text-decoration: none;
    color:#16fffa;
    background-color: transparent !important;
}
nav ul {
    margin-top: 10px;
}
.page-title {
    background: #fafafa;
    filter: none !important;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 14px 0;
}
.page-title h1 {
    font-size: 28px;
    /* font-family: 'FFDINWebProRegular', 'Roboto', Helvetica, Arial, sans-serif; */
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: -0.1px;
    color: #1B2935;
    margin: 0;
}
.edit-form-link {
    margin-top: 5px;
}
.edit-form-link img {
    width: 20px;
    margin-right: 6px;
    margin-top: -2px;
}
.edit-form-link a {
    color: #1B2935;
    /* font-family: 'FFDINWebProMedium', 'Roboto', Helvetica, Arial, sans-serif; */
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: -0.1px;
    font-size: 15px;
}
.jobs-filter {
    background: #fff;
    padding: 20px;
    margin: 20px auto;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(203, 203, 203, 0.53);
    -moz-box-shadow: 3px 3px 5px 0px rgba(203, 203, 203, 0.53);
    box-shadow: 3px 3px 5px 0px rgba(203, 203, 203, 0.53);
}
.jobs-filter .find-label {
    padding-left: 0px;
    padding-right: 0px;
}
.jobs-filter .find-input {
    padding-right: 0px;
}
.jobs-filter .display-label {
    padding-right: 0px;
    text-align: center;
}
.jobs-filter-add img {
    width: 20px;
    position: relative;
    top: -2px;
}
a.jobs-filter-add {
    color: #1B2935;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 5px;
    /* font-family: 'FFDINWebProMedium', 'Roboto', Helvetica, Arial, sans-serif; */
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: -0.1px;
}
a.jobs-filter-add img {
    margin-right: 5px;
}
a.jobs-filter-add:hover {
    color: #1B2935;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
}
.jobs-filter #filter-search {}
.jobs-filter label {
    /* font-family: 'FFDINWebProMedium', 'Roboto', Helvetica, Arial, sans-serif; */
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: -0.1px;
    padding-top: 7px;
}
.jobs-filter .form-group {
    margin: 0;
}
button.filter-search-button {
    border: 0;
    background: none;
    position: absolute;
    right: 6px;
    top: 6px;
}
button.filter-search-button:hover span {
    color: #666;
}
button.filter-search-button span {
    font-size: 20px;
}
button.filter-search-button:focus {
    outline: none !important;
    border: none!important;
    box-shadow: none!important;
}
.form-center {
    margin-left: 50px;
}
.error {
    border: 1px solid #E85953;
}
.error-text,
span.error {
    color: #E7150D;
    display: block;
    padding: 5px 0;
}
footer {
    background: #1B2935;
    padding: 12px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}
h3 {
    margin-top: 5px;
}
.form-container {
    margin-top: 0px;
    margin-bottom: 30px;
}
.form-container input:focus,
.form-container select:focus,
.form-container textarea:focus,
.jobs-filter select:focus,
.jobs-filter input:focus {
    outline: none !important;
    border: 1px solid #1e222b!important;
    box-shadow: 0 0 10px #ccc!important;
}
.form-container .btn-dark {
    border: none !important;
}
.form-container input.btn-dark:focus {
    border: none !important;
    box-shadow: none !important;
}
.form-container .topset {
    margin-top: 28px;
}
.form-container .topset-button {
    margin-top: 22px;
}
.btn-dark[disabled]:hover {
    color: #FFF;
}
.form-container .topset .checkbox {
    margin-top: 0px;
}
.form-container .rush-search {
    margin-top: 25px;
}
.form-container .rush-search label {
    margin-right: 25px;
}
.form-container label {
    /* font-family: 'FFDINWebProMedium', 'Roboto', Helvetica, Arial, sans-serif; */
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: -0.1px;
    line-height: 16px;
}
.form-container h2 {
    margin-top: 20px;
}
.form-container .date-row {
    width: 100%;
}
.form-container .date-row label {
    /* font-family: 'FFDINWebProMedium', 'Roboto', Helvetica, Arial, sans-serif; */
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: -0.1px;
}
.form-container .date-row .col-lg-1 {
    width: 14.2%!important;
}
.form-container .input-append input {}
.form-container .with-nav-tabs {
    border-radius: 0;
    border: 1px solid #ccc;
}
.form-container .panel-info > .panel-heading {
    padding: 0;
    background: #1B2935;
    border-radius: 0;
    border: none;
}
/*** PANEL INFO ***/
.with-nav-tabs.panel-info .nav-tabs > li > a,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
    color: #fff;
    border-radius: 0;
    border: none;
    /* font-family: 'FFDINWebProMedium', 'Roboto', Helvetica, Arial, sans-serif; */
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: -0.1px;
}
.with-nav-tabs.panel-info .nav-tabs > .open > a,
.with-nav-tabs.panel-info .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-info .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
    color: #1B2935;
    background-color: #fff;
    border-color: transparent;
    border-radius: 0;
}
.with-nav-tabs.panel-info .nav-tabs > li.active > a,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:focus {
    color: #1B2935;
    background-color: #fff;
    border-color: #bce8f1;
    border-bottom-color: transparent;
    border-radius: 0;
    /* font-family: 'FFDINWebProBold', 'Roboto', Helvetica, Arial, sans-serif; */
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    letter-spacing: -0.1px;
    font-weight: 700;
}
.btn-dark {
    color: #fff;
    background-color: #1B2935;
    border-color: #1B2935;
    text-transform: uppercase;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
    color: #1B2935;
    background-color: #16ffff;
    border-color: #16fffa;
}
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
    background-image: none;
}
.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
    background-color: #1B2935;
    border-color: #1B2935;
}
.indent {
    position: relative;
    /*left:30px;*/
}
.meeting-details-col {
    padding-top: 14px;
}
.meeting-details-col .checkbox {
    /*margin-left:80px;*/
    /* border:1px solid #ccc;
    padding:10px 15px;*/
}
/* .nobo-reg-obo-checks{
    padding-left:70px;
  }*/
.canada-fre {
    margin-top: 40px;
}
.foreign-fre {
    margin-top: 90px;
}
.nobooborecords {
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: 15px;
}
.custsum {
    padding-left: 18px!important;
    padding-right: 18px!important;
}
.reference-container {
    border: 1px solid #ccc;
    padding: 15px;
    margin-top: 15px;
}
.date-row-padding {
    padding-bottom: 10px;
}
.not-printing-checkbox {
    margin-top: 15px;
}
.not-printing-input input {
    margin-bottom: 10px;
}
.primary-movedown {
    position: relative;
    top: 5px;
}
.final-margin,
.quote-margin {
    border: 1px solid #ccc;
    padding: 15px;
}
.check-up {
    position: relative;
    top: -6px;
}
.form-control {}
/** DJANGO DATA TABLES **/
.form-top-filter {
    margin-top: 25px;
}
.form-top-filter input:focus,
.form-top-filter select:focus {
    outline: none !important;
    border: 1px solid #1B2935;
    box-shadow: 0 0 10px #ccc;
}
.table-container {
    width: 100% !important;
    margin: 0px !important;
}
.table-container .glyphicon {
    color: #FFF;
    display: inline-block;
    margin-left: 10px;
    font-size: 10px;
}
.has-success .form-control {
    border-color: #ccc;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #333;
}
.table-container table {
    width: 100%;
    background: #fff;
    border-bottom: 0px;
}
.table-container table th {
    background: #1B2935;
    padding: 10px;
}
.table-container table th a {
    color: #fff;
    font-size: 16px;
}
.table-container td {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.table-container td.issuer {
    /* font-family: 'FFDINWebProBold', 'Roboto', Helvetica, Arial, sans-serif; */
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    letter-spacing: -0.1px;
    font-weight: 700;
}
.table-container .nav thead tr a {
    display: none;
}

.pag-container {
    background-color: #FFF;
    padding: 0 20px;
    margin: 20px 0 !important;
}
.filter-pagination .pagination {
    margin: 18px 0;
    display: block;
}
.filter-pagination .pagination ul {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    border-left: 1px solid #1B2935;
    padding-left: 0;
}
.filter-pagination .pagination li {
    display: inline;
}
.filter-pagination .pagination a {
    float: left;
    padding: 0 14px;
    line-height: 34px;
    text-decoration: none;
    border: 1px solid #1B2935;
    border-left-width: 0;
}
.filter-pagination .pagination a {
    color: #1B2935;
}
.filter-pagination .pagination a:hover,
.filter-pagination .pagination .active a {
    background-color: #1B2935;
    color: #fff;
}
.filter-pagination .pagination .active a {
    color: #fff;
    cursor: default;
}
.filter-pagination .pagination .disabled span,
.filter-pagination .pagination .disabled a,
.filter-pagination .pagination .disabled a:hover {
    color: #999999;
    background-color: transparent;
    cursor: default;
}
.filter-pagination .pagination li:first-child a {
    border-left-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.filter-pagination .pagination li:last-child a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.filter-pagination .pagination-centered {
    text-align: center;
}
.filter-pagination .pagination-right {
    text-align: right;
}
.filter-pagination p {
    margin-top: 25px;
}
.table-edit {
    color: #1B2935;
    background-color: #fff;
    border-color: transparent;
    text-transform: uppercase;
    /* font-family: 'FFDINWebProBold', 'Roboto', Helvetica, Arial, sans-serif; */
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    letter-spacing: -0.1px;
    font-weight: 700;
    display: inherit;
    margin: 0 auto;
}
.fa {
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.table-edit[aria-expanded="true"] .fa {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.table-edit:hover,
.table-edit:focus,
.table-edit:active,
.table-edit.active,
.open .dropdown-toggle.table-edit {
    color: #fff;
    background-color: #1B2935;
    border: 1px solid #1B2935;
}
.table-edit:active,
.table-edit.active,
.open .dropdown-toggle.table-edit {
    background-image: none;
}
.table-edit.disabled,
.table-edit[disabled],
fieldset[disabled] .table-edit,
.table-edit.disabled:hover,
.table-edit[disabled]:hover,
fieldset[disabled] .table-edit:hover,
.table-edit.disabled:focus,
.table-edit[disabled]:focus,
fieldset[disabled] .table-edit:focus,
.table-edit.disabled:active,
.table-edit[disabled]:active,
fieldset[disabled] .table-edit:active,
.table-edit.disabled.active,
.table-edit[disabled].active,
fieldset[disabled] .table-edit.active {
    background-color: #1B2935;
    border-color: #1B2935;
}
.table-edit-dropdown {
    width: 600px;
    padding: 8px 10px;
    border: 1px solid #1B2935;
}
.dropdown-menu {
    right: 10px;
    left: auto;
}
.datetimepicker {
    max-width: 230px;
}
.table-edit-dropdown ul {
    margin-bottom: 10px;
    margin-top: 10px;
}
.table-edit-dropdown .container {
    width: 590px;
}
.table-edit-dropdown a {
    color: #1B2935;
}
.table-edit-dropdown ul {
    margin-bottom: 25px;
}
.table-edit:focus {
    outline: none !important;
    border: 1px solid #1B2935;
    box-shadow: 0 0 10px #ccc;
}
.readonly .tt-menu {
    visibility: hidden;
}
.readonly input {
    background-image: none;
}
.twitter-typeahead {
    width: 100%;
}
.typeahead,
.tt-query,
.tt-hint {
    /*  width: 396px;*/
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 22px;
    color: #1e222b!important;
    border: 2px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: none;
}
.typeahead {
    background-color: #fff;
}
.typeahead:focus {
    border: 2px solid #0097cf;
}
.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
    color: #999;
}
.tt-menu {
    width: 100%;
    margin: 0;
    padding: 6px 0;
    max-height: 150px;
    overflow-y: scroll;
    background-color: #fff;
    text-align: left;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.tt-input {
    background-image: url('../images/icon-dropdown.png');
    background-repeat: no-repeat;
    background-position: 97% 50%;
}
#id_Printquote-quotemarginpercent {
    background-image: url('../images/icon-percentage.png');
    background-repeat: no-repeat;
    background-position: 97% 50%;
}
/* For Firefox */
input[type='number'] {
    -moz-appearance: textfield;
}
.issuer,
.biller {
    padding-right: 0px;
}
.remove a {
    width: 100%;
}
.coverbox {
    position: relative;
}
.cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.tt-suggestion {
    padding: 3px 20px;
    font-size: 14px;
    line-height: 22px;
}
.tt-suggestion:hover {
    cursor: pointer;
    color: #fff!important;
    background-color: #1E222B!important;
}
.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf!important;
}
.tt-suggestion p {
    margin: 0;
}
.typeahead-scroll .tt-menu {
    max-height: 140px;
    overflow-y: auto;
}
.pagination {
    display: none;
}
.inner-wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.sidebar {
    background: #fff;
    border-right: 1px solid #ccc;
    width: 232px;
}
.rightside {
    background: #F6F6F6;
}
.col {
    display: table-cell;
    vertical-align: top;
}
.all-jobs {
    display: block;
    padding: 15px 15px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    color: #1B2935;
    font-size: 16px;
    text-transform: uppercase;
    /* font-family: 'FFDINWebProMedium', 'Roboto', Helvetica, Arial, sans-serif; */
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: -0.1px;
}
.all-jobs:hover {
    background: #1a1f2a;
    color: #fff;
    text-decoration: none;
    padding-bottom: 14px;
    border-top: 1px solid #2c3649;
}
.sidebar-links {
    margin-top: 5px;
}
.sidebar-links a {
    color: #1B2935;
    font-size: 15px;
    display: block;
    padding: 6px 20px 6px;
}
.sidebar-links li {}
.sidebar-links .active {
    background: #1B2935;
    color: #fff;
}
.sidebar-links .active a {
    color: #fff;
}
.sidebar-links .active a {
    color: #fff;
}
.form-details {
    padding: 30px 5px 30px;
}
.form-details-info {
    margin-bottom: 0px;
}
.form-details h1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 30px;
    /* font-family: 'FFDINWebProBold', 'Roboto', Helvetica, Arial, sans-serif; */
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    letter-spacing: -0.1px;
    font-weight: 700;
}
.form-details-info .fa {
    font-size: 8px;
    position: relative;
    top: -2px;
    color: #ccc;
}
.form-details-left {
    float: left;
}
.form-details-right {
    float: right;
}
.form-details-right a {
    position: relative;
    top: 10px;
    /* font-family: 'FFDINWebProRegular', 'Roboto', Helvetica, Arial, sans-serif; */
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: -0.1px;
    color: #1B2935;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}
.form-details-right a:hover {
    /* font-family: 'FFDINWebProMedium', 'Roboto', Helvetica, Arial, sans-serif; */
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: -0.1px;
}
/** datepicker styles **/
.switch {
    /* font-family: 'FFDINWebProBold', 'Roboto', Helvetica, Arial, sans-serif; */
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    letter-spacing: -0.1px;
    font-weight: 700;
    font-size: 12px;
}
.datetimepicker-days {
    padding: 8px 10px;
}
.datetimepicker-days .dow {
    /* font-family: 'FFDINWebProBold', 'Roboto', Helvetica, Arial, sans-serif; */
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    letter-spacing: -0.1px;
    font-weight: 700;
}
.datetimepicker-days .active,
.datetimepicker-months .active,
.datetimepicker-years .active {
    background: #1e222b!important;
}
.datetimepicker-months span,
.datetimepicker-years span {
    padding-top: 4px;
    height: 24px!important;
    line-height: 12px!important;
    padding-bottom: 4px;
}
/** alert boxes **/
.alert {
    border-radius: 0;
    max-width: 1170px;
    margin: 0px auto 20px;
    padding: 22px;
    color: #fff;
    /* font-family: 'FFDINWebProMedium', 'Roboto', Helvetica, Arial, sans-serif; */
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: -0.1px;
    text-align: left;
    font-size: 20px;
}
.alert .close {
    position: relative;
    top: -20px;
    right: -13px;
    color: #FFF;
    text-shadow: none;
    opacity: 1;
}
.alert img {
    position: relative;
    width: 30px;
    margin-right: 10px;
    top: -2px;
}
.alert-error {
    background: #CC3734;
    border: 1px solid #CC3734;
}
.alert-info {
    background: #0B9275;
    border: 1px solid #0B9275;
}
.alert-success {
    background: #0B9275;
    border: 1px solid #0B9275;
}
/*** ADDITIONS BY BACKEND TEAM ***/
.table-container table thead th:last-child {
    color: #1B2935;
}
ul.flash-messages {
    list-style: none;
    margin: 0;
    padding: 0;
}
/** addjob fragment rules **/
.addjob .remove-item-button {
    margin-top: 33px;
}
.addjob span.error {
    border: none;
}
.addjob div.saved-items-table {
    display: table;
    width: 100%;
}
.addjob div.saved-items-row {
    display: table-row;
}
.addjob div.saved-items-cell {
    display: table-cell;
    padding-top: 20px;
    border-bottom: 1px solid #ccc;
}
.addjob .saved-items-row:first-child .saved-items-cell {
    padding-top: 0;
}
.addjob .saved-items-row:last-child .saved-items-cell {
    border-bottom: none;
}
.addjob .form-item:nth-child(2) {
    border-top: 1px solid #ccc;
}
.addjob .form-group {
    margin-bottom: 15px;
}
.addjob .form-item:nth-child(n + 2) .form-group {
    margin-bottom: 8px;
}
.addjob .form-item:last-child .form-group {
    margin-bottom: 0;
}
.addjob .btn-default {
    text-transform: uppercase;
}
.addjob.scenario--success .modal-header,
.addjob.scenario--successes .modal-header {
    background-color: #0b9275;
    color: #fff;
}
.addjob.scenario--error .modal-header,
.addjob.scenario--errors .modal-header {
    background-color: #cc3734;
    color: #fff;
}
.addjob .edit-item-button {}
.addjob .server-errors {
    border-bottom: 1px solid #ccc;
}
.addjob .server-error:first-child {
    margin-top: 0;
}
/** global rules **/
.text--error {
    color: #E7150D;
}
.text--regular {
    font-weight: normal;
    font-size: 15px;
    /* font-family: 'FFDINWebProRegular', 'Roboto', Helvetica, Arial, sans-serif; */
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: -0.1px;
}
a.state--disabled {
    color: #aaa;
}
a.state--disabled:hover {
    color: #aaa;
    cursor: no-drop;
    font-family: inherit;
}
.m-right--small {
    margin-right: 8px;
}
.m-around--medium {
    margin: 15px;
}
.p-vertical--medium {
    padding-top: 15px;
    padding-bottom: 15px;
}
.p-top--small {
    padding-top: 8px;
}
.p-vertical--small {
    padding-top: 8px;
    padding-bottom: 8px;
}
.m-bottom--small {
    margin-bottom: 8px;
}
.m-bottom--medium {
    margin-bottom: 15px;
}
/*** END: ADDITIONS BY BACKEND TEAM ***/
/** MODAL STYLES **/
.modal-content {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
.modal-content h4 {
    text-transform: uppercase;
}
.modal-header {
    border-bottom: 1px solid #ccc;
}
.modal-header .close {
    opacity: 1;
}
.modal-header button:focus {
    outline: none !important;
    border: none!important;
    box-shadow: none!important;
}
.modal-footer {
    border-top: 1px solid #ccc;
}
.modal-add-additional-record a {
    color: #1B2935;
    text-decoration: underline;
    position: relative;
    top: 7px;
}
.modal-add-additional-record a:hover {
    color: #1B2935;
    /* font-family: 'FFDINWebProBold', 'Roboto', Helvetica, Arial, sans-serif; */
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    letter-spacing: -0.1px;
    font-weight: 700;
}
.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
    /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    max-width: inherit;
    /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}
.warning-modal {
    background-color: #AC7A38;
}
.warning-modal button span {
    line-height: 33px;
    text-shadow: none;
    color: #FFF;
}
.warning-modal h4 {
    color: #FFF;
    text-shadow: none;
    line-height: 33px;
}
.warning-modal h4 img {
    float: left;
    max-width: 33px;
    margin-right: 10px;
}
/** MISC ICON CLASSES **/
.icon-close img {
    width: 25px;
}
.icon-success img {
    width: 30px;
}
.icon-fail img {
    width: 30px;
}
/** BANNER NOTIFICATIONS - THESE ARE THE ONLY NOTIFICATIONS THAT SHOULD BE USED AND THEY MUST ALWAYS BE CENTERED AND SAME WIDTH OF CONTENT, NOT FULL SCREEN **/
.banner-success {
    margin: 15px auto;
    background: #0B9275;
    padding: 20px;
    color: #fff;
    /* font-family: 'FFDINWebProMedium', 'Roboto', Helvetica, Arial, sans-serif; */
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: -0.1px;
    text-align: left;
    font-size: 20px;
}
.banner-success a {
    color: #fff;
    text-decoration: underline;
}
.banner-success img {
    position: relative;
    width: 30px;
    margin-right: 10px;
}
.banner-fail {
    margin: 15px auto;
    background: #CC3734;
    padding: 20px;
    color: #fff;
    /* font-family: 'FFDINWebProMedium', 'Roboto', Helvetica, Arial, sans-serif; */
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: -0.1px;
    text-align: left;
    font-size: 20px;
}
.banner-fail a {
    color: #fff;
    text-decoration: underline;
}
.banner-fail img {
    position: relative;
    width: 30px;
    margin-right: 10px;
}



.client-select {
    max-width:430px;
    margin: 30px auto;
    text-align: center;
}

.client-select h2 {
    margin-bottom:5px;
    margin-top:0px;
    font-size:40px;
    /* font-family: 'FFDINWebProBold', 'Roboto', Helvetica, Arial, sans-serif !important; */
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    letter-spacing: -0.1px;
    font-weight: 700;
}

.client-select h4 {
    margin-bottom:30px;
    font-size:26px;
    /* font-family: 'FFDINWebProMedium', 'Roboto', Helvetica, Arial, sans-serif !important; */
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: -0.1px;
}

.client-select select {
    width:100%;
    border-radius: 0px;
    font-size:20px;
    padding:10px;
    margin-bottom:20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.client-select button.dropdown-toggle {
    display: block;
    width:100% !important;
    font-weight: 100;
    /* font-family: 'FFDINWebProRegular', 'Roboto', Helvetica, Arial, sans-serif !important; */
    font-family: 'Inter', Helvetica, Arial, sans-serif !important;
    /* font-weight: 400; */
    letter-spacing: -0.1px;
    font-size:20px;
    padding: 13px 16px;
    text-align: left;
    border-radius: 0px;
    margin-bottom:30px;
}

.client-select .dropdown-menu {
    width:100%;
}

.client-select button.dropdown-toggle:hover, .client-select button.dropdown-toggle:focus {
    background-color:#FFF !important;
}


.client-select button.btn-submit {
    display: block;
    width:100% !important;
    font-weight: 100;
    /* font-family: 'FFDINWebProRegular', 'Roboto', Helvetica, Arial, sans-serif !important; */
    font-family: 'Inter', Helvetica, Arial, sans-serif !important;
    /* font-weight: 400; */
    letter-spacing: -0.1px;
    font-size:20px;
    padding: 13px 16px;
    border-radius: 0px;
}

.client-select button span {
    float: right;
    line-height: 28px;
    position: relative;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.dropdown-toggle[aria-expanded="true"] span {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    top: 2px;

}

.logo-top {
    margin-bottom:30px;
    /*text-align: center;*/
}

/*.logo-top img {
    height: 110px;
    margin-left: -45px;
}*/

.login-info {
    background-color:#1B2935;
    color:#FFF;
}

.logo-holder {
    max-width: 95px;
    /*float:left;
    margin-right:30px;*/
}
.logo-holder img {
    width:100%;
}

.content-holder {
    padding:0px 100px;
    font-size:18px;
}

.content-holder h4 strong {
    font-size: 19px;
}

.content-holder  .login-right-contact-info p {
    line-height: 0.8em;
}

.content-holder p {
    line-height: 1.4em;
    font-size: 15px;
}

.content-holder ul li {
    /* font-family: 'FFDINWebProRegular', 'Roboto', Helvetica, Arial, sans-serif !important; */
    font-family: 'Inter', Helvetica, Arial, sans-serif !important;
    font-weight: 400;
    letter-spacing: -0.1px;
    font-size: 15px !important;
}

/*
    for login browser note
*/
.content-holder p.signin-note {
    font-size: 0.8em;
}

.content-holder h2 {
    margin:0;
    padding:0;
    line-height: 85px;
    /* font-family: 'FFDINWebProBold', 'Roboto', Helvetica, Arial, sans-serif; */
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    letter-spacing: -0.1px;
    font-weight: 700;
    font-size: 32px;
}

div.content-holder.vertical p a {
    color: #FFF ;
    text-decoration: underline ;
}


#login-area .content-holder {
    padding: 10px 45px;
}

#login-area .content-holder h4 {
    margin-top: 0;
}

.content-holder .full-name {
    line-height: 85px;
    font-size: 24px;
}

.content-holder .logo-holder {
    margin-right: 10px;
    /*display: inline-block;*/
}

.login-left-trust-logo {
    display: inline-block;
    float: right;
}

.login-left-trust-logo img {
    height: 100%;
    /*max-width: 220px;*/
    padding-top: 22px;
    /*width: 100%;*/
    width: 325px;
}

@media screen and (max-width: 1279px) {
    #login-area .logo-holder {
        max-width: 64px;
    }

    .content-holder .full-name {
        line-height: 53px;
        font-size: 20px;
    }
}


@media screen and (max-width: 1279px){

    #login-area .content-holder {
        padding-left:30px;
        padding-right: 30px;
    }

    #login-area .login-info .content-holder {
        padding-left:25px;
        padding-right: 25px;
    }

    /*#login-area .logo-holder {
        width:40px;
    }*/

    .content-holder .full-name {
        line-height: 35px;
        font-size: 16px;
    }
}

/*@media screen and (max-width: 819px) {

    #login-area .logo-holder {
        width:60px;
        margin:auto;
    }

    .content-holder .full-name {
        line-height: 35px;
        font-size: 16px;
    }
}*/

/*#login-area .content-holder {
    padding: 0 70px;
}*/
/* -------------------- Media Queries ------------------- */

@media screen and (max-width: 767px) {
    .table-container {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .table-container table {
        background-color: transparent;
    }
    .table-container table tr {
        background-color: #FFF;
    }
    .table-container .issuer {
        /* font-family: 'FFDINWebProRegular', 'Roboto', Helvetica, Arial, sans-serif !important; */
        font-family: 'Inter', Helvetica, Arial, sans-serif !important;
        font-weight: 400;
        letter-spacing: -0.1px;
    }
    .filter-pagination {
        text-align: center;
    }
    table {
        border: 0;
    }
    table caption {
        font-size: 1.3em;
    }
    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table tr {
        border-top: 3px solid #1B2935;
        display: block;
        margin-bottom: 20px;
        -webkit-box-shadow: 3px 3px 5px 0px rgba(203, 203, 203, 0.53);
        -moz-box-shadow: 3px 3px 5px 0px rgba(203, 203, 203, 0.53);
        box-shadow: 3px 3px 5px 0px rgba(203, 203, 203, 0.53);
    }
    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }
    table td:before {
        /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
        content: attr(data-attr);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    table tr td:last-child {
        border-bottom: none !important;
    }
    .table-edit-dropdown {
        position: relative;
        width: 100%;
        right: auto;
        left: auto;
        top: auto;
        bottom: auto;
        border: none;
        text-align: center;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: 20px;
    }
    .table-edit-dropdown {}
    .table-edit-dropdown .container {
        width: auto;
    }


}

@media screen and (max-width: 439px){

    .content-holder .full-name {
        line-height: 35px;
        font-size: 14px;
    }
}
