/** css topbar nov17 **/

.navbar-toggle {
    float: none !important;
    margin: 8px 0px !important;
    background-color: transparent;
    background-image: none;
}


#mainMenu {
    margin: 0 !important;
    display: table !important;
    width: 100% !important;
}

#mainMenu > li {
    position: relative !important;
    float: none !important;
    display: table-cell !important;
}


	#CliNetsonsLogo { margin-left: 0; width: 245px; }
	#tophead-logo {text-align:left;}
	#tophead-logo, #tophead-buttons {height: 80px;line-height:80px;}

	#tophead-tel,
	#tophead-support,
	#tophead-cli { text-align:center !important; color:#34424c !important}
	#tophead-tel:hover,
	#tophead-support:hover,
	#tophead-cli:hover{background:#fff;color:#1ea6e5 !important;}
	#tophead-tel img,#tophead-support img,#tophead-cli img{ height: 22px;margin-bottom: 5px;}
	#tophead-tel,#tophead-support,#tophead-cli {
		padding-left: 10px !important;
		padding-right: 10px !important;
		color:#34424c !important;
		font-size:18px;
		cursor:pointer;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}

/*
@media screen and (max-width: 320px){
	#CliNetsonsLogo { height: 45px !important; margin-left:0px !important}
	#tophead-logo { text-align:center !important;}
	#tophead-logo, #tophead-buttons {height: 45px;line-height:45px !important;}
	#tophead-tel,#tophead-support,#tophead-cli {text-align:center;font-size:12px !important;cursor:pointer;}
	#tophead-cli {display:none;}
	#tophead-tel img,#tophead-support img,#tophead-cli img{ height: 12px;margin-bottom: 5px;}
}


@media screen and (min-width:321px) and (max-width: 480px){
	#CliNetsonsLogo { height: 45px !important;margin-left:0px !important}
	#tophead-logo { text-align:center !important;}
	#tophead-logo, #tophead-buttons {height: 45px;line-height:45px;}
	#tophead-tel,#tophead-support,#tophead-cli {text-align:center;font-size:14px !important;;cursor:pointer;}
	#tophead-cli {display:visible;}
	#tophead-tel img,#tophead-support img,#tophead-cli img{ height: 12px;margin-bottom: 5px;}
}

@media screen and (max-width: 640px){
	#CliNetsonsLogo { height: 45px !important; }
	#tophead-logo { text-align:center !important;}
}

@media screen and (max-width: 768px){
	#CliNetsonsLogo { height: 65px !important; margin-left:0px !important; }
	#tophead-logo { text-align:left }
	#tophead-logo, #tophead-buttons {height: 65px;line-height:65px;}
	#tophead-tel,#tophead-support,#tophead-cli {text-align:center;font-size:16px;cursor:pointer;}
	#tophead-tel img,#tophead-support img,#tophead-cli img{ height: 12px;margin-bottom: 5px;}

	#netsonsHeader.navbar .navbar-nav > li {
    	position: static !important;
    	float: left !important;
    	display: list-item !important;
	}
}
*/
@media screen and (max-width: 1024px){
	#CliNetsonsLogo { height: 70px !important;margin-top: -10px !important;margin-bottom: -10px !important; margin-left: 15px !important; }
	#tophead-logo { text-align:left }
	#tophead-logo, #tophead-buttons {height: 65px;line-height:65px;}
	#tophead-tel,#tophead-support,#tophead-cli {text-align:right;font-size:16px !important;cursor:pointer;}

	#tophead-tel img,#tophead-support img,#tophead-cli img{ height: 16px  !important;margin-bottom: 5px;}
}

.navbar-nav.mainMenu > li { float: none !important;}

@media screen and (max-width: 1024px){

	.climenu-container .climenu-item a .ic {
	    font-size: 20px !important;
	    height: 38px !important;
	    padding: 6px !important;
	    width: 38px !important;
	}

  .climenu-container > .panel > .panel-footer {
  	padding: 4px !important;
  }

  .mr17 { margin-right: 17px !important;}

}






/** css restyling may 2018 **/

.pt20{
  padding-top: 20px;
}

/* .panel-body {
    padding: 15px 0 5px 0;
} */


.climenu-container .climenu-item a span {
  padding-top: 6px;
}

.climenu-container .climenu-item {
    font-size: 14px ;
    margin: 0 0 10px 0 !important;
}


@media screen and (min-width: 992px){

  .climenu-container{
    float: left;
  }
  .climenu-container .climenu-item {
      font-size: 14px ;
      float: left;
  }

  .first-col-menu {
    width: 31%;
  }
  .sec-col-menu {
    width: 53%;
  }
  .third-col-menu {
    width: 16%;
  }

  .climenu-container .clientarea-panel .climenu-item {
    width: 20%;
  }

  .climenu-container .services-panel .climenu-item {
    width: 11.11111%;
  }

  .climenu-container .help-panel .climenu-item {
    width: 50%;
  }

}

@media screen and (min-width: 992px){
  .climenu-container .climenu-item {
    font-size: 18px;
  }
}


@media screen and (min-width: 1200px){
  .climenu-container .climenu-item {
    font-size: 20px;
  }
  .climenu-container .climenu-item a span {
    padding-top: 8px;
  }
}




body{
  font-size: 16px;
}

h1, .h1{
  font-size: 32px;
}

h2, .h2 {
  font-size: 22px;
  text-transform: uppercase;
}

/* override style.css */
.panel.panel-cli {
  margin-bottom: 30px;
  position: relative;
  font-size: 1em;

  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}

.panel.panel-cli .panel-body{
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 0 3px 3px rgba(0,0,0,.05);
}

.panel.panel-cli .panel-body tbody{
}

.panel.panel-cli .panel-body tfoot,
.panel.panel-cli .panel-body thead{
  background-color: #f3f3f3;
}

.panel.panel-cli .panel-body tfoot td{
    text-align: center;
}

.panel.panel-cli .panel-body tfoot td > *{
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}


.panel.panel-cli .panel-heading{
  padding: 10px 0;
}

.panel.panel-cli .panel-heading h2{
  margin-top: 20px;
  display: inline-block;
}

.panel.panel-cli .panel-heading > a,
.panel.panel-cli .panel-heading > div{
  margin-top: 12px;
  float: right;
}

.panel.panel-cli .panel-footer {
  padding: 10px 0;
  font-size: 16px;
}

.panel.panel-cli .panel-footer:after {
  content: "";
  display: table;
  clear: both;
}

.panel.panel-cli .panel-footer a.no-btn {
  font-weight: 700;
  color: #33414c;
}

.find-contact{
  width: 50%;
}
/* header colors */

.bg-azure{
  color: #fff;
  background-color: #3fb4d6;
}

.climenu-container .climenu-item a .ic {
    background: #3fb4d6;
    border: 1px solid #3291aa;
}

.climenu-container .climenu-item a:hover .ic,
.climenu-container .climenu-item a:active .ic,
.climenu-container .climenu-item a:focus .ic,
.climenu-container .climenu-item.active .ic,
.climenu-container .climenu-item.active:hover .ic,
.climenu-container .climenu-item.active:active .ic,
.climenu-container .climenu-item.active:focus .ic {
    background: #3291aa;
    border-color: #2881ba;
}

.bg-green {
    color: #fff;
    background-color: #51b953;
}

.climenu-container .climenu-item a .ic.bg-green {
    background-color: #51b953;
    border-color: #48aa48;
}

.btn-success {
    color: #fff;
    background-color: #51b953;
    border-color: #48aa48;
}

.btn-blue {
    color: #fff;
    background-color: #33414c;
    border-color: #283540;
}

.btn-blue:focus, .btn-blue:hover, .btn-blue:active {
    color: #fff;
    background-color: #283540;
    border-color: #243038;
}

.climenu-container .climenu-item a:hover .ic.bg-green,
.climenu-container .climenu-item a:active .ic.bg-green,
.climenu-container .climenu-item a:focus .ic.bg-green {
    background: #3c893e;
    border-color: #348035;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #3c893e;
    border-color: #348035;
}

.bg-orange {
    color: #fff;
    background-color: #e75f32;
}

.breadcrumb{ font-size: 16px; }

.climenu-container .climenu-item a .ic.bg-orange {
    background-color: #e75f32;
    border-color: #d7532a;
}

.btn.btn-default {
    background: #e75f32;
    color: #fff;
    border-color: #d7532a;
}

.btn.btn-default:hover {
    background: #bc4d29;
    color: #fff;
    border-color: #ac4223;
}

.climenu-container .climenu-item a:hover .ic.bg-orange,
.climenu-container .climenu-item a:active .ic.bg-orange,
.climenu-container .climenu-item a:focus .ic.bg-orange {
    background: #bc4d29;
    border-color: #ac4223;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #ffffff;
    background-color: #33414c;
}

.fauxcheck input:checked + .faux:after {
    border-color: #33414c;
}

.form-group .form-control {


    height: 46px;
    padding: 8px 14px;
    font-size: 16px;
    line-height: 1.4;
    border-radius: 5px
}

.form-group .form-control-static {
    height: 40px;
    min-height: 32px;
    padding: 8px 14px;
    font-size: 16px;
    line-height: 1.4;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 40px;
    min-height: 32px;
    padding: 6px 14px;
    font-size: 16px;
    line-height: 1.4;
  }

.form-horizontal .form-group .control-label {
    padding-top:9px;
    font-size: 16px
}

.btn {
    font-size: 16px;
}

.navbar {
    min-height: 40px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-nav.clientarea-nav {
    margin: 0;
}



.clientarea-panel{
  padding: 0;
}

.services-panel{
padding: 0;
}

.help-panel{
  padding: 0;
}

.panel.panel-two-sides .right-side {
    background: none;
    border-left: solid 1px #e3e3e3;
    vertical-align: middle;
    text-align: center;
    padding: 0;
}

#panelDownloadData .alert{
  margin-bottom: 0;
}

.panel.panel-cli .table th{
    font-weight: 400;
}

.panel.panel-cli .table tr > td{
  border: 0;
  padding: 8px;
}

.assistenza-head{
    margin-top: 20px;
}

.assistenza-head h2{
  float: left;
}
.assistenza-head a{
  float: right;
  margin-top:15px;
}

.assistenza-head:after{
  content: "";
  display: table;
  clear: both;
}


/* DOMAIN UPDATE PAGE */

.domainupdate{
  margin-bottom: 60px;
}

.domainupdate .table{
  margin: 60px 0;
}

@media screen and (min-width: 1024px){
  .domainupdate .table{
    width: 80%;
  }
}



  .domainupdate .table tr td{
    text-align: center;
  }

  .domainupdate .table thead tr:first-child td:not(:first-child){
    background-color: #33414c;
    color: #FFF;
  }

  .domainupdate .table tbody tr:nth-child(odd){
    background: #eee;
  }

  .domainupdate .table tbody tr:nth-child(even){
    background: #fff;
  }

  .domainupdate .table tr td:first-child{
    width: 200px;
    border-right: solid 1px #ddd;
    text-align: left;
  }

  .domainupdate .table tr td:nth-child(2){
    border-right: solid 1px #ddd;
  }

  .domainupdate form{
    text-align: center;
    margin-bottom: 60px;
  }

  .domainupdate .panel-success{
    background: #d6e9c6;
    border-color: #a6c9a6;
    padding: 10px;
    margin-bottom: 60px;
  }

.domupdatelink{
  position: relative;
  margin-left: 20px;
}
.domupdatelink .tag{
    position: absolute;
    left: -20px;
    top: 2px;
    background: #e75f32;
    color: white;
    padding: 2px 5px;
    font-size: 9px;
    border-radius: 2px;
}


/* HOSTING UPDATE PAGE */

  .hostingupdate{
    margin-bottom: 60px;
  }

  .hostingupdate .table{
    margin: 60px 0;
  }

  @media screen and (min-width: 1024px){
    .hostingupdate .table{
      width: 80%;
    }
  }

  .hostingupdate .table tr td{
    text-align: center;
  }

  .hostingupdate .table thead tr:first-child td:not(:first-child){
    background-color: #33414c;
    color: #FFF;
  }

  .hostingupdate .table tbody tr:nth-child(odd){
    background: #eee;
  }

  .hostingupdate .table tbody tr:nth-child(even){
    background: #fff;
  }

  .hostingupdate .table tr td:first-child{
    width: 200px;
    border-right: solid 1px #ddd;
    text-align: left;
  }

  .hostingupdate .table tr td:nth-child(2){
    border-right: solid 1px #ddd;
  }

  .hostingupdate form{
    text-align: center;
    margin-bottom: 60px;
  }

  .hostingupdate .panel-success{
    background: #d6e9c6;
    border-color: #a6c9a6;
    padding: 10px;
    margin-bottom: 60px;
  }


/* PLATFORMS FEEDBACK */

.platforms_feedback{
  margin: 40px 0 60px;
}

.platforms_feedback p{
  margin-bottom: 20px;
}

.platforms_feedback a{
  display: inline-block;
  width: 300px;
  text-align: center;
  margin-right: 5px;
}
.platforms_feedback a:hover{
  cursor: pointer;
}

.platforms_feedback a span{
  text-decoration: underline;
}

.platforms_feedback a:hover span{
  color: black;
}


.reviews-btn{
  border-radius: 5px;
  background-color: white;
  border: solid 1px #ccc;
  width: 300px;
  text-align: center;
  height: 100px;
  position: relative;
  margin-bottom: 3px;
}

.platforms_feedback a:hover .reviews-btn{
  background-color: #f3f3f3;
}

.reviews-btn img {
  width: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate( -50%, -50%);
}

/* .help-block {
    font-size: 14px !important;
} */

/* RICHIESTA PAGAMEMTO IN AFFILIATI */

.pagamento-affiliati .radio-inline{
	margin-bottom: 20px;
}

.pagamento-affiliati .alert-secondary{
	background-color: #f9f9fc;
}

.pagamento-affiliati .ml20{
	margin-left: 26px !important;
}

.pagamento-affiliati label{
	margin-bottom: 10px !important;
}

.pagamento-affiliati .btn-upload{
    background-color: #93bae7;
    color: #337ab7;
}

.pagamento-affiliati .fas{
  margin-right: 10px;
  font-size: 20px;
}

.pagamento-affiliati .inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.pagamento-affiliati .inputfile + label {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  color: #337ab7;
  background-color: #a0c6e7;
  border-color: #2e6da4;
  transition-duration: .2s;
  transition-timing-function: ease-out;
  transition-property: color,background,border;
  border-radius: 2px;
  font-size: 16px;
  margin-bottom: 0 !important;
}

.fauxradio input:checked+label .faux:after {
  background: #337ab7 !important;
}

.pagamento-affiliati .inputfile:focus + label,
.pagamento-affiliati .inputfile + label:hover {
    background-color: #337ab7;
    color: white;
}

.pagamento-affiliati .fas-blue{
  color: #337ab7;
}
.pagamento-affiliati #file_name{
  display: inline;
  font-size: 14px;
  color: #999999;
  margin-left: 10px;
}
.pagamento-affiliati .ml40{
	margin-left: 40px !important;
}

.pagamento-affiliati .pl20{
	padding-left: 20px !important;
}
.pagamento-affiliati .mt40{
	margin-top: 40px !important;
}

.pagamento-affiliati .mt10{
	margin-top: 10px !important;
}

.pagamento-affiliati i.index {
	border-radius: 50%;
	background-color: #337ab7;
	color: white;
	padding: 0px 6px;
	width: 21px;
	display: inline-block;
	height: 21px;
	font-size: 15px;
	font-weight: 600;
	font-family: Arial;
	line-height: 21px;
	margin-right: 5px;
	font-style: normal;
}

.pagamento-affiliati .panel-body{
  position: relative;
}
.pagamento-affiliati .loading_form{
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: none;
}

.pagamento-affiliati .loading_form p{
  color: #33414c;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -10px;
  font-weight: 700;
}

.pagamento-affiliati h4{
	margin: 0 0 20px 0;
}

.pagamento-affiliati .input-group{
  width: 100%;
}

.pagamento-affiliati .input-group .input-group-prepend{
  float: left;
  width: 40px;
  height: 46px;

  display: block;

  padding: 8px 14px;
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  background-color: #eee;

  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;

  border: 1px solid #ccc;
  border-right: 0;
}
.pagamento-affiliati .input-group .form-control{
  float: left;
  width: calc(100% - 40px);
}

.pagamento-affiliati .alert-wrapper-denied,
.pagamento-affiliati .alert-wrapper-accepted{
  display: none;
  text-align: center;
}

.pagamento-affiliati  #paypal_pa,
.pagamento-affiliati  #bank_pa{
  display: none;
}

.pagamento-affiliati .panel-body .alert{
  margin-bottom: 0;
}

.pagamento-affiliati .btn-download{
  font-size: 13px;
  margin: 0 3px;
  padding: 0 4px 1px;
}

.pagamento-affiliati code {
    background-color: #eee;
    border-radius: 3px;
    font-family: courier, monospace;
    padding: 0 3px;
    color: #31708f;
}

.pagamento-affiliati code.block {
    display: block;
    margin: 10px 0;
}

.pagamento-affiliati h4.istruzioni{
  font-weight: 600;
  font-size: 17px;
}
