body {
	padding-bottom: 20px;
	padding-top: 20px;
}

.header,.marketing,.footer {
	padding-left: 15px;
	padding-right: 15px;
}

.footer {
	border-top: 1px solid #E5E5E5;
	color: #777777;
	margin-top: 10px;
	padding-top: 10px;
}

form .row {
	margin-bottom: 10px;
}

#welcome-list {
	margin-top: -10px;
}

textarea {
	resize: none
}

.container-narrow>hr {
	margin: 30px 0;
}

.jumbotron {
	border-bottom: 1px solid #E5E5E5;
	text-align: center;
}

.jumbotron .btn {
	font-size: 21px;
	padding: 14px 24px;
}

.marketing {
	margin: 40px 0;
}

.marketing p+h4 {
	margin-top: 28px;
}

@media screen and (min-width: 768px) {
	.header,.marketing,.footer {
		padding-left: 0;
		padding-right: 0;
	}
	.header {
		margin-bottom: 30px;
		border-bottom: 1px solid #E5E5E5;
		min-height: 170px;
	}
	.jumbotron {
		border-bottom: 0 none;
	}
}

.bcit-brand {
	color: #999999;
	font-weight: bold;
	margin-left: 0;
	padding-right: 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px
		rgba(255, 255, 255, 0.125);
	transition: all 0.2s linear 0s;
}

span.logo {
	background: url('images/logo.gif') no-repeat top left;
	height: 70px;
	width: 78px;
	display: inline-block;
}

.required-error {
	border-color: red;
	/*color: #a94442;*/
}

.styled-select {
	border-color: #95B8E7;
	margin: 0px 6px;
	padding: 1px 2px;
	width: auto;
	height: auto;
	border-width: 1px;
	border-style: solid;
}

.styled-select select {
	text-transform: none;
}

.styled-input {
	border-width: 1px;
	border-style: solid;
	margin: 0 2px;
	padding: 2px;
	width: 2em;
	height: auto;
	border-color: #95B8E7;
}

.styled-checkbox input {	
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 15px;
	height: 18px;
}

.yes {
	display: inline-block;
	background: url('images/tree_icons.png') no-repeat -256px 0;
	width: 16px;
	height: 16px;
}

.no {
	display: inline-block;
	background: url('images/tree_icons.png') no-repeat -256px -18px;
	width: 16px;
	height: 16px;
}

a.link-text,.revised {
	text-decoration: none;
	color: crimson;
}

.path {
	color: #428BCA;
}

a.hav_path,a.forward {
	text-decoration: none;
	color: #E77200;
}

a.hav_revised {
	text-decoration: none;
	color: green;
}
/*For test*/
.cta-nav {
	padding-bottom: 8px;
	padding-top: 8px;
}
/*For search popup*/
.search-item {
	cursor: pointer;
}

fieldset.scheduler-border {
	border: 1px groove #ddd !important;
	padding: 0 1.4em 1.4em 1.4em !important;
	margin: 0 0 1.5em 0 !important;
	-webkit-box-shadow: 0px 0px 0px 0px #000;
	box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
	font-size: 1.2em !important;
	font-weight: bold !important;
	text-align: left !important;
	width: auto;
	padding: 0 10px;
	border-bottom: none;
}
/*For checkbox spaces*/

.checktable td {
	padding: 5px;
}

/*this is for avoid padding for first td*/ 
.checktable tr td:first-child {
	padding-left: 0px;
}


div#clientAd fieldset {
	background-color: #E6F5EB !important;
}

div#staggeredAd fieldset {
	background-color: #FFEBE6 !important;
}

/*For display in center*/
.ajax-loader {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -32px; /* -1 * image width / 2 */
	margin-top: -32px; /* -1 * image height / 2 */
	display: block;
}

/*Fix the max width of datagrid*/
@media ( min-width : 768px) {
	.responsive-datagrid {
		max-width: 720px;
	}
}

@media ( min-width : 992px) {
	.responsive-datagrid {
		max-width: 930px;
	}
}

@media ( min-width : 1200px) {
	.responsive-datagrid {
		max-width: 1120px;
	}
}
/*List delete button*/
.deletelist{
	margin-top: 5px;
}

table.detailsview td{
	padding: 5px;
}

/*Centering the form test*/
.center {
    text-align:center;
}

.center form {
    display:inline-block;
}

/*Align center datagrid table header*/
table.datagrid-htable td {
	text-align: center;
}

/*User menu divider*/
.dropdown-divider {
    border-bottom: 1px solid #e1e8ed;
    margin: 5px 1px 6px;
    padding-top: 1px;
}

/*Datatable panel style*/
.datatable .panel {
    border: medium none;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
    margin-bottom: 25px;
    min-height: 100%;
    width: 100%;
}
.datatable .panel.gradient .panel-heading {
    background: -moz-linear-gradient(center top , rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.datatable .panel .panel-heading {
    background: url("../images/2.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #c4c4c4;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
    height: auto;
    padding: 0;
    position: relative;
}
.datatable .panel .panel-heading h4 {
    margin-bottom: 0;
    min-height: 37px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-top: 9px;
}
.datatable .panel .panel-body.noPad {
    padding: 0;
    font-size: 14px;
    color: #333333;
}
.datatable .panel .panel-body {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-color: -moz-use-text-color #c4c4c4 #c4c4c4;
    border-image: none;
    border: 1px solid #c4c4c4;    
    border-style: none solid solid;
    border-width: medium 1px 1px;
    position: relative;
}
.datatable .noPad .table {
    margin-bottom: 0;
}
.datatable .responsive table {
    margin-bottom: 0;
    min-width: 680px;
}
.datatable table.display {
    clear: both;
    margin: 0 auto;
    width: 100%;
}
.datatable .table {
    position: relative;
}
.datatable .table tr {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}
.datatable .table tbody>tr:hover {
 	background-color: #f5f5f5;
}
/*.panel .dataTables_filter {
    margin-right: 15px;
}*/
.datatable .panel .dataTables_filter {
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
    width: 100%;
}
/*Ended Datatable panel*/
/*for large size modal*/
.modal-large .modal-dialog {
     width: 80%;
}
