.btn {
display : inline-block;
position : relative;
margin : 0;
border-radius : 2px;
font-size : 13px;
vertical-align : middle;
color : #fff;
background-clip : padding-box;
box-shadow : 0 1px 0 rgb(0, 0, 0, 0.05);
transition : all 0.15s ease;
cursor : pointer;
}
.btn:hover, .btn:focus {
color : #fff;
}
.btn.btn-link {
padding : 4px 12px !important ;
border : none !important ;
text-shadow : none !important ;
line-height : 20px !important ;
color : #08c !important ;
background : none transparent !important ;
box-shadow : none !important ;
}
.btn.btn-link:hover {
text-shadow : none !important ;
background : none !important ;
}
.btn.btn-link.active {
text-decoration : underline;
color : #009ceb !important ;
background : none !important ;
}
.btn.btn-link.active:after {
display : none;
}
.btn.btn-link.disabled, .btn.btn-link[disabled] {
opacity : 0.65;
background : 0;
}
.btn.btn-link.disabled:hover, .btn.btn-link[disabled]:hover {
text-decoration : none !important ;
background : none !important ;
}
.btn.btn-circle {
width : 60px;
height : 60px;
padding : 11px 12px;
border-radius : 50%;
text-align : center;
background-clip : padding-box;
}
.btn.btn-circle > .fa, .btn.btn-circle .typcn, .btn.btn-circle .glyphicon, .btn.btn-circle > [class*="wi-"] {
margin : 0 auto;
font-size : 20px;
line-height : 34px;
}
.btn.btn-circle.btn-xs > .fa, .btn.btn-circle.btn-xs .typcn, .btn.btn-circle.btn-xs .glyphicon, .btn.btn-circle.btn-xs > [class*="wi-"] {
font-size : 12px;
line-height : 14px;
}
.btn.btn-circle.btn-sm {
width : 50px;
height : 50px;
padding : 10px 15px;
}
.btn.btn-circle.btn-sm > .fa, .btn.btn-circle.btn-sm .typcn, .btn.btn-circle.btn-sm .glyphicon, .btn.btn-circle.btn-sm > [class*="wi-"] {
border-radius : 50%;
font-size : 18px;
line-height : 26px;
}
.btn.btn-circle.btn-lg {
width : 70px;
height : 70px;
padding : 10px;
}
.btn.btn-circle.btn-lg > .fa, .btn.btn-circle.btn-lg .typcn, .btn.btn-circle.btn-lg .glyphicon, .btn.btn-circle.btn-lg > [class*="wi-"] {
font-size : 28px;
line-height : 46px;
}
.btn.btn-labeled .btn-label > .fa, .btn.btn-labeled .btn-label .typcn, .btn.btn-labeled .btn-label .glyphicon, .btn.btn-labeled .btn-label > [class*="wi-"] {
margin-right : 0;
}
.btn.icon-only {
width : 36px;
height : 34px;
padding : 5px 3px;
}
.btn.icon-only > .fa, .btn.icon-only .typcn, .btn.icon-only .glyphicon, .btn.icon-only > [class*="wi-"] {
margin : 0;
padding : 0;
text-align : center;
font-size : 22px;
line-height : 22px;
vertical-align : middle;
}
.btn > .fa, .btn .typcn, .btn .glyphicon, .btn > [class*="wi-"] {
display : inline;
margin-right : 4px;
font-size : 14px;
}
.btn > .fa.right, .btn .typcn.right, .btn .glyphicon.right, .btn > [class*="wi-"].right {
margin-right : 0;
margin-left : 4px;
}
.btn-xs > .fa, .btn-xs > .typcn, .btn-xs > .glyphicon, .btn-xs > [class*="wi-"] {
margin-right : 2px;
font-size : 12px;
}
.btn-xs.icon-only > .fa, .btn-xs.icon-only > .typcn, .btn-xs.icon-only > .glyphicon, .btn-xs.icon-only > [class*="wi-"] {
font-size : 12px;
line-height : 7px;
}
.btn-sm {
padding : 4px 9px;
font-size : 12px;
line-height : 1.39;
}
.btn-sm > .fa, .btn-sm > .typcn, .btn-sm > .glyphicon, .btn-sm > [class*="wi-"] {
margin-right : 3px;
font-size : 13px;
}
.btn-sm > .fa.right, .btn-sm > .typcn.right, .btn-sm > .glyphicon.right, .btn-sm > [class*="wi-"].right {
margin-right : 0;
margin-left : 3px;
}
.btn-sm.icon-only {
width : 31px;
height : 30px;
padding : 3px !important ;
}
.btn-sm.icon-only > .fa, .btn-sm.icon-only > .typcn, .btn-sm.icon-only > .glyphicon, .btn-sm.icon-only > [class*="wi-"] {
font-size : 20px;
line-height : 21px;
}
.btn-lg {
padding : 9px 18px;
font-size : 14px;
line-height : 1.35;
}
.btn-lg.icon-only {
width : 40px;
height : 38px;
padding : 6px !important ;
}
.btn-lg.icon-only > .fa, .btn-lg.icon-only > .typcn, .btn-lg.icon-only > .glyphicon, .btn-lg.icon-only > [class*="wi-"] {
font-size : 24px;
line-height : 26px;
}
.btn-lg > .fa, .btn-lg > .typcn, .btn-lg > .glyphicon, .btn-lg > [class*="wi-"] {
margin-right : 6px;
font-size : 16px;
}
.btn-lg > .fa.right, .btn-lg > .typcn.right, .btn-lg > .glyphicon.right, .btn-lg > [class*="wi-"].right {
margin-right : 0;
margin-left : 6px;
}
.btn, .btn-default, .btn:focus, .btn-default:focus {
border-color : #ccc;
color: #fb2e9a;
background-color : #fff;
}
.btn:hover, .btn-default:hover {
color : #000;
}
.btn.dropdown-toggle:not(:first-child), .btn-default.dropdown-toggle:not(:first-child) {
margin-left : -1px;
border-left-width : 0 !important ;
}
.btn-default:hover, .open .btn-default.dropdown-toggle {
border-color : #b8b8b8;
box-shadow : 0 1px 0 rgb(0, 0, 0, 0.1);
}
.open .btn-default.dropdown-toggle {
box-shadow : 0 3px 5px rgb(0, 0, 0, 0.125) inset;
}
.btn-primary, .btn-primary:focus {
border-color : #427fed;
color : #fff;
background-color : #427fed !important ;
}
.btn-primary:hover {
color : #fff;
}
.btn-primary.dropdown-toggle {
border-left-color : #6a99ee !important ;
}
.btn-primary.active {
border-color : #21448d;
background-color : #2c56b1 !important ;
}
.btn-primary:hover, .open .btn-primary.dropdown-toggle {
border-color : #427fed;
background-color : #4285f4 !important ;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
border-color : #427fed;
opacity : 0.5;
background-color : #427fed !important ;
}
.btn-info, .btn-info:focus {
border-color : #57b5e3;
color : #fff;
background-color : #57b5e3 !important ;
}
.btn-info:hover {
color : #fff;
}
.btn-info.dropdown-toggle {
border-left-color : #8bcdee !important ;
}
.btn-info.active {
border-color : #4396cb;
background-color : #5fa6d3 !important ;
}
.btn-info:hover, .open .btn-info.dropdown-toggle {
border-color : #6abce2;
background-color : #6abce2 !important ;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
border-color : #57b5e3;
opacity : 0.5;
background-color : #57b5e3 !important ;
}
.btn-success, .btn-success:focus {
border-color : #53a93f !important ;
color : #fff;
background-color : #53a93f !important ;
}
.btn-success:hover {
color : #fff;
}
.btn-success.dropdown-toggle {
border-left-color : #a0d468 !important ;
}
.btn-success.active {
border-color : #2f6124;
background-color : #3e802f !important ;
}
.btn-success:hover, .open .btn-success.dropdown-toggle {
border-color : #65b951;
background-color : #65b951 !important ;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
opacity : 0.5;
background-color : #53a93f !important ;
}
.btn.disabled.active, .btn[disabled].active, .btn.disabled:focus, .btn[disabled]:focus, .btn.disabled:active, .btn[disabled]:active {
outline : 0;
}
.btn.disabled:active, .btn[disabled]:active {
top : 0;
left : 0;
}
.open .btn.dropdown-toggle {
box-shadow : 0 3px 5px rgb(0, 0, 0, 0.125) inset;
}
.btn-group > .btn:not(:first-child):not(.dropdown-toggle) {
border-left : 0;
}
.btn-group > .btn, .btn-group > .btn + .btn {
margin : 0;
}
.btn-group > .btn:first-child {
margin : 0;
border-radius : 2px;
background-clip : padding-box;
}
.btn-group > .btn:last-child {
border-radius : 0 2px 2px 0;
background-clip : padding-box;
}
.btn-group > .btn > .caret {
margin-top : 1px;
margin-left : 1px;
border-width : 5px;
border-top-color : #eee;
}
.btn-group > .btn.btn-default > .caret {
border-top-color : #333;
}
.btn-group > .btn + .btn.dropdown-toggle {
padding-right : 7px;
padding-left : 7px;
}
.btn-group > .btn + .btn-lg.dropdown-toggle {
padding-right : 10px;
padding-left : 10px;
}
.btn-group > .btn + .btn-sm.dropdown-toggle {
padding-right : 6px;
padding-left : 6px;
}
.btn-group > .btn + .btn-sm.dropdown-toggle .fa {
line-height : 13px;
}
.btn-group .dropdown-toggle {
border-radius : 0 2px 2px 0;
background-clip : padding-box;
}
.btn-group .dropdown-toggle .fa {
display : inline-block;
margin-top : 1px;
margin-right : 0;
margin-left : 0;
font-size : 14px;
line-height : 14px;
}
.btn-group > .btn, .btn-group + .btn {
margin : 0;
}
.btn-group > .btn.active:after, .btn-group + .btn.active:after {
right : -2px;
bottom : -2px;
left : -2px;
border-bottom-width : 1px;
}

#userslst .user_block .thumbnail {
z-index : 1;
position : relative;
}
#userslst .userslst_infos {
border-bottom : 1px solid #ececee;
border-bottom-left-radius : 4px;
border-bottom-right-radius : 4px;
}
#userslst .userslst_username {
z-index : 1;
margin-top : -23px;
margin-bottom : 2px;
padding-right : 5px;
padding-bottom : 5px;
padding-left : 5px;
overflow : hidden;
text-overflow : ellipsis;
font-size : 16px;
white-space : nowrap;
color : #000;
}
#userslst .thumbnail {
z-index : 1;
height : 150px;
border : none;
border-bottom-left-radius : 0;
border-bottom-right-radius : 0;
overflow : hidden;
}
#userslst .thumbnail img {
transition : all 0.4s ease;
}
#userslst .thumbnail img:hover {
transform : scale(1.10);
}
#userslst .thumb {
margin-bottom : 4px;
border-radius : 4px;
text-align : center;
background : #FFF;
}
.jplist-hidden {
display : none;
}
.jplist-sticky {
z-index : 1000;
position : fixed;
top : 0;
left : 0;
width : 100%;
padding-bottom : 5px;
background : #f1f1f1;
}
.jplist-panel {
color : #27252a;
background: #edf2f6;s
}
.jplist-panel button {
float : left;
box-sizing : border-box;
height : 30px;
margin: 5px 10px 0 0;
border : #dbdbdb solid 1px;
border-radius : 3px;
text-shadow : 1px 1px 1px #fff;
color : #27252a;
background : #fff;
background : linear-gradient(to bottom, #fff 0, #efefef 100%);
box-shadow : 0 0 1px #fff;
}
.jplist-panel button:hover {
color : #0381bb;
background : #f2f2f2;
background : linear-gradient(to bottom, #fafafa 0, #ededed 100%);
}
.jplist-panel button.jplist-disabled {
color : #6c6c6c;
background : #e3e3e3;
cursor : default;
}
.jplist-panel button.jplist-selected {
color : #f03800;
}
.jplist-panel input[type="text"] {
float : left;
box-sizing : border-box;
width : 150px;
height : 30px;
border : #dbdbdb solid 1px;
border-radius : 3px;
text-indent : 5px;
text-shadow : 1px 1px 1px #fff;
color : #27252a;
background : #fff;
box-shadow : 0 0 1px #fff;
}
.jplist-panel input[type="checkbox"], .jplist-panel input[type="radio"] {
display : inline-block;
float : left;
box-sizing : border-box;
height : 30px;
color : #27252a;
background : #fff;
}
.jplist-panel label {
display : inline-block;
float : left;
box-sizing : border-box;
height : 30px;
padding : 0;
line-height : 26px;
color : #27252a;
cursor : pointer;
}
.jplist-icon {
display : inline-block;
float : left;
box-sizing : border-box;
height : 30px;
padding : 0 10px;
border : #dbdbdb solid 1px;
border-right : 0;
border-radius : 3px;
text-shadow : 1px 1px 1px #fff;
line-height : 30px;
color : #27252a;
background : #fff;
box-shadow : 0 0 1px #fff;
}
.jplist-icon:hover {
color : #0381bb;
}
.jplist-selected {
color : #ca3f1a;
}
.jplist-drop-down {
float : left;
position : relative;
box-sizing : border-box;
width : 180px;
height : 30px;
margin : 5px 10px 0 0;
border : #dbdbdb solid 1px;
border-radius : 3px;
text-shadow : 1px 1px 1px #fff;
color : #27252a;
background : #fff;
background : linear-gradient(to bottom, #fff 0, #efefef 100%);
box-shadow : 0 0 1px #fff;
}
.jplist-drop-down .jplist-dd-panel {
float : left;
width : 150px;
height : 30px;
overflow : hidden;
text-indent : 10px;
line-height : 30px;
cursor : pointer;
}
.jplist-drop-down .jplist-dd-panel:after {
content : '\25BC';
display : inline-block;
z-index : 1;
position : absolute;
right : 10px;
color : #111;
}
.jplist-drop-down ul {
display : none;
z-index : 1000;
position : relative;
top : 0;
box-sizing : border-box;
width : 148px;
margin : 0;
padding : 0;
border : #dbdbdb solid 1px;
border-radius : 0 0 3px 3px;
overflow : hidden;
list-style : none;
background : #fff;
box-shadow : 0 3px 6px #bbb;
}
.jplist-drop-down ul li {
float : left;
width : 100%;
height : 30px;
text-indent : 10px;
line-height : 30px;
cursor : pointer;
}
.jplist-drop-down ul li:hover {
background-color : #ececec;
}
.jplist-drop-down:hover .jplist-dd-panel, .jplist-drop-down:hover .jplist-dd-panel:after {
color : #0381bb;
}
.jplist-ios-button {
display : none;
}
@media only screen and (max-width: 600px) {
.jplist-ios-button {
display : block;
float : left;
box-sizing : border-box;
width : 100%;
height : 30px;
border : #dbdbdb solid 1px;
border-radius : 3px;
text-align : center;
text-shadow : 1px 1px 1px #fff;
font-size : 15px;
line-height : 30px;
color : #27252a;
background : #fff;
background : linear-gradient(to bottom, #fff 0, #efefef 100%);
box-shadow : 0 0 1px #fff;
cursor : pointer;
}
.jplist-ios-button:hover {
background : #f2f2f2;
background : linear-gradient(to bottom, #fafafa 0, #ededed 100%);
}
.jplist-ios-show {
display : block;
}
}
.radio {
float : left;
}
[data-control-type="range-filter"] {
cursor : pointer;
}
.jplist-reset-btn {
width : 75px;
}
.jplist-panel .jplist-pagination {
float : left;
line-height : 30px;
cursor : pointer;
}
.jplist-panel .jplist-pagination button {
display : inline-block;
height : 30px;
padding : 0 10px;
line-height : 30px;
color : #0381bb;
}
.jplist-panel .jplist-pagination .jplist-current {
font-weight : bold;
color : #f03800;
}
.jplist-panel .jplist-pagination .jplist-pagingprev, .jplist-panel .jplist-pagination .jplist-pagingmid, .jplist-panel .jplist-pagination .jplist-pagingnext {
float : left;
}
.jplist-panel .jplist-pagination .jplist-pagingprev button, .jplist-panel .jplist-pagination .jplist-pagingnext button {
font-family : "Courier New", Courier, monospace;
font-size : 20px;
}
.jplist-one-page {
display : none;
}
.jplist-empty {
display : none;
}
.jplist-hide-preloader {
display : none;
}
.jplist-preloader {
float : right;
height : 30px;
margin : 10px 10px 0 0;
line-height : 30px;
}
.jplist-panel .text-filter-box {
float : left;
height : 30px;
margin : 5px 10px 0 0;
}
.jplist-panel .text-filter-box2 {
    float: left;
    box-sizing: border-box;
    width: 130px;
    border: #dbdbdb solid 1px;
    border-radius: 3px;
    text-indent: 5px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    background: #fff;
    box-shadow: 0 0 1px #fff;
    margin-top: 5px;
margin-left: 10px;
}




.jplist-panel .text-filter-box .jplist-icon {
background : #e8eff9;
}
.jplist-panel .text-filter-box button {
margin : 0;
padding : 0 10px;
border-left : 0;
}
.fr_act_btns {
position : absolute;
top : 1px;
right : 25px;
}
.friend_inner {
margin-bottom: 3px;
padding: 8px;
border-radius: 2px;
background: #d2ecf2f7 none repeat scroll 0 0;
border: 1px solid #fff;
border-radius: 5px;
}
.photos-page-li {
width : 168px;
margin : 1px;
height : 168px;
overflow : hidden;
float : left;
}
.photos2-page-li {
width : 100px;
margin : 1px;
height : 125px;
overflow : hidden;
float : left;
}
#popUpDiv .photos-page-li {
height : 75px;
}
#popUpDiv .photos-page-li .friend_inner {
position : relative;
}
#popUpDiv .photos-page-li a {
display : block;
cursor : default;
}
#popUpDiv .photos-page-li .wsc_button {
position : absolute;
top : 27px;
left : 45px;
cursor : pointer;
display : none;
}
#popUpDiv .photos-page-li:hover .wsc_button {
display : block;
}
.notify-zone {
padding : 18px 10px;
}
.notify-zone .fr_act_btns {
position : absolute;
top : 50px;
right : 15px;
}
.fr_act_btns {
position : absolute;
top : 0px;
right : 25px;
}
.notification_header2 h3 {
margin : 10px;
}
.notification_header2 h3 a {
color : #f7258c;
font-size : 12px;
}
.notification_header2 {
margin : 0;
padding : 0;
height : 24px;
}
.imgprofil {
height : 100%;
background-position : center;
background-repeat : no-repeat;
background-size : cover;
}
.imgprofilmini {
max-width : 100%;
height : 30px;
}

.wsc_w_r .w_m {
    float: left;
    position: relative;
    width: 32%;
    margin: 0;
    margin-top: 2px;
    margin-right: 1px;
    margin-left: 2px;
    overflow: hidden;
    margin-bottom: 3px;
}

.wsc_w_r .w_m a {
    display: block;
    z-index: 0;
    position: absolute;
    bottom: 0;
}

.w_m a:first-child {
    z-index: 2;
    z-index: 1;
    position: relative;
    width: 100%;
}

.w_m a:first-child img {
    width: 100%;
}

.wsc_w_r .w_m .wsc_image_gallery {
    display: block;
    z-index: 3;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 82px 20px;
    text-align: center;
    color: #fff;
    opacity: 0.6;
background: #fb2e9acf;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.wsc_w_r .w_m .wsc_image_gallery span {
    font-size: 30px;
}

.wsc_w_r .w_m .wsc_image_gallery:hover {
    text-decoration: none;
    opacity: 0.5;
}

.wsc_w_r .w_m .wsc_image_gallery i {
    float: left;
    margin-right: 5px;
    font-size: 16px;
}










.square, .btn {
border-radius: 3px!important;
}

/* -- color classes -- */
.coralbg {
background: #fffbfb;
}

.coral {
color: #FA396f;
}

.turqbg {
background-color: #4eaed1;
}

.turq {
color: #4eaed1;
}

.white {
color: #fff!important;
}

/* -- The "User's Menu Container" specific elements. Custom container for the snippet -- */
div.user-menu-container {
z-index: 10;
background-color: #fff;
background-clip: padding-box;
opacity: 0.97;
filter: alpha(opacity=97);
-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

div.user-menu-container .btn-lg {
padding: 0px 12px;
}

div.user-menu-container h4 {
font-weight: 300;
color: #8b8b8b;
}
h4, .h4 {
font-size: 13px;
}
h4, .h4, h5, .h5, h6, .h6 {
margin-top: 10px;
margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
div.user-menu-container a, div.user-menu-container .btn  {
transition: 1s ease;
}

div.user-menu-container .thumbnail {
width:100%;
min-height:50px;
border: 0px!important;
padding: 0px;
border-radius: 0;
border: 0px!important;
}

/* -- Vertical Button Group -- */
div.user-menu-container .btn-group-vertical {
display: block;
}

div.user-menu-container .btn-group-vertical>a {
padding: 6px 25px;
background-color: #4eaed1;
color: white;
border-color: #fff;
}

div.btn-group-vertical>a:hover {
color: white;
border-color: white;
}

div.btn-group-vertical>a.active {
background: #fb2e9a;
box-shadow: none;
color: white;
}
/* -- Individual button styles of vertical btn group -- */
div.user-menu-btns {
padding-right: 0;
padding-left: 0;
padding-bottom: 0;
}

div.user-menu-btns div.btn-group-vertical>a.active:after{
content: '';
position: absolute;
left: 100%;
top: 50%;
margin-top: -13px;
border-left: 0;
border-bottom: 13px solid transparent;
border-top: 13px solid transparent;
border-left: 10px solid #fb2e9a;
}
/* -- The main tab & content styling of the vertical buttons info-- */
div.user-menu-content {
color: #323232;
}

ul.user-menu-list {
list-style: none;
margin-bottom: 0;
padding: 10px;
}
ul.user-menu-list>li {
text-align: center;
}

div.user-menu div.user-menu-content:not(.active){
display: none;
}

/* -- The btn stylings for the btn icons -- */
.btn-label {position: relative;left: -12px;display: inline-block;padding: 6px 12px;background: rgba(0,0,0,0.15);border-radius: 3px 0 0 3px;}
.btn-labeled {padding-top: 0;padding-bottom: 0;}

/* -- Custom classes for the snippet, won't effect any existing bootstrap classes of your site, but can be reused. -- */
.user-pad-block {
margin-left: 15px;
}
.user-pad {
margin-left: 5px;
}
.user-pad2 {
background: #FFFFFF;

}
.no-pad {
padding-right: 0;
padding-left: 2;
padding-bottom: 0;
}

.user-details {

}

.user-image {
max-height:200px;
overflow:hidden;
}

.overview h3 {
font-size: 10px;
margin-top: 15px;
margin: 10px 0 0 0;
}

.overview h4 {
font-weight: bold!important;
font-size: 10px;
margin-top: 0;
}

.view {
position:relative;
overflow:hidden;
}

.view p {
margin-top: 10px;
margin-bottom: 0;
}

.caption {
position:absolute;
top:0;
right:0;
background: rgba(70, 216, 210, 0.44);
width:100%;
height:100%;
padding:2%;
display: none;
text-align:center;
color:#fff !important;
z-index:2;
}

.caption a {
padding-right: 10px;
color: #fff;
}

.info_box {
display: block;
padding: 10px;
background: #eee;
text-transform: uppercase;
font-weight: 300;
text-align: right;
}

.info_box p, .stats p {
margin-bottom: 0;
}

.stats {
display: block;
padding: 10px;
color: white;
}

.share-links {
border: 1px solid #eee;
padding: 15px;
margin-top: 15px;
}

.square, .btn {
border-radius: 0px!important;
}

/* -- media query for user profile image -- */
@media (max-width: 767px) {
.user-image {
max-height: 400px;
}
.fr_act_btns {
  position: absolute;
  top: 0px;
  right: 25px;
}
}


.container_box {
width: 1170px;
}
.container_box {
width: 970px;
}
.container_box {
width: 750px;
}
.container_box {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}

h3, .h3 {
font-size: 12px;
}
h1, .h1, h2, .h2, h3, .h3 {

margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}

h1, .h1, h2, .h2, h3, .h3 {

margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}

input[type="file"] {
display: none;
}
.custom-file-upload {
border: 1px solid #ccc;
display: inline-block;
padding: 6px 12px;
cursor: pointer;
font-weight: 400;
margin: 0px;
transition: 1s ease;
border-color: #6abce2;
font-size: 11px;
color: #fff;
background-color: #57b5e3 !important;
}

.actions4 {
z-index: 1;
position: absolute;
margin-top: -12px;
max-width: 108px;
overflow: hidden;
text-shadow: 0 1px 0 #fff;
margin-left: -30pX;
}


    
.container::before, .container::after {
    display: table;
    content: "";
    line-height: 0;
}
.container::after {
    clear: both;
}
.container::before, .container::after {
    display: table;
    content: "";
    line-height: 0;
}
.row::before, .row::after {
    display: table;
    content: "";
    line-height: 0;
}
.span2 {
    width: 104px;
}
[class*="span"] {
    float: left;
    min-height: 1px;
}
img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
.span4 {
    width: 228px;
}
[class*="span"] {
    float: left;
    min-height: 1px;
}
blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    border-left: 5px solid #eeeeee;
}
blockquote p {
    margin-bottom: 0;
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25;
}
blockquote small::before {
    content: '\2014 \00A0';
}
blockquote small::before {
    content: '\2014 \00A0';
}
p {
    margin: 0 0 10px;
}
.span2 {
    width: 104px;
}
[class*="span"] {
    float: left;
    min-height: 1px;
}
.span4 {
    width: 228px;
}
[class*="span"] {
    float: left;
    min-height: 1px;

}
.row::after {
    clear: both;
}
.row::before, .row::after {
    display: table;
    content: "";
    line-height: 0;
}

.swiper-container-fan {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

    .swiper-container {
      width: 100%;
      height: 100%;
    }
        .swiper-container-fan {
      width: 100%;
      height: 100%;
    }

    .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;
    }
    


.absolute-bg {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    overflow: hidden;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

.team__link {
    display: block;
    position: relative;
    border: transparent solid 1px;
    background-clip: padding-box;
    box-shadow: 0 1px 1px rgb(0, 0, 0, 0.1);
    transition: 1s;
    transform: translate3d(0,0,0);

}
.team__img {
    position: relative;
    padding-bottom: 100%;
    border-radius: 3px;
    animation: fade-in 1s ease-in-out both;

}
.greybtn {
    display: inline-block;
    padding: 5px 9px;
    text-decoration: none;
    font-family: Arial;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(to bottom, #64c637 5%, #64c636 100%);
        background-color: rgba(0, 0, 0, 0);
    background-color: #ededed;
    box-shadow: 0 1px 0 0 #fff inset;
    cursor: pointer;
}

.team__img-container_home {
    position: relative;
    margin-right: 1px;
    border-radius: 3px;
    background-color: #fff;
    margin-top: 3px;
}
.flexslider {
    padding: 0;
    margin: 0 0 60px;
    position: relative;

    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
    box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
}
.flexslider {
    width: 300px;
    margin-right: -5px; 
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border: 0;
}
.flexslider .flex-div-v {
    display: block;
    padding-bottom: 20px !important;
    position: relative;
    text-align: left;
}
.flexslider .iFeatured {
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 5px 10px 0;
    padding: 0;
}
.flexslider .iFeatured img {
width: 270px !important;
height: 250px !important;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 2px;
}
.flexslider .iline {
    line-height: 2em;
    margin-top: 3px;
}
.flexslider div span {
    font-weight: normal;
}
.flexslider div span {
    margin: 0 5px 0 0;
    display: inline-block;
    font-weight: normal;
}
.flexslider .idate::after {
    content: ' ';
    position: absolute;
    z-index: -9999px;
    width: 0;
    height: 0;
    left: 65px;
    top: -1px;
    border-width: 4px 6px;
    border-style: solid;
    border-color: transparent transparent rgb(125, 208, 4) rgb(125, 208, 4);
}
élément {
}
.flexslider .idate {
    color: #fff;
    font-size: 11px;
}
.flexslider .idate {
    position: absolute;
    left: 0px;
    top: -7px;
    background: rgb(132, 219, 6);
    color: #fff;
    padding: 3px 4px;
    font-family: oswald;
    font-size: 11px;
    border: 1px solid rgb(144, 241, 40);
}
.flexslider div span {
    font-weight: normal;
}
.flexslider div span {
    margin: 0 5px 0 0;
    display: inline-block;
    font-weight: normal;
}
.flexslider .idate div {
    width: 58px;
    height: 15px;
    line-height: 1.6em;
    text-align: center;
}
.flexslider .idate2 div {
    width: 58px;
    height: 15px;
    line-height: 1.6em;
    text-align: center;
}

.user_info_wall_nom {
font-size: 13px;
font-variant: small-caps;
color: #000;
text-align: center;
}
.user_info_wall_type {
    font-size: 14px;
    color: #fb2e9a;
    text-align: center;
    text-transform: uppercase;
}
.user_info_wall_membre {
    font-size: 11px;
    color: #a9a9a9;
    font-variant: small-caps;
    text-align: center;
     text-transform: uppercase;
}




.slick-slide2 {
    margin: 0px 20px;
}

.slick-slide2 img {
    width: 100%;
}

.slick-slider2
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list2
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list2:focus
{
    outline: none;
}
.slick-list2.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider2 .slick-track2,
.slick-slider2 .slick-list2
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track2
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track2:before,
.slick-track2:after
{
    display: table;
    content: '';
}
.slick-track2:after
{
    clear: both;
}
.slick-loading2 .slick-track2
{
    visibility: hidden;
}

.slick-slide2
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide2
{
    float: right;
}
.slick-slide2 img
{
    display: block;
}
.slick-slide2.slick-loading2 img
{
    display: none;
}
.slick-slide2.dragging img
{
    pointer-events: none;
}
.slick-initialized2 .slick-slide
{
    display: block;
}
.slick-loading2 .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide2
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.flexslider2 .flex-div-v {
    margin: 10px auto 20px auto;
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px !important;
    position: relative;
}
.flexslider2 {
    width: 300px;
    margin: 0px;
    border: 0;
}
.flexslider2 {
    padding: 0;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
    box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
}
élément {
    overflow: hidden;
    position: relative;
    height: 327px;
}
.flex-viewport2 {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
html[xmlns] .flexslider .slides {
    display: block;
}
.flexslider2 .slides2 > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider2 .slides2 > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider2 li {
    color: #666;
    font-family: helvetica;
    font-size: 12px;
    overflow: hidden;
    position: relative;
    padding: 0px;
    line-height: 1.6em;
}

.flexslider2 .iFeatured2 {
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 5px 10px 0;
    padding: 0;
}
.iFeatured2 {
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 5px 10px 0;
    padding: 0;
}
.flexslider2 .iline2 {
    line-height: 2em;
    margin-top: 3px;
}
.flexslider2 .idate2 {
    position: absolute;
    left: 0px;
    top: -7px;
    background: rgb(251, 46, 154);
    color: #fff;
    padding: 3px 4px;
    font-family: oswald;
    font-size: 11px;
    border: 3px solid rgb(250, 45, 153);
}
.flexslider2 div span {
    margin: 0 5px 0 0;
    display: inline-block;
    font-weight: normal;
}
.flexslider2 .iline2 {
    line-height: 2em;
}
.flexslider2 li {
    color: #666;
    font-family: helvetica;
    font-size: 12px;
    line-height: 1.6em;
}
.flex-control-nav, .flex-direction-nav, .slides, .slides > li {
    list-style: none;
}
.widget li, .BlogArchive #ArchiveList ul.flat li {
    text-indent: 0;
}
.flexslider2 .idate2 div {
    width: 18px;
    line-height: 1.6em;
    text-align: center;
}
.flexslider2 .idate2 div {
    width: 18px;
    line-height: 1.6em;
    text-align: center;
}
.flexslider2 .idate2::after {
    content: ' ';
    position: absolute;
    z-index: -9999px;
    width: 0;
    height: 0;
    left: 25px;
    top: -1px;
    border-width: 4px 6px;
    border-style: solid;
    border-color: transparent transparent rgb(251, 46, 154) rgb(251, 46, 154);
}
.flexslider2 .idate2 {
    color: #fff;
    font-family: oswald;
    font-size: 11px;
}
.flexslider2 div span {
    font-weight: normal;
}
.flexslider2.iline {
    line-height: 2em;
}
.flexslider2 li {
    color: #666;
    font-family: helvetica;
    font-size: 12px;
    line-height: 1.6em;
}
.flexslider2 .iFeatured2:hover img {
    opacity: 1;
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}
.iFeatured2:hover img {
    opacity: 1;
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}
.flexslider2 .iFeatured2 img {
width: 300px !important;
height: 250px !important;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 2px;
}
.flexslider2 .slides2 img {
    width: 100%;
    display: block;
    height: auto;
    -moz-user-select: none;
}
.iFeatured2 img {
    width: 135px;
    height: 80px;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 2px;
}
a img {
    border: none;
    position: relative;
}




/* ------------------------------- */
/* Cardbox Item
---------------------------------- */
.cardbox-base  {
background-color: #fff4f459;
}
.cardbox-base ul3{

  padding: 16px;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
margin: 0;
}
.cardbox-base li {
  list-style: none;
  margin: 0px 0px 0px -18px !important;
  padding: 0px 0px 0px 0px !important;
  display: inline-block;
}

.cardbox-base li a{
  margin: 0px !important;
  padding: 0px !important;
}
.cardbox-base li a i{
 position: relative;
 top: 4px; 
 font-size: 16px;
 color: #8d8d8d;
 margin-right: 15px;
}

.cardbox-base li a img{
  width: 40px;
  height: 40px;
   clip-path:ellipse(40% 40%);
  object-fit: cover;
  margin: 0px !important;
  border: 2px solid #fff;
}
/* -----------------------------------------
Agregar a nuestros estilos personalizados
----------------------------------------- */
/* the norm */
#gritter-notice-wrapper {
	position:fixed;
	top:20px;
	right:20px;
	width:301px;
	z-index:9999;
}
#gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto;
}
#gritter-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
}
#gritter-notice-wrapper.bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
}
.gritter-item-wrapper {
	position:relative;
	margin:0 0 10px 0;
	background:url('images/gritter/ie-spacer.gif'); /* ie7/8 fix */ 
}

.gritter-item {
	display:block;
	background:url(images/gritter/gritter.png) no-repeat left -40px;
	color:#eee;
	padding:2px 11px 8px 11px;
	font-size: 11px;
	font-family:verdana;
}
.hover .gritter-item {
	background-position:right -40px;
}
.gritter-item p {
	padding:0;
	margin:0;
	word-wrap:break-word;
}
.gritter-close {
	display:none;
	position:absolute;
	top:5px;
	left:3px;
	background:url(images/gritter/gritter.png) no-repeat left top;
	cursor:pointer;
	width:30px;
	height:30px;
	text-indent:-9999em;
}
.gritter-title {
	font-size:14px;
	font-weight:bold;
	padding:0 0 7px 0;
	display:block;
}
.gritter-image {
	width:48px;
	height:48px;
	float:left;
}
.gritter-with-image,
.gritter-without-image {
	padding:0;
}
.gritter-with-image {
	width:220px;
	float:right;
}
/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
    background-image: url(images/gritter/gritter-light.png);
    color: #222;
}
.gritter-light .gritter-title {
    text-shadow: none;
}
#gritter-notice-wrapper {
  position: fixed;
top:87%;
  right: 40px;
  width: 301px;
  z-index: 9999; 
}
#gritter-notice-wrapper.top-left {
  left: 20px;
  right: auto;
}
#gritter-notice-wrapper.bottom-right {
  top: auto;
  left: auto;
  bottom: 20px;
  right: 20px;
}
#gritter-notice-wrapper.bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
}
#gritter-notice-wrapper .gritter-item-wrapper {
  position: relative;
  margin: 0 0 10px 0;
}
#gritter-notice-wrapper .gritter-item-wrapper .gritter-item {
  display: block;
  background: #0d5497;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 10px 11px;
  font-size: 12px;
  border-radius: 3px;
  transition: all;
  transition: all all ease-out;
  transition-duration: 0.4s;
}
#gritter-notice-wrapper .gritter-item-wrapper .gritter-item:hover {
  background: #fb2e9a; 
}
#gritter-notice-wrapper .gritter-item-wrapper .gritter-item p {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
}
#gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-close {
  position: absolute;
  top: 5px;
  right: 7px;
  cursor: pointer;
}
#gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-close i {
  font-size: 16px;
  color: #ffffff;
  transition: background;
  transition: all background ease-out;
  transition-duration: 0.4s;
}
#gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-close:hover i {
  color: #f7f7f7;
}
#gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-image {
  width: 48px;
  height: 48px;
  float: left;
  border-radius: 3px;
}
#gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-icon {
  margin-top: 0;
  margin-right: 15px;
  float: left;
  font-size: 32px;
  padding-bottom: 10px;
}
#gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-with-image {
  width: 220px;
  float: right;
  padding: 0;
}
#gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-without-image {
  padding: 0;
}
#gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-title {
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  display: block;
}
#gritter-notice-wrapper .gritter-item-wrapper.success-notice .gritter-item {
  color: #0a776c;
  background: #b2ede8;
  border: 1px solid #63c8be;
}
#gritter-notice-wrapper .gritter-item-wrapper.success-notice .gritter-item:hover {
  background: #c7f2ee;
}
#gritter-notice-wrapper .gritter-item-wrapper.success-notice .gritter-item .gritter-close i {
  color: #0a776c;
}
#gritter-notice-wrapper .gritter-item-wrapper.success-notice .gritter-item .gritter-close:hover i {
  color: #09695f;
}
#gritter-notice-wrapper .gritter-item-wrapper.info-notice .gritter-item {
  color: #2a6891;
  background: #cfebff;
  border: 1px solid #94bedb;
}
#gritter-notice-wrapper .gritter-item-wrapper.info-notice .gritter-item:hover {
  background: #e9f6ff;
}
#gritter-notice-wrapper .gritter-item-wrapper.info-notice .gritter-item .gritter-close i {
  color: #2a6891;
}
#gritter-notice-wrapper .gritter-item-wrapper.info-notice .gritter-item .gritter-close:hover i {
  color: #275f85;
}
#gritter-notice-wrapper .gritter-item-wrapper.error-notice .gritter-item {
  color: #933230;
  background: #fddede;
  border: 1px solid #cb7c7a;
}
#gritter-notice-wrapper .gritter-item-wrapper.error-notice .gritter-item:hover {
  background: #fef6f6;
}
#gritter-notice-wrapper .gritter-item-wrapper.error-notice .gritter-item .gritter-close i {
  color: #933230;
}
#gritter-notice-wrapper .gritter-item-wrapper.error-notice .gritter-item .gritter-close:hover i {
  color: #872e2c;
}
.ribbon_4 {
z-index : 1;
position : absolute;
top: 10px;
left : 10px;
width : 75px;
height : 75px;
overflow : hidden;
text-align : right;
}
.ribbon_4.popular span {
background : linear-gradient(#4eaed1 0, #4eaed1 100%);
}
.ribbon_4 span {
display : block;
position : absolute;
top : 19px;
left : -21px;
width : 100px;
text-align : center;
text-shadow : 1px 1px 2px rgb(0, 0, 0, 0.25);
text-transform : uppercase;
font-size : 10px;
font-weight : 700;
color : #fff;
background : #79a70a;
background : linear-gradient(#9bc90d 0, #79a70a 100%);
box-shadow : 0 3px 10px -5px rgb(0, 0, 0, 1);
transform : rotate(-45deg);
}
.ribbon_4.popular span::before {
border-right : 3px solid transparent;
border-left : 3px solid #a3362a;
}
.ribbon_4.popular span::after {
border-right : 3px solid #a3362a;
border-left : 3px solid transparent;
}
.ribbon_5 {
z-index : 1;
position : absolute;
top: 10px;
left : 10px;
width : 75px;
height : 75px;
overflow : hidden;
text-align : right;
}
.ribbon_5.popular span {
background : linear-gradient(#ecbc2b 0, #ecbc2b 100%);
}
.ribbon_5 span {
display : block;
position : absolute;
top : 19px;
left : -21px;
width : 100px;
text-align : center;
text-shadow : 1px 1px 2px rgb(0, 0, 0, 0.25);
text-transform : uppercase;
font-size : 10px;
font-weight : 700;
color : #fff;
background : #79a70a;
background : linear-gradient(#9bc90d 0, #79a70a 100%);
box-shadow : 0 3px 10px -5px rgb(0, 0, 0, 1);
transform : rotate(-45deg);
}
.ribbon_5.popular span::before {
border-right : 3px solid transparent;
border-left : 3px solid #a3362a;
}
.ribbon_5.popular span::after {
border-right : 3px solid #a3362a;
border-left : 3px solid transparent;
}



.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-success {
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  background-color: #5a6268;
  border-color: #545b62;
}

/* Formulaires */
.popup-meta {
  padding: 10px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

.form-wrapper {
  display: none;
}

.form-header {
  margin-bottom: 10px;
}

.custom-input-wrapper {
  position: relative;
  width: 100%;
}

.custom-input {
  display: block;
  width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  max-width: 100%;
}

.custom-input:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-input::placeholder {
  opacity: 0.6;
}

.submit-btn {
  margin-right: 5px;
}
    .button-container {
        display: flex;
        justify-content: center;
          margin-top: 100px;
          position: absolute;
          left: 40px;
    }

    .wsc_buttonhome {
        margin: 0 0px;
    }
      /* Ajouter cette règle CSS */
  .daterangepicker {
    z-index: 99990000000000 !important;
  }