/*
body {
    padding-top: 60px;
    padding-bottom: 40px;
}

.zf-green {
    color: #68b604;
}
 
.btn-success {
  background-color: #57a900;
  background-image: -moz-linear-gradient(top, #70d900, #57a900);
  background-image: -ms-linear-gradient(top, #70d900, #57a900);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
  background-image: -webkit-linear-gradient(top, #70d900, #57a900);
  background-image: -o-linear-gradient(top, #70d900, #57a900);
  background-image: linear-gradient(top, #70d900, #57a900);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #57a900;
}

.btn-success:active, .btn-success.active {
  background-color: #57a900;
}

div.container a.brand {
    background: url("../img/zf2-logo.png") no-repeat scroll 0 10px transparent;
    margin-left: 0;
    padding: 8px 20px 12px 40px;
}
*/

/*** ELEMENTS PAGE ***/
#connexion-toolbar { padding-right: 12px !important; }
#connexion-toolbar a {border: 0px;}
#connexion-toolbar a span {vertical-align: 10px;}

/*** DIVERS ***/
.rectangle_ordonnance {padding:8px;border:0px dotted lightgray;}
.alignleft {text-align: left;}
.bold {font-weight: bold;}

a.phrase_section_speciale {padding:4px;margin:2px;line-height:32px;border: 0px;}
.icone_haut_page {margin-left:6px;width:32px;height:32px;border:0px;}
.separateur_haut_page {margin:0 8px 0 8px;width:1px;height:32px;border:0px;}
.btn_signaler_erreur {
	-webkit-appearance: none;
	display: inline-block;
	background: red;
	color: #fff !important;
	text-transform: none;
	border-radius: 4px;
	border: 0;
	outline: 0;
	font-family: Verdana,Arial,sans-serif;
	font-size: 0.5em;
	box-shadow: 0.125em 0.175em 0 0 rgba(0,0,0,0.125);
	font-weight: normal;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	text-align: center;
	cursor: pointer;
	letter-spacing: 2px;
	padding: 8px;
	width:300px;
	margin:auto;	
}
.strongly-typed-button
{
    /* Bilog
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    border: 0;
    outline: 0;
    font-size: 1em;
    font-weight: 600;
    */
    -webkit-appearance: none;
    box-shadow: 0.125em 0.175em 0 0 rgba(0,0,0,0.125);
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-radius: 4px;
    color: #fff !important;
    background: #ed786a;
    text-align: center;
    cursor: pointer;
	padding: 0.75em 1em 0.75em 1em;
}

@media (max-width:480px) {
	.large_image {width:95%;}
}
@media (max-width:480px) {
    .jp-progress {width:50px !important;}
	.jp-time-holder {display: none;}
	.jp-controls {width:280px !important;}
	.jp-audio {width:100% !important;}
	.jp-volume-controls {left:175px !important;}
}
@media (max-width:480px) {
    .invisible-moins-480 {display:none;}
}

/*** Formulaire standard ***/
@media (min-width:460px) {
	form.my_form {
	    padding-left: 48px;
	}
}
form.my_form label span,
form.my_form fieldset legend
{
    width: 200px;
    display: inline-block;
    text-align: left;
	vertical-align: middle;
}
form.my_form input, form.my_form select, form.my_form textarea {
    width: 300px;
	text-align: left;
	vertical-align: middle;
	margin-bottom: 8px;
}
form.my_form ul {
    background-color: #f2dede;
    margin-top : -15px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 300px;
	margin-left: 200px;
}
form.my_form ul li {
    color:red;
    list-style:none;
}
form.my_form input.input-error {
    border: 2px solid #a94442;
}
@media (max-width:460px) {
	form.my_form input, form.my_form select, form.my_form textarea {
	    width: 100% !important;
	    text-align: left;
	    vertical-align: middle;
		margin-bottom: 8px !important; 
	}
}

/*** Formulaire minimisé en largeur ***/
@media (min-width:340px) {
	form.my_small_form {
	    padding-left: 2px;
	}
}
form.my_small_form label span,
form.my_small_form fieldset legend
{
    display: block;
	float:left;
	clear:both;
	vertical-align: middle;
	margin-bottom: 4px;
}
form.my_small_form input, form.my_small_form select, form.my_small_form textarea {
    width: 300px;
	display: block;
	float:left;
	clear:both;
	margin: 0px 0px 16px 0px;
	padding: 0.75em 1em 0.75em 1em;
}
form.my_small_form ul {
    background-color: #f2dede;
    border: 0px;
    border-radius: 4px;
	margin-top: -16px;
	padding: 15px;
    width: 300px;
	display:block;
    float:left;
    clear:both;	
}
form.my_small_form ul li {
    color:red;
    list-style:none;
}
form.my_small_form input.input-error {
    border: 2px solid #a94442;
}
@media (max-width:340px) {
	form.my_small_form input, form.my_small_form select, form.my_small_form textarea, form.my_small_form ul {
	    width: 90% !important;
	}
}
/*** Formulaire login ***/
form.login_form input {margin: 4px;padding:10px 0px 10px 0px;width:300px;}


/*** Texte ***/
div.titre
{
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 4px;
	margin: 0 0 0 0;
    text-transform: uppercase;	
}

/*** Bootstrap like styles ***/
.alert{padding:25px;margin-bottom:20px;text-shadow:0 1px 0 rgba(255,255,255,0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.alert,.alert h4{color:#c09853}.alert h4{margin:0}.alert .close{position:relative;top:-2px;right:-21px;line-height:20px}.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.alert-success h4{color:#468847}.alert-danger,.alert-error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.alert-danger h4,.alert-error h4{color:#b94a48}.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.alert-info h4{color:#3a87ad}.alert-block{padding-top:14px;padding-bottom:14px}.alert-block>p,.alert-block>ul{margin-bottom:0}.alert-block p+p{margin-top:5px}


/*** Icones menu ***/
.icone_menu {padding-left: 34px;padding-top: 4px;}
.forum {background: url('img/forum.png');background-repeat: no-repeat;}
.setting {background: url('img/settings.png');background-repeat: no-repeat;}
.presse {background: url('img/presse.png');background-repeat: no-repeat;}
.accueil {background: url('img/accueil.png');background-repeat: no-repeat;}
.lien {background: url('img/lien.png');background-repeat: no-repeat;}
.document {background: url('img/document.png');background-repeat: no-repeat;}
.contact {background: url('img/contact.png');background-repeat: no-repeat;}

.title
{
font-family : "Arvo";
color: #ED786A;
font-size : 24px;
}

.container a
{
	text-decoration: none;
}

#content a
{
	text-decoration: underline;
}


p {
    text-align:justify;	
    text-justify:auto;
}

.spec-phrs{
  background-color: rgba(177, 200, 200,0.5);
  padding: 5px;
  margin: 2px;
  line-height: 24px;  
}
.sec-phrs{
  background-color: rgba(152, 252, 6, 0.64);
  padding: 5px;
  margin: 2px;
  line-height: 24px;  
}
#create-phrase,#create-user{
    background-color: rgb(0, 255, 23);
    padding: 5px;
    float: right;
    color: white;
    font-weight: bold;
    margin-bottom: 5px;
}
.div-sec-container{
    /*color: white;*/
    width: 50%;
    background-color: white;
    padding: 12px

}
.div-select-sec,.div-spec-container{
    background: rgba(83, 184, 138, 0.04);
    padding: 3px;
    margin-bottom: 3px;
    padding-right: 20px; 
    border: 1px solid #eee;
    color: #000
}
.div-select-sec div{
   background: rgba(147, 219, 192, 0.57);
   margin-left: 20px;
   padding: 5px;  
   margin-bottom: 4px;
   border: 1px solid #eee;
}
.div-spec-container{
    width: 50%
}
.div-spec-container p{   
   margin-left: 20px;
   padding: 5px;  
   margin-bottom: 4px;
   border: 1px solid #eee;
}
.delete-phrase,.delete-traduction{
/*    padding: 3px;
    background: #ed786a;
    cursor: pointer;
    line-height: 2;
    border-radius: 3px;
  color: white;*/
}
.edit-phrase,.edit-traduction{
/*    background: #3a87ad;
    padding: 3px;
    
    cursor: pointer;
    line-height: 2;
    border-radius: 3px;
    color: white;*/
}
/*.traduction-phrase{
    background: #FFF204;
    padding: 3px;    
    cursor: pointer;
    line-height: 2;
    border-radius: 3px;
    color: white;
}*/
.delete-phrase{
    cursor: pointer;
}
.phrase-list > td {
    line-height: 20px;
}
.msg-ok{

    padding: 20px;
    background-color: darkseagreen;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    display: none;
}

.nice-table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.nice-table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.nice-table a:active,
.nice-table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
.nice-table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
.nice-table th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.nice-table th:first-child {
	text-align: left;
	padding-left:20px;
}
.nice-table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.nice-table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.nice-table tr {
	text-align: center;
	padding-left:20px;
}
.nice-table td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.nice-table td {
	padding:3px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
        font-size: 14px;
        font :13px cursive, Helvetica, sans-serif
}
.nice-table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.nice-table tr:last-child td {
	border-bottom:0;
}
.nice-table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.nice-table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.nice-table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

.nice-table th{
      border: 1px solid #ddd;
}
.body-details label{
    /*border-bottom: 1px solid #3a87ad;*/
}
.body-details p{
    margin-top: 3px;
}
.body-details{
      width: 66%;
}

.navigation {
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 1;
}

.navigation ul,
.navigation ul li,
.navigation ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation ul {
  position: relative;
  z-index: 500;
  float: left;
}

.navigation ul li {
  float: left;
  min-height: 0.05em;
  line-height: 1em;
  vertical-align: middle;
  position: relative;
}

.navigation ul li.hover,
.navigation ul li:hover {
  position: relative;
  z-index: 510;
  cursor: default;
}

.navigation ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 520;
  width: 100%;
}

.navigation ul ul li { float: none; }

.navigation ul ul ul {
  top: 0;
  right: 0;
}

.navigation ul li:hover > ul { visibility: visible; }

.navigation ul ul {
  top: 0;
  left: 99%;
}

.navigation ul li { float: none; }

.navigation ul ul { margin-top: 0.05em; }

.navigation {
  width: 13em;
  background: #333333;
  font-family: 'roboto', Tahoma, Arial, sans-serif;
  zoom: 1;
}

.navigation:before {
  content: '';
  display: block;
}

.navigation:after {
  content: '';
  display: table;
  clear: both;
}

.navigation a {
  display: block;
  padding: 1em 1.3em;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation > ul { width: 13em; }

.navigation ul ul { width: 13em; }

.navigation > ul > li > a {
  border-right: 0.3em solid #34A65F;
  color: #ffffff;
}

.navigation > ul > li > a:hover { color: #ffffff; }

.navigation > ul > li a:hover,
.navigation > ul > li:hover a { background: #34A65F; }

.navigation li { position: relative; }

.navigation ul li.has-sub > a:after {
  content: '»';
  position: absolute;
  right: 1em;
}

.navigation ul ul li.first {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

.navigation ul ul li.last {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
  border-bottom: 0;
}

.navigation ul ul {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.navigation ul ul { border: 1px solid #34A65F; }

.navigation ul ul a { color: #ffffff; }

.navigation ul ul a:hover { color: #ffffff; }

.navigation ul ul li { border-bottom: 1px solid #0F8A5F; }

.navigation ul ul li:hover > a {
  background: #4eb1ff;
  color: #ffffff;
}

.navigation.align-right > ul > li > a {
  border-left: 0.3em solid #34A65F;
  border-right: none;
}

.navigation.align-right { float: right; }

.navigation.align-right li { text-align: right; }

.navigation.align-right ul li.has-sub > a:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -6px;
}

.navigation.align-right ul li.has-sub > a:after { content: none; }

.navigation.align-right ul ul {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 598;
  width: 100%;
}

.navigation.align-right ul ul li.first {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}

.navigation.align-right ul ul li.last {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}

.navigation.align-right ul ul {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#div-sec-selected{
    margin-bottom: 20px;
}
#div-sec-selected span{    
    background-color: aquamarine;
    padding: 8px;
    border: 1px solid;
    margin-left: 5px;
      padding-right: 23px;
      position: relative;
}
#add-section-btn{
    background-color: coral;
    padding: 5px;
    border: 1px solid;
    border-radius: 5px;
}
#alert-selected{
      background-color: rgb(244, 165, 165);
  color: white;
  padding: 9px;
  text-align: center;
  display: none;
}
.edit-section{
    position: absolute;
  right: -4px;
  top: 0px;
  background: url("small_icons/edit.png") no-repeat scroll 0 0 transparent;  
  padding: 10px;
  width: 16px;
  height: 16px;

}
.delete-section{
    position: absolute;
  right: 0px;
  bottom: 0px;
  width: 16px;
  height: 16px;
  background: url("small_icons/delete.png") no-repeat scroll 0 0 transparent;
}
#div-phrase-position{
    display: none;
    width: 60%;
    max-height: 650px;
    background: white;
    padding: 20px;
    /*overflow: scroll;*/
}
#phrases-conatainer{
    overflow: scroll;
      max-height: 350px;
}
#phrases-conatainer p{
      border: 1px dashed #eee;
  padding: 5px;
  margin-bottom: 3px;
}
#phrases-conatainer p:hover{
  background-color: #4eb1ff;
}
#phrases-conatainer .phrase-selected{
  background-color: #80ee80;
}
.form-container{
        padding: 30px;
  border: 1px solid #eee;
  margin: 20px;
}
#traduction-exist-msg{
    display: none;
      background-color: coral;
  padding: 10px;
  color: white;
  font-weight: bold;
}
/*--LEFT MENU--*/


.liactive{
     background: #1968c7;
    border-left: 5px solid rgb(194, 226, 194); 
}
#accordian {
	background: #118ba7;
  width: 250px;
  margin: 20px 0 0 0;
  margin-top: 50%;
  color: white;
  box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.6), 0 0 200px 1px rgba(255, 255, 255, 0.5);
}
/*heading styles*/
#accordian h3 {
	font-size: 12px;
  line-height: 34px;
  padding: 0 10px;
  cursor: pointer;
  background: #003040;
  background: linear-gradient(#FAFAFA, #EEF5F9);
}
/*heading hover effect*/
#accordian h3:hover {
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
/*iconfont styles*/
#accordian h3 span {
	font-size: 16px;
	margin-right: 10px;
}
/*list items*/
#accordian li {
	list-style-type: none;
}
/*links*/
#accordian ul ul li a {
	color: white;
	text-decoration: none;
	/*font-size: 11px;*/
	line-height: 27px;
	display: block;
	padding: 0 15px;
	/*transition for smooth hover animation*/
	transition: all 0.15s;
}
/*hover effect on links*/

#accordian ul ul li a:hover {
    background: #1968c7;
  border-left: 5px solid rgb(194, 226, 194);
}
/*Lets hide the non active LIs by default*/
#accordian ul ul {
	display: none;
}
#accordian li.active ul {
	display: block;
}
.form-container{
    display: none;
}

.error-delete{
      background-color: coral;
  color: white;
  padding: 15px;
  margin-left: 45px;
  display: none;
}

#msg-success{
    display: none;
    
  background-color: greenyellow;
  padding: 10px;
  text-align: center;
}
#section-form,#speciality-form,#langue-form{
    margin-left: 78px;
  border: 1px solid #eee;
  padding: 20px;
  width: 80%;
  display: none;
}
#translation-form textarea{
    width: 90%;
  height: 80px;
}
#translation-form{
  margin-left: 21px;
  border: 1px solid #eee;
  padding: 20px;
  width: 100%;
  display: none;
  margin-top: 50px;
}
#section-actions{
    width: 90%;
     margin-bottom: 70px;
}
#create-section,#create-speciality,#create-langue,#create-translation,#reorder-section,#import-section{
    float:right;
    background-color: rgb(77, 210, 23);
  padding: 10px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  margin-left: 5px;
}
#reorder-section{
        background-color: rgb(34, 163, 210);
        
}
#import-section{
        background-color: rgb(63, 128, 6);
        
}
#import-container{
    background: #80ee80;
    padding: 15px;
    width: 80%;
}
.error-msg {
        background-color: coral;
        padding: 12px;
        text-align: center;
        color: white;
        font-weight: bold;
        margin-left: 20px;
}
.success-msg {
        background-color: #80ee80!important;
        padding: 12px!important;
        text-align: center!important;
        color: white!important;
        font-weight: bold!important;
        margin-left: 20px!important;
}

.h1title{
    margin-bottom: 25px;
    font-size: 28px;
    text-align: left;
    margin-left: 20px
}
#sections-container{
    width: 100%;
    display:none;
    margin-left: 20px; 
}
#phrase-list_filter{
    margin-bottom: 20px;
}
#only-one-phrase{
    padding: 10px;
  background-color: greenyellow;
  font-weight: bold;
  border: 1px solid #0FEF1A;
  display: none;
}
/**BPOPUP**/

.cbutton.b-close, .cbutton.bClose {
  border-radius: 7px 7px 7px 7px;
  box-shadow: none;
  font: bold 131% sans-serif;
  padding: 0 6px 2px;
  position: absolute;
  right: 2px;
  top: 2px;
}
.cbutton {
  background-color: #2b91af;
  border-radius: 10px;
  box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;}
#nav > ul > li{
    padding-right: 1em;
}
textarea,input{
    white-space: normal;
}
.ui-icon.flag{
    width: 32px;
    height: 32px;
}
.ui-selectmenu-button.ui-widget.ui-state-default.ui-corner-all,.ui-selectmenu-button.ui-widget.ui-state-default.ui-corner-top.ui-state-hover,.ui-selectmenu-button.ui-widget.ui-state-default.ui-corner-top{
        width: 162px!important;
        height: 25px!important;
        margin-left: 30px;
        
}
.ui-selectmenu-text{
    height: 25px;
}
#flags2-menu{
    max-height: 250px;
    overflow-y: scroll;
    
}
#flags-menu li div,#flags2-menu li div{
    background-color:transparent!important;
    padding: 7px;
}

.flag-div{
    width:120px;
    float:left;
    padding:1px;
    margin:1px;
    border:1px solid #eee;
}
.flag-div:hover{
    border:1px solid #ddd;
    background: #eee;
    padding: 1px;
}

#import-traductions{
    display:none!important;
}