﻿.ncc-global-message {
    left: 20px;
    top: 0px;
    margin-top: 4px;
    position: relative;
    width: 97%;
}

#messageContainer {
    margin-top: 5px;
    position: absolute;
    left:1%;
    top:1%;
    width:98%;
    z-index:10000000;
}

/*Site Menu CSS*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.loadingCircle {
    background-color: #ffffff;
    background-image: url("/images/circleLoader.gif");
    background-size: 20px 20px;
    background-position: right center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    #show-hide-left-menu {
        display: none;
    }
}



.select-xs {
    height: 25px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

/* History CSS Start*/
.activity-feed {
    padding: 15px;
}

    .activity-feed .feed-item {
        position: relative;
        padding-bottom: 20px;
        padding-left: 30px;
        border-left: 2px solid #e4e8eb;
    }

        .activity-feed .feed-item:last-child {
            border-color: transparent;
        }

        .activity-feed .feed-item:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: -6px;
            width: 10px;
            height: 10px;
            border-radius: 6px;
            background: #fff;
            border: 1px solid #f37167;
        }

        .activity-feed .feed-item .date {
            position: relative;
            top: -5px;
            color: #8c96a3;
            text-transform: uppercase;
            font-size: 13px;
        }

        .activity-feed .feed-item .text {
            position: relative;
            top: -3px;
        }
/*History CSS End*/
