/*

* Override Pages default styles or create your own styles here

*/

.jumbotron h1.large-demo-text {
    font-size: 150px;
}

.icon-text-search {
    font-size: 42px;
    width: 150%;
}

.table thead tr th {
    padding: 12px 5px;
    border-left: 1px solid #e9e9e9;
    background-color: #f0f0f0;
    vertical-align: middle;
}

.table tbody tr td {
    padding: 12px 5px;
    border-left: 1px solid #e9e9e9;
    vertical-align: middle;
}

.pagenation {
    text-align: center;
    margin-top: 12px;
}

.pagenation a {
    padding: 10px;
    border: 1px solid #99999999;
}

.pagenation a.active {
    font-weight: bold;
    background-color: #0d1c38;
    color: #fff;
}

.jumbotron {
    margin-bottom: 0;
}

.username.white {
    background-color: transparent;
}

.username.yellow {
    background-color: #faeb2c !important;
}

.username.green {
    background-color: #00f92a !important;
}

.username.sky {
    background-color: #04caf4 !important;
    color: #fff !important;
}

.username.pink {
    background-color: #f906d6 !important;
    color: #fff !important;
}

.username.blue {
    background-color: #1685f8 !important;
    color: #fff !important;
}

.username.red {
    background-color: #9c0412 !important;
    color: #fff !important;
}

.form-group label {
    font-weight: bold;
    padding-left: 10px;
}

@media only screen and (min-width: 980px) {
    body.menu-behind .header .brand {
        width: 250px;
        padding: 0;
    }
}

@media only screen and (max-width: 719px) {
    #wrap-top-bar {
        display: none;
        margin-top: 80px;
       margin-left: -120px;
    }
}


.form-note {
    width: 90%;
    height: 150px;
    margin: 0 auto;
    text-align: left;
    padding-left: 10px;
    color: #000;
}