/*@brand-primary: #84e184; 8dbb36 94DFA7 */
body {
  color: #3E7FB7;
  font-style: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2{
	font-size:3em;
}
h3{
	font-size:1.5em;
}
.grey {
  color: grey;
}
a {
  color: #3E7FB7;
  font-size: 14px;
}
.smallGreyFont {
  color: grey;
  font-size: 12px;
}
.breadcrumb {
  background-color: white;
  font-size: 14px;
}
.modal {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
#mainTopbarMenu {
  background-color: #3E7FB7;
}
#mainDiv1 {
  text-align: center;
  background-color: white;
}
#mainTopbarFont {
  color: white;
}
a.mainTopbarFont#link,
a.mainTopbarFont#visited,
a.mainTopbarFont#active {
  color: white;
}
a.mainTopbarFont#hover {
  color: grey;
}
.errorFont {
  color: #d9534f;
}
.centeredWide {
  margin: 0 auto 0 auto;
  width: 80%;
}
.centeredNarrow {
  margin: 0 auto 0 auto;
}
.centeredBorder {
  margin: 0 auto 0 auto;
  border-width: 1px;
  border-style: solid;
  border-color: WhiteSmoke;
  width: 80%;
}
hr {
  border-color: WhiteSmoke;
}
a.loginFont {
  color: #3E7FB7;
}
td {
  padding: 5px;
}
table {
  border-spacing: 5px;
}
.map {
  height: 300px;
  width: 300px;
}
.connectedUser {
  text-align: right;
  padding-left: 50px;
}
#container {
  height: 100%;
  width: 100%;
  font-size: 0;
}
#left,
#middle,
#middle-search,
#right {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  font-size: 12px;
}
#left {
  width: 25%;
}
select{
	width: 56%;
	border-radius: 5px;
	font-size: 14px;
	-webkit-appearance: none; 
   -moz-appearance: none;
   appearance: none;   
}
select::-ms-expand { 
    display: none; /* remove default arrow in IE 10 and 11 */
}
.insel select{
   border: 1px solid #ccc;
   height: 38px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
  overflow: hidden;
}
select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}
.insel select:hover{
  color: #fff;
  background-color: #3E7FB7;
}
select option { 
    background: #fff;
    color:#3E7FB7;
}
#middle {
  width: 25%;
  font-size: 18px;
}
#middle-search {
  width: 25%;
  font-size: 18px;
}
#right {
  width: 25%;
}
.middle-s{
	display: inline-flex;
}
.form-search{
	display: block;
	width: 80%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.icon-search{
	font-size: 22px;
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 2px;
	border: none;
}
.icon-search:hover{
  color: #fff;
  background-color: #3E7FB7;
  border-color: #444b93;
  border-radius: 0 4px 4px 0;
}
input[type="search"]:invalid + input[type="reset"]{
     display: none;
   } 
input[type="reset"]
   {
      background-image: url('../images/stop32.png');
      background-position: center center;
      background-repeat: no-repeat;
      height: 32px;
      width: 32px;
      border: none;
      background-color: transparent;
      cursor: pointer;
      position: relative;
      top: 1px;
      left: -28px;
   }
.icon-close2:before {
  content: "\e5cd";
}
.icon-close2{
	font-size: 22px;
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 2px;
	border: none;
}
.icon-close2:hover{
  color: #fff;
  background-color: #3E7FB7;
  border-color: #444b93;
  border-radius: 0 4px 4px 0;
}
#but_clear{
 	// background-image: url('../images/stop32.png');
     background-position: center center;
     padding: 5px 0 0 0;
     cursor: pointer;
      height: 32px;
      width: 24px;
 }
button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn-primary,
.btn-primary-small,
.btn-info,
.btn-danger,
.btn-success {
  color: #3E7FB7;
  background-color: #fff;
  border-color: #444b93;
}
.btn-primary:link,
.btn-primary:visited,
.btn-primary-small:link,
.btn-primary-small:visited {
  color: #3E7FB7;
  background-color: #fff;
  border-color: #444b93;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary,
.btn-primary-small:hover,
.btn-primary-small:focus,
.btn-primary-small:active,
.open > .dropdown-toggle.btn-primary-small {
  color: #fff;
  background-color: #3E7FB7;
  border-color: #444b93;
}
.btn-primary-small {
  font-size: 12px;
}
.btn-primary-small:link,
.btn-primary-small:visited {
  font-size: 12px;
}
.btn-primary-small:hover,
.btn-primary-small:focus,
.btn-primary-small:active,
.open > .dropdown-toggle.btn-primary-small {
  font-size: 12px;
}
.btn-primary-noborder {
  color: #3E7FB7;
  background-color: #fff;
}
.btn-primary-noborder:link,
.btn-primary-noborder:visited,
.btn-primary-noborder:focus {
  color: #3E7FB7;
  background-color: #fff;
}
.btn-primary-noborder:hover,
.btn-primary-noborder:active,
.open > .dropdown-toggle.btn-primary-noborder {
  color: #fff;
  background-color: #3E7FB7;
}
.btn-secondary {
  color: #fff;
  background-color: #3E7FB7;
  border-color: #444b93;
}
.btn-secondary:link,
.btn-secondary:visited {
  color: #fff;
  background-color: #3E7FB7;
  border-color: #444b93;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.open > .dropdown-toggle.btn-secondary {
  color: #3E7FB7;
  background-color: #fff;
  border-color: #444b93;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
}
.btn-custom {
  border: none;
  color: white;
  background-color: white;
}
.breadTitle {
  font-size: 14px;
  text-decoration: underline;
  -moz-text-decoration-color: #3E7FB7;
  /* Code for Firefox */

  text-decoration-color: #3E7FB7;
}
.clearer {
  clear: both;
}
.vermell {
  color: #d9534f;
}
.upload-wrapper {
  padding: 10px;
}
#dropzone {
  padding: 20px;
  text-align: center;
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.12);
  -moz-box-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
}
#dropzone i {
  display: block;
  font-size: small;
  margin-bottom: 5px;
  text-shadow: 1px 1px 1px #ffffff;
}
.input-file {
  position: relative;
  overflow: hidden;
}
.input-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  outline: none;
  background: #fff;
  cursor: pointer;
  display: block;
}
.file-row {
  padding: 10px;
  margin-top: 5px;
  min-height: 70px;
}
.file-row video {
  width: 100%;
}
.file-row audio {
  width: 100%;
}
.file-row .file-remove {
  float: right;
  margin-top: -6px;
  text-decoration: none;
}
.file-row canvas {
  float: left;
  margin-right: 10px;
}
.file-row span {
  display: block;
  font-size: small;
  margin-bottom: 4px;
  max-width: 500px;
  overflow: hidden;
  max-height: 16px;
}
#error_output {
  color: red;
}
.text-danger,
.text-success {
  float: left;
  margin-top: -10px;
  font-style: italic;
}
.text-danger {
  color: #ff0000 !important;
}
.text-success {
  color: #0caf00 !important;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.listUserTicketsDetailsRow {
  background-color: #3E7FB7;
  color: white;
  text-decoration: none;
}
a.listUserTicketsDetailsRow#link,
a.listUserTicketsDetailsRow#visited,
a.listUserTicketsDetailsRow#active {
  color: white;
  text-decoration: none;
}
a.listUserTicketsDetailsRow#hover {
  color: grey;
  text-decoration: none;
}
a.noUnderline {
  margin: 0px;
  padding: 0px;
  color: #3E7FB7;
  text-decoration: none;
}
.subtitol a.noUnderline {
  color: #3E7FB7;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.bar {
  height: 18px;
  background: green;
}
#map_wrapper {
  height: 400px;
}
#map_canvas {
  width: 95%;
  height: 95%;
}
#icones_titol {
  margin: -19px 0px 0px 0px;
  height: 16px;
  float: right;
  font-size: 12px;
}
.bloc{
	padding-top:10%;
	padding-bottom:35%;
}
.bloc2{
	padding-top:10%;
	padding-bottom:28%;
}
.bloc-row{
	padding-top:1%;
	padding-bottom:4%;
}
#helpsearch{
	display:none;
	background-color: #eff;
	min-width:660px;
	border-radius: 10px;
	margin: 0 0 0 -50px;
	border-color: #039bae;
	border-style: solid;
    border-width: 5px;
    font-size:14px;
}
#helpsearch li{
		display: inline-flex;
}
.icon-question-circle-o:before {
  content: "\f059";
}
.icon-question-circle-o{
	font-size: 22px;
	color:#ccc;
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 5px 2px;
	border-radius: 4px 4px 4px 4x;
}
.icon-question-circle-o:hover{
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
  border-radius: 4px 4px 4px 4px;
}
#but_help{
	cursor: pointer;
}