@charset "UTF-8";
.photogallery__wrapper {
  padding: 0 40px;
  background-color: #fff; }



@font-face {
  font-family: "SourceSansPro";
  src: url("/fonts/SourceSansPro/SourceSansPro-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "SourceSansProBold";
  src: url("/fonts/SourceSansPro/SourceSansPro-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "ProbaProRegular";
  src: url("/fonts/ProbaPro/ProbaPro-Regular.eot?#iefix") format("embedded-opentype"), 
  url("/fonts/ProbaPro/ProbaPro-Regular.otf") format("opentype"); }

@font-face {
  font-family: "ProbaProBold";
  src:url("/fonts/ProbaPro/ProbaPro-Bold.eot?#iefix") format("embedded-opentype"),
   url("/fonts/ProbaPro/ProbaPro-SemiBold.otf") format("opentype"); }

@font-face {
  font-family: "ProbaProSemiCorrect";
  src: url("/fonts/ProbaPro/ProbaPro-Medium.otf") format("opentype"); }

/*----------------------- Reset ------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block; }


body {
  line-height: 1;
  box-sizing: border-box; }
body.active {
  overflow: hidden; }

ul {
  list-style: none; }

blockuote, q {
  quotes: none; }

blockquote:before,
blockquote:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a,
a:hover,
a:focus,
a:active,
a:visited {
  outline: none; }

input,
button,
select,
textarea {
  outline: 0 !important; }
input:focus, input:active, input:hover, input:visited,
button:focus,
button:active,
button:hover,
button:visited,
select:focus,
select:active,
select:hover,
select:visited,
textarea:focus,
textarea:active,
textarea:hover,
textarea:visited {
  outline: 0 !important; }

.clearfix {
  clear: both;
  float: none; }

.modal {
  text-align: center;
  padding: 0 !important; }



.font-size-btns {
  display: none; }

header * {
  font-family: "ProbaProRegular", "SourceSansPro"; }

header .header-bg {
  background: #244260;
  background: -moz-linear-gradient(-45deg, #244260 0%, #154e80 100%);
  background: -webkit-linear-gradient(-45deg, #244260 0%,#154e80 100%);
  background: linear-gradient(135deg, #244260 0%,#154e80 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#244260', endColorstr='#154e80',GradientType=1 );
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 25px;
  padding-left: 40px;
  padding-right: 40px; }
@media screen and (max-width: 992px) {header .header-bg {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0; }}


header .header-top {
  padding: 25px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #577db8;
  height: 70px; }
header .header-top .menu-icon {
  cursor: pointer;
  width: 19px;
  height: 19px;
  top: -2px;
  position: relative;
  left: 5px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-image: url("/images/icons/icn-menu.png"); }
header .header-top .menu-icon.close {
  opacity: 1;
  width: 15px;
  height: 15px;
  position: relative;
  left: 20px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-image: url("/images/icons/icn-closemenu.png"); }

header .navbar-fixed-top {
  background-color: #304d7c; }
header .navbar-fixed-top .header-top {
  margin-bottom: 0; }

header .main-title {
  color: #ffffff;
  display: block;}
header .main-title .icon {
  display: inline-block;
  width: 21px;
  height: 35px;
  margin-right: 5px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-image: url("/images/NewIcons/img-coat-of-arms.svg"); }
header .main-title h1 {
  font-family: "ProbaProBold", "SourceSansProBold";
  color: #ffffff;
  font-variant: small-caps;
  font-size: 140%;
  letter-spacing: 2px;}
@media screen and (max-width: 768px) {header .main-title h1 {
  letter-spacing: 1px;
  font-size: 160%; }}
@media screen and (max-width: 992px) {header .main-title {
  display: inline-block;
  padding-top: 0px;}}
header .main-title .light {
  color: #aab3c6;
  font-size: 90%;
  letter-spacing: .2px;
  padding-top: 2px;
  left: 1px;
  position: relative; }
@media screen and (max-width: 768px) {header .main-title .light {
  font-size: 88%; }}

header .additional {
  float: right;
  padding-top: 5px; }
header .additional ul {
  padding-left: 0; }
header .additional ul li {
  cursor: pointer;
  margin-bottom: 22px; }
header .additional ul li:hover span {
  color: #ffffff; }
header .additional ul li span {
  color: #6b7588;
  font-family: "ProbaProBold", "SourceSansProBold";
  display: block;
  width: 100%;
  padding-left: 48px;
  line-height: 1.2;
  font-size: 98%;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
header .additional ul li .icon {
  width: 25px;
  height: 25px;
  float: left;
  margin-right: 13px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  position: relative;
  top: -5px;
  left: 10px; }
header .additional ul li.change-lang .icon {
  background-image: url("/images/NewIcons/icn-language.svg"); }
header .additional ul li.old-version .icon {
  background-image: url("/images/icons/icn-oldversion.png"); }

header .menu-container .menu {
  float: left;
  padding-top: 5px;
  left: -10px;
  position: relative; }
header .menu-container .menu ul li {
  display: inline-block;
  cursor: pointer;
  margin-right: 15px; }
header .menu-container .menu ul li a {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 112%;
  font-family: "ProbaProBold", "SourceSansProBold";
  letter-spacing: 0.3px;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
@media screen and (max-width: 1240px) {header .menu-container .menu ul li a {
  font-size: 100%; }}
header .menu-container .menu ul li a:hover {
  color: #ffe358; }


header .social-links {
  float: right;
  margin-right: 20px; }
header .social-links ul li {
  display: inline-block;
  margin-left: 15px;
  padding-top: 26px;
  padding-bottom: 25px; }
header .social-links ul li:first-child {
  margin-left: 7px; }
@media screen and (max-width: 1200px) {header .social-links ul li:first-child {
  margin-left: 0; }}
@media screen and (max-width: 1125px) {header .social-links ul li:last-child {
  padding-right: 0; }}
header .social-links ul li a {
  color: #aab3c6;
  font-size: 112%;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
header .social-links ul li a:hover {
  color: #ffffff; }




header .menu-for-small-devices {
  position: absolute;
  width: 100%;
  top: 0;
  background-color: #304d7c;
  left: -100%;
  opacity: 1;
  z-index: 1040;
  padding: 0;
  padding-bottom: 70px;
  overflow: auto;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }
header .menu-for-small-devices.active {
  left: 0; }
header .menu-for-small-devices .header-top {
  padding-bottom: 15px;
  height: 70px; }
header .menu-for-small-devices .header-top .additional {
  float: right;
  width: inherit; }
header .menu-for-small-devices .header-top .title {
  color: #ffffff;
  font-family: "ProbaProBold", "SourceSansProBold";
  position: relative;
  padding-left: 20px;
  left: -5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; }
header .menu-for-small-devices .header-top .title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 16px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-image: url("/images/icons/icn-back.png"); }
header .menu-for-small-devices .social-links {
  float: none;
  padding-left: 30px; }
header .menu-for-small-devices .additional {
  float: none;
  padding-left: 30px;
  width: 100%; }
header .menu-for-small-devices .additional .old-version {
  padding-left: 10px; }
header .menu-for-small-devices .main-logo {
  position: relative;
  bottom: 25px;
  left: 45px;
  cursor: pointer; }
header .menu-for-small-devices .menu-container {
  margin: 0;
  display: block;
  border: none;
  padding-left: 30px; }
header .menu-for-small-devices .menu-container .menu {
  float: none;
  margin-bottom: 30px;
  padding-top: 10px; }
header .menu-for-small-devices .menu-container .menu ul li {
  display: block;
  float: none; }
header .menu-for-small-devices .menu-container .menu ul li a {
  height: inherit;
  padding: 0;
  padding-bottom: 0;
  padding-top: 10px;
  padding-left: 15px;
  font-size: 1.25rem;
  line-height: 38px; }
header .menu-for-small-devices .menu-container .menu ul li:first-child a {
  padding-left: 15px; }
header .menu-for-small-devices .menu-container .submenu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #304d7c;
  padding: 0;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }
header .menu-for-small-devices .menu-container .submenu ul li {
  height: inherit; }
@media screen and (max-width: 992px) {
  header .menu-for-small-devices .menu-container .submenu ul li {
    line-height: 1; } }
header .menu-for-small-devices .menu-container .submenu .header-top {
  padding-left: 50px;
  padding-right: 65px;
  padding-bottom: 30px; }
header .menu-for-small-devices .menu-container .submenu .menu-icon.close {
  float: right; }
header .menu-for-small-devices .menu-container .submenu .submenu-container {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px; }
@media screen and (max-width: 992px) {
  header .menu-for-small-devices .menu-container .submenu .submenu-container {
    padding-left: 8px; } }
header .menu-for-small-devices .menu-container .submenu .submenu-container .sub-submenu-container {
  display: none;
  top: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #304d7c;
  padding: 0;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }
header .menu-for-small-devices .menu-container .submenu .submenu-container .title {
  line-height: 1.2;
  width: 90%; }
header .menu-for-small-devices .menu-container .submenu .submenu-container .sub-submenu {
  display: block;
  padding-left: 30px;
  padding-right: 30px; }
@media screen and (max-width: 992px) {
  header .menu-for-small-devices .menu-container .submenu .submenu-container .sub-submenu {
    padding-left: 8px; } }
header .menu-for-small-devices .menu-container .submenu .submenu-container .sub-submenu ul li a {
  color: #ffffff;
  font-family: "ProbaProBold", "SourceSansProBold"; }
header .menu-for-small-devices .menu-container .submenu .submenu-container .showSubSubmenu.active + .sub-submenu-container {
  display: block; }

@media screen and (max-width: 992px) {
  header ::-webkit-scrollbar-track {
    background-color: #304d7c;
    opacity: 0; }
  header ::-webkit-scrollbar {
    width: 1px;
    height: 1px;
    background-color: #304d7c;
    opacity: 0; }
  header ::-webkit-scrollbar-thumb {
    opacity: 0;
    background-color: #304d7c; }
  header .menu-for-small-devices {
    overflow: hidden;
    overflow-y: scroll; }
  header .menu-for-small-devices .main-logo {
    top: -15px;
    position: relative;
    margin-top: 150px;
    display: block; }
  header .menu-for-small-devices .old-sm {
    padding-left: 13px; }
  header .menu-for-small-devices .menu-icon.close {
    left: 16px;
    top: 4px; }
  header .menu-for-small-devices .social-links {
    padding-left: 17px; }
  header .menu-for-small-devices .menu-container {
    padding-left: 30px; }
  header .menu-for-small-devices .menu-container .showSubmenu.active {
    background-color: transparent; }
  header .menu-for-small-devices .menu-container .showSubmenu.active + .submenu {
    left: -10px; }
  header .menu-for-small-devices .menu-container .submenu {
    left: 100%;
    top: -70px;
    display: block; }
  header .menu-for-small-devices .menu-container .submenu .submenu-container .showSubSubmenu.active + .sub-submenu-container {
    left: 0; }
  header .menu-for-small-devices .menu-container .submenu .submenu-container .sub-submenu-container {
    display: block;
    left: 100%; }
  header .menu-for-small-devices .menu-container .submenu .header-top {
    padding-left: 27px;
    padding-right: 27px;
    padding-top: 27px; }
  .menu-for-small-devices .submenu {
    height: 100vh !important; }
  .menu-for-small-devices {
    height: 100vh; }
  header .submenu-container {
    height: 100vh; } }

@media screen and (max-width: 450px) {
  header .main-title h1 {
    letter-spacing: 1px;
    font-size: 135%;
    margin: 0;
    padding: 0;
    position: relative;
    left: -6px;
    top: -3px; }
  header .main-title h1 span.first {
    left: -1px; }
  header .main-title .icon {
    width: 30px;
    height: 46px;
    background-size: contain;
    position: relative;
    top: -3px;
    left: -3px; }
  header .main-title .light {
    margin: 0 auto;
    width: 80%;
    position: relative;
    top: 6px; }
  header .header-bg {
    padding-bottom: 33px; }
  header .additional ul li {
    margin-bottom: 0; }
  header .additional ul li .icon {
    top: -7px;
    left: 14px; }
  header .additional ul li span {
    padding-left: 40px;
    font-size: 86%;
    line-height: 1; }
  header .additional ul li.old-version .icon {
    width: 22px;
    height: 22px;
    left: 5px; }
  header .menu-for-small-devices .social-links {
    position: relative;
    left: -49px;
    top: 15px; }
  header .menu-for-small-devices .header-top .menu-icon.close {
    left: 3px;
    top: 2px; }
  header .menu-for-small-devices .header-top .title {
    padding-left: 30px;
    top: 2px;
    padding-top: 1px; }
  header .menu-for-small-devices .header-top .additional {
    position: relative;
    top: 0;
    padding: 0;
    margin: 0;
    padding-top: 5px; }
  header .menu-for-small-devices .header-top .additional ul li .icon {
    left: 2px; }
  header .menu-for-small-devices .main-logo {
    left: 25px;
    position: relative;
    margin-top: 50px;
    display: block;
    cursor: pointer; }
  header .menu-for-small-devices .menu-container {
    padding-left: 20px; }
  header .menu-for-small-devices .menu-container .menu {
    padding-top: 15px; }
  header .menu-for-small-devices .menu-container .submenu-container {
    padding-top: 15px; }
  header .menu-for-small-devices .menu-container .sub-submenu {
    padding-top: 15px; }
  header .menu-for-small-devices .menu-container .submenu ul li {
    margin-bottom: 0; }
  header .menu-for-small-devices .menu-container .submenu ul li a {
    padding-bottom: 5px; } }


.search-form {
  display: none; }

.search-form {
  position: absolute;
  left: -30px;
  top: 65px;
  width: 1225px;
  padding-left: 25px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
  background-color: #273043;
  z-index: 3; }
@media screen and (max-width: 1240px) {.search-form {
  width: 106%;
  left: -25px; }}
@media screen and (max-width: 992px) {.search-form {
  top: -228px;
  left: 0;
  width: 100%;
  height: 105vh;
  z-index: 1036;
  overflow: scroll; }}
@media screen and (max-width: 500px) {.search-form {
  top: -190px;
  padding-left: 20px; }}
@media screen and (max-width: 400px) {.search-form {
  top: -220px; }}
.search-form label {
  width: 100%;
  color: #ffffff;
  display: block;
  font-weight: 100;
  font-family: "ProbaProBold", "SourceSansProBold"; }
@media screen and (max-width: 992px) {.search-form label {
  margin-bottom: 15px; }}






@media screen and (max-width: 1150px) {header .menu-container .menu ul li a {
  padding: 19px 9px; }
  header .social-links ul li {
    margin-left: 15px; }}

@media screen and (max-width: 1110px) {header .header-bg {
  padding-left: 35px;
  padding-right: 35px; }}
@media screen and (max-width: 1110px) and (max-width: 768px) {header .header-bg {
  padding-left: 0;
  padding-right: 0; }}

@media screen and (max-width: 1110px) {header .menu-container .menu ul li a {
  padding: 19px 5px; }}

@media screen and (max-width: 1050px) {header .menu-container .menu ul li {
  margin-right: 0; }
  header .menu-container .menu ul li a {
    padding-right: 10px;
    padding-left: 10px; }
  header .social-links ul li:first-child {
    margin-left: 15px; }
  header .social-links ul li {
    margin-left: 10px; }}

footer {
  border-top: 1px solid #e6e9eb;
  width: 100%; }



footer .footer-bottom {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 35px;
  background-color: #ffffff; }
@media screen and (max-width: 992px) {footer .footer-bottom {
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px; }}
@media screen and (max-width: 450px) {footer .footer-bottom {
  padding-left: 0;
  padding-right: 0; }}
footer .footer-bottom a {
  color: #2d5ca6; }
footer .footer-bottom .icon {
  float: left;
  position: relative;
  margin-right: 15px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }
@media screen and (max-width: 1050px) {footer .footer-bottom .icon {
  margin-right: 0; }}
footer .footer-bottom .description .item {
  margin-bottom: 43px; }
  footer .footer-bottom .description .item.item-logo {
    margin-bottom: 50px; }
  footer .footer-bottom .description .item.item-logo span {
    line-height: 10px;}
footer .footer-bottom .description .item .icon {
  width: 50px; }
footer .footer-bottom .description .item:nth-child(1) .icon {
  height: 50px;
  background-image: url("/images/NewIcons/footerkmuicon.svg"); }
@media screen and (max-width: 768px) {footer .footer-bottom .description .item:nth-child(1) .icon {
  display: none; }
  footer .footer-bottom .description .item.item-logo span {
    margin-bottom: 17px;}}
footer .footer-bottom .description .item:nth-child(1) span {
  line-height: 1.4; }
footer .footer-bottom .description .item:nth-child(3) .icon {
  height: 25px;
  bottom: 2px;
  left: 2px;
  width: 50px;
  background-image: url("/images/NewIcons/beta.svg");
  background-size: contain; }
@media screen and (max-width: 768px) {footer .footer-bottom .description .item:nth-child(2) .icon {
  display: none; }
  footer .footer-bottom .description .item:nth-child(3) .icon {
    display: none; }}
  
footer .footer-bottom .description .item span {
  color: #696F7A;
  font-size: 87%;
  padding-left: 69px;
  display: block;
  line-height: 20px;
  letter-spacing: 0.1px; }
@media screen and (max-width: 768px) {footer .footer-bottom .description .item span {
  padding-left: 0;
  margin-bottom: 30px; }}
footer .footer-bottom .links ul li {
  margin-bottom: 12px; }
footer .footer-bottom .links ul li a {
  color: #2d5ca6;
  font-size: 88%;
  font-family: "ProbaProRegular", "SourceSansPro";
  font-weight: 500; }
footer .footer-bottom .additional {
  float: left; }
@media screen and (max-width: 992px) {footer .footer-bottom .additional {
  text-align: center;
  float: none;
  margin-top: 10px; }}
footer .footer-bottom .additional ul .icon {
  height: 25px;
  width: 25px; }
footer .footer-bottom .additional ul li {
  margin-bottom: 15px;
  color: #2d5ca6;
  cursor: pointer;
  font-family: "ProbaProBold", "SourceSansProBold"; }
@media screen and (max-width: 992px) {footer .footer-bottom .additional ul li {
  vertical-align: top;
  display: inline-block;
  text-align: left;
  width: 49%; }}
footer .footer-bottom .additional ul li .icon {
  -webkit-background-size: contain;
  background-size: contain; }
@media screen and (max-width: 992px) {footer .footer-bottom .additional ul li .icon {
  margin-right: 10px; }}
footer .footer-bottom .additional ul li.change-vision .icon {
  background-image: url("/images/icons/icn-accessability-f.png");
  opacity: .4;
  top: -8px; }
footer .footer-bottom .additional ul li.change-lang .icon {
  background-image: url("/images/icons/icn-language-f.png");
  opacity: .4;
  top: -6px; }
footer .footer-bottom .additional ul li a {
  color: #2d5ca6; }


footer .footer-bottom .developer {
  position: relative;
  top: -10px; }
@media screen and (max-width: 992px) {footer .footer-bottom .developer {
  margin-top: 25px;
  padding: 0;
  top: 0; }}
footer .footer-bottom .developer .license {
  float: left; }
@media screen and (max-width: 992px) {footer .footer-bottom .developer .license {
  float: none;
  text-align: center;
  margin-bottom: 30px; }}
footer .footer-bottom .developer .license .icon {
  width: 40px;
  height: 40px;
  bottom: 11px;
  -webkit-background-size: contain;
  background-size: contain;
  background-image: url("/images/NewIcons/cc-logo.svg"); }
@media screen and (max-width: 992px) {footer .footer-bottom .developer .license .icon {
  float: none;
  margin: 0 auto;
  margin-bottom: 10px; }}
footer .footer-bottom .developer .license a {
  color: #2d5ca6;
  font-family: "ProbaProRegular", "SourceSansPro";
  font-weight: 500; }
footer .footer-bottom .developer .license span {
  color: #696F7A;
  font-size: 88%;
  padding-left: 7px;
  position: relative;
  top: -2px; }








.sidebar__accordion .panel-heading {
  padding: 0;
  margin-bottom: 10px; }
.sidebar__accordion .panel-heading > a {
  color: #2d5ca6;
  font-family: "ProbaProBold", "SourceSansProBold";
  font-size: 100%;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  line-height: 24px; }

.sidebar__accordion .panel-default {
  border: 0;
  padding-left: 25px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.sidebar__accordion .panel-default .panel-heading {
  position: relative;
  background-color: transparent;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.sidebar__accordion .panel-default .panel-heading a[data-toggle="collapse"].collapsed .icon {
  transform: rotate(-90deg);
  -webkit-transition: transform 0s cubic-bezier(0.5, 0, 0, 1);
  -moz-transition: transform 0s cubic-bezier(0.5, 0, 0, 1);
  -ms-transition: transform 0s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: transform 0s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0s cubic-bezier(0.5, 0, 0, 1); }
.sidebar__accordion .panel-default .panel-heading a[data-toggle="collapse"].collapsed .icon span:nth-of-type(1) {
  -webkit-transition: transform 0.3s cubic-bezier(0.5, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.5, 0, 0, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: transform 0.3s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.5, 0, 0, 1);
  transform: rotate(0deg); }
.sidebar__accordion .panel-default .panel-heading a[data-toggle="collapse"] .icon {
  background-color: #d5deed;
  border: 6px solid #d5deed;
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  min-width: 20px;
  max-width: 60px;
  max-height: 60px;
  top: 0;
  left: -25px;
  -webkit-transition: transform 0.3s cubic-bezier(0.5, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.5, 0, 0, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: transform 0.3s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.5, 0, 0, 1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
.sidebar__accordion .panel-default .panel-heading a[data-toggle="collapse"] .icon span {
  background: #2d5ca6;
  position: absolute; }
.sidebar__accordion .panel-default .panel-heading a[data-toggle="collapse"] .icon span:nth-of-type(1) {
  transform: rotate(90deg);
  top: 0;
  bottom: 0;
  width: 2px;
  left: calc(50% - (2px / 2)); }
.sidebar__accordion .panel-default .panel-heading a[data-toggle="collapse"] .icon span:nth-of-type(2) {
  top: calc(50% - (2px / 2));
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  -webkit-transition: transform 0.3s cubic-bezier(0.5, 0, 0, 1) 0.2s;
  -moz-transition: transform 0.3s cubic-bezier(0.5, 0, 0, 1) 0.2s;
  -ms-transition: transform 0.3s cubic-bezier(0.5, 0, 0, 1) 0.2s;
  -o-transition: transform 0.3s cubic-bezier(0.5, 0, 0, 1) 0.2s;
  transition: transform 0.3s cubic-bezier(0.5, 0, 0, 1) 0.2s; }
.sidebar__accordion .panel-default .panel-body {
  padding: 0;
  border-top: 0 !important; }





.editor-content > * {
  margin-bottom: 22px; }

.editor-content p {
  font-size: 100%;
  font-family: "ProbaProRegular", "SourceSansPro";
  color: #1D1D1B;
  line-height: 22px;
  word-wrap: break-word; }

.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5 {
  color: #1D1D1B;
  font-family: "ProbaProBold", "SourceSansProBold"; }

.editor-content h2 {
  font-size: 1.5rem; }

.editor-content h3 {
  font-size: 1.25rem;
  margin-top: 40px;
  margin-bottom: 10px; }

.editor-content table thead tr {
  vertical-align: top;
  border-bottom: 1px solid #e6e9eb; }
.editor-content table thead tr th {
  color: #1D1D1B;
  font-size: 1.125rem;
  padding: 10px 20px; }

.editor-content table tbody tr {
  vertical-align: top; }
.editor-content table tbody tr td {
  padding: 10px 20px; }
.editor-content table tbody tr td > * {
  margin-bottom: 15px; }
.editor-content table tbody tr td > *:last-child {
  margin-bottom: 0; }
.editor-content table tbody tr:nth-child(even) {
  background-color: #f4f7fa; }
.editor-content table tbody tr:nth-child(odd) {
  background-color: inherit; }

  .editor-content pre {
    display: inline-block;
    font-size: 100%;
    font-family: "ProbaProRegular", "SourceSansPro";
    color: #1D1D1B;
    line-height: 24px;
    border: 0;
    background-color: transparent; }
  .editor-content pre:first-child {
    float: left;
    margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .editor-content pre:first-child {
      float: none;
      display: block;
      text-align: left; } }
  .editor-content pre:last-child {
    float: right;
    text-transform: uppercase;
    margin-right: 70px;
    margin-bottom: 0; }
  @media screen and (max-width: 991px) {
    .editor-content pre:last-child {
      margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .editor-content pre:last-child {
      float: none;
      display: block;
      text-align: left; } }
  .editor-content pre:after {
    content: '';
    clear: both;
    display: table;
    height: 0; }

.editor-content .MsoNormal * {
  font-size: 16px; }

.editor-content div p {
  margin-bottom: 10px; }

.editor-content img {
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
  max-width: 100%; }
@media screen and (max-width: 768px) {
  .editor-content img {
    width: 100%; } }

.editor-content > span {
  display: inline-block;
  color: #A0A0A0;
  font-size: 0.8125rem;
  font-family: "ProbaProRegular", "SourceSansPro";
  margin-bottom: 20px; }

.editor-content blockquote {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e6e9eb;
  border-bottom: 1px solid #e6e9eb;
  font-size: 1.5rem;
  color: #1D1D1B;
  font-family: "ProbaProBold", "SourceSansProBold";
  line-height: 30px;
  margin-bottom: 32px; }
.editor-content blockquote p {
  color: #a7a9af;
  font-style: italic;
  margin-top: 14px;
  font-size: 87%;
  font-family: "ProbaProRegular", "SourceSansPro"; }

.editor-content ul {
  list-style-type: none;
  position: relative;
  margin-top: 15px;
  margin-bottom: 30px; }
.editor-content ul > li {
  padding-left: 35px;
  margin-bottom: 15px;
  position: relative;
  line-height: 22px; }
.editor-content ul > li::before {
  position: absolute;
  content: '';
  left: 7px;
  top: 9px;
  height: 5px;
  width: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ADC9EA; }

.editor-content ol {
  padding-left: 0;
  list-style-type: none;
  position: relative;
  margin-bottom: 2em;
  margin-top: 15px;
  counter-reset: num; }
.editor-content ol > li {
  margin-bottom: 15px;
  padding-left: 30px;
  line-height: 22px;
  position: relative; }
.editor-content ol > li::before {
  content: counter(num) ".";
  counter-increment: num;
  color: #a9b7d5;
  left: 0;
  top: 0;
  position: absolute;
  font-family: "ProbaProBold", "SourceSansProBold";
  font-size: 0.875rem; }

.editor-content ul ul {
  padding-left: 60px; }

.editor-content ul ol {
  padding-left: 60px; }
.editor-content ul ol:before {
  font-size: 95%; }

.editor-content ol ul {
  padding-left: 60px; }

.editor-content ol ol {
  padding-left: 60px; }
.editor-content ol ol:before {
  font-size: 95%; }

.editor-content .highlight {
  display: inline-block;
  background-color: #f5f5f5;
  padding: 3px 4px;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
}

.with-bukvica:first-letter {
  float: left;
  font-size: 2.5rem;
  margin-right: 7px;
  line-height: 1.1;
  font-family: "ProbaProBold", "SourceSansProBold"; }


.block-title {
  font-family: "ProbaProBold", "SourceSansProBold";
  font-size: 140%;
  font-variant: small-caps;
  letter-spacing: .3px;
  margin-bottom: 28px;}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #000000;
  border: none;
  background: transparent;
  border-bottom: 4px solid #2d5ca6; }

.nav-tabs {
  border-bottom: 1px solid #d3d5d9;
  margin-bottom: 30px; }
.nav-tabs > li {
  color: #000000;
  border: none;
  padding-left: 0;
  margin-right: 30px; }
.nav-tabs > li > a {
  color: #2d5ca6;
  font-family: "ProbaProRegular", "SourceSansPro";
  border: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
.nav-tabs > li > a:first-child {
  padding-left: 0; }
.nav-tabs > li > a:hover {
  background-color: transparent;
  border: none;
  border-bottom: 4px solid #2d5ca6; }

.tag {
  display: inline-block;
  line-height: 25px;
  border-radius: 15px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  color: #a7a9af;
  font-family: "ProbaProRegular", "SourceSansPro";
  border: 2px solid #d5deed;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
.tag:hover {
  color: #d5deed;
  border: 2px solid #d5deed; }

.main-news {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #ffffff; }







.main-news .main-item {
  position: relative;
  padding: 25px;
  height: 240px;
  margin-bottom: 30px; }
.main-news .main-item:hover .background-filter {
  background-color: rgba(39, 48, 67, 0.8); }
@media screen and (max-width: 992px) {.main-news .main-item {
  margin-bottom: 0; }}
@media screen and (max-width: 768px) {.main-news .main-item {
  margin-left: -40px;
  margin-right: -40px; }}
.main-news .main-item .background {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-image: url("/images/temp/main-new.png"); }
.main-news .main-item .background-filter {
  background-color: rgba(39, 48, 67, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
.main-news .main-item .background-filter:hover {
  opacity: .9; }
.main-news .main-item .text {
  display: inline-block;
  position: absolute;
  left: 30px;
  top: 22px;
  padding-right: 15px;
  z-index: 2;
  line-height: 41px; }
.main-news .main-item .text .title {
  font-family: "ProbaProBold", "SourceSansProBold";
  font-size: 130%;
  line-height: 26px;
  padding-bottom: 2px;
  letter-spacing: 0.1px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -moz-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; }
.main-news .main-item .text .title.white {
  color: #ffffff;
  line-height: 24px; }

.main-news .main-item .addition {
  position: absolute;
  left: 25px;
  bottom: 23px;
  z-index: 2; }
.main-news .main-item .addition .time {
  float: left;
  margin-right: 20px;
  font-size: 88%;
  color: #a7a9af;
  font-family: "ProbaProBold", "SourceSansProBold";
  position: relative;
  top: 5px;
  padding-left: 25px;
  padding-top: 2px;
  margin-bottom: 15px; }
.main-news .main-item .addition .time:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-image: url("/images/icons/icn-time.png"); }
.main-news .main-item .addition.white {
  bottom: 24px;
  padding-left: 31px; }
.main-news .main-item .addition.white .time {
  color: #ffffff;
  top: 2px; }







.all-news {
  font-family: "ProbaProBold", "SourceSansProBold";
  position: relative;
  float: right;
  margin-right: 38px;
  margin-top: -16px;
  font-size: 94%; }
@media screen and (max-width: 992px) {.all-news {
  margin-top: 10px; }}
@media screen and (max-width: 768px) {.all-news {
  margin-top: 20px; }}
.all-news:before {
  content: '';
  position: absolute;
  right: -40px;
  top: -4px;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-image: url("/images/NewIcons/linkbtngrey.svg"); }


.services-tabs {
  margin-left: 2px; }
.services-tabs li.active a {
  color: #000000;
  border: none;
  background: transparent;
  border-bottom: 4px solid #2d5ca6; }
.services-tabs li a {
  font-family: "ProbaProBold", "SourceSansProBold";
  padding: 0;
  margin: 0;
  width: 100%;
  padding-bottom: 16px;
  position: relative;
  font-variant: small-caps;
  line-height: 19px;
  letter-spacing: 0.2px;
  border-bottom: 4px solid transparent; }
.services-tabs li a:hover {
  color: #000000;
  border: none;
  background: transparent;
  border-bottom: 4px solid #2d5ca6; }


body * {
  word-wrap: break-word; }
  

.editor-content a {
  color: #2d5ca6;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }



@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }


html {
  height: 100%; }

body {
  overflow: auto;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
  font-family: "ProbaProRegular", "SourceSansPro";
  background-color: #dee4e7; }

.wrapper {
  position: relative;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
  width: 1220px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2); }
@media screen and (max-width: 1240px) {.wrapper {
  width: 100%; }}

*::selection {
  color: #ffffff;
  background: #304f80; }

a {
  color: #2d5ca6; }

h1 {
  font-family: "ProbaProRegular", "SourceSansPro";
  letter-spacing: 0; }

h2,
h3,
h4,
h5,
h6 {
  font-family: "ProbaProBold", "SourceSansProBold";
  letter-spacing: 1px;
  line-height: 24px;
  color: #273043; }

h1 {
  font-size: 2.25rem; }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 1.3125rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 100%; }

h6 {
  font-size: 100%; }

p {
  font-size: 100%;
  font-family: "ProbaProRegular", "SourceSansPro";
  color: #1D1D1B;
  line-height: 24px; }

table thead tr {
  vertical-align: top;
  border-bottom: 1px solid #e6e9eb; }
table thead tr th {
  color: #1D1D1B;
  font-size: 1.125rem;
  padding: 10px 20px;
  font-family: "ProbaProBold", "SourceSansProBold"; }

table tbody tr {
  vertical-align: top; }
table tbody tr td {
  padding: 10px 20px; }
table tbody tr:nth-child(even) {
  background-color: #f4f7fa; }
table tbody tr:nth-child(odd) {
  background-color: inherit; }


.sidebar .title {
  font-size: 1.5rem;
  line-height: 24px;
  font-family: "ProbaProBold", "SourceSansProBold";
  margin-bottom: 30px; }
@media screen and (max-width: 450px) {.sidebar .title {
  font-size: 1.125rem;
  margin-bottom: 15px; }}

.sidebar ul {
  margin-bottom: 60px; }
@media screen and (max-width: 450px) {.sidebar ul {
  margin-bottom: 30px; }}
.sidebar ul li {
  margin-bottom: 20px; }
@media screen and (max-width: 450px) {.sidebar ul li {
  margin-bottom: 10px; }}
.sidebar ul li a {
  font-size: 100%;
  line-height: 19px;
  font-family: "ProbaProBold", "SourceSansProBold";
  color: #2d5ca6; }
@media screen and (max-width: 450px) {.sidebar ul li a {
  font-size: 95%; }}




.authority-item {
  margin-bottom: 5px;
  clear: both;
  float: none; }
@media screen and (max-width: 450px) {.authority-item {
  margin-bottom: 15px; }}


.authority-item .result-name {
  color: #005BBB;
  font-size: 108%;
  font-family: "ProbaProRegular", "SourceSansPro";
  margin-right: 15px;
  display: inline-block;
  float: left;
  margin-bottom: 10px; }
@media screen and (max-width: 450px) {.authority-item .result-name {
  font-size: 95%; }}
.authority-item .result-count {
  display: inline-block;
  padding: 10px;
  color: #000000;
  cursor: pointer;
  position: relative;
  margin-top: 5px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
.authority-item .result-count:before {
  content: '';
  display: block;
  position: absolute;
  left: 10px;
  bottom: 5px;
  width: 90%;
  height: 1px;
  opacity: 1;
  background-image: linear-gradient(to right, #acacac 50%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
.authority-item .result-count:hover:before {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
.authority-item .result-count.active {
  background-color: #F4F7FA;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.authority-item .result-count.active:before {
  display: none; }
.authority-item .hidden-info {
  display: none;
  padding: 20px;
  background-color: #F4F7FA;
  position: relative;
  top: -1px; }
.authority-item .hidden-info ul li a {
  color: #005BBB;
  font-size: 95%;
  font-family: "ProbaProRegular", "SourceSansPro";
  line-height: 26px; }
@media screen and (max-width: 450px) {.authority-item .hidden-info ul li a {
  font-size: 87%; }}




@media print {#layout-header,
#layout-footer,
.sidebar,
.main-news {
  display: none; }
  *:before {
    display: none !important; }
  *:after {
    display: none !important; }}



@media screen and (max-width: 450px) {
  .main-news {
    padding-left: 29px;
    padding-right: 24px;
    padding-top: 16px; }
  .main-news .main-item .addition {
    transform: scale(0.8); }
  .main-news .main-item .text {
    left: 10px;
    top: -12px;
    position: relative; }
  .main-news .main-item .text .title {
    font-size: 103%;
    line-height: 24px;
    letter-spacing: .5px; }
  .all-news::before {
    right: -30px;
    top: -5px; }
  .block-title {
    font-size: 100%;
    top: 3px;
    margin-bottom: 0; }
  footer .footer-bottom {
    padding-top: 25px; }
  footer .footer-bottom .developer .license {
    margin-bottom: 10px; }
  footer .footer-bottom .developer .license span {
    font-size: 88%;
    top: -6px;
    line-height: 12px; }
  footer .footer-bottom .links {
    position: relative;
    top: -5px;
    font-size: 88%;
    left: -2px; }
  footer .footer-bottom .description {
    font-size: 84%; }
  footer .footer-bottom .description .item {
    margin-bottom: 24px; }
  footer .footer-bottom .description .item span {
    margin-bottom: 22px; }
  footer .footer-bottom .additional ul li {
    font-size: 86%;
    padding-top: 7px; }
  footer .footer-bottom .additional ul li.change-lang .icon {
    top: -5px; }
  footer .footer-bottom .additional ul li.change-vision .icon {
    top: -5px;
    margin-bottom: 30px; }
  footer .footer-bottom .change-vision span {
    display: inline-block;
    position: absolute;
    line-height: 16px; }}

    footer .main-logo {
      position: relative;
      top: 5px;
      cursor: pointer; 
      text-decoration: none;}
      footer .main-logo:hover span {
        color: #252525 !important; }
    footer .main-logo .icon {
      position: relative;
      left: 0;
      width: 10px;
      height: 40px;
      background-color: #2669e3; 
      width: 50px;
      margin-right: 15px;}
    footer .main-logo .icon:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      display: block;
      width: 100%;
      height: 20px;
      background-color: #ffe358; }
    footer .main-logo span {
      color: #232323;
      display: block;
      line-height: .5;
      font-family: "ProbaProBold", "SourceSansProBold";
      padding-left: 19px;
      font-size: 154% !important;
      border-bottom: none !important;
      letter-spacing: 0; }
    footer .main-logo .light {
      color: #aab3c6;
      font-family: "ProbaProRegular", "SourceSansPro";
      margin-top: 13px;
      font-size: 78% !important;
      letter-spacing: .8px; }


.form-group {
  position: relative; }
.form-group label.placeholder {
  position: absolute;
  top: 0;
  left: 25px;
  line-height: 50px;
  color: #2d5ca6;
  cursor: pointer;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -ms-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out; }
.form-group label.error {
  position: absolute;
  color: #990404;
  top: 50px;
  font-size: 0.875rem; }
.form-group > input {
  position: relative;
  background: #eef0f3;
  color: #2d5ca6;
  line-height: 50px;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: "ProbaProBold", "SourceSansProBold";
  font-size: 100%;
  border: 1px solid #eef0f3;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-bottom: 0; }
.form-group > input:focus, .form-group > input:active, .form-group > input:visited, .form-group > input:hover {
  background: #eef0f3;
  border: 1px solid #eef0f3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -ms-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out; }
.form-group > input[data-empty="false"] + label.placeholder,
.form-group > input:valid + label.placeholder,
.form-group > input:focus + label.placeholder {
  color: #2d5ca6;
  font-size: 0.75rem;
  transform: translate3d(0, -16px, 0);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
.form-group > input.error {
  border-color: #990404; }

/* Package management */
.dataset-management-table {
  font-size: 80%;
}

.dataset-management-table thead tr th {
  font-size: 1rem;
}

.badge-private {
  background-color: #c9302c;
}
.badge-public {
  background: #398439;
}
.btn-premoderation {
  font-size: 40%;
  padding: 4px;
}

.btns-wrapper {
  min-width: 200px;
}

.moderation-stat {
  background-color: #f4f7fa;
}

.btn-premoderation {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .buttons-col {
    width: 220px;
  }
  .btn-premoderation {
    margin-bottom: 0px;
  }
}

/*End Package management */

/* Resource revisions */
.revision-body {
  float: left;
}

.revision-download-button {
  float: right;
}

@media (max-width: 768px) {
  .revision-body, .revision-download-button {
    float: none;
  }
  .revision-download-button .btn {
    display: block;
    margin-bottom: 6px;
  }
}

/* End Resource revision */

/* Loading spinner */
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 5px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 0, 0, 0.5);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* End loading spinner */


body {
    background-image: none;
}

.nopadding {
    padding:0;
    margin: 0 auto;
}

.temp-delim {
    padding: 70px;
}

p strong {
    font-family: "ProbaProBold", "SourceSansProBold";
}

@media screen and (max-width: 768px) {
    .header-bg > .row {
        margin: 0 auto;
    }
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    outline-style: solid;
    outline-width: 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-color: #9ebfef;

}

.checkbox input[type=checkbox] {
    height: 15px;
    margin-top: -2px;
}

label {
    cursor: default;
}

.btn {
    background-color: #fff;
    color: #2D5CA6;
    border: 1px solid #2D5CA6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    font-size: 95%;
}

.btn:hover {
    background-color: #2D5CA6;
    color: #fff;
    border: 1px solid #2D5CA6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn:focus {
    background-color: #fff;
    color: #2D5CA6;
}

.btn-success {
    color: #449d44;
    border-color: #398439;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger {
    color: #c9302c;
    border-color: #ac2925;
}

.btn-default {
    color: #333;
}

.action .btn {
    background-color: #fff;
    color: #2D5CA6;
    border: 1px solid #2D5CA6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.action .btn:hover {
    background-color: #2D5CA6;
    color: #fff;
    border: 1px solid #2D5CA6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

.btn-primary {
    text-align: center;
    font-family: "ProbaProBold", "SourceSansProBold";
    background: #2d5ca6;
    border: none;
    border: 1px solid #2D5CA6;
    letter-spacing: 0;
    /* line-height: 30px; */
    color: #fff;
}
.btn-primary:hover {

    background: #23467E;
    color: #fff;

}

.btn-primary:active {
    background: #23467E;
    color: #fff;
}

.btn-primary:active:hover {
    background: #23467E;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #2d5ca6;
    border-color: #2d5ca6;
}

.btn.focus, .btn:focus, .btn:hover {
    text-decoration: none !important;
}

.btn span {
    text-decoration: none !important;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #23467E;
}

.page-content h1.title {
    padding-left: 0px;
}

.page-content .tab-content {
    padding-top: 0px;
}

.providers .sidebar__accordion .panel-heading > a {
    color: #333;
}

.providers .sidebar__accordion .panel-default {
    margin-bottom: 20px;
}

.sidebar__accordion .panel-default .panel-heading {
    padding-left: 5px;
}

.sidebar__accordion .panel-default .panel-body {
    padding-left: 5px;
}

.module h1 {
    font-size: 2rem;
}

@media screen and (max-width: 768px) {
    .module h1 {
        font-size: 160%;
    }
}

/* publishers search */
.providers-search {
    float: right;
    position: relative;
    padding: 0px;
}

.providers-search .input-group-addon{
    background: white !important;
}
.providers-search .form-control{
	border-right:0;
	box-shadow:0 0 0;
	border-color:#ccc;
}
.providers-search button {
    border-left:0;
    background-color:#ffe358;
    border-color:#ffe358;
}

.providers-search button:active, .providers-search button:focus {
    background-color: #31486c;
    border-color: #31486c;
    color: #fff;
}

.providers-search .glyphicon{
    top: 4px;
    line-height: 0.5;
}

.providers-search .search {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.authority-item {
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
    .providers-search {
        float: left;
        margin-bottom: 15px;
    }

    .legislation-progress .br-wrapper {
        display: none;
    }

    .providers .sidebar__accordion .panel-heading {
        margin-bottom: 10px;
    }

    .authority-item .result-name {
        padding-top: 5px;
        margin-bottom: 10px;
    }

    .authority-item .result-count {
        font-size: 95%;
    }
}

.org-actions {
    margin-bottom: 20px;
}

.org-actions .btn {
    margin-right: 5px;
}

/* ckan customization */

[role=main], .main {
    background: #fff;
}

@media screen and (max-width : 768px) {
    [role=main], .main {
        padding-bottom: 0px;
    }
}

#content .wrapper {
    width: 100%;
}

.js .tab-content {
    display: block !important;
}

.nav-item.active, .nav-aside li.active {
    background-color: transparent !important;
}

.empty {
    color: #767676;
    font-style: italic;
}

.pill {
    background-color: #657478;
}

/* header customization */

header a:hover, header a:focus {
    text-decoration: none;
}

header .header-search {
    float: right;
    padding-top: 14px;
    padding-bottom: 10px;
    width: 250px;
}

@media screen and (max-width: 1060px) {
    header .header-search {
        width: 220px;
    }
}

header .header-search .btn {
    line-height: 1.3;
    font-size: 16px;
}

header .header-search .providers-search .form-control {
    border-color: transparent;
}

.js .js-hide {
    display: none;
}

header .additional {
    max-width: 250px;
    border-radius: 4px;
    background-color: #0A3556;
    background-color: rgba(0, 0, 0, 0.3);
}

header .additional .user-account-action {
    margin-bottom: 0px;
    padding-right: 10px;
}

header .header-top {
    padding-left: 65px;
}

header .header-top .menu-icon {
    z-index: 1010;
    left: -40px;
    top: 0px;
}

footer .additional ul li.old-version .icon {
    background-image: url(/images/icons/svg/test-tube-1.svg);
    top: -6px;
}

footer .additional ul li.old-version {
    cursor: initial;
}

footer .additional ul li.old-version {
    color: #757575;
}

footer .additional ul li.ckan-text {
    color: #757575;
    font-size: 87%;
    padding-top: 30px;
    font-family: "ProbaProRegular", "SourceSansPro";
    cursor: initial;
}

footer .additional ul li.ckan-text img {
    padding-top: 5px;
    display: block;
}

@media screen and (min-width: 992px) {
    footer .links.second {
        margin-left: 40px;
    }
}

.user-account-action {
    padding-bottom: 5px;
}

.user-account-action span {
    padding-left: 0px !important;
    display: inline-block !important;
    width: auto !important;
    margin-left: 10px;
    color: #fff !important;
}

.user-account-action .image {
    display: inline-block;
}

.user-account-action img {
    margin-left: 8px;
    border-radius: 4px;
    vertical-align: bottom;
}

.user-account-action a .fa {
    color: #6b7588;
    font-size: 110%;
    margin-left: 10px;
    vertical-align: -2px;
}

.user-account-action span a {
    color: #fff! important;
    font-family: "ProbaProBold", "SourceSansProBold";
}

.user-account-action .user-controls {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

.user-account-action .username {
    max-width: 135px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.menu-sm-wrap-for-scroll .user-account-action {
    margin-left: -3px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #6b7588;
}

.menu-sm-wrap-for-scroll .user-account-action span a {
    color: #c3c5c9 !important;
}

.menu-sm-wrap-for-scroll .user-account-action span.username a {
    color: #fff;
}

.menu-sm-wrap-for-scroll .user-account-action .pull-right {
    font-size: 130%;
}


header .additional ul li span a {
    color: #6b7588;
    font-family: "ProbaProBold", "SourceSansProBold";
}

/* header menu */

header .menu-container .menu ul li.active a {

    color: #ffe358;
}

header .menu-for-small-devices {
    padding-left: 15px;
    padding-right: 15px;
}

header .main-title .main-title-text {
    display: inline-block;
    text-align: left
}

@media screen and (max-width: 768px) {

    header .main-title {
        padding-top: 2px;
    }

    header .main-title .icon {
        margin:0;
        margin-right: 5px;
        display: inline-block;
        width: 24px;
        height: 40px;
        vertical-align: middle;
    }

    header .main-title .light {
        left: 0px;
    }

    header .main-title h1 {
        margin-bottom: 0px;
        font-size: 150%;
        letter-spacing: 2px;
        padding-left: 0;
    }

    header .header-bg {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .user-account-action .username {
        max-width: 500px;
    }
}

@media screen and (max-width: 768px) {

    header .main-title .main-title-text {
        vertical-align: middle;
    }

    header .main-title .light {
       display: none;
    }
    header .main-title h1 {
        left: 0px;
        top: 1px;
        font-size: 100%;
        letter-spacing: 1px;
    }

    header .main-title .icon {
        left: 0px;
        top: 0px;
        width: 17px;
        height: 28px;
    }

    header .menu-for-small-devices .header-top .menu-icon.close {
        left: -30px;
    }

    header .header-bg {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .user-account-action .username {
        max-width: 200px;
    }
}

@media screen and (max-width: 380px) {
    header .main-title h1 {
        font-size: 70%;
    }
}

.mobile-search-button {
    display: inline-block;
    width: 100%;
    position: relative;
    top: -25px;
}

#mobile-search {
    display: none;
    position: absolute;
    left: 0px;
    top:70px;
    background-color: #273043;
    width: 100%;
}

#mobile-search .providers-search {
    padding: 30px;
    top: 0px;
}

.menu-sm-wrap-for-scroll .menu-container {
    padding-right: 30px;
}

.menu-sm-wrap-for-scroll .providers-search {
    top: 0px;
}

@media screen and (max-width: 992px) {
    header .header-search {
        display: none;
        position: fixed;
        right: 20px;
        top: 18px;
        z-index: 1030;
        padding-top: 0px;
        min-width: calc(100% - 90px);
    }

    header .header-search.active {
        background-color: #273043;
    }

    body.active header .header-search {
        right: -100px;
        opacity: 0;
    }

    .main-news .main-item {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    header .additional {
        background-color: transparent;
    }
}

@media screen and (max-width: 992px){

    .header-top .dropdown-toggle {
        float: right;
    }

    header .menu-for-small-devices .menu-icon.close {
        left: -30px;
    }
}

/* new menu no hamburger */

.meta-header {
    display: none;
}

.nav-btn-container {
    display: none;
}

.nav-btn-container {
    position: absolute;
    height: 21px;
}

.nav-btn-container .nav-btn {
    border-width: 0;
    padding: 0;
    text-align: left;
    vertical-align: baseline;
    white-space: normal;
    background-color: transparent;
    height: 21px;
}

.nav-btn-container .nav-btn .svg-icon {
    display: inline-block;
    height: 21px;
}

.nav-btn-container .nav-btn .svg-icon svg {
    fill: #fff;
}

.nav-btn-container .nav-btn:disabled {
    pointer-events: none;
    opacity: .25;
    cursor: default;
}

#menu-nav-right {
    right: 15px;
}


.mobile-user-action {
    float: right;
    display: none;
}
.mobile-search-btn {
    position: relative;
    display: inline-block;
    border: none;
    background-color: transparent;
    color: #fff;
    height: 33px;
}

.mobile-search-btn:hover {
    border: none;
    background-color: transparent;
}

.mobile-account-btn {
    display: inline-block;
    border: none;
    background-color: transparent;
    color: #fff;
    padding: 2px;
    margin-left: 5px;
    height: 33px;
}

.mobile-account-btn img {
    border-radius: 50%;
}

.mobile-account-btn:hover, .mobile-account-btn:hover, .mobile-account-btn:focus{
    border: none;
    background-color: transparent;
}

.mobile-user-account-popover {
    display: none;
    position: absolute;
    width: 100%;
    height: 100vh;
    top:55px;
    left: 0;
    background-color: #f4f7fa;
    z-index: 1050;
    padding: 30px;
}

.mobile-user-account-popover.visible {
    display: block;
}

.mobile-user-account-popover .user-account-action .username {
    color: #333 !important;
    font-family: "ProbaProBold", "SourceSansProBold";
}

.mobile-user-account-popover .user-account-action .pull-right {
    margin-right: 5px;
    font-size: 130%;
}

.mobile-user-account-popover .user-account-action {
    margin-left: -3px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #6b7588;
}

.popover-arrow {
    position: absolute;
    right: 26px;
    top: -13px;
    clip: rect(0 18px 14px -4px);
}

.popover-arrow:after {
    -webkit-transform: rotate(45deg) translate(6px,6px);
    transform: rotate(45deg) translate(6px,6px);
    -webkit-box-shadow: -1px -1px 1px -1px rgba(0,0,0,.54);
    box-shadow: -1px -1px 1px -1px rgba(0,0,0,.54);
}

.popover-arrow:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
}

.btn.header-login {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 4px;
    height: 33px;
}

@media screen and (max-width: 992px) {

    #layout-header .header-bg {
        width: 100%;
        position: absolute;
        top: 0;
        z-index: 10;
    }

    #layout-header .header-bg.fixed {
        position: fixed;
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        padding-bottom: 0;
    }

    .meta-header {
        display: block;
        height: 115px;
    }

    .mobile-user-action {
        display: inline-block;
    }

    header .menu-container .menu ul li a {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 95%;
    }

    header .menu-container .menu {
        padding-top: 15px;
    }

    .mobile-user-account-popover {
        top:70px;
    }

    .popover-arrow {
        right: 45px;
    }

}

@media screen and (max-width: 768px) {
    .nav-btn-container {
        top: 7px;
        display: block;
    }

    header .menu-container .menu {
        position: relative;
        overflow: auto;
        white-space: nowrap;
    }

    header .menu-container .menu {
        padding-top: 5px !important;
    }

    header .menu-container {
        margin-top: 10px;
        overflow: hidden;
        margin-left: 30px;
        margin-right: 30px;
    }

    #layout-header .header-bg.fixed {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    .mobile-user-account-popover {
        top:55px !important;
    }

    .popover-arrow {
        right: 26px !important;
    }

    .meta-header {
        display: block;
        height: 95px;
    }

}

/* new menu no hamburger end */


#include_children {
    margin: 0;
    margin-left: -20px;
    height: 20px;
    top: auto;
}

/* header end */

/* customizing ckan */
label:after {
    content: "";
}

.wrapper {
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    overflow: initial;
    border-radius: 0px !important;
}

.wrapper.no-nav {
    padding: 0 20px;
    margin-top: 20px;
    display: block !important;
    background-image: none !important;
}

.nav-item.active>a:before, .nav-aside li.active a:before {
    content: '';
    background-image: none;
}

.module-content:first-child {
    margin-top: 0;
    padding-top: 0px;
}

@media (min-width: 768px) {
    .container {
        padding-right: 0px;
        padding-left: 0px;
        width: 100%;
    }

    [role=main], .main {
        padding-top: 0px !important;
        padding-bottom: 0px;
    }

    .sidebar {
        padding-top: 50px;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 30px;
    }

    .main-content {
        padding-top: 50px;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 30px;
    }

    .module-content:first-child {
        margin-top: 0;
        padding-top: 0px;
    }

    .module-content {
        padding: 0;
        margin: 0;
    }

    .wrapper.no-nav {
        padding: 0 40px;
        margin-top: 40px;
    }
}

@media only screen and (max-width : 768px) {
    .main-content, .sidebar {
        padding-right: 20px;
        padding-left: 20px;
    }
    .container {
        padding-right: 0;
        padding-left: 0;
    }
    .sidebar {
        padding-top: 20px;
        padding-bottom: 5px;
    }
    .module-content {
        padding: 0px;
        margin: 20px 0;
    }
}

@media only screen and (min-width : 992px) {
    #content .wrapper {
        background-image: url(/base/images/nav.png);
        background-repeat: repeat-y;
        background-position: 0px 0px;
        background-size: 25%;
    }

    .sidebar {
        min-height: 350px;
        background-color: transparent !important;
    }
}

.main-content .module:first-child {
    margin-top: 0;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    height: 34px;
}

/* sidebar */

.sidebar {
    background-color: #f4f7fa;
}

.sidebar .module:first-child {
    margin-top: 3px;
}

.sidebar .module-heading {
    background-color: transparent;
    border: none;
    font-size: 20px;

}

.sidebar .module-content {
    padding-top: 0;
}

.sidebar .module-content p {
    margin-bottom: 10px;
    line-height: 22px;
}

.sidebar .module {
    border-bottom: 1px solid #d1d1d1;
}

.sidebar .module:last-child {
    border-bottom: none;
}

.sidebar .nav-facet .nav-item>a:hover span {
    text-decoration: underline;
}

.sidebar .action .btn {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-facet .nav-item.active>a:after {
    right: 7px;
    top: 19px;
}

.sidebar-nav {
    padding: 10px 15px 0px;
}

.nav-item.active>a, .nav-aside li.active a {
    background-color: #657478;
}

.context-info .nums dl dt {
    font-size: 92%;
}

/* forms customisation */

.select2-container-wrap-width-100p .select2-container {
    width: 100%;
}
.select2-choice-padding-right-100 .select2-choice {
    padding-right: 100px;
}

.select2-container {
    min-width: 230px;
}

.control-medium input, .control-medium select, .control-medium textarea {
    width: 100%;
}

@media (min-width: 992px) {
    .form-horizontal {
        width: 75%;
    }
}

@media only screen and (max-width : 768px) {
    .form-horizontal .control-label {
        float: none;
        width: 100%;
        text-align: left;
        margin-bottom: 5px;
    }

    .form-horizontal .controls {
        margin-left: 0;
    }
}

.form-actions {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.module-footer {
    padding: 7px 25px 7px;
    margin: 0;
    border-top: none;
}

.sidebar ul {
    margin-bottom: 0px;
}

.help-block.with-errors {
    color: #990404;
    font-weight: normal;
}

/* harvest forms customization */

.harvest-types .controls input, .control-medium input {
    height: 20px;
}

.harvest-types .controls  {
    padding-top: 5px;
}

.harvest-types label.radio {
    margin-bottom: 5px;
}

.harvest-types label.radio input {
    top: 1px;
}


@media (max-width : 768px) {
    #source-new .controls {
        margin-left: 0px;
    }
}


/* harvest forms customization end */


/* home page news */

.main-news .main-item {
    cursor: pointer;
}

.main-news .main-item .addition.white {
    bottom: 24px;
    padding-left: 0px;
}

.all-news {
    margin-top:10px;
}

.tag {
    background-color: transparent;
}

@media screen and (max-width: 768px){
    .main-news .news-item {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }


}

.main-news .main-item .background {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.blog-container {
    margin-bottom: 40px;

}

.sidebar .news-list li {
    margin-bottom: 21px;
}

.sidebar .news-list li .date {
    color: #656565;
    margin-bottom: 5px;
    font-size: 88%;
    font-family: "ProbaProRegular", "SourceSansPro";
}

.sidebar .news-list li .title {
    line-height: 1.3;
}

.sidebar .title {
    font-size: 100%;
    line-height: 24px;
    font-family: "ProbaProBold", "SourceSansProBold";
    margin-bottom: 5px;
    display: block;
}

.sidebar a.title:hover {
    color: #23527c;

}

/* all news */

.blog-item {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d5deed;
}

.blog-item .blog-title a {
    font-size: 100%;
    line-height: 24px;
    font-family: "ProbaProBold", "SourceSansProBold";
    display: block;
    font-size: 1.125rem;
}

.blog-item .blog-date {
    color: #656565;
    margin-bottom: 5px;
    font-size: 88%;
    font-family: "ProbaProRegular", "SourceSansPro";
    line-height: 24px;
}

.module-content .pagination.pagination-centered {
    display: block;
    margin: 0;
}

.editor-content span.muted {
    color: #767676;
}

/* all news end */

/* search form */

.search-form {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    background-color: transparent;
    z-index: 3;
    height: auto;
    overflow: auto;
    border-bottom: none;
    margin-bottom: 0px;
}

.search-form label {
    color: inherit;
}

.search-form .search-input.search-giant button {
    margin-top: -15px !important;
}

.search-form .filter-list {
    margin-bottom: 10px;
}

/* nav tabs */

.page-header .nav-tabs li.active a, .page-header .nav-tabs a:hover {
    background-color: transparent;
}
.page-header {
    background-color: transparent;
    border-bottom: 1px solid #d3d5d9;
    margin-bottom: 30px;
}

.page-header .content_action {
    margin-right: 0;
}

.nav-tabs {
    border-bottom: 1px solid #d3d5d9;
}

.nav-tabs li a {
    padding-left: 0;
    padding-right: 0;
    font-family: "ProbaProBold", "SourceSansProBold";
    padding: 0;
    margin: 0;
    width: 100%;
    padding-bottom: 16px;
    position: relative;
    font-variant: small-caps;
    line-height: 19px;
    letter-spacing: 0.2px;
    border-bottom: 4px solid transparent;
    font-size: 100%;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li > a:hover {
    color: #000000;
    border: none;
    background: transparent;
    border-bottom: 4px solid #2d5ca6;
    font-size: 100%;
}

.nav-item>a, .nav-aside li a {
    font-size: 100%;
}

@media (max-width: 768px){
    .page-header .nav-tabs {
        margin: 0px;
        margin-left: -5px;
        margin-right: -5px;
        float: none;
    }

    .page-header .content_action {
        float: none;
        margin-bottom: 20px;
        background-color: #f4f7fa;
        padding: 10px 10px 5px 10px;
        border-radius: 4px;
    }

    .page-header .content_action > * {
        margin-bottom: 5px;
    }

    .page-header .nav-tabs li a {
        padding: 10px 15px;
        border-bottom: none;
        background-color: #fff;
        border: 1px solid #2d5ca6;
        border-radius: 4px;
        height: 42px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .page-header .nav-tabs li a:hover {
        padding: 10px 15px;
        border-bottom: none;
        background-color: #2d5ca6;
        border: 1px solid #2d5ca6;
        color: #fff;
        height: 42px;
    }

    .page-header .nav-tabs>li {
        margin-bottom: 10px;
    }

    .page-header .nav-tabs > li.active a {
        background-color: #2d5ca6;
        border-radius: 4px;
    }

    .page-header .nav-tabs > li {
        width: 50%;
        display: inline-block;
        float: left;
        margin-right: 0px;
        padding-right: 5px;
        padding-left: 5px;
    }

    .page-header .nav-tabs > li.active > a {
        color: #fff;
    }
}

@media (max-width: 450px){
    .services-tabs {
        margin-left: -5px;
        margin-right: -5px;
        float: none;
    }

    .page-header .content_action {
        float: none;
        margin-bottom: 20px;
        background-color: #f4f7fa;
        padding: 10px 10px 5px 10px;
        border-radius: 4px;
    }

    .services-tabs > * {
        margin-bottom: 5px;
    }

    .services-tabs li a {
        padding: 10px 15px !important;
        border-bottom: none !important;
        background-color: #fff;
        border: 1px solid #2d5ca6!important;
        border-radius: 4px;
        height: 42px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .services-tabs li:hover a {
        padding: 10px 15px;
        border-bottom: none;
        background-color: #2d5ca6 !important;
        border: 1px solid #2d5ca6;
        color: #fff !important;
        height: 42px;
    }

    .services-tabs>li {
        margin-bottom: 10px;
    }

    .services-tabs > li.active a {
        background-color: #2d5ca6;
        border-radius: 4px;
        color: #fff;
    }

    .services-tabs > li {
        width: 50%;
        display: inline-block;
        float: left;
        margin-right: 0px;
        padding-right: 5px;
        padding-left: 5px;
    }

    .page-header .nav-tabs > li.active > a {
        color: #fff;
    }
}

.main-news .news-list li .title {
    line-height: 1.3;
}

.main-news .main-item .background.without-photo {
    background: none;
    background-color: #EAF2F9;
}

/* nav tabs end */

/* forum */

.forum-avatar img {
    width: 60px;
    height: 60px;
}

.forum-avatar {
    padding-right: 20px !important;
}

.forum-thread {
    padding-bottom: 30px;
    border-bottom: 1px solid #d5deed;
    margin-bottom: 30px;
}

.thread-list {
    margin-top: 30px;
}

.thread-section, .thread-author, .thread-date  {
    display: inline-block;
}

.sidebar .thread-section {
    width: 100%;
    margin-bottom: 5px;
}

.sidebar .thread-section a {
    max-width: 80%;
    margin-right: 0px;
    height: auto;
    vertical-align: middle;
}

.sidebar .select2-container {
    width: 100% !important;
    min-width: 0px;
}

.sidebar .form-group label {
    margin-bottom: 10px;
    font-family: "ProbaProBold", "SourceSansProBold";
    color: #273043;
    font-size: 100%;
}

.sidebar .custom-filters {
    margin-top: 3px;
}

.sidebar .custom-filters .module-heading {
    margin-bottom: 10px;
}


.thread-section a {
    display: inline-block;
    border-radius: 15px;
    color: #757575;
    font-family: "ProbaProBold", "SourceSansProBold";
    border: 2px solid #d5deed;
    text-transform: uppercase;
    height: 28px;
    padding: 8px 15px;
    text-align: center;
    font-size: .625rem;
    letter-spacing: .8px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.thread-section a:hover {
    text-decoration: none;
    color: #aeaeae;
}

.thread-section a.action {
    position: relative;
    color: #757575;
    font-family: "ProbaProRegular", "SourceSansPro";
    border: 2px solid transparent !important;
    text-transform: initial;
    padding: 4px 2px;
    font-size: 0.8rem;
    margin-bottom: 0px;
}

.thread-section span {
    display: block;
    border-radius: 15px;
    color: #757575;
    font-family: "ProbaProBold", "SourceSansProBold";
    border: 2px solid #d5deed;
    text-transform: uppercase;
    height: 28px;
    padding: 8px 15px;
    text-align: center;
    font-size: .625rem;
    letter-spacing: .8px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.thread-section.work a {
    border: 2px solid #A7E8BD;
}

.thread-section.open-data-ukraine a {
    border: 2px solid #FAE47A;
}

.thread-section.open-data-world a {
    border: 2px solid #FF8C42;
}

.thread-section span:hover {
    color: #757575;
}

.thread-section.work span {
    border: 2px solid #A7E8BD;
}

.thread-section.open-data-ukraine span {
    border: 2px solid #FAE47A;
}

.thread-section.open-data-world span {
    border: 2px solid #FF8C42;
}

.thread-section a.muted {
    color: #c9c9c9 !important;
    border-color: #e7e7e7 !important;
}

.thread-author a {
    display: block;
    border-radius: 15px;
    color: #2D5CA6;
    font-family: "ProbaProBold", "SourceSansProBold";
    height: 28px;
    padding: 8px 15px;
    padding-left: 0px;
    text-align: center;
    font-size: 14px;
    letter-spacing: .2px;
}

.thread-heading {
    margin-bottom: 8px;
}

.thread-meta {
    margin-bottom: 5px;
}

.thread-heading a {
    color: #333;
}

.thread-body a, .thread-body p {
    color: #757575;
    font-size: 100%;
    line-height: 22px;
}

.thread-body a:hover, .thread-body p:hover {
    text-decoration: none;
}

.full-width {
    width: 100%;
}

.pagination {
    display: block;
}

.pagination ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.pagination>li>a, .pagination>li>span, .pagination ul > li > a, .pagination ul > li > span {
    color: #757575;
    background-color: #fff;
    border: none;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: #2d5ca6;
    background-color: transparent;
    border: none;
    font-family: "ProbaProBold", "SourceSansProBold";
}

/* change default ckan pagination style */
.pagination ul>li>a:hover, .pagination ul>li>a:focus, .pagination ul>.active>a, .pagination ul>.active>span {
    color: #2d5ca6;
    background-color: transparent;
    border: none;
}

.pagination ul>.active>a {
    font-family: "ProbaProBold", "SourceSansProBold";
}

.module .pagination li a {
    border-top: none;
    border-bottom: none;
    padding-top: 4px;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #2d5ca6;
    background-color: transparent;
    border: none;
}

.pagination>li>span:hover {
    color: #818181;
}

.module-shallow .module-content:first-child {
    padding-top: 0px;
}

.forum-post-head .page-heading {
    margin-bottom: 8px;
}

.forum-post-head {
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #d5deed;
}

.thread-date a {
    display: block;
    border-radius: 15px;
    color: #818181;
    font-family: "ProbaProRegular", "SourceSansPro";
    height: 28px;
    padding: 8px 15px;
    text-align: center;
    font-size: 14px;
    letter-spacing: .2px;
}

.thread-date {
    padding-top: 10px;
    padding-bottom: 10px;
}

.forum-post-body p {
    font-size: 100%;
    font-family: "ProbaProRegular", "SourceSansPro";
    color: #333;
    line-height: 24px;
    word-wrap: break-word;
}

.forum-post-body > * {
    margin-bottom: 22px;
}

.forum-post {
    margin-bottom: 40px;
}

.forum-comments-container {
    padding-top: 35px;
    border-top: 1px solid #2d5ca6;
}

.forum-comment {
    padding-bottom: 30px;
    border-bottom: 1px solid #d5deed;
    margin-bottom: 35px;
}

.forum-comment .forum-avatar {
    padding-top: 0px;
}

.comment-head {
    font-size: 100%;
    color: #818181;
    font-family: "ProbaProRegular", "SourceSansPro";
    margin-bottom: 10px;
}

.comment-head span {
    font-size: 100%;
    color: #2d5ca6;
    font-family: "ProbaProBold", "SourceSansProBold";
}

.comment-body p {
    margin-bottom: 10px;
}

.comment-body p span {
    background-color: #EEF0F3;
    padding: 5px;
    border-radius: 4px;
}

.comment-body p span .fa {
    font-size: 14px;
}

.comment-body textarea {
    max-height: 250px;
}

#thread-form textarea {
    max-height: 500px;
    margin-bottom: 15px;
}

.form-group input:focus, .form-group textarea:focus {
    outline-style: solid;
    outline-width: 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-color: #c2d4f1;
  }

  .form-group>textarea {
    position: relative;
    background: #eef0f3;
    font-family: "ProbaProRegular", "SourceSansPro";
    border: 1px solid #eef0f3;
    transition: .3s ease-in-out;
    border-radius: 4px;
    box-shadow: none;
    padding-bottom: 0;
    font-size: 95%;
  }

  .forum-comment .btn {
      float: right;
  }

  .comment-footer span {
    margin-left: 10px;
    font-size: 14px;
    color: #8f8f8f;
    display: inline-block;
    margin-bottom: 10px;
  }

  .comment-action {
      border-bottom: none;
  }

  @media (max-width: 768px) {
    .main-content {
        margin-bottom: 30px;
        padding-top: 30px;
    }

    .thread-list {
        margin-top: 20px;
    }

    .page-heading {
        font-size: 190%;
    }

    .comment-footer span {
        font-size: 80%;
    }

    .forum-comments-container {
        padding-top: 25px;
    }

    .forum-comment {
        padding-bottom: 20px;
        margin-bottom: 25px;
    }

}

@media (max-width: 480px) {
    .forum-thread .pull-left, .forum-thread .pull-right, .forum-comment .pull-left {
        float: left !important;
    }

    .thread-heading {
        font-size: 18px;
    }
}

#thread-form {
    margin-top:40px;
}

  .thread-post .disabled-result {
      display: none !important;
  }

.thread-post .select2-container {
    display: block;
}

.thread-post .alert-danger, .thread-post .alert-error {
    background-color: transparent;
}

.select2-results .select2-result-label {
    padding: 10px 7px;
}

.select2-drop-multi .select2-results .select2-result-label {
   text-transform: lowercase;
}

.thread-post .form-group.select-section {
    width: 300px;
    margin-bottom: 35px;
}

.thread-post .form-group .checkbox {
    padding-left: 10px;
}

.thread-post .form-group .checkbox input[type=checkbox] {
    height: 15px;
    margin-top: -4px;
}

.thread-post .form-group .controls {
    padding-bottom: 10px;
}

.thread-post .form-group .checkbox:first-of-type {
    margin-top: 0px;
}

@media (max-width: 480px) {
    .thread-post .form-group.select-section {
        width: 100%;
    }
}

.thread-post .form-group>label, .thread-post .form-group .control-label {
    margin-bottom: 10px;
    font-family: "ProbaProBold", "SourceSansProBold";
    color: #273043;
    font-size: 100%;
}

.form-group > input {
    background: #eef0f3;
    color: #2d5ca6;
    line-height: 25px;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    height: 40px;
    font-family: "ProbaProRegular", "SourceSansPro";
    font-size: 95%;
    border: 1px solid #eef0f3;
    border-radius: 4px;
    margin-bottom: 10px;
}

.form-group > span {
    font-size: 14px;
    color: #8f8f8f;
    display: inline-block;
    margin-bottom: 10px;
}

#thread-form .image-upload .download-controls > a:last-child {
    display: none !important;
}

.post-footer {
    margin-bottom: 60px;
}

.post-footer .btn {
    margin-left: 10px;
    float: right;
}

.post-footer span {
    margin-left: 10px;
    font-size: 14px;
    color: #8f8f8f;
    display: inline-block;
    margin-bottom: 10px;
}

.forum-comments-container .alert {
    margin-bottom: 40px;
    line-height: 24px;
}

.forum-comments-container .alert i {
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
    top: -2px;
}
.forum-comments-container .alert p {
    color: #3c763d;
    display: table-cell;
    position: relative;
    padding-left: 15px;
    vertical-align: middle;
}

.forum-title-group > input {

    margin-bottom: 10px;

}

.forum-title-group {
    margin-bottom: 25px;
}

@media (max-width: 768px) {

    .forum-thread .media-body {
        overflow: initial;
    }

    .forum-thread .thread-body {
        padding-top: 5px;
        margin-left: -80px;
    }

    .thread-body a, .thread-body p {
        font-size: 90%;
    }

}

input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
    border-color: #a94442;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-group label.error {
    position: relative;
    top: 0;
    left: 0;
    background-color: transparent;
    color: #990404;
    font-family: "ProbaProRegular", "SourceSansPro";
}

.error {
    text-align: left;
}

.select-section label.error {
    font-size: 100%;
    margin-top: 10px;
}

.sidebar .fa-comments,  .sidebar .fa-clock-o, .sidebar .fa-rocket{
    margin-right: 5px;
}

.flash-messages .alert {
    margin-bottom: 0px;
    border-radius: 0px;
    box-shadow: none;
}

.flash-messages .alert .close {
    right: inherit;
}

.forum-activity .resource-item {
    padding-left: 20px;
}

.forum-activity .resource-item .btn-group {
    top: 25px;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a {
    text-decoration: none;
    color: #ffffff;
    background-color: #23467E;
    background-image: none;
}

/* end forum*/


/* dataset */


#dataset-resources {
    margin-bottom: 20px;
}

.additional-info h3 {
    margin-bottom: 10px;
}

.resources h3 {
    margin-bottom: 15px;
}

.context-info h1.heading {
    hyphens: none;
    padding-top: 5px;
}

.context-info .nums {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 0;
    border-top: none;
}

.sidebar ul li {
    margin-bottom: 0px;
}

.btn .caret {
    margin-top: 0px;
    margin-left: 2px;
}

#followee-filter .btn .caret {
    margin-top: 8px;
}

.resource-list {
    margin: 0;
}

.notes, .tags {
    margin-bottom: 40px;
}

.resource-list:only-of-type{
    margin-bottom: 40px;
}


.resource-item {
    border-bottom: 1px solid #d5deed;
    border-radius: 0px;
}

.resource-item:hover {
    background-color: #f4f7fa;
}

.resource-item:only-child {
    border-bottom: none;
}

.resource-item .format-label {
    top: 14px;
    left: 10px;
}

.resource-item .btn-group {
    position: absolute;
    top: 14px;
    right: 10px;
}

.resource-item .heading {
    font-size: 16px;
    font-family: "ProbaProBold", "SourceSansProBold";
    color: #273043;
}

.resource-item .description {
    font-size: 14px;
    min-height: 20px;
}

.page_primary_action a {
    margin-right: 10px;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.nav-simple>li, .nav-aside>li {
    font-size: 100%;
}

.sidebar .nav-simple:not(:only-of-type) {
    border-bottom: 1px dotted #dddddd;
}

.search-form label {
    width: auto;
    display: inline-block !important;
}

.search-form .search-input button i {
    color: #757575;
}

.search-form h2 {
    font-size: 120%;
    margin-top: 25px;
}

#dataset-search-form, #organization-datasets-search-form {
    margin-bottom: 20px;
}

.well {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-bottom: 15px;
}

a.tag {
    margin-bottom: 8px;
    background-color: #fff;
    line-height: 20px;
    color: #757575;
}

a.tag:hover {
    color: #757575;
    border: 2px solid #a7a9af;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dataset-item {
    border-bottom: 1px solid #d5deed;
}


@media screen and (max-width: 480px){
    .homepage-datasets .media .pull-left, .homepage-apps .media .pull-left, .app-list .media .pull-left{
        float: left !important;
    }
}



@media (max-width: 768px) {
    .page-header .nav-tabs li.active a, .page-header .nav-tabs a:hover {
        border: none;
    }
}


.activity .item .date {
    font-size: 90%;
    color: #757575;
}

.activity .item p {
    font-size: 100%;
}

.activity .item .dropdown {
    position: absolute;
    right: 0;
    top: -2px;
}

.activity .item.no-avatar .fa-ok::before {
    content: "\f00c";
}

.activity .item.no-avatar p {
    margin-left: 60px;
}

@media (max-width: 768px) {
    .activity .item p {
        font-size: 92%;
    }
}

.dataset-resources {
    margin-top: 10px;
}

.dataset-resources .label {
    padding: .4em .6em .3em;
    background-color: transparent;
    border: 1px solid;
    color: #757575;
    text-shadow: none;
    border-radius: 0.4em;
}

.dataset-resources .label:hover {
    border-color: #757575;
    color: #fff;
    background-color: #757575;
}


.label[data-format=html],.label[data-format*=html] {
    border-color: #55a1ce
}

.label[data-format=json],.label[data-format*=json] {
    border-color: #ef7100
}

.label[data-format=xml],.label[data-format*=xml] {
    border-color: #ef7100
}

.label[data-format=text],.label[data-format*=text] {
    border-color: #74cbec
}

.label[data-format=csv],.label[data-format*=csv] {
    border-color: #dfb100
}

.label[data-format=xls],.label[data-format*=xls] {
    border-color: #2db55d
}

.label[data-format=zip],.label[data-format*=zip] {
    border-color: #686868
}

.label[data-format=api],.label[data-format*=api] {
    border-color: #ec96be
}

.label[data-format=pdf],.label[data-format*=pdf] {
    border-color: #e0051e
}

.label[data-format=rdf],.label[data-format*=rdf],.label[data-format*=nquad],.label[data-format*=ntriples],.label[data-format*=turtle] {
    border-color: #0b4498
}

.dataset-disclaimer {
    margin-top: 30px;
    padding: 15px 15px 5px 15px;
    border-top: 1px dashed #d5deed;
    border-bottom: 1px dashed #d5deed;

}

.dataset-disclaimer p {
    margin-bottom: 10px;
    font-size: 80%;
    color: #777;
}

.tag-list.well {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

/* dataset end */

/* forms */

.form-actions .btn {
    margin-left: 10px;
}

form h3 {
    margin-bottom: 10px;
}

.filter-field {
    margin-bottom: 5px;
}

.nav-item.active>a:hover span, .nav-aside li.active a:hover span {
    border-bottom: none;
}

.nav-item.active>a span, .nav-aside li.active a span {
    border-bottom: none;
}

.form-actions .btn:first-child {
    margin-left: 0;
}

.controls input, .control-medium input {
    background: #eef0f3;
    border: 1px solid #eef0f3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -ms-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    background: #eef0f3;
    color: #2d5ca6;
    /* line-height: 25px; */

    padding-left: 15px;
    padding-right: 15px;
    height: 40px;
    font-family: "ProbaProRegular", "SourceSansPro";
    /* font-size: 100%; */
    border: 1px solid #eef0f3;
    border-radius: 4px;
    font-size: 100%;
}

.controls input:focus, .controls textarea:focus {
    outline-style: solid;
    outline-width: 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-color: #c2d4f1;
}

.control-medium .error-block {
    width: 100%;
    background: transparent;
    color: #990404;
    margin-top: 0px;
    padding-left: 0px;
    font-size: 100%;
}
.control-group.error .control-label, .control-group.error .help-block, .control-group.error .help-inline {
    color: inherit;
}
.error {
    background-color: transparent;
}

.control-group.error input, .control-group.error select, .control-group.error textarea, .control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
    border-color: #990404;
}

.control-large input, .control-large .control-label {
    font-size: 16px;
    line-height: 20px;
}

.controls>textarea {
    position: relative;
    background: #eef0f3;
    font-family: "ProbaProRegular", "SourceSansPro";
    border: 1px solid #eef0f3;
    transition: .3s ease-in-out;
    border-radius: 4px;
    box-shadow: none;
    padding-bottom: 0;
    font-size: 100%;
    padding: 10px 12px;
    border-radius: 4px;
}

.editor .editor-info-block {
    background: transparent;
    border: none;

    margin-top: 5px;
    font-size: 14px;
}

.select2-container {
    background-color: #eef0f3;
    height: 40px;
    border-radius: 4px;
}

.select2-container:focus {
    outline: none;
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    outline-color: transparent;
    background: none;
    line-height: 3;
    background-color: #577db8;
    border: 1px solid transparent;
    white-space: nowrap;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    box-shadow: none;
    background-color: #eef0f3;
    height: 100%;
    line-height: 2.7;
    padding-left: 15px;
}

.select2-container .select2-choice .select2-arrow {
    right: 7px;
    background: none;
    border: none;
}

.select2-container .select2-choice .select2-arrow b {
    background-image: url(/images/icons/svg/icn-chosen.svg) !important;
    width: 10px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: 50%;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.select2-dropdown-open .select2-choice {
    border: 1px solid #c2d4f1;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
}

.select2-drop {
    background-color: #eef0f3;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #c2d4f1;
    border-top: none;
}


.select2-results .select2-result-label {
    padding-left: 15px;
}

.select2-results .select2-highlighted {
    background: transparent;
    color: #2d5ca6;
}

.select2-search {
    padding-left: 10px;
    padding-right: 10px;
}

.select2-search input {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.select2-search input:focus {
    outline: none;
    border-color: #c2d4f1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    border: none;
    background-image: none;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border: 1px solid #c2d4f1;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: none;
    webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #c2d4f1;
    border-bottom: none;
}

.select2-container-multi .select2-choices {
    background: #eef0f3 !important;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.select2-search-choice-close, .select2-container-multi .select2-search-choice-close {
    top: 3px;
    left: 5px;
}

.select2-container-multi .select2-choices .select2-search-choice {
    color: #333;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    font-size: 14px;
    text-transform: lowercase;
}

.select2-container-multi .select2-choices {
    outline: none;
}

.select2-container-multi {
    height: auto !important;
}

@media (min-width: 980px) {
    .form-horizontal .info-inline {
        float: none;
    }
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 10px;
    }
}

.select2-container-multi .select2-choices .select2-search-field input {
    background-color: #eef0f3 !important;
    text-transform: lowercase;
}

.control-group .chosen-light ~ .chosen-container {
    height: 40px;
    margin-bottom: 0px;
    width: 220px !important;
}

.control-group .chosen-light ~ .chosen-container .chosen-single {
    line-height: 2.7;
    padding-left: 15px;
    border: 1px solid transparent;
}

.control-group .chosen-container .chosen-results li {
    height: 40px;
}

.slug-preview {
    margin-top: 10px;
}

.chosen-container.chosen-container-single .chosen-results li.highlighted {
    background-image: none;
    background-color: transparent;
    color: #2d5ca6;
}

.control-group .chosen-container.chosen-container-single .chosen-results li {
    padding-left: 15px;
}

.input-prepend input {
    font-size: 14px;
    margin-right: 10px;
}

.input-append .add-on, .input-prepend .add-on {
    height: 40px;
    border: none;
    line-height: 2.7;
    background-color: transparent;
    padding-right: 7px;
}

.select2-container-multi.select2-container .select2-choices {
    z-index: 1000;
}

.form-horizontal .controls:focus {
    outline: none;
}

.form-horizontal fieldset legend {
    font-size: 120%;
    font-family: "ProbaProBold", "SourceSansProBold";
}

.select2-container-active .select2-choices, .select2-container-multi.select2-container-active .select2-choices {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #c2d4f1;
}

.control-custom input:last-of-type {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.action-buttons {
    float:right;
}

.form-actions .action-info.small {
    display: none;
}

.control-custom .checkbox.btn {
    top: 6px;
    width: 27px;
}

.control-custom .checkbox.btn:hover {
    width: 27px;
    color: #fff;
}

.control-custom .checkbox.btn:before {
    color: #d43f3a;
    top: 0px;
}

.control-custom .checkbox.btn:before:hover {
    color: #fff;
}

.form-inline input {
    width: 320px;
    height: 35px;
}

.form-inline label {
    margin-right: 10px;
}

.add-member-form .control-label {
    text-align: left;
    margin-bottom: 5px;
}

.add-member-form .control-group > span {
    display: block;
    margin-bottom: 5px;
    color: #818181;
}

@media screen and (max-width: 768px) {
    .form-inline label, .form-inline input {
        width: 100%;
    }
    .form-inline button {
        margin-left: 0px !important;
        margin-top: 10px;
    }

    .form-inline .btn {
        margin-top: 10px;
    }

}

.js .image-upload .btn-remove-url {
    top: 9px;
}

.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
    background: transparent;
    padding-left: 10px;
}

.stages {
    margin: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.stages li:before {
    width: 25px;
    height: 25px;
}

.stages li.last, .stages li.last .highlight {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

/* homepage datasets */

.homepage-datasets {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 30px;
}

.homepage-search {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 30px;
    background-color: #f4f7fa;
}

.dataset-category {
    width: 50px;
    height: 50px;
    background-image: url(/img/education.png);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;

}

@media (min-width: 992px) {
    .popular-new-ds-wrapper {
        margin-top: 14px;
    }
}

.datasets-wrapper .media-left {
    padding-right: 20px;
}

.datasets-wrapper .media {
    margin-top: 0;
}

.dataset-card {
    margin-bottom: 15px;
}

.dataset-card:last-child {
    margin-bottom: 30px;
}

.dataset-body {
    padding-bottom: 15px;
    border-bottom: 1px solid #C8CACE;
}

@media (max-width: 450px) {
    .dataset-body {
        font-size: 90%;
    }
}

.dataset-name {
    line-height: 1.3;
    font-family: "ProbaProRegular", "SourceSansPro";
    font-size: 100%
}

.truncate {
display: block;
  display: -webkit-box;
  max-height: 40px;
  margin: 0 auto;
  font-size: 100%;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  }

.datasets-wrapper .dataset-name {
    margin-bottom: 10px;
}

.datasets-wrapper .all-news-wrapper {
    padding-top: 10px;
}

.dataset-date {
    line-height: 1.3;
    color: #757575;
    display: inline-block;
    width: 80px;
    overflow: hidden;
}

.dataset-publisher a {
    color: #333;
}

.dataset-publisher {
    line-height: 1.3;
    display: inline-block;
    max-width: calc(100% - 90px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.tab-content {
    overflow: initial;
}

.datasets-wrapper .all-news {
    margin-top: -5px;
}

.datasets-wrapper .services-tabs li a {
    padding-bottom: 10px;
}

.popular-new-ds-wrapper .nav-tabs {
    margin-bottom: 20px;
}

.popular-new-ds-wrapper .services-tabs li a{
    padding-bottom: 10px;
}

.popular-new-ds-wrapper .services-tabs {
    margin-left: 0px;
}

.all-news:before {
    top: -6px;
}


.homepage-categories {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 30px;
    background-color: #ffffff;
}

.legislation-progress {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 30px;
    background-color: #ffffff;
}

footer .footer-bottom {
    padding-left: 40px;
    padding-right: 40px;
}

@media screen and (max-width: 450px) {
    footer .footer-bottom {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 768px) {
    .groups-wrapper {
        margin-bottom: 20px;
    }
}

ul.categories {
    text-align: center;
}

ul.categories li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
}

ul.categories li .category-icon {
    width: 70px;
    height: 70px;
    background-image: url(/img/education.png);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-bottom: 10px;
}

ul.categories li span {
    display: block;
    color: #333;
    font-family: "ProbaProBold", "SourceSansProBold";
    width: 100px;
}

ul.categories li a {
    display: inline-block;
    margin: 0 20px 20px 20px;
    outline: 0;
}

/* test categ*/
ul.categories-exp {
    padding-left: 10px;
}

ul.categories-exp li {
    list-style-type: none;
    display: block;
    padding-left: 55px;
}

ul.categories-exp li a {
    color: #333;
    font-size: 100%;
    font-family: "ProbaProBold", "SourceSansProBold";
}

ul.categories-exp li a:hover {
    color: #2d5ca6;
}

ul.categories-exp li p {
    display: none;
}

.category-list {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .category-list {
        margin-bottom: 20px;
    }
}

ul.categories-exp li .category-small-icon {
    top: -3px;
    left: 15px;
    position: absolute;
    width: 20px;
    height: 20px;
}

@media screen and (max-width: 450px) {
    .block-title {
        font-size: 120%;
        margin-bottom: 20px;
    }

    ul.categories-exp li {
        list-style-type: none;
        display: block;
        padding-left: 35px;
    }

    ul.categories-exp li .category-small-icon {
        left: 5px;
    }
}

.modal {
    top: 20px;
    bottom: inherit;
    left: 50%;
}

@media screen and (max-width: 768px) {
    .modal {
        left: 0;

    }
}

.modal-header .close {
    position: absolute;
    right: 12px;
    top: 10px;
}

.module-heading .fa {
    display: none;
}


.main-search input[type="text"] {
    height: 50px;
    font-size: 16px;
    padding-left: 20px;
}

.main-search .providers-search {
    float: none;
}

.main-search .btn {
    line-height: 2.3;
    font-size: 16px;
}

.main-search .btn span {
    margin-left: 5px;
}

@media screen and (max-width: 450px) {
    .main-search .btn span {
        display: none;
    }
}

.homepage-tinted {
    background-color: #f4f7fa;
}

.homepage-apps {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 30px;
}

/* apps stats */

.app-card img {
    width: 85px;
    height: 85px;
}

.app-card {
    padding-bottom: 15px;
    margin-bottom: 30px;
}


.app-card-body > * {
    margin-bottom: 10px;
}

.app-card-body > *:last-child {
    margin-bottom: 0px;
}

.app-card .media-left {
    padding-right: 15px;
}

.app-name {
    line-height: 1.3;
    font-family: "ProbaProBold", "SourceSansProBold";
    font-size: 100%;
    margin-bottom: 8px;
}

.app-name a {
    color: #333;
}

.app-category {
    display: inline-block;
}

.app-category a {
    display: block;
    border-radius: 15px;
    color: #656565;
    font-family: "ProbaProBold", "SourceSansProBold";
    border: 2px solid #d5deed;
    text-transform: uppercase;
    height: 28px;
    padding: 8px 15px;
    text-align: center;
    font-size: .625rem;
    letter-spacing: .2px;
    background-color: #fff;
}

.app-category a:hover {
    color: #aeaeae;
    text-decoration: none;
}

.app-rating {
    cursor: pointer;
    color: #2d5ca6;
}

.app-rating i {
    margin-right: 3px;
}

.apps-wrapper .media {
    margin-top: 0;
}


.app-list {
    margin-top: 30px;
}

.app-thread {
    padding-bottom: 30px;
    border-bottom: 1px solid #d5deed;
    margin-bottom: 30px;
}


.app-avatar img {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.app-avatar .image {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.homepage-apps .app-avatar .image {
    width: 80px;
    height: 80px;
}

.app-avatar {
    padding-right: 15px !important;
}


.app-list-rating {
    display: inline-block;
    border-radius: 15px;
    height: 28px;
    text-align: center;
    font-size: 14px;
    letter-spacing: .2px;
    padding-top: 5px;
}

.app-list-rating i {
    padding-right: 3px;
    color: #2d5ca6;
}

.app-head {
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid #d5deed;
}

.app-head .app-avatar img {
    width: 70px;
    height: 70px;
}

.app-head .app-avatar {
    padding-top: 0px;
}

.app-meta {
    display: inline-block;
    width: 60%;
}

.app-lead {
    display: inline-block;
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}

@media (max-width: 768px) {
    .app-card {
        margin-bottom: 30px;
    }

    .app-thread .media-body {
        overflow: initial;
    }

    .app-thread .thread-body {
        margin-left: -75px;
    }

    .app-list {
        margin-top: 20px;
    }

    .app-lead {
        float: none;
        margin-top: 0px;
        margin-left: 75px;
    }

    .app-lead .action .btn {
        border: none;
        padding-left: 0px;
        padding-top: 0px;
        font-size: 100%;
    }

    .app-lead .action .btn:hover {
        background-color: transparent;
        color: #23527c;
        border: none;
    }

    .app-meta {
        width: 100%;
    }

}
@media (max-width: 450px) {
    .app-card {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
}


.forum-post-body b {
    font-family: "ProbaProBold", "SourceSansProBold";
}

/* star rating */

.br-theme-fontawesome-stars .br-widget a {
    font: normal normal normal 16px/1 FontAwesome;
}

.br-theme-fontawesome-stars .br-widget a.br-selected:after {
    color: #2d5ca6;
}

.br-theme-fontawesome-stars .br-widget a.br-active:after {
    color: #2d5ca6;
  }

.br-theme-fontawesome-stars .br-widget {
    height: 22px;
}

.br-wrapper {
    display: inline-block;
}

/* star rating end */

/* legislation progress homepage */

.legislation-progress thead {
    background-color: #f4f7fa;
    font-family: "ProbaProRegular", "SourceSansPro" !important;
    font-weight: 400;
}

.legislation-progress .table>thead>tr>th {
    border-bottom: none;
    padding: 10px;
    padding-left: 15px;
}


.legislation-progress .table>tbody>tr>td {
    padding: 15px;
    vertical-align: middle;
    line-height: 2.7;
    border: none;
    border-bottom: 1px solid #C8CACE;
}

.legislation-progress .table>tbody>tr>td img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    margin-top: -3px;
}

td > * {
    vertical-align : middle;
}

.legislation-progress .table>tbody>tr>td > * {
    vertical-align : middle;
}

.legislation-progress b {
    font-family: "ProbaProBold", "SourceSansProBold";
}

.legislation-progress .progress {
    margin-bottom: 0px;
    height: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    background-image: none;
    background-color: #E3E5E8;

}

.legislation-progress .progress-bar {
    background-color: #2D5C9B;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    line-height: 24px;
}

.legislation-progress table tbody tr:nth-child(even) {
    background-color: transparent;
}

.dataset-rating {
    cursor: pointer;
    color: #2d5ca6;
}

.dataset-rating span {
    color: #333;
}

.dataset-rating i {
    margin-right: 3px;
}

@media screen and (max-width: 450px) {
    .homepage-datasets, .main-news, .homepage-search, .homepage-categories, .legislation-progress, .homepage-apps {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
    }

    .homepage-categories h4 {
        font-size: 100%;
    }

    .main-search input[type="text"] {
        height: 40px;
        font-size: 100%;
        padding-left: 15px;
    }

    .main-search .btn {
        width: 40px;
        height: 40px;
        line-height: 1.4;
        font-size: 15px;
    }

    .main-search .providers-search {
        margin-bottom: 0px;
    }

    .table-wrapper {
        font-size:90%;
    }
}

/* autocomplete */

.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c2d4f1;
    background: #FFF;
    cursor: default;
    overflow: auto;
    margin-top: 5px;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;}
.autocomplete-suggestion { padding: 10px 10px; white-space: nowrap; overflow: hidden; }
.autocomplete-suggestion .fa {margin-right: 5px; color: #939393}
.autocomplete-no-suggestion { padding: 5px 10px; white-space: nowrap; overflow: hidden;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

/* autocomplete end */

/* main search results */

.main-search-resuts .main-search {
    margin-bottom: 20px;
}

.search-results .main-search {
    margin-bottom: 10px;
}

.search-results .form-select {
    margin-bottom: 20px;
}

@media only screen and (min-width : 992px) {
    .search-results .form-select {
        float: right;
        position: relative;
        bottom: 5px;
        margin-bottom: 0;
    }

    .search-results .main-search {
        margin-bottom: 20px;
    }
}

.results-message {
    font-family: "ProbaProBold", "SourceSansProBold";
    font-size: 120%;
    line-height: 1.3;
    margin-bottom: 20px;
}
.results-message.empty-query {
    margin-bottom: 10px;
}

.organization-result {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d5deed;
}

.organization-result .image {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    font-size: 50px;
    color: #bbb;
}

.organization-result .media-body {
    padding-top: 2px;
}

.organization-name {
    margin-bottom: 4px;
    letter-spacing: 0px;
    line-height: 1.1;
    font-family: "ProbaProRegular", "SourceSansPro";
}

.organization-name a {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 1.3;

}

.search-results .dataset-heading a {
    color: #2d5ca6;
}

.search-results .dataset-heading {
    margin-bottom: 0;
}

.organisation-description, .dataset-description {
    color: #767676;
}

.main-search-resuts .nav-tabs {
    margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
    .search-results .media .pull-left {
        float: left !important;
    }
}


/* main search results end */

/* groups page start */

.groups-wrapper {
    padding-top:20px;
}

.group-body {
    padding-left: 55px;
}

.group-avatar {
    padding-right: 15px !important;
}

.group-avatar .image {
    top: 0px;
    left: 30px;
    position: absolute;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.group-body h3 {
    line-height: 1.3;
    font-family: "ProbaProBold", "SourceSansProBold";
    font-size: 110%;
    margin-bottom: 5px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.group-body h3 a {
    color: #333;
}

.group-meta {
    color: #818181;
}

.group-card {
    padding-left: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #C8CACE;
    margin-bottom: 40px;
    cursor: pointer;
    min-height: 60px;
}

.delete-group {
    position: absolute;
    top: 30px;
    left: 85px;
}

@media screen and (max-width: 480px){

    .group-name {
        font-size: 100%;
    }
}

@media (max-width: 768px) {
    .group-card {
        margin-bottom: 20px;
    }
}

/* groups page end */

/* publisher register start */


/* publisher register end */

/* feedback notifications */

.notification {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d5deed;
}

.notification h4, .notification p {
    font-size: 100%;
    margin-bottom: 10px;
    line-height: 1.5;
    letter-spacing: 0px;
}

.notification p b {
    font-family: "ProbaProBold", "SourceSansProBold";
}

.notification h4 span {
    font-family: "ProbaProRegular", "SourceSansPro";
}

.notification .message {
    color: #8f8f8f;
    font-size: 90%;
}

.notification .btn-group {
    position: absolute;
    top: 5px;
    right: 10px;
}

@media (max-width: 480px) {
    .notification .btn-group {
        display: none;
    }
}

#notifications-form textarea {
    max-height: 500px;
    margin-bottom: 15px;
}

.form-mb-25 {
    margin-bottom: 25px;
}

/* feedback notifications end */

/* legislation progress landing */

.legislation-progress-landing article {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #d5deed;
}

.legislation-progress-landing article h2 {
    flex: 1;
    font-size: 1.125rem;
    letter-spacing: 0px;
    line-height: 24px;
    padding: 20px;
    padding-left: 25px;
    background-color: #f4f7fa;
    margin-right: 30px;
}

.legislation-progress-landing article h2 a {
    cursor: pointer;
}

.legislation-progress-landing .progress-wrapper{
    flex: 2;
    padding-right: 20px;
}

.legislation-progress-landing .progress {
    width: 100%;
    margin-bottom: 0px;
    margin-bottom: 0px;
    height: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    background-image: none;
    background-color: #E3E5E8;
}

.legislation-progress-landing article header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.legislation-progress-landing .progress-bar {
    background-color: #2D5C9B;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    line-height: 24px;
}

.legislation-progress-landing .table {
    margin-bottom: 0px;
}

.legislation-progress-landing .table>thead>tr>th {
    border-top: 0;
    border-bottom: 1px solid #ddd;
    padding:15px;
    font-family: "ProbaProRegular", "SourceSansPro";
    font-size: 100%;
}

.legislation-progress-landing .table>thead>tr>th.rating {
    width: 150px;
}

.legislation-progress-landing .table>thead>tr>th:first-child {
    padding-left: 25px;
}

.legislation-progress-landing .table>tbody>tr>td {
    border-top: 0;
    border-bottom: 1px solid #ddd;
    padding:20px;
    vertical-align: middle;
}

.legislation-progress-landing .table>tbody>tr>td .fa {
    display: table-cell;
    position: relative;
    top: -2px;
    padding-right: 10px;
}

.legislation-progress-landing .table>tbody>tr>td .fa.fa-check {
    color: #2d5ca6;
}

.legislation-progress-landing .table>tbody>tr>td .fa.fa-circle {
    color: #f4f7fa;
}

.legislation-progress-landing .table>tbody>tr>td span {
    display: table-cell;
    vertical-align: middle;
}

.legislation-progress-landing .table>tbody>tr:last-child>td {
    border-bottom: 0;
}

.legislation-progress-landing .table>tbody>tr:last-child>td {
    padding-bottom: 0;
}

.legislation-progress-landing .table>tbody>tr>td:first-child {
    padding-left: 25px;
}

.legislation-progress-landing table thead tr {
    vertical-align: top;
    border-bottom: 0;
    background-color: #f4f7fa;
}

.legislation-progress-landing .table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 0;
}

.legislation-progress-landing table tbody tr:nth-child(even) {
    background-color: #fff;
}

.legislation-progress-landing .qa {
    font-size: 90%;
}

.legislation-progress-landing .qa .star-rating-stars .fa {
    padding-right: 5px;
}

.legislation-progress-landing .dataset-rating {
    cursor: initial;
}

@media (max-width: 768px) {
    .legislation-progress-landing article h2 {
        flex: 1;
        font-size: 1rem;
        padding: 10px;
        padding-left: 15px;
    }

    .legislation-progress-landing .progress-wrapper{
        flex: 1;

    }

    .legislation-progress-landing .table>thead>tr>th.rating {
        width: 100px;
        text-align: right;
    }

    .legislation-progress-landing .table>thead>tr>th {
        padding:10px;
    }

    .legislation-progress-landing .table>thead>tr>th:first-child {
        padding-left: 15px;
    }

    .legislation-progress-landing .table>tbody>tr>td {
        padding:10px;
    }

    .legislation-progress-landing .table>tbody>tr>td:first-child {
        padding-left: 15px;
    }

    .legislation-progress-landing article {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }


    .legislation-progress-landing .table>tbody>tr>td .visible-xs {
        text-align: right;
    }
}

@media (max-width: 480px) {
    .legislation-progress-landing .table>thead>tr>th.rating {
        width: 90px;
    }


    .legislation-progress .table>tbody>tr>td {
        line-height: 1.8;
    }
}

/* legislation brogress landing end */

/* roadmap landing */

.roadmap-landing article {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #d5deed;
}

.roadmap-landing article h2 {
    flex: 1;
    font-size: 1.125rem;
    letter-spacing: 0px;
    line-height: 24px;
    padding: 20px;
    padding-left: 25px;
    margin-right: 30px;
    background-color: #f4f7fa;
}

.roadmap-landing article h3 {
    font-size: 1rem;
    letter-spacing: 0px;
    line-height: 24px;
    padding: 15px;
    padding-left: 25px;
    background-color: #f4f7fa;
}

.roadmap-landing article h2 a {
    cursor: pointer;
}

.roadmap-landing .progress-wrapper{
    flex: 2;
    padding-right: 20px;
}

.roadmap-landing .progress {
    width: 100%;
    margin-bottom: 0px;
    margin-bottom: 0px;
    height: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    background-image: none;
    background-color: #E3E5E8;
}

.roadmap-landing article header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.roadmap-landing .progress-bar {
    background-color: #2D5C9B;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    line-height: 24px;
}

.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="1.0"],
.progress-bar[aria-valuenow="2"],
.progress-bar[aria-valuenow="2.0"] {
  min-width: 3%;
}

.progress-bar[aria-valuenow="0"],
.progress-bar[aria-valuenow="0.0"] {
  color: #23467E;
  min-width: 3%;
  background: transparent;
  box-shadow: none;
}

.roadmap-landing .table>thead>tr>th {
    border-top: 0;
    border-bottom: 1px solid #ddd;
    padding:15px;
    font-family: "ProbaProRegular", "SourceSansPro";
    font-size: 100%;
}

.roadmap-landing .table>thead>tr>th:first-child {
    padding-left: 25px;
}

.roadmap-landing .table>tbody>tr>td {
    border-top: 0;
    border-bottom: 1px solid #ddd;
    padding:20px;
}

.roadmap-landing .table>tbody>tr>td.mb-5 {
    padding-left: 20px !important;
    padding-bottom: 5px;
    border-bottom: none;
}

.roadmap-landing .table>tbody>tr>td.mt-5 {
    padding-left: 20px !important;
    padding-top: 5px;
    border-top: none;
}

.roadmap-landing .table>tbody>tr>td .fa {
    display: table-cell;
    position: relative;
    top: 1px;
    vertical-align: top;
}

.roadmap-landing .table>tbody>tr>td .fa.fa-check, .roadmap-landing .table>tbody>tr>td .fa.fa-spinner {
    color: #2d5ca6;
}

.roadmap-landing .table>tbody>tr>td .fa.fa-circle {
    color: #f4f7fa;
}

.roadmap-landing .table>tbody>tr>td span {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
}

.roadmap-landing .table>tbody>tr>td:first-child {
    padding-left: 25px;
}

.roadmap-landing table thead tr {
    vertical-align: top;
    border-bottom: 0;
    background-color: #d5deed;
}

.roadmap-landing .table>thead>tr>th {
    vertical-align: top;
    border-bottom: 0;
}

.roadmap-landing .table>thead>tr>th.timing {
    width: 150px;
}

.roadmap-landing table tbody tr:nth-child(even) {
    background-color: #fff;
}

.container-cell {
    padding: 0 !important;
}

.inner-table {
    width: 100%;
}

.inner-table .timing {
    width: 150px;
}

.inner-table>tbody>tr>td {
    padding: 20px;
    border-top: none;
}

@media (max-width: 768px) {
    .inner-table .timing {
        width: 90px;
    }

    .inner-table>tbody>tr>td {
        padding: 10px;
        border-top: none;
    }
}

@media (max-width: 768px) {
    .roadmap-landing article h2 {
        flex: 1;
        font-size: 1rem;
        padding: 10px;
        padding-left: 15px;
    }

    .roadmap-landing .progress-wrapper{
        flex: 1;

    }

    .roadmap-landing .table>thead>tr>th.rating {
        width: 100px;
        text-align: right;
    }

    .roadmap-landing .table>thead>tr>th {
        padding:10px;
    }

    .roadmap-landing .table>thead>tr>th:first-child {
        padding-left: 15px;
    }

    .roadmap-landing .table>tbody>tr>td {
        padding:10px;
    }

    .roadmap-landing .table>tbody>tr>td:first-child {
        padding-left: 15px;
    }

    .roadmap-landing article {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .roadmap-landing .table>thead>tr>th.timing {
        width: 90px;
    }

    .roadmap-landing .table>tbody>tr>td.mb-5 {
        padding-left: 10px !important;
    }

    .roadmap-landing .table>tbody>tr>td.mt-5 {
        padding-left: 10px !important;
    }

    .roadmap-landing article h3 {
        padding-left: 15px;
    }

}

@media (max-width: 480px) {
    .roadmap-landing .table>thead>tr>th.timing {
        width: 80px;
    }
}


/* roadmap landing end */

/* media hub  */

.media-hub .media-hub-item {
    position: relative;

    padding: 37px 10px 20px 97px;
}

.media-hub .media-hub-item .icon {
    left: 6px;
    top: 32px;
    position: absolute;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.media-hub .media-hub-item .title {
    display: block;
    line-height: 1.4;
    margin-bottom: 5px;
    letter-spacing: .2px;
    font-size: 110%;
    font-family: "ProbaProBold", "SourceSansProBold";
}

.media-hub .media-hub-item .description {
    line-height: 1.6;
    letter-spacing: .1px;
    font-size: 97%;
    padding-top: 3px;
}

.roadmap-icon {
    background-image: url(/images/icons/svg/roadmap.svg);
}

.progress-835-icon {
    background-image: url(/images/icons/svg/check-list.svg);
}

.methodical-materials {
    background-image: url(/images/icons/svg/book.svg);
}

@media screen and (max-width: 450px){


}

@media screen and (max-width: 992px) {

}

.link-lead {
    background-color: #f4f7fa;
    padding-top: 15px;
    padding-bottom: 15px;
}

.link-lead p {
    margin-bottom: 0 !important;
}
/* media hub end  */


/* dataset viewer */

@media (min-width: 768px){
    .module-resource {
        padding-top: 50px;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .module-resource {
        overflow: hidden;
    }
}

@media (max-width: 768px){
    .module-resource {
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 5px;
    }

    .module-resource .page-heading {
        -webkit-line-clamp: 3;
    }
}

.module-resource .nav-tabs > li > a {
    padding-right: 0;
}

.module-resource .page-heading {
    margin-bottom: 15px;
    max-height: 110px;
}

.module-resource .notes {
    margin-bottom: 20px;
}

.module-resource .file-name {
    margin-bottom: 10px;
}

.module-resource .modal {
    top: 20px;
}

.module-resource .actions {
    position: initial;
    float: none;
    margin-bottom: 15px;
}

.module-resource blockquote {
    color: #818181;
    line-height: 24px;
    margin-bottom: 5px;
}

.module-resource .muted.ellipsis {
    margin-bottom: 30px;
}

/* .table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: none;
} */

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 5px 10px;
}

.table-bordered>tbody>tr:last-child>td, .table-bordered>tbody>tr:last-child>th {
    border-bottom: none;
}

.table-bordered>tbody>tr>td:not(:first-child), .table-bordered>tbody>tr>th:not(:first-child), .table-bordered>thead>tr>td:not(:first-child), .table-bordered>thead>tr>th:not(:first-child) {
    border-left: 1px solid #ddd;
}

.table-striped tbody tr:nth-child(even) td, .table-striped tbody tr:nth-child(even) th {
    background-color: transparent;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}

table .toggle-show-more {
    background-color: #fff !important;
}

/* dataset viewer end */

/* requested datasets */

.requested-datasets {
    margin-top: 30px;
}

.requested-datasets article {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d5deed;
}

.requested-datasets article .voting {
    position: absolute;
    top: 4px;
    left: 10px;
}

.requested-datasets-body {
    padding-left: 75px;
}

.requested-datasets-body h4 {
    font-size: 100%;
    font-family: "ProbaProRegular", "SourceSansPro";
    letter-spacing: 0px;
    margin-bottom: 5px;
}

.requested-datasets-body p {
    margin-bottom: 5px;
}

.requested-datasets-body h4 .badge {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.requested-datasets-body h4 .fa-comments {
    margin-left: 5px;
}

.requested-datasets-body h4 .badge.approved {
    background-color: #2d5ca6;
}

.requested-datasets-body .description {
    color: #818181;
    /* font-size: 90%; */
    line-height: 22px;
}

.requested-datasets-body .admin-content {
    margin-top: 7px;
}

.requested-datasets-body .admin-content .visability-btn {
    margin-bottom: 10px;
}

.requested-datasets-body form .form-actions {
    border-top: none;
    padding-top: 5px;
}

.requested-datasets-body .form-actions .btn {
    margin-left: 5px;
}

.requests-form select {
    width: 150px;
}

.requests-form {
    float: right;
    margin-bottom: 15px;
    margin-top: -4px;
}

@media (max-width: 768px){
    .requests-form {
        float: none;
    }
}

.vote-icon {
    display: inline-block;
    font-size: 90%;
    color: #AFAFAF;
    margin-right: 5px;
}

.vote-icon.voted {
    color: #2d5ca6;
}

@media (min-width: 992px) {
    /*
    .requested-datasets-body form {
        width: 500px;
    }
    */
}

/* requested datasets end */

/* modify datasets page */

.context-info h1.heading {
    font-family: "ProbaProBold", "SourceSansProBold";
}


.context-info .nums dl dd {
    font-size: 100%;
}

.context-info .nums dl dd > * {
    margin-right: 5px;
}

.context-info .nums dl dd span {
    font-size: 130%;
}

/* modify datasets page end */

/* dataset void button */
.vote-btn { width: 200px; }
.vote-btn i { font-size: 100%; vertical-align:2px; cursor: pointer; color: #AFAFAF; }
.vote-btn.disabled-vote i { cursor: default; }
.vote-btn i.voted { cursor: default; color: #2d5ca6; }
/* dataset void button and */

/* qa */

.star-rating-stars .fa-star {
    color: #2d5ca6;
    font-size: 110%;
    margin-right: 5px;
}

.star-rating-stars .fa-star.empty-star {
    color: #AFAFAF;
}

.module-heading .icon-eye-open {
    display: none;
}

/* qa end */

/* datapackage upload form */

#datapackage-upload-form .form-group .control-label {
    margin-bottom: 10px;
    font-family: "ProbaProBold", "SourceSansProBold";
    color: #273043;
    font-size: 100%;
}

#datapackage-upload-form .image-upload .download-controls > a:last-child {
    display: none !important;
}

#datapackage-upload-form .form-group label.error {
    display: block;
}

@media (min-width: 992px) {
    #datapackage-upload-form {
        width: 75%;
    }
}

/* datapackage upload form end */

/* admin controls  */

.admin-controls article {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d5deed;
}

.admin-controls article h5 {
    letter-spacing: 0px;
    margin-bottom: 3px;
}

.admin-controls article h5 span {
    font-family: "ProbaProRegular", "SourceSansPro";
}

.admin-controls article p {
    margin-bottom: 3px;
}

.admin-controls article .btn-group {
    padding-top: 5px;
}

/* admin controls end  */

/* overall activity */

.overall-activity  {
    padding-top: 20px;
}

.overall-activity article p {
    margin-bottom: 5px;
}

.overall-activity article {
    position: relative;
    padding-left: 65px;
    margin-bottom: 40px;
}

.overall-activity article:before {
    content: "";
    display: block;
    width: 1px;
    height: 150%;
    position: absolute;
    left: 31px;
    top: 15px;
    background-color: #eef0f3;
}

.overall-activity article:last-of-type:before {
    display: none;
}

.overall-activity article .activity-type {
    position: absolute;
    top: -5px;
    left: 15px;
    width: 33px;
    height: 33px;
    padding: 6px;
    border: 2px solid #d5deed;
    background-color: #fff;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    text-align: center;
}

.overall-activity article .activity-type .fa {
    display: inline-block;
    vertical-align: middle;
    color: #757575;
}

@media screen and (max-width: 450px) {
    .overall-activity article {
        padding-left: 50px;
    }

    .overall-activity article:before {
        left: 23px;
    }

    .overall-activity article .activity-type {
        left: 7px;
    }
}

/* overall activity end */

/* modify general activity */

.activity {
    background: none;
    position: relative;
}

.activity:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 26px;
    top: 0px;
    background-color: #eef0f3;
}

.activity .item {
    margin-bottom: 20px;
}

.activity .item p {
    margin-left: 60px;
}

.activity .item .actor .gravatar {
    display: none;
}


.activity .item .icon {
    border: 2px solid #d5deed;
    background-color: #fff !important;
    width: 33px;
    height: 33px;
    line-height: 28px;
    left: 10px;
    text-align: center;
    color: #757575;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

/* modify general activity end */

/* data gov modal */

.icon-xs {
    position: absolute;
    background-color: #2669e3;
    height: 20px;
    width: 10px;
    top: -5px;
    left: 75px;
}

.icon-xs::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 10px;
    background-color: #ffe358;
}

#govModal .modal-dialog {
    background-color: #31486c;
    border: none;
}

#govModal.modal {
    border: none;
    border-radius: 0px;
    background-color: #31486c;
    text-align: left;
}

#govModal .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: #31486c;
    color: #fff;
}

#govModal .modal-header {
    border-bottom: none;
}


#govModal .close {
    position: absolute;
    top: 10px;
    right: 12px;
    color: #fff;
    text-shadow: none;
}

#govModal .modal-body ul {
    margin-bottom: 20px
}

#govModal .modal-body ul li {
    margin-bottom: 10px;
}

#govModal .modal-body ul li a {
    color: #fff;
}

#govModal .modal-additional {
    display: block;
    color: #fff;
}

#govModal .modal-additional a {
    display: block;
    margin-top: 50px;
    color: #fff;
}

@media (min-width: 768px) {
    #govModal .modal-dialog {
        width: 100%;
        margin: 0px
    }

    #govModal .modal-content {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
    }

    #govModal {
        max-width: 697px;
    }

    #govModal .modal-body  {
        padding-left: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 450px){
    .icon-xs {
        left: 62px;
    }
    #govModal .modal-body  {
        padding-bottom: 40px;
    }
}

/* data gov modal end */

/* API modal */
@media (min-width: 768px) {
    .modal.api-wider {
        width: 700px;
        margin-left: -350px;
    }
}

.modal.api-wider {
    text-align: left;
}

.modal.api-wider p {
    margin-bottom: 10px;
}

.modal.api-wider pre, .modal.api-wider code {
    font-size: 90%;
}

.modal.api-wider .modal-body {
    max-height: 85vh;
}

.modal.api-wider .panel {
    margin-bottom: 10px;
}

/* API modal end */

/* filter results mobile */

@media (max-width: 768px){
    .js body.filters-modal .sidebar .filters {
        display: block;
        z-index: 1010;
    }

    .js [role=main] .sidebar .filters {
        display: none;
        position: fixed;
        overflow: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        padding: 10px;
        background-color: #000000;
        background-color: rgba(0,0,0,0.5);
    }

    .js [role=main] .sidebar .filters>div {
        background-color: #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        overflow: hidden;
    }
    .js body.filters-modal .sidebar .filters .hide-filters {
        display: inline-block;
        position: absolute;
        top: 14px;
        right: 17px;
        opacity: 0.6;
        font-size: 24px;
    }
}

/* filter results mobile end */

/* old portal highlight*/
.portal-info-message .alert {
    background-color: #FEF0AF;
    color: #5E531C;
    border-radius: 0;
    border: none;
    margin-bottom: 0px;
    text-shadow: none;
}
/* old portal highlight end*/
