﻿.colorYellow
{
    background: #ffd800;
}

.AspSearchList
{
    font-weight: 400;
    font-size: 12px;
    color: #5BC0DE;
    background: #eeeeee !important;
    text-indent: 8px;
    border: 1px solid #5A6A87;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 30px;
}

    .AspSearchList ul li
    {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 11px;
        border-bottom: 1px solid #ebebeb;
        line-height: 100px;
    }
/* Back To Top */

/*a.back-to-top
{
    display: none;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    background: #27AE61 url("images/up-arrow.png") no-repeat center 43%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

a:hover.back-to-top
{
    background-color: #000;
}*/

.GridPaging
{
    padding: 10px;
    margin: 5px;
}

    .GridPaging a
    {
        margin: auto 1%;
        background-color: #444;
        padding: 5px 10px 5px 10px;
        color: #fff;
    }

        .GridPaging a:hover
        {
            background-color: #EC971F;
            color: #fff;
        }

    .GridPaging span
    {
        background-color: #428bca;
        color: #fff;
        -o-box-shadow: 1px 1px 1px #111;
        -moz-box-shadow: 1px 1px 1px #111;
        -webkit-box-shadow: 1px 1px 1px #111;
        box-shadow: 1px 1px 1px #111;
        padding: 5px 10px 5px 10px;
        margin: 5px;
    }
/*Form Loading*/

#Progress
{
    text-align: center;
}

.PopupBox
{
    margin: 0 auto;
}

.PopupWindow
{
    width: 50%;
    padding: 10px;
    height: auto;
    border-radius: 10px;
    box-shadow: 3px 5px 15px #222;
    background: #FFFFFF;
    text-align: left;
}

.PopupWindowBackground
{
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.Progress
{
    text-align: center;
}
/* Popup Loader */


.LoaderModalPopup
{
    left: 0;
    right: 0;
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: #000000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.Loadercenter
{
    position: absolute;
    top: 45%;
    left: 45%;
}

    .Loadercenter img
    {
        width: 64px !important;
        height: 64px !important;
    }
/* Popup Loader */




.sidebar_custom{
position: sticky;
top: 10px;
}


.textGridClass
{
    width: 60px;
    margin-bottom: 0px!important;
    font-size: 13px!important;
}
/* Popup Loader */


.menucart-dropdown
{
    position: absolute;
    width: 200px;
    background: #FFF;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 0px 2px #E4E7ED;
    box-shadow: 0px 0px 0px 2px #E4E7ED;
    z-index: 99;
    margin: 2px 5px;
    opacity: 0;
    visibility: hidden;
}


    .menucart-dropdown li
    {
        line-height: 25px;
        /*border-bottom: 1px solid #ddd;*/
        margin-bottom: 5px;
    }

        .menucart-dropdown li.active > a
        {
            color: #D10024;
            background-color: transparent;
        }

    .menucart-dropdown a
    {
        color: #23527c;
        /*text-decoration: underline;*/
    }

.dropdown.open > .menucart-dropdown
{
    opacity: 1;
    visibility: visible;
}

.pTB5
{
    padding: 5px 5px 5px;
}

.pTB10
{
    padding: 10px 10px 5px;
}

.pTB20
{
    padding: 20px 0px;
}

.mB10
{
    margin-bottom: 10px;
}


.DisabledPanelBg
{
    background: #666;
}

.PanelMinHeightSetting
{
    max-height: 300px;
}

.searchbtnred
{
    display: inline-block;
    /* padding: 12px 30px; */
    background-color: #D10024;
    border: none;
    border-radius: 40px;
    color: #FFF;
    text-transform: uppercase;
    /* font-weight: 700; */
    text-align: center;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}




/* Rating */
.blankstar
{
    background-image: url(../img/blank_star.gif);
    width: 16px;
    height: 16px;
}

.waitingstar
{
    background-image: url(img/half_star.png);
    width: 16px;
    height: 16px;
}

.shiningstar
{
    background-image: url(img/shining_star.gif);
    width: 16px;
    height: 16px;
}

.testPara
{
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
}
