
@media (min-width: 768px) {
    #wrapper {
        padding-right: 225px;
        padding-left: 0;
    }

    .side-nav {
        right: 0;
        left: auto;
    }
}

.EmpSearchIcon {
    height: 40px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-right-style: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* Rating */
.ratingStar {
    font-size: 0;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 17px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url('/images/Stars/FilledStar.png');
}

.emptyRatingStar {
    background-image: url('/images/Stars/EmptyStar.png');
}

.savedRatingStar {
    background-image: url('/images/Stars/SavedStar.png');
}

.nav-pills > li.primary > a,
.nav-pills > li.primary > a:focus {
    color: #fff;
    background-color: #286090;
}

.nav-pills > li.primary.active > a,
.nav-pills > li.primary.active > a:focus,
.nav-pills > li.primary.active > a:hover {
    color: #fff;
    background-color: #286090;
    font-weight: bold;
    font-size: 16px;
}

.nav-pills > li.success > a,
.nav-pills > li.success > a:focus {
    color: #fff;
    background-color: #4cae4c;
}

.nav-pills > li.success.active > a,
.nav-pills > li.success.active > a:focus,
.nav-pills > li.success.active > a:hover {
    color: #fff;
    background-color: #4cae4c;
    font-weight: bold;
    font-size: 16px;
}

.nav-pills > li.danger > a,
.nav-pills > li.danger > a:focus {
    color: #fff;
    background-color: #d9534f;
}

.nav-pills > li.danger.active > a,
.nav-pills > li.danger.active > a:focus,
.nav-pills > li.danger.active > a:hover {
    color: #fff;
    background-color: #d9534f;
    font-weight: bold;
    font-size: 16px;
}


.nav-pills > li.warning > a,
.nav-pills > li.warning > a:focus {
    color: #fff;
    background-color: #eea236;
}

.nav-pills > li.warning.active > a,
.nav-pills > li.warning.active > a:focus,
.nav-pills > li.warning.active > a:hover {
    color: #fff;
    background-color: #eea236;
    font-weight: bold;
    font-size: 16px;
}


.nav-pills > li.info > a,
.nav-pills > li.info > a:focus {
    color: #fff;
    background-color: #46b8da;
}

.nav-pills > li.info.active > a,
.nav-pills > li.info.active > a:focus,
.nav-pills > li.info.active > a:hover {
    color: #fff;
    background-color: #46b8da;
    font-weight: bold;
    font-size: 16px;
}

.nav-pills > li.primary > a:hover,
.nav-pills > li.success > a:hover,
.nav-pills > li.danger > a:hover,
.nav-pills > li.warning > a:hover,
.nav-pills > li.info > a:hover {
    color: #000;
    background-color: #ccc;
}

.navbar-inverse {
    background-color: #044518;
    border-color: #042e11;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #d9d6d6;
    }

    .navbar-inverse .navbar-brand {
        color: #d9d6d6;
    }

.form-control {
    height: 40px;
}

#overlay {
    position: fixed;
    z-index: 1000;
    top: 0px;
    left: 0px;
    background-color: #f8f8f8;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=90);
    opacity: 0.9;
    -moz-opacity: 0.9;
}

#theprogress {
    padding: 10px;
    width: 400px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

#modalprogress {
    position: absolute;
    top: 40%;
    left: 50%;
    margin: -11px 0 0 -150px;
    color: #990000;
    font-weight: bold;
    font-size: 20px;
}

.badge-MonyRecive {
    font-size: 20px;
    padding: 10px;
    background-color: darkred;
}

    .badge-MonyRecive > .English {
        font-size: 14px;
    }

.form-control {
    height: 40px;
}

.table-hover > tbody > tr:hover {
    background-color: #eaeaea;
}

.scroll-y {
    overflow-y: auto;
}

.p20 {
    padding: 5px;
    margin-left: 20px;
    cursor: pointer;
}

    .p20:hover {
        border-bottom: solid #0360ba 1px;
    }
