﻿



.data-Content {
    display: block;
    height: 360px;
    overflow: scroll;
    border: 1px solid #ddd;
    border-bottom: none;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: right !important;
    margin-left: 35%;
}

.tblrptledger, .data-Content tr {
    display: table;
    width: 100%;
    table-layout: fixed; /* even columns width , fix width of table too*/
}

.tblrptledger {
    width: 100%; /* scrollbar is average 1em/16px width, remove it from thead width */
    position: inherit;
    top: 0;
}

.initils {
    width: 100%;
}

.tbody1 {
    display: block;
    height: 445px !important;
    /* overflow: auto;*/
    width: 100%;
    /* overflow-x: hidden;*/
}

tbody {
    display: block;
    height: 270px !important;
    overflow: auto;
    width: 100%;
    /* overflow-x: hidden;*/
}

.rd {
    height: 30px !important;
}

.span {
    color: red;
}

.btn-success {
    color: #fff;
    background-color: #5f94dd;
    border-color: #5f94dd;
    width: 30px;
    height: 20px;
    padding: 1px;
}

thead, tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}


thead {
    width: 100%;
    cursor: pointer;
}

table {
    width: 100%;
    table-layout: fixed;
    line-height: 1;
    word-wrap: normal;
    border: 1px solid #ddd;
}

::-webkit-scrollbar {
    width: 13px;
    height: 15px;
    border-left: #ededed solid 1px;
    background-color: #f5f5f5 !important;
    border-top: #ededed solid 1px;
}

.register {
    background: linear-gradient(to right, #9e99e5 0, #67d4f3 100%);
    margin-top: 5%;
    padding: 1%;
    overflow: hidden;
    height: 500px;
    font-family: none;
}

    .register .register-form {
        padding: 5%;
        margin-top: 18%;
    }

    .register .nav-tabs {
        margin-top: 3%;
        border: none;
        background: #0062cc;
        border-radius: 1.5rem;
        width: 28%;
        float: right;
    }

        /* @@media (max-width: 991px) {
        .register .nav-tabs {
            width: 33%;
            margin-top: 8%;
        }
    }*/

        .register .nav-tabs .nav-link {
            padding: 2%;
            height: 34px;
            font-weight: 600;
            color: #fff;
            border-top-right-radius: 1.5rem;
            border-bottom-right-radius: 1.5rem;
        }

            .register .nav-tabs .nav-link:hover {
                border: none;
            }

            .register .nav-tabs .nav-link.active {
                width: 100px;
                color: #0062cc;
                border: 2px solid #0062cc;
                border-top-left-radius: 1.5rem;
                border-bottom-left-radius: 1.5rem;
            }

.register-left {
    text-align: center;
    color: #fff;
}

    .register-left input {
        border: none;
        border-radius: 1.5rem;
        padding: 2%;
        width: 60%;
        background: #f8f9fa;
        font-weight: bold;
        color: #383d41;
        cursor: pointer;
    }

    .register-left img {
        /* width: 25%;
            -webkit-animation: mover 1s infinite alternate;
            animation: mover 1s infinite alternate;*/
    }

    .register-left p {
        font-weight: lighter;
        padding: 10%;
    }

.register-right {
    height: 398px;
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.btnRegister {
    float: right;
    margin-top: 10%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
}

.register-heading {
    text-align: center;
    margin-top: 5%;
    margin-bottom: -15%;
    color: #495057;
    padding-left: 13%;
    padding-top: 6%;
}

/* @@media (max-width: 991px) {
        .register-heading {
            font-size: 1.5rem;
        }
    }*/

#captchaBackground {
    height: 109px;
    width: 206px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#captcha {
    margin-top: 26%;
    font-size: 26px;
    letter-spacing: 1px;
    font-family: ui-serif;
}

.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#submit {
    margin-top: 1em;
    margin-bottom: 2em;
}

#textBox {
    height: 33px;
    width: 137%;
}

.text-right {
    text-align: right !important;
}

.redText {
    color: red;
    font-weight: bold;
    white-space: nowrap;
}

.greenText {
    color: #1ddb36;
    font-weight: bold;
    white-space: nowrap;
}

.btn-info {
    color: #fff;
    background-color: #67c4f0;
    border-color: #67c5f0;
}

    .btn-info:hover {
        color: #fff;
        background-color: #06b6f7;
        border-color: #2c53c1;
    }


.login__submit {
    background: #fff;
    font-size: 16px;
    /* margin-top: 117px; */
    /* padding: 16px 20px; */
    border-radius: 26px;
    border: 1px solid #1d84e6;
    /* text-transform: uppercase; */
    font-weight: 700;
    display: flex;
    align-items: center;
    width: 100%;
    color: #1c84e6;
    /* box-shadow: 3px 3px 3px #688be5; */
    cursor: pointer;
    transition: .2s;
    /* padding: 5px; */
}


.field_icon3 {
    position: absolute;
    top: 27% !important;
    left: 88% !important;
    color: black;
}

.form-control1 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    border-bottom: 1px solid #3c6aa8;
    /*border-radius: 5px;*/
    background: none;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
}

    .form-control1:focus {
        color: #495057;
        background-color: transparent;
        border-color: none;
        outline: 0;
        /* box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%); */
    }

@media only screen and (max-device-width: 767px) {
    .register-left {
        display: none;
    }

   /* .register .register-form {
        padding: 0%;
        margin-top: 24%;
    }*/

    #textBox {
        height: 33px;
        width: 92%;
    }

    #login {
        padding: 60px 0px 0px 0px;
        margin-left: -12%;
    }
}

@media only screen and (max-device-width: 767px) {
    .register-right {
        height: 1250px;
        width: 1250px;
        /*background: rgb(0 0 0 / 13%);*/
        background-color: white !important;
        border-top-left-radius: 0% 0%;
        border-bottom-left-radius: 0% 0%;
        padding: 9px;
        padding-right: 0px;
    }

    .register {
        background: none !important;
       /* background-color: white !important;*/
        margin-top: 5%;
        padding: 1%;
        overflow: hidden;
        height: 100vh;
        font-family: none;
    }

    .input1 {
        background-color: white !important;
        padding: 1.375em 0.75em !important;
        font-size: 1.5rem;
    }

    .login__submit {
        padding: 16px 20px;
        display: block;
        font-size: 2rem;
        margin-top: 1rem;
    }
}

@media only screen and (max-device-width: 767px) {
    #col {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 19% !important;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .register-heading {
        text-align: center;
        margin-top:0;
        margin-bottom: -20%;
        color: #495057;
        padding-left: 0% !important;
        font-size: xxx-large;
    }
}

.lblside {
    color: #1e3554;
    font-size: 18px;
    padding-top: 10px;
}

.content1 {
    text-align: center;
    width: 100% !important;
    height: auto;
    background: #ffffff;
    padding: 3px 3px;
    border-radius: 20px 0px 0 20px;
}

#wrap {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    display: none;
}


.opencall {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    background: var(--darkBlue);
    box-shadow: 0 0.3rem 0.6rem rgb(0 0 0 / 13%);
    color: #fff;
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    top: 0% !important;
    right: 0%;
    cursor: pointer;
    z-index: 1;
}

.close-call {
    font-size: 25px;
    padding-top: 5px;
}

.fa-spin {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.bgclr {
    background-color: var(--darkBlue);
    color: #fff;
    border-radius: 0px !important;
}
