/* +-----------------------------------------------------------------------------+
*    This file is subject to the terms and conditions defined in
*    file 'LICENSE.txt', which is part of this source code package.
* +------------------------------------------------------------------------------+
*/
/* 
    Created on : April 12, 2018, 11:15:30 AM
    Author     : Ansar
*/

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on August 27, 2016 */

@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-thin.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-thinitalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-lightitalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-light.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-mediumitalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-bolditalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-black.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-blackitalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'robotocondensed';
    src: url('../fonts/robotocondensed-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'robotocondensed';
    src: url('../fonts/robotocondensed-lightitalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'robotocondensed';
    src: url('../fonts/robotocondensed-regular.woff') format('woff');
    font-weight: 400;
}

/*sighn -in style start */

* {
  margin: 0;
  padding: 0;
}
html, body {
  margin: 0;
  height: 100%;
  font-family: 'Roboto'
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
p, li, ul, label{
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  list-style: none;
}
b{
  list-style: none;
}
a {
  color: inherit;
  font-weight: 400;
}
a:hover, a:focus, a:active {
  outline: none !important;
  text-decoration: none !important;
}
.clear {
  clear: both;
}
body{
 background: url("../images/login_screen/appleseed-bg.jpg") no-repeat scroll center center / cover ;
 background-attachment: fixed;
}
body.aligned-bg{
  background: url("../images/login_screen/aligned-bg.jpg") no-repeat scroll center center / cover ;
  background-attachment: fixed;
}
.log-in-wrapper{
  width:350px;
 height: 100%;
 display: table;
 margin: 0 auto;
}
.logIn-innerWrap{
display: table-cell;
vertical-align: middle;
  width: 100%;
}
.logIn-formWrap{
  position:relative;
  width: 100%;
  height: auto;
  float: left;
  background-color:#fff; 
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
}
.logo{
  float: left;
  width: 100%;
  margin: 30px 0;
  text-align: center;
}
.formWrap{
  float: left;
  width: 100%;
  padding: 0 45px;
}
.formWrap form{
  float: left;
  width: 100%;
}
.formWrap .form-group{
  margin-bottom: 15px;
}
.formWrap .form-group label{
  font-size: 11px;
  color: #64686d;
  font-weight: 700;
  margin-bottom: 5px;
  letter-spacing: 2px;
}
.formWrap .form-group .form-control{
  border-color: #e3e3e3;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 40px;
  color: #000;
  font-size: 12px;
  box-shadow: none;
}
.formWrap .form-group .form-control:focus{
  outline: none;
  box-shadow: none;
}
.formWrap .loginSubmit{
  float: left;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 15px;
}
.loginSubmit .logIn-btn,
.proceedCancel-btn .logIn-btn{
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35px;
  padding: 8px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border: 1px solid transparent;
}
.loginSubmit .logIn-btn:before,
.proceedCancel-btn .logIn-btn:before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #96ae1c;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.loginSubmit .logIn-btn:hover:before, 
.loginSubmit .logIn-btn:focus:before, 
.loginSubmit .logIn-btn:active:before,
.proceedCancel-btn .logIn-btn:hover:before,
.proceedCancel-btn .logIn-btn:focus:before,
.proceedCancel-btn .logIn-btn:active:before{
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.loginSubmit .logIn-btn.btn-green,
.proceedCancel-btn .logIn-btn.btn-green{
  background-color: #96ae1c;
}
.loginSubmit .logIn-btn.btn-green:before,
.proceedCancel-btn .logIn-btn.btn-green:before{
  background: #abc01c;
  border-color: #abc01c;
  color: #fff;
}

.formWrap .checkbox{
  float: left;
  margin:0;
}
.formWrap .checkbox label{
  padding-left: 12px;
}
.formWrap .checkbox input[type="checkbox"] ~ .text::before{
    color: #000000;
}
.formWrap .checkbox input[type="checkbox"]:checked ~ .text::before{
    color: #96ae1c;
}
.formWrap .checkbox .text{
  color: #000000;
  font-size: 12px;
}
.forgot-pass{
  text-align:center;
}
.forgot-pass a{
  font-size: 12px;
  color: #000;
}


/*======= Aligned-login style start ======*/


.logo p{
  font-size: 16px;
  color: #6db70c;
  margin-top: 3px;
}
.log-in-wrapper.signUp-table{
  margin-top: 30px;
}

.log-in-wrapper.aligned .form-group label{
  color: #000;
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 300;
  letter-spacing: normal;
}
.log-in-wrapper.aligned .form-group .form-control,
.log-in-wrapper.aligned .form-group  .dropdown-toggle{
  padding: 3px 0;
  border: 0;
  display: block;
  background: none;
  font-size: 12px;
  width: 100%;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  box-shadow: none;
  height: 25px;
}

.log-in-wrapper.aligned .form-group  .dropdown-toggle .bs-caret{
  display: none;
}
.log-in-wrapper.aligned .form-group  .dropdown-toggle:hover,
.log-in-wrapper.aligned .form-group  .dropdown-toggle:focus,
.log-in-wrapper.aligned .form-group  .dropdown-toggle:active{
  background: none;
  outline: none!important;
  color: #000;
}
.log-in-wrapper.aligned .form-group .bootstrap-select.btn-group .dropdown-menu{
  padding: 0;
  border-radius: 0;
}
.log-in-wrapper.aligned .form-group .bootstrap-select.btn-group .dropdown-menu li a{
  font-size: 12px;
  color: #404040;
  padding: 5px 10px;
}

.log-in-wrapper.aligned .form-group .bar {
  position: relative;
  border-bottom: 1px solid #cccccc;
  display: block;
}
.log-in-wrapper.aligned .form-group .bar::before{
  content: '';
  height: 2px;
  width: 0;
  left: 50%;
  bottom: -1px;
  position: absolute;
  background: #96ae1c;
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}

.facilityId{
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: center;
  padding: 5px;
  background-color: #fbfbfb;
}
.facilityId p{
  font-size: 12px;
  color: #7d7d7d;
}
.facilityId a{
  color: #454444;
  font-size: 12px;
  font-weight: 700;
}
.log-in-wrapper.aligned .forgot-pass{
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.signUp-form,
.logIn-form{
  float: left;
  width: 100%;
  margin: 15px 0;
  text-align: center;
}
.logIn-form{
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  text-align: center;
}
.signUp-form span,
.logIn-form span{
  font-size: 12px;
  color: #000;
} 
.signUp-form span a,
.logIn-form span a{
  color: #8aa406;
  font-weight:600;
}

.log-in-wrapper.aligned .form-group select:focus,
.log-in-wrapper.aligned .form-group input:focus,
.log-in-wrapper.aligned .form-group textarea:focus {
  outline: none;
}
.log-in-wrapper.aligned .form-group select:focus ~ .control-label,
.log-in-wrapper.aligned .form-group input:focus ~ .control-label,
.log-in-wrapper.aligned .form-group textarea:focus ~ .control-label {
  color: #000;
}
.log-in-wrapper.aligned .form-group select:focus ~ .bar::before,
.log-in-wrapper.aligned .form-group input:focus ~ .bar::before,
.log-in-wrapper.aligned .form-group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}

.form-group.mandatory-field{
  text-align: right;
}
.form-group.mandatory-field span{
  color: #8f8e8e;
  font-size: 11px;
}

.pass-view-icon{
  position: absolute;
  top: 20px;
  right: 15px;
  background: #fff;
}

.custom-datepicker{
  position: relative;
}
.custom-datepicker:before{
  content: '\f133';
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  font-family: fontAwesome;
  font-size: 12px;
  color: #a1a1a1;
  text-align: center;
  line-height: 20px;
}
.custom-dropdown{
  position: relative;
}
.custom-dropdown:before{
  content: '\f107';
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  font-family: fontAwesome;
  font-size: 12px;
  color: #a1a1a1;
  text-align: center;
  line-height: 20px;
}

.align-signUp,
.logIn-form{
  display: none;
}
.sign-btn{
  display: none;
}


/*1.d Checkbox*/
.checkbox,
.radio{
  position: relative;
  display: block;
  margin: 0;
}
input[type=checkbox],
input[type=radio]{
  display: none;
}
input[type=checkbox]~.text,
input[type=radio]~.text{
  padding-left: 5px;
  cursor: pointer;
  vertical-align: middle;
}
input[type=checkbox]~.text:before,
input[type=radio]~.text:before{
  position: absolute;
  top: 5px;
  left: 0;
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 13px;
  text-align: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #26a65b;
  vertical-align: bottom;
}
.radio label, .checkbox label {
  width: 100%;
  min-height: 16px;
  padding-left: 15px;
}
input[type=checkbox]~.text:before{
  content: "\f096";
  vertical-align: bottom;
}
input[type=checkbox]:checked~.text:before{
  content: "\f14a";
}
/*1.d Radio Button*/
input[type=radio]~.text:before{  
  content: "\f10c";
}
input[type=radio]:checked~.text:before{
  content: "\f192";
}
/*Disabled*/
input[type=checkbox][disabled]~.text,
input[type=radio][disabled]~.text,
input[type=checkbox][readonly]~.text,
input[type=radio][readonly]~.text,
input[type=checkbox][disabled]~.text:before,
input[type=radio][disabled]~.text:before,
input[type=checkbox][readonly]~.text:before,
input[type=radio][readonly]~.text:before{
  color:#d8e0e6;
  cursor: not-allowed;
}

.logInfooter{
  float: left;
  width: 100%;
  text-align: center;
  margin: 40px 0 10px 0;
}
.log-in-wrapper.aligned .logInfooter{
  margin-top: 60px;
}
.logInfooter p{
  font-size: 12px;
  color: #fff;
  margin :0;
}
.social-media{
  float: left;
  width:100%;
  margin-top: 10px;
}
.social-media ul{
  list-style-type: none;
  width: 75px;
  margin: 0 auto;
}
.social-media ul li{
  float: left;
  margin-right: 10px;
}
.social-media ul li a{
  font-size: 15px;
  color: #fff;
  transition: 0.2s ease-in-out;
}

.social-media ul li.fb a:hover{
  color: #3b5998;
}
.social-media ul li.twitter a:hover{
  color: #00aced;
}
.social-media ul li.gplus a:hover{
  color: #dd4b39;
}

.rmmbr-frgt-txt{
  float: left;
  width: 100%;
  margin-bottom: 80px;
}
.confirm_popup {
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
    font-size: 14px;
    position: absolute;
    top: 37%;
    width: 256px;
    z-index: 99;
    left: 33%;
    padding: 20px;
    border: 2px solid #ccc;
}
.close {
    background: url(../images/default/login/modal_close.png) no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 30px;
    position: absolute;
    top: 2px;
    right: -14px;
    width: 30px;
}
.confirm-content {
    margin: 4px 7px;
}
.clear {
    clear: both;
}
#confirm_ok {
    margin-left: 16%;
}
.confirm_btn {
    float: left;
    font-weight: bold;
    border: 1px solid #FFF;
    padding: 5px 12px;
    border-radius: 4px;
    cursor: pointer;
    cursor: hand;
    background-color: #036;
    font-family: Verdana, Geneva, sans-serif;
    color: #FFF;
    margin-top: 25px;
}
.confirm_btn {
    float: left;
    font-weight: bold;
    border: 1px solid #FFF;
    padding: 5px 12px;
    border-radius: 4px;
    cursor: pointer;
    cursor: hand;
    background-color: #036;
    font-family: Verdana, Geneva, sans-serif;
    color: #FFF;
    margin-top: 25px;
}
.msg_popup {
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
    font-size: 14px;
    position: absolute;
    top: 37%;
    width: 256px;
    z-index: 99;
    left: 33%;
    padding:20px;
    border:2px solid #ccc;
}

#result_popup {
    width: 280px;
    left: 32%;
}

#result_ok {
    margin-left: 63%;
}
.login-submit{
  position: relative;
}
.error_messages{
  position: absolute;
  bottom: -5px;
  font-size: 11px;
  right: 15px;
  text-align: center;
  color: #f00;
}
.forgot-pass-form h5.title{
  font-size: 11px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 40px;
}
.proceedCancel-btn{
  float: left;
  width: 100%;
  margin-bottom:100px; 
}
.proceedCancel-btn > div{
  float: left;
  width: 46%;
  margin: 0 5px;
}
.proceedCancel-btn > div.ok-btn{
  width: 100%;
  margin: 0;
}
.proceedCancel-btn div.cancel-btn .logIn-btn{
  border: 1px solid #96ae1c!important;
  background: transparent!important;
  color: #96ae1c!important;
}
.proceedCancel-btn div.cancel-btn .logIn-btn:hover, 
.proceedCancel-btn div.cancel-btn .logIn-btn:focus, 
.proceedCancel-btn div.cancel-btn .logIn-btn:active{
  color: #fff!important;
}
.forgot-pass-form,
.ok-btn{
  display: none;
}

.alert.align-error{
  padding:5px 15px;
  border-radius:0;
}
.alert.align-error span{
  font-size:12px;
}