﻿html {
    background-color:#07639e;
}
body {
    padding-top: 0px;
    padding-bottom: 0px;
    background:#07639e url(/Content/images/bg-top.jpg) top center repeat-x;
    font-family:Arial, Helvetica, sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background:#fff;
    border-radius:10px;
    box-shadow: 0 0 76px rgba(6, 90, 149, .28) inset;
    min-height:500px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

hr {
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(255, 204, 102);
    border-right-color: rgb(255, 204, 102);
    border-bottom-color: rgb(255, 204, 102);
    border-left-color: rgb(255, 204, 102);
    background-color: rgb(255, 204, 102);
}

md-toast.md-default-theme .md-toast-content, md-toast .md-toast-content {
    background-color: rgb(255, 204, 102);
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    left: 0; right: 0;
    width: 350px;
}

md-toast {

}


.tabsdemoDynamicHeight md-content {
  background-color: transparent !important; }

.tabsdemoDynamicHeight md-content md-tabs {
    background: #f6f6f6;
    border: 1px solid #e1e1e1; }

.tabsdemoDynamicHeight md-content md-tabs md-tabs-wrapper {
      background: white; }

.tabsdemoDynamicHeight md-content h1:first-child {
    margin-top: 0; }

md-tabs md-ink-bar {
    color: rgb(255, 204, 102);
    background: rgb(255, 204, 102);
}
md-tabs .md-tab.md-active, md-tabs .md-tab.md-focused {
    color: #07639e;
}
.md-display-2 {
    font-size:22px;
    font-weight: 400;
    line-height: 26px;
}
md-dialog {
    min-width: 440px;
}

table.input-Form {
    margin:0 auto;
}
table.input-Form label {
    font-weight:normal;
    font-size:14px;
}
table.input-Form tr td.key,
div.key {
    text-align:right;
    padding:6px 5px 3px 0px;
}
table.input-Form tr td.key-txt,
div.key-txt {
    text-align:right;
    padding:2px 5px 2px 0px;
}
table.input-Form tr td.val,
div.val {
    text-align:left;
    padding:2px 0px 2px 5px;
}

div.form-separator {
    padding-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
}

.specify {
    font-style:italic;
    font-size:12px;
}
label {
    font-weight:normal;
}
p.note {
    display:block;margin:0px;font-style:italic;font-size:11px;
}

.help-block {
    font-size:11px;
    font-style:italic;
}
.req{ color:red; }
.success{ color:green; font-style:italic; }

div.login {
    text-align:center;
}
div.login .key,
div.login .val {
    padding:5px 5px 5px 5px;
}
div.key-txt {
    font-weight:normal;
}
.dateRange {
    min-width:200px;
}
div.title {
    font-weight:bold;
    font-size:12px;
    min-height:20px;
}

.md-toast.error .md-toast-content {
    background-color: red;
    width:300px;
    color:#fff;
}
 ul.pagingList {
    margin:0px; 
    padding:0px;
    list-style-type: none;
}

ul.pagingList li {
    display:inline;
}
ul.pagingList li a {
    padding:2px;
    text-decoration:none;
}
ul.pagingList li a.currentPageNr {
    text-decoration: underline;
    font-weight:bold;
    border:solid 1px #ffda1a;
    background:#ffda1a;
    color:#000;
    text-decoration:none;
   
}

md-menu-bar {
    padding:0px;
    margin-left:-10px;
}

.btn-default:hover {
    background: #ffda1a;
}

.gridStyle {
    border: 1px solid rgb(212,212,212);
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.gridContainer {
    min-height:600px;
    padding-bottom:30px;
}
.smallButton {
    font-size:10px;
    height:18px;
    padding:0px 5px 0px 5px;
}

tr.addressRow {
    border-bottom:solid 1px rgb(255, 204, 102);
}

.menuBar {
    padding:10px 0px 0px 0px;
    border-bottom:solid 1px #ddd;
    margin-bottom:20px;
}


table.reportTable {
    margin-bottom:40px;
    width:100%;
}
table.reportTable tr.groupTitle {
    padding-top:15px;
}
table.reportTable th.groupTitle {
    font-size:16px;
    border-bottom:solid 1px rgb(255, 204, 102);
    font-style:italic;
    padding-top:15px;
}
table.reportTable tr.headerRow {
    background-color:rgb(255, 204, 102);color:#000;
}
table.reportTable tr.headerRow td {
    font-size:10px;
    font-weight:bold;
}
table.reportTable tr.dataRow {
}
table.reportTable tr.dataRow td {
    font-size:10px;
}
.reportTitle {
    display:block;font-size:18px;
}
.reportSubTitle {
    display:block;font-size:16px;
}

md-menu-bar md-icon.md-default-theme, md-icon {
    float:left;
}

.homeMessage {
    padding:100px 40px 40px 40px;
    text-align:left;
}
.loginForm {
    padding-right:70px;
}

table.hText tr.row td,
table.vText tr.row td {
    text-align:right;
    border:solid 1px #ccc;
    border-collapse:collapse;
    font-size:11px;
}
table.hText tr.row td:first-child,
table.vText tr.row td:first-child {
    text-align:left;
    border:none;
    border-top:solid 1px #ddd;
    font-size:12px;
}

table.hText tr.row:first-child td,
table.vText tr.row:first-child td {
    text-align:right;
    vertical-align: bottom;
    border:none;
    border-right:solid 1px #ddd;
}
table.vText tr.row:first-child td span {
    writing-mode: vertical-lr;
    text-orientation: sideways;
    font-size:11px;
    white-space: nowrap;
    text-align:right;
}
table.hText tr.row:first-child td span {
    font-size:11px;
    white-space: nowrap;
    text-align:right;
}

@media(max-width:767px) {

    .homeMessage {
        padding:40px 0px 0px 0px;
        text-align:left;
    }

    .loginForm {
        padding-right:0px;
}

    .dateRange {
        min-width: 90px;
    }

    div.login .key,
    div.login .val {
        padding: 2px 5px 2px 5px;
    }

    div.login {
        text-align: center;
        max-width: 400px;
    }

    div.key {
        text-align: left;
        padding: 2px 5px 2px 15px;
    }

    div.key-txt {
        text-align: left;
        padding: 2px 5px 2px 0px;
    }
    
    div.val {
        text-align: left;
        padding: 2px 0px 2px 0px;
    }

    div.form-separator {
        padding-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }
} 

@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}


.gridListdemoDynamicTiles md-icon {
  width: 80%;
  height: 80%; }
.gridListdemoDynamicTiles md-icon svg {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
.gridListdemoDynamicTiles .s64 {
  font-size: 64px; }
.gridListdemoDynamicTiles .s32 {
  font-size: 48px; }
.gridListdemoDynamicTiles md-icon.fa {
  display: block;
  padding-left: 0; }
.gridListdemoDynamicTiles md-icon.s32 span {
  padding-left: 8px; }
.gridListdemoDynamicTiles md-grid-list {
  margin: 8px; }
.gridListdemoDynamicTiles .gray {
  background: #f5f5f5; }
.gridListdemoDynamicTiles .green {
  background: #b9f6ca; }
.gridListdemoDynamicTiles .yellow {
  background: #ffff8d; }
.gridListdemoDynamicTiles .blue {
  background: #84ffff; }
.gridListdemoDynamicTiles .darkBlue {
  background: #80d8ff; }
.gridListdemoDynamicTiles .deepBlue {
  background: #448aff; }
.gridListdemoDynamicTiles .purple {
  background: #b388ff; }
.gridListdemoDynamicTiles .lightPurple {
  background: #8c9eff; }
.gridListdemoDynamicTiles .red {
  background: #ff8a80; }
.gridListdemoDynamicTiles .pink {
  background: #ff80ab; }
.gridListdemoDynamicTiles md-grid-tile {
  transition: all 300ms ease-out 50ms; }
.gridListdemoDynamicTiles md-grid-tile md-icon {
  padding-bottom: 32px; }
.gridListdemoDynamicTiles md-grid-tile md-grid-tile-footer {
  background: rgba(0, 0, 0, 0.68);
  height: 36px; }
.gridListdemoDynamicTiles md-grid-tile-footer figcaption {
  width: 100%; }
.gridListdemoDynamicTiles md-grid-tile-footer figcaption h3 {
  margin: 0;
  font-weight: 700;
  width: 100%;
  text-align: center; }