﻿.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;
    }
}

.claimtable {
    display: block;  
    max-height: 250px;
    overflow-y: scroll;
}

.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;
}

.tableHeader {
    font-size: 12px;
    font-weight: bold;
    color: #095ca9;
    width: 10%;
    padding: 5px 15px 5px 5px;
    vertical-align: bottom;
    background-color: #9fdbf2;
    white-space: nowrap;
}


.confirmModel .modal-dialog {
    width: 25%;
        }

.confirmModel .modal-header {
    background-color: #337AB7;
    padding:16px 16px;
    color:#FFF;
    border-bottom:2px dashed #337AB7;
 }
 
.cText {
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #000; 
   line-height: 0.1em;
   margin: 10px 0 20px; 
} 

.cText span { 
    background:#fff; 
    padding:0 10px; 
}

.pagination>.active>a {
    background-color: #7c6aaa;
    border-color: #7c6aaa;
}

.accordion {
    background-color: #7c6aaa;
    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;
}

#selHistory select {
  max-width: 100%; /* So it doesn't overflow from it's parent */
}

#selHistory option {
  /* wrap text in compatible browsers */
  -moz-white-space:pre-wrap; 
  -o-white-space:pre-wrap; 
  white-space:pre-wrap; 

  /* hide text that can't wrap with an ellipsis */
  overflow: hidden;
  text-overflow:ellipsis;

  /* add border after every option */
  border-bottom: 1px solid #DDD;
}

/*.sticky-table {
	position: sticky;
	top: 0;
	z-index: 10;
}
.sticky-table thead {
	background: #eee;
	padding: 2px 6px;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
	top: 0;
}*/
.sticky-table th {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
}