.dropdown-icon {
    color: #9aa0ac;
    margin-right: .5rem;
    margin-left: -.5rem;
    width: 1em;
    display: inline-block;
    text-align: center;
    vertical-align: -1px;
}

a.dropdown-item {
    cursor: pointer;
}

.card {
    width: 100%;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04);
    position: relative;
    margin-bottom: 1.4rem;
}

.card-header {
     background-color: transparent;
}

.card-header .action-link {
    position: absolute;
    right: 10px;
    top: 10px;
}

.card-title {
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 0;
}

.row-deck > .col .card, .row-deck > [class*='col-'] .card {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.loader {
    display: block;
    position: relative;
    height: 2.5rem;
    width: 2.5rem;
    color: #457fCC;
}

.loader:before, .loader:after {
    width: 2.5rem;
    height: 2.5rem;
    margin: -1.25rem 0 0 -1.25rem;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
}

.loader:before {
    border-radius: 50%;
    border: 3px solid currentColor;
    opacity: .15;
}

.loader:after {
    -webkit-animation: loader .6s linear;
    animation: loader .6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 50%;
    border: 3px solid;
    border-color: transparent;
    border-top-color: currentColor;
    box-shadow: 0 0 0 1px transparent;
}

.progress-bar {
    background-color: #51A3FB;
}

a.button {
    text-decoration: none;
}

/* Colors */

.bg-green {
    background-color: #5eba00 !important;
}

.bg-gray {
    background-color: #868e96 !important;
}

/* Main Menu*/

.main-menu {
    width: 180px;
    position: fixed;
}

@media (max-width: 768px) {

    .main-menu {

        visibility: hidden;
    }
}

.main-menu .item-selected {

}

.item-selected div.item-title {

    font-weight: 600;
}

.item-selected a {
    background-color: #f5f6f7 !important;
    border: 1px solid #dddfe2 !important;
    border-radius: 2px;
    opacity: 1;
    transition-duration: 100ms;
}

.main-menu .item-li {
    font-size: 13px;
    position: relative;
    clear: both;
    width: auto;
    padding: 0;
    border-bottom: none;
}

.main-menu .item-li a:hover {
    background-color: #f5f6f7;
    border: 1px solid #dddfe2;
    border-radius: 2px;
    opacity: 1;
    transition-duration: 100ms;
}

.main-menu .item-li a {
    background-color: transparent;
    border: 1px solid transparent;
    height: 28px;
    line-height: 28px;
    position: relative;
    z-index: 0;
    margin-bottom: 1px;
    border-bottom: 0;
    border-radius: 2px;
    padding: 0 4px 0 28px;
    text-decoration: none;
    color: #1d2129;
    display: block;
}

.main-menu .item-counter {
    float: right;
    margin-left: -2px;
}

.main-menu .item-counter .counter {
    border: none;
    font-size: 11px;
    height: 17px;
    line-height: 17px;
    border-radius: 3px;
    color: #90949c;
    display: inline-block;
    min-height: 13px;
    padding: 0 3px;
}

.main-menu .item-title {
    display: block;
    margin-left: 2px;
    max-width: 126px;
    overflow: hidden;
    padding-left: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
}

.main-menu .item-icon {
    height: 20px;
    margin: 4px 6px 0 -24px;
    position: relative;
    width: 20px;
    float: left;
}

.main-menu .item-icon .img {

    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 20px;
    max-width: 20px;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    background-image: url(/img/icons.png);
    background-size: 38px 2242px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
}

.main-menu .item-icon .iconfont {
    bottom: 0;
    left: 0;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    width: 20px;
    padding: 2px;
    font-size: 18px;
    color: #90949c;
    /*width: 20px;*/
    /*height: 20px;*/
    /*margin-bottom: 5px;*/
}

.item-selected .iconfont {
    color: #425271 !important;
}

.menu-icon-example {
    background-position: 0 0;
}

.menu-icon-popular {
    background-position: 0 0;
}

.menu-icon-news {
    background-position: 0 -20px;
}

.menu-icon-gallery {
    background-position: 0 -40px;
}

.menu-icon-groups {
    background-position: 0 -60px;
}

.menu-icon-favorites {
    background-position: 0 -80px;
}

.menu-icon-guests {
    background-position: 0 -100px;
}

.menu-icon-stream {
    background-position: 0 -120px;
}


/* main-page-column */

.main-page-column {

    min-height: 250px;
    margin-left: 180px;
}

.main-page-column .main-content {
    background: transparent;
    width: 100% !important;
    max-width: 100%;
}

@media (max-width: 768px) {

    .main-page-column {

        margin-left: -15px;
    }
}

/* Right sidebar */

.right-sidebar-column {
    padding: 0
}

.right-sidebar-column .sidebar-column {
    width: 100%;
    padding: 0;
}


/* Topbar */

.top-header {
    position: fixed;
    width: 100%;
    background: #425271;
    border-bottom: 1px solid rgba(0, 40, 100, 0.12);
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    z-index: 2;
}

.top-header .container {
    max-width: 960px;
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}

.top-header .logo {
    color: inherit;
    margin-right: 1rem;
    font-size: 1.25rem;
    white-space: nowrap;
    font-weight: 600;
    padding: 0;
    transition: .3s opacity;
    line-height: 2rem;
    min-height: 40px;
}

.top-header .header-brand-img {
    max-height: 40px;
}

.top-header .logo-img {
    min-width: 96px;
    margin-top: .2rem;
    height: 2rem;
    line-height: 2rem;
    vertical-align: bottom;
    margin-right: .5rem;
}

.top-header .nav-link, .top-header .nav-item {
    position: relative;
    padding: 0 .35rem;
    min-width: 2rem;
    transition: .3s color;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.nav-link .profile-menu-nav-link, .nav-link small {
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-menu-nav-link .text-muted {

    color: #d3d3d3 !important;
}

.top-header .nav-item a {
    color: #fff;
}

.top-header .avatar {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 50%;
    display: inline-block;
    background: #ced4da no-repeat center/cover;
    position: relative;
    text-align: center;
    color: #868e96;
    font-weight: 600;
    vertical-align: bottom;
    font-size: .875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #fff;
}

.top-header .nav-unread {
    top: .25rem;
    right: .25rem;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background: #cd030d;
    position: absolute;
}

.top-header .icon i {
    color: #fff !important;
}

/* Navbar search form */

.navbar-form {

    border: 1px solid #394863;
    border-radius: 2px;
    padding: 0;
    height: 34px;
    margin-top: 5px;
}

.navbar-form .form-group {

    margin: 0;
}

.navbar-form input[type="text"] {

    padding-right: 42px;
    box-shadow: none;
    border: none transparent;
    outline: none;
}

.navbar-form button[type="submit"] {

    position: absolute;
    top:0;
    right:0;
    border: none;
    box-shadow: none;
    margin-top: 1px;
    margin-right: 1px;
    height: 28px;
    width: 28px;
    padding: 2px;
}

.navbar-form .form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 0.3rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 40, 100, 0.12);
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.navbar-form .btn-secondary {
    color: #495057 !important;
    background-color: #fff;
    border-color: rgba(0, 40, 100, 0.12);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.navbar-form .btn-secondary:hover {
    color: #495057;
    background-color: #f6f6f6;
    border-color: rgba(0, 20, 49, 0.12);
}

.navbar-form .btn-secondary:focus, .navbar-form .btn-secondary:active {
    box-shadow: 0 0 0 2px rgba(0, 40, 100, 0.5);
    background-color: #f2f2f2 !important;
    border-color: rgba(0, 20, 49, 0.12);
}

.login100-form-btn:hover {
    background: #333333;
}

.topbar-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px !important;
    border: 1px solid #556a91;
    background: #3B4A65;
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    text-decoration: none;
    padding: 0.45rem 0.6rem;
}

.topbar-button:hover {
    text-decoration: none;
    background: #303c52;
}

/* icons */

.icon i {
    vertical-align: -1px;
    color: #9aa0ac !important;
}

/* Search */

.search-filters-panel {

    order: 1;
}

.search-results-panel {
    order: 2;
}

@media (max-width: 768px) {

    .search-filters-panel {

        order: 1;
    }

    .search-results-panel {

        order: 2;
    }
}

/* people card */

.grid-item {


}

.grid-item .photo {
    position: relative;
}

.grid-item .card-body {
    padding: 1rem 1rem;
}

.grid-item .grid-title {
    color: #6E7687;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 14px;
}

.grid-item .user-verified-badge {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    font-size: 12px;
}

.grid-item .grid-badge {
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-decoration: none;
    vertical-align: middle;
    font-weight: bolder;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.41);
}

.grid-item .card-img-top-wrapper {
    padding-top: 70%;
    background: #ecf7fe;
}

.card-img-top-wrapper .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1.25rem;
    margin-left: -1.25rem;
}

.grid-item .card-img-top {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: auto !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    width: 100%;
}

.grid-item .grid-location h5 {
    color: #9aa0ac !important;
    font-size: 0.85rem;
    font-weight: 400;
    margin-bottom: 0;
}

/* comment-form */

.comment-form .progress-bar {

    width: 150px;
    max-width: 150px;
    height: 10px;
    display: inline-block;
}

.comment-form .image-upload-progress {

    display: inline-block;
}

.comment-form .image-upload-button {

    display: inline-block;
    padding: 7px 12px 7px 12px;
    position: relative;
    opacity: 0.8;
}

.comment-form #image-upload {

    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
    left: 0;
    top: 0;
}

.comment-form .image-upload-img {

    display: block;
    position: relative;
    width: 300px;
}

.image-upload-img .remove {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    opacity: .5;
    background-color: #77787f;
    padding: 3px 7px 3px 7px;
    border-radius: 0 0 0 5px;
    cursor: pointer;
}

.image-upload-img .remove:hover {

    opacity: .8;
}