﻿.validationMessage {
    color: red;
}

.profile-pic .avatar-sm {
    margin: 0 5px;
    border-radius: 100%;
    border: solid 1px #eee;
    text-align: center;
    padding: 1px;
    font-weight: bold;
    font-size: 22px;
}

.user-box .avatar-lg {
    margin: 0 5px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: solid 1px #eee;
    text-align: center;
    padding: 1px;
    font-weight: bold;
    font-size: 22px;
}


.input-icon .input-icon-addon {
    top: 15px;
    height: auto;
}

.edit-profile-box {
    position: relative;
}

    .edit-profile-box a.action-btn {
        position: absolute;
        top: 5px;
        cursor: pointer;
        right: 5px;
    }

    .edit-profile-box .form-control {
        padding-right: 25px !important;
    }


.header-top .dropdown-user .table {
    margin: 0;
}

    .header-top .dropdown-user .table tr td {
        padding: 3px !important;
        margin: 0;
        height: auto;
        font-size: 13px;
        border: none;
        
    }

.header-top .dropdown-user .table-responsive {
    margin: 0;
    max-height: 200px;
    overflow-y: scroll;
    height: 100%;
}

.modal .btn-secondary:hover, .modal .btn-secondary:focus, .modal .btn-secondary:disabled {
    color: #fff;
}

.header-top .dropdown-user .table tr:hover {
    background-color: #e33333;
}
.header-top .dropdown-user .table tr:hover td {
    color: #fff;
  
}

.header-top .navbar-header .topbar-nav .dropdown-user {
    width: 400px;
    padding: 0;
}

.header-top .dropdown-user .table tr {
    transition:all .5s;
    cursor: pointer;
    width: 100%;
    border-bottom: solid 1px #f1f1f1 !important;
    display: block;
    margin: 5px auto;
}

.header-top .dropdown-item {
    font-size: 13px;
    padding: 10px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
}
.header-top li.dropdown-user-list {
    padding: 5px;
}

.form-group.change-pw .form-control {
    padding-left: 5px;
}


.view_modal_datatable .modal-dialog {
    max-width: 1000px;
}

.myholdingReports-wrapper .table-header .view-btn {
    margin: 0 auto;padding:0 !important;
    display: block;
}
.myholdingReports-wrapper .table-header .download-btn {
    max-width: none;
    display: block;
    width: auto !important;
}
.myholdingReports-wrapper .export-pdf-btn {
    display: block;
}

.DivNoData img {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    display: block;
}

.DivNoData {
    background-color: #fbfbfb;
    padding: 25px;
}

.myholdingReports-wrapper .export-pdf-btn {
    display: inherit;
    width: auto !important;
    max-width: 55px;
    height: 45px;
    line-height: 2;
}

.btn-wrapper .export-pdf-btn { margin:0 5px;
}

.text-right {
    text-align:right;
}

.text-center {
    text-align: center;
}

.disabled-link{
    pointer-events:none;
}

