/*Master css */
body {
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-family: arial, sans-serif;
}

a:visited,
a:active,
a:link,
a:hover {
    text-decoration: none;
    appearance: none;
}

.scroll {
    overflow: auto;
}

.overflow {
    overflow: hidden !important;
}

* {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.capitalize {
    text-transform: capitalize;
}

.logout {
    padding: 0 30px;
    position: absolute;
    bottom: 40px;
    right: 0;
    background: #eaebeb;
    border: 1px solid #b6b6b6;
    cursor: default;
}


.error-msg {
    color: #f00;
    font-weight: bold;
    display: none;
    background: #cde3f0;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #000;
}

.uppercase {
    text-transform: uppercase;
}

.bold {
    /*//font-family:Segoe UIBold;*/
    font-weight: bold;
}

.white {
    color: #fff;
}

.pointer {
    cursor: pointer;
}

.relative {
    position: relative;
}

.normal {
    font-weight: normal;
}

input[type="checkbox"] {
    vertical-align: sub;
}

.red {
    color: #d92b2b !important;
}

.search-button {
    padding: 8px !important;
    background: #154f6e;
    border: 0;
    cursor: pointer;
    color: #fff !important;
    margin: 4px;
}

.disable-button {
    background: #9fa6aa !important;
    cursor: not-allowed !important;
}

.mtb5 {
    margin: 5px 0;
}

.mtb10 {
    margin: 10px 0px;
}

.mtb15 {
    margin: 15px 0px;
}

.ptb15 {
    padding: 15px 0px;
}

.hidden {
    display: none;
}

.middle {
    vertical-align: middle;
}

.center {
    text-align: center;
}

.left {
    text-align: left !important;
}

#main {
    min-width: 1200px;
}

.orng {
    background: #d46f33;
}

.aright {
    text-align: right;
}

.w95 {
    width: 95% !important;
}

.w50 {
    width: 50%;
}

.w100 {
    width: 100%;
}

/*Code Cleanup*/
/*.mshow {
    display: none;
}*/
/*input[type="checkbox"]
{
-moz-appearance:none;
-webkit-appearance:none;
padding:5px;

border:1px solid #b6b6b6;

}*/

.side-section-top,
.app-man-side-section-top {
    height: 35px;
    background: #226d94;
}

.padding15 {
    padding: 15px;
}

.side-section-top h2,
.app-man-side-section-top h2 {
    color: #fff;
    font-size: 1.2em;
    padding: 0.5em 0 0 0.2em;
    float: left;
}

.collapse {
    float: left;
    padding: 0.5em 1em;
}

.table-ul-right ul {
    list-style: none;
    background: url(../images/dd_arrow.png);
    border: 1px solid #b6b6b6;
    color: #565656;
    width: auto;
    background-repeat: no-repeat;
    background-position: 96% 50%;
    border-radius: 5px;
    font-weight: normal;
}

.table-ul-right li {
    display: inline-block;
    margin-right: 2%;
    width: auto;
}

.table-ul-right ul {
    display: inline-block;
    padding: 0 25px 0 0; /*//Changed 23-june*/
}

    .table-ul-right ul ul {
        display: none;
        padding: 0;
        margin: 0 !important;
    }

    .table-ul-right ul li {
        padding: 5px;
        width: auto !important;
        margin-right: 0;
    }

.drop-down,
.drop-down1 {
    position: absolute;
    left: 0;
    top: 25px;
    background: #cde3f0;
    list-style: none;
    z-index: 99;
    border: 1px solid #b6b6b6;
    max-height: 300px;
    overflow: auto;
    min-width: 100%;
    width: auto;
    white-space: nowrap;
}

.drop-down1 {
    background: #fff !important;
    width: 100% !important;
}

.table-ul-right ul.drop-down1 li {
    display: block;
}
/*Footer*/

#footer-links,
#footer-Ulinks {
    color: black;
    font-size: 14px;
    background: #eaebeb;
    line-height: 3em;
    text-align: center;
}

    #footer-links a,
    #footer-Ulinks a,
    .wl {
        text-decoration: none;
        color: #6d6d6d;
    }

        #footer-links a:hover,
        #footer-links a:active,
        #footer-Ulinks a:hover,
        #footer-Ulinks a:active {
            color: #db5050;
        }

.footer-links-inner {
    /*clear:both;*/
    width: 42%;
    margin: 0 auto;
    padding: 1.1em;
    text-transform: uppercase;
}

.account {
    padding-right: 15px;
}

.footer-links-inner a {
    margin-right: 2.5em;
}

.left-section img {
    margin: 6px 12px;
}

.spanMainFooter {
    color: #6d6d6d;
    padding-left: 20px;
    font-weight: bold;
}

.navigationOnSelected {
    color: #db5050 !important;
}

.flashBorder {
    border-color: red !important;
}

/*.footer_container
{
position:absolute;
bottom:0;
width:100%
}*/
/*Footer Ends*/
/*error class*/
.has-error {
    border-style: solid;
    border-width: 1px;
}

.footer_wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

/**/

/*IE10 IE11 CSS*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {


    select[multiple] {
        padding: 0px 0px 0px 9px !important;
        height: 130px;
    }

    .record .calender {
        margin: -15px 0;
    }

    #left-col .newul select {
        height: 105px;
        padding-right: 0;
    }

    #left-col .list-complt select {
        max-height: 74px;
        padding-right: 0;
        padding-top: 0;
    }

    .input {
        border: 1px solid #b6b6b6;
    }

    .checked, .checked-gr {
        margin-bottom: -10px !important;
    }

    #footer-Ulinks {
        font-size: 0.88em !important;
        background: #f5f5f5;
    }

    input[type="text"] {
        border: 1px solid #b6b6b6;
    }

    .flashBorder {
        border: 1px solid red !important;
    }
}

.loader-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 100;
}

.loader {
    position: absolute;
    top: 40%;
    left: 45%;
    z-index: 100;
}

select:focus {
    outline: none !important;
}

#footer-Ulinks {
    font-size: 0.89em;
    background: #f5f5f5;
}
/*//Changes 23-june*/
.subrules {
    min-width: 170px;
    text-align: left;
    padding-left: 5px;
    display: inline-block;
    position: absolute;
    top: -82px;
    left: -2px;
    z-index: 99;
    background: #eaebeb;
    border: 1px solid #b6b6b6;
    border-bottom: 0;
    display: none;
}

.subruleC {
    max-width: 72px;
}

.drop-down1 {
    min-width: 100%;
    width: auto !important;
}

p.red {
    padding: 20px;
}

.pageminht {
    min-height: 833px;
}

.dp {
    background-image: url(../images/Search-calender.png) !important;
    background-repeat: no-repeat !important;
    background-position: 97% !important;
    cursor: pointer;
}

.IsWideGapTemplate {
    background-color: #cde3f0 !important;
}

.IsNormalTemplate {
    background-color: #f4f4f4 !important;
}

.IsGOVTemplate {
    background-color: #CDE4A0 !important
}

.overflowA {
    overflow: auto;
}

#alertbox {
    position: absolute;
    top: 30%;
    left: 38%;
    background: #fff;
    border: 1px solid #000;
    width: 350px;
    z-index: 1000;
    display: none;
}

    #alertbox .popup-top {
        background: #e5e5e5;
        font-size: 1.2em;
        padding: 5px 10px;
    }

.popup_bg_master {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: #000;
    opacity: 0.2;
}
/*ftb*/
.no-right-border {
    border-right: none !important;
}
/*ftb*/

.disable-UL {
    /*background: #D3D3D3  !important;
    cursor: default !important;
    pointer-events:none;*/
}

option:disabled {
    cursor: not-allowed !important;
}

option {
    cursor: pointer;
}

input:disabled {
    cursor: not-allowed !important;
}

.deactive {
    cursor: not-allowed !important;
}

/*Automation Console Show Filter View - Start */

.drop-down-filter {
    position: absolute;
    left: -1px;
    top: 25px;
    background: #cde3f0;
    list-style: none;
    z-index: 99;
    border: 1px solid #b6b6b6;
    max-height: 300px;
    overflow: auto;
    min-width: 100%;
    width: auto;
    white-space: nowrap;
}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

    .dropbtn:hover, .dropbtn:focus {
        background-color: #3e8e41;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
}

.dropdown {
    position: relative;
    display: inline-block;
}

    .dropdown a:hover {
        background-color: #ddd
    }

.show {
    display: block;
}

/*Automation Console Show Filter View - End */
