﻿.ui-helper-hidden-accessible {
    display: none;
}

.dt-buttons {
    float: left;
    display: flex;
    justify-content: start;
    align-items: center;
    height: 2.5rem;
}

.dt-button {
    display: inline-block;
    padding: .65rem .65rem;
    color: #fff;
    background-color: #0866C6;
    border-color: #0866C6;
    font-size: 0.875rem;
    line-height: 1.25;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
}

.dt-button:hover {
    color: #fff !important;
    background-color: #0753a1;
    border-color: #064d95;
}

.input-eye {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}

.icon-preview {
    width: 3.4rem;
    height: 3.4rem;
    margin: 0 .7rem 0 0;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 55px;
    color: #1e1e1e;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.box-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 2rem 0;
    margin-top: -2rem;
}

.box {
    margin-top: 2rem;
    display: flex;
    flex: 0 1 20rem;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.btn-role {
    color: #fff;
    background: #0d6efd;
    text-transform: capitalize;
    padding: .5rem 1rem;
}

.btn-role span {
    font-size: .7rem;
    margin-left: .2rem;
    cursor: pointer;
    margin-bottom: .7rem;
}

.btn-role span:hover i {
    color: #34495E;
}

.image-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 12rem;
    width: 15rem;
    border: 1px solid #CCC;
    border-radius: 4px 4px 4px 4px;

    white-space: nowrap;
    margin-bottom: 0;
}

.image {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    overflow: hidden;
}

.image-container .image img {
    cursor: pointer;
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-container .btn-remove-img {
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.image-container .btn-edit-img {
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.image-container input {
    display: none;
}
.image-preview img {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    height: 16rem;
    /*width: 25rem;*/
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /*height: 100%;*/
    width: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.vl-image{
    position: relative;
    overflow: hidden;
    border-radius: 60px;
}

.caption {
    position: absolute;
    cursor: pointer;
    color: white;
    background-color: rgba(0,0,0, 0.5);
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
}

.caption i{
    margin-top: 2rem;
}

.caption h6{
    padding-top: 2px;
    text-transform: capitalize;
}

.vl-image:hover .caption {
    opacity: 1;
}

.img-perfil img {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    cursor: pointer;
}

.thumb {
    max-width: 100px;
}

.thumb:hover + .fas.fa-upload{
    bottom: 0;
    opacity: 1;
}

#img-thumb {
    object-fit: cover;
}

#img-thumb+.fas.fa-upload {
    position: absolute;
    bottom: -30%;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 2rem 6rem;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.file-return {
    margin: 0;
}

.file-return:not(:empty) {
    margin: 1em 0;
}

.js .file-return {
    font-style: italic;
    font-size: .9em;
    font-weight: bold;
}

.js .file-return:not(:empty):before {
    content: "Selected file: ";
    font-style: normal;
    font-weight: normal;
}

.custom-file-upload:hover {
    background-color: #34495E;
    color: white;
}

.img-perfil:hover::before {
    background-color: rgba(0,0,0,.5);
    z-index:100;
}


.modal-800 {
    width: 800px;
    min-height: 600px;
}

.modal-width-800 {
    width: 800px;
}

.modal-width-600 {
    width: 600px;
}

.modal-600 {
    width: 600px;
    height: 300px;
}



div#IconPickerModal .ip-icons-content .ip-icons-area {
    overflow: auto !important;
}

.ui-datepicker {
    z-index: 10000 !important;
}

.cursor-pointer{
    cursor: pointer;
}


.signin-logo img, .br-logo img{
    max-width: 100%;
}

.logo img{
    max-width: 250px;
}
