﻿.WM {
    box-sizing:border-box;
}

.CenterWidth {
    margin-left:auto;
    margin-right:auto;
    left:0px;
    right:0px;    
}

.TextBoxs
{
    border-radius:3px;
    font-size:18px;
    font-weight:bold;
    font-family:Arial;
    color:black;  
    background-color:white;    
}

.SmallTextBoxs
{
    border:solid 1px dimgray;
    border-radius:3px;
    font-size:14px;
    font-weight:normal;
    font-family:Arial;
    color:black;  
    background-color:white;    
}

.BigTextBoxs
{   
    font-size:18px;  
    font:normal 16pt Arial;
    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;
}

.BigHeader 
{
    font:bold 40px arial;
    color:black;
}

.MedHeader 
{
    font:bold 27px arial;
    color:black;
}

.SmlHeader 
{
    font:normal 20px arial;    
    color:black;   
    padding-top:2px;
    padding-bottom:2px;        
}

.Labels
{
    font-size:18px;
    font-weight:bold;   
    font-family:Arial Narrow;
    color:#111111;
    margin-bottom:5px;
}

.Labels2
{
    font-size:22px;
    font-weight:bold;   
    font-family:Arial Narrow;
    color:#f54d0e;
    margin-top:5px;
    margin-bottom:5px;
}

.Btns
{
    height:35px;
    width:230px;
    font:bold 20px arial;
    border:1px solid darkgreen;
    background-color:#4285F4;
    color:white;
    border-radius:3px;
    transition:ease-in-out 0.3s;
    -webkit-transition:ease-in-out 0.3s;
    cursor:pointer;
}

.Btns:hover
{    
    background-color:#2271F2;    
}

.Btns2
{
    height:100%;
    font:bold 20px arial;
    border:1px solid darkgreen;
    background-color:#4285F4;
    color:white;    
    transition:ease-in-out 0.3s;
    -webkit-transition:ease-in-out 0.3s;
    cursor:pointer;
    box-sizing:border-box;
}

.Btns2:hover
{    
    background-color:#2271F2;    
}

.LnkBtns
{
    height:25px;    
    font:normal 18px arial;
    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 arial;
}

.SmallBtns
{
    height:21px;
    padding-right:3px;
    padding-left:3px;
    font:bold 14px arial;
    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;
}


.MainMenu
{
    background-color:#000000;
    width:100%;
    min-width:350px;
    min-height:35px;    
    line-height:35px;  
    height:35px;
    position:fixed;
    overflow:hidden;
    /*box-shadow:0px 2px 5px dimgray; */
    z-index:100000;
    top:0px;
    left:0px;
    transition:ease-in-out 0.3s;
}

.MainMenu2
{
    display:inline-block;
    background-color:#000000;   
    min-height:35px;    
    line-height:35px;  
    height:35px;
    position:fixed;
    overflow:hidden;
    float:right;
    /*box-shadow:0px 2px 5px dimgray; */
    z-index:100001;
    top:0px;
    right:0px;
    transition:ease-in-out 0.3s;  
}

.MainMenuBtns {
    color:white;
    font:bold 20px arial;
    line-height:35px;
    text-align:left;    
    cursor:pointer;  
    min-width:100px; 
    width:150px; 
    padding-left:5px;
    padding-right:5px;     
    box-sizing:border-box;  
    display:inline-block;   
}

.MainMenuBtns:hover
{
    background-color:darkgray; 
    color:#ffffff;   
}

#CmdDummy {
    display:none;
}

#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:left;
   font-family:Arial;
   font-size:12pt;
   font-weight:bold;           
   padding-left:5px;
   padding-top:2px;
   padding-bottom:2px;
   cursor:default;           
}

.SearchLstItems_Highlight 
{   
   color:white;
   background-color:royalblue;       
   text-align:left;
   font-family:Arial;
   font-size:12pt;
   font-weight:bold;           
   padding-left:5px;
   padding-top:2px;
   padding-bottom:2px;
   cursor:pointer;           
}


.SubMnus {
    position:fixed;
    z-index:2000000;
    background-color:#111111;
    border:1px solid dimgray;
    box-shadow:0px 0px 5px dimgray;
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
    box-sizing:border-box;
    opacity:1;
}
.SubMnusItem {
    display:inline-block;
    width:100%;
    color:white;
    font:16px arial;
    font-weight:bold;
    cursor:pointer; 
    height:25px; 
    line-height:24px;  
}

.SubMnusItem:hover {
    color:yellow;
}
/*------------------------------------------------------------------------------*/
        .PanSpaceClass {
            height:30px;
        }

        #CmdMob {                  
            display:none;
            cursor:pointer;
            transition:ease-in-out 0.3s;
            z-index:200000;
            position:absolute;
            left:3px;
            top:5px;
        }

        #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;
            margin-right:auto;
            margin-left:auto;                        
        }


        

        @media screen and (min-width: 7.1in) {
            #TopMenu {                
                height:35px;
                line-height:35px;
                max-height:35px;                          
            }

            #PanSpace {
                height:30px;
            }
        }

        @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:35px; 
                text-align:left;
                padding-left:40px;               
            }

            #TopMenu {
                top:0px;
                overflow:hidden;                        
                /*height:65px;*/
                /*box-shadow:0px 2px 5px dimgray;*/
            }

            #CmdDummy {
                display:inline-block;
            }

            #PanSpace {
                height:60px;
            }

            .PanUserPart {                
                float:none;
                text-align:center;
                line-height:25px;
                height:50px;
            }

            .PanUserPart2 {
                line-height:50px;
            }
        }



        


       