
@media only screen and (max-width: 600px) {
    .width-80{
        width: 90% !important;
    }
}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .width-80{
        width: 90% !important;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .width-80{
        width: 90% !important;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .width-80{
        width: 80% !important;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .width-80{
        width: 60% !important;
    }
}


.input-group-addon{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border: none;
    padding-right: 20px;
    padding-left: 5px;
    color: #0d3267;
    background: white;
}

.person-physique {
    display:none;
}

.error-input {
    border: 1px solid red !important;
}

.form-error{
    padding-left: 25px;
}
.spinner i{
    display: inherit !important;
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

#profileContent .col-form-label{
    line-height: 50px;
    text-align: right;
}

.profile-sidebar .widget{
    background-color: #f2f5f9;
    box-shadow: 0px 0 8px rgba(0, 0, 0, 0.1);
}

.profile-section .widget{
    background-color: #f2f5f9;
    box-shadow: 0px 0 8px rgba(0, 0, 0, 0.1);
}
.profile-card-widget{
    position: relative;
    padding: 8px;
    display: inline-block;
    margin: 2rem auto;
    border-radius: 100%;
    border: 1px solid #a5a5a7;
    box-sizing: border-box;
}
.profile-card{
    text-align:center;
}

.profile-card img{
    max-width: 130px!important;
    max-height: 130px!important;
    border-radius: 100%;
}
.profile-info{
    text-align:center;
}
.profile-info .this-label {
    line-height: 1;
    margin-top: 19px;
    margin-bottom: 7px;
    font-family: "Open Sans", sans-serif;
    color: #0d3267;
    font-size: 16px;
}
.input-group.date-container {
    overflow: hidden;
    background: white;
    border-radius: 50px;
}

.profile-menu{
    margin-top: 30px;
}

#profileContent .this-title {
    font-family: "Lato", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 20px;
}