/*
Color Codes:
Green = #017840;
*/

/* Reset Browser Default Styling --- Starts Here */
html, body{
	margin: 0;
	padding: 0;
	height: 100%;
}

body{
	min-height: 100%;
}

/* Reset Input Placeholder text color --- Starts Here */
/* Chrome */
::-webkit-input-placeholder {
  color: #444 !important;
  transition: opacity 250ms ease-in-out;
}
:focus::-webkit-input-placeholder {
  opacity: 0.5;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #444 !important;
  transition: opacity 250ms ease-in-out;
}
:focus:-ms-input-placeholder {
  opacity: 0.5;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #444 !important;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus::-moz-placeholder {
  opacity: 0.5;
}

/* Firefox 4 - 18 */
:-moz-placeholder {
  color: #444 !important;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus:-moz-placeholder {
  opacity: 0.5;
}
/* Reset Input Placeholder text color --- Ends Here*/
/* Reset Browser Default Styling --- Ends Here */

/* TFP Body --- Starts Here */
body.tfp-backdrop{
	background: transparent url(../frontend/images/slider/main_gate.jpg) no-repeat 0 0;
	background-size: cover; 
	background-position: center;
}

/* Navigation Links */
.nav-link, .nav-link:hover{
	color: #017840;;
}

/* Application Header --- Starts Here */
header.app-go-back{
	position: absolute;
	left: 20px;
	top: 10px;
	z-index: 10;
}

.tfp-login header .nav-link{
	color: #b9b9b9;
	transition: all 0.5s;
    position: relative;
    padding: 0rem 0rem 0rem 1.1rem;
}

.tfp-login header .nav-link:hover{
	color: #fff;
	text-decoration: underline;
}

.tfp-login header .nav-link i{
	margin-right: 10px;
	position: absolute;
    left: 0;
    top: 4px;
    transition: left 0.5s;
}

.tfp-login header .nav-link:hover i{
	left: -8px;
}
/* Application Header --- Ends Here */
/* TFP Body --- Ends Here */

/* [LOGIN PAGE] --- Starts Here*/
.tfp-login-form-scaffold{
	min-width: 350px;
	min-height: 200px; 
	/*background: #fff;*/
	background-color: transparent;
	padding: 15px;
	/*border-radius: 10px;
	box-shadow: 0px 0px 15px 8px rgba(0, 0, 0, 0.5);*/
	position: relative;
}

/* Heaader */
header.tfp-logo-wrapper{
	position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 15px;
    left: 0;
    top: 42px;
}

header nav{
	width: 130px;
	height: 130px;
	margin: 0 auto 0.8rem auto;
	background: #fff;
    border-radius: 50%;
    padding: 10px;
    /*box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);*/
}

header nav a.app-logo{
	background: transparent url(../assets/img/logo/logo.png) no-repeat 0 0;
	background-size: contain; 
	text-decoration: none;
	display: inline-block;
	width: 100%;
	height: 100%;
}

/* Content */
section.tfp-login-form-wrapper{
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 15px 8px rgba(0, 0, 0, 0.5);
	box-sizing: content-box;
	padding: 5rem 0.8rem 0.8rem 0.8rem;
    margin-top: 4rem;
}

.tfp-login input.form-control{
	background: none !important;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 1px #ccc solid;
	border-radius: 0;
	color: #444;
	font-weight: 500;
}

.tfp-login input.form-control:focus{
	border-color: #F99601;
	box-shadow: none;
}

/* Animated Labels and Border in Form --- Starts Here */
.tfp-form-group input.form-control.clear{
	border-bottom: 1px #5D6C85 solid !important;
	border-radius: 0px !important;
	padding-bottom: 0rem;
}

.tfp-form-group.not-empty input.form-control.clear:not([readonly='readonly']):focus{
	border-bottom: 1px transparent solid !important;
}

.tfp-form-group input.form-control.clear{
	border: none;
	background: transparent;
	outline: none;
	box-shadow: none;
	font-weight: 700;
}

.custom-form  .form-group {
  position: relative;
  padding-top: 22px;
  margin-bottom: 16px;
}

.custom-form .form-group .animated-label {
  position: absolute;
  top: 23px;
  left: 0rem;
  bottom: 0;
  z-index: 2;
  width: 100%;
  line-height: 2rem;
  font-weight: normal !important;
  /*opacity: 0.5;*/
  cursor: text;
  /*color: #5D6C85;*/
  color: #524f4f;
  transition: 0.2s ease all;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.custom-form .form-group .animated-label:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45%;
  height: 2px;
  width: 10px;
  visibility: hidden;
  background-color:#F99601;
  transition: 0.2s ease all;
}
.custom-form .form-group.not-empty .animated-label {
  top: 5px;
  font-size: 12px;
  background-size: 0.9rem;
  line-height: 2.1;
}

.form-control {
  position: relative;
  z-index: 1;
  border-radius: 0;
  border-width: 0 0 1px;
  border-bottom-color: rgba(0,0,0,0.25);
  height: auto;
  padding: 3px 0 5px;
}

.form-control.clear:not([readonly='readonly']):focus {
  box-shadow: none;
  /*border-bottom-color: rgba(0,0,0,0.12);*/
  border-bottom-color: transparent !important;
}

.form-control:focus ~ .animated-label {
  top: 0px;
  opacity: 1;
  color: #a6afbf;
  font-size: 12px;
  background-size: 0.9rem;
  line-height: 2.1;
}

.form-control:not([readonly='readonly']):focus ~ .animated-label:after {
  visibility: visible;
  width: 100%;
  left: 0;
}

.form-group.not-empty .animated-label{
	z-index: 0;
}
/* Animated Labels and Border in Form --- Ends Here */

/* Footer */
.tfp-login footer .nav-link{
	text-decoration: underline;
}

.tfp-login footer .nav-link:hover{
	text-decoration: none;
}
/* [LOGIN PAGE] --- Ends Here*/

/* Application Helpers --- Starts Here */
/* Display Elements Styling --- Starts Here*/
.d-flex{display: flex;}
.d-block{display: block;}
.d-none{display: none;}
.d-iblock{display: inline-block;}
/* Display Elements Styling --- Ends Here*/

/* Align Elements :: Vertically + Horizontally Center Styling --- Starts Here*/
.align-flex-vc{
	align-items: center;
	justify-content: center;
}
/* Align Elements :: Vertically + Horizontally Center Styling --- Ends Here*/

/* Height in Percentage --- Starts Here */
.h5{height: 5%;}
.h10{height: 10%;}
.h15{height: 15%;}
.h20{height: 20%;}
.h25{height: 25%;}
.h30{height: 30%;}
.h35{height: 35%;}
.h40{height: 40%;}
.h45{height: 45%;}
.h50{height: 50%;}
.h55{height: 55%;}
.h60{height: 60%;}
.h65{height: 65%;}
.h70{height: 70%;}
.h75{height: 75%;}
.h80{height: 80%;}
.h85{height: 85%;}
.h90{height: 90%;}
.h95{height: 95%;}
.h100{height: 100%;}
/* Height in Percentage --- Ends Here */

/* Global - Margin Styling --- Starts Here*/
.m-auto{margin: 0 auto;}
/*- Margin Top -*/
.m-t-5px{margin-top: 5px !important;}
.m-t-10px{margin-top: 10px !important;}
.m-t-12px{margin-top: 12px !important;}
.m-t-15px{margin-top: 15px !important;}
.m-t-20px{margin-top: 20px !important;}
.m-t-30px{margin-top: 30px !important;}
.m-t-40px{margin-top: 40px !important;}
.m-t-50px{margin-top: 50px !important;}

/*- Margin Right -*/
.m-r-5px{margin-right: 5px !important;}
.m-r-10px{margin-right: 10px !important;}
.m-r-15px{margin-right: 15px !important;}
.m-r-20px{margin-right: 20px !important;}
.m-r-30px{margin-right: 30px !important;}
.m-r-40px{margin-right: 40px !important;}
.m-r-50px{margin-right: 50px !important;}

/*- Margin Bottom -*/
.m-b-5px{margin-bottom: 5px !important;}
.m-b-10px{margin-bottom: 10px !important;}
.m-b-15px{margin-bottom: 15px !important;}
.m-b-20px{margin-bottom: 20px !important;}
.m-b-30px{margin-bottom: 30px !important;}
.m-b-40px{margin-bottom: 40px !important;}
.m-b-50px{margin-bottom: 50px !important;}

/*- Margin Left -*/
.m-l-3px{margin-left: 3px !important;}
.m-l-4px{margin-left: 4px !important;}
.m-l-5px{margin-left: 5px !important;}
.m-l-10px{margin-left: 10px !important;}
.m-l-15px{margin-left: 15px !important;}
.m-l-20px{margin-left: 20px !important;}
.m-l-30px{margin-left: 30px !important;}
.m-l-40px{margin-left: 40px !important;}
.m-l-50px{margin-left: 50px !important;}

/*- No Margins -*/
.no-mb{margin-bottom: 0rem !important;}
.no-m{margin: 0 !important;}
/* Global - Margin Styling --- Ends Here*/

/* Global - Padding Styling --- Starts Here*/
.no-px{padding:0px 0px !important;}
.no-p{padding: 0 !important;}
/*- Padding Top -*/
.p-t-5px{padding-top: 5px !important;}
.p-t-6px{padding-top: 6px !important;}
.p-t-7px{padding-top: 7px !important;}
.p-t-8px{padding-top: 8px !important;}
.p-t-9px{padding-top: 9px !important;}
.p-t-10px{padding-top: 10px !important;}
.p-t-15px{padding-top: 15px !important;}
.p-t-20px{padding-top: 20px !important;}
.p-t-25px{padding-top: 25px !important;}
.p-t-30px{padding-top: 30px !important;}
.p-t-35px{padding-top: 35px !important;}

/*- Padding Right -*/
.p-r-5px{padding-right: 5px !important;}
.p-r-6px{padding-right: 6px !important;}
.p-r-7px{padding-right: 7px !important;}
.p-r-8px{padding-right: 8px !important;}
.p-r-9px{padding-right: 9px !important;}
.p-r-10px{padding-right: 10px !important;}
.p-r-15px{padding-right: 15px !important;}
.p-r-20px{padding-right: 20px !important;}
.p-r-25px{padding-right: 25px !important;}
.p-r-30px{padding-right: 30px !important;}
.p-r-35px{padding-right: 35px !important;}

/*- Padding Bottom -*/
.p-b-5px{padding-bottom: 5px !important;}
.p-b-6px{padding-bottom: 6px !important;}
.p-b-7px{padding-bottom: 7px !important;}
.p-b-8px{padding-bottom: 8px !important;}
.p-b-9px{padding-bottom: 9px !important;}
.p-b-10px{padding-bottom: 10px !important;}
.p-b-15px{padding-bottom: 15px !important;}
.p-b-20px{padding-bottom: 20px !important;}
.p-b-25px{padding-bottom: 25px !important;}
.p-b-30px{padding-bottom: 30px !important;}
.p-b-35px{padding-bottom: 35px !important;}

/*- Padding Left -*/
.p-l-5px{padding-left: 5px !important;}
.p-l-6px{padding-left: 6px !important;}
.p-l-7px{padding-left: 7px !important;}
.p-l-8px{padding-left: 8px !important;}
.p-l-9px{padding-left: 9px !important;}
.p-l-10px{padding-left: 10px !important;}
.p-l-15px{padding-left: 15px !important;}
.p-l-20px{padding-left: 20px !important;}
.p-l-25px{padding-left: 25px !important;}
.p-l-30px{padding-left: 30px !important;}
.p-l-35px{padding-left: 35px !important;}
/* Global - Padding Styling --- Ends Here*/

/* Global - Font Styling --- Starts Here*/
.text-normal{
	font-weight: normal !important;
}

.text-bold{
	font-weight: bold !important;
}

.text-uppercase{
	text-transform: uppercase;
}

.text-lowercase{
	text-transform: lowercase;
}

form label.label-mandatory::after{
	content: "*";
	margin-left: 3px;
	color: #f93001;
	font-weight: bold;
}

form label.label-non-mandatory::after{
	content: "";
	color: #f93001;
	font-weight: bold;
}

.msg-error-text{
	color: #dc3545;
	font-size: 0.8em;
}
/* Global - Font Styling --- Ends Here*/

/* Global - Show/Hide Password --- Starts Here*/
.tfp-data-toggle-checkbox{
	width: 1.2em;
	height: 1.2em;
	position: absolute;
	top: 28px;
	right: 0;
	z-index: 3;
}

.tfp-data-toggle-checkbox label:after{
    content: '';
    display: table;
    clear: both;
}

.tfp-data-toggle-checkbox .cr{
    position: relative;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    float: left;
    cursor: pointer;
}

.tfp-data-toggle-checkbox .cr .cr-icon-show{
    position: absolute;
    font-size: 1.2em;
    line-height: 0;
    top: 55%;
    left: 0%;
    display: none;
}

.tfp-data-toggle-checkbox .cr .cr-icon-hide{
    position: absolute;
    font-size: 1.2em;
    line-height: 0;
    top: 55%;
    left: 0%;
    display: inline-block;
    color: #888;
}

.tfp-data-toggle-checkbox label input[type="checkbox"]{
    display: none;
}

.tfp-data-toggle-checkbox label input[type="checkbox"] + .cr > .cr-icon{
    /*transform: scale(3) rotateZ(-20deg);*/
    opacity: 1;
    transition: all .3s ease-in;
}

/*.tfp-data-toggle-checkbox label input[type="checkbox"]:checked + .cr > .cr-icon{
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}*/

.tfp-data-toggle-checkbox label input[type="checkbox"]:checked + .cr > .cr-icon-show{
    display: inline-block;
}

.tfp-data-toggle-checkbox label input[type="checkbox"]:checked + .cr > .cr-icon-hide{
    display: none;
}

.tfp-data-toggle-checkbox label input[type="checkbox"]:disabled + .cr{
    opacity: .5;
}
/* Global - Show/Hide Password --- Ends Here*/

/* Application Helpers --- Ends Here */

/* Bootstrap Overrides --- Starts Here */
.btn.btn-green{
	background-color: #017840;
	border-color: #074025;
	width: 100%;
	border-radius: 5px;
	transition: background-color 0.2s, border-color  0.2s;
}

.btn.btn-green:hover {
    background: #059652;
    border-color: #0bb968;
}

.btn{
	width: 100%;
	border-radius: 5px;
	transition: background-color 0.2s, border-color  0.2s;
}

/* Bootstrap Overrides --- Ends Here */


.footerMsg {
	color: #263544;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}