﻿@import url(../framework/bootstrap.min.css);
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");
.pos-rel, .btn-upload, .ak-panel .panel-heading, .k-pop.sticky-footer .modal-content, .ak-login-info, .ak-login-list li, .ak-login-field, .ak-login-captcha {
  position: relative; }

.pos-abs, .btn-upload input, .ak-panel .panel-heading:after, .ak-login-devider, .ak-login-list li:before, .ak-login-label, .ak-login-fieldicon {
  position: absolute; }

.pos-fix, .outer-load, .inner-load, .inner-load > img, .sidenav, .backdrop {
  position: fixed; }

.pos-sticky {
  position: sticky; }

.dis-block {
  display: block; }

.dis-none {
  display: none; }

.transition, .sidenav, .ak-login-error, .ak-login-fieldicon, .ak-login-captchaerror {
  transition: all .25s linear; }

@media (max-width: 580px) {
  .hide-mob {
    display: none !important; } }

@media (max-width: 1179.98px) {
  .hide-tab {
    display: none !important; } }

body,
html {
  font-family: "Roboto", sans-serif; }

/*body {
  background: #f1f1f1; }
*/
ul {
  margin-bottom: 0; }

.k-main {
  min-height: calc(100vh - 73px);
  height: 100%; }
  .k-main.sidebar .k-side {
    left: 0;
    opacity: 1;
    box-shadow: 5px 24px 30px rgba(0, 0, 0, 0.1); }

.k-content {
  max-width: calc(100% - 280px); }
  @media (max-width: 1025px) {
    .k-content {
      max-width: 100%; } }

.k-pcontent {
  padding: 20px; }

.text-small {
  font-size: 11px; }

.btn {
  text-transform: uppercase; }
  .btn-primary {
    border-color: #1abc9c !important;
    background: #1abc9c;
    color: #ffffff; }
    .btn-primary:hover {
      background: #1abc9c; }
  .btn-secondary {
    border-color: #3091FF !important;
    background: #3091FF;
    color: #ffffff; }
    .btn-secondary:hover {
      background: #3091FF; }
  .btn-outline-primary {
    border-color: #1abc9c !important;
    color: #1abc9c;
    background: #ffffff; }
    .btn-outline-primary:hover {
      background: #1abc9c;
      color: #ffffff !important; }
  .btn-outline-secondary {
    border-color: #3091FF !important;
    color: #3091FF;
    background: #ffffff; }
    .btn-outline-secondary:hover {
      background: #3091FF;
      color: #ffffff !important; }
  .btn-outline-success {
    border-color: #2FB10F !important;
    color: #2FB10F;
    background: #ffffff; }
    .btn-outline-success:hover {
      background: #2FB10F;
      color: #ffffff !important; }
  .btn-upload input {
    height: 100%;
    width: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0; }

.form-control {
  font-size: 13px;
  border-radius: 3px !important; }

.input-group-btn .btn {
  display: flex;
  height: 100%;
  margin: 0;
  align-items: center; }

.dot_icons:after,
.dropright .dropdown-toggle::after {
  display: none !important; }

.dropdown-menu {
  right: 0;
  left: unset !important; }

.sweet-alert .cancel {
  background: #ffffff !important;
  color: red !important;
  border: 1px solid red !important; }

.sweet-alert .confirm {
  background: #1abc9c !important;
  border: 1px solid #1abc9c !important;
  color: #ffffff !important; }

.dropleft .dropdown-toggle:before {
  display: none; }

.dropdown-item {
  cursor: pointer; }

.outer-load {
  z-index: 1000000 !important; }

.inner-load {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 500px;
  min-height: 100%; }

.inner-load > img {
  bottom: 0;
  display: inline-block;
  left: 0;
  margin: auto;
  right: 0;
  text-align: center;
  top: 0;
  vertical-align: middle; }

.uib-datepicker-popup {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  padding: 16px; }
  .uib-datepicker-popup .btn.active {
    background: #ffffff !important;
    color: #1abc9c !important;
    font-weight: 600 !important;
    border-color: #1abc9c !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.ak-panel .panel {
  margin-top: 25px; }
  .ak-panel .panel-heading {
    background: #ffffff !important;
    padding: 0;
    border: 0 !important; }
    .ak-panel .panel-heading:after {
      content: "+";
      display: block;
      width: 20px;
      height: 20px;
      top: 50%;
      transform: translateY(-50%);
      right: 20px;
      color: #1abc9c;
      font-size: 28px; }
  .ak-panel .panel-title {
    margin-bottom: 0; }
    .ak-panel .panel-title a {
      color: #1abc9c;
      text-decoration: none;
      display: block;
      padding: 15px;
      font-size: 18px; }
  .ak-panel .panel.active {
    /*.panel-collapse {
                display: block !important;
            }*/ }
  .ak-panel .panel-body {
    padding: 20px; }

.sidenav {
  top: 0;
  right: -100%;
  z-index: 999;
  height: 100%;
  opacity: 0; }

.backdrop {
  right: -100%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 900;
  height: 100%;
  opacity: 0; }

.text-primary {
  color: #1abc9c !important; }

.form-group label {
  font-size: 14px !important; }

.text-secondary {
  color: #3091FF !important; }

.k-pop-header, .k-pop-footer, .k-pop-body {
  padding: 30px 30px 0; }

.k-pop-body, .k-pop-footer {
  padding-bottom: 30px; }

.k-pop-header-line {
  height: 2px;
  margin: 0 0 0 20px;
  flex-grow: 1;
  border: 0;
  background: #1abc9c; }
  @media (max-width: 580px) {
    .k-pop-header-line {
      height: 1px; } }

.k-pop-title {
  color: #1abc9c;
  font-size: 20px;
  margin: 0; }
  @media (max-width: 580px) {
    .k-pop-title {
      font-size: 14px; } }

.k-pop.sticky-footer .k-pop-body {
  overflow: auto; }

.k-pop.sticky-footer .k-pop-footer {
  position: sticky;
  bottom: 0;
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.2);
  background: #ffffff; }

body, html {
  height: 100% !important; }

.ak-login {
    padding: 30px;
    /*background: url("../media/loginbgnew.png") no-repeat;*/
/*    background: url("../media/tractor.jpg") no-repeat;*/
    background-size: cover;
/*    background: radial-gradient(32.24% 147.75% at 34.86% 48.02%, rgba(233, 255, 253, 0.3) 0%, rgba(38, 65, 63, 0.2) 100%);*/
}
  @media (max-width: 1025px) {
    .ak-login {
      padding: 20px !important; } }
  @media (max-width: 1179.98px) {
    .ak-login {
      flex-direction: column-reverse; } }
  .ak-login-devider {
    width: 7px;
    height: 360px;
    z-index: 2;
    background: #fff;
    box-shadow: 10px 7px 15px rgba(0, 0, 0, 0.4);
    left: 100%;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 1179.98px) {
      .ak-login-devider {
        display: none; } }
  .ak-login-head {
    background: #ffffff;
    padding: 15px 0; }
    @media (max-width: 1025px) {
      .ak-login-head {
        padding: 16px !important; } }
    .ak-login-headbtns .btn {
      background: #ffffff !important;
      border: 0;
      filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.24)); }
      .ak-login-headbtns .btn-primary {
        color: #1abc9c !important; }
        .ak-login-headbtns .btn-primary:hover, .ak-login-headbtns .btn-primary:focus {
          background: #1abc9c !important;
          color: #ffffff !important; }
      .ak-login-headbtns .btn-success {
        color: #2FB10F !important; }
        .ak-login-headbtns .btn-success:hover, .ak-login-headbtns .btn-success:focus {
          background: #2FB10F !important;
          color: #ffffff !important; }
    @media (max-width: 1025px) {
      .ak-login-headbtns {
        display: none !important; } }
  .ak-login-helptext {
    color: #000000;
    font-size: 17px; }
    @media (max-width: 1025px) {
      .ak-login-helptext {
        font-size: 14px; } }
  .ak-login-helpnumber {
    color: #1abc9c; }
  .ak-login-text label {
    color: #000000;
    font-size: 17px; }
  .ak-login-text p {
    color: #797979;
    font-size: 14px; }
    @media (max-width: 1025px) {
      .ak-login-text p {
        font-size: 12px;
        line-height: 16px; } }
  .ak-login-wrap, .ak-login-info {
    flex-basis: 50%;
    max-width: 50%; }
    @media (max-width: 1179.98px) {
      .ak-login-wrap, .ak-login-info {
        flex-basis: 100%;
        max-width: 100%; } }
  .ak-login-wrap {
    padding: 60px;
    background: #ffffff; }
    @media (max-width: 1025px) {
      .ak-login-wrap {
        padding: 20px; } }
  .ak-login-info {
    background: #ffffff;
    background-size: cover; }
    @media (max-width: 1179.98px) {
      .ak-login-info {
        padding: 0 20px 20px !important; } }
  .ak-login-logotext {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    font-weight: 600;
    margin: 0; }
    @media (max-width: 1025px) {
      .ak-login-logotext {
        font-size: 14px;
        line-height: 16px; } }
  .ak-login-logosub {
    display: block; }
  @media (max-width: 1025px) {
    .ak-login-logo img {
      height: 30px; } }
  .ak-login-list {
    font-size: 15px;
    padding-left: 70px; }
    .ak-login-list li {
      margin-top: 15px;
      padding-left: 20px; }
      .ak-login-list li:before {
        content: "";
        width: 10px;
        height: 10px;
        background: #3091FF;
        border-radius: 50%;
        display: inline-block;
        left: 0;
        top: 4px; }
  .ak-login-form {
    width: 100%;
    max-width: 450px; }
    @media (max-width: 1179.98px) {
      .ak-login-form {
        max-width: 100%; } }
    .ak-login-formhead {
      margin-bottom: 30px; }
  .ak-login-error {
    opacity: 0;
    font-size: 12px;
    color: #ff0000; }
  .ak-login-title {
    font-size: 28px;
    color: #1abc9c; }
  .ak-login-label {
    margin-bottom: 0;
    left: 0;
    top: -26px; }
  .ak-login-field {
    margin-bottom: 35px; }
    .ak-login-fieldicon {
      display: flex;
      color: #1abc9c;
      right: 20px;
      top: 15px; }
    .ak-login-field .form-control {
      height: 46px;
      padding-right: 46px; }
    .ak-login-field.error .ak-login-fieldicon {
      color: #ff0000; }
    .ak-login-field.error .form-control {
      border-color: #ff0000; }
    .ak-login-field.error .ak-login-error {
      opacity: 1; }
  .ak-login-group {
    margin-top: 10px; }
  .ak-login-btns {
    margin-top: 40px; }
  .ak-login-captcha {
    color: transparent; }
    .ak-login-captcha img {
      width: 125px;
      border-radius: 3px 0 0 3px;
      border: 1px solid #D7D7D7; }
    .ak-login-captcha input {
      height: 45px;
      left: 130px;
      border: 0;
      outline: 0;
      border: 1px solid #D7D7D7;
      width: calc(100% - 130px);
      border-radius: 3px;
      padding: 0 10px; }
    .ak-login-captcha .refresh {
      display: block !important;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 25px;
      z-index: 3;
      color: red;
      cursor: pointer !important; }
    .ak-login-captchaerror {
      font-size: 12px;
      color: #ff0000; }
