﻿.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: cairoregular;
    color: black;
    background-color: white;
}

.SmallTextBoxs {
    border: solid 1px dimgray;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    font-family: cairoregular;
    color: black;
    background-color: white;
}

.BigTextBoxs {
    font-size: 18px;
    font: normal 18pt cairoregular;
    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 {
    font-size: 16px;
    font: normal 16pt cairoregular;
    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 cairoregular;
    color: black;
}

.MedHeader {
    font: bold 27px cairoregular;
    color: black;
}

.SmlHeader {
    font: normal 20px cairoregular;
    color: black;
    padding-top: 2px;
    padding-bottom: 2px;
}

.Labels {
    font-size: 18px;
    font-weight: bold;
    font-family: cairoregular;
    color: #111111;
    margin-bottom: 5px;
}



.SmlFont {
   font-size:14px;
   text-decoration:none;
}
.SmlFont:hover {
    text-decoration:underline;
}

.Labels2 {
    font-size: 22px;
    font-weight: bold;
    font-family: cairoregular;
    color: #f54d0e;
    margin-top: 5px;
    margin-bottom: 5px;
}

.Btns {
    height: 35px;
    line-height: 35px;
    width: 230px;
    font: normal 18px cairoregular;
    border: 2px solid black;
    background-color: #000000;
    color: white;
    border-radius: 1px;
    transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    cursor: pointer;
}

.Btns:hover
{    
    background-color:white; 
    color:#000000;   
}

.MedBtns {
    height: 35px;
    line-height: 16px;
    width: 230px;
    font: normal 15px cairoregular;
    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;
}

.MedBtns:hover {
    background-color:lightyellow;
    color: #000000;
}

.LnkBtns {
    height: 25px;
    font: normal 18px cairoregular;
    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;
}

.Links {
    font: normal 20px cairoregular;
}

.SmallBtns {
    height: 21px;
    padding-right: 3px;
    padding-left: 3px;
    font: bold 14px cairoregular;
    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;
}

.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:10000;
    top:0px;
    left:0px;
    transition:ease-in-out 0.3s;
    -webkit-transition:ease-in-out 0.3s;
}

.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;
}

.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;    
}

.MainMenuBtns {
    color: white;
    font: bold 20px cairoregular;
    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;
}

.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: cairoregular;
    font-size: 12pt;
    font-weight: bold;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: default;
}

.SearchLstItems_Highlight {
    color: white;
    background-color: royalblue;
    text-align: right;
    font-family: cairoregular;
    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:gray;
           font-size:16px;
       } 



/*------------------------------------------------------------------------------*/
        .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 cairoregular;
    text-decoration: underline;
    margin-right: auto;
    margin-left: auto;
}
                


        @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 cairoregular;
            }
        }
        /*------------------------------------------------------------------------------*/












        /*------------------------------------------------------------------------------*/
        .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: cairoregular;
    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;           
        }
       /*------------------------------------------------------------------------------*/