﻿@media(max-width:1100px) {

    #HomeBodyDescription {
        padding: 8px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

        #HomeBodyDescription b {
            font-size: 1.3em !important;
            line-height: 30px !important;
        }

    #BoldTitle {
        font-size: 1.8em !important;
    }
}

@media(max-width:670px) {

    #HomeBodyImage {
        width: 100% !important;
    }
}

#HomeBody {
    width: 100%;
    height: auto;
    min-height: 300px;
    margin: 0px;
    padding: 0px;
    /*background-image: url("../Pictures/HomePictures/WorldMap.jpg");
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;*/
    /*background-color: white;*/
    /*border: 1px solid red;*/
}

#MiddleHomeBody {
    position: relative;
    margin: auto;
    /*border: 1px solid blue;*/
    width: 60%;
    min-width: 200px;
    height: auto;
    min-height: 300px;
}

.SlideShowPanel {
    position: relative;
    direction: ltr !important;
    margin: 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    display: block;
    padding: 0px;
}

#HomeBodyDescription {
    font-family: Tahoma;
    font-size: 0.8em;
    text-align: justify;
    margin: 15px auto 15px auto;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    /*border-radius: 5px;*/
    background-color: #f5f5f5;
    color: #000000;
    line-height: 25px;
    border: 1px solid #dedede;
}

    #HomeBodyDescription b {
        font-size: 1.5em;
        line-height: 50px;
    }

#BoldTitle {
    font-size: 2em !important;
}

/*<Search CSS------------------------------------>*/
.HomeSearch_Header {
    position: relative;
    margin: auto;
    color: #00428c;
    cursor: pointer;
    padding: 5px 0px 5px 0px;
    width: 98%;
    text-align: right;
    border-bottom: 5px solid #005bc1;
    outline: none;
    transition: 0.4s;
    background-color: #d5efff;
}

    .HomeSearch_Header.active, .HomeSearch_Header:hover {
        background-color: #91d6ff !important;
    }

div.ProfessionalSearch_Body {
    position: relative;
    margin: auto;
    width: 98%;
    padding: 10px 0px 10px 0px;
    background-color: #f5f5f5;
    border: 1px dashed #005bc1;
    border-top: none;
    height: auto;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
/*here*/
.HomeSearch_Header:after {
    content: '\2796'  !important; /* Unicode character for "plus" sign (-) */
    font-size: 13px;
    color: #005bc1;
    float: right;
    margin-right: 10px;
}

.HomeSearch_Header.active:after {
    content: '\2795' !important; /* Unicode character for "minus" sign (+) */
}

.Hide_Class {
    visibility: hidden !important;
    display: none !important;
}

#SearchAd_Group, #SearchAd_List, #SearchAD_Sort {
    width: 98%;
    height: auto !important;
    text-align: center;
    padding: 0px;
    border: 2px solid #0069de;
    border-radius: 3px;
    margin: 5px 0px 0px 0px;
}

#SearchAd_Group {
    border: 2px solid #f5f5f5 !important;
}

#SearchAd_List {
    border: 2px solid #0075f7;
    padding: 5px 0px 10px 0px;
    margin-bottom: 20px;
}

#SearchAd_List_Body {
    display: table !important;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    overflow: hidden !important;
    clear: both !important;
    /*border: 1px solid blue;*/
}

ul.SearchAd_Fields, ul.ProfessionalSearchAd_Fields {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

li.Fields {
    display: inline-block;
}

.lblFields {
    font-size: 13px;
    width: 100px;
    display: inline-block;
    text-align: left;
}

select {
    /*for firefox*/
    -moz-appearance: none;
    /*for chrome*/
    -webkit-appearance: none;
    font-family: Tahoma;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    cursor: pointer !important;
}

    /*for IE10*/
    select::-ms-expand {
        display: none;
    }

    select.cbFields {
        background-image: url("../Pictures/UserDashboardPictures/SalesAdPictures/Combobox_icon.png");
        background-size: contain;
        background-position: left center;
        background-repeat: no-repeat;
    }

    select option {
        font-family: Tahoma;
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
    }

.cbFields_Loading {
    background-image: url("../Pictures/UserDashboardPictures/SalesAdPictures/Combobox_icon.png"), url("../Pictures/WaitingPictures/Loading.gif") !important;
    background-size: contain, auto !important;
    background-position: left center, center center !important;
    background-repeat: no-repeat, no-repeat !important;
}

.cbFields {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    border: 1px solid #0069de;
    border-radius: 3px;
    color: black;
    font-size: inherit;
    margin: 5px;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 170px;
    max-width: 170px;
}

input.cbFields {
    width: 150px !important;
    padding: 5px 9px;
    font-family: Tahoma;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
}

#lblEmpty, #txtEmpty {
    visibility: hidden;
}

#ProfessionalSearch_Field, #RegisterButton_Field {
    width: 100%;
}

#txtDescription {
    width: 80% !important;
    max-width: 80% !important;
    min-width: 160px;
    vertical-align: top;
}

#lblDescription {
    width: auto;
}

#txtAmountFrom, #txtAmountTo, #txtUnitpriceFrom, #txtUnitpriceTo, #txtTotalpriceFrom, #txtTotalpriceTo {
    direction: ltr;
    text-align: center;
}

#txtTotalprice {
    background-color: #efefef;
}

#btnRegisterSearchAd {
    width: 98%;
    min-width: 170px;
    display: block;
    position: relative;
    margin: 10px auto 5px auto;
    -moz-box-shadow: inset 0px 1px 0px 0px #caefab;
    -webkit-box-shadow: inset 0px 1px 0px 0px #caefab;
    box-shadow: inset 0px 1px 0px 0px #caefab;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
    background: -moz-linear-gradient(top, #77d42a 5%, #5cb811 100%);
    background: -webkit-linear-gradient(top, #77d42a 5%, #5cb811 100%);
    background: -o-linear-gradient(top, #77d42a 5%, #5cb811 100%);
    background: -ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
    background: linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811',GradientType=0);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #268a16;
    cursor: pointer;
    color: #000000;
    font-family: Tahoma;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    padding: 8px 0px 8px 0px;
    text-decoration: none;
}

    #btnRegisterSearchAd:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a));
        background: -moz-linear-gradient(top, #5cb811 5%, #77d42a 100%);
        background: -webkit-linear-gradient(top, #5cb811 5%, #77d42a 100%);
        background: -o-linear-gradient(top, #5cb811 5%, #77d42a 100%);
        background: -ms-linear-gradient(top, #5cb811 5%, #77d42a 100%);
        background: linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a',GradientType=0);
        background-color: #5cb811;
    }

    #btnRegisterSearchAd:active {
        position: relative;
        top: 1px;
    }

.DisabledClass {
    pointer-events: none !important;
    opacity: 0.5;
    cursor: not-allowed;
}

#RegisterWarning {
    width: 100%;
    height: 15px;
    min-height: 15px;
    display: block;
    color: #ff0305;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    margin: 0px 0px 5px 0px;
    visibility: hidden;
}

.SearchAd_Item_Parent {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100px;
    padding: 10px 0px 10px 0px;
}

.SearchAd_Item_Child {
    position: relative;
    background-color: #ffffff;
    margin: 5px auto 5px auto !important;
    width: 85%;
    min-width: 190px;
    height: auto;
    min-height: 130px;
    padding: 0px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.1) inset;
    z-index: 1;
}

.SearchAd_Sold, .SearchAd_WasPurchased {
    background-size: auto;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.SearchAd_Sold {
    background-image: url('../Pictures/UserDashboardPictures/sold_icon.png');
}

.SearchAd_WasPurchased {
    background-image: url('../Pictures/UserDashboardPictures/WasPurchased_icon.png');
}

.SearchAd_Sold .SearchAd_Button, .SearchAd_Sold .SearchAd_Line {
    visibility: hidden !important;
}

.SearchAd_WasPurchased .SearchAd_Button, .SearchAd_WasPurchased .SearchAd_Line {
    visibility: hidden !important;
}

.LeftShadow,
.RightShadow {
    content: "";
    position: absolute;
    z-index: 0 !important;
    background-color: #c7eeff;
    bottom: 25px;
    left: 8%;
    width: 25%;
    height: 30px;
    max-width: 300px;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

.RightShadow {
    right: 8%;
    left: auto;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg);
}

.SearchAd_Item_Header {
    position: relative;
    width: 100%;
    height: 35px;
    background-color: #2a8be9;
    top: 0px;
    background-image: url("../Pictures/UserDashboardPictures/Search_Icon.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left center;
}

P.SearchAd_Date {
    color: #ffffff;
    width: 100%;
    height: 25px;
    padding: 5px 0px 5px 0px;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: normal;
}

P.SearchAd_Description {
    display: block;
    width: auto;
    height: auto;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: normal;
    text-align: right;
    padding: 5px;
    line-height: 25px;
    margin: 0px;
    overflow-wrap: break-word;
    overflow: hidden;
    word-wrap: break-word;
}

.SearchAd_Line {
    display: block !important;
    position: relative !important;
    margin: auto !important;
    width: 95%;
    background-color: none !important;
    color: none !important;
    border: none !important;
    border-bottom: 1px solid #bababa !important;
}

.SearchAd_Button, .Verify_Button {
    width: 100%;
    height: auto;
    min-height: 20px;
    padding: 3px 0px 3px 0px;
    direction: rtl !important;
    text-align: right !important;
}

.OwnAd {
    width: 100%;
    min-width: 100%;
    display: block;
    margin: 1px 5px 1px 0px;
    color: #9d0042;
    font-family: Tahoma;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    text-decoration: none;
    text-align: right;
}

.SearchAd_Order, .SearchAd_Violation, .Verify_Exit, .Verify_Register, .RegisterSearchAd_Order, .RegisterSearchAd_Violation {
    width: 100px;
    min-width: 100px;
    display: inline-block;
    margin: 1px 5px 1px 0px;
    cursor: pointer;
    color: #000000;
    font-family: Tahoma;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    padding: 5px 0px 5px 0px;
    text-decoration: none;
    text-align: right;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left center;
}

.SearchAd_Order, .RegisterSearchAd_Order {
    border: 1px solid #57c101;
    background-color: #92ff3a;
    -moz-box-shadow: inset 0px 1px 0px 0px #c4eea2;
    -webkit-box-shadow: inset 0px 1px 0px 0px #c4eea2;
    box-shadow: inset 0px 1px 0px 0px #c4eea2;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8e379', endColorstr='#76c435',GradientType=0);
    background-image: url("../Pictures/UserDashboardPictures/SearchAdPictures/Order_Icon_min.png");
}

    .SearchAd_Order:hover, .RegisterSearchAd_Order:hover {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#76c435', endColorstr='#a8e379',GradientType=0);
        background-color: #68e900;
    }

.SearchAd_Violation, .RegisterSearchAd_Violation {
    border: 1px solid #e59700;
    background-color: #ffc66c;
    -moz-box-shadow: inset 0px 1px 0px 0px #f0d9b2;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f0d9b2;
    box-shadow: inset 0px 1px 0px 0px #f0d9b2;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6c07f', endColorstr='#c8a53a',GradientType=0);
    background-image: url("../Pictures/UserDashboardPictures/SearchAdPictures/Violation_Icon_min.png");
}

    .SearchAd_Violation:hover, .RegisterSearchAd_Violation:hover {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b89311', endColorstr='#d4aa2a',GradientType=0);
        background-color: #ffb745;
    }

    .SearchAd_Order:active, .SearchAd_Violation:active, .Verify_Exit:active, .Verify_Register:active, .RegisterSearchAd_Order:active, .RegisterSearchAd_Violation:active {
        position: relative;
        top: 1px;
    }

.SearchAd_Item_Header_Disable {
    background-color: #c9c9c9 !important;
}

.SearchAd_Date_Disable {
    color: #ededed !important;
}

.SearchAd_Description_Disable {
    color: #a0a0a0 !important;
}



.SearchAd_Enable {
    border: 1px solid #006cd5 !important;
    background-color: #62b1ff !important;
    -moz-box-shadow: inset 0px 1px 0px 0px #abceef !important;
    -webkit-box-shadow: inset 0px 1px 0px 0px #abceef !important;
    box-shadow: inset 0px 1px 0px 0px #abceef !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a7ed4', endColorstr='#1160b8',GradientType=0) !important;
    background-image: url("../Pictures/UserDashboardPictures/SalesAdPictures/EnableAD_icon.png") !important;
}

    .SearchAd_Enable:hover {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1160b8', endColorstr='#2a7ad4',GradientType=0) !important;
        background-color: #3497fc !important;
    }


.ProfessionalSearch_Header {
    position: relative;
    margin: auto;
    color: #0069de;
    cursor: pointer;
    padding: 5px 0px 5px 0px;
    width: 98%;
    text-align: right;
    border-bottom: 3px solid #0069de;
    outline: none;
    transition: 0.4s;
}

    .ProfessionalSearch_Header.active, .ProfessionalSearch_Header:hover {
        background-color: #e3f0ff !important;
    }


div.HomeSearch_Body {
    position: relative;
    margin: auto;
    width: 98%;
    padding: 10px 5px 10px 5px;
    background-color: #f5f5f5;
    height: auto;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-family: Tahoma;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
}


.ProfessionalSearch_Header:after {
    content: '\2795' !important; /* Unicode character for "minus" sign (+) */
    font-size: 13px;
    color: #0069de;
    float: right;
    margin-right: 10px;
}

.ProfessionalSearch_Header.active:after {
    content: '\2796'  !important; /* Unicode character for "plus" sign (-) */
}


.Hide_Class {
    visibility: hidden !important;
    display: none !important;
}

.SortPanel {
    font-family: Tahoma;
    padding: 7px;
    overflow: hidden;
    direction: rtl;
}


.RBSortName, .RBSortType {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.LblSortName, .LblSortType {
    display: inline-block;
    width: 80px;
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.7);
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    padding: 6px 14px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 180, 255, 0.4), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 5px rgba(0, 180, 255, 0.4), 0 1px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    margin: 1px 0px 1px 0px !important;
    border-radius: 1px;
}

    .LblSortName:hover, .LblSortType:hover {
        cursor: pointer;
    }

.RBSortName:checked + label {
    background-color: #a5dc86;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.RBSortType:checked + label {
    background-color: #89d9ff;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.BuyAdClass {
    background-color: #23486b !important;
}

.SaleAdClass {
    /*background-color: blue !important;*/
}

.List_Paging {
    margin: 5px 0px 5px 0px;
    width: 98%;
    height: 15px;
    text-align: left;
    direction: ltr;
    padding: 2px 5px 2px 5px;
    display: block;
}

    .List_Paging a {
        font-family: Tahoma;
        font-size: 12px;
        cursor: pointer;
        margin: 0px;
        color: #333;
        float: left;
        border: 1px solid #ff62a4;
        border-radius: 2px;
        padding: 6px;
        background-color: #ffeff6;
    }

        .List_Paging a:hover {
            background-color: #ffb2d2;
            color: #0069de;
        }

        .List_Paging a.jp-previous {
            margin-right: 10px;
        }

        .List_Paging a.jp-next {
            margin-left: 10px;
        }

        .List_Paging a.jp-current, a.jp-current:hover {
            color: #FF4242;
            font-weight: bold;
        }

        .List_Paging a.jp-disabled, a.jp-disabled:hover {
            color: #bbb;
        }

        .List_Paging a.jp-current, a.jp-current:hover, .List_Paging a.jp-disabled, a.jp-disabled:hover {
            cursor: default;
            background: none;
        }

a.jp-current {
    background-color: #ffa3ca !important;
}

.List_Paging span {
    margin: 0 5px;
    float: left;
}


.HiddenClass {
    display: none;
    visibility: hidden;
}

.ReadOnlyClass {
    background-color: #ebebeb !important;
    cursor: not-allowed;
    pointer-events: none !important;
}

/*</Search CSS----------------------------------->*/
