/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
/*** MISC ***/
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
html {
    font-size: 14px; }
p, body {
    color: #292006;
    font-family: 'Lato', sans-serif; }
p.intro {
    color: rgba(20, 20, 20, 0.8);
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4; }
.fs-18 {
    font-size: 1.13rem; }
body {
    background-color: #F1EAEA; }
a {
    color: #141414;
    text-decoration: underline; }
a:hover,
a:focus {
    color: #141414;
    text-decoration: none; }
a.pink {
    color: #ED6476; }
a.light {
    color: #BDBDBD; }
a.noUnderline {
    text-decoration: none; }
a.noUnderline:hover,
a.noUnderline:focus {
    text-decoration: underline; }
a.more,a.loadMore {
    color: #727272;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0.03em;
    display: table;
    margin: auto; }
a.loadMore {
    cursor: pointer;
    text-decoration: underline; }
a.back {
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
    line-height: 19px;
    color: #828282;
    margin-bottom: 25px; }
a.back:before {
    content: '';
    width: 9px;
    height: 10px;
    background-image: url('../images/arrow-back.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle; }
.btn, button {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    outline: 0;
    outline-offset: 0px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.12rem;
    line-height: 1.22;
    cursor: pointer;
    background-color: #ED6476;
    border: 2px solid #ED6476;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    text-decoration: none;
    padding: 8px 55px; }
.btn:hover, button:hover,
.btn:focus, button:focus {
    color: #ED6476;
    background-color: transparent;
    border: 2px solid #ED6476;
    -webkit-box-shadow: none;
    box-shadow: none; }
.btn.arrow, button.arrow {
    position: relative;
    font-size: 1rem;
    text-align: left;
    min-width: 207px;
    border-radius: 50px;
    padding: 13px 70px 13px 30px;
    margin-right: 10px; }
.btn.arrow:hover, button.arrow:hover,
.btn.arrow:focus, button.arrow:focus {
    color: #fff;
    background-color: #D64C57; }
.btn.arrow:before, button.arrow:before {
    content: '';
    width: 50px;
    height: 46.8px;
    position: absolute;
    top: -2px;
    right: -10px;
    bottom: 8px;
    background-color: #BE505E;
    border-radius: 50%;
    background-image: url(../images/arrow-btn.svg);
    background-size: 17px 19px;
    background-position: center;
    background-repeat: no-repeat; }
.btn.arrow:after, button.arrow:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    bottom: -1px;
    background-color: #BE505E; }
.btn.transparent, button.transparent {
    color: #ED6476;
    font-size: 1rem;
    background-color: transparent;
    border: 2.5px solid #ED6476; }
.btn.transparent:hover, button.transparent:hover,
.btn.transparent:focus, button.transparent:focus {
    color: #fff;
    background-color: #ED6476; }
.btn.add, button.add {
    font-weight: 900;
    padding: 11px 42px 11px 58px;
    position: relative;
    text-align: center; }
.btn.transparent.round, button.transparent.round {
    border-radius: 50px; }
.btn.add:before, button.add:before {
    content: '+';
    position: absolute;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    left: 20px;
    top: 8px; }
#addNewWorker input[disabled="disabled"],#addNewWorker select[disabled="disabled"] {
    background-color: #efefef;
    color: #999;
}
#sendPortalAccess input[disabled="disabled"],#sendPortalAccess select[disabled="disabled"] {
    color: #999;
}
.download-btn {
    font-weight: bold;
    font-size: 1rem;
    text-align: left;
    color: #141414;
    padding: 15px 50px 15px 20px;
    background-color: transparent;
    border: 1.5px solid #000000;
    border-radius: 2px;
    width: 100%;
    background-image: url('../images/ico-download.svg');
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 22px 22px; }
.download-btn:hover,
.download-btn:focus {
    color: #fff;
    border: 1.5px solid #000000;
    background-color: #ED6476;
    background-image: url('../images/ico-download-white.svg'); }
.buttons-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 274px; }
.buttons-group.align-right {
    margin: 0 0 0 auto; }
.buttons-group .btn {
    font-weight: bold;
    font-size: 1rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 12px 5px; }
.buttons-group .btn:first-of-type {
    border-radius: 3px 0px 0px 3px; }
.buttons-group .btn:last-of-type  {
    -webkit-box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 0px 3px 3px 0px; }
img {
    max-width: 100%; }
.head img {
    max-width: 50%; }
.pic {
    position: relative;
    width: 115px;
    height: 115px;
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #FFA6A6;
    border-radius: 50%; }
.upload-pic .pic:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 115px;
    height: 89px;
    left: -30px;
    top: 40px;
    background: #F1EAEA;
    opacity: 0.3;
    -webkit-transform: rotate(-133deg);
    -ms-transform: rotate(-133deg);
    transform: rotate(-133deg); }
.upload-pic {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.upload-pic a {
    color: #434343;
    display: inline-block;
    margin-top: 15px; }
.container {
    width: auto;
    max-width: 1330px; }
.w-100 {
    width: 100%; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 22px;
    color: #141414; }
.form-control::-moz-placeholder {
    color: #141414; }
.form-control:-ms-input-placeholder {
    color: #141414; }
.form-control::-webkit-input-placeholder {
    color: #141414; }
.select2-container--default .select2-selection--single,
form.redBorderInputs .select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 0;
    background-color: transparent; }
form.redBorderInputs .form-control,
form.redBorderInputs .form-control:focus {
    color: #141414;
    font-size: 1rem;
    line-height: 1;
    height: 52px;
    padding: 11px 0 14px 0;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    border-top: 3px solid transparent;
    border-bottom: 3px solid #ED6476;
    padding-left: 0; }
input:-internal-autofill-selected {
    background-color: transparent!important; }
form.redBorderInputs .select2-container,
form.redBorderInputs .select2-container:focus {
    height: 52px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    background-color: transparent;
    border-bottom: 3px solid #ED6476;
    padding-left: 0; }
form.redBorderInputs .select2-container--default .select2-selection--single .select2-selection__rendered,
form.redBorderInputs .select2-container .select2-selection--single {
    height: 52px;
    line-height: 52px;
    outline: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
form.redBorderInputs .select2-container .select2-selection--single {
    color: #141414;
    font-weight: bold;
    font-size: 1rem; }
.select2-dropdown {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 4px 4px; }
.select2-container--default .select2-results__option {
    position: relative;
    background-color: transparent;
    line-height: 1;
    margin: 11.5px 0;
    padding: 6px 18px 8px 28px;
    border-left: 5px solid transparent;
    color: #141414; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    position: relative;
    background-color: transparent;
    color: #ED6476;
    border-left: 5px solid #ED6476; }
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent; }
form.redBorderInputs .form-group.black-border .select2-container,
form.redBorderInputs .form-group.black-border .select2-container:focus,
.form-group.black-border .select2-container,
.form-group.black-border .select2-container:focus {
    border: 1.5px solid #000000;
    outline: 0;
    height: 52px; }
.form-group.black-border .select2-container .select2-selection--single,
.form-group.black-border .select2-container .select2-selection--single:focus,
.form-group.black-border .select2-container .select2-selection--single .select2-selection__rendered {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 10px;
    padding-right: 20px;
    background-color: transparent;
    line-height: 52px!important;
    height: 52px; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%); }
.form-group.black-border .select2-container--default .select2-selection--single .select2-selection__arrow {
    line-height: 52px;
    height: 52px; }
.form-group.black-border .input-group .input-group-append .input-group-text {
    background-color: transparent;
    width: 58px;
    background-image: url('../images/ico-download.svg');
    background-size: 22px 22px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1.5px solid #000000!important;
    border-radius: 2px;
    border-left: 0; }
.form-group.black-border .input-group .input-group-append .input-group-text:hover,
.form-group.black-border .input-group .input-group-append .input-group-text:focus {
    background-color: #ED6476;
    background-image: url('../images/ico-download-white.svg'); }
.form-group.black-border .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ED6476 transparent transparent transparent;
    margin-left: -25px;
    border-width: 5px 4px 0 4px; }
.select2-search--dropdown {
    padding: 0; }
.select2-search--dropdown .select2-search__field {
    position: absolute;
    top: 0;
    height: 1px;
    opacity: 0;
    padding: 0;
    border: 0; }
.form-group.black-border label,
.documents .title {
    font-weight: 900;
    font-size: 1rem;
    text-transform: none;
    color: #ED6476;
    margin-bottom: 15px!important; }
.form-group.more-margin {
    margin-bottom: 20px; }
form.redBorderInputs .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    position: absolute;
    top: 0;
    height: 1px;
    background-color: transparent;
    opacity: 0; }
form.redBorderInputs .form-group.black-border .form-control {
    border: 1.5px solid #000000!important;
    background-color: transparent;
    border-radius: 2px!important;
    border-right: 0; }
.date-filter {
    width: 100%;
    margin: 0 0 0 auto;
    text-align: left; }
.date-filter .group-inline {
    position: relative;
    display: flex;
    align-items: center;
    height: 48px;
    width: auto;
    justify-content: center;
    text-align: center;
    border: 1px solid #CBCBCB;
    background-color: transparent;
    border-radius: 2px;
    padding: 15px 20px;  }
.date-filter .group-inline .form-group {
    margin: 0; }
.date-filter span.dash {
    display: inline-block;
    vertical-align: middle;
    width: 16.95px;
    height: 6px;
    margin: 0 10px;
    background-color: #333333; }
.date-filter h2 {
    display: block;
    font-weight: bold;
    font-size: 0.88rem;
    line-height: 17px;
    color: #141414;
    text-transform: uppercase;
    margin-bottom: 13px; }
.date-filter h2 a.dateReset {
    display:none;
    color: #ED6476;
    text-transform:lowercase;
    /*font-weight:normal;*/
    float:right;
}
.date-filter input,
.date-filter input:focus {
    color: #141414;
    font-weight: bold;
    font-size: 1rem;
    border: 0;
    padding: 0;
    text-align: center;
    outline: none;
    background-color: transparent;
    box-shadow: none; }
.date-filter .form-control::-moz-placeholder {
    color: #141414; }
.date-filter .form-control:-ms-input-placeholder {
    color: #141414; }
.date-filter .form-control::-webkit-input-placeholder {
    color: #141414; }
.title,
label {
    color: #828282;
    font-size: 0.75rem;
    text-transform: uppercase; }
form.redBorderInputs .title,
form.redBorderInputs label {
    margin: 0; }
.form-group.password {
    border-bottom: 3px solid #ED6476; }
.form-group.password .input-group button,
.form-group.password .input-group button:hover,
.form-group.password .input-group button:focus {
    color: #141414;
    font-weight: normal;
    text-transform: none;
    background-color: transparent;
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none; }
.input-group {
    width: 100%; }
.form-group.password .form-control {
    width: 100%;
    padding-right: 60px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0!important;
    margin-bottom: 2px; }
.search-input,.dataTables_filter input,
.search-input:focus {
    font-size: 0.94rem;
    letter-spacing: 0.03em;
    color: #727272;
    font-weight: normal;
    border: 1px solid #D9D9D9;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 30px;
    padding-left: 35px;
    padding-right: 80px;
    height: 48px;
    background-color: transparent;
    background-image: url('../images/ico-search.svg');
    background-size: 16px 16px;
    background-position: right 20px center;
    background-repeat: no-repeat; }
.datepicker {
    color: #141414;
    font-size: 0.8rem;
    line-height: 1.37;
    text-align: center;
    width: 300px;
    background: #FFFFFF;
    border: 0;
    border-radius: 3px 3px 0px 0px;
    right: 15px; }
.datepicker--buttons {
    display: none; }
.datepicker--nav-title {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    padding-left: 40px; }
.datepicker--nav-title i {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: 0.03em;
    margin-left: 10px; }
.datepicker--nav {
    height: 75px;
    background-color: #ED6476; }
.datepicker--nav-action:hover, .datepicker--nav-title:hover {
    background-color:  #ED6476; }
.datepicker--nav-action {
    width: 17px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
.datepicker--nav-action svg {
    display: none; }
.datepicker--nav-action:first-of-type {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/arrow-left-calendar.svg');
    position: absolute;
    right: 70px;
    top: 30px; }
.datepicker--nav-action:last-of-type {
    position: absolute;
    top: 30px;
    right: 40px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/arrow-right-calendar.svg'); }
.datepicker--content {
    padding: 10px 30px; }
.datepicker--cells {
    padding: 10px 0; }
.datepicker--day-name {
    letter-spacing: 0.03em;
    color: rgba(0, 0, 0, 0.6);
    font-size: 0.88rem;
    text-transform: none;
    font-weight: 500;
    line-height: 1.2;
    margin: 0px 5px; }
.datepicker--cell-day.-other-month- {
    color: rgba(0, 0, 0, 0.5); }
.datepicker--cell-day {
    color: #141414;
    font-size: 0.8rem;
    width: 22px;
    height: 22px;
    margin: 6px; }
.datepicker--cell.-current- ,
.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current-,
.datepicker--cell.-in-range-,
.datepicker--cell.-range-from-,
.datepicker--cell.-range-to-,
.datepicker--cell.-in-range-:hover,
.datepicker--cell-day.-focus-.-selected-,
.datepicker--cell-day:hover {
    color: #fff;
    background: #ED6476;
    border-radius: 50%; }
.datepicker--cell.datepicker--cell-month.-current- {
    border-radius: 4px; }
.datepicker--cell.-in-range-,
.datepicker--cell.-in-range-:hover {
    width: 64px;
    border-radius: 0px;
    margin-left: 0px;
    margin-right: 0px; }
.datepicker--cell.-range-from-,
.datepicker--cell.-range-from-:hover {
    border-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-right: 0px;
    width: 48px;
    justify-content: flex-start;
    padding-left: 11px; }
.datepicker--cell.-range-to-,
.datepicker--cell.-range-to-:hover {
    border-radius: 20px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-left: 0px;
    width: 48px;
    justify-content: flex-end;
    padding-right: 11px; }
.datepicker--cells-months .datepicker--cell-month,
.datepicker--cells-months .datepicker--cell-month:hover,
.datepicker--cells-months .datepicker--cell-month:focus {
    width: 33.33%;
    height: 25%;
    border-radius: 4px;
    padding: 15px;
    margin: 0px;
    justify-content: center; }
.datepicker--cells-months .datepicker--cell-month:hover,
.datepicker--cells-months .datepicker--cell-month:focus {
    color: #fff;
    background-color: #ED6476; }
ul.day-view-week-nav {
    padding: 0;
    margin: 0 0 17px 0;
    list-style: none;
    width: 100%;
    background: #FFFFFF;
    border: 0.5px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
ul.day-view-week-nav li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
ul.day-view-week-nav li a {
    color: rgba(61, 56, 76, 0.75);
    font-weight: 600;
    font-size: 0.94rem;
    text-decoration: none;
    display: block;
    text-align: center;
    border-right: 0.5px solid rgba(0, 0, 0, 0.3);
    height: 42px;
    line-height: 42px; }
ul.day-view-week-nav li:last-child a {
    border: 0; }
ul.day-view-week-nav li a span {
    color: rgba(61, 56, 76, 0.5);
    font-weight: normal; }
ul.day-view-week-nav li a.is-today {
    color: #3D384C;
    background-color: rgba(61, 56, 76, 0.06); }
body.register {
    display: flex;
    align-items: center;
    min-height: 100vh;
    height: 100%; }
main {
    flex: 1;
    padding: 30px 0; }
.wrapp-content {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
.displaySpaceBetween {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column; }
.borderBoxes {
    margin-top: 30px; }
.borderBoxes ul {
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 45px; }
.borderBoxes ul li {
    margin-bottom: 30px;
    border-bottom: 3px solid #ED6476; }
.borderBoxes h2 {
    margin-bottom: 20px;
    text-transform: uppercase; }
.borderBoxes ul li strong {
    color: #141414;
    display: inline-block;
    padding: 14px 0;
}
.borderBoxes .form-group {
    margin-top: -4px;
    margin-bottom: 30px; }

/*** HEADER ***/
header {
    background: #FEFEFE;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    padding: 20px 0; }
header .logo {
    color: #1A1A1A;
    font-size: 0.5rem;
    line-height: 1.25;
    letter-spacing: 0.03em;
    margin-left: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column; }
header .leftSide ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid rgba(128, 79, 79, 0.1); }
header .leftSide ul li {
    color: #F08391;
    font-size: 0.88rem;
    line-height: 1.2;
    letter-spacing: 0.03em;
    padding: 20px 0;
    border-top: 1px solid rgba(128, 79, 79, 0.1); }
header .leftSide ul li span {
    color: #434343;
    font-weight: 900;
    font-size: 1.12rem;
    line-height: 1.2;
    letter-spacing: 0.03em;
    margin-top: 15px;
    display: block; }
.dropdown {
    text-align: center; }

/*** NAV ***/
.navbar {
    padding: 0; }
.navbar-collapse {
    position: absolute;
    z-index: 999;
    top: 85px;
    left: -9999px;
    height: auto;
    background-color: #fff;
    padding: 13px 0 50px 0; }
.navbar-collapse.open {
    left: -15px;
    right: -15px;
    top: 25px; }
.navbar-toggler {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: transparent;
    z-index: 2;
    border: 0;
    width: 35px;
    margin-top: 0;
    margin-right: 5px;
    height: 30px;
    line-height: 0;
    padding: 0;
    top: -45px;
    right: 0px;
    position: absolute; }
.navbar-toggler:focus,
.navbar-toggler:hover {
    background-color: transparent;
    border: 0;
    outline: 0; }
.navbar-toggler .icon-bar {
    background-color: #ED6476;
    width: 35px;
    height: 4px;
    margin: 3px 0;
    display: inline-block;
    border-radius: 1px; }
.navbar-toggler.open {
    background-color: transparent; }
.navbar-toggler.open .icon-bar:last-of-type {
    display: none; }
.navbar-toggler.open .icon-bar:nth-child(1) {
    position: absolute;
    left: 0;
    top: 9px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
.navbar-toggler.open .icon-bar:nth-child(2) {
    position: absolute;
    right: 0;
    top: 9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.navbar-nav {
    display: block;
    width: auto;
    background-color: #FFF;
    padding: 0; }
.navbar-nav .nav-item {
    padding: 10px 0; }
.navbar-nav .nav-link {
    color: rgba(177, 157, 157, 0.8);
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    font-size: 1rem;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 500;
    padding: 0 7px;
    height: auto; }
.nav-item span.icon-home {
    display: none; }
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #ED6476;
    text-decoration: none; }
.dropdown-toggle {
    position: relative;
    font-size: 1rem;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: underline;
    line-height: 1.18;
    letter-spacing: 0.03em;
    color: rgba(177, 157, 157, 0.8);
    padding: 0 0 0 15px;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    border: 0; }
.dropdown-toggle:focus,
.dropdown-toggle:hover,
.dropdown-toggle.active {
    color: #ED6476;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none; }
.dropdown-toggle::after {
    margin-left: 8px;
    vertical-align: 8px;
    border-top: 6.2px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent; }
.dropdown span.ico-logo {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: 0;
    right: 0;
    background: #FEFEFE;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    padding: 0; }
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    color: #141414;
    font-size: 1rem;
    line-height: 1;
    text-decoration: none;
    margin: 11.5px 0;
    padding: 6px 18px 8px 28px;
    background-color: transparent; }
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item.active {
    background-color: transparent;
    position: relative;
    color: #ED6476; }

/*** HOME ***/
.modal {
    text-align: left; }
.modal-dialog {
    max-width: 890px; }
.modal-content {
    padding: 0 15px;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 0;
    border-radius: 8px; }
.modal-content form label {
    display: block; }
.modal-content form .form-group {
    margin-bottom: 35px; }
.modal-content form.redBorderInputs .select2-container {
    width: 100%!important; }
.modal-header {
    padding: 40px 0 0px 0;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
.modal-title {
    color: #ED6476;
    font-weight: 900;
    font-size: 2rem; }
.modalAlertContainer {
    min-height:70px;
}
.modal button.close {
    color: #828282;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.05em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    padding-top: 30px; }
.modal button.close:hover,
.modal button.close:focus {
    border: 0;
    text-decoration: none; }
.modal-footer {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 25px 0 50px 0;
    border-top: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px; }
.modal .modal-footer .btn {
    padding-left: 42px; }
#sendPortalAccess .row {
    margin-bottom: 16px;
}
#sendPortalAccess .messageBody {
    border: 1px solid #eee;
    padding: 20px;
    font-size: 0.9rem;
}
/*** CONTENT ***/
h1 {
    color: #141414;
    font-weight: 900;
    font-size: 2.5rem;
    line-height: 1.19;
    letter-spacing: 0.05em;
    margin-bottom: 1.56rem; }
.workerAccountPage h1 {
    letter-spacing: normal; }
.workerAccountPage .content p:first-of-type {
    font-weight: 300; }
.workerAccountPage .head-status {
    color: #141414; }
.workerAccountPage .head-status strong {
    color: #828282;
    font-weight: bold; }
h2 {
    color: rgba(20, 20, 20, 0.8);
    font-weight: 900;
    font-size: 1.13rem;
    line-height: 1.3; }
h4 {
    color: #ED6476;
}
h6 {
    color: #ED6476;
    font-size: 0.88rem;
    line-height: 1.21rem;
    margin: 0; }
.content {
    padding: 50px 0; }
.cont-box {
    background-color: #FFFFFF;
    min-height: 440px;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.02), 0px 0px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.02), 0px 0px 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 50px 15px;
}
.cont-box.welcome{
    min-height: 220px;
    padding: 40px;
}
.cont-box.welcome div div:first-child {
    margin: 0px;
    padding:0px;
}
.cont-box.welcome h4 {
    font-weight:bold;
    font-size: 1.4rem;
}
.cont-box.welcome img {
    display:inline;
}
.cont-box.welcome button {
    margin-top: 50px;
}
.dataTables_wrapper {
    margin-top: 35px; }
.-bottom-left- .datepicker--pointer, .-top-left- .datepicker--pointer,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_length {
    display: none; }
.dataTables_wrapper .dataTables_filter {
    float: left; }
.dataTables_wrapper .dataTables_filter label {
    position: relative;
    color: transparent;
    height: 48px; }
.dataTables_wrapper .dataTables_filter input {
    position: absolute;
    left: 0;
    top: 0; }
.dataTables_wrapper .dataTables_filter input::-webkit-search-cancel-button {
    -webkit-appearance: none!important; }
table.dataTable.no-footer {
    border-bottom: 1px solid #C1BBBB; }
.table.dataTable,
.table {
    color: #141414;
    font-size: 1rem;
    margin-top: 35px;
    border: 1px solid#C1BBBB;
    border-radius: 3px;
    margin-bottom: 60px; }
.table td, .table th {
    border-top: 0.5px solid #CBCBCB;
    border-bottom: 0;
    padding-left: 50px;
    padding-right: 25px;
    vertical-align: middle; }
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 8px;
    top: auto;
    background-color: #35BE6E; }
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    content: '-';
    background-color: #ED6476; }
table.dataTable thead th, table.dataTable thead td,
table.dataTable tbody th, table.dataTable tbody td {
    padding: 15px 30px;
    border-bottom: 0; }
table.dataTable tbody tr {
    background-color: transparent; }
table.dataTable thead .sorting_asc {
    background-position: center right 18px;
    background-image: url('../images/sort-asc.svg'); }
table.dataTable thead .sorting,
table.dataTable thead .sorting_desc {
    background-position: center right 18px;
    background-image: url('../images/sort-both.svg'); }
.table thead th {
    border-bottom: 0.5px solid #CBCBCB; }
.table thead tr th {
    color: #141414;
    font-weight: bold;
    font-size: 1rem;
    vertical-align: middle; }
.table.home tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.25); }
.table.home tbody tr td:first-child a {
    position: relative;
    display: block;
    text-decoration: none;
    padding-right: 45px; }
.table.home td:not(:first-child) { white-space: nowrap; }
.table.home tbody tr td:first-child a:hover,
.table.home tbody tr td:first-child a:focus {
    text-decoration: underline;
    position: relative; }
.table.home tbody tr:hover td:first-child a:before,
.table.home tbody tr:focus td:first-child a:before {
    content: '';
    display: inline-block;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -17.5px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ED6476;
    background-image: url('../images/table-right-arrow.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 14px; }
span.status {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 15px; }
table span.status {
    margin-left: auto;
    margin-right: 15px; }
span.status.Live,span.status.odGreen,span.status.pAccess.Yes {
    background-color: #35BE6E; }
span.status.Applicant,span.status.Onboarding,span.status.odYellow,span.status.pAccess.Sent {
    background-color: #FFC000; }
span.status.odRed,span.status.pAccess.No {
    background-color: #cc0000; }
span.status.Leaver,span.status.odBlack,span.status.pAccess.Disabled {
    background-color: #1B1B1B; }
span.sendPortalAccess{
    margin-left: 20px;
}
span.sendPortalAccess a {
    color: #ED6476;
}
.thankYou p{ font-size: 1.1rem; }

span.sendPortalAccess a:after {
    content: '';
    display: inline-block;
    position: absolute;
    /*right: -10px;*/
    /*top: 50%;*/
    /*margin-top: -17.5px;*/
    margin-left: 10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #ED6476;
    background-image: url('../images/table-right-arrow.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 14px; }


.workerAccountPage .dataTables_wrapper .dataTables_filter {
    display: none; }
.workerAccountPage table.dataTable tbody td:first-child {
    text-transform: uppercase; }
.workerAccountPage table.dataTable thead .sorting:last-child,
.workerAccountPage table.dataTable thead .sorting_desc:last-of-type,
.workerAccountPage table.dataTable thead .sorting_asc:last-of-type {
    background-image: none; }

/*** REGISTER PAGES***/
body.register .cont-box .head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.8rem; }
.footer-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3rem; }
form a.light {
    font-size: 0.88rem; }

/*** CONTACT ***/
form.contact-form {
    margin-top: 30px; }
form.contact-form .form-group {
    margin-bottom: 30px; }
form.contact-form {
    height: 38px; }
.pink-box {
    background: #ED6476;
    border-radius: 2px;
    margin-top: 30px;
    padding: 35px; }
.pink-box .sectionTitle {
    color: #F3E1E4;
    font-weight: 900;
    font-size: 2rem;
    line-height: 1.18;
    letter-spacing: 0.05em;
    padding-right: 30%; }
.contact-info ul {
    padding: 0;
    margin: 0;
    margin-top: 2rem;
    list-style: none; }
.contact-info ul li {
    position: relative;
    color: #FEFEFE;
    font-size: 1rem;
    line-height: 1.18;
    letter-spacing: 0.05em;
    padding: 15px 0 15px 50px; }
.contact-info ul li a {
    color: #FEFEFE; }
.contact-info ul li span {
    position: absolute;
    display: inline-block;
    left: 0;
    width: 19px;
    height: 19px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain; }
.contact-info ul li span.email {
    background-image: url('../images/ico-email.svg'); }
.contact-info ul li span.web {
    background-image: url('../images/ico-web.svg'); }
.contact-info ul li span.tel {
    background-image: url('../images/ico-tel.svg'); }
.contact-info ul li span.address {
    background-image: url('../images/ico-marker.svg'); }

/*** e404 ***/
body.e404 {
    background: #ED6476;
    min-height: 100vh;
    display: flex;
    align-items: center; }
body.e404 .cont {
    flex-basis: 100%; }
body.e404 .box {
    width: 90%;
    margin: auto;
    background-image: url('../images/e404-bg.svg');
    background-size: 30%;
    background-position: top -12px right 0px;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25), 0px 10px 45px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 5rem 15% 5rem 6%; }
body.e404 h1 {
    color: #ED6476;
    font-weight: 900;
    font-size: 2.8rem;
    line-height: 0.79;
    letter-spacing: 0.05em;
    margin-bottom: 20px; }
body.e404 p {
    color: #141414;
    font-weight: 900;
    font-size: 1.1rem;
    line-height: 1.4; }
body.e404 .btn {
    margin-top: 5px; }

/*** PAGINATION ***/
.pagination {
    color: rgba(111, 110, 110, 0.8);
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.18;
    letter-spacing: 0.03em;
    text-align: right;
    display: block;
    margin-top: 3.75rem;
    margin-bottom: -15px; }

/*** FOOTER ***/
footer {
    text-align: center;
    padding: 20px 0 50px 0; }
footer p {
    color: #AF9191;
    font-weight: 300;
    font-size: 0.88rem;
    line-height: 1.57; }
footer a {
    color: #AF9191; }


@media (min-width: 576px) {


}


@media (min-width: 768px) {

    .font-small-md {
        font-size: 0.8rem; }
    header .logo {
        padding: 0 15px; }
    header .logo img {
        width: 60px; }
    header .rightSide {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
    header .leftSide ul {
        text-align: left;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 0; }
    header .leftSide ul li {
        padding: 0 10px;
        border-top: 0;
        border-left: 1px solid rgba(128, 79, 79, 0.1); }
    .navbar-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; }
    .navbar-toggler {
        top: -38px; }
    .navbar-expand-lg .navbar-collapse {
        padding: 30px 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-flow: row-reverse;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 0.8rem;
        position: relative;
        text-transform: none;
        padding: 0; }
    .navbar-expand-lg .navbar-nav .nav-item {
        width: 80px;
        padding: 0 5px;
        border-left: 1px solid rgba(0, 0, 0, 0.1); }
    .navbar-expand-lg .navbar-nav .nav-link, .dropdown-toggle {
        height: 100%;
        text-transform: none;
        line-height: normal;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
        border-left: 5px solid transparent; }
    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover,
    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:focus,
    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item.active {
        border-left: 5px solid #ED6476; }
    .dropdown {
        text-align: left;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
    .dropdown-toggle {
        position: relative;
        font-size: 0.8rem; }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        right: auto;
        width: 190px; }
    .navbar-expand-lg .navbar-nav .nav-item:last-child {
        width: auto;
        border-left: 1px solid rgba(0, 0, 0, 0.1); }
    .borderBoxes h2 {
        margin-bottom: 43px;
        text-transform: none; }
    .date-filter {
        width: 274px; }
    table.dataTable thead th, table.dataTable thead td,
    table.dataTable tbody th, table.dataTable tbody td {
        padding: 25px 18.5px 25px 30px; }
    table.dataTable thead th:last-child,
    table.dataTable tbody td:last-child {
        padding-right: 50px; }
    table.dataTable thead .sorting:last-of-type,
    table.dataTable thead .sorting_desc:last-of-type,
    table.dataTable thead .sorting_asc:last-of-type {
        background-position: center right 30px; }
    .modal-dialog {
        margin-left: 50px;
        margin-right: 50px; }
    .content {
        padding: 80px 0; }
    .dataTables_wrapper .dataTables_filter {
        float: left;
        position: absolute;
        top: -80px; }
    form.contact-form .footer-form {
        margin-top: 5.93rem; }
    .pink-box {
        margin-top: 40px;
        padding: 50px 46.32px 35px 46.32px; }
    .upload-pic {
        margin-top: 0;
        padding-right: 6%;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start; }
    .datepickers-container {
        left: -190px; }
    .borderBoxes ul {
        margin: 0; }
    body.e404 .box {
        width: 65%;
        background-size: 33%;
        background-position: top -29px right 20px; }
    body.e404 h1 {
        font-size: 3.3rem; }
    body.e404 .btn {
        margin-top: 40px; }
    footer {
        padding: 70px 0 100px 0; }

}

@media (min-width: 992px) {
    html {
        font-size: 16px; }
    .btn.arrow, button.arrow {
        padding: 12px 70px 14px 23px; }
    .btn.arrow:before, button.arrow:before {
        width: 50px;
        height: 49.2px;
        top: -2px;
        right: -10px;
        bottom: 8px;
        background-size: 17px 19px; }
    .btn.arrow:after, button.arrow:after {
        width: 20px;
        height: 20px;
        right: 20px;
        bottom: -1px;
        background-color: #BE505E; }
    .documents {
        padding-right: 30px; }
    .documents .form-group {
        margin-bottom: 40px; }
    .form-group.more-margin {
        margin-bottom: 35px; }
    .navbar-expand-lg .navbar-collapse {
        padding: 0 ;}
    .navbar-expand-lg .navbar-nav .nav-item {
        width: 90px;
        border-left: 1px solid rgba(0, 0, 0, 0.1); }
    .navbar-expand-lg .navbar-nav .nav-item:last-child {
        width: auto;
        border-left: 1px solid rgba(0, 0, 0, 0.1); }
    .navbar-expand-lg .navbar-nav .nav-link,
    .dropdown-toggle {
        font-size: 1rem; }
    .navbar-nav .nav-link.active:before,
    .navbar-nav .nav-link:hover:before,
    .navbar-nav .nav-link:focus:before,
    .dropdown-toggle:focus:before, .dropdown-toggle:hover:before {
        content: '';
        position: absolute;
        bottom: 7px;
        left: 50%;
        margin-left: -3.5px;
        background: #ED6476;
        border-radius: 50%;
        width: 7px;
        height: 7px; }
    .dropdown {
        height: 100px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
    .footer-form {
        margin-top: 5.3rem; }
    form.redBorderInputs.forgotPassword .footer-form {
        margin-top: 11.8rem; }
    header  {
        position: relative;
        padding: 0; }
    header .wrapper {
        max-width: 1900px;
        padding: 0 75px;
        margin: auto; }
    header .logo {
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;}
    header .leftSide ul {
        height: 100px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
    header .leftSide ul li {
        padding: 0 10px;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .navbar-collapse {
        position: static; }
    .navbar-nav .nav-item {
        padding: 0 15px; }
    .borderBoxes {
        margin-top: 70px; }
    .modal-content {
        padding: 0 10%; }
    .modal-header {
        padding: 70px 0 0px 0; }
    .modal-dialog {
        margin-left: auto;
        margin-right: auto; }
    .modal-footer {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 5px 0 85px 0; }
    .cont-box {
        padding: 100px 14% 115px; }
    .cont-box.height{
        min-height: 660px; }
    .content {
        padding: 120px 75px; }
    form.contact-form {
        margin-top: 100px; }
    .contact-info ul {
        padding: 0;
        margin: 0;
        margin-top: 5.3rem; }
    .datepicker {
        width: 530px;
        margin-left: -240px; }
    .datepicker--cell-day {
        font-size: 1rem;
        width: 32px;
        height: 32px;
        margin: 16px; }
    .datepicker--content {
        padding: 10px 40px; }
    body.e404 .box {
        width: 50%; }

}


@media (min-width: 1200px) {
    .font-small-md {
        font-size: 1rem; }
    header .leftSide ul li:last-child {
        border-right: 1px solid rgba(0, 0, 0, 0.1); }
    table.dataTable thead th, table.dataTable thead td,
    table.dataTable tbody th, table.dataTable tbody td {
        padding: 38px 31.5px 38px 57px; }
    table.dataTable thead th:last-child,
    table.dataTable tbody td:last-child {
        padding-right: 70px; }
    table.dataTable thead .sorting, table.dataTable thead .sorting_desc {
        background-position: center right 18px; }
    table.dataTable thead .sorting:last-of-type,
    table.dataTable thead .sorting_desc:last-of-type,
    table.dataTable thead .sorting_asc:last-of-type {
        background-position: center right 57px; }
    .table.home tbody tr:hover td:first-child a:before,
    .table.home tbody tr:focus td:first-child a:before {
        right: -22px; }
    header .leftSide ul li {
        padding: 0 20px; }
    .navbar-expand-lg .navbar-nav .nav-item {
        padding: 0 20px;
        width: 120px; }
    .borderBoxes ul {
        margin: 0;
        padding: 0; }
    .borderBoxes .padding-r {
        padding-right:6%; }
    body.e404 h1 {
        font-size: 3.93rem;
        line-height: 0.79;
        margin-bottom: 15px; }
    body.e404 p {
        font-size: 1.25rem; }
    body.e404 .btn {
        margin-top: 60px; }

}

@media (min-width: 1455px) {
    .dropdown {
        margin-right: -55px; }
    .buttons-group .btn {
        font-size: 1.13rem;
        padding: 12px 5px; }
}

@media (min-width: 1550px) {
    header .logo {
        border-right: 1px solid rgba(128, 79, 79, 0.1); }
    header .wrapper {
        padding: 0 130px; }
    h1 {
        font-size: 3.25rem; }
}
