.PO-wrapper {
  font-family: Arial;
  font-size: 16px;
  margin: 0px auto;
  border: 3px solid #1d2228;
  box-sizing: border-box;
  position: relative; }

.PO-navigationBar {
  background: #1d2228;
  color: #ffffff;
  padding: 10px 10px 10px 10px;
  font-size: 12px;
  font-weight: 600;
  display: table;
  width: 100%;
  box-sizing: border-box; }
  .PO-navigationBar a {
    color: #ffffff!important;
    text-decoration: none;
    font-weight: normal; }
    .PO-navigationBar a:hover {
      text-decoration: underline; }

.PO-settingsBar {
  background: #2E353E;
  color: #ffffff;
  padding: 10px;
  font-size: 0.9em; }
  .PO-settingsBar ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    .PO-settingsBar ul > li {
      display: inline;
      position: relative; }
  .PO-settingsBar span {
    display: inline-block;
    margin: 0px;
    font-size: 18px; }
  .PO-settingsBar a {
    color: #ffffff!important;
    text-decoration: none;
    font-weight: normal;
    padding: 4px;
    font-size: 1em;
    -webkit-transition: background 0.2s ease-in-out;
            transition: background 0.2s ease-in-out; }
    .PO-settingsBar a:hover {
      background: #49545F;
      border-radius: 3px; 
      text-decoration: none;
      font-size: 1em;
    }
  .PO-settingsBar .PO-settingsDropdown {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0px;
    width: 200px; }
    .PO-settingsBar .PO-settingsDropdown ul {
      background: #ffffff;
      border-radius: 4px;
      overflow: hidden;
      border: 1px solid #cccccc;
      border-top: none; }
    .PO-settingsBar .PO-settingsDropdown .triangle {
      width: 100%;
      display: block;
      height: 10px; }
      .PO-settingsBar .PO-settingsDropdown .triangle:after {
        content: '';
        position: relative;
        display: block;
        left: 14px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 8px 10px 8px;
        border-color: transparent transparent #ffffff transparent;
        z-index: 2; }
    .PO-settingsBar .PO-settingsDropdown li {
      display: block; }
      .PO-settingsBar .PO-settingsDropdown li a {
        color: #333333!important;
        border-radius: 0px;
        display: block;
        padding: 10px;
        /*font-weight: bold;*/
        border-bottom: 1px solid #eeeeee; }
        .PO-settingsBar .PO-settingsDropdown li a em {
          margin: 0px 10px 0px 5px;
          -webkit-transition: all 0.2s ease-in-out;
                  transition: all 0.2s ease-in-out;
          color: #2E353E; }
        .PO-settingsBar .PO-settingsDropdown li a:hover {
          background: #EAEFF0; }
          .PO-settingsBar .PO-settingsDropdown li a:hover em {
            -webkit-transform: scale(1.1, 1.1);
                -ms-transform: scale(1.1, 1.1);
                    transform: scale(1.1, 1.1); }
      .PO-settingsBar .PO-settingsDropdown li:last-child a {
        border-bottom: 0px; }

.PO-controlsTop {
  background: #EAEFF0;
  border-bottom: 4px solid #a8a9ab;
  padding: 15px; }
  .PO-controlsTop .PO-title:not(:empty) {
    font-weight: 600;
    font-size: 30px;
    padding-bottom: 15px; }

/*- PAGING -*/
.PO-paging {
  background: #2E353E;
  padding: 10px 10px 5px 10px; }
  .PO-paging:after {
    content: '';
    display: block;
    clear: both; }
  .PO-paging ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left; }
    .PO-paging ul li {
      float: left; }
      .PO-paging ul li a, .PO-paging ul li span {
        font-weight: bold;
        font-size: 0.9em;
        -webkit-transition: background 0.2s ease-in-out;
                transition: background 0.2s ease-in-out;
        text-decoration: none;
        color: #ffffff!important;
        display: block;
        padding: 10px;
        border-radius: 3px; }
        .PO-paging ul li a.active:not(span), .PO-paging ul li a:hover:not(span), .PO-paging ul li span.active:not(span), .PO-paging ul li span:hover:not(span) {
          background: #49545F; }
    .PO-paging ul:after {
      content: '';
      display: block;
      clear: both; }
  .PO-paging .PO-pageCount {
    font-size: 0.8em;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
    float: right; }

.PO-wrapper.PO-mobile .PO-pageButton, .PO-wrapper.PO-mobile .PO-pageCount {
  float: none;
  text-align: center; }

.PO-wrapper.PO-mobile .PO-pageButton li {
  float: none;
  display: inline-block; }

.PO-search {
  text-align: center;
  background: #D7E0E2;
  padding: 10px;
  margin-bottom: 15px;
  font-weight: 600; }
  .PO-search input[type="text"] {
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
    letter-spacing: 0.01em; }

.PO-offScreen {
  position: absolute;
  top: -1000000px;
  left: -1000000px; }

/*-- In Merged --*/
.button {
  border: 1px solid #ccc;
  border-color: #c4cccc #acb5b5 #6f7777;
  background: #F5F5F5;
  padding: 5px 5px 4px 5px;
  color: #333333;
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
  text-decoration: none;
  cursor: pointer;
  margin: 2px; }

.PO-wrapper *:focus, .CMS_modal *:focus {
    -webkit-box-shadow: 0px 0px 2px 2px rgba(131,192,252,1);
    -moz-box-shadow: 0px 0px 2px 2px rgba(131,192,252,1);
    box-shadow: 0px 0px 2px 2px rgba(131,192,252,1);
}