.container--profilo{
    overflow: hidden;
}
.container--profilo .form-dati label {
  display: inline-block;
  width: 100%;
  color: #495a6f;
  margin-bottom: 10px;
}
.container--profilo .form-dati input[disabled] {
  font-weight: bold;
  border: 0;
  padding-left: 0;
}
.container--profilo .form-dati .edit-password {
  float: right;
  color: #007fff;
}
.container--profilo .newsletter-form strong {
  margin-bottom: 10px;
  display: inline-block;
} 
.container--profilo label strong {
  margin-top: 30px;
}
.container--profilo p {
  margin-bottom: 20px;
}
.container--profilo .control--radio .control__indicator:after {
  background: #4db85b;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.container--profilo .control--radio input:checked ~ .control__indicator,
.container--profilo .control--radio input:hover:checked {
  background: #eee !important;
}
.container--profilo .net-ap {
  margin: 20px 0;
}
.container--profilo .net-ap label {
  display: inline-block;
  width: 47%;
  margin-right: 5%;
  float: left;
}
.container--profilo .net-ap label:last-child{
    margin-right: 0 !important;
}
.container--profilo .bordered-green {
  border: 2px solid #4db85b;
  padding: 20px;
  border-radius: 4px;
}
.container--profilo .bordered-green .control__indicator {
  top: 16px;
  right: 15px;
}
.container--profilo .bordered-gray {
  border: 2px solid #adbace;
  padding: 20px;
  border-radius: 4px;
}
.container--profilo .bordered-gray .control__indicator {
  top: 16px;
  right: 15px;
}

.profile-title {
  margin-bottom: 30px !important;
}

.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}

.control {
  display: block;
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
  color: #000;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 2px;
  right: 0;
  height: 20px;
  width: 20px;
  background: #eee;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #eee;
}

.control input:checked ~ .control__indicator {
  background: #000;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #000;
}

.control input:disabled ~ .control__indicator {
  background: #fff;
  opacity: 0.6;
  pointer-events: none;
}

.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}

.control input:checked ~ .control__indicator:after {
  display: block;
}

.control--checkbox .control__indicator:after {
  left: 8px;
  top: 6px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #fff;
}

.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
  background: #eee;
}

.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}

.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select select::-ms-expand {
  display: none;
}

.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
}

.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}

.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}

.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

@media screen and (max-width: 763px) {
    .navbar .profile {
        position: absolute;
        right: 0;
        top: -15px;
    }
    .navbar .logout {
        position: absolute;
        right: 30px;
        top: -15px;
        border: 0 !important;
    }
}
