﻿/*!
 *   AdminLTE v2.3.8
 *   Author: Almsaeed Studio
 *	 Website: Almsaeed Studio <http://almsaeedstudio.com>
 *   License: Open source - MIT
 *           Please visit http://opensource.org/licenses/MIT for more information
!*/

.box-widget {
    border: none;
    position: relative
}

.widget-user .widget-user-username {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
    text-shadow: 0 1px 1px rgba(0,0,0,.2)
}

.widget-user-2 .widget-user-username {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300
}

.widget-user-2 .widget-user-username {
    margin-left: 75px
}

.login-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300
}

    .login-logo a {
        color: #444
    }

.login-page {
    background: #d2d6de
}

.login-box {
    width: 360px;
    margin: 7% auto
}

@media (max-width:768px) {
    .login-box {
        width: 90%;
        margin-top: 20px
    }
}

.login-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666
}

    .login-box-body .form-control-feedback {
        color: #777
    }

.login-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px
}

.error-page {
    width: 600px;
    margin: 20px auto 0 auto
}

@media (max-width:991px) {
    .error-page {
        width: 100%
    }
}

.error-page > .error-content {
    margin-left: 190px;
    display: block
}

@media (max-width:991px) {
    .error-page > .error-content {
        margin-left: 0
    }
}

.error-page > .error-content > h3 {
    font-weight: 300;
    font-size: 25px
}

@media (max-width:991px) {
    .error-page > .error-content > h3 {
        text-align: center
    }
}

.post {
    border-bottom: 1px solid #d2d6de;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #666
}

    .post:last-of-type {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .post .user-block {
        margin-bottom: 15px
    }

.text-blue {
    color: #0073b7 !important
}

.text-light-blue {
    color: #3c8dbc !important
}

.hide {
    display: none !important
}

.no-border {
    border: 0 !important
}

.no-padding {
    padding: 0 !important
}

.flat {
    border-radius: 0 !important
}

.user-block:after, .user-block:before {
    content: " ";
    display: table
}

.user-block:after {
    clear: both
}

.user-block img {
    width: 40px;
    height: 40px;
    float: left
}

.user-block .username {
    display: block;
    margin-left: 50px
}

.user-block .username {
    font-size: 16px;
    font-weight: 600
}
