﻿/* <effects> */
.rounded-corner-sm {	
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;	
}

.full-shadow-sm {	
	-moz-box-shadow: 0 0 5px 5px #999;
	-webkit-box-shadow: 0 0 5px 5px #999;
	box-shadow: 0 0 5px 5px #999;
}

.bottom-shadow-sm {	
	-moz-box-shadow: 0 0 5px 5px #999;
	-webkit-box-shadow: 5px 0 0px 0px #999;
	box-shadow: 0px 3px 3px 0px #999;
}
/* </effects> */

/* <colors> */
.homenet-blue {
	background: #0072BC;
	color: #ffffff;
}
/* </colors> */

/* <text> */
.indent-half {
	text-indent: .5em;
}

table td.indent-half {
	text-indent: .6em !important;
}

.center-align {
    text-align: center;
}

.nowrap {
	white-space: nowrap;
}

.pre {
    white-space: pre;
}

.text-sm {
	font-size: 8pt;
	padding-bottom: 5px;
}

.text-med {
	font-size: 10pt;
	padding-bottom: 5px;
}

.text-bold {
    font-weight: bold;
}

i.clickable {
    cursor: pointer;
    cursor: hand;
}

/* </text> */

/* <grid> */
.grid {
}
    .grid tr th.group-header {
        text-align: center;
        background-color: #f7f7f7;
        color: #0072BC;
        border-right: solid 3px #fff;
    }
	.grid tr.alternate td {
		background: #f7f7f7;
	}

	.grid tr th.sorted-column {
		background: #E8E8E8;	
	}

	.grid th a {
		text-decoration: none;
	}
/* </grid> */

div.sort-asc {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;	
	border-bottom: 5px solid #0072BC;
	display: inline-block;
	margin-top: -2px;
	vertical-align: middle;
}

div.sort-desc {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;	
	border-top: 5px solid #0072BC;
	display: inline-block;
	margin-top: -2px;
	vertical-align: middle;	
}


/* <bootstrap_overrides> */
input[type=checkbox].form-control {
    width: auto;
}

/* </bootstrap_overrides> */
