@font-face {
  font-family: "Roboto Condensed Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Roboto Condensed Regular"),
    url("../fonts/RobotoCondensed-Regular.woff") format("woff");
}

@font-face {
  font-family: "Roboto Condensed Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Roboto Condensed Italic"),
    url("../fonts/RobotoCondensed-Italic.woff") format("woff");
}

@font-face {
  font-family: "Roboto Condensed Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Roboto Condensed Bold"),
    url("../fonts/RobotoCondensed-Bold.woff") format("woff");
}

@font-face {
  font-family: "Roboto Condensed Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Roboto Condensed Bold Italic"),
    url("../fonts/RobotoCondensed-BoldItalic.woff") format("woff");
}

@font-face {
  font-family: "Roboto Condensed Light";
  font-style: normal;
  font-weight: normal;
  src: local("Roboto Condensed Light"),
    url("../fonts/RobotoCondensed-Light.woff") format("woff");
}

@font-face {
  font-family: "Roboto Condensed Light Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Roboto Condensed Light Italic"),
    url("../fonts/RobotoCondensed-LightItalic.woff") format("woff");
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Roboto Condensed Light";
  font-weight: normal;
  font-size: 14px;
  background-color: #ecf0f5;
  color: #025ea5;
}
.pace-running .pace-progress {
  height: 3px;
  background: #045790;
}
.wrapper {
  min-height: 100%;
  position: relative;
  margin-bottom: -50px;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  color: #025ea5;
}
button,
input {
  outline: none !important;
}
#sticky-wrap {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar {
  position: relative;
  min-height: 0 !important;
  margin-bottom: 0 !important;
  border: none !important;
}
.navbar-header {
  float: left;
}
.header_logo {
  display: block;
  width: 250px;
  height: 55px;
  float: left;
  background: transparent url(../../img/logo.png) center no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 14px 0 15px;
  cursor: pointer;
}
.header_title {
  margin: 18px 0 0;
  float: right;
  color: #025ea5;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#sticky-wrap {
  z-index: 999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
#sticky-wrap.stickyhead {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 1);
}
#sticky-wrap.stickyhead .header_logo {
  height: 40px;
  margin: 5px 0;
  background-size: 75%;
}
#sticky-wrap.stickyhead .header_title {
  margin: 5px 0 0;
  font-size: 18px;
}
.header_lang {
  text-align: center;
  margin: 30px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header_lang a {
  display: inline-block;
  margin: 0 1px 0 0;
}
.header_lang:hover a {
  opacity: 0.5;
}
.header_lang a:hover {
  opacity: 1;
}
.header_lang a img {
  border: 1px solid #ccc;
}
#sticky-wrap.stickyhead .header_lang {
  margin: 12px auto 0;
}
.footer {
  padding: 15px 0 0;
  background-color: #fff;
  text-align: center;
  color: #025ea5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.footer,
.footerPush {
  height: 50px;
}

.form-control {
  margin: 15px 0 0;
  padding: 7px 12px 6px;
  height: 31px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  border: none;
  border: 1px solid #d2d6de;
  border-color: rgb(204, 204, 204);
  transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
}
.input-group .form-control {
  margin: 0;
}
.form-group {
  position: relative;
  margin: 0;
}
.form-group input,
.form-group textarea {
  display: inline-block;
}
.form-group span {
  color: #b9b9b9;
  position: absolute;
  pointer-events: none;
  left: 12px;
  top: 22px;
  font-size: 14px;
  transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.input-group .form-group span {
  top: 6px;
}
.form-group input:focus + span,
.form-group input:not(:placeholder-shown) + span,
.form-group textarea:focus + span,
.form-group textarea:not(:placeholder-shown) + span {
  top: 4px;
  left: 6px;
  font-size: 12px;
  background-color: #fff;
  padding: 0 5px;
  color: #333;
}
.input-group .form-group input:focus + span,
.input-group .form-group input:not(:placeholder-shown) + span,
.input-group .form-group textarea:focus + span,
.input-group .form-group textarea:not(:placeholder-shown) + span {
  top: -10px;
}
.form-group input:focus:invalid + span,
.form-group input:not(:placeholder-shown):invalid + span,
.form-group textarea:focus:invalid + span,
.form-group textarea:not(:placeholder-shown):invalid + span {
  color: #dd4b39;
}

.mt5 {
  margin-top: 5px;
}
.ml5 {
  margin-left: 5px;
}
.mr5 {
  margin-right: 5px;
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}

.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  color: #fff !important;
}

.btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  border-radius: 15px;
}
.btn.uppercase {
  text-transform: uppercase;
}
.btn.btn-flat {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
}
.btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:focus {
  outline: none;
}
.btn.btn-file {
  position: relative;
  overflow: hidden;
}
.btn.btn-file > input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.btn-default {
  background-color: #f4f4f4;
  color: #444;
  /* border-color: #ddd; */
}
.btn-default:hover,
.btn-default:active,
.btn-default.hover {
  background-color: #e7e7e7;
}
.btn-primary {
  background-color: #025ea5;
  /* border-color: #3c8dbc; */
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
  background-color: #3c8dbc;
}
.btn-success {
  background-color: #00a65a;
  /* border-color: #008d4c; */
}
.btn-success:hover,
.btn-success:active,
.btn-success.hover {
  background-color: #008d4c;
}
.btn-info {
  background-color: #e1f4fd;
  color: #025ea5;
  /* border-color: #00acd6; */
}
.btn-info:hover,
.btn-info:active,
.btn-info.hover {
  background-color: #00acd6;
}
.btn-danger {
  background-color: #dd4b39;
  /* border-color: #d73925; */
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.hover {
  background-color: #d73925;
}
.btn-warning {
  background-color: #f39c12;
  /* border-color: #e08e0b; */
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.hover {
  background-color: #e08e0b;
}
.bg-gray {
  color: #000;
  background-color: #d2d6de !important;
}
.bg-gray-light {
  background-color: #f7f7f7;
}
.bg-black {
  background-color: #111 !important;
}
.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
  background-color: #dd4b39 !important;
}
.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
  background-color: #f39c12 !important;
}
.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
  background-color: #e1f4fd !important;
  color: #025ea5 !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}
.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
  background-color: #3c8dbc !important;
}
.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
  background-color: #00a65a !important;
}
.bg-navy {
  background-color: #001f3f !important;
}
.bg-teal {
  background-color: #39cccc !important;
}
.bg-olive {
  background-color: #3d9970 !important;
}
.bg-lime {
  background-color: #01ff70 !important;
}
.bg-orange {
  background-color: #ff851b !important;
}
.bg-fuchsia {
  background-color: #f012be !important;
}
.bg-purple {
  background-color: #605ca8 !important;
}
.bg-maroon {
  background-color: #d81b60 !important;
}
.bg-gray-active {
  color: #000;
  background-color: #b5bbc8 !important;
}
.bg-black-active {
  background-color: #000 !important;
}
.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  background-color: #d33724 !important;
}
.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
  background-color: #db8b0b !important;
}
.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
  background-color: #00a7d0 !important;
}
.bg-blue-active {
  background-color: #005384 !important;
}
.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
  background-color: #357ca5 !important;
}
.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
  background-color: #008d4c !important;
}
.bg-navy-active {
  background-color: #001a35 !important;
}
.bg-teal-active {
  background-color: #30bbbb !important;
}
.bg-olive-active {
  background-color: #368763 !important;
}
.bg-lime-active {
  background-color: #00e765 !important;
}
.bg-orange-active {
  background-color: #ff7701 !important;
}
.bg-fuchsia-active {
  background-color: #db0ead !important;
}
.bg-purple-active {
  background-color: #555299 !important;
}
.bg-maroon-active {
  background-color: #ca195a !important;
}
[class^="bg-"].disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.alert h4 {
  font-weight: 600;
}
.alert .icon {
  margin-right: 10px;
}
.alert .close {
  color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.alert .close:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.alert a {
  color: #fff;
  text-decoration: underline;
}
.alert-success {
  border-color: #008d4c;
}
.alert-danger,
.alert-error {
  border-color: #d73925;
}
.alert-warning {
  border-color: #e08e0b;
}
.alert-info {
  border-color: #00acd6;
}

.box {
  position: relative;

  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.box.box-primary {
  border-top-color: #3c8dbc;
}
.box.box-info {
  border-top-color: #e1f4fd;
  color: #025ea5;
}
.box.box-danger {
  border-top-color: #dd4b39;
}
.box.box-warning {
  border-top-color: #f39c12;
}
.box.box-success {
  border-top-color: #00a65a;
}
.box.box-default {
  border-top-color: #d2d6de;
}
.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}
.box .nav-stacked > li {
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
}
.box .nav-stacked > li:last-of-type {
  border-bottom: none;
}
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}
.box .border-right {
  border-right: 1px solid #f4f4f4;
}
.box .border-left {
  border-left: 1px solid #f4f4f4;
}
.box.box-solid {
  border-top: 0;
}
.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}
.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.box.box-solid.box-default {
  border: 1px solid #d2d6de;
}
.box.box-solid.box-default > .box-header {
  color: #444;
  background: #d2d6de;
  background-color: #d2d6de;
}
.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
  color: #444;
}
.box.box-solid.box-primary {
  border: 1px solid #3c8dbc;
}
.box.box-solid.box-primary > .box-header {
  color: #fff;
  background: #3c8dbc;
  background-color: #3c8dbc;
}
.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
  color: #fff;
}
.box.box-solid.box-info {
  border: 1px solid #e1f4fd;
  color: #025ea5;
}
.box.box-solid.box-info > .box-header {
  color: #fff;
  background: #e1f4fd;
  color: #025ea5;
  background-color: #e1f4fd;
}
.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
  color: #fff;
}
.box.box-solid.box-danger {
  border: 1px solid #dd4b39;
}
.box.box-solid.box-danger > .box-header {
  color: #fff;
  background: #dd4b39;
  background-color: #dd4b39;
}
.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
  color: #fff;
}
.box.box-solid.box-warning {
  border: 1px solid #f39c12;
}
.box.box-solid.box-warning > .box-header {
  color: #fff;
  background: #f39c12;
  background-color: #f39c12;
}
.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
  color: #fff;
}
.box.box-solid.box-success {
  border: 1px solid #00a65a;
}
.box.box-solid.box-success > .box-header {
  color: #fff;
  background: #00a65a;
  background-color: #00a65a;
}
.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
  color: #fff;
}
.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}
.box.box-solid[class*="bg"] > .box-header {
  color: #fff;
}
.box .box-group > .box {
  margin-bottom: 5px;
}
.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}
.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
}
.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}
.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}
.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}
.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}
.collapsed-box .box-header.with-border {
  border-bottom: none;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
  margin-right: 5px;
}
.box-header > .box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}
.box-header > .box-tools [data-toggle="tooltip"] {
  position: relative;
}
.box-header > .box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.box-header > .box-tools .dropdown-menu > li > a {
  color: #444 !important;
}
.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}
.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84;
}
.btn-box-tool.btn:active {
  box-shadow: none;
}
.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 0 10px;
}
.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.box-body > .table {
  margin-bottom: 0;
}
.box-body .fc {
  margin-top: 5px;
}
.box-body .full-width-chart {
  margin: -19px;
}
.box-body.no-padding .full-width-chart {
  margin: -9px;
}
.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}
.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}
.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #fff;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
table {
  background-color: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.table-striped > tbody > tr:nth-of-type(2n + 1) {
  background-color: #f9f9f9;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #025ea5;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #025ea5;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td .table th {
  font-weight: normal;
}
.table-detail {
  width: 50%;
  margin: 15px auto !important;
}
.table {
  border: 1px solid #025ea5;
}
.table th {
  width: 35%;
  color: #fff;
  background-color: #025ea5;
}
.table-detail th {
  border-bottom: 1px solid #fff;
}
.table > thead > tr > th {
  border-bottom: 2px solid #025ea5;
}
.table td {
  background-color: #fff;
  color: #025ea5;
}
.label {
  border-radius: 15px;
  font-weight: normal;
  font-size: 85%;
  padding: 1px 10px;
}
.table-pupils .label {
  font-size: 85%;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 auto;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 3px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #2980b9;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #1b557a;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #2980b9;
  border-color: #2980b9;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.btn-group-xs > .btn,
.btn-xs {
  padding: 0.2rem 0.4rem;
  font-size: 0.775rem;
  line-height: 0.5;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  border-color: #d2d6de;
  font-size: 0.875rem;
}
.select2-container .select2-selection--single {
  height: 31px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 29px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 27px;
}
.datepicker-days,
.datepicker-years,
.datepicker-months,
.datepicker-decades {
  font-size: 14px;
}
.exam-container {
  background-color: #fff;
  margin: 15px 0;
  padding: 15px 15px 20px;
  line-height: 20px;
}
.exam-container .pupilInfo {
  font-family: "Roboto Condensed Light";
  margin-top: 15px;
  margin-bottom: 15px;
}
.cefrTitle {
  text-align: center;
  margin: 30px 0;
}

.cefrTitle,
.exam-container {
  font-family: "Roboto Condensed Regular";
}
.itemSectionSubject {
  border-radius: 30px;
  padding: 10px 30px 12px;
  margin-bottom: 10px;
  color: #fff;
  background-color: #025ea5;
}
.itemSectionDesc {
  padding: 0 30px;
  margin-bottom: 20px;
  color: #025ea5;
}

.question {
  margin: 15px 0;
  color: #025ea5;
}
.question-row {
  border-radius: 30px;
  position: relative;
  padding: 3px 5px 5px 42px;
  background-color: #e1f4fd;
}
.question-number {
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 27px;
  text-align: center;
  border-radius: 100%;
  border: 3px solid #025ea5;
  border-top-width: 1px;
  border-left-width: 1px;
  padding-left: 1px;
  padding-top: 1px;
  background-color: #fff;
}
.answers-container {
  padding: 15px 40px 10px;
}
.answer-row {
  cursor: pointer;
  margin-bottom: 5px;
  padding: 4px 20px 5px;
  border-radius: 30px;
  border: 1px solid #e1f4fd;
}
.answer-row .answer-letter {
  text-transform: lowercase;
}
.answers-container .answer-row:last-child {
  margin-bottom: 0;
}
.answer-row:hover,
.answer-active {
  color: #fff;
  background-color: #025ea5;
  border-color: #025ea5;
}
.exam-container .red {
  color: #ff0000;
}

.btn-exam-container {
  margin: 30px 0;
}
.btn-finish-exam-container {
  margin: 30px -15px -30px;
  padding: 20px 0;
  border-top: 15px solid #ecf0f5;
  background-color: #e1f3fd;
}
.btn-exam {
  padding-left: 30px;
  padding-right: 30px;
}
ul {
  margin: 0 0 5px;
}
ul li {
  margin: 5px 0;
}
ul li:last-child {
  margin-bottom: 0;
}
.select2-results {
  font-size: 14px;
  color: #025ea5;
}

.modal-warning .modal-header {
  background-color: #025ea5 !important;
}
.modal-warning .modal-header .modal-title {
  color: #fff !important;
}
.modal-warning .modal-body,
.modal-warning .modal-footer {
  background-color: #fff !important;
}
.modal-warning .modal-body {
  color: #025ea5 !important;
}

.label-notifcation {
  margin-left: 5px;
  padding: 1px 5px;
  border-radius: 100%;
}
.btn-sm {
  padding-top: 3px;
}