﻿.errorMessageColor {
     color: #D82026;
}

.validationMessage {
  font-family: 'Gotham SSm A', 'Gotham SSm B',Helvetica,Arial,sans-serif;
  font-weight: 400;
  color: #D82026;
  font-size: 13px; 

}

.filtergroupTable {
    border: #d82026;
    border-width: 3px;
}

.row{
    margin-left: 0;
    margin-right: 0;
}

.container{
    .row{
        margin-left: -15px;
        margin-right: -15px;
    }
}


.errorMessageColor {
    color: #D82026;
}

.validationMessage {
    font-family: 'Gotham SSm A', 'Gotham SSm B',Helvetica,Arial,sans-serif;
    font-weight: 400;
    color: #D82026;
    font-size: 13px;
}

.operationMessage {
    font-family: 'Gotham SSm A', 'Gotham SSm B',Helvetica,Arial,sans-serif;
    font-weight: 400;
    color: #D82026;
    font-size: 18px;
}

.filtergroupTable {
    border: #d82026;
    border-width: 3px;
}


.errorImportField {
    border-color: red!important;
}

.imgbutton {
    
}

.nowrap {
    white-space: nowrap;
}

.noDisable {
    
}

.alwaysDisable {
    
}


.accordion {
    background-color: #8692ac;
    color: #ffffff;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    background-image: url('../images/side.png');
    background-position: 99% 50%;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}

.accActive, .accordion:hover {
    background-color: #ccc; 
}

.accordionExpand {
    background-image:url('../images/down.png');
    background-position: 99% 50%;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}

.accPanel {
    padding: 0 18px;
    display: none;
    background-color: white;
}


.sticky-table th {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
}

.top-buffer {
    margin-top: 10px;
}