/* 
    Document   : styles
    Created on : Jun 7, 2013, 10:01:33 PM
    Author     : jon2593
    Description:
        Purpose of the stylesheet follows.
*/
#turnkey-credit {
	display: none;
}
.categories img { max-width:10%; height:auto; }

.span3>.span3, .span4 {
	border-top: 1px solid rgb(234, 234, 255);
	min-height: 10px;
}

.radius3 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.eventWells {
	vertical-align:top;
	margin-bottom: 10px;
	padding: 5px;
}

.indentXS {
	/*margin-left:10px;*/
	background-color: rgb(66, 156, 231);
	padding-left: 10px;
	color: white;
}
.indentS {
	margin-left:10px;
	background-color: rgb(189, 225, 255);
	padding-left: 10px;
}

.indentM {
	margin-left:20px;
	background-color: rgb(231, 243, 253);
	padding-left: 10px;
}

.indentL {
	margin-left:30px;

	border-top: 1px solid rgb(234, 234, 255);
}

.topBorderless {
	border-top: 0px;
}

div [class*="indentL"]:last-child {
	border-bottom: 0px;
}

.indentXL {
	margin-left: 40px;
}

i {
	padding: 0 3px 0 10px;
}

i.icon-circle-arrow-left, i.icon-time, i.icon-search, 
i.icon-level-down, i.icon-compass, i.icon-warning-sign,
i.icon-truck, i.icon-home, i.icon-exchange, i.icon-info-sign {
	padding: 0 3px 0 0;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: rgb(231, 243, 253);
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: rgb(189, 225, 255);
}

.green {
	color: #5bb75b;
}

.red {
	color: #da4f49;
}

.orange {
	color: #f89406;
} 

.newCount {
	float:left;
	width: 44px;
	text-align: right;
}

.deletedCount {
	float:left;
	width: 36px;
}

.nav-pills > li > a {
	background-color: #eeeeee;
}

.row-fluid [class*="span"], .dayTimeItem {
	min-height: 24px;
	border-top: 1px solid rgb(234, 234, 255);
}

.no-border {
	border-top: 0px solid rgb(234, 234, 255);
}

.indent {
	padding-left:10px;
}

.btn-warning, .btn-info {
	text-align: left;
	margin-bottom: 10px;
}

.btn-warning a, .btn-info a {
    color:white; 
    font-weight:bold; 
    text-decoration:underline
}

.column-4 {
    -webkit-column-count: 4;
     -moz-column-count: 4;
     column-count: 4;
     display: inline-block;
}

@media (max-width: 767px) {
    /* CSS goes here */
    .column-4 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}