body, .main{
	background-color:#75848c;
	font-family: Arial, Avenir, sans-serif;
	color:#fff;
}

a, a:visited{
	color:#adb9bd;	
}
a:hover{
	color:#cad4d7;	
}

.bck_admin{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAVklEQVQoU2Msben5z4AG/n94ycAoII4iyki0wpKS0v/outFNBPNBJiJLwNjoNNxqkAQIIJuObACKQnQngDTCFKNYjdVtAuIQxeieQXcbLIyIDx5iwxEAPBpU42MsV/wAAAAASUVORK5CYII=) repeat;
}

.main .menu .btn_field.btn_off:hover{
	background-color:#8C8CE0;
}

.main .menu .btn_field.btn_on{
	/*height:40px;
	border-bottom:solid 8px #9a258e;*/
	background-color:#6666cc;
	cursor:default;
}

.main .menu .btn_bcolor{
	background: none;
	background-color:#d3dade;
	height:44px;
	border-bottom:solid 4px #6666cc;
}


.main .menu .abn_info{
	height: 36px;
	text-align: center;
	padding: 7px 7px 0px 7px;
	border-bottom: none;
	background-color: transparent;
}

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

****************/
.ctn_menu{
    position: relative;
    height: 120px;
    background-color: #53616d;
    margin: auto;
    color: #fff;
    /* border: solid 1px #000; */
}

.ctn_menu .home{
	background-color: #7c8490;
}

.ctn_titre{
	height: 50px;
	color: #ffffff;
	font-size: 42px;
	margin: auto;
	font-family: 'wmedium';
	/*border: solid 1px #000;*/
}


.main .menu{
	background: url(../_theme/_darkness/_img/back_menu.png) 0px 0px repeat;
    background-color: #53616d;
    height: 44px;
	border-bottom: 4px solid #75848c;
}




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

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

/* COLOR LOOK */

.main_logo{
	/*background: url(/_theme/_darkness/_img/logo_weezago.jpg) 0 0px no-repeat;
	width:280px;*/
} 

.color_clip{
	color: #6666cc;
	color:#fff;
}

.border_clip{
	border-color:#6666cc;
}

.border1{
	border:solid 1px #656e78;	
}

/*
.blue{
	color: #009DE0;
}
*/
.purple{
	color: #6666cc;
}


/* Boutons */

.main .menu .account{
	/*background-color:#e2e6e8;*/
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-bottom-right-radius: 0px; 
	border-bottom-right-radius: 0px;

}

.main .menu .ctn_picto_account{
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-bottom-left-radius: 0px; 
	border-bottom-left-radius: 0px;
	height:44px;
}

.main .menu .btn_account{
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-bottom-left-radius: 0px; 
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-bottom-right-radius: 0px; 
	border-bottom-right-radius: 0px;
}

.main .menu .btn_logout{
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-bottom-left-radius: 0px; 
	border-bottom-left-radius: 0px;
}


.btn_main:hover{
	background-color:#ea0361;
}

.btn_base{
	background: none;
	border-bottom: 4px solid #75848c;
}

.btn_base:hover{
	background-color:#49555f;
	border-bottom: 4px solid #e40043;
}


.main .menu .btn.media_sel{
	background-color:transparent;
}

.main .menu .btn_color{
    background: none;
    border: none;
}


.main .menu .btn.media_sel, .main .menu .btn_color, .main .menu .btn_base{
	position: relative;
	background: none;
	border: none;
	background-image: linear-gradient(to right, #e40043 0%, #e40043 100%);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 0% 4px;
	transition: background-size 0.3s ease;
	padding-bottom: 4px;
	border-bottom: unset !important;
}
.main .menu .btn.media_sel:hover, .main .menu .btn_color:hover, .main .menu .btn_base:hover{
	background-color: #49555f;
	background-size: 100% 4px;
}
.main .menu .btn.media_sel.btn_on, .main .menu .btn_color.btn_on, .main .menu .btn_base.btn_on{
	cursor:default;
	padding-bottom: 0px;
}
.main .menu .btn.media_sel.btn_on:hover, .main .menu .btn_color.btn_on:hover, .main .menu .btn_base.btn_on:hover{
	background-size: 0% 4px;
}




.main .menu .btn{
	width: 44px;
	height: 44px;
	cursor: pointer;
}
/*
.main .menu .btn_base.btn_off:hover{
	background-color:#49555f;
	border-bottom: 4px solid #e40043;
}

.main .menu .btn_base.btn_on{
	background-color:#49555f;
	border-bottom: 4px solid #e40043;
	cursor: default;
}
*/

.main .menu .btn.btn_on{
	background-color:#49555f;
	border-bottom: 4px solid #e40043 !important;
	cursor: default;
}

.main .menu .btn.btn_none{
	cursor: default;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAP0lEQVQoU43M2QkAIAwEUVPE9l/gFqFEUDxyzfdjpBUi2SVzigBICBfSmQtP5MIXmdBCH/TQBSO0YYYmrCCFA648J8v67ZPNAAAAAElFTkSuQmCC) repeat;
	border-bottom: 4px solid #75848c;
}

.main .menu .btn.btn_none:hover{
	cursor: default;
	background-color: #53616d;
	border-bottom: 4px solid #75848c;
}

/* over media_sel none */

.main .menu .btn.media_sel.btn_none:hover{
	cursor: default;
	background-color: #53616d;
	border-bottom: 4px solid #75848c;
}

.main .menu .btn.lock{
	display:none;
	/*
	cursor:default;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAP0lEQVQoU43M2QkAIAwEUVPE9l/gFqFEUDxyzfdjpBUi2SVzigBICBfSmQtP5MIXmdBCH/TQBSO0YYYmrCCFA648J8v67ZPNAAAAAElFTkSuQmCC) repeat;
	border-bottom: 4px solid #75848c;
	*/
}

.main .menu .btn.lock:hover{
	cursor:default;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAP0lEQVQoU43M2QkAIAwEUVPE9l/gFqFEUDxyzfdjpBUi2SVzigBICBfSmQtP5MIXmdBCH/TQBSO0YYYmrCCFA648J8v67ZPNAAAAAElFTkSuQmCC) repeat;
	border-bottom: 4px solid #75848c;
}

.main .menu .btn.media_sel.lock:hover{
	cursor: default;
	background-color: #53616d;
	border-bottom: 4px solid #75848c;
}

.ctn_filtre .btn_field{
    background: none;
    border: none;
        /*border: solid 1px #afbabf;*/
}

.ctn_filtre .btn_field:hover{
    background: none;
    border: none;
   /* background-color: #adb9bd;
    border: solid 1px #656e78;*/
}

.main .menu .account{
	background: none;
	/*background-color:#75848c;*/
}

.main .menu .ctn_picto_account{
	background-color:#53616d;
}

.main .menu .ctn_picto_account:hover{
	background-color:#49555f;
	border-bottom: 4px solid #e40043;
    cursor: pointer;
}

.main .ctn_data.back_no{
   /*background-image: url(/_img/back_no_media.jpg);*/
    background-image: none;
}

/** TAG MANAGER */

.bootstrap-tagsinput .tag{
	margin-right: 2px;
	margin-top: 2px;
	color: red;
	background-color: green;
	padding: 3px;
}

.bootstrap-tagsinput{

	background-color: #adb9bd;
	border: solid 1px #656e78;
	color: #5B636E;
	/* font-family: 'avenir'; */
	font-family: Arial, Verdana, sans-serif;
	/*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
	display: inline-block;
	padding: 4px 6px;
	/*color: #555;*/
	vertical-align: middle;
	/*border-radius: 4px;*/
	max-width: 100%;
	line-height: 22px;
	cursor: text;
}


#dialog_save .bootstrap-tagsinput{
	width:350px;
	margin-left:70px;
}

/***** FORM ****/

.search_input{
    font-size: 1.1em;
    color: #5B636E;
    background: url(/_theme/_darkness/_img/picto_searchfield.svg) 0px 0px no-repeat;
    background-color: #adb9bd;
    border: solid 1px #656e78;
    color: #fff;
    padding: 4px 4px 4px 35px;
    /* font-family: 'avenir'; */
    font-family: Arial, Verdana, sans-serif;
}

.search_input:focus{
	outline: none;
	border: solid 1px #e2e6e8;
}

input::placeholder{
  color: #fff;
}


.btn_field{
	background: none;
}

.btn_field:hover{
	background: none;
}

/* PICTO */

.main .menu .logout{
	background: url(../_theme/_darkness/_img/picto_logout.svg) 1px 0px no-repeat;
}

.picto_home{
	background: url(/_img/svg/btn_home.svg) -1px 0px no-repeat;
	background-size: 94%;
}

.picto_back{
	background: url(../_theme/_darkness/_img/picto_back.svg) -2px 0px no-repeat;
}

.picto_kaokoa{
    background: url(../_theme/_darkness/_img/picto_kaokoa.svg) 0 0px no-repeat;
}

.picto_account{
    background: url(../_theme/_darkness/_img/picto_account.svg?4) 0 2px no-repeat;
	background-size: 87%;
}

.picto_picture{
    background: url(../_theme/_darkness/_img/picto_picture.svg) 0px -1px no-repeat;
}

.picto_video{
    background: url(../_theme/_darkness/_img/picto_video.svg) 0 0px no-repeat;
}

.picto_mdyn{
    background: url(../_theme/_darkness/_img/picto_mdyn.svg) -2px -2px no-repeat;
}

.picto_mcomp{
    background: url(/_img/svg/btn_mcomp.svg) -1px 0px no-repeat;
	background-size: 100%;
}

.picto_comdy{
    background: url(/_img/svg/btn_comdy.svg) 0px 0px no-repeat;
    background-size: 100%;
}

.picto_calendar{
    background: url(../_theme/_darkness/_img/picto_calendar.svg) 2px 1px no-repeat;
	background-size: 92%;
}

.picto_player{
    background: url(../_theme/_darkness/_img/picto_player.svg) 0 0px no-repeat;
	background-size: 92%;
}

.picto_clear{
    background: url(../_theme/_darkness/_img/btn_clear.svg) 0 0px no-repeat;
}

.picto_clear:hover{
    background: url(../_theme/_darkness/_img/btn_clear_on.svg) 0 0px no-repeat;
}


.ctn_filtre .picto_filtre{
    background: url(/_img/svg/btn_filtre.svg) 4px 5px no-repeat;
	opacity: 0.7;
	background-size: 68%;
}
.ctn_filtre .picto_filtre:hover{
    background: url(/_img/svg/btn_filtre.svg) 4px 5px no-repeat;
	opacity: 1;
	background-size: 68%;
}


.ctn_filtre .filtre_on .picto_filtre{
	opacity:1;
}


.btn_scr_play{
    background: url(../_theme/_darkness/_img/btn_scr_play.svg) 0 0px no-repeat;
}

.btn_scr_play:hover{
    background: url(../_theme/_darkness/_img/btn_scr_play_on.svg) 0 0px no-repeat;
}


.btn_prv{
    background: url(/_img/svg/btn_preview.svg) 0 1px no-repeat;
	opacity: 0.7;
	background-size: 94%;
}
.btn_prv:hover{
    background: url(/_img/svg/btn_preview.svg) 0 1px no-repeat;
	opacity: 1;
	background-size: 94%;
}




.btn_new{
    background: url(/_img/svg/btn_scr_add_off.svg) 0 2px no-repeat;
    background-size: 84%;
    opacity: 0.7;
}
.btn_new:hover{
	background: url(/_img/svg/btn_scr_add_on.svg) 0 2px no-repeat;
    background-size: 84%;
    opacity: 1;
}


.btn_del{
    background: url(../_theme/_darkness/_img/btn_scr_delete.svg) 0 0px no-repeat;
	opacity: 0.7;
}

.btn_del:hover{
    background: url(../_theme/_darkness/_img/btn_scr_delete_on.svg) 0 0px no-repeat;
	opacity: 1;
}


.btn_trash{
    background: url(/_img/svg/btn_trash.svg) 0 4px no-repeat;
	background-size: 82%;
	opacity: 0.7;
}
.btn_trash:hover{
	background: url(/_img/svg/btn_trash.svg) 0 4px no-repeat;
	background-size: 82%;
    opacity: 1;
}


.btn_edit{
    background: url(/_img/svg/btn_edit.svg) 0 4px no-repeat;
	opacity: 0.7;
	background-size: 80%;
}
.btn_edit:hover{
    background: url(/_img/svg/btn_edit.svg) 0 4px no-repeat;
	opacity: 1;
	background-size: 80%;
}


.btn_preview{
    background: url(/_img/svg/btn_preview.svg) 0 2px no-repeat;
	opacity: 0.7;
	background-size: 94%;
}
.btn_preview:hover{
    background: url(/_img/svg/btn_preview.svg) 0 2px no-repeat;
	opacity: 1;
	background-size: 94%;
}

.btn_move_v{
    background: url(../_theme/_darkness/_img/btn_move.svg) 0 0px no-repeat;
}

.btn_move_v:hover{
    background: url(../_theme/_darkness/_img/btn_move_on.svg) 0 0px no-repeat;
}

.pic_warning{
    background: url(../_theme/_darkness/_img/picto_warning.svg) 0px 0px no-repeat;
}

.btn_clock{
    background: url(../_theme/_darkness/_img/btn_clock.svg) 0 0px no-repeat;
}

.btn_clock:hover{
    background: url(../_theme/_darkness/_img/btn_clock_on.svg) 0 0px no-repeat;
}


.btn_rename{
    background: url(/_img/svg/btn_rename.svg) 0 0px no-repeat;
	opacity: 0.7;
}
.btn_rename:hover{
	background-position: 0 0px;
    opacity: 1;
}


.btn_date{
    background: url(../_theme/_darkness/_img/btn_calendar.svg) 0 0px no-repeat;
}

.btn_date:hover{
    background: url(../_theme/_darkness/_img/btn_calendar_on.svg) 0 0px no-repeat;
}

.input-file{
	border: 1px solid #b5034a;
}

.pic32_center{
	background-position: 20px -20px;
}


/* Loader */

.infini_loader{
    background: url(/_img/svg/loader_w.svg) 0 -14px no-repeat;
    cursor: default;
    background-size: 100%;
    width: 50px;
    height: 20px;
    text-align: center;
}

.img_loader{
	background: url(/_img/svg/loader_w.svg) 0px -16px no-repeat;
	background-size: 100%;
	cursor: default;
	width:50px;
	height:20px;
	position:relative;
	left:-20px;
}


.btn_file{
	font-size: 1.15em;
	padding-top: 2px;
	border-radius: 10px;
}



/* OVERWRITE JQUERY */
.ui-widget-content{
    border: 1px solid #49555f;
    background: #7c8490;
    color: #ffffff;
}

.ui-dialog .ui-dialog-buttonpane button{
	border-radius:10px;
}


.ui-button-text-only .ui-button-text{

    font-weight: bold;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{
    font-size: 1.0em;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    border: 1px solid #b5034a;
	border-radius: 6px;
}


.ui-state-default .ui-icon{
    background: url(../_theme/_darkness/_img/btn_close.svg) 0 0px no-repeat;
}

