﻿/*==================================================================================================================================================
CSS Reset - used to reset any styles that browsers implicitly assign
--------------------------------------------------------------------------------------------------------------------------------------------------
address,caption,cite,code,em,h1,h2,h3,h4,h5,h6,pre,strong,th
{
	font-size:		1em;
	font-style:		normal;
	font-weight:		normal;
}

blockquote,body,div,dd,dl,dt,fieldset,form,hr,html,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,ul
{
	margin:			0px;
	padding:		0px;
}

caption,th
{
	text-align:		left;
}

fieldset,hr,img
{
	border:			none;
}

ol,ul
{
	list-style:		none;
}

table
{
	border-collapse:	collapse;
	border-spacing:		0px;
}

td
{
	vertical-align:		top;
}
================================================================================================================================================*/


a:hover
{
    color: #84BD29;
}
a
{
    color: #282864;
}

/* Header Section */
#divHeader
{
    padding: 1em 0;
    overflow: auto;
    background-color: white;
}

#divTopBorder
{
    width: 100%;
    height: 4px;
    background-position: top;
    background-repeat: repeat-x; /*background-image: url(../Images/Border/TopBorder.png);*/
}

.HeaderContent
{
    /* This might have to be changed when the image size is modified */
    height: 50px;
}
#divBottomBorder li:hover a
{
    color: #84BD29; /*#F1F1F1;*/
    text-decoration: underline;
}

.h1Title
{
    margin-top: 0px;
    text-align: center;
    width: 100%;
    color: #5B5B5B;
    font-size: 3em;
    font-weight: 400;
    margin-bottom: 0px;
}

#divBottomBorder
{
    /*width: 100%;*/
    height: 33px;
    background-position: top;
    background-repeat: repeat-x;
    background-image: url(../Images/Border/BottomBorder.png);
}

#divBottomBorder ul
{
    float: right;
    margin-top: 4px;
    margin-right: 46px;
    list-style-type: none;
}

#divBottomBorder li
{
    display: inline;
    font-weight: bold;
    color: #E0E0E0;
}

#divBottomBorder a
{
    font-weight: bold;
    color: #E0E0E0;
    text-decoration: none;
}

#divBottomMouseBorder
{
    clear: both;
    float: right;
}
/* End Header Section */
#divErrorContents
{
    padding-bottom: 80px;
}


.hidden
{
    visibility: hidden;
    display: none;
}

.invisible
{
    visibility: hidden;
}

img
{
    border-width: 0px;
}

.innerColumn
{
    margin: 1em;
}

/* MainSite.master */
#tooltip
{
    visibility: hidden;
    background-color: InfoBackground;
    color: WindowText;
    border: 1px solid WindowText;
    position: absolute;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 80%;
}


/* Landing Page Definitions */

.landingPageColumn p
{
    font-size: 1.1em;
}

.landingPageColumn h2
{
    font-size: medium;
    font-weight: bold;
}

.landingPageColumn img
{
    vertical-align: top;
}

.scaryLandingPageColumn
{
    color: #990000;
}

.scaryLandingPageColumn h2
{
    font-size: small;
    font-weight: bold;
}

.scaryLandingPageColumn img
{
    vertical-align: middle;
}

.landingPageRightColumn
{
    float: right;
    margin-right: 5%;
    width: 40%;
}

.landingPageLeftColumn
{
    float: left;
    margin-left: 5%;
    width: 40%;
}
@media all and (max-height:749px)
{
    #divStart img
    {
        width: 150px !important;
    }
}

@media all and (min-height:750px) and (max-height:840px)
{
    #divStart img
    {
        width: 200px !important;
    }
}
@media all and (min-height:841px)
{
    #divStart img
    {
        width: 240px !important;
    }
}
#divStart
{
    margin-right: 10px;
}
#divStart img
{
    border-width: 0px;
    float: right;
    width: 150px;
}

/* MacToolSite.Master Definitions */

#divUpdateStatus
{
    float: right;
}

#divServiceRequestContent
{
    top: 10.5em;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

/* Pending Execution Page */

#divPendingUpdate
{
    text-align: center;
    height: 15em;
    padding-top: 10%;
}

#divReturnToMacSelection
{
    /*margin-left: 1em;*/
    position: relative;
}

.indicator {
    position: absolute;
    color: #666666;
    padding-right: 1%;
    border-radius: 5px;
    border-width: 0.2em;
    text-align: right;
    font-size: 1.5em;
    border-style: solid;
}

/* Forms Login Page */
.LogoDiv
{
    float: left;
}
.CenterDiv
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.loginControl
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #F7F6F3;
    border-color: #E6E2D8;
    border-spacing: 4;
    border-style: solid;
    border-width: 1px;
    width: 300px;
    height: 200px;
}
.CenterTextWithMargin
{
    text-align: center;
    margin: 15px;
}
.loginPane
{
    font: 14px "Segoe UI" , Arial, sans-serif;
    text-align: left;
    vertical-align: middle;
    padding: 3px;
}

.loginPaneFailureText
{
    font: 14px "Segoe UI" , Arial, sans-serif;
    text-align: center;
    vertical-align: middle;
}

.loginPaneTitle
{
    font: 14px "Segoe UI" , Arial, sans-serif;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    color: white;
    background-color: #5D7B9D;
    padding: 10px;
}

.loginPaneInstructionText {
    font: 13px "Segoe UI", Arial, sans-serif;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    color: #262056;
}

/* Manage System Page */

.divCurrentSystemInformation
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.currentSystemInformation
{
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.centerSystemInfo
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 95%;
}
.currentSystemStatusTitle
{
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 80%;
    font-size: 2em;
    font-weight: 600;
}
.errorDetailsTextArea {
    font-size: small;
    font-weight: lighter;
    color: #505050;
    background: inherit;
}
.errorDetailsHeader
{
    font-size: large;
    font-weight: bold;
    color: #505050;
}
.authErrorDetailsHeader
{
    font-size: medium;
    font-weight: bold;
    color: #505050;
}

.systemInfoImages
{
    width: 18px;
    height: 18px;
    vertical-align:text-bottom;
}

/* Handover Page */
.handoverInformation
{
    width: 600px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    resize: both;
    overflow: auto;
    text-align: center;
    border: 6px solid #ccc;
}
