/* Header */
#head { background:#3C6690 url( ../images/bg_header.jpg) no-repeat; background-size: cover; min-height:540px; text-align: center; padding-top:150px; color:white; font-family:"Open sans", Helvetica, Arial; font-weight:300; height: 99vh;}
#head.secondary { height:70px; min-height: 70px; padding-top:0px; }
#head .lead { font-family:"Open sans", Helvetica, Arial; font-size:44px; margin-bottom:6px; color:white; line-height:1.15em; }
#head .tagline { color:rgba(255,255,255,0.75); margin-bottom:25px; }
#head .tagline a { color:#fff; }
#head .btn { margin-bottom:10px;}
#head .btn-default { text-shadow: none; background:transparent; color:rgba(255,255,255,.5); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); background: transparent; }
#head .btn-default:hover,
#head .btn-default:focus { color:rgba(255,255,255,.8); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); background: transparent; }
#head .btn-default:active,
#head .btn-default.active { color:#fff; -webkit-box-shadow:inset 0px 0px 0px 3px #fff; -moz-box-shadow:inset 0px 0px 0px 3px #fff; box-shadow:inset 0px 0px 0px 3px #fff; background: transparent; }

html{
	height:99.5%;
}

body{
	margin:0;
	padding:0;
	height:100%;
}

@media (max-width: 767px) {
	#head { min-height:420px; padding-top:160px; }
	#head .lead { font-size: 34px; }
	.main-content { min-height: 300px}
}


/* Autohide navbar */
.slideUp { top:-100px; }
.headroom { -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out; }


/* Highlights (in jumbotron in most cases) */
.highlight { margin-top:40px; }
.h-caption { text-align: center; }
.h-caption i { display:block; font-size: 54px; color:#382526; margin-bottom:36px; }
.h-caption h4 { color:#382526; font-size: 16px; font-weight: bold; margin-bottom:20px; }
.h-body { }


/* Typography */
h1, h2, h3, h4, h5, h6 { font-family:"Open sans", Helvetica, Arial; }
h1, .h1, h2, .h2, h3, .h3 { margin-top:30px; }
blockquote { font-style: italic; font-family: Georgia; color:#999; margin:30px 0 30px; }
label { color: #777; }
.thin { font-weight:300; }
.page-title { margin-top:20px; font-weight:300; }
.text-muted { color:#888; }
.breadcrumb { background:none; padding:0; margin:15px 0 15px 0; }
ul.list-spaces li{ margin-bottom:10px; }

/* Helpers */
.container-full { margin: 0 auto; width: 100%; }
.top-space { /*margin-top: 60px; */}
.top-margin { margin-top:20px; }

img { max-width:100%; }
img.pull-right { margin-left: 10px; }
img.pull-left { margin-right: 10px; }
#map { width:100%; height:280px; }
#social { margin-top:50px; margin-bottom:50px; }
	#social .wrapper { width:340px; margin:0 auto; }

/* Main content block */
.main-content { min-height: 373px}

/* Sidebars */
.sidebar { padding-top:36px; padding-bottom:30px; }
	.sidebar .widget { margin-bottom:20px; }
	.sidebar h1, .sidebar .h1, .sidebar h2, .sidebar .h2, .sidebar h3, .sidebar .h3 { margin-top:20px; } 

/* Footer */
.footer1 { background: #232323; padding: 30px 0 0 0; font-size: 12px; color: #999; }
	.footer1 a { color: #ccc; }
		.footer1 a:hover {color: #fff; }
	.footer1 .widget { margin-bottom:30px; }		
	.footer1 .widget-title { font-size: 17px; font-weight: bold; color: #ccc; margin: 0 0 20px; }
	.footer1 .entry-meta { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 0 0 35px 0; padding: 2px 0; color: #888888; font-size: 12px; font-size: 0.75rem; }
		.footer1 .entry-meta a { color: #333333; }
		.footer1 .entry-meta .meta-in { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 10px 0; }
	.follow-me-icons { font-size:30px; }		
		.follow-me-icons i { float:left; margin:0 10px 0 0; }		

.footer2 { background: #191919; padding: 13px 0; color: #777; font-size: 12px; }
	.footer2 a { color: #aaa; }
		.footer2 a:hover { color: #fff; }
		.footer2 p { margin: 0; padding-right: 15px; }

	.widget-simplenav { margin-left:-5px; }		
	.widget-simplenav a{ margin:0 5px; }

.clear-footer:after, .clear-footer:before {
	display: table;
	content: " ";
	clear: both;
}

.footer2 span{
	color: #aaa;
}
.clear-header{
	padding-top: 25px;
	min-height: 90px;
}
.orange{
	color: #FF9B22;
}

.btn-search-kifiya{
	background-color: #FF9B22;
	padding-bottom: 6px;
}

.landing-page-label{
	color: #333333;
}

.no-left-padding{
	padding-left:0px;
}

.no-right-padding{
	padding-right: 0px
}

@media (max-width: 767px) {
	.no-left-padding{
		padding-right: 10%;
		padding-top: 6%;
	}

	.no-right-padding{
		padding-right: 10%;
	}
}

.typeahead-custom .tt-dropdown-menu {
	max-height: 150px;
	overflow-y: auto;
}

.typeahead-custom .empty-message {
	padding: 5px 10px;
	text-align: center;
	color: #333333;
}
.x_panel {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 17px;
	display: inline-block;
	background: #FFFFFF;
	border: 1px solid #C4D1DD;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	opacity: 1;
	transition: all .2s ease;
}
.x_title {
	border-bottom: 2px solid #3C6690;
	padding: 1px 5px 6px;
	margin-bottom: 10px;
	height: 50px;
}

.x_title-60{
	height: 60px;
	border-bottom: none;
}

.x_content {
	padding: 0 5px 6px;
	position: relative;
	width: 100%;
	float: left;
	clear: both;
	margin-top: 5px;
}
.scheduleH2{
	margin-top: 5px;
}
#scheduleH2{
	margin-top: 5px;
}
.customMargin{
	margin-right: -35px;
}
form .error {
	color: #ff0000;
}

/*login page css */
@import url(http://fonts.googleapis.com/css?family=Roboto);

/****** LOGIN MODAL ******/
.loginmodal-container {
	padding: 30px;
	max-width: 350px;
	width: 100% !important;
	background-color: #F7F7F7;
	margin: 0 auto;
	border-radius: 2px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	font-family: roboto;
}

.loginmodal-container h1 {
	text-align: center;
	font-size: 1.8em;
	font-family: roboto;
	color: #0f0f0f;
	margin-top: 0px;
	margin-bottom: 20px;
}

.loginmodal-container input[type=submit] {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
	height: 44px;
	font-size: 16px;
	width: 100%;
	margin-bottom: 10px;
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	/* border-radius: 2px; */
	padding: 0 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
	border: 1px solid #b9b9b9;
	border-top: 1px solid #a0a0a0;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
	text-align: center;
	font-size: 14px;
	font-family: 'Arial', sans-serif;
	font-weight: 700;
	height: 36px;
	padding: 0 8px;
	/* border-radius: 3px; */
	/* -webkit-user-select: none;
      user-select: none; */
}

.loginmodal-submit {
	/* border: 1px solid #3079ed; */
	border: 0px;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.1);
	background-color: #4d90fe;
	padding: 17px 0px;
	font-family: roboto;
	font-size: 14px;
	/* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
	/* border: 1px solid #2f5bb7; */
	border: 0px;
	text-shadow: 0 1px rgba(0,0,0,0.3);
	background-color: #357ae8;
	/* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
	text-decoration: none;
	color: #666;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	opacity: 0.6;
	transition: opacity ease 0.5s;
}

.btn1{
	float: left;
}
.section
{
	margin:5px;
	border:solid 1px #ccc;
	border-radius:4px;
}
.shaded
{
	background:#eee;
}
.text-middle {
    margin-top: 7px;
    display: inline-table;
}
.light-blue{
	min-width:130px;
	background-color: rgba(56, 95, 134,.8);
}
.no-border{
	padding: 3px;
    border-right: none;
    border-left: none;
}

.no-border h6 {
    margin-top: 1px;
    margin-bottom: 1px;
}

.detail{
	margin-bottom: 10px;
}

.welcome-text {
    float: right;
    margin-right: 87px;
    margin-top: -23px;
    padding-right: 10px;
    font-size: 12px;
    color: rgba(255,255,255,0.75);
}

@media (max-width: 767px) {
    .welcome-text {
        margin-top: 0px;
        margin-right: 0px;
        position: absolute;
        top: 10px;
        right: 5px;
    }
}

.clear-row{
	margin-bottom: 10px;
}

.receipt-row {
	font-size: 12px;
	line-height: 16pt;
}

.receipt-value{
}

.receipt-row label{
    font-size: 11px;
    font-weight: 500;
    margin-right: 15px;
	float: left;
	text-transform: uppercase;
	/*!*horizontal scale 75%*!*/
	/*!*General*!*/
	/*transform: translate(-12.5%, 0%) scale(0.75, 1);*/
	/*!*Firefox*!*/
	/*-moz-transform: translate(-12.5%, 0%) scale(0.75, 1);*/
	/*!*Microsoft Internet Explorer*!*/
	/*-ms-transform: translate(-12.5%, 0%) scale(0.75, 1);*/
	/*!*Chrome, Safari*!*/
	/*-webkit-transform: translate(-12.5%, 0%) scale(0.75, 1);*/
	/*!*Opera*!*/
	/*-o-transform: translate(-12.5%, 0%) scale(0.75, 1);*/
}

.min-calc{
	margin-bottom:5px;
}

.min-calc label{
	font-size: 11px;
}

.amharic{
    font-family: "KefaRegular";
    font-size: 12px;
}

.receipt-row span{
	font-family: "KefaRegular";
	text-transform: none;
	transform: none;
	-webkit-transform: none;
}

.receipt-row div.receipt-value {
	overflow: auto;
}

.receipt-row.demi label{
	/*font-family: "AVENIRNEXTLTPRO-DEMI";*/
    font-family: "AVENIRNEXTLT-MEDIUM-CONDENSED";
    font-weight: 600;
}

.receipt-row.condensed label{
	font-family: "AVENIRNEXTLT-MEDIUM-CONDENSED";
    font-weight: 500;
}

.receipt-row.demi div.receipt-value{
    font-weight: 600;
}
.receipt-row.demi span{
	font-weight: 600;
}

div.receipt-value:before {
	content: '\00a0 ';
}

div.receipt-value:after {
	content:' ';
	display:block;
	border:0.5px dotted #d0d0d0;
}

.receipt-row span:after {
	content: " \2022 ";
	font-weight: bold;
	color: #d0d0d0;
}

.print-footer label{
    float:none;
    display: inline-table;
    width:100%;
}

.handover-row {
	line-height: 16pt;
}

.handover-row div.handover-value {
	overflow: auto;
}

div.handover-value:before {
	content: '\00a0 ';
}

.handover-value{
	font-size: 12px;
}

.handover-mid{
	border-bottom: 1px dashed #000000;
}

.clear-bottom{
     margin-bottom: 2em;
 }

.clear-top{
    margin-top: 2em;
}

.number{
    text-align:right
}

div.handover-value:after {
	content:' ';
	display:block;
	border:0.5px solid #d0d0d0;
}

.handover-row label{
	font-size: 12px;
	font-weight: 600;
	margin-right: 15px;
	float: left;
}

@media screen {
    .only-print {
        display: none; /* Hide from screen */
    }
}

@media print {

    @page
    {
        size: A4 portrait;   /* auto is the initial value */
        /*margin: 0mm;  !* this affects the margin in the printer settings *!*/
    }

    .receipt-row{
        font-size: 10px;
    }

    .receipt-value{
        font-size: 12px;
    }

    .only-print {
        display: block; /* Display only on print page (each) */
    }

    .print-footer {
        bottom: 0;
        font-size: 12px;
    }

    .no-print{
        display: none;
    }

	#printArea {
		background-color: white;
		height: 100%;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		margin: 0cm;
		padding: 15px;
	}
}

.watermark{
	background: url(../images/duplicate.png) no-repeat !important;
	background-size: inherit !important;
	background-repeat: repeat-x !important;
}

.price-collapse {
	float: right;
	background-color: rgba(56, 95, 134,.8);
	line-height: 1.4;
}

.price-collapse  span{
	text-align: right;
	font-weight:600;
}

.price-collapse  i{
	text-align: left;
}

.required{
	color: red;
}

@font-face {
	font-family: "AVENIRNEXTLTPRO-DEMI";
	src: url("../fonts/avenir-next-lt-pro/AvenirNextLTPro-Demi.otf")format("opentype");
}

@font-face {
	font-family: "AVENIRNEXTLT-MEDIUM-CONDENSED";
	src: url("../fonts/avenir-next-lt-pro/AvenirNextLTPro-MediumCn.otf")format("opentype");
}

@font-face {
	font-family: "KefaRegular";
	src: url("../fonts/kefa-regular/KefaRegular.eot"); /* IE9*/
	src: url("../fonts/kefa-regular/KefaRegular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("../fonts/kefa-regular/KefaRegular.woff2") format("woff2"), /* chrome、firefox */
	url("../fonts/kefa-regular/KefaRegular.woff") format("woff"), /* chrome、firefox */
	url("../fonts/kefa-regular/KefaRegular.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url("../fonts/kefa-regular/KefaRegular.svg#Kefa-Regular") format("svg"); /* iOS 4.1- */
}
