.hide {
    display: none;
}
.container-top {
    background: #f1f1f1;
    box-shadow: inset 0px 5px 8px -4px #b9b9b9;
}
.c-row-gree {
	background:#f2f2f2;
}
.text-bolder {
	font-weight:600;
}
a.btn-manning-exit {
    font-weight: 500;
    margin-top: 1rem;
    display: block;
}
a {
	color:#0c65cf;
}

.navbar-light {
	padding:0px;
}

.navbar.navbar-orange {
    border-radius: 0;
    background: #0c65cf;
    border: 0;
    margin-bottom: 0;
}

.btn.btn-warning {
    background: #0c65cf !important;
	color: #fff !important;
}

.organization-info {
    padding: 1.5rem;
}

.navbar-nav>li>.dropdown-menu {
    background: #ffffff;
}

.treeview {
    line-height: 2;
   
}

.treeview ul.nested li.list-group-item, .treeview ul.list-group li {
    line-height: 1.2;
    border: 0;
    padding: .5rem 0;
}

header
{
	font-family: 'Lobster', cursive;
	text-align: center;
	font-size: 25px;	
}

#info
{
	font-size: 18px;
	color: #555;
	text-align: center;
	margin-bottom: 25px;
}

a{
	color: #074E8C;
}
#card-body-scroll {
	overflow-x: hidden;
    max-height: 600px;
	
}
#card-body-scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 8px #0c65cf;
	background-color: #F5F5F5;
	border-radius:2px;
}

#card-body-scroll::-webkit-scrollbar {
	width: 8px;
	background-color: #F5F5F5;
	
}

#card-body-scroll::-webkit-scrollbar-thumb {
	background-color: #0c65cf;
}




.treeview ul.nested li.list-group-item.active{
    padding: .5rem .5rem;
}
.treeview ul.list-group li {
	margin-bottom:0;
}
.treeview li a{
	color:#0c65cf !important;
}
.treeview .rotate {
    cursor: pointer;
    font-size: 1rem;
}
.treeview .rotate span {
	margin-bottom:1rem;
	display:block;
}
ul.nested {
    margin-left: 0;
    padding-left: 0rem;
}
.list-group-item.active a, .list-group-item.active:hover a, .list-group-item.active:focus a {
    color:#FFF !important;
}
.list-group-item.active a span{
    color:#FFF !important;
}
span.disable {
    font-size: 13px;
    color: #555;
}

.book-description {
	font-size:15px;
	font-weight:bold;
	line-height: 1.3;
}
.book-authors {
	font-size:13px;
	color: #666;
}
.book-pubhouse {
	font-size:13px;
}
.treeview .rotate.down {
    font-weight: bold;
}
h4, .h4 {
    font-size: 19px;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #0c65cf;
    background-color: #0f7dff;
}
.nav-tabs .nav-link {
    /* border: 1px solid transparent; */
    /* border-top-left-radius: .25rem; */
    /* border-top-right-radius: .25rem; */
    /* font-size: 1.2rem; */
}
.tab-pane{
	padding:3rem 1rem;
}
.treeview li.list-item-access a {
    color: #00c851 !important;
    font-weight: 800;
}
.treeview li.list-item-access .disable {
    color: #00c851 !important;
    font-weight: 800;
}
.treeview li.list-item-access.active .disable {
    color: #fff !important;
    font-weight: 800;
}
.btn-warning {
    color: #ffffff;
    background-color: #ffc107;
    border-color: #ffc107;
}
.hide {
	display:none;
}
a.hide.waves-effect, a.hide.waves-light{
	display:none;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
	height:auto;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .2rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	/* border-right: 0; */
}
button#button-search-addon {
    font-size: 19px;
    color: #949494 !important;
    border-color: #ced4da !important;
    border-width: 1px 1px 1px 0px !important;
	border-top-right-radius:.45rem;
	border-bottom-right-radius:.45rem;
}
.btn-outline-success {
    border: 0 !important;
    background-color: transparent!important;
}
.treeview li{background:none !important;}
span.disable {
    font-size: 13px;
    color: #555;
    line-height: 1.2 !important;
    margin-bottom: 1rem;
    display: block;
}
