
body {
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
}

.duplicate {
    background: #ea7878 !important;
    color: white;
}

.jumbotrons {
    padding: 2rem 1rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

.pageTitle a {
    float: left;
    color: #ffffff;
    font-size: 18px;
    padding: 15px 0px;
}

.PaddingTop {
    padding-top: 20px;
}

.PaddingLeft {
    padding-left: 20px !important;
}

.TextShadow {
    text-shadow: 1px 1px 2px black, 0 0 25px White, 0 0 5px black;
}

.font {
    font-size: medium;
    font-weight: bolder;
}

input [type=checkbox] {
    height: 20px;
    width: 20px;
    vertical-align: middle;
}

.titlebar {
    height: auto;
    position: fixed !important;
    width: 85%;
}

.mtop15 {
    padding-top: 65px;
}

.prewrap {
    white-space: pre;
}

.fromPlan {
    background-color: lightblue !important;
    padding: 0px 5px;
}

.srNo {
    background-color: #d857b0 !important;
    color: white;
    padding: 0px 5px;
}

.fromEdition {
    background-color: #0058b3 !important;
    color: white;
    padding: 0px 5px;
    margin: 2px 2px;
}

.fromPaperBatch {
    background-color: #7609ec !important;
    color: white;
    padding: 0px 5px;
}

.EntryHeader {
    width: 100%;
    background: #343a40;
    color: white;
    padding-top: 5px;
    padding-left: 5px;
    text-transform: uppercase;
    margin: 2px 2px;
}

.ValidateBlock {
    display: block;
}

.ValidateRevert {
    display: revert;
}

.ValidateNone {
    display: none !important;
}

.ValidateHidden {
    visibility: hidden;
}

.ValidateVisible {
    visibility: visible;
}

.ProfileImg {
    height: 35px;
    cursor: default;
    margin-top: 3px;
}


.pTitle {
    text-align: left !important;
    margin: 0px !important;
}

.DisplayShift {
    font-size: 12px;
}

.DisplayShiftA {
    font-size: medium;
}

.viewFile a {
    color: blue;
    text-decoration: underline;
    padding-left: 30px;
}

.spanWidth {
    width: 200px;
}

.cardHead {
    font-size: 20px;
    font-weight: bold;
}
.row-bg-red td {
    background-color: #ffc9c9 !important;
}

/*
select[readonly] {
    background: #eee !important;
    pointer-events: none !important;
    touch-action: none !important;
}*/
@media (max-width: 1024px) {
    .titlebar {
        position: fixed;
        height: auto;
        width: 80% !important;
    }

    .mtop15 {
        padding-top: 15px;
    }

    .ml-auto, .mx-auto {
        padding-right: 90px;
    }

    .select2 {
        width: 100% !important;
    }
}

@media (max-width: 999px) {
    .titlebar {
        width: 100%;
        position: fixed !important;
    }

    .mtop15 {
        padding-top: 65px;
    }

    .select2 {
        width: 100% !important;
    }
}

@media (max-width: 991px) {
    .pageTitle {
        width: 73%;
        float: left;
        clear: both;
    }

    .select2 {
        width: 100% !important;
    }
}

@media (max-width: 360px) {
    .titlebar {
        padding-bottom: 15px !important;
    }

    .select2 {
        width: 100% !important;
    }
}

@media (max-width: 300px) {
    .pageTitle {
        width: 60%;
        font-size: 15px;
    }

    .select2 {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    .main-header .logo, .main-header .navbar {
        width: 100%;
        float: none;
    }

    .select2 {
        width: 100% !important;
    }
}

@media (max-width: 550px) {
    .navbar-expand .navbar-nav {
        font-size: 15px;
    }

    .ml-auto, .mx-auto {
        text-align: right;
        padding-right: 0 !important;
    }

    .select2 {
        width: 100% !important;
    }

    .ProfileName {
        float: right;
        text-align: right !important;
    }
}

@media (max-width: 375px) {
    .navbar-expand .navbar-nav .nav-link {
        width: 90% !important;
        font-size: 15px;
        text-align: left;
        padding-right: 10px;
    }

    .ml-auto, .mx-auto {
        margin-left: auto !important;
        text-align: right;
        padding-right: 50px;
    }

    .select2 {
        width: 100% !important;
    }

    .ProfileImg {
        display: none;
    }

    .pTitle {
        padding-top: 0 !important;
    }

    .ProfileName {
        padding-top: 0 !important;
    }

    .titlebar {
        height: 60px;
    }

    .dropdown-menu.show {
        display: none !important;
    }

    .bprImg {
        width: 100%;
    }

    .dataTables_scroll {
        position: relative
    }

    .dataTables_scrollHead {
        margin-bottom: 40px;
    }

    .dataTables_scrollFoot {
        position: absolute;
        top: 38px
    }
}
