﻿.Animate {
    transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
}

.BackgroundImage {
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    background-position:center center;    
}


.SetBorder {
    /*border: 1px solid red;*/
}
.CenterWidth {
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
}

.SetTestBorder {
    border:1px dashed red;
    box-sizing:border-box;
}

.TextBoxs {
    border-radius: 3px;
    font-size: 18px;
    font-weight: bold;
    font-family: OurFont;
    color: black;
    outline: none;
    background-color: white;
}

.SmallTextBoxs {
    outline: none;
    border: solid 1px dimgray;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    font-family: OurFont;
    color: black;
    background-color: white;
}

.BigTextBoxs {
    outline: none;
    font: normal 18px OurFont;
    color: black;
    background-color: white;
    border: 1px solid gray;
    border-radius: 4px;
    height: 35px;
    line-height: 35px;
    padding: 3px;
    box-sizing: border-box;
    background-color: white;
}
.BigTextBoxs:focus {
    /*box-shadow:0px 0px 5px dimgray;
    border:1px solid #4285F4;*/
}

.MedTextBoxs {
    outline: none;
    font: normal 16px OurFont;
    color: black;
    background-color: white;
    border: 1px solid silver;
    border-radius: 2px;
    height: 26px;
    line-height: 26px;
    padding: 3px;
    box-sizing: border-box;
    background-color: white;
}
.MedTextBoxs:focus {
    /*box-shadow:0px 0px 5px dimgray;
    border:1px solid #4285F4;*/
}

.BigHeader {
    font: bold 40px OurFont;
    color: black;
}

.MedHeader {
    font: bold 27px OurFont;
    color: black;
}

.SmlHeader {
    font: normal 20px OurFont;
    color: black;
    padding-top: 2px;
    padding-bottom: 2px;
}

.Labels {
    font-size: 18px;
    font-weight: bold;
    font-family: OurFont;    
    margin-bottom: 5px;
}



.SmlFont {
   font-size:14px;
   text-decoration:none;
}
.SmlFont:hover {
    text-decoration:underline;
}

.Labels2 {
    font-size: 22px;
    font-weight: bold;
    font-family: OurFont;
    color: #f54d0e;
    margin-top: 5px;
    margin-bottom: 5px;
}

.Btns {
    height: 45px;
    line-height: 35px;
    width: 230px;
    font: normal 18px OurFont;
    border: 2px solid black;
    background-color: #000000;
    color: white;
    border-radius: 1px;
    border-radius:3px;
    transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    cursor: pointer;
    user-select: none;
}

.Btns:hover
{    
    background-color:white; 
    color:#000000;   
}

.MedBtns {
    height: 35px;
    line-height: 16px;
    width: 230px;
    font: normal 15px OurFont;
    border: 2px solid black;
    margin-left: 3px;
    margin-right: 3px;
    background-color: #000000;
    color: white;
    border-radius: 2px;
    transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    cursor: pointer;
    user-select: none;
}

.MedBtns:hover {
    background-color:lightyellow;
    color: #000000;
}

.LnkBtns {
    height: 25px;
    font: normal 18px OurFont;
    border: none;
    color: blue;
    background-color: transparent;
    text-decoration: underline;
    transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    cursor: pointer;
    user-select: none;
}

.Links {
    font: normal 20px OurFont;
    user-select: none;
}

.SmallBtns {
    height: 21px;
    padding-right: 3px;
    padding-left: 3px;
    font: bold 14px OurFont;
    border: 1px solid dimgray;
    background-color: silver;
    color: black;
    border-radius: 2px;
    transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    cursor: pointer;
    user-select: none;
}

.SmallBtns:hover
{
    background-color:lightgray;        
}


.Frame{
    border:2px solid dimgray;
    border-radius:3px;
    box-shadow:0px 0px 20px darkgray;   
    box-sizing:border-box;
    background-color:#E9EBEE;
}


.SiteHeader_P1 {
    display: inline-block;
    width: 100%;
    min-width: 350px;
    position: fixed;
    box-sizing: border-box;
    z-index: 10001;
    top: 0px;
    left: 0px;
    transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    user-select: none;
}

.SiteHeader_P2 {
    background-color: #000000;
    width: 100%;
    min-width: 350px;
    height: 55px;
    line-height: 55px;
    position: fixed;
    /*border-top:solid 1px silver;*/
    box-sizing: border-box;
    z-index: 10000;
    top: 100px;
    left: 0px;
    transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    user-select: none;
}
.SiteHeader_P2:hover {
    /*z-index: 20000;*/
}

.SiteHeader_P2_CatDiv {
    display:inline-block; 
    box-sizing:border-box;
    overflow:hidden;
    width: calc(100% - 50px);        
}

.SiteHeader_P2_Arrow {
    display: inline-block;
    cursor: pointer;
    width: 25px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-size: contain;
    cursor: pointer;
    user-select: none;
}

.MainMenuBtns {
    color: white;
    font: bold 20px OurFont;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    min-width: 200px;
    width: 200px;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    display: inline-block;
    user-select: none;
}

.MainMenuBtns:hover
{
    background-color:darkgray; 
    color:#ffffff;   
}


#DivMainBanner {
    float:left;
    width:100%;   
}
#PicMainBanner {
    width:100%;  
}


 .SearchLst
{               
   background-color:white;                            
   border:1px solid black;
   box-shadow:0px 2px 2px gray;   
   list-style:none;                     
 }

.SearchLstItems {
    color: black;
    background-color: white;
    text-align: right;
    font-family: OurFont;
    font-size: 12pt;
    font-weight: bold;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: default;
    user-select: none;
}

.SearchLstItems_Highlight {
    color: white;
    background-color: royalblue;
    text-align: right;
    font-family: OurFont;
    font-size: 12pt;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
}

LeftSide {
            text-align:left;
        }

        .InLineBlock {
           display:inline-block; 
           color:black;
       } 



/*------------------------------------------------------------------------------*/
        .PanSpaceClass {
            height:128px;
            background-color:green;
        }

        #CmdMob {                  
            display:none;
            cursor:pointer;
            transition:ease-in-out 0.3s;
            z-index:2;
            position:absolute;
            left:3px;
            top:15px;
        }

        #ImgLogo {                               
            display:inline-block; 
            float:left;            
            line-height:35px; 
            background-image:url('../pics/signs/logo.png'); 
            background-repeat:no-repeat;
            background-position:center center;
            background-size:contain;
            transition:ease-in-out 0.3s;
            z-index:1;
        }

        #ImgLogo2 {
            display:inline-block; 
            float:left; 
            width:240px; 
            line-height:35px; 
            background-image:url('../pics/signs/logo2.png'); 
            background-repeat:no-repeat;
            background-position:center center;
            transition:ease-in-out 0.3s;
            z-index:1;
        }

.PageTitle {
    display: inline-block;
    width: 240px;
    line-height: 35px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: ease-in-out 0.3s;
    z-index: 1;
    font: bold 20px OurFont;
    text-decoration: underline;
    margin-right: auto;
    margin-left: auto;
    user-select: none;
}

.BigButtons {
    background-color: black;
    font-family: OurFont;
    color: white;
    font-size: 14pt;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    height: 30px;
    cursor: pointer;
}

    .BigButtons:hover {
        background-color: #39455C;
    }


.ChatTopWindow {
    position: fixed;
    z-index: 200000;
    direction: rtl;
    float: right;
    background-color: black;
    opacity: 0.99;
    top: 90px;
    left: 10px;
    width: 351px;
    height: 400px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid black;
    box-shadow: 0px 3px 8px #312e2e;
    background-image: url('../pics/wait.gif');
    background-position: center center;
    background-repeat: no-repeat;
}

.ChatBox {
    display: inline-block;
    width: 100%;
    height: 300px;
    overflow-y: auto;
    box-sizing: border-box;
    background-color: white;
    padding: 4px;
    text-align: right;
    direction: rtl;
}



        @media screen and (min-width: 7.1in) {
            #TopMenu {                
                height:35px;
                line-height:35px;
                max-height:35px;               
            }            
        }

        @media screen and (max-width: 7in) {
            #CmdMob {
                /*display:inline-block;*/
            }

            #ImgLogo {
                width:100%;
                height:60px;              
                line-height:60px;
            }

            #ImgLogo2 {  
                width:50%;              
                height:35px;
                line-height:35px;                            
            }
                        
            .MainMenuBtns {
                /*width: 100%;
                line-height:40px; 
                text-align:left;
                padding-left:40px;*/             
            }

            

            #TopMenu {
                top:0px;
                overflow:hidden;               
                /*height:65px;*/
                /*box-shadow:0px 2px 5px dimgray;*/
            }

            .PanUserPart {                
                float:none;
                text-align:center;
                line-height:25px;
                height:50px;
            }

            .PanUserPart2 {
                line-height:50px;
            }
        }



        @media screen and (max-width: 6in) {
            .Links {
                font: bold 14px OurFont;
            }
        }
        /*------------------------------------------------------------------------------*/












        /*------------------------------------------------------------------------------*/
        .PicsBrowser {
            margin-right:auto;
            margin-left:auto;
            position:relative;
            text-align:center;
            vertical-align:bottom;
            direction:rtl;
            overflow:hidden;
            /*border:1px solid dimgray;*/
        }

        .PicsBrowser:hover div{
            background-color:rgba(20,20,20,0.7);
            opacity:1;
        }

        .PicsBrowser:hover .SliderArrows {
            opacity:0.9;
        }

        .SliderArrows {
            position: absolute;
            z-index: 1000;             
            cursor:pointer;
            opacity:0.1;
            border:none;
            background-color:transparent;
        }

.Item_Cover {
    display: inline-block;
    width: 100%;
    height: 60px;
    position: absolute;
    border-radius: 2px;
    bottom: 0px;
    left: 0px;
    background-color: black;
    background-image: url('../Pics/wait.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    opacity: 0.75;
}

.SliderTitle {
    position: absolute;
    z-index: 1000;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-family: OurFont;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: rgba(100,100,0,0);
    opacity: 0;
    overflow: hidden;
    transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
}
        .SliderImages {
            background-position:center center; 
            background-repeat:no-repeat; 
            background-size:100% 100%;
            background-color:transparent;            
            cursor:pointer;
            
            position:absolute;           
        }

        .PicsBrowserSelect {
            border:2px solid #ff6a00;
            background-color:white;
            /*box-shadow:0px 0px 1px white;*/
            cursor:pointer;
            border-radius:50%;
            margin-left:2px;
            margin-right:2px;
            width:10px;
            height:10px;
            display:inline-block;
            z-index:1001;                    
        }

        .PBSContainer {            
            background-color:transparent;                     
            width:100%;
            height:20px;
            display:inline-block;
            z-index:1001;
            position:absolute;
            bottom:37px; 
            left:0px;
            text-align:center;           
        }
       /*------------------------------------------------------------------------------*/