﻿#PageTitle, #CPHMain_PageTitle {
    display: inline-block;
    float: left;
    width: 99%;
    height: 40px;
    line-height: 45px;
    text-align: left;
    padding-left: 8px;
    vertical-align: middle;
    background-color: #3794CE;
    box-sizing: border-box;
    font-weight: normal;
}


.CellBorder {
    border: 1px solid #dddddd;
    box-sizing: border-box;
}

.GrdPagesBtns {
    display: inline-block;
    text-align: center;
    width: fit-content();
    min-width: 26px;
    height: 26px;
    line-height: 26px;
    border: 1px solid silver;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-left: 5px;
    padding-right: 7px;
    cursor: pointer;
    margin-right: 2px;
    color: black;
    margin-bottom: 0px;
}




.GridHeaderCell {
    /*display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;*/
    /*text-wrap: normal;*/
    word-break: break-word;
    /*text-align: center;
    float:left;*/
    height: 100%;
    box-sizing: border-box;
    background-color: #D8EDF3;
    font: normal 16px arial;
    color: white;
    border: 1px solid #cccccc;
    overflow: hidden;
    /*border-radius: 5px;*/
    background-color: #3794CE;
    /*background-image: linear-gradient(to bottom, #3794CE, #02679e );*/
    /*#D8EDF3 #02679e #3794CE*/
}

    .GridPagesStyle {
        background-color: #eaeaea;
        font: bold 14pt arial;
        text-decoration: none;
        border: none;
    }

    .GridPagesStyle a {
        font-size: 12pt;
        text-decoration: none;
    }

        .GridPagesStyle a:hover {
            text-decoration: underline;
        }

    .GridPagesStyle span {
        text-align: center;
        display: inline-block;
        width: fit-content();
        border: 1px solid silver;
        border-radius: 4px;
        box-sizing: border-box;
        background-color: white;
        padding-left: 5px;
        padding-right: 5px;
    }

    .GridPagesStyle td {
        padding-left: 4px;
        padding-right: 4px;
    }

.GridRowStyle {
    border: 1px solid #6D92A8;
}

.WM {
    box-sizing:border-box;
}

.CenterWidth {
    margin-left:auto;
    margin-right:auto;
    left:0px;
    right:0px;    
}

.Combos {
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0px;
    outline: none;
    background-position: right center;
    background-image: url(Arrow.png);
    padding-right: 0px;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    overflow: hidden;
    background-repeat: no-repeat;
    text-indent: 0.01px; /*In Firefox*/
    text-overflow: ''; /*In Firefox*/
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    height: 32px;
    box-sizing: border-box;    
}

.Trnsp {
    background-color: transparent !important;
}

.TextBoxs {
    margin-top: 3px;
    border-radius: 3px;
    font-weight: bold;
    font-family: Arial;
    color: black;
    background-color: white;
    height: 29px;
    font-size: 18px;
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0px;
    outline: none;
    box-sizing: border-box;
}

    .TextBoxs:focus, .Combos:focus {
        border-color: blue;
    }

.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;
    box-sizing:border-box;
}

.SmlHeader 
{
    font:normal 17px arial;    
    color:dimgray;   
    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: 40px;
    line-height: 40px;
    width:max-content;
    min-width: 130px;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    font: normal 18px arial;
    border: 1px solid darkgreen;
    background-color: #3794CE;
    color: white;
    border-radius: 2px;
    transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    cursor: pointer;
}

    .Btns:hover {
        background-color:#02679e;
    }

.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: #02679e;
    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;
    box-sizing:border-box;
}

.MainMenu2
{
    display:inline-block;
    background-color:#4285F4;   
    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;     
    box-sizing:border-box;
}

.MainMenuBtns {
    color: white;
    font: normal 20px arial;
    line-height: 35px;
    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: #02679e;
    /*border-right: 1px solid #3794CE;
    border-top: 1px solid #3794CE;*/
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.MainSubMenuBtns {
    min-width:50px;
    font-size:18px;
}

.MainMenuBtns:hover
{    
    text-decoration:underline 
}

#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: #02679e;
    /*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;
}


.file-upload {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #124d77;
    background: black;
    color: white;
    border-radius: 50px;
    cursor: pointer;
    width: 90px;
    height: 22px;
    line-height: 22px;
    font: normal 13pt arial;
    float: left;
}

.file-upload:hover {
    background-color: white;
    color: black;
}


/*------------------------------------------------------------------------------*/
        .PanSpaceClass {
            height:80px;
        }

        #CmdMob, #CmdTab {                  
            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: 15.6in) {
            #TopMenu {                
                height:35px;
                line-height:35px;
                max-height:35px;                          
            }

            #PanSpace {
                height:30px;
            }
        }

        @media screen and (max-width: 7in) {

        }

        @media screen and (max-width: 15.5in) {
            #CmdMob, #CmdTab {
                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;
            }
        }



        


       