.print-only {
	display:none;
}
.ui-datepicker {
	z-index:99;
}
hr {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    border-color: #ccc !important;
}
footer {
    bottom: 0;
    width: 100%;
}
.form-group .required:after {
  content:"*";color:red;
}
nav.navbar {
    height: 85px;
    border-bottom: 1px solid #cc9191;
    box-shadow: 4px 0 15px #bf9494;
    background: #fff;
}
.navbar-brand .logo {
    width: 70px;
	margin-right:25px;
    display: inline-block;
}
.navbar-brand .company-name {
    display: inline-block;
    text-transform: uppercase;
    color: #383838;
    font-weight: bold;
    font: 2.5rem 'Oxygen',sans-serif;
}
.navbar-nav>li>a {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
    font-weight: bold;
    font-size: 1.8rem;
}

@media print {
    .print {
        background-color: #fff;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
        z-index:99999999;
    }
    .dont-print {
    	display: none;
    }
    .print-only {
    	display: block;
    }
	strong {
	    font-weight: normal;
	}
	.modal-content {
		border:none;
		box-shadow:none;
	}
}