﻿body {
    padding-top: 5px;
    padding-bottom: 2px;
    font-family: 'Slate Pro','Arial';
    color:black;
    font-size:15px;
}

/*--Basics --*/
h1
{
    color:black;
    font-size:20pt;
    display:inline-block
}

h3 
{
    color:#0081c9;
}

h2 {
    color: #0081c9;
}

h4
{
    text-align:center;
    text-decoration:underline;
}

h5
{
    font-size:smaller;
    font-style:italic;
}
dt
{
    margin-top:5px;
}
dd
{
    margin-left:10px;
}
/*-- Not Logged In Area ---*/
body.NLI
{
    background-color:#4475A1;
}

.NLI .container 
{
    margin-top:20px;
    background-color:white;
    border-radius:10px;
    max-width:500px
}

.NLI footer
{
    background-color:transparent;
}
section.NLInfo
{
    min-height:50vh;
        padding: 20px;
}
@media (min-width: 767px) {
    .NLI .container {
        margin-top: 120px;
    }
}
/*---Header Area----*/
#SystemMessages
{
    padding-top:1px;
    padding-left:0px;
    padding-right:0px;
        padding-bottom: 10px;
}
.alert
{
    margin-bottom:0px;
}
header h1
{
    max-width: 250px;
    padding-left:5px;
    margin-top:0px;
    margin-bottom:0px;
}
header.container 
{
    padding: 0px 0px 0px 0px
}

.headercontext
{
    padding-left:30px;
    vertical-align:bottom;
    font-size:11pt;
    float:right;
    padding-right:5px;
}


nav
{
    padding:0px 0px 0px 0px !important;
    background-color: #4475A1 !important;
}



#main-nav ul li:first-of-type a
{
    border-left:none;
}



#main-nav a
{
    border-left: 1px solid #cccccc;
    color:white;
    margin:0px;
    padding: 4px 10px;
    width:auto;
}

       #main-nav a:hover
       {
           color:black;
       }

button.navbar-toggler {
    max-width: 100px;
    min-width: 30px;
    font-size: 1.25em;
    margin: 8px;
    float: none;
    height: 32px;
    border-radius: 4px;
    background-color: #0081c9;
    padding: 2px 6px;
}






@media (max-width: 990px) {

       button.nav-toggle{
        display: inline-block;
    }
    nav {
        padding: 0px 0px 0px 0px !important;
    }
       #main-nav a
{
    border-left: none;
    color:white;
    margin:0px;
    padding: 4px 25px;
    width:auto;
}

       #mainmenu
       {
           display:none;
           background-color:#4475A1;
       }
       #mainmenu.collapse.in
       {
           display: block !important
       }
   

}


@media (min-width: 768px) {


   #mainmenu
       {
           display: block !important
       }
   button.nav-toggle
  {
      display:none;
  }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus
{
    background-color:white;
    box-shadow:none;
}
}

/*footer area*/
footer
{
        background-color:rgba(239, 239, 239, 1);
        width:100%;
        color:black;
        font-size:11px;
        padding: 40px;
        margin-top:25px;
         font-weight:200;
        -webkit-font-smoothing:antialiased;
}

footer div ol
{
    float:right;
    margin:0px;
    padding:0px;
    list-style:none;
}

footer div ol li
{
    display:inline-block;
    padding-left:10px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
        padding: 30px;
        padding-top:0px;
     min-height:77vh;
}

/*--Buttons & Links--*/
div.buttonset
{
    width:100%;
    text-align:center;
    padding-top:20px;
    padding-bottom:20px;
}
button
{
    background-color:#0081c9;
    font-weight:bold;
    color:white;
    border-radius: 4px;
    padding: 6px 12px 6px 12px;
    min-width:120px;
    font-size:15px;
}

.buttonset button
{
    margin-left:20px;
}
button:disabled
{
    color:gray;
    background-color:#0081c9;
}
button:hover
{
    background-color:#00a79d;
}

a:visited, a:link 
{
    color:#005b79
}

a:hover
{
    text-decoration:underline;
}

div.helpicon span
{
    background-color:#0081c9;
    color:white;
    border:thin white solid;
    border-radius:11px;
    text-align:center;
    font-size:11px;
    padding:1px 4px 0px 4px;

}
div.helpicon
{
    background-color:#0081c9;
    height:26px;
    width:26px;
    border-radius:13px;
    float:right;
    text-align:center;
    padding:0px;
    margin:0px;
    cursor:pointer;
    margin-right:18px;
}


/* --Form Elements */
input,
select,
textarea {
    max-width: 420px;
 }

.validation-summary-errors
{
    color: red;
    font-size: 12px;
}

.input-validation-error{
    background-color: #ffd540
}
.validation-summary-errors > ul > li
{
    margin:0px;
    padding:0px;
}
.form-group
{
    min-width:270px;
    margin-right:40px;
    margin-left:20px;
    display:block;
    vertical-align:top;
}
.form-control
{
    font-size:14px;
    width:90%;
}
span.required
{
    color:red;
}


/*--Item Selection --*/
figure.ItemSelection
{
    width:270px;
    display:inline-block;
    text-align:center;
    margin-bottom:25px;
    font-size:16px;
    font-weight:bold;
    vertical-align:top;
    min-height:200px;
    padding:10px;
}

figure.ItemSelection > a, figure.ItemSelection > a:visited, figure.ItemSelection > a:hover 
{
    text-decoration:none;
    border:none;
    color:black;
}

figure.ItemSelection > a > img
{
    height:145px;
    border:solid black thin;
    max-width:250px;

}

/*Field Display Widths*/
.DateText
{
    width:105px;
}
.LocalDT
{
    width:175px;
    text-align:right;
}
.NumberText
{
    width:105px;
    text-align:right;
}

thead .NumberText
{
    text-align:center;
}

span.NumberText
{
    margin-right:10px;
}
.tdSingleButton
{
    width:30px;
}

.NameText
{
    min-width:200px;
}

.IdText
{
    min-width:110px;
}

/*table Management*/
th
{
    cursor:default;
}
td
{
    padding:2px;
}
div.scrollTableContainer
{
    position: relative; 
    padding-top: 40px; 
    margin: 40px;    
    border:0px solid black;
    background: white;
    margin-top:5px;
}

div.scrollTableArea { 
    overflow-x : auto; 
    overflow-y:scroll;
    
    }

.scrollable > thead > tr > th > div
{
    vertical-align:bottom;
    height:39px;
}
table.scrollable tfoot
{
    background-color:#005b79;
    color:white;
    position:absolute;
    left:0px;
}

table.scrollable
{
    font-size:14px;
}
tfoot >tr > td
{
    padding:1px;
    padding-left:5px;
    padding-right:5px;
}
  table.scrollable thead tr {
    left: 0; top: 0;
    position: absolute;
    }

  table.scrollable 
  {
      border-left:1px solid black;
  }

  tbody > tr:hover
  {
      background-color:#00a79d;
  }

  thead > tr
  {
      background-color:#005b79;
      font-size:11px;
      min-height:10px;
      vertical-align:bottom;
  }
   tfoot > tr
   {
             background-color:#005b79;

   }
   tfoot  >tr >th
   {
       padding:2px;
       text-align:left;
   }
  th > a, th > div> a,th > a:hover, th > div> a:hover,th > a:focus , th > div> a:focus
  {
      color:white !important;
      cursor:pointer;
  }

  th > div, th
  {
      color:white;
      text-align:center;
  }
  th{
      border: 1px solid transparent;
  }


  tbody > tr > td
  {
      border: 1px solid black;
      vertical-align:top;
  }
  tbody > tr> td> div{ padding-right:2px;padding-left:2px;}
       .header a:after {
        content: '\00a0';
        float:right;
        min-width:10px;
    }
       .header a:hover
       {
           text-decoration:none;
       }
        .headerSortUp  a:after {
        content: '▲';
        float:right;
        text-decoration: none;
    }

    .headerSortDown a:after {
        content: '▼';
        float:right;
        
        text-decoration: none;
    }

     td > div > a> img 
     {
         max-height:25px;
         padding:1px;
     }
     
     td > div > a:focus > img, td > div > a:hover > img
     {
         background-color:#00a79d;
     }

thead > tr > th {
    background-color: #4475A1 !important;
}
     /*Freeze Pane
--------------------------------------------*/
.FreezePaneOff
{
  visibility: hidden;
  display: none;
  position: absolute;
  top: -100px;
  left: -100px;
}

.FreezePaneOn
{
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 999;
	filter: alpha(opacity=85);
	-moz-opacity: 0.65;
	padding-top: 25%;
}

.InnerFreezePane 
{
    text-align: center;
    width: 50%;
    background-color: #DBD7D6;
    color: Black;
    font-size: 1.5em;
    border: 1px solid #111111;
    border-top: none;
    padding: 9px;
    position: fixed;
    top: 0px;
    left: 25%;

}

@media (max-width: 600px) {
    #ProcessingMsg 
    {
        font-size: 12pt;
        width: 75%;
        left: 12.5%;
    }
}



/*Date Picker*/
.ui-datepicker-calendar >tbody>tr:hover
{
    background-color:transparent;
}

.ui-datepicker-title
{
    font-size:12px;
}

.ui-datepicker-calendar > tbody, .ui-datepicker-calendar > thead > tr
{
    font-size:12px;
}

.ui-datepicker-calendar > tbody > tr> td> .ui-state-highlight
{
    background-color:#89bd3d;
    background-image: none;
    border-color:#006738;
}

.ui-datepicker-calendar > tbody > tr> td> .ui-state-active
{
    background-color:#b41e8e;
    background-image: none;
    color:white;
    font-weight:bold;
}

/* Dialog Box Styling overrides*/
.ui-dialog .ui-dialog-titlebar-close
{
       visibility:hidden;      
}

.ui-dialog
{
    padding:0px;
    font-size:15px;
}


/* Misc Styles*/
.container
{
    margin: 0 auto;
}

.ui-progressbar-value {
    background-color: #0081c9;
    height:30px;
}
.ui-progressbar {
    position: relative;
}

.progress-label {
    position: absolute;
    left: 50%;
    top: 4px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}

@media (min-width: 1400px) {
    .container {
        width: 96em;
    }


}
div.highlight
{
    background-color: rgba(240, 240, 240, 1);
    padding:10px;
    margin-bottom:10px;
    border-radius:5px;
}
.Centered
{
    margin-right:auto;
    margin-left:auto;
}
.halfspace
{
    min-width:380px;
    display:inline-block;
    vertical-align: top;
    padding-bottom:25px;
   
}

.highlight .halfspace
{
    display:inline-block;min-width:325px
}

section.halfspace 
{
    display:inline-block;
    vertical-align:top;
    min-width:300px;
}

@media (min-width: 750px) {
    .halfspace {
        width: 45%;
    }
}



#GrandTotal, #GrandDone, #GrandShorts 
{
    color: black;
    font-size: 12pt;
    text-decoration: solid;
    margin-right: 10px;
    margin-left: 1px;
}

[id^="Header"] 
{
    margin-top: 0px;
    margin-bottom: 1px;
    font-size: 18pt;
}

@media (max-width: 700px) {
    #GrandTotal, #GrandDone, #GrandShorts 
    {
        font-size: 10pt;
        margin-right: 6px;
    }
    #GrandLabel {
        color: black;
        font-size: 10pt;
        text-decoration: solid;
        
        
    }

    [id^="Header_"] {
        font-size: 14pt;
    }
}


/*Grouping Styles*/

.ui-accordion .ui-accordion-content
{
    padding-left:10px;
    padding-top:2px;
    padding-bottom:2px;
    padding-right:5px;
}
.GroupHeader 
{
    font-size: 10pt;
    color: white;
    padding: 7px;
    margin-bottom: 3px;
    background-color: #4475A1;
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer;
}

.GroupHeader:hover 
{
    background-color:#00a79d
}

.SectionName 
{
    float: left;
    width: 88px;
}

.GroupContent 
{
    display: none;
    padding: 15px;
    margin-bottom: 3px;
    border-style: solid;
    border-width: 1px;
    border-top: none;
    border-color: rgb(221, 221, 221);
}

.SectionInfo
{
    text-wrap: normal;
}

a.SectionInfo
{
    float:right;
    color:white;
}

a.SectionInfo:hover
{
    text-decoration:underline;
    color: black;
}

[id^="Done_"], [id^="Total_"], [id^="Pending_"] 
{
    display: inline-block;
    width: 35px;
}

.SectionComplete
{
    float: right;
    height: 23px;
    padding: 0px;
    margin: 0px;
    margin-left: 2px;
}
[class^="CountLabel_"] 
{
    margin-right: -3px;
}

/*Grouping Screen Size Management*/
@media (min-width: 601px) {
    .CountLabel_L
    {
        display: normal;
    }

    .CountLabel_S
    {
        display: none;
    }
    .SectionName 
    {
        margin-right: 60px;
    }
    [id^="Done_"], [id^="Total_"], [id^="Pending_"]
    {
        margin-right: 15px;
        width: 35px;
    }
}

@media (max-width: 600px) {
    .CountLabel_L 
    {
        display: none;
    }

    .CountLabel_S 
    {
        display: normal;
    }

    .SectionName
    {

        margin-right: 1px;
        overflow: hidden;
    }
    .GroupHeader 
    {
        font-size: 9pt;
    }

    .SectionComplete 
    {
        height: 18px;
    }

    [id^="Done_"], [id^="Total_"], [id^="Pending_"] 
    {
        margin-left: -3px;
    }
}
