﻿
.validation-error {
    border: 1px solid #f00;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}


/*--------------------------------------------------------------------------------------------*/
/* Loader */
.blur {
    left: 0;
    top: 0;
    z-index: 1051;
    background-color: #000;
    opacity: 0.75;
    width: 100%;
    height: 100%;
    position: fixed;
}

.preview-container {
    /* bootstrap modal has 1050 z-index, blur has 1051*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1052;
}

.blur-content {
    z-index: 1052;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*--------------------------------------------------------------------------------------------*/

/* was requested to add maximum hight and scroll to notifications */
.notification-ddl {
    max-height: 98vh;
    overflow-y: auto
}

/* 20240920 - Styling for Summernote contents in textareas*/
.srsummernotestyle {
    line-height: 1.4 !important;
}