/*** Main styles ***/
.width-full {
  width: 100%;
}

.display-none {
  display: none;
}

.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
}

.visibility-hidden {
  visibility: hidden;
}

.modal .modal-body {
  padding: 15px 30px;
}

.border-none {
  border: 0;
}

.cursor-def {
  cursor: default;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.align-right {
  text-align: right;
}

div:focus, ul:focus {
  outline: 0;
}

/** Colors **/
/*** Heights ***/
/*** Misc ***/
/* Mixin */

* {
  margin: 0;
}

html, body {
  background: #fff;
  font-family: sans-serif;
  font-weight: 300;
  height: 100%;
}

.row {
  margin: 0;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
}
@media (max-width: 767px) {
  .row-eq-height {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .row-eq-height {
    display: block;
  }
}


a, .hint {
  color: #484848;
  text-decoration: underline;
}

a:focus, .hint:focus {
  outline: 4px solid #8c82ff;
  z-index: 10;
}

a:hover, .hint:hover {
  color: #484848;
}

.nav-menu {
  background: #28c8a5;
  color: #484848;
  height: 100%;
  min-height: 750px;
  left: -321px;
  position: absolute;
  width: 320px;
  top: 0;
  visibility: hidden;
  z-index: 1000;
}

.nav-menu .menu-button {
  background: #28c8a5;
  border-color: #0f483c;
  border-style: solid;
  border-width: 0 0 0 1px;
  cursor: pointer;
  display: block;
  height: 60px;
  left: 320px;
  padding: 8px 12px;
  position: relative;
  width: 70px;
  top: 0;
  visibility: visible;
  -webkit-transition: background 0.4s ease 0s;
  -moz-transition: background 0.4s ease 0s;
  -ms-transition: background 0.4s ease 0s;
  -o-transition: background 0.4s ease 0s;
  transition: background 0.4s ease 0s;
}
@media (max-width: 767px) {
  .nav-menu .menu-button {
    
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-menu .menu-button {
    
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .nav-menu .menu-button {
    
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .nav-menu .menu-button {
    
  }
}
@media (min-width: 1401px) {
  .nav-menu .menu-button {
    background: #28c8a5;
  }
}
.nav-menu .menu-button:hover, .nav-menu .menu-button:focus {
  background: #fa5f3c;
}
.nav-menu .menu-button:hover .icon-bar, .nav-menu .menu-button:focus .icon-bar {
  background: #28c8a5;
}
.nav-menu .menu-button .icon-bar {
  background: #fa5f3c;
  border-radius: 1px;
  display: block;
  height: 4px;
  margin-bottom: 7px;
  margin-top: 7px;
  width: 44px;
}
.nav-menu ul {
  list-style: none;
  padding: 40px 0 0;
}
.nav-menu ul li {
  font-size: 20px;
  letter-spacing: 0.1em;
  padding: 15px 20px;
  text-transform: uppercase;
}
.nav-menu ul li a {
  color: #484848;
}
.nav-menu ul li a:hover, .nav-menu ul li a:focus {
  color: #484848;
}

.home, .search, .details, .analysis, .article {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100% !important;
}

.home .navigation {
  height: 100%;
  margin: 0;
  min-height: 750px;
  padding: 100px;
  position: relative;
  width: 50%;
}
@media (max-width: 767px) {
  .home .navigation {
    min-height: 500px;
    padding: 30px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home .navigation {
    margin: 0 auto;
    min-height: 600px;
    padding: 30px;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .home .navigation {
    min-height: 600px;
    padding: 50px;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .home .navigation {
    padding: 70px;
  }
}
.home .navigation h2.welcome-text {
  bottom: 0;
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.4em;
  padding: 0 100px 20px 0;
  position: absolute;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .home .navigation h2.welcome-text {
    font-size: 26px;
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home .navigation h2.welcome-text {
    font-size: 26px;
    padding-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .home .navigation h2.welcome-text {
    font-size: 26px;
    padding-top: 0;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .home .navigation h2.welcome-text {
    font-size: 30px;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .home .navigation .saos-logo {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home .navigation .saos-logo {
    width: 550px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .home .navigation .saos-logo {
    width: 450px;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .home .navigation .saos-logo {
    width: 550px;
  }
}
.home .content {
  height: 100%;
  margin: 0;
  min-height: 750px;
  padding: 0;
  width: 50%;
}
@media (max-width: 767px) {
  .home .content {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home .content {
    width: 100%;
  }
}
.home .content .block {
  color: #484848;
  font-size: 20px;
  height: 33.333333%;
  margin: 0;
  min-height: 250px;
  line-height: 1.3em;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.home .content .block a {
  display: block;
  height: 100%;
  padding-top: 20px;
  width: 100%;
}
.home .content .block a:hover, .home .content .block a:focus {
  color: #484848;
}
.home .content .block a > div {
  position: relative;
  top: 50%;
  /*-webkit-transform: translateY(-50%);*/
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}
.home .content .block img {
  height: 100px;
}
.home .content .block .box-title {
  border: 1px solid #484848;
  display: block;
  margin: 10px 0;
  letter-spacing: 0.2em;
  padding: 5px 15px;
  text-transform: uppercase;
}
.home .content .block .box-desc {
  display: inline-block;
  font-size: 20px;
  margin: 10px 0;
  text-transform: lowercase;
}
.home .content .block-search {
  background: #d2ff00;
}
.home .content .block-analysis {
  background: #fa5f3c;
}
.home .content .block-api {
  background: #28c8a5;
}
.home .partners > div {
  padding: 30px 0;
  text-align: center;
}

.navigation {
  background: #484848;
  color: #fff;
}

.content {
  background: #fff;
  color: #000000;
}

.search .navigation, .search .content, .details .navigation, .details .content, .analysis .navigation, .analysis .content, .article .navigation, .article .content {
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 50px;
}
.search .navigation, .details .navigation, .analysis .navigation, .article .navigation {
  width: 35%;
}
@media (max-width: 767px) {
  .search .navigation, .details .navigation, .analysis .navigation, .article .navigation {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .search .navigation, .details .navigation, .analysis .navigation, .article .navigation {
    width: 100%;
  }
}
.search .navigation .saos-logo, .details .navigation .saos-logo, .analysis .navigation .saos-logo, .article .navigation .saos-logo {
  background-image: url("../img/saosLogoNoText.png");
  background-size: 300px auto;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 151px;
  position: absolute;
  right: 35px;
  width: 300px;
  top: 60px;
  z-index: 10;
}
@media (max-width: 767px) {
  .search .navigation .saos-logo, .details .navigation .saos-logo, .analysis .navigation .saos-logo, .article .navigation .saos-logo {
    top: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .search .navigation .saos-logo, .details .navigation .saos-logo, .analysis .navigation .saos-logo, .article .navigation .saos-logo {
    top: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .search .navigation .saos-logo, .details .navigation .saos-logo, .analysis .navigation .saos-logo, .article .navigation .saos-logo {
    background-size: 270px auto;
    height: 136px;
    width: 270px;
  }
}
.search .navigation legend, .details .navigation legend, .analysis .navigation legend, .article .navigation legend {
  border-bottom: 6px solid #fff;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.search .navigation input[type="text"], .details .navigation input[type="text"], .analysis .navigation input[type="text"], .article .navigation input[type="text"] {
  background: #5a5a5a;
  border-color: #fff;
  border-style: solid;
  border-radius: 0;
  border-width: 1px;
  box-shadow: none;
  color: #fff;
}
.search .navigation input[type="text"]::-webkit-input-placeholder, .details .navigation input[type="text"]::-webkit-input-placeholder, .analysis .navigation input[type="text"]::-webkit-input-placeholder, .article .navigation input[type="text"]::-webkit-input-placeholder {
  color: #ccc;
}
.search .navigation input[type="text"]:-moz-placeholder, .details .navigation input[type="text"]:-moz-placeholder, .analysis .navigation input[type="text"]:-moz-placeholder, .article .navigation input[type="text"]:-moz-placeholder {
  color: #ccc;
}
.search .navigation input[type="text"]::-moz-placeholder, .details .navigation input[type="text"]::-moz-placeholder, .analysis .navigation input[type="text"]::-moz-placeholder, .article .navigation input[type="text"]::-moz-placeholder {
  color: #ccc;
}
.search .navigation input[type="text"]:-ms-input-placeholder, .details .navigation input[type="text"]:-ms-input-placeholder, .analysis .navigation input[type="text"]:-ms-input-placeholder, .article .navigation input[type="text"]:-ms-input-placeholder {
  color: #ccc;
}
.search .navigation input[type="text"]:focus, .details .navigation input[type="text"]:focus, .analysis .navigation input[type="text"]:focus, .article .navigation input[type="text"]:focus {
  box-shadow: 0 0 6px #fff;
}
.search .navigation input[type="text"].form-date, .details .navigation input[type="text"].form-date, .analysis .navigation input[type="text"].form-date, .article .navigation input[type="text"].form-date {
  background-image: url("../../image/icons/dateForm.png");
  background-position: right 2% center;
  background-repeat: no-repeat;
  background-size: 18px 16px;
}
.search .navigation .button, .details .navigation .button, .analysis .navigation .button, .article .navigation .button {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  background: #fa5f3c;
  border-color: #fa5f3c;
  border-radius: 0;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  margin-top: 20px;
  letter-spacing: 0.05em;
  padding: 8px 20px;
}
.search .navigation .button:hover, .search .navigation .button:focus, .details .navigation .button:hover, .details .navigation .button:focus, .analysis .navigation .button:hover, .analysis .navigation .button:focus, .article .navigation .button:hover, .article .navigation .button:focus {
  background: #fc9c87;
}
.search .navigation .btn-sm, .details .navigation .btn-sm, .analysis .navigation .btn-sm, .article .navigation .btn-sm {
  font-size: 15px;
  margin-top: 5px;
  padding: 4px 10px;
}
.search .navigation .hint, .details .navigation .hint, .analysis .navigation .hint, .article .navigation .hint {
  background-image: url("../../image/icons.png");
  background-size: 107px 474px;
  background-position: -6px -207px;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 22px;
  width: 22px;
  background-position: -4px -168px;
  background-repeat: no-repeat;
  background-size: 87px 386px;
  border: 2px solid #fff;
  bottom: -8px;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  left: 0;
  position: relative;
  width: 22px;
}
.search .content, .details .content, .analysis .content, .article .content {
  width: 65%;
}
@media (max-width: 767px) {
  .search .content, .details .content, .analysis .content, .article .content {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .search .content, .details .content, .analysis .content, .article .content {
    width: 100%;
  }
}
.search .content h2, .details .content h2, .analysis .content h2, .article .content h2 {
  border-color: #484848;
  border-style: solid;
  border-width: 0 0 6px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.search .content select, .details .content select, .analysis .content select, .article .content select {
  background-image: url("../../image/icons/triangle-down.png");
  background-color: #fff;
  background-position: right 5% center;
  background-repeat: no-repeat;
  background-size: 12px 11px;
  border-color: #484848;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #484848;
  cursor: pointer;
  padding: 0 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search .content select:focus, .details .content select:focus, .analysis .content select:focus, .article .content select:focus {
  outline: 4px solid #8c82ff;
  z-index: 10;
}
.search .content select option, .details .content select option, .analysis .content select option, .article .content select option {
  background: #fff;
  border-color: #484848;
  border-width: 0;
  box-shadow: none;
  padding: 0 6px;
}

.search form {
  min-height: 100%;
  height: 100%;
}
.search .navigation {
  color: #fff;
}
.search .navigation .search-form {
  padding-bottom: 50px;
  padding-top: 250px;
  position: relative;
}
.search .navigation .search-form .search-all {
  height: 40px;
  font-size: 16px;
}
.search .navigation .search-form .search-form-hint {
  right: 0;
  position: absolute;
  top: 250px;
}
.search .navigation .search-form .search-form-hint .hint {
  background-image: url("../../image/icons.png");
  background-size: 107px 474px;
  background-position: -6px -207px;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 22px;
  width: 22px;
  background-position: -4px -168px;
  background-repeat: no-repeat;
  background-size: 87px 386px;
  border: 2px solid #fff;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  width: 22px;
}
.search .content h2 span {
  font-weight: 300;
  margin-left: 5px;
}
.search .content .settings-box {
  height: 50px;
}
.search .content .settings-box legend {
  position: absolute;
  left: -9999px;
}
.search .content .settings-box fieldset > div {
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}
.search .content .pagination-row {
  padding: 10px 0;
  position: relative;
}
.search .content label {
  background: #fff;
  color: #484848;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.details .navigation {
  color: #fff;
  font-weight: 300;
}
.details .navigation .judgment-details {
  padding-top: 250px;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .details .navigation .judgment-details {
    padding-top: 190px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .details .navigation .judgment-details {
    padding-top: 190px;
  }
}
.details .navigation .judgment-details a {
  color: #fff;
  border-color: #333;
  border-style: dotted;
  border-width: 0px 0px 1px;
  cursor: pointer;
  text-decoration: none;
  border-color: #fff;
}
.details .navigation .judgment-details a:hover {
  border-style: solid;
}
.details .navigation .judgment-details a:hover {
  color: #fff;
}
.details .navigation .judgment-details h2 {
  border-top: 6px solid #fff;
  font-size: 30px;
  font-weight: bold;
  margin-top: 10px;
  padding-top: 15px;
}
.details .navigation .judgment-details h3, .details .navigation .judgment-details h4 {
  border-bottom: 2px solid #fff;
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  padding-bottom: 4px;
  padding-right: 35px;
  text-transform: uppercase;
}
.details .navigation .judgment-details h4 {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 0;
  position: relative;
}
.details .navigation .judgment-details ol {
  padding: 0 0 0 1em;
}
.details .navigation .judgment-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.details .navigation .judgment-details ul li .label-title {
  margin-right: 5px;
}
.details .navigation .judgment-details ul li div {
  display: inline-block;
}
.details .navigation .judgment-details ul li a {
  margin-right: 5px;
}
.details .navigation .judgment-details .judgment-type {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  text-transform: uppercase;
}
.details .navigation .judgment-details .judgment-type a {
  border: 0;
}
.details .navigation .judgment-details .hint {
  background-image: url("../../image/icons.png");
  background-size: 107px 474px;
  background-position: -6px -207px;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 22px;
  width: 22px;
  background-position: -6px -188px;
  background-size: 97px 430px;
  border: 2px solid #fff;
  position: absolute;
  right: 0;
  top: 0;
}
.details .content {
  position: relative;
}
.details .content .info-box {
  border: 1px solid #484848;
  right: 70px;
  position: absolute;
  top: 20px;
}
@media (max-width: 767px) {
  .details .content .info-box {
    top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .details .content .info-box {
    top: 0;
  }
}
.details .content .info-box .hint {
  background-image: url("../../image/icons.png");
  background-size: 107px 474px;
  background-position: -6px -207px;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 22px;
  width: 22px;
}
.details .content .body {
  color: #484848;
  font-size: 14px;
  line-height: 1.4em;
}
.details .content .body h2 {
  border-color: #484848;
  border-style: solid;
  border-width: 0 0 1px 0;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.details .content .body p {
  margin: 0;
}

.analysis #analysisFormDiv {
  padding-top: 250px;
  padding-bottom: 50px;
  position: relative;
}
.analysis .navigation input[type="text"] {
  padding-left: 35px;
}
.analysis .navigation .input-color {
  border-color: #fff;
  border-width: 1px 1px 1px 0;
  border-radius: 0;
  height: 34px;
  left: 16px;
  position: absolute;
  width: 10px;
  z-index: 999;
}
.analysis .navigation .remove-button {
  background: transparent;
  border: 0;
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 999;
}
.analysis .navigation select {
  margin-right: 10px;
}

.judgment-list {
  background: #fff;
  border-color: #ccc;
  border-style: solid;
  border-width: 0;
  padding-bottom: 30px;
}
.judgment-list ol {
  list-style: outside none none;
  margin-left: 0;
  padding-left: 0;
}
.judgment-list .col-xs-3 {
  min-height: 0;
}
.judgment-list .no-results {
  font-size: 16px;
}
.judgment-list .no-results p {
  margin-top: 40px;
}
.judgment-list .judgment {
  border-color: #484848;
  border-style: solid;
  border-width: 0 0 1px 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: relative;
}
.judgment-list .judgment h3 {
  margin-bottom: 5px;
  margin-top: 5px;
}
.judgment-list .judgment a {
  background: #fff;
  color: #484848;
}
.judgment-list .judgment a:hover {
  background: #fff;
  color: #484848;
  text-decoration: none;
}
.judgment-list .judgment > .row {
  padding: 15px 0 0;
}
.judgment-list .judgment .case-number {
  background: #fff;
  color: #0176c3;
  font-size: 22px;
  margin-bottom: 6px;
}
.judgment-list .judgment .case-number a {
  background: #fff;
  color: #fa5f3c;
  font-size: 30px;
  line-height: 1.1em;
  letter-spacing: 0.03em;
  position: relative;
}
.judgment-list .judgment .case-number a:hover {
  text-decoration: underline;
}
.judgment-list .judgment .case-number a:visited {
  color: #484848;
}
.judgment-list .judgment .top-line {
  font-size: 0.8em;
  margin-top: 15px;
}
.judgment-list .judgment .top-line .top-line-right {
  float: right;
  color: #666;
  font-style: italic;
}
.judgment-list .judgment .top-line .top-line-right a {
  border-color: #666;
  border-style: dotted;
  border-width: 0px 0px 1px;
  cursor: pointer;
  text-decoration: none;
  color: #666;
}
.judgment-list .judgment .top-line .top-line-right a:hover {
  border-style: solid;
}
.judgment-list .judgment .judgment-type {
  border-color: #333;
  border-style: dotted;
  border-width: 0px 0px 1px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
}
.judgment-list .judgment .judgment-type:hover {
  border-style: solid;
}
.judgment-list .judgment .court-type {
  border-color: #333;
  border-style: dotted;
  border-width: 0px 0px 1px;
  cursor: pointer;
  text-decoration: none;
}
.judgment-list .judgment .court-type:hover {
  border-style: solid;
}
.judgment-list .judgment .date {
  border-color: #333;
  border-style: dotted;
  border-width: 0px 0px 1px;
  cursor: pointer;
  text-decoration: none;
  margin-left: 4px;
}
.judgment-list .judgment .date:hover {
  border-style: solid;
}
.judgment-list .judgment .court-desc {
  /*font-style: italic;*/
  font-size: 14px;
  margin: 2px 0 4px;
}
.judgment-list .judgment .court, .judgment-list .judgment .division, .judgment-list .judgment .chamber, .judgment-list .judgment .chamber-division {
  border-color: #333;
  border-style: dotted;
  border-width: 0px 0px 1px;
  cursor: pointer;
  text-decoration: none;
}
.judgment-list .judgment .court:hover, .judgment-list .judgment .division:hover, .judgment-list .judgment .chamber:hover, .judgment-list .judgment .chamber-division:hover {
  border-style: solid;
}
.judgment-list .judgment .judges {
  margin-top: 2px;
}
.judgment-list .judgment .judges ul {
  display: inline;
  margin: 0;
  padding: 0;
}
.judgment-list .judgment .judges ul li {
  display: inline-block;
  margin-right: 4px;
  position: relative;
}
.judgment-list .judgment .judges ul li:first-child {
  margin-right: 0;
}
.judgment-list .judgment .judge {
  border-color: #333;
  border-style: dotted;
  border-width: 0px 0px 1px;
  cursor: pointer;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}
.judgment-list .judgment .judge:hover {
  border-style: solid;
}
.judgment-list .judgment .judgment-form {
  border-color: #333;
  border-style: dotted;
  border-width: 0px 0px 1px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
.judgment-list .judgment .judgment-form:hover {
  border-style: solid;
}
.judgment-list .judgment .personnel-type {
  border-color: #333;
  border-style: dotted;
  border-width: 0px 0px 1px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
.judgment-list .judgment .personnel-type:hover {
  border-style: solid;
}
.judgment-list .judgment .personnel-type:after {
  content: ")";
}
.judgment-list .judgment .personnel-type:before {
  content: "(";
}
.judgment-list .judgment .extract {
  margin: 8px 0 0;
  padding: 0 0 15px;
  text-align: justify;
}
.judgment-list .judgment .extract em {
  background: #fb886e;
  font-weight: bold;
  padding: 0 2px;
}
.judgment-list .judgment:first-child {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  border-width: 1px 0 1px 0;
}

.keywords {
  margin: 8px 0 0;
}
.keywords ul {
  display: inline;
  margin: 0;
  padding: 0;
}
.keywords ul li {
  display: inline;
}
.keywords ul li .keyword {
  border-color: #333;
  border-style: dotted;
  border-width: 0px 0px 1px;
  cursor: pointer;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  margin: 0 4px 4px 0;
}
.keywords ul li .keyword:hover {
  border-style: solid;
}

.form-section-container {
  margin-bottom: 20px;
}

.form-section {
  background: #5a5a5a;
  border: 0;
  border-radius: 0;
  display: none;
  margin: 0;
  padding: 10px 20px;
  position: relative;
}
.form-section label {
  font-weight: 400;
}
.form-section label.col-sm-2 {
  width: 18%;
}
.form-section input[type="checkbox"] {
  margin: 0;
}
.form-section .field-label {
  font-size: 16px;
  font-weight: bold;
}
.form-section .checkbox > div {
  padding: 2px 0;
}
.form-section .checkbox > div:last-child input[type="checkbox"] {
  top: 9px;
}
.form-section .radio-label {
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 5px;
}
.form-section .radio-label:before {
  background: #5a5a5a;
  bottom: 4px;
  border-color: #d2ff00;
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  content: "";
  display: inline-block;
  height: 12px;
  margin-right: 10px;
  left: -4px;
  position: absolute;
  width: 12px;
}
.form-section .radio-label:hover:before {
  background: #d2ff00;
}
.form-section .radio-label-disabled {
  color: #ccc;
  cursor: default;
}
.form-section .radio-label-disabled:before {
  border-color: #ccc;
}
.form-section .radio-label-disabled:hover:before {
  background: #5a5a5a;
}
.form-section input[type="radio"] {
  display: none;
}
.form-section input[type="radio"]:checked + .radio-label:before {
  border-width: 4px;
}
.form-section select {
  background: #5a5a5a;
  background-image: url("../../image/icons/arrow-down.png");
  background-position: right 2% center;
  background-repeat: no-repeat;
  background-color: #5a5a5a;
  background-size: 26px 26px;
  border-color: #fff;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-section select option {
  border-color: #fff;
  box-shadow: none;
  padding: 4px 12px;
}
.form-section select:disabled {
  background: #5a5a5a;
  background-image: url("../../image/icons/arrow-down-light.png");
  background-position: right 2% center;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  border-color: #ccc;
  color: #ccc;
}
.form-section .suggestion-wrapper {
  background: #5a5a5a;
  border-color: #fff;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
}
.form-section .suggestion-wrapper textarea {
  background: #5a5a5a;
  border: 0;
  color: #fff;
}
.form-section .suggestion-wrapper .suggestions ul {
  background: #5a5a5a;
  color: #fff;
}
.form-section .suggestion-wrapper .suggestions ul li.selected {
  background: #747474;
  color: #fff;
}
.form-section .suggestion-wrapper .suggestion {
  background: #5a5a5a;
  border-color: #fff;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: #fff;
}
.form-section .suggestion-wrapper .suggestion:hover, .form-section .suggestion-wrapper .suggestion:focus {
  background: #747474;
  color: #fff;
}
.form-section .suggestion-wrapper .suggestion .remove-suggestion {
  background-image: url("../../image/icons/close.png");
  background-size: 10px auto;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  position: relative;
  right: -3px;
  top: 0;
  width: 10px;
  z-index: 1;
}

.law-journal {
  position: relative;
}
.law-journal .well {
  background: #747474;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: none;
  margin: 10px 0;
  padding: 10px 0 15px;
}
.law-journal .well > div {
  padding-left: 0;
  padding-right: 0;
}
.law-journal .selected-law {
  background-color: #5a5a5a;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  padding: 10px;
  position: relative;
}
.law-journal .selected-law span {
  display: block;
  height: 20px;
  overflow: hidden;
  padding-right: 30px;
  width: 100%;
}
.law-journal .selected-law .remove {
  right: 10px;
  top: 10px;
}
.law-journal .law-close {
  right: 8px;
  position: absolute;
  top: 8px;
  z-index: 10;
}
.law-journal .form-control {
  display: inline-block;
  padding: 6px 8px;
  width: auto;
}
.law-journal .width-full {
  width: 100%;
}
.law-journal .law-journal-more {
  background: #747474;
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  margin-left: 15px;
  margin-top: 5px;
  padding: 4px 8px;
}
.law-journal .law-journal-more:hover {
  background: #8d8d8d;
  text-decoration: none;
}
.law-journal ul {
  margin: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.law-journal ul li {
  background: #747474;
  border: 1px solid #fff;
  border-width: 1px 1px 0;
  color: #fff;
  cursor: pointer;
  height: 28px;
  margin: 0 15px;
  overflow: hidden;
}
.law-journal ul li:first-child {
  background: #747474;
  border: 0;
  color: #fff;
  cursor: default;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 25px;
}
.law-journal ul li:first-child:hover {
  background: #747474;
}
.law-journal ul li:last-child {
  border-width: 1px 1px 1px;
}
.law-journal ul li:hover {
  background: gray;
}
.law-journal ul li.no-items {
  color: #fa5f3c;
}
.law-journal ul li a {
  color: #fff;
  display: inline-block;
  height: 28px;
  overflow: hidden;
  padding: 5px 10px;
  text-decoration: none;
  width: 100%;
}

.referenced-regulations {
  background-color: #484848;
  border-color: #fff;
  border-style: solid;
  border-width: 0 0 1px 0;
  color: #fff;
  display: block;
  font-size: 15px;
  letter-spacing: 0;
  margin-bottom: 0px;
  padding: 8px 30px 8px 0;
  position: relative;
  text-decoration: none;
}
.referenced-regulations a {
  color: #d2ff00;
  font-weight: bold;
  text-decoration: none;
}

.info-section {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  background-color: #484848;
  border-color: #fff;
  border-style: solid;
  border-width: 0 0 1px 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 15px;
  letter-spacing: 0;
  margin-bottom: 0px;
  padding: 8px 30px 8px 0;
  position: relative;
  text-decoration: none;
}
.info-section:hover, .info-section:focus {
  color: #fff;
  text-decoration: none;
}
.info-section:before {
  background-image: url("../../image/icons/arrow-down.png");
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  content: "";
  display: block;
  height: 26px;
  position: absolute;
  right: 7px;
  top: 5px;
  width: 26px;
}
.info-section b {
  color: #d2ff00;
}

.info-section-header {
  font-size: 16px;
  margin-top: 20px;
}

.info-section-opened:before {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.remove {
  background-image: url("../../image/icons/close.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  float: right;
  height: 20px;
  position: absolute;
  right: 9px;
  top: 12px;
  width: 20px;
}

.pagination {
  border-width: 0;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.pagination .results-number {
  background: #fff;
  color: #666;
  font-size: 0.8em;
  margin-top: 10px;
}
.pagination .page-block {
  border-color: #484848;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px;
  font-size: 0.8em;
  margin: 0 2px;
  padding: 3px 8px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.pagination .page-block.active, .pagination .page-block:hover, .pagination .page-block:active {
  background: #ccc;
}
.pagination a {
  color: #484848;
  text-decoration: none;
}
.pagination a span {
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: -10px;
  width: 1px;
}

.icon-html {
  background-image: url("../../image/icons.png");
  background-size: 107px 474px;
  background-repeat: no-repeat;
  border: 1px solid #484848;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  position: absolute;
  right: 35px;
  width: 24px;
  top: 20px;
  background-position: -6px -166px;
}
@media (max-width: 767px) {
  .icon-html {
    top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .icon-html {
    top: 0;
  }
}

.icon-doc {
  background-image: url("../../image/icons.png");
  background-size: 107px 474px;
  background-repeat: no-repeat;
  border: 1px solid #484848;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  position: absolute;
  right: 35px;
  width: 24px;
  top: 20px;
  background-position: -6px -417px;
}
@media (max-width: 767px) {
  .icon-doc {
    top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .icon-doc {
    top: 0;
  }
}

.icon-pdf {
  background-image: url("../../image/icons.png");
  background-size: 107px 474px;
  background-repeat: no-repeat;
  border: 1px solid #484848;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  position: absolute;
  right: 35px;
  width: 24px;
  top: 20px;
  background-position: -5px -459px;
}
@media (max-width: 767px) {
  .icon-pdf {
    top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .icon-pdf {
    top: 0;
  }
}

.presiding-judge-white {
  background-image: url("../../image/icons.png");
  background-size: 107px 474px;
  background-position: -5px -279px;
  background-repeat: no-repeat;
  background-size: 92px 408px;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin-top: -2px;
  position: relative;
  top: 3px;
  width: 22px;
  background-position: -4px -219px;
  background-size: 72px 320px;
  height: 16px;
  margin-top: -2px;
  width: 16px;
}

.presiding-judge-dark {
  background-image: url("../../image/icons.png");
  background-size: 107px 474px;
  background-position: -5px -279px;
  background-repeat: no-repeat;
  background-size: 92px 408px;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin-top: -2px;
  position: relative;
  top: 3px;
  width: 22px;
  background-position: -4px -198px;
  background-size: 72px 320px;
  height: 16px;
  margin-top: -2px;
  width: 16px;
}

.tooltip {
  opacity: 1 !important;
}
.tooltip .tooltip-inner {
  background: #d2ff00;
  border-radius: 0;
  box-shadow: 4px 4px 12px rgba(50, 50, 50, 0.5);
  color: #484848;
  padding: 10px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #d2ff00;
}

.popover {
  background: #d2ff00;
  border: 0;
  border-radius: 0;
  line-height: 1.2em;
  max-width: 290px;
  padding: 8px 14px;
}
.popover .popover-title {
  display: none;
}
.popover .popover-content {
  font-size: 13px;
  padding: 6px 4px 4px;
  text-align: justify;
}
.popover.left > .arrow:after {
  border-left-color: #d2ff00;
}
.popover.right > .arrow:after {
  border-right-color: #d2ff00;
}

.info-box-section {
  position: relative;
}
.info-box-section > div {
  background: #5a5a5a;
  display: none;
  padding: 10px 20px;
}

.info-section-button {
  border: 0 !important;
  display: block;
  overflow: hidden;
  margin-top: 30px;
  padding: 0;
  position: relative;
  right: 0;
  top: 0;
}
.info-section-button.info-section-button-open > span {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.info-section-button > span {
  background-image: url("../../image/icons/arrow-down.png");
  background-size: 24px auto;
  background-repeat: no-repeat;
  bottom: 2px;
  display: block;
  height: 24px;
  position: absolute;
  right: 0;
  transition: all 0.4s ease 0s;
  width: 24px;
}

.valid-error {
  color: #ff1919;
  display: none;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

.has-error label {
  background: #5a5a5a;
  color: #ff1919;
}
.has-error input[type="text"] {
  border-color: #ff1919 !important;
  color: #ff1919 !important;
}

.message-box {
  position: fixed;
  text-align: center;
  width: 100%;
}
.message-box > div {
  background: #8c82ff;
  border-radius: 0;
  box-shadow: 1px 0 3px 0 #646464;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 10px 20px;
  position: relative;
  top: 10px;
  z-index: 10;
}

.no-js body {
  margin-top: 50px;
}

.message-no-js {
  background: #eae8ff;
  color: #484848;
  padding: 15px 0 15px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
}

.cookie-message {
  background: #eae8ff;
  color: #484848;
  display: none;
  padding: 15px 0 15px;
  position: relative;
  text-align: center;
  top: 0;
  width: 100%;
}
.cookie-message .text {
  font-size: 12px;
  text-align: left;
}
.cookie-message .btn {
  background: #fa5f3c;
  border-radius: 0;
  border: 0;
  font-weight: bold;
  margin-left: 10px;
  margin-top: 10px;
  padding: 5px 10px;
}
.cookie-message .btn:hover {
  background: #fdb19f;
  -webkit-transition: background 0.4s ease 0s;
  -moz-transition: background 0.4s ease 0s;
  -ms-transition: background 0.4s ease 0s;
  -o-transition: background 0.4s ease 0s;
  transition: background 0.4s ease 0s;
}

.cookie-window {
  background: rgba(72, 72, 72, 0.8);
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  padding: 15px 25px;
  position: absolute;
  right: 25px;
  width: 220px;
  text-align: center;
  top: 20px;
  z-index: 9999;
}
.cookie-window .btn {
  background: #fa5f3c;
  border-radius: 0;
  font-weight: bold;
  margin-left: 10px;
  margin-top: 20px;
  padding: 5px 10px;
}
.cookie-window .btn:hover {
  background: #fdb19f;
  -webkit-transition: background 0.4s ease 0s;
  -moz-transition: background 0.4s ease 0s;
  -ms-transition: background 0.4s ease 0s;
  -o-transition: background 0.4s ease 0s;
  transition: background 0.4s ease 0s;
}

.export-csv {
  border: 2px solid #fa5f3c;
  margin: 5px 0;
  padding: 2px;
}
.export-csv img {
  margin-top: -4px;
}

.for-screen-readers {
  left: -9999px;
  position: absolute;
}

@media (max-width: 767px) {
  .saos-logo-mobile {
    display: block;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .saos-logo-mobile {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .saos-logo-mobile {
    display: none;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .saos-logo-mobile {
    display: none;
  }
}
@media (min-width: 1401px) {
  .saos-logo-mobile {
    display: none;
  }
}

.site-map {
  font-size: 18px;
}
.site-map ul {
  margin: 20px 0;
  list-style: none;
  padding: 0;
}
.site-map ul li {
  margin: 8px 0;
}

.suggestions {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.suggestions ul {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px dotted #ccc;
  display: none;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 0;
  padding-left: 0px;
  padding-bottom: 0px;
  position: relative;
  top: -1px;
}
.suggestions ul li {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: inherit;
  border-color: #ccc;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 12px;
}
.suggestions ul li span {
  font-weight: normal;
}
.suggestions ul li:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
}
.suggestions ul li.selected {
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer;
  font-weight: bold;
}
.suggestions ul li.selected span {
  font-weight: bold;
}

.suggestions.suggestions-boxy ul {
  margin-left: -1px;
  margin-right: -1px;
  top: 3px;
}

.suggestion-wrapper {
  background: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.976) inset;
  color: #444;
  font-size: 14px;
  padding: 3px 6px;
  position: relative;
}
.suggestion-wrapper textarea {
  background: #fafafa;
  border: 0px;
  color: #000;
  display: inline-block;
  height: 20px;
  margin: 4px 0px 0px;
  padding: 0px 6px;
  position: relative;
  resize: none;
  top: -1px;
}
.suggestion-wrapper .suggestion {
  background: #e6e6e6;
  border: 1px solid #bbb;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin: 0px 4px 1px 0px;
  line-height: 19px;
  padding: 0px 6px;
  position: relative;
  transition: all 0.2s ease 0s;
}
.suggestion-wrapper .suggestion:hover {
  background: #f9f9f9;
  border-color: #bbb;
  color: #666;
}
.suggestion-wrapper .suggestion .remove-suggestion {
  background-image: url("../../image/icons/close-x.png");
  cursor: pointer;
  display: inline-block;
  height: 16px;
  position: relative;
  right: -3px;
  width: 16px;
  top: 3px;
  z-index: 1;
}
.suggestion-wrapper .suggestion .remove-suggestion:hover {
  background-image: url("../../image/icons/close_light.png");
}

.skip-links ul {
  list-style: outside none;
  position: absolute;
  text-align: center;
}
.skip-links ul li {
  display: inline-block;
  text-align: center;
}
.skip-links ul li a {
  background: #8c82ff;
  color: #fff;
  cursor: pointer;
  position: absolute;
  left: -99999px;
  top: 7px;
}
.skip-links ul li a:focus, .skip-links ul li a:active {
  background: #8c82ff;
  font-size: 18px;
  height: auto;
  left: 0;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
  z-index: 9999;
  display: flex;
  top: 0;
}

.well {
	background: #484848;
	border: 0;
	color: #fff;
	padding-top: 250px;
	font-size: 20px;
}

.well h3 {

}

.well ul li  a{
	color: #fff;
}

.well ul li a:hover, .well ul li a:focus {
	background: #484848;
	color: #fff;
	font-weight: bold;
}

.article .navigation h2 {
	border-bottom: 6px solid #fff;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.article .content h1 {
	border-bottom: 6px solid #484848;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4em;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.article .content h2 {
	border: 0;
	color: #fa5f3c;
	font-size: 30px;
}

.article .page-header {
	border: 0;
	margin: 0;
	padding: 0;
}