body {
  font-family: Arial, serif;
  font-size: 12px;
  color: #414141;
}
.header {
  font-family: 'Ubuntu', sans-serif;
}
.header .logo {
  float: left;
  display: block;
  padding: 10px;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
.header .headerinner {
  margin-left: 65px;
  position: relative;
  background-color: #c0c0c0;
  color: #ffffff;
  height: 100%;
  padding: 6px 9px 6px 46px;
  line-height: 35px;
}
.header .headerinner:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-right: 47px solid transparent;
  border-top: 47px solid #ffffff;
}
.header .title {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
.header .user {
  text-align: right;
}
.header .user .user-icon {
  color: #bd2f34;
  font-size: 26px;
  margin-right: 5px;
  vertical-align: middle;
}
.header .user .company {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  white-space: nowrap;
}
.header .user .company .glyphicon-play {
  font-size: 18px;
  vertical-align: sub;
}
.header .user .btn-logout {
  vertical-align: baseline;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 25px;
  background-color: #bd2f34;
  color: #ffffff;
  border-radius: 0;
  margin-left: 10px;
  font-weight: 500;
}
.header .user .btn-logout:hover {
  background-color: #ffffff;
  color: #bd2f34;
  padding: 5px 25px;
  border: none;
}
.menu {
  list-style: none;
  background-color: #bd2f34;
  text-align: center;
  font-size: 18px;
  font-family: 'Ubuntu', sans-serif;
}
.menu li {
  display: inline-block;
  font-weight: 300;
  text-transform: uppercase;
  padding: 7px 0;
  line-height: 17px;
  vertical-align: top;
}
.menu li a {
  color: #ffffff;
  padding: 0px 15px;
  display: block;
  border-right: 1px solid #ffffff;
}
.menu li a:hover {
  color: #bd2f34;
  text-decoration: none;
}
.menu li:hover,
.menu li.active {
  background-color: #ffffff;
}
.menu li:hover a,
.menu li.active a {
  color: #bd2f34;
  text-decoration: none;
}
.menu li.main {
  background-color: #dac243;
}
.menu li.main a {
  color: #414141;
  font-weight: 500;
  font-size: 16px;
}
.menu li.main:hover {
  border: 3px solid #dac243;
  background-color: #ffffff;
  padding: 4px 0;
}
.menu li.main:hover a {
  color: #bd2f34;
  padding: 0 12px;
}
.table tr th {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
}
.table tbody tr.hidden_row td {
  display: none;
}
.table tbody tr.red_row td {
  background: #ffbaba;
}
.table tbody tr.blue_row td {
  background: #c3e5fd;
}
.table tbody tr.orange_row td {
  background: #ffeac3;
}
.table tbody tr.green_row td {
  background: #dff0d8;
}
.table tbody tr td {
  padding: 3px;
  font-size: 12px;
  vertical-align: middle;
}
.table tbody tr td .subtitle {
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}
.thMenu {
  position: absolute;
  background: #dac243;
  padding: 10px;
  border: 1px solid #bd2f34;
  border-radius: 5px;
  top: 75%;
  left: -10px;
  visibility: hidden;
  z-index: 20;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
}
.thMenu:before {
  position: absolute;
  top: -10px;
  left: 20px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #bd2f34;
}
.thMenu a {
  display: block;
  color: #414141;
  text-transform: uppercase;
  white-space: nowrap;
}
.thMenu.showMenu {
  visibility: visible;
  top: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.thMenu .title {
  font-size: 10px;
  margin-bottom: 10px;
  display: block;
}
.btn {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  font-size: 15px;
  border-radius: 0;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
}
.btn:hover,
.btn.hover {
  border: 3px solid transparent;
  padding: 3px 9px;
}
.btn-link {
  color: #428bca;
}
.btn-yellow,
.btn-primary {
  background-color: #dac243;
}
.btn-yellow:hover,
.btn-yellow.hover,
.btn-primary:hover,
.btn-primary.hover {
  background-color: #ffffff;
  color: #dac243;
  border-color: #dac243;
}
.btn-white {
  background-color: #ffffff;
  color: #bd2f34;
  padding: 2px 5px;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
}
.btn-white:hover,
.btn-white.hover {
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  padding: 2px 5px;
  text-decoration: underline;
}
.btn-success {
  background-color: #5cb85c;
}
.btn-success:hover,
.btn-success.hover {
  background-color: #ffffff;
  color: #5cb85c;
  border-color: #5cb85c;
}
.btn-warning {
  background-color: #ff0000;
}
.btn-warning:hover,
.btn-warning.hover {
  background-color: #ffffff;
  color: #ff0000;
  border-color: #ff0000;
}
.footer {
  position: relative;
  background-color: #c0c0c0;
  color: #ffffff;
  height: 43px;
  text-align: center;
  font-size: 10px;
  line-height: 38px;
  margin-top: 30px;
}
.footer a {
  color: #ffffff;
}
.footer:after {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 43px solid transparent;
  border-top: 42px solid #fff;
}
.content {
  position: relative;
  margin-top: 30px;
  min-height: 330px;
}
.content h2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 10px 0;
}
.content h2:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-left: 0.5em solid #dac243;
  display: inline-block;
  margin-left: 10px;
  vertical-align: bottom;
}
.addForm {
  max-width: 460px;
  margin: 0 auto;
}
.filterForm {
  position: absolute;
  top: -3px;
  right: 0;
  background: #dac243;
  height: 32px;
  padding: 2px 0 0 45px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'Ubuntu', sans-serif;
}
.filterForm b {
  font-weight: 300;
  color: #bd2f34;
}
.filterForm:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-right: 23px solid transparent;
  border-top: 32px solid #ffffff;
}
.filterForm input,
.filterForm select {
  margin-left: 5px;
}
.loginLogo {
  display: block;
  margin: 50px auto 20px auto;
}
.loginForm {
  margin: 50px auto;
  max-width: 550px;
}
.loginForm h2 {
  font-family: 'Ubuntu', sans-serif;
  color: #414141;
}
.loginForm h2 span {
  color: #dac243;
  position: relative;
}
.loginForm h2 span:after {
  position: absolute;
  width: 54px;
  height: 22px;
  bottom: -22px;
  right: 13px;
  content: " ";
  background: transparent url(img/login_arrow.jpg) no-repeat;
}
.loginForm form {
  max-width: 70%;
  margin: 40px auto 0 auto;
}
.loginForm form label {
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.loginForm form input {
  width: 100%;
}
.exportForm {
  display: inline-block;
  margin: 0 5px;
}
.exportForm .btn-export {
  background-color: transparent;
  text-indent: -99999em;
  overflow: hidden;
  background-repeat: no-repeat;
  padding: 0;
  width: 38px;
  height: 52px;
}
.exportForm .btn-export:hover {
  border: none;
}
.exportForm .export-csv {
  background-image: url(img/icon-csv.png);
}
.exportForm .export-pdf {
  background-image: url(img/icon-pdf.png);
}
.exportForm .export-txt {
  background-image: url(img/icon-txt.png);
}
.mainButtons {
  margin: 150px 0;
  text-align: center;
}
.mainButtons a {
  display: inline-block;
  margin: 0 31px;
  font-family: 'Ubuntu', sans-serif;
  color: #414141;
  text-align: center;
  font-size: 18px;
  width: 181px;
  vertical-align: top;
}
.mainButtons a:before {
  display: block;
  background-color: #bd2f34;
  width: 181px;
  height: 181px;
  content: "";
  margin-bottom: 4px;
  background-position: center center;
  background-repeat: no-repeat;
}
.mainButtons a:hover:before {
  background-color: #ffffff;
  border: 1px solid #bd2f34;
}
.mainButtons .compliant:before {
  background-image: url(img/cm_select_normal.jpg);
}
.mainButtons .compliant:hover:before {
  background-image: url(img/cm_select_over.jpg);
}
.mainButtons .clients:before {
  background-image: url(img/rs_select_normal.jpg);
}
.mainButtons .clients:hover:before {
  background-image: url(img/rs_select_over.jpg);
}
.mainButtons .riskmonitor:before {
  background-image: url(img/d_select_normal.jpg);
}
.mainButtons .riskmonitor:hover:before {
  background-image: url(img/d_select_over.jpg);
}
.about-page h2,
.about-page h3 {
  color: #bd2f34;
  font-size: 24px;
  margin: 10px 0;
}
.about-page ol {
  list-style-type: none;
  counter-reset: ol-counter;
  padding: 0;
  margin: 0;
  text-align: center;
  max-width: 1079px;
  margin: 0 auto;
}
.about-page ol > li {
  display: inline-block;
  background-color: #bd2f34;
  color: white;
  font-size: 18px;
  line-height: 23px;
  width: 311px;
  height: 115px;
  padding: 11px 27px 11px 123px;
  margin: 5px;
  position: relative;
  text-align: left;
  overflow: hidden;
}
.about-page ol > li:before {
  position: absolute;
  color: #dac243;
  content: counter(ol-counter) ". ";
  counter-increment: ol-counter;
  font-size: 60px;
  width: 123px;
  height: 100%;
  text-align: center;
  line-height: 113px;
  top: 0;
  left: 0;
}
.about-page ol > li.rows1 {
  padding-top: 43px;
}
.about-page ol > li.rows2 {
  padding-top: 33px;
}
.about-page ol > li.rows3 {
  padding-top: 18px;
}
.about-page ol > li.rows5 {
  font-size: 17px;
  line-height: 19px;
}
.alert-info {
  background-color: #c0c0c0;
  border: none;
  text-align: center;
  border-radius: 0;
  color: #414141;
  margin-top: 25px;
  margin-bottom: 0px;
}
.collapse-button {
  display: block;
  text-align: center;
  width: 40px;
  margin: 0px auto;
  border-top: 15px solid #c0c0c0;
  border-right: 11px solid transparent;
  line-height: 6px;
  position: relative;
  height: 15px;
  border-left: 11px solid transparent;
}
.collapse-button:hover {
  text-decoration: none;
}
.collapse-button:before {
  content: " ";
  border-bottom: 5px solid #bd2f34;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  top: -11px;
  left: 50%;
  margin-left: -5px;
}
.collapse-button.collapsed-btn:before {
  border-top: 5px solid #bd2f34;
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.icon-info {
  display: inline-block;
  font-style: italic;
  margin: 0 10px;
}
.icon-info .glyphicon {
  padding: 10px;
  border-radius: 15px;
  width: auto;
  background-color: #ffffff;
}
.date_hide span {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 10;
}
.date_hide:hover span {
  display: inline;
}
#ticker {
  overflow: hidden;
  position: relative;
  height: 17px;
}
#ticker ul {
  left: 80px;
  list-style: none;
}
#ticker ul li .long {
  display: none;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 10;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(50,50,50,0.5);
  -moz-box-shadow: 0px 0px 12px 0px rgba(50,50,50,0.5);
  box-shadow: 0px 0px 12px 0px rgba(50,50,50,0.5);
  width: 500px;
  padding: 10px;
}
#ticker:hover {
  overflow: visible !important;
}
#ticker:hover .short {
  display: none;
}
#ticker:hover ul li:first-child .long {
  display: block;
}
.tickerButtons {
  padding-left: 10px;
}
@-webkit-keyframes flashOdd {
  0% {
    background-color: Yellow;
  }
  100% {
    background-color: #f9f9f9;
  }
}
@-webkit-keyframes flashEven {
  0% {
    background-color: Yellow;
  }
  100% {
    background-color: #fff;
  }
}
.table>tbody>tr.flash>td {
  -webkit-animation-name: flashEven;
  -webkit-animation-duration: 900ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
}
.table>tbody>tr.flash.odd>td {
  -webkit-animation-name: flashOdd;
  -webkit-animation-duration: 900ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
}
.table>tbody>tr>td.field_number {
  text-align: right;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
#documents .table td {
  word-break: break-all;
}
.hand_cursor {
  cursor: pointer;
  cursor: hand;
}
.editable:hover,
p.editable:hover {
  background-color: #FFFF99;
}
.clientWarning {
  background-color: #dac243;
  margin-bottom: 0;
  padding: 10px;
  color: #fff;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.adminWarning {
  background-color: #bd2f34;
  margin-bottom: 0;
  padding: 10px;
  color: #fff;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
@media print {
  a[href]:after {
    content: "";
  }
}
