﻿@charset "UTF-8";
/* CSS Document */


@import url(https://fonts.googleapis.com/css?family=Codystar);

@media screen and (min-width: 900px) {

    #Main{ 
	width:700px;
    display:block;
    float:left;
      
    }

    #MainDiv {
        width: 700px;
        min-height: 300px;
        border: none;
    }

    #notifications {
        display: block;
        /*width: 300px;*/
        float: left;
        margin-left:5px;
        
    }  
    #reportDiv{
        width:1100px;
        min-height:300px;
    }
    }


@media screen and (max-width: 900px) {
    #Main {
        width: 100%;
        display: block;
    }


    #MainDiv {
        width: 100%;
        border: none;
    }

    #notifications {
        margin: 0px 0px;
        display:inline-block;
        /*clear:both;*/
    }
    #reportDiv {
        width: 100%;
        min-height: 300px;
    }
    }


#Main {
    margin-left:15px;
    margin-bottom:25px;
        
}

#MainDiv {
    padding: 5px;
    /*height: 400px;*/
    margin: 0px auto;
    border:none;
}

#notifications {
    /*width: 300px;*/
    padding: 0px 0px 0px 0px;
    margin-bottom:25px;
    font-size: 12px;
    border:1px solid ;
}

#footer{
    margin-top:10px;
    
}

.left {
    text-align:left;
    margin-left:25px;
}

.right {
    text-align:right;
    margin-right:25px;
}

.filter {
    margin-top: 40px;
    width:300px;
    float: left;
    display:flex;
}



body{
	margin:0;
	padding:0;
}

h2 {
    margin:0px;
    padding:2px;
    background: #7abcff; /* Old browsers */
    background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
    color:#000; 
    font-size:18px;
    
    }

.navbar{
	height:40px;
	width:100%;
	margin-top:25px;
	margin-bottom:5px;
	display:inline-block;

    background: #7abcff; /* Old browsers */
background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* IE10+ */
background: linear-gradient(to bottom, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
}

#logo{
	margin-left:20px;
	height:64px;
	width:122px;
	position:relative;
	top:-40%;
	border:1px solid #999;
	box-shadow: 5px 5px 5px #666666;
	float:left;
}

#heading{
	height:100%;
	float:right;
	margin:15px 25px 25px 25px;
	font:'Codystar',Arial; 
	font:bold 18px;
	color:#FFF;
}

.Bold {font-family:arial, helvetica; font-size:14px; font-weight:bold;
       padding:5px;
       margin:0px 0px;
       /* width:390px;*/
       text-align:center;
       /* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #00A3EF 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #00A3EF 100%);
/* Opera */ 
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #00A3EF 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #00A3EF));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #00A3EF 100%);
/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #FFFFFF 0%, #00A3EF 100%);
}



.items{
  height:143px;
  width:120px;
  margin:7px;
  float:left;
  display:inline-block;
  border:2px solid #333;
  border-radius:5px;
  box-shadow: 5px 5px 5px #666666; 
}

.items:hover{
	border:2px solid #FC0;
	
}

.itemsImage
{
margin:3px auto;
height:97px;
width:94px;
}

.title {
    color: #FFF;
    text-transform: uppercase;
    text-align:center;
    font-weight: bold;
    font-size: 16px;
    height: 34px;
    padding: 3px 0px 3px 0px;
    background: #7abcff; /* Old browsers */
    background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
}




.noti{
	margin:10px 0px auto;
    height:300px;
    width:200px;
    overflow:scroll;
}

.center {
    text-align:center;
    border-radius:10px; 

}
.errorMessage {
    margin-top:10px;
    color:red;
    font:bold;
}

.successMessage {
    margin-top: 10px;
    color:green;
    font: bold;
}

.back {
    padding-left:10px;
    font:22px bold;
}

.clearBoth {
    clear:both;
 }

footer{
	width:100%;
    clear:both;
	background-color:#e5f9fc;
    text-align:center;
    font:bold;
    margin-top:20px;	
}

.results {
    min-height:300px;
    max-height:600px;
    overflow:scroll ;
}

/*for forms*/

.FormTable {
	margin:0px;
    margin-bottom:15px;
    padding:0px;
	/*box-shadow: 5px 5px 5px #888888;*/
	/*border:1px solid #000000;*/
	
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;

}.FormTable table{
    border-collapse: collapse;
	border:1px solid #000;
    border-spacing: 0;
	margin:0px;padding:0px;
    background:#000000;
}
 .FormTable tr:last-child td:last-child {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.FormTable table tr:first-child td:first-child {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;


}
.FormTable table tr:first-child td:last-child {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}.FormTable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}.FormTable tr:hover td{
	
}
.FormTable tr:nth-child(odd){ background-color:#d5f2f8; }
.FormTable tr:nth-child(even)    { background-color:#e5f9fc; }.CSSTable td{
	vertical-align:middle;	
	border:1px solid #005fbf;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:5px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}.FormTable tr:last-child td{
	border-width:0px 1px 0px 0px;
}.FormTable tr td:last-child{
	border-width:0px 0px 1px 0px;
}.FormTable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.FormTable tr:first-child td {
    background: #7abcff;    
    border: 0px;
    padding:5px;
    text-align: center;
    border-width: 0px 0px 1px 1px;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    color:black;
    
}
/*.FormTable tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #005fbf 5%, #005fbf 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #005fbf) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #005fbf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#005fbf");	
    background: -o-linear-gradient(top,#005fbf,005fbf);
    background-color:#005fbf;
}*/
.FormTable tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.FormTable tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}



.FormTable input[type=submit] {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 9;
    -moz-border-radius: 9;
    border-radius: 9px;
    font-family: Arial;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}

    .FormTable input[type=submit]:hover {
        background: #3cb0fd;
        background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
        background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
        text-decoration: none;
    }
    /*----------------CSS Table ---------------------*/
    .CSSTable {
        margin: 0px;
        padding: 0px;
        width: 100%;
        box-shadow: 10px 10px 5px #888888;
        border: 1px solid #000000;
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
    }.CSSTable table{
    border-collapse: collapse;
	border:1px solid #000;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTable caption{
	font-size:16px;
	font-weight:bold;
}.CSSTable tr:last-child td:last-child {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.CSSTable table tr:first-child td:first-child {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.CSSTable table tr:first-child td:last-child {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}.CSSTable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}.CSSTable tr:hover td{
     background:#FFF;
     font-weight:bold;
	
}
.CSSTable tr:nth-child(odd){ background-color:#f1f9fb;  }
.CSSTable tr:nth-child(even)    { background-color:#edfafc;}.CSSTable td{
	vertical-align:middle;	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:3px;
	font-size:13px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.CSSTable tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTable tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTable tr:first-child td{
		background:-o-linear-gradient(bottom, #005fbf 5%, #005fbf 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #005fbf) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #005fbf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#005fbf");	background: -o-linear-gradient(top,#005fbf,005fbf);
	background-color:#005fbf;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.CSSTable tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #005fbf 5%, #005fbf 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #005fbf) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #005fbf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#005fbf");	background: -o-linear-gradient(top,#005fbf,005fbf);

	background-color:#005fbf;
}
.CSSTable tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTable tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}