body {
    /*padding-top: 40px;*/
    padding-bottom: 40px;
    font-size: 18px;
}

.theme-showcase {
    margin-top: 30px;
}

.hide {
    display:none;
}

.form-control {
    font-size: 18px;
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

/*Custom by - shoeab*/
.row {
    margin-right: 0;
    margin-left: 0;
}

.btn-primary {
    color: #fff;
    background-color: #D2232A;
    border-color: #8B0000;
}

a {
    color: #D2232A;
    text-decoration: none;
}

.navbar {
  min-height: 65px;
}

.sidebar {
  top: 65px;
}

.navbar-brand {
  padding: 0;
  margin-top: -7px;
}

.navbar-nav>li>a{
  padding-top: 20px;
}

.navbar-brand>img {
  background-color: #f5f5f5;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -23px;
}

.main{
  margin-top: 45px;
}

.navbar-brand>img{
    width: 220px;
    height: auto;
    margin-top: -15px;
    overflow: hidden;
}

@media (max-width: 768px) {
  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -3px;
  }
}

.theme-showcase {
    margin-top: 80px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #D2232A;
    border-color: #8B0000;
}

.pagination>li>a, .pagination>li>span {
    color: #D2232A;
}

.navbar-right{
  margin-right: 0px;
}

.navbar-fixed-top {
    overflow: hidden;
}