/* 
    Document   : styles-custom.css
    Created on : May 17, 2013, 5:30:22 PM
    Author     : ID FORTY SIX
    Description:
        Purpose of the stylesheet follows.
*/

.verticalContainer {
    width: 15px;
    margin-top: 100px;
}
.titleVertical {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    display: block;
	white-space: nowrap;
}

span.info_link {
    color: #333333;
}

.filterFormEl {
	float: left;
	padding: 2px 20px 2px 0;
}

.clearboth {
	clear: both;
}

.table-main {
	margin-top:10px;
}
.table-main th {
	vertical-align: bottom;
}

.cell-actions {
	white-space: nowrap;
}
.cell-icon {
	margin: 2px 0 0 5px;
}

.login-cont {
	margin-top: 60px;
}
.summary {
	margin: 10px 0 0 5px;
	color: gray;
}

.edit_readonly {
	display: block;
	font-weight: bold;
	margin-top: 4px;
}

/* bootstrap-override */
.pagination {
	margin: 0 !important;
}
.control-group {
	margin-bottom: 5px !important;
}

