
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-regular.eot');
    src: url('../fonts/roboto-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular.woff') format('woff'),
		 url('../fonts/roboto-regular.woff2') format('woff2'),
         url('../fonts/roboto-regular.ttf') format('truetype'),
         url('../fonts/roboto-regular.svg#roboto') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto-medium';
    src: url('../fonts/roboto-medium.eot');
    src: url('../fonts/roboto-medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-medium.woff') format('woff'),
		 url('../fonts/roboto-medium.woff2') format('woff2'),
         url('../fonts/roboto-medium.ttf') format('truetype'),
         url('../fonts/roboto-medium.svg#roboto-medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'roboto-italic';
    src: url('../fonts/roboto-italic.eot');
    src: url('../fonts/roboto-italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-italic.woff') format('woff'),
		 url('../fonts/roboto-italic.woff2') format('woff2'),
         url('../fonts/roboto-italic.ttf') format('truetype'),
         url('../fonts/roboto-italic.svg#roboto-italic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'roboto-bold';
    src: url('../fonts/roboto-bold.eot');
    src: url('../fonts/roboto-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-bold.woff') format('woff'),
		 url('../fonts/roboto-bold.woff2') format('woff2'),
         url('../fonts/roboto-bold.ttf') format('truetype'),
         url('../fonts/roboto-bold.svg#roboto-bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

/* override font template ori */
body {
  font-family: 'roboto', Arial, Helvetica, sans-serif; 
}
/* general */
.italic{
	font-family: 'roboto-italic', Arial, Helvetica, sans-serif; 
}
/* mod_login override */
.bold, b, strong{
  font-family: 'roboto-bold', Arial, Helvetica, sans-serif; 
  -webkit-font-smoothing: antialiased;
}
.alignL{
	text-align: left;
}
.alignR{
	text-align: right;
}
.alignC{
	text-align: center; 
}
.pointer{
	cursor: pointer;
}
.red{
	color: #d9534f;
}
.fvgls_login_txt_wrapper{
	
}

/* general */
div.btn_fvgls{
	display: inline-block;
	width: auto;
	text-transform: uppercase;
	padding: 5px;
	background: #efefef;
	cursor: pointer;
}

/* placeholder */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #999;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #999;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #999;
}


/* NAV */
#main_nav_disabled{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background: rgba(0,0,0,0.3);
	z-index: 1050;
	display: none;
}
.modal{
	z-index: 1100;
}

.navbar-custom {
  background: #fff; /* For browsers that do not support gradients */
  //font-weight: 700;
  font-weight: normal;
  border: none;
  box-shadow: 0 3px 15px rgba(0,0,0,0.15)
}
.navbar-default .navbar-nav > li > a{
  color: #333;
}
.navbar-nav > li > a{
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  padding-bottom: 6px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
  color: #337ab7;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
  background: transparent;
  color: #337ab7;
}
.active{
  background: transparent;
  color: #337ab7;
}
.disco_fvgls_nav_sp {
    font-size: 22px;
    color: #333;
    margin-left: 20px;
    margin-top: 22px;
    float: left;
}
.nav_log_out{
  float: right;
}
.logo_fvgls_navbar{
  padding-top: 0;
  max-width: 250px;
}
.navbar-brand{
  padding-top: 0;
}
.navbar-nav{
  margin-left: 25px;
}
.user_name_fvgls div{
  padding-top: 15px;
  margin-right: 16px;
}
.navbar-toggle{
  border: none;
	font-weight: 900;
	font-size: 18px;
}
.navbar-collapse ul{
  margin-left: auto;
  text-align: center;
}

.btn-primary.btn_more_info_red{
	background-color: #d9534f;
}
.btn-primary:hover.btn_more_info_red {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}
.btn-primary.btn_more_info_red{
	background-color: #d9534f;
}
.btn-primary:hover.btn_more_info_red {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

.fvgls_renew_wrapper{
	width: 100%;
	text-align: center;
}
.fvgls_renew_wrapper .renew_error{
	background-color: #d9534f;
	color: #fff;
	margin-bottom: 16px;
	padding: 6px 12px;
	font-style: italic;
}
.fvgls_renew_wrapper .renew_confirm{
	background-color: #a0cd9e;
	color: #fff;
	margin-bottom: 16px;
	padding: 6px 12px;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 175%;
}
.fvgls_renew_wrapper .fvgls_renew_loading{
	margin-top: 32px;
	display: none; 
}
.fvgls_renew_wrapper input{
	display: block;
	width: 100%;
	margin-bottom: 32px;
}
.fvgls_renew_wrapper .btn{
	width: 40%;
}
.fvgls_renew_wrapper .btn.renew_left{
	margin-right: 16px;
}
.fvgls_renew_wrapper .btn.renew_right{
	margin-left: 16px;
}


.btn.btn_more_info_creer{
	padding: 0px;
}
.btn_more_info_creer a{
	display: block;
	width: 100%;
	padding: 6px 12px;
}
.btn_more_info_creer a:hover{
	color: white;
}


.checkbox, .radio {
    display: inline-block;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: relative;
    margin-left: -8px;
}

.checkbox {
	margin: 0px;
}

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
}

.checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff;
}
/*
.radio {
  padding-left: 20px;
}

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}

.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
	//border: 1px solid #337ab7;
}

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}
*/






/*
.radio_blue input[type="radio"] + label::before {
    left: -10px;
    top: 2px;
    width: 20px;
    height: 20px;
    border: 1px solid #337ab7;
}

.radio_blue input[type="radio"] + label::before, .radio_blue input[type="radio"] + label::after {
    box-sizing: border-box;
    position: absolute;
    content: "";
    border-radius: 50%;
    transition: transform 50ms ease 0s, border-color;
}


.radio_blue input[type="radio"]:checked + label::after {
    transform: scale(1);
	border-color: #337ab7;
}
.radio_blue input[type="radio"]:hover + label::after {
    transform: scale(1);
	border-color: #337ab7;
}

.radio_blue input[type="radio"] + label::after {
    top: 5px;
    left: -7px;
    width: 14px;
    height: 14px;
    transform: scale(0);
    background: #337ab7;
}
*/


/*
.modal-body input[type="radio"] + label::before {
    
	left: 28%;
	top: 29px;
	width: 21px;
	height: 21px;
	
	//left: -10px;
    //top: 2px;
    //width: 20px;
    //height: 20px;
    
    border: 1px solid #337ab7;
}

.modal-body input[type="radio"] + label::before, .modal-body input[type="radio"] + label::after {
    box-sizing: border-box;
    position: absolute;
    content: "";
    border-radius: 50%;
    transition: transform 50ms ease 0s, border-color;
}


.modal-body input[type="radio"]:checked + label::after {
    transform: scale(1);
	border-color: #337ab7;
}
.modal-body input[type="radio"]:hover + label::after {
    transform: scale(1);
	border-color: #337ab7;
}

.modal-body input[type="radio"] + label::after {
    top: 32px;
	left: 28.2%;
	width: 15px;
	height: 15px;
	
	//top: 5px;
    //left: -7px;
    //width: 14px;
    //height: 14px;
    
    transform: scale(0);
    background: #337ab7;
}
*/



/*
input[type="radio"]:checked + label::before {
    border-color: #337ab7;
	//border: 1px solid #337ab7;
}
input[type="radio"] + label::before {
    left: -10px;
    top: 2px;
    width: 20px;
    height: 20px;
    border: 1px solid #337ab7;
}
input[type="radio"]:hover + label::before, input[type="radio"]:hover + label::after{
	color: #337ab7;
	border: 1px solid #337ab7;
}
input[type="radio"] + label::before, input[type="radio"] + label::after {
    box-sizing: border-box;
    position: absolute;
    content: "";
    border-radius: 50%;
    transition: transform 50ms ease 0s, border-color;
}
*/






.radio-item {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  margin: 10px 0 0;
}

.radio-item input[type='radio'] {
  display: none;
}

.radio-item label {
  color: #333;
  font-weight: normal;
}

.radio-item label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 2px solid #337ab7;
  background-color: transparent;
}

.radio-item input[type=radio]:checked + label:after {
  border-radius: 11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  //left: 10px;
  left: 26px;
  content: " ";
  display: block;
  background: #337ab7;
}




.radio-item-modal {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  margin: 10px 0 0;
}

.radio-item-modal input[type='radio'] {
  display: none;
}

.radio-item-modal label {
  color: #333;
  font-weight: normal;
}

.radio-item-modal label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 2px solid #337ab7;
  background-color: transparent;
}

.radio-item-modal input[type=radio]:checked + label:after {
  border-radius: 11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 10px;
  //left: 26px;
  content: " ";
  display: block;
  background: #337ab7;
}





.dataTable thead > tr > th{
  font-weight: normal;
}



@media (min-width: 768px) {
  .navbar-custom {
    padding: 10px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom.affix {
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
  .disco_fvgls_nav_sp{
    display: none;
  }
}
@media(max-width: 767px){
  .navbar-brand,.nav_fvgls_info_user{
    display: none;
  }
}
/* FIN NAV */