/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02-ene-2017, 9:58:46
    Author     : GMK
*/

body.template-gmk-usuarios-perfil div .form-pagina div.form-control-feedback i, body.template-gmk-usuarios-perfil .help-block {
    color: #FF5722;
}

.template-gmk-usuarios-perfil .img-editar-perfil {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    border-radius: 50%;
}

.template-gmk-usuarios-perfil .thumb-rounded {
    width: 230px;
    height: 230px;
}

body.template-gmk-usuarios div.view-content div.content-wrapper div.row div.col-sm-3 div.thumbnail div.thumb.thumb-rounded img {
    min-height: 230px;
    min-width: 230px;
    display: none;
}

.template-gmk-usuarios-perfil .thumb-rounded {
    width: 180px;
    height: 180px;
}

@media (max-width: 1320px) {
    .template-gmk-usuarios-perfil .thumb-rounded {
        width: 180px;
        height: 180px;
    }
}

@media (max-width: 1120px) {
    .template-gmk-usuarios-perfil .thumb-rounded {
        width: 140px;
        height: 140px;
    }
}

@media (max-width: 1000px) {
    .template-gmk-usuarios-perfil .thumb-rounded {
        width: 120px;
        height: 120px;
    }
}