
/*  Font  */
@font-face { font-family: 'DomaineDisplayBd'; src: url('../font/Domaine-display/DomaineDisplay-Bold.eot') format('embedded-opentype'), url('../font/Domaine-display/DomaineDisplay-Bold.otf') format('opentype'), url('../font/Domaine-display/DomaineDisplay-Bold.woff') format('woff'), url('../font/Domaine-display/DomaineDisplay-Bold.ttf') format('truetype'), url('../font/Domaine-display/DomaineDisplay-Bold.svg') format('svg'); font-weight: normal; font-style: normal; }

html, body{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    height:100%;
    margin:0;
    padding:0;
}
h1{
    font-family: DomaineDisplayBd;
    font-weight: bold;
    font-size: 27px;
}
label {
    display: inline-block;
    max-width: 100%;
}
p{
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
}

.modal-backdrop.show {opacity: 0.8;}
.nopadding{padding: 0;}
#header {background: #000;min-height: 70px;margin-bottom: 20px;}

form label.error{color: red;font-weight: bold;}

footer.sticky{position: fixed; bottom: 0; left: 0; width: 100%; height: 70px; background: #fff; -webkit-box-shadow: 0px -1px 5px 0px rgba(17,17,17,1); -moz-box-shadow: 0px -1px 5px 0px rgba(17,17,17,1); box-shadow: 0px -1px 5px 0px rgba(17,17,17,1);}
.container.stickyfooter{padding-bottom: 90px;}
a.black-button {float: left;bottom: 0;text-align: center;background: #fff; color: #337ab7 !important; border: 1px solid #337ab7;}
footer.sticky a.black-button {margin:15px; width: 120px;}
footer.sticky .btn-primary {margin-top: 15px;width: 120px;height: 40px;border-radius: 4px;}

/* separator */
.line{
    height: 1px;
    margin:19px 0;
    width: 100%;
    background-color:  rgb(0, 0, 0);
}


.center-elements{
    text-align: center;
}
/********************************************/
/*                  input                   */
/********************************************/
/* css of the text in inputs */
.mdl-textfield {
    position: relative;
    font-size: 14px;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 10px 0;
    padding: 10px 10px 11px 10px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    height: 37px;
}
.mdl-textfield__input {
    border-top-width: initial;
    border-right-width: initial;
    border-left-width: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-bottom-width: 0;
    border-bottom-color: initial;
    display: block;
    font-size: 14px;
    width: 100%;
    text-align: left;
    color: inherit;

}
/* define the color of the label in the input */
.mdl-textfield--floating-label .mdl-textfield__label {
    color: rgb(0, 0, 0);
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label {
    color: rgb(0, 0, 0);
    font-size: 10px;
    top:2px;
    visibility: visible;
}
.mdl-textfield__label {
    color: rgba(0, 0, 0, 0.12);
    font-size: 14px;
    left: 0;
    right: 0;
    pointer-events: none;
    position: absolute;
    display: block;
    top: 8px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    padding: 0 10px;
    font-family: 'Source Sans Pro', sans-serif;
}
.mdl-textfield__label:after{
    font-size: 10px;
    content:'';
    height: 0px;
    left: 45%;
    position: absolute;
    visibility: hidden;
    width: 10px;
    top: 1px;
}
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label  {
    color: rgb(0, 0, 0);
    font-size: 10px;
    top: 1px;
    visibility: visible;
}
.mdl-textfield--floating-label.is-invalid .mdl-textfield__label {
    color: #d50000;
    font-size: 10px;
    height: 10px;
    top: 1px;
    bottom: 13px;
}

.btn-form{
    background-color: #0069b3;
    color: #ffffff;
    width: 148px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: none;
    text-align:center;
}

a.btn-form {
  color: #fff;
  text-decoration:none;
}

a.btn-form.approvato{background: #0069b3 url(../img/btn_approvato.jpg) no-repeat 10px center; padding-left: 35px; float: left; }
a.btn-form.attesa{background: #0069b3 url(../img/btn_attesa.jpg) no-repeat 10px center; padding-left: 35px; float: left; line-height: 15px;padding-top: 5px;}
a.btn-form.rigettato{background: #0069b3 url(../img/btn_rigettato.jpg) no-repeat 10px center; padding-left: 35px; float: left; }
a.btn-form.incompleto{background: #fff url(../img/btn_incompleto.jpg) no-repeat 10px center; padding-left: 35px; float: left; border: 1px solid #000; color: #000;line-height: 15px;padding-top: 5px;}
a.btn-form.incompleto:hover{color: #000;}
.modal .btn.annulla{border: 1px solid #000;}
/********************************************/
/*                fineinput                 */
/********************************************/
/********************************************/
/*                login-register            */
/********************************************/

/********************************************/
/*          fine login-register             */
/********************************************/
/********************************************/
/*                notice-email              */
/********************************************/
.text-size{
    font-family: SourceSansPro;
    font-size: 27px;
    line-height: 35px;
}
.notice-email-margin{
    margin: 0 158px;
}
/********************************************/
/*            fine notice-email             */
/********************************************/
/********************************************/
/*                Profile                   */
/********************************************/
.profile-button {
    float: right;
    bottom: 0;
    text-align:center;
}
a.profile-button:hover {
  color: #fff;
  text-decoration:none;
}

.separator-margin {
    margin: 31px 0;
}
.location{
    width: 100%;
    min-height: 160px;
    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, 0.8);
    /* padding: 0 -20px;  da mettere a posto*/
    margin-top: 30px;
    overflow:hidden;
}
.center-vertically-location{
     vertical-align: middle;
     line-height: 160px;
}
.center-vertically-highlight{
  padding-top: 60px;
}
.new-product{
    margin: 21px 0 21px 21px;
}

a.isDisabled, a.isDisabled:hover {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
  color: #fff;
  background-color: #337ab7;
    border-color: #2e6da4;
}

/********************************************/
/*             Fine-Profile                 */
/********************************************/
/********************************************/
/*           management-locations           */
/********************************************/

/* Style the tab buttons */
.tablink {
    background-color: white;
    color: black;
    outline: none;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    width: 16.666666666666667%;
    border-radius: 4px;
    border: solid 1px #cccccc;
    line-height:32px;
    bottom:-2px;
    position:relative;

}

/* Set default styles for tab content */
.tabcontent {
    display: none;
    text-align: center;
}

.tabcontent#Dati{display: block;}
.tabcontent#Foto{padding-bottom: 20px;}

/*border of tab */
.border-element{
    border: solid 3px #0069b3;
    border-radius: 4px;
}
#defaultOpened{
  margin-right:  0px;
}


.title-dati-location{
  font-size: 27px;
  text-align: left;
  font-family: DomaineDisplayBd;
  font-weight: bold;
  /*margin-left: 16.666666666666667%;*/
  margin-bottom: 40px;
}

.dati-location{
  margin-left: 16.666666666666667%;
}

#formLocation label{float: left;margin-right: 10px;}
#formLocation .form-group{text-align: left;margin-bottom: 25px;}
#formLocation .border-element{background: #f2f7fb;}

#formLocation .taglist li label {float: none;display: inline;font-weight: normal;}

.text-approvation{
  text-align: center;
    margin-top: 10px;
}

.approvation-space{
  margin-top: 145px;
}

.taglist {list-style-type: none; padding:0; margin: 0 0 10px 0; text-indent: 0; clear:both; float: left;}
.taglist li {line-height:18px; width:188px; float:left;margin-bottom:6px;}
.nofloat li {float:none; clear:both;}
.taglist li .checkbox {margin: 0 4px 0 0;}
.taglist input.checkbox {width:14px; vertical-align:middle;display: inline-block;}
.sh_container label{display: block;width: 88%}
@media screen and (max-width: 767px) {
    .sh_container label{width: 70%;padding-right: 20px;}
}
label.topologia_primaria{display: block;float: left;width: 100%;background: #e9e9e9;}
.sh_container {display: block;float: left;width: 100%;}
.showhide_small span {cursor: pointer;}

.img-location-box{margin: 21px 0 0px 0px;}

/********************************************/
/*       fine management-locations          */
/********************************************/

.logo-text {
	overflow: hidden;
	background-image: url(../../images/logo-text-fctp.svg);
	background-repeat: no-repeat;
	background-position: center 15px;
	background-size: 147px 32px;
  text-indent: -9999px;
  text-align: center;
  margin: 0;
  padding: 20px 0;
}

label.label_privacy {font-weight:normal;}
#formLocation .radiorow {clear:both;float: none; overflow:hidden;}
#formLocation .radiobox {float:left; display:block; width:20px; margin-left:3px;}
#formLocation label.radiolabel {float:left; display:block; font-weight: normal; padding-left: 5px; width:80%;}
.autore-fonte {text-align: left;padding-top: 52px;}

@media screen and (max-width: 992px) {
    a.btn-form.attesa {float: none; display: block; margin: 0 auto 10px auto;}
    a.btn-form.approvato {float: none; display: block; margin: 0 auto 10px auto;}
    a.btn-form.rigettato {float: none; display: block; margin: 0 auto 10px auto;}
    a.btn-form.incompleto {float: none; display: block; margin: 0 auto 10px auto;}
}

@media screen and (max-width: 600px) {
    footer.sticky {height:122px;}
    .autore-fonte {text-align:center;}
   
}