﻿.dash-item:hover {
    background: #f7fafc;
}
.minpad {
    padding: 5px;
    margin: 5px;
    min-width:180px !important;
}
.min-colpad {
    padding: 3px;
    margin: 3px;
}


/*Check Page*/
/*Select first page*/
.selectedActive {
    border: 2px solid #00A6E6;
    border-radius: 10px;
}

.el-element-overlay .el-card-item .el-overlay-1 .el-info > li a:hover {
    background: #00A6E6;
    border-color: #00A6E6;
}
/*.btn-custom {
    background: #ff0476;
}*/
/*Check Page*/
@media all and (min-width:768px) {
    .navbar-right .custom-menu {
        min-width: 100px !important;
    }
}

.login-register {
    background: url(../images/login-register.jpg) no-repeat center center / cover !important;
    height: 100%;
    position: fixed;
}
.form-group.small {
    margin-bottom: 2px;
}

.social:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    background-color: #e46a76;
    border-color: #e46a76;
}

.card-body > button {
    margin: 0 5px;
}
.child {
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.fixedContainer {
    margin-left: 140px;
    background-color: transparent;
    position: fixed;
    padding: 2em;
    left: 50%;
    bottom: 8%;
    transform: translateX(-50%);
}

    .fixedContainer a {
        padding: 14px;
        text-decoration: none;
        font-size: 15px;
    }

.swal2-popup .swal2-content{
    font-size:1em !important;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px) !important;
}

/*.btn {
    font-size: 14px;
    padding: .5rem 1rem !important;
}*/
.register-box{
    max-width:800px;
}
.e-gridcontent.e-droppable.e-js.e-scroller.e-widget {
    min-height: 45px !important;
}
