﻿.section-title
{
    background-position: right top;
    color: #333;
    font-size: 1.125em;
    position: relative;
    margin-bottom: 10px;
    background-image: url('../Images/BG/tickerBG.png');
    background-repeat: repeat-x;
    background-color: #F9F9F9;
    padding: 10px !important;
}

    .section-title a, .section-title span
    {
        color: #333 !important;
        padding: 5px 10px;
        height: 100%;
        display: inline;
    }

a.MatchSkin
{
    background-color: #fff;
    color: #8E9F3E !important;
    border-top: 1px solid rgb(169,3,41);
    border-bottom: 1px solid rgb(169,3,41);
}


@media screen and (min-width:641px)
{
    .leftAreaException
    {
        padding-left: 0 !important;
    }
}

@media screen and (max-width:640px)
{
}

.shortForm
{
    border-radius: 5px;
    background-color: #f8f8f8;
    padding: 10px;
    max-width: 800px;
    margin: 25px 0px;
}

    .shortForm input[type="text"], .shortForm input[type=submit]
    {
        margin: 0;
    }

    .shortForm .prefix
    {
        font-size: 1em;
    }

    .shortForm label.icons.fa.fa-search
    {
        position: absolute;
        left: 15px;
        height: 100%;
        top: 0px;
        line-height: 2em;
        font-size: 1.2em;
    }

.mainBtn
{
    border: none;
    padding: 0px 20px;
    background-color: #737272;
    color: #fff;
    outline: none;
    text-decoration: none;
    font-size: 1em;
}

.validationContainer
{
    position: relative;
    margin-bottom: 10px;
}

    .validationContainer > span
    {
        position: absolute;
        background: transparent;
        color: #E21B2B !important;
        font-size: 11px;
        right: 0;
        top: 0;
        margin: 0px 3%;
        height: 100%;
    }

        .validationContainer > span:before
        {
            content: "\f005" !important;
            font-family: 'FontAwesome';
            display: inline;
            color: #a50505;
            z-index: 3;
            font-size: 1em;
        }

.collapse .validationContainer > span
{
    line-height: 3em;
    z-index: 1;
}

.collapse input, .collapse textarea
{
    margin: 0;
}

.select
{
    color: #8C0209;
    width: 100%;
    background-color: #fff;
    outline: none;
    position: relative;
}
/*.select:before
    {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-top-color: #8C0209;
        left: 5%;
        top: 50%;
    }

    .select:focus:before
    {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-bottom-color: #8C0209;
        left: 50%;
        margin-left: -20px;
        top: 10px;
    }*/


.customSelect
{
    line-height: 18px;
    font-size: 15px;
    border-color: #ccc;
    margin-bottom: 0;
    margin-right: -1px;
}

.noItems
{
    line-height: 2em;
    text-align: center;
    font-size: 1.125em;
    /*background-color: #f0f0f0;*/
    padding: 50px 25px;
    margin: 25px 0px;
}

.linePart
{
    padding: 0;
    height: 15px;
    background-color: #EEEEEE;
    display: none;
}

#gallery-1.latestMediaGal, #gallery-1.latestMediaGal .rsOverflow, #gallery-1.latestMediaGal .rsSlide, #gallery-1.latestMediaGal .rsVideoFrameHolder, #gallery-1.latestMediaGal .rsThumbs
{
    background-color: #f0f0f0;
}

.latestMediaGal.videoGallery .rsThumbs .rsThumb
{
    width: 220px;
    height: 80px;
    border-bottom: 1px solid #2E2E2E;
}

.latestMediaGal.videoGallery .rsThumbs
{
    width: 220px;
    padding: 0;
}

@media screen and (min-width:0px) and (max-width:500px)
{
    .latestMediaGal.videoGallery .rsTmb span
    {
        display: none;
    }

    .latestMediaGal.videoGallery .rsOverflow, .latestMediaGal.royalSlider.videoGallery
    {
        height: 300px !important;
    }
}


.Comments
{
    background-color: #fff;
    padding: 5px;
    margin: 5px 0 !important;
    line-height: 2em;
}

input#btnSearch
{
    border: none;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

form
{
    margin: 0 auto;
}

input
{
    outline: none;
}

.gm-style img
{
    max-width: inherit;
    min-width: 0px;
}


hr
{
    border: 1px solid #e8e8e8;
    margin: 2em 0;
    display: block;
    clear: both;
}

table
{
    margin-bottom: 1.5em;
    cursor: default;
}

td
{
    padding: 7px 18px;
    font-size: 13px;
}

th
{
    padding: 8px 16px;
    border-bottom: 2px solid #999;
}

tr:hover
{
    background: #f1f1f1;
}

td:hover, th:hover
{
    background: #e7e7e7;
}
/*
    
    */
.ptrnMid
{
    background-image: url('../Images/BG/tickerBG.png');
    background-repeat: repeat-x;
    background-position: center top;
    min-height: 47px;
}



.icons
{
    position: relative;
}








.inline_childs
{
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    margin: 15px 5px;
}

    .inline_childs > *
    {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        position: relative;
        text-align: right;
    }


    .inline_childs > .Tjdeed-RadioButtonList-Item
    {
        position: relative;
    }

        .inline_childs > .Tjdeed-RadioButtonList-Item input[type=radio]
        {
            opacity: 0;
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            cursor: pointer;
        }

            .inline_childs > .Tjdeed-RadioButtonList-Item input[type=radio] + label
            {
                position: relative;
                display: block;
            }

                .inline_childs > .Tjdeed-RadioButtonList-Item input[type=radio] + label:before
                {
                    content: '';
                    display: inline-block;
                    border-radius: 50%;
                    width: 20px;
                    height: 20px;
                    background-color: #f0f0f0;
                    border: 1px solid #fff;
                    vertical-align: middle;
                    margin-left: 5px;
                }

            .inline_childs > .Tjdeed-RadioButtonList-Item input[type=radio]:checked + label:before
            {
                background-color: #898989;
            }

span.visitors
{
    font-size: 0.8em;
    text-align: right;
    display: block;
    line-height: 2.2em;
    padding: 0px 5px;
}

    span.visitors:before
    {
        padding-left: 5px;
    }



/**/








/*S L I D E S H O W*/
.RUN
{
}

    .RUN .RUNSlideShow
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        text-align: center;
        z-index: 3;
    }

        .RUN .RUNSlideShow img
        {
            margin: 0 auto;
            margin-top: 5%;
        }

        .RUN .RUNSlideShow .pre, .RUN .RUNSlideShow .next
        {
            position: absolute;
            color: #fff;
            font-weight: bold;
            top: 50%;
            cursor: pointer;
            font-size: 3em;
        }

        .RUN .RUNSlideShow .pre
        {
            left: 20px;
        }

        .RUN .RUNSlideShow .next
        {
            right: 20px;
        }

        .RUN .RUNSlideShow .close
        {
            color: #fff;
            position: absolute;
            left: 5px;
            top: 5px;
            text-shadow: 0 0 5px #f0f0f0;
            cursor: pointer;
            font-size: 2em;
        }

        .RUN .RUNSlideShow .SlideShowBOX
        {
            display: none;
        }

.SlideShow
{
    cursor: pointer;
}
