html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: arial;
}
body {
	line-height: 1;
	padding-bottom: 65px; /*needed for footer*/

}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}


ol, ul {
	list-style: none;
}


a img {
	border: none;
}


.label-info-green {
	
	background-color:#45aab8;
	font-size:100%;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
 {
	font-family: Arial, arial;
}


#ajax_error {
    border-color: red;
    border-style: solid;
    border-bottom-width: 3px;
    color: red;
    font-size: 1.5em;
    padding-left: 5px;
    margin-left: 10px;
}

#ajax_error_message {
    padding-top: 10px;
    color: red;
    font-style: italic;
    padding-left: 25px;
}

#ajax_response {
    padding-top: 10px;
    color: #558ed5;
    font-size: 1.5em
    
}


h1 {
	color: #1481e7;
}

.blue {
	color: #1481e7;
}

.green-A1 {
	color: #00925b;
}


.centered {
	text-align: center; !important;
}

.inline {
	display: -webkit-inline-box;
}

#title_mcs {
	font-weight: bold;
	color: #558ed5;
}


//Will be responsible for hiding the close button in JqueryUI windows
//.no-close .ui-dialog-titlebar-close {
  //display: none;
//}

//Having a cross in the titlebar close button
.ui-dialog-titlebar-close {
  background-image: url("/static/base/jquery/jquery-ui/images/ui-icons_888888_256x240.png");
  background-position: -96px -128px;
  background-repeat: no-repeat;
}



.ui-autocomplete {
  z-index:525522147483647;
}





.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }


.hidden {
  display: none;
}

.global_loader {
  z-index: 525522147483648;
  position: fixed;
  top: 2%;
  right: 2%;
  padding: 5px 12px;
  width : 325px;
  height: 200px;
  background: #ffffff;
  color: #558ed5;
  text-align: center;
  border: 1px solid;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-topleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  font-size: 13px;
  -webkit-animation-name: move; /* Chrome, Safari, Opera */
  -webkit-animation-duration: 1.0 s; /* Chrome, Safari, Opera */
  animation-name: move;
  animation-duration: 1.0s;
  
}

/* Chrome, Safari, Opera */
@-webkit-keyframes move {
  from{top: 0px; right: 0px;}
  to {top: 2%; right: 2%;}
}

@keyframes move {
  from {top: 0px; right: 0px;}
  to {top: 2%; right: 2%;}

}


.printer_loader {
  z-index: 525522147483648;
  position: fixed;
  top: 2%;
  right: 2%;
  padding: 60px 12px;
  width : 325px;
  height: 200px;
  background: #ffffff;
  color: #558ed5;
  text-align: center;
  border: 1px solid;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-topleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  font-size: 13px;
  -webkit-animation-name: move; /* Chrome, Safari, Opera */
  -webkit-animation-duration: 3.0 s; /* Chrome, Safari, Opera */
  -webkit-animation-iteration-count: 2; /* Chrome, Safari, Opera */
  -webkit-animation-direction: alternate-reverse; /* Chrome, Safari, Opera */
  animation-name: move;
  animation-duration: 3.0s;
  animation-iteration-count: 2;
  animation-direction: alternate-reverse;

}


.font06em { font-size:0.6em; }
.font07em { font-size:0.7em; }
.font08em { font-size:0.8em; }
.font09em { font-size:0.9em; }
.font10em { font-size:1.0em; }
.font11em { font-size:1.1em; }
.font12em { font-size:1.2em; }
.font13em { font-size:1.3em; }
.font14em { font-size:1.4em; }

hr {
	margin-top: 3px;
	margin-bottom: 10px;
	
}



.ht_clone_top { display: none !important; }


.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #FFFFFF;
  cursor: default;
  background-color: #3BADCF;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}



.navbar-default .navbar-nav > li > a:hover {
  color: #558ed5;
  display: inline-block;
  position: relative;
  font-weight: bold;
}

.navbar-default .navbar-nav > li > a:after {    
  bottom: 0;
  content: "";
  display: block;
  height: 2.5px;
  left: 0;
  position: absolute;
  background: #558ed5;
  margin-bottom: 10px;
  transition: width 0.3s ease;
  width: 0;
  font-weight: bold;
  margin-left: 5px
}

.navbar-default .navbar-nav > li > a:hover:after { 
  width: 92%; 
  left: 0; 
  color: #558ed5;
}

.navbar-default .navbar-nav > li > a.active{
	color: #558ed5;
}

.navbar-default .navbar-nav > li > a.active:after { 
	width: 92%;
}

a.list-group-item:hover{
  color: #558ed5;
  position: relative;
  background-color: white;
  display: inline-block;
  width:100%;
}

a.list-group-item:after {    
  bottom: 0;
  content: "";
  display: block;
  white-space:nowrap;
  text-decoration:none;
  height: 0;
  left: 0;
  position: absolute;
  background: #558ed5;
  transition: height 0.3s ease;
  width: 2px;
}

a.list-group-item:hover:after { 
  height: 100%; 
  left: 0; 
} 

a.list-group-item.active-menu {
	color: #558ed5;
}

a.list-group-item.active-menu:after {
	height: 100%;
}


/*
The form group margin is set to reduce the gap between two lines of forms
*/
.form-group {
    margin-bottom: 5px;
}    
    
div.jtable-main-container {
    font-family: 'Segoe UI Semilight','Open Sans',Verdana,Arial,Helvetica,sans-serif;
    font-weight: 300;
    font-size: 10px;
    background: #fff;
    line-height: 1.3;
}

/*
This snippet is used to reduce the z-index of the navbar and allow the modal to go over it
*/
nav.navbar.navbar-default.navbar-static-top {
	z-index: 10;
}

.mcs_counter {
	font-size: 20px;
}



.background_white {
	background-color: white;
}


.txt_uppercase {
	text-transform: uppercase;	
}




div.jtable-main-container > div.jtable-title {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


.label-default-grey {
    background-color: #8888884d;
}



/*
Correction of container to avoid overlap with footer
*/
.container-main {
 margin-bottom: 40px;
}


.jtable-page-size-change {
    color: #72b4c6;
}

.jtable-goto-page {
    color: #72b4c6;
}




.bottom_border {
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
}


.top_border {
	border-top-style: solid;
	border-top-color: black;
	border-top-width: 1px;
}


.second_level_header {
    color: grey;
    font-style: italic;
}


.form-control-coche {
	width: 100%;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px
}


.picture_frame_report {
	
	height:150px; 
	width:150px; 
	position:relative; 
	display:inline-block;
	
}

.thumbnail{
	
	max-width:100%;
	max-height:90%; 
	bottom:0; 
	position:absolute;
}

.legend_picture{
	bottom:0; 
	position:absolute;
	width:100%;
	max-height:10%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	
}

/* Exhibit_image_repository */
#zoom_zone{
	
	max-width:100%;
	max-height:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:20%;
}

.image_zoom{
	
	position:absolute; 
	bottom:11%;
	right:2%;
}


.image_report_used{
	
	border:  3px solid #337ab7;
}



.bs_infobulle {
  position: relative;  /* les .infobulle deviennent référents */
  cursor: help;
}

/* on génère un élément :after lors du survol et du focus :*/

.bs_infobulle:hover::after,
.bs_infobulle:focus::after {
  content: attr(aria-label);  /* on affiche aria-label */
  position: absolute;
  top: -2.4em;
  left: 50%;
  transform: translateX(-50%); /* on centre horizontalement  */
  z-index: 15555555555555555555; /* pour s'afficher au dessus des éléments en position relative */
  background: #ffffff;
  color: #000000;
  padding: 15px 24px;
  border-radius: 4px;
  width : 300px;
  white-space: pre;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

#toggle_input {
    -webkit-transition: width 0.5s ease-in;
    -moz-transition: width 0.5s ease-in;
    -o-transition: width 0.5s ease-in;
    transition: width 0.5s ease-in;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 30px;
    height: 35px;
    width: 0px;
}

#toggle_input.in {
    width: 550px;
}


#toggle_contact {
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 30px;
    height: 35px;
    width: 0px;
}


#toggle_contact.in {
    width: 550px;
}


.custom-combobox {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    border: 1px solid #ccc;
	width: 8%;
	background-color: #f2f1f0;   
}

.custom-combobox-input {
	width: 92%;
	height: 28px;
	padding: 6px 12px;
    border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	text-transform: none;
	background-image: none;
    background-color: none;
	color: #555;
}

/* Markdown */
.CodeMirror .editor-preview ul, .CodeMirror .editor-preview ol,
.markdown ul, .markdown ol {
	border: revert;
	margin: revert;
	padding: revert;
}

.CodeMirror .editor-preview ul, .CodeMirror .editor-preview ol,
.markdown ul, .markdown ol {
	list-style: revert;
}

.CodeMirror .editor-preview h1, .CodeMirror .editor-preview h2,
.CodeMirror .editor-preview h3, .CodeMirror .editor-preview h4,
.CodeMirror .editor-preview h5, .CodeMirror .editor-preview p {
    margin-bottom: 10px;
}

.editor-preview blockquote, .markdown blockquote {
	padding:0 1rem;
	margin-left:0;
	color:#819198;
	border-left:.3rem solid #dce6f0
}

.table_title_r {
    border-top-right-radius: 5px;
}
.table_title_l {
    border-top-left-radius: 5px;
}

/*
 * Switch checkbox on/off
 *
 */

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 12px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 12px;
}

.slider.round:before {
  border-radius: 50%;
}

.circle_btn_close_save{
	font-size:8px;
	position: relative; 
	top: 4px;
	right:3px

}


@media screen and (max-width: 600px) {
  #mobile_test {
    visibility: hidden;
    clear: both;
    display: none;
  }
}
