/*========== Theme BSM OTV ==========*/
.bsmrethink {
    background-color: #fefefe;
    color: #000000;
}

.bsmrethink .toggler {
	color: #ffffff;
    background-color: #ed0c4c;
}

.bsmrethink a,
.bsmrethink a:hover,
.bsmrethink a:visited {
    color: #0D1423;
}

.bsmrethink.bootsidemenu-left,
.bsmrethink.bootsidemenu-right,
.bsmrethink.bootsidemenu-left > .toggler,
.bsmrethink.bootsidemenu-right > .toggler {
    border-color: #3D5D9E;
}

.bsmrethink .list-group-item.active,
.bsmrethink .list-group-item.active:focus,
.bsmrethink .list-group-item.active:hover,
.bsmrethink .item.active:focus {
    color: #ffffff;
    background-color: #ed7b9b;
    border-color: #009436;
}

.bsmrethink a.list-group-item {
    color: #000000;
	background-color: #fefefe;
}

.bsmrethink a.list-group-item:focus,
.bsmrethink a.list-group-item:hover,
.bsmrethink button.list-group-item:focus,
.bsmrethink button.list-group-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #ed0c4c;
    border-color: #ed0c4c;
}

.list-group-item {
    padding: 5px 10px;
	font-size: 95%;
}
/*========== /Theme BSM OTV ==========*/