html,
body {
    height: 100%;
    min-width: 320px;
    font-size: 16px;
}

body {
    display: flex;
    flex-direction: column;
}

@font-face {
    font-family: "Rubrik";
    src: url("../fonts/Rubrik/Rubrik.woff");
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.content-wrapper {
    margin-top: 70px;
}

/*.datepicker.datepicker-dropdown.dropdown-menu {
    margin-top: 70px;
}*/

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* Callouts from AdminLTE */
.callout {
    border-left: 5px solid #eee;
    margin: 0 0 20px;
    padding: 15px 30px 15px 15px;
}

.callout h4 {
    margin-top: 0;
}

.callout p:last-child {
    margin-bottom: 0;
}

.callout code, .callout .highlight {
    background-color: #fff;
}

.callout.callout-danger {
    background-color: #fcf2f2;
    border-color: #dfb5b4;
}

.callout.callout-warning {
    background-color: #fefbed;
    border-color: #f1e7bc;
}

.callout.callout-info {
    background-color: #f0f7fd;
    border-color: #d0e3f0;
}

.callout.callout-danger h4 {
    color: #b94a48;
}

.callout.callout-warning h4 {
    color: #c09853;
}

.callout.callout-info h4 {
    color: #3a87ad;
}

/* Boxes from AdminLTE */

.box {
    position: relative;
    width: 100%;
}

.box.box-primary {
    border-top-color: #3c8dbc;
}

.box.box-info {
    border-top-color: #00c0ef;
}

.box.box-danger {
    border-top-color: #f56954;
}

.box.box-warning {
    border-top-color: #f39c12;
}

.box.box-success {
    border-top-color: #00a65a;
}

.box.height-control .box-body {
    max-height: 300px;
    overflow: auto;
}

.box .box-header {
    position: relative;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0px solid #f4f4f4;
    color: #444;
}

.box .box-header:before,
.box .box-header:after {
    display: table;
    content: " ";
}

.box .box-header:after {
    clear: both;
}

.box .box-header > .fa,
.box .box-header > .glyphicon,
.box .box-header > .ion,
.box .box-header .box-title {
    display: inline-block;
    padding: 20px 10px 0px 9px;
    margin: 33px 0 0;
    font-size: 20px;
    font-weight: 600;
    float: left;
    cursor: default;
}

.box-value {
    display: block;
    padding: 0px 10px 0px 9px;
    margin: 5px 0 0;
    font-size: 16px;
    font-weight: 400;
    float: left;
    cursor: default;
    min-height: 50px;
}

.box .box-header a {
    color: #444;
}

.box .box-header > .box-tools {
    padding: 5px 10px 5px 5px;
}

.box .box-body {
    padding: 10px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.box .box-body > table,
.box .box-body > .table {
    margin-bottom: 0;
}

.box .box-body.chart-responsive {
    width: 100%;
    overflow: hidden;
}

.box .box-body > .chart {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.box .box-body > .chart svg,
.box .box-body > .chart canvas {
    width: 100% !important;
}

.box .box-body .fc {
    margin-top: 5px;
}

.box .box-body .fc-header-title h2 {
    font-size: 15px;
    line-height: 1.6em;
    color: #666;
    margin-left: 10px;
}

.box .box-body .fc-header-right {
    padding-right: 10px;
}

.box .box-body .fc-header-left {
    padding-left: 10px;
}

.box .box-body .fc-widget-header {
    background: #fafafa;
    box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.02);
}

.box .box-body .fc-grid {
    width: 100%;
    border: 0;
}

.box .box-body .fc-widget-header:first-of-type,
.box .box-body .fc-widget-content:first-of-type {
    border-left: 0;
    border-right: 0;
}

.box .box-body .fc-widget-header:last-of-type,
.box .box-body .fc-widget-content:last-of-type {
    border-right: 0;
}

.box .box-body .table {
    margin-bottom: 0;
}

.box .box-body .full-width-chart {
    margin: -19px;
}

.box .box-body.no-padding .full-width-chart {
    margin: -9px;
}

.box .box-footer {
    border-top: 1px solid #f4f4f4;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
    background-color: #ffffff;
}

.box.box-solid {
    border-top: 0px;
}

.box.box-solid > .box-header {
    padding-bottom: 0px !important;
}

.box.box-solid > .box-header .btn.btn-default {
    background: transparent;
}

.box.box-solid.box-primary > .box-header {
    color: #fff;
    /*background: #3c8dbc;*/
    /*background-color: #3c8dbc;*/
}

.box.box-solid.box-primary > .box-header a {
    color: #444;
}

.box.box-solid.box-info > .box-header {
    /*color: #fff;*/
    /*background: #00c0ef;*/
    /*background-color: #00c0ef;*/

}

.box.box-solid.box-info > .box-header a {
    color: #444;
}

.box.box-solid.box-danger > .box-header {
    color: #fff;
    background: #f56954;
    background-color: #f56954;
}

.box.box-solid.box-danger > .box-header a {
    color: #444;
}

.box.box-solid.box-warning > .box-header {
    color: #fff;
    background: #f39c12;
    background-color: #f39c12;
}

.box.box-solid.box-warning > .box-header a {
    color: #444;
}

.box.box-solid.box-success > .box-header {
    color: #fff;
    background: #00a65a;
    background-color: #00a65a;
}

.box.box-solid.box-success > .box-header a {
    color: #444;
}

.box.box-solid > .box-header > .box-tools .btn {
    border: 0;
    box-shadow: none;
}

.box.box-solid.collapsed-box .box-header {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.box.box-solid[class*='bg'] > .box-header {
    color: #fff;
}

.box .box-group > .box {
    margin-bottom: 5px;
}

.box .knob-label {
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 0.3em;
}

.box .todo-list {
    margin: 0;
    padding: 0px 0px;
    list-style: none;
}

.box .todo-list > li {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px;
    background: #f3f4f5;
    margin-bottom: 2px;
    border-left: 2px solid #e6e7e8;
    color: #444;
}

.box .todo-list > li:last-of-type {
    margin-bottom: 0;
}

.box .todo-list > li.danger {
    border-left-color: #f56954;
}

.box .todo-list > li.warning {
    border-left-color: #f39c12;
}

.box .todo-list > li.info {
    border-left-color: #00c0ef;
}

.box .todo-list > li.success {
    border-left-color: #00a65a;
}

.box .todo-list > li.primary {
    border-left-color: #3c8dbc;
}

.box .todo-list > li > input[type='checkbox'] {
    margin: 0 10px 0 5px;
}

.box .todo-list > li .text {
    display: inline-block;
    margin-left: 5px;
    font-weight: 600;
}

.box .todo-list > li .label {
    margin-left: 10px;
    font-size: 9px;
}

.box .todo-list > li .tools {
    display: none;
    float: right;
    color: #f56954;
}

.box .todo-list > li .tools > .fa,
.box .todo-list > li .tools > .glyphicon,
.box .todo-list > li .tools > .ion {
    margin-right: 5px;
    cursor: pointer;
}

.box .todo-list > li:hover .tools {
    display: inline-block;
}

.box .todo-list > li.done {
    color: #999;
}

.box .todo-list > li.done .text {
    text-decoration: line-through;
    font-weight: 500;
}

.box .todo-list > li.done .label {
    background: #eaeaec !important;
}

.box .todo-list .handle {
    display: inline-block;
    cursor: move;
    margin: 0 5px;
}

.box .chat {
    padding: 5px 20px 5px 10px;
}

.box .chat .item {
    margin-bottom: 10px;
}

.box .chat .item:before,
.box .chat .item:after {
    display: table;
    content: " ";
}

.box .chat .item:after {
    clear: both;
}

.box .chat .item > img {
    width: 40px;
    height: 40px;
    border: 2px solid transparent;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.box .chat .item > img.online {
    border: 2px solid #00a65a;
}

.box .chat .item > img.offline {
    border: 2px solid #f56954;
}

.box .chat .item > .message {
    margin-left: 55px;
    margin-top: -40px;
}

.box .chat .item > .message > .name {
    display: block;
    font-weight: 600;
}

.box .chat .item > .attachment {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f0f0f0;
    margin-left: 65px;
    margin-right: 15px;
    padding: 10px;
}

.box .chat .item > .attachment > h4 {
    margin: 0 0 5px 0;
    font-weight: 600;
    font-size: 14px;
}

.box .chat .item > .attachment > p,
.box .chat .item > .attachment > .filename {
    font-weight: 600;
    font-size: 13px;
    font-style: italic;
    margin: 0;
}

.box .chat .item > .attachment:before,
.box .chat .item > .attachment:after {
    display: table;
    content: " ";
}

.box .chat .item > .attachment:after {
    clear: both;
}

.box > .overlay,
.box > .loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box > .overlay {
    z-index: 1010;
    background: rgba(255, 255, 255, 0.7);
}

.box > .overlay.dark {
    background: rgba(0, 0, 0, 0.5);
}

.box > .loading-img {
    z-index: 1020;
    background: transparent url('../images/ajax-loader1.gif') 50% 50% no-repeat;
}

/* END Boxes from AdminLTE */

legend {
    font-size: 17px;
}

.employment-box legend {
    font-size: 15px;
    font-style: italic;
    margin-top: 10px;
}

.select2-container--krajee .select2-selection__clear {
    line-height: 1.0;
}

.popup-comments-block {
    display: none;
}

form .form-group label.help, form .label-group label.help, i.help {
    /*border-bottom: 1px dashed #888;*/
    cursor: help;
}

.beneficiary-signup .popover {
    max-width: 350px;
}

/* Fix for multilevel menu on Bootstrap 3 */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    -webkit-border-radius: 0 0px 0px 0px;
    -moz-border-radius: 0 0px 0px 0px;
    border-radius: 0 0px 0px 0px;
}

.dropdown-submenu > a:after {
    content: ' ';
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
    border: 5px solid transparent;
    border-left-color: #cccccc;
    border-right-width: 0;
}

.dropdown-submenu:active > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

#bootstrap-modal-dialog .sig-ville-dialog {
    width: 80%;
    max-height: 80%;
}

#bootstrap-modal-dialog .sig-ville-iframe {
    width: 100%;
    height: 450px;
    border: none;
}

.error-text {
    color: #a94442;
}

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

#btn-to-website:after {
    content: url('../images/wimoov-logo-small.png');
}

/* Swiper */
.swiper-container {
    width: 100%;
    /*height: 200px;*/
    margin: 0px auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*!* All desktops *!*/
/*@media screen and (min-width: 1025px) {*/
/*.dropdown:active > .dropdown-menu,*/
/*.dropdown:hover > .dropdown-menu,*/
/*.dropdown-submenu:active > .dropdown-menu,*/
/*.dropdown-submenu:hover > .dropdown-menu {*/
/*display: block;*/
/*}*/
/*}*/

/*!* All mobiles *!*/
/*@media screen and (max-width: 1024px) {*/
/*.dropdown-submenu > a:after {*/
/*display: inline-block;*/
/*float: none;*/
/*margin-left: 5px;*/
/*border-left: 4px solid transparent!important;*/
/*border-right: 4px solid transparent!important;*/
/*border-top: 4px solid #ccc;*/
/*border-bottom-width: 2px;*/
/*}*/

/*.dropdown-submenu.open > a:after {*/
/*border-top-color: white;*/
/*}*/

/*.dropdown-menu .dropdown-submenu .dropdown-menu {*/
/*margin-left: 20px;*/
/*}*/

/*!* Fixes unwanted bkg *!*/
/*.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {*/
/*background: none;*/
/*}*/
/*}*/
/*!* End *!*/

/*Yurii Butenko changes*/

.bg-white {
    background-color: rgba(255, 255, 255, 1);
}

.container {
    width: 100%;
}

.main-header {
    /*height: 85px;*/
    padding-bottom: 3px;
    background-color: white;
    border: none;
    border-bottom: 1px solid lightgrey;
    font-family: Rubrik;
    color: #474747;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(161, 161, 161, 0.7);
    -moz-box-shadow: 0px 0px 8px 0px rgba(161, 161, 161, 0.7);
    box-shadow: 0px 0px 8px 0px rgba(161, 161, 161, 0.7);
}

.main-header .navbar-toggle {
    margin-top: 27px;
    margin-bottom: 23px;
}

.header-logo {
    display: block;
    margin: 0 0 0 0;
    width: 77px;
    height: 77px;
    background-image: url(../images/wimoov-logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    box-sizing: border-box;
    padding: 0;
    float: none;
}

.main-header .navbar-collapse {
    /*font-size: 13px;*/
    text-align: center;
    padding: 20px 0 0;

}

.main-header .navbar-static-top,
.main-header .navbar {
    border: 0;
    margin: 0;
}

.navbar-collapse .header-box {
    display: inline-block;
    vertical-align: middle;
}

/*header links*/
.main-header .main-navbar {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.main-navbar .header-boxes ul.navbar-left > li.active:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 6px;
    background-color: #fdca36;
}

.main-header .navbar-nav li {
    display: inline-block;
    vertical-align: top;
    float: none;
    padding: 0px 20px;
}

.header-login .navbar-nav.navbar-right > li {
    padding: 0px 0px;
}

.header-login .navbar-nav.navbar-right li > a.dropdown-toggle {
    padding-left: 0px;
}

.main-header .main-navbar li a {
    text-align: center;
    color: #474747;
    text-decoration: none;
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.main-header .main-navbar li a .caret, li a .caret {
    display: none;
}

.main-header .main-navbar > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: transparent;
}

.main-header .main-navbar > .dropdown-toggle a {
    background-color: transparent;
}

.main-header .main-navbar li a:hover {
    color: rgb(20, 20, 20);
    transition: color 0.2s;
}

.main-header .main-navbar li:hover {
    background-color: rgb(255, 255, 255);
    transition: background-color 0.2s;
}

/*.main-header .nav > li.active:after {*/
/*content: '';*/
/*position: relative;*/
/*bottom: -18px;*/
/*display: block;*/
/*width: 100%;*/
/*height: 4px;*/
/*background-color: #f6bb2f;*/
/*}*/
.navbar-right {
    text-transform: none;
    margin-left: 20px;
    padding-left: 35px;
    background-image: url(../images/icon-user-orange.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.breadcrumb {
    /*display: none;*/
    margin-top: 5px;
    margin-bottom: 10px;
    background: none;
}

.home .breadcrumb {
    display: none;
}

.main-navbar > li > ul > li, #w6 > li > ul > li {
    width: 100%;
}

.header-login .dropdown.open li a {
    text-align: left;
}

.header-search {
    /*display: inline-block;*/
    display: none;
    vertical-align: middle;
    width: 178px;
    height: 27px;
    border: 1px solid #cccccc;
    position: relative;
    padding: 1px 22px 1px 0;
}

.header-search-2 {
    display: none;
}

.header-search-link {
    display: none;
}

.header-input {
    border: none;
    width: 95%;
    height: 19px;
    color: #676767;
    font-size: 13px;
}

.header-search-submit {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: 0;
    width: 24px;
    height: 24px;
    color: #474747;
    /*background-color: orange;*/
}

.header-search-submit-2 {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: 0;
    width: 24px;
    line-height: 30px;
    color: #474747;
}

.header-search-submit i {
    text-align: right;
    font-size: 14px;
    /*line-height: 22px;*/
    color: #bbbbbb;
    border: 0;
}

.header-mobil-wrap {
    display: none;
}

/*login*/
.header-login {
    display: inline-block;
    vertical-align: middle;
    /*width: 150px;*/
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: transparent;
}

.header-login-2 {
    display: none;
}

#w6 .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
}

.main-header #w6:hover {
    background-color: inherit;
}

.main-header #w6 .dropdown .open {
    background-color: white;
}

.main-header #w6 .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: white;
}

.main-header #w6 > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: white;
}

.main-header #w6 .caret {
    display: none;
}

.dropdown-menu > li.active > a, .dropdown-menu > li.active > a:hover {
    font-weight: 600;
    color: #f39c12;
    background: none;
}

.header-link {
    position: relative;
    float: right;
    height: 90px;
    font-weight: 600;
    color: #474747;
    padding-right: 40px;
    cursor: pointer;
}

.footer {
    position: relative;
    width: 100%;
    min-width: 320px;
    margin-top: auto;
    background-color: #474747;
}

.footer a {
    color: #474747;
}

.footer a:hover, .footer a:hover * {
    color: red!important;
}

.footer-top {
    min-width: 265px;
    position: relative;
    width: 100%;
    margin: 0;
    padding-top: 23px;
    background-image: url(../images/footer_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-title {
    position: relative;
    margin: 0px auto 20px;
    font-size: 16px;
    font-weight: 600;
    color: #474747;
    text-align: center;
}

.footer-input-box-small {
    position: relative;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    color: #ec6a25;
}

.footer-input-wrap-small {
}

.footer-input-wrap-small input {
    border-radius: 0;
}

.footer-input-wrap-small .form-control {
    margin: -10px 0 0 0;
}

.email-form-wrap {
    position: relative;
}

.email-form-wrap .field-newsletter-email {
    margin-bottom: 5px;
}

.email-form-caption {
    font-size: 9px;
    font-weight: normal;
    line-height: 1.3;
    color: #474747;
}

.email-form-caption a {
    text-decoration: underline;
}

.footer-input-submit-small {
    /*flex: 0 0 30px;*/
    position: absolute;
    top: 0px;
    right: 0px;
    max-width: 30px;
    width: 30px;
    height: 30px;
    background-color: red;
    border: 2px solid red;
    color: white;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    background-image: url(../images/arrow-right-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    box-sizing: border-box;
}

/*.email-form-wrap {*/
/*position: relative;*/
/*width: 100%;*/
/*display: -webkit-box;*/
/*display: -moz-box;*/
/*display: -ms-flexbox;*/
/*display: -webkit-flex;*/
/*display: flex;*/
/*}*/

/*.footer-input-submit-small {*/
/*flex: 0 0 30px;*/
/*max-width: 30px;*/
/*width: 30px;*/
/*height: 30px;*/
/*background-color: red;*/
/*border: 2px solid red;*/
/*color: white;*/
/*line-height: 25px;*/
/*text-align: center;*/
/*cursor: pointer;*/
/*background-image: url(../images/arrow-right-1.png);*/
/*background-repeat: no-repeat;*/
/*background-size: contain;*/
/*background-position: 50%;*/
/*box-sizing: border-box;*/

/*}*/

.row-main-footer {
    position: relative;
    height: 100%;
}

.footer-bot-col {
    position: relative;
    height: 100%;
}

.footer-bot-col-3 {
    margin: 10px 10px 10px 0;
    width: 100%;
}

.footer-bot-col-2 {
    margin: 10px;
    width: 100%;
}

.footer-bot-title {
    margin: 5px;
    text-align: left;
    color: #474747;
    font-size: 15px;
    font-weight: 800;
    color: #474747;
    padding-bottom: 12px;
    /*cursor: pointer;*/
}

.footer-bot-col-content {
    width: 100%;
}

.footer-bot-text {
    margin: 5px;
    color: #474747;
    font-size: 13px;
    font-weight: 400;
    color: #474747;
    cursor: pointer;
}

.footer-bot-text a {
    color: #474747;
    text-decoration: none;
}

.footer-bot-2-buttons {
    width: 100%;
    max-width: 200px;
}

.footer-bot-link {
    float: left;
    margin: 2px;
    /*padding: 0 5px;*/
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
}

.footer-bot-link a {

}

.footer-bot-link:after {
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'FontAwesome';
    content: '|';
}

.footer-bot-separ-line {
    float: left;
    margin: 2px;
    padding: 0;
    color: red;
    font-size: 11px;
    font-weight: 600;
}

.footer-bot-col-bottom-1 {
    display: block;
}

.footer-bot-col-bottom-2 {
    display: none;
}

.footer-groupe-sos-logo {
    float: left;
    width: 100px;
    height: 70px;
    margin: 0 5px;
    background-image: url(../images/groupe-sos-logo-new.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    box-sizing: border-box;
    transition: width 1s;
    -webkit-transition: width 1s;
}

.footer-ue-logo {
    float: left;
    width: 110px;
    height: 70px;
    margin: 0 5px;
    background-image: url(../images/logo-ue2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    box-sizing: border-box;
    transition: width 1s;
    -webkit-transition: width 1s;
}

.footer-cocial-links-wrap {
    margin-top: 50px;

}

.footer-social-links ul {
    position: relative;
    width: 60%;
    height: 50px;
    margin: 10px auto;
    margin: 0;
    padding: 0;
    list-style: none;

}

.social-share li {
    position: relative;
    float: left;
    width: 20%;
    text-align: left;

}

.social-share i.si {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    color: #474747;
    cursor: pointer;
}

.footer-social-links-all {
    position: relative;
    width: 100%;
    height: 75px;
    width: 25%;
    margin: 10px auto;
}

.footer-social-link-all {
    float: left;
    width: 30%;
    margin: 0 20px;
    font-size: 33px;
    line-height: 20px;
    text-align: center;
    color: #474747;
    cursor: pointer;
}

.footer-groupe-sos-logo-all {
    float: right;
    width: 70%;
    height: 70px;
    background-image: url(../images/groupe-sos-logo-new.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    box-sizing: border-box;
    transition: width 1s;
    -webkit-transition: width 1s;
}

.footer-ue-logo-all {
    float: left;
    width: 90%;
    height: 75px;
    background-image: url(../images/logo-ue.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    box-sizing: border-box;
    transition: width 1s;
    -webkit-transition: width 1s;
}

.footer-bottom {
    width: 100%;
    margin: 0;
    height: 40px;
    background-color: #474747;
}

.footer-bottom-links {
    text-align: center;
    line-height: 40px;
    font-size: 13px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.8);
}

.footer-bottom-link {
    cursor: pointer;
}

.footer-bottom-link a {
    color: rgba(255, 255, 255, 0.8);
}

.header-search-2-wrap {
    display: none;
}

@media screen and (min-width: 768px) {
    .navbar-right {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    #w1 {
        z-index: 100;
    }

    #w1-collapse {
        position: absolute;
        width: 100%;
        background-color: white;
    }

    .header-logo {
        width: 50px;
        height: 50px;
        vertical-align: middle;
        margin: 16px 0 0 5px;
    }

    .main-header .navbar-collapse {
        text-align: center;
        padding: 0;
    }

    .main-header a, .nav > li > a:hover, .nav > li > a:focus {
        color: #333;
    }

    li a .caret {
        display: none;
    }

    .nav-tabs.user-space > li {
        flex: 1 0 22% !important;
    }

    .header-login {
        display: none;
    }

    .header-mobil-wrap {
        display: block;
        position: absolute;
        z-index: 900;
        top: 0px;
        right: 80px;
    }

    .header-login-2 {
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 150px;
        height: 70px;
        background-color: white;
        align-items: center;
        vertical-align: middle;
        text-align: center;
        color: #474747;
        z-index: 900;
    }

    .header-login-2 > ul:hover,
    .header-login-2 > ul > li:hover,
    .header-login-2 > ul > li > a:hover {
        background-color: transparent;
    }

    .header-login-2 > ul > li > a {
        background-color: transparent;
        text-align: center;
        vertical-align: middle;
        padding-top: 30px;
        color: #777;
    }

    .header-mobil-wrap .dropdown a,
    .header-mobil-wrap .dropdown a:hover,
    .header-mobil-wrap .dropdown a:focus,
    .header-mobil-wrap .dropdown a:active {
        background-color: transparent;
        text-align: center;
        vertical-align: middle;
        padding-top: 30px;
        color: #777;
    }

    .header-mobil-wrap .header-login-2 > .navbar-nav.navbar-right.nav {
        padding-left: 0px;
    }

    .dropdown-menu > li > a {
        white-space: normal;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: white;
        margin-top: 3px;
    }

    .navbar-nav > li > a {
        padding-top: 0;
        padding-bottom: 0;
    }

    .header-search {
        display: none;
    }

    .header-search-2-wrap {
        display: block;
        width: 100%;
        position: absolute;
        top: 88px;
        left: 0;
        opacity: 0;
        z-index: 1;
        pointer-events: none;
        transition: opacity .6s;
    }

    .header-search-2-wrap.open {
        pointer-events: initial;
        opacity: 1;
    }

    .header-search-2 {
        position: relative;
        display: block;
        margin: 0 auto;
        padding: 20px 10px;
        z-index: 900;
        background-color: rgba(255, 255, 255, .95);
        align-items: center;
    }

    .header-search-2 input {
        display: block;
        height: 45px;
        padding: 2px 10px;
        font-size: 16px;
        line-height: 16px;
        border: 1px solid #ccc;
    }

    .header-search-submit-2 i {
        position: absolute;
        top: 33px;
        right: 40px;
        text-align: right;
        font-size: 19px;
        color: #bbbbbb;
    }

    .header-search-link {
        display: inline-block;
        position: absolute;
        top: 30px;
        right: 170px;
        z-index: 900;
        height: 25px;
        width: 30px;
        cursor: pointer;
    }

    .header-search-link i {
        font-size: 27px;
        line-height: 22px;
        color: #aaaaaa;
    }

    .main-header .navbar-nav {
        margin: 0;
    }

    .main-header .navbar-nav li {
        display: block;
    }

    .navbar-collapse .header-box {
        display: block;
    }

    .footer-search-wrap {
        width: 90%;
        margin: 0 auto;
    }

    .footer-bot-title {
        margin: 0px 0px 15px;
        color: #474747;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
    }

    .form-group .field-newsletter-email input {
        width: 100%;
    }

    .footer-input-box-small {

    }

    .footer-bot-col-bottom-1 {
        display: none;
    }

    .footer-bot-col-bottom-2 {
        display: block;
    }

    .footer-social-links ul {
        width: 50%;
        margin: 0 auto;
    }

    .social-share li {
        position: relative;
        float: left;
        width: 30%;
    }

    .social-share i.si {
        font-size: 30px;
    }

    .footer-logo-groups {
        width: 150px;
        margin: 0 auto;
    }

    .footer-groupe-sos-logo, footer-ue-logo {
        margin: 0 auto;
    }

    .email-form-wrap {
        width: 237px;
        margin: 0 auto;
    }

    .footer-input-wrap-small {
        margin: 0 auto;
    }

    .footer-input-wrap-small .form-control {
        width: 200px;
    }
}

.field-newsletter-email > label {
    display: none;
}

@media (max-width: 390px) {
    #w1 {
        z-index: 100;
    }

    .header-login-2 {
        width: 120px;
    }

    .header-search-link {
        right: 140px;
    }
}

.bg-light-gray {
    background-color: #f5f5f5;
}

.row .normal {
    margin-right: 0px;
    margin-left: 0px;
}

#mobility-test-form-wrapper .field-mobilitytest-testzip {
    display: none;
}

#mobilitytest-drivinglicensecountry {
    text-transform: uppercase;
}

#mobility-test-form-wrapper .hint-icon {
    margin-left: 4px;
}

span .clickable, .clickable > i {
    cursor: pointer;
    padding-left: 10px;
}

.hint-item {
    padding-bottom: 20px;
}

.site-contact #contact-body, .site-contact #contactthread-body {
    height: 170px;
}

.contactMessage ul {
    padding-left: 20px;
    margin-bottom: 0;
}

/* USER SPACE */
/*#user-menu-wrapper {*/
/*margin: auto;*/
/*width: 70%;*/
/*padding: 10px;*/
/*}*/

.header-line {
    display: block;
    margin: 0 0 0 0;
    width: 100%;
    height: 30px;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100%;
    box-sizing: border-box;
    /*padding: 20px 0px;*/
    float: none;
}

.sheet-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100px;
    margin: 0 -15px;
    padding: 30px 30px 0;
    box-sizing: content-box;
    background-color: white;
    border-bottom: 2px solid #ed1c24;
}

.sheet-header .header-line {
    width: 200px;
}

.sheet-header-type {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #474747;
    text-transform: uppercase;
}

.sheet-header-detail {
    margin-left: 8px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ed1c24;
}

.resource-logo {
    /*background-image: url(../images/resource-logo.png);*/
    display: block;
    margin: 0 0 0 0;
    width: 100%;
    height: 147px;
    margin-top: 25px;

    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    box-sizing: border-box;

    float: none;

}

.resource-logo-holder {

}

.solution-read-more-btn, .service-read-more-btn {
    margin-bottom: 20px;
    padding: 6px 24px;
    border-radius: 0;
    border-width: 2px;
    background: transparent;
}

.solution-read-more-btn:focus, .service-read-more-btn:focus {
    outline: none;
}

.trendy-page .text-block h1 {
    font-size: 30px;
    font-weight: bold;
}

.trendy-page .text-block h2 {
    font-size: 18px;
    font-weight: 600;
}

.trendy-page .text-block p {
    font-size: 16px;
    font-weight: 300;
}

.trendy-page .button .btn {
    border-radius: 0;
}

.trendy-page .button .link-title {
    margin: 0 8px;
}

/************************************************* user my space nav bar ***********************************/
.user-space-header-wrapper {
    padding-top: 2%;
    width: 100%;
    background-color: white;
}

.container.tabs-wrapper {
    background-color: white;
}

.tabs-wrapper {
    border-bottom: 1px solid #fccb35;
    border-top: 1px solid #fccb35;
    background-color: white;
    padding-bottom: 10px;
}

.nav-tabs.user-space {
    padding-top: 10px;
    border-bottom: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nav-tabs.user-space a {
    height: 100%;
    color: grey;
    font-weight: bold;
    padding: 5px 5px;
}

.nav-tabs.user-space > li {
    flex: 0;
}

.nav-tabs.user-space > li.active {
    background-color: #ed1c24;
}

.nav-tabs.user-space > li.active > a {
    color: white;
    background-color: transparent;
    border: none;
}

.menu-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu-item .image-part {
    height: auto;
    text-align: center;
}

.menu-item .text-part {
    text-align: center;
}

.menu-item .image-part > img {
    /*height: 2vw;*/
}

.user-space-header {
    background-color: white;
}

.user-space-header h3 {
    font-weight: 900;

}

.user-space-subheader {
    font-weight: bold;
}

.user-page__profile .user-page__profile-info .label {
    color: black;
    font-weight: bold;
    font-size: 13px;
    padding-left: 0;
}

.user-page__profile .user-page__profile-info p {
    padding-bottom: 10px;
}

/*********************************** crossed div and circle **************************/
.crossed-div {
    overflow: hidden;
    padding: 0px;
    align-items: center;
    display: flex;
}

.crossed-div:after {
    content: '';

    /* делаем линию строчно-блочной */
    display: inline-block;

    /* выравниваем вертикально по середине */
    vertical-align: center;

    /* не позволяем ширине превысить 100% (будет добавлен бордюр) */
    box-sizing: border-box;

    /* установка ширины в 100% делает линию равной ширине тега заголовка
    ** благодаря этому линия заполнит все свободное пространство
    ** слева и справа от текста
    */
    width: 100%;
    height: 3px;
    background: #ec6a25;
}

.title:after {
    /* смещаем правую линию вправо отрицательным отступом, равным 100% ширины
    ** благодаря этому линия встает справа от текста
    */
    margin-right: -100%;
}

.div-with-round {
    padding-left: 0px;
    overflow: hidden;
    align-items: center;
    display: flex;
}

.div-with-round:before {
    content: '';
    width: 14px;
    height: 14px;
    /*margin: 22px 0 0 -3px;*/
    border: 3px solid #ec6a25;
    border-radius: 7px;
}

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

.row-eq-height > div {
    display: flex;
}

.text-red {
    color: red !important;
}

.font-20 {
    font-size: 20px;
}

.contact-index .popover {
    max-width: 800px;
    width: 600px;
}

.contact-index .popover-content {
    height: 500px;
    overflow-y: scroll;
}

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

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

.padding-left-40 {
    padding-left: 40px;
}

div[class="tp-content-block team-member "],
div[class="tp-content-block team-member team-member .image"],
div[class="tp-content-block team-member .team-member .image"] {
    width: 26%;
    text-align: center;
    vertical-align: top;
    display: inline-block;
}

div[class="tp-content-block team-member "] > h3,
div[class="tp-content-block team-member team-member .image"] > h3,
div[class="tp-content-block team-member .team-member .image"] > h3 {
    font-weight: bold;
    font-size: 15px;
    padding-top: 13px;
}

div[class="tp-content-block team-member "] > .job-title,
div[class="tp-content-block team-member team-member .image"] > .job-title,
div[class="tp-content-block team-member .team-member .image"] > .job-title {
    font-size: 13px;

}

/*@media screen and (max-width: 768px) {*/
/*div[class="tp-content-block team-member "],*/
/*div[class="tp-content-block team-member team-member .image"],*/
/*div[class="tp-content-block team-member .team-member .image"] {*/
/*width: 100%;*/
/*display: inline-block;*/
/*text-align: center;*/
/*vertical-align: top;*/
/*}*/

/*div[class="tp-content-block team-member "] > h3,*/
/*div[class="tp-content-block team-member team-member .image"] > h3,*/
/*div[class="tp-content-block team-member .team-member .image"] > h3 {*/
/*font-weight: bold;*/
/*font-size: 15px;*/
/*padding-top: 13px;*/
/*}*/

/*div[class="tp-content-block team-member "] > .job-title,*/
/*div[class="tp-content-block team-member team-member .image"] > .job-title,*/
/*div[class="tp-content-block team-member .team-member .image"] > .job-title {*/
/*font-size: 13px;*/

/*}*/
/*}*/

/*.tp-container.pull-left.one-half {*/
/*display: flex;*/
/*flex-direction: column;*/
/*}*/
/**/
/*.tp-container.pull-left.one-half > .tp-content-block.image {*/
/*order: 1;*/
/**/
/*}*/
/**/
/*.tp-container.pull-left.one-half > .tp-content-block.text-block {*/
/*order: 2;*/
/*}*/
/**/
/*@media screen and (max-width: 992px) {*/
/*.tp-container.pull-left.one-half {*/
/*display: flex;*/
/*flex-direction: column;*/
/*}*/
/**/
/*.tp-container.pull-left.one-half > .tp-content-block.image {*/
/*order: 2;*/
/**/
/*}*/
/**/
/*.tp-container.pull-left.one-half > .tp-content-block.text-block {*/
/*order: 1;*/
/*}*/
/*}*/

.carousel.partners-slider .carousel-inner > .item {
    filter: grayscale(100%) opacity(.1);
    transition: 100ms linear
}

.carousel.partners-slider .carousel-inner > .item:hover {
    filter: grayscale(0%);
}

.news-wrapper-a {
    text-decoration: none;
    color: #333;
}

.news-wrapper-a:hover {
    text-decoration: none;
    color: #23527c;
}

.home-news-wrapper-a {
    text-decoration: none;
    color: white;
}

.home-news-wrapper-a:hover {
    text-decoration: underline;
    color: white;
}

/** force required asteriks for date of birth on the mobility test */
.field-user-birthdate label.control-label:after {
    content: " * ";
    color: red;
}


#view-more-btn.collapsed:after {
    content: ' +';
}
#view-more-btn.expanded:after {
    content: ' —';
}
