.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
.align-center {
  text-align: center !important;
}
.valign-top {
  vertical-align: top !important;
}
.valign-bottom {
  vertical-align: bottom !important;
}
.valign-center {
  vertical-align: middle !important;
}
.top-menu-offline {
  color: #fff;
}
.top-menu-offline a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
#homepageLoginForm .form-actions {
  color: InfoText;
}
#homepageLoginForm .form-actions a {
  color: InfoText;
  text-decoration: underline;
}
#homepageLoginForm #form_submit {
  float: none !important;
}
.form-group-translatable .form-control {
  display: none;
}
.form-lang-switch {
  display: inline-block;
  vertical-align: top;
}
.form-lang-switch img {
  cursor: pointer;
}
.form-lang-switch-all {
  display: none;
}
.profile-sidebar {
  width: auto;
  margin-right: 0;
  float: none;
}
.gallery-thumbnail-container {
  width: 100%;
  height: 200px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.gallery-thumbnail-container img {
  display: none;
}
.links-list a {
  color: inherit !important;
}
#search {
  color: #222;
}
.staticpageblue .portlet.light {
  background-color: #39539e;
  color: #fff;
  font-size: 15px;
}
.staticpageblue h2 {
  font-size: inherit;
  font-weight: inherit;
}
.smstobesent {
  margin-left: 90px;
  padding: 10px 5px;
}
.smstobesent .counter {
  font-weight: bold;
}
.charCounter,
.smsCounter {
  margin-bottom: 5px;
}
#modal .smsCounter {
  font-weight: bold;
}
.tabbable-custom {
  overflow: scroll !important;
}
.container {
  width: 95%;
  min-width: 95%;
}
.page-header .page-header-top .menu-toggler {
  background-color: black;
}
button[name="refreshState"]:hover {
  transform: scale(1.1);
  transition: .3s;
}


#print{
  margin-left: 15px;
  border: 1px solid #ddd;
  padding: 5px;
  text-decoration: none;
}
#print:hover{
  border:1px dashed #000;
  transition: .5s;
}