@font-face {
  font-family: "AVBook";
  src: url("../media/fonts/Avenir-Book.eot?") format("eot"), url("../media/fonts/Avenir-Book.ttf") format("truetype"), url("../media/fonts/Avenir-Book.woff") format("woff"); }

@font-face {
  font-family: "AVBlack";
  src: url("../media/fonts/Avenir-Black.eot?") format("eot"), url("../media/fonts/Avenir-Black.ttf") format("truetype"), url("../media/fonts/Avenir-Black.woff") format("woff"); }

@font-face {
  font-family: "AVHeavy";
  src: url("../media/fonts/AvenirLTStd-Heavy.eot?") format("eot"), url("../media/fonts/AvenirLTStd-Heavy.woff") format("woff"), url("../media/fonts/AvenirLTStd-Heavy.svg#AVHeavy") format("svg"); }

@font-face {
  font-family: "AVRoman";
  src: url("../media/fonts/AvenirLTStd-Roman.otf") format("opentype"), url("../media/fonts/AvenirLTStd-Roman.eot?") format("eot"), url("../media/fonts/AvenirLTStd-Roman.ttf") format("truetype"), url("../media/fonts/AvenirLTStd-Roman.woff") format("woff"), url("../media/fonts/AvenirLTStd-Roman.svg#AVRoman") format("svg"); }

@font-face {
  font-family: "AVMedium";
  src: url("../media/fonts/AvenirLTStd-Medium.otf") format("opentype"), url("../media/fonts/AvenirLTStd-Medium.eot?") format("eot"), url("../media/fonts/AvenirLTStd-Medium.ttf") format("truetype"), url("../media/fonts/AvenirLTStd-Medium.woff") format("woff"), url("../media/fonts/AvenirLTStd-Medium.svg#AVMedium") format("svg"); }

html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  position: relative;
  min-height: 100%; }

body {
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  font-size: 12px;
  color: #5f6b72; }

ol, ul {
  list-style: none; }
  
.form-group ul {
    list-style: disc;
}

main {
  margin-bottom: 25px; }

a {
  color: #5f6b72; }
  a:hover {
    color: #000; }

@media (min-width: 768px){
	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: left;
	}
}
	
.btn {
  margin-bottom: 5px;
  font-family: "AVHeavy";
  height: 40px;
  text-transform: uppercase; }

.btn-arrow {
  position: relative; }
  .btn-arrow:before {
    content: " ";
    background: url(../media/images/arrow.png);
    background-size: cover;
    position: absolute;
    left: 10px;
    top: calc(50% - 12px);
    height: 24px;
    width: 24px;
    display: block;
    border-radius: 50%;
    line-height: 1; }



    
.black {
  color: #000; }
  .black h1, .black h2, .black h3, .black h4, .black h5, .black h6, .black p {
    color: #000; }

.bg-black {
  background-color: #000; }

.btn-black {
  background-color: #000; }
  .btn-black:active {
    background-color: #000; }
  .btn-black:before {
    color: #000; }

.white {
  color: #fff; }
  .white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white p {
    color: #fff; }

.bg-white {
  background-color: #fff; }

.btn-white {
  background-color: #fff; }
  .btn-white:active {
    background-color: #fff; }
  .btn-white:before {
    color: #fff; }

.gray {
  color: #5f6b72; }
  .gray h1, .gray h2, .gray h3, .gray h4, .gray h5, .gray h6, .gray p {
    color: #5f6b72; }

.bg-gray {
  background-color: #5f6b72; }

.btn-gray {
  background-color: #5f6b72; }
  .btn-gray:active {
    background-color: #5f6b72; }
  .btn-gray:before {
    color: #5f6b72; }

.gray2 {
  color: #5e6a71; }
  .gray2 h1, .gray2 h2, .gray2 h3, .gray2 h4, .gray2 h5, .gray2 h6, .gray2 p {
    color: #5e6a71; }

.bg-gray2 {
  background-color: #5e6a71; }

.btn-gray2 {
  background-color: #5e6a71; }
  .btn-gray2:active {
    background-color: #5e6a71; }
  .btn-gray2:before {
    color: #5e6a71; }

.lightgray {
  color: #f5f6f7; }
  .lightgray h1, .lightgray h2, .lightgray h3, .lightgray h4, .lightgray h5, .lightgray h6, .lightgray p {
    color: #f5f6f7; }

.bg-lightgray {
  background-color: #f5f6f7; }

.btn-lightgray {
  background-color: #f5f6f7; }
  .btn-lightgray:active {
    background-color: #f5f6f7; }
  .btn-lightgray:before {
    color: #f5f6f7; }

.darkgray {
  color: #212836; }
  .darkgray h1, .darkgray h2, .darkgray h3, .darkgray h4, .darkgray h5, .darkgray h6, .darkgray p {
    color: #212836; }

.bg-darkgray {
  background-color: #212836; }

.btn-darkgray {
  background-color: #212836; }
  .btn-darkgray:active {
    background-color: #212836; }
  .btn-darkgray:before {
    color: #212836; }

.lightgreen {
  color: #f2f7cc; }
  .lightgreen h1, .lightgreen h2, .lightgreen h3, .lightgreen h4, .lightgreen h5, .lightgreen h6, .lightgreen p {
    color: #f2f7cc; }

.bg-lightgreen {
  background-color: #f2f7cc; }

.btn-lightgreen {
  background-color: #f2f7cc; }
  .btn-lightgreen:active {
    background-color: #f2f7cc; }
  .btn-lightgreen:before {
    color: #f2f7cc; }

.green {
  color: #bed600; }
  .green h1, .green h2, .green h3, .green h4, .green h5, .green h6, .green p {
    color: #bed600; }

.bg-green {
  background-color: #bed600; }

.btn-green {
  background-color: #bed600; }
  .btn-green:active {
    background-color: #bed600; }
  .btn-green:before {
    color: #bed600; }

.darkgreen {
  color: #1ed200; }
  .darkgreen h1, .darkgreen h2, .darkgreen h3, .darkgreen h4, .darkgreen h5, .darkgreen h6, .darkgreen p {
    color: #1ed200; }

.bg-darkgreen {
  background-color: #1ed200; }

.btn-darkgreen {
  background-color: #1ed200; }
  .btn-darkgreen:active {
    background-color: #1ed200; }
  .btn-darkgreen:before {
    color: #1ed200; }

.blue {
  color: #3879bb; }
  .blue h1, .blue h2, .blue h3, .blue h4, .blue h5, .blue h6, .blue p {
    color: #3879bb; }

.bg-blue {
  background-color: #3879bb; }

.btn-blue {
  background-color: #3879bb; }
  .btn-blue:active {
    background-color: #3879bb; }
  .btn-blue:before {
    color: #3879bb; }

.red {
  color: #d40f0f; }
  .red h1, .red h2, .red h3, .red h4, .red h5, .red h6, .red p {
    color: #d40f0f; }

.bg-red {
  background-color: #d40f0f; }

.btn-red {
  background-color: #d40f0f; }
  .btn-red:active {
    background-color: #d40f0f; }
  .btn-red:before {
    color: #d40f0f; }

.btn-gray:hover {
  color: #fff;
  background-color: #4c565b; }

.btn-green {
  width: 100%; }
  .btn-green:hover {
    background-color: #d7f105; }

.btn-darkgreen {
  width: 100%; }
  .btn-darkgreen:hover {
    background-color: #1baf03;
    color: #fff; }

.btn-cancel {
  border: 1px solid #5f6b72; }

.btn-file {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: left;
  font-size: 11px;
  border-color: #aeb4b8;
  height: 34px;
  text-transform: none; }
  .btn-file:after {
    content: "\e142";
    font-family: 'Glyphicons Halflings';
    font-size: 11px;
    color: #5f6b72;
    display: block;
    position: absolute;
    right: 10px;
    top: 7px;
    transform: scale(1, -1) rotate(270deg); }
  .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block; }

.divider-green {
  margin-bottom: 25px; }
  .divider-green:after {
    content: " ";
    background-image: url(../media/images/dot.png);
    display: block;
    height: 4px; }

.editable {
  border: 1px solid #5f6b72;
  border-left-width: 3px;
  padding-top: 8px;
  vertical-align: middle;
  padding-left: 8px;
  padding-right: 36px;
  position: relative; }
  .editable span {
    cursor: pointer; }
    .editable span:after {
      content: " ";
      background: url("../media/images/edit.svg") no-repeat;
      background-size: contain;
      display: block;
      position: absolute;
      width: 18px;
      height: 18px;
      top: 5px;
      right: 9px; }

.checkbox {
  margin: 0; }
  .checkbox label {
    padding-left: 0; }
    .checkbox label:after {
      content: '';
      display: table;
      clear: both; }
  .checkbox .check {
    display: inline-block;
    border: 1px solid #5f6b72;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    padding: 3px; }
    .checkbox .check i {
      border-radius: 1px;
      font-size: 10px;
      line-height: 0;
      width: 100%;
      height: 100%;
      display: block; }
    .checkbox .check.check-square {
      border-radius: 2px; }
      .checkbox .check.check-square i {
        border-radius: 1px; }
    .checkbox .check.check-rounded {
      border-radius: 50%; }
      .checkbox .check.check-rounded i {
        border-radius: 50%; }
  .checkbox input[type="checkbox"]:checked + .check > i, .checkbox input[type="radio"]:checked + .check > i {
    background-color: #5f6b72; }

section.headline h1 {
  font-family: "AVHeavy";
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 19px; }

section.headline p {
  margin-bottom: 18px; }

.visible-desktop {
  display: none; }

@media (min-width: 769px) {
  body {
    font-size: 14px; }
  .visible-desktop {
    display: block; }
  .btn {
    height: 44px; }
    .btn.btn-file {
      height: 34px;
      font-size: 14px; }
  .btn-arrow:before {
    left: 20px; }
  .editable span:after {
    top: calc(50% - 9px); }
  section.headline h1, section.headline p {
    width: 100%; }
    section.headline h1.editable, section.headline p.editable {
      width: 100%; }
  section.headline h1 {
    font-size: 36px;
    margin-bottom: 18px; } }

.close:focus, .close:hover {
  opacity: 1; }

.modal-header {
  border: none;
  padding: 40px 15px 0; }

.modal-title {
  font-family: "AVHeavy";
  text-transform: uppercase;
  font-size: 19px; }

.modal-confirmation {
  font-family: "AVRoman";
  text-transform: uppercase;
  margin-top: 0; }

.modal-footer {
  border: none;
  text-align: center; }
  .modal-footer .btn-cancel {
    width: 100%;
    margin: 0;
    margin-top: 15px; }

.modal-content {
  border: 16px solid #f2f7cc;
  border-radius: 0px;
  box-shadow: none; }

button.close {
  background: url("../media/images/closeModal-btn.png");
  height: 34px;
  width: 35px;
  opacity: 1;
  position: absolute;
  top: 14px;
  right: 14px; }
  button.close:hover {
    background: url("../media/images/close-btnhover.png"); }

a.close {
    float: right;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.modal-dialog {
  width: 350px;
  margin: 30px auto; }

.admin .create-new-container .btn-create-new {
  width: 100%;
  max-width: 372px;
  display: block;
  margin-bottom: 20px; }
  
.admin .create-new-container2 .btn-create-new {
  width: 100%;
  max-width: 372px;
  display: block;
  margin-bottom: 20px; }

@media (min-width: 760px) {
  .admin .create-new-container {
    float: right; }
    .admin .create-new-container .btn-create-new {
      width: 214px;
      margin-top: -64px;
      margin-bottom: 0; }
    .admin .create-new-container2 {
    float: right; }
    .admin .create-new-container2 .btn-create-new {
      width: 214px;
      margin-bottom: 0; }
  .modal-dialog {
    width: 600px; }
  .modal-title {
    font-size: 24px; }
  .modal-confirmation {
    font-size: 24px; }
  .modal-header {
    padding: 70px 44px 0; }
  .modal-body {
    padding: 20px 44px 0; }
  .modal-footer {
    padding: 0 44px 35px; } }

@font-face {
  font-family: "AVBook";
  src: url("../media/fonts/Avenir-Book.eot?") format("eot"), url("../media/fonts/Avenir-Book.ttf") format("truetype"), url("../media/fonts/Avenir-Book.woff") format("woff"); }

@font-face {
  font-family: "AVBlack";
  src: url("../media/fonts/Avenir-Black.eot?") format("eot"), url("../media/fonts/Avenir-Black.ttf") format("truetype"), url("../media/fonts/Avenir-Black.woff") format("woff"); }

@font-face {
  font-family: "AVHeavy";
  src: url("../media/fonts/AvenirLTStd-Heavy.eot?") format("eot"), url("../media/fonts/AvenirLTStd-Heavy.woff") format("woff"), url("../media/fonts/AvenirLTStd-Heavy.svg#AVHeavy") format("svg"); }

@font-face {
  font-family: "AVRoman";
  src: url("../media/fonts/AvenirLTStd-Roman.otf") format("opentype"), url("../media/fonts/AvenirLTStd-Roman.eot?") format("eot"), url("../media/fonts/AvenirLTStd-Roman.ttf") format("truetype"), url("../media/fonts/AvenirLTStd-Roman.woff") format("woff"), url("../media/fonts/AvenirLTStd-Roman.svg#AVRoman") format("svg"); }

@font-face {
  font-family: "AVMedium";
  src: url("../media/fonts/AvenirLTStd-Medium.otf") format("opentype"), url("../media/fonts/AvenirLTStd-Medium.eot?") format("eot"), url("../media/fonts/AvenirLTStd-Medium.ttf") format("truetype"), url("../media/fonts/AvenirLTStd-Medium.woff") format("woff"), url("../media/fonts/AvenirLTStd-Medium.svg#AVMedium") format("svg"); }

.insert {
  display: none; }

.sort-arrow {
  position: relative;
  display: inline-block;
  padding-right: 36px;
  text-decoration: none;
  color: #fff; }
  .sort-arrow:before {
    content: " ";
    background: url(../media/images/arrow.png);
    background-size: cover;
    position: absolute;
    height: 24px;
    width: 24px;
    display: block;
    right: 0;
    top: calc(50% - 12px);
    border-radius: 50%;
    line-height: 1;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .sort-arrow:hover {
    color: #fff;
    text-decoration: none; }

.table-layout .display-pagination p {
  padding: 6px 0; }

.table-layout .display-pagination .pagination {
  margin: 0 0 12px; }
  .table-layout .display-pagination .pagination a {
    color: #5f6b72;
    border: none; }
    .table-layout .display-pagination .pagination a:hover {
      background-color: #5f6b72;
      color: #fff; }
  .table-layout .display-pagination .pagination .disabled a {
    color: #bcc3ca; }
    .table-layout .display-pagination .pagination .disabled a:hover {
      color: #bcc3ca;
      background-color: transparent; }
  .table-layout .display-pagination .pagination .active a {
    background-color: #f5f6f7; }
    .table-layout .display-pagination .pagination .active a:hover {
      color: #5f6b72; }

.table-layout .display-pagination:last-of-type .pagination, .table-layout .display-pagination:last-of-type p {
  margin: 0; }

.table-layout table {
  width: 100%;
  margin-bottom: 16px;
  table-layout: fixed; }

.table-layout thead, .table-layout .table-header {
  font-size: 14px;
  color: #fff;
  background: #5e6a71; }

.table-layout th {
  padding: 12px 15px;
  vertical-align: top;
  line-height: 24px; }
  .table-layout th a:focus {
    text-decoration: none;
    color: #fff; }

.table-layout tbody tr:nth-child(even) {
  background-color: #f5f6f7; }

.table-layout td {
  display: block;
  width: 100%;
  vertical-align: top;
  padding: 0 15px 10px 15px; }
  .table-layout td:first-of-type {
    padding-top: 14px; }
  .table-layout td:last-of-type {
    padding-bottom: 14px; }
    .table-layout td:last-of-type img {
      width: 18px; }
  .table-layout td a {
    font-weight: bold;
    text-decoration: underline; }

@media (min-width: 769px) {
  .table-layout .display-pagination .pagination {
    float: right; } }

@media (min-width: 993px) {
  .table-layout th {
    padding: 12px 12px 12px 0; }
    .table-layout th:first-of-type {
      padding-left: 11px; }
    .table-layout th:last-of-type {
      padding-right: 11px; }
  .table-layout td {
    display: table-cell;
    padding: 15px 12px 20px 0; }
    .table-layout td:first-of-type {
      padding-left: 11px; }
    .table-layout td:last-of-type {
      padding-right: 11px; } }
	  
.panel-default>.panel-heading {
    color: #333;
    background-color: #5E6A71;
    color: white;
}
.panel-default>.panel-heading>.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
	font-weight: bold;
}


@font-face {
  font-family: "AVBook";
  src: url("../media/fonts/Avenir-Book.eot?") format("eot"), url("../media/fonts/Avenir-Book.ttf") format("truetype"), url("../media/fonts/Avenir-Book.woff") format("woff"); }

@font-face {
  font-family: "AVBlack";
  src: url("../media/fonts/Avenir-Black.eot?") format("eot"), url("../media/fonts/Avenir-Black.ttf") format("truetype"), url("../media/fonts/Avenir-Black.woff") format("woff"); }

@font-face {
  font-family: "AVHeavy";
  src: url("../media/fonts/AvenirLTStd-Heavy.eot?") format("eot"), url("../media/fonts/AvenirLTStd-Heavy.woff") format("woff"), url("../media/fonts/AvenirLTStd-Heavy.svg#AVHeavy") format("svg"); }

@font-face {
  font-family: "AVRoman";
  src: url("../media/fonts/AvenirLTStd-Roman.otf") format("opentype"), url("../media/fonts/AvenirLTStd-Roman.eot?") format("eot"), url("../media/fonts/AvenirLTStd-Roman.ttf") format("truetype"), url("../media/fonts/AvenirLTStd-Roman.woff") format("woff"), url("../media/fonts/AvenirLTStd-Roman.svg#AVRoman") format("svg"); }

@font-face {
  font-family: "AVMedium";
  src: url("../media/fonts/AvenirLTStd-Medium.otf") format("opentype"), url("../media/fonts/AvenirLTStd-Medium.eot?") format("eot"), url("../media/fonts/AvenirLTStd-Medium.ttf") format("truetype"), url("../media/fonts/AvenirLTStd-Medium.woff") format("woff"), url("../media/fonts/AvenirLTStd-Medium.svg#AVMedium") format("svg"); }

footer {
  font-size: 12px;
  background-color: #5e6a71;
  color: #fff;
  padding-top: 15px;
  text-align: center; }
  footer .social {
    margin-bottom: 27px; }
    footer .social a {
      background-color: #fff;
      display: inline-block;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      vertical-align: middle; }
      footer .social a img {
        height: auto; }
      footer .social a:first-of-type {
        margin-right: 12px; }
        footer .social a:first-of-type img {
          padding-top: 26%;
          max-width: 67%;
          height: auto; }
      footer .social a:last-of-type img {
        padding-top: 18%;
        max-width: 52%;
        height: auto; }
  footer .nav {
    border-bottom: #fff solid 1px; }
    footer .nav li {
      border-top: #fff solid 1px; }
      footer .nav li a {
        padding: 15px 5px;
        color: #fff; }
        footer .nav li a:hover, footer .nav li a:focus {
          background-color: #5e6a71;
          text-decoration: underline; }
  footer .copy {
    padding: 23px 0; }
  @media (min-width: 769px) {
    footer {
      padding: 20px 0 25px; }
      footer .row {
        margin-left: 15px;
        margin-right: 15px;
        padding: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row-reverse nowrap;
        -ms-flex-direction: row-reverse;
        flex-flow: row-reverse nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        footer .row .social {
          float: right;
          width: 100px;
          margin-bottom: 0; }
          footer .row .social a {
            width: 34px;
            height: 34px; }
            footer .row .social a:first-of-type {
              margin: 0 10px; }
            footer .row .social a img {
              max-height: 27px; }
        footer .row .nav {
          width: 330px;
          float: right;
          border: none; }
          footer .row .nav li {
            display: inline-block;
            border: none; }
            footer .row .nav li:after {
              content: " | "; }
            footer .row .nav li:last-of-type:after {
              content: none; }
            footer .row .nav li a {
              display: inline-block; }
        footer .row .copy {
          float: left;
          width: 50%;
          padding: 15px 0;
          -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
          text-align: left; } }

@font-face {
  font-family: "AVBook";
  src: url("../media/fonts/Avenir-Book.eot?") format("eot"), url("../media/fonts/Avenir-Book.ttf") format("truetype"), url("../media/fonts/Avenir-Book.woff") format("woff"); }

@font-face {
  font-family: "AVBlack";
  src: url("../media/fonts/Avenir-Black.eot?") format("eot"), url("../media/fonts/Avenir-Black.ttf") format("truetype"), url("../media/fonts/Avenir-Black.woff") format("woff"); }

@font-face {
  font-family: "AVHeavy";
  src: url("../media/fonts/AvenirLTStd-Heavy.eot?") format("eot"), url("../media/fonts/AvenirLTStd-Heavy.woff") format("woff"), url("../media/fonts/AvenirLTStd-Heavy.svg#AVHeavy") format("svg"); }

@font-face {
  font-family: "AVRoman";
  src: url("../media/fonts/AvenirLTStd-Roman.otf") format("opentype"), url("../media/fonts/AvenirLTStd-Roman.eot?") format("eot"), url("../media/fonts/AvenirLTStd-Roman.ttf") format("truetype"), url("../media/fonts/AvenirLTStd-Roman.woff") format("woff"), url("../media/fonts/AvenirLTStd-Roman.svg#AVRoman") format("svg"); }

@font-face {
  font-family: "AVMedium";
  src: url("../media/fonts/AvenirLTStd-Medium.otf") format("opentype"), url("../media/fonts/AvenirLTStd-Medium.eot?") format("eot"), url("../media/fonts/AvenirLTStd-Medium.ttf") format("truetype"), url("../media/fonts/AvenirLTStd-Medium.woff") format("woff"), url("../media/fonts/AvenirLTStd-Medium.svg#AVMedium") format("svg"); }

.c-header {
  padding-top: 20px; }
  .c-header .navbar-toggle-label {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 10px; }
  .c-header .navbar {
    margin-bottom: 0; }
  .c-header .navbar-inverse .navbar-nav > .active > a, .c-header .navbar-inverse .navbar-nav > .active > a:focus, .c-header .navbar-inverse .navbar-nav > .active > a:hover {
    color: #000;
    background-color: #bed600;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    top: 10px;
    border-radius: 4px; }
    @media (max-width: 770px) {
      .c-header .navbar-inverse .navbar-nav > .active > a, .c-header .navbar-inverse .navbar-nav > .active > a:focus, .c-header .navbar-inverse .navbar-nav > .active > a:hover {
        padding-bottom: 10px;
        padding-top: 10px;
        position: relative;
        top: 5px; } }
    @media (max-width: 500px) {
      .c-header .navbar-inverse .navbar-nav > .active > a, .c-header .navbar-inverse .navbar-nav > .active > a:focus, .c-header .navbar-inverse .navbar-nav > .active > a:hover {
        top: 0px; } }
  .c-header .container-fixed-breadcrumb {
    padding: 0; }
  .c-header .navbar-toggle-icon {
    position: relative;
    width: 22px;
    height: 14px;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    float: left;
    /* vertical-align: middle; */
    top: -4px; }
  .c-header .navbar-collapse {
    border-color: #fff; }
  .c-header .breadcrumb {
    box-shadow: inset 0px 10px 8px -10px rgba(0, 0, 0, 0.3);
    background-color: #f2f7cc;
    padding: 15px 15px; }
    .c-header .breadcrumb li a {
      color: #5f6b72;
      font-size: 16px; }
    @media (max-width: 770px) {
      .c-header .breadcrumb {
        border-radius: 0; } }
  .c-header .breadcrumb > li + li:before {
    color: #5f6b72;
    content: ">"; }
  .c-header .navbar-inverse {
    background-color: #fff;
    border-color: #fff; }
    .c-header .navbar-inverse li a {
      padding-left: 10px;
      padding-right: 10px;
      color: #5f6b72;
      font-size: 14px;
      font-family: "AVBlack";
      text-transform: uppercase; }
      .c-header .navbar-inverse li a:hover {
        color: #000;
		background-color: #bed600;
		padding-bottom: 10px;
		padding-top: 10px;
		position: relative;
		top: 5px;
		bottom: 5px;
		border-radius: 4px;
		}
      .c-header .navbar-inverse li a:focus {
        color: #5f6b72; }
    .c-header .navbar-inverse .navbar-toggle {
      background-color: #5f6b72;
      border-color: #5f6b72; }
      .c-header .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #afb5b9;
        height: 5px;
        margin-top: 3px;
        width: 26px; }
      @media (max-width: 770px) {
        .c-header .navbar-inverse .navbar-toggle {
          position: absolute;
          top: -100px;
          right: 0; } }
  .c-header .asp-logo {
    width: 100%;
    max-width: 224px;
    padding-bottom: 10px; }
    @media (max-width: 770px) {
      .c-header .asp-logo {
        width: 100%;
        max-width: 140px; } }
  .c-header .logged-since {
    position: relative;
    top: -10px;
    font-size: 12px;
    color: #5f6b72; }
    @media (max-width: 770px) {
      .c-header .logged-since {
        top: 0px; } }
  .c-header #internal-navigation {
    margin: 0;
    padding: 0; }
    .c-header #internal-navigation ul li {
      list-style-type: none;
      display: inline; }
      .c-header #internal-navigation ul li:not(:first-child):before {
        content: " | ";
        margin: 0 10px; }
      .c-header #internal-navigation ul li a {
        color: #5f6b72;
        text-decoration: none;
        font-size: 14px; }
      .c-header #internal-navigation ul li:last-child a {
        text-decoration: underline; }
    @media (max-width: 770px) {
      .c-header #internal-navigation .loggout {
        position: relative;
        margin-right: 0;
        top: 0; } }

.notices-popup {
  display: none;
  background-color: #f5f6f7;
  width: 100%; }
  .notices-popup .reg-popup-left h3 {
    font-family: "AVBook";
    font-size: 21px; }
  .notices-popup .reg-popup-right {
    position: relative; }
    .notices-popup .reg-popup-right .btn-container .gray-btn {
      float: left;
      width: 45%;
      margin-right: 20px;
      background-color: #f5f6f7;
      border: 1px solid #5f6b72;
      margin-bottom: 30px; }
      .notices-popup .reg-popup-right .btn-container .gray-btn:hover {
        background-color: #f5f6f7;
        color: #212836;
        border-color: #212836; }
    .notices-popup .reg-popup-right .btn-container .green-btn {
      float: left;
      width: 45%; }
  @media (min-width: 769px) {
    .notices-popup .reg-popup-left h3 {
      margin-top: 10%; }
    .notices-popup .reg-popup-right .btn-container {
      margin-top: 8%; }
      .notices-popup .reg-popup-right .btn-container .red-btn {
        margin-bottom: 30px; } }

.btn.btn-green {
  width: 100%; }

.tablecontent {
  padding-bottom: 24px;
  border-bottom: 1px solid; }
  .tablecontent dt {
    float: left;
    width: 30%; }
  .tablecontent dd {
    float: left;
    width: 70%; }
  .tablecontent h3 {
    font-weight: bold;
    border-bottom: 2px solid;
    display: inline-block;
    font-size: 16px; }

.shadow:after {
  content: " ";
  box-shadow: inset 0px -50px 50px -25px rgba(255, 255, 255, 0.9);
  height: 50px;
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0; }

.scroll-content {
  padding: 20px 15px 10px;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto; }

.tablecontent dl a {
    font-weight: bold;
    text-decoration: underline; }

@media (min-width: 769px) {
  .modal-title {
    font-size: 24px; }
  .modal-confirmation {
    font-size: 24px; }
  .modal-body {
    max-height: 580px; }
  .scroll-content {
    padding: 20px 44px 10px; }
  .tablecontent h3 {
    font-size: 18px; }
  .shadow:after {
    width: 90%; } }

@font-face {
  font-family: "AVBook";
  src: url("../media/fonts/Avenir-Book.eot?") format("eot"), url("../media/fonts/Avenir-Book.ttf") format("truetype"), url("../media/fonts/Avenir-Book.woff") format("woff"); }

@font-face {
  font-family: "AVBlack";
  src: url("../media/fonts/Avenir-Black.eot?") format("eot"), url("../media/fonts/Avenir-Black.ttf") format("truetype"), url("../media/fonts/Avenir-Black.woff") format("woff"); }

@font-face {
  font-family: "AVHeavy";
  src: url("../media/fonts/AvenirLTStd-Heavy.eot?") format("eot"), url("../media/fonts/AvenirLTStd-Heavy.woff") format("woff"), url("../media/fonts/AvenirLTStd-Heavy.svg#AVHeavy") format("svg"); }

@font-face {
  font-family: "AVRoman";
  src: url("../media/fonts/AvenirLTStd-Roman.otf") format("opentype"), url("../media/fonts/AvenirLTStd-Roman.eot?") format("eot"), url("../media/fonts/AvenirLTStd-Roman.ttf") format("truetype"), url("../media/fonts/AvenirLTStd-Roman.woff") format("woff"), url("../media/fonts/AvenirLTStd-Roman.svg#AVRoman") format("svg"); }

@font-face {
  font-family: "AVMedium";
  src: url("../media/fonts/AvenirLTStd-Medium.otf") format("opentype"), url("../media/fonts/AvenirLTStd-Medium.eot?") format("eot"), url("../media/fonts/AvenirLTStd-Medium.ttf") format("truetype"), url("../media/fonts/AvenirLTStd-Medium.woff") format("woff"), url("../media/fonts/AvenirLTStd-Medium.svg#AVMedium") format("svg"); }

#login section.headline h1 {
  font-size: 19px;
  margin: 15px 0 12px 0; }

.page_login {
  position: relative; }
  .page_login .row {
    margin-left: -15px; }
  .page_login .white-container {
    display: block;
    background-color: #fff; }
    .page_login .white-container .right-col img {
      width: 100%;
      max-width: 484px;
      margin: auto;
      display: block; }
    .page_login .white-container .left-col h3 {
      font-size: 19px;
      text-transform: uppercase;
      margin-top: 15px;
      font-family: "AVHeavy"; }
    .page_login .white-container .left-col .login-menu {
      padding: 0;
      margin-top: 20px;
      margin-bottom: 20px; }
      .page_login .white-container .left-col .login-menu a {
        text-decoration: underline;
        color: #5e6a71;
        font-size: 13px; }
    .page_login .white-container .form-signin {
      margin-top: 20px; }
      .page_login .white-container .form-signin .form-control {
        height: 45px;
        margin-bottom: 15px;
        border: 1px solid #aeb4b8;
        font-size: 16px;
        color: #5e6a71;
        font-family: "AVHeavy"; }
      .page_login .white-container .form-signin .checkbox .check {
        width: 16px;
        height: 16px; }
      .page_login .white-container .form-signin .checkbox .remembme {
        vertical-align: top;
        display: inline-block;
        margin-left: 5px;
        color: #5e6a71;
        font-family: "AVMedium";
        font-size: 14px; }
    .page_login .white-container .btn.btn-green {
      margin-top: 20px; }

@media (min-width: 769px) {
  .page_login {
    background-color: #f2f7cc;
    padding: 20px; }
    .page_login .row {
      margin-left: 0px; }
    .page_login .white-container .left-col {
      padding-left: 60px;
      max-width: 400px;
      margin-right: auto;
      margin-left: auto; }
      .page_login .white-container .left-col h3 {
        font-size: 24px;
        margin-top: 35px; }
      .page_login .white-container .left-col .login-menu {
        margin-top: 30px;
        margin-bottom: 30px; }
    .page_login .white-container .form-signin {
      margin-top: 30px;
      max-width: 300px; }
    .page_login .white-container .divider-green:after {
      max-width: 300px; }
  #login section.headline h1 {
    font-size: 36px;
    margin: 25px 0 25px 0; } }

@media (min-width: 993px) {
  .page_login .white-container .right-col img {
    float: right;
    width: 484px; }
  .page_login .white-container .left-col {
    max-width: none; } }

.page_password_set {
  position: relative; }
  .page_password_set .row {
    margin-left: -15px; }
  .page_password_set .white-container {
    display: block;
    background-color: #fff; }
    .page_password_set .white-container .left-col h3 {
      font-size: 19px;
      text-transform: uppercase;
      margin-top: 15px;
      font-family: "AVHeavy"; }
    .page_password_set .white-container .left-col .login-menu {
      padding: 0;
      margin-top: 20px;
      margin-bottom: 20px; }
      .page_password_set .white-container .left-col .login-menu a {
        text-decoration: underline;
        color: #5e6a71;
        font-size: 13px; }
    .page_password_set .white-container .form-signin {
      margin-top: 20px; }
      .page_password_set .white-container .form-signin .form-control {
        height: 45px;
        margin-bottom: 15px;
        border: 1px solid #aeb4b8;
        font-size: 16px;
        color: #5e6a71;
        font-family: "AVHeavy"; }
    .page_password_set .white-container .btn.btn-green {
      margin-top: 20px; }
	
@media (min-width: 769px) {
  .page_password_set {
    background-color: #f2f7cc;
    padding: 20px; }
    .page_password_set .row {
      margin-left: 0px; }
    .page_password_set .white-container .left-col {
      padding-left: 60px;
      max-width: 500px;
      margin-right: auto;
      margin-left: auto; }
      .page_password_set .white-container .left-col h3 {
        font-size: 24px;
        margin-top: 35px; }
      .page_password_set .white-container .left-col .login-menu {
        margin-top: 30px;
        margin-bottom: 30px; }
    .page_password_set .white-container .form-signin {
      margin-top: 30px;
      max-width: 500px; }
    .page_password_set .white-container .divider-green:after {
      max-width: 500px; }
  #login section.headline h1 {
    font-size: 36px;
    margin: 25px 0 25px 0; } }
    
.separator {
    height:15px;

}
	
.logout_text{
	font-size: 30px;
	text-align: center;
    position: relative;
	padding-top: 30px;
	
}

.logout_text a {
	color:#3d7dbb;
	cursor: pointer;
	text-decoration:underline
}
.logout_text a:hover {
	color:#0f3d89
}
.formItemMargin a {
	color:#3d7dbb;
	text-decoration:underline
}
.formItemMargin a:hover{
	color:#0f3d89
}

.dialog-content label {
  display: block;
  font-family: "AVHeavy";
  font-size: 14px; }

.dialog-content .form-control {
  border-color: #aeb4b8; }

.dialog-content .modal-header {
  padding-top: 50px; }

.dialog-content .modal-footer .btn + .btn {
  margin-left: 0; }

.dialog-content .modal-body.form-inline .form-control {
  color: #5e6a71;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none; }

.dialog-content .group select, .dialog-content .group input, .dialog-content .group textarea {
  font-size: 11px; }

.dialog-content .group select {
  border: 1px solid #aeb4b8;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px;
  width: 100%;
  background-image: url(../media/images/arrow-select.png);
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: auto;
  color: #000; }

.dialog-content .group-last {
  padding-bottom: 15px;
  border-bottom: 1px solid #dfe1e3;
  margin-bottom: 18px; }

.dialog-content .form-inline .display-block {
  display: block; }

.dialog-content .form-inline .group {
  margin-bottom: 15px; }

@media (min-width: 760px) {
  .dialog-content .modal-body {
    max-height: none; }
  .dialog-content .form-inline .form-control {
    width: 100%;
    padding: 6px 10px; }
  .dialog-content .form-inline .form-control.date{
	background:url(../media/images/Calendar.png) right 6px center no-repeat;
	padding-right:40px;
   }
  .dialog-content .group select, .dialog-content .group input, .dialog-content .group textarea {
    font-size: 14px; } }

@font-face {
  font-family: "AVBook";
  src: url("../media/fonts/Avenir-Book.eot?") format("eot"), url("../media/fonts/Avenir-Book.ttf") format("truetype"), url("../media/fonts/Avenir-Book.woff") format("woff"); }

@font-face {
  font-family: "AVBlack";
  src: url("../media/fonts/Avenir-Black.eot?") format("eot"), url("../media/fonts/Avenir-Black.ttf") format("truetype"), url("../media/fonts/Avenir-Black.woff") format("woff"); }

@font-face {
  font-family: "AVHeavy";
  src: url("../media/fonts/AvenirLTStd-Heavy.eot?") format("eot"), url("../media/fonts/AvenirLTStd-Heavy.woff") format("woff"), url("../media/fonts/AvenirLTStd-Heavy.svg#AVHeavy") format("svg"); }

@font-face {
  font-family: "AVRoman";
  src: url("../media/fonts/AvenirLTStd-Roman.otf") format("opentype"), url("../media/fonts/AvenirLTStd-Roman.eot?") format("eot"), url("../media/fonts/AvenirLTStd-Roman.ttf") format("truetype"), url("../media/fonts/AvenirLTStd-Roman.woff") format("woff"), url("../media/fonts/AvenirLTStd-Roman.svg#AVRoman") format("svg"); }

@font-face {
  font-family: "AVMedium";
  src: url("../media/fonts/AvenirLTStd-Medium.otf") format("opentype"), url("../media/fonts/AvenirLTStd-Medium.eot?") format("eot"), url("../media/fonts/AvenirLTStd-Medium.ttf") format("truetype"), url("../media/fonts/AvenirLTStd-Medium.woff") format("woff"), url("../media/fonts/AvenirLTStd-Medium.svg#AVMedium") format("svg"); }

.c-quickLink .quick-healine {
  border: 1px solid #dfe1e3;
  border-top: 8px solid #bed600;
  height: 120px;
  max-width: 360px;
  margin: 0 auto 20px auto; }
  .c-quickLink .quick-healine h4 {
    font-size: 21px;
    color: #3879bb;
    font-family: "AVBook";
    text-decoration: underline; }
    .c-quickLink .quick-healine h4:hover {
      color: #064e97; }
  .c-quickLink .quick-healine p {
    font-size: 16px;
    color: #5f6b72; }
  .c-quickLink .quick-healine a {
    text-decoration: none; }

.c-quickLink .square-grey {
  max-width: 360px;
  margin: auto;
  height: auto;
  background-color: #f5f6f7;
  border: 1px solid #e1e2e4;
  margin-bottom: 30px; }
  .c-quickLink .square-grey h3 {
    font-family: "AVHeavy";
    font-size: 21px;
    color: #5f6b72;
    text-transform: uppercase;
    text-align: center; }
  .c-quickLink .square-grey .btn {
    display: block;
    width: 253px;
    margin: 0 auto;
    margin-bottom: 14px;
    text-transform: uppercase; }
   .c-quickLink .square-grey a:hover, .c-quickLink .square-grey a:focus{
    	background-color: #4c565b;
        color: #fff; }

@media (min-width: 991px) {
  .c-quickLink .quick-healine {
    margin-right: 8px;
    border: none;
    border-bottom: 1px solid #dfe1e3; }
  .c-quickLink .square-grey {
    height: auto; } }

@font-face {
  font-family: "AVBook";
  src: url("../media/fonts/Avenir-Book.eot?") format("eot"), url("../media/fonts/Avenir-Book.ttf") format("truetype"), url("../media/fonts/Avenir-Book.woff") format("woff"); }

@font-face {
  font-family: "AVBlack";
  src: url("../media/fonts/Avenir-Black.eot?") format("eot"), url("../media/fonts/Avenir-Black.ttf") format("truetype"), url("../media/fonts/Avenir-Black.woff") format("woff"); }

@font-face {
  font-family: "AVHeavy";
  src: url("../media/fonts/AvenirLTStd-Heavy.eot?") format("eot"), url("../media/fonts/AvenirLTStd-Heavy.woff") format("woff"), url("../media/fonts/AvenirLTStd-Heavy.svg#AVHeavy") format("svg"); }

@font-face {
  font-family: "AVRoman";
  src: url("../media/fonts/AvenirLTStd-Roman.otf") format("opentype"), url("../media/fonts/AvenirLTStd-Roman.eot?") format("eot"), url("../media/fonts/AvenirLTStd-Roman.ttf") format("truetype"), url("../media/fonts/AvenirLTStd-Roman.woff") format("woff"), url("../media/fonts/AvenirLTStd-Roman.svg#AVRoman") format("svg"); }

@font-face {
  font-family: "AVMedium";
  src: url("../media/fonts/AvenirLTStd-Medium.otf") format("opentype"), url("../media/fonts/AvenirLTStd-Medium.eot?") format("eot"), url("../media/fonts/AvenirLTStd-Medium.ttf") format("truetype"), url("../media/fonts/AvenirLTStd-Medium.woff") format("woff"), url("../media/fonts/AvenirLTStd-Medium.svg#AVMedium") format("svg"); }

.c-quickLink-secondary .quick-healine {
  border: 1px solid #dfe1e3;
  border-top: 8px solid #bed600;
  height: 120px;
  max-width: 300px;
  margin: 0 auto 20px auto; }
  .c-quickLink-secondary .quick-healine h4 {
    font-size: 21px;
    color: #3879bb;
    font-family: "AVBook";
    text-decoration: underline; }
    .c-quickLink-secondary .quick-healine h4:hover {
      color: #064e97; }
  .c-quickLink-secondary .quick-healine p {
    font-size: 16px;
    color: #5f6b72; }
  .c-quickLink-secondary .quick-healine a {
    text-decoration: none; }

.c-quickLink-secondary .square-grey {
  max-width: 300px;
  margin: auto;
  height: 190px;
  background-color: #f5f6f7;
  border: 1px solid #e1e2e4;
  margin-bottom: 30px; }
  .c-quickLink-secondary .square-grey h3 {
    font-family: "AVHeavy";
    font-size: 21px;
    color: #5f6b72;
    text-transform: uppercase;
    text-align: center; }
  .c-quickLink-secondary .square-grey .btn {
    display: block;
    width: 253px;
    margin: 0 auto;
    margin-bottom: 14px;
    text-transform: uppercase; }

@media (min-width: 769px) {
  .c-quickLink-secondary .quick-healine {
    margin-right: 20px;
    border: none;
    border-bottom: 1px solid #dfe1e3; }
  .c-quickLink-secondary .square-grey {
    height: 300px; } }

.page_RegUser .white-container {
  padding-bottom: 25px; }
  .page_RegUser .white-container h3 {
    margin: 0;
    text-transform: uppercase;
    font-family: "AVHeavy";
    font-size: 19px; }
  .page_RegUser .white-container .mandatory__fields {
    font-size: 14px;
    margin-top: 10px; }
  .page_RegUser .white-container .formItemMargin {
    margin-top: 15px; }
  .page_RegUser .white-container .form-group {
    margin-bottom: 0; }
  .page_RegUser .white-container .minumun-charac-pwd {
    margin-top: 10px;
    font-size: 13px;
    margin-bottom: 18px; }
  .page_RegUser .white-container label {
    font-family: "AVHeavy";
    font-size: 14px; }
  .page_RegUser .white-container .email {
    width: 100%; }
    .page_RegUser .white-container .email label {
      color: #5e6a71; }
  .page_RegUser .white-container .has-error-email:before {
    content: url("../media/images/icon-emailError.png");
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px; }
  .page_RegUser .white-container .has-error .form-control {
    border-color: #d10000;
    background-color: #ffcbcb; }
  .page_RegUser .white-container .has-error .help-block {
    color: #d10000;
    font-size: 13px; }
  .page_RegUser .white-container .btn.btn-green {
    width: 200px;
    text-align: center;
    float: right; }

@media (min-width: 769px) {
  .page_RegUser {
    border: 20px solid #f2f7cc; }
    .page_RegUser .white-container {
      padding: 50px 60px 47px 40px;
      background-color: #fff;
      margin-bottom: 47px; }
      .page_RegUser .white-container h3 {
        font-size: 24px;
        margin-bottom: 10px; }
      
      .page_RegUser .white-container .formItemMargin {
        margin-top: 30px; }
      .page_RegUser .white-container .minumun-charac-pwd {
        font-size: 14px;
        margin-bottom: 40px; }
      .page_RegUser .white-container label {
        font-size: 16px; }
      .page_RegUser .white-container .checkbox label {
        font-size: 15px; }
      .page_RegUser .white-container .has-error .help-block {
        font-size: 14px; }
      .page_RegUser .white-container .btn.btn-green {
        width: 120px;
        text-align: center; } }

@font-face {
  font-family: "AVBook";
  src: url("../media/fonts/Avenir-Book.eot?") format("eot"), url("../media/fonts/Avenir-Book.ttf") format("truetype"), url("../media/fonts/Avenir-Book.woff") format("woff"); }

@font-face {
  font-family: "AVBlack";
  src: url("../media/fonts/Avenir-Black.eot?") format("eot"), url("../media/fonts/Avenir-Black.ttf") format("truetype"), url("../media/fonts/Avenir-Black.woff") format("woff"); }

@font-face {
  font-family: "AVHeavy";
  src: url("../media/fonts/AvenirLTStd-Heavy.eot?") format("eot"), url("../media/fonts/AvenirLTStd-Heavy.woff") format("woff"), url("../media/fonts/AvenirLTStd-Heavy.svg#AVHeavy") format("svg"); }

@font-face {
  font-family: "AVRoman";
  src: url("../media/fonts/AvenirLTStd-Roman.otf") format("opentype"), url("../media/fonts/AvenirLTStd-Roman.eot?") format("eot"), url("../media/fonts/AvenirLTStd-Roman.ttf") format("truetype"), url("../media/fonts/AvenirLTStd-Roman.woff") format("woff"), url("../media/fonts/AvenirLTStd-Roman.svg#AVRoman") format("svg"); }

@font-face {
  font-family: "AVMedium";
  src: url("../media/fonts/AvenirLTStd-Medium.otf") format("opentype"), url("../media/fonts/AvenirLTStd-Medium.eot?") format("eot"), url("../media/fonts/AvenirLTStd-Medium.ttf") format("truetype"), url("../media/fonts/AvenirLTStd-Medium.woff") format("woff"), url("../media/fonts/AvenirLTStd-Medium.svg#AVMedium") format("svg"); }

.table-registration tbody {
  font-size: 13px; }
  
.table-registration thead a {
  		color: #fff; }
 .table-registration thead a:hover {
    color: #000; }

 @media (min-width: 993px) {
  .table-registration th:nth-of-type(1), .table-registration td:nth-of-type(1) {
    width: 7%; }
  .table-registration th:nth-of-type(2), .table-registration td:nth-of-type(2) {
    width: 13%; }
  .table-registration th:nth-of-type(3), .table-registration td:nth-of-type(3) {
    width: 10%; }
  .table-registration th:nth-of-type(4), .table-registration td:nth-of-type(4) {
    width: 10%; }
  .table-registration th:nth-of-type(5), .table-registration td:nth-of-type(5) {
    width: 15%; }
  .table-registration th:nth-of-type(6), .table-registration td:nth-of-type(6) {
    width: 20%; }
  .table-registration th:nth-of-type(7), .table-registration td:nth-of-type(7) {
    width: 10%; }
  .table-registration th:nth-of-type(8), .table-registration td:nth-of-type(8) {
    width: 15%; } }

/*.table-registration td:nth-of-type(6) {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; } */

.table-registration .bottom-btns .btn {
  width: 100%; }

.table-registration .bottom-btns .btn-approve {
  margin: 0 10px 20px 0; }
  .table-registration .bottom-btns .btn-approve.active, .table-registration .bottom-btns .btn-approve:hover {
    background-color: #1ed200; }

.table-registration .bottom-btns .btn-reject {
  margin-bottom: 20px;
  border: 1px solid #5f6b72; }
  .table-registration .bottom-btns .btn-reject.active, .table-registration .bottom-btns .btn-reject:hover {
    color: #d40f0f;
    border-color: #d40f0f; }

@media (min-width: 769px) {
  .table-registration .bottom-btns .btn {
    max-width: 214px; } }

.registration-popup {
  display: none;
  background-color: #f5f6f7;
  width: 100%; }
  .registration-popup .reg-popup-left h3 {
    font-family: "AVBook";
    font-size: 21px; }
  .registration-popup .reg-popup-left p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding-bottom: 20px; }
  .registration-popup .reg-popup-right {
    position: relative; }
    .registration-popup .reg-popup-right .btn-container .red-btn {
      float: left;
      width: 45%;
      margin-right: 20px;
      background-color: #f5f6f7;
      border: 1px solid #d40f0f;
      margin-bottom: 30px; }
      .registration-popup .reg-popup-right .btn-container .red-btn:hover {
        background-color: #d40f0f;
        color: #fff; }
    .registration-popup .reg-popup-right .btn-container .green-btn {
      float: left;
      width: 45%; }
  @media (min-width: 769px) {
    .registration-popup .reg-popup-right .btn-container {
      margin-top: 8%; }
      .registration-popup .reg-popup-right .btn-container .red-btn {
        margin-bottom: 30px; } }

#registration-reject textarea {
  height: 120px; }

#registration-reject .btn-reject {
  width: 100%;
  color: #d40f0f;
  border-color: #d40f0f; }
  #registration-reject .btn-reject.active, #registration-reject .btn-reject:hover {
    background-color: #d40f0f;
    color: #fff; }

.c_reset_pw label {
  display: block;
  font-size: 14px; }

.c_reset_pw .modal-footer .btn + .btn {
  margin-left: 0; }

.c_reset_pw .gray-line {
  border-bottom: 1px solid #5f6b72;
  display: block;
  margin-top: 25px; }

.c_reset_pw .modal-footer .modal_footnote {
  font-size: 12px;
  text-align: left;
  margin-top: 20px; }
  .c_reset_pw .modal-footer .modal_footnote a {
    color: #5f6b72;
    text-decoration: none; }

.c_reset_pw .group select {
  border: 1px solid grey;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 0.875em;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px;
  width: 100%;
  background-image: url(../media/images/arrow-select.png);
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: auto;
  font-size: 14px;
  color: #000; }

.c_reset_pw label {
  font-family: "AVHeavy"; }

.c_reset_pw .form-inline .display-block {
  display: block; }

.c_reset_pw .form-inline .group {
  margin-bottom: 15px; }

.c_reset_pw .btn.btn-green {
  width: 100%; }
  .c_reset_pw .btn.btn-green:hover {
    background-color: #d7f105; }

@media (max-width: 500px) {
  .c_reset_pw .btn-arrow:before {
    left: 10px; }
  .c_reset_pw .group select {
    font-size: 11px; } }

@media (min-width: 769px) {
  .c_reset_pw label {
    font-size: 16px; }
  .c_reset_pw .form-inline .form-control {
    width: 100%; }
  .c_reset_pw .form-control {
    padding: 25px 10px; } }

@font-face {
  font-family: "AVBook";
  src: url("../media/fonts/Avenir-Book.eot?") format("eot"), url("../media/fonts/Avenir-Book.ttf") format("truetype"), url("../media/fonts/Avenir-Book.woff") format("woff"); }

@font-face {
  font-family: "AVBlack";
  src: url("../media/fonts/Avenir-Black.eot?") format("eot"), url("../media/fonts/Avenir-Black.ttf") format("truetype"), url("../media/fonts/Avenir-Black.woff") format("woff"); }

@font-face {
  font-family: "AVHeavy";
  src: url("../media/fonts/AvenirLTStd-Heavy.eot?") format("eot"), url("../media/fonts/AvenirLTStd-Heavy.woff") format("woff"), url("../media/fonts/AvenirLTStd-Heavy.svg#AVHeavy") format("svg"); }

@font-face {
  font-family: "AVRoman";
  src: url("../media/fonts/AvenirLTStd-Roman.otf") format("opentype"), url("../media/fonts/AvenirLTStd-Roman.eot?") format("eot"), url("../media/fonts/AvenirLTStd-Roman.ttf") format("truetype"), url("../media/fonts/AvenirLTStd-Roman.woff") format("woff"), url("../media/fonts/AvenirLTStd-Roman.svg#AVRoman") format("svg"); }

@font-face {
  font-family: "AVMedium";
  src: url("../media/fonts/AvenirLTStd-Medium.otf") format("opentype"), url("../media/fonts/AvenirLTStd-Medium.eot?") format("eot"), url("../media/fonts/AvenirLTStd-Medium.ttf") format("truetype"), url("../media/fonts/AvenirLTStd-Medium.woff") format("woff"), url("../media/fonts/AvenirLTStd-Medium.svg#AVMedium") format("svg"); }

.form-search {
  background-color: #f2f7cc;
  border: 1px solid #dfe89a;
  max-width: 400px;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px; }
  .form-search button {
    width: auto;
    border-radius: 0 4px 4px 0; }
  .form-search label {
    font-family: "AVMedium";
    font-size: 14px;
    text-transform: uppercase; }
  .form-search .form-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between; }
  .form-search .form-control {
    height: 45px; }
  .form-search input[type=text] {
    border-radius: 4px 4px 4px 4px; }
  @media (min-width: 760px) {
    .form-search {
      border-radius: 0; }
      .form-search .form-group {
        width: 100%; }
      .form-search .form-control {
        width: 70%;
        height: 30px; }
        .form-search .form-control.btn {
          width: auto;
          padding: 0 16px;
          border-radius: 4px; }
      .form-search input[type=search] {
        background: #fff url("/media/images/search.svg") no-repeat center right 8px;
        background-size: 17px;
        border-radius: 4px;
        width: 66%; }
      .form-search label {
        font-family: "AVHeavy"; } }

.standard_content .btn.btn-green {
  width: 100%; }
  @media (min-width: 769px) {
    .standard_content .btn.btn-green {
      width: 320px; } }

 
 @font-face {
  font-family: "AVBook";
  src: url("../media/fonts/Avenir-Book.eot?") format("eot"), url("../media/fonts/Avenir-Book.ttf") format("truetype"), url("../media/fonts/Avenir-Book.woff") format("woff"); }

@font-face {
  font-family: "AVBlack";
  src: url("../media/fonts/Avenir-Black.eot?") format("eot"), url("../media/fonts/Avenir-Black.ttf") format("truetype"), url("../media/fonts/Avenir-Black.woff") format("woff"); }

@font-face {
  font-family: "AVHeavy";
  src: url("../media/fonts/AvenirLTStd-Heavy.eot?") format("eot"), url("../media/fonts/AvenirLTStd-Heavy.woff") format("woff"), url("../media/fonts/AvenirLTStd-Heavy.svg#AVHeavy") format("svg"); }

@font-face {
  font-family: "AVRoman";
  src: url("../media/fonts/AvenirLTStd-Roman.otf") format("opentype"), url("../media/fonts/AvenirLTStd-Roman.eot?") format("eot"), url("../media/fonts/AvenirLTStd-Roman.ttf") format("truetype"), url("../media/fonts/AvenirLTStd-Roman.woff") format("woff"), url("../media/fonts/AvenirLTStd-Roman.svg#AVRoman") format("svg"); }

@font-face {
  font-family: "AVMedium";
  src: url("../media/fonts/AvenirLTStd-Medium.otf") format("opentype"), url("../media/fonts/AvenirLTStd-Medium.eot?") format("eot"), url("../media/fonts/AvenirLTStd-Medium.ttf") format("truetype"), url("../media/fonts/AvenirLTStd-Medium.woff") format("woff"), url("../media/fonts/AvenirLTStd-Medium.svg#AVMedium") format("svg"); }

.table-auditor_sections .btn {
  width: 100%;
  max-width: 372px;
  display: block; }
  .table-auditor_sections .btn.create-new {
    margin-bottom: 20px; }
  .table-auditor_sections .btn.btn-archived {
    margin-top: 20px; }

.table-auditor_sections tr {
  position: relative;
  display: block; }

.table-auditor_sections td:last-of-type a {
  position: absolute;
  top: 14px;
  right: 43px; }
  .table-auditor_sections td:last-of-type a:last-of-type {
    right: 15px; }
    
.table-auditor_sections thead a {
  		color: #fff; }
 .table-auditor_sections thead a:hover {
    color: #000; }
		

@media (min-width: 993px) {
  .table-auditor_sections .create-new-container {
    float: right; }
    .table-auditor_sections .create-new-container .btn-create-new {
      width: 214px;
      margin-top: -64px;
      margin-bottom: 0; }
  .table-auditor_sections thead th:nth-of-type(1), .table-auditor_sections tbody td:nth-of-type(1) {
    width: 10%; }
  .table-auditor_sections thead th:nth-of-type(2), .table-auditor_sections tbody td:nth-of-type(2) {
    width: 25%; }
  .table-auditor_sections thead th:nth-of-type(3), .table-auditor_sections tbody td:nth-of-type(3) {
    width: 25%; }
  .table-auditor_sections thead th:nth-of-type(4), .table-auditor_sections tbody td:nth-of-type(4) {
    width: 10%; }
  .table-auditor_sections th:first-of-type {
    border-left: 3px solid #5f6b72;
    padding-left: 13px; }
  .table-auditor_sections th:last-of-type {
    border-right: 1px solid #5f6b72;
    padding-right: 0px; }
  .table-auditor_sections tr {
    position: static;
    display: table-row; }
  .table-auditor_sections td {
    display: table-cell;
    padding-right: 16px; }
    .table-auditor_sections td:first-of-type {
      padding-left: 13px; }
    .table-auditor_sections td:last-of-type {
      padding-right: 0px; }
      .table-auditor_sections td:last-of-type a {
        position: static;
        top: auto;
        right: auto; }
      .table-auditor_sections td:nth-of-type(6) a {
          text-align: center;
          padding: 8px 5px;
          display: block;
          text-decoration: none;
          border-bottom: none;
          position: static;
          top: auto;
          right: auto; }
    
  .table-auditor_sections .insert td {
    border-left-color: #1ed200; }
    .table-auditor_sections .insert td input {
      width: 100%; }
      .table-auditor_sections .insert td input[type="date"] {
        padding: 0; } }

.table-dashboard tbody {
  font-size: 13px; }
  
.table-dashboard thead a {
  		color: #fff; }
 .table-dashboard thead a:hover {
    color: #000; }

 @media (min-width: 993px) {
  .table-dashboard th:nth-of-type(1), .table-dashboard td:nth-of-type(1) {
    width: 10%; }
  .table-dashboard th:nth-of-type(2), .table-dashboard td:nth-of-type(2) {
    width: 20%; }
  .table-dashboard th:nth-of-type(3), .table-dashboard td:nth-of-type(3) {
    width: 30%; }
  .table-dashboard th:nth-of-type(4), .table-dashboard td:nth-of-type(4) {
    width: 20%; }
  .table-dashboard th:nth-of-type(5), .table-dashboard td:nth-of-type(5) {
    width: 15%; }

.table-dashboard .bottom-btns .btn {
  width: 100%; }

.table-dashboard .bottom-btns .btn-approve {
  margin: 0 10px 20px 0; }
  .table-dashboard .bottom-btns .btn-approve.active, .table-dashboard .bottom-btns .btn-approve:hover {
    background-color: #1ed200; }

.table-dashboard .bottom-btns .btn-reject {
  margin-bottom: 20px;
  border: 1px solid #5f6b72; }
  .table-dashboard .bottom-btns .btn-reject.active, .table-dashboard .bottom-btns .btn-reject:hover {
    color: #d40f0f;
    border-color: #d40f0f; }

@media (min-width: 769px) {
  .table-dashboard .bottom-btns .btn {
    max-width: 214px; } }
	
.table-accreditation tbody {
  font-size: 13px; }
  
.table-accreditation thead a {
  		color: #fff; }
 .table-accreditation thead a:hover {
    color: #000; }

 @media (min-width: 993px) {
  .table-accreditation th:nth-of-type(1), .table-accreditation td:nth-of-type(1) {
    width: 10%; }
  .table-accreditation th:nth-of-type(2), .table-accreditation td:nth-of-type(2) {
    width: 10%; }
  .table-accreditation th:nth-of-type(3), .table-accreditation td:nth-of-type(3) {
    width: 20%; }
  .table-accreditation th:nth-of-type(4), .table-accreditation td:nth-of-type(4) {
    width: 30%; }
  .table-accreditation th:nth-of-type(5), .table-accreditation td:nth-of-type(5) {
    width: 15%; }

.table-accreditation .bottom-btns .btn {
  width: 100%; }

.table-accreditation .bottom-btns .btn-approve {
  margin: 0 10px 20px 0; }
  .table-accreditation .bottom-btns .btn-approve.active, .table-accreditation .bottom-btns .btn-approve:hover {
    background-color: #1ed200; }

.table-accreditation .bottom-btns .btn-reject {
  margin-bottom: 20px;
  border: 1px solid #5f6b72; }
  .table-accreditation .bottom-btns .btn-reject.active, .table-accreditation .bottom-btns .btn-reject:hover {
    color: #d40f0f;
    border-color: #d40f0f; }

@media (min-width: 769px) {
  .table-accreditation .bottom-btns .btn {
    max-width: 214px; } }	

.table-authorisation_View tbody {
  font-size: 13px; }
  
.table-authorisation_View thead a {
  		color: #fff; }
 .table-authorisation_View thead a:hover {
    color: #000; }

 @media (min-width: 993px) {
  .table-authorisation_View th:nth-of-type(1), .table-authorisation_View td:nth-of-type(1) {
    width: 20%; }
  .table-authorisation_View th:nth-of-type(2), .table-authorisation_View td:nth-of-type(2) {
    width: 40%; }
  .table-authorisation_View th:nth-of-type(3), .table-authorisation_View td:nth-of-type(3) {
    width: 15%; }
  .table-authorisation_View th:nth-of-type(4), .table-authorisation_View td:nth-of-type(4) {
    width: 15%; }


@media (min-width: 993px) {
  .table-authorisation_View  .bottom-btns  .btn {
    max-width: 214px; } }
	
.table-requirement_View tbody {
  font-size: 13px; }
  
.table-requirement_View thead a {
  		color: #fff; }
 .table-requirement_View thead a:hover {
    color: #000; }

 @media (min-width: 993px) {
  .table-requirement_View th:nth-of-type(1), .table-requirement_View td:nth-of-type(1) {
    width: 15%; }
  .table-requirement_View th:nth-of-type(2), .table-requirement_View td:nth-of-type(2) {
    width: 20%; }
  .table-requirement_View th:nth-of-type(3), .table-requirement_View td:nth-of-type(3) {
    width: 7%; }
  .table-requirement_View th:nth-of-type(4), .table-requirement_View td:nth-of-type(4) {
    width: 20%; }
  .table-requirement_View th:nth-of-type(5), .table-requirement_View td:nth-of-type(5) {
    width: 30%; }
  .table-requirement_View th:nth-of-type(6), .table-requirement_View td:nth-of-type(6) {
    width: 7%; }

.table-requirement_View .bottom-btns .btn {
  width: 100%; }

@media (min-width: 769px) {
  .table-requirement_View .bottom-btns .btn {
    max-width: 214px; } }
	
.table-renew_View tbody {
  font-size: 13px; }
  
.table-renew_View thead a {
  		color: #fff; }
 .table-renew_View thead a:hover {
    color: #000; }

 @media (min-width: 993px) {
  .table-renew_View th:nth-of-type(1), .table-renew_View td:nth-of-type(1) {
    width: 40%; }
  .table-renew_View th:nth-of-type(2), .table-renew_View td:nth-of-type(2) {
    width: 20%; }
  .table-renew_View th:nth-of-type(3), .table-renew_View td:nth-of-type(3) {
    width: 15%; }
  .table-renew_View th:nth-of-type(4), .table-renew_View td:nth-of-type(4) {
    width: 15%; }

.table-renew_View .bottom-btns .btn {
  width: 100%; }

@media (min-width: 769px) {
  .table-renew_View .bottom-btns .btn {
    max-width: 214px; } }


        
 