﻿@font-face {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
  src: local('Roboto Thin'), url("fonts/Roboto/Roboto-Thin.ttf");
}
@font-face {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  src: local('Roboto Light'), url("fonts/Roboto/Roboto-Light.ttf");
}
@font-face {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  src: local('Roboto'), url("fonts/Roboto/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  src: local('Roboto Medium'), url("fonts/Roboto/Roboto-Medium.ttf");
}
@font-face {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  src: local('Roboto Bold'), url("fonts/Roboto/Roboto-Bold.ttf");
}
@font-face {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  src: local('Roboto Black'), url("fonts/Roboto/Roboto-Black.ttf");
}
@font-face {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
  src: local('Roboto ThinItalic'), url("fonts/Roboto/Roboto-ThinItalic.ttf");
}
@font-face {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  src: local('Roboto LightItalic'), url("fonts/Roboto/Roboto-LightItalic.ttf");
}
@font-face {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  src: local('RobotoItalic'), url("fonts/Roboto/Roboto-Italic.ttf");
}
@font-face {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
  src: local('Roboto MediumItalic'), url("fonts/Roboto/Roboto-MediumItalic.ttf");
}
@font-face {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  src: local('Roboto BoldItalic'), url("fonts/Roboto/Roboto-BoldItalic.ttf");
}
@font-face {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  src: local('Roboto BlackItalic'), url("fonts/Roboto/Roboto-BlackItalic.ttf");
}
.btn.btn-secondary {
  background: #639c21;
}
.btn.btn-secondary:hover {
  background: #5d931f;
  border-color: #5d931f;
}
.btn-primary {
  background: #3973bf;
}
.btn-primary:hover {
  background: #2d5c9d;
  border-color: #2d5c9d;
}
.btn.btn-white {
  background-color: #fff;
  color: #333;
  border: 1px solid #ddd;
}
.btn.btn-white:hover {
  background-color: #f2f2f2;
  color: #333;
}
html {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  min-height: 100%;
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}
.btn.btn-lg,
.btn-group-lg > .btn,
.login-page .firstPageContainer .btn.btn-lg {
  padding: 8px 40px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.33;
}
.btn-rounded {
  border-radius: 30px;
}
.panel {
  position: relative;
  background: #fff;
  padding: 20px 30px;
  border: 0;
  margin-bottom: 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.horizontalLineWithWordsInTheMiddle {
  overflow: hidden;
  text-align: center;
}
.horizontalLineWithWordsInTheMiddle:before {
  right: 20px;
  margin-left: -50%;
}
.horizontalLineWithWordsInTheMiddle:after {
  left: 20px;
  margin-right: -50%;
}
.horizontalLineWithWordsInTheMiddle:before,
.horizontalLineWithWordsInTheMiddle:after {
  box-sizing: border-box;
  background-color: #E4E4E4;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.btn-block {
  display: block;
  width: 100%;
}
.paddingRight {
  padding-right: 10px;
}
.paddingLeft {
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
.form-control:focus {
  border-color: rgba(104, 184, 40, 0.5);
  box-shadow: 0 0 0 2px rgba(104, 184, 40, 0.1);
}