:root {
	--green1: #006268;
	--green2: #7ED956;
	--blue1: #154360;
	--blue2: #154360;
}

html, body {
    font-family: Segoe UI, Segoe UI Midlevel, sans-serif;
    background-color: #F8F9F9;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

#header {
	background-color: var(--green1);
    height:36px;
    color:white;
    font-size:20px;
}

#content {
    height: calc(100% - 36px - 25px);
    background-color:inherit  /* #ECF0F1*/;
    padding: 2px;
}

#footer {
	background-color: #EDEDED;
    height:25px;
	display: flex;
	align-items: center;
}

input[type="text"], input[type="password"], input[type="date"], input[type="number"], input[type="datetime-local"], select{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight:500;
}

input[type="date"] {
    padding:3px 3px 0px 3px;
}

input[type="datetime-local"] {
    padding:3px 3px 0px 3px;
}

input[type="number"] {
    padding: 3px 3px 2px 0px;
    text-align:right;
}

input[type="text"] {
    padding:3px 7px 2px 7px;
}

input[type="password"] {
    padding:3px 0px 2px 7px;
}

select {
    padding:2px 0px 1px 3px;
}

textarea {
    font-weight:500;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { 
    margin-right: 3px; 
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

button :hover {
    cursor: pointer;
}

a {
    color:inherit;
    text-decoration: none;
}

/*
input, {
    font-family: "Segoe UI";
    font-size:13px;
    border:1px solid #A9A9A9;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}*/
/*
input {
    padding:1px 4px;
}*/

button {
    font-family: "Segoe UI";
}

#dlgMessage {
    z-index:100;
    display:none;
    font-size:13px;
    padding:7px 25px;
    background-color:rgb(255,0,0);
    color:white;
    position:absolute;
    width:auto;
    bottom:25px;
    right:20px;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);    
}

#orange_line {
    background-color:#FCB913;
    height:4px;
}

.con_icon {
	padding-top:2px;
	float:left;
	width:auto;
	margin-right:3px;
}

.ui-dialog-title {
    color:whitesmoke;
    font-weight: normal;
    font-size: small;
    line-height:16px;
}

.dialogWithDropShadow {
    -webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.75);
    box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.75);
}

/* table data grid */
table.datagrid {
    display: table;
    width: 100%;
    /*border:1px solid #D7DBDD;*/
    border-bottom:1px solid #B3B6B7;
    
}
table.datagrid thead, table.datagrid tbody {
    float: left;
    width: 100%;
}
table.datagrid tbody {
    overflow-y:scroll;
}
table.datagrid tr {
    width: 100%;
    display: table;
    text-align: left;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
}

table.datagrid th {
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    padding: 4px 3px;
    color:#4D5656;
    background-color: #f4f4f4;
    font-weight: normal;
    border-bottom:2px solid #B3B6B7;
}

table.datagrid th.dgSpacer1 {
    padding: 4px 0px;
}

table.datagrid td {
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    padding: 4px 3px;
    border-bottom:1px solid #B3B6B7;
    font-weight:500;
    font-size:13px;
}
/* table data grid */

/* My Tab */
.tabs-menu  {
    padding-left:10px; 
    height:19px;
    font-size:13px; 
}

.tabs-menu div {
    float:left;
    width:auto;
    margin-right:3px;
}

.tabs-menu a {
    color:black;
    text-decoration: none;
    border:1px solid #C5C5C5;
    padding:2px 15px;
    background-color: #F6F6F6;
    z-index: 5;
}

.tabs-menu a.current {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}

.tab-content {
    background-color:white;
    border:1px solid #C5C5C5;
    padding:10px;
    display: none;
    /*height:200px;*/
}
#tab-1 {
    display: block;   
}
.clickablerow :hover{
    cursor: pointer;
}

/* My Tab2 */
.tabs-menu2  {
    padding-left:10px; 
    height:20px;   
}

.tabs-menu2 div {
    float:left;
    width:auto;
    margin-right:3px;
}

.tabs-menu2 a {
    color:black;
    text-decoration: none;
    border:1px solid #C5C5C5;
    padding:3px 15px;
    background-color: #F6F6F6;
    z-index: 5;
}

.tabs-menu2 a.current {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}

.tab-content2 {
    background-color:white;
    border:1px solid #C5C5C5;
    padding:10px;
    display: none;
    /*height:200px;*/
}

#tab-21 {
    display: block;   
}
/* Another Tab2 */

.txtStyledUnderline {
    /*padding: 2px 0px;*/
    border: none;
    border-bottom: solid 2px #c9c9c9;
    transition: border 0.3s;
    color:black;
}

.btnStyled3 {
    /*-webkit-border-radius: 2;*/
    /*-moz-border-radius: 2;*/
    /*border-radius: 0px;*/
    /*-webkit-box-shadow: 0px 0px 2px #666666;*/
    /*-moz-box-shadow: 0px 0px 2px #666666;*/
    /*box-shadow: 0px 0px 2px #666666;*/
    font-family: Arial;
    color: #000000;
    font-size: 18px;
    background: #f4f4f4;
    /*background: red;*/
    padding: 0px 1px;
    text-decoration: none;
    border:1px solid #f4f4f4;
}
.btnStyled3:hover {
  text-decoration: none;
  cursor: pointer;
}

.centered {
    text-align:center;
}

.lblitalics {
    font-style: italic;
    font-size: 12px;
}

.clickablerow :hover{
	cursor: pointer;
}
