﻿/* Bordered form */
html, body, form 
        {
            height: 1080px;
            width: 1040px;
            margin: 0px;
            padding:0px;
            overflow:visible;
            
        }
body {
   
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;              /* optional, center the image */
}
        
        
     #mainContent
        {
            height: 100%;
            width: 1040px;
            margin: 0px ;
            overflow: auto;
            overflow-y: scroll;
        }
        
.compositeSplitter
{
    margin: 0 auto;
}

 
.compositeSplitter .RadAjaxPanel
{
    margin: 0;
    height: 100%;
   width: 1040px;
}


.pane-text-content
{
    margin: 0;
    padding: 10px 20px;
    font: 12px/1.8 verdana, sans-serif;
}
  

.RadSplitter1
{
    height: 100%;
    width: 100%;
}

.MainForm
{
    height: 100%;
    width: 100%;
    border: 1px solid #ccc;
    text-align: center;
}


.BottomRightText
{

color: #000000;
letter-spacing: -1pt;
word-spacing: 2pt;
font-size: 11px;
text-align: right;
font-family: arial, helvetica, sans-serif;
line-height: 1;
position: absolute; 
bottom: 0; 
right: 0; 
width: 100%; 
text-align:right;
}

.BottomLeftText
{
color: #000000;
letter-spacing: -1pt;
word-spacing: 2pt;
font-size: 11px;
text-align: left;
font-family: arial, helvetica, sans-serif;
line-height: 1;
position: absolute; 
bottom: 0; 
right: 0; 
width: 100%; 
text-align:left;
}


#LoginForm
{
    position: relative;
	top: 10%;
	
    border: 0px solid #f1f1f1;
    height:400px;
    text-align:center;
    margin: auto;
    width:500px;
    padding: 10px;
}

/* Full-width inputs */
input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
#Button1 {
    background-color: #c91f28;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

/* Extra style for the cancel button (red) */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the avatar image inside this container */
.imgcontainer
{
	width:450px;
    text-align: center;
    margin: 24px 0 12px 0;
}

.avatar
{
	height:100px;
    text-align: center;
    margin: 24px 0 12px 0;
}

/* Center the avatar image inside this container */
.LiginDiv {
    text-align: center;
    
}

/* Avatar image */


/* Add padding to containers */
.container 
{
	/*width:450px;*/
    padding: 16px;
}

/* The "Forgot password" text */
span.psw {
    float: right;
    padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }
    .cancelbtn {
        width: 100%;
    }
    
}

.RightAlign{
    background-color: #4CAF50;
    float:right;
    text-align: right;
    float: right;
}

.icon-bar {
    width: 100%;
    text-align: center;
    background-color: #555;
    overflow: auto;
}

.icon-bar a {
    width: 20%;
    padding: 12px 0;
    float: left;
    transition: all 0.3s ease;
    color: white;
    font-size: 36px;
}

.icon-bar a:hover {
    background-color: #4CAF50;
}

.active {
    background-color: #4CAF50;
}



.Process  {
    background-color: blue;
}


.icon-bar-Small {
    width: 100%;
    text-align: center;
    background-color: #555;
    overflow: auto;
    
}



.icon-bar-Small a {
    width: 20%;
    padding: 5px 0;
    float: left;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.icon-bar-Small a:hover {
    background-color: #4CAF50;
}

.icon-bar-Small-bottom {
    width: 100%;
    text-align: center;
    background-color: #555;
    overflow: auto;
    
   
line-height: 1;
position: absolute; 
bottom: 0; 
right: 0; 


    
    
    
}

.icon-bar-Small-bottom a {
    width: 20%;
    padding: 5px 0;
    float: right;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}


  table.bottomBorder { 
    border-collapse: collapse; 
  }
  table.bottomBorder td, 
  table.bottomBorder th { 
    border-bottom: 1px solid yellowgreen; 
    padding: 10px; 
    text-align: left;
  }


.wtable {  text-align: left; width: 100%;  border-collapse: collapse;  height:1080px;  } 

.wtable TH {  background-color:Red; color:White;
               border-bottom: 1px solid yellowgreen; 
    padding: 2px; 
    text-align: left; } 
.wtable td {
    position: relative;
    padding: 2px 5px;
    max-width:100%;
    white-space:nowrap;
    overflow: auto;
	font-weight: bold;
	 border-bottom: 1px solid yellowgreen; 
     padding: 2px; 
    text-align: left;
}
.wtable .completetd  
{
	color: gray;
	font-weight: normal;
	font-style:oblique;
    background: transparent url('../images/linethrough.png') 0 50% repeat-x;
}
.wtable .complete .dow 
{
	background: blue;
	 white-space: nowrap ;
    background: transparent url('../images/linethrough.png') 0 50% repeat-x;
}

.wtable .dow 
{
	 text-align: center;
	font-size: 25px;
	background: blue;
	color: white;
	font-weight: bold;
	width:50px;
	 white-space: nowrap ;
}

.wtable  .Action 
{
	width:20px;
	 text-align: center;
	font-size: 15px;
	background: white;
	color: Gray;
	
}

	/*  Define the background color for all the ODD background rows  */
	.wtable tr:nth-child(odd){ 
		background: black;
		color: white;
		 white-space: nowrap ;
	}
	/*  Define the background color for all the EVEN background rows  */
	.wtable tr:nth-child(even){
		background: #161617;
		color: white;
		 white-space: nowrap ;
	}



.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

img {
  
  height: 20px;
  display: block;
}

#contain {
  height: 1080px;  
  overflow-y: scroll;  
}

.wtable span  {
  white-space: nowrap ;
}


/* Set a style for all buttons */
#ButtonSave {
    background-color: Blue;
    color: white;
    padding: 14px 10px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 40%;
}


/* Set a style for all buttons */
#OrderForm {
   text-align: left;
	    font-weight: bold;
	    font-size: 15px;
}




.wtableM {  text-align: left; width: 100%; font-size: 15px; border-collapse: collapse;   } 

.wtableM TH {  background-color:Red; color:White;
               border-bottom: 2px solid yellowgreen; 
    padding: 2px; 
    text-align: left; } 
.wtableM td {
    position: relative;
    padding: 2px 2px;
    max-width:100%;
    white-space:nowrap;
    overflow: auto;
	font-weight: bold;
	 border-bottom: 1px solid yellowgreen; 
     padding: 2px; 
    text-align: left;
}
.wtableM .completetd  
{
	color: gray;
	font-weight: normal;
	font-style:oblique;
    background: transparent url('../images/linethrough.png') 0 50% repeat-x;
}
.wtableM .complete .dow 
{
	background: white;
	 white-space: nowrap ;
    background: transparent url('../images/linethrough.png') 0 50% repeat-x;
}

.wtableM .dow 
{
	 text-align: center;
	font-size: 25px;
	background: white;
	color: white;
	font-weight: bold;
	width:150px;
	 white-space: nowrap ;
}

.wtableM  .Action 
{
	width:20px;
	 text-align: center;
	font-size: 15px;
	background: white;
	color: Gray;
	
}

	/*  Define the background color for all the ODD background rows  */
	.wtableM tr:nth-child(odd){ 
		background: black;
		color: white;
		 white-space: nowrap ;
	}
	/*  Define the background color for all the EVEN background rows  */
	.wtableM tr:nth-child(even){
		background: #161617;
		color: white;
		 white-space: nowrap ;
	}

