﻿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;
}