﻿.bg-primary-lighter1 {
  background-color: #ebebeb;
}


.appTitleLeft {
    font-family: 'Permanent Marker', cursive;
    font-size: 22px;
}

.appTitleRight {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 22px;
}

/* Filter styles */
#filterBtn {
    width: 100%;
}

#filterBlock .block-content {
    padding-top: 0;
}

.filter-nav {
    margin: 0 -20px;
    padding: 0;
    list-style: none;
}

    .filter-nav .nav-main-heading {
        padding: 22px 20px 6px 20px;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        color: black;
    }

    .filter-nav a {
        display: block;
        padding: 10px 20px;
        color: black;
    }

        .filter-nav a > i {
            margin-right: 15px;
            color: black;
        }

        .filter-nav a.nav-submenu {
            text-align: left;
            position: relative;
            padding-right: 30px;
        }

            .filter-nav a.nav-submenu:before {
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                right: 15px;
                display: inline-block;
                font-family: 'FontAwesome';
                color: black;
                content: "\f104";
            }

                .filter-nav a.nav-submenu:before.filter-nav a.nav-submenu:before-fwidth {
                    width: 100%;
                }

    .filter-nav ul {
        margin: 0;
        padding: 0 0 0 5px;
        height: 0;
        list-style: none;
        background-color: #f9f9f9;
        overflow: hidden;
      
        /*max-height: 190px;*/
    }

        .filter-nav ul > li {
            opacity: 0;
            -webkit-transition: all 0.25s ease-out;
            transition: all 0.25s ease-out;
            -webkit-transform: translateX(-15px);
            -ms-transform: translateX(-15px);
            transform: translateX(-15px);
        }

        .filter-nav ul a {
            padding: 8px 8px 8px 0;
            font-size: 13px;
            color: black;            
        }

            .filter-nav ul a > i {
                margin-right: 10px;
            }

        .filter-nav ul ul {
            padding-left: 12px;
        }

    .filter-nav li.open > a.nav-submenu {
        color: black;
    }

        .filter-nav li.open > a.nav-submenu > i {
            color: black;
        }

        .filter-nav li.open > a.nav-submenu:before {
            content: "\f107";
        }

    .filter-nav li.open > ul {
        height: auto;
        text-align: left;
    }

        .filter-nav li.open > ul > li {
            opacity: 1;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }

        .filter-nav li.open a{
            box-shadow: 0 2px 2px #d7d7d7;
        }
        .filter-nav li.open ul{
            border-bottom: 1px solid #ddd; 

            /*border-top: 1px solid #ddd;*/
        }

    .filter-nav ul .form-group {
        margin: 0;
    }

        .filter-nav ul .form-group .css-checkbox.css-checkbox-sm {
            margin-top: 5px;
            margin-bottom: 5px;
            font-size: 12px;
        }

.user-search-grid .pagination {
    margin: 0;
}

.user-search-grid-header {
    height: 50px;
}

.user-search-filter-tags {
    padding-bottom: 10px;
}

    .user-search-filter-tags span {
        margin: 5px 5px 5px 5px;
    }

.filter-item {
    color: black;
}

.user-search-grid .table > tbody > tr > td {
    padding: 5px;
}

.user-search-grid-block .block-content {
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .user-search-grid-header div {
        text-align: center;
        padding-bottom: 5px;
    }
    .itemsSelected {
        text-align: center;
        vertical-align: middle;   
        padding-bottom: 5px;    
    }
    .itemsPager {
        text-align: center;
        vertical-align: middle;   
        padding-bottom: 5px;    
    }
    .itemOptions{
        display: flex;
        justify-content: center;
        align-content: center;
    }
    .itemActions, .itemOptions{
       padding-bottom: 5px;
    }
    .user-search-filter-tags{
        text-align: center;
    }

}

@media (min-width: 767px) {
    .user-search-grid-header div .pagination {
        float: right;
    }

    .itemsSelected {
        text-align: left;
        height: 34px;
        line-height: 34px;
    }
    .itemsSelected div {
        float: left;
    }
    .itemActions, .itemDisplay{
        float: right;
    }
    .user-search-grid-block .block-content .row{
       padding-bottom: 10px;
    }
    
}

.user-search-grid-block .block-content .table thead th {
    /*background-color:  #999999;
        #98b9e3; 
        #c9c9c9;
        #999999;
        #5c90d2; 
    color: white;*/
}

.dropdown-menu > li > a:hover {
    background-color:#3e4a59;
    color: white;
}
.itemOptions ul{
    padding-left: 10px;
}
#tableSelectAll{
    text-align: center; 
    width: 30px; 
    padding-top: 2px; 
    padding-bottom: 2px;
}

.operationInfo {
    min-height: 34px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.operationHeader{
    float: right;
}
#operation-popup .modal-dialog-top{
    margin-top: 10%;
}
@media (max-width: 49em) {
    .operationInfo{
        font-size: 14px;   
    }
    .operationHeader{
        float: left;
    }
    #operation-popup .modal-dialog-top{
        margin-top: 20%;
    }
}
.operationIcon{
    background-color:#3c434d;
    border-color:#5b718e;    
}
.operationIcon:hover{
   color: #545454;
   background-color: #3c434d;
   border-color: #5b718e;
}
.operationIcon span{
    color:white;
}



.DataTable-RowPrimary{

    color:black;

}




/* Custom Table */


@media (min-width: 49em) {
    .container {
        width: 100%;
    }
}

.responsive-table {
    width: 100%;
    margin-bottom: 1.5em;
}

@media (min-width: 49em) {
    .responsive-table {
        font-size: .9em;
    }
}

@media (min-width: 62em) {
    .responsive-table {
        font-size: 1em;
    }
}

.responsive-table thead {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

@media (min-width: 49em) {
    .responsive-table thead {
        position: relative;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto;
    }
}

.responsive-table thead th {
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    font-weight: normal;
    text-align: left;
    color: #646464;/*XX Sytle Update*/
}

.responsive-table thead th:hover{
    cursor: pointer;
}
.responsive-table thead th .glyphicon{
    opacity: 1; /*XX Sytle Update*/
}

.responsive-table thead th:first-of-type {
    text-align: left;
}

.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
}


.responsive-table tr:hover{
    background-color: #97b32d;
    color:white;
     cursor:pointer;
  
   
}
.listItem {
    cursor:pointer;
}
.listItem:hover
{
    background-color: #fbfbfb;
   color:#87a37b;
   font-weight:bold;
  
}


@media (max-width: 49em) {
    .responsive-table tr {
        box-shadow: 2px 2px 2px #d7d7d7;
    }
}

@media (min-width: 49em) {
    .responsive-table tr {
        display: table-row;
    }
}

.responsive-table th,
.responsive-table td {
    padding: .5em;
    vertical-align: middle;
}

/*@media (min-width: 30em) {
    .responsive-table th,
    .responsive-table td {
        padding: .75em .5em;
        display: block;
    }
}*/

@media (min-width: 49em) {
    .responsive-table th,
    .responsive-table td {
        display: table-cell;
        padding: .5em;
        border: 1px solid #dfdfdf; /*xx style update*/
    }
}

@media (min-width: 62em) {
    .responsive-table th,
    .responsive-table td {
        padding: .5em .5em;
    }
}

@media (min-width: 75em) {
    .responsive-table th,
    .responsive-table td {
        padding: .5em;
    }
}

@media (min-width: 49em) {
    .responsive-table tbody {
        display: table-row-group;
    }
}

.responsive-table tbody tr {
    margin-bottom: 1em;
    border: 1px solid #d9d9d9;
    border-collapse: collapse;
}

@media (max-width: 49em){
    .responsive-table tbody tr {
    margin-bottom: 1em;
    border: 1px solid #ddd;
    border-collapse: collapse;
}
}

@media (min-width: 49em) {
    .responsive-table tbody tr {
        display: table-row;
        border-width: 1px;        
    }
}

.responsive-table tbody tr:last-of-type {
    margin-bottom: 0;
}

.responsive-table tbody th[scope="row"] {
    background-color: #5c90d2;
    color: white;  

}

@media (max-width: 49em) {
    .responsive-table tbody th[scope="row"] {
        font-size: 20px;
    }
    .responsive-table tbody th[scope="row"] a {
        background-color: #5c90d2;
        color: white;  
    }
}


@media (min-width: 49em) {
    .responsive-table tbody th[scope="row"] {
        background-color: transparent;
        color: #5e5d52;
        text-align: left;
    }
}

.responsive-table tbody td {
    text-align: left;
}

@media (min-width: 49em) {
    .responsive-table tbody td {
        /*border-bottom: 1px solid #f2f2f2;*/ /*xx style update*/
        text-align: left;  
    }
}

@media (min-width: 49em) {
    .responsive-table tbody td {
        text-align: left;
    }
}

.responsive-table tbody td[data-type=currency] {
    text-align: left;
}

.responsive-table tbody td[data-title]:before {
    content: attr(data-title);   
    display: block; 
    font-weight: 700;    
    color: #333333
}

/*@media (min-width: 30em) {
    .responsive-table tbody td[data-title]:before {
        font-size: .9em;
    }
}*/

@media (min-width: 49em) {
    .responsive-table tbody td[data-title]:before {
        content: none;
    }
}
.rowSelected{
    background-color: #e8f4fc;
}

.responsive-table tbody tr .label {
    font-size: 90%;
}

#userCheckbox{
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    text-align: center;
    margin: 0;
    padding: 2px 0 2px 0;
    
}


.FilterHeader{

      /*background-color: #f2f2f2;
      color:black;*/

         background-color: #45545f;
      color:white;
}

.FilterSubHeader{

      /*background-color: #f2f2f2;
      color:black;*/

         background-color: #f2f2f2;
     
}

.unauthorized-note {
    margin-top:5px;
    margin-left:20px;
    border:1px solid #e6e6e6;
    border-radius:10px;
    width:600px;
    padding:5px;
    font-style:italic;
}

a.hyperlink {
    text-decoration: none;
    text-decoration: underline;
    font-weight: 800;
    color: #1F4269;
}



