﻿.field-validation-error {
    color: darkred;
    font-size: 12px;
}

#ajaxLoading {
    display: none;
    position: fixed;
    z-index: 99999999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../../Images/AjaxLoader.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.modal {
    top: 12%;
}

.ui-helper-hidden-accessible {
    display: none;
}


.page-header.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .time {
    max-width: 103px !important;
}

.endli {
    border-bottom: 1px solid gray;
}

/*master search*/
.ui-autocomplete {
    /*left: 469px !important;*/
    width: 30% !important;
    cursor: pointer !important;
    list-style: none !important;
    z-index:9999;
}

.ui-state-focus {
    background: transparent !important;
    color: inherit !important;
}
.ui-autocomplete li {
    margin-bottom: 2%;
}
.master-search-dd{
    margin: 0 2% 0 2%;
    width: inherit;position: relative;float: left;
}
.master-search-dd select{
    height: inherit;margin-top: 7px;
    background: #2b3643;
    color: white;
}

.subscription_msg_div {
    color: white;
    float: left;
    margin-top: 1%;
    font-weight: bold;
    margin-left: 3%;
}