/* CUSTOMIZE THE FONT
-------------------------------------------------- */
/* GothamNarrow-Light */
@font-face {
    font-family: 'GothamNarrow-Light';
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/GothamNarrow-Light.otf") format("opentype");
}
@font-face {
    font-family: 'GothamNarrow-Light';
    font-weight: normal;
    font-style: italic;
    src: url("../fonts/GothamNarrow-LightItalic.otf") format("opentype");
}

/* GothamNarrow-Book */
@font-face {
    font-family: 'GothamNarrow-Book';
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/GothamNarrow-Book.otf") format("opentype");
}
@font-face {
    font-family: 'GothamNarrow-Book';
    font-weight: normal;
    font-style: italic;
    src: url("../fonts/GothamNarrow-BookItalic.otf") format("opentype");
}

/* GothamNarrow-Medium */
@font-face {
    font-family: 'GothamNarrow-Medium';
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/GothamNarrow-Medium.otf") format("opentype");
}
@font-face {
    font-family: 'GothamNarrow-Medium';
    font-weight: normal;
    font-style: italic;
    src: url("../fonts/GothamNarrow-MediumItalic.otf") format("opentype");
}

/* GothamNarrow-Bold */
@font-face {
    font-family: 'GothamNarrow-Bold';
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/GothamNarrow-Bold.otf") format("opentype");
}
@font-face {
    font-family: 'GothamNarrow-Bold';
    font-weight: normal;
    font-style: italic;
    src: url("../fonts/GothamNarrow-BoldItalic.otf") format("opentype");
}


.ayambrand-mt10 { margin-top: 10px; }
.ayambrand-mt20 { margin-top: 20px; }
.ayambrand-mt30 { margin-top: 30px; }
.ayambrand-mt40 { margin-top: 40px; }
.ayambrand-mt50 { margin-top: 50px; }
.ayambrand-mt60 { margin-top: 60px; }
.ayambrand-mt70 { margin-top: 70px; }
.ayambrand-mt80 { margin-top: 80px; }
.ayambrand-mt90 { margin-top: 90px; }
.ayambrand-mt100 { margin-top: 100px; }

.ayambrand-mb10 { margin-bottom: 10px; }
.ayambrand-mb20 { margin-bottom: 20px; }
.ayambrand-mb30 { margin-bottom: 30px; }
.ayambrand-mb40 { margin-bottom: 40px; }
.ayambrand-mb50 { margin-bottom: 50px; }
.ayambrand-mb60 { margin-bottom: 60px; }
.ayambrand-mb70 { margin-bottom: 70px; }
.ayambrand-mb80 { margin-bottom: 80px; }
.ayambrand-mb90 { margin-bottom: 90px; }
.ayambrand-mb100 { margin-bottom: 100px; }


/* AYAM BRAND - BODY START */
html, body{
	position:relative;
	height: 100%;
}

body {
    font-family: sans-serif;
    min-height: 100%;
    margin-bottom: -127px;
    padding-bottom: 127px;
}


.container-fluid{
	min-height: 100%;
}

input[type=file] {
    display: none;

}

.line {
	border: 0.5px solid #ebebeb;
	margin: 20px 0;
}

/*input {
	outline: none;
	border: none;
}

textarea {
  	outline: none;
  	border: none;
}*/

/*textarea:focus, input:focus {
  	border-color: transparent !important;
}*/

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}

button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

a {
    color: #ffffff;
    text-decoration: none;
}


/* AYAM BRAND - MEMBERS LOGIN */
section#ayambrand-bg-login {
	height: 100%;
	width: 100%;
	background-color: #ef1c23;
	background-image: -webkit-linear-gradient(#000000 -15%, #8b0004 5%, #ef1c23 40%, #ef1c23 65%, #340001 100%);
	background-image: -o-linear-gradient(#000000 -15%, #8b0004 5%, #ef1c23 40%, #ef1c23 65%, #340001 100%);
	background-image: -moz-linear-gradient(#000000 -15%, #8b0004 5%, #ef1c23 40%, #ef1c23 65%, #340001 100%);
	background-image: linear-gradient(#000000 -15%, #8b0004 5%, #ef1c23 40%, #ef1c23 65%, #340001 100%);
	position: absolute;
	min-height: 100%;
	overflow: scroll;
}

.ayambrand-logo img {
	margin: auto auto;
	padding: 30px 0 50px 0;
}

form.ayambrand-form .ayambrand-wrapinput {
  	width: 100%;
  	position: relative;
  	border-bottom: 1px solid #ffffff;
  	margin-bottom: 35px;
}

form.ayambrand-form .input100 {
	font-family: 'GothamNarrow-Book';
	font-size: 14px;
	color: #ffffff;
	line-height: 1.2;
	display: block;
	width: 100%;
	height: 45px;
	background: transparent;
	padding: 0 5px;
	border: none;
	outline-offset: 0;
	outline: -webkit-focus-ring-color auto 0px;
}

form.ayambrand-form .focus-input100 {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}

form.ayambrand-form .focus-input100::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 0px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	background: #ffdc00;
	background: -webkit-linear-gradient(#ffdc00, #ff8e00);
	background: -o-linear-gradient(#ffdc00, #ff8e00);
	background: -moz-linear-gradient(#ffdc00, #ff8e00);
	background: linear-gradient(#ffdc00, #ff8e00);
}

form.ayambrand-form .focus-input100::after {
	font-size: 14px;
	color: #ffffff;
	line-height: 1.2;
	content: attr(data-placeholder);
	display: block;
	width: 100%;
	position: absolute;
	top: 16px;
	left: 0px;
	padding-left: 5px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

form.ayambrand-form .input100:focus + .focus-input100::after {
  	top: -15px;
}

form.ayambrand-form .input100:focus + .focus-input100::before {
  	width: 100%;
}

form.ayambrand-form .has-val.input100 + .focus-input100::after {
  	top: -15px;
}

form.ayambrand-form .has-val.input100 + .focus-input100::before {
  	width: 100%;
}

form.ayambrand-form .btn-show-pass {
	font-size: 14px;
	color: #ffffff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	padding-right: 5px;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

form.ayambrand-form .btn-show-pass:hover {
	color: #200f00;
	color: -webkit-linear-gradient(#ffdc00, #ff8e00);
	color: -o-linear-gradient(#ffdc00, #ff8e00);
	color: -moz-linear-gradient(#ffdc00, #ff8e00);
	color: linear-gradient(#ffdc00, #ff8e00);
}

form.ayambrand-form .btn-show-pass.active {
	color: #ffdc00;
	color: -webkit-linear-gradient(#ffdc00, #ff8e00);
	color: -o-linear-gradient(#ffdc00, #ff8e00);
	color: -moz-linear-gradient(#ffdc00, #ff8e00);
	color: linear-gradient(#ffdc00, #ff8e00);
}

form.ayambrand-form .wrap-login100-form-btn {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
	border-radius: 0;
	overflow: hidden;
	margin: 0 auto;
}

form.ayambrand-form .login100-form-bgbtn {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #f0a817;
	background: -webkit-linear-gradient(#f0a817, #ff6d00);
	background: -o-linear-gradient(#f0a817, #ff6d00);
	background: -moz-linear-gradient(#f0a817, #ff6d00);
	background: linear-gradient(#f0a817, #ff6d00);
	top: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

form.ayambrand-form .login100-form-btn:hover {
	background: #ffdc00;
	background: -webkit-linear-gradient(#ffdc00, #ff8e00);
	background: -o-linear-gradient(#ffdc00, #ff8e00);
	background: -moz-linear-gradient(#ffdc00, #ff8e00);
	background: linear-gradient(#ffdc00, #ff8e00);
}

form.ayambrand-form .login100-form-btn {
	font-family: 'GothamNarrow-Medium';
	font-size: 14px;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	width: 100%;
	height: 40px;
}


/* AYAM BRAND - MAIN PAGE */
/* AYAM BRAND - NAV */
nav.ayambrand-navbar {
	color: #ffffff;
	font-family: sans-serif;
}

nav.ayambrand-navbar.navbar-inverse .navbar-brand {
    color: #fff!important;
    background-color: transparent;
}

nav.ayambrand-navbar.navbar-inverse .navbar-brand img {
	display: inline-block;
	max-width: 45px;
}

nav.ayambrand-navbar.navbar-inverse .navbar-brand span {
    font-size: 14px;
    font-family: 'GothamNarrow-Medium';
    font-weight: bold;
    padding: 0 10px;
}

nav.ayambrand-navbar.navbar-inverse .navbar-brand {
    height: 50px;
    padding: 5px 10px;
    font-size: 14px;
}

nav.ayambrand-navbar.navbar-inverse {
    background-color: #ef1c23;
    border-color: #ef1c23;
}

nav .ayambrand-username {
	color: #ffffff;
}

nav .ayambrand-username h5 {
	font-family: 'GothamNarrow-Book';
    display: inline-block;
    float: left;
    line-height: 30px;
    font-size: 12px;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

nav.ayambrand-navbar.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
}

nav.ayambrand-navbar.navbar-inverse .navbar-nav>li>a:hover {
    color: #200f00;
}

nav.ayambrand-navbar.navbar-inverse .navbar-nav>.open>a,
nav.ayambrand-navbar.navbar-inverse .navbar-nav>.open>a:focus,
nav.ayambrand-navbar.navbar-inverse .navbar-nav>.open>a:hover {
    color: #200f00;
    background-color: transparent;
}

nav.ayambrand-navbar.navbar-inverse .navbar-nav .dropdown-menu>li>a {
	font-family: sans-serif;
	font-weight: 500;
}


/* AYAM BRAND - OUTLET */
section#ayambrand-task {
	padding-top: 65px;
}

.ayambrand-outlet-info h4 {
	font-family: 'GothamNarrow-Bold';
}

.ayambrand-outlet-info address.store-location {
	font-family: 'GothamNarrow-Book';
}

.ayambrand-time-control {
	padding-top: 50px;
}

.ayambrand-time-control a i {
	color: #ff6e00;
	font-size: 140px;
}

.ayambrand-time-control a i:hover {
	color: #ef1c23;
}

.ayambrand-time-control h4 {
	font-family: 'GothamNarrow-Bold';
	margin-bottom: 0;
}

.ayambrand-time-control span.timeslot-position {
	font-family: 'GothamNarrow-Bold';
	font-size: 18px;
	color: #ff6e00;
	text-transform: uppercase;
}

.ayambrand-taskaction h4 {
	font-family: 'GothamNarrow-Medium';
}

.ayambrand-taskaction button>i {
	padding-right: 5px;
}

.ayambrand-taskaction button.btn-no {
	color: #ffffff;
	background-color: #3d3d3d;
	background-image: -webkit-linear-gradient(#3d3d3d, #000000);
	background-image: -o-linear-gradient(#3d3d3d, #000000);
	background-image: -moz-linear-gradient(#3d3d3d, #000000);
	background-image: linear-gradient(#3d3d3d, #000000);
}

.ayambrand-taskaction button.btn-yes {
	color: #ffffff;
	background-color: #ff6d00;
	background-image: -webkit-linear-gradient(#f0a817, #ff6d00);
	background-image: -o-linear-gradient(#f0a817, #ff6d00);
	background-image: -moz-linear-gradient(#f0a817, #ff6d00);
	background-image: linear-gradient(#f0a817, #ff6d00);
}

.ayambrand-taskaction button.btn-yes.btn-full {
	width: 100%;
}

.ayambrand-taskaction button.btn {
	font-family: 'GothamNarrow-Bold';
	width: 48%;
	border-radius: 0;
}


/* AYAM BRAND - STOCK BALANCE */
.ayambrand-successmsg {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 8px;
}

.ayambrand-errormsg {
    color: #ffffff;
    background-color: #FE3a3a;
    border-color: #d6e9c6;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 8px;
}

.ayambrand-stock {
	height: 70vh;
    overflow: auto;
    overflow-x: hidden;
    z-index: -9;
}

.ayambrand-products {
    background-color: #fff;
    border-bottom: 1px solid #ef1c23;
    padding: 8px 0;
}

.ayambrand-prodimg img { margin: auto auto; }

.ayambrand-prodinfo {}

.ayambrand-prodinfo h5 {
	font-family: 'GothamNarrow-Medium';
	margin-top: 0;
	margin-bottom: 0;
	display: inline-block;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: inherit;
}

.ayambrand-prodinfo p {
	font-family: 'GothamNarrow-Bold';
	color: #ee3439;
	margin: 0 0 3px;
}

button.btn-submit {
	font-family: 'GothamNarrow-Medium';
    color: #ffffff;
    background-color: #ff6d00;
    background-image: -webkit-linear-gradient(#f0a817, #ff6d00);
    background-image: -o-linear-gradient(#f0a817, #ff6d00);
    background-image: -moz-linear-gradient(#f0a817, #ff6d00);
    background-image: linear-gradient(#f0a817, #ff6d00);
    /* position:fixed; */
    position:absolute;
    bottom: 88px;
    width: 100%;
    border-radius: 0;
}

button.btn-submit:hover,
button.btn-submit:active,
button.btn-submit:focus {
	color: #ffffff;
	background-color: #ff6d00;
	background-image: -webkit-linear-gradient(#ff6d00, #f0a817);
	background-image: -o-linear-gradient(#ff6d00, #f0a817);
	background-image: -moz-linear-gradient(#ff6d00, #f0a817);
	background-image: linear-gradient(#ff6d00, #f0a817);
}


/* AYAM BRAND - TAKE PHOTO */
.ayambrand-takephoto {
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
	padding: 15px;
}

.ayambrand-takephoto i.fa-camera {
	font-size: 18px;
}

.ayambrand-takephoto h4 {
	font-family: 'GothamNarrow-Medium';
}

/*.ayambrand-taskaction {
    text-align: center;
}*/


/* AYAM BRAND - PHOTO */
.ayambrand-shelves-counter-photo {}

.ayambrand-shelves-counter-photo .col-xs-7 {
	padding-right: 5px;
	padding-left: 0;
}

.ayambrand-shelves-counter-photo .ayambrand-photo {
    background-color: #ebebeb;
    text-align: center;
    height: 260px;
    width: 185px;
    margin-bottom: 10px;
    background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
}

.ayambrand-photo { position: relative; }

.ayambrand-uiafhik {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.ayambrand-shelves-counter-photo .ayambrand-photo i {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 240px;
    text-align: center;
    font-size: 24px;
    color: #adb5bd;
}

.ayambrand-photo-info h4 {
	font-family: 'GothamNarrow-Medium';
}

.ayambrand-photo-info label.btn-default {
	text-align: center;
	color: #ffffff;
	background-color: #ff6d00;
	background-image: -webkit-linear-gradient(#f0a817, #ff6d00);
	background-image: -o-linear-gradient(#f0a817, #ff6d00);
	background-image: -moz-linear-gradient(#f0a817, #ff6d00);
	background-image: linear-gradient(#f0a817, #ff6d00);
	border-color: transparent;
	padding: 5px 40px;
	border-radius: 0;
}

/* AYAM BRAND - PUBLIC HOLIDAY LIST */
.holidaystable {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1em;
    border: none;
}

table.holidaystable thead {
    font-family: 'GothamNarrow-Medium';
    color: #FFFFFF;
}

table.holidaystable thead th, table.holidaystable tfoot th {
    background-color: #ff6e00;
    font-family: 'GothamNarrow-Medium';
    letter-spacing: 1px;
}

.holidaystable thead th {
    border-bottom: 1px solid #ddd;
}

.holidaystable td, .holidaystable th {
    padding: 8px;
    border: none;
    background: 0 0;
    text-align: left;
    float: none !important;
}

.holidaystable tbody td, .holidaystable tfoot tr {
    border-top: 1px solid #ddd;
    text-align: left;
}

.holidaystable tbody td {
    vertical-align: top;
}

/* AYAM BRAND - LEAVE APPLICATION */
.leave-application h4 {
	font-family: 'GothamNarrow-Medium';
	font-size: 16px;
}

.leave-application select>option { font-family: 'GothamNarrow-Medium'; font-size: 14px; }

#leave-file-upload {
	display: none;
	bottom: 10px;
}


/* AYAM BRAND - MENU FOOTER */
section#ayambrand-menufooter {
    text-align: center;
    width: 100%;
    bottom: 35px;
    position:absolute;
    border-top: 1px solid #e1e1e1;
    color: #999999;
	background-color: #fff;
	z-index: 999;
}

.ayambrand-quickline ul li.col-xs-3 {
	padding-left: 5px;
	padding-right: 5px;
}

.ayambrand-quickline ul li a {
	color: #999999;
}

.ayambrand-quickline ul li a:hover,
.ayambrand-quickline ul li a.active {
	color: #333333;
	text-decoration: none;
}

.ayambrand-quickline ul li a>i { font-size: 22px; }

.ayambrand-quickline ul li a>p {
	font-size: 12px;
	font-family: 'GothamNarrow-Medium';
	margin: 0 0 5px;
}


/* AYAM BRAND - FOOTER */
footer#ayambrand-footer {
    background-color: #150800;
    color: #fff;
    bottom: 0;
    position:absolute;
    width: 100%;
    height: 35px;
    z-index: 999;
}

.ayambrand-copyright p {
	font-family: 'GothamNarrow-Book';
	text-align: center;
	font-size: 10px;
	margin-top: 10px;
}


/* AYAM BRAND - MOBILE START */
@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1170px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 991px) {}


@media only screen and (max-width: 768px) {}


@media only screen and (max-width: 767px) {
	/* AYAM BRAND - MAIN PAGE */
	/* AYAM BRAND - NAV */
	nav.ayambrand-navbar.navbar-inverse .navbar-brand { padding: 5px 0px; }

	nav.ayambrand-navbar .ayambrand-username { text-align: right; }

	nav.ayambrand-navbar .ayambrand-username h5 { float: none; }

	nav .ayambrand-username h5 {
		width: 110px;
	}

	nav.ayambrand-navbar .navbar-right .dropdown-menu {
	    right: 0;
	    left: auto;
	}

	nav.ayambrand-navbar .navbar-nav .open .dropdown-menu {
	    position: absolute;
	    float: none;
	    width: auto;
	    margin-top: 0;
		background-color: #fff;
		color: #200f00;
	    -webkit-background-clip: padding-box;
	    background-clip: padding-box;
	    border: 1px solid #ccc;
	    border: 1px solid rgba(0,0,0,.15);
	    border-radius: 4px;
	    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	    box-shadow: 0 6px 12px rgba(0,0,0,.175);
	}

	nav.ayambrand-navbar .navbar-nav {
	    margin: 0;
	    float: right;
	}

	nav.ayambrand-navbar .navbar-nav>li>a {
	    padding-top: 10px;
	    padding-bottom: 10px;
	    line-height: 30px;
	}

	nav.ayambrand-navbar.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	    color: #200f00;
	}

	nav.ayambrand-navbar.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
	nav.ayambrand-navbar.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
	    color: #fff;
	    background-color: #200f00;
	}
}


@media only screen and (max-width: 480px) {
	/* AYAM BRAND - PHOTO */
	.ayambrand-photo-info {
	    float: right;
	}

	.ayambrand-photo-info h4 {
		font-size: 14px;
	}

	.ayambrand-photo-info label.btn-default {
		padding: 5px 20px;
	}

	nav.ayambrand-navbar.navbar-inverse .navbar-brand span {
	    font-size: 13px;
	    padding: 0 4px;
	}

	.leave-application h4 {
	    font-family: 'GothamNarrow-Medium';
	    font-size: 14px;
	}
}


@media only screen and (max-width: 425px) {}

@media only screen and (max-width: 414px) {}

@media only screen and (max-width: 375px) {
	/* AYAM BRAND - MENU FOOTER */
	.ayambrand-quickline ul li a>p {
	    font-size: 10px;
	}
}


@media only screen and (max-width: 320px) {
	/* AYAM BRAND - MAIN PAGE */
	/* AYAM BRAND - NAV */
	nav .ayambrand-username h5 {
	    display: none;
	}


	/* AYAM BRAND - OUTLET */
	.ayambrand-time-control {
	    padding-top: 10px;
	}


	/* AYAM BRAND - MEMBERS LOGIN */
	.ayambrand-logo img {
	    margin: auto auto;
	    padding: 20px 0 20px 0;
	}


	/* AYAM BRAND - PHOTO */
	.ayambrand-shelves-counter-photo .col-xs-5 {
	    padding-right: 0;
	    padding-left: 0;
	    float: right;
	}


	/* AYAM BRAND - LEAVE APPLICATION */
	.leave-application h4 { font-size: 14px; }
}


