html {
    margin-top: 0px;
    padding: 0px;
}

body {
    font-family: "Gotham SSm A";
    padding-bottom: 30px;
}

body.login {
    background: #f6f6f6;
}

body.login input {
    margin-top: 20px;
}

.login .content-frame--blue {
    margin-left: 20px;
}

body.login img {
    margin: 0 auto;
}

body.login a:link, body.login a:active, body.login a:visited {
    text-decoration: none;
}

.login-description div {
    padding-top: 40px;
}

.login-description ul {
    padding: 15px;
    margin: 0;
}

.login-submit .btn {
    margin-top: 80px;
    height: 40px;
}

.descendant-form-group-my-0 .form-group{
    margin-top: 0px ;
    margin-bottom: 0px ;
}

.bg-none {
    background: none!important;
}

header {
    width: 100%;
    display: block;
    clear: both;
    min-height: 80px;
    background: #f5f5f5;
    padding-top: 5px;
}

.login .row-eq-height {
    padding-top: 40px;
}

.login-second-list {
    display: block;
    padding-top: 68px!important;
}

.remind-password {
    padding: 10px 35px;
}

.remind-password label {
    float: left;
}

.remind-password input {
    width: 100%!important;
    margin-top: 0px!important;
}

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

h1, h2, h3, h4 {
    padding: 0px;
}

h1 {
    font-size: 32px;
    color: #f26334;
    line-height: 37px;
    margin-top: 50px;
    margin-bottom: 40px;
}

h1 span {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    line-height: 21px;
    margin-top: 20px;
}

.container > h1 {
    padding-left: 15px;
}

h2 {
    font-size: 24px;
    color: #213563;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
}

h3 {
    font-size: 18px;
    color: #213563;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}

h4 {
    color: #213563;
    line-height: 24px;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}

hr {
    border-top: 1px solid #d8d9d9;
    margin-top: 15px;
    margin-bottom: 15px;
}

h1 + h2 {
    margin-top: -30px;
}

::selection {
    background: #f26334;
    color: #ffffff;
}

::-moz-selection {
    background: #f26334;
    color: #ffffff;
}

.padding-null {
    padding: 0;
}

.logo {
    position: relative;
}

.logo--simple .logo__link h3 {
    padding-top: 20px;
}

.logo__link:link, .logo__link:active, .logo__link:visited {
    display: block;
    width: 410px;
    line-height: 20px;
    color: #454545;
    text-decoration: none;
}

.logo__link h3 {
    margin: 0px 0px 1px 0px;
    padding: 10px 0px 0px 0px;
    font-size: 18px;
    color: #454545;
    font-weight: 700;
}

.logo__link__register h3 {
    padding: 16px 0px 0px 0px!important;
}

.logo__link img {
    float: left;
    padding-right: 10px;
}

.logo__link p {
    font-size: 18px;
    color: #454545;
    font-weight: 300;
}

.header-top-register {
    border-bottom: 1px solid #d8d9d9;
    box-shadow: 0 6px 8px -4px rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
}

.secondary-nav {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px 30px;
}

.notification {
    height: auto;
    overflow: hidden;
}

.notification--simply .ecorrespondance {
    min-height: 80px;
    width: 100%;
    background: #002c6c;
    color: #ffffff;
}

.notification--simply .ecorrespondance button {
    margin-top: 20px;
}

.notification--simply .ecorrespondance img {
    margin-top: 17px;
    padding-right: 15px;
}

.notification--simply .ecorrespondance a {
    color: #00b5df;
}

.notification--simply .ecorrespondance h4 {
    color: #ffffff;
    margin-bottom: 0px;
}
.alert {
    border-radius: 0px;
}

.notification--simply .alert {
    min-height: 62px;
    position: relative;
}

.notification--simply .alert--success strong {
    color: darkgreen;
}

.btn-primary {
    font-weight: 500;
    border-radius: 0;
    border: 1px solid #ffffff;
    color: #ffffff;
    min-width: 170px;
    height: 40px;
}

.btn-min-width-175 {
    min-width: 175px;
}

.btn-small-width {
    font-weight: 500;
    border-radius: 0;
    border: 1px solid #ffffff;
    color: #ffffff!important;
    height: 40px;
    padding: 6px 6px;
}

.btn-primary--blue {
    background: #002c6c;
    border: 1px solid #002c6c;
}

.btn-primary--blue:hover {
    background: #002152;
}

.btn-primary--blue:focus {
    border: 1px solid #008dbd;
    background: #001638;
}

.btn-primary--light-blue {
    background: #00b5df;
    border: none;
}

.btn-primary--light-blue:hover {
    background: #00a0c4;
    border: none;
}

.btn-primary--light-blue:focus {
    background: #008cab;
    border: none;
}

.btn-vertical-margin-md {
    margin-top: 0px;
}

@media only screen and (max-width: 992px) {
    .btn-vertical-margin-md {
        margin-top: 10px;
    }
}

.text-right-to-left-md {
    text-align: right;
}

@media only screen and (max-width: 992px) {
    .text-right-to-left-md {
        text-align: left;
    }
}

a.btn:link, a.btn:active, a.btn:visited {
    display: inline-block;
    font-size: 14px;
    padding: 10px 20px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
}

a.btn-small-width {
    padding: 9px 6px!important;
}

.btn-primary--orange {
    border: 1px solid #f26334;
    background: #f26334;
}

.fileupload-buttonbar .btn-primary--orange {
    padding: 0px;
}

.fileupload-buttonbar .btn-primary--orange span {
    padding-top: 4px;
    width: 100%;
    height: 100%;
    display: block;
}

.upload-container {
    position: relative;
}

.dropZone {
    background: #80808013;
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 4px dashed black;
    text-align: center;
    vertical-align: middle;
    line-height: 100%;
}

.dropZone--text {
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    font-size: 1.5em;
}

.pos-rel {
    position: relative;
}

.trashcan {
    position: absolute;
    top: 4px;
    right: 14px;
    width: 20px;
    height: 24px;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
    color: #213563;
    cursor: pointer;
}

.trashcan:hover {
    color: #ff0000;
}

.new_filename {
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-primary--orange:hover {
    background: #d94818;
    border: 1px solid #f26334;
}

.btn-primary--orange:focus {
    border: 1px solid #bf3102;
    background: #bf3102;
    box-shadow: none;
}

.btn-primary--orange[disabled] {
    color: #ffffff;
    border: 1px solid #f8b199;
    background: #f8b199;
}

.btn-primary--title-inline {
    margin-top: 45px;
    margin-bottom: 10px;
}

.btn-primary--title-inline-second-header {
    float: right;
    margin-top: 23px;
    margin-bottom: 10px;
}

.btn-secondary--transparent-blue,
a.btn-secondary--transparent-blue:link,
a.btn-secondary--transparent-blue:active,
a.btn-secondary--transparent-blue:visited {
    background: #ffffff;
    border: 1px solid #002c6c;
    color: #002c6c;
}

.btn-secondary--transparent-blue:hover,
a.btn-secondary--transparent-blue:hover {
    border: 1px solid #001638;
    color: #001638;
}

.btn-secondary--transparent-blue:focus, a.btn-secondary--transparent-blue:focus {
    background: #001638;
    border: 1px solid #008dbd;
    color: #ffffff;
}

.btn:focus {
    outline: none!important;
}

.btn--big {
    height: 50px;
}

.text-title-inline {
    padding-top: 60px;
}

.text--green {
    color: #3c763d;
}

.text--orange {
    color: #d94818
}

.text--blue {
    color: #213563;
}

.text--red {
    color: #ff0000;
}

input[type="text"], input[type="password"], input[type="number"], input[type="email"], select {
    border: 1px solid #d5d6d6;
    color: #213563;
    font-weight: bold;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
    font-size: 14px;
    height: 40px;
    width: 100%;
    padding: 6px 10px 6px 10px;
    border-radius: 0;
    box-shadow: none;
    margin: 0px;
    background: #ffffff;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #9d9d9d;
    font-weight: normal;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #9d9d9d;
    opacity: 1;
    font-weight: normal;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #9d9d9d;
    opacity: 1;
    font-weight: normal;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9d9d9d;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #9d9d9d;
    font-weight: normal;
}

::placeholder { /* Most modern browsers support this now. */
    color: #9d9d9d;
    font-weight: normal;
}

.has-error input[type="text"]:focus,
.has-error input[type="password"]:focus,
.has-error input[type="number"]:focus,
.has-error input[type="email"]:focus,
.has-error select:focus {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(240, 85, 134, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(240, 85, 134, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(240, 85, 134, 0.3);
}
.has-error .input-group-btn a {
    border-top: 1px solid #f05586!important;
    border-right: 1px solid #f05586!important;
    border-bottom: 1px solid #f05586!important;
}

.select2-container .select2-selection--multiple, .select2-container .select2-selection--single {
    border-radius: 0px;
    height: auto;
    overflow: hidden;
    min-height: 40px;
    border: 1px solid #d5d6d6;
    color: #213563;
}

.select2-container--default.select2-container--focus .select2-selection,
.select2-container--open .select2-selection {
    border: 1px solid #008dbd;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 141, 189, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 141, 189, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 141, 189, 0.3);
}

.has-error .select2-container--default.select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection,
.has-error .select2-container .select2-selection--multiple,
.has-error .select2-container .select2-selection--single {
    border: 1px solid #f05586!important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(240, 85, 134, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(240, 85, 134, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(240, 85, 134, 0.3);
}

.select2-container--focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.multiple-select-w100 .select2-container {
    width: 100% !important;
}

.select2-selection.select2-selection--single {
    outline-color: rgb(0, 0, 0);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 6px 15px 6px 10px;
    font-weight: bold;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    white-space: normal!important;
    padding-top: 0px!important;
    vertical-align: text-top;
}

.select2-selection__rendered {
    padding: 4px 12px 0px 12px!important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
    height: auto;
    overflow: hidden;
    color: #213563!important;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
    font-size: 14px;
}

.select2-search__field {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
    height: 30px;
    margin-top: 2px!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 6px;
}

.select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #f5f5f5!important;
}

.selection .select2-selection__arrow {
    margin-top: 6px;
}

.select2-dropdown {
    border-radius: 0px;
    border: 1px solid #7b9dd4;
}

.select2-selection__choice {
    margin-top: 5px;
}

.select2-dropdown li {
    font-size: 14px;
    height: auto;
    overflow: hidden;
    font-weight: normal;
    display: block;
    min-height: 1.2em;
    padding: 0px 2px 1px 10px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="email"]:focus, select:focus {
    border: 1px solid #008dbd;
    color: #213563;
    font-weight: bold;
    outline: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 141, 189, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 141, 189, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 141, 189, 0.3);
}

input:read-only.inactive, input:-moz-read-only.inactive, input[readonly].inactive {
    background: #ffffff;
}

input[readonly]:focus {
    border: none;
    background-color: #fff;
    color: #000;
    box-shadow: none;
}

input[readonly] {
    border: none;
    background-color: #fff;
    color: #000;
}

input[readonly]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    border: none;
    background-color: #fff;
    color: #000;
}

input[readonly]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    border: none;
    background-color: #fff;
    color: #000;
}

input[readonly]::-moz-placeholder { /* Mozilla Firefox 19+ */
    border: none;
    background-color: #fff;
    color: #000;
}

input[readonly]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    border: none;
    background-color: #fff;
    color: #000;
}

input[readonly]::-ms-input-placeholder { /* Microsoft Edge */
    border: none;
    background-color: #fff;
    color: #000;
}

input[readonly]::placeholder { /* Most modern browsers support this now. */
    border: none;
    background-color: #fff;
    color: #000;
}

input[disabled], select[disabled] {
    border: none;
    background-color: #fff;
    color: #000;
}

input[disabled].inactive, select[disabled].inactive {
    color: #000;
    cursor: default;
    border: none;
    background-color: #fff;
    pointer-events: none;
}

select[disabled] {
    color: #000;
    cursor: default;
    border: none;
    background: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    opacity: 1;
}

select.hide_first option:first-child, ul.hide_first li:first-child {
    display: none;
}

#filterHistoryForm select option:first-child[selected] {
    display: block;
}

#filterProductsForm select option:first-child[selected] {
    display: block;
}

textarea {
    border: 1px solid #d5d6d6;
    color: #213563;
    font-weight: bold;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
    font-size: 14px;
    min-height: 150px;
    width: 100%;
    padding: 6px 10px 6px 10px;
    height: auto;
    resize: vertical;
}

textarea:focus {
    font-weight: bold;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
    border: 1px solid #008dbd!important;
    outline: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 141, 189, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 141, 189, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 141, 189, 0.3);
}

.login-container {
    color: #8c8c8c;
    display: block;
    height: auto;
    overflow: hidden;
    padding: 50px 40px 50px 40px;
    width: 470px;
    margin: 40px auto auto;
    background: #ffffff;
}

.login-container h3 {
    color: #002c6c;
    margin-top: 20px;
    margin-bottom: 30px;
}

.login-container h2 {
    font-weight: 300;
}

.login-container label {
    font-size: 12px;
    text-transform: none;
}

.login-container input[type="text"], .login-container input[type="password"] {
    width: 370px;
    height: 40px;
}

.login-container button {
    margin-top: 20px;
}

.login-container-bottom-card {
    height: 30px;
    width: 370px;
    margin: 0 auto;
    background: #fbfbfb;
    display: block;
}

label, .pseudo-label {
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    color: #888b8d;
    font-weight: 500;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.pseudo-label [data-toggle="tooltip"] {
    font-size: 13px;
    margin-left: 3px;
}

.checkbox label {
    font-size: 14px;
    font-weight: bold;
}

.checkbox label::first-letter, .checkbox label:first-letter {
    text-transform: capitalize!important;
}

.checkbox .first-letter-lowercase + label::first-letter, .checkbox .first-letter-lowercase + label:first-letter {
    text-transform: lowercase!important;
}

.narrower-letter-spacing-05 {
    letter-spacing: -0.5px;
}

.label--blue {
    color: #008dbd!important;
}

.simple-label + label {
    font-weight: normal;
    color: #333333!important;
}

.default-control-label {
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    color: #888b8d;
    font-weight: 500;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.checkbox {
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.radio {
    margin-top: 0px;
    margin-bottom: 0px;
}

.checkbox label, .radio label {
    color: #002c6c;!important;
    display: inline-block;
}

.radio label {
    color: #008dbd;
}

input.has-error,
input.has-error:focus,
select.has-error,
select.has-error:focus,
.has-error input,
.has-error input:focus,
.has-error select,
.has-error:focus select,
.has-error textarea,
.has-error:focus textarea,
.has-error .select2-selection--multiple
{
    border: 1px solid #f05586!important;
}

.has-error input[disabled] {
    border: 0px!important;
}

a:link, a:active, a:visited, a:focus {
    color: #008dbd;
    text-decoration: underline;
    outline: none;
}

a:hover {
    color: #002152;
}

.login-container-alert {
    margin-top: 40px;
}

.login-container div {
    font-size: 14px;
}

.login-context-box {
    padding-top: 30px;
}

.login-context-box button {
    float: right;
}

.company-context-radio {
    margin-top: 30px;
    border-top: 1px solid #d8d9d9;
}

.company-context-radio .radio {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #d8d9d9;
}

.notification--simply .alert {
    width: 100%;
    min-height: 60px;
    height: auto;
    padding: 15px;
    margin-top: 40px;
    border-radius: 0;
}

.alert--warning {
    color: #6c4a00!important;
    border: 1px solid #ffeeba;;
    background-color: #f9f1c6;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 14px;
    height: auto;
    overflow: hidden;
    background-image: url(../images/icons/warning.svg);
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.alert--warning span {
    color: #6c4a00!important;
}

.alert--danger {
    color: #f05586!important;
    border: 1px solid #f9c2d3;
    background-color: #fdeef3;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 14px;
}

.alert--danger span {
    color: #f05586!important;
}

.alert--danger {
    height: auto;
    overflow: hidden;
    background-image: url(../images/icons/error.svg);
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.alert--danger li {
    font-weight: normal;
    list-style-position: outside;
}

.alert--no-danger-icon {
    background-image: none;
}

.alert--x {
    top: 1em !important;
}

.alert--xo:hover {
    background-image: url(../images/icons/close_danger_hover.svg);
}

.alert--o {
    height: auto;
    overflow: hidden;
    background-image: url(../images/icons/error.svg);
    background-position: 5px calc(50% + 2px);
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
.alert--danger .close {
    background-image: url(../images/icons/close_danger.svg);
    background-repeat: no-repeat;
}

.alert--danger .close:hover {
    background-image: url(../images/icons/close_danger_hover.svg);
}

.alert--success {
    font-weight: bold;
    color: #7ac143;
    border: 1px solid #b4e28f;
    background-color: #f1f9ed;
    margin-bottom: 0px;
}

.alert--success a:link,
.alert--success a:active,
.alert--success a:visited {
    color: #7ac143;
}

.alert-warning {
    height: auto;
    overflow: hidden;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    font-weight: bold;
}

.alert--warning .close {
    background-image: url(../images/icons/close_warning.svg);
    background-repeat: no-repeat;
}

.alert--warning .close:hover {
    background-image: url(../images/icons/close_warning_hover.svg);
}

.alert--success {
    height: auto;
    overflow: hidden;
    background-image: url(../images/icons/accept_grass.svg);
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.alert--success .close {
    background-image: url(../images/icons/close_success.svg);
    background-repeat: no-repeat;
}

.alert--success .close:hover {
    background-image: url(../images/icons/close_success_hover.svg);
}

#alert-notification,
#alert-notification-general,
#alert-notification-gtin14,
#alert-notification-invoice,
#alert-notification-numbers
{
    border-radius: 0px;
    position: relative;
}

#alert-notification > span,
#alert-notification-general > span,
#alert-notification-gtin14 > span,
#alert-notification-invoice > span,
#alert-notification-numbers > span
{
    width: 97%;
    display: inline-block;
    padding: 5px 10px 0px 40px;
    font-size: 14px;
}

#alert-notification .close,
#alert-notification-general .close,
#alert-notification-gtin14 .close,
#alert-notification-invoice .close,
#alert-notification-numbers .close
{
    font-size: 28px;
    text-decoration: none;
    opacity: 1;
    padding: 0px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
}

.alert-notification-next {
    margin-top: 10px!important;
}

.alert-notification-next > span {
    width: 97%;
    display: inline-block;
    padding: 5px 10px 0px 40px;
}

.alert-notification-next .close {
    font-size: 28px;
    text-decoration: none;
    opacity: 1;
    padding: 0px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
}

.communicate .notification--simply .alert {
    margin-top: 10px;
    padding: 5px!important;
}

.communicate #alert-notification > span {
    padding: 5px 10px;
    font-size: 12px;
    font-weight: normal;
}

.communicate .alert--danger {
    height: auto;
    overflow: hidden;
    background-image: none;
}

.communicate .alert--warning {
    height: auto;
    overflow: hidden;
    background-image: none;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.verification span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.verification span:nth-child(2) {
    animation-delay: 0.2s;
}

.verification span:nth-child(3) {
    animation-delay: 0.4s;
}

.content-frame {
    height: auto;
    overflow: hidden;
    padding: 10px 15px 20px 15px;
    background: #ffffff;
}

.content-frame--orange {
    border-left: 1px solid #d8d9d9;
    border-right: 1px solid #d8d9d9;
    border-bottom: 1px solid #d8d9d9;
    border-top: 4px solid #f26334;
}

.content-frame--blue {
    border-left: 1px solid #d8d9d9;
    border-right: 1px solid #d8d9d9;
    border-bottom: 1px solid #d8d9d9;
    border-top: 4px solid #213563;
}

.content-frame--yellow {
    border-left: 1px solid #d8d9d9;
    border-right: 1px solid #d8d9d9;
    border-bottom: 1px solid #d8d9d9;
    border-top: 4px solid #e8b43a;
}

.content-frame--green {
    border-left: 1px solid #d8d9d9;
    border-right: 1px solid #d8d9d9;
    border-bottom: 1px solid #d8d9d9;
    border-top: 4px solid #7ac143;
}

.content-frame--black {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-top: 4px solid #000000;
}

.content-frame h3 {
    margin-top: 10px;
}

.content-frame h3 + .row {
    margin-top: -15px;
}

.bootstrap-flash {
    margin-top: 10px;
}

.top-nav {
    text-align: right;
    padding-top: 15px;
    padding-right: 20px;
}

.top-nav_auth-data {
    overflow: hidden;
    padding-right: 15px;
}

.top-nav .btn-primary {
    min-width: auto;
    float: right;
}

.top-nav strong {
    font-size: 15px;
}

.navigation {
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
    border-top: 1px solid #d8d9d9;
    border-bottom: 1px solid #d8d9d9;
    background-color: #ffffff;
    height: 60px;
    -webkit-box-shadow: 0 6px 8px -4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 8px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 8px -4px rgba(0, 0, 0, 0.1);
}

.main-menu > ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.main-menu > ul > li {
    display: inline-block;
    height: 60px;
    position: relative;
}

.main-menu > ul > li.active > a:link, .main-menu > ul > li.active > a:active, .main-menu > ul > li.active > a:visited {
    border-top: 4px solid #f36133;
    font-weight: 500;
    color: #f36133;
}

.main-menu > ul > li > a:link, .main-menu > ul > li > a:active, .main-menu > ul > li > a:visited {
    border-top: 4px solid #ffffff;
    display: inline-block;
    font-weight: 500;
    height: 60px;
    padding: 17px 15px 17px 15px;
    color: #002c6c;
    text-decoration: none;
}

.main-menu > ul > li > a i {
    background: url(../images/icons/arrow.svg) no-repeat center right;
    background-size: auto, auto;
    width: 18px;
    height: 18px;
    display: inline-block;
    float: right;
    margin-left: 10px;
}

.main-menu > ul > li.active > a i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main-menu > ul > li > ul a i {
    background: url(../images/icons/arrow.svg) no-repeat center right;
    background-size: auto, auto;
    width: 18px;
    height: 18px;
    display: inline-block;
    float: right;
    margin-left: 10px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.main-menu > ul > li > ul {
    -webkit-box-shadow: inset 0 6px 8px -4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 6px 8px -4px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 6px 8px -4px rgba(0, 0, 0, 0.1);
    position: absolute;
    display: none;
    height: 0;
    padding: 0px;
    margin-top: -1px;
    min-width: 300px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.main-menu > ul > li > ul.active {
    z-index: 1000;
    background: #ffffff;
    list-style: none;
    height: auto;
}

.main-menu > ul > li > ul.active > li > ul {
    border: 1px solid #ddd;
}

.main-menu > ul > li > ul.active > ul > li, .main-menu > ul > li > ul.active > li {
    position: relative;
}

.main-menu > ul > li > ul > li a:link, .main-menu > ul > li > ul > li a:active, .main-menu > ul > li > ul > li a:visited {
    display: block;
    padding: 8px 20px;
    color: #229cc6;
    text-decoration: none;
}

.main-menu > ul > li > ul > li:hover {
    background: #f4f4f4;
}

.main-menu > ul > li > ul > li > ul > li:hover {
    background: #f4f4f4;
}

.main-menu > ul > li > ul > li a:hover {
    color: #213563;
}

.main-menu > ul > li > ul.active > li > ul {
    z-index: 999;
    background: #ffffff;
    list-style: none;
    height: auto;
    position: absolute;
    margin-left: 298px;
    min-width: 300px;
    padding: 0px;
    display: none;
    top: 0;
}

.main-menu > ul > li.disabled-menu-option > span {
    font-weight: 500;
    color: gray;
    display: inline-block;
    padding: 17px 15px 17px 15px;
    height: 60px;
    border-top: 4px solid #fff;
}

.main-menu > ul > li.disabled-menu-option > span > i {
    background: url(../images/icons/arrow_disabled.svg) no-repeat center right;
    background-size: auto, auto;
    width: 18px;
    height: 18px;
    display: inline-block;
    float: right;
    margin-left: 10px;
}

.main-menu > ul >li > ul > li.disabled-menu-option > span {
    display: block;
    padding: 8px 20px;
    color: gray;
    text-decoration: none;
}

.card {
    border: 1px solid #ddd;
    border-top: 5px solid #002c6c;
}

.card-header {
    margin-left: 0;
    margin-right: 0;
}

.card-header h4 {
    font-size: 16px;
    color: #008dbd;
}

.card-header_content {
    background: #ffffff;
    margin-left: 0;
    margin-right: 0;
}

.card-body {
    padding-right: 15px;
    padding-left: 15px;
    outline: none;
    background: #ffffff;
}

.card-body b {
    color: #454545;
    font-size: 16px;
}

.has-error {
    margin-top: 0px;
    color: #f05586;
}

.has-warning {
    margin-top: 0px;
    color: #ffc107;
}

.has-error label {
    float: left;
    padding-right: 10px;
}

.has-error.radio-group label {
    float: left;
    padding-right: 0px;
}

.checkbox.has-error label {
    float: none;
    padding-right: 10px;
}

.has-error label span {
    margin-top: 1px;
}

.has-error .error {
    float: left;
    text-transform: uppercase;
    color: #f05586;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.has-error .error--control {
    padding-left: 30px;
}

.has-error .error--simply {
    float: none;
    display: block;
}

.alert--danger a:link,
.alert--danger a:active,
.alert--danger a:visited {
    color: #b43052;
    text-decoration: underline;
}

.alert-warning a:link,
.alert-warning a:active,
.alert-warning a:visited {
    font-weight: bold;
    color: #543a00!important;
    text-decoration: underline;
}

.alert-warning a:hover {
    font-weight: bold;
    color: #8a6d3b!important;
    text-decoration: underline;
}

.alert--danger a:hover {
    text-decoration: underline;
}

.form-group, .input-group {
    margin-top: 15px;
    margin-bottom: 0px;
    padding-bottom: 5px;
    overflow: hidden;
    width: 100%;
}

.form-group > span {
    float: left;
}

.form-group > span[data-toggle="tooltip"] {
    float: none;
}

.searchGroup .input-group {
    margin-top: 0px;
}

.list-group-item:nth-child(1) {
    padding-top: 0px;
}

.toolkit .modal-header {
    padding-top: 10px;
    padding-right: 10px;
}

.modal-header button.close {
    opacity: 1;
    margin-top: 0px;
    padding: 0px;
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/icons/close.svg) no-repeat center right;
}

.modal-header button.close:hover {
    background: url(../images/icons/close_hover.svg) no-repeat center right;
}

.modal-content .form-group > span[data-toggle="tooltip"] {
    float: left;
}

.help-block {
    background: #f5f5f5;
    margin-top: 50px;
    margin-bottom: 0px;
    padding-bottom: 40px;
}

.collapse:focus {
    outline: none;
}

address a:link, address a:active, address a:visited, address a:focus {
    text-decoration: none;
}

.icon-plus {
    height: 25px;
    width: 25px;
    background: url(../images/icons/plus.svg) no-repeat center right;
}

.icon-plus:hover {
    background: url(../images/icons/plus_hover.svg) no-repeat center right;
}

.icon-minus {
    height: 25px;
    width: 25px;
    background: url(../images/icons/minus.svg) no-repeat center right;
}

.icon-minus:hover {
    background: url(../images/icons/minus_hover.svg) no-repeat center right;
}

.container .jumbotron {
    border-radius: 0px;
    padding: 15px;
    height: auto;
    overflow: hidden;
}

.jumbotron {
    border: 1px #b1b3b3 solid;
    border-top: 5px #b1b3b3 solid;
    background-color: initial;
}

.jumbotron ul {
    padding-left: 15px;
    margin: 0;
}

.container .jumbotron h6 {
    color: #888b8d;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

.container .jumbotron span {
    color: #002c6c;
    font-size: 16px;
}

.jumbotron .alert {
    margin-top: 20px;
}

.jumbotron--orange {
    border-top: 5px #f26334 solid;
}

.jumbotron--turquoise {
    border-top: 5px #22BCB9 solid;
}

.jumbotron--red {
    border-top: 5px #f05586 solid;
}

.jumbotron--purple {
    border-top: 5px #af96d4 solid;
}

.jumbotron span.date {
    font-size: 14px;
    font-weight: bold;
}

.jumbotron span.date--red {
    color: #f05586;
}

.jumbotron span.date--blue {
    color: #002c6c;
}

h2 + table {
    margin-top: 10px;
}

.table thead tr th, .table thead tr th a {
    color: #888b8d;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: none;
}

.table thead tr th a i {
    background: url(../images/icons/arrow.svg) no-repeat center center;
    background-size: auto, auto;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    margin: 1px 10px 0px 3px;
}

.table thead tr th a i.arrow-up {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.table thead td {
    background: #ffffff;
}

.table tbody tr td a {
    text-decoration: none;
}

.table thead tr th span.glyphicon {
    color: #f26334;
    font-size: 12px;
}

.table tbody {
    border-bottom: 1px solid #dddddd;
}

.table-white thead tr th, .table-white tbody tr td {
    color: #ffffff!important;
}

.checked-row td {
    background-color: #bfe1ef!important;
}

.table tbody tr:hover {
    color: #002152;
}

.table tbody tr:hover td:nth-child(1) {
    box-shadow: 1px 0px 0px 0px #dddddd inset;
}

.table tbody tr:hover td:last-child {
    -webkit-box-shadow: inset -1px 0px 0px 0px #dddddd;
    -moz-box-shadow: inset -1px 0px 0px 0px #dddddd;
    box-shadow: inset -1px 0px 0px 0px #dddddd;
}

.table tbody tr td:nth-child(1), .table tbody tr td:last-child {
    padding: 20px 15px 15px 15px;
}

.table tbody tr td {
    padding: 20px 5px 15px 5px;
    height: 60px;
    color: #454545;
}

.table tbody tr td .glyphicon-download-alt {
    font-size: 18px;
}

table .typelabel {
    display: block;
    padding: 5px 10px;
    text-align: center;
    height: 24px;
    width: 120px;
    color: #888b8d;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    margin-top: -3px;
}

table .smalllabel--pdf {
    width: 50px;
}

.table td .checkbox {
    margin-top: -10px;
}

.table--charge {
    width: 100%;
}

.table--charge .column-charge {
    text-align: right;
}

.icon {
    height: 24px;
    width: 24px;
    margin: 0 auto;
    display: block;
}

.pdf-icon {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/icons/pdf.svg);
    margin-top: -2px;
}

.pdf-icon:hover {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/icons/pdf-h.svg);
    margin-top: -2px;
}

table .smalllabel {
    font-weight: bold;
    font-size: 11px;
    padding: 5px;
    display: block;
    text-align: center;
    height: 24px;
    color: #888b8d;
    text-decoration: none;
    margin-top: -3px;
}

table .typelabel--green {
    background: #28a745;
    color: #ffffff;
}

table .typelabel--lightgreen {
    background: #8dca9e;
    color: #ffffff;
}

table .typelabel--lightyellow {
    background: #cabd8d;
    color: #ffffff;
}

table .typelabel--purple {
    background: #af96d4;
    color: #ffffff;
}

table .typelabel--red {
    background: #f05586;
    color: #ffffff;
}

table .typelabel--lightblue {
    background: #8db9ca;
    color: #ffffff;
}

table .typelabel--gray {
    background: #d8d9d9;
    color: #888b8d;
}

.checkbox label i {
    width: 20px;
    height: 20px;
}

[data-toggle="tooltip"] {
    font-size: 14px;
    color: #018dbc;
}

label [data-toggle="tooltip"] {
    font-size: 13px;
    margin-left: 3px;
}

h3 [data-toggle="tooltip"] {
    margin-left: 4px;
}

[data-toggle="tooltip"]:hover {
    color: #002152;
}

.tooltips-section {
    width: 100%;
    margin-top: 25px;
}

.tooltips-section > div {
    float: left;
    padding: 5px;
}

@media only screen and (max-width: 992px) {
    .tooltips-section > div {
        float: none;
        text-align: center;
    }
}

.tooltip-inner {
    max-width: 350px;
    padding: 12px;
    color: #ffffff;
    text-align: left;
    text-decoration: none;
    background-color: #002152;
    border-radius: 0;
    font-size: 12px;
    display: block;
}

.tooltip.top {
    margin-top: -7px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 7px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 7px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -7px;
    padding: 0 5px;
}

.tooltip.top .tooltip-arrow {
    bottom: -3px;
    left: 50%;
    margin-left: -9px;
    border-width: 8px 8px 0;
    border-top-color: #002152;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 10px 10px 0;
    border-top-color: #002152;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 10px 10px 0;
    border-top-color: #002152;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: -5px;
    margin-top: -9px;
    border-width: 10px 10px 10px 0;
    border-right-color: #002152;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: -5px;
    margin-top: -9px;
    border-width: 10px 0 10px 10px;
    border-left-color: #002152;
}

.tooltip.bottom .tooltip-arrow {
    top: -5px;
    left: 50%;
    margin-left: -9px;
    border-width: 0 10px 10px;
    border-bottom-color: #002152;
}

.tooltip.bottom-left .tooltip-arrow {
    top: -5px;
    left: 5px;
    border-width: 0 10px 10px;
    border-bottom-color: #002152;
}

.tooltip.bottom-right .tooltip-arrow {
    top: -5px;
    right: 5px;
    border-width: 0 10px 10px;
    border-bottom-color: #002152;
}

.modal-backdrop.in {
    opacity: .8;
    filter: alpha(opacity=80);
}

.modal-backdrop {
    background-color: #ffffff;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border-left: 1px solid #d8d9d9;
    border-top: 1px solid #d8d9d9;
    border-bottom: 1px solid #d8d9d9;
    border-top: 4px solid #f26334;
    border-radius: 0;
    background-clip: padding-box;
    outline: 0;
    box-shadow: none;
}

.modal-header {
    border-bottom: 0;
}

.modal-body {
    margin-top: 10px;
    padding: 0px 20px 10px 20px;
}

.modal-body h2, .modal-body h3 {
    margin-top: 0px;
}

#invoiceDuplicateModal .modal-body label {
    float: left;
}

#invoiceDuplicateModal .modal-body {
    text-align: center;
}

#invoiceDuplicateModal .modal-body h2 {
    padding: 0px;
}

label.required .star {
    color: #ff0000;
}

h3.required .star {
    color: #ff0000;
}

div.required .star {
    color: #ff0000;
}

span.required.star {
    color: #ff0000;
}

@keyframes hover-color {
    from {
        border-color: #c0c0c0;
    }
    to {
        border-color: #3e97eb;
    }
}

@keyframes hover-color-error {
    from {
        border-color: #f05586;
    }
    to {
        border-color: #d64d7f;
    }
}

.magic-radio,
.magic-checkbox {
    position: absolute;
    display: none;
}

.magic-radio[disabled],
.magic-checkbox[disabled] {
    cursor: not-allowed;
}

.magic-radio + label,
.magic-checkbox + label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    cursor: pointer;
    vertical-align: middle;
}

.magic-radio + label:hover:before,
.magic-checkbox + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color;
}

.has-error .magic-checkbox + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color-error;
}

.magic-radio + label:before,
.magic-checkbox + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    content: '';
    border: 1px solid #c0c0c0;
}

.magic-checkbox-label-450 label{
    min-width: 450px;
}

.has-error:not(.radio-group) .magic-checkbox + label:before {
    border: 1px solid #f05586;
}

.has-error.radio-group .magic-radio + label:before {
    border-color: #f05586;
}

.has-error.radio-group .radio label {
    color: #f05586;
}

.has-error.radio-group .magic-radio:checked + label {
    color: #f05586;
    font-weight: bold;
}

.has-error.radio-group .magic-radio + label:after {
    background: #f05586;
}

.has-error .row, .has-error div {
    color: #333333;
}

.magic-radio + label:after,
.magic-checkbox + label:after {
    position: absolute;
    display: none;
    content: '';
}

.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
    cursor: not-allowed;
    font-weight: normal;
    color: #333333;
}

.magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
.magic-checkbox[disabled] + label:hover,
.magic-checkbox[disabled] + label:before,
.magic-checkbox[disabled] + label:after {
    cursor: not-allowed;
}

.magic-radio[disabled] + label:hover:before,
.magic-checkbox[disabled] + label:hover:before {
    animation-name: none;
}

.magic-radio[disabled] + label:before {
    border-color: #e4e4e4;
}

.magic-checkbox[disabled] + label:before {
    border: 1px solid #ffffff;
    background: url(../images/icons/x.jpg) center center no-repeat;
}

.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
    animation-name: none;
}

.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
    display: block;
}

.magic-radio + label:before {
    border-radius: 50%;
}

.magic-radio + label:after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #213563;
}

.magic-radio:checked + label:before {
    border: 1px solid #3e97eb;
}

.magic-radio:checked + label {
    color: #002c6c;
    font-weight: bold;
}

.magic-radio:checked[disabled] + label:before {
    border: 1px solid #c9e2f9;
}

.magic-radio:checked[disabled] + label:after {
    background: #c9e2f9;
}

.magic-checkbox + label:after {
    top: 2px;
    left: 6px;
    box-sizing: border-box;
    width: 6px;
    height: 10px;
    transform: rotate(45deg);
    border: 2px solid #ffffff;
    border-top: 0;
    border-left: 0;
}

.magic-checkbox:checked[disabled] + label:after {
    top: 2px;
    left: 6px;
    box-sizing: border-box;
    width: 6px;
    height: 10px;
    transform: rotate(45deg);
    border: 2px solid #099e05;
    border-top: 0;
    border-left: 0;
}

.magic-checkbox:checked + label:before {
    border: #3e97eb;
    background: #3e97eb;
}

.magic-checkbox:checked[disabled] + label:before {
    border: 1px solid #ffffff;
    background: #ffffff;
}

.checkbox-vertical-padding {
    padding-top: 10px;
}

#accept-agreement {
    margin-bottom: 10px;
}

.content-frame .accept-agreement-checkbox {
    margin-top: 20px;
}

.accept-agreement-radio .radio:nth-child(1) {
    padding-left: 0px;
}

.accept-agreement-radio {
    height: auto;
    overflow: hidden;
}

.row.accept-agreement-radio {
    padding: 4px 0px;
}

.row.accept-agreement-radio > div:nth-child(2) {
    padding-top: 3px;
}

.accept-agreement-radio .radio, .sending-consent .radio {
    padding-left: 10px;
    display: inline-block;
    float: left;
    margin-top: 3px;
}

.collapse-firstline {
    min-height: 26px;
    overflow: hidden;
    display: block;
    height: 26px;
    padding-top: 3px;
}

.application-price, .annual-charge-summary {
    color: #002c6c;
    font-size: 16px;
    font-weight: bold;
}

.application-price span, .annual-charge span, .manipulative-charge span {
    float: right;
    font-weight: bold;
}

.application-price--green {
    color: #7ac143;
}

.application-price--red {
    color: #ff0000;
}

.application-price--simple {
    color: #333;
    font-weight: normal;
    font-size: 14px;
}

.filter {
    padding-top: 40px;
}

.filter label {
    padding-top: 13px;
}

.input-group-addon {
    border-radius: 0;
}

.panel-group {
    margin-bottom: 10px;
}

.panel-default {
    background: #eeeeee;
    border: none;
}

abbr {
    color: #008dbd;
}

abbr[title] {
    text-decoration: none;
    border-bottom: none;
}

.page-item.active .page-link {
    background-color: #002c6c;
    border: none;
    font-weight: 500;
}

.page-item .page-link {
    border: none;
}

.page-item .page-link[rel="next"], .page-item .page-link[rel="prev"] {
    height: 32px;
    overflow: hidden;
    display: inline-block;;
    color: #002c6c;
    font-size: 30px;
    padding: 0px 0px;
    margin-top: -6px;
}

.pagination li {
    height: 32px;
    overflow: hidden;
    display: inline-block;
    padding-right: 10px;
}

.pagination li.disabled span {
    display: block;
    margin-top: -6px;
    height: 32px;
    overflow: hidden;
    font-size: 30px;
    padding-top: 0px;
    color: #002c6c;
}

.pagination li:nth-child(1) {

}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background: none;
}

.bottom-submit-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.content-frame--extra-top-padding {
    padding-top: 10px;
    padding-bottom: 0px;
}

.content-frame--no-bottom-padding {
    padding-bottom: 0px;
}

.content-frame .bottom-submit-container {
    margin-top: 15px;
    margin-bottom: 0px;
}

#contact-condition {
    margin-bottom: 15px;
}

#power-of-attorney span {
    display: block;
    padding-top: 10px;
}

.red {
    color: #ff0000;
}

.green {
    color: #7ac143;
}

form {
    padding-bottom: 30px;
}

.content-frame form, .modal-body form {
    padding-bottom: 0px;
}

.panel-default .glyphicon-info-sign {
    font-size: 14px;
    color: #018dbc;
    float: left
}

.product-completion {
    display: block;
    clear: both;
    margin-top: -40px;
    text-align: left;
}

.product-completion h2 {
    margin-top: 0px;
}

.filter .input-group input {
    margin-top: 1px;
}

.filter .input-group-btn {
    padding-top: 0px;
}

.filter_label {
    margin-top: 16px;
}

.product-completion .form-group {
    margin-top: -15px;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    padding-top: 21px;
}

.btn-default-padding {
    padding: 1px 6px;
}

.input-group-btn .btn {
    width: 40px;
    display: block;
    height: 40px;
}

.website_address_button {
    background: url(../images/icons/pointer.png) center center no-repeat;
}

.website_address_button:focus {
    background: url(../images/icons/pointer.png) center center no-repeat;
}

.network {
    background: url(../images/icons/network.png) center center no-repeat;
}

.network:focus {
    background: url(../images/icons/network.png) center center no-repeat;
}

.search-field-vertical-alignment{
    padding-top: 33px;
}

.search_button {
    margin-top: 1px;
    background: url(../images/icons/search_button.png) center center no-repeat;
}

.search_button:focus {
    background: url(../images/icons/search_button.png) center center no-repeat;
}

.gear_button {
    background: url(../images/icons/gear_button.png) center center no-repeat;
}

.clear-button {
    background: url(../images/icons/delete.png) center center no-repeat;
}

.file-icon {
    background: url(../images/icons/file_xlsx.png) center center no-repeat;
    height: 48px;
}

.barcode_icon {
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -2px;
    content: "\e040";
}

.public_product_checkbox {
    padding-top: 10px;
}

.products-sticky-box {
    z-index: 999;
    background-color: #ffffff;
}

.one-selected {
    display: none;
}

.multi-selected {
    display: none;
}

.primary-list {
    display: inline-block;
}

#amountPerPage,
#resultPerPage{
    width: 80px;
    margin: 0 auto;
}

.checkbox-column {
    width: 20px!important;
    overflow: hidden;
}

.column-product-name a:link,
.column-product-name a:active,
.column-product-name a:visited {
    display: inline-block;
    height: auto;
    overflow: hidden;
    text-align: left;
}

.column-gpc-name .circle {
    display: inline-block;
    float: right;
    margin-right: 20px;
    margin-top: 5px;
}

.column-gpc-name span {
    display: inline-block;
    height: auto;
    overflow: hidden;
    float: left;
    width: 85%;
    text-align: left;
}

.column-product-name .eye {
    margin-top: 1px;
    width: 20px!important;
    float: left!important;
    display: inline-block;
}

.circle {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
}

.circle--green {
    background-color: #00b219;
}

.circle--red {
    background-color: #b20000;
}

.circle--yellow {
    background-color: #dec600;
}

.row-vertical-padding {
    padding-top: 10px;
}

.table .checkbox-column {
    padding: 20px 0px 15px 15px!important;
    width: 10%;
}

.table .column-product-name {
    width: 35%;
}

.table .column-gpc-name {
    width: 30%;
}

.table .date-column {
    width: 14%;
}

.table .quality-column {
    width: 9%;
}

.table-column-width-2 {
    width: calc(2 * 100% / 12);
}

.has-error .select2-search__field, .has-error .select2-search__field:focus {
    border: none!important;
}

#characters_exceeded {
    color: #f05586;
}

.invoice_email, .invoice_standard_address {
    display: none;
}

.invoice_standard_address {
    margin-top: 15px;
}

.uploadImage-navigation, .localization-navigation, .registration-navigation, .annual-information-navigation {
    margin-bottom: 50px;
    padding: 0px;
    width: 100%;
    clear: both;
    height: auto;
    overflow: hidden;
}

.test {
    border: 10px dashed blue;
}

.image-upload-errors {
    list-style-position: inside;
}

.list-pos-inside {
    list-style-position: inside!important;
}

.uploadImage-navigation li {
    color: #888b8d;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    padding: 30px 15px;
    display: inline;
    float: left;
    width: 33.3%;
    border-bottom: 1px solid #d8d9d9;
    border-right: 1px solid #d8d9d9;
    border-top: 1px solid #d8d9d9;
    border-left: 1px solid #d8d9d9;
    height: 100px;
}

.uploadImage-navigation li:last-child {
    color: #888b8d;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    padding: 30px 15px;
    display: inline;
    float: left;
    width: 33.4%;
    border-bottom: 1px solid #d8d9d9;
    border-right: 1px solid #d8d9d9;
    border-top: 1px solid #d8d9d9;
    border-left: 1px solid #d8d9d9;
    height: 100px;
}

.annual-information-navigation li {
    color: #888b8d;
    text-decoration: none;
    text-align: center;
    padding: 30px 15px;
    display: inline;
    float: left;
    width: 222px;
    border-bottom: 1px solid #d8d9d9;
    border-top: 1px solid #d8d9d9;
    border-left: 1px solid #d8d9d9;
    height: 100px;
}

.uploadImage-navigation li span:nth-child(2) {
    padding: 10px;
    display: inline-block;
}

.registration-navigation li {
    color: #888b8d;
    text-decoration: none;
    text-align: center;
    padding: 30px 6px;
    display: inline;
    float: left;
    /*width: 185px;*/
    width: 20%;
    min-width: 185px;
    border-bottom: 1px solid #d8d9d9;
    border-top: 1px solid #d8d9d9;
    border-left: 1px solid #d8d9d9;
    height: 100px;
}

.localization-navigation li {
    color: #888b8d;
    text-decoration: none;
    text-align: center;
    padding: 30px 15px;
    display: inline;
    float: left;
    width: 33.3%;
    border-bottom: 1px solid #d8d9d9;
    border-top: 1px solid #d8d9d9;
    border-left: 1px solid #d8d9d9;
    height: 100px;
}

.localization-navigation li:last-child {
    width: 33.4%;
}

.localization-navigation li:last-child {
    border: 1px solid #d8d9d9;
}

.localization-navigation li span:nth-child(2) {
    padding: 10px;
    display: inline-block;
}

.registration-navigation li:nth-child(2) span:nth-child(2),
.registration-navigation li:nth-child(4) span:nth-child(2) {
    padding: 40px 30px;
}

.registration-navigation li:last-child, .annual-information-navigation li:last-child {
    border-right: 1px solid #d8d9d9;
}

.annual-information-navigation li:nth-child(3) span:nth-child(2),
.annual-information-navigation li:nth-child(5) span:nth-child(2),
.registration-navigation li:nth-child(2) span:nth-child(2),
.registration-navigation li:nth-child(5) span:nth-child(2) {
    padding: 10px 0px;
    display: inline-block;
}

.active-registration-step {
    border-top: 4px solid #f26334!important;
    color: #002c6c!important;
    font-weight: bold;
}

.border-table th, .border-table td  {
    font-size: 13px;
    padding: 2px 3px;
    border: 1px solid #c5c5c5;
    width: 16%;
    text-align: center;
}

.border-table th {
    background: #f8f8f8;
}

.margin-top-minus-15 {
    margin-top: -15px;
}

.input-group-text-button{
    width: 100%;
}

.input-group-text-button .error{
    width: 100%;
}

.input-group-text-button .input-group{
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
}

.input-group-text-button .input-group-btn{
    padding-top: 0px;
}

ul.list-disc {
    list-style: disc;
}

.active-registration-step .circlenumber {
    display: block;
    border: 2px solid #f26334;
    background: #f26334;
    border-radius: 40px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    padding-top: 10px;
    font-size: 18px;
    float: left;
    margin-top: -5px;
}

.circlenumber {
    display: block;
    border: 2px solid #d8d9d9;
    background: #d8d9d9;
    border-radius: 40px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    padding-top: 10px;
    font-size: 18px;
    float: left;
    margin-top: -5px;
}

.list-interline li {
    padding-bottom: 20px;
}

.card-header_content a {
    display: block;
    overflow: hidden;
    cursor: pointer;
    margin-top: 17px!important;
}

.statistic-radio {
    padding-top: 15px!important;
}

.online-store-url-container {
    padding-top: 10px;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.change-email-button {
    padding-top: 20px;
}

.banners {
    background: #002c6c;
    color: #ffffff;
}

.banners h1 {
    color: #ffffff;
}

.browsers li {
    display: inline;
}

.browsers li a:link, .browsers li a:active, .browsers li a:visited {
    padding: 20px 40px;
    display: inline-block;
    border: 2px solid #ffffff;
    color: #5f5f5f;
    text-decoration: none;
}

.browsers li a:hover {
    border: 2px solid #ebebeb;
}

.browsers span {
    display: block;
    padding-top: 10px;
    font-weight: bold;
    text-decoration: underline;
}

.sending_information_to_gs1_users_clause {
    display: none;
}

.s2-to-tree * {
    box-sizing: border-box;
}

.s2-to-tree .select2-results__option.l1 {
    margin-left: 0.6em;
    font-size: 1em;
}
.s2-to-tree .select2-results__option.l2 {
    margin-left: 1.4em;
    font-size: 0.95em;
}
.s2-to-tree .select2-results__option.l3 {
    margin-left: 2.2em;
    font-size: 0.91em;
}
.s2-to-tree .select2-results__option.l4 {
    margin-left: 3.0em;
    font-size: 0.87em;
}
.s2-to-tree .select2-results__option.l5 {
    margin-left: 3.8em;
    font-size: 0.83em;
}
.s2-to-tree .select2-results__option.l6 {
    margin-left: 4.5em;
    font-size: 0.8em;
}
.s2-to-tree .select2-results__option.l7 {
    margin-left: 5.3em;
    font-size: 0.77em;
}
.s2-to-tree .select2-results__option.l8 {
    margin-left: 6.0em;
    font-size: 0.75em;
}

.s2-to-tree li.select2-results__option.non-leaf .expand-collapse:hover {
    color: red;
    cursor: pointer;
}

.s2-to-tree .select2-results__option[aria-disabled="true"] .expand-collapse {
    color: black;
}

.s2-to-tree .item-label {
    margin-left: 10px;
    display: inline-block;
    padding: 3px 10px;
    width: calc(100% - 10px);
}

.s2-to-tree li.select2-results__option {
    position: relative;
    padding: 0px;
    height: auto;
    overflow-y: hidden;
    color: #229cc6;
    background: #ffffff;
}

.s2-to-tree li.select2-results__option[data-pup] {
    display: none;
}
.s2-to-tree li.select2-results__option[data-pup].showme {
    display: block;
    overflow-y: visible;
}

.s2-to-tree.select2-container .select2-results__option--highlighted[aria-selected] {
    background-color: #f4f4f4;
    color: white;
}
.s2-to-tree.select2-container li.select2-results__option[aria-selected="true"] > span.item-label {
    color: #ffffff;
    background-color: #5897fb;
}

.s2-to-tree.select2-container li.select2-results__option--highlighted[aria-selected],
.s2-to-tree.select2-container li.select2-results__option[aria-selected="true"] {
    background-color: inherit;
    color: inherit;
}

.s2-to-tree li.select2-results__option.l1 {
    display: block;
    overflow-y: visible;
}

.s2-to-tree.searching-result li.select2-results__option {
    height: auto;
    display: block;
}

span.arrow {
    position: absolute;
    left: -0.35em;
    top: 0.1em;
    cursor: pointer;
    background: url(../images/icons/arrow.svg) no-repeat center right;
    background-size: auto, auto;
    width: 14px;
    height: 14px;
    margin-left: 4px;
    margin-top: 4px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.opened span.arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

ul li.slideNav {
    display: none;
}

.small-notification-spinner {
   margin: 12px 0px 0px -12px;
   position: absolute;
   top: 0;
}

.external-payment {
    width: 346px;
    margin: 4px 0px 0px 0px;
}

.external-payment-min {
    width: 175px;
    margin: 4px 0px 0px 0px;
}

.payment_status {
    font-size: 14px!important;
    font-weight: bold;
}

.payment_status--success {
    color: green!important;
}

.payment_status--pending {
    color: blue!important;
}

.payment_status--failure {
    color: red!important;
}

.nbsp {
    white-space: nowrap;
}

.getin-range {
    color:#006b2e!important;
    font-size: 14px!important;
}

.f-14 + label{
    font-size: 14px!important;
}

.w-100 {
    min-width: auto;
    width: 100%!important;
}

.w-50 {
    min-width: auto;
    width: 50%!important;
}

.w-75 {
    min-width: auto;
    width: 75%!important;
}

.div-h20 {
    height: 19px;
}

@media only screen and (min-width: 768px) {
    .div-h20 {
        height: 20px;
    }
}

.py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.py-2 {
    padding-top: 2px;
    padding-bottom: 2px;
}

.py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
}

.py-6 {
    padding-top: 6px;
    padding-bottom: 6px;
}

.py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
}

.py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
}

.py-18 {
    padding-top: 18px;
    padding-bottom: 18px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.px-2 {
    padding-left: 2px;
    padding-right: 2px;
}

.px-4 {
    padding-left: 4px;
    padding-right: 4px;
}

.px-6 {
    padding-left: 6px;
    padding-right: 6px;
}

.px-8 {
    padding-left: 8px;
    padding-right: 8px;
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.px-12 {
    padding-left: 12px;
    padding-right: 12px;
}

.px-14 {
    padding-left: 14px;
    padding-right: 14px;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.px-16 {
    padding-left: 16px;
    padding-right: 16px;
}

.px-18 {
    padding-left: 18px;
    padding-right: 18px;
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.px-er-0 .has-error label {
    padding-right: 0px!important;
    padding-left: 0px!important;
}

.pr-0 {
  padding-right: 0px!important;
}

.pr-2 {
    padding-right: 2px;
}

.pr-4 {
    padding-right: 4px;
}

.pr-6 {
    padding-right: 6px;
}

.pr-8 {
    padding-right: 8px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-12 {
    padding-right: 12px;
}

.pr-15 {
    padding-right: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

#static-gln-map {
    float: left;
    height: 300px;
    width: 100%;
    margin-top: 10px;
}

#gln_map {
    float: left;
    height: 500px;
    width: 100%;
}

.map-container {
    height: auto;
    position: relative;
    overflow: hidden;
}

.map-overlay {
    position: absolute;
    height: 300px;
    color: #ffffff;
    width: 100%;
    background: #000000;
    z-index: 100;
    opacity: 0.8;
    margin-top: 10px;
}

.map-overlay span {
    padding-top: 145px;
    display: block;
    text-align: center;
}

.map-overlay span a {
    color: #ffffff;
    text-decoration: none;
}

.pr-14 {
    padding-right: 14px;
}

.pr-16 {
    padding-right: 16px;
}

.pr-18 {
    padding-right: 18px;
}

.pr-20 {
    padding-right: 20px;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-2 {
    padding-left: 2px;
}

.pl-4 {
    padding-left: 4px;
}

.pl-6 {
    padding-left: 6px;
}

.pl-8 {
    padding-left: 8px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-11 {
    padding-left: 11px;
}

.pl-12 {
    padding-left: 12px;
}

.pl-14 {
    padding-left: 14px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-16 {
    padding-left: 16px;
}

.pl-18 {
    padding-left: 18px;
}

.pl-20 {
    padding-left: 20px;
}

.my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.my-2 {
    margin-top: 2px;
    margin-bottom: 2px;
}

.my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
}

.my-6 {
    margin-top: 6px;
    margin-bottom: 6px;
}

.my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
}

.my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
}

.my-18 {
    margin-top: 18px;
    margin-bottom: 18px;
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mx-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.mx-2 {
    margin-left: 2px;
    margin-right: 2px;
}

.mx-4 {
    margin-left: 4px;
    margin-right: 4px;
}

.mx-6 {
    margin-left: 6px;
    margin-right: 6px;
}

.mx-8 {
    margin-left: 8px;
    margin-right: 8px;
}

.mx-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.mx-12 {
    margin-left: 12px;
    margin-right: 12px;
}

.mx-14 {
    margin-left: 14px;
    margin-right: 14px;
}

.mx-16 {
    margin-left: 16px;
    margin-right: 16px;
}

.mx-18 {
    margin-left: 18px;
    margin-right: 18px;
}

.mx-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.ml-0 {
    margin-left: 0px;
}

.ml-2 {
    margin-left: 2px;
}

.ml-4 {
    margin-left: 4px;
}

.ml-6 {
    margin-left: 6px;
}

.ml-8 {
    margin-left: 8px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-12 {
    margin-left: 12px;
}

.ml-14 {
    margin-left: 14px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-16 {
    margin-left: 16px;
}

.ml-18 {
    margin-left: 18px;
}

.ml-20 {
    margin-left: 20px;
}


.mr-0 {
    margin-right: 0px;
}

.mr-2 {
    margin-right: 2px;
}

.mr-4 {
    margin-right: 4px;
}

.mr-6 {
    margin-right: 6px;
}

.mr-8 {
    margin-right: 8px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-12 {
    margin-right: 12px;
}

.mr-14 {
    margin-right: 14px;
}

.mr-16 {
    margin-right: 16px;
}

.mr-18 {
    margin-right: 18px;
}

.mr-20 {
    margin-right: 20px;
}

.mt-0 {
    margin-top: 0px!important;
}

.mt-3 {
    margin-top: 3px!important;
}

.mt-2 {
    margin-top: 2px;
}

.mt-4 {
    margin-top: 4px;
}

.mt-6 {
    margin-top: 6px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-14 {
    margin-top: 14px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-18 {
    margin-top: 18px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-2 {
    margin-bottom: 2px;
}

.mb-4 {
    margin-bottom: 4px;
}

.mb-6 {
    margin-bottom: 6px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-14 {
    margin-bottom: 14px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-18 {
    margin-bottom: 18px;
}

.mb-20 {
    margin-bottom: 20px;
}

.border-bottom-0 {
    border-bottom: 0!important;
}

.border-top-0 {
    border-top: 0!important;
}

.border-right-0 {
    border-right: 0!important;
}

.border-left-0 {
    border-left: 0!important;
}

.border-x-0 {
    border-left: 0!important;
    border-right: 0!important;
}

.border-y-0 {
    border-top: 0!important;
    border-bottom: 0!important;
}

.border-right {
    border-right: 1px solid #d8d9d9;
}

.border-left {
    border-left: 1px solid #d8d9d9;
}

.border-top {
    border-top: 1px solid #d8d9d9;
}

.border-bottom {
    border-bottom: 1px solid #d8d9d9;
}

.border-x {
    border-right: 1px solid #d8d9d9;
    border-left: 1px solid #d8d9d9;
}

.border-y {
    border-top: 1px solid #d8d9d9;
    border-bottom: 1px solid #d8d9d9;
}

.focus-on-disabled {
    border-left: 1px solid #008dbd!important;
    border-top: 1px solid #008dbd!important;
    border-bottom: 1px solid #008dbd!important;
    color: #213563!important;
    font-weight: bold!important;
    outline: none!important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 141, 189, 0.3)!important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 141, 189, 0.3)!important;
    box-shadow: 0px 0px 5px 0px rgba(0, 141, 189, 0.3)!important;
}

.f-20 {
    font-size: 20px!important;
}

.text--bold {
    font-weight: bold;
}

.font-bold {
    font-weight: bold;
}

.select2-pr-1 + .select2 {
    padding-right: 1px;
}

.new_filename {
    padding: 15px 15px 15px 15px;
    width:  100%;
    background: #f2f2f2;
    display:  block;
}

.new_filename strong {
    padding-left: 15px;
}

#default_image {
    display: none;
    width: 100%;
}

.dimension_acceptable {
    font-size: 12px;
    font-weight: normal;
}

.progress {
    margin-bottom: 0px;
}

.progress-extended {
    font-size: 12px;
    padding-bottom: 10px;
}

.image-error:nth-child(n+1):not(:last-child):after {
    content: ',';
}

.image-error:last-child:not(:first-child):after {
    content: '.';
}

.images-row .content-frame--orange img {
    margin-top: 15px;
}

.images-row .content-frame--orange {
    padding: 15px 10px;
}

.images-row .content-frame--blue img {
    margin-top: 15px;
}

.images-row .content-frame--blue {
    padding: 15px 10px;
}

#product_image {
    margin: 0 auto;
    width: 100%;
}

.wrapLongText {
    display: inline-block;
    text-align: right;
    width: 100%;
    word-wrap: break-word;
}

.fl-l {
    float: left;
}

.fl-r {
    float: right;
}

.fl-c {
    margin: 0 auto;
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

@media only screen and (max-width: 768px) {
    .row-eq-height {
        display: block;
    }

    .login .content-frame--blue{
        margin-left: 0px;
        margin-top: 30px;
    }

    .header-top .top-nav {
        display: none;
    }

    .navigation {
        font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
        border-top: 1px solid #d8d9d9;
        border-bottom: 1px solid #d8d9d9;
        background-color: #ffffff;
        min-height: 60px;
        height: auto;
        -webkit-box-shadow: 0 6px 8px -4px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 6px 8px -4px rgba(0, 0, 0, 0.1);
        box-shadow: 0 6px 8px -4px rgba(0, 0, 0, 0.1);
    }

    .main-menu > ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

    .main-menu > ul > li {
        display: block;
        height: 100%;
        position: relative;
        list-style: none;
    }

    .main-menu > ul > li.active > a:link, .main-menu > ul > li.active > a:active, .main-menu > ul > li.active > a:visited {
        border-top: 4px solid #f36133;
        font-weight: 500;
        color: #f36133;
    }

    .main-menu > ul > li > a:link, .main-menu > ul > li > a:active, .main-menu > ul > li > a:visited {
        border-top: 4px solid #ffffff;
        display: block;
        font-weight: 500;
        height: 60px;
        padding: 17px 15px 17px 15px;
        color: #002c6c;
        text-decoration: none;
        width: 100%;
    }

    .main-menu > ul > li > a i {
        background: url(../images/icons/arrow.svg) no-repeat center right;
        background-size: auto, auto;
        width: 18px;
        height: 18px;
        display: inline-block;
        float: right;
        margin-left: 10px;
    }

    .main-menu > ul > li.active > a i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .main-menu > ul > li > ul a i {
        background: url(../images/icons/arrow.svg) no-repeat center right;
        background-size: auto, auto;
        width: 18px;
        height: 18px;
        display: inline-block;
        float: right;
        margin-left: 10px;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .main-menu > ul > li > ul {
        -webkit-box-shadow: inset 0 6px 8px -4px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: inset 0 6px 8px -4px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 6px 8px -4px rgba(0, 0, 0, 0.1);
        display: none;
        position: relative;
        height: auto;
        padding: 0px;
        margin-top: -1px;
        min-width: 300px;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .main-menu > ul > li > ul.active {
        z-index: 1000;
        background: #ffffff;
        list-style: none;
        height: auto;
    }

    .main-menu > ul > li > ul.active > li > ul {
        border: 1px solid #ddd;
    }

    .main-menu > ul > li > ul.active > ul > li, .main-menu > ul > li > ul.active > li {
        position: relative;
    }

    .main-menu > ul > li > ul > li a:link, .main-menu > ul > li > ul > li a:active, .main-menu > ul > li > ul > li a:visited {
        display: block;
        padding: 8px 20px;
        color: #229cc6;
        text-decoration: none;
    }

    .main-menu > ul > li > ul > li:hover {
        background: #f4f4f4;
    }

    .main-menu > ul > li > ul > li > ul > li:hover {
        background: #f4f4f4;
    }

    .main-menu > ul > li > ul > li a:hover {
        color: #213563;
    }

    .main-menu > ul > li > ul.active > li > ul {
        z-index: 999;
        background: #ffffff;
        list-style: none;
        height: auto;
        position: relative;
        margin-left: 0px;
        min-width: 300px;
        padding: 0px;
        display: none;
        top: 0;
    }

    .slideNav {
        display: block;
    }

    ul li .top-nav_auth-data {
        padding-bottom: 10px;
    }

    .filter {
        padding-top: 10px;
    }

    h1 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

.vertical-align-bottom {
    display: flex;
    align-items: flex-end;
}

.select2-selection__clear {
    margin-right: 10px;
    font-size: 24px;
    color: #888;
    font-weight: normal !important;
}

div.dateRangePickerSection {
    position: relative;
}
div.dateRangePickerSection span {
    position: absolute;
    display: block;
    top: 4px;
    right: 10px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
    font-size: 24px;
    color: #888;
    font-weight: normal !important;
}
div.dateRangePickerSection input.date-range-picker-base {
    padding-right: 16px;
    box-sizing: border-box;
}
div.dateRangePickerSection input.is-set-date-range-picker-base:not([value=""]) + span {
    visibility: visible;
}
div.dateRangePickerSection input.is-set-date-range-picker-base[value=""] + span {
    visibility: hidden;
}

.login-footer {
    text-align: center;
}

.login-footer-menu {
    border-top: 1px solid #d8d9d9;
    margin-left: 0;
    padding-top: 14px;
}

.login-footer-menu li {
    border-right: 1px solid #d8d9d9;
    padding: 0 22px 0 20px;
    line-height: 1em;
    margin-bottom: 7px;
}

.login-footer-menu li:last-child {
    border-right: none;
}

.form-group.has-error .form-checkbox-conntainer {
    border: 1px solid #f05586 !important;
}

.video-link .video-play {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    margin:auto;
    flex-wrap:wrap;
    z-index:3
}
.video-link .video-icon,
.video-link .video-play {
    display:flex;
    justify-content:center;
    align-items:center
}
.video-link .video-icon {
    height:64px;
    flex:0 0 64px;
    max-width:64px;
    font-size:1rem;
    background-color:#fff;
    border-radius:50%;
    transition:all .2s ease;
    box-shadow:0 2px 3px 0 rgba(0,44,108,.2)
}
.video-link .video-icon svg {
    width:32px;
    height:32px
}
.video-link .video-watch {
    position:absolute;
    top:100%;
    left:50%;
    transform:translateX(-50%);
    white-space:pre;
    opacity:0;
    transition:all .2s ease;
    color:#fff;
    text-shadow:0 0 4px rgba(0,44,108,.8)
}
.video-link:hover .video-icon {
    margin-top:-4px;
    margin-bottom:4px
}
.video-link:hover .video-watch {
    opacity:1
}
