@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; }

main {
  margin-bottom: 25px; }

a {
  color: #5f6b72;
  text-decoration: underline; }
  a:hover {
    color: #000; }

.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; } }

@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"); }

.standards-sub .panel {
  border-color: transparent;
  max-width: 622px; }
  .standards-sub .panel + .panel {
    margin-top: 0; }

.standards-sub .panel-title {
  position: relative; }
  .standards-sub .panel-title .edit {
    position: absolute;
    top: calc(50% - 16px);
    right: 65px;
    padding: 0;
    background-color: transparent; }
    .standards-sub .panel-title .edit:hover {
      background-color: transparent; }
  .standards-sub .panel-title img {
    width: 18px;
    height: 18px; }

.standards-sub .panel-body {
  padding: 0;
  background-color: #f5f6f7; }
  .standards-sub .panel-body .box-add-new {
    padding: 20px; }
    .standards-sub .panel-body .box-add-new button, .standards-sub .panel-body .box-add-new a {
      max-width: 286px; }
    .standards-sub .panel-body .box-add-new a {
      text-decoration: underline; }
  .standards-sub .panel-body a.download {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    width: 100%;
    vertical-align: middle;
    padding: 9px 20px;
    color: #3879bb;
    text-decoration: underline; }
    .standards-sub .panel-body a.download span {
      -webkit-flex: 1;
      flex: 1;
      -webkit-align-self: center;
      align-self: center;
      padding-right: 20px; }
    .standards-sub .panel-body a.download:after {
      width: 35px;
      height: 35px;
      content: " ";
      background: url("../media/images/download.svg") no-repeat center center;
      background-color: #5f6b72;
      border-radius: 50%;
      background-size: 15px auto;
      flex: 0 0 35px;
      -webkit-flex: 0 0 35px;
      flex: 0 0 35px;
      -webkit-align-self: center;
      align-self: center; }
    .standards-sub .panel-body a.download:before {
      padding-right: 11px;
      background-size: 16px auto;
      background-position: left center;
      background-repeat: no-repeat;
      -webkit-flex: 0 0 26px;
      flex: 0 0 26px; }
    .standards-sub .panel-body a.download:hover:after {
      background-color: #4c565b; }
    .admin .standards-sub .panel-body a.download:after {
      content: none; }
  .standards-sub .panel-body a.download-pdf:before {
    content: " ";
    background-image: url("../media/images/pdf.png"); }
  .standards-sub .panel-body a.download-doc:before {
    content: " ";
    background-image: url("../media/images/doc.png"); }
  .standards-sub .panel-body a.download-xls:before {
    content: " ";
    background-image: url("../media/images/xls.png"); }
  .standards-sub .panel-body a.download-dwg:before {
    content: " ";
    background-image: url("../media/images/dwg.png"); }
  .standards-sub .panel-body a.download-zip:before {
    content: " ";
    background-image: url("../media/images/zip.png"); }
  .standards-sub .panel-body p {
    padding: 9px 20px;
    line-height: 32px;
    margin: 0; }
  .standards-sub .panel-body .document:after {
    content: " ";
    margin: 0 20px;
    display: block;
    height: 1px;
    background-color: #aeb4b8; }
  .standards-sub .panel-body .document div {
    border-left: 1px solid #5f6b72;
    padding: 7px 0; }
    .standards-sub .panel-body .document div a {
      position: static;
      display: block;
      width: 32px;
      padding: 0 7px 7px 7px; }
  .admin .standards-sub .panel-body .document {
    display: flex;
    border-bottom: 1px solid #5f6b72;
    border-left: 4px solid #5f6b72;
    border-right: 1px solid #5f6b72; }
    .admin .standards-sub .panel-body .document:after {
      content: none; }
    .admin .standards-sub .panel-body .document:first-of-type {
      border-top: 1px solid #5f6b72; }

.standards-sub .panel-heading {
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .standards-sub .panel-heading a {
    color: #fff;
    background-color: #5f6b72;
    display: block;
    padding: 18px 62px 18px 20px;
    position: relative;
    line-height: 32px;
    text-decoration: none; }
    .standards-sub .panel-heading a:after {
      color: #5f6b72;
      background-color: #fff;
      position: relative;
      top: 1px;
      display: inline-block;
      border-radius: 50%;
      padding: 8px;
      font-family: 'Glyphicons Halflings';
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transition: transform .25s linear;
      -webkit-transition: -webkit-transform .25s linear;
      position: absolute;
      top: calc(50% - 16px);
      right: 20px; }
    .standards-sub .panel-heading a[aria-expanded="true"]:after {
      content: "\2212";
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .standards-sub .panel-heading a[aria-expanded="false"]:after {
      content: "\002b";
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    .standards-sub .panel-heading a:hover {
      background-color: #4c565b; }
    .admin .standards-sub .panel-heading a[data-toggle] {
      padding-right: 92px; }

.standards-sub .sub-panel .panel-heading a {
  color: #5f6b72;
  background-color: #e0e2e4; }
  .standards-sub .sub-panel .panel-heading a:after {
    color: #fff;
    background-color: #5f6b72; }
  .standards-sub .sub-panel .panel-heading a:hover {
    background-color: #e0e2e4; }

.standards-sub .btn-back {
  text-transform: none; }

@media (min-width: 769px) {
  .admin .standards-sub .create-new-container {
    float: left;
    width: 622px; }
    .admin .standards-sub .create-new-container button {
      float: right; } }

@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-events h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 18px; }

.table-events dd {
  margin-bottom: 15px; }

.table-events address {
  margin-bottom: 0; }
  .table-events address a {
    text-decoration: underline; }

.table-events .table-header {
  padding: 12px 20px; }

.table-events .events-body {
  border: 1px solid #d6d9db;
  position: relative;
  margin-bottom: 18px; }
  .table-events .events-body:after {
    content: " ";
    box-shadow: inset 0px -50px 50px -25px rgba(255, 255, 255, 0.9);
    height: 75px;
    display: block;
    position: absolute;
    width: calc(100% - 20px);
    bottom: 0;
    left: 0; }

.table-events .events {
  padding: 25px 20px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 815px; }
  .table-events .events .btn {
    margin-bottom: 8px; }

.table-events .event {
  margin-bottom: 24px; }
  .table-events .event:after {
    background-color: #d6d9db;
    display: block;
    height: 1px;
    margin: 20px 15px 0; }

.table-events .btn {
  width: 100%;
  max-width: 294px;
  display: block; }

.table-events .sort-arrow {
  right: 0; }

.admin .table-events .event {
  position: relative; }

.admin .table-events h3 {
  padding-right: 53px; }

.admin .table-events .event-admin a {
  position: absolute;
  top: 0;
  width: 18px;
  right: 28px; }
  .admin .table-events .event-admin a:last-of-type {
    right: 0; }
    
  .table-events thead a {
  		color: #fff; }
 .table-events thead a:hover {
    color: #000; } 
     
 .table-events .event-content a:hover, .table-events .event-content a:focus{
    	background-color: #4c565b;
        color: #fff; }
		
.table-events .tableCell a:hover, .table-events .tableCell a:focus{
    	background-color: #4c565b;
        color: #fff; }
        
@media (min-width: 993px) {
  .table-events thead th:nth-of-type(1), .table-events tbody td:nth-of-type(1) {
    width: 20%; }
  .table-events thead th:nth-of-type(2), .table-events tbody td:nth-of-type(2) {
    width: 15%; }
  .table-events thead th:nth-of-type(3), .table-events tbody td:nth-of-type(3) {
    width: 10%; }
  .table-events thead th:nth-of-type(4), .table-events tbody td:nth-of-type(4) {
    width: 10%; }
   .table-events thead th:nth-of-type(5), .table-events tbody td:nth-of-type(5) {
    width: 10%; }
   .table-events thead th:nth-of-type(6), .table-events tbody td:nth-of-type(6) {
    width: 25%; }
   .table-events thead th:nth-of-type(7), .table-events tbody td:nth-of-type(7) {
    width: 80px; }
    .table-events tr {
    position: static;
    display: table-row; }
   .table-events th:first-of-type {
    border-left: 3px solid #5f6b72;
    padding-left: 13px; }
  .table-events th:last-of-type {
    border-right: 1px solid #5f6b72;
    padding-right: 0px; }
    .table-events td {
      display: table-cell;
      padding-right: 16px;
      border-bottom: 1px solid #5f6b72; }
      .table-events td:first-of-type {
        border-left: 3px solid #5f6b72; }
      .table-events td:last-of-type {
        border-right: 1px solid #5f6b72;
        /*border-left: 1px solid #5f6b72;*/
        padding: 0; }
       .table-events td:last-of-type a {
          text-align: center;
          padding: 8px 5px;
          display: block;
          text-decoration: none;
          position: static;
          top: auto;
          right: auto; }
       .table-events td:last-of-type .apply {
          border: none; } 
}

@media (min-width: 762px) {
  .table-events h3 {
    font-size: 18px; }
  .table-events dt {
    float: left;
    width: 20%;
    width: 92px; }
  .table-events dd {
    float: left;
    width: 80%; }
  .table-events .events .btn {
    margin-bottom: 14px; }
  .table-events .btn {
    max-width: 277px; }
  .admin .table-events .event {
    display: table;
    margin-bottom: 0; }
    .admin .table-events .event .event-content {
      display: table-cell; }
    .admin .table-events .event .event-admin {
      height: auto;
      display: table-cell;
      vertical-align: top; }
      .admin .table-events .event .event-admin a {
        max-height: 30px; }
        .admin .table-events .event .event-admin a img {
          max-height: 30px; }
    .admin .table-events .event:last-of-type .event-admin {
      border-bottom: none; }
  .admin .table-events .events {
    padding: 0 0 0 25px; }
  .admin .table-events .event-content {
    padding-top: 25px;
    width : 100%;
    border-bottom: 1px solid #d6d9db; }
    .admin .table-events .event-content .row {
      margin-right: 0; }
  .admin .table-events .events-body {
    border-left: 3px solid #5e6a71; }
  .admin .table-events .event-admin {
    width: 32px;
    border: 1px solid #5e6a71;
    padding-left: 7px;
    padding-right: 7px;
    /* display: block; */
    border-top: none; }
    .admin .table-events .event-admin a {
      position: static;
      display: block;
      width: 18px;
      padding-top: 12px; }
      
    
  }

@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; } }

@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-notices .btn {
  width: 100%;
  max-width: 372px;
  display: block; }
  .table-notices .btn.create-new {
    margin-bottom: 20px; }
  .table-notices .btn.btn-archived {
    margin-top: 20px; }

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

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

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

.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
}

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

.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: 300px;
  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: 300px;
  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: 769px) {
  .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 .checkbox {
    margin-top: 0;
    margin-bottom: 0; }
    .page_RegUser .white-container .checkbox label {
      font-family: "AVMedium"; }
    .page_RegUser .white-container .checkbox .check {
      width: 17px;
      height: 17px;
      padding: 3px;
      position: relative;
      top: 4px; }
  .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: right; } }

@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"; } }

@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"); }

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

.table-standards table td {
  display: table-cell;
  vertical-align: middle;
  padding-top: 14px; }

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

.table-standards th:nth-of-type(1), .table-standards td:nth-of-type(1) {
  width: 161px;
  padding-left: 35px; }

.table-standards th:nth-of-type(2), .table-standards td:nth-of-type(2) {
  width: 429px;
  padding-right: 35px; }

.table-standards th:nth-of-type(3), .table-standards td:nth-of-type(3) {
  width: 32px;
  position: absolute;
  right: 0;
  top: 0; }

.admin .table-standards table tbody, .admin .table-standards table thead {
  border-left: 3px solid #5f6b72;
  border-right: 1px solid #5f6b72; }

.admin .table-standards table tr {
  border-bottom: 1px solid #5f6b72; }

.admin .table-standards table td {
  width: auto;
  display: block;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 769px) {
  .table-standards table {
    width: 622px; }
    .table-standards table td {
      vertical-align: top;
      padding-top: 10px; }
  .admin .table-standards .create-new-container {
    float: left;
    width: 622px; }
    .admin .table-standards .create-new-container button {
      float: right; }
  .admin .table-standards table td {
    display: table-cell; }
    .admin .table-standards table td:nth-of-type(1) {
      width: 161px; }
    .admin .table-standards table td:nth-of-type(2) {
      width: 429px; }
    .admin .table-standards table td:nth-of-type(3) {
      width: 32px;
      position: static; } }

@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-bulletins .btn {
  width: 100%;
  max-width: 372px;
  display: block; }
  .table-bulletins .btn.btn-archived {
    margin-top: 20px; }
    
.table-bulletins thead a {
  		color: #fff; }
 .table-bulletins thead a:hover {
    color: #000; }

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

.admin .table-bulletins td:last-of-type a {
  position: absolute;
  top: 14px;
  right: 43px; }
  .admin .table-bulletins td:last-of-type a:last-of-type {
    right: 15px; }

@media (min-width: 993px) {
  .table-bulletins thead th:nth-of-type(1), .table-bulletins tbody td:nth-of-type(1) {
    width: 15%; }
  .table-bulletins thead th:nth-of-type(2), .table-bulletins tbody td:nth-of-type(2) {
    width: 23%; }
  .table-bulletins thead th:nth-of-type(3), .table-bulletins tbody td:nth-of-type(3) {
    width: 17%; }
  .table-bulletins thead th:nth-of-type(4), .table-bulletins tbody td:nth-of-type(4) {
    width: 25%; }
   .table-bulletins thead th:nth-of-type(5), .table-bulletins tbody td:nth-of-type(5) {
    width: 10%; }
  .table-bulletins th:first-of-type {
    border-left: 1px solid #f5f6f7;
    padding-left: 13px; }
  .table-bulletins th:last-of-type {
    border-right: 1px solid #f5f6f7;
    padding-right: 13px; }
  .admin .table-bulletins tr {
    position: static;
    display: table-row; }
  .admin .table-bulletins thead th:nth-of-type(1), .admin .table-bulletins tbody td:nth-of-type(1) {
    width: 15% }
  .admin .table-bulletins thead th:nth-of-type(2), .admin .table-bulletins tbody td:nth-of-type(2) {
    width: 23%; }
  .admin .table-bulletins thead th:nth-of-type(3), .admin .table-bulletins tbody td:nth-of-type(3) {
    width: 17%; }
  .admin .table-bulletins thead th:nth-of-type(4), .admin .table-bulletins tbody td:nth-of-type(4) {
    width: 25%; }
   .admin .table-bulletins thead th:nth-of-type(5), .admin .table-bulletins tbody td:nth-of-type(5) {
    width: 10%; }
  .admin .table-bulletins thead th:nth-of-type(6), .admin .table-bulletins tbody td:nth-of-type(6) {
    width: 31px; }
  .admin .table-bulletins th:first-of-type {
    border-left: 3px solid #5f6b72;
    padding-left: 13px; }
  .admin .table-bulletins th:last-of-type {
    border-right: 1px solid #5f6b72;
    padding-right: 0px; }
  .table-bulletins td {
    display: table-cell;
    padding-right: 16px; }
    .table-bulletins td:first-of-type {
      border-left: 1px solid #f5f6f7;
      padding-left: 13px; }
    .table-bulletins td:last-of-type {
      border-right: 1px solid #f5f6f7;
      padding-right: 13px; }
    .admin .table-bulletins td {
      border-bottom: 1px solid #5f6b72; }
      .admin .table-bulletins td:first-of-type {
        border-left: 3px solid #5f6b72; }
      .admin .table-bulletins td:last-of-type {
        border-right: 1px solid #5f6b72;
        padding: 0; }
       .admin .table-bulletins tbody td:nth-of-type(6) {
       	border-left: 1px solid #5f6b72;
       }
        .admin .table-bulletins td:last-of-type a {
          text-align: center;
          padding: 8px 5px;
          border-bottom: 1px solid #5f6b72;
          display: block;
          text-decoration: none;
          position: static;
          top: auto;
          right: auto; }
        .admin .table-bulletins td:last-of-type .discard {
          background-color: #e7eaec; }
        .admin .table-bulletins td:last-of-type .apply {
          border: none; } }

.table-sections .btn {
  width: 100%;
  max-width: 372px;
  display: block; }
  .table-sections .btn.btn-back {
    margin-top: 20px; }

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

.admin .table-sections td:last-of-type a {
  position: absolute;
  top: 14px;
  right: 43px; }
  .admin .table-sections td:last-of-type a:last-of-type {
    right: 15px; }

@media (min-width: 993px) {
  .table-sections thead th:nth-of-type(1), .table-sections tbody td:nth-of-type(1) {
    width: 25%; }
  .table-sections thead th:nth-of-type(2), .table-sections tbody td:nth-of-type(2) {
    width: 40%; }
  .table-sections thead th:nth-of-type(3), .table-sections tbody td:nth-of-type(3) {
    width: 8%; }
   .table-sections thead th:nth-of-type(4), .table-sections tbody td:nth-of-type(4) {
    width: 12%; }
  .table-sections th:first-of-type {
    border-left: 1px solid #f5f6f7;
    padding-left: 13px; }
  .table-sections th:last-of-type {
    border-right: 1px solid #f5f6f7;
    padding-right: 13px; }
  .admin .table-sections tr {
    position: static;
    display: table-row; }
  .admin .table-sections thead th:nth-of-type(1), .admin .table-sections tbody td:nth-of-type(1) {
    width: 25% }
  .admin .table-sections thead th:nth-of-type(2), .admin .table-sections tbody td:nth-of-type(2) {
    width: 42%; }
  .admin .table-sections thead th:nth-of-type(3), .admin .table-sections tbody td:nth-of-type(3) {
    width: 8%; }
  .admin .table-sections thead th:nth-of-type(4), .admin .table-sections tbody td:nth-of-type(4) {
    width: 10%; }
  .admin .table-sections thead th:nth-of-type(5), .admin .table-sections tbody td:nth-of-type(5) {
    width: 31px; }
  .admin .table-sections th:first-of-type {
    border-left: 3px solid #5f6b72;
    padding-left: 13px; }
  .admin .table-sections th:last-of-type {
    border-right: 1px solid #5f6b72;
    padding-right: 0px; }
  .table-sections td {
    display: table-cell;
    padding-right: 16px; }
    .table-sections td:first-of-type {
      border-left: 1px solid #f5f6f7;
      padding-left: 13px; }
    .table-sections td:last-of-type {
      border-right: 1px solid #f5f6f7;
      padding-right: 13px; }
    .admin .table-sections td {
      border-bottom: 1px solid #5f6b72; }
      .admin .table-sections td:first-of-type {
        border-left: 3px solid #5f6b72; }
      .admin .table-sections td:last-of-type {
        border-right: 1px solid #5f6b72;
        border-left: 1px solid #5f6b72;
        padding: 0; }
        .admin .table-sections td:last-of-type a {
          text-align: center;
          padding: 8px 5px;
          border-bottom: 1px solid #5f6b72;
          display: block;
          text-decoration: none;
          position: static;
          top: auto;
          right: auto; }
        .admin .table-sections td:last-of-type .discard {
          background-color: #e7eaec; }
        .admin .table-sections td:last-of-type .apply {
          border: none; } }
 @media (min-width: 769px) {
  .table-sections table {
    width: 750px; }
   .table-sections table td {
     vertical-align: top;
     /*padding-top: 10px;*/ }
 }
 
 .table-sub_sections .btn {
  width: 100%;
  max-width: 372px;
  display: block; }
  .table-sub_sections .btn.btn-back {
    margin-top: 20px; }

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

.admin .table-sub_sections td:last-of-type a {
  position: absolute;
  top: 14px;
  right: 43px; }
  .admin .table-sub_sections td:last-of-type a:last-of-type {
    right: 15px; }

@media (min-width: 993px) {
  .table-sub_sections thead th:nth-of-type(1), .table-sub_sections tbody td:nth-of-type(1) {
    width: 60%; }
  .table-sub_sections thead th:nth-of-type(2), .table-sub_sections tbody td:nth-of-type(2) {
    width: 20%; }
   .table-sub_sections thead th:nth-of-type(3), .table-sub_sections tbody td:nth-of-type(3) {
    width: 12%; }
  .table-sub_sections th:first-of-type {
    border-left: 1px solid #f5f6f7;
    padding-left: 13px; }
  .table-sub_sections th:last-of-type {
    border-right: 1px solid #f5f6f7;
    padding-right: 13px; }
  .admin .table-sub_sections tr {
    position: static;
    display: table-row; }
  .admin .table-sub_sections thead th:nth-of-type(1), .admin .table-sub_sections tbody td:nth-of-type(1) {
    width: 60% }
  .admin .table-sub_sections thead th:nth-of-type(2), .admin .table-sub_sections tbody td:nth-of-type(2) {
    width: 10%; }
  .admin .table-sub_sections thead th:nth-of-type(3), .admin .table-sub_sections tbody td:nth-of-type(3) {
    width: 12%; }
  .admin .table-sub_sections thead th:nth-of-type(4), .admin .table-sub_sections tbody td:nth-of-type(4) {
    width: 31px; }
  .admin .table-sub_sections th:first-of-type {
    border-left: 3px solid #5f6b72;
    padding-left: 13px; }
  .admin .table-sub_sections th:last-of-type {
    border-right: 1px solid #5f6b72;
    padding-right: 0px; }
  .table-sub_sections td {
    display: table-cell;
    padding-right: 16px; }
    .table-sub_sections td:first-of-type {
      border-left: 1px solid #f5f6f7;
      padding-left: 13px; }
    .table-sub_sections td:last-of-type {
      border-right: 1px solid #f5f6f7;
      padding-right: 13px; }
    .admin .table-sub_sections td {
      border-bottom: 1px solid #5f6b72; }
      .admin .table-sub_sections td:first-of-type {
        border-left: 3px solid #5f6b72; }
      .admin .table-sub_sections td:last-of-type {
        border-right: 1px solid #5f6b72;
        border-left: 1px solid #5f6b72;
        padding: 0; }
        .admin .table-sub_sections td:last-of-type a {
          text-align: center;
          padding: 8px 5px;
          border-bottom: 1px solid #5f6b72;
          display: block;
          text-decoration: none;
          position: static;
          top: auto;
          right: auto; }
        .admin .table-sub_sections td:last-of-type .discard {
          background-color: #e7eaec; }
        .admin .table-sub_sections td:last-of-type .apply {
          border: none; } }
 @media (min-width: 769px) {
  .table-sub_sections table {
    width: 750px; }
   .table-sub_sections table td {
     vertical-align: top;
     /*padding-top: 10px;*/ }
 }