﻿/*Added by Tejal*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,400italic);
@import url(//fonts.googleapis.com/css?family=Lato:300,400,700,900);

@font-face {
    font-family: opensansregular;
    src: url('../fonts/open-sans/opensansregular.eot');
    src: local('opensansregular'), url('../fonts/open-sans/opensansregular.woff') format('woff'), url('../fonts/open-sans/opensansregular.ttf') format('truetype');
}

/*Added by Vishakha*/
/*@font-face {
    font-display: swap;
    font-family: 'rowdies';
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    src: local('rowdies'), url('../fonts/rowdies-v15-latin-regular.woff2') format('woff');*/ /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
/*}*/

/*scrollbar css*/

::-webkit-scrollbar {
    /* width: 7px !important;
    height: 7px !important;*/
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #c2bdbd !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
}

/*::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
        background-image: none !important;
        background-color: #333 !important;
    }
*/

body {
    background-color: #eef1f5;
    font-family: inherit;
    font-size: 14px;
    color: #353535;
    font-family: opensansregular;
}

a {
    color: #353535;
    text-decoration: none;

}

.navbar-default {
    background: #ffffff;
    box-shadow: 0 1px 15px #0000000a, 0 1px 6px #0000000a;
}

.navbar-portal-header {
    color:  #353535;
    text-shadow: none;
    font-size: 20px;
}
/*login page css*/
.login-panel {
    margin-top: 8%;
}

    .login-panel .panel-default {
        background-color: rgb(255 255 255 / 0.75);
    }

        .login-panel .panel-default > .panel-heading {
            color: #353535;
            background-color: transparent;
            text-align: center;
            padding: 20px 15px;
            font-weight: 600;
        }

        .login-panel .panel-default > .panel-footer {
            background-color: transparent;
        }

        .login-panel .panel-default > .panel-body {
            padding: 30px !important;
        }

    .login-panel .form-control {
        height: 38px;
    }

    .login-panel .input-group-text {
        background: #333;
        color: #fff;
        border-radius: 0px;
    }

.loginbg {
    background: url('../img/bg2.jpg') no-repeat center top;
    background-size: cover;
    height: 100vh;
}

.loginbtn {
    background-color: #ffffff !important;
    color: #086ba6 !important;
    border: 2px solid #086ba6 !important;
    padding: 10px 20px !important;
    border-radius: 5px !important;
    display: inline-block !important; /* REQUIRED */
    width: 120px !important; /* Set your desired width */
}
    /* Hover effect */
    .loginbtn:hover {
        background-color: #086ba6 !important;
        color: #ffffff !important;
    }
        
.input-group-addon {
    border-radius: 2px !important;
    color: #fff;
    text-align: center;
    background-color: #353535;
    border: 1px solid #333333;
}

.separator {
    margin-top: 5px;
}

    .separator .link-secondary a {
        color: #333;
    }


.page-header {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

    .page-header i, .page-header .fa {
        color: #DC291E;
        margin-right: 5px;
    }

    .page-header .btn {
        float: right;
        padding: 5px 10px;
        font-size: 12px;
        color: #fff;
        background-color: #353535;
        border-color: #333333;
    }

table.dataTable tbody th, table.dataTable tbody td {
    padding: 6px 6px !important;
    font-size: 13px;
    border: 1px solid rgba(72, 72, 72, 0.05);
    border-collapse: collapse;
    white-space: normal !important;
    word-wrap: break-word !important;
}

table.dataTable thead th, table.dataTable tbody th {
    background: linear-gradient(to bottom, #336699, #0076a2, #00859b, #009085, #009966);
    color: #ffffff !important;
    font-weight: normal !important;
    white-space: normal !important;
    word-wrap: break-word !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d5d5d5;
}

.control-label {
    font-weight: 600;
    font-size: 12px;
}

.form-control {
    /*height: 34px;*/
    box-shadow: none;
    border-top: 0 solid #ccc;
    border-left: 0 solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 6px 12px;
    resize: none;
    border-radius: 0px;
    font-size: 12px;
}

    .form-control:focus {
        box-shadow: none;
    }

.panel-default {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 20px 1px #0000000f, 0 1px 4px #00000014;
    margin: 5px 0;
}

    .panel-default > .panel-heading {
        color: #333;
        font-weight: 600;
        background-color: #fff0f5;
        border-color: #ddd;
        border-radius: 10px 10px 0px 0px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        padding: 10px 14px;
    }

    .panel-default > .panel-body {
        padding: 12px;
    }

    .panel-default > .panel-footer {
        text-align: right;
        border-radius: 0px 10px 10px;
        background-color: #ffffff;
        padding: 10px 14px;
    }

    .panel-default .btn {
        padding: 4px 12px;
        font-size: 14px;
        /*border-radius: 18px;*/
    }


.panel-footer .btn-primary {
    background: #DC291E;
    border-color: #DC291E;
    padding: 4px 20px;
    border-radius: 18px;
}

.panel-footer .btn-danger {
    background: #353535;
    border-color: #353535;
    padding: 4px 20px;
    border-radius: 18px;
}

.navbar-default .navbar-toggle {
    border: none;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #353535;
        height: 3px;
    }

#sidebarCollapse {
    line-height: 50px;
    display: inline-block;
    padding: 14px;
    color: #15385c;
}

    #sidebarCollapse .fa-2x {
        font-size: 1.6em;
    }

.sidebar {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    background-image: linear-gradient(to right top, #336699, #0076a2, #00859b, #009085, #009966);
    transition: margin-left .3s ease-in-out,width .3s ease-in-out;
}

    .sidebar .navbar-default {
        background-image: linear-gradient(to right top, #336699, #0076a2, #00859b, #009085, #009966);
    }

    .sidebar .sidebar-nav.navbar-collapse {
        padding-right: 10px;
        padding-left: 10px;
        margin-top: 25px;
    }

    .sidebar ul li {
        border-bottom:none;
    }

.sidebar-nav li a {
    color: #b8c7ce;
    white-space: nowrap;
    line-height: 24px;
    padding: 12px 16px;
    transition: color 0.3s;
    display: block;
}

    .sidebar-nav li a:hover {
        color: #7d84ab;
        animation: swing ease-in-out 0.5s 1 alternate;
    }

.sidebar-nav .nav > li > a > i {
    color: #b8c7ce;
    font-size: 22px;
    margin-right: 16px;
}

.sidebar-nav .nav ul.nav li:before {
    background: #bcbcbc;
}

.sidebar-nav .nav ul.nav li:after {
    border-left: 1px solid #bcbcbc;
}

.sidebar-nav ul li.active {
    border-right: none;
}

.sidebar-nav .nav ul.nav li:before, .sidebar-nav .nav ul.nav li:after {
    display: none
}

.nav > li > a:focus, .nav > li > a:hover,
.sidebar ul li a.active {
    text-decoration: none;
    background-color: rgb(254 35 35 / 6%);
}

.sidebar .nav-second-level li a {
    padding-left: 25px;
    font-size: 13px;
    color: #b8c7ce;
}

    .sidebar .nav-second-level li a > i {
        font-size: 14px;
    }

#page-wrapper.sidebar-mini .sidebar .arrow {
    display: none;
}

#page-wrapper.sidebar-mini .sidebar {
    width: 74px;
    overflow-x: hidden;
}

    #page-wrapper.sidebar-mini .sidebar:hover {
        width: 250px;
    }

        #page-wrapper.sidebar-mini .sidebar:hover > .arrow {
            display: block;
        }

#page-wrapper.sidebar-mini .content {
    margin: 0 0 0 90px;
}

.content {
    margin: 0 0 0 250px;
    background-color: #eef1f5;
    padding: 20px;
}

#page-wrapper {
    margin: 0px;
    margin-top: 51px;
    padding: 0;
    box-shadow: none;
    background-color: #eef1f5;
    min-height: 680px;
}

#footer {
    min-height: 20px;
    font-size: 12px;
    line-height: 25px;
    width: 100%;
    /*background: #282828 !important;*/
    color: #15385c;
    /* position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;*/
}

    #footer a {
        color: #DC291E;
    }


.forgotpwdImg {
    width: 250px;
    margin: 35px auto;
}

.dataTables_wrapper {
    border-radius: 10px;
    box-shadow: 0 4px 20px 1px #0000000f, 0 1px 4px #00000014;
}

.ui-widget-header {
    background: #ffffff !important;
}

#wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}


@media (max-width: 800px) {
    #sidebarCollapse {
        display: none;
    }

    #page-wrapper.sidebar-mini .sidebar, #page-wrapper .sidebar {
        width: 100%;
        position: relative;

    }

    #page-wrapper.sidebar-mini .content, #page-wrapper .content {
        margin: 0px;
    }

    .navbar-default .navbar-toggle {
        border: none;
        float: left;
    }

    .navbar-portal-header.master {
        top: 40px;
        left: 20%;
        font-size: 15px;
    }

    .navbar-brand {
        float: left;
        height: 40px;
        padding: 8px 15px;
    }

    .navbar-top-links .dropdown-user {
        right: 0 !important;
        left: auto;
    }

    .navbar-top-links {
        margin-right: 0;
        float: right;
        margin-top: -35px;
    }

        .navbar-top-links li:last-child {
            margin-right: 0;
        }
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #ff000029;
}

.captcha-container {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.captcha-image {
    width: 180px; /* match your design */
    height: 60px;
    border: 1px solid #ccc;
}

.captcha-text {
    width: 150px; /* right box size */
    height: 60px !important;
    font-size: 24px;
    text-align: center;
    color: #005eff;
    border: 1px solid #000;
    border-radius: 6px;
    background: #e1f5fd; /* same blue shade as in your screenshot */
}

.captcha-refresh {
    font-size: 25px;
    margin-left: 10px;
    cursor: pointer;
    color: #000;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
   background: url(../img/bg2.jpg) no-repeat;
    background-size: cover;
}

.main {
    float: right;
    width: 30%;
    background-image: linear-gradient(to right top, #336699, #0076a2, #00859b, #009085, #009966);
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    padding-top: 10%;
}

.main-text {
    float: left;
    width: 100%;
    padding: 170px 16% 16%;
    box-sizing: border-box;
}

    .main-text .logo {
        left: -39px;
        margin-bottom: 40px;
        position: absolute;
        top: 137px;
    }

.main h1 {
    font-size: 35px;
    font-weight: 300;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.main-text ul {
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .main-text ul li {
        float: left;
        width: 100%;
        list-style: none;
        margin-bottom: 10px;
    }

        .main-text ul li input {
            border-radius: 5px;
            float: left;
            width: 100%;
            padding: 13px;
            border: 1px solid #fff;
            background: none;
            box-sizing: border-box;
            font-size: 15px;
            color: #fff;
        }

        .main-text ul li button {
            width: 100px;
            padding: 0px;
            border-radius: 5px;
            float: none;
            background-color: #ffffff;
            color: #003366;
            border: none;
            height: 40px;
            cursor: pointer;
            text-transform: uppercase;
        }

.main .banner {
    display: none;
}

.footer {
    background-color: #003366;
    bottom: 0;
    box-sizing: border-box;
    float: left;
    font-size: 13px;
    left: 0;
    padding: 10px;
    /*position: absolute;*/
    text-align: center;
    color: #fff;
    width: 100%;
    margin-top: auto; /* Forces footer to bottom */
}

    .footer a {
        color: #7A7676;
        text-decoration: none;
    }

.footermaster {
    background-color: #fff;
    bottom: 0;
    box-sizing: border-box;
    float: left;
    font-size: 13px;
    left: 0;
    padding: 10px;
    /*position: absolute;*/
    text-align: center;
    color: #7A7676;
    width: 100%;
    /*margin-top: auto;*/ /* Forces footer to bottom */
}
    .footermaster a {
        color: #7A7676;
        text-decoration: none;
    }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
    opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    opacity: 1;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
    opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
    color: #fff;
    opacity: 1;
}

@media (min-width:767px) and (max-width:992px) {
    .main {
        position: relative;
    }
}

@media (min-width:320px) and (max-width:767px) {
    .main {
        position: relative;
        float: left;
        width: 100%;
        padding: 0px;
    }

        .main .banner {
            display: block;
        }

            .main .banner img {
                float: left;
                width: 100%;
            }

    .main-text {
        padding: 10%;
    }

    .main h1 {
        margin-top: 0px;
    }
}

.main-text ul li input.sec_code {
    border-radius: 0px 5px 5px 0px;
}

/* Put length dropdown + buttons + column visibility in one row */
.dataTables_wrapper .dt-buttons,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
}

    /* Make DataTable buttons smaller */
    .dataTables_wrapper .dt-buttons button,
    .dataTables_wrapper .dt-buttons .btn {
        margin-right: 8px !important; /* space between buttons */
        padding: 4px 10px !important; /* reduced height */
        font-size: 12px !important; /* smaller text */
        line-height: 1.2 !important;
        height: auto !important;
        white-space: nowrap !important;
        display: inline-flex !important;
        align-items: center;
    }

        /* Space between icon and text */
        .dataTables_wrapper .dt-buttons button span {
            margin-left: 4px;
        }

        /* Optional: control icon size */
        .dataTables_wrapper .dt-buttons button i {
            font-size: 12px;
        }

/* Reduce font size for entire DataTable */
table.dataTable {
    font-size: 12px !important;
}

    /* Reduce header height */
    table.dataTable thead th {
        padding: 6px 8px !important;
        line-height: 1.2 !important;
        font-size: 12px !important;
    }

    /* Reduce body row height */
    table.dataTable tbody td {
        padding: 4px 8px !important;
        line-height: 1.2 !important;
        font-size: 12px !important;
    }

    /* Reduce row height for selected row as well */
    table.dataTable tbody tr.selected > td {
        padding: 4px 8px !important;
    }