/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    font-family: 'Roboto', sans-serif;
    background: #EDEFF0;
}

/*
 * General structure
 */
.pagination>.active>span, .pagination>.active>span:hover
{
    background-color: #282d38 !important;
    border: 1px solid #EDEFF0;
}
.navbar {
    background-color: #D53136;
    box-shadow: 0 2px 2px rgba(0,0,0,.03), 0 1px 0 rgba(0,0,0,.03);
    border: 0 !important;
}

a{
    color: #bbc0cc;
}
a:hover {
    color: #fff;
    background: transparent;
}


/*
 * Global add-ons
 */

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.sidebar{
  padding: 0;
}
/*
 * Sidebar
 */
@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 2000;
        display: block;
        padding: 0px 20px 20px;
        background-color: #1b1f26;
        /*border-right: 1px solid #eee;*/
    }

    /* Sidebar navigation */
    .nav-sidebar {
        margin-left: -20px;
        margin-right: -20px; /* 20px padding + 1px border */
        margin-bottom: 20px;
    }
}
.nav-sidebar > li> a:hover{
    background: transparent !important;
}
.nav-sidebar > li > a {
    padding-left: 20px;
    padding-right: 20px;
}
.nav-sidebar > .active > a {
    color: #fff;
    background: #282d38 !important;
}


/*
 * Main content
 */

.main {
    padding: 20px;
    background: #EDEFF0;
}
.main .page-header {
    margin-top: 0;
}
.panel-info{
    border: 1px solid #DBE0E4 !important;
}
.panel-info>.panel-heading{
    background: #F9F9F9 !important;
    border-bottom: 1px solid #DBE0E4 !important;
    color: #1B2431;
}

/*
 * Placeholder dashboard ideas
 */

.placeholders {
    margin-bottom: 30px;
    text-align: center;
}
.placeholders h4 {
    margin-bottom: 0;
}
.placeholder {
    margin-bottom: 20px;
}
.placeholder img {
    border-radius: 50%;
}

.btn-info{
    background-color:#53c68c !important;
    border-color: #53c68c !important;
}
.btn-info:hover{
    background:  #429E70 !important;
    border-color: #429E70 !important;
}
.navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-nav>li>a:hover{
    color: #fff!important;
}
.navbar-inverse .navbar-nav>li>a:hover{
    background: #e58386 !important;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus{
    background: #e58386 !important;
}
#dropdown-profile{
    background: #e58386 !important;}
.form-control{
    box-shadow: none;
}
.panel {
    box-shadow: none !important;
}
.icon-dashboard{
    font-size: 32px;
    border-radius: 50%;
    padding: 15px;
    height: 71px;
    width: 71px;
   text-align: center;
}
.icon-dashboard-blue{
    border:4px double #0DA6FC;
    color:#0DA6FC;
}
.icon-dashboard-green{
    border:4px double #4caf50 ;
    color:#4caf50;
}
.icon-dashboard-orange{
    border:4px double #ff7043;
    color:#ff7043;
}
.icon-dashboard-red{
    border:4px double #f44336;
    color:#f44336;
}
.text-dash{
    text-align: right;
    line-height: 1.1;
    font-weight: 400;
    /*color: #999;*/
}
.text2{
    color:#333;
    font-weight: 500;
}
.nav-sidebar i{
    margin-right: 10px;
    color:#999;
}