﻿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: 450px;
}
/* Fix for Bug #578 by Eric Normandin */
.cke_source.cke_reset.cke_enable_context_menu.cke_editable.cke_editable_themed.cke_contents_ltr {
    max-width: none;
}

/*  */
main .btn-primary {
    background-color: #2572b4;
    border-color: #2572b4;
    color: white;
}

.panel-primary {
    border-color: #2572b4;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #2572b4;
        border-color: #2572b4;
    }

span.section-heading {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 600;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.submit-comment-section > a {
    margin-bottom: 10px;
}

.select2-container {
    width: 100% !important;
}

.alerts {
    margin-top: 15px;
}

.submit-comment-section .btn-link {
    margin-bottom: 10px;
}

.noConsultationPeriod {
    margin-bottom: 20px;
}

.periods {
    margin-bottom:20px;
}

.error {
    color: red
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('images/Loading_37x37.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

.submit-comment-section .btn {
    border-radius: 3px;
}


.field-validation-error {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: red;
}