/* .row{
  margin-right: -6px;
} */

a{
    color: #111111;
    text-decoration: underline;
}

.lists-table-module small {
    display: block;
}


.tac {
    text-align: center !important;
}

.tar {
    text-align: right !important;
}

.tab {
    vertical-align: bottom !important;
}

.tat {
    vertical-align: top !important;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    height: 0px;
    font-size: 0;
    line-height: 0;
}

.clearLeft {
    clear: left;
}

.clearRight {
    clear: right;
}

.bRelative{
    position:relative;
}

.navbar {
    background-image: linear-gradient(136deg, #f9f6ff 0%, #fffffe 49%, #f6f4ff 99%);
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin: 20px 0 0 20px;
}

.nav>li>a {
    color: #323d47;
    font-size: 14px;
    text-decoration: none;
}

.dropdown-menu {
    min-width: auto;
}

.logoLink{
    color: #9e7fd5;
    float: left;
    margin: 20px 0px 14px 0;
    font-size: 14px;
}

.logoLink img{
    margin-top: -10px;
}

.logoLink:hover{
    text-decoration: none;
    color: #9e7fd5;
}

.nav-simple>li.active>a, .nav-simple>li.active>a:focus, .nav-simple>li.active>a:hover {
    font-weight: 700;
    background: none;
    color: #9e7fd5;
}

#page {
    min-height: 500px;
}

footer{
    background-color: #fcfdfe;
    font-size: 1.4rem;
    border-top: 1px solid rgba(241,242,243,0.5);
    padding: 1.25rem 0;
    z-index: 910;
}

.copyright {
    text-align: left;
}
.copyright a{
    margin-right: 20px;
    text-decoration: underline;
}