/*Remove X-axis scrolling across the app*/
body {
    overflow-x: hidden;
}

/*Yet to verify*/
#tabsPanel .nav-tabs > li.active > a, #tabsPanel .nav-tabs > li.active > a:hover, #tabsPanel .nav-tabs > li.active > a:focus {
    color: #fff !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
}

/*Used to float element to left*/
.float-left {
    float: left;
}

/*Yet to verify*/
input::-moz-focus-inner {
    border: 0;
}

/*Adds scroll-bars to modal pop-up*/
div.modalScrollable {
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
}

/*Styling for Scroll-bars*/
::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}

::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}
/*END : Styling for Scroll-bars*/

/*Incontext error style*/
.error-text {
    color: red;
    font-size: 11px;
}
/*END : Incontext error style*/

.bg-inprogress {background-color:#d9d9d9; font-style: italic;color: slategrey}

.height-100 {
    height: 100%;
}
.height-96 {
    height: 96%;
}
.width-100 {
    width: 100%;
}
.position-abs {
    position: absolute;
}
.mt-50{
    margin-top: 50px !important;
}
.nmb{
    margin-bottom: 0px !important;
}
.np{
    padding: 0px !important;
}
.ptb15lr10{
    padding: 15px 10px !important;
}
.pr-10 {
    padding-right: 10px;
}
.pl-10 {
    padding-left: 10px;
}

.mtb-10{
    margin: 10px 0 !important;
}

.width-80{
    width: 80%;
}
.dc-loader-parent {
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex !important;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    background: rgba(255, 255, 255, 0.85);
    z-index: 30;
}
.dc-loader-parent .dc-busy-loader {
    position: static !important;
}

#demo-container-bnento-tree .bento-icon-folder {
    line-height: 2 !important;
    font-weight: 700;
}

#demo-container-bnento-tree .bento-icon-plus-plain {
    font-weight: 700;
}

#demo-container-bnento-tree .template-comparison-tree-item-label {
    font-weight: 700;
    font-size: 1rem;
}