body,html {
  font-size: 14px; }

body > .container:after {
  content: "";
  clear: both;
  display: block; }

footer {
  clear: both;
  display: block;
  padding-top: 32px; }

.tab-content {
  min-height: 400px; }

.tab-content:after, .tab-content > .tab-pane:after {
  clear: both;
  display: block;
  content: ""; }

.divider {
  border-top: 2px solid #ddd;
  margin: 15px 0; }

.login-page {
  width: 290px;
  padding: 8% 0 0;
  margin: auto; }

.mobile-menu {
  display: none; }

.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 328px;
  margin: 0 auto 100px;
  padding: 1rem;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24); }
  .form input {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px; }
  .form button {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #4CAF50;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer; }
    .form button:hover, .form button:active, .form button:focus {
      background: #43A047; }
  .form .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 12px; }
    .form .message a {
      color: #4CAF50;
      text-decoration: none; }
  .form .register-form {
    display: none; }

.login-block {
  background: #00a658;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(right, #00a658, #8DC26F);
  background: -moz-linear-gradient(right, #00a658, #8DC26F);
  background: -o-linear-gradient(right, #00a658, #8DC26F);
  background: linear-gradient(to left, #00a658, #8DC26F);
  /*font-family: "Roboto", sans-serif;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100vh; }

.btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #00a658;
  background-image: none;
  border-color: #00a658; }

a {
  color: #00a658; }
  a:hover {
    cursor: pointer; }


.mobile-menu {
  display: none; }

.main-tabs {
  display: flex; }

.container-sidebar {
  float: left;
  width: 30%;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 5.33333px; }

.container-body {
  float: right;
  
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 5.33333px; }

.right-text {
  text-align: right; }

.left-text {
  padding: 0; }

.subtotal-info p {
  margin-bottom: 0; }

.table {
  margin-top: 1rem; }
  .table thead th {
    font-size: 12px; }

.not-checked i {
  color: #ff0000; }

.is-checked i {
  color: #06b72f; }

label {
  display: block; }

.login-button:hover {
  text-decoration: none !important;
  color: #fff !important;
  background: #43a047 !important; }

.login-button {
  text-transform: uppercase;
  background: #4caf50;
  color: #fff;
  transition: all .3 ease;
  cursor: pointer;
  font-family: Roboto,sans-serif;
  outline: 0;
  width: 100%;
  border: 0;
  padding: 15px;
  font-size: 14px;
  display: block; }

.nav-link {
  color: #00a658; }
  .nav-link.active {
    color: #7b7b7b; }

.btn-primary:hover {
  background: #008d4a;
  border-color: #008d4a; }

.btn.active {
  background: #008d4a; }

.logout {
  position: absolute;
  right: 8px;
  top: -5px; }

.fa-sign-out {
  font-size: 30px;
  color: #00a658; }

.profile-info .right-text, .profile-info .left-text {
  margin-bottom: 0.5rem; }

h3, .h3 {
  margin-bottom: 0.8rem; }

.form-group .container {
  padding: 0; }
  .form-group .container .col-sm-6 {
    margin-bottom: 1rem; }

.cards .col-md-3, .cards .col-md-5, .cards .col-md-2 {
  margin-bottom: 1rem; }

footer address strong {
  margin-bottom: 0.5rem; }

footer address p {
  margin-bottom: 0.3rem; }

footer .nav-links {
  margin-bottom: 20px; }

footer .footer-phone {
  margin-bottom: 20px; }
  footer .footer-phone i {
    color: #00a658;
    font-size: 20px;
    margin-right: 8px; }
  footer .footer-phone span {
    color: #00a658;
    font-size: 20px; }

.sidebar-content {
    background-color: #ffffff;
    padding: 15px;
    border: 1px solid #eeeeeea6;
    border-radius: 6px;
    margin-bottom: 7px;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .75
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.close {
    position: relative;
    padding: .75rem 1.25rem;
    color: inherit
}
.k-grid table
{
    border-collapse:collapse;
}
.k-header {
    border-color: #ddd;
}
.agreement {
    color: #9198a0;
    font-size: 12px;
}

.enterTitle {
    font-size: 20px;
    margin-bottom: 5px;
}
#conditionString{
    padding-top:10px
}
@media screen and (max-width: 767px) {
    .navbar .navbar-collapse {
        position: absolute;
        width: 100%;
        background: white;
        left: 0;
        top: -10px;
        padding: 10px;
        box-shadow: 0px 26px 52px -23px black;
        z-index: 100;
    }
}