﻿
#LeftContainer {
    width: 416px;
}

#RightContainer {
    /*  width: calc(100% - 416px) !important;   */
}


#TI_OL li {
    /*text-indent: 6px;*/
    padding-left: 6px;
}



.padleft {
    padding-left: 20px
}


.btn-close-ti {
    cursor: pointer;
    content: url("/img/buttons/close-round-default.svg");
}

    .btn-close-ti:hover {
        cursor: pointer;
        content: url("/img/buttons/close-round-hover.svg");
    }

div.inline {
    float: left;
}

.icon-top-containter {
    display: inline;
    background-color: transparent;
    z-index: 10;
    position: fixed;
    width: 100%;
    padding: 35px;
}

#div_LeftMenuShowHideBtn {
    display: none;
}

@media (max-width: 767.98px) {
    #div_LeftMenuShowHideBtn {
        display: inline;
    }

    #DPS_OL li {
        padding-left: 3px;
        /*text-indent: -6px;*/
    }

    .padleft {
        padding-left: 5px;
        text-align: justify;
    }

    .icon-top-containter {
        padding-left: 5px;
        padding-top: 5px;
    }

    #img_share {
        max-width: 80px !important;
    }

    #img_close {
        max-width: 32px !important;
    }
}
