/**
 * CSS styles for forms generated by yiic.
 *
 * The styles can be applied to the following form structure:
 *
 * <div class="form">
 *     <div class="row">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="row">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="row buttons">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 * </div>
 *
 * The above code will render the labels and input fields in separate lines.
 * In order to render them in the same line, please use the "wide" form as follows,
 *
 * <div class="wide form">
 *     ......
 * </div>
 *
 * @author Qiang Xue <qiang.xue@gmail.com>
 * @link http://www.yiiframework.com/
 * @copyright Copyright &copy; 2008-2010 Yii Software LLC
 * @license http://www.yiiframework.com/license/
 */

.menub {    background: #519cc6;}
.menub #topnav {max-width:1000px;margin:auto;}
div#admin-notes-content {   min-height: 400px;}
div#labels-coordonees {    font-size: 1.2em;}
div.form
{
}

div.form input,
div.form textarea,
div.form select
{
	margin: 0.2em 0 0.5em 0;
/*	height: 28px;
	width: 80%;*/
}

div.form fieldset
{
	border: 1px solid #DDD;
	padding: 10px;
	margin: 0 0 10px 0;
    -moz-border-radius:7px;
}

div.form label
{
	font-weight: bold;
	font-size: 0.9em;
	display: block;
}

div.form .row
{
	margin: 5px 0;
}

div.form .hint
{
	margin: 0;
	padding: 0;
	color: #999;
}

div.form .note
{
	font-style: italic;
}

div.form span.required
{
	color: red;
}

div.form div.error label:first-child,
div.form label.error,
div.form span.error
{
	color: #C00;
}

div.form div.error input,
div.form div.error textarea,
div.form div.error select,
div.form input.error,
div.form textarea.error,
div.form select.error
{
	background: #FEE;
	border-color: #C00;
}

div.form div.success input,
div.form div.success textarea,
div.form div.success select,
div.form input.success,
div.form textarea.success,
div.form select.success
{
	background: #E6EFC2;
	border-color: #C6D880;
}


div.form .errorSummary
{
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
}

div.form .errorMessage
{
	color: red;
	font-size: 0.9em;
}

div.form .errorSummary p
{
	margin: 0;
	padding: 5px;
}

div.form .errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

div.wide.form label
{
	float: left;
	/*margin-right: 10px;*/
	position: relative;
	/*text-align: right;*/
	width: 100px;
}

div.wide.form .row
{
	clear: left;
}

div.wide.form .buttons, div.wide.form .hint, div.wide.form .errorMessage
{
	clear: left;
	padding-left: 110px;
}
/*Menu style*/
.grid-view .table .button-column{
	min-width: 38px !important;
}
ul, ol {
	list-style: none;
	padding: 0;
}
a, a:hover {
	text-decoration: none;
}
#topnav > a {
	display: none;
}

#commande-grid_c1, #commande-grid_c2 , #commande-grid_c3 , #commande-grid_c4 , #commande-grid_c5 , #commande-grid_c6 , #commande-grid_c7 , #commande-grid_c8 , #commande-grid_c9 {padding-bottom:17px!important;background: #b1ddf5;    width: 10%!important;border-bottom: 1px solid #90c0db;}

tr.filters { background: #b1ddf5; }
th.button-column, th.checkbox-column {background: #b1ddf5;border-bottom: 1px solid #90c0db!important;}
input#commandeId_all { margin-top: -27px ; }

.grid-view .table .filters > td .filter-container input[type="text"] {height: 29px;}

.grid-view .table th > .sort-link {
	font-size:15px!important;
}
#topnav li {
	position: relative;
	z-index: 1;
}
#topnav li a {
	color: #fff;
	display: block;
}
#topnav li a:active {
	background-color: #007ecc !important;
}
#topnav span:after {
	width: 0;
	height: 0;
	border: 0.313em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #80b7d6;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.513em; /* 5 */
}
/* first level */

/* #topnav > ul {
     height: 3.75em;  60
    background-color: #e15a1f;
}*/
#topnav > ul > li {
	width: 22%;
	height: auto;
	float: left;
}
#topnav > ul > li > a {
	height: auto;
	font-size: 17px; /* 24 */
	/*line-height: 3.2em;  60 (24) */
	text-align: center;
	margin-top: 20%;
	padding: 8% 0%;
}
/*  #topnav > ul > li:not( :last-child ) > a {
      border-right: 1px solid #cc470d;
  }*/
#topnav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
	background-color: #519cc6;
}
/* second level */

#topnav li ul {
	background-color: #000000;
	display: none;
	position: absolute;
	top: 100%;
}
#topnav li:hover ul {
	display: block;
	left: 0;
	right: 0;
}
#topnav li:not( :first-child ):hover ul {
	left: -1px;
}
#topnav li ul a {
	font-size: 17px; /* 20 */
	/* border-top: 1px solid #e15a1f;*/
	padding: 12px; /* 15 (20) */
}
#topnav li ul li a:hover, #topnav li ul:not( :hover ) li.active a {
	background-color: #519cc6;
}
@media only screen and ( max-width: 62.5em ) /* 1000 */ {
	#topnav {
		width: 100%;
		position: static;
		margin: 0;
	}
}
@media only screen and ( max-width: 40em ) /* 640 */ {
	html {
		font-size: 75%; /* 12 */
	}
	#topnav {
		position: relative;
		top: auto;
		left: auto;
	}
	#topnav > a {
		width: 3.125em; /* 50 */
		height: 3.125em; /* 50 */
		text-align: left;
		text-indent: -9999px;
		background-color: #519cc6;
		position: relative;
	}
	#topnav > a:before, #nav > a:after {
		position: absolute;
		border: 2px solid #fff;
		top: 35%;
		left: 25%;
		right: 25%;
		content: '';
	}
	#topnav > a:after {
		top: 60%;
	}
	#topnav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
		display: block;
	}
	/* first level */

	/* #topnav > ul {
         height: auto;
         display: none;
         position: absolute;
         left: 0;
         right: 0;
     }*/
	#topnav:target > ul {
		display: block;
	}
	#topnav > ul > li {
		width: 100%;
		float: none;
	}
	#topnav > ul > li > a {
		height: auto;
		text-align: left;
		padding: 0 0.833em; /* 20 (24) */
	}
	#topnav > ul > li:not( :last-child ) > a {
		border-right: none;
		border-bottom: 1px solid #519cc6;
	}
	/* second level */

	#topnav li ul {
		position: static;
		padding: 1.25em; /* 20 */
		padding-top: 0;
	}
}
.card-header:first-child { font-weight: bold; font-size: 1.25em; text-transform: uppercase; }
body nav ul li ul { width: 120%; margin-left: -10%; background: #5ea5cd!important; }
body nav ul li ul li { background: #519cc6; border-radius: 10px; margin: 5px; }
body nav ul li ul li a:hover { border-radius: 10px; }

/* form style */
/*, .tox .tox-notification--warn, .tox .tox-notification--warning*/


body {
	background: #ffffff!important;
}

body nav#topnav > ul > li > a {
	background: #5ea5cd;
	margin: 4%;
	padding: 10%;
	height: 62px;
	border-radius: 12px;
}

body nav#topnav > ul > li:hover > a, body nav#nav > ul:not( :hover ) > li.active > a {
	background-color: #a0cce5;
}

.table-condensed th, .table-condensed td {padding: 8px 4px !important;}

div#page {
	max-width: 1250px ; 
	margin: auto!important;
	
}

a.btn.mb-3.mr-3 , a#yt1 , button#exportBtn {
	background: #363636;
	border-radius: 12px;
	color: white;
	box-shadow: 1px 1px 6px #bfbfbf;
	text-shadow: none;
	font-weight: bold;
	/*width: 100%;*/
	height: 42px ;
	/*padding-top: 12px ;*/
	font-size: 16px;
}
a.search-button.btn.mb-3.mr-3 {
    margin-left: 20px;
}
/*
a.btn.mb-3.mr-3 , a#yt1 , button#exportBtn {
	background: #519cc6;
	padding: 4% 2%;
	border-radius: 12px;
	color: white;
	box-shadow: 1px 1px 6px #bfbfbf;
	text-shadow: none;
	font-weight: bold;
	width: 200px;
}
 */