﻿

#DPS_OL li {
    padding-left: 0px;    
    /*text-indent: -2px;*/
}

.padleft {
    padding-left: 20px
}


#LeftContainer {
   width: 416px;
}

#RightContainer {
  /*  width: calc(100% - 416px) !important;*/
}

.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: 0px;
        /*text-indent: -6px;*/
    }

    .padleft {
        padding-left: 5px;
        text-align: justify;
    }

    #LeftContainer {
        width: 0%;
    }

    #RightContainer {
        width: 100%;
    }

    .icon-top-containter {
        padding-left: 5px;
        padding-top: 5px;
    }

    #img_share {
        max-width: 80px !important;
    }

    #img_close {
        max-width: 32px !important;
    }
}



   






