/*
Custom css
*/


body{
    font-family: 'Roboto',sans-serif;
}
.loginbg{
    background-color: #d7e2e6;
    background-image: url('../img/bg.jpg'); background-size: cover; background-repeat: no-repeat; background-position: right;
}
.grecaptcha-badge {
    visibility: hidden;
}

#vault_sortmenu a i, #docupass_sortmenu a i {
    position: absolute;
    left: 18px;
    margin-top: 4px;
}
#vault_sortmenu .dropdown-item, #docupass_sortmenu .dropdown-item{
    padding-left:32px;
}

#vault_sortmenu_btn i, #vault_searchfield_btn i, #vault_limit_btn i, #docupass_sortmenu_btn i, #docupass_searchfield_btn i, #docupass_limit_btn i{
    margin-right: 5px;
    margin-top: 1px;
}
button i{
    margin-right: 5px;
    margin-top: 1px;
}
#vaulttable tbody tr:hover td, #docupasstable tbody tr:hover td{
    background-color: rgba(100,100,100,0.03);
}
.linear-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: rgba(100,100,100,0.02);
    background: linear-gradient(to right, rgba(100,100,100,0.03) 8%, rgba(100,100,100,0.05) 18%, rgba(100,100,100,0.07) 33%);
    background-size: 1000px 104px;

}
#docimagediv > div , #faceimagediv > div{
    height: 140px;
    margin-bottom: 20px;

}
#docimagediv img, #faceimagediv img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 0.3rem;
}
#docimagediv a:hover img, #faceimagediv a:hover img{
    opacity: 0.9;
}
#docimagediv .deleteimage, #faceimagediv .deleteimage{

    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -10px;
    right: 5px;
    background-color: #EEE;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    z-index: 100;
    border: solid 1px #888;
    color: #888;
    cursor: pointer;

}

#docimagediv .deleteimage:hover, #faceimagediv .deleteimage:hover{
    border: solid 1px #F00;
    color: #F00
}

#edit6 label{
    display: inline-block;
    margin-bottom: 0;
    margin-left: 10px;
    cursor: pointer;
}
#edit6 label:hover{
    color: #0d95e8;
}
#docloader, #faceloader{
    display: inline;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    visibility: hidden;
}
.qrcode{
    margin-right: 8px;
}
.bg-dark .jconfirm-box{
    background-color: #161d33;
}
.bg-dark select option{
    background-color: #161d33;
}
#plantable td{ padding: 0.5rem }
#plantable tbody tr:hover td, #plantable tbody tr:hover td{
    background-color: rgba(100,100,100,0.03);
}
.mansonrymenu a span{text-align: center; color: #FFF}
.mansonrymenu a i {display: block; font-size: 26px; margin-bottom: 5px}

.gd-standard {
    background-color: rgba( 22, 29 , 51,0.5);
}
.mansonrymenu{
    display: flex;
    flex-wrap:wrap;

}
.mansonrymenu .media-small{
    flex: 1
}
.mansonrymenu .media-big{
    flex: 1
}
.break {
    flex-basis: 100%;
    height: 0;
}
.mansonrymenu a{


    border: 0;
    border-radius: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;

    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;

}
.mansonrymenu a:hover{
    background-color: rgba(120, 120, 120, 0.1);
}
#dashvaulttable{
    margin-bottom: 0 !important;
}
#dashvaulttable td{
    padding: 0.30rem;

}
#faceimagefilelabel{
    cursor: pointer;
}
.tpfield {
    height: 40px;
    width: 400px;
    border: 1px solid rgba(135,150,165,.15);
    border-radius: .25rem;
    margin: 8px 0;
    padding: 5px 15px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 40px;
    background-position-x: 350px;
}
.tappay-field-focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(68,139,255,.25);
}
.resulttable td:first-child{font-weight: bold; }
.resulttable td{  border-top: 1px solid rgba(160,175,185,.15) !important}
.resulttable tr{ display: table-row; }
.resultfield{ display:none }

#chartloader{
    height: 364px; position: absolute; top: 0; left: 0; width: 100%; display: flex; align-items: center; justify-content: center;
}

.nav .nav-link i{ margin-right: 5px;}
.tox-tinymce-aux{width: 0}

.btn .fa, .btn .fad, .btn .fas{ margin-right: 6px; }


::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}

::-webkit-scrollbar-thumb {
    background: #9c9c9c;
    border: 0 none #ffffff;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: #b8deff;
}

::-webkit-scrollbar-thumb:active {
    background: #80bdff;
}

::-webkit-scrollbar-track {
    background: none;
    border: 0 none #ffffff;
    border-radius: 3px;
}

::-webkit-scrollbar-track:hover {
    background: none;
}

::-webkit-scrollbar-track:active {
    background: none;
}

::-webkit-scrollbar-corner {
    background: transparent;
}