﻿/*
    RED: #D42931
    DarkBlue: #0D3568
    Yellow: #FFC222
    LightBlue: #1BAAF6
    Green: #80AF5F
    Gray: #AEB297

*/
html, html *
{
    margin: 0;
    padding: 0;
 }

#logo a{ outline: none !important; border: 0px;}
#logo a img {outline: none !important; border: 0px;}

html {
    background: url(../Images/gradient.png) repeat-x #27A2DE;
}

body
{
    font-size: .9em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    
    border: none;
    color: white;
    
}

#body
{
    padding: 2em;
    background-color: White;
    border:  3px solid  black;

    border-radius: 5px;
    color: #AEB297;
    /*box-shadow: 0px 0px 4px #fff;*/
    margin: 0 2em 0 2em;
    /*
            -moz-transition-property: opacity;
        -moz-transition-duration: 3s;
        /* WebKit */
        -webkit-transition-property: opacity;
        -webkit-transition-duration: 3s;
*/
}

#header
{
    margin: 0;
    padding: 0;
    display: block;
    height: 80px;
    vertical-align: bottom;
    margin: 0 2em 0 2em;
}

#login
{
    display: block;
    position: absolute;
    top: 0px; right: 0;
    
    width: 200px;
    height: 20px;
    overflow: visible;
    font-weight: bold;
}

#login a { color: White;}
#logoutForm { display: inline; }

/*
a {
    color: white;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: white;
    }

    a:hover {
        background-color: #c7d1d6;
    }
*/

footer
{
    color: White;
    background-color: #AEB297;    
    position: fixed;
    bottom: 0px;
    width: 100%;    
    font-weight: bold;
    box-shadow: 0px 0px 4px #000;
    
}

h1
{
    color: White;
    font-family: "Segoe UI", Gill Sans Ultra Bold;
}

nav
{
    position:absolute;
    top: 30px;
    right: 2em;
    
}

nav ul li
{
    float: left;
    display: block;
    text-decoration: none;
    font-weight:  bold;
    border: 3px solid black; 
    border-right: none;
    
    width: 100px;  
    height: 40px;
    text-align: center;
    vertical-align: middle;
    background-color: #001f46;
} 

nav ul li:first-child
{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

nav ul li:last-child
{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-right: 3px solid black;
}

nav ul li:hover
{
    background-color: #80AF5F;
} 

nav ul li a
{
    display: block;
    color: White;
    font-size: 1.2em;
    text-decoration: none;
    height: 100%;
    width: 100%;
    line-height: 40px;
}


ul.menubar
{
    display: block;
    width: 100%;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.menubar li
{
    float: left;
    display: block;
    text-decoration: none;
    font-weight:  bold;
    border: 1px solid white; 
    background-color: Silver;
    border-right: none;
    
    width: 150px;  
    height: 40px;
    text-align: left;
    vertical-align: middle;
    background-color: #white;
} 

ul.menubar li.r
{
    float: right;
} 



ul.menubar li a
{
    width: 100%;
    height: 100%;
    right: 0;
    text-decoration: none;
    color: White;
    line-height: 40px;
    display: block;
}
ul.menubar li a img
{
    border: none;
    margin-right: 10px;
}



ul.menubar li span
{
    float: left;
    color: White;
    position: absolute;
    line-height: 40px;

}

ul.menubar li:hover
{
    background-color: #80AF5F;
}

ul.menubar li.active
{
    background-color: #1BAAF6;
}
 
fieldset 
{
    border:1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    padding-top: 0;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

fieldset, .section
{
    background: url('../images/stripe.png') repeat;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    
    border:1px solid silver;
    padding: 1em;
    padding-top: 1em;
    margin-top: 2em;
    margin-bottom: 1em;
    color: #444444;

    
}

fieldset legend
{
    margin: 0;
    color: white;

    width: 100%;
    margin: -1em;
    margin-bottom: 1em;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 0px 1em 0px 1em;
   
    background: #001F46 ;
    border: 1px solid black;
    font-size: 1em;
    font-weight: bold;
    line-height: 25px;

}

.alert
{
    padding: 1em;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #FFC222;
    color: #999999;
    background: #eeeeee url('../images/Icons/alert_sm.png') no-repeat center left 10px;
    padding-left: 40px;
}

.sect
{
    padding: 1em;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid gray;
    color: #999999;
    padding-left: 40px;
}


#tooltip{
    width:auto;
    max-width:300px;
    min-width:100px;
    border:1px solid;
    background:white;
    padding:5px;
    margin-top:4px;
    font-size:12px;
    color:dimgray;
}

#tooltip #ttimg.top{
    margin-top:-17px;
    margin-left:2px
}

#tooltip #ttimg.bottom{
    bottom:0;
    margin-bottom:-12px;
    margin-left:2px
}


#tooltip.default{
    border:3px solid white;
    background:whitesmoke;
    color:gray;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px; 
    margin-top:2px;
}

#tooltip.default #ttimg.top{
	position:absolute;
		margin-top:-8px;
    margin-left:-8px
}

#tooltip.default #ttimg.bottom{
	position:absolute;
    bottom:0;
    margin-bottom:-3px;
    margin-left:-8px
}

.sectionheader
{
    color: White;
    background-color: silver;
    font-weight: bold;
}

input[type="text"],  input[type="password"], select
{
    border: 1px solid  #444444;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 28px;
    line-height: 28px;
    padding: 0 5px 0 5px;
    margin: 0;
    vertical-align: middle;

    
}

select
{
    padding: inherit;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 5px;
    margin: 0;
    vertical-align: middle;
    
}

select option{margin-top: 5px; margin-bottom: 5px;}

input[type="text"]:focus, input[type="password"]:focus, select:focus
{
    margin: 0;
    border: 1px solid white;
    outline:#5FA5E3 Solid 1px; 

}

.input-validation-error, .validation-summary-errors
{
    border: 1px solid #D42931 !important;
    color: #D42931;
    text-decoration: none;
    
}

.validation-summary-errors
{
    float: left;
    width: 300px;
    padding: 1em;
    margin: 1em;
    background-color: Silver;
}

.validation-summary-errors ul
{
    list-style-type: none;
}

.sys-table
{
    border-collapse: collapse;
}

.sys-table td
{
        border: 1px solid silver;
        padding: 0 1em 0 1em;
}

.rowheader, .rowheader td, .rowheader th
{
    border: 1px solid  #001F46;
    border-left: none;
    border-right: none;
    background-color: silver;
    color: #001F46;
    font-weight: bold;
    text-align: left;
    padding: 0 1em 0 1em;

}

.sectionheader
{
    padding-left: 2em;
      border: 1px solid #5FA5E3;
    color:   #001F46;
    background-color: #eeeeee;
    font-weight: bold;
}

td.btncell
{
    padding: 0px !important;
    
}

#loginForm ul
{
    list-style: none;
}

.trace
{
    border-bottom: 1px solid silver;
    
}

a.pdf, a.xml, a.txt, a.csv
{
    font-size: small !important;
    display: block;
    border: 1px solid gray;
    background-color: #0D3568;
    height: 24px; 
    color: White !important;
    padding-left: 25px;
    line-height: 24px;
    text-decoration: none;
    width: 70px;
    border-radius: 3px;
    
    margin: 2px;
    float: left;
    text-align: left;
}




.pdf
{
    
    background: url(../Images/Icons/file_pdf_sm.png) no-repeat;
    
    
}

.xml
{
    background:url(../images/Icons/file_xml_sm.png) no-repeat;
}

.txt
{
    background: url(../images/Icons/file_txt_sm.png) no-repeat;
}

.csv
{
    background: url(../images/Icons/file_csv_sm.png) no-repeat;
}

.key
{
    background: url(../images/Icons/key_sm.png) no-repeat;
    width: 30px;
    height: 30px;
    float: right;
}


a.pdf:hover, a.xml:hover, a.txt:hover
{
    background-color: #80AF5F;
}

.count
{
    display: inline-block;
    width: 25px;
    height: 20px;
    line-height: 20px;
    border: 1px solid gray;
    background-color: #193558;
    margin-left: 1em;
    text-align: center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-weight: bold;
}

.ui-state-hover .count
{
    background-color: #3C9A10;
    
}

.ui-state-active .count
{
    background-color: #1B73AA;
}

.plain .ui-widget, .plain .ui-state-default
{
    color:  #444444 !important;
    background: white !important;
    border: 1px solid #444444;
    font-weight: normal;
}

.plain .ui-state-active
{
    color:  #1BAAF6 !important;
    background: white !important;
    border: 1px solid #1BAAF6;
}

.ok
{
    font-weight: bold;
    color: #439904;
}

.error
{
    font-weight: bold;
    color: maroon;
}

th
{
    text-align: left;
}

.msg {
    font-family:Arial,Helvetica,sans-serif;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    z-index:1005;
    text-align:center;
    font-weight:bold;
    font-size:100%;
    color:white;
    padding:10px 0px 10px 0px;
    background-color: #0f7ba6; /*#E17009;*/
    opacity:0.8;
    filter:alpha(opacity=80);
}

.msg span {
    text-align: center;
    width: 95%;
    float:left;
}

.msg.error
{
    color: White;
    background-color: Maroon !important; 
}

.msg.ok
{
    color: White;
    background-color: #439904  !important;

}

.cont_Void
{
    color: #2e2e2e;
    background-color: Gray;
}

.cont_Error
{
    color: #2e2e2e;
    background-color: #f98989;
}

.cont_Remitted
{
    color: #2e2e2e;
    background-color: #bcef97;
}

.cont_Pending
{
    color: #2e2e2e;
    background-color: #a2cade;
}

.progress
{
    color: Silver;
    border-radius: 4px silver;
    height: 30px;
    border: 2px solid gray;
}

.progress_fill
{
    color:   #a2cade;
    float: left;
    
}

.sys-progress
{
    background: url(../images/loading.gif) no-repeat;
    display: block;
    width: 126px;
    height: 22px;
    padding: 2px;
}

.sys-progress-fill, .sys-progress-done
{
    height: 18px;
    background-color: #BAC4D5;
    opacity: .5;
    alpha(opacity=90);
    color: White;
    font-weight: bold;
    text-align: center;
}

.sys-progress-done
{
    background-color: green;
    opacity: 1;
    alpha(opacity=100);
}



/*********Tables*************/
.data_table
{
    border-collapse: collapse;
    width: 100%;
    border: 1px solid gray;
}

.data_table thead tr th
{
    vertical-align: top;
    padding: 3px;
    font-weight: bold;
    color: white;
    background: #001F46;
    cursor: pointer;
}

.data_table td
{
    vertical-align: top;
}

.data_table  tr:nth-child(odd) 
{
    background-color: silver;
    
}

.data_table tr:nth-child(even) 
{
    background-color: transparent;

}


/* Progress Loader */
.dialogSaveOverlay {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../Images/ajax-loader.gif') 
                50% 50% 
                no-repeat;
}

.dialogSaveOverlayMessage {
    height: 100%; 
    width: 200px; 
    margin-left: auto; 
    margin-right: auto; 
    text-align: center; 
    margin-top: 40px;
    font-size: 24px;
    color: #3a5b82;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif; 
}
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .dialogSaveOverlay {
    display: block;
}

#overlayDiv {
    background-color: #BAC4D5;
    opacity: .9;
    alpha(opacity= 90);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:99;
}

.UserSecurityTable {
    border: 1px solid;
    border-collapse: collapse;
}

.UserSecurityTable th {
    border: 1px solid;
    border-collapse: collapse;
}

.UserSecurityTable td {
    border: 1px solid;
    border-collapse: collapse;
}

.UserSecurityTable tr:nth-child(even) {
    background-color: lightgray;
}

.SecurityItemOrganizationSelect:disabled {
    appearance: none;
}