#ifc_widget, .ifc_widget {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    border: 1px solid #b9c0c6;

}

#ifc_widget .pointer,
.ifc_widget .pointer {
    cursor: pointer;
}

#ifc_widget .hide,
.ifc_widget .hide {
    display: none;
}

#ifc_widget .show,
.ifc_widget .show {
    display: block;
}

#ifc_widget *, .ifc_widget * {
    font-size: 0.75rem;

}

#ifc_widget > ul, .ifc_widget > ul {
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    padding: 0px !important;
    margin: 0px;
}
.page_content .ifc_widget > ul{
    padding: 0;
}

#ifc_widget > ul > li {

    color: #fff;
    font-size: 0.875rem;
    font-weight: bold;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 5px;
    padding-top: 5px;
    list-style-type: none !important;
    margin-top: 3px;
    cursor: pointer;
}

.ifc_widget > ul > li {
    color: #fafafa;
    font-size: 0.875rem;
    list-style-type: none !important;
    background: var(--ifc-gray-500);
}

#ifc_widget > ul > li.active, .ifc_widget > ul > li.active {
    font-weight: bold;
    color: #fff;
}

#ifc_widget > ul > li.active:hover, .ifc_widget > ul > li.active:hover {
    background-repeat: repeat-x;
    text-decoration: none;
}

#ifc_widget > ul > li > ul, .ifc_widget > ul > li > ul {
    background-color: #ffffff;
    display: none;
    margin-top: 2px;
    margin: 0px !important;
    overflow: auto;
    border: none !important;
    color: #4b4f58;
    list-style: none;
    padding: 0px;
    width: 100%;
}

#ifc_widget > ul > li > ul > li, .ifc_widget > ul > li > ul > li {

    text-align: left;
    background: #ffffff;
    list-style-type: none !important;
    padding: 10px !important;
    line-height: normal;
}

body[dir=rtl] #ifc_widget > ul > li > ul > li, body[dir=rtl] .ifc_widget > ul > li > ul > li {
    text-align: right;
}


#ifc_ned, .ifc_ned {
    text-align: right;
    width: 100%;
    font-size: 0.625rem;
    color: var(--ifc-green-600);
    border-bottom: 1px solid #b9c0c6;
    border-left: 1px solid #b9c0c6;
    border-right: 1px solid #b9c0c6;
    padding: 10px;
}

#ifc_ned a, .ifc_ned a {
    margin-right: 5px;
    color: var(--ifc-gray-900);;
}

#ifc_ned p, .ifc_ned p {
    padding: 0px 10px 0px 0px;
    margin: 0;
}

#ifc_anonse,
.ifc_anonse {
    border: 2px solid #90969e;
    display: none;
    width: 98%;
    height: 98%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: white;
    z-index: 10000;
    list-style: none !important;
    overflow-y: scroll;

}

#ifc_anonse ul li, .ifc_anonse ul li {
    list-style: none !important;
    text-align: left;
}

#ifc_anonse ul li p, .ifc_anonse ul li p {
    margin: 0px;
    padding: 0px;
    display: block;
    text-align: left;
}

.widget_datespan {
    background: url(/images/widget/calendar_icon.jpg) 0 0 no-repeat;
    color: #a3a3a3;
    padding-left: 17px;
    padding-top: 1px;
    font-size: 0.6875rem;
    display: inline-block;
}
body[dir=rtl] .widget_datespan{
    padding-left: initial;
    padding-right: 17px;
    background-position: right;
}

#ifc_anonsemarketsentiment ul {
    margin: 0;
}

#ifc_anonsemarketsentiment ul li {
    margin: 5px 0 0 8px;
}

#ifc_anonsemarketoverview ul {
    margin: 0;
}

#ifc_anonsemarketoverview ul li {
    margin: 5px 0 0 8px;
}

#ifc_anonsetanalysis ul {
    margin: 0;
}

#ifc_anonsetanalysis ul li {
    margin: 5px 0 0 8px;
}

#ifc_anonse ul {
    margin: 0;
}

#ifc_anonse ul li {
    margin: 5px 0 0 8px;
}

.widgetHeader {
    background: #449953;
    color: #fafafa;
    margin: 2px 0 0 2px !important;
    padding: 2px;
}

.widgetHeader a {
    color: #fafafa;
}

.closeButton {
    display: block;
    width: 13px;
    height: 13px;
    float: right;
    margin: 5px;
    cursor: pointer;
    background: url(/images/widget/close1.gif);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.widget_block_header {
    font-size: 1.0625rem;
    padding: 0 5px;
    font-weight: normal;
}

.informers .widget_block_header_img,
.informers .cat_name img{
    width: 32px;
}
.tripleli > ul > li {
    padding: 0 !important;
    margin: 0 !important;
}

.tripleli .cat_name {
    background: none repeat scroll 0 0 #e5e5e6;
    border-bottom: 1px solid #ffffff;
    height: 50px !important;
}

.tripleli .cat_name p {
    overflow: hidden;
    padding: 15px 15px 15px 45px !important;
    color: #353535;
    font-size: 0.9375rem !important;
    font-weight: bold !important;
    text-align: left;
    margin: 0;
}

.tripleli .cat_name img {
    position: absolute;
    margin: 9px 0 0 5px;
    padding: 0 0 0 0;
}

.tripleli .active .cat_name {
    background: var(--ifc-gray-500);
    background-repeat: repeat-x;
}

.tripleli .active .cat_name p {
    color: white;
}

h2 img {
    display: none;
}

.header-for-widget{
    display: flex;
    align-items: center;
    padding: 10px;
}
a {
    transition: .4s;
    text-decoration: none;
    color: var(--ifc-blue-400);
    cursor: pointer;
    font-weight: 500;
}
a:hover{
    text-decoration: none;
}
.widget_datespan{
    font-weight: 400;
}
.link-item{
    margin-bottom: 7px;
    display: block;
    line-height: normal;
}

/*footer*/
