﻿/* 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;
}*/

.ajaxLoad {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .4 ) 50% 50% no-repeat;
    background-image: url('Images/ajax-loader.gif');
    z-index: 2048;
}

.has-error .form-control {
    border-color: #E64759;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
