/* texto */
.text-light         {font-weight: 300}
.text-regular       {font-weight: 400}
.text-semibold      {font-weight: 600}
.text-bold          {font-weight: 700}
/* file upload */
.ajax-file-upload {
    background-color: #00c0ef;
}
/* tablas */
.table tr th {
    white-space: nowrap;
}
.table tr td img {
    max-width: 120px;
    max-height: 80px;
    border: 1px solid #d2d6de;
    display: block;
}
/* grid */
.content .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.content .row > div {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
/* varios */
.content-header-inline > h1,
.content-header-inline > .btn {
    display: inline-block;
    vertical-align: bottom;
}
.content-header-inline > h1 {
    margin-right: 10px;
}

/*popups*/
.dcModal .modal-dialog .modal-content{
    /*border-radius: 5px;*/
    border: 1px solid #1e282c;
    border-top: 2px solid #1e282c;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    
}
.dcModal .modal-dialog .modal-content .modal-header{
    background-color: #222d32;
    color: white;
}

.dcModal .modal-dialog .modal-content .modal-header .close {
    width: 18px;
    height: 18px;
    border: 1px solid white;
    color: white;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    text-shadow: none;
    opacity: 1;
}
.dcModal .modal-dialog .modal-content .modal-header .close:hover{
    background-color: white;
    color: #222d32;
}
.dcModal .modal-dialog .modal-content h3{
    margin-top: 10px;
    font-size: 18px;
}
.dcModal .modal-dialog .modal-content h4{
    font-size: 16px;
}
.dcModal .modal-dialog .modal-content .btn,
.dcModal .modal-dialog .modal-content .btn:active{    
    border: none;
    background-color: #367fa9;
    color: white;
}
.dcModal .modal-dialog .modal-content .btn:hover{
    background-color: #222d32;
}
.dcModal .modal-dialog .modal-content .modal-footer{
    border-top: 1px solid #e5e5e5;
}

/*usuario*/
.navbar-nav>.user-menu>.dropdown-menu>li.user-header{    
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;  
    -webkit-align-items: center;
    align-items: center;
}

/*.user-panel>.info{
    position: static;
}
.user-panel>.image + .info{
    position: absolute;
    left: 55px;
}*/
.user-panel .fa-user{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: white;
    color: #333;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
}
.sidebar-collapse .user-panel .fa-user{
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
}

#imagen-usuario .box-header{
    display: -webkit-flex;
    display: flex;
     -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#imagen-usuario .box-header h2{
    margin-right: 2px;
}
#imagen-usuario .box-header .btn{
    margin-top: 2px;
    margin-bottom: 2px;
}

.txt-gray {
    color: #a1abb2;
}