.bs-docs-sidenav {
    background-color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    margin: 30px 0 0;
    padding: 0;
    width: 228px;
}

.bs-docs-sidenav > li > a {
    border: 1px solid #E5E5E5;
    display: block;
    margin: 0 0 -1px;
    padding: 8px 14px;
}

.bs-docs-sidenav > li:first-child > a {
    border-radius: 6px 6px 0 0;
}

.bs-docs-sidenav > li:last-child > a {
    border-radius: 0 0 6px 6px;
}

.bs-docs-sidenav > .active > a {
    border: 0 none;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1) inset, -1px 0 0 rgba(0, 0, 0, 0.1) inset;
    padding: 9px 15px;
    position: relative;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    z-index: 2;
    background-color: #0C3348;
    color: #FFFFFF;    
}
.bs-docs-sidenav > .active > a:hover {
    background-color: #0C3348;
    color: #e77927;    
}

.bs-docs-sidenav .icon-chevron-right {
    float: right;
    margin-right: -6px;
    margin-top: 2px;
    opacity: 0.25;
}

.bs-docs-sidenav > li > a:hover {
    background-color: #F5F5F5;
}

.bs-docs-sidenav a:hover .icon-chevron-right {
    opacity: 0.5;
}

.bs-docs-sidenav .active .icon-chevron-right, .bs-docs-sidenav .active a:hover .icon-chevron-right {
    background-image: url("./img/glyphicons-halflings-white.png");
    opacity: 1;
}

.bs-docs-sidenav.affix {
    top: 40px;
}

.bs-docs-sidenav.affix-bottom {
    bottom: 270px;
    position: absolute;
    top: auto;
}

.bs-docs-sidenav {
    width: 258px;
}

.bs-docs-sidenav {
    margin-right: 0;
    margin-top: 30px;
    top: 0;
}

.bs-docs-sidenav {
    margin-top: 20px;
    width: 166px;
}

.bs-docs-sidenav.affix {
    top: 0;
}

.bs-docs-sidenav {
    margin-bottom: 20px;
    width: auto;
}

.bs-docs-sidenav.affix {
    position: static;
    top: 0;
    width: auto;
}

#top {
    margin-bottom: 15px;
}

#top form {
    margin: 0 0 0 0;
}

#top .ac {
    text-align: center;
}

.listComponent select {
    height: 130px;
}

.listComponent .buttonContainer {
    height: 130px;
}

.listComponent .buttonContainer a:nth-of-type(1) {
    margin-top: 55px;
}

.listComponent .buttonContainer a {
    margin-left: 17px;
}

.mt20 {
    margin-top: 20px;
}

.tHorizontalScroll {
    overflow: auto;
    overflow-y: hidden;
    margin-bottom: 6px;
}

/*override table.table in DT_bootstrap.css*/
.tHorizontalScroll table {
    margin-bottom: 0px !important
}

#addButtonContainer form {
    margin-bottom: 0;
}

.emails {
    list-style-type: none;
    margin-left: 0px;
    border-color: #DDDDDD;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    border-color: #0088CC;
}

.emails a {
    float: right;
    margin-right: 4px;
}

.emails li {
    line-height: 20px;
    padding: 4px;
    text-align: left;
    vertical-align: top;
}

.defaultRole {
    margin-left: 0px;
    border-color: #DDDDDD;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    border-color: #0088CC;
    width: 270px;
}

.defaultRole label {
    margin-left: 20px;
}

.accDenied_message {
    margin-top: 170px;
}

.container_back_white {
    background-color: #fff;
}
.grant{
	width: 10px;
}