/* Feature access */
li.feature-access-line{

}
.feature-access-container {
    width: 99%;
    margin-top: -20px;
    margin-left: 150px;
}
.feature-Header {
    font-size: 16px;
    border-bottom: 1px solid #000000;
}
.feature-item {
    width: 200px;
    font-weight: bold;
}
.feature-access,
.feature-edit,
.feature-delete {
    width: 60px;
    text-align: center;
}
/* Log Users section */
.log_section {
    width: 700px;
    height: 200px;
    margin-left: 50px;
    overflow-x:hidden;
    overflow-y:auto;
}
.log_header {
    font-size: 12px;
    font-weight: Bold;
    margin-bottom: 5px;
}
.log_item {
    margin: 5px;
    width: 680px;
    font-weight: normal;
    display: block;
    border-width: 2px;
    border-style: solid;
    padding: 5px;
}
.log_title {
    margin-bottom: 10px;
    font-weight: Bold;
}
.log_status {
    font-weight: Bold;
    font-style: oblique;
    font-size: 10pt;
    color:#007000;
    margin-right: 1em;
}
.log_body {
    font-weight: normal;
}
ol.quicklink-select-container{
    display: inline-block;
}
li.quicklink-selector{
    margin: 0px;
    margin-right: 5px;
}
#push-subscription-button.btn-disabled{
    cursor:not-allowed !important;
    background-color:#5e5e5e !important;
    color: #fff!important;
    border:none!important;
}
.push-notification-help{
    background-color: orange  !important;
    border: 1px solid orange  !important;
    padding: 1px 4px !important;
    border-radius: 72% !important;
}
.push-notification-help-wrap{
    margin-left:-25px !important;
}
.push-notification-help i:hover{
    color: white !important;
}
.update-taxid-number:hover {
    background-color:green !important;
}
.padding-6{
    padding:6px !important;
}
.borderrad-15{
    border-radius:15px !important;
}
.green-background{
    background: green !important;
}
.white{
    color: white !important;
}

/* Password Popup css */
#manage-password input[type="password"]{
    padding: .375rem 1rem .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100% !important;
    height: 40px !important;
    color: #444444;
    margin: 0px !important;
    max-width: 100%;
}

#pswd_info {
    padding:15px;
    background:#fefefe;
    font-size:.875em;
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    border:1px solid #ddd;
}

#pswd_info h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
    font-size: 16px
}

#pswd_info ul{
    padding-left: 0;
}

#pswd_info .invalid{
    /* background:url(../images/invalid.png) no-repeat 0 50%; */
    padding-left:5px;
    line-height:10px;
    color:#ec3f41;
    font-size: 12px;
}
#pswd_info .valid {
    /* background:url(../images/valid.png) no-repeat 0 50%; */
    padding-left:5px;
    line-height:10px;
    color:#3a7d34;
    font-size: 12px;
}