﻿
.main-content {
    padding-top: 95px !important;
    padding-left: 260px !important;
    padding-right: 10px !important;
}

.cardre {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
}
.headerback {
    background-color: #3e4676;
    padding-left: 10px;
    /*padding-top: 2px;*/
    color: white;
    display: flex;
    align-items: center;
}

.headerlist {
    background-color: #3e4676;
    padding: 6px;
    color: white;
}

.backwhite {
    background-color: white;
    padding:10px;
}

.bodyheader {
   /* background-color: #E8EAED;*/
    padding: 10px;
    color: white;
    /*background-color: #E4E8EF*/
}

.backbtn {
    font-size: 20px;
    cursor: pointer;
    color: white;
}
.linehgt3 {
    line-height: 3.0;
}
.title {
    font-size: 18px;
    margin-left: 10px;
    padding-top: 10px;
    margin-bottom: 10px !important;
}

.textright {
    text-align: right;
}
.displayinline {
    display: inline-block;
}
.pad0 {
    padding: 0px !important;
}
.margintop5 {
    margin-top: 5px
}

.margintop10 {
    margin-top: 10px;
}

.margintop20 {
    margin-top: 20px;
}
.marginbot10 {
    margin-bottom: 10px;
}
.marginleft5 {
    margin-left: 5px;
}
.marginleft10 {
    margin-left: 10px;
}
.txtnxtline {
     max-width: 250px;
    inline-size: 150px;
    overflow-wrap: break-word;
   
}

/* start for datatable css*/
.table {
    margin-bottom: 0rem !important;
}

.tablebord {
     border: 1px solid rgba(26, 54, 126, 0.125);
    border: 1px solid #dee2e6;
    margin-top: 55px !important;
}

.table-content {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    overflow-x: hidden;
}

    .table-content h4 {
        margin-top: 5px;
    }

.table.dataTable.no-footer {
    border-bottom: 1px solid #dee2e6 !important;
}

.dataTables_filter {
    float: left !important;
}

    .dataTables_filter label {
        font-size: 18px;
        font-weight: bold;
    }


    .dataTables_filter input:focus {
        color: #212529 !important;
        background-color: #fff;
        border-color: #86b7fe !important;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%) !important;
    }

/* end for datatable css*/

.section-body {
    margin-top: -24px !important;
}

/* start for datatable css*/
.table {
    margin-bottom: 0rem !important;
}

.tablebord {
    /* border: 1px solid rgba(26, 54, 126, 0.125);*/
    border: 1px solid #dee2e6;
    /*margin-top: 55px !important;*/
}

.table-content {
    /*  max-height: calc(100vh - 200px);*/
    overflow-y: auto;
    overflow-x: hidden;
}

    .table-content h4 {
        margin-top: 5px;
    }

.table.dataTable.no-footer {
    border-bottom: 1px solid #dee2e6 !important;
}

.dataTables_filter {
    float: left !important;
}

    .dataTables_filter label {
        font-size: 18px;
        font-weight: bold;
    }


    .dataTables_filter input:focus {
        color: #212529 !important;
        background-color: #fff;
        border-color: #86b7fe !important;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%) !important;
    }

.table-content-f {
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 185px);
}
/* end for datatable css*/

/* Start changes for main css*/
.main-sidebar {
    box-shadow: 0 4px 25px 0 #3e4676 !important;
    position: fixed;
    top: 0;
    height: 100%;
    width: 250px;
    background-color: #3e4676 !important;
    z-index: 880;
    left: 0;
}
    .main-sidebar .sidebar-menu li.menu-header {
        padding: 3px 15px;
        color: #fff !important;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 1.3px;
        font-weight: 600;
    }
    .main-sidebar .sidebar-menu li a {
        position: relative;
        display: flex;
        align-items: center;
        height: 50px;
        padding: 0 20px;
        width: 100%;
        letter-spacing: 0.3px;
        color: #fff !important;
        font-weight: 600;
        text-decoration: none;
    }
        .main-sidebar .sidebar-menu li a:hover {
            background-color: rgba(255, 255, 255, 0.1) !important;
            color: white !important;
        }
        .main-sidebar .sidebar-menu li a.active {
            background-color: rgba(255,255,255,0.37) !important;
            color: white !important;
        }
    .main-sidebar .sidebar-brand a {
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-weight: 700;
        font-size: 23px;
        vertical-align: bottom;
        color: #fff !important;
    }
        .main-sidebar .sidebar-brand a .header-logo {
            background-color: white !important;
        }
.light-sidebar .main-sidebar .sidebar-menu li.active a {
    background-color: rgba(255,255,255,0.37) !important;
    color: white !important;
}
.light-sidebar.sidebar-mini .main-sidebar:after {
    background-color: #3e4676;
}
.light-sidebar.sidebar-mini .main-sidebar .sidebar-menu {
    background-color: #3e4676;
}
.main-footer {
    position: relative !important;
    background-color: #3e4676 !important;
    color: white !important;
    text-align: center !important;
    padding: 10px 0 !important;
    z-index: 999 !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.cont-main {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    height: calc(100vh - 193px) !important;
}
/* end changes for main css*/

/*Start form header backbutton*/
.head-b-ss {
    background-color: #3e4676;
    padding-left: 10px;
    /*padding-top: 2px;*/
    color: white;
    display: flex;
    align-items: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.display-in {
    display: inline-block;
}

.right-btn {
    right: 0;
    position: absolute;
    margin-right: 35px;
}

.icon-back {
    font-size: 20px;
    cursor: pointer;
    color: white;
}