﻿@font-face {
    font-family: "Poppins-Regular";
    src: url("../fonts/poppins/Poppins-Regular.ttf");
}

@font-face {
    font-family: "Poppins-SemiBold";
    src: url("../fonts/poppins/Poppins-SemiBold.ttf");
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.FormBtn {
    width: 160px;
    height: 50px;
    display: inline-block;
    margin: 5px;
    text-align: center;
    font-family: "Poppins-Regular";
    font-size:15px;
    font-weight:normal;    
    color: white;
    background-color: #333333;
    line-height: 50px;
    border: none;
    cursor: pointer;
}
.FormBtn:hover {
    font-size: 16px;
    background-color: #111111;
}

.CenterWidth {
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
}

.ErrMsg {
    display:block;
    width:100%;
    float:left;
    text-align:left;
    font:normal 6px arial;
    color:red;
    box-sizing:border-box;
    padding-top:2px;padding-bottom:2px;
}

.ClearBMargin {
    margin-bottom: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;    
}

.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;
    /*box-shadow:0px 2px 5px dimgray; */
    z-index:10000;
    top:0px;
    left:0px;
    transition:ease-in-out 0.3s;
}

.MainMenuBtns {
    color: white;
    font: normal 20px arial;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    min-width: 100px;
    width: max-content;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    background-color:transparent;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.NoUnderLine {
    text-decoration:none;
}

.MainSubMenuBtns {
    min-width: 50px;
    font-size: 18px;
}

.MainMenuBtns:hover {
    text-decoration: underline
}

.NoUnderLine:hover {
    text-decoration: 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;           
}





/*------------------------------------------------------------------------------*/
        .PanSpaceClass {
            height:30px;
        }

        #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;                        
            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:40px; 
                text-align:left;
                padding-left:40px;             
            }*/

            

            #TopMenu {
                top:0px;
                overflow:hidden;               
                /*height:65px;*/
                /*box-shadow:0px 2px 5px dimgray;*/
            }

            #PanSpace {
                /*height:60px;*/
            }

            .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 arial;
            }
        }
        


       