html,body
{
    font-family: 'Avenir Next';
    font-weight: normal;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;

    color: #000;
}
body {
    display: flex;
    flex-direction: column;
}
.bg-fixed {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;

}
header.background-black a.user-name,header.background-black a.user-name:hover {
    color: #fff ;
}

.background-black {
    background: #000;
}
.main-content {
    flex: 1 0 auto;
    z-index: 2;
}
.footer {
    flex-shrink: 0;

}

a,
a:focus,
a:hover,
.nav>li.active>a,
.nav>li>a:focus,
.nav>li>a:hover
{   outline: none;
    text-decoration: none;
    color: #000;
    background-color: transparent;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
a:hover, a:focus {
    color: #000;
}
.no-margin {
    margin: 0;
}

.inline-block {
    display: inline-block;
}
.fo-btn{
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid #000;
    letter-spacing: 2px;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    margin-bottom: 5px;
}
.btn-black{
    background: #000;
    color: #fff;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.btn-white{
    background: #fff;
    color: #000;
}

.btn-black:focus,
.btn-black:hover{
    background: #fff;
    color: #000;
}
.btn-white:focus,
.btn-white:hover{
    background: #000;
    color: #fff;
}
.btn-primary{
    background: #000;
    border-color: #000;
}
.btn-add{
    padding: 5px 10px;
}
.dropdown-menu{
    border-radius: 0px;
    right: 0;
    left: initial;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus{
    background-color: #000;
}
.abs-full{
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
}
.img-thumbnail {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

label {
    font-weight: normal;
}

.btn-primary:hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #000000;
}

.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #000000;
    background-color: #ffffff;
    border-color: #000000;
}

.btn-primary:focus, .btn-primary.focus {
    color: #000000;
    background-color: #ffffff;
    border-color: #000000;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
    color: #000000;
    background-color: #ffffff;
    border-color: #000000;
}
/* ==========================================================================
V/   HELPER
========================================================================== */
.type-bigboss{
    background: #3498db;
}
.type-sponsor{
    background: #f39c12;
}
.type-staff{
    background: #15a589;
}
.type-media{
    background: #645c5c;
}
.bg-grey{
    background: #f9f9f9;
}
a.underline-link{
    border-bottom: 1px solid;
}
a.underline-link:hover{
    opacity: 0.7;
}
.mt-10 {
    margin-top: 10px;
}
.mr-10 {
    margin-right: 10px;
}
/* ==========================================================================
V/   HEADER...............header
========================================================================== */
.logo img{
    width: 100%;
    max-width: 160px;
}

.main-header {
    padding-top: 25px;
    padding-bottom: 25px;
}

.header-top {
    padding: 19px 45px;

}


header .user-setting .dropdown-menu li {
    padding-left: 5px;
    padding-right: 5px;
}


header .user-setting .dropdown-menu {
    /*text-align: center;*/
    border: medium none;
    padding: 17px;
    word-break: break-all;
    right: 0;
    left: initial;
}

header .user-setting .dropdown-menu li {
    /*display: inline-block;*/
    /*text-align: center;*/
}

header .user-image {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

header .header-rightside {
    margin-top: 10px;
}

header .header-rightside ul {
    margin-bottom: 0px;
}

.user-link {
    text-decoration: none;
}
.user-name {
    text-transform: capitalize;
}
.user-name:hover,
.user-name:active,
.user-name:focus,
.user-link:hover {
    text-decoration: none;
    color: rgba(0,0,0,0.50);
}

.text-muted {
    color: #777;
}

.navbar-nav>li>a {
    padding-top: 14px;
    padding-bottom: 14px;
}
.navbar {
    min-height: 49px;
}


.navbar-default {
    border-color: transparent;
    background: #000;
    border-radius: 0px;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .nav {
    font-size: 16px;
}

.header-rightside .bold {
    font-weight: bold;
}
.header-rightside .bold a {
    position: relative;
}

.header-rightside .bold a:hover,
.header-rightside .bold a:focus {
    text-decoration: none;
}

.header-rightside .bold a:before {
    content: '';
    position: absolute;
    height: 1px;
    bottom: -2px;
    width: 0%;
    left: 50%;
    transform: translate(-50%);
    background: #000;
    transition: all 0.4s;
}

.header-rightside .bold a:hover:before {
    width: 100%;
}

.header-rightside .bold:after {
    height: 12px;
    width: 1px;
    background: #000;
    content: "\A";
    white-space: pre;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0px 10px;
}
.header-rightside .bold:last-child:after {
    display: none;
}
#main-navbar li {
    font-family: 'Akrobat';
    float: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    text-transform: uppercase;
}
#main-navbar li>a:hover {
    opacity: 0.5;
}
.navbar-toggle .icon-bar{
    background: #000;
}
/* Nav Tab */
.nav-black{
    margin-top: 20px;
    margin-bottom: 20px;
}
.nav-black .item {
    border: 1px solid;
    border-right: 0px;
    text-align: center;
}
.nav-black .item:last-child{
    border-right: 1px solid;
}
.nav-black .item a{
    padding: 7px 0px;
    display: block;
    font-family: 'Akrobat';
    font-weight: 600;
}
.nav-black .item.active,
.nav-black .item:hover{
    background: #000;
}
.nav-black .item.active a,
.nav-black .item:hover a{
    color: #fff;
}
/* ==========================================================================
VI/   FOOTER...............footer
========================================================================== */

/* ==========================================================================
FONT................Font character
========================================================================== */
p{
    font-size: 14px;
    letter-spacing: 0.2px;
}
.title{
    font-family: 'Akrobat';
}
.big-title {
    font-weight: bold;
    font-size: 50px;
}
.medium-title{
    font-weight: 500;
    font-size: 28px;
    padding-bottom: 6px;
}
.event .medium-title{
    font-weight: bold;
}
.uppercase {
    text-transform: uppercase;
}
/* ==========================================================================
Bootstrap
========================================================================== */
.alert{
    border-radius: 0px;
}
.breadcrumb {
    padding: 8px 0px;
    background-color: transparent;
    border-radius: 0px;
}
/* ==========================================================================
 Page event home page
========================================================================== */
.event {
    margin-bottom: 40px;
    display: block;
    cursor: pointer;
}
.event-image {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    height: 136px;
}
.event-image .square {
    width: 40px;
    height: 40px;
    background-color: #F8BA00;
    position: absolute;
    left: 20px;
    bottom: -24px;
}

.event-image .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 20%);
    opacity: 0;
    transition: all 0.5s;
    background: #000;
    border-color: #000;
}

.event-image::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(255,255,255, 0.0);

    -webkit-transition: all 0.4s;
    transition: opacity all 0.4s;
}
.event-video{
    position: relative;
}
.event-video video{
    width: 100%;
    display: block;
}
/*Slider video*/
.play-container{
    position: absolute;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    z-index: 999;
    cursor: pointer;
}
.play_video_btn {
    background: url('../img/play.svg');
    height: 120px;
    width: 120px;
    background-size: 120px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    z-index: 99999;
}
.event:hover .event-image::before {
    background: rgba(255,255,255, 0.5);
}

.event:hover .event-image .btn {
    transform: translate(-50%, -50%);
    opacity: 1;
}

.big .event-image {
    height: 270px;
}

.event-title {
    margin-left: 70px;
    display: block;
}
.event-title .title {
    margin-bottom: 0;
}
.event-title span {
    margin-top: 0;
    font-size: 14px;
}

.hr-double {
    height: 3px;
    border-top: 1px dotted #E3E3E3;
    border-bottom: 1px dotted #E3E3E3;
    border-top-color: rgba(0,0,0,.11);
    border-bottom-color: rgba(0,0,0,.11);
    margin-bottom: 20px;
    margin-top: 20px;
}

/* ==========================================================================
 Page event details
========================================================================== */
.event-info-title {
    margin-left: 20px;
    position: relative;
    margin-top: 50px;
}
.event-info-title .title{
    margin-top: 0px;
}
.bloc-info-title {
    float: left;
    position: relative;
}
.event-detail{
    margin-top: 30px;
}
.event-detail .bloc{
    height: 520px;
    position: relative;
    margin-bottom: 40px;
}
.event-detail .bloc .inner-text{
    padding-top: 20px;
    padding-bottom: 20px;
    height: 68%;
    overflow-x: hidden;
    overflow-y: auto;
}
.event-detail .event-image{
    height : 100%;
}
.event-detail .event-text{
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    line-height: 26px;
}
.event-detail .event-text .btn{
    /*position: absolute;
    bottom: 0;*/
}
.cols-split-2{
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}
.cols-50{
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    padding: 10px 15px 0px 15px;
}
.event-places span{
    font-family: 'Akrobat';
    font-size: 21px !important;
    font-weight: 500;
    padding-right: 17px;
}
.txt-square{
    background: #000;
    color: #fff;
    padding: 5px 10px !important;
    margin-right: 5px;
}
.marker{
    width: 10px;
    height: 100%;
    background-color: #F8BA00;
    position: absolute;
    left: -20px;
}
.list-btn a {
    display: block;
    margin: 0px 5px 15px 5px;
}
/* ==========================================================================
 Page contact
========================================================================== */

.contact-form{
    padding-top: 20px;
    padding-bottom: 20px;
}
/* ==========================================================================
FORM...............form
========================================================================== */
.list-group,
.modal-content,
.btn-sm,
.btn-group-sm>.btn,
.panel,
.alert-danger,
.panel-heading,
.btn,
.list-group-item:first-child,
.list-group-item:last-child,
.form-control {
    border-radius: 0px;
}

/**
    checkbox style
*/
.checkbox label {
    position: relative;
    cursor: pointer;
    padding-left: 2rem;
    text-align: left;
    color: #333;
    display: block;
}

.checkbox label.inline {
    display: inline-block;
    margin-right: 10px;
}
.checkbox input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
}

.checkbox {
    margin-bottom: 1rem;
}
.checkbox .helper {
    color: #999;
    position: absolute;
    top: 2px;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    z-index: 0;
    border: 0.125rem solid currentColor;
    border-radius: 0.0625rem;
    -webkit-transition: border-color 0.28s ease;
    transition: border-color 0.28s ease;
}

.checkbox .helper.choice {
    width: 1.2rem !important;
    height: 1.2rem !important;
}
.checkbox .helper::before, .checkbox .helper::after {
    position: absolute;
    height: 0;
    width: 0.2rem;
    background-color: #000000;
    display: block;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 0.25rem;
    content: '';
    -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
    transition: opacity 0.28s ease, height 0s linear 0.28s;
    opacity: 0;
}
.checkbox .helper::before {
    top: 1rem;
    left: 0.65rem;
    -webkit-transform: rotate(-150deg);
    transform: rotate(-150deg);
    -webkit-box-shadow: 0 0 0 0.0625rem #fff;
    box-shadow: 0 0 0 0.0625rem #fff;
}
#js-account-sector .checkbox.error {
    border: none !important;
}
.error.checkbox .helper {
    border-color: red !important;
}

.error.checkbox label {
    color: red !important;
}

.checkbox .helper::after {
    top: 0.4rem;
    left: 0.0rem;
    -webkit-transform: rotate(-37deg);
    transform: rotate(-37deg);
}
.checkbox label:hover .helper {
    color: #000000;
}
.checkbox input:checked ~ .helper {
    color: #000000;
}
.checkbox input:checked ~ .helper::after, .checkbox input:checked ~ .helper::before {
    opacity: 1;
    -webkit-transition: height 0.28s ease;
    transition: height 0.28s ease;
}
.checkbox input:checked ~ .helper::after {
    height: 0.81rem;
}
.checkbox input:checked ~ .helper::before {
    height: 1.2rem;
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s;
}

.checkbox + .checkbox {
    margin-top: 1rem;
}
/* Radio Style */
.fo-form [type="radio"]:checked,
.fo-form [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.fo-form [type="radio"]:checked + label,
.fo-form [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.table-filters label {
    display: block !important;
}
.table-filters .fo-form [type="radio"]:checked + label,
.table-filters .fo-form [type="radio"]:not(:checked) + label {
    color: #000;
}
.table-filters .fo-form [type="radio"]:checked + label:before, .table-filters .fo-form [type="radio"]:not(:checked) + label:before {
    border-color: #000000;
}
.fo-form [type="radio"]:checked + label:before,
.fo-form [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.fo-form [type="radio"]:checked + label:before{
    border: 1px solid #000;
}
.fo-form [type="radio"]:checked + label:after,
.fo-form [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #000;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.fo-form [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.fo-form [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.fo-form .form-header{
    margin-bottom: 20px;
}
.form-header h3{
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.5);
}
.form-body {
    margin: 50px 0;
}
.form-line .inline-block {
    margin-right: 35px;
    margin-bottom: 20px;
}
.fo-form label{
    font-weight: normal;
}
.fo-form .panel-body{
    padding-left: 0px;
    padding-right: 0px;

}
.fo-form .selectpicker-container,
.fo-form select{
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 15px;
    background-image: url(../img/arrow-down.svg) !important;
    background-color: transparent;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.fo-form textarea{
    resize: vertical;
}
.fo-form .selectpicker-container,
form.form-border textarea,
form.form-border select,
form.form-border input[type="text"],
form.form-border input[type="email"],
form.form-border input[type="date"],
form.form-border input[type="number"],
form.form-border input[type="url"],
form.form-border input[type="password"]
{
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid;
    padding: 7px 5px 4px;
    width: 100%;
    background-color: #fff;
}

form.form-border input[type="url"] {
    margin: 0;
}

.form-row.linkedin-input input{
    padding-left: 35px;
}
.form-row.linkedin-input input{
    background-repeat: no-repeat;
    background-position: 1% 41%;
    background-size: 25px;
    background-image: url(../img/linkedin.svg) !important;
}
.upload-file-wrapper input[type="file"]::-webkit-file-upload-button {
    border: none;
    visibility: hidden;
}
.upload-file-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.upload-file-wrapper label{
    position: absolute;
    right: 0;
    line-height: 36px;
    background: #000;
    padding: 0 15px;
    color: #fff;
}
.fo-form .group-submit{
    margin-top: 20px;
}
.form-middle{
    display: block;
    float: none;
    margin: 0 auto;
}
.fo-form .selectpicker-container .btn-default:active,
.fo-form .selectpicker-container .btn-default.active,
.fo-form .selectpicker-container .open>.dropdown-toggle.btn-default,
.fo-form .selectpicker-container button{
    background: #fff;
    border: none;
    color: #000;
    padding: 0px;
    text-align: left;
}
.fo-form .selectpicker-container .dropdown-menu>.active>a{
    background: #000;
    color: #fff;
}
.fo-form .selectpicker-container .caret{
    display: none;
}
.fo-form .multiselect-container{
    width: 100%;
    overflow-y: hidden;
}
/* ==========================================================================
TABLE...............
========================================================================== */
.table tbody tr td.user-avatar img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 10px;
    float: left;
}

.table tbody tr td.user-avatar span {
    padding-left: 40px;
    display: block;
}

.table tbody tr td.user-avatar .user-type {
    display: block;
    font-size: 12px;
    color: #999;
    font-weight: bold;
}
.fo-table{

}
.fo-table thead{
    border-bottom: 1px solid;
}
.table-filters{
    margin-bottom: 40px;
    background-color: #f9f9f9;
    padding: 15px 10px;
}
.user-profile-round{
    height: 30px;
    width: 30px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 50%;
    line-height: 34px;
}
.fo-table .img-square{
    width: 70px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.fo-table .img-square.img-contain img {
    object-fit: contain;
    object-position: center;
}
.fo-table .img-square img{
    width: 100%;
    display: block;
    object-position: top;
}
.fo-table .user-info{
    padding-left: 10px;
    padding-top: 5px;
    display: inline-block;
    vertical-align: middle;
}
.fo-table .user-info span{
    display: block;
}
.fo-table .user-col .user-type{
    color: #999;
}
.fo-table .btn-group{
    display: flex;
    float: right;
}
.fo-table tbody tr:nth-child(even) {
    background: #f9f9f9
}
.fo-table .align-middle,
.align-middle {
    vertical-align: middle !important;
}
/* ==========================================================================
 w-Box
========================================================================== */
.w-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    border: 1px solid #ecf0f1;
}
.w-box > .inner {
    padding: 10px;
}

.w-box h3,
.w-box p {
    z-index: 5;
}

.w-box p {
    margin-bottom: 0;
    font-size: 15px;
}

.w-box h3 {
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}

.w-box .icon {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    top: -29px;
    right: 10px;
    z-index: 0;
    font-size: 85px;
    color: rgba(0, 0, 0, 0.1);
    opacity: 0.8;
}

.w-box > .w-box-footer {
    position: relative;
    text-align: right;
    padding: 3px 10px;
    color: #000;
    display: block;
    z-index: 10;
    background: #ecf0f1;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.w-box > .w-box-footer:hover {
    background: #000;
    color: #FFF;
}

.w-box:hover .icon {
    /*font-size: 95px;*/
}

.box-user {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ecf0f1;
    display: block;
    transition: all 0.4s;
}

.box-user .glyphicon,
.w-box .glyphicon {
    vertical-align: middle;
}

.box-user:hover,
.box-user:focus {
    text-decoration: none;
}

.box-user:hover {
    opacity: 0.8;
}

.box-user:last-child {
    border-bottom: none;
    padding-bottom: none

}

.box-user .type {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -15px;
    background: #000;
    color: #FFF;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}

.box-user .type.bigboss {
    background: #3498db;
}

.box-user .type.presta {
    background: #f39c12;
}

.box-user .type.sponsor {
    background: #15a589;
}

.box-user .images {
    display: block;
    float: left;
    width: 170px;
    text-align: center;
    font-size: 45px;
    /*background: rgba(0,0,0,0.2)*/
}

.box-user .images .img {
    width: 75px;
    display: inline-block;
}
.box-user .images .img img {
    width: 100%;
}

.box-user p {
    margin-bottom: 0;
}

.lin-panel-footer {
    padding: 10px 15px;
    background-color: #ecf0f1;
    border-top: 1px solid #ecf0f1;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    text-align: right;
    display: block;
    text-decoration: none;
    transition: all 0.4s;
}

.lin-panel-footer:hover {
    text-decoration: none;
    background: #000;
    color: #FFF;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: #000;
    border-color: #000;
}

/* ==========================================================================
 Event -- visuals
========================================================================== */

.event-img .inner {
    width: 100%;
    height: 200px;
    position: relative;
}
.event-img .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.event-img .img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%
}
.event-img .action {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
    text-align: center;
}

.event-img .action a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    border-radius: 50%;
    border: 1px solid #000;
    background: #fff;
    margin: 0px 3px;
    position: relative;
}

.black.w-box-footer {
    background: #000;
    text-align: left;
    color: #FFF;
}

.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    animation: spin 0.8s linear infinite;
    display: block;
    position: absolute;
    top: -3px;
    left: -3px;
}

.simple-loader {
    border: 2px solid #000;
    border-top: 2px solid #dedede;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 0.8s linear infinite;
    display: inline-block;
    vertical-align: middle;

}
.btn .simple-loader {
    margin-right: 4px;
    margin-bottom: 1px;
    display: none;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.event-detail .simple-loader {
    border: 2px solid #f8ba00;
    border-top: 2px solid #FFFFFF;
    display: inline-block;
}

/* ==========================================================================
 Event -- Subscription
========================================================================== */
.step-list{
    margin-top: 50px;
    margin-bottom: 40px;
}
.step-list ul{
    text-align: center;
    width: 100%;
}
.step-list ul li{
    display: inline-block;
    color : rgba(62, 78, 104, 0.7);
    text-align: left;
    margin-bottom: 5px;
    position: relative;
    width: 22%;
}
.step-list ul li.active{
    color:#000;
}
.step-list ul li.active .number span{
    background: #000;
    color: #fff;
}
.step-list ul li div{
    display: inline-block;
    vertical-align: middle;
}
.step-list .number span {
    font-family: 'Akrobat';
    font-size: 25px;
    line-height: 44px;
    width: 50px;
    height: 50px;
    border: 2px solid #000;
    display: inline-block;
    text-align: center;
}
.step-list .number{
    /*width: 25%;*/
}
.step-list .step-name{
    width: 62%;
    line-height: 16px;
    padding-left: 5px;
}
.separator{
    width: 22px;
    background: red;
    height: 1px;
    display: inline-block;
}
.notice-price{
    font-weight: bold;
    font-family: 'Akrobat';
    font-size: 14px;
}

/* ==========================================================================
 USER -- My-ACCOUNT
========================================================================== */
.bloc-header{
    margin-bottom: 20px;
}
.event-list .event-image{
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    height: 150px;
}
.event-list .event-image .square {
    left: initial;
    bottom: initial;
    right: -20px;
    top: 20px;
}
.event-item{
    margin: 20px 0px;
}
/* ==========================================================================
    loginModal
========================================================================== */

@media (min-width: 768px) {
    .login-modal .modal-dialog {
        width: 900px;
    }
    .contact-event-modal .modal-dialog {
        width: 400px;
    }
}

.contact-event-modal .modal-dialog .btn {
    border-radius: 7px;
}

.contact-event-modal .modal-dialog .btn#nobtn {
    background: transparent;
    color: #000;
}

.login-modal .modal-header {
    border-bottom: none;
}

.login-modal .close {
    color: #000;
    opacity: 1;
}
.login-modal .title {
    text-transform: uppercase;
}

/* ==========================================================================
   Tinymce
========================================================================== */
.mce-flow-layout-item.mce-last{
    display: none;
}

.modal {
    z-index: 999999999;
}
/*
#js-step-3 {
    display: none;
}
*/

.has-span-radio {
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.span-radio {
    display: inline-block;
    border: 1px solid #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #fff;
}

.span-radio:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -6px;
    border-radius: 50%;
}
.wrap-loading {
    line-height: 80px;
    text-align: center;
    display: none;
}
.space-25 {
    height: 25px;
}
.space-30 {
    height: 30px;
}
.space-50 {
    height: 50px;
}
.space-80 {
    height: 80px;
}

.wrap-select {
    position: relative;
}

.wrap-select .simple-loader {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 10px;
    display: none;
}

.wrap-select select {
    border: 1px solid;
}
.wrap-select select.loading {
    padding-left: 38px;
}

.obligatoir {
    color: red !important;
}


#stepTowForm label {
    display: block;
    font-weight: normal;
}

#stepTowForm input,
#stepTowForm select {
    width: 100%;
    border: 1px solid #000000;
    padding: 5px 10px;
    margin-bottom: 10px;
}

#stepTowForm .new-btn {
    padding: 12px 20px;
}

/***** user profile *******/

.my-account {
    margin-top: 25px;
}
.my-account p {
    font-size: 15px;
}


.my-account h4 {
    margin-top: 0;
}

.profile-infos .image {
    width: 150px;
    float: left;
}

.profile-infos .infos {
    margin-left: 180px;
}



.profile-infos .infos blockquote {
    padding-top: 0;
}
.profile-row {
    display: table-row;
}
.profile-icon {
    width: 20px;
}
.profile-icon,
.profile-value {
    display: table-cell;
}
.profile-infos .image .link.first {
    border-top: 0;
}

.profile-infos .image .link {
    padding: 10px 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000 ;
    vertical-align: middle;
    /*text-align: center*/
}

.profile-infos .image .link.last {
    margin-top: 0;
    border-top: 0;
}

.profile-infos .image .pe-7s-power {
    position: relative;
    top: 1px;
}

.bb-links {
    margin-top: 20px;
}

.bb-links a {
    border-bottom: 1px solid #000;
    margin-right: 10px;
    margin-left: 10px;
}

.bb-links a:hover {
    opacity: 0.5;
}

.bb-links a:first-child {
    margin-left: 0;
}

.wrap-addresses {
    margin-top: 20px;
}

.wrap-addresses .address {
    margin-bottom: 1.875rem;
    color: #232323;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    background: #fff;
}

.wrap-addresses .address .address-body {
    padding: 10px;
}

.wrap-addresses .address .address-footer {
    border-top: 1px solid lightgray;
    padding: .5rem 1rem;
    font-size: 15px;
}

.wrap-addresses .address .address-footer a {
    margin-left: 4px;
    margin-right: 4px;
}

.wrap-addresses .address .address-footer .glyphicon {
    font-size: 10px;
}

.deal-table .user-col,
.deal-table .user-info {
    margin-left: 0;
    padding-left: 0;
}

.deal-table tr:first-child td {
    vertical-align: top;
    border-top: 0px;
    padding-top: 0px;
}

.badge {
    background-color: #222222;
}

/**
    page subscription
 */
.bootstrap-filestyle .form-control  {
    height: 35px;
}

.bootstrap-filestyle label {
    padding: 6px 15px;
}
td.align-right {
    text-align: right;
}
tr.total td {
    padding: 15px !important;
}

a.with-border {
    border-bottom: 1px solid #000;
}

a.with-border:hover {
    border-color: #f8ba00;
    color: #f8ba00;
}

.palevioletred {
    color: palevioletred;
}

form.reset_password label {
    padding-bottom: 0;
    margin-bottom: 0;
}

form.reset_password input {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 7px !important;
}

form.reset_password .form-row {
    margin-bottom: 20px;
}

#netisse_appbundle_user_gender {
    margin-bottom: 0;
}

#netisse_appbundle_user_gender label {
    margin-right: 15px;
}

.form-sector-user label {
    display: block;
    margin-bottom: 10px;
}

.form-sector-user select {
    width: 100%;
    border: 1px solid #000000;
    display: block;
    padding: 10px;
}

.btn-edit-sector {
    font-size: 14px;
}

.btn-edit-sector .glyphicon {
    top: 2px;
}

#stepTowForm .error,
#js-account-sector .error {
    border: 1px solid red !important;
}

#addUser .form-group {
    margin-bottom: 0;
    margin-top: 10px;
}
#addUser .btn {
    margin-top: 20px;
}

#addUser .btn .simple-loader {
    margin-right: 14px;
}

#addUser .error ul {
    margin-top: 2px;
}
#doSingUp span.reqfield {
    position: absolute;
    right: 0px;
    top: 7px;
}

#doSingUp .form-row {
    position: relative;
}
.subscribed-by {
    display: block;
    font-weight: normal;
    text-transform: initial;
    font-size: 17px;
    color: #757575;
}

#netisse_appbundle_location_default label ,
#netisse_appbundle_location_isDefault label {
    margin-right: 10px;
    vertical-align: middle;
}

.linx-description hr.dotted {
    margin-top: 45px;
    height: 3px;
    border-top: 1px dotted #dddddd;
}

.subscription-confirm-sponsor .form-header {
    margin-bottom: 25px;
}
.subscription-confirm-sponsor .form-header h3 {
    font-size: 26px;
}
.subscription-confirm-sponsor,
.subscription-confirm-sponsor p,
.subscription-confirm-sponsor h3,
.subscription-confirm-sponsor strong,
.subscription-confirm-sponsor ul,
.subscription-confirm-sponsor label
{
    font-family: 'Avenir Next';
    font-size: 17px;

}
.list-event .col-lg-6:nth-child(2n) {
    clear: both;
}












/**
    checkbox style
*/
.radio label {
    position: relative;
    cursor: pointer;
    padding-left: 2rem;
    text-align: left;
    color: #333;
    display: block;
}

.radio label.inline {
    display: inline-block;
    margin-right: 10px;
}
.radio input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
}

.radio {
    margin-bottom: 1rem;
}
.radio .helper {
    color: #999;
    position: absolute;
    top: 2px;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    z-index: 0;
    border: 0.125rem solid currentColor;
    border-radius: 0.0625rem;
    -webkit-transition: border-color 0.28s ease;
    transition: border-color 0.28s ease;
}
.radio .helper::before, .radio .helper::after {
    position: absolute;
    height: 0;
    width: 0.2rem;
    background-color: #000000;
    display: block;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 0.25rem;
    content: '';
    -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
    transition: opacity 0.28s ease, height 0s linear 0.28s;
    opacity: 0;
}
.radio .helper::before {
    top: 1rem;
    left: 0.65rem;
    -webkit-transform: rotate(-150deg);
    transform: rotate(-150deg);
    -webkit-box-shadow: 0 0 0 0.0625rem #fff;
    box-shadow: 0 0 0 0.0625rem #fff;
}
.radio .helper::after {
    top: 0.4rem;
    left: 0.0rem;
    -webkit-transform: rotate(-37deg);
    transform: rotate(-37deg);
}
.radio label:hover .helper {
    color: #000000;
}
.radio input:checked ~ .helper {
    color: #000000;
}
.radio input:checked ~ .helper::after, .radio input:checked ~ .helper::before {
    opacity: 1;
    -webkit-transition: height 0.28s ease;
    transition: height 0.28s ease;
}
.radio input:checked ~ .helper::after {
    height: 0.81rem;
}
.radio input:checked ~ .helper::before {
    height: 1.2rem;
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s;
}

.radio + .radio {
    margin-top: 1rem;
}

.wrap-field-subscription {
    position: relative;
}
.wrap-field-subscription.with-padding {
    padding-right: 40px
}
.wrap-field-subscription input,
.wrap-field-subscription textarea {
    padding-right: 40px
}

.wrap-field-subscription select {
    padding-left: 27px !important;
}

.wrap-field-subscription .glyphicon {
    position: absolute;
    top: 10px;
    right: 45px;
    right: 18px;
    color: green;
}

.wrap-field-subscription.select .glyphicon {
    right: inherit;
    left: 6px;
}
.wrap-field-subscription-person .wrap-field-subscription .glyphicon {
    position: absolute;
    top: 30px;
    right: 45px;
    color: green;
}
.wrap-field-subscription-person .wrap-field-subscription .glyphicon {
    right: inherit;
    left: 30px;
}

.wrap-field-subscription input:disabled,
.wrap-field-subscription textarea:disabled,
.wrap-field-subscription select:disabled {
   /* border-color: green !important;*/
    cursor: not-allowed;
    background-color: rgba(69, 173, 72, 0.08) !important;
}

.glyphicon.green {
    color: green;
}

.block-link {
    margin-top: 20px;
    padding-top: 20px;
    position: relative;
}

.block-link.with-border {
    border-top: dotted gray 1px;
    margin-top: 40px;
}

.block-link:after {
    /* content: '';
     border-top: 1px dotted #000000;
     width: 100%;
     height: 1px;
     position: absolute;
     top: 0px;
     left: 0px;*/
}
.block-link a {
    border-bottom: 1px solid #000000;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px;
}

.confirmation-page-bb .actions {
    /*margin-left: 25px;*/
}

.confirmation-page-bb .actions a {
    border-bottom: 1px solid #000000;
    transition: all 0.4s ease;
    margin-bottom: 10px;
}

.confirmation-page-bb .actions a:hover {
    border-color: #000000;
}

.notif-bigboss {
    border: 1px solid #000;
    padding: 20px;
    text-align: center;
    font-size: 17px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.event-list .show-event {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    padding: 6px 10px;
    background: #000000;
    transition: 0.4s all;
}
.event-list .show-event:hover {
    background: rgba(0, 0, 0, 0.8);
}

.nav-company-event {
    margin-top: 28px;
    margin-bottom: 30px;
}

.nav-company-event a {
    margin-right: 5px;
    margin-left: 5px;
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
    transition: all 0.4s;
}

.nav-company-event a.active,
.nav-company-event a:hover {
    border-color: #000000;
}

#inscriptionConfirm .new-btn {
    padding: 8px 35px;
    margin: 0;
}

.ui-autocomplete {
    z-index: 9999999999 !important;
}

.ui-widget.ui-widget-content {
    border: 1px solid #000;
    margin-top: -1px;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #000000;
    border: 1px solid #000000;
}

.ui-widget.ui-widget-content {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-autocomplete-loading-cmp {
    background: white url("../img/ui-anim_basic_16x16.gif") right center no-repeat !important;
    transition: none !important;
}

.filter-active{
    font-weight: bold;
}
.loader {
    margin-left: 50%;
    margin-right: 50%;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #000;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
.bloc-event-profile-filter{
    /*border-bottom: 1px solid #000;*/
    margin-bottom: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#js-package-content .panel-title {
    font-weight: 400;
}

#electronic-signature .description {
    margin-top: 25px;
    padding: 10px 0;
    font-size: 15px;
}

#electronic-signature .description p,
#electronic-signature .confirmation .text p,
#electronic-signature .confirmation {
    font-family: 'Avenir Next';
    font-size: 15px;
}
#electronic-signature .confirmation {
    border-top: 2px dashed;
    margin-top: 15px;
    padding-top: 10px;
}

#electronic-signature .confirmation .checkbox {
    padding: 10px 0;
    /* border: 8px solid #000;
     !* border-radius: 8px; *!
     border-top-width: 30px;
     border-bottom-width: 30px;
     border-left-width: 40px;
     border-right-width: 40px;*/
}

#electronic-signature .confirmation .checkbox label {
    float: left;
}

#electronic-signature .confirmation .text {
    margin-left: 35px;
}

#electronic-signature .confirmation .wrap-btn {
    text-align: center;
}

#electronic-signature .banner img {
    width:  100%;
}
ul#list-referent li {
    display:inline;
    margin-left: 10px;
}
ul#list-referent li:before{
    content:"• ";
}
.wrap-field-subscription-person .wrap-field-subscription input:disabled {
    background: #fff !important;
    border-color: #000 !important;
}
.wrap-field-subscription-person .wrap-field-subscription > div {
    padding-left: 0;
}
.wrap-field-subscription-person .wrap-field-subscription > div .glyphicon {
    color: #fff;
}

.user-sector h4 {
    margin-bottom: 10px;
    margin-top: 20px;
    text-transform: capitalize;
}

.user-sector .domainTitle {
    margin-bottom: 5px;
    margin-top: 20px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 17px;
}

.user-sector p,
.user-sector span {
    margin-bottom: 0;
    color: grey
}

.user-sector p:before {
    content: "\2014 \00A0";
}

.add-btn-container {
    margin-top: 10px;
}

.wrap-field-subscription-person .wrap-field-subscription.select {
    border-bottom: 1px dotted;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#js-submit-claim .panel-title {
    font-weight: bold;
}

.ajax.img-thumbnail-person {
    cursor: pointer;
}

.js-upload-user-image a.btn-white {
    display: inline-block;
    text-align: center;
    width: 100%;
    border: 1px solid #000000;
    padding: 4px 2px;
    cursor: pointer;
}

#js-submit-claim .warning,
sup.required {
    color: red;
}

.domain-nav {
    /*text-transform: uppercase;*/
}
/*
ul.navbar-nav li:first-child a.filter {
    padding-left: 0 !important;
}
*/

.bloc-event-profile-filter {
    margin-top: 10px;
}

ul.navbar-nav li a.filter {
    padding-bottom: 7px;
    padding-top: 7px;
    padding-right: 8px;
    padding-left: 8px;
}

.first-event {
    clear: both;
}

.hr-separator {
    display: block;
    height: 0;
    overflow: hidden;
    font-size: 0;
    border-width: 1px 0 0;
    border-top: 1px solid #000000;
    margin: 10px 0;
}
.domain-nav,
.profil-nav {
    float: none;
    /* text-align: center; */
    text-align: left;
    font-size: 16px;
}
.domain-nav li,
.profil-nav li
{
    display: inline-block;
    float: none;
}

.profil-nav {
    margin-bottom: 5px;
}

.profil-nav li a {
    border: 1px solid #000;
    padding: 7px 14px !important;
    margin: 5px 2px;
}

.profil-nav li a:hover,
.profil-nav li.filter-active a {
    background: #000;
    color: #ffffff;
}

#js-form-email {
    /*margin-left: -24px;*/
}

.line-email input[type=text] {
    padding: 10px;
    border: 1px solid #000;
    width: 300px;
    margin-bottom: 10px;
}

#clone-line-email {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
    text-decoration: underline;
}


#js-form-email .line-email {
    position: relative;
    margin-bottom: 20px;
}

#js-form-email input[type=email] {
    padding-right: 20px;
}

.line-email .wrap-remove {
    display: inline-block;
    height: 22px;
    width: 20px;
    position: absolute;
    vertical-align: middle;
    right: 0;
    bottom: 10px;
}

.line-email .wrap-remove a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.lin-email {
    color: #2780e3;
}

.color-red {
    color: red;
}

.panel-heading {
    padding: 5px 10px;
}

.panel-heading h3 {
    margin: 0;
    font-size: 23px;
}

.wrap-principal-mail {
    position: relative;
}

.wrap-principal-mail span {
    position: absolute;
    right: 0;
    bottom: 10px;
}

#netisse_appbundle_user_email {
    padding-right: 100px;
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0px;
    background: #fff;
    height: auto;
    /* background: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4)); */
    /* background: linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%); */
    /* background-clip: padding-box; */
    -webkit-box-shadow: initial; 
    box-shadow: initial;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
    border: 1px solid;
    padding: 7px 5px 4px;
    width: 100%;
}

.chosen-container-single .chosen-single div b {
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 15px;
    background-image: url(/assets/img/arrow-down.svg) !important;
    top: 4px;
    position: absolute;
    right: 8px;
    height: 80%;
    display: block;
    width: 86%;
}


/* ==========================================================================
...............home univers
========================================================================== */
.font-icon {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: 1px;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-left: 1px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
}


.social-media .font-icon {
    color: #000;
    font-size: 12px;
}

.wrap-icon {
    background: #FFF;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    color: #000 !important;
    line-height: 18px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.wrap-icon:hover {
    background: #efd607;;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.univer-title {
    font-family: "Circular Std Book";
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 20px;
    max-width: 80%;
}

.wrap-univer {
    /* margin: 150px 30px 115px 30px; */
    margin: 8em 0em;
}

.univer-blocs {
    /* position: relative; */
    display: inline-block;
    /* padding: 0 26% 0 0px; */
    /* display: inline-block; */
    vertical-align: middle;
    width: 100%;
}

.univer-logo {
    position: relative;
    width: 16%;
    /* width: 220px;
    height: 64px; */
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.univer-logo a {
    display: block;
    padding-left: 20px;
}

.univer-logo::after {
    content: "";
    display: block;
    width: 2.68%;
    height: 187.08%;
    background: #000;
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
}

.univer-logo img {
   width: 100%;
}


.univer-blocs a.item {  
    display: block;
    width: 18%;
    overflow: hidden;
    /* margin: 20px; */
    float: left;
    position: relative;
}


.univer-blocs .inner-item {    
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    position: relative;
    /* margin: 22px; */
    margin: 6%;
}


.univer-blocs .inner-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5); 
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}




.univer-blocs.is-activated a.item .inner-item::after,
.univer.other-page a.item:hover .inner-item::after{    
    top: 0;
}


.univer-blocs.is-activated a.item:hover .inner-item::after,
.univer-blocs.is-activated a.item.active .inner-item::after {
    top: 100%;
}



.univer-blocs a.item img {
    width: 100%;
}
footer {
    font-family: "Circular Std Book";
    margin-top: 70px;
    z-index: 2;
}

footer h3 {
    margin: 0;
}
footer .black {
    color: #ffffff;
    background-color: #000000;
    padding: 6px 0;
}
footer .black a {
    color: #ffffff;
    margin-right: 20px;
}
footer .black a:last-child {
    margin-right: 0;
}
footer .univer {
    padding: 0 0 0 3px;
    text-align: left;
}

footer .univer-logo::after {
    background: #FFF;
}
.footer-copyright {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
.link-footer:hover {
    color: #f8ba00;
}
 .link-footer.underline {
    border-bottom: 1px solid;
}
.link-footer {
    color: #FFFFFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-left: 34px;
}
.footer-navbar {
    text-align: center;
}

.footer-navbar .nav {
    margin-bottom: 20px;
}

.footer-navbar .nav>li {
    display: inline-block;
    font-family: "Circular Std Book";
    font-size: 26px;
}

.copyright {
    text-align: right;
    /* padding: 0 20px; */
    font-size: 14px;
    color: #FFFFFF;
    font-family: Akrobat;
}
.copyright a {
    color: #FFFFFF;
}

.social-media {
    color: #FFFFFF;
    text-align: center;
    padding: 0 20px;
}

.social-media h3 {
    text-align: center;
    /* padding: 0 20px; */
    font-size: 14px;
    color: #FFFFFF;
    font-family: Akrobat, "Circular Std Book";
    margin-bottom: 6px;
    margin-top: 1.5px;
}


.footer-navbar .nav>li:hover a {
    color: #efd607;
}

.m-30 {
    margin-bottom: 30px;;
}

#js-domain {
    border: 1px solid #000;
    background: #FFF;
    padding: 3px;
    font-size: 16px;
}


.bloc-events .btn-primary:hover {
    background-color: #ffffff;
    border-color: #000000;
    color: #000000;
}
footer .univer-blocs {
    width: 100%;
}
footer .univer-logo {
    width: 19%;
}
footer .univer-blocs a.item {
    margin: 0px;
}

footer .univer-blocs .inner-item {
    margin: 11px;
}



.wrap-footer-black {
    max-width: 936.5px;
    margin: 0 auto;
}

.wrap-footer-black .col1 {
    width: 18%;
}
.wrap-footer-black .col2 {
    width: calc(64.5% - 10px); /*65.97% */
    width: 63.75%;
    width: 64.9%;
    width: 63.4%;
}
.wrap-footer-black .col3 {
    width: calc(19% - 4px);
}
.required-field{
    color: red;
    font-size: 24px;
    position: relative;
    bottom: 5px;
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .vcenter {
        display: block;
        float: none;
        text-align: center !important;
        width: 100% !important;
        padding: 10px !important;
    }
    .col2 {
        padding: 10px 40px !important
    }


    .copyright {
        text-align: center;
    }

    .wrap-field-subscription-person .wrap-field-subscription .glyphicon {
        left: 15px;
    }
}

@media (min-width: 768px) {
    .modal-xl {
      width: 90%;
     max-width:1500px;
    }
  }
@media only screen and (min-width : 992px) {
.hidden-desktop {
    display: none !important;
}
/*#js-wrap-profile  .dropdown {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}
#js-wrap-profile  .dropdown button {
   display: none !important;
}
#js-wrap-profile  .dropdown ul.dropdown-menu {
    display: block !important;
    width: 100%;
    background: none;
    border: none;
    position: unset;
    box-shadow: none !important;
 }
 #js-wrap-profile  .dropdown ul.dropdown-menu li {
    display: inline-block !important;
    
 }
 #js-wrap-profile  .dropdown ul.dropdown-menu li input{
    display: none !important;
    
 }*/
 .logo {
     padding-top: 4px;
 }
    .link-event {
        background: url('../img/fleche-event.png');
        background-position: 93%;
        background-repeat: no-repeat;
        padding: 7px 40px 7px 7px;
        background-size: 20px;
        border: 1px solid #fff;

    }
}

.bloc-userleads {
    display: inline-block;
    position: relative;
}

.bloc-userleads-btn {
    display: none;
    position: absolute;
    border: 2px solid #000;
    margin-top: -7px;
    border-top: 0;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    background: #fff;
    z-index: 9;
}
.bloc-userleads-btn a {
    position: relative;
    width: 100%;
    display: inline-block;
}
.bloc-userleads-btn a:after {
    content: '>';
    position: absolute;
    right: 10px;
}
.btnlead {
    background: url('../img/right-arrow.svg') 90% center no-repeat !important;
    color: #000 !important;
    background-size: 12px !important;
    padding-right: 38px;
}
.btnlead.clicked {
    background-image: url('../img/down-arrow.svg') !important;
}
#leadTable_paginate {
    float: right;
    padding-top: 8px;
}
#leadTable_length,
#leadTable_info {
    float: left;
}
#leadTable_paginate .paginate_button {
    padding: 0 3px;
}
.table-bordered>tbody>tr>td.no-bordor-btm {
    border-bottom: 0;
}
.table-bordered>tbody>tr>td.no-bordor-top {
    border-top: 0;
}

.btn-leads {
    background-color: #3ADF00;
    border-color: #3ADF00;
    font-size: 14px;
}

.btn-leads:hover {
    border-color: #3ADF00;
    color: #3ADF00;
}

.leads-content .modal-title,
.leads-content {
    font-family: 'Avenir Next';
    font-size: 14px;
}
.leads-content {
    margin-bottom: 10px;
}

.leads-content .paginate_button {
    
    padding: 2px 2px 1px 2px !important;
    /* border: 1px solid #FFFFFF !important; */
    border: 0 !important;
    margin: 0 2px;
}

.leads-content .paginate_button.current {
    border-color: #000000;
    font-weight: bold;
}
.leads-content .paginate_button.previous,
.leads-content .paginate_button.next {
    border-color: #FFFFFF !important;
    font-weight: normal !important;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: scroll;
}


/* bo bigboss */
@media only screen and (min-width: 1200px) {
    .subscription-width-desktop-1140,
    .width-desktop-1140 {
        width:1140px !important;
        margin-top: 50px;
        font-family: 'Roboto', sans-serif;
    }
}

.subscription-width-desktop-1140 .side-left,
.width-desktop-1140 .side-left {
    width:340px !important;
    margin-right: 15px !important;
    padding: 0;
}
.subscription-width-desktop-1140 .side-right,
.width-desktop-1140 .side-right {
    width:785px !important;
    background: #eee;
}
.subscription-width-desktop-1140 .side-right.step2,
.width-desktop-1140 .side-right.step2 {
    width:100% !important;

}
.event-image-bigboss {
    display: block;
    width: 100%;
    height: 481px;
    background-size: cover;
}
.event-title-bigboss {
    background: #eee;
    padding: 20px 40px;
    margin-bottom: 20px;
}
.event-title-bigboss p {
    font-size: 20px;
}
.subscription-width-desktop-1140 .step-list,
.width-desktop-1140 .step-list {
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.subscription-width-desktop-1140 .step-list .step-name,
.width-desktop-1140 .step-list .step-name {
    width: 100%;
    padding-left: 0;
}

.subscription-width-desktop-1140 .step-list ul li,
.width-desktop-1140 .step-list ul li {
    width: auto ;
    padding-bottom: 5px;
    margin-right: 10px;
    color: #000;
    font-weight: bold;
}
.subscription-width-desktop-1140 .step-list ul li.active,
.width-desktop-1140 .step-list ul li.active  {
    color: #d3455b;
    text-decoration: underline;
    border-bottom: 2px solid #d3455b;
}
.width-desktop-1140 #js-submit-bigboss-subscription {
    padding: 0 30px;
}
.width-desktop-1140 #js-submit-bigboss-subscription .form-header {
     display: none;
 }
.subscription-width-desktop-1140 .event-name-bigboss,
.width-desktop-1140 .event-name-bigboss {
    color: #ac6363;
    text-transform: uppercase;
    margin: 0;
}
.subscription-width-desktop-1140 .event-name-bigboss span,
.width-desktop-1140 .event-name-bigboss span {

    text-transform: none;

}
.subscription-width-desktop-1140 .new-btn,.subscription-width-desktop-1140 .new-btn:hover,
.width-desktop-1140 .new-btn,.width-desktop-1140 .new-btn:hover {
    color: #000 !important;
    background: #f8ba00;
    border: none !important;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: normal;
}

.width-desktop-1140 .title-question {
    font-family: 'Roboto', sans-serif;
}
.width-desktop-1140 #doSignContract {
    padding: 10px;
}
.width-desktop-1140 #survey_questions .choices .themes-project * {
    font-family: 'Avenir Next' !important;
    font-size: 12px !important;
    min-height: 10px;
    margin-bottom: -3px
}
.width-desktop-1140 #survey_questions .choices .form-group * {
    font-family: 'Roboto', sans-serif !important;
}
.width-desktop-1140 .form-header h3 {
    padding-top: 0;
    margin-top: 0;
}
.width-desktop-1140 #doSignContract .form-header h3 {
     color:#d3455b;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    border: none;
 }
.width-desktop-1140 h2,.width-desktop-1140 h3 {
    font-family: 'Roboto', sans-serif;
}
.width-desktop-1140 #doSignContract .description {
    margin-top: 0px;
    font-family: 'Roboto', sans-serif !important;
}
.width-desktop-1140 #doSignContract .confirmation {
    margin-top: 0px;
    border: none;
    font-family: 'Roboto', sans-serif !important;
}
.width-desktop-1140 input,.width-desktop-1140 textarea {
    font-family: 'Roboto', sans-serif;
    border:1px solid #c9d2d9 !important;
}
.width-desktop-1140 #electronic-signature #doSignContract .confirmation h1 {
    font-family: 'Roboto', sans-serif !important;
}
.width-desktop-1140 #electronic-signature .description p,
.width-desktop-1140 #electronic-signature .confirmation .text p,
.width-desktop-1140 #electronic-signature .description h1,
.width-desktop-1140 #electronic-signature .confirmation .text h1,
.width-desktop-1140 #electronic-signature .description h2,
.width-desktop-1140 #electronic-signature .confirmation .text h2,
.width-desktop-1140 #electronic-signature .description h3,
.width-desktop-1140 #electronic-signature .confirmation .text h3,
.width-desktop-1140 #electronic-signature .description h4,
.width-desktop-1140 #electronic-signature .confirmation .text h4,
.width-desktop-1140 #electronic-signature .description h5,
.width-desktop-1140 #electronic-signature .confirmation .text h5,
.width-desktop-1140 #electronic-signature .description h6,
.width-desktop-1140 #electronic-signature .confirmation .text h6,
.width-desktop-1140 #electronic-signature .confirmation {
    font-family: 'Roboto', sans-serif;
}

/* responsive */
@media only screen and (max-width: 1199px) {
    .width-desktop-1140 {
        width: 100% !important;
        font-family: 'Roboto', sans-serif;
        position: fixed;
        top: 65px;
        left: 0;
        height: calc(100vh - 65px);
        background: #fff;
        z-index: 9;
        padding: 5px;
        margin: 0;
    }
    .width-desktop-1140 .new-btn {
        border-radius: 4px;
    }
    .width-desktop-1140 #electronic-signature .confirmation .text p {
        font-size: 14px !important;
    }
    .width-desktop-1140 .confirmation  .checkbox .helper {
        width: 20px;
        min-width: 20px;
        height: 20px;
    }
    .width-desktop-1140 .confirmation  .checkbox .helper::after {
        top: 9px;
        left: 1px;
    }
    .width-desktop-1140 .confirmation  .checkbox .helper::before {
        top: 15px;
        left: 7px;
    }
    .width-desktop-1140 #js-submit-bigboss-subscription {
        padding: 0;
    }
    .width-desktop-1140 .side-left {
        width:100% !important;
        margin-right: 0 !important;
        margin-bottom: 50px;
        padding-left: 0;
        padding-right: 0;
    }
    .width-desktop-1140 .side-right {
        width:100% !important;
        background: #fff;
        position: absolute;
        top: 100vh;
        height: 100%;
        transition: all .5s ease-out;
        left: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .width-desktop-1140 .event-image-bigboss {
        height: 220px;
        background-position: center;
        max-width: 365px;
        margin: 0 auto;
    }
    .width-desktop-1140 .event-image-bigboss img {
        max-width: 100%;
    }
    .width-desktop-1140 #survey_questions .radio,.width-desktop-1140 #survey_questions .checkbox {
        position: relative;
        display: flex-root;
        -webkit-box-align: center;
        align-items: center;
        border-radius: 4px;
        background-color: rgba(81, 73, 57, 0.1);
        box-shadow: rgb(81 73 57 / 60%) 0px 0px 0px 1px inset;
        color: rgb(81, 73, 57);
        max-width: 100%;
        min-width: 75px;
        min-height: 45px;
        outline: 0;
        padding: 10px;
        transition-property: background-color, color, border-color, opacity, box-shadow;
        transition-timing-function: ease-out;
        width: 100%;
        cursor: pointer;
        opacity: 1;
    }
    .width-desktop-1140 .radio label,.width-desktop-1140 .checkbox label {
        padding-left: 4rem;
    }
    .width-desktop-1140 .radio .helper,.width-desktop-1140 .checkbox .helper {
        width: 24px;
        min-width: 22px;
        height: 24px;
        border-radius: 2px;
        font-size: 12px;
        line-height: 16px;
        font-family: sans-serif;
        border-color: #000;
        background-color: rgba(255, 255, 255, 0.8);
        color: #000;
    }
    .width-desktop-1140 #survey_questions .choices .form-group {
        margin-left: 0px;
    }
    .width-desktop-1140  .radio .helper::before,.width-desktop-1140 .checkbox .helper::before {

        top: 17px;
        left: 9px;
    }
    .width-desktop-1140  .radio .helper::after,.width-desktop-1140  .checkbox .helper::after {
        top: 11px;
        left: 3px;
    }
    #start-survey {
        color: #fff !important;
    }
    .start-survey {
        position: fixed;
        bottom: 50px;
        width: 100%;
        left: 0;
    }
    .next-prev-survey {
         position: fixed;
         bottom: -10px;
         width: 100%;
         right: 0;
        z-index: 10;
        height: 55px;
        background: #fff;

     }
    .width-desktop-1140 #survey_questions .form-group {
        position: absolute;
        top: 300vh;
        transition: all .5s ease-out;
        display: block;
        left: 0;
        width: 100%;
        height: 85%;
        overflow: auto;
        padding: 10px;
        padding-bottom: 50px;
    }

    .width-desktop-1140  #survey_questions {
        position: absolute;
        top:0;
        display: block;
        width: 100%;
        height: 100%;

    }
    .width-desktop-1140 #survey_questions .form-group .form-group {
        position: unset;
        padding-bottom: 0;
    }
    #next-survey {
        position: absolute;
        right: 5px;
        height: 30px;
        width: 30px;
        padding: 0;
        bottom: 0;
        display: block;
        border-radius: 4px;
    }
    #prev-survey {
        position: absolute;
        right: 40px;
        height: 30px;
        width: 30px;
        padding: 0;
        bottom: 0;
        display: block;
        border-radius: 4px;
    }
    .event-image-bigboss {

        height: 90px;
        background-position: center;


    }
    .event-image-bigboss.banner-tablet {
        transition: all .5s ease-out;
        height: 220px;
        width: 100%;
        background-position: center;
        background-size: cover;
        margin-bottom: 30px;
    }
    .active-survey .title-question ,.active-survey .choices{
        font-size: 16px !important;
        font-family: 'Roboto', sans-serif !important;
    }
    .active-survey .title-question {
        margin-top: 10px;
    }
    .submit-survey-mobile {
        position: fixed;
        bottom: 40px;
        left: 35px;
    }
    #electronic-signature {
        display: block;
        width: 100vw;
        height: 100%;
        background: #fff;
        overflow-y: auto;
        padding-bottom: 150px;
    }
    .width-desktop-1140 #electronic-signature .new-btn, .width-desktop-1140 #electronic-signature .new-btn:hover {
        padding:5px 20px;
        color: #fff !important;
    }

    .width-desktop-1140 textarea {
        display: block;
        width: 100%;
        font-family: inherit;
        padding: 3px 3px 8px !important;
        border-radius: 0px;
        border: none !important;
        outline: none !important;
        background-color: transparent;
        overflow-wrap: break-word;
        resize: none;
        overflow: hidden;
        transition: box-shadow 0.1s ease-out 0s;
        box-shadow: rgb(0 0 0 / 30%) 0px 1px;
        height: 29px;
        margin-bottom: 10px;
    }
    .width-desktop-1140 textarea:focus {
        box-shadow: rgb(0 0 0 / 30%) 0px 2px !important;
    }

    .eWtprp {
        position: relative;
        font-family: inherit;
        font-weight: 700;
        cursor: pointer;
        transition-duration: 0.1s;
        transition-property: background-color, color, border-color, opacity, box-shadow;
        transition-timing-function: ease-out;
        outline: none;
        border: 1px solid transparent;
        margin: 0px;
        box-shadow: rgb(0 0 0 / 10%) 0px 3px 12px 0px;
        padding: 6px 14px;
        min-height: 40px;
        background-color: #f8ba00;
        color: rgb(255, 255, 255);
        border-radius: 4px;
        margin: 0 auto;
        width: 75px;
        display: block;
        top: 3px;
    }
    .iBCoLc {
        margin-left: 5px;
    }
    header .header-rightside {
        margin-top: 0;
    }

    .bold {
        font-weight: bold;
    }
    .progress-bar-container {
        width: 185px;
        position: absolute;
        bottom: 0px;
        right: 80px;
        color:#cccccc;
    }
    .progress {
        height: 4px;
    }

    .progress-bar {
        background-color:#f8ba00 ;
        box-shadow: none;
    }

    sup.required {
        color: #000 !important;
    }
    .error sup.required {
        color: red !important;
    }
    .event-name-bigboss {
        font-size: 20px;
    }
    .active-survey .event-name-bigboss {
        margin-top: 20px;
        margin-bottom: 20px !important;
    }

    .radio .helper,.checkbox .helper  {
        top: 50% !important;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .event-name-bigboss.padding_0_50 {
        padding: 0 35px !important;
    }

    .form-group .event-name-bigboss.padding_0_50 {
        padding: 0 30px !important;
    }
    sup.required {
        font-size: 16px !important;
        font-weight: normal !important;
        font-family: 'Roboto', sans-serif !important;
    }
    .width-desktop-1140 #doSignContract .confirmation {
        padding-bottom: 100px;
    }

    .width-desktop-1140 #survey_questions .choices .themes-project * {
        font-size: 12px !important;
        min-height: 22px;
        margin-bottom: -3px;
    }

}
.padding_0_50 {
    padding: 0 50px !important;
}
.fs-15 {
    font-size: 15px !important;
}

.text-gray {
    color: #ccc;
    position: fixed;
    bottom: 20px;
    width: 100%;
    left: 0;
    text-align: center;
}

.mb-30 {
    margin-bottom: 30px !important;
}
.fs-20 {
    font-size: 20px !important;
}

select.disabled {
    background: #ccc;
    border: none;
}

#js-step-3 .input-group-btn:last-child>.btn, 
#js-step-3 .input-group-btn:last-child>.btn-group {
    margin-left: 0;
    margin-top: 0;
    height: inherit;
}

#js-step-3 .bootstrap-filestyle.input-group input {
    margin-top: 0px;    
}
    
.ptb-15 {
    padding: 15px 0;
}

.btn-getinshoot,
.btn-getinshoot:active,
.btn-getinshoot:focus
 {
    display: inline-block;
    width: 80%;
    height: 34px;
    line-height: 31px;
    font-size: 15px;
    color: #FFFFFF;
    border: 1px solid #edbb40;
    text-decoration: none;
    text-align: center;
    background-color: #edbb40;
    transition: all 0.4s ease;
}

.btn-getinshoot:hover {
    color: #edbb40;
    border-color: #edbb40;
    background-color: #FFFFFF;
}
.infos-particip .nav-tabs {
    display: table;
    margin: 0 auto 15px;
    border: 0;
}
.infos-particip .nav-tabs > li.active > a {
    color: #ac6363;
    border: 0;
    border-bottom: 1px solid #ac6363;
}
.infos-particip .nav-tabs > li.active > a:hover,
.infos-particip .nav-tabs > li.active > a:focus {
    background: transparent;
    font-weight: bold;
}
.infos-particip .chosen-container-multi .chosen-choices {
    padding: 7px 5px 4px;
    border-color: #000;
}
.infos-particip .chosen-container-multi .chosen-choices.warning {
    border-color: red;
}
.infos-particip .btn-getinshoot {
    max-width: 250px;
}
.infos-particip .infos-particip-videos {
    background: #dfe6ed;
    padding: 10px 20px 25px;
    text-align: center;
}
.infos-particip .infos-particip-videos a {
    text-decoration: underline;
}
.companyimage .noimagebl {
    margin: 0 0 7px;
}
/* .companyimage .group-span-filestyle.input-group-btn {
    position: absolute;
    z-index: 9;
    opacity: 0;
    width: 100%;
} */
.panel-body-logo img {
    max-width: 100%;
}
.wrap-field-subscription-person .personimg img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.profile-form-infos .bootstrap-filestyle input[type="text"] {
    width: 97%;
}
.wrap-field-subscription-person .js-upload-user-image a.btn-white,
.profile-form-infos .input-group-btn>.btn {
    /* background: #666;
    border-color: #666; */
    background: #4b5c6b;
    border-color: #4b5c6b;
    color: #fff;
}
.profile-form-infos .input-group-btn>.btn .icon-span-filestyle {
    display: none;
}

#js-submit-claim input,
#js-submit-claim textarea,
#js-submit-claim select {
    border-color: #ccd4db;
}

#js-submit-claim .nav-tabs>li>a  {
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-size: 15px;
    padding: 0px 0;
    margin: 0 10px;
    border: none;
    border-bottom: 2px solid transparent;
}

#js-submit-claim .nav-tabs {
    margin: 40px auto;
}

#js-submit-claim .nav-tabs > li.active > a,
#js-submit-claim .nav-tabs>li>a:hover {
    color: #d3455b;
   
    /* text-decoration: underline; */
    border-bottom: 2px solid #d3455b;
}

#js-submit-claim .panel-title {
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 10px;
}
#js-submit-claim .company_logo {
    min-height: 166px;
    display: flex;
    justify-content: center;
    align-items: center;
}


#js-submit-claim .panel-body {
    padding-top: 0px;
}

#js-submit-claim .form-body {
    margin: 0 0 0 0;
}

#js-submit-claim .infos-particip-videos {
    margin-top: 40px;
    margin-left: -15px;
    margin-right: -15px;
}

#js-submit-claim .alert {
    margin-bottom: 40px;
}

#user_site  {
    border-top: none;
    border-left: none;
    border-right: none;
    background: transparent;
}

#js-submit-claim .wrap-field-subscription-person .wrap-field-subscription.select {
    border: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#js-submit-claim .wrap-field-subscription-person .personimg img {
    max-width: inherit;
    width: 50px;
}

#js-submit-claim .btn-view-user {
    width: 100%;
    margin-top: 0px;
    font-size: 15px;
    padding: 5px 10px;
}

#js-submit-claim .add-person {
    width: 100%;
    margin: 0;
}

.mt-0 {
    margin-top: 0 !important;
}

#js-submit-claim .btn-getinshoot {
    background-color: #f7c325;
    border-color: #f7c325;
    color: #000;
    height: auto;
    padding: 12px 55px;
    line-height: inherit;
    width: auto;
}

#js-submit-claim .btn-getinshoot:hover {
    color: #edbb40;
    background-color: #FFF;
}


#js-submit-update-user input,
#js-submit-update-user textarea,
#js-submit-update-user select {
    border-color: #ccd4db;
}

#js-submit-update-user .panel-title {
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 10px;
}

#js-submit-update-user .panel-body {
    padding-top: 0px;
}

#js-submit-update-user .form-body {
    margin: 0 0 0 0;
}

#js-submit-update-user .alert {
    margin-bottom: 40px;
}


#js-submit-update-user .btn-getinshoot {
    background-color: #f7c325;
    border-color: #f7c325;
    color: #000;
    height: auto;
    padding: 12px 55px;
    line-height: inherit;
    width: auto;
}

#js-submit-update-user .btn-getinshoot:hover {
    color: #edbb40;
    background-color: #FFF;
}

#js-submit-update-user .input-group-btn:last-child>.btn,
#js-submit-update-user .input-group-btn:last-child>.btn-group {
    margin-left: 0;
    margin-top: 0;
    height: inherit;
}

#js-submit-update-user .bootstrap-filestyle.input-group input {
    margin-top: 0px;
}

#js-submit-update-user .input-group-btn>.btn .icon-span-filestyle {
    display: none;
}
#js-submit-update-user .input-group-btn>.btn {
    background: #4b5c6b;
    border-color: #4b5c6b;
    color: #fff;
}

#js-submit-update-user .bootstrap-filestyle.input-group input {
    margin-top: 0px;
}

#js-submit-update-user .bootstrap-filestyle input[type="text"] {
    width: 95% !important;
}

.companyimage .group-span-filestyle.input-group-btn {
    position: absolute;
    z-index: 9;
    opacity: 1;
    width: 30px;
    height: 30px;
    top: -28px;
    right: -4px;
    cursor: pointer;

    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    color: #4b5c6b;
}

.companyimage .group-span-filestyle.input-group-btn label{
    color: #4b5c6b;
    background-color: transparent;
    border: none;
}

.companyimage .group-span-filestyle.input-group-btn label:active{
    background: transparent;
    border: none;
    box-shadow: none;
}
.companyimage .group-span-filestyle.input-group-btn label:before{
    content: "\e198";
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.companyimage .group-span-filestyle.input-group-btn label * {
    display: none;
}


#js-step-3 .companyimage .bootstrap-filestyle.input-group input {
    margin-top: 0px;
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 0;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#js-step-3 .companyimage .bootstrap-filestyle.input-group input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000;
    opacity: 1; /* Firefox */
}
  
#js-step-3 .companyimage .bootstrap-filestyle.input-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #000000;
}

#js-step-3 .companyimage .bootstrap-filestyle.input-group input::-ms-input-placeholder { /* Microsoft Edge */
color: #000000;
}

#js-submit-claim  .simple-loader {
    width: 14px;
    height: 14px;
    margin-top: -2px;
    margin-right: 4px;
}

#js-submit-claim .btn-primary {
    background: #4b5c6b;
    border-color: #4b5c6b;
}

.checkbox.checkbox-column {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}

.error a {
    color: red;
    text-decoration: underline;
}

.wrap-claim-form {
    margin-bottom: 20px !important;
    border-bottom: 1px solid #dfe6ed;
    padding: 20px 0;
}

.wrap-claim-form:last-child {
    border: none;
}

.wrap-claim-form textarea.valid {
    padding-right: 18px;
}