@import 'typographies.css';
/*Class standard*/

.modalx {
    display:    none;
    position:   fixed;
    z-index:    999999999999999999999 !important;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('loading.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modalx {
    display: block !important;
}



input#j_username, input#j_password {
    height: 100%!important;
}

.no_margin {
	margin: 0;
}
h1 {
	font-size: 26px;
}
.no_padding {
	padding: 0;
}
/*STYLE GENERAL*/
html {
	height: 100%;
}

body {
	min-height: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	color: #7b7878;
	font-size: 12px !important; 
}
/* LOGIN PAGE */
#content_login {
	width: 350px;
	border: 1px solid #bce8f1;
	border-radius: 5px;
	display: block;
	margin: auto;
	margin-top: 15vh;
}

#content_login .logo_helios {
	width: 30%;
	display: block;
	margin: auto;
}

#content_login .form-inline {
	padding: 15px;
}

#content_login .form-group, #content_login .input-group {
	width: 100%;
}

#content_login .input-group {
	margin-bottom: 15px;
}

#content_login .form-inline .input-group .input-group-addon {
	width: 15px;
}

#content_login .head_form {
	background: #d9edf7;
	display: block;
	padding: 10px 15px;
	color: #31708f;
	margin-left: 1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-decoration: none;
	margin: 0;
}

#content_login hr {
	margin-bottom: 10px;
	margin-top: 20px;
}
/* FIN */
/*DASHBOARD STYLE*/
form.standard_form {
	border: 1px solid #eeeeee;
	padding: 15px;
	border-radius: 5px;
	margin-top: 15px;
}

button span.glyphicon {
	margin-right: 10px;
}
/* TABS */
#content_tabs {
	margin-top: 15px;
}

#content_tabs .panel-heading {
	background: transparent;
	border-bottom: 0;
	padding-bottom: 0;
}

#content_tabs .nav-tabs>li.active>a {
	background: transparent;
}

#content_tabs .nav-tabs>li>a {
	background: #5bc0de;
	color: #5b5b5b;
}

#content_tabs  .th-inner.sortable.both {
	color: #337ab7;
}
/*NAVIGATIONS*/
#navigation_principal.navbar-default {
	background-color: #337ab7;
	border-color: #337ab7;
	border-radius: 0;
	margin-bottom: 0px;
}

#navigation_principal.navbar-default .navbar-nav>.active>a,
	#navigation_principal.navbar-default .navbar-nav>.active>a:focus,
	#navigation_principal.navbar-default .navbar-nav>.active>a:hover {
	color: #ffffff;
	background-color: #337ab7;
}

#navigation_principal.navbar-default .dropdown-menu {
	background-color: #337ab7;
}

#navigation_principal.navbar-default .dropdown-menu>li>a {
	color: #ffffff;
}

#navigation_principal.navbar-default .dropdown-menu>li>a:focus,
	#navigation_principal.navbar-default .dropdown-menu>li>a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #337ab7;
	opacity: 0.8;
}

#navigation_principal.navbar-default .navbar-brand {
	padding: 8px 15px;
    width: 120px;
    overflow: hidden;
}
#navigation_principal.navbar-default .navbar-brand  img {
	width: 100%;
	height : auto;
}
/* FOOTER */
footer {
	background: #337ab7;
	color: #ffffff;
	padding: 3px 15px;
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 100%;
}
/* RESPONSIVE */
@media ( max-width : 767px) {
	#content_tabs .nav-tabs>li {
		width: 100%;
		margin-bottom: 1px;
	}
}

#content_tabs .form-group {
	margin-bottom: 15px;
	overflow: hidden;
}

#content_tabs .tab-pane  button.btn {
	margin-bottom: 15px;
}

#content_tabs .input_tabs {
	width: 250px;
	margin-left: 15px;
}
.espacement {
	display: block;
	height: 15px;
}

ul.data_action_style {
    padding: 0;
    margin: 0;
}
.data_action_style li {
    list-style-type: none;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}
.data_action_style li i.fa.fa-pencil-square-o {
    color: #337ab7;
}
.data_action_style li i.fa.fa-times {
    color: red;
}
table thead {
	background-color: #b3a9a9;
}
table thead tr {
	color: #ffffff;
}
table tbody tr:nth-child(2n) {
	background-color: #f7f6f6;
}
.form-horizontal .control-label{
	text-align: left;
}
.border_block {
    border: 1px solid #eeeeee;
    padding: 15px;
    border-radius: 4px;
}
fieldset.form-group {
    margin-right: 0px !important;
    margin-left: 0px !important;
    border: 1px solid #eeeeee !important;
    padding: 15px;
}
.form-group legend {
    border: none;
    width: 15%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0px;
}
.form-control {
 height:26.42px!important;
 font-size: 12px!important;
}

.area {
 /* height:26.42px!important; */
     display: block;
    width: 100%;
    padding: 6px 12px;
    resize: none;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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,-webkit-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;
 font-size: 12px!important;
}

label {
 font-weight: 350!important;
}
.form-group {
 margin-bottom: 5px!important;
}

.btn {
 font-size: 12px!important;
 height: 20px;
 padding-top: 0px;
 padding-bottom: 0px;
}

.fixed-table-container thead th .th-inner {
 line-height: 10px!important;
}

/* .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
 line-height: 10px!important;
} */

.table thead>tr>th {
 font-weight:normal!important;
}
input[type=file] {
    height: 30px!important;
}
.form-group select {
    height: 26px!important;
    padding: 0 5px;
}
h1 {
 font-size: 18px!important;
}
.dropdown-menu {font-size: 12px!important;}
.fixed-table-body {
    overflow-x: auto;
    height:auto;
}
.custom-nav-left li, .custom-nav-left li a {
    color: #ffffff !important;
    font-size: 12px;
}
.custom-nav-left li {
	padding-top: 25px;
    padding-bottom: 25px;
    line-height: 0;
    margin-left: 10px;
}
.custom-nav-left li a {
	padding-top: 0;
    padding-bottom: 0;
    line-height: 0;
}
label.error,
.err_msg {
    color: #ff6969;
}
.err_msg {
    font-weight: 700;
}
.fRequired {
    color: red;
}
.grp_taxe .row {
	text-align: center;
}
.grp_taxe .head {
    margin-bottom: 20px;
    font-weight: bold;
}
.grp_taxe .body .lib{
	position: relative;
	right: 20px;
}
.grp_taxe .body label {
    padding-top: 0 !important;

}
.blockUI.blockOverlay, 
.blockUI.blockMsg.blockPage {
	    z-index: 9999 !important;

}
.headerDisplaytag {
	padding: 8px !important;
	line-height: 1.42857143 !important;
	vertical-align: top !important;
	border-top: 1px solid #ddd !important;
}
.exportlinks {
	margin-top: 20px;
	padding-bottom: 40px;
}

.ms-selectable,
.ms-selection {
	height: 150px;
	overflow: auto;
}
.ms-list {
	height: auto !important;
	min-height: 150px;
}
.margin_search {
	margin: 15px;
}
.titre_search {
	font-size: 12px !important;
	font-weight: bold;
}