﻿
@media (min-width: 768px) {
    .hideInDesktop

{
    display: none !important;
}

.margin-top-27 {
    margin: 27px 0;
}

.modal-content {
    width: 40% !important;
}

}

@media (max-width: 500px) {
    .modal-content {
        width: 90% !important;
    }
}

.float-button {
    position: fixed;
    right: 20px;
    bottom: 30px;
    transition: all 0.2s ease-in 0s;
    /*this is the key attribute z-index: 9999;*/
    cursor: pointer;
}

.content textarea {
    height: 80px !important;
}

.card-body input[type=datetime-local], .card-body input[type=date], .card-body input[type=number] {
    max-width: 500px;
    margin-top: 4px;
}

.table input, .table select {
    min-width: 120px;
}



.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto;
    border: 1px solid #888;
    width: 80%;
    padding: 4%;
    text-align: center;
}

.close {
    position: absolute;
    right: 2%;
    top: 2%;
    color: #000;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

    .close:hover {
        cursor: pointer;
    }



.table-wrapper-scroll-y {
    max-height: 220px;
    overflow-y: scroll;
    border: 1px solid #dee2e6;
    border-radius: 5px;
}

.modal h1, .modal .titletext {
    font-size: 32px;
    color: #000;
    font-weight: 600;
}

.otpfield {
    float: none;
    width: 60px;
    margin: 6px;
}

.modal {
    z-index: 9;
}

.formfield {
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 8px 10px;
    display: inline-block;
    cursor: pointer;
}

.login-wrapper .modal p {
    margin: 0;
    width: 100%;
    display: inline-block;
}

    .login-wrapper .modal p.titletext {
        margin-bottom: 20px;
    }

.otpfields {
    margin: 20px 0 10px;
}

button.otresend {
    background: no-repeat;
    border: none;
    color: #000;
    margin-bottom: 20px;
}

    .modal p, button.otresend:hover {
        color: #1baed0;
    }

        .modal p.otop {
            color: #333;
        }

    button.otresend:hover {
        text-decoration: underline;
    }


