.tab-toggle {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 600;
    width: 100px;
    display: inline-block;
    border: 1px solid #0879b8;
    color: #0879b8;
    padding: 10px;
    text-align: center;
    margin: 20px;
    text-decoration: none !important;
    cursor: pointer;
}
.heading-menu {
    background-color: #eaf8ff;
    border-bottom: 1px solid #E1EEFF;
    text-align: center;
    
}
.tab-toggle:first-child {
    right: 122px;
    border-right: 0px solid #eee; 
}

.tab-toggle.active {
    background-color: #0879b8;
    color: #fff;
    pointer-events: none;
}
.smk_1 li {
    padding-left: 0 !important;
    padding-right:25px;
}

.smk_accordion .accordion_in .acc_content,.smk_accordion .accordion_in.acc_active .acc_head{
    background-color:#fff;
}

.list li {
    list-style: decimal;
}

.bullet li {
    list-style: disc;
}
.appList li {
    padding: 12px 30px !important;
}

.appList > a {
    background-color: transparent;
    font-size: 12px;
    padding: 12px;
    font-weight: 600;
    line-height: normal;
}
.appList li {
    font-size: 13px;
    line-height: normal;
    height: auto;
    margin-right: 5px;
}

ul.appList {
    display: flex;
}
h1.pg-head {
    margin-top: 50px;
}
.appList {
    list-style: none outside none;
}

.appList {
    border-bottom: 1px solid #ECEDEE;
    padding: 0 !important;
    padding-top: 20px !important;
}

.appList li {
    display: inline-block;
    padding: 5px 20px;
    background: #ecedee;
    border-right: 1px solid #ecedee;
    border-left: 1px solid #ecedee;
    border-top: 1px solid #ecedee;
    padding: 1.4% 5.1% 1.4% 5.1% !important;
    margin-bottom: 0px;
}

.appList .active {
    background: none repeat scroll 0 0 #fff;
    border-right: 1px solid #ecedee;
    border-left: 1px solid #ecedee;
    border-top: 1px solid #ecedee;
    padding: 1.4% 5.2% 1.4% 5.2%;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

.appList .inactive {
    cursor: pointer;
}
.note {
    background-color: #eee;
    border-left: 3px solid #2e7cbc;
    margin-top: 15px;
    display: block;
}

.note:before {
    content: 'Note';
    padding-left: 10px;
    font-weight: 600;
    display: inline-block;
    padding-top: 10px;
}

.note li {
    list-style: disc inside;
    margin: 0 !important;
}

.note ul {
    padding-top: 0 !important;
    padding: 30px;
}

.note p {
    padding-left: 12px;
}

p.note {
    padding: 10px;
}

p.note:before {
    display: none;
}

span.comp-icon {
    background-position: -35px 0;
    height: 25px;
    width: 50px;
    display: inline-block;
    opacity: 0.7;
}

ol.note,
li.note {
    background-color: #eee;
    padding: 25px 25px 25px 43px !important;
    list-style-position: outside;
    border-left: 2px solid #ccc;
}