/***
Login page
***/

/* logo page */
.login {
  background-color: #e9e9e9 !important;
}

.login .logo {
  margin: 0 auto;
  padding: 15px;
  text-align: center;
}

.login .alert.alert-warning {
  margin: 0 auto;
  width: 601px;
  margin-top: 30px;
}
.login .alert.alert-warning span {
  line-height: 23px;
}
.login .alert.alert-warning i {
  font-size: 32px;
  position: relative;
  top: 4px;
  left: -3px;
}
.login .content {
  background-color: #fff;
  width: 360px;
  margin: 0 auto;
  margin-bottom: 0px;
  padding: 30px;
  padding-top: 20px;
  padding-bottom: 15px;
  margin-top: 50px;
}

.login .content h3 {
  color: #000;
}
.login .content h4 {
  color: #555;
}

.login .content p {
  color: #222;
}

.login .content .login-form,
.login .content .forget-form {
  padding: 0px;
  margin: 0px;
}

.login .content .input-icon i {
  margin: 8px;
}

.login .content .input-icon {
  border-left: 2px solid #35aa47 !important;
}

.login .content .input-icon .form-control {
  border-left: 0;
}

.login .content .forget-form,
.login .content .register-form,
.login .content .reset-form {
  display: none;
}

.login .content .form-title {
  font-weight: 300;
  margin-bottom: 25px;
}

.login .content .form-actions {
  background-color: #fff;
  clear: both;
  border: 0px;
  /*border-bottom: 1px solid #eee;*/
  padding: 0px 30px 25px 30px;
  margin-left: -30px;
  margin-right: -30px;
}

.login .content .form-actions .checkbox {
  margin-left: 0;
  padding-left: 0;
}

.login .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.login .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
}

.login .content .form-actions .checkbox {
  margin-top: 8px;
  display: inline-block;
}

.login .content .form-actions .btn {
  margin-top: 1px;
}

.login .content .forget-password {
  margin-top: 25px;
}

.login .content .create-account {
  border-top: 1px dotted #eee;
  padding-top: 10px;
  margin-top: 15px;
}

.login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}

/* select2 dropdowns */
.login .content .select2-container {
  border-left: 2px solid #35aa47 !important;
}

.login .content .select2-container .select2-choice {
  border-left: none !important;
}

.login .content .select2-container i {
  display: inline-block;
  position: relative;
  color: #ccc;
  z-index: 1;
  top: 1px;
  margin: 4px 4px 0px 3px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
}

.login .content .has-error .select2-container i {
  color: #b94a48;
}

.login .content .select2-container a span {
  font-size: 13px;
}

.login .content .select2-container a span img {
  margin-left: 4px;
}

/* footer copyright */
.login .copyright {
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  color: #999;
  font-size: 11px;
}

.language .dropdown-toggle {
  line-height: 34px;
  padding: 12px 7px 12px 7px;
  text-decoration: none;
}
.language .dropdown-toggle .username,
.language .dropdown-toggle > i {
  color: #333;
  font-size: 14px;
}
.language .dropdown-toggle > img {
  margin-bottom: 4px;
  margin-right: 5px;
}
.language .dropdown-toggle:hover,
.language .dropdown.open .dropdown-toggle {
  background-color: #eee !important;
  text-decoration: none;
}
.language > .dropdown-menu > li > a > img {
  margin-bottom: 4px;
  margin-right: 5px;
}

/* LOADING  */
.k-loading-mask {
  z-index: 9999;
}

.k-loading-image {
  background-image: url(../img/loader.gif);
  z-index: 99999;
}

.k-state-selected,
.k-state-selected:link,
.k-list > .k-state-selected,
.k-list > .k-state-highlight,
.k-panel > .k-state-selected,
.k-button:active,
.k-ghost-splitbar-vertical,
.k-ghost-splitbar-horizontal,
.k-draghandle.k-state-selected:hover,
.k-state-hover,
.k-state-hover:hover,
.k-splitbar-horizontal-hover:hover,
.k-splitbar-vertical-hover:hover,
.k-list > .k-state-hover,
.k-marquee,
.k-pager-wrap .k-link:hover,
.k-dropdown .k-state-focused,
.k-imagebrowser-dropzone {
  background-color: #dadada;
  border-color: #dadada;
}
.k-dropdown {
  width: 100%;
}
.k-dropdown .k-state-focused .k-input {
  color: white;
}
.k-dropdown .k-input {
  font-size: 14px;
  line-height: 28px;
}
.k-dropdown .k-dropdown-wrap {
  height: 34px;
  border: 1px solid #e5e5e5;
}
.k-dropdown .k-icon {
  margin-top: 4px;
}
.k-dropdown-wrap.k-state-hover,
.k-dropdown-wrap.k-state-focused {
  background-color: #dadada;
}
.k-dropdown-wrap.k-state-focused {
  background-color: #aeaeae;
  background-image: url('textures/highlight.png');
  background-image: none, -webkit-linear-gradient(top, #aeaeae 0, #aeaeae 100%);
  background-image: none, -moz-linear-gradient(top, #aeaeae 0, #aeaeae 100%);
  background-image: none, -o-linear-gradient(top, #aeaeae 0, #aeaeae 100%);
  background-image: none, linear-gradient(to bottom, #aeaeae 0, #aeaeae 100%);
  background-position: 50% 50%;
  border-color: #aeaeae;
  color: white;
}
.k-button:hover,
.k-button.k-state-hover,
.k-button:focus,
.k-button.k-state-focused,
.k-textbox:hover,
.k-state-hover,
.k-state-hover:hover,
.k-pager-wrap .k-link:hover,
.k-other-month.k-state-hover .k-link,
div.k-filebrowser-dropzone em,
.k-draghandle:hover {
  background-image: url('textures/highlight.png');
  background-image: none, -webkit-linear-gradient(top, #aeaeae 0, #aeaeae 100%);
  background-image: none, -moz-linear-gradient(top, #aeaeae 0, #aeaeae 100%);
  background-image: none, -o-linear-gradient(top, #aeaeae 0, #aeaeae 100%);
  background-image: none, linear-gradient(to bottom, #aeaeae 0, #aeaeae 100%);
}
.k-dropdown-wrap.k-state-hover {
  background-color: #aeaeae;
  background-image: url('textures/highlight.png');
  background-image: none, -webkit-linear-gradient(top, #aeaeae 0, #eaeaea 100%);
  background-image: none, -moz-linear-gradient(top, #aeaeae 0, #aeaeae 100%);
  background-image: none, -o-linear-gradient(top, #aeaeae 0, #aeaeae 100%);
  background-image: none, linear-gradient(to bottom, #aeaeae 0, #aeaeae 100%);
  background-position: 50% 50%;
  border-color: #aeaeae;
}
.k-state-selected,
.k-state-selected:link,
.k-state-selected:visited,
.k-list > .k-state-selected,
.k-list > .k-state-highlight,
.k-panel > .k-state-selected,
.k-ghost-splitbar-vertical,
.k-ghost-splitbar-horizontal,
.k-draghandle.k-state-selected:hover,
.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-scheduler .k-today.k-state-selected,
.k-marquee-color {
  color: #787878;
  background-color: rgb(232, 232, 232);
  border-color: #787878;
}
.k-state-selected,
.k-state-selected:link,
.k-list > .k-state-selected,
.k-list > .k-state-highlight,
.k-panel > .k-state-selected,
.k-button:active,
.k-ghost-splitbar-vertical,
.k-ghost-splitbar-horizontal,
.k-draghandle.k-state-selected:hover,
.k-state-hover,
.k-item.k-state-hover:hover,
.k-state-hover:hover,
.k-splitbar-horizontal-hover:hover,
.k-splitbar-vertical-hover:hover,
.k-list > .k-state-hover,
.k-marquee,
.k-pager-wrap .k-link:hover,
.k-dropdown .k-state-focused,
.k-imagebrowser-dropzone {
  background-color: #dadada;
  border-color: #dadada;
}
@media (max-width: 480px) {
  /***
  Login page
  ***/
  .login .logo {
    margin-top: 10px;
  }

  .login .content {
    padding1: 20px;
    width: 280px;
  }

  .login .content h3 {
    font-size: 22px;
  }

  .login .checkbox {
    font-size: 13px;
  }
}
