input:focus.invalid,
textarea:focus.invalid,
select:focus.invalid {
    border-color: #ee5f5b;
}

.tab-content.invalid {
    border-color: #ee5f5b;
}

input.invalid,
textarea.invalid,
select.invalid {
    border-color: #ee5f5b;
}
pre.modal-body-message {
    background: transparent;
    border: none;
}
input:focus.invalid:focus,
textarea:focus.invalid:focus,
select:focus.invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}

input.value-changed,
textarea.value-changed,
select.value-changed {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

input:focus.value-changed,
textarea:focus.value-changed,
select:focus.value-changed {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.form-control::-webkit-input-placeholder {
    color: #dddddd;
}

.form-control:-moz-placeholder {
    color: #dddddd;
}

.form-control::-moz-placeholder {
    color: #dddddd;
}

.form-control:-ms-input-placeholder {
    color: #dddddd;
}

.inner-form-control::-webkit-input-placeholder {
    color: #dddddd;
}

.inner-form-control:-moz-placeholder {
    color: #dddddd;
}

.inner-form-control::-moz-placeholder {
    color: #dddddd;
}

.inner-form-control:-ms-input-placeholder {
    color: #dddddd;
}

.visible {
    display: block;
}

.form-group, .form-group label {
    margin-bottom: 0px;
}

.form-control input[type="checkbox"] {
    margin-left: -5px;
}

select {
    height: 34px;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1370px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1570px;
    }
}

@media (min-width: 1900px) {
    .container {
        max-width: 1870px;
    }
}

.list-layout-container {
    padding-top: 5px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
    height: 90%;
    overflow: auto;
}

.selected {
    background: #FFFF00;
}

.list-layout-item {
    background-color: #FFF;
    margin-left: 2px;
    margin-right: 20px;
    margin-bottom: 2px;
    min-height: 50px;
    padding: 3px 3px 3px 10px;
    width: 100%;
    border: 1px solid lightblue;
}
.list-layout-item:hover {
    border-color: #428bca;
}
.list-layout-item-caption-text {
    font-weight: bolder;
    font-size: large!important;
}

.list-layout-item.selected {
    background-color: #68ADDE;
    color: white;
}

input:focus.invalid,
textarea:focus.invalid,
select:focus.invalid {
    border-color: #ee5f5b;
}

input.invalid,
textarea.invalid,
select.invalid {
    border-color: #ee5f5b;
}

input:focus.invalid:focus,
textarea:focus.invalid:focus,
select:focus.invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}

label.form-control {
    border: none;
    webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.readonlyform-control {
    display: block;
    width: 100%;
    height: auto;
    font-size: 12px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: top;
    background-color: #ffffff;
}

.nopadding {
    padding: 0px;
}

.readonlyform-control-label {
    width: 38%;
}

.readonlyform-control-value {
    width: 60%;
}

.readonlyform-control label {
    height: 100%;
    font-size: 12px;
    line-height: 1.428571429;
    color: #000;
    vertical-align: top;
    background-color: #ffffff;
}

html, body {
    height: 100%;
}

.container {
    height: 85%;
}

​
.main-app-window {
    height: 95%;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #FAFAFA 100%);
}

.ajax-loader {
    background: url("../img/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: right center;
}

.glyphicon-none:before {
    content: "\2122";
    color: transparent !important;
}

.bottom-margin-100 {
    margin-bottom: 100px;
}

.group-grid-item {
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 4px 4px 4px 4px;
    border: solid 1px #AAA;
    padding-left: 3px;
    padding-right: 3px;
}

.images-preview-container {
    border: 1px solid #AAAAAA;
    width: 125px;
    height: 100%;
    padding: 5px;
    margin-right: 2px;
    overflow-x: hidden;
    overflow-y: visible;
}

#drop-zone {
    border: 2px dashed #bbb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #bbb;
    font-size: 20pt;
    font-weight: bold;
    padding: 25px;
    text-align: center;
}

#drop-zone.hover {
    background-color: #def;
    border-color: #777;
    color: #777;
}

.thumb {
    border: 1px solid #000;
    height: 240px;
    margin: 10px 5px 0 0;
}

.image-upload-item {
    border: 1px solid #AAAAAA;
    margin: 10px;
}

.margin-bottom-2 {
    margin-bottom: 2px;
}

.form-item-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.input-composite-separator {
    padding: 6px 12px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
}

.inner-form-control.readonly {
    color: #848484!important;
    background-color: #eee!important;
}
/*.form-control.readonly {*/
    /*color: #848484!important;*/
    /*background-color: #f0f0f0!important;*/
/*}*/

/*.form-group input:disabled, .form-group input[disabled] {*/
    /*background-color: #f0f0f0 !important;*/
/*}*/

/*.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {*/
    /*background-color: #f0f0f0 !important;*/
/*}*/
/*input[type=checkbox].ace.disabled+.lbl::before, input[type=checkbox].ace:disabled+.lbl::before, input[type=checkbox].ace[disabled]+.lbl::before, input[type=radio].ace.disabled+.lbl::before, input[type=radio].ace:disabled+.lbl::before, input[type=radio].ace[disabled]+.lbl::before {*/
    /*background-color: #f0f0f0 !important;*/
/*}*/
#ui-datepicker-div {
    z-index: 1055!important;
}

.list-view {
    /*background-color: #eeeeee;*/
    /*padding-left: 12px;*/
    /*padding-right: 4px;*/
    padding-top: 2px;
    padding-bottom: 1px;
}

.list-view-item {
    background-color: #FFF;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    min-height: 50px;
}

.list-view-item-caption-text {
    font-weight: bolder;
    font-size: large!important;
}

.list-view-item.selected {
    background-color: #68ADDE;
    color: white;
}
.list-view-item.selected .name a {
    color: white;
    font-weight: bolder;
}

.list-view-item.selected .time span.green {
    color: white!important;
    font-weight: bolder;
}

.entity-images-view.list-view-item.selected {
    background-color: #68ADDE;
}

.list-view-item.selected .blue {
    color: white!important;
}

.ui-jqgrid-bdiv {
    overflow-x: hidden!important;
}
.form-captioned .form-item-label {
    text-align: left;
}
.form-captioned.col-md-1, .form-captioned.col-md-2, .form-captioned.col-md-3, .form-captioned .col-md-4, .form-captioned.col-md-5, .form-captioned.col-md-6, .form-captioned.col-md-7, .form-captioned .col-md-8{
    width: 100%;
}
.text-align-center {
    text-align: center;
    vertical-align: middle;
}
._sys_full_height_container_class {
    height: 600px;
}
._sys_edit_container_class {
    max-height: 500px;
}
.magazine-preview-item {
    border-bottom: lightgray solid 1px;
}

/*reporting*/

td.header.level0 {
    padding-left: 10px;
    background-color: #AAAAAA;
}
td.footer.level0 {
    padding-left: 10px;
    background-color: #AAAAAA;
}
tr.header.level0 {
    background-color: #AAAAAA;
}
tr.footer.level0 {
    background-color: #AAAAAA;
    padding-left: 10px;
}

td.header.level1 {
    padding-left: 20px;
    background-color: #CCCCCC;
}
td.footer.level1 {
    padding-left: 20px;
    background-color: #CCCCCC;
}
tr.header.level1 {
    background-color: #CCCCCC;
}
tr.footer.level1 {
    padding-left: 20px;
    background-color: #CCCCCC;
}

td.header.level2 {
    padding-left: 30px;
    background-color: #DDDDDD;
}
td.footer.level2 {
    padding-left: 30px;
    background-color: #DDDDDD;
}
tr.header.level2 {
    background-color: #DDDDDD;
}
tr.footer.level2 {
    background-color: #DDDDDD;
}

td.header.level3 {
    padding-left: 40px;
    background-color: #EEEEEE;
}
td.footer.level3 {
    padding-left: 40px;
    background-color: #EEEEEE;
}
tr.header.level3 {
    background-color: #EEEEEE;
}
tr.footer.level3 {
    background-color: #EEEEEE;
}
