body {
	/*margin-top: 50px; /* 50px is the height of the navbar - change this if the navbarn height changes */
	background-color: #ffffff;
}


footer 
{
	margin: 50px 0;
	/*margin-top: 50px; /* 50px is the height of the navbar - change this if the navbarn height changes */
	
}

h1, h2, h3, h4, h5, h6 {
	margin: none;
}


/* change the URL to a picture of your choice - the higher quality the better! */
.business-header 
{
	height: 400px;
	background: url(/img/slider1.jpg) center center no-repeat;
	background-size: cover;
}

.portfolio-item {
	margin-bottom: 25px;
}

/* adjust the color and text shadow to optimize legibility once you have an image set - you can also change the vertical positioning if desired  */
.tagline 
{
	color: #fff;
	text-shadow: 0 0 10px #000;
	text-align:center;
	font-weight:lighter;
	font-size:4em;
}

.featurette-heading
{
	margin-top:50px !important;
}

.justify
{
	text-align:justify;
}


.table-hover tbody tr:hover td
{
  background-color: #51a2e7 !important;
  color:#ffffff !important;
  cursor:pointer !important;
}

.table-hover tbody tr:hover th
{
	background-color:#468cc8 !important;
	color:#ffffff;
}

.table tbody tr th
{
	background-color:#468cc8 !important;
	color:#ffffff;
}

.FiveTop
{
	margin-top:5px;
}

.TenTop
{
	margin-top:10px;
}

.TwentyTop
{
	margin-top:20px;
}


.featurette-heading
{
	margin-top:50px !important;
}

.justify
{
	text-align:justify;
}

/*
 * Intro
 */

#intro{
    height:850px;
    width:100%;
    background-color: #2C3E50;
    text-align:center;
}

.intro-text {
	width:100%;
}

#intro .brand {
	margin-top: 40px;
}

.intro-text h1 {
	color:#fff;
	text-align:center;
	font-weight: 700;
	font-size: 40px; 
	line-height:1.1em;
	padding-top:30px;
	text-transform: uppercase;	
}


.intro-text p {
	color: #D2D7D3;
	font-size: 18px;
	text-align:center;
	font-weight: 300;
}

.intro-text img.img-responsive {
	display: inline;
	margin-top: 50px;
}

.intro-text .btn {
	margin-top: 50px;
	width: 200px;
	font-size: 28px;
	font-weight: 200;
	color: #fff;
}

/* Custom button */

.btn-custom {
  background-color: #95C7A4;
  border-color: #95C7A4;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
  background-color: #84be96;
  border-color: #74b587;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}


/***** Input Blocks Style *****/
.inputBlock > input[type='text']:not(:first-of-type):not(:last-of-type),
.inputBlock > .input-group:not(:first-of-type):not(:last-of-type) > input[type='text'],
.inputBlock > .input-group:not(:first-of-type):not(:last-of-type) > .input-group-addon {
    border-bottom: 0px;
    border-top: 0px;
    border-radius: 0px;
}

.inputBlock > input[type='text']:first-of-type,
.inputBlock > .input-group:first-of-type > input[type='text'],
.inputBlock > .input-group:first-of-type > .input-group-addon {
    border-bottom: 0px;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.inputBlock > input[type='text']:last-of-type,
.inputBlock > .input-group:last-of-type > input[type='text'],
.inputBlock > .input-group:last-of-type > .input-group-addon {
    border-top: 0px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.inputBlock > .input-group > .input-group-addon {
    border-top: 1px solid #ccc !important;
    min-width: 100px;
    text-align: left;
}
/***** Input Blocks Style *****/

/* Custom class to add dividing lines between form-groups */
.form-group-divider {
    border-top: 1px solid #ccc;
    margin-bottom: 16px;
}


/* Override Bootstrap xs-6 width bug */


/*
 * Ribbon
 */


.ribbon
{
	margin-top:-20px;
	
	border-bottom:solid 1px #d1d1d1;
	background-color:#e7e7e7;
	padding-top:4px;
	padding-bottom:4px;
}

.ribbon > div
{
	min-width:100px;
	border:solid 1px #e7e7e7;
	border-radius:3px;
	text-align:center;
	margin-left:4px;
	font-size:0.8em;
	padding-top:4px;
	padding-bottom:4px;
	display:inline-block;
	padding-left:4px;
	padding-right:4px;
    position: relative;
}

.ribbon .active {
	/*border-bottom: solid 1px #00899c;*/
    /*font-weight:bold;*/
}

.ribbon > div:hover
{
	background-color:#00899c;
	border:solid 1px #00899c;
	color:#ffffff;
	cursor:pointer;
}

/*.ribbon div img*/
/*{*/
	/*min-width:64px;*/
	/*height:64px;*/
	/*display:block;*/
	/*margin-left:auto;*/
	/*margin-right:auto;*/
/*}*/

.ribbon > div i
{
    font-size:50px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    /*color:#498dc6;
    color:#b24d42;*/
    color:#00899c;
    margin-bottom:2px;
}

.ribbon > div:hover i
{
    color:#ffffff;
}

.ribbonItemSelected {
    position:absolute;
    width:30px;
    height:3px !important;
    background-color: white;
    padding:0px;
    margin-left: calc((100% - 38px)/2);
    margin-left: -moz-calc((100% - 38px)/2);
    margin-left: -o-calc((100% - 38px)/2);
    margin-left: -webkit-calc((100% - 38px)/2);
    margin-top:2px;
    border-top-left-radius:2px;
    border-top-right-radius:2px;
}

/*
 * End ribbon
 */


@media screen and (max-width: 1024px) {
	#feature1 {
		height: 300px !important;
	}
}

@media screen and (max-width: 640px) {
	#feature1 {
		height: 200px !important;
	}
}

@media screen and (max-width: 380px) {
	#intro {
		height: 700px;
	}
}


@media print
{
    .ribbon
    {
        display:none;
    }

    .navbar
    {
        display:none;
    }

    footer
    {
        display:none;
    }
}

.datepicker, .shortInput, .timepicker
{
    width:200px;
}

.panel-heading { font-size: 1.4em; margin-bottom: 1em; }

input:disabled
{
    color:#000000;
}

.required.error, .compareInt.error, .compareDecimal.error, .compareEmail.error, .compareDate.error{ border-color: #a94442 !important; }
label.error { color: #a94442; }

.requiredButton
{
    border: 1px solid #b94a48 !important;
}