﻿#ajaxResultSuccess {
    display: none;
    left: 10%;
    position: fixed;
    top: 45%;
    z-index: 9999;
}

#ajaxResultInfo {
    display: none;
    left: 10%;
    position: fixed;
    top: 45%;
    z-index: 9999;
}

#ajaxResultError {
    display: none;
    left: 10%;
    position: fixed;
    top: 45%;
    z-index: 99999;
}

#ajaxResultProcessing {
    display: none;
    left: 10%;
    position: fixed;
    top: 45%;
    z-index: 9999;
}

#backdrop {
    height: 100%;
    margin-bottom: -70px;
    margin-top: 0;
    padding-bottom: 70px;
    position: fixed;
    background: rgba(0,0,0,0.5);
    z-index: 99;
    width: 100%;
    top: 0;
    display: none;
}

.mandatory {
    color: Red;
    font-size: 14px;
    font-weight: bolder;
}
.mandatoryMsg {
    color: Red !important;
    font-size: 11px;
    font-weight:normal;
    margin-left:1%;
    float:right;
}

.popOpacity {
    opacity: 0.5 !important;
    background: #000000;
}

.mandatoryMultiSelect {
    border: 1px solid #C6000B !important;
}

.dtTextCenterHead {
    text-align: center !important;
    vertical-align: middle !important;
    font-weight:bold;
}

.dtTextCenter {
    text-align: center !important;
    vertical-align:middle !important;
}

.dtTextLeft {
    text-align: left !important;
    vertical-align: middle !important;
}

.dtTextRight {
    text-align: right !important;
    vertical-align: middle !important;
}



.blinkButton {
    background-color: #fc2003;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    padding: 2px;
    text-align: center;
    text-decoration: none;
}

@keyframes glowing {
    0% {
        background-color: #fc2003;
        box-shadow: 0 0 5px #000000;
    }

    50% {
        background-color: #ed6553;
        box-shadow: 0 0 20px #000000;
    }

    100% {
        background-color: #fc2003;
        box-shadow: 0 0 5px #000000;
    }
}

.blinkButton {
    animation: glowing 1300ms infinite;
}

.fadedBorder {
    border-color: #f8f9fb !important;
}

.margin-bottom {
    margin-bottom: 2px !important;
}
.txtDisplay {
    border-color: #ebeced !important;
    height: 25px !important;
    padding: 2px 10px !important;
}
.Xscroll {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.Yscroll {
    overflow-x: hidden;
    overflow-y: auto;
    white-space: nowrap;
}
.activeData {
    background-color: #bee4c48c !important;
    color: #000000 !important;
}
.deActiveData {
    background-color: #f53c3c29 !important;
    color: #000000 !important;
}
.terminatedData {
    background-color: #ffa50038 !important;
    color: #000000 !important;
}

/*active data*/
.box.box-solid.box-activeData {
    border: 1px solid #325f398c;
}
.box.box-solid.box-activeData > .box-header {
    color: #000000;
    background: #bee4c48c;
    background-color: #bee4c48c;
    border-bottom: 1px solid #325f398c !important;
}
.box.box-solid.box-activeData > .box-header a,
.box.box-solid.box-activeData > .box-header .btn {
    color: #000000;
}

/*deactive data*/
.box.box-solid.box-deActiveData {
    border: 1px solid #a0693a8c;
}
.box.box-solid.box-deActiveData > .box-header {
    color: #000000;
    background: #f53c3c29;
    background-color: #f53c3c29;
    border-bottom: 1px solid #a0693a8c !important;
}
.box.box-solid.box-deActiveData > .box-header a,
.box.box-solid.box-deActiveData > .box-header .btn {
    color: #000000;
}

/*terminatedData data*/
.box.box-solid.box-terminatedData {
    border: 1px solid #e4b1648c;
}
.box.box-solid.box-terminatedData > .box-header {
    color: #000000;
    background: #ffa50038;
    background-color: #ffa50038;
    border-bottom: 1px solid #e4b1648c !important;
}
.box.box-solid.box-terminatedData > .box-header a,
.box.box-solid.box-terminatedData > .box-header .btn {
    color: #000000;
}


.totalData {
    background-color: #00C0EF !important;
    color: #000000 !important;
}
.aTextColor {
    color: #000000 !important;
}

.clickedColor {
    background-color: #e6dfdf !important;
}
.modal-dialog-centered {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 1%;
    margin: 0 auto;
}

.coll-No-Right-padding {
    padding-right: 2px !important;
}
.coll-No-Left-padding {
    padding-left: 2px !important;
}
.coll-Left-Right-padding {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.mytooltip {
  position: relative;
  display: inline-block;
}

    .mytooltip .mytooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: -5px;
        right: 110%;
    }

        .mytooltip .mytooltiptext::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 100%;
            margin-top: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent transparent black;
        }
    .mytooltip:hover .mytooltiptext {
        visibility: visible;
    }

.wizardProcess {
    color: #000000 !important;
    font-weight:bold !important;
}
.wizardDone {
    color: #28a745 !important;
    font-weight: bold !important;
}
.wizardError {
    color: #dc3545 !important;
    font-weight: bold !important;
}

.numberwizardProcess {
    background: #000;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 5px;
    text-align: center;
    width: 1.6em;
}
.numberwizardDone {
    background: #28a745;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 5px;
    text-align: center;
    width: 1.6em;
}
.numberwizardError {
    background: #dc3545;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 5px;
    text-align: center;
    width: 1.6em;
}


.infoBoxContentmargin {
    margin-bottom: 6px !important;
}

@media (max-width: 575.98px) {
    .modal-fullscreen {
        padding: 0 !important;
    }

        .modal-fullscreen .modal-dialog {
            width: 100%;
            max-width: none;
            height: 100%;
            margin: 0;
        }

        .modal-fullscreen .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen .modal-body {
            overflow-y: auto;
        }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-sm {
        padding: 0 !important;
    }

        .modal-fullscreen-sm .modal-dialog {
            width: 100%;
            max-width: none;
            height: 100%;
            margin: 0;
        }

        .modal-fullscreen-sm .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-sm .modal-body {
            overflow-y: auto;
        }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-md {
        padding: 0 !important;
    }

        .modal-fullscreen-md .modal-dialog {
            width: 100%;
            max-width: none;
            height: 100%;
            margin: 0;
        }

        .modal-fullscreen-md .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-md .modal-body {
            overflow-y: auto;
        }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-lg {
        padding: 0 !important;
    }

        .modal-fullscreen-lg .modal-dialog {
            width: 100%;
            max-width: none;
            height: 100%;
            margin: 0;
        }

        .modal-fullscreen-lg .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-lg .modal-body {
            overflow-y: auto;
        }
}

.modal-fullscreen-xl {
    padding: 0 !important;
}

    .modal-fullscreen-xl .modal-dialog {
        width: 100%;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xl .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xl .modal-body {
        overflow-y: auto;
    }

.btn-open-modal {
    margin-bottom: 0.5em;
}