body {
  padding-top: 10px;
}

html {
    font-size: 15px;
}

[class*="col-"], footer {
  background-color: white;
}

.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

body{
    padding-top: 10px;	
    color: #000000;
    background-color: #FFFFFF;
    font: 100% Verdana, Arial, Helvetica, sans-serif;
}

h1{
	font-size: 30pt;
	margin: 0px;
}

h2{
	font-size: 10pt;
	font-weight: normal;
	margin: 0px;
}

#footerMessage{
	position:absolute;
	top:750px;
	left:200px;
	width:750px;
	height:25px;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	text-decoration: blink;
}

#contenuBas{
	height:750px;
	overflow:hidden;
	overflow-x: hidden;
	overflow-y: auto;
}

#basAccueil{
	width: 100%;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	border: 1px solid grey;
	border-radius: 5px 10px 0 5px;
}

#form_structure select {
	width :510px;
}

.hr_menu{
	color: #2CB5E7;
	width: 150px;
}

input{
	border: 1px solid #00A5E2;
	background-color:#FFFFFF;
}

.cadre_form{
	/*background-color: #b9c9fe;*/
	font-size: 10pt;
	margin: 0px;
	padding: 15px;
	border: 1px solid grey;
	border-radius: 5px 10px 0 5px;
}

.intitule{
	text-align: right;
	font-weight: bold;
}

.button_add{
	background: url('images/add.png');
}

.button_rmv{
	background: url('images/remove.png');
}

#rounded-corner th a:hover{
	text-decoration:underline;
	cursor:pointer;
}
.bouton_submit{
    cursor: pointer;
    width: 250px;
    font-weight: bold;
    color: #FFFFFF;
    background: #FE6A00;
	text-align: center;
}
.bouton_submit:hover{
	background: #0026FF;
}

.tab_mon_compte{
	border-collapse: collapse;
}

.tab_mon_compte td{
	border-top: 1px solid grey;
}

.tab_mon_compte th{
	color: grey;
	font-size: 1em;
	text-align: center;
	font-weight: normal;
}

.button_add_equip_write, .button_add_serv_write{
	border: 0px;
	width: 46px;
	height: 40px;
	cursor: pointer;
	background: url("images/acces_rw_mini.png") no-repeat;
}

.button_add_equip_consult, .button_add_serv_consult{
	border: 0px;
	width: 50px;
	height: 39px;
	cursor: pointer;
	background: url("images/acces_r_mini.png") no-repeat;
}

.button_rmv_equip, .button_rmv_util, .button_rmv_serv{
	border: 0px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url("images/enlever.png") no-repeat;
}

.button_equal{
	border: 0px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url("images/equal.png") no-repeat;
}

.button_ajout{
	border: 0px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url("images/ajouter2.png") no-repeat;
}

.button_add_util, .button_add_serv{
	border: 0px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url("images/ajouter.png") no-repeat;
}

#alerte{
	color: #FFFFFF;;
	border-color: #000000;
	background-color: red;
}
.chargement th{
	color: #FE6A00;
	font-size: 16px;
}
.chargement{
	border-collapse: collapse;
}

.chargement td{
	border-top: 1px solid grey;
	text-align: left;
}

.chargement th{
	border-top: 1px solid grey;
	text-align: left;
}

.chargement form{
	border: 0px;
}

.etape{
	/*background: #00A5E2;url("images/etape.gif") repeat-x;*/
	font-size: 2px;
}

.styled-select select {
   background: transparent;
   overflow-x:auto;
   overflow-y:auto;
   font-size: 10px;
   height: 180px;
   -webkit-appearance: none;
   }
   
#memo{
       resize:none;
   }
   
input[type="submit"]{
 cursor:pointer;
 box-shadow:1px 1px 1px #D83F3D;
 width:100px;
 background-color: #FFEFD5 ;
}


.dialogstyleperso .ui-state-information {
    border: 1px solid #2C2F81;
    background: #3774A0;   /* bleu */
    color: #ffffff;
}
 
.dialogstyleperso .ui-state-warning {
    border: 1px solid #E36802;
    background: #FD8119;   /* orangé */
    color: #ffffff;
}
 
.dialogstyleperso .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #C71515;   /* rouge framboise */
    color: #ffffff;
}

.results tr[visible='false'],
.no-result{
  display:none;
}

.results tr[visible='true']{
  display:table-row;
}

.counter{
  padding:8px; 
  color:#ccc;
}

.modal-content {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 6px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,.5);
    box-shadow: 0 0 40px rgba(0,0,0,.5);
    color: #000;
    background-color: #fff;
    border: rgba(0,0,0,0);
}
.modal-message .modal-dialog {
    width: 300px;
}
.modal-message .modal-body, .modal-message .modal-footer, .modal-message .modal-header, .modal-message .modal-title {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0 20px;
    text-align: center!important;
}

.modal-message .modal-title {
    font-size: 17px;
    color: #737373;
    margin-bottom: 3px;
}

.modal-message .modal-body {
    color: #737373;
}

.modal-message .modal-header {
    color: #fff;
    margin-bottom: 10px;
    padding: 15px 0 8px;
}
.modal-message .modal-header .fa, 
.modal-message .modal-header 
.glyphicon, .modal-message 
.modal-header .typcn, .modal-message .modal-header .wi {
    font-size: 30px;
}

.modal-message .modal-footer {
    margin: 25px 0 20px;
    padding-bottom: 10px;
}

.modal-backdrop.in {
    zoom: 1;
    filter: alpha(opacity=75);
    -webkit-opacity: .75;
    -moz-opacity: .75;
    opacity: .75;
}
.modal-backdrop {
    background-color: #fff;
}
.modal-message.modal-success .modal-header {
    color: #53a93f;
    border-bottom: 3px solid #a0d468;
}

.modal-message.modal-info .modal-header {
    color: #57b5e3;
    border-bottom: 3px solid #57b5e3;
}

.modal-message.modal-danger .modal-header {
    color: #d73d32;
    border-bottom: 3px solid #e46f61;
}

.modal-message.modal-warning .modal-header {
    color: #f4b400;
    border-bottom: 3px solid #ffce55;
}

