﻿/* DEFAULTS
----------------------------------------------------------*/


body   
{
   
     background: #FFFFFF;
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 100%;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    width: 100%;
    top: 0px;
    left: 0px;
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
   
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer1
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.footer
{
    word-break: break-word;
    white-space: normal;
    max-width: 100%;
    background-color: #e6f4ea; /* Soft mint green */
    color: #2e5939; /* Forest green text */
    box-shadow: 0 -1px 3px rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
    
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px dotted #ccc;
}

fieldset1
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 1px 12px 1px 3px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 0px 1px 1px 1px;
    height: auto;
}
input.textPasswordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}
.loginDisplay a:visited
{
    color: white;
}
.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}
.bold
{
    font-weight: bold;
}
.submitButton
{
    text-align: right;
    padding-right: 10px;
}
.vertical-menu {
  width: 200px; /* Set a width if you like */
}

.vertical-menu a {
  background-color: #eee; /* Grey background color */
  color: black; /* Black text color */
  display: block; /* Make the links appear below each other */
  padding: 12px; /* Add some padding */
  text-decoration: none; /* Remove underline from links */
}

.vertical-menu a:hover {
  background-color: #ccc; /* Dark grey background on mouse-over */
}

.vertical-menu a.active {
  background-color: #04AA6D; /* Add a green color to the "active/current" link */
  color: white;
}


   nlist
{
  
    width:250px;
    color: #fff;
    background-color: #6699FF;
    border: 2px solid #7d6754;
    padding: 10px;
}
     

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}


input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

.txtboxAvg
{
    width: 150px;
    border: 1px solid #ccc;
    position: absolute;
}

.txtboxSmall
{
    width:150px;
    border: 1px solid #ccc;    
    position:absolute;
}


.textRemark
{
    width: 100%;
    padding: 0 10px;
    border: 1;
}

.textBox
{
    padding: 0 3px;
    border: 1px solid #0066FF;    
      width: 100%;
}  

 
 
.label{
display : inline;
display : block;
text-align: right;
margin-bottom: 0px;
}

 
.output[type=text], select, textarea {
  padding: 12px;
  border: 1px solid #0066FF;
  border-radius: 4px;
  resize: vertical;
}


.myListBox
{
    background-color: #FFF;
    color: #000;
    font-weight: normal;
    border: 1px solid #ccc;
    margin: 5px 0 0 0;
    padding: 5px;
    font-style: normal;
    font-variant: normal;
    font-size: 12px;
    line-height: 18px;
    font-family: "Open Sans", sans-serif;
}



.ddlBox1
{
    width: 100%;
    background-color: #FFF;
    color: #000;
    font-weight: normal;
    border: 1px solid #ccc;
    margin: 1px 0 0 0;
    padding: 1px;
    font-style: normal;
    font-variant: normal;
    font-size: 12px;
    line-height: 18px;
    font-family: "Open Sans" , sans-serif;
    border: 1px solid #0066FF;  
}
    
    

 .ddl
{
    width: 100%;
    border: 1px solid #0066FF;
    padding: 0 3px;
    word-wrap: break-word;
    border-radius: 5px;
    padding: 3px;
    -webkit-appearance: none;
    background-image: none;
    background-repeat: no-repeat;
    text-indent: 0.01px; /*In Firefox*/
    text-overflow: ''; /*In Firefox*/
}
       
.ddl1
{
    width: 100%;
    height: 100%;
    padding: 0 3px;
    border: 1px solid #0066FF;
}  
 
 
 .ddlSearchSection
{
   font-family: Segoe UI Semibold;
    font-size: 12px;
    color: #000;
    /*width: 215px;*/
    width: 90%;
    height: 25px;
    border: 1px solid #D1D1D1;
    outline: 0px;
    padding-left: 5px;
}            
.ddlSelectSection
{    
    width: 100%;
    height: 30px;
    margin-bottom: 0px;
}

 .mydropdownlist
{
    color: #fff !important;
    font-size: 20px !important;
    padding: 5px 10px !important;
    background-color: #0099FF;
    font-weight: bold !important;
}
    
 .myTextArea
{
    width: 100%;
    margin: 0px;
    border: 1px solid #0066FF;
    padding: 0px;
    min-height: 300px;
    min-height: 100%;
    max-height: 400px;
}



.info,
.success,
.warning,
.error,
.validation {
	border: 1px solid;
	margin: 10px auto;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	max-width: 460px;
}
.error
{
    color: #FFFFFF;
    background-color: #FF0066;
    background-image: url('../images/err.png');
}

.validation {
	color: #D63301;
	background-color: #FFCCBA;
	background-image: url('../images/validation.png');
}

.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/warning.png');
}

.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/info.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../images/success.png');
}

.smallButton
{
width: 100%; 
background-color: #4CAF50; /* Green */
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display:block;
font-size: 16px;
}


.text-search
{
    height: 24px;
    font-family: "Helvetica Neue" ,helvetica,sans-serif;
    font-weight: normal;
    color: rgb(0, 143, 213);
    font-size: 16px;
    padding: 0px 10px;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 2px rgb(81, 184, 228) inset;
    border: 1px solid rgb(22, 71, 88);
}

.button-search {
cursor: pointer;
height: 24px;
font-family: "Helvetica Neue",helvetica,sans-serif;
font-weight: bold;
color: white;
font-size: 16px;
padding: 0px 24px;
border-radius: 4px;
background-color: rgb(0, 143, 213);
box-shadow: 0px 1px 2px rgb(81, 184, 228) inset;
text-shadow: 0px 1px 1px rgb(1, 72, 117);
border: 1px solid rgb(22, 71, 88);
}

.button-search:hover {
color: yellow;
}

 

.blockButton {
  display: block;
  width: 100%;
  border: none;
  background-color: #04AA6D;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}

/* Set a style for all buttons */

.button
{
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 3px 6px 3px 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 2px 1px 2px 1px;
    cursor: pointer;
}

 .button:hover
{
    box-shadow: 0 4px 6px 0 rgba(0,0,0,0.17),0 6px 8px 0 rgba(0,0,0,0.18);
    background-color: #9999FF;
}
 
.btn3 {
    background-color: #666699; /* Green */
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    transition-duration: 0.4s;
    border: none;
 }


 
.button1 {background-color: #4CAF50;} /* Green */
.button2 {background-color: #008CBA;} /* Blue */
.button3 {background-color: #f44336;} /* Red */
.button4 {background-color: #e7e7e7; color: black;} /* Gray */
.button5 {background-color: #555555;} /* Black */


.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
/* Add a hover effect for buttons */
button:hover {
  opacity: 0.8;
}
 
 .buttonDisable
{
    background-color: #CCCCCC;  
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

/* Set a style for all buttons */
.btnSearchCSS
{
     width: 100%;
    background-color: #2196F3; /* Green */
    border: none;
    color: white;
    padding: 7px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

/* Add a hover effect for buttons */
btnSearchCSS:hover {
  opacity: 0.8;
}

.searchButton
{
    width: 98%;
    height: 98%;
    padding: 1 1px;
    border: 1px solid #0066FF;
    float: left;
    background: #2196F3;
    color: white;
    font-size: medium;
    border-left: none; /* Prevent double borders */
    cursor: pointer;
}

.closebutton
{
    width: 98%;
    height: 98%;
    padding: 1 1px;
    border: 1px solid #0066FF;
    float: left;
    background: #FF3300;
    color: white;
    font-size: medium;
    border-left: none; /* Prevent double borders */
    cursor: pointer;
}
 
.searchButton1
{
    width: 98%;
    height: 98%;
    padding: 1 1px;
    border: 1px solid #0066FF;
    float: left;
    background: #FFCC66;
    color: white;
    font-size: medium;
    border-left: none; /* Prevent double borders */
    cursor: pointer;
  
}
 
button:disabled,
button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}


            
.w3-teal, .w3-hover-teal:hover
{
    color: #fff !important;
    background-color: #009688 !important;
}

.Error
{
    color: #FF0000;
}
    .text-search {
    height: 24px;
    font-family: "Helvetica Neue",helvetica,sans-serif;
    font-weight: normal;
    color: rgb(0, 143, 213);
    font-size: 16px;
    padding: 0px 10px;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 2px rgb(81, 184, 228) inset;
    border: 1px solid rgb(22, 71, 88);
    }

    .button-search {
    cursor: pointer;
    height: 24px;
    font-family: "Helvetica Neue",helvetica,sans-serif;
    font-weight: bold;
    color: white;
    font-size: 16px;
    padding: 0px 24px;
    border-radius: 4px;
    background-color: rgb(0, 143, 213);
    box-shadow: 0px 1px 2px rgb(81, 184, 228) inset;
    text-shadow: 0px 1px 1px rgb(1, 72, 117);
    border: 1px solid rgb(22, 71, 88);
    }

    .button-search:hover {
    color: yellow;
    }
    
.buttonEdit
{
    cursor: pointer;
    font-family: "Helvetica Neue" ,helvetica,sans-serif;
    font-weight: bold;
    color: white;
    font-size: 16px;
    padding: 0px 4px;
    background-color: rgb(0, 143, 213);
    border: 1px solid rgb(22, 71, 88);
    border-radius: 4px;
}
     .buttonEdit:hover {
    color: yellow;
    }
    
      .Gridview
    {
    font-family:Verdana;
    font-size:10pt;
    font-weight:normal;
    color:black;
    }
    
    
.previous {
background-color: #f1f1f1;
color: black;
}

.next {
background-color: #04AA6D;
color: white;
}
 
 .disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
 .reportbutton 
 {
     background-color: #008CBA;
  width: 150px;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

 
 .download-link {
    color: #007bff; /* Set link text color to a shade of blue */
    text-decoration: none; /* Remove underline */
    font-weight: bold; /* Make text bold */
}
.download-link:hover {
    color: #0056b3; /* Change link color when hovered */
}

  #clock
{
    font-size: 175px;
    width: 900px;
    margin: 100px;
    text-align: center;
    border: 2px solid black;
}

.gridview-container {
    max-width: 100%;
    overflow-x: auto;
}

.listboxtext
{
    font-family: "Helvetica Neue" ,helvetica,sans-serif;
    font-weight: normal;
     color: rgb(0, 143, 213);
    font-size: X-Large;
    padding: 0px 10px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(22, 71, 88);
}



/* Apply styles to the ListBox */
.listBoxStyle
{
    width: 150px; /* Set the width of the ListBox */
    height: 200px; /* Set the height of the ListBox */
    border: 1px solid #ccc; /* Set border color and thickness */
    overflow-y: auto; /* Enable vertical scrollbar when content overflows */
    padding: 5px; /* Add padding inside the ListBox */
    font-family: Arial, sans-serif; /* Set font family */
    font-size: large; /* Set font size */
    color: rgb(0, 143, 213); /* Set text color for items */
    border: 1px solid rgb(22, 71, 88);
}

/* Apply styles to individual items in the ListBox */
.listBoxStyle option
{
    background-color: #f2f2f2; /* Set background color for items */
    color: rgb(0, 143, 213); /* Set text color for items */
    padding: 8px; /* Add padding inside each item */
    border: none; /* Remove border for items */
}

/* Apply styles to selected items in the ListBox */
.listBoxStyle option:checked {
    background-color: #007bff; /* Set background color for selected items */
    color: #fff; /* Set text color for selected items */
}

.skip-link {
  position: absolute;
  top: -9999px;
  left: -9999px;
}