﻿body { }

/*BootStrap 4 fixes*/
.menupanelbody { width: auto!important; }
.breadcrumb { padding: 0 !important; margin: 0 !important; background-color:transparent; }
#main-main { width: auto!important; }
.ajax__tab_tab, .ajax__tab_tab::before, .ajax__tab_tab::after { box-sizing: content-box !important; }
.collapsePanelHeader {min-height:30px;}

/*New Styles*/
.btn-tabnavon { background-color: #a6d219; color:#fff!important; font-weight:600; text-decoration: none!important; border:3px solid #a6d219;}
.btn-tabnavon:hover {background-color: #fff ; color: #a6d219!important; text-decoration: none !important; border:3px solid #a6d219;   }
.bginfo2 { background-color: #0071B5!important; }
.grdDropDownList { font-size: 8pt !important; }
.headingfont {font-size: 2em !important; font-weight:bolder}
.ajax__tab_xp .ajax__tab_tab {height:16px !important;padding: 4px 4px 0px 4px !important; }

.my-digital-locker-info fieldset {
    background-color: #F4F4F4;
    border: 1px solid #eee;
    margin-bottom: 14px;
}

.my-digital-locker-info fieldset > legend {
    background-color: #0071b5;
    padding: 8px 14px;
    color: #fff;
    font-size: 18px;
}

.my-digital-locker-info fieldset table {
    width: 100%;
    background-color: #fff;
    color: #000000;
}

.my-digital-locker-info fieldset table .declbl {
    color: #000;
}

.my-digital-locker-info fieldset table thead tr {
    background-color: #87AE15 !important;
    color: #ffffff !important
}

.my-digital-locker-info fieldset table tr:nth-child(even) {
    background-color: #EFEFEF;
}

.my-digital-locker-info fieldset table tr th, 
.my-digital-locker-info fieldset table tr td {
    padding: 12px 4px;
}

.my-digital-locker-info fieldset table tr td > a {
    display: inline-block;
    margin: 0 2px;
}

.my-digital-locker-info fieldset table tr td input[type="submit"] {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #87AE15;
    background-color: #87AE15;
    border-radius: 4px;
    color: #ffffff;
    font-weight: bold;
}

/* Comments List e-portfolio*/

.modal-header .close-button {
    width: 30px;
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d2d2d2;
    border: 1px solid #b7b7b7;
    border-radius: 50%;
    padding: 0;
    font-size: 17px;
    color: #000;
}

.modal-footer .close-button:not(:hover) {
    background: #d2d2d2;
    border: 1px solid #b7b7b7;
}

.CommentsOuter {
    width: 100%;
}
.cus-comment {
    border: 1px solid #ddd;
    padding: 16px;
    max-width: 92%;
    margin-right: auto;
    border-radius: 8px;
}

.cus-comment + .cus-comment {
    margin-top: 10px;
}
.comment-form textarea {
    display: block;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    resize: none;
    margin-bottom: 10px;
    font-size: 14px;
    width: 100%;
}

.comment-form button {
    padding: 10px;
    background-color: #4caf50;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    min-width: 150px;
}

.comment-form button:hover {
    background-color: #45a049;
}

.comment {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.comment-header, 
.comment-header-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.comment-header h4 {
    margin: 0;
    font-size: 15px;
    color: #333;
}

.comment-header-2 h4, 
.comment-header-2 span {
    margin: 0;
    font-size: 12px;
    color: #333;
    font-weight: bold;
}

.comment-header span {
    font-size: 12px;
    color: #999;
}

.comment p {
    margin: 0;
    color: #555;
    font-size: 14px;
}

/* Replies */
.replies {
    background-color: #f1f1f1;
    padding: 16px;
    max-width: 92%;
    margin: 10px 0;
    margin-left: auto;
    border-radius: 8px;
}

.modal-dialog-scrollable .modal-body {
    scrollbar-color: rgb(91, 91, 91) rgb(210,210,210) !important;
    scrollbar-width: thin !important;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: rgb(91, 91, 91);
}
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    width: 6px;
    height: 6px;
    background: rgb(210,210,210);
}

.modal-width .modal-dialog {
    max-width: 650px;
}

.fa-toggle-on, 
.fa-toggle-off {
    font-size: 13px;
    vertical-align: middle;
}

.fa-toggle-on {
    color: #559509;
}

.fa-toggle-off {
    color: #b7b7b7;
}

.modal-title span {
    display: block;
    font-size: 12px;
    color: #3c3939;
}