body {
    color: #525252;
    background: #6AA6D6 url(../img/pattern_b10.png) 0 0 repeat;
}

.login {
    height: 100%;
}

.login-div {
    border-radius: 4px;
    border: 1px solid #eeeeee;
    width: 400px;
    height: 284px;
    padding: 0;
    background: #fdfdfd;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.login-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    /*height: 50px;*/
    text-align: center;
    padding: 13px 0;
    margin: 1px;
    background: #337ab7;
    color: #ffffff;
    font-size: 16px;
}

.login-container {
    padding: 20px;
}

.login-footer {
    padding-right: 20px;
    text-align: right;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.login-footer a {
    text-decoration: none;
    color: #0c75d2;
    font-size: 12px;
    padding-right: 20px;
}

.custom-alert {
    margin-top: -26px;
    margin-bottom: 10px;
    color: #ff0000;
    text-align: center;
    font-size: 13px;
}

#logo {
    position: relative;
    background: #525252 url(../img/pattern_b10.png) 0 0 repeat;
}

#logo a {
    color: #fff;
    font-family: 'Righteous', cursive;
    display: block;
    font-size: 20px;
    line-height: 50px;
    /*background: url(../img/logo.png) right 42px no-repeat;*/
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#logo a:hover {
    /*background-position: right 0px;*/
    text-decoration: none;
}

.panel-menu > li > a {
    padding: 0 5px 0 10px;
    line-height: 50px;
}

.panel-menu > li > a:hover {
    background: none;
}

.panel-menu a.account {
    height: 50px;
    padding: 5px 0 5px 10px;
    line-height: 18px;
}

.panel-menu i {
    margin-top: 8px;
    padding: 5px;
    font-size: 20px;
    color: #7BC5D3;
    line-height: 1em;
    vertical-align: top;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.panel-menu > li > a:hover > i {
    background: #f5f5f5;
}

.panel-menu i.pull-right {
    color: #000;
    border: 0;
    box-shadow: none;
    font-size: 16px;
    background: none !important;
}

.panel-menu .badge {
    margin-top: 3px;
    padding: 3px 6px;
    vertical-align: top;
    background: #CEA9A9;
}

.avatar {
    width: 40px;
    float: left;
    margin-right: 5px;
}

.avatar > img {
    width: 40px;
    height: 40px;
    border: 1px solid #F8F8F8;
}

.user-mini > span {
    display: block;
    font-size: 12px;
    color: #363636;
    margin-bottom: -4px;
}

.user-mini > span.welcome {
    font-weight: bold;
    margin-top: 2px;
}

.panel-menu .dropdown-menu {
    position: absolute !important;
    background: rgba(0, 0, 0, 0.7) !important;
    padding: 0;
    border: 0;
    right: 0;
    left: auto;
    min-width: 100%;
}

.panel-menu .dropdown-menu > li > a {
    padding: 5px 10px !important;
    color: #f0f0f0;
}

.panel-menu .dropdown-menu > li > a > i {
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 14px;
    width: 20px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.navbar {
    margin: 0;
    border: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 1px 2px #272727;
    z-index: 2000;
}

#top-panel {
    line-height: 50px;
    height: 50px;
    background: #ebebeb;
}

#main {
    margin-top: 50px;
    min-height: 850px;
    overflow: hidden;
}

#search {
    position: relative;
    margin-left: 20px;
}

#search > input {
    width: 80%;
    background: #dfdfdf;
    border: 1px solid #C7C7C7;
    text-shadow: 0 1px 1px #EEE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #686868;
    line-height: 1em;
    height: 30px;
    padding: 0 35px 0 10px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

#search > input + i {
    opacity: 0;
    position: absolute;
    top: 18px;
    right: 10px;
    color: #fff;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#search > input:focus {
    width: 100%;
    outline: none;
}

#search > input:focus + i {
    opacity: 1;
}

#fbdialog, #fbdialog2, #fblightbox {
    display: none;
}

a.show-sidebar {
    float: left;
    color: #6d6d6d;
    outline: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

a.show-sidebar:hover {
    color: #000;
}

.nav.main-menu, .nav.msg-menu {
    margin: 0 -15px;
}

.nav.main-menu > li > a, .nav.msg-menu > li > a {
    text-align: center;
    color: #f0f0f0;
    min-height: 40px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: rgba(0, 0, 0, 0.1);
}

.nav.main-menu > li > a:hover, .nav.main-menu > li > a:focus, .nav.main-menu > li.active > a, .nav.main-menu .open > a, .nav.main-menu .open > a:hover, .nav.main-menu .open > a:focus, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li.active > a,
.nav.msg-menu > li > a:hover, .nav.msg-menu > li > a:focus, .nav.msg-menu > li.active > a, .nav.msg-menu .open > a, .nav.msg-menu .open > a:hover, .nav.msg-menu .open > a:focus {
    background: rgba(0, 0, 0, 0.1);
    color: #f0f0f0;
}

.nav.main-menu a.active, .nav.msg-menu a.active {
    background: rgba(0, 0, 0, 0.2);
}

.nav.main-menu a.active:hover, .nav.msg-menu a.active:hover {
    background: rgba(0, 0, 0, 0.2);
}

.nav.main-menu a.active-parent, .nav.msg-menu a.active-parent {
    background: rgba(0, 0, 0, 0.3);
}

.nav.main-menu a.active-parent:hover, .nav.msg-menu a.active-parent:hover {
    background: rgba(0, 0, 0, 0.3);
}

.nav.main-menu > li > a > i, .nav.msg-menu > li > a > i {
    font-size: 18px;
    width: auto;
    display: block;
    text-align: center;
    vertical-align: middle;
}

.main-menu .dropdown-menu {
    position: absolute;
    z-index: 2001;
    left: 100%;
    top: 0;
    float: none;
    margin: 0;
    border: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    padding: 0;
    background: #6AA6D6 url(../img/pattern_b10.png) 0 0 repeat;
    box-shadow: none;
    visibility: hidden;
}

.main-menu .active-parent:hover + .dropdown-menu {
    visibility: visible;
}

.main-menu .active-parent + .dropdown-menu:hover {
    visibility: visible;
}

.main-menu .dropdown-menu > li > a {
    padding: 9px 15px 9px 40px;
    color: #f0f0f0;
}

.main-menu .dropdown-menu > li:first-child > a {
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
}

.main-menu .dropdown-menu > li:last-child > a {
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0;
}

#sidebar-left.col-xs-2 {
    opacity: 0;
    width: 0%;
    padding: 0;
}

.sidebar-show #sidebar-left.col-xs-2 {
    opacity: 1;
    width: 16.666666666666664%;
    padding: 0 15px;
}

.sidebar-show #content.col-xs-12 {
    opacity: 1;
    width: 83.33333333333334%;
}

.preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: #ebebeb;
    z-index: 2000;
}

.getdata {
    position: absolute;
    top: 25px;
    left: 15px;
    color: #ebebeb;
}

#breadcrumb {
    padding: 0;
    line-height: 40px;
    background: #525252;
    background: #5a8db6 url(../img/pattern_b10.png) 0 0 repeat;
    margin-bottom: 20px;
}

.breadcrumb {
    padding: 0 15px;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
}

.breadcrumb > li > a {
    color: #d8d8d8;
}

.breadcrumb > li > a:hover, .breadcrumb > li:last-child > a {
    color: #f8f8f8;
}

.breadcrumb>.active {
    color: #f8f8f8;
}

#sidebar-left {
    position: relative;
    z-index: inherit;
    padding-bottom: 3000px !important;
    margin-bottom: -3000px !important;
    background: #6AA6D6 url(../img/pattern_b10.png) 0 0 repeat;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

#content {
    position: relative;
    z-index: 10;
    background: #ebebeb;
    box-shadow: 0 0 6px #131313;
    padding-bottom: 3000px !important;
    margin-bottom: -2980px !important;
    overflow: hidden;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.full-content {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

#messages #breadcrumb {
    margin-bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 2;
}

#messages-menu {
    position: fixed;
    top: 90px;
    background: #a5a5a5;
    margin: 0;
    height: 100%;
    z-index: 2;
}

#messages-list {
    margin-top: 40px;
    padding: 0;
}

@media (min-width: 768px) {
    #sidebar-left.col-sm-2 {
        opacity: 1;
        width: 16.666666666666664%;
        padding: 0 15px;
    }

    .sidebar-show #sidebar-left.col-sm-2 {
        opacity: 0;
        width: 0;
        padding: 0;
    }

    .sidebar-show #content.col-sm-10 {
        opacity: 1;
        width: 100%;
    }

    .page-404 .form-inline {
        width: 60%;
    }
}

@media (min-width: 992px) {
    .nav.main-menu > li > a, .nav.msg-menu > li > a {
        text-align: left;
    }

    .nav.main-menu > li > a > i, .nav.msg-menu > li > a > i {
        font-size: 14px;
        width: 20px;
        display: inline-block;
    }

    .main-menu .dropdown-menu {
        position: relative;
        z-index: inherit;
        left: 0;
        margin: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: rgba(0, 0, 0, 0.2);
        visibility: visible;
    }

    .main-menu .dropdown-menu > li > a {
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    }

    .page-404 .form-inline {
        width: 40%;
    }
}

@media (max-width: 767px) {
    #main {
        margin-top: 100px;
    }

    #messages-menu {
        top: 140px;
    }

    .page-404 .form-inline {
        width: 100%;
    }

    #dashboard_links .nav {
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

    #dashboard_links .nav-stacked > li {
        float: left;
    }

    #dashboard_links .nav-pills > li > a {
        padding: 15px;
    }

    #dashboard_links .nav-pills > li.active > a:before {
        bottom: 0;
        left: 50%;
        margin-left: -9px;
    }

    .navbar-nav>li {
        margin-top: -8px;
    }
}

@media (max-width: 620px) {
    .user-mini {
        display: none;
    }
}

@media (max-width: 400px) {
    .panel-menu a.account {
        padding: 5px 0px 5px 0;
    }

    .avatar {
        margin: 0;
    }

    .panel-menu i.pull-right {
        margin-left: 0;
    }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background: none;
    }

    #dashboard_links .nav-stacked > li {
        float: none;
    }

    #dashboard_links .nav-pills > li.active > a:before {
        display: none;
    }
}

#fbdialog>.modal-dialog,
#fbdialog2>.modal-dialog {
    width: 650px;
}

#fblightbox>.modal-dialog {
    width: 100%;
}

.description {
    font-size: 8pt;
    font-weight: 300;
    font-style: italic;
}