/*Giving zero padding for ReportList above tabs*/
#tabsPanel .tab-content {
    padding-top: 0;
}

/*Yet To Verify*/
.input-group.bento-datepickerOverride > .form-control,
.form-group.bento-datepickerOverride > .form-control {
    width: 100px;
}

/*Yet To Verify*/
.bento-splitter-group .bento-splitter-group-main .bento-splitter-group-main-inner {
    overflow: hidden;
}

/*Show Cursor Pointer for Bento-Tree Control*/
.bento-tree-branch ul li > span {
    cursor: pointer;
}



.ql-container
{
    min-height:150px;
    max-height:150px;
    overflow-y:auto;
}

.dropDownDiv
{
    margin-top:5px;
}


.pageGroupLabel
{
    font-weight: bold;
    padding-left:2px;
    padding-bottom:3px;
}



#pageListEntriesTree, #pageSectionsTree
{
    overflow-y:auto;

    overflow-x:hidden;
    margin-top:0px;
}

.pageToolbarStyle
{
    min-height:56px;
     height:auto;

}

.pageToolbarpadding  li
{
    height:11vh;
}

.pageToolbarpadding
{
    padding:1%;
}

.addHeader>hr,.editHeader>hr{

    margin-top: 2px;
    margin-bottom: 10px;
}
.editAddFooter
{
    position: absolute;
    bottom: 0;
    /*width: 244px;*/
    /*height: 60px;*/
    margin: 0px;

    background: white;
    width: 100%;
    border-top: 3px solid #37383d;
    padding-top: 3px;
}

#osrListEntryView
{
    /*overflow-y:scroll;*/
    /*height:300px;*/
    /*overflow-x:hidden;*/
}
.hideClose
{
    background-color: white;
    text-align: left;
}
.addnewbtn
{
    text-align: left;
}

.closebtnCanvas > .bento-off-canvas-menu-header  > .bento-off-canvas-menu-close-button
{

    position: absolute;
    z-index: 999;
    margin-left:100px;
}
.closebtnCanvas
{
    overflow-y:hidden;
    overflow-x: hidden;
    border-left:3px solid #b2b2b8;
}

.leftmovestop
{
    right: 340px;
    left: 0px;
    overflow-y: auto;
    overflow-x: auto;
    height:100%;
    background-color: white;

}
.bentocssOva >  .bento-off-canvas-menu > .bento-off-canvas-menu-content
{
    background-color: white;
    padding-top:0px;
    padding-left:0px;
    padding-right:0px;
}

.bentocssOva > .bento-off-canvas-menu.push-over > .bento-off-canvas-menu-aside, .bentocssOva > .bento-off-canvas-menu.push-over > .bento-off-canvas-menu-aside-right
{
    overflow-y: hidden;
}
.bentocssOva >.bento-off-canvas-menu.expanded-right.push-over > .bento-off-canvas-menu-topbar, .bentocssOva > .bento-off-canvas-menu.expanded-right.push-over .bento-off-canvas-menu-content
{
    right: 340px;
    left: 0px;
    overflow-y: auto;
    height:100%;
    background-color: white;


}

.dropdownoptStyle .data-bento-select option
{
    padding:15px 13px;
    margin:12px;
}

.treeEditHeight
{
   height:50vh;
}

.treeAddHeight
{
   height:37vh;
}

.incheight
{

    min-height:80px;

}

.navheight
{
    height:auto;
    background-color: transparent;
    border: none;
}

.btn.btn-default:focus, .btn.btn-primary:focus
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

}

#saveBtnCheck
{
    margin-top:7px;
}

input[type=checkbox]:focus, input[type=radio]:focus {
    outline: none;
}


.bento-toggle:focus
{
    webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


.bento-tree-item-cta:focus > div
{
    outline:none;
}
.dropUlStyle .btn.btn-default
{
    color: #37383d;
    background-color: #ffffff;
    border-color: #b2b2b8;
}

.dropUlStyle .btn-default:active, .dropUlStyle .btn-default.active, .open > .dropdown-toggle.btn-default
{
    color: #333;
    background-color: #f4f5f7;
    border-color: #adadad;
}

.dropUlStyle .btn-default:hover
{
    color: #333;
    background-color: #f4f5f7;
    border-color: #adadad;

}

.bento-toolbar {
    border-radius: 0;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    min-height: 0;
    font-family: Arial, "Helvetica Neue", sans-serif;

}

[bento-toolbar] .navbar-nav > .open > a:focus, [bento-toolbar] .navbar-nav > li > a:focus, [bento-toolbar] .navbar-nav .dropdown-menu li > a:focus,
[bento-toolbar] .navbar-nav .open .dropdown-menu:focus
{
    box-shadow: none;
}

.bento-tree-node  .expand-button-compiled{
    position: relative;
}

.bento-toolbar .navbar-nav>li:first-child .dropdown-menu {
    transform: none !important;
}

.reportMarginButtons{
    margin:6px 6px;
}

.dc.dropDownDiv select option[value="add"],
.dc.dropDownDiv select option[value="edit"] {
    color: #ff8000;
}

.dc.dropDownDiv select option[value="add"]:disabled,
.dc.dropDownDiv select option[value="edit"]:disabled {
    color: #ccc;
}

.more-button[role="menuitem"] {
    display: none;
}

.bento-select.disabled .btn{
    display: none;
}
