h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.profile-img {
    max-height: 100px;
    max-width: 100px;
    border-radius: 50%;
}

.hero-header div:first-child {
    margin-top: 30px;
}

.custom-navbar {
    background: -webkit-linear-gradient(-90deg, #770000, #cc0000);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(-90deg, #770000, #cc0000);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(-90deg, #770000, #cc0000);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(-90deg, #770000, #cc0000);
    /* Standard syntax */
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

@media (max-width:767px) {
    .hero-header div:first-child {
        margin-top: 0px;
    }
    .custom-navbar .navbar-right {
        padding-right: 15px;
    }
    /*	.custom-navbar .nav.navbar-nav.navbar-right li {
                float: right;
            }*/
    .custom-navbar .nav.navbar-nav.navbar-right li>a {
        padding: 10px 15px;
    }
    .custom-navbar .navbar-toggle {
        float: left;
        margin-left: 15px;
    }
    .custom-navbar .navbar-header {
        float: left;
    }
    .custom-navbar .navbar-collapse {
        clear: both;
        float: none;
    }
    .navbar-header {
        float: left;
        text-align: center;
        width: 100%;
    }
    .navbar-brand {
        float: none;
    }
}

.chat {
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon, .chat .glyphicon {
    margin-right: 5px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

#sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 10000;
    border-radius: 0 0 0.5em 0.5em;
}

.custom-navbar {
    background-color: #770000 !important;
}

.custom-navbar .navbar-toggle {
    background-color: transparent !important;
    border: none !important;
}

.custom-navbar .logo {
    margin-top: 2px;
    height: 48px;
}

.search-btn {
    padding: 10px 7px !important;
}

/* app user table fixed column */

.app-user-table .react-bs-container-header>table .app-users-page-fixed-column {
    position: sticky;
    background-color: #fff;
    position: -webkit-sticky;
    left: 0;
    /* z-index: 2; */
}

.app-user-table>div.react-bs-table>div.react-bs-container-header>table>thead>tr:nth-child(2)>th:nth-child(1) {
    position: sticky;
    background-color: #e0e0e0;
    position: -webkit-sticky;
    left: 0;
    /* z-index: 2; */
}

.app-user-table .react-bs-container-body>table>tbody tr.selected-row-bgcolor .app-users-page-fixed-column, .app-user-table div.react-bs-table>div.react-bs-container-body>table>tbody>tr.selected-row-bgcolor>td:nth-child(1) {
    position: sticky;
    background-color: #e0e0e0;
    position: -webkit-sticky;
    left: 0;
    border-top: 1px solid #e8e8e8;
    z-index: 2;
}

.app-user-table div.react-bs-table>.react-bs-container-body>table>tbody tr:not(.selected-row-bgcolor) .app-users-page-fixed-column:hover, .app-user-table div.react-bs-table>.react-bs-container-body>table>tbody>tr:not(.select-row-bgcolor):hover td {
    position: sticky;
    background-color: #e0e0e0;
    position: -webkit-sticky;
    left: 0;
    border-top: 1px solid #e8e8e8;
}

.app-user-table .react-bs-container-header>table .app-users-page-fixed-column, .app-user-table .react-bs-container-body>table>tbody tr:not(.selected-row-bgcolor) .app-users-page-fixed-column {
    position: sticky;
    background-color: #fff;
    position: -webkit-sticky;
    left: 0;
    z-index: 2;
}

@media(min-width:768px) {
    /* lab user table fixed column */
    .lab-user-table .react-bs-container-header>table .lab-users-page-fixed-column {
        position: sticky;
        background-color: #fff;
        position: -webkit-sticky;
        left: 0;
        /* z-index: 2; */
    }
    .lab-user-table .react-bs-container-body>table>tbody tr.selected-row-bgcolor .lab-users-page-fixed-column, .lab-user-table div.react-bs-table>div.react-bs-container-body>table>tbody>tr.selected-row-bgcolor>td:nth-child(1) {
        position: sticky;
        background-color: #e0e0e0;
        position: -webkit-sticky;
        left: 0;
        border-top: 1px solid #e8e8e8;
        z-index: 2;
    }
    .lab-user-table div.react-bs-table>.react-bs-container-body>table>tbody tr:not(.selected-row-bgcolor) .lab-users-page-fixed-column:hover, .lab-user-table div.react-bs-table>.react-bs-container-body>table>tbody>tr:not(.select-row-bgcolor):hover td {
        position: sticky;
        background-color: #e0e0e0;
        position: -webkit-sticky;
        left: 0;
        border-top: 1px solid #e8e8e8;
    }
    .lab-user-table .react-bs-container-header>table .lab-users-page-fixed-column, .lab-user-table .react-bs-container-body>table>tbody tr:not(.selected-row-bgcolor) .lab-users-page-fixed-column {
        position: sticky;
        background-color: #fff;
        position: -webkit-sticky;
        left: 0;
        z-index: 2;
        vertical-align: middle;
    }
}

.lab-user-table>div.react-bs-table>div.react-bs-container-header>table>thead>tr:nth-child(2)>th:nth-child(1) {
    position: sticky;
    background-color: #e0e0e0;
    position: -webkit-sticky;
    left: 0;
    /* z-index: 2; */
}

/*** for individual user info **/

.user-info-heading {
    text-align: right;
    padding-right: 0 !important;
}

.user-info-value {
    text-align: left;
    padding-left: 0 !important;
    word-break: break-all;
}

.profile-username {
    font-size: 30px !important;
    margin-top: 0;
}

.my-custom-datepicker-component>div {
    border-radius: 0 !important;
    background: white !important;
}

.user-data-download:disabled{
    cursor: not-allowed;
    opacity: 0.4;
}
.user-data-download{
  
    vertical-align: middle;
    background: none;
    border: none;
    color: #337ab6;
}

.service_dropdown {
    display: flex;
}

.service_dropdown >h5 {
    width: 30%;
    font-weight: bold;
}

.service_dropdown >div {
    width: -webkit-fill-available;
}
.rate-limit-error {
    color: #f00;
    text-align: center;
}

.remove_api_rate_limit {
    display: flex;
    flex-direction: column;
}

.rate_limit_values {
    display: flex;
    margin: 5px 0 5px 0;
    align-items: center;
    /* justify-content: space-between; */
}

.rate_limit_values >input {
    width: 20%;
    border-radius: 4px;
} 

.rate_limit_values >h5 {
    font-weight: bold;
    padding: 0 14px 0 0;
}

.new_rate_limit {
    display: flex;
    margin: 5px 0 5px 0;
    align-items: center;
}

.new_rate_limit >h5{
    width: 30%;
    font-weight: bold;
}

.new_rate_limit >input {
    border-radius: 4px;
}

.rate_limit_reason {
    display: flex;
    margin: 5px 0 5px 0;
    align-items: center;
}

.rate_limit_reason >h5{
    width: 30%;
    font-weight: bold;
}

.rate_limit_reason >input {
    border-radius: 4px;
}

.rate_limit_remove_btn {
    text-align: right;
    margin: 10px 0 0 0;
}

.rate-limit-loader {
    color: #00f;
    text-align: left;
}

.rate-limit-success {
    color: #080;
    text-align: left;
}

h4.modal-title , .profile-username, .file-uploaded-date a  {
    word-break: break-word !important;
}
