﻿/* main styles */
@media print {
   
}

@media only screen and (max-width: 768px) {
     .NoPrint , .NoPrint *{
        display: none !important ;
        height:0;
        visibility:hidden;
    }
    .LogoRight, .LogoLeft {
        max-height: 55px;
        margin-left:2px;
        margin-right:2px;
    }
    /* left column */
    #left-column {
        display: none;
    }
    /* right column */
    #right-column {
        display: none;
    }
    #main {
        margin: 0;
        padding: 0;
        min-height: 100vh;
        width: 100vw;
        
    }
    #header {
        margin: 0;
        padding: 0;
        height: 106px;
        width: 95vw;
        background-size: 90vw;
         
    }

    #middle {
        background-size: 90vw;
        width: 90vw;
        padding: 0 0px 0 0px;
    }


    #center-column {
        width: 90vw;
        background-size: 90vw;
        min-height: 70vh;
        background-image: none;
        background-color:WHITE
    }
    }

@media only screen and (min-width: 769px) {

    #main {
        width: 1092PX;
    }

    #header {
        width: 1092px;
        height: 106px;
        background: url(/images/menu/bg-header.gif) no-repeat left bottom;
    }

    #middle {
        width: 1067px;
        background: url(/images/menu/bg-middle.gif) repeat-y left;
        padding: 0 13px 0 12px;
    }

    #center-column {
        width: 694px;
        min-height: 584px;
        background: url(/images/menu/bg-center-column.jpg) no-repeat left top;
    }

    .LogoRight, .LogoLeft  {
        max-height: 55px;
    }
    #footer {
       
        background: url(/images/menu/bg-footer.gif) no-repeat;
        
    }
}

    /*COMMON TO ALL DEVICES*/
    body {
        margin: 0;
        padding: 0;
        background: #BBD9EE;
        color: #000;
        font-family: tahoma, arial, sans-serif;
        font-size: 11px;
    }

    #PageTitle {
        top: 5px
    }

    #header {
        text-align: center;
       
      
        position: relative;}


    /* middle */
    #middle {
        float: left;
       
       
    }




    /* main container */
    #main {
       
        margin: 0 auto;
    }



    /* site logo */
    .LogoLeft {
       
        float: left;
    }

    .LogoRight {
       
        float: right;
        border: none;
        top: 5px;
    }

    /* middle */
  
    /* left column */
    #left-column {
        float: left;
        padding: 1px 14px 0 12px;
        width: 151px;
    }
    /* right column */
    #right-column {
        float: right;
        padding: 0 9px 0 0;
        width: 153px;
    }
    /* center column */
#center-column {
    float: left;
    margin: 0;
    padding: 0;

 
    padding: 12px 16px 0 13px;
}

    * html #center-column {
        height: 584px;
    }

    /* footer */
    #footer {
        float: left;
        width: 100%;
       
        height: 15px;
        text-align: center;
    }

    /* left column styles */
    #left-column a {
        color: #3E3E3E;
    }

    #left-column h3 {
        font-size: 11px;
        margin: 0;
        color: #fff;
        background: url(/images/menu/bg-left-header.gif) no-repeat left top;
        height: 25px;
        line-height: 23px;
        padding: 0 0 0 9px;
    }

    ul.nav {
        margin: 0 0 11px 0;
        border-bottom: 2px solid #FF9600;
        background: #ECEFE7;
        list-style: none;
        padding: 0 2px;
    }

        ul.nav li {
            padding: 4px 4px 6px 5px;
            background: url(/images/menu/bg-dotted.gif) repeat-x bottom;
        }

        ul.nav a {
            padding: 0 0 0 12px;
            background: url(/images/menu/img/arrow.gif) no-repeat 0 4px;
        }

            ul.nav a:hover {
                font-weight: bold;
            }

        ul.nav li.last {
            background: none;
        }

    #left-column .link {
        display: block;
        width: 142px;
        height: 25px;
        background: url(/images/menu/img/bg-left-link.gif);
        margin: 0 0 4px 0;
        font-weight: bold;
        padding: 0 0 0 9px;
        line-height: 25px;
        color: #60635A;
    }

    /* center column styles */
    .top-bar {
        float: left;
        width: 603px;
        border-left: 2px solid #f70;
        padding: 0 0 0 9px;
        margin: 0 0 4px 0;
    }
        /* text page header */
        .top-bar h1 {
            font: 20px/21px verdana,sans-serif;
            color: #43729F;
            margin: 0 0 4px 0;
        }
        /* orange button */
        .top-bar a.button {
            float: right;
            display: block;
            width: 75px;
            height: 35px;
            text-align: center;
            color: #fff;
            text-transform: uppercase;
            font-weight: bold;
            line-height: 27px;
            background: url(/images/menu/bg-orange-button.gif) no-repeat;
        }

    /* bar with select */
    .select-bar {
        clear: both;
        border-top: 2px solid #f70;
        border-bottom: 2px solid #f70;
        padding: 5px 0 3px 0;
        margin: 0 0 17px 0;
        max-width: 713px;
    }

        .select-bar select {
            width: 145px;
            margin: 0 2px;
        }

    /* table container */
    div.table {
        float: left;
        position: relative;
        min-width: 614px;
        margin: 0 0 37px 0;
        border: 0;
    }

    table.listing {
        table-layout: fixed;
        border-bottom: 1px solid #9097A9;
        max-width: 700px;
        min-width: 614px;
        padding: 0;
        margin: 0;
        border: 1px solid #9097A9;
    }

        table.listing th {
            border-top: 0 !important;
        }

            table.listing th.full {
                border-left: 0;
                border-right: 0 !important;
                text-align: left;
                text-transform: uppercase;
            }

    div.table img.left {
        position: absolute;
        top: 0;
        left: 0;
    }

    div.table img.right {
        position: absolute;
        top: 0;
        right: 1px;
    }
    /* table styles */
    table.listing td,
    table.listing th {
        border: 1px solid #fff;
        text-align: center;
    }

    table.listing th {
        background: #9097A9;
        color: #fff;
        padding: 1px;
    }

    table.listing td {
        background: #D8D8D8;
        color: #000;
        padding: 1px 1px;
    }

    table.listing .bg td {
        background: #ECECEC;
    }

    table.listing .white td {
        background: #fff;
    }

    table.listing .first {
        border-left: 0px solid #9097A9;
        text-align: left;
        min-width: 60px;
        width: auto;
        text-align: left;
        margin-left: 20px;
        overflow: hidden
    }

    table.listing .last {
        border-right: 0px solid #9097A9;
    }

    table.listing th.first {
        background: #9097A9 url(/images/menu/bg-th-left.gif) no-repeat left top;
        border-left: 0;
    }

    table.listing th.last {
        background: #9097A9 url(/images/menu/bg-th-right.gif) no-repeat right top;
        border-right: 0;
    }

    table.listing .style1 {
        font-weight: bold;
        color: #FF7A00;
    }

    table.listing .style2 {
        font-weight: bold;
        padding-left: 16px;
    }

    table.listing .style3 {
        padding-left: 25px;
    }

    table.listing .style4 {
        padding-left: 35px;
    }

    table.form .last {
        padding: 1px 0 1px 5px;
        text-align: left;
    }

    table.form th,
    table.form td {
        padding-left: 10px;
    }

    table.form input.text {
        width: 262px
    }

    /* table select */
    div.table .select {
        float: right;
        margin: 2px 1px 0 0;
        width: 176px;
        height: 25px;
        background: #9097A9 url(/images/menu/img/bg-select.gif);
        color: #fff;
    }

        div.table .select strong {
            float: left;
            padding: 5px 0 0 5px;
        }

        div.table .select select {
            float: right;
            width: 78px;
            margin: 2px 3px 0 0;
            text-align: right;
        }

    /* right column header */
    #right-column .h {
        float: left;
        background: #7E878A;
        border: 1px solid #B8B8B8;
        border-bottom: 0;
        padding: 3px 10px;
        color: #fff;
        text-transform: uppercase;
    }
    /* right column box */
    #right-column .box {
        float: left;
        width: 141px;
        padding: 5px;
        border: 1px solid #B8B8B8;
        background: #EBEBEB;
        margin: 0 0 15px 0;
    }

    /* right column buttons */
    .buttons {
        clear: both;
        text-align: center;
        padding: 30px 0 15px 0;
    }

        .buttons input {
            margin: 0 0 6px 0;
        }

    .alert {
        padding: 10px;
        background-color: #2196F3;
        color: #FFFFFF;
        opacity: 1;
        transition: opacity 0.6s;
        margin-bottom: 15px;
        width: 100%;
        font-weight: bold;
        z-index: 600;
        position: relative;
        display: inline-block;
        text-align: left;
    }

#MessageBar
{ text-align:center;
  flex-direction: row; flex-wrap: nowrap;
 
    }
    
    #LblAlert {
 margin: 0 auto;
        flex-direction: row; flex-wrap: nowrap;
       padding: 3px;
        
        color: #FFFFFF;
       
        transition: opacity 0.6s;
        margin-bottom: 5px;
        width: 60%;
        font-weight: bold;
        z-index:-1;
        
        background-color: transparent;
       
    }

        #LblAlert.Hide {
            display: none;
            overflow: hidden;
        }


        #LblAlert.success {
            background-color: #4CAF50;
            
        }

        #LblAlert.Info {
            background-color: #2196F3;
        }

        #LblAlert.warning {
            background-color: orange;
            display: inline-block;
        }

        #LblAlert.critical {
            background-color: #FF0000;
                   display: inline-block;

        }



    .BlueButton {
        display: inline-block;
        outline: none;
        cursor: pointer;
        border: solid 1px #da7c0c;
        background: #478dad;
        text-align: center;
        text-decoration: none;
        font: 14px/100% Arial, Helvetica, sans-serif;
        padding: .5em 2em .55em;
        text-shadow: 0 1px 1px rgba(0,0,0,.3);
        -webkit-border-radius: .5em;
        -moz-border-radius: .5em;
        border-radius: .3em;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
        box-shadow: 0 1px 2px rgba(0,0,0,.2);
    }

    .OrangeButton {
        display: inline-block;
        outline: none;
        cursor: pointer;
        border: 1px solid #478dad;
        background: #FF9966;
        text-align: center;
        text-decoration: none;
        text-shadow: 0 1px 1px rgba(0,0,0,.3);
        -webkit-border-radius: .5em;
        -moz-border-radius: .5em;
        border-radius: .3em;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
        box-shadow: 0 1px 2px rgba(0,0,0,.2);
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 100%;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        padding-left: 2em;
        padding-right: 2em;
        padding-top: .5em;
        padding-bottom: .55em
    }

    .GreenButton {
        display: inline-block;
        outline: none;
        cursor: pointer;
        border: 1px solid #478DAD;
        background: #00CC99;
        text-align: center;
        text-decoration: none;
        text-shadow: 0 1px 1px rgba(0,0,0,.3);
        -webkit-border-radius: .5em;
        -moz-border-radius: .5em;
        border-radius: .3em;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
        box-shadow: 0 1px 2px rgba(0,0,0,.2);
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 100%;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        padding-left: 2em;
        padding-right: 2em;
        padding-top: .5em;
        padding-bottom: .55em;
    }
.hidden {
    display: none !important;
    visibility: hidden;
    overflow:hidden ;
    height:0px;
    white-space:nowrap 
   
}


