	/*****************************************************************************************
    ** BOX MODEL                                                                            **
    *****************************************************************************************/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

	/*****************************************************************************************
    ** RESET                                                                                **
    *****************************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

#msg {
  border: 1px solid black;
  background-color: #FEC1C1;
  padding: 10px; }

#msg h2 {
  text-decoration: underline; }

.size-debugger {
  padding: 20px 0px;
  background-color: #FF0000;
  color: #FFFFFF;
  font-size: 30px; }

div.clear {
  width: 100%;
  float: left;
  clear: both;
  display: block; }

.donotshow {
  display: none; }

	/*****************************************************************************************
    ** FONTS 		                                                                        **
    *****************************************************************************************/
	/*****************************************************************************************
    ** VARS 		                                                                        **
    *****************************************************************************************/
/* colors */
/* responsive breakpoints */
/* fonts */
	/*****************************************************************************************
    ** GENERAL 		                                                                        **
    *****************************************************************************************/
.disabled {
  cursor: not-allowed;
  color: #50AEFF !important; }

body {
  background-color: #FFFFFF;
  font-family: arial,serif;
  color: #000000;
  font-size: 15px; }

h1 {
  font-size: 18px;
  padding: 10px 0px 20px 0px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em; }
  @media screen and (min-width: 480px) {
    h1 {
      font-size: 28px; } }

h1:after {
  display: block;
  width: 10rem;
  margin: 1rem auto;
  border-bottom: 1px solid #000000;
  content: " ";
  font-size: 0;
  height: 5px; }
  @media screen and (min-width: 480px) {
    h1:after {
      width: 20rem; } }

h2 {
  font-size: 16px;
  padding: 10px 0px 20px 0px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em; }
  @media screen and (min-width: 480px) {
    h2 {
      font-size: 18px; } }

h2:after {
  display: block;
  width: 8rem;
  margin: 1rem auto;
  border-bottom: 1px solid #000000;
  content: " ";
  font-size: 0;
  height: 5px; }
  @media screen and (min-width: 480px) {
    h2:after {
      width: 10rem; } }

h3 {
  font-size: 18px;
  padding: 5px 0px 15px 0px; }
  @media screen and (min-width: 480px) {
    h3 {
      font-size: 24px; } }

h4 {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0px 15px 0px; }
  @media screen and (min-width: 480px) {
    h4 {
      font-size: 18px; } }

.responsiveimg {
  width: 100%;
  height: auto !important;
  display: block;
  float: left; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center; }

.mandatory:after {
  content: " *";
  color: #FF0000; }

table.table tr:hover {
  background-color: #EFEFEF; }

.add-top-40 {
  margin-top: 40px; }

.padding-bottom {
  padding-bottom: 4px; }

p {
  line-height: 24px;
  padding-bottom: 15px; }

p.no-bottom-padding {
  line-height: 19px;
  padding-bottom: 0px; }

.btn {
  margin-bottom: 4px; }
  @media screen and (max-width: 480px) {
    .btn {
      width: 100%;
      clear: both; } }

.btn-orange {
  background-color: #fe5e00;
  color: #FFFFFF; }
  .btn-orange:hover {
    background-color: #b24200;
    color: #FFFFFF; }

.btn-green {
  background-color: #00CC00;
  color: #FFFFFF; }

.btn-green:hover {
  background-color: green;
  color: #FFFFFF; }

.btn-red {
  background-color: #FF3333;
  color: #FFFFFF !important; }

.btn-red:hover {
  background-color: #e60000;
  color: #FFFFFF; }

.btn-orange {
  background-color: #fe5e00;
  color: #FFFFFF; }

.btn-orange:hover {
  background-color: #b24200;
  color: #FFFFFF; }

.btn-white {
  background-color: #FFFFFF;
  color: #679BD1; }

.btn-white:hover {
  background-color: #FFFFFF;
  color: #006699; }

.align-right {
  text-align: right; }

.btn-blue {
  background-color: #679BD1;
  color: #FFFFFF; }
  .btn-blue:hover {
    background-color: #006699;
    color: #FFFFFF;
    text-decoration: none; }
  .btn-blue:focus {
    background-color: #679BD1;
    color: #FFFFFF;
    text-decoration: none; }

	/*****************************************************************************************
    ** HEADER 		                                                                        **
    *****************************************************************************************/
.debuginfo {
  width: 100%;
  height: 25px;
  line-height: 25px;
  background-color: red;
  color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }
  .debuginfo ul {
    width: 100%;
    clear: both;
    height: 25px; }
    .debuginfo ul li {
      float: left;
      padding-right: 15px;
      position: relative;
      height: 25px;
      line-height: 25px; }
      .debuginfo ul li a {
        color: #FFFFFF;
        height: 25px;
        line-height: 25px;
        padding-left: 10px;
        padding-right: 10px; }
      .debuginfo ul li table {
        display: none;
        height: auto;
        background-color: #e60000;
        position: absolute;
        top: 20px;
        left: 0;
        width: 700px;
        z-index: 599;
        padding: 8px 10px;
        max-height: 100vh;
        overflow: auto;
        border-collapse: collapse;
        }
        
        .debuginfo ul li table td {
	        white-space: nowrap;
	        border-bottom: 1px solid rgba(255,255,255, 0.7);
	        padding: 2px 5px;
	       }
        
        .debuginfo ul li ul li {
          padding: 4px 0px;
          float: left;
          clear: both;
          height: 25px;
          line-height: 25px; }
          .debuginfo ul li ul li a {
            color: #FFFFFF; }
    .debuginfo ul li:hover a {
      background-color: #e60000; }
    .debuginfo ul li:hover table {
      display: block; }

.debug {
  background-color: rgba(255, 0, 0, 0.15);
  padding: 3px 6px; }

#top {
  background-image: url("../images/layout/header.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 140px;
  margin-bottom: 15px; }
  @media screen and (min-width: 480px) {
    #top {
      min-height: 130px; } }
  @media screen and (min-width: 768px) {
    #top {
      min-height: 180px; } }
  @media screen and (min-width: 995px) {
    #top {
      min-height: 210px; } }
  @media screen and (min-width: 995px) {
    #top {
      min-height: 210px; } }
  #top #top-container .inner, #top #top-container .review-round .row .col-12 .white, .review-round .row .col-12 #top #top-container .white, #top #top-container .review-round .row .col-12 .grey, .review-round .row .col-12 #top #top-container .grey {
    background-color: #FFFFFF;
    padding: 10px;
    border: 1p solid #B2B2B2;
    width: 100%; }
    #top #top-container .inner #user, #top #top-container .review-round .row .col-12 .white #user, .review-round .row .col-12 #top #top-container .white #user, #top #top-container .review-round .row .col-12 .grey #user, .review-round .row .col-12 #top #top-container .grey #user {
      text-align: right;
      padding-top: 10px;
      padding-right: 30px;
      font-size: 12px; }
      @media screen and (min-width: 995px) {
        #top #top-container .inner #user, #top #top-container .review-round .row .col-12 .white #user, .review-round .row .col-12 #top #top-container .white #user, #top #top-container .review-round .row .col-12 .grey #user, .review-round .row .col-12 #top #top-container .grey #user {
          padding-top: 30px; } }
    #top #top-container .inner #logo img, #top #top-container .review-round .row .col-12 .white #logo img, .review-round .row .col-12 #top #top-container .white #logo img, #top #top-container .review-round .row .col-12 .grey #logo img, .review-round .row .col-12 #top #top-container .grey #logo img {
      float: left; }
    #top #top-container .inner p.slogan, #top #top-container .review-round .row .col-12 .white p.slogan, .review-round .row .col-12 #top #top-container .white p.slogan, #top #top-container .review-round .row .col-12 .grey p.slogan, .review-round .row .col-12 #top #top-container .grey p.slogan {
      margin-left: 20px;
      margin-top: 30px;
      color: #006699;
      font-size: 11px;
      float: left;
      display: block; }
      @media screen and (max-width: 480px) {
        #top #top-container .inner p.slogan, #top #top-container .review-round .row .col-12 .white p.slogan, .review-round .row .col-12 #top #top-container .white p.slogan, #top #top-container .review-round .row .col-12 .grey p.slogan, .review-round .row .col-12 #top #top-container .grey p.slogan {
          display: none; } }
    #top #top-container .inner .mobile-trigger, #top #top-container .review-round .row .col-12 .white .mobile-trigger, .review-round .row .col-12 #top #top-container .white .mobile-trigger, #top #top-container .review-round .row .col-12 .grey .mobile-trigger, .review-round .row .col-12 #top #top-container .grey .mobile-trigger {
      float: right;
      margin: 15px 15px 5px 20px;
      display: block; }
      @media screen and (min-width: 995px) {
        #top #top-container .inner .mobile-trigger, #top #top-container .review-round .row .col-12 .white .mobile-trigger, .review-round .row .col-12 #top #top-container .white .mobile-trigger, #top #top-container .review-round .row .col-12 .grey .mobile-trigger, .review-round .row .col-12 #top #top-container .grey .mobile-trigger {
          display: none; } }
      #top #top-container .inner .mobile-trigger a, #top #top-container .review-round .row .col-12 .white .mobile-trigger a, .review-round .row .col-12 #top #top-container .white .mobile-trigger a, #top #top-container .review-round .row .col-12 .grey .mobile-trigger a, .review-round .row .col-12 #top #top-container .grey .mobile-trigger a {
        display: block;
        float: left;
        padding: 3px 7px;
        background-color: #006699;
        border-radius: 4px;
        color: #FFFFFF;
        font-size: 18px;
        text-decoration: none; }
    #top #top-container .inner #mainmenu ul, #top #top-container .review-round .row .col-12 .white #mainmenu ul, .review-round .row .col-12 #top #top-container .white #mainmenu ul, #top #top-container .review-round .row .col-12 .grey #mainmenu ul, .review-round .row .col-12 #top #top-container .grey #mainmenu ul {
      float: left;
      margin-top: 5px;
      display: none;
      margin-left: 0px;
      padding: 15px;
      width: 100%; }
      @media screen and (min-width: 995px) {
        #top #top-container .inner #mainmenu ul, #top #top-container .review-round .row .col-12 .white #mainmenu ul, .review-round .row .col-12 #top #top-container .white #mainmenu ul, #top #top-container .review-round .row .col-12 .grey #mainmenu ul, .review-round .row .col-12 #top #top-container .grey #mainmenu ul {
          display: block;
          border-top: 1px solid #B2B2B2;
          margin-left: 68px;
          padding: 0px;
          width: auto; } }
      #top #top-container .inner #mainmenu ul li, #top #top-container .review-round .row .col-12 .white #mainmenu ul li, .review-round .row .col-12 #top #top-container .white #mainmenu ul li, #top #top-container .review-round .row .col-12 .grey #mainmenu ul li, .review-round .row .col-12 #top #top-container .grey #mainmenu ul li {
        float: left;
        padding-right: 26px;
        color: #B2B2B2; }
        @media screen and (max-width: 995px) {
          #top #top-container .inner #mainmenu ul li, #top #top-container .review-round .row .col-12 .white #mainmenu ul li, .review-round .row .col-12 #top #top-container .white #mainmenu ul li, #top #top-container .review-round .row .col-12 .grey #mainmenu ul li, .review-round .row .col-12 #top #top-container .grey #mainmenu ul li {
            width: 100%;
            clear: both;
            padding: 0px 5px 10px 5px;
            margin: 10px 0px 0px 0px;
            border-bottom: 1px solid #B2B2B2; } }
        #top #top-container .inner #mainmenu ul li a, #top #top-container .review-round .row .col-12 .white #mainmenu ul li a, .review-round .row .col-12 #top #top-container .white #mainmenu ul li a, #top #top-container .review-round .row .col-12 .grey #mainmenu ul li a, .review-round .row .col-12 #top #top-container .grey #mainmenu ul li a {
          float: left;
          padding-top: 10px;
          text-transform: uppercase;
          color: #B2B2B2;
          margin-top: -2px;
          border-top: 1px solid #FFFFFF;
          fon-weight: bold; }
          @media screen and (max-width: 995px) {
            #top #top-container .inner #mainmenu ul li a, #top #top-container .review-round .row .col-12 .white #mainmenu ul li a, .review-round .row .col-12 #top #top-container .white #mainmenu ul li a, #top #top-container .review-round .row .col-12 .grey #mainmenu ul li a, .review-round .row .col-12 #top #top-container .grey #mainmenu ul li a {
              width: 100%; } }
        #top #top-container .inner #mainmenu ul li a.active, #top #top-container .review-round .row .col-12 .white #mainmenu ul li a.active, .review-round .row .col-12 #top #top-container .white #mainmenu ul li a.active, #top #top-container .review-round .row .col-12 .grey #mainmenu ul li a.active, .review-round .row .col-12 #top #top-container .grey #mainmenu ul li a.active,
        #top #top-container .inner #mainmenu ul li a:hover,
        #top #top-container .review-round .row .col-12 .white #mainmenu ul li a:hover,
        .review-round .row .col-12 #top #top-container .white #mainmenu ul li a:hover,
        #top #top-container .review-round .row .col-12 .grey #mainmenu ul li a:hover,
        .review-round .row .col-12 #top #top-container .grey #mainmenu ul li a:hover {
          text-decoration: none; }
          @media screen and (min-width: 995px) {
            #top #top-container .inner #mainmenu ul li a.active, #top #top-container .review-round .row .col-12 .white #mainmenu ul li a.active, .review-round .row .col-12 #top #top-container .white #mainmenu ul li a.active, #top #top-container .review-round .row .col-12 .grey #mainmenu ul li a.active, .review-round .row .col-12 #top #top-container .grey #mainmenu ul li a.active,
            #top #top-container .inner #mainmenu ul li a:hover,
            #top #top-container .review-round .row .col-12 .white #mainmenu ul li a:hover,
            .review-round .row .col-12 #top #top-container .white #mainmenu ul li a:hover,
            #top #top-container .review-round .row .col-12 .grey #mainmenu ul li a:hover,
            .review-round .row .col-12 #top #top-container .grey #mainmenu ul li a:hover {
              border-top: 1px solid #006699; } }

.actionbar {
  text-align: right;
  margin-bottom: 15px; }

#filterbar, #infobar {
  padding-bottom: 30px; }
  #filterbar .inner.blue, #filterbar .review-round .row .col-12 .blue.white, .review-round .row .col-12 #filterbar .blue.white, #filterbar .review-round .row .col-12 .blue.grey, .review-round .row .col-12 #filterbar .blue.grey, #infobar .inner.blue, #infobar .review-round .row .col-12 .blue.white, .review-round .row .col-12 #infobar .blue.white, #infobar .review-round .row .col-12 .blue.grey, .review-round .row .col-12 #infobar .blue.grey {
    padding: 20px;
    background-color: #679BD1;
    color: #FFFFFF; }
    #filterbar .inner.blue a#mobile-filter-toggle, #filterbar .review-round .row .col-12 .blue.white a#mobile-filter-toggle, .review-round .row .col-12 #filterbar .blue.white a#mobile-filter-toggle, #filterbar .review-round .row .col-12 .blue.grey a#mobile-filter-toggle, .review-round .row .col-12 #filterbar .blue.grey a#mobile-filter-toggle, #infobar .inner.blue a#mobile-filter-toggle, #infobar .review-round .row .col-12 .blue.white a#mobile-filter-toggle, .review-round .row .col-12 #infobar .blue.white a#mobile-filter-toggle, #infobar .review-round .row .col-12 .blue.grey a#mobile-filter-toggle, .review-round .row .col-12 #infobar .blue.grey a#mobile-filter-toggle {
      width: 100%;
      display: block;
      color: #FFFFFF; }
    @media screen and (max-width: 768px) {
      #filterbar .inner.blue #filters-container, #filterbar .review-round .row .col-12 .blue.white #filters-container, .review-round .row .col-12 #filterbar .blue.white #filters-container, #filterbar .review-round .row .col-12 .blue.grey #filters-container, .review-round .row .col-12 #filterbar .blue.grey #filters-container, #infobar .inner.blue #filters-container, #infobar .review-round .row .col-12 .blue.white #filters-container, .review-round .row .col-12 #infobar .blue.white #filters-container, #infobar .review-round .row .col-12 .blue.grey #filters-container, .review-round .row .col-12 #infobar .blue.grey #filters-container {
        display: none; } }
    @media screen and (min-width: 768px) {
      #filterbar .inner.blue #filters-container, #filterbar .review-round .row .col-12 .blue.white #filters-container, .review-round .row .col-12 #filterbar .blue.white #filters-container, #filterbar .review-round .row .col-12 .blue.grey #filters-container, .review-round .row .col-12 #filterbar .blue.grey #filters-container, #infobar .inner.blue #filters-container, #infobar .review-round .row .col-12 .blue.white #filters-container, .review-round .row .col-12 #infobar .blue.white #filters-container, #infobar .review-round .row .col-12 .blue.grey #filters-container, .review-round .row .col-12 #infobar .blue.grey #filters-container {
        display: block; } }
    @media screen and (max-width: 768px) {
      #filterbar .inner.blue .filter-block, #filterbar .review-round .row .col-12 .blue.white .filter-block, .review-round .row .col-12 #filterbar .blue.white .filter-block, #filterbar .review-round .row .col-12 .blue.grey .filter-block, .review-round .row .col-12 #filterbar .blue.grey .filter-block, #infobar .inner.blue .filter-block, #infobar .review-round .row .col-12 .blue.white .filter-block, .review-round .row .col-12 #infobar .blue.white .filter-block, #infobar .review-round .row .col-12 .blue.grey .filter-block, .review-round .row .col-12 #infobar .blue.grey .filter-block {
        padding-bottom: 15px; } }
    #filterbar .inner.blue p.filter-header, #filterbar .review-round .row .col-12 .blue.white p.filter-header, .review-round .row .col-12 #filterbar .blue.white p.filter-header, #filterbar .review-round .row .col-12 .blue.grey p.filter-header, .review-round .row .col-12 #filterbar .blue.grey p.filter-header, #infobar .inner.blue p.filter-header, #infobar .review-round .row .col-12 .blue.white p.filter-header, .review-round .row .col-12 #infobar .blue.white p.filter-header, #infobar .review-round .row .col-12 .blue.grey p.filter-header, .review-round .row .col-12 #infobar .blue.grey p.filter-header {
      font-weight: 700;
      margin-bottom: 4px;
      padding-bottom: 0px; }
    #filterbar .inner.blue .row.date-icon, #filterbar .review-round .row .col-12 .blue.white .row.date-icon, .review-round .row .col-12 #filterbar .blue.white .row.date-icon, #filterbar .review-round .row .col-12 .blue.grey .row.date-icon, .review-round .row .col-12 #filterbar .blue.grey .row.date-icon, #infobar .inner.blue .row.date-icon, #infobar .review-round .row .col-12 .blue.white .row.date-icon, .review-round .row .col-12 #infobar .blue.white .row.date-icon, #infobar .review-round .row .col-12 .blue.grey .row.date-icon, .review-round .row .col-12 #infobar .blue.grey .row.date-icon {
      padding-left: 30px;
      min-height: 70px;
      background: transparent url("../images/layout/icon-calendar_46x46.png") no-repeat 10px 0px;
      background-size: 30px 30px; }
      @media screen and (min-width: 768px) {
        #filterbar .inner.blue .row.date-icon, #filterbar .review-round .row .col-12 .blue.white .row.date-icon, .review-round .row .col-12 #filterbar .blue.white .row.date-icon, #filterbar .review-round .row .col-12 .blue.grey .row.date-icon, .review-round .row .col-12 #filterbar .blue.grey .row.date-icon, #infobar .inner.blue .row.date-icon, #infobar .review-round .row .col-12 .blue.white .row.date-icon, .review-round .row .col-12 #infobar .blue.white .row.date-icon, #infobar .review-round .row .col-12 .blue.grey .row.date-icon, .review-round .row .col-12 #infobar .blue.grey .row.date-icon {
          padding-left: 70px;
          min-height: 70px;
          background: transparent url("../images/layout/icon-calendar_46x46.png") no-repeat 10px 0px;
          background-size: 50px 50px; } }
    #filterbar .inner.blue .row.user-icon, #filterbar .review-round .row .col-12 .blue.white .row.user-icon, .review-round .row .col-12 #filterbar .blue.white .row.user-icon, #filterbar .review-round .row .col-12 .blue.grey .row.user-icon, .review-round .row .col-12 #filterbar .blue.grey .row.user-icon, #infobar .inner.blue .row.user-icon, #infobar .review-round .row .col-12 .blue.white .row.user-icon, .review-round .row .col-12 #infobar .blue.white .row.user-icon, #infobar .review-round .row .col-12 .blue.grey .row.user-icon, .review-round .row .col-12 #infobar .blue.grey .row.user-icon {
      padding-left: 30px;
      min-height: 70px;
      background: transparent url("../images/layout/icon-user_46x46.png") no-repeat 10px 0px;
      background-size: 30px 30px; }
      @media screen and (min-width: 768px) {
        #filterbar .inner.blue .row.user-icon, #filterbar .review-round .row .col-12 .blue.white .row.user-icon, .review-round .row .col-12 #filterbar .blue.white .row.user-icon, #filterbar .review-round .row .col-12 .blue.grey .row.user-icon, .review-round .row .col-12 #filterbar .blue.grey .row.user-icon, #infobar .inner.blue .row.user-icon, #infobar .review-round .row .col-12 .blue.white .row.user-icon, .review-round .row .col-12 #infobar .blue.white .row.user-icon, #infobar .review-round .row .col-12 .blue.grey .row.user-icon, .review-round .row .col-12 #infobar .blue.grey .row.user-icon {
          padding-left: 60px;
          min-height: 70px;
          background: transparent url("../images/layout/icon-user_46x46.png") no-repeat 10px 0px;
          background-size: 50px 50px;
          border-left: 1px solid #FFFFFF; } }
    @media screen and (min-width: 768px) {
      #filterbar .inner.blue .row.tools, #filterbar .review-round .row .col-12 .blue.white .row.tools, .review-round .row .col-12 #filterbar .blue.white .row.tools, #filterbar .review-round .row .col-12 .blue.grey .row.tools, .review-round .row .col-12 #filterbar .blue.grey .row.tools, #infobar .inner.blue .row.tools, #infobar .review-round .row .col-12 .blue.white .row.tools, .review-round .row .col-12 #infobar .blue.white .row.tools, #infobar .review-round .row .col-12 .blue.grey .row.tools, .review-round .row .col-12 #infobar .blue.grey .row.tools {
        border-left: 1px solid #FFFFFF;
        padding-left: 20px;
        min-height: 70px; } }
    @media screen and (max-width: 995px) {
      #filterbar .inner.blue .row.tools .toolbox, #filterbar .review-round .row .col-12 .blue.white .row.tools .toolbox, .review-round .row .col-12 #filterbar .blue.white .row.tools .toolbox, #filterbar .review-round .row .col-12 .blue.grey .row.tools .toolbox, .review-round .row .col-12 #filterbar .blue.grey .row.tools .toolbox, #infobar .inner.blue .row.tools .toolbox, #infobar .review-round .row .col-12 .blue.white .row.tools .toolbox, .review-round .row .col-12 #infobar .blue.white .row.tools .toolbox, #infobar .review-round .row .col-12 .blue.grey .row.tools .toolbox, .review-round .row .col-12 #infobar .blue.grey .row.tools .toolbox {
        width: 100%;
        float: left; }
        #filterbar .inner.blue .row.tools .toolbox .toolbox-tool, #filterbar .review-round .row .col-12 .blue.white .row.tools .toolbox .toolbox-tool, .review-round .row .col-12 #filterbar .blue.white .row.tools .toolbox .toolbox-tool, #filterbar .review-round .row .col-12 .blue.grey .row.tools .toolbox .toolbox-tool, .review-round .row .col-12 #filterbar .blue.grey .row.tools .toolbox .toolbox-tool, #infobar .inner.blue .row.tools .toolbox .toolbox-tool, #infobar .review-round .row .col-12 .blue.white .row.tools .toolbox .toolbox-tool, .review-round .row .col-12 #infobar .blue.white .row.tools .toolbox .toolbox-tool, #infobar .review-round .row .col-12 .blue.grey .row.tools .toolbox .toolbox-tool, .review-round .row .col-12 #infobar .blue.grey .row.tools .toolbox .toolbox-tool {
          width: 35px;
          height: 35px;
          float: left;
          text-align: left;
          color: #B2B2B2;
          font-size: 22px;
          padding: 6px;
          text-align: center; }
          #filterbar .inner.blue .row.tools .toolbox .toolbox-tool a, #filterbar .review-round .row .col-12 .blue.white .row.tools .toolbox .toolbox-tool a, .review-round .row .col-12 #filterbar .blue.white .row.tools .toolbox .toolbox-tool a, #filterbar .review-round .row .col-12 .blue.grey .row.tools .toolbox .toolbox-tool a, .review-round .row .col-12 #filterbar .blue.grey .row.tools .toolbox .toolbox-tool a, #infobar .inner.blue .row.tools .toolbox .toolbox-tool a, #infobar .review-round .row .col-12 .blue.white .row.tools .toolbox .toolbox-tool a, .review-round .row .col-12 #infobar .blue.white .row.tools .toolbox .toolbox-tool a, #infobar .review-round .row .col-12 .blue.grey .row.tools .toolbox .toolbox-tool a, .review-round .row .col-12 #infobar .blue.grey .row.tools .toolbox .toolbox-tool a {
            width: 100%;
            height: 100%;
            display: block;
            color: #FFFFFF; }
        #filterbar .inner.blue .row.tools .toolbox .toolbox-tool.first, #filterbar .review-round .row .col-12 .blue.white .row.tools .toolbox .toolbox-tool.first, .review-round .row .col-12 #filterbar .blue.white .row.tools .toolbox .toolbox-tool.first, #filterbar .review-round .row .col-12 .blue.grey .row.tools .toolbox .toolbox-tool.first, .review-round .row .col-12 #filterbar .blue.grey .row.tools .toolbox .toolbox-tool.first, #infobar .inner.blue .row.tools .toolbox .toolbox-tool.first, #infobar .review-round .row .col-12 .blue.white .row.tools .toolbox .toolbox-tool.first, .review-round .row .col-12 #infobar .blue.white .row.tools .toolbox .toolbox-tool.first, #infobar .review-round .row .col-12 .blue.grey .row.tools .toolbox .toolbox-tool.first, .review-round .row .col-12 #infobar .blue.grey .row.tools .toolbox .toolbox-tool.first {
          border-bottom: 0px solid #FFFFFF;
          border-right: 0px solid #FFFFFF; }
        #filterbar .inner.blue .row.tools .toolbox .toolbox-tool.second, #filterbar .review-round .row .col-12 .blue.white .row.tools .toolbox .toolbox-tool.second, .review-round .row .col-12 #filterbar .blue.white .row.tools .toolbox .toolbox-tool.second, #filterbar .review-round .row .col-12 .blue.grey .row.tools .toolbox .toolbox-tool.second, .review-round .row .col-12 #filterbar .blue.grey .row.tools .toolbox .toolbox-tool.second, #infobar .inner.blue .row.tools .toolbox .toolbox-tool.second, #infobar .review-round .row .col-12 .blue.white .row.tools .toolbox .toolbox-tool.second, .review-round .row .col-12 #infobar .blue.white .row.tools .toolbox .toolbox-tool.second, #infobar .review-round .row .col-12 .blue.grey .row.tools .toolbox .toolbox-tool.second, .review-round .row .col-12 #infobar .blue.grey .row.tools .toolbox .toolbox-tool.second {
          border-bottom: 0px solid #FFFFFF;
          border-right: 0px solid #FFFFFF; }
        #filterbar .inner.blue .row.tools .toolbox .toolbox-tool.third, #filterbar .review-round .row .col-12 .blue.white .row.tools .toolbox .toolbox-tool.third, .review-round .row .col-12 #filterbar .blue.white .row.tools .toolbox .toolbox-tool.third, #filterbar .review-round .row .col-12 .blue.grey .row.tools .toolbox .toolbox-tool.third, .review-round .row .col-12 #filterbar .blue.grey .row.tools .toolbox .toolbox-tool.third, #infobar .inner.blue .row.tools .toolbox .toolbox-tool.third, #infobar .review-round .row .col-12 .blue.white .row.tools .toolbox .toolbox-tool.third, .review-round .row .col-12 #infobar .blue.white .row.tools .toolbox .toolbox-tool.third, #infobar .review-round .row .col-12 .blue.grey .row.tools .toolbox .toolbox-tool.third, .review-round .row .col-12 #infobar .blue.grey .row.tools .toolbox .toolbox-tool.third {
          border-right: 1px solid #FFFFFF;
          border-right: 0px solid #FFFFFF; } }
    @media screen and (min-width: 995px) {
      #filterbar .inner.blue .row.tools .toolbox, #filterbar .review-round .row .col-12 .blue.white .row.tools .toolbox, .review-round .row .col-12 #filterbar .blue.white .row.tools .toolbox, #filterbar .review-round .row .col-12 .blue.grey .row.tools .toolbox, .review-round .row .col-12 #filterbar .blue.grey .row.tools .toolbox, #infobar .inner.blue .row.tools .toolbox, #infobar .review-round .row .col-12 .blue.white .row.tools .toolbox, .review-round .row .col-12 #infobar .blue.white .row.tools .toolbox, #infobar .review-round .row .col-12 .blue.grey .row.tools .toolbox, .review-round .row .col-12 #infobar .blue.grey .row.tools .toolbox {
        max-width: 80px;
        /*background:transparent url('../images/layout/icon-user_46x46.png') no-repeat 10px 0px;*/
        float: right; }
        #filterbar .inner.blue .row.tools .toolbox .toolbox-tool, #filterbar .review-round .row .col-12 .blue.white .row.tools .toolbox .toolbox-tool, .review-round .row .col-12 #filterbar .blue.white .row.tools .toolbox .toolbox-tool, #filterbar .review-round .row .col-12 .blue.grey .row.tools .toolbox .toolbox-tool, .review-round .row .col-12 #filterbar .blue.grey .row.tools .toolbox .toolbox-tool, #infobar .inner.blue .row.tools .toolbox .toolbox-tool, #infobar .review-round .row .col-12 .blue.white .row.tools .toolbox .toolbox-tool, .review-round .row .col-12 #infobar .blue.white .row.tools .toolbox .toolbox-tool, #infobar .review-round .row .col-12 .blue.grey .row.tools .toolbox .toolbox-tool, .review-round .row .col-12 #infobar .blue.grey .row.tools .toolbox .toolbox-tool {
          width: 35px;
          height: 35px;
          float: left;
          text-align: center;
          color: #B2B2B2;
          font-size: 22px;
          padding: 6px; }
          #filterbar .inner.blue .row.tools .toolbox .toolbox-tool a, #filterbar .review-round .row .col-12 .blue.white .row.tools .toolbox .toolbox-tool a, .review-round .row .col-12 #filterbar .blue.white .row.tools .toolbox .toolbox-tool a, #filterbar .review-round .row .col-12 .blue.grey .row.tools .toolbox .toolbox-tool a, .review-round .row .col-12 #filterbar .blue.grey .row.tools .toolbox .toolbox-tool a, #infobar .inner.blue .row.tools .toolbox .toolbox-tool a, #infobar .review-round .row .col-12 .blue.white .row.tools .toolbox .toolbox-tool a, .review-round .row .col-12 #infobar .blue.white .row.tools .toolbox .toolbox-tool a, #infobar .review-round .row .col-12 .blue.grey .row.tools .toolbox .toolbox-tool a, .review-round .row .col-12 #infobar .blue.grey .row.tools .toolbox .toolbox-tool a {
            width: 100%;
            height: 100%;
            display: block;
            color: #FFFFFF; }
        #filterbar .inner.blue .row.tools .toolbox .toolbox-tool.first, #filterbar .review-round .row .col-12 .blue.white .row.tools .toolbox .toolbox-tool.first, .review-round .row .col-12 #filterbar .blue.white .row.tools .toolbox .toolbox-tool.first, #filterbar .review-round .row .col-12 .blue.grey .row.tools .toolbox .toolbox-tool.first, .review-round .row .col-12 #filterbar .blue.grey .row.tools .toolbox .toolbox-tool.first, #infobar .inner.blue .row.tools .toolbox .toolbox-tool.first, #infobar .review-round .row .col-12 .blue.white .row.tools .toolbox .toolbox-tool.first, .review-round .row .col-12 #infobar .blue.white .row.tools .toolbox .toolbox-tool.first, #infobar .review-round .row .col-12 .blue.grey .row.tools .toolbox .toolbox-tool.first, .review-round .row .col-12 #infobar .blue.grey .row.tools .toolbox .toolbox-tool.first {
          border-bottom: 1px solid #FFFFFF;
          border-right: 1px solid #FFFFFF; }
        #filterbar .inner.blue .row.tools .toolbox .toolbox-tool.second, #filterbar .review-round .row .col-12 .blue.white .row.tools .toolbox .toolbox-tool.second, .review-round .row .col-12 #filterbar .blue.white .row.tools .toolbox .toolbox-tool.second, #filterbar .review-round .row .col-12 .blue.grey .row.tools .toolbox .toolbox-tool.second, .review-round .row .col-12 #filterbar .blue.grey .row.tools .toolbox .toolbox-tool.second, #infobar .inner.blue .row.tools .toolbox .toolbox-tool.second, #infobar .review-round .row .col-12 .blue.white .row.tools .toolbox .toolbox-tool.second, .review-round .row .col-12 #infobar .blue.white .row.tools .toolbox .toolbox-tool.second, #infobar .review-round .row .col-12 .blue.grey .row.tools .toolbox .toolbox-tool.second, .review-round .row .col-12 #infobar .blue.grey .row.tools .toolbox .toolbox-tool.second {
          border-bottom: 1px solid #FFFFFF; }
        #filterbar .inner.blue .row.tools .toolbox .toolbox-tool.third, #filterbar .review-round .row .col-12 .blue.white .row.tools .toolbox .toolbox-tool.third, .review-round .row .col-12 #filterbar .blue.white .row.tools .toolbox .toolbox-tool.third, #filterbar .review-round .row .col-12 .blue.grey .row.tools .toolbox .toolbox-tool.third, .review-round .row .col-12 #filterbar .blue.grey .row.tools .toolbox .toolbox-tool.third, #infobar .inner.blue .row.tools .toolbox .toolbox-tool.third, #infobar .review-round .row .col-12 .blue.white .row.tools .toolbox .toolbox-tool.third, .review-round .row .col-12 #infobar .blue.white .row.tools .toolbox .toolbox-tool.third, #infobar .review-round .row .col-12 .blue.grey .row.tools .toolbox .toolbox-tool.third, .review-round .row .col-12 #infobar .blue.grey .row.tools .toolbox .toolbox-tool.third {
          border-right: 1px solid #FFFFFF; } }

.actionbar {
  padding-top: 10px; }

.modulemenu li {
  border-bottom: 1px solid #B2B2B2;
  padding: 8px 0px; }
  .modulemenu li a {
    text-transform: capitalize; }

#id_loginlink_row_btn,
#id_loginlink_row_rollen {
  display: none; }

.project-listitem .inner.white, .project-listitem .review-round .row .col-12 .white, .review-round .row .col-12 .project-listitem .white {
  background-color: #FFFFFF; }
.project-listitem .inner.grey, .project-listitem .review-round .row .col-12 .grey, .review-round .row .col-12 .project-listitem .grey {
  background-color: #B2B2B2; }
.project-listitem .inner, .project-listitem .review-round .row .col-12 .white, .review-round .row .col-12 .project-listitem .white, .project-listitem .review-round .row .col-12 .grey, .review-round .row .col-12 .project-listitem .grey {
  padding: 20px; }
  .project-listitem .inner .projectrow, .project-listitem .review-round .row .col-12 .white .projectrow, .review-round .row .col-12 .project-listitem .white .projectrow, .project-listitem .review-round .row .col-12 .grey .projectrow, .review-round .row .col-12 .project-listitem .grey .projectrow {
    padding-bottom: 8px; }
    .project-listitem .inner .projectrow .title, .project-listitem .review-round .row .col-12 .white .projectrow .title, .review-round .row .col-12 .project-listitem .white .projectrow .title, .project-listitem .review-round .row .col-12 .grey .projectrow .title, .review-round .row .col-12 .project-listitem .grey .projectrow .title {
      float: left;
      width: 350px;
      border-right: 2px solid #000000; }
      .project-listitem .inner .projectrow .title p, .project-listitem .review-round .row .col-12 .white .projectrow .title p, .review-round .row .col-12 .project-listitem .white .projectrow .title p, .project-listitem .review-round .row .col-12 .grey .projectrow .title p, .review-round .row .col-12 .project-listitem .grey .projectrow .title p {
        font-weight: bold; }
        .project-listitem .inner .projectrow .title p .project-title-addition, .project-listitem .review-round .row .col-12 .white .projectrow .title p .project-title-addition, .review-round .row .col-12 .project-listitem .white .projectrow .title p .project-title-addition, .project-listitem .review-round .row .col-12 .grey .projectrow .title p .project-title-addition, .review-round .row .col-12 .project-listitem .grey .projectrow .title p .project-title-addition {
          font-style: italic;
          font-size: 11px;
          padding: 4px 10px;
          color: red; }

.teamlist {
  padding-bottom: 10px; }

.list-actions a .fa {
  margin-left: 3px;
  color: #000000; }
.list-actions a .fa:hover {
  margin-left: 3px;
  color: #006699; }

#project-fases .row .fase .inner, #project-fases .review-round .row .fase .col-12 .white, .review-round #project-fases .row .fase .col-12 .white, #project-fases .review-round .row .col-12 .fase .white, .review-round #project-fases .row .col-12 .fase .white, #project-fases .review-round .row .fase .col-12 .grey, .review-round #project-fases .row .fase .col-12 .grey, #project-fases .review-round .row .col-12 .fase .grey, .review-round #project-fases .row .col-12 .fase .grey {
  margin-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #B2B2B2;
  width: 100%; }
  #project-fases .row .fase .inner .status-indicator, #project-fases .review-round .row .fase .col-12 .white .status-indicator, .review-round #project-fases .row .fase .col-12 .white .status-indicator, #project-fases .review-round .row .col-12 .fase .white .status-indicator, .review-round #project-fases .row .col-12 .fase .white .status-indicator, #project-fases .review-round .row .fase .col-12 .grey .status-indicator, .review-round #project-fases .row .fase .col-12 .grey .status-indicator, #project-fases .review-round .row .col-12 .fase .grey .status-indicator, .review-round #project-fases .row .col-12 .fase .grey .status-indicator {
    padding-left: 85px; }
  #project-fases .row .fase .inner .status-indicator.active, #project-fases .review-round .row .fase .col-12 .white .status-indicator.active, .review-round #project-fases .row .fase .col-12 .white .status-indicator.active, #project-fases .review-round .row .col-12 .fase .white .status-indicator.active, .review-round #project-fases .row .col-12 .fase .white .status-indicator.active, #project-fases .review-round .row .fase .col-12 .grey .status-indicator.active, .review-round #project-fases .row .fase .col-12 .grey .status-indicator.active, #project-fases .review-round .row .col-12 .fase .grey .status-indicator.active, .review-round #project-fases .row .col-12 .fase .grey .status-indicator.active {
    background: transparent url(../images/layout/actieve-fase-back.png) no-repeat 0 0;
    min-height: 130px; }
  #project-fases .row .fase .inner .review-executed, #project-fases .review-round .row .fase .col-12 .white .review-executed, .review-round #project-fases .row .fase .col-12 .white .review-executed, #project-fases .review-round .row .col-12 .fase .white .review-executed, .review-round #project-fases .row .col-12 .fase .white .review-executed, #project-fases .review-round .row .fase .col-12 .grey .review-executed, .review-round #project-fases .row .fase .col-12 .grey .review-executed, #project-fases .review-round .row .col-12 .fase .grey .review-executed, .review-round #project-fases .row .col-12 .fase .grey .review-executed {
    border-left: 1px solid #B2B2B2;
    padding-left: 30px; }
    #project-fases .row .fase .inner .review-executed ul li, #project-fases .review-round .row .fase .col-12 .white .review-executed ul li, .review-round #project-fases .row .fase .col-12 .white .review-executed ul li, #project-fases .review-round .row .col-12 .fase .white .review-executed ul li, .review-round #project-fases .row .col-12 .fase .white .review-executed ul li, #project-fases .review-round .row .fase .col-12 .grey .review-executed ul li, .review-round #project-fases .row .fase .col-12 .grey .review-executed ul li, #project-fases .review-round .row .col-12 .fase .grey .review-executed ul li, .review-round #project-fases .row .col-12 .fase .grey .review-executed ul li {
      display: bock;
      float: left;
      clear: both;
      width: 100%;
      padding: 3px 0px 6px 0px; }
      #project-fases .row .fase .inner .review-executed ul li .date, #project-fases .review-round .row .fase .col-12 .white .review-executed ul li .date, .review-round #project-fases .row .fase .col-12 .white .review-executed ul li .date, #project-fases .review-round .row .col-12 .fase .white .review-executed ul li .date, .review-round #project-fases .row .col-12 .fase .white .review-executed ul li .date, #project-fases .review-round .row .fase .col-12 .grey .review-executed ul li .date, .review-round #project-fases .row .fase .col-12 .grey .review-executed ul li .date, #project-fases .review-round .row .col-12 .fase .grey .review-executed ul li .date, .review-round #project-fases .row .col-12 .fase .grey .review-executed ul li .date {
        font-size: 11px; }
  #project-fases .row .fase .inner .review-pending, #project-fases .review-round .row .fase .col-12 .white .review-pending, .review-round #project-fases .row .fase .col-12 .white .review-pending, #project-fases .review-round .row .col-12 .fase .white .review-pending, .review-round #project-fases .row .col-12 .fase .white .review-pending, #project-fases .review-round .row .fase .col-12 .grey .review-pending, .review-round #project-fases .row .fase .col-12 .grey .review-pending, #project-fases .review-round .row .col-12 .fase .grey .review-pending, .review-round #project-fases .row .col-12 .fase .grey .review-pending {
    border-left: 1px solid #B2B2B2;
    padding-left: 30px; }
    #project-fases .row .fase .inner .review-pending .pending-icon, #project-fases .review-round .row .fase .col-12 .white .review-pending .pending-icon, .review-round #project-fases .row .fase .col-12 .white .review-pending .pending-icon, #project-fases .review-round .row .col-12 .fase .white .review-pending .pending-icon, .review-round #project-fases .row .col-12 .fase .white .review-pending .pending-icon, #project-fases .review-round .row .fase .col-12 .grey .review-pending .pending-icon, .review-round #project-fases .row .fase .col-12 .grey .review-pending .pending-icon, #project-fases .review-round .row .col-12 .fase .grey .review-pending .pending-icon, .review-round #project-fases .row .col-12 .fase .grey .review-pending .pending-icon {
      width: 52px;
      float: left;
      font-size: 35px;
      color: #679BD1; }
    #project-fases .row .fase .inner .review-pending ul, #project-fases .review-round .row .fase .col-12 .white .review-pending ul, .review-round #project-fases .row .fase .col-12 .white .review-pending ul, #project-fases .review-round .row .col-12 .fase .white .review-pending ul, .review-round #project-fases .row .col-12 .fase .white .review-pending ul, #project-fases .review-round .row .fase .col-12 .grey .review-pending ul, .review-round #project-fases .row .fase .col-12 .grey .review-pending ul, #project-fases .review-round .row .col-12 .fase .grey .review-pending ul, .review-round #project-fases .row .col-12 .fase .grey .review-pending ul {
      float: left; }
      #project-fases .row .fase .inner .review-pending ul li, #project-fases .review-round .row .fase .col-12 .white .review-pending ul li, .review-round #project-fases .row .fase .col-12 .white .review-pending ul li, #project-fases .review-round .row .col-12 .fase .white .review-pending ul li, .review-round #project-fases .row .col-12 .fase .white .review-pending ul li, #project-fases .review-round .row .fase .col-12 .grey .review-pending ul li, .review-round #project-fases .row .fase .col-12 .grey .review-pending ul li, #project-fases .review-round .row .col-12 .fase .grey .review-pending ul li, .review-round #project-fases .row .col-12 .fase .grey .review-pending ul li {
        display: bock;
        float: left;
        clear: both;
        width: 100%;
        padding: 3px 0px 6px 0px; }
        #project-fases .row .fase .inner .review-pending ul li .date, #project-fases .review-round .row .fase .col-12 .white .review-pending ul li .date, .review-round #project-fases .row .fase .col-12 .white .review-pending ul li .date, #project-fases .review-round .row .col-12 .fase .white .review-pending ul li .date, .review-round #project-fases .row .col-12 .fase .white .review-pending ul li .date, #project-fases .review-round .row .fase .col-12 .grey .review-pending ul li .date, .review-round #project-fases .row .fase .col-12 .grey .review-pending ul li .date, #project-fases .review-round .row .col-12 .fase .grey .review-pending ul li .date, .review-round #project-fases .row .col-12 .fase .grey .review-pending ul li .date {
          font-size: 11px; }

#project-info {
  margin-top: 30px; }
  #project-info .inner, #project-info .review-round .row .col-12 .white, .review-round .row .col-12 #project-info .white, #project-info .review-round .row .col-12 .grey, .review-round .row .col-12 #project-info .grey {
    width: 100%;
    background-color: #ECEEEF;
    padding: 35px; }
  #project-info .project-files-main,
  #project-info .project-files-general {
    margin-top: 0px; }
    #project-info .project-files-main li,
    #project-info .project-files-general li {
      line-height: 28px; }
      #project-info .project-files-main li a,
      #project-info .project-files-general li a {
        color: #000000;
        text-decoration: none; }
      #project-info .project-files-main li a:hover,
      #project-info .project-files-general li a:hover {
        color: #006699;
        text-decoration: underline; }

.review-status-trafficlight {
  float: left;
  margin-right: 10px;
  background-color: #000000;
  border-radius: 15px;
  padding-left: 4px;
  padding-right: 4px; }
  .review-status-trafficlight .review-status-trafficlight-bulb {
    width: 16px;
    height: 16px;
    background-color: #FFFFFF;
    float: left;
    margin: 3px;
    border-radius: 50%; }
  .review-status-trafficlight .review-status-trafficlight-bulb.red {
    background-color: #FF3333; }
  .review-status-trafficlight .review-status-trafficlight-bulb.orange {
    background-color: #fe5e00; }
  .review-status-trafficlight .review-status-trafficlight-bulb.green {
    background-color: #00CC00; }

.review-round .row .col-12 .inner .review-round-details .round-actions, .review-round .row .col-12 .white .review-round-details .round-actions, .review-round .row .col-12 .grey .review-round-details .round-actions {
  padding-top: 10px;
  padding-bottom: 10px; }
.review-round .row .col-12 .white {
  background-color: #FFFFFF; }
  .review-round .row .col-12 .white .review-round-details {
    border-bottom: 1px solid #B2B2B2; }
.review-round .row .col-12 .grey {
  background-color: #B2B2B2; }
  .review-round .row .col-12 .grey .review-round-details {
    border-bottom: 1px solid #FFFFFF; }
.review-round .row .col-12 .inner, .review-round .row .col-12 .white, .review-round .row .col-12 .grey {
  padding: 30px; }
  .review-round .row .col-12 .inner .review-round-details h3, .review-round .row .col-12 .white .review-round-details h3, .review-round .row .col-12 .grey .review-round-details h3 {
    padding-bottom: 5px; }
  .review-round .row .col-12 .inner .review-round-details h4, .review-round .row .col-12 .white .review-round-details h4, .review-round .row .col-12 .grey .review-round-details h4 {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 15px;
    padding-top: 3px; }
  .review-round .row .col-12 .inner .review-round-reviews, .review-round .row .col-12 .white .review-round-reviews, .review-round .row .col-12 .grey .review-round-reviews {
    padding-left: 200px; }
    .review-round .row .col-12 .inner .review-round-reviews .review-round-review, .review-round .row .col-12 .white .review-round-reviews .review-round-review, .review-round .row .col-12 .grey .review-round-reviews .review-round-review {
      padding-top: 30px;
      padding-bottom: 30px; }

footer {
  min-height: 50px; }

.sameheight {
  height: 110px; }

/* -- fileuploader ---------------------------------------------------------------------------------------------------------------------------- */
.ajax-file-upload-statusbar {
  border: 1px solid #0ba1b5;
  margin-top: 10px;
  width: 100%;
  /*margin-right: 10px;*/
  margin: 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 5px 5px 15px; }

.ajax-file-upload-filename {
  width: 100%;
  height: auto;
  margin: 0 5px 5px 0px; }

.ajax-file-upload-filesize {
  width: 50px;
  height: auto;
  margin: 0 5px 5px 0px;
  display: inline-block;
  vertical-align: middle; }

.ajax-file-upload-progress {
  margin: 5px 10px 5px 0px;
  position: relative;
  width: 250px;
  border: 1px solid #ddd;
  padding: 1px;
  border-radius: 3px;
  display: inline-block;
  color: #FFFFFF; }

.ajax-file-upload-bar {
  background-color: #0ba1b5;
  width: 0;
  height: 20px;
  border-radius: 3px;
  color: #FFFFFF; }

.ajax-file-upload-percent {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 48%; }

.ajax-file-upload-red {
  -moz-box-shadow: inset 0 39px 0 -24px #e67a73;
  -webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
  box-shadow: inset 0 39px 0 -24px #e67a73;
  background-color: #e4685d;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  font-family: arial;
  font-size: 13px;
  font-weight: normal;
  padding: 4px 15px;
  text-decoration: none;
  text-shadow: 0 1px 0 #b23e35;
  cursor: pointer;
  vertical-align: top;
  margin: 5px 10px 5px 0px; }

.ajax-file-upload-green {
  background-color: #77b55a;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #fff;
  font-family: arial;
  font-size: 13px;
  font-weight: normal;
  padding: 4px 15px;
  text-decoration: none;
  cursor: pointer;
  text-shadow: 0 1px 0 #5b8a3c;
  vertical-align: top;
  margin: 5px 10px 5px 0px; }

.ajax-file-upload {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px;
  cursor: pointer;
  line-height: 20px;
  height: 25px;
  margin: 0 10px 10px 0;
  display: inline-block;
  background: #fff;
  border: 1px solid #e8e8e8;
  color: #888;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-box-shadow: 0 2px 0 0 #e8e8e8;
  -webkit-box-shadow: 0 2px 0 0 #e8e8e8;
  box-shadow: 0 2px 0 0 #e8e8e8;
  padding: 6px 10px 4px 10px;
  color: #fff;
  background: #2f8ab9;
  border: none;
  -moz-box-shadow: 0 2px 0 0 #13648d;
  -webkit-box-shadow: 0 2px 0 0 #13648d;
  box-shadow: 0 2px 0 0 #13648d;
  vertical-align: middle; }

.ajax-file-upload:hover {
  background: #3396c9;
  -moz-box-shadow: 0 2px 0 0 #15719f;
  -webkit-box-shadow: 0 2px 0 0 #15719f;
  box-shadow: 0 2px 0 0 #15719f; }

.ajax-upload-dragdrop {
  border: 2px dotted #A5A5C7;
  width: 100%;
  color: #DADCE3;
  text-align: left;
  vertical-align: middle;
  padding: 10px 10px 0px 10px; }

.ajax-file-upload-error {
  padding: 15px;
  background-color: #e60000;
  color: #FFFFFF;
  width: 300px;
  margin-top: 20px; }

.state-hover {
  border: 2px solid #A5A5C7; }

.ajax-file-upload-container {
  margin: 20px 0px 20px 0px; }

.addtopmargin {
  margin-top: 20px; }

/* REALTIME REVIEW */
.rtr-topbar {
  margin-bottom: 15px; }
  .rtr-topbar .rtr-header h2 {
    text-align: left;
    font-size: 18px;
    margin: 0px;
    padding-bottom: 5px; }
    .rtr-topbar .rtr-header h2:after {
      content: "";
      border-bottom: 0px solid #ffffff;
      height: 0px;
      margin: 0px; }
  .rtr-topbar .rtr-header h3 {
    text-align: left;
    font-size: 16px;
    margin: 0px;
    padding: 0px; }

.rtr-page-wrap {
  width: 100%;
  border: 1px solid #AAAAAA;
  background-color: #EEEEEE;
  float: left;
  clear: both;
  position: relative; }
  .rtr-page-wrap .rtr-page-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 499;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center; }
  .rtr-page-wrap .rtr-page {
    float: left;
    clear: both;
    width: 100%;
    max-width: 808px;
    border: 1px solid #AAAAAA;
    background-color: #e1e1e1;
    position: relative;
    min-height: 250px; }
    @media screen and (min-width: 768px) {
      .rtr-page-wrap .rtr-page {
        width: 75%; } }
    .rtr-page-wrap .rtr-page img {
      width: auto;
      max-width: 100%;
      height: auto !important;
      position: relative; }
  .rtr-page-wrap .rtr-pane {
    width: 100%;
    float: left;
    background-color: #EEEEEE;
    height: 100%;
    min-height: 10px;
    padding: 10px 10px 10px 10px; }
    @media screen and (min-width: 768px) {
      .rtr-page-wrap .rtr-pane {
        width: 25%; } }
  .rtr-page-wrap svg {
    opacity: 0;
    position: absolute;
    z-index: 89;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    stroke: #006699; }
    @media screen and (min-width: 768px) {
      .rtr-page-wrap svg {
        opacity: 1; } }
    .rtr-page-wrap svg.red {
      stroke: #FF3333; }
    .rtr-page-wrap svg.blue {
      stroke: #006699; }
    .rtr-page-wrap svg.green {
      stroke: #00CC00; }
    .rtr-page-wrap svg.purple {
      stroke: #551a8b; }
    .rtr-page-wrap svg.orange {
      stroke: #fe5e00; }
    .rtr-page-wrap svg.orange {
      stroke: #f6d53b; }
    .rtr-page-wrap svg.pink {
      stroke: hotpink; }
    .rtr-page-wrap svg.brown {
      stroke: saddlebrown; }
    .rtr-page-wrap svg.cyan {
      stroke: cyan; }
    .rtr-page-wrap svg.black {
      stroke: #000000; }

.draggable {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 200px;
  height: 90px;
  padding: 8px 8px 8px 18px;
  z-index: 99;
  background-color: rgba(255, 255, 0, 0.3); }
  .draggable textarea {
    background-color: transparent;
    border: 1px solid #000000;
    font-size: 11px; }
    .draggable textarea.active {
      background-color: rgba(255, 255, 0, 0.8); }

.dot {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 99;
  border: 2px solid #006699; }
  @media screen and (max-width: 768px) {
    .dot {
      background-color: #FFFFFF;
      color: #000000;
      width: 18px;
      height: 16px;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      font-size: 9px;
      text-align: center;
      line-height: 13px; }
      .dot.red {
        border: 2px solid #FF3333; }
      .dot.blue {
        border: 2px solid #006699; }
      .dot.green {
        border: 2px solid #00CC00; }
      .dot.purple {
        border: 2px solid #551a8b; }
      .dot.orange {
        border: 2px solid #fe5e00; }
      .dot.orange {
        border: 2px solid #f6d53b; }
      .dot.pink {
        border: 2px solid hotpink; }
      .dot.brown {
        border: 2px solid saddlebrown; }
      .dot.cyan {
        border: 2px solid cyan; }
      .dot.black {
        border: 2px solid #000000; } }
  @media screen and (min-width: 768px) {
    .dot {
      width: 10px;
      height: 10px;
      background: #006699;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      border: 1px solid #FFFFFF; }
      .dot:hover {
        cursor: move; }
      .dot.red {
        background-color: #FF3333; }
      .dot.blue {
        background-color: #006699; }
      .dot.green {
        background-color: #00CC00; }
      .dot.purple {
        background-color: #551a8b; }
      .dot.orange {
        background-color: #fe5e00; }
      .dot.yellow {
        background-color: #f6d53b; }
      .dot.pink {
        background-color: hotpink; }
      .dot.brown {
        background-color: saddlebrown; }
      .dot.cyan {
        background-color: cyan; }
      .dot.black {
        background-color: #000000; }
      .dot .counter {
        display: none; } }

.note-side {
  background-color: rgba(255, 255, 255, 0.9);
  -moz-border-radius: 0px 6px 6px 0px;
  -webkit-border-radius: 0px 6px 6px 0px;
  border-radius: 0px 6px 6px 0px;
  padding: 5px;
  margin-bottom: 15px;
  position: relative;
  border-left: 5px solid #006699; }
  .note-side.red {
    border-color: #FF3333; }
  .note-side.blue {
    border-color: #006699; }
  .note-side.green {
    border-color: #00CC00; }
  .note-side.purple {
    border-color: #551a8b; }
  .note-side.orange {
    border-color: #fe5e00; }
  .note-side.yellow {
    border-color: #f6d53b; }
  .note-side.pink {
    border-color: hotpink; }
  .note-side.brown {
    border-color: saddlebrown; }
  .note-side.cyan {
    border-color: cyan; }
  .note-side.black {
    border-color: #000000; }
  .note-side textarea {
    background-color: transparent;
    border: 1px solid #000000;
    font-size: 11px;
    line-height: 14px;
    height: 65px;
    width: 100%; }
  .note-side p {
    font-size: 12px;
    line-height: 14px;
    padding: 0px; }
    .note-side p.note-username {
      padding: 3px 0px 0px 0px;
      margin: 0px;
      font-size: 10px;
      font-style: italic; }
  .note-side .reply {
    text-align: right;
    width: 100%; }
    .note-side .reply a {
      color: #8c8c8c; }
    .note-side .reply .note-comment {
      color: #8c8c8c;
      text-align: right; }
    .note-side .reply .rtr-reply {
      display: none; }
    .note-side .reply .replied {
      padding-top: 8px;
      padding-left: 8px;
      text-align: left;
      color: #B2B2B2; }
  .note-side .note-actionbar {
    width: 100%;
    font-size: 11px;
    float: left;
    width: 100%;
    clear: both;
    padding-bottom: 5px; }
    .note-side .note-actionbar .note-move {
      margin-right: 5px; }
    .note-side .note-actionbar .note-delete {
      margin-right: 5px; }
    .note-side .note-actionbar .note-counter {
      float: right;
      font-weight: 900; }
    .note-side .note-actionbar .note-move:hover,
    .note-side .note-actionbar .note-delete:hover {
      cursor: pointer; }

/* error report */
li.report-error {
  font-size: 12px;
  color: #999999;
  padding-top: 15px;
  clear: both; }
  @media screen and (min-width: 480px) {
    li.report-error {
      float: right;
      padding-top: 3px;
      clear: none; } }
  li.report-error a {
    color: #999999; }

#report-error-modal {
  display: none; }

#report-error-send {
  color: #FFFFFF;
  margin-top: 5px;
  margin-bottom: 20px;
  float: right; }

/* REALTIME REVIEW */
.bubblingG {
  text-align: center;
  width: 78px;
  height: 49px;
  margin: 40px auto 0px auto; }
  .bubblingG span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 24px auto;
    background: black;
    border-radius: 49px;
    -o-border-radius: 49px;
    -ms-border-radius: 49px;
    -webkit-border-radius: 49px;
    -moz-border-radius: 49px;
    animation: bubblingG 1.5s infinite alternate;
    -o-animation: bubblingG 1.5s infinite alternate;
    -ms-animation: bubblingG 1.5s infinite alternate;
    -webkit-animation: bubblingG 1.5s infinite alternate;
    -moz-animation: bubblingG 1.5s infinite alternate; }

#bubblingG_1 {
  animation-delay: 0s;
  -o-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s; }

#bubblingG_2 {
  animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s; }

#bubblingG_3 {
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s; }

@keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: black;
    transform: translateY(0); }
  100% {
    width: 23px;
    height: 23px;
    background-color: white;
    transform: translateY(-20px); } }
@-o-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: black;
    -o-transform: translateY(0); }
  100% {
    width: 23px;
    height: 23px;
    background-color: white;
    -o-transform: translateY(-20px); } }
@-ms-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: black;
    -ms-transform: translateY(0); }
  100% {
    width: 23px;
    height: 23px;
    background-color: white;
    -ms-transform: translateY(-20px); } }
@-webkit-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: black;
    -webkit-transform: translateY(0); }
  100% {
    width: 23px;
    height: 23px;
    background-color: white;
    -webkit-transform: translateY(-20px); } }
@-moz-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: black;
    -moz-transform: translateY(0); }
  100% {
    width: 23px;
    height: 23px;
    background-color: white;
    -moz-transform: translateY(-20px); } }
#file-queue-out {
  margin-top: -20px !important;
  margin-bottom: 20px !important;
  background-color: #eceeef;
  padding: 5px 50px;
  border-radius: 0.25em; }

/*# sourceMappingURL=style.css.map */
