﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
.HiddenDiv
{
    visibility:hidden;
    }

.logParentMain
{
    background-color: #5c87b2;
    }

body
{
    background-color: #5c87b2;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif,Tahoma;
    margin: 0;
    padding: 0;
    color: #696969;
    height:100%;   
}
html
{
	height:100%;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-top: 0px;
    margin-top: 5px;
    padding-bottom: 0;
    margin-bottom: 5;
}
h2
{
    padding-top: 0px;
    margin-top: 5px;
    padding-bottom: 0;
    margin-bottom: 5;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left:0px;
    margin-right:0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 0px 0px;
    margin: 0;
    color: #fff;
    border: none;
    /*line-height: 2em;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

.main
{
    padding: 5px 5px 5px 5px;
    background-color: #fff;
    margin-bottom: 0px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
    margin-top:-3px;
    width:98.8%;
 
}



#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: left;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 0 0;
    padding-top: 0px;
    padding-bottom: 0;
    border: 1px solid #CCC;
}

fieldset p 
{
    padding-top: 0px;
    padding-bottom: 0;
    margin: 0px 0px 0px 10px;
}

/*fieldset label 
{
    display: block;
}*/

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-family:Verdana;
    font-size:medium;
    padding: 0px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  /*border: solid 1px #e8eef4;
  border-collapse: collapse;*/
}

table td 
{
  /* margin-right:3px; */
  border: solid 0px #e8eef4;
}

table th
{
  /*padding: 6px 5px;*/
  text-align: left;
  background-color: #e8eef4; 
  border: solid 0px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;margin-left:-4px;width:100%;
}

div#title
{
    display:block;
    vertical-align:top;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White; 
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.ImageTd IMG
{
    padding-left:2px;
    vertical-align:middle;
}

.buttonToLink
{
background-color:transparent;
border-width:0;
cursor:default;
color:#034af3;
text-decoration: underline;
cursor:pointer;
}
.buttonToLink:hover 

{
    text-decoration:none;
}

#PrintServerMenu
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
    margin-top:18px;     
}

#PrintServerMenu a:link
{
    color: white;
    text-decoration: underline;
}

#PrintServerMenu a:visited
{
    color: white;
    text-decoration: underline;
}

#PrintServerMenu a:hover
{
    color: white;
    text-decoration: none;
}

.MenubuttonToLink
{
background-color:transparent;
border-width:0;
cursor:default;
color:white;
text-decoration: underline;
cursor:pointer;
font-size:1em;
padding-left:.1em;
}

.MenubuttonToLink:hover
{
    color: white;
    text-decoration: none;
}

#WorkQueueGrid.t-grid .t-header, div.t-grid .t-last-header { white-space: normal;}
#WorkQueueGrid.t-grid .t-header .t-link { height: auto; line-height: normal; }
div.t-grid .t-header .t-link { white-space:normal;height:auto; }


.warning{

border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
color: #9F6000;
background-color: #FEEFB3;
font-weight:bold;
background-image: url('images/warning.png');
}

.refreshBtn {
    background: url(../../../../Content/images/refresh.png) no-repeat left;
    display: flexbox;
    width: 40px;
    height: 30px;
    text-indent: -9999px; /*hides the link text */
    border: none;
    cursor: pointer;
    border-color: white;
    border-width: 0;
    border: none;
    outline: none;
}

 
.startBtn {
        background: url(../../../../Content/images/start.png) no-repeat left;
        background-size:contain;
        display: flexbox;
        width: 45px;
        height: 40px;
        text-indent: -9999px; /*hides the link text */
        border: none;
        cursor: pointer;
        border-color: white;
        border-width: 0;
        border: none;
        outline: none;
    }

.startBtnDisabled {
        background: url(../../../../Content/images/start-disabled.png) no-repeat left;
        background-size:contain;
        display: flexbox;
        width: 45px;
        height: 40px;
        text-indent: -9999px; /*hides the link text */
        border: none;
        cursor: pointer;
        border-color: white;
        border-width: 0;
        border: none;
        outline: none;
    }

.stopBtn {
        background: url(../../../../Content/images/stop.png) no-repeat left;
        background-size:contain;
        display: flexbox;
        width: 45px;
        height: 40px;
        text-indent: -9999px; /*hides the link text */
        border: none;
        cursor: pointer;
        border-color: white;
        border-width: 0;
        border: none;
        outline: none;
    }

.stopBtnDisabled {
        background: url(../../../../Content/images/stop-disabled.png) no-repeat left;
        background-size:contain;
        display: flexbox;
        width: 45px;
        height: 40px;
        text-indent: -9999px; /*hides the link text */
        border: none;
        cursor: pointer;
        border-color: white;
        border-width: 0;
        border: none;
        outline: none;
    }

.restartBtn {
        background: url(../../../../Content/images/restart.png) no-repeat left;
        background-size:contain;
        display: flexbox;
        width: 45px;
        height: 40px;
        text-indent: -9999px; /*hides the link text */
        border: none;
        cursor: pointer;
        border-color: white;
        border-width: 0;
        border: none;
        outline: none;
    }

.restartBtnDisabled {
        background: url(../../../../Content/images/restart-disabled.png) no-repeat left;
        background-size:contain;
        display: flexbox;
        width: 45px;
        height: 40px;
        text-indent: -9999px; /*hides the link text */
        border: none;
        cursor: pointer;
        border-color: white;
        border-width: 0;
        border: none;
        outline: none;
    }

#adminPortalBtn {
        background: url(../../../../Content/images/admin-icon.png) no-repeat left;
        background-size:contain;
        display: flexbox;
        width: 55px;
        height: 50px;
        text-indent: -9999px; /*hides the link text */
        border: none;
        cursor: pointer;
        border-color: white;
        border-width: 0;
        border: none;
        outline: none;
    }

#adminPortalBtn:active {
  background-position: 100% 0;
}

#shutdownSystemBtn {
        background: url(../../../../Content/images/shutdown-icon.png) no-repeat left;
        background-size:contain;
        display: flexbox;
        width: 55px;
        height: 50px;
        text-indent: -9999px; /*hides the link text */
        border: none;
        cursor: pointer;
        border-color: white;
        border-width: 0;
        border: none;
        outline: none;
    }

#shutdownSystemBtn:active {
  background-position: 100% 0;
}

#restartSystemBtn {
        background: url(../../../../Content/images/restart-icon.png) no-repeat left;
        background-size:contain;
        display: flexbox;
        width: 55px;
        height: 50px;
        text-indent: -9999px; /*hides the link text */
        border: none;
        cursor: pointer;
        border-color: white;
        border-width: 0;
        border: none;
        outline: none;
    }

#restartSystemBtn:active {
  background-position: 100% 0;
}
