/*@menugray: #DEE5DE;*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(../Content/fonts/OpenSans-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../Content/fonts/OpenSans-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../Content/fonts/OpenSans-Semibold.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../Content/fonts/OpenSans-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(../Content/fonts/OpenSans-ExtraBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(../Content/fonts/OpenSans-LightItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(../Content/fonts/OpenSans-Italic.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(../Content/fonts/OpenSans-SemiboldItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(../Content/fonts/OpenSans-BoldItalic.ttf) format('truetype');
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}
@media (max-width: 767px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
  }
}
.navbar-sais {
  border: 0;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  -webkit-border-radius: 0;
  margin-bottom: 0;
  min-height: 129px;
}
.navbar-sais > .container {
  margin: 15px auto;
  padding: 0;
}
.navbar-sais > .container .collapse {
  padding-right: 0;
}
.navbar-sais > .container .collapse.in {
  padding: 36px;
  background: #fff;
  border-color: transparent;
}
@media (max-width: 767px) {
  .navbar-sais > .container .collapse {
    display: block;
    visibility: visible;
    border: 0;
  }
  .navbar-sais > .container .collapse .navbar-nav {
    margin: 0;
    margin-left: 16px;
  }
  .navbar-sais > .container .collapse .navbar-nav li a {
    line-height: 20px;
    margin: 0;
    padding: 0;
    padding-bottom: 6px;
  }
  .navbar-sais > .container .collapse .navbar-nav li .dropdown-menu {
    margin-left: 10px;
  }
}
.navbar-sais > .container .navbar-brand {
  padding: 28px 15px;
}
@media (max-width: 767px) {
  .navbar-sais > .container .navbar-brand {
    margin-left: 16px !important;
    margin-right: 0;
    padding: 0 14px;
  }
  .navbar-sais > .container .navbar-brand img {
    max-height: 24px;
  }
}
.navbar-sais .nav {
  margin-top: 10px;
}
.navbar-sais .nav li a {
  font-size: 13px;
  color: #3A3A3A;
  line-height: 50px;
  cursor: pointer;
}
.navbar-sais .nav li a strong {
  color: #545454;
  font-size: 12px;
}
.navbar-sais .nav li a:hover {
  text-decoration: underline;
}
.navbar-sais .nav li.open > a {
  background: transparent !important;
}
.navbar-sais .nav li.shadow {
  background: url('img/navbar-button-bg.png') no-repeat 100% 50%;
  margin-right: 20px;
}
.navbar-sais .nav li.shadow form {
  padding: 15px;
}
.navbar-sais .navbar-right:last-child {
  margin-right: -20px;
}
.navbar-sais #logoutForm {
  height: 44px;
}
.navbar-sais form[role="search"] {
  padding-top: 15px;
}
.navbar-sais form[role="search"] .input-group {
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.08);
  background: #E9EEEA;
}
.navbar-sais form[role="search"] .input-group input,
.navbar-sais form[role="search"] .input-group button {
  background: transparent;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.navbar-sais form[role="search"] .input-group button span {
  color: #3A3A3A;
  font-size: 10px;
  font-weight: 600;
}
.navbar-sais-test {
  background: #4b0808;
  min-height: 0px;
}
.navbar-sais-test .navbar-brand {
  padding-top: 28px !important;
  padding-left: 10px !important;
}
.navbar-sais-test .container {
  margin: 0px auto;
}
.navbar-sais-test .navbar-nav {
  margin-top: 0px;
}
.navbar-sais-test .shadow {
  background: linear-gradient(90deg, #4b0808 0%, #500000 63%, #640000 100%) !important;
}
.navbar-sais-test a {
  color: #fff !important;
}
.navbar-sais-test .dropdown-menu li a {
  color: #3A3A3A !important;
}
.navbar-sais-test .dropdown-menu .active > a,
.navbar-sais-test .dropdown-menu .active > a:hover,
.navbar-sais-test .dropdown-menu .active > a:focus {
  color: #fff !important;
}
.navbar-sais-test-public #logoutForm {
  height: auto;
}
.mainmenu {
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .mainmenu {
    margin-bottom: 0;
  }
}
.mainmenu .container {
  background: #fff;
  padding: 0;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}
.mainmenu .container .nav-pills > li + li {
  margin-left: 0;
}
.mainmenu .container .nav-pills li {
  cursor: pointer;
}
.mainmenu .container .nav-pills li:hover > a {
  text-shadow: 1px 1px 2px #fff;
}
.mainmenu .container .nav-pills li > a {
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 34px 34px;
  font-size: 22px;
  font-weight: 400;
  color: #444;
}
.mainmenu .container .nav-pills li > a .badge {
  background: #056526;
  min-height: 30px;
  min-width: 34px;
  border-radius: 100%;
  color: #fff;
  padding: 12px;
  font-size: 10px;
  margin-bottom: -8px;
  text-shadow: none;
}
@media (max-width: 767px) {
  .mainmenu .container .nav-pills li > a {
    padding: 12px 18px;
    font-size: 18px;
  }
}
.mainmenu .container .nav-pills li.active > a {
  background: #0EB742;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.mainmenu .container .nav-pills.compressed-menu li > a {
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 22px 22px;
  font-size: 17px;
  font-weight: 400;
  color: #444;
}
.mainmenu .container .nav-pills.compressed-menu li:hover > a {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAkCAYAAABxE+FXAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAPfSURBVFhHbdZZbtxADEVR7X+Bnnu0M25CwangCkwjHzSnx0eyuiR5O32d9sv3y/75+3Pp1+vr0uT87bxff1z3t9vb/n5/X7nwbHEixocnsET89vO2f3x+LJuIh9ki4Gj0cnk5ChUR/tQapYk4jgaWayg+LdcAeshvEZIaVkhP0ojViBE+DSdOns/PKw5frob5cmvzSGsMoHlHWUM23WDViDm18kQejh0mHK3H9nR6WkWAptNQYRJRR91gYury2Yma+ORrFl4c1zp2QBMFbKOOil0hv2a0XDU178TCxUuqp9excwBIJIFrgFCeFptxOsKZ47dlA9LuBMxW8ZxWkUbZkct7JOka9VvTcWko17CkRdTV559HrUazuGnZDaQ4QSympstEhxMX87zTLanXhhx4TtSmNWbL0xUXM1DE4vdf99WQLYajoeOsfh07IzCbVlCxWKeSeEpgxOdAbHlxYpDyNFFn4c0f4BoB5c+mjw3ke0xJ24njrIFYfGKkXuvdzggwbbkIa2wY2gBuLb+6hiDFq23rOPxU6zdvk0A1QB5xAvNoT92HRJ3NxUhLzKHWba+BYwRi07Oo2yxns3RbJvBwbLk5mFy88ltJBZoooGsq5zRofjg+iTDpaLMnv4aT73jJSDTdoy3PN1gvmQZs+8jFGyBcN77Gca8LV7OKa1QxqUmFYcn8hDZE+bDVT7517BzFAU3n4siJA8pVzBYnmnXJSAOwYXHVkOCP6/hnghMwoprQBHEDtVlvM9LTEWZyiDd8y6zmFfTWqpl4JHObqQ1Bq1fTyYklsA2BH5Y+vue0LdgRdRJzE0XiYnQNGyIuOVhD8xs+jPr1m3eENaUVAipi59dcvKZqSJhwcRIxWiz8sXmvSqKwIj5dATwimsDWlO7m+7qVg+u0iBj/+J4jfmyOpAslzlcUXrzjleM3oDhdHWngTvN4vQIrlKAjUdRjV4xN2kAsnganccnT5ToZS62XDIAGAHzFbCCkgArnBo4Vjp/uRNhzibZXNzHHVy1yAIKQdOwVzoadVuQWwBOHvHhSHEbduu0Mk0bCb7rI58RI1TUAjTBdk6Qejrw6POs3r6hGdI2KRzRzBnYys0nESfxsGH74rd+aNH0XRIFGvmTTp8NGmi5GO5WOPkw2ng1JRy4YaJ4AoqknSUPQkVYfR3kiJ2ao9Q9kRTV2lJEopKetRh6ZBg0gTjcUbDk2LLunZ912wf89ag3QBkS8IdPwXSY+sZl87wjNGiSedeEEI684UgID3BB02+fT87GsMY1LD5rfAGvzSOaxzYuI1OcWVhyOTTQmbQUfH79GpOH+4i/7H5Xot7vWksJkAAAAAElFTkSuQmCC);
  text-shadow: 1px 1px 2px #fff;
}
.mainmenu .container .nav-pills.compressed-menu li.preactive > a {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAkCAYAAABxE+FXAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAPfSURBVFhHbdZZbtxADEVR7X+Bnnu0M25CwangCkwjHzSnx0eyuiR5O32d9sv3y/75+3Pp1+vr0uT87bxff1z3t9vb/n5/X7nwbHEixocnsET89vO2f3x+LJuIh9ki4Gj0cnk5ChUR/tQapYk4jgaWayg+LdcAeshvEZIaVkhP0ojViBE+DSdOns/PKw5frob5cmvzSGsMoHlHWUM23WDViDm18kQejh0mHK3H9nR6WkWAptNQYRJRR91gYury2Yma+ORrFl4c1zp2QBMFbKOOil0hv2a0XDU178TCxUuqp9excwBIJIFrgFCeFptxOsKZ47dlA9LuBMxW8ZxWkUbZkct7JOka9VvTcWko17CkRdTV559HrUazuGnZDaQ4QSympstEhxMX87zTLanXhhx4TtSmNWbL0xUXM1DE4vdf99WQLYajoeOsfh07IzCbVlCxWKeSeEpgxOdAbHlxYpDyNFFn4c0f4BoB5c+mjw3ke0xJ24njrIFYfGKkXuvdzggwbbkIa2wY2gBuLb+6hiDFq23rOPxU6zdvk0A1QB5xAvNoT92HRJ3NxUhLzKHWba+BYwRi07Oo2yxns3RbJvBwbLk5mFy88ltJBZoooGsq5zRofjg+iTDpaLMnv4aT73jJSDTdoy3PN1gvmQZs+8jFGyBcN77Gca8LV7OKa1QxqUmFYcn8hDZE+bDVT7517BzFAU3n4siJA8pVzBYnmnXJSAOwYXHVkOCP6/hnghMwoprQBHEDtVlvM9LTEWZyiDd8y6zmFfTWqpl4JHObqQ1Bq1fTyYklsA2BH5Y+vue0LdgRdRJzE0XiYnQNGyIuOVhD8xs+jPr1m3eENaUVAipi59dcvKZqSJhwcRIxWiz8sXmvSqKwIj5dATwimsDWlO7m+7qVg+u0iBj/+J4jfmyOpAslzlcUXrzjleM3oDhdHWngTvN4vQIrlKAjUdRjV4xN2kAsnganccnT5ToZS62XDIAGAHzFbCCkgArnBo4Vjp/uRNhzibZXNzHHVy1yAIKQdOwVzoadVuQWwBOHvHhSHEbduu0Mk0bCb7rI58RI1TUAjTBdk6Qejrw6POs3r6hGdI2KRzRzBnYys0nESfxsGH74rd+aNH0XRIFGvmTTp8NGmi5GO5WOPkw2ng1JRy4YaJ4AoqknSUPQkVYfR3kiJ2ao9Q9kRTV2lJEopKetRh6ZBg0gTjcUbDk2LLunZ912wf89ag3QBkS8IdPwXSY+sZl87wjNGiSedeEEI684UgID3BB02+fT87GsMY1LD5rfAGvzSOaxzYuI1OcWVhyOTTQmbQUfH79GpOH+4i/7H5Xot7vWksJkAAAAAElFTkSuQmCC);
}
.mainmenu .container .nav-pills.compressed-menu li.active > a {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAkCAYAAABxE+FXAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAPfSURBVFhHbdZZbtxADEVR7X+Bnnu0M25CwangCkwjHzSnx0eyuiR5O32d9sv3y/75+3Pp1+vr0uT87bxff1z3t9vb/n5/X7nwbHEixocnsET89vO2f3x+LJuIh9ki4Gj0cnk5ChUR/tQapYk4jgaWayg+LdcAeshvEZIaVkhP0ojViBE+DSdOns/PKw5frob5cmvzSGsMoHlHWUM23WDViDm18kQejh0mHK3H9nR6WkWAptNQYRJRR91gYury2Yma+ORrFl4c1zp2QBMFbKOOil0hv2a0XDU178TCxUuqp9excwBIJIFrgFCeFptxOsKZ47dlA9LuBMxW8ZxWkUbZkct7JOka9VvTcWko17CkRdTV559HrUazuGnZDaQ4QSympstEhxMX87zTLanXhhx4TtSmNWbL0xUXM1DE4vdf99WQLYajoeOsfh07IzCbVlCxWKeSeEpgxOdAbHlxYpDyNFFn4c0f4BoB5c+mjw3ke0xJ24njrIFYfGKkXuvdzggwbbkIa2wY2gBuLb+6hiDFq23rOPxU6zdvk0A1QB5xAvNoT92HRJ3NxUhLzKHWba+BYwRi07Oo2yxns3RbJvBwbLk5mFy88ltJBZoooGsq5zRofjg+iTDpaLMnv4aT73jJSDTdoy3PN1gvmQZs+8jFGyBcN77Gca8LV7OKa1QxqUmFYcn8hDZE+bDVT7517BzFAU3n4siJA8pVzBYnmnXJSAOwYXHVkOCP6/hnghMwoprQBHEDtVlvM9LTEWZyiDd8y6zmFfTWqpl4JHObqQ1Bq1fTyYklsA2BH5Y+vue0LdgRdRJzE0XiYnQNGyIuOVhD8xs+jPr1m3eENaUVAipi59dcvKZqSJhwcRIxWiz8sXmvSqKwIj5dATwimsDWlO7m+7qVg+u0iBj/+J4jfmyOpAslzlcUXrzjleM3oDhdHWngTvN4vQIrlKAjUdRjV4xN2kAsnganccnT5ToZS62XDIAGAHzFbCCkgArnBo4Vjp/uRNhzibZXNzHHVy1yAIKQdOwVzoadVuQWwBOHvHhSHEbduu0Mk0bCb7rI58RI1TUAjTBdk6Qejrw6POs3r6hGdI2KRzRzBnYys0nESfxsGH74rd+aNH0XRIFGvmTTp8NGmi5GO5WOPkw2ng1JRy4YaJ4AoqknSUPQkVYfR3kiJ2ao9Q9kRTV2lJEopKetRh6ZBg0gTjcUbDk2LLunZ912wf89ag3QBkS8IdPwXSY+sZl87wjNGiSedeEEI684UgID3BB02+fT87GsMY1LD5rfAGvzSOaxzYuI1OcWVhyOTTQmbQUfH79GpOH+4i/7H5Xot7vWksJkAAAAAElFTkSuQmCC);
  color: #0FB845 !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  text-shadow: none;
}
.mainmenu .container .nav-pills.compressed-menu li.muted > a {
  color: #ccc !important;
  text-shadow: none;
  background: #fff;
  cursor: default;
}
.mainmenu .container .menutree {
  position: relative;
}
.mainmenu .container .menutree .menutree-inner {
  position: relative;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAkCAYAAABxE+FXAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAPfSURBVFhHbdZZbtxADEVR7X+Bnnu0M25CwangCkwjHzSnx0eyuiR5O32d9sv3y/75+3Pp1+vr0uT87bxff1z3t9vb/n5/X7nwbHEixocnsET89vO2f3x+LJuIh9ki4Gj0cnk5ChUR/tQapYk4jgaWayg+LdcAeshvEZIaVkhP0ojViBE+DSdOns/PKw5frob5cmvzSGsMoHlHWUM23WDViDm18kQejh0mHK3H9nR6WkWAptNQYRJRR91gYury2Yma+ORrFl4c1zp2QBMFbKOOil0hv2a0XDU178TCxUuqp9excwBIJIFrgFCeFptxOsKZ47dlA9LuBMxW8ZxWkUbZkct7JOka9VvTcWko17CkRdTV559HrUazuGnZDaQ4QSympstEhxMX87zTLanXhhx4TtSmNWbL0xUXM1DE4vdf99WQLYajoeOsfh07IzCbVlCxWKeSeEpgxOdAbHlxYpDyNFFn4c0f4BoB5c+mjw3ke0xJ24njrIFYfGKkXuvdzggwbbkIa2wY2gBuLb+6hiDFq23rOPxU6zdvk0A1QB5xAvNoT92HRJ3NxUhLzKHWba+BYwRi07Oo2yxns3RbJvBwbLk5mFy88ltJBZoooGsq5zRofjg+iTDpaLMnv4aT73jJSDTdoy3PN1gvmQZs+8jFGyBcN77Gca8LV7OKa1QxqUmFYcn8hDZE+bDVT7517BzFAU3n4siJA8pVzBYnmnXJSAOwYXHVkOCP6/hnghMwoprQBHEDtVlvM9LTEWZyiDd8y6zmFfTWqpl4JHObqQ1Bq1fTyYklsA2BH5Y+vue0LdgRdRJzE0XiYnQNGyIuOVhD8xs+jPr1m3eENaUVAipi59dcvKZqSJhwcRIxWiz8sXmvSqKwIj5dATwimsDWlO7m+7qVg+u0iBj/+J4jfmyOpAslzlcUXrzjleM3oDhdHWngTvN4vQIrlKAjUdRjV4xN2kAsnganccnT5ToZS62XDIAGAHzFbCCkgArnBo4Vjp/uRNhzibZXNzHHVy1yAIKQdOwVzoadVuQWwBOHvHhSHEbduu0Mk0bCb7rI58RI1TUAjTBdk6Qejrw6POs3r6hGdI2KRzRzBnYys0nESfxsGH74rd+aNH0XRIFGvmTTp8NGmi5GO5WOPkw2ng1JRy4YaJ4AoqknSUPQkVYfR3kiJ2ao9Q9kRTV2lJEopKetRh6ZBg0gTjcUbDk2LLunZ912wf89ag3QBkS8IdPwXSY+sZl87wjNGiSedeEEI684UgID3BB02+fT87GsMY1LD5rfAGvzSOaxzYuI1OcWVhyOTTQmbQUfH79GpOH+4i/7H5Xot7vWksJkAAAAAElFTkSuQmCC);
  box-shadow: inset 0 -10px 10px -10px #ccd8cf;
  padding: 18px;
  width: 100%;
}
.mainmenu .container .menutree .menutree-inner ul {
  padding: 0;
}
.mainmenu .container .menutree .menutree-inner ul li {
  list-style: none;
  padding: 4px;
}
.mainmenu .container .menutree .menutree-inner ul li:hover {
  background: #CBD7CD;
}
.mainmenu .container .menutree .menutree-inner ul li a {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  color: #585858;
  font-weight: 600;
}
.mainmenu .container .menutree .menutree-inner ul li a.active {
  color: #0FB845;
}
.mainmenu .container .menutree .menutree-inner ul li a.muted {
  color: #bbb;
  text-decoration: none;
  cursor: default;
}
.submenu {
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .submenu {
    margin-bottom: 2px;
  }
}
.submenu .container {
  padding: 3px;
}
.submenu .container .nav-pills > li + li {
  margin-left: 20px;
}
.submenu .container .nav-pills li {
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .submenu .container .nav-pills li {
    margin-left: 0 !important;
    margin-bottom: 2px;
  }
}
.submenu .container .nav-pills li > a {
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 20px 50px;
  font-size: 20px;
  font-weight: 300;
  color: #444;
  background: #fff;
}
@media (max-width: 767px) {
  .submenu .container .nav-pills li > a {
    padding: 14px 20px;
    font-size: 16px;
    margin-right: 2px;
  }
}
.submenu .container .nav-pills li:hover > a {
  text-shadow: 1px 1px 2px #fff;
}
.submenu .container .nav-pills li.active > a {
  background: #0EB742;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
html {
  overflow-y: scroll;
}
body {
  background: url('img/footer-bg.png');
}
.bg-image {
  background: url('img/bg.png') 50% 0;
  height: 630px;
  margin-bottom: -600px;
}
@media (max-width: 767px) {
  .bg-image {
    margin-bottom: -616px;
  }
}
a {
  color: #0EB742;
}
.body {
  min-height: 450px;
}
.body .container {
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 60px;
  background: #fff;
  box-shadow: 1px 1px 15px rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: 1px 1px 15px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: 1px 1px 15px rgba(255, 255, 255, 0.05);
}
@media (max-width: 767px) {
  .body .container {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.body .container h1 {
  color: #444;
  font-weight: 300;
  font-size: 36px;
  line-height: 52px;
  padding-bottom: 8px;
  margin-bottom: 6px;
  border-bottom: 1px solid #EFEFF0;
}
.body .container h2 {
  color: #444;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  border-bottom: 1px solid #EFEFF0;
  padding-bottom: 4px;
}
.body .container h2.table-header {
  margin-bottom: 6px;
  border-bottom: 0;
}
.body .container h3 {
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.body .container h3.text-hairline {
  font-weight: 600;
}
.body .container .first-content-row {
  margin-bottom: 22px;
  margin-top: 22px;
}
.body .container.content-page {
  font-size: 14px;
  text-align: justify;
  line-height: 24px;
}
.body .container.content-page .contact-list li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.body .container.nopadding {
  padding-left: 0;
  padding-right: 0;
}
.validation-summary-errors ul {
  margin-bottom: 0;
}
.form-group {
  margin-bottom: 4px;
}
.form-group .checkbox-inline input[type="checkbox"] {
  margin-left: -14px;
}
.form-group.required .control-label:after {
  content: "*";
  padding-left: 2px;
  font-weight: bold;
  color: red;
}
.form-control {
  height: 30px;
  padding: 4px 10px;
  font-size: 13px;
}
.form-horizontal .control-label {
  text-align: left;
  color: #444;
  font-size: 12px;
}
.form-horizontal .form-control {
  background: #E9EEEA;
  color: #000;
  border-radius: 0;
  -webkit-border-radius: 0;
  border: 0;
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
}
.form-horizontal .form-control::-webkit-input-placeholder {
  color: #888;
}
.form-horizontal .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #888;
}
.form-horizontal .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #888;
}
.form-horizontal .form-control:-ms-input-placeholder {
  color: #888;
}
.form-horizontal .form-control + .calendar-btn,
.form-horizontal .form-control + .time-btn {
  display: block;
  position: absolute;
  width: 22px;
  padding: 6px;
  right: 20px;
  top: 0;
  height: 20px;
  line-height: 24px;
  color: #444;
  cursor: pointer;
}
.form-horizontal.form-condensed .form-group {
  margin-bottom: 3px;
}
.btn.btn-bolder {
  font-weight: 700;
}
.btn.btn-bolder .saisicon-down-open-big {
  font-weight: 700;
}
.icon-tooltip-sais {
  padding-left: 7px;
  vertical-align: bottom;
  line-height: 18px;
  font-size: 16px;
}
.btn-sais {
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.btn-sais.btn-lg {
  padding: 20px 34px;
  float: right;
}
.btn-sais,
.btn-sais:hover,
.btn-sais:focus,
.btn-sais:active,
.btn-sais.active {
  background: #0EB742;
  color: #fff;
}
.btn-sais.ng-hide + .btn-sais {
  margin-right: 0;
}
.btn-sais.btn-sais-secondary {
  background: #E9EEEA;
  color: #3A3A3A;
}
.btn-sais.btn-sais-danger {
  background: #E53738;
}
.btn-sais.btn-sais-cancel {
  background: #5C5857;
}
.btn-sais.btn-shadow {
  -moz-box-shadow: inset 0 0 6px #000000;
  -webkit-box-shadow: inset 0 0 6px #000000;
  box-shadow: inset 0 0 6px #000000;
}
.btn-sais-link {
  border: 0;
  border-radius: 0;
  font-size: 13px;
  text-align: center;
  padding: 6px 12px;
  display: inline-block;
  background: #E9EEEA;
  color: #3A3A3A;
  font-weight: 600;
}
.table-condensed .btn-sais {
  font-size: 12px;
}
.lov {
  list-style: none;
  padding: 0;
  margin-top: 6px;
}
.lov li {
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0 8px;
  float: left;
  font-style: italic;
  font-size: 13px;
}
.lov li button {
  margin-left: 6px;
}
.lov li + li {
  border-left: 1px solid #EFEFF0;
}
.table {
  font-size: 13px;
}
.table > tr > th,
.table > thead > tr > th {
  background: #E9EEEA;
  padding: 10px 10px 10px;
  border-bottom: 0;
  text-align: left;
  vertical-align: top;
}
.table > tr > td,
.table > tbody > tr > td {
  border-top: 0;
  border-bottom: 1px solid #EFEFF0;
  padding: 10px 10px 10px;
}
.table td.table-actions {
  font-size: 14px;
  padding-top: 0.5em;
  text-align: right;
}
.list-header {
  font-size: 13px;
  background: #E9EEEA;
  padding: 20px 12px 12px;
  border-bottom: 4px;
  font-weight: bold;
}
.list-item {
  padding: 6px;
}
.list-item.sub-list-item {
  margin-left: 50px;
  border-bottom: 0;
  /*border-top: 1px solid @light-gray;*/
  padding-right: 0;
  margin-bottom: 4px;
  padding-top: 0;
}
.list-item .expand {
  float: left;
  cursor: pointer;
  margin-right: 4px;
}
.list-item .list-item-title {
  float: left;
}
.list-item .list-item-actions {
  float: right;
}
.list-item .list-item-actions .btn-sais + .btn-sais {
  margin-left: 2px;
  margin-right: 0;
}
.list-item .list-item-actions .dropdown-menu li {
  cursor: pointer;
}
.nav-tabs {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #0EB742;
}
.nav-tabs > li > a {
  border: 0;
  border-radius: 0;
  cursor: pointer;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover {
  border: 0;
  background: #0EB742;
  color: #fff;
}
.nav-tabs > li > a:hover {
  opacity: 0.7;
}
.table-light .form-control {
  padding: 2px 4px;
}
.table-light .col-lg-12 {
  padding: 0;
}
.table-light > tr > td,
.table-light > tbody > tr > td {
  padding: 8px 3px 8px 3px;
}
.table-light .form-control + .calendar-btn {
  right: 4px;
}
.table-light .calendar-cell {
  position: relative;
}
.table-light .calendar-cell .form-control + .calendar-btn,
.table-light .calendar-cell .form-control + .time-btn {
  right: 8px;
  line-height: 42px;
  font-size: 14px;
}
.tooltip-inner {
  font-weight: normal;
  white-space: normal;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #0EB742;
  color: #fff !important;
}
a,
a:link,
a:active,
a:hover {
  cursor: pointer;
  text-decoration: none;
}
a.green-text,
a:link.green-text,
a:active.green-text,
a:hover.green-text {
  color: #0EB742;
}
.nopadding {
  padding: 0px;
}
.form-horizontal.form-compressed .form-group {
  margin-bottom: 0;
}
ul[datepicker-popup-wrap] {
  padding: 5px;
  border-radius: 0;
}
ul[datepicker-popup-wrap] .btn {
  border-radius: 0;
  border: 0;
}
ul[datepicker-popup-wrap] .btn-success {
  background: #0EB742;
  border: 0;
  border-radius: 0;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.overlay > div {
  background: #fff;
  padding: 30px;
  width: 700px;
  margin: 200px auto !important;
}
.multiselect-menu {
  width: 220px;
  max-height: 400px;
  overflow-y: auto;
}
.multiselect-menu li {
  padding: 8px;
  cursor: pointer;
  border-bottom: 1px solid #e9e9e9;
  font-size: 12px;
}
.multiselect-menu li .glyphicon {
  float: left;
  display: block;
}
.multiselect-menu li .multiselect-menu-text {
  margin-left: 14px;
}
.multiselect-menu li:hover {
  background: #e9e9e9;
}
.confirm-study {
  background: #0EB742;
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 16px;
  vertical-align: middle;
  border-bottom: 15px solid #fff;
}
.confirm-study a {
  background: #056526;
  display: block;
  min-width: 160px;
  color: #fff;
  font-weight: 500;
  padding: 10px 40px;
  line-height: 30px;
  margin-left: 4px;
  text-align: center;
}
/*SAIS-4269*/

.confirm-study-disabled {
  background: #0EB742;
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 16px;
  vertical-align: middle;
  border-bottom: 15px solid #fff;
}
.confirm-study-disabled a {
  background: #3A3A3A;
  display: block;
  min-width: 160px;
  color: #fff;
  font-weight: 500;
  padding: 10px 40px;
  line-height: 30px;
  margin-left: 4px;
  text-align: center;
}
.confirm-study.btn-container {
  text-align: right;
}
.confirm-study-messages {
  display: table;
  width: 100%;
}
.label-application-status-unactive {
  background: #CECECE;
}
.label-application-status-candidate {
  background: #00caff;
}
.label-application-status-cond-candidate {
  background: #bfff00;
}
.label-application-status-waiting {
  background: #f7cf0a;
}
.label-application-status-ok {
  background: #0EB742;
}
.label-application-status-attention {
  background: red;
}
.label-application-status-study-confirmed {
  background: #0014ff;
}
.no-margin {
  margin: 0;
}
.sais-table-buttons {
  text-align: right;
}
.sais-table-buttons .btn {
  margin-bottom: 15px;
}
.padding-bottom-normal {
  padding-bottom: 15px;
}
.padding-bottom-medium {
  padding-bottom: 30px;
}
.padding-bottom-tall {
  padding-bottom: 45px;
}
.margin-bottom-normal {
  margin-bottom: 15px;
}
.margin-bottom-medium {
  margin-bottom: 30px;
}
.margin-bottom-tall {
  margin-bottom: 45px;
}
.margin-top-normal {
  margin-top: 15px;
}
.margin-top-medium {
  margin-top: 30px;
}
.margin-top-tall {
  margin-top: 45px;
}
.table th.align-center,
.table td.align-center {
  text-align: center;
}
.text-medium {
  font-size: 16px;
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
}
.customTable {
  font-size: 11px;
}
.customTable th {
  font-size: 12px;
  font-weight: 600;
}
.line-bottom {
  border-bottom: 1px solid #fafafa;
  padding-bottom: 7px;
}
.curricula-form > .form-group {
  margin-right: 15px;
}
button {
  margin-right: 1px;
}
.text-hairline {
  font-weight: 200;
}
.input-group-btn .btn {
  font-size: 13px;
  border: 0;
  background-color: #DFE6DF;
  border-left: 1px solid #D8DFD8;
  z-index: 2;
}
#applicationSettings .row,
#generalSettings .row {
  margin-bottom: 7px;
}
#institutionList td {
  vertical-align: middle;
}
.green {
  color: #0eb742;
}
.queries-search-table td:nth-child(2) {
  width: 200px;
  font-weight: bold;
}
.queries-search-table td:nth-child(3) {
  width: 200px;
}
.queries-search-table td:nth-child(4) {
  width: 200px;
}
.messages-table td {
  vertical-align: middle !important;
}
.align-text-left {
  text-align: left;
}
.align-text-right {
  text-align: right;
}
.alert {
  text-align: left;
}
.admission-search-results .alert {
  margin: 0;
}
.admission-exam {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.admission-exam h2 {
  margin: 0;
}
.admission-exam .radio {
  margin: 0;
}
#loginForm .form-group {
  margin-bottom: 15px;
}
.margin-link-button {
  margin: 10px 0 10px 0;
}
/* Absolute Center Spinner */

.loading {
  cursor: wait;
  position: fixed;
  z-index: 999;
  height: 100%;
  width: 100%;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.spinner {
  cursor: wait;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin: 0px auto;
  /*-webkit-animation: rotation .6s infinite linear;*/

  /*-moz-animation: rotation .6s infinite linear;*/

  /*-o-animation: rotation .6s infinite linear;*/

  /*animation: rotation .6s infinite linear;*/

  /*border-left:8px solid rgba(0,174,239,.15);
    border-right:8px solid rgba(0,174,239,.15);
    border-bottom:8px solid rgba(0,174,239,.15);
    border-top:8px solid rgba(0,174,239,.8);
    border-radius:100%;*/

}
.overlayText {
  cursor: wait;
  position: absolute;
  left: 50%;
  top: 30%;
  padding: 10px 50px 10px 50px;
  text-align: center;
  font-weight: bold;
  background-color: #f3f3f3;
  border: 1px solid gray;
  border-radius: 5px;
  transform: translate(-50%, 0%);
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.banner-image {
  width: 100%;
  height: auto;
}
.banner-image-row {
  margin-left: 0px;
  margin-right: 0px;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .custom-modal-xlg {
    width: 80%;
  }
}
.table-no-borders > tr > td,
.table-no-borders > tbody > tr > td {
  border-bottom: 0;
}
.table-no-borders > tbody > tr.row-bottom-border {
  border-bottom: 2px solid #EFEFF0;
}
.modal .modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}
.modal-open {
  padding-right: 0px !important;
}
html,
body,
.modal-open {
  display: block !important;
  height: 100% !important;
}
.modal-70 {
  width: 70%;
}
footer {
  margin-top: 34px;
  background: url('img/footer-bg.png');
  box-shadow: inset 0px 7px 15px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0px 7px 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 7px 15px rgba(0, 0, 0, 0.05);
  width: 100%;
}
footer .container {
  padding-top: 30px;
  padding-bottom: 20px;
}
footer .container h1 {
  color: #3A3A3A;
  font-size: 24px;
  padding-bottom: 20px;
}
footer .container ul {
  list-style: none;
  padding: 0;
}
footer .container ul li {
  line-height: 30px;
}
footer .container ul li a {
  color: #0EB742;
  font-size: 13px;
}
footer hr {
  margin-left: auto;
  margin-right: auto;
  width: 72%;
}
footer .remark {
  text-align: center;
  margin-bottom: 1em;
}
footer .remark .supporter-logo {
  width: 270px;
  height: auto;
}
footer .versionInfo {
  text-align: center;
  color: silver;
  font-size: 80%;
}
/* Sticky footer styles
-------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}
.frontpage-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.025);
}
.body .container .intro {
  margin-top: 22px;
}
.body .container img.intro {
  display: block;
  margin-left: auto;
  margin-right: 11px;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.body .container h1 {
  border: 0;
  font-size: 26px;
}
.body .container .speciality-search {
  background: #fff;
  padding: 7px 5px;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.025);
  margin-bottom: 4px;
}
.body .container .speciality-search input,
.body .container .speciality-search .btn {
  box-shadow: none;
  border: 0;
  background: transparent;
}
.body .container .speciality-search .btn {
  color: #444;
  font-size: 12px;
}
.body .container .speciality-search input {
  padding: 5px;
}
.body .container .btn-saishome {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.025);
  padding: 13px 12px;
  background: #fff;
  border-radius: 2px;
  width: 100%;
  color: #444;
}
.body .container .btn-saisstart {
  width: 100%;
  font-weight: 100;
  font-size: 32px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  margin-top: 14px;
  padding: 30px;
}
.body .container .btn-saisstart .glyphicon {
  font-size: 18px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .body .container .btn-saisstart {
    font-size: 20px;
    padding: 22px;
  }
}
.body .container .speciality-selection {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.025);
  background: #fff;
  padding: 10px;
  padding-top: 30px;
  color: #3A3A3A;
}
.body .container .speciality-selection ul {
  list-style: none;
  padding-left: 20px;
}
.body .container .speciality-selection ul li input {
  margin-right: 5px;
}
.body .container .speciality-selection ul li label {
  font-weight: normal;
  cursor: pointer;
}
.application-header {
  padding-bottom: 30px;
  padding-top: 20px;
  border-bottom: 1px solid #eee;
}
.application-header .btn-sais.btn-sais-disabled {
  background: #CECECE;
}
.application-header .refresh {
  margin-top: -14px;
}
.application-header.no-border {
  border: 0;
}
.application-footer {
  border-top: 1px solid #eee;
  padding-top: 8px;
}
@media (max-width: 767px) {
  .application-footer .pull-right {
    margin-top: 4px;
  }
}
.application-footer button.btn-sais,
.application-footer input.btn-sais,
.application-footer a.btn-sais {
  margin-right: 10px;
}
.border-top {
  border-top: 1px solid #EFEFF0;
}
.border-bottom {
  border-bottom: 1px solid #EFEFF0;
}
.col-border-left {
  border-left: 1px solid #EFEFF0;
}
.col-border-right {
  border-right: 1px solid #EFEFF0;
}
.body .container h2.subheader {
  border: 0;
}
.hero {
  background: #E9EEEA;
  padding: 30px 16px;
  border-radius: 3px;
  text-align: center;
  line-height: 24px;
}
.hero hr {
  border-color: #CECECE;
}
.control-label.control-label-secondary {
  font-weight: normal;
}
.application .form-horizontal .control-label {
  text-align: right;
}
.application .form-group.required .control-label:after {
  display: none;
}
.application .form-group.required .control-label:before {
  content: "* ";
  padding-left: 2px;
  font-weight: bold;
  color: #0EB742;
}
.applicationOverview .row .border-bottom {
  border-bottom: 1px solid #E9EEEA;
}
.applicationOverview .row .col-border-right {
  border-right: 1px solid #E9EEEA;
}
.applicationOverview .row h2 {
  border: 0;
}
.applicationOverview .row .comments {
  /*padding-top: 24px;*/
  font-size: 12px;
}
.applicationOverview .row .comments .green {
  color: #0EB742;
}
.applicationOverview .row .comments .red {
  color: #E53738;
}
.applicationOverview .row .comments .yellow {
  color: #FFA500;
}
.applicationOverview .row .comments .btn-sais {
  margin-bottom: 2px;
}
.applicationOverview .subrow .col-md-10 {
  border-bottom: 0;
}
.applicationOverview .subrow:last-of-type .col-md-10 {
  border-bottom: 1px solid #E9EEEA;
}
.applicationOverview .subrow h2 {
  font-size: 16px;
  padding-left: 16px;
}
.close.red {
  color: #E53738;
  opacity: 1;
}
.glyphicon-warning-sign {
  color: red;
  font-size: 15px;
}
.glyphicon-warning-sign.blue {
  color: blue;
}
.glyphicon-ok {
  color: #0EB742;
  font-size: 15px;
}
.inline-refresh-button {
  display: inline-block;
}
.clearleft {
  clear: left;
}
.align-with-label {
  padding-top: 7px;
}
#AdmissionSearch .chosen-container-multi .chosen-choices .search-field input {
  height: 30px;
}
.points-overview-glyphicon {
  padding-left: 35px;
  margin-bottom: 0px;
  padding-top: 20px;
}
.points-overview-glyphicon .glyphicon {
  font-size: 20px;
}
.points-overview-glyphicon .glyphicon.green {
  color: #0EB742;
}
.points-overview-glyphicon .glyphicon.red {
  color: #E53738;
}
.points-overview-glyphicon .glyphicon.yellow {
  color: #FFA500;
}
.form-horizontal.form-sidebar .control-label {
  font-size: 10px;
}
.form-horizontal.form-sidebar .form-control {
  height: 24px;
  padding: 4px 4px;
  font-size: 10px;
}
.form-horizontal.form-sidebar .form-control + .calendar-btn {
  padding: 2px;
  right: 12px;
}
.table-condensed {
  font-size: 11px;
}
.notification-box {
  display: none;
}
.notification-active {
  position: relative;
  font-size: 14px;
}
.notification-active .notification {
  z-index: 2;
  padding-left: 4px;
  position: absolute;
}
.notification-active .notification-box {
  display: block;
  position: absolute;
  z-index: 1;
  top: 6px;
  right: 6px;
  width: 200px;
  font-size: 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 6px;
}
.notification-active .notification-box ul {
  padding-left: 20px;
  padding-top: 10px;
}
.search-filter {
  margin-top: 20px;
}
.search-filter .search-filter-header {
  background: #FBFBFB;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 6px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
.search-filter .select_all {
  float: right;
}
.search-filter .row {
  padding: 2px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 12px;
}
.search-filter .row .name {
  width: 78%;
  float: left;
  padding-left: 4px;
}
.search-filter .row .count {
  width: 12%;
  float: left;
  background: #eee;
  border-radius: 3px;
  text-align: center;
  font-size: 10px;
  line-height: 18px;
}
.search-filter .row .selection {
  width: 10%;
  float: left;
  text-align: center;
}
.candidate-overview .form-control-static {
  padding-bottom: 1px;
}
.navbar-subtabs {
  margin-top: 26px;
  background: #fdfdfd;
}
.navbar-subtabs .navbar-nav li {
  margin-right: 1px;
}
.navbar-subtabs .navbar-nav li.active a {
  background: #0EB742 !important;
  color: #fff !important;
}
.navbar-subtabs .nav > li > a {
  padding-left: 13px;
  padding-right: 13px;
}
.search-form .input-group {
  display: block;
}
.search-form .input-group button[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 32px;
  z-index: 3;
  background: transparent;
  border: 0;
}
.search-form-details {
  border-bottom: 1px solid #EFEFF0;
  padding: 10px 0;
  margin-bottom: 50px;
  /*button {
        border: 0;
        font-size: 12px;
        background: transparent !important;
        box-shadow:none !important;
    }*/

}
.search-form-details .dropdown-menu {
  border-radius: 0;
}
.search-form-details .toggle-buttons {
  margin-bottom: 20px;
}
.search-form-details .toggle-buttons .btn-light-green {
  background: #65b77f;
  box-shadow: inset 0 0 6px #0eb742;
}
.search-form-paging {
  padding-bottom: 6px;
}
.search-form-paging a {
  color: #444;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 2px;
  font-weight: bold;
}
.search-form-paging a.active,
.search-form-paging a:hover {
  background: #EFEFF0;
}
.search-form-paging a.pager-arrow {
  font-weight: 400;
}
.search-results .search-result {
  padding: 20px 0;
  border-bottom: 1px solid #EFEFF0;
  font-size: 12px;
  line-height: 20px;
}
.search-results .search-result img {
  max-height: 40px;
  padding-right: 10px;
}
.search-results .search-result .candidate {
  padding: 6px 32px;
  margin-bottom: 6px;
}
.body .container h2.green-text {
  color: #0EB742;
  border: 0;
}
.chosen-container-multi .chosen-choices {
  background: #EFEFF0;
}
.chosen-container-single .chosen-search {
  background: #EFEFF0;
}
.chosen-container .chosen-results {
  background: #EFEFF0;
}
.chosen-container .chosen-choices .search-field:only-child input {
  width: 100% !important;
}
.reception-criteria-table tr.mandatory-block {
  background-color: #fdf2e7;
}
.reception-criteria-table tr.optional-block {
  background-color: #e8f0fe;
}
.reception-criteria-table tr.voluntary-block {
  background-color: #f0fff0;
}
.reception-criteria-table tr.voluntary-block .replace,
.reception-criteria-table tr.mandatory-block .replace {
  padding-left: 50px !important;
}
.reception-criteria-table .max-width-input {
  max-width: 88px;
}
.reception-criteria-table .dropdown-percent-width {
  width: 80px;
}
.ui-select-bootstrap .ui-select-choices-row > a {
  white-space: normal;
}
