@import url("/modules/contrib/drupalexp/modules/dexp_builder/vendor/font-awesome/css/font-awesome.css?pj8bkp");

@import url("/modules/contrib/drupalexp/modules/dexp_menu/assets/css/menu.css?pj8bkp");

.panel-primary > .panel-heading {
    background-color: #336a90;
    border-color: #336a90;
}

.btn-info{
    background-color: #bcd9ed;
    border-color: #bcd9ed;
    color:#000;
}

.comma-separated-list:not(:first-child):before {
  content: ", ";
}
.btn-default{
    border-color: #cccccc !important;
    margin:0 !important;
    color: #333333;
    background-color: #ffffff !important;
    text-transform: none !important;
}

.active,.active:focus{
    background-color: #dde2e8 !important;
    border-color: #888 !important;
    color:#000 !important;
}

.searchBox{
    height:300px;
    overflow-x: auto;
}
.searchTextBox{
    width:100px !important;
}


ul.menu.dexp-menu li:hover ul.menu.depth-1{
    display:block !important;
    z-index: 999 !important;
    opacity:100;
    margin-top:0px;
}


ul.menu.dexp-menu > li ul.menu li {
    border-top: 1px solid #eff4f7;
    padding: 0 15px;
    position: relative;
    list-style: none;
    line-height: 32px;
}

.navbar-default {
    background-color: transparent; 
    border: none;
}

#section-page-title {
    background-attachment: fixed;
    background-image: url(/sites/default/files/drupalexp/evolve/images/parallex-inner.jpg);
    background-position: 50% 0;
    clear: both;
    margin-bottom: 80px;
}
#section-page-title .breadcrumb a {
    color: #b9bec3;
}
#section-page-title h1.page-title {
    color: #fff;
    font-family: "raleway";
    font-size: 36px;
    font-weight: 100;
    letter-spacing: -1px;
    line-height: 36px;
    margin: 0;
}
/*.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}*/
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}
.breadcrumb li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.breadcrumb li:first-child:after {
    content: ' \BB ';
}
*::before,
*::after {
  box-sizing: border-box;
}
#section-page-title .container {
    padding-top: 30px;
    padding-bottom: 30px;
}

#section-page-title .breadcrumb {
    background-color: transparent;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    margin: 0;
    padding: 0;
}
#section-page-title .breadcrumb li {
    color: #aaa;
}
#section-page-title .breadcrumb a {
    color: #b9bec3;
}
#section-page-title .row {
    display: flex;
}
.visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
}

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px; 
}

#section-footer {
    color: #bcc1c5;
    font-size: 13px;
}
.pt30 {
    padding-top: 30px !important;
}
.pb30 {
    padding-bottom: 30px !important;
}
#section-footer .block-title {
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: inline-block;
}
.dexp-icon {
    padding-right: 5px;
}
a, a:link {
    color: #666;
}



thead th {
    background-color: darkgrey;
    color: white;
    font-weight: bold;
}
div.searchForm .form-group {
    margin-bottom: 0px;
}

div.searchForm fieldset {
    border: 1px groove #ddd !important;
    padding: 5px !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
    min-height:63px;
}

div.searchForm fieldset label,div.searchForm fieldset div {
    padding:0;
    font-weight: normal;
}

div.searchForm legend {
    font-size: 0.95em !important;
    font-weight: bold !important;
    text-align: left !important;
    margin-bottom: 0px;
    width:auto;
    border-bottom-width:0;
    padding-right:3px;
    padding-left:3px;
}
div.searchForm fieldset p {
    margin: 0;
}

div.alignWithLabel {
    padding-top:7px;
}
/*-------------------------------------------------------------------------
| set scrollbar withd
-------------------------------------------------------------------------*/
.searchBox::-webkit-scrollbar ,
.tableFixedHeaderContainer::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}
.searchBox:hover::-webkit-scrollbar,
.tableFixedHeaderContainer:hover::-webkit-scrollbar {
  width: 0.75em;
  height: 0.75em;
}

.searchBox::-webkit-scrollbar-track,
.tableFixedHeaderContainer::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.searchBox::-webkit-scrollbar-thumb,
.tableFixedHeaderContainer::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
/*-------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------
| set up container and borders
-------------------------------------------------------------------------*/
/*Set container size*/
.tableFixedHeaderContainer {
    overflow: auto;
    max-height: 75vh;
}
/*deal with losing border*/
.tableFixedHeaderContainer>table{
    border-collapse: separate; /* Don't collapse */
    border-spacing: 0;
    
}
.tableFixedHeaderContainer th{
    white-space: nowrap;
}
/*-------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------
| Sticky rows and columns
-------------------------------------------------------------------------*/
/*row 1 general header cells*/
.row1 th{
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 0;
    z-index: 2;
}
/*row 2 general header cells*/
.row2 th{
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 37px;
    z-index: 2;
}

/* row 1 coluumn 1 */
.row1 .headerCol1 {
    left: 0;
    top: 0;
    z-index: 3;
    background-color:red;
    position: sticky;
}
/* row 1 coluumn 2 */
.row1 .headerCol2{
    left: 92px;
    top: 0;
    z-index: 3;
    background-color:red;
    position: sticky;
}

/* row 2 coluumn 1 */
.row2 .headerCol1 {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 37px;
    left: 0;
    z-index: 3;
    width: 93px;
}
/* row 2 coluumn 2 */
.row2 .headerCol2{
    left: 93px;
    top: 37px;
    z-index: 3;
    position: sticky;
    width: 143px;
}
/* row 2 coluumn 3 */
.row2 .headerCol3{
    left: 255px;
    top: 37px;
    z-index: 3;
    position: sticky;
}

/*lock body cells left*/
.col1 {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    left: 0;
    color:#fff;
    background-color: #475260;
    width: 93px;
}
.col2 {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    left: 92px;
    color:#fff;
    background-color: #475260;
    width: 143px;
}
.col3 {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    left: 255px;
    color:#fff;
    background-color: #475260;
}
/*-------------------------------------------------------------------------*/


td,th{
    font-family: "Arial" !important;
}


/*Set borders*/
.table-bordered > thead > tr > th, 
.table-bordered > tbody > tr > th, 
.table-bordered > tfoot > tr > th, 
.table-bordered > thead > tr > td, 
.table-bordered > tbody > tr > td, 
.table-bordered > tfoot > tr > td {
    border: 1px solid #bbb;
}
/*-------------------------------------------------------------------------*/
