/*
Version: 1.7
File Description: Place here your custom CSS styles
*/


.call-to-action {
	padding:30px 25px;
}

.error {
	color:red;
}

@media (min-width: 991px) {
	.navbar-collapse {
		margin-top:10px;
	}
}


#loader2 {
    text-align:center;
    line-height:100px;
    font-size:40px;
    position: fixed;
    z-index: 200;
    color: #666;
    width: 300px;
    height: 100px;
    top:300px;
    left:50%;
    margin-left:-150px;
    display:table;
    text-align:center;
    border-radius:5px;
}

.logo {
	/*margin-bottom:5px;*/
}

.pattern-9 {
	background-image:url("../images/pattern-9.png")!important;
	background-size:auto;
}


.page-top {
	padding:0;
}

.slideshow-boxed {
	padding:0;
}

tr.selected {
	/*background-color:#e84c3d !important;*/
	background-color:#ec971f !important;
	color:white;
}

.title {
    color: #666;
    font-family: "Open Sans";
    font-size: 36px;
    text-align:left;
}

.title-center {
	text-align:center;
	color:#666;
	font-size:36px;
	font-family:"Open Sans";
	font-weight:500;
}

#user_table tr:hover,a {
	cursor:pointer;
}



