﻿body {
    padding-top: 30px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

table.dataTable.table-condensed .sorting:after, table.dataTable.table-condensed .sorting_asc:after, table.dataTable.table-condensed .sorting_desc:after {
    position: static;
    display: inline-block;
    float: right;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

body {
    font-family: Arial,Helvetica,sans-serif;
}

body, td, th {
    font-size: 14px;
    margin: 0;
}

table {
    border-collapse: separate;
    border-spacing: 0px;
    display: table;
    margin-bottom: 0;
    margin-top: 0;
    -moz-box-sizing: border-box;
    text-indent: 0;
}

a:link, a:visited, a:hover {
    color: #5D6DB6;
    text-decoration: none;
}

.error {
    color: red;
}

.ui-helper-hidden {
    display: none;
}

/*End Angular DataTables Styles*/

.searchModal {
        top: 0 !important;
        border: none !important;
        box-shadow: none;
        background: transparent;
    }

.growl {
    z-index: 99999;
}

.whirl-sm:after{
    width: 25px !important;
    height: 25px !important;
}

.loading-dialog-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #e7eef3;
    opacity: 0.5;
}

/*.loading-dialog {
    position: absolute;
    height: 130px;
    top: -100px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
}*/

.progress {
    margin-bottom: 0;
}

.dropdown-menu > li > a {
	cursor: pointer;
}

/* DataTables Override */
table.dataTable thead .sorting:after {
	content: none;
	/* sort */
}

table.dataTable thead .sorting_asc:after {
	content: none;
	/* sort-by-attributes */
}

table.dataTable thead .sorting_desc:after {
	content: none;
	/* sort-by-attributes-alt */
}

.read-only-alert {
    padding: 5px 10px;
    font-size: 12px;
}