﻿@media print 
{
  body * {
    visibility: hidden;
  }
  input, select   {
      border:none;
  }
  
  .printSection, .printSection * {
    visibility: visible;
  }
  .printSection {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* DEFAULTS
----------------------------------------------------------*/

body   
{
    font-size: 1em;
    font-family: "Segoe UI", "Open Sans", serif, Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #090909; /* Color of text on content */
    text-align: left;
    background-color: #FFFFFF;
    
}

a:link, a:visited, a:active, a:hover
{
    color: black;
    text-decoration: none; 
}


p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    
    font-size: 1.5em;
    text-transform: none;
    margin: 0px;
}

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   
----------------------------------------------------------*/

.page
{
    margin-left: auto;
    margin-right: auto;
}

.upperpageline
{
    margin: 0px auto auto auto;
    text-align: right;
}

.headerlogoframe
{
    background-repeat: no-repeat;
    background-position: right top;
    height: 50px;
    padding-right: 46px;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #2c2c2c;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #090909;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1900px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
    background-color: White;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}




/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#505050;
    width:100%;
    border-top: 1px solid #FF0000;
}

div.menu {
    font-family: "Segoe UI Light", "Open Sans Light", serif, Arial, Helvetica, Verdana, sans-serif;
    padding: 4px 0px 4px 8px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

div.menuInner
{
    min-height:45px;
    display: flex;
    margin-left:auto;
    margin-right:auto;
}
.loginStatusLabel{
    float: left;
    display:flex;
    align-items:center;
    color:white;
    margin-left:5px;
}
div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    z-index: 1;
}

div.menu ul li a, div.menu ul li a:visited
{
    color: white;
    display: block;
    line-height: 27px;
    padding: 5px 11px 5px 11px;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.2s ease-in-out;
    transition-property: color,background;
    font-weight: 600;
    font-size: 17px;
    background-color:#505050;
    cursor: pointer;
    
}

div.menu ul li a:hover
{
    cursor: pointer;
    color: gray;
    text-decoration: none;
}

div.menu ul li a:active
{
    cursor: pointer;
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
    
}

#MenuCases ul 
{
    z-index: 2;
}

div.menucases
{
    font-size: 1.2em;  
}

#MenuCases a
{
    cursor: pointer;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 20px;  
    min-width: 100px;
    
}

#MenuOptions a.dynamic
{
    float: right;
    opacity: 1;
    animation: fade 0.2s linear;
}

#MenuOptions ul 
{
    float: right;
    z-index: 2;
}

div.menuoptions
{
    float: right;
    font-size: 1em; 
    padding-left: 5px;
    
}

#MenuOptions a
{
    float: right;
    cursor: pointer;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 20px;  
    min-width: 100px;
    
}

#MenuOptions a.dynamic
{
    opacity: 1;
    animation: fade 0.2s linear;
    
}



/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    height: 60px;
}

.loginDisplay
{
    font-size: 15px;
    display: block;
    text-align: right;
    color: White;
    height: 60px;
    padding-right: 40px;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.loginform
{
    width: 300px; 
    margin-left: auto; 
    margin-right:auto;
    margin-top:100px;
    background-color: #F2F2F2;
    padding: 25px 25px 25px 25px;
    border-radius: 20px 0px;
    box-shadow: 0px 5px 15px rgba(0,0,0,.4);
    opacity: 1;
    animation: fade 1.5s linear;
    
}

@keyframes fade {
  0% { opacity: 0 }
  25% { opacity: 0.5 }
  100% { opacity: 1 }
}




.failureNotification
{
    font-size: 15px;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


.tileButtonWithImage {
    border: 1px solid gray;
    color: white;
    padding: 180px 20px 0px 5px;
    text-align: left;
    vertical-align: text-bottom;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    cursor: pointer;
    width: 220px;
    height: 220px;
    box-shadow: 0px 5px 15px rgba(0,0,0,.4);
    transition: 0.2s ease-in-out;
    transition-property: all;
    
}

.tileButtonWithImage:hover 
{
    font-size: 20px;
}

.tableAlignVerticalTop
{
    vertical-align: top;
    padding-bottom: 30px;
}

@media all {
	.page-break	{ display: none; }
}

@media print {
	.page-break	{ display: block; page-break-before: always; padding: 50px;}
	
}

 .ValueTextbox 
{
    min-width: 250px;
    width: 100%;
}
.CommentTextbox 
{
    min-width: 350px;
}
.qrDiv 
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.qrTable 
{
    border-collapse: collapse;
    margin: 0px auto;
}
.topBorder
{
    border-top: 1px black solid;
}
.qrTable td 
{
    padding: 5px;
}
.qrImage 
{
    max-height: 200px;
    max-width: 200px;
}
.centerTd 
{
    text-align:center;
}
.headerLbl
{
    font-weight: bold;
}
.equipImg 
{
    max-height: 200px;
    max-width: 400px;
    padding-left: 2%;
}
.hidden 
{
    display: none;
}

.width200Lbl {
    max-width: 200px;
}
.stipledTopborder td {
    border-top: dashed 1px grey;
    border-collapse:collapse;
}
.bottomPadding td {
    padding-bottom: 25px;
}
