﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    color: #6A6A6A;
    font-family: "☺Segoe" , "Segoe UI" ,Segoe,Arial,Verdana,sans-serif;
    font-size: 90%;
    font-weight: normal;
    line-height: 1.5;
    margin: 0px 0px;
    padding: 0px;
    text-align: center;
    background: #F6F6F6;
}

.pageheader
{
    text-align: left;
    background-color: #86D2E6;
    padding: 4px;
    height: 40px;
}

.pageheader a
{
    float: left;
}
#Content
{
    margin: 0 auto;
    text-align: left;
    padding: 10px;
    padding-top: 0;
    border: 1px #333;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    min-height: 600px;
    overflow: visible;
    display: inline-block;
}

a.bread
{
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
}
a:hover.bread
{
    text-decoration: none;
    color: #269AB7;
}

.LogoutLink
{
    color:#e3ab03;    
}

a.HelpLink:link,
a.HelpLink:hover,
a.HelpLink:active
{
	margin-left: 20px; 
	text-decoration: none;  
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}



/*MASTER*/
.positionable
{
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    background-color: #FFFF88;
    text-align: center;
    width: 60%;
    border: solid #269AB7 2px;
    margin: 3px;
    padding-top: 2px;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4
{
    color: #269AB7;
    font-family: "☺Segoe" , "Segoe UI" , Segoe, Arial, Verdana, sans-serif;
    font-size: 2em;
    font-weight: 300;
    line-height: 1.25;
    margin: 0.3em auto;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.header
{
    background-color: #269AB7;
    color: #FFFFFF;
    padding: 8% 0;
    border-bottom: #269AB7;
}




.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    min-height: 200px;
}

.footer
{
    text-align: center;
    font-size: 0.8em;
    margin: 0px auto;
}




/*general*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.tableborder
{
    margin-top: -3px;
}



.failureNotification
{
    font-size: 1em;
    color: Red;
}

.bold
{
    font-weight: bold;
}






/*tiles*/
.tilecontainer
{
    width: 100%;
}

.tile
{
    cursor: pointer;
    padding: 3px;
    position: relative;
    height: 80px;
    width: 150px;
    float: left;
    margin: 4px;
    font-size: 1.1em;
    color: #ffffff;
    vertical-align: middle;
    background-position: 5px 5px;
    background-repeat: no-repeat;
}

.tileText:hover
{
    /*margin: 2px;   color: #d6d6d6;   padding: 5px;  text-decoration: underline;*/
}

.tileText
{
    width: 90px;
    float: right;
    padding: 4px;
    text-overflow: ellipsis;
}

/* General  */




/*input text fields*/

input, select, textarea
{
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.27);
    color: #212121;
    font-family: "Segoe UI" , "Segoe UI Web Regular" , "Segoe UI Symbol" , "Helvetica Neue" , "BBAlpha Sans" , "S60 Sans" ,Arial, "sans-serif";
    font-size: 110%;
    padding: 4px 8px;
}




select
{
    font-family: "Segoe WPC" , "Segoe UI" , Verdana,Helvetica, Arial, "Arial Unicode MS" , Sans-Serif;
    padding: 2px 4px;
}
select.flexible
{
    width: auto;
}

input[type="text"], input[type="password"], textarea
{
}

input[type="checkbox"], input[type="radio"]
{
    border: 0px;
}
input:hover, select:hover
{
    border-color: rgba(0, 0, 0, .44);
    background: #e8eaf5;
}


input:focus.select:focus
{
    border-color: rgba(0, 0, 0, .64);
}


input[disabled], select[disabled]
{
    border-color: rgba(0, 0, 0, .12);
    background-color: #F3F3F3;
    color: #000000;
}





/*----------------------------*/



input[type="submit"].secondary
{
    background-color: #9a9a9a;
    color: #ffffff;
    border: #ffffff;
    display: inline-block;
    position: relative;
    transition: margin 400ms ease 0s, background-color 400ms ease 0s;
    z-index: 1000;
    border: solid;
    margin-top: 6px;
    width: auto;
}



input[type="submit"]
{
    background-color: #269AB7;
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    transition: margin 400ms ease 0s, background-color 400ms ease 0s;
    z-index: 1000;
    border: solid;
    margin-top: 6px;
    width: auto;
}
input[type="submit"]:hover
{
    background-color: #86D2E6; /*margin-bottom: 0px;     margin-top: 7px;*/
    transition: margin 140ms ease 0s, background-color 140ms ease 0s;
}



/*----------------------------*/

/*styles for <br/>*/
br
{
    clear: left;
}
/*----------------------------*/

/*styles for form label fields*/
.label
{
    display: block;
    margin: 12px 0px 0px 0px;
    text-align: left;
    color: #000000;
    font-size: 0.8em;
}



.labelerror
{
    color: #FF0000;
}



/*----------------------------*/

/*styles for grid views*/

.gridheader
{
    background-color: #ffc338;    
    color: #269ab7;
}

.gridheader th
{    
    border-color: #000000;        
}

.gridcmdbutton
{
    font-weight: bold;
    padding-left: 5px;
    padding-right: 10px
}

.griditem 
{
    padding-left: 5px;
    padding-right: 5px;
}

/*----------------------------*/

/*style for function name displayed in the center of the screen*/
.functionname
{
    color: #1B697C;
    background-color: #FFF;
    font-size: 24px;
    font-variant: normal;
    margin-bottom: 3px;
}
/*----------------------------*/

/*Style for a caption label*/
.captionlabel
{
    font-weight: bold;
    color: #000000;
    font-size: 16px;
}
/*----------------------------*/

/*Style for a label that identifies a group of fields in the form*/
.grouplabel
{
    color: #1B697C;
    font-size: 1.2em;
    word-break: break-all;
    word-wrap: break-word;
    padding-top: 10px !important;
    margin-top: 10px !important;
}
.grouplabel:before
{
    content: '─';
}
.grouplabel:after
{
    content: '─';
}
/*----------------------------*/


.grouplabelaccordion
{
    color: #1B697C;
    font-size: 1em;
    word-break: break-all;
    word-wrap: break-word;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 0px;
    display: inline-block;
    float: left;
}

.grouplabelaccordion2
{
    font-size: 1em;
    clear: both;
    margin-left: 3px;
    padding-top: 5px;
    margin-top: 5px;
}



/*style for a label displaying a readonly value*/
.valuelabel
{
    display: block;
    font-weight: bold;
    margin-top: 2px;
}
/*----------------------------*/

/*style for a label displaying unauthorized access text*/
.unauthorized
{
    font-size: large;
    font-weight: bold;
    color: #FF0000;
    text-decoration: blink;
}
/*----------------------------*/

/*style for a label displaying an error in the form*/
.labelerror
{
    color: #FF0000;
}
/*----------------------------*/

/*style for a label displaying success message in the form*/
.labelsuccess
{
    color: #006E2E;
}

/*----------------------------*/

/*style for a label displaying helpful information in the form*/
.labelinfo
{
    font-weight: bold;
    font-size: 10pt;
}
/*----------------------------*/

/*style for a text displaying date and time*/
.textdatetime
{
    text-align: center;
}
/*----------------------------*/

/*inactive tab button*/
.tabbutton
{
    padding: 3px;
    border-width: thin;
    border-style: outset;
    background-color: #FFFFFF;
    color: #1B697C;
    text-decoration: none;
    font-size: small; /*border-radius: 5px;*/
}
/*----------------------------*/

/*style for a text with link*/
a.TextLink 
{
    font-weight: bold;
    text-decoration: none;
    color: #269AB7;
}

a:hover.TextLink
{
    text-decoration: underline;
}
/*----------------------------*/

/*active tab button*/
.tabbuttonactive
{
    padding: 3px;
    border-width: thin;
    border-style: outset outset none outset;
    background-color: #DAF0FA;
    color: #1B697C;
    text-decoration: none;
    font-size: small;
    border-top-color: #FF9933;
}
/*----------------------------*/

/*active tab*/
.tab
{
    border-width: thin;
    border-style: hidden outset outset outset;
    background-color: #DAF0FA;
}
/*----------------------------*/

/*----------------------------*/
/*max image proportions*/
.largeimage
{
    max-width: 400px;
    max-height: 400px;
    width: expression(width > 400 ? 400: true);
    width: expression(width > 400 ? 400: true);
}
/*----------------------------*/

.literalText
{
    border: 1px solid #999;
    background-color: #FFFFFF;
    color: #000000;
    font-size: small; /*border-radius: 5px;*/
    height: 400px;
    overflow: scroll;
}

/*main table border*/


hr
{
    height: 1px;
}


.firsthalf
{
    width: 50%;
}


/* Master page */
a > img
{
    border: 0;
}

#welcomeBox
{
    float: right;
    color: #ffffff;
    top: 0px;
    right: 0px;
    position: absolute;
}


/*notificaiotn bar */

.sidebar
{
    border: solid 1px #1B697C;
    border-top: 0;
    font-size: 0.8em;
    background-color: #fafafa;
    color: #090909;
}

.sidebarheading
{
    font-size: 1.4em;
    width: 100px;
    color: #ffffff;
    background-color: #9d9d9d;
    padding-left: 2px;
    padding-right: 2px;
    border: 2px;
    margin-top: -5px;
}



textarea.tall
{
    height: 200px;
}

th.sortasc a
{
    background-image: url('images/ui-icons_1B697C_0.png') !important;
    background-position: -230px -213px !important;
}

k th.sortdesc a
{
    background-image: url("images/ui-icons_1B697C_0.png") !important;
    background-position: -230px -213px !important;
}

.displaynone
{
    display: none;
}

.number a
{
    margin-left: 8px;
    font-weight: bold;
    font-size: 1.3em;
    text-decoration: none;
    background-color: #ffffff;
}


/* unvisited link */
.number.num1 a:link, .number.num1 a:visited, .number.num1 a:hover, .number.num1 a:active
{     
    color: #B02B2C;
}

.number.num2 a:link, .number.num2 a:visited, .number.num2 a:hover, .number.num2 a:active
{
    color: #D15600;
}
.number.num3 a:link, .number.num3 a:visited, .number.num3 a:hover, .number.num3 a:active
{
    color: #808000;
}
.number.num4 a:link, .number.num4 a:visited, .number.num4 a:hover, .number.num4 a:active
{
    color: #3F4C6B;
}

.lblDeadlineOverdue
{    
    color: #B02B2C;
    padding-top: 10px;    
    font-style: italic;
    font-weight:bold;
}
.lblDeadlineOverdue:before
{    
    content: "\26A0";
    padding-right: 2px;    
    font-size: 200%;        
}
.lblDeadlineL3
{        
    color: #D15600;    
    padding-top: 10px;
    font-style: italic;
    font-weight:bold;
}
.lblDeadlineL3:before
{
    content: "\2690";
    padding-right: 2px;    
    font-size: 200%;        
}
.lblDeadlineG3
{
    color: #808000;
    padding-top: 10px;
    font-style: italic;
    font-weight: bold;
}
.lblDeadlineG3:before
{
    content: "\2690";
    padding-right: 2px;    
    font-size: 200%;        
}
.lblDeadlineSolved
{        
    color: #006600;  
    padding-top: 10px;
    font-style: italic;
    font-weight:bold;  
}
.lblDeadlineSolved:before
{
    content: "\2713";
    padding-right: 2px;    
    font-size: 200%;        
}
.lblDeadlineClosed
{
    color: #003300;
    padding-top: 10px;
    font-style: italic;
    font-weight: bold;
}
.lblDeadlineClosed:before
{
    content: "\2713";
    padding-right: 2px;    
    font-size: 200%;        
}

@media only screen and (max-device-width: 480px)
{

    .firsthalf
    {
        width: 0;
    }

    .functionname
    {
        font-size: 72pt;
    }

    .tableborder
    {
        width: 100%;
    }


    .footer
    {
        font-size: 40pt;
    }


    #Content
    {
        width: 100%;
    }


    #imgLogo
    {
        width: 500px;
    }

    body
    {
        background-color: #000000;
        font-size: 50pt;
        margin: 0;
        padding: 0px;
    }



    h1, h2, h3, h4, h5, h6
    {
        margin-bottom: 7px;
    }

    h1
    {
        font-size: 48pt;
    }

    h2
    {
        font-size: 40pt;
    }

    h3
    {
        font-size: 32pt;
    }

    h4
    {
        font-size: 24pt;
    }

    h5
    {
        font-size: 20pt;
    }

    h6
    {
        font-size: 18pt;
    }

    p
    {
        font-size: 14pt;
    }

    input, select, button
    {
        color: #ffffff;
        background-color: #000000;
        border: 2px solid white;
        vertical-align: baseline;
        font-size: 40pt;
        min-width: 60px;
        min-height: 60px;
    }



    .tile
    {
        width: 90%;
    }

    input.hasfocus
    {
        background-color: white;
        color: black;
    }



    fieldset
    {
        padding: 12pt;
        border: 1px solid white;
    }
}


.valsummary ul{display: none;visibility: hidden;}

#MainContent_txtPostalId.watermark
{
    color: #d3d3d3;    
    font-style: italic;
    font-size: 80%; 
}
