@charset "utf-8";
/* CSS Document */
.adminStream {
    float: right;
}
.j_left {
	float: left;
}
.navbar-brand img {
    margin-top: 5px;
}
.navbar-inverse .navbar-nav > .activeClient > a,
.navbar-inverse .navbar-nav > .activeClient > a:hover,
.navbar-inverse .navbar-nav > .activeClient > a:focus/*, .videlio*/ {
  color: #fff;
  background-color: #D51366;
}
.videlio {
	padding-right: 10px;
	padding-left: 50px;
	background-image: url(img/logo_videlio_play_blanc.png);
	background-repeat: no-repeat;
	background-position: left center;
  	background-color: #4c4e53;
	color:#FFFFFF;
}
.videlio:hover, span.sous_titre:hover {
	background-color: #d51366;
}
span.videlio a, span.sous_titre a {
    color: white;
}
span.videlio a:hover, span.sous_titre a:hover {
	text-decoration: none;
}

#myTable tr:hover, #myTable tr.odd:hover, #myTable tr.even:hover {
	background-color: #D5D5D5;
}
#myTable tr.odd {
	background-color: #F7F7F7;
}
#myTable tr.even {
	background-color: #FFFFFF;
}
#myTable2 tr:hover, #myTable2 tr.odd:hover, #myTable2 tr.even:hover {
	background-color: #D5D5D5;
}
#myTable2 tr.odd {
	background-color: #F7F7F7;
}
#myTable2 tr.even {
	background-color: #FFFFFF;
}

.btn-xs, .btn-group-xs > .btn {
	font-size: 10px;
	/* line-height: 1.5; */
	border-radius: 3px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}
.displayNone {
	display:none;
}
.notes {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #D51366;
	padding-left: 10px;
}
.notes h5 {
    display: inline;
    position: relative;
    top: -10px;
    /* margin: 0px; */
    margin-top: -8px;
    background-color: rgb(213, 19, 102);
    padding: 4px;
    color: white;
}
.notesPresta {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: rgb(204, 63, 59);
	padding-left: 10px;
}
.notesPresta h5 {
    display: inline;
    position: relative;
    top: -10px;
    /* margin: 0px; */
    margin-top: -8px;
    background-color: rgb(204, 63, 59);
    padding: 4px;
    color: white;
}
.notes_form {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #4c4e53;
	padding-left: 10px;
	background-color: rgb(245, 245, 245);
}
.notes_form h5 {
    display: inline;
    position: relative;
    top: -10px;
    /* margin: 0px; */
    margin-top: -8px;
    background-color: rgb(76, 78, 83);
    padding: 4px;
    color: white;
}
.notes_form_danger {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #FF1E1E;
	padding-left: 10px;
	background-color: rgb(255, 232, 232);
}
.notes_form_danger h5 {
    display: inline;
    position: relative;
    top: -10px;
    /* margin: 0px; */
    margin-top: -8px;
    background-color: rgb(255, 30, 30);
    padding: 4px;
    color: white;
}

.g_btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  /*cursor: pointer;*/
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.g_btn-danger {
	color: #fff;
	background-color: #FF0901;
	border-color: #410200;
	background-image: url(img/a_resoudre.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 52px;
	margin-bottom: 10px;
}
.placeVideoAdmin {
	width: 300px;
}
.button_big, 
.KT_tngtable tbody tr.KT_buttons input.bt_danger, 
.KT_row_filter_submit_button.bt_danger, 
div.KT_bottombuttons input.bt_danger,
div.KT_bottombuttonsLeft input.bt_danger, 
div.KT_topbuttons input.bt_danger, 
div.KT_topbuttonsLeft input.bt_danger {
	background-image: url(img/bouton_danger_dt.png) !important;;
}
.KT_topbuttons, .KT_bottombuttonsLeft {
	/*text-align: right;*/
	background-color: #4c4e53;
	padding: 4px;
	min-height: 20px;
	/* background-image: url(images/button_big.gif); */
}
.KT_tngformG, .KT_tnglistG {
	background-color: #ffffff;
	border: solid 1px #4F72B4;
	display: inline-block;
}
.sous_titre {
	padding-right: 10px;
	padding-left: 50px;
	background-image: url(img/logo_videlio_play_blanc.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #4c4e53;
	font-size: 15px;
	color: white;
}

  #sortable, #sortIntervenant { list-style-type: none; margin: 0; padding: 0; width: 60%; }
  #sortable li, #sortIntervenant li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 12px; height: 26px; cursor:move;
 }
  #sortable li span, #sortIntervenant li span { position: absolute; margin-left: -1.3em; }
    #sortable li span.glyphicon, #sortIntervenant li span.glyphicon { position: relative; margin-left: auto; }
#sortable li a, #sortIntervenant li a, .menuDiv a{
    margin-left: 7px;
    float: right;
}

/*styles pour compenser les styles jQuery UI*/

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
/*styles pour la diapositives "sortable"*/
ul#list-photos{
	list-style:none;
	display:inline-block;
	/*height:140px;*/
}
/* style des éléments de la liste */
ul#list-photos li{
	border: 1px solid #D51366;
	padding:3px;
	cursor:move;
	/*  height:100px;
  width:75px;
*/  float:left;
	margin-right:4px;
	background:#fff;
	color:#212326;
	font-size:10px;
	margin-bottom: 4px;
	text-align:center;
	background-color: rgb(226, 226, 226);
}
/* style de l'élément fantome, qui apparait losque que l'on bouge un élément */
ul#list-photos li.highlight{
  background:#f2f2f2;
  border:1px dashed #212326;
  width:80px;
}
#placePhotos {
	clear: both;
}
.titre_table {
    background-color: rgba(76, 78, 83, 1);
    color: rgb(250, 250, 250);
    font-size: 14px;
    font-weight: 200;
}
.titre_table2 {
    background-color: rgb(45 44 45);
    color: rgb(250, 250, 250);
    font-size: 22px;
    font-weight: 200;
}
.titre_table em {
    font-size: 12px;
}
.googleChrome {
	background-image: url(img/chrome_logo.png);
a
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 288px;
	background-color: #FFFFFF;
	border: 1px solid #ACACAC;
	background-position: 20px;
}
.place_memento {
	display:inline-block;
}
table.memento {
	width: 100%;	
}
table.memento textarea {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
}
/*style pour la page tri_chapitres*/
ol.sortable.hidden {
	/*display: block !important;
	visibility: visible !important;*/
}
.hidden {
	/*display: block !important;
	visibility: visible !important;*/
}


.placeholder {
	outline: 1px dashed #4183C4;
}
.mjs-nestedSortable-error {
	background: #fbe3e4;
	border-color: transparent;
}
ol.sortable, ol.sortable ol {
	list-style-type: none;
}
.sortable li div {
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: move;
	border-color: #D4D4D4 #D4D4D4 #BCBCBC;
	margin: 0;
	padding: 3px;
}
li.mjs-nestedSortable-collapsed.mjs-nestedSortable-hovering div {
	border-color: #999;
}
.disclose, .expandEditor {
	cursor: pointer;
	width: 20px;
	display: none;
}
.sortable li.mjs-nestedSortable-collapsed > ol {
	display: none;
}
.sortable li.mjs-nestedSortable-branch > div > .disclose {
	display: inline-block;
}
.sortable span.ui-icon {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.menuDiv {
	background: #EBEBEB;
}
.menuEdit {
	background: #FFF;
}
.itemTitle {
	vertical-align: middle;
	cursor: pointer;
}
.deleteMenu {
	float: right;
	cursor: pointer;
}
/*FIN style pour la page tri_chapitres*/
#placeTime {
	float: right;
	background-color: rgb(239, 239, 239);
	padding: 5px;
	border: 1px solid #666666;
}
.table_vod {
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	border: 1px solid #CCCCCC;
}
.table_vodChap {
	float: left;
	margin-right: 10px;
	margin-bottom: 1px;
	border: 1px solid #CCCCCC;
}
.table_vodChap td:first-child {
    padding-left: 5px;
}

.noDisplay {
	display:none;
}
.aFaire {
	background-color: #FF99FF;
	padding: 5px;
	border: 2px solid #660000;
}
.nettoyeur{ clear: both; height: 0; margin: 0; padding: 0; border: 0; line-height: 1px; font-size: 1px; }

.diapo_inutile {
    background-color: rgb(234, 152, 152);
}
#placePhotos img {
	cursor:move;
}
.floatRight {
	float: right;
}
.texteCenter {
}
.sousChapitre {
    margin-left: 30px;
}
span.grandIcone {
	font-size: 150%;	
}
#carousel li {
	display: block;
	opacity: .4;
	cursor: pointer;
}
#carousel li:hover {
	display: block;
	opacity: 1;
	cursor: pointer;
}
#carousel li.flex-active-slide {
	opacity: 1;
}
.displayNone {
	display:none;
}
ul.prestaEnCours{
	margin-left: -15px;
	padding-left: 0px;
	line-height: 16px;
	list-style-type: none;
}
ul.prestaEnCours li li{
    /* list-style: inherit; */
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
}
ul.prestaEnCours li ul{
    margin: 0px;
    /* padding: 0px; */
    padding-left: 13px;
}
.mettreAjour {
	background-color: #FFD5D5;
	border: 1px solid #900000;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.titrePresta {
	background-color: #F5F5F5;
	border: 1px solid #999999;
	padding: 10px;
}
.flip-clock-label {
	display:none;
}
.clock {
}
h4.titre_onglets {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 14px;
	margin-top: 0px;
	margin-right: -15px;
	margin-bottom: 5px;
	margin-left: -15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
}
.tab-content > .active {
	border: 1px solid #908D8D;	
	padding-left: 15px;
	padding-right: 15px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #fff;
	cursor: default;
	background-color: #4c4e53;
	border: 1px solid #908D8D;
	border-bottom-color: transparent;
}
.red {
	color: #FF0000;
}
iframe#presta {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.codeHtml {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-bottom: 15px;
	padding: 10px;
}
.nav-tabs > li.poubelle a{
	background-color: #FF0000;
	color:#FFFFFF;
}
li.poubelle a:hover{
	background-color: #FFFFFF;
	color:#FF0000;
}
.titreAgence a/*,.titreAgence2*/  {
	text-align: right;
	font-size: 30px;
	color: #D51366;
	/* position: relative; */
	/* top: 14px; */
	z-index: 10;
	display: inline-block;
	float: left;
	height: 44px;
	margin-left: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D51366;
	border-left-color: #D51366;
	background-color: #EFEFEF;
}
.titreAgence a:hover {
background-color: #D41164;color: #F1F1F1;text-decoration: blink;}
.titreAgence2  {
	margin-right:20px;
	padding-top: 7px;
	background-color: #EFEFEF;
	color: #D51366;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D51366;
	border-right-color: #D51366;
	border-bottom-color: #D51366;
	border-left-color: #D51366;
}
#place_deconnect {
}
.loaderDiapo {/* display: inline-block; *//* background-color: aquamarine; *//* margin-left: auto; *//* margin-right: auto; */text-align: center;margin-top: -110px;}
.choixDebit {
	background-color: #5e9cd2;
	border: 3px solid #000000;
	color: white;
	text-align: center;
	width: 100px;
	padding-bottom: 27px;
	padding-top: 27px;
	margin-top: 20px;


}
.choixDebit:hover {
	border: 3px solid #FF0000;
}
.choixDebitOn {

	background-color: #1e496f;
	border: 3px solid #FF0000;
	color: white;
	text-align: center;
	width: 100px;
	padding-bottom: 27px;
	padding-top: 27px;
	margin-top: 20px;
}
.rougeForm {
	color: #FF0000;
}
.aDroite {
	text-align:right;
}
.input-group-addon2 {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #5e9cd2;
    border: 1px solid #1e496f;
    border-radius: 4px;
}
.bandeauHaut {
	margin-top: 45px;
}
.titreBandeau {float: right;font-size: 20px;color: #929394;}
.navbar-inverse {
	background-image:none;
    background-color: #4c4e53;
    border-color: #080808;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fffefe;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #d51366;
}
.btn-primary, .btn-info {
    background-image: -webkit-linear-gradient(top,#428bca 0,#2d6ca2 100%);
    background-image: linear-gradient(to bottom,#e65c97,#af0b51 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #cd0d60;
}
.btn-primary:hover, .btn-primary:focus, .btn-info:hover, .btn-info:focus {
    background-color: #b10d53;
    background-position: 0 -15px;
}
.btn-success {
    background-image: -webkit-linear-gradient(top,#428bca 0,#2d6ca2 100%);
    background-image: linear-gradient(to bottom,#4c4e53,#908c8d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #060606;
}
.btn-success:hover, .btn-success:focus {
    background-color: #9a9899;
    background-position: 0 -15px;
}

a {
    color: #d51366;
    text-decoration: none;
}
a:hover, a:focus {
    color: #4c4e53;
    text-decoration: underline;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #4c4e534f;
    border-radius: 4px 4px 0 0;
    color: #4c4e53;
}
