/** Style goes here **/
.onBody {
    width:100%;
    height:100%;
    /*z-index:9999999;*/
}

.navbar .material-icons {
    color:#FFF;
}

.navbar .right .app-loader {
    margin-right:15px;
}

.navbarbody {
    display:none
}

.color-white {
    color:#000;
}

.aoza {
    display:none;
    position:absolute;
    right:10px;
    top:5px;
}
.aoza img {
    width:25px;
}

.app-logout .item-title, i {
    color:#000;
}

.app-login-form {
    
}
.theme-color .item-title {
    color:#FFF;
}
.theme-color .item-input {
    color:#FFF;
}
.theme-color .item-input::-webkit-input-placeholder {
    color:#FFF;
}

/*********************************/


.app-loader {/*
    margin: 0 0 2em;
    height: 100px;
    width: 20%;
    text-align: center;
    padding: 1em;
    margin: 0 auto 1em;
    display: inline-block;
    vertical-align: top;
    /*****************/
    width:25px;
    height:25px;
}

/*
 Set the color of the icon
*/
svg path,
svg rect{
    fill: #FF6700;
}




.app-loader svg path {
    fill: #FFFFFF;
}

.ax-demo-btn {
    margin:15px 0;
}

.panel-statusbar {
    
}



/*** Progress bar ***/
#myProgress {
    width: 100%;
    background-color: #FFF;/*#ff5722;*/
    margin-top:5px;
    opacity:0.5;
}
#myBar {
    width: 0%;
    height: 2px;
    background-color: #4CAF50;
}

.popup .navbar .right a {
    font-size:18px;
}



/*** Forms ****/
/*
.arianFil {
    margin:0;
    padding:0;
    margin-top:20px;
}
.arianFil li {
    width:10px;
    height:10px;
    border-radius:50%;
    background-color:#DDD;
    list-style-type:none;
    display: inline-block;
    margin-right: 10px;
}
.arianFil li.active {
    background-color:#555;
}
*/
.arianFil {
    margin:0;
    padding:0;
    margin-top:20px;
}
.arianFil li {
    list-style-type:none;
    display: inline-block;
    margin-right:10px;
    /**
    padding:4px;
    border-radius:50%;
    border:solid 1px #DDD;*/
}
.arianFil li div {
    width:10px;
    height:10px;
    border-radius:50%;
    background-color:#DDD;
}
.arianFil li.active div {
    background-color:#555;
}

/******** Loader **********/
.app-loader {
    display:none;
}



.infinite-scroll-preloader {
    margin-top:-20px;
    margin-bottom: 10px;
    text-align: center;
}
.infinite-scroll-preloader .preloader {
    width:34px;
    height:34px;
}  


/*
.presentations > .prez {
    width:50%;
    float:left;
}
.presentations > .prez div {
    
}



.presentations { font-size: 0; }
.presentations > div { display: inline-block; width: 100px; background: #000000; font-size: 12px; }
.container1 div.a { width: 50%; background: #555555; }
.presentations div.prez { width: 50%; background: #555555; }
.container1 div.b { width: 70px; background: #333333; }
*/

.presentations > .prez {
    width:50%;
    float:left;
}
.presentations > .prez div {
    
}
.presentations > .prez li {
    
}



.presentations { font-size: 0; padding:0; }
.presentations > li { display: inline-block; width: 100px; font-size: 12px;  }
.presentations > div { display: inline-block; width: 100px; font-size: 12px; overflow:hidden; }
.container1 li.a { width: 50%; }
.container1 div.a { width: 50%; }
.presentations li.prez { width: 50%; height:170px; }
.presentations div.prez { width: 50%; }
.container1 li.b { width: 70px; }
.container1 div.b { width: 70px; }

.presentations li.full_prez {
    width:100%;
    border:solid 0px #F00;
    padding:20px 0;
}

.presentations li.prez .innerPrez {
    margin:8px 4px 4px 8px;
    margin:16px 14px 14px 21px;
    margin:16px 8px 14px 35px;
    min-height:20px;
    background-color:#FFF;
    /*padding:15px;*/
    overflow:hidden;
    height:150px;
    border:solid 2px #E7E7E7;
    border-radius:3px;
}
.presentations li:nth-child(2n).prez .innerPrez {
    /*background-color:#F00;*/
    margin:8px 8px 4px 4px;
    margin:16px 21px 8px 8px;
    margin:16px 35px 8px 8px;
}
.presentations li.prez .innerPrez:active {
    /*border:solid 2px #673AB7;*/
}
.prez_active {
    border:solid 2px #673AB7 !important;
}

/*
.innerPrez {
    margin:8px 4px 8px 8px;
    height:20px;
    background-color:#F00;
}
*/
























/*
.swiper-custom {
  position:relative;
  height:100%;
}
.swiper-container {
  height:100%;
}
.swiper-slide {
  background: #fff;
}
.swiper-slide span {
  text-align:center;
  display:block;
  margin: 20px;
  font-size:21px;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: none;
  border:1px solid #aaa;
  border-radius: 0 0 0 0;
  opacity:1;
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: #007aff;
  border-color: #007aff;
}   
*/








table {
    width:100%;
    border: solid 0px #000;
    border-spacing:0;
}
table tr,td {
    width:100%;
    border: solid 0px #000;
}
.tab_2box_next {
    width:100%;
}
.table_simple {
    border: solid 0px #000;
    width:100%;
    height:100%;
}
.table_simple tr,td {
    border: solid 0px #000;
}
.slide_header {
    color:#FFF;
    height:50px;
    font-size:16px;
    background-color:#000;
}
.slide_header td {
    padding:0 10px;
    font-weight:bold;
    letter-spacing:1px;
}
.slide_sub_header {
    height:30px;
    font-size:14px;
    background-color:#333;
}
.slide_sub_header td {
    color:#CCC;
    padding:0 10px;
    text-align:right;
}

.app_gradient {
    width:100%;
    height:100%;
    position:absolute;
}

.gradient_1 {
    background: #606c88;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3f4c6b, #606c88);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3f4c6b, #606c88); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity:0.85;
}
.gradient_2 {
    background: #00d2ff;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3a7bd5, #00d2ff);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3a7bd5, #00d2ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity:0.85;
}
.cadre {
    margin:10px; 
    padding:10px;
    /*border:solid 3px #FFF;
    /**/
}
.no-cadre {
    border:0 !important;
    margin:0 !important;
    padding:0 !important;
}
h1>span {
    padding:4px 0;
}
.goback {
    position:absolute;
    width:40%;
    height:100%;
    border:solid 0px #F00;
    z-index:99999;
}
.gofront {
    position:absolute;
    width:60%;
    height:100%;
    border:solid 0px #F00;
    left:40%;/*mySwiper.slideNext();*/
    z-index:99999;
}
.prez_button {
    border: solid 2px #FFF;
    padding: 15px 30px;
    margin: 0 auto;
    display: table;
    color: #FFF;
    text-transform: uppercase;
    margin-top:20px;
    letter-spacing:2px;
}
h1 {
    font-size:inherit;
}






.text_dia {
    position: absolute;
    font-size: 56px;
    margin-left: -31px;
    margin: 28px 0 0 -28px;
    z-index: 8;
}
table {
    width:100%;
    border: solid 0px #000;
    border-spacing:0;
}
table tr,td {
    width:100%;
    border: solid 0px #000;
}
.table_simple {
    border: solid 0px #000;
    width:100%;
    height:100%;
}
.table_simple tr,td {
    border: solid 0px #000;
}
.cadre {
    padding:0 25px 0 25px;
    /*border:solid 0px #FFF;/*Should be more than 0*/
    /**/
}

.gradient_1 {
    background: #606c88;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3f4c6b, #606c88);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3f4c6b, #606c88); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity:0.85;
}
.gradient_2 {
    background: #00d2ff;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3a7bd5, #00d2ff);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3a7bd5, #00d2ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity:0.85;
}


/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/* CLEAN CSS */
.axslide {
    height:100% !important; 
    border-bottom:solid 0px #F00; 
    overflow:hidden;
}

.ax_front_page {
    position:absolute;
    width:100%;
    margin-top:150px;
    z-index:999;
    text-align:center;
}
.ax_front_page .author {
    margin-top:10px;
    font-size:16px;
}
.ax_front_page .head_title_border {
    width:80%;
    /*border:solid 8px aquamarine;*/
    padding:6px;
    margin:0 auto;
}
.ax_front_page .head_title_border.onfly {
    /*background-color:aquamarine; */
    padding:12px;
    border: 0px !important;
}
.ax_front_page .head_title {
    color:#000;
    /*background-color:aquamarine;*/
    padding:30px;
    font-size:35px;
    text-align:center;
}
.ax_front_page .head_title.onfly {
    /*border:solid 1px #555;*/
}
.ax_front_page .sub_title {
    font-size:16px;
    margin:20px 10px;
    text-transform:uppercase;
}

.ax_slide_inner_tab {
    width:100%;
}
.ax_slide_inner_tab tr td img {
    width:100%;
}

.ax_section_title {
    font-size:30px; 
    padding:95px 20px 0 20px; 
    text-align:center; 
    color:#555; 
    letter-spacing:2px;
}

.ax_full_img img {
    width:100%;
}
.ax_quotation {
    padding-top:40px;
}
.ax_quotation > div {
    text-align:center;
}
.ax_quotation > div i {
    font-size:80px;
}

.ax_menu_header {
    width:100%;
    height:85px;
    overflow:hidden;
}
.ax_menu_header img {
    height:300px;
}
.ax_menu_header .passado {
    height:85px; line-height:85px; color:#000; font-size:25px; padding:0 20px;
}

.ax_front_header {
    width:100%; 
    height:300px; 
    overflow:hidden;
}
.ax_front_header img {
    height:300px;
}

.ax_section_header {
    width:100%; 
    height:170px; 
    overflow:hidden;
}
.ax_section_header img {
    height:300px;
}

.ax_section_diamond {
    margin:0 auto;
}

.ax_slide_footer td {
    height:45px;
    border:solid 1px #AAA;
    padding:0 10px;
}

.cadre_wrapper {
    position:relative;
}
.passado {
    position:absolute;
    width:100%;
    opacity:0.5;
    height:300px;
    /*background: aqua;*/
}
.passada {
    position:absolute;
    width:100%;
    opacity:0.5;
    height:170px;
    /*background: aqua;*/
}
.diamond {
	width: 0;
	height: 0;
    border:solid 1px #000;
	border: 70px solid transparent;
	/*border-bottom-color: aquamarine;*/
	position: absolute;
	top: -70px;
    z-index:2;
    left:calc(50% - 70px);
    margin-top:100px;
}
.diamond:after {
	content: '';
	position: absolute;
	left: -70px;
	top: 70px;
	width: 0;
	height: 0;
	border: 70px solid transparent;
	/*border-top-color: aquamarine;*/
}
.blocky:after {
    /*color: aquamarine;*/
    border-left: 12px solid;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    display: inline-block;
    content: '';
    position: absolute;
    right: -12px;
}
.blocky {
    /*background-color: aquamarine;*/
    width: 200px;
    height: 40px;
    line-height:40px;
    font-size: 15px;
    padding: 0 15px;
    display: inline-block;
    position: absolute;
    z-index:99999;
    margin-top:25px;
    box-shadow:0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
}
.gradient_0 {
    /*background-color:rgba(0,230,155, 0.85);*/
}
.list_menu {
    list-style-type:none;
    margin-top:30px;
}
.list_menu li {
    list-style-type:none;
    height:50px;
}
.list_menu li div {
    /*display:inline;*/
}
.list_menu li div.bullets {
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    /*border:solid 3px rgb(0,234,158);/*
    background-color:aquamarine;*/
    color:rgb(0,234,158);
    position:absolute;
    border-radius:50%;
    /*background-color:rgb(0,234,158);*/
    color:#000;
    box-shadow:0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
}
.list_menu li div.elem {
    margin-left:50px;
    padding-top:5px;
    font-size:18px;
    letter-spacing:1px;
}


.swiper-container-horizontal>.swiper-pagination {
    bottom: 0 !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}
.swiper-pagination-bullet {
    border-radius: 0;
}


.scan_button {
    border:solid 1px #000; 
    width:80px; 
    height:80px; 
    line-height:80px; 
    text-align:center; 
    margin:0 auto; 
    margin-top:150px; 
    border-radius:100%;
}

.slidx_action_bar {
    position: absolute;
    bottom: 0;
    background-color: #000;
    width: 100%;
    z-index: 99999;
    color: #FFF;
}
.slidx_action_bar table {
    border:0;
}
.slidx_action_bar table tr {
    border:0;
    height: 50px;
}
.slidx_action_bar table tr td {
    width:20%;
    border:0;
    text-align:center;
    padding-top:12px;
}
.slidx_action_bar table tr td:active {
    opacity:0.65;
}
.slidx_action_bar table tr td i {
    color:#FFF;
}
.slidx_action_bar table tr.aaction td {
    background-color:#673AB7;
    background-color:rgb(28, 40, 51);
    border-top:solid 1px #000;
    padding-top: 0px;
}
.slidx_action_bar table tr.aaction td:active {
    opacity:0.7;
}
.bar_du_bas {
    position: absolute;
    z-index: 99999;
    width: 100%;
    height: 55px;
    background-color: #FFF;
    bottom: 0;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.scanBtn {
    width:70px;
    height:70px;
    background-color:#673AB7;
    border-radius:100%;
    margin:0 auto;
    margin-top:-36px;
    text-align:center;
    line-height:70px;
    color:#FFF;/*
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);*/
    box-shadow: 0 -2px 20px rgba(0,0,0,0.19), 0 0 1px rgba(0,0,0,0.13);
    left:calc(50% - 35px);
    position:absolute;
}

.scanBtn:active {
    background-color:#8f6cd0;
}

.scanBtn i {
    color:#FFF;
}


.material-icons1 {
    font-family: 'Material Icons'; 
    font-weight: normal; 
    font-style: normal; 
    font-size: 30px;
}

.slidx_sec_separator {
    color: #FFF;
    background-color: #000;
    padding: 10px 20px;
    font-size: 22px;
    margin:0 10px;
}

.pannel_edit {
    height:190px;
    background-color:#000;
    text-align:center;
}

.pannel_edit input {
    margin: 30px 0 0 0;
    background-color: transparent;
    border: 0;
    border-bottom: solid 1px #AAA;
    color: #FFF;
    border-radius: 0;
    width: 70%;
    font-size: 26px;
}

.pannel_edit textarea {
    margin: 30px 0 0 0;
    background-color: transparent;
    border: 0;
    border-bottom: solid 1px #AAA;
    color: #FFF;
    border-radius: 0;
    width: 70%;
    font-size: 26px;
    color: white;
    text-shadow: 0px 0px 0px #FFF;
    -webkit-text-fill-color: transparent
}

.pannel_edit input::-webkit-input-placeholder,
.pannel_edit textarea::-webkit-input-placeholder{
    color:#FFF;
    text-shadow: none;
    -webkit-text-fill-color: initial;
}

.poulou {
    position: relative;
    /*margin: 178px 0 0 0;*/
    /*float: right;*/
    top:162px;
    left:77%;
}


.seconde_elem_c {
    min-height:50px;
    background-color:darkslategray;
    background-color:#5d4038;
    background-color:#3d3a35;
    padding:0 20px;
    line-height:50px;
    color:#FFF;
    font-size:18px;
}

.seconde_elem_c span.seconde_author {
    color:#80706a;
    font-size:14px;
    margin-right:7px;
}


.new_slide_btn {
    text-align: center;
    border: solid 2px #3d3a35;
    border-radius: 4px;
    padding: 5px;
    margin: 0 20px 20px 20px;
}
.new_slide_btn:active {
    background-color:#3d3a35;
    color:#FFF;
}


.slide_controller {
    width:100%;
    color: white;
    height: 50px;
    bottom:0;
    z-index: 99999;
    position:absolute;
    background-color: #000;
    display:none;
    opacity:0.7;
}
.slide_controller table {
    width:100%;
}
.slide_controller table tr td {
    width:50%;
    padding-top:14px;
    text-align:center;
    font-size:16px;
}

.prez-title {
    padding: 20px 0 0 36px;
    color: #AAA;
    /* font-weight: bold; */
    font-size: 18px;
    letter-spacing: 1px;
}


.admin_shq {
    color:#000; 
    padding:35px 25px 0 25px;
}

.admin_shq input {
    
}

.titu {
    
    border:solid 0px green;
}

.titu input {
    width:100%;
    height:40px;
    border:0;
    font-size:16px;
    margin:0;
    padding:0;
    text-indent:8px;
    border-radius:0;
}

.admin_shq button {
    width:100%;
    margin-top:7px;
    background-color:#673AB7;
    font-size:16px;
    padding:7px 0;
    color:#FFF;
}
.admin_shq button.reg {
    background-color:transparent;
    border:solid 1px #673AB7;
    color:#000;
}
.admin_shq button:active {
    background-color:#000;
    color:#FFF;
    border:solid 1px #FFF;
}


.toto_lino {
    width: 10px;
    height: 10px;
    background-color: #673AB7;
    border-radius: 100%;
    margin-top: 20px;
    position: absolute;
}


.icon-only.isearch {
    margin-right:7px !important;
}

.icon-only.iclear {
    margin-right:7px !important;
}


.pre_back_auth {
    /*border:solid 2px #00F;*/
}
.pre_back_auth table tr td {
    height:80px;
    border:solid 0px #F00;
    font-size: 14px;
    padding: 4px 5px; 
    vertical-align:top;
    height:74px;
    /*background-color:#3d3a35;*/
    text-align:center;
}
.pre_back_auth table tr td.with_image {
    color:#FFF;
    text-shadow: 2px 2px 5px black;
}
.pre_back_auth table tr td span {
    display: inline-block;
    width: 100%;
    text-align: right;
    color:#555;
}
.pre_back_auth table tr td div {
    color:#DDD;
    font-size:37px;
    margin:0 auto;
    margin-top:10px;
    /*color:#673AB7;*/
}

.pre_und_title {
    border:solid 0px #00F;
}
.pre_und_title table tr td {
    font-weight: bold;
    font-size: 14px;
    padding: 4px 5px; 
    vertical-align:middle;
    height:60px;
    border:solid 0px #F00;
    color:#673AB7;
}

.slidx_sec_separator2 {
    color: #FFF;
    background-color: #000;
    padding: 10px 20px;
    font-size: 18px;
    margin: 0 0px;
}

.theme-black .label-switch input[type="checkbox"]:checked + .checkbox:after, .label-switch.theme-black input[type="checkbox"]:checked + .checkbox:after {
    background-color: #673AB7 !important;
}

.theme-black .label-switch input[type="checkbox"]:checked + .checkbox, .label-switch.theme-black input[type="checkbox"]:checked + .checkbox {
    background-color: #8770b1 !important;
}



.colorpicker {
    height:50px;
    overflow-x:scroll;
    overflow-y:hidden;
}
.colorpicker .scrollable {
    width:900px;
    overflow-y:hidden;
}
.colorpicker .scrollable .color {
    width: 50px;
    height: 50px;
    line-height:50px;
    display: inline-block;
    text-align:center;
    padding-top:20px;
}
.colorpicker .scrollable .color div {
    background-color:#FFF;
    border-radius:50%;
    width:10px;
    height:10px;
    margin:0 auto;
    border:solid 1px #AAA;
}

.align_div {
    height: 30px;
    margin-top: 10px;
}

.align_div div.div_item {
    float:left;
    width:33%;
}

.align_div div.active {
    border:solid 1px #000
}

.align_div div.div_item > div {
    text-align:center;
    border:solid 1px #000;
    padding: 4px;
}

.align_div div.div_item > div.active {
    background-color:#673AB7;
    color:#FFF;
}


.imgslct {
    margin: 0;
    position: absolute;
    top: 7px;
    right: 0;
    color: #673AB7;
}

.listOfIm {
    list-style-type:none;
    margin:0;
    padding:0;
}
.listOfIm li {
    width:50%;
    height:105px;
    border:solid 0px #F00;
    display: inline-block;
    text-align:center;
    background-size:100% auto;
}

.caret {
    position: absolute;
    top: 33px;
    right: 12px;
}

.public_pr {
	width: 0;
	height: 0;
    position:absolute;
	border-top: 50px solid #673AB7;
	border-right: 50px solid transparent;
    margin:-4px 0 0 -4px;
}

.public_tx {
    color:#FFF;
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari */
    transform: rotate(-45deg);
    margin: 10px 3px;
    position: absolute;
    font-size:10px;
    margin: 7px 0px;
}

.h1_widget {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    text-align: inherit;
    font-weight: inherit;
}
.h1_widget span {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    text-align: inherit;
    font-weight: inherit;
}

.cadre_visible {
    border:solid 3px #FFF;
}



.customColorSelct {
    list-style-type:none;
    margin:0;
    padding:0;
}
.customColorSelct > div {
    margin:0;
    padding:0;
    width: 10%;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    padding-top: 20px;
}
.customColorSelct > div:active {
    opacity:0.7;
}


.colorRemind {
    width:50px;
    height:50px;
    border:solid 1px #DDD;
    margin: -31px 0 8px 0 !important;
    float: right;
}

.back_clock {
    width:100px;
    height:40px;
    background:#CCC;
    margin-top:50px;
}


.range-slider {
    margin: 5px 0 5px 0;
}


.pardon {
    width:100%;
    position:absolute;
    z-index:9999999999999;
}
.pardon .pardon1 {
    width:80%;
    /*height:150px;*/
    border:solid 0px #673AB7;
    background-color:#FFF;
    margin:0 auto;
}



.card {
  background: #fff;
  border-radius: 2px;
  margin: 1rem;
  position: relative;
  width: 300px;
}

.card-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.card-3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.card-4 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}


.underfly {
    color: #FFF;
    padding:10px;
    text-align: center;
    background-color:#673AB7;
}
.underfly:active {
    opacity:0.7;
}


.open_slider {
    background:#673AB7; 
    float:right; 
    width:10%; 
    height:20px;
    margin-top:-18px;
}


.customizer {
    position: absolute;
    top: 75px;
    right: 0;
    width: 35px;
    background-color: #000;
    height: 35px;
    z-index: 9999999;
    border-radius: 14px 0 0 14px;
    color: #FFF;
    opacity:0.7;
}
.customizer:active {
    opacity:1;
}
.customizer i {
    color:#FFF;
    margin: 7px 9px;
    font-size:20px;
}


.pickerbody {
    width:100%;
    height:20px;
    overflow-y:scroll;
}

.picker-1 h4 {
    color: rgba(0, 0, 0, 0.65);
    font-weight: normal;
    font-size:14px;
    margin-bottom: 0;
}

.picker-1 .kouya h4 {
    margin-bottom:0;
}

.kouya.list-block .item-content {
    box-sizing: border-box;
    padding-left: 0
}

.kouya.list-block .item-input {
    margin-bottom: 0;
}

.kouya.list-block ul:before {
    height: 0px;
}

.kouya .item-content {
    margin-top:-10px;
}

.kouya.list-block .item-inner {
    padding-bottom: 0; 
}

.kouya .caret {
    top: 17px;
}


#PersonnalizePage .list-block {
    margin-top: 14px;
}
#PersonnalizePage .list-block ul:before {
    height: 0px;
}

#edit_presentation_page .list-block ul:before {
    height: 0px;
}
    

.infinite-scroll-preloader {
  margin-top:-20px;
  margin-bottom: 10px;
  text-align: center;
}
.infinite-scroll-preloader .preloader {
  width:34px;
  height:34px;
}  

.filter_images_widget {
    width:100%;
    height:45px;
    color:#FFF;
    padding:0 20px 0 20px;
    line-height:45px;
    margin-top: 56px;
    background-color:#3d3a35;
}
.filter_images_widget div.withmarg {
    margin-left:30px;
}
.filter_images_widget div.filt {
    position: absolute;
    right: 24px;
    top: 62px;
}
.filter_images_widget div.arro {
    position: absolute;
    left: 14px;
    top: 65px;
}
.filter_images_widget div.arch {
    position: absolute;
    right: 67px;
    top: 65px;
}
.filter_images_widget div i {
    color:#FFF;
}


#tab3.page-content {
    padding-top:1px;
    padding-bottom: 90px;
}

.fifilter {
    width: 100%;
    height: 200px;
    background-color: #3d3a35;
    position: absolute;
    margin-top: -1px;
    z-index:99999;
}

.fifilter ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.fifilter ul li {
    display: inline-block;
    color: white;
    margin: 5px;
    border: solid 1px #FFF;
    padding: 5px 7px;
    border-radius: 30px;
}
.fifilter ul li:active {
    border: solid 1px #a883ea;
    color: #a883ea;
}
.fifilter ul li.active {
    border: solid 1px #a883ea;
    color: #a883ea;
}

.slidxwidget .square_70 {
	max-width: 400px;
	max-height: 400px;
	margin-top:75px;
}

.list_qcm {
	list-style-type: none;
    padding: 0;
    margin: 0;
	margin-top:30px;
}
.list_qcm > li {
	border: solid 1px #555;
    margin-bottom: 10px;
    padding: 5px 15px;
	cursor:pointer;
}
.list_qcm > li:active {
	color:#CCC;
	font-weight:bold;
}


table.dodol th,
table.dodol td {
	border:solid 1px #000;
}


















