
* {
  	box-sizing: border-box;
  	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  	font-size: 16px;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}


body {
  	background-color: #435165;
}
.login_img {
	background-color: #ffffff;
}

.login {
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 100px auto;
	  text-align: center;
}
.login h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.login form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.login form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: #3274d6;
  	color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.login form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
 	margin-top: 20px;
  	background-color: #3274d6;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}




.navtop {
	background-color:#2f3947;
	height: 60px;
	width: 100%;
	border: 0;
}
.navtop div {
	display: flex;
	margin: 0 auto;
	width: 1000px;
	height: 100%;
}
.navtop div h1, .navtop div a {
	display: inline-flex;
	align-items: center;
}
.navtop div h1 {
	flex: 1;
	font-size: 24px;
	padding: 0;
	margin: 0;
	color: #eaebed;
	font-weight: normal;
	
}
.navtop div a {
	padding: 0 20px;
	text-decoration: none;
	color: #c1c4c8;
	font-weight: bold;
}
.navtop div a i {
	padding: 2px 8px 0 0;
}
.navtop div a:hover {
	color: #eaebed;
}


body.loggedin {
	background-color: #f3f4f7;
}
.content {
	width: 1000px;
	margin: 0 auto;
}
.content h2 {
	margin: 0;
	padding: 25px 0;
	font-size: 22px;
	border-bottom: 1px solid #e0e0e3;
	color: #4a536e;
}
.content > p, .content > div {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	margin: 25px 0;
	padding: 25px;
	background-color: #fff;
}
.content > p table td, .content > div table td {
	padding: 5px;
}
.content > p table td:first-child, .content > div table td:first-child {
	font-weight: bold;
	color: #4a536e;
	padding-right: 15px;
}
.content > div p {
	padding: 5px;
	margin: 0 0 10px 0;
}

.profile_photo{
	max-width:100px;
	max-height:100px;
}

.error{
	color:red;
}







.lctButton {
    background-color: initial;
    background-image: linear-gradient(-180deg, #94a3b8, #2f3947);
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Inter,-apple-system,system-ui,Roboto,"Helvetica Neue",Arial,sans-serif;
    height: 40px;
    line-height: 40px;
    outline: 0;
    overflow: hidden;
    padding: 0 20px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: top;
    white-space: nowrap;
    width: 100%;
    z-index: 9;
    border: 0;
    transition: box-shadow .2s;
    }
    
    .lctButton:hover {
      box-shadow: rgb(92, 111, 138) 0 3px 8px;
    }



/* from links.css */
.menu_link{
    text-decoration: none;
    background-color: #2f3947;
    color: #ffffff;
    padding: 2px 6px 2px 6px;
	margin-left:1vw;
    border-radius: 10px;
    border:#ffffff;
    text-align: center;
    display: block;
	width:20vw;
    box-shadow: 2px 2px 10px 2px grey;
}

.linkBtn{
    display:inline-block;
    background-color:#2c3948;
    text-decoration:none;
    width:fit-content;
    color:#ffffff;
    text-align:center;
    padding-left: .5vw;;
    padding-right: .5vw;
    padding-top:.25vh;
    padding-bottom:.25vh;
    border: .15vw solid #ffffff;
    border-radius:10px;
    outline: .05vw solid black;
}

.menu_link:hover{
    background-color:#3274d6;
}

.widget_link,.widget_link:hover,a.widget_link:visited{
    color:#000000;
    text-decoration: none!important;
}


@media screen and (max-width: 600px) {
    .menu_link{
        /*font: bold 11px Arial;*/
        text-decoration: none;
        background-color: #2f3947;
        color: #ffffff;
        padding: 2px 6px 2px 6px;
        border-radius: 10px;
        border-color: #ffffff;
        text-align: center;
        display: block;
        box-shadow: 2px 2px 10px 2px grey;
		width:auto;
    }
}



/* from div_table_style */

            /* param tables */
            .param_table { 
                display: table; 
                border-collapse: separate;
                border-spacing: 10px;
            }
            .param_header { 
                display: table-cell; 
                font-weight: bold; 
                text-decoration:underline; 
                vertical-align: top;
            }
            .param_row { 
                display: table-row; 
            }
            .param_cell { 
                display: table-cell; 
                vertical-align: top;
            }
            .param_label{
                text-decoration:underline; 
                font-weight: bold;
                display: block;
                float: right;
            }

            /* search form tables */
            .search_table { 
                display: table; 
                border-collapse: separate;
                border-spacing: 10px;
              }
            .search_header { 
                display: table-cell;
                font-weight: bold; 
                text-decoration:underline; 
              }
            .search_row { 
                display: table-row; 
              }
            .search_cell { 
                display: table-cell; 
              }
            .search_label{
                text-decoration:underline; 
                font-weight: bold;
                display: block;
                float: right;
              }

            /* query results tables */
            .results_table { 
                display: table; 
                border-collapse: separate;
            }
            .results_header { 
                display: table-cell; 
                font-weight: bold; 
                text-decoration:underline; 
                background-color: silver;
                vertical-align: top;
                padding-left: 5px;
                padding-top:2px;
                padding-bottom:2px;
                padding-right: 5px;
            }
            .results_header_row { 
                display: table-row; 
                background-color: silver;
            }

            .results_row { 
                display: table-row;
            }

            .results_row1 { 
                display: table-row;
                background-color: white; 
            }
            .results_row2 { 
                display: table-row; 
                background-color: lightgray;
            }
            .results_cell { 
                display: table-cell; 
                vertical-align: top;
                padding-left: 5px;
                padding-top:2px;
                padding-bottom:2px;
                padding-right: 5px;
            }
            .results_label{
                text-decoration:underline; 
                font-weight: bold;
                display: block;
                float: right;
            }
            
            .results_group {
                    display: table-row-group; 
                }

            .results_caption {
                /*border:1px solid grey;*/ 
                caption-side: bottom; 
                display: table-caption; 
                text-align: left; 
            }


            /* query profile tables */
            .profile_table { 
                display: table; 
                border-collapse: separate;
            }
            .profile_header { 
                display: table-cell; 
                font-weight: bold; 
                text-decoration:underline; 
                background-color: silver;
                vertical-align: top;
                padding-left: 5px;
                padding-top:2px;
                padding-bottom:2px;
                padding-right: 5px;
            }
            .profile_header_row { 
                display: table-row; 
                background-color: silver;
            }

            .profile_row { 
                display: table-row;
            }

            .profile_row1 { 
                display: table-row;
                background-color: white; 
            }
            .profile_row2 { 
                display: table-row; 
                background-color: lightgray;
            }
            .profile_cell { 
                display: table-cell; 
                vertical-align: top;
                padding-left: 5px;
                padding-top:2px;
                padding-bottom:2px;
                padding-right: 5px;
            }
            .profile_label{
                text-decoration:underline; 
                font-weight: bold;
                display: block;
                float: right;
            }
            
            .profile_group {
                    display: table-row-group; 
                }

            .profile_caption {
                /*border:1px solid grey;*/ 
                caption-side: bottom; 
                display: table-caption; 
                text-align: left; 
            }


        /* standad div table */
        .table{ 
            display: table; 
            padding: 1vw;
            vertical-align: top;
        }
        .th { 
            display: table-cell; 
            font-weight: bold; 
            text-decoration:underline; 
            vertical-align: top;
        }
        .tr{ 
            display: table-row; 
            padding: 1vw;
            vertical-align: top;
        }
        .td{ 
            display: table-cell; 
            padding: 1vw;
            margin: 1vw;
            vertical-align: top;
        }

/* from pages/Dispatch.php */
/* div table */

	.menuTable{
		display:  table;
		width:auto;
	}

	.menuRow{
		display:table-row;
		width:auto;
		}

	.menuCell{
			float:left;/*fix for  buggy browsers*/
			display:table-column;
			width:25vw;
			/* width:22vw;*/
			/*margin-right: 4vw;*/
		}
	
/* small screen size */
@media only screen and (max-width: 600px) {		
		.menuTable{
			display:  table;
			width:auto;
		}

		.menuRow{
			display:table-row;
			width:auto;
			}

		.menuCell{
				float:left;/*fix for  buggy browsers*/
				display:table-column;
				width:auto;
				/* width:22vw;*/
				/*margin-right: 4vw;*/
			}
		}
        
        

        .ui-jqgrid .ui-jqgrid-titlebar {
            background: #2f3947;
            color: #ffffff;
            font-weight:bold;
            border-radius: 10px 10px 0px 0px;
            /*border-bottom:3px solid #fdb614;*/
        }      
        
        .ui-jqgrid{
            border-radius: 10px 10px 0px 0px;
        } 
        
        #phpGrid_div{
          padding-top:2vh;
        }

        .ui-jqgrid .ui-jqgrid-toppager {
            background: silver;
            border-bottom: .1vh solid gray;
        }

        .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr, .ui-th-ltr {
            background: lightgray;
        }

        .ui-jqgrid .ui-jqgrid-toppager .ui-pg-button {
            cursor: pointer;
            
        }

        .ui-jqgrid .ui-jqgrid-hdiv {
            background: lightgray;
        }        

        .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
            background: lightgray;
        }        

        #page_container{
            margin-left:.5vw;
            margin-right:.5vw;
        }        


        






