﻿/* css reset starts */
html, body, p, table, section, hgroup, header, footer, nav, article, div, span, form, img {
    margin: 0;
    padding: 0;
    border: none;
}

ul, li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

section, header, footer, nav, article, hgroup {
    display: block;
}

body {
    font-family: "Open Sans",sans-serif;
    font-size: 11pt;
    color: #333;
    background-color:#FEFEFE;
    margin-top:35px;
}
/* css reset ends */

html, body {
    min-height: 100%;
}


h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

h1 {
  font-size: 24pt;
  color: #E68735;
  margin-bottom: 0.5em;
}

h2 {
    font-size: 16pt;
    margin-bottom:0.5em;
}
h3 {
  font-size: 14pt;
  margin-bottom: 0.5em;
}
h4 {
	font-size: 12pt;
	margin-bottom: 0.5em;
}

select {
    height: 16pt;
}

.l {
    text-align: left;
}

.c {
    text-align: center;
}

.r {
    text-align: right;
}

.b {
    font-weight: bold;
}

.u {
    text-decoration: underline;
}

.i {
    font-style: italic;
}

.right {
    float: right;
}

.left {
    float: left;
}

.nw {
    white-space: nowrap;
}

table.nw td {
    white-space: nowrap;
}

a:link, a:visited, span.link {
    color: #3E85D4;
}

a:hover, span.link:hover {
    color: #875B0D; cursor:pointer;
}

a[disabled=disabled] {
    color: #999999;
    cursor: default;
}

a > i.fa {
    margin-right: 6px;
}

.ui-widget {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.ui-widget-content a[disabled=disabled] {
    color: #999999;
    cursor: default;
}

input.dtp {
    width: 6em;
    text-align: center;
}

div.ui-dialog input.dtp {
    width: 7em;
    text-align: center;
}

input.tsp {
    width: 5em;
    text-align: center;
}

input.cur {
    width: 5em;
    text-align: right;
    padding-right: 4px;
}

input[type='text'], input[type='password'] {
    border: 1px solid #999999;
    height: 16px;
}

    input[type='text']:focus, input[type='password']:focus {
        background-color: #FFFFDD;
    }

input[type='password'] {
    width: 9em;
}

input[type='file'] {
    background-color: #FFFFFF;
    width: 300px;
}

    input[type='file'][disabled=disabled] {
        background-color: #DDDDDD;
    }

input[type='submit'].link {
    background: none;
    border: none;
    color: #095382;
    display: inline-block;
}

    input[type='submit'].link:hover {
        color: #BF2C25;
        text-decoration: underline;
        cursor: pointer;
    }

input[type='radio'] ~ label, input[type='checkbox'] ~ label {
    margin-left: 5px;
    cursor: pointer;
}


.inactive {
    color: #666666;
    font-style: italic;
}

b.req {
    color: #DD0000;
    margin-left: 6px;
}

.success {
    color: #00AA00;
    font-weight: bold;
}

.error {
    color: #CC0000;
    font-weight: bold;
}

a.delete:link, a.delete:visited {
    color: #CC0000;
}

a.delete:hover {
    color: #FF0000;
}

/* Layout Styles */
header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background-color: #FFF;
  border-bottom: 5px solid #E68735;
}

#mobileNav {
  background-color: #707070;
  color:#FFF;
}

  #mobileNav > i {
    display: inline-block;
    font-size: 14pt;
    margin: 3px 6px;
    cursor: pointer;
  }

  #mobileNav > b {
    display: inline-block;
    text-align: center;
    font-size: 18pt;
    margin: 3px 20px;
  }

#secBar {
  color: #FFF;
  background-color: #2B2B2B;
  font-size: 9pt;
  padding: 0.5em 0;
  display:none;
}
  #secBar a {
    float: right;
    color: #E68735;
    font-weight:bold;
    text-decoration:none;
  }
header > nav {
  background-color: #FFF;
  display: none;
}
  nav > a.logo > img {
    height:50px;
  }

div.top-banner {
background-size:cover;
background-repeat:no-repeat;
margin-bottom:25px;
}
div.top-banner > div {
  padding-top:5em;
  padding-bottom:5em;
}
div.top-banner h1 {
  text-transform:uppercase;
}
footer {
  background-color: #E68735;
  padding: 30px 0;
  margin-top: 25px;
}
footer ul > li {
  display:inline-block;
}
footer span.copy {
  color:#FFF;
}
	footer section.container {
		text-align:center;
	}


.container {
  width: 94%;
  margin: 0 3%;
}

ul.menu {
}

  ul.menu > li > a {
    display: block;
    font-weight:bold;
    color:#2B2B2B;
    line-height: 25pt;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
  }
    ul.menu > li > a:hover {
      color: #E68735;
    }
    ul.menu > li.active > a {
      color: #E68735;
    }
    .table {
  display: block;
}

  .table > * {
    display: block;
  }

main p {
  line-height: 16pt;
  margin-bottom: 1em;
}

main ul > li {
  margin: 3px 0 6px 18px;
  list-style: circle;
}

#sbTop, #sbInfo {
  padding:2em 3em;
  color:#FFF;
  margin-bottom:1em;
}
#sbTop > b {
  font-size:25pt;
  font-family:"Crimson Text", serif;
  white-space:nowrap;
}

#sbInfo > b {
  font-size:larger;
}
#sbTop {
  background-color: #FFF;
  text-align: center;
  color: #707070;
  border: 5px solid #F4BE54;
}
#sbInfo {
  background-color: #E68A3A;
}
.cinfo * {
  vertical-align:top;
}
.cinfo th {
  font-weight:bold;
  text-align:left;
  padding-right:1em;
  font-size:larger;
}
div.cfedex {
	background-color: #FBEBCA;
	line-height: 2em;
	padding: 1em;
	display:inline-block;
	margin-top:1em;
}




/* Account Layout Styles */
#acctBody {
  margin-top:0px;
  font-size:10pt;
}
#acctBody header {
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 1030;
  display: table;
  width: 100%;
  height: 30px;
  border-bottom: 2px solid #E68A3A;
}
  #acctBody header > a.logo {
    text-align: left;
    display: block;
  }
    #acctBody header > a.logo > img {
      height: 40px;
    }
  #acctBody header h1 {
    text-align: center;
  }
  #acctBody header > div.login {
    text-align: right;
  }
    #acctBody header > div.login > a {
      text-decoration: none;
			margin-right:1em;
    }
#acctBody header > * {
  display: table-cell;
  margin: 0;
  padding: 0 20px;
}


#acctBody .testsite h1::after {
  content: "TEST SITE";
  margin-left: 5%;
  color: #900;
  white-space: nowrap;
}
#acctOuter {
    display:table;
    width:100%;
    min-height: 1000px;
    margin-top:40px;
}
#acctNav {
    display: table-cell;
    vertical-align: top;
    width: 5%;
    background-color: #F1F1F1;
    border-right: 2px solid #E68A3A;
    padding: 20px 0 100px 0;
    color: #000;
    font-size:11pt;
}
  #acctNav div > * {
    padding: 0 10px;
  }

	#acctNav div > span.top {
		text-align: center;
		display: block;
		padding: 5px 10px;
	}
	#acctNav h4 {
		white-space: nowrap;
		background-color: #F5BD51;
		border-top: 2px solid #AAA;
		border-bottom: 2px solid #AAA;
		line-height: 20pt;
		margin-bottom: 10px;
	}
  #acctNav a {
    text-decoration: none;
    display: block;
    line-height: 20pt;
    border-top: 2px solid #AAA;
    white-space: nowrap;
  }
  #acctNav hr {
    color: #AAA;
  }
  #acctNav span.nw {
    margin-top: 5px;
    display: block;
  }

#acctContent {
    display: table-cell;
    vertical-align: top;
    padding: 30px 0 0 15px;
    background-image:url(/Content/Images/bg-lab1.jpg);
    background-size:cover;
}

#acctContent h2 {
    margin: 0 0 5px 0;
}
    #acctContent span.message {
        font-weight: bold;
        border-top: 1px solid #C00;
        border-bottom: 2px solid #C00;
        margin: -5px 10px 10px 0;
        padding: 3px 10px;
        text-align: center;
        font-size: 11pt;
        display: block;
        background-color: #FAFAFA;
    }
#divMsg {
    border: 2px solid #00c0ef;
    background-color: #FFF;
    position: fixed;
    display: none;
    z-index: 500;
}

    #divMsg > span {
        display: inline-block;
        height: 60px;
        width: 60px;
        line-height: 60px;
        background-color: #00c0ef;
        color: #FFF;
        text-align: center;
        font-size: 35px;
    }

    #divMsg > div {
        padding: 0 20px;
        text-align: center;
        min-width: 160px;
        line-height: 55px;
        display: inline-block;
        vertical-align: top;
    }

        #divMsg > div > span {
            font-size: 16px;
            text-transform: uppercase;
        }

    #divMsg a {
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
    }

    #divMsg.good {
        border-color: #00A65A;
    }

    #divMsg.bad {
        border-color: #DD4B39;
    }

    #divMsg.good > span {
        background-color: #00A65A;
    }

    #divMsg.bad > span {
        background-color: #DD4B39;
    }

div.faq {
	border: solid 2px #F4BE54;
	margin-bottom: 2em;
}
	div.faq h3 {
		background-color: #F4BE54;
		line-height: 2em;
		padding-left: 1em;
	}
div.faq p {
	padding:0.25em 1em;
}

#spnPwdStr {
    font-style: italic;
}

#divPwdStr {
    display: none;
    width: 0;
    background-image: url('Images/password-strength.jpg');
    background-repeat: repeat-y;
    height: 10px;
    margin: 0px;
}

@media (min-width: 768px) {
  body {
    margin-top: 85px;
  }
  h2 {
    font-size:20pt;
  }

  nav > a.logo > img {
    height: 60px;
  }

  header {
    border-bottom: none;
  }
  header > nav, #secBar {
    display: block;
  }

  #mobileNav {
    display: none;
  }

  ul.menu {
    float: right;
  }

    ul.menu > li {
      display: inline-block;
    }

      ul.menu > li > a {
        font-size:13pt;
        line-height: 50pt;
        padding: 0 5px;
      }
      footer ul {
        margin:10px auto;
      }
      footer ul > li {
        font-size:14pt;
        padding:0.5em;
      }

  .container {
    width: 95%;
    margin: 0 auto;
  }
  .cpad {
    padding-right: 5em;
  }
  #divSideBar {
    width:25%;
  }
  .not-mobile, ul.menu > li.not-mobile {
    display: none;
  }

  .table {
    display: table;
  }

    .table > * {
      display: table-cell;
      vertical-align: top;
    }

    .table.half > * {
      width: 50%;
      padding-bottom: 2em;
    }
    .table.half > *:first-child {
      padding-right: 5%;
    }
      .table.half > *:last-child {
        padding-left: 5%;
      }

    .table.triple > * {
      width: 33%;
    }

      .table.triple > *:first-child {
        padding-right: 4%;
      }

      .table.triple > *:nth-child(2) {
        padding-left: 2%;
        padding-right: 2%;
      }

      .table.triple > *:last-child {
        padding-left: 4%;
      }
  #sbTop, #sbInfo {
    padding: 1em 2em;
  }
}

@media (min-width: 1200px) {
  body {
    margin-top: 115px;
  }
  .container {
    width: 80%;
    padding: 0;
  }
  main p {
    line-height: 18pt;
  }
  nav > a.logo > img {
    height: 80px;
  }
  ul.menu {
    vertical-align:middle;
  }
  ul.menu > li > a {
    font-size:14pt;
    padding: 10px 15px;
  }

  div.homebox {
    padding: 30px 20px;
  }

  div.homeinfo {
    color: #558EB3;
    font-size: 14pt;
    font-weight: bold;
  }

  #secHomeAdv > div:first-child {
    padding-right: 100px;
  }

  .box {
    padding: 10px 20px;
    font-size: 11pt;
  }
  .cpad {
    padding-right: 7em;
  }

}

@media (min-width: 1500px) {
  ul.menu > li > a {
    padding: 10px 20px;
  }
  #sbTop, #sbInfo {
    padding: 2em 3em;
  }
  .cpad {
    padding-right: 10em;
  }
}

/* Grid Styles */
table.grid {
    background-color: #FFFFFF;
    border: 1px solid #999;
    border-collapse: collapse;
}

    table.grid thead th, table.grid tfoot th {
        background-color: #DDD;
        padding: 3px 5px;
        color: #683D1B;
        border: 1px solid #999;
        white-space: nowrap;
        text-align: center;
    }

    table.grid tfoot th {
        border-bottom: 1px solid #999;
    }

    table.grid tbody th {
        background: none repeat-x scroll 50% 50% #F6F6F6;
        border: 1px solid #999;
        color: #5E7CB5;
        padding: 3px 5px;
        white-space: nowrap;
    }

    table.grid tbody td {
        border: 1px solid #999;
        color: #444444;
        padding: 4px 4px 3px 4px;
    }

    table.grid tbody tr.new {
        font-weight: bold;
        background-color: #FAFAFA;
    }

    table.grid tr.rowSel {
        background: #F9F6D7;
    }

        table.grid tr.rowSel td {
            color: #DD0000;
        }

        table.grid tr.rowSel:hover, table.grid tbody tr:hover {
            background: #F4D9A6;
            border-color: #E68A3A;
        }

table.quick tbody tr:hover {
    cursor: pointer;
}

table.grid tbody tr.rowSel:hover td {
    color: #DD0000;
}

table.grid tbody td a {
    margin-left: 10px;
    margin-right: 10px;
}

table.grid tbody tr.inactive td {
    background-color: #EEEEEE;
}



table.grid tbody tr.hidden td {
    font-style: italic;
}

table.grid tbody tr.nonvis td {
    background-color: #F1F1F1;
    font-style: italic;
}

table.grid thead th.tablesorter-headerUnSorted {
    background-image: url(images/sort.gif);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 20px;
    cursor: pointer;
}

table.grid thead th.tablesorter-headerAsc {
    background-image: url(images/sort-asc.gif);
    background-repeat: no-repeat;
    background-position: center right;
    padding: 5px 20px 3px 5px;
    border-bottom: 2px solid #3E92DA;
}

table.grid thead th.tablesorter-headerDesc {
    background-image: url(images/sort-desc.gif);
    background-repeat: no-repeat;
    background-position: center right;
    padding: 5px 20px 3px 5px;
    border-bottom: 2px solid #3E92DA;
}

table.grid > tbody > tr.pre-delete {
    background-color: #EF9694;
}

table.grid thead th.tablesorter-headerUnSorted.sorter-false {
    background-image: none;
    padding: initial;
}



/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #DD0000;
    margin-left: 10px;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #DD0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #DD0000;
}

.validation-summary-valid {
    display: none;
}


i.fa-spinner {
    color: #428bca;
    display: none;
}




body.testsite header h1 {
    color: #900;
}

.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-size: 10pt;
}
