﻿.header-nav > li > a > i.fa-angle-down {
    margin-left: 5px
}

.header-nav .dropdown-arrow, .header-nav .dropdown-menu {
    top: 58px
}

.header-nav .dropdown-arrow {
    right: 14px
}

.header-nav .dropdown-backdrop {
    display: none
}

.header-nav .editor-logo {
    width: 42px;
    height: 42px;
    padding: 0;
    position: relative
}

.header-nav .member-dropdown > a {
    padding: 9px
}

.header-nav .member-dropdown .logout {
    margin: -5px 0;
    text-align: center
}

.header-nav .member-dropdown .dropdown-arrow {
    right: 13px
}

.header-nav .member-dropdown .profile.list-item > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-nav .member-dropdown .profile .list-item-title > * {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis
}

.header-nav .member-dropdown .profile .list-item-title .title {
    font-weight: 700
}

.header-nav .member-dropdown .profile .list-item-title .sub-title {
    color: #666;
    font-size: 1.2rem;
    margin-top: 3px
}

.header-nav-m > li.active:after, .header-nav .editor-logo.active:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ef7a70;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
    box-shadow: 0 1px 1px rgba(0,0,0,.2)
}

.header-nav-m {
    display: none
}

    .header-nav-m > li {
        position: relative
    }

        .header-nav-m > li.active:after {
            top: 15px;
            right: -2px
        }
.list-item-group {
    line-height: 1.5
}

    .list-item-group > .list-item > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

.list-item .list-item-icon:not(.editor-logo) {
    color: #666;
    font-size: 1.8rem;
    vertical-align: middle;
    height: 2.1rem
}

.list-item .list-item-icon:first-child {
    margin-right: 10px
}

.list-item .list-item-icon.editor-logo {
    min-width: 50px;
    height: 50px;
    margin-left: -5px;
    margin-right: 10px
}

.list-item .list-item-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.list-item .sub-title {
    font-size: 1.2rem;
    color: #666
}

.list-item .list-item-addon, .list-item .list-item-icon:last-child {
    text-align: right;
    margin-left: 10px;
    font-family: Arial Rounded MT Bold,Arial Rounded MT,sans-serif
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        color: #777
    }

        .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
        }
/*.daterangepicker, .dropdown-menu, .select2-dropdown {*/
.daterangepicker, .header-nav .dropdown-menu, .select2-dropdown {
    background-color: #fff;
    border: none;
    border-radius: 6px;
    margin-top: 1px;
    opacity: 1;
    visibility: initial;
    -webkit-transition: .25s;
    transition: .25s;
    -webkit-box-shadow: 0 2px 20px rgba(0,0,0,.15);
    box-shadow: 0 2px 20px rgba(0,0,0,.15);
    min-width: 250px;
    overflow-y: auto;
    overscroll-behavior-y: contain
}

.dropdown-scroll .dropdown-menu, .input-dropdown-menu {
    border-color: #fff;
    border-style: solid;
    border-width: 10px 0;
    max-height: 290px;
    width: 100%
}

.dropdown-menu ul {
    overflow: auto;
    max-height: 275px;
    padding: 0;
    margin: 0;
    list-style: none
}

.dropdown-menu .divider {
    margin: 5px 0;
    background-color: #ddd
}

.dropdown-arrow {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 8px 7px;
    margin-top: -6px;
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    left: 19px;
    top: 100%;
    z-index: 1001
}

.show > .dropdown-menu {
    display: block
}

.show > a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}
