﻿#search-panel
{
    position: fixed;
    height: 100%;
    right: 0;
}
#search-panel-content
{
    position: relative;
  width:280px;
    height: 100%;
    background: url('../images/search/search-bg.png');
    float: right;
    display: block;
    width: 0px;
}
#search, select
{
    color: #626c75;
}

input[type='text']
{
    color: #626c75;
    font: 12px tahoma;
    text-align: right;
    border: 0px;
    border-radius: 4px;
    background-color: #f0f4fd;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    padding: 5px 10px 5px 10px;
}
#search-panel .btn
{
    margin-top: 20px;
    border-radius: 4px;
    background-color: #0d2f88;
    border: 1px solid #201d51 !important;
    width: 77px;
    height: 35px;
    cursor: pointer;
    margin-left: 14px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1),0 1px 0 rgba(255, 255, 255, 0.4) inset;
}
#search-main-panel
{
    position: fixed;
    right: 0px;
    width: 39px;
    height: 126px;
    z-index:1998;
}
#search-button
{
    z-index: 130;
    position: fixed;
    right: 0px;
    width: 39px;
    height: 126px;
}
#inner-search-panel-content
{
    padding: 15px 10px 0 15px;
}
#category-list
{
    width: 258px;
    text-align: right;
 
  
    margin-top: 10px;
}
#category-list span
{
   line-height: 35px;
font: 12px tahoma;
color: #626c75;
text-align: right; 
}
#category-list>div
{
    float:left;
}
#search-loading
{
    display: none;
    padding-left: 100px;
    padding-bottom: 10px;
}
#searchbtn span
{
    color: #ffffff;
    font: 13px 'byekan';
    text-align: right;
    direction: rtl;
    padding: 0px 0 0 20px;
    line-height: 37px;
}

.styled-select-main
{
    border: 1px solid #d4d4d4;
    box-shadow: 0px 1px 0px #0d2f88;
    color: #888;
    padding: 5;
    cursor: pointer;
    width: 240px;
    font-size: 12px;
    height: 30px;
    overflow: hidden;
    background: url(../Images/ddlist-arrow2.png) no-repeat left #ffffff;
    direction: rtl;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* future proofing */
    -khtml-border-radius: 3px; /* for old Konqueror browsers */
}
.styled-select-main select
{
    cursor: pointer;
    font-family: tahoma;
    background: transparent;
    width: 235px;
    padding: 5px 5px 5px 0;
    border: 0;
    border-radius: 0;
    font-size: 12px;
    height: 28px;
    -webkit-appearance: none;
}
select::-ms-expand
{
    display: none;
}
.styled-select
{
    border: 1px solid #d4d4d4;
    box-shadow: 0px 1px 0px #0d2f88;
    color: #888;
    padding: 5;
    cursor: pointer;
    width: 165px;
    font-size: 12px;
    height: 25px;
    overflow: hidden;
    background: url(../Images/ddlist-arrow.png) no-repeat left #ffffff;
    direction: rtl;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* future proofing */
    -khtml-border-radius: 3px; /* for old Konqueror browsers */
}
.styled-select select
{
    font: 12px tahoma;
    background: transparent;
    width: 182px;
    padding: 2px 0 5px 0;
    border: 0;
    border-radius: 0;
    font-size: 12px;
    height: 25px;
    -webkit-appearance: none;
    cursor: pointer;
}

.string-property-input
{
    width: 180px;
    float: left;
}
.string-property-input input
{
    width: 150px;
    float: right;
}
.string-property-text
{
    width: 75px;
    float: left;
    text-align: right;
}
.string-property-text span
{
    line-height: 23px;
    font: 12px tahoma;
}
.clear-line
{
    clear: both;
    height: 13px;
}
.bool-property-text
{
    padding-top:3px;
    width: 240px;
    float: left;
    text-align: right;
}
.bool-property-text span
{
    line-height: 35px;
    font: 12px tahoma;
     padding-right:5px;
}
.bool-property-input
{
    width: 15px;
    float: left;
   
}
.enum-property-select
{
    direction: rtl;
    text-align: right;
    width: 180px;
    float: left;
}
.enum-property-text
{
    text-align: right;
    width: 75px;
    float: left;
    padding-top: 3px;
}
.enum-property-text span
{
    line-height: 35px;
    font: 12px tahoma;
}
.num-property-input
{
    text-align: right;
    width: 180px;
    float: left;
     font: 12px tahoma;
}
.num-property-input input
{
    width: 50px;
}
.num-property-text
{
    text-align: right;
    width: 75px;
    float: left;
}
.num-property-text span
{
    line-height: 23px;
    font: 12px tahoma;
}



textarea:focus, input:focus
{
    outline: 0;
}
*:focus
{
    outline: 0;
}
#search-message
{
    
    width: 1260px;
    margin: 0pt auto;
 
    text-align: center;
}
#search-message .search-message
{
    margin: 0pt auto;
    
    background: #f9f9f9;
    width: 350px;
    border: 1px solid #d4d4d4;
    box-shadow: -1px 1px #f2f2f2;
    color: #888;
    padding-top: 20px;
    margin-bottom: 30px;
  margin-top:30px;
    height: 40px;
    direction: rtl;
}
#search-message .search-message span
{
    line-height: 23px;
    font: 12px tahoma;
}


 label
        {
            display: inline-block;
            cursor: pointer;
            position: relative;
            
            margin-right: 15px;
            font-size: 13px;
            padding-top: 18px;
        }
        label:before
        {
            content: "";
            display: inline-block;
            width: 16px;
            height: 16px;
            margin-right: 10px;
            position: absolute;
            left: 0;
            bottom: 1px;
            background-color: #eee;
            box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
        }
         label:before {
border-radius: 3px;
}
       
        input[type=checkbox]
        {
            display: none;
        }
        input[type="checkbox"], input[type="radio"]
        {
            box-sizing: border-box;
            padding: 0;
        }
        .checkbox label:before
        {
            border-radius: 3px;
        }
        input[type=checkbox]:checked + label:before
        {
            content: "\2713";
            text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
            font-size: 14px;
            color: #0d2f88;
            text-align: center;
            line-height: 15px;
        }