﻿/*body {
	background: #eee !important;	
}*/

.wrapper {	
	margin-top: 80px;
  margin-bottom: 80px;
}

.form-signin {
    max-width: 380px;
    padding: 15px 35px 45px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    text-align:center;
}
  .form-signin-heading,
	.checkbox {
	  margin-bottom: 30px;
	}

	.checkbox {
	  font-weight: normal;
	}

	.form-control {
	  position: relative;
	  font-size: 16px;
	  height: auto;
	  padding: 10px;
		@include box-sizing(border-box);

		&:focus {
		  z-index: 2;
		}
	}

	input[type="text"] {
	  margin-bottom: -1px;
	  border-bottom-left-radius: 0;
	  border-bottom-right-radius: 0;
	}

	/*input[type="password"] {
	  margin-bottom: 20px;
	  border-top-left-radius: 0;
	  border-top-right-radius: 0;
	}*/

  /*.customform-control {
 display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;

  vertical-align: middle;

  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}*/


  .customform-control {
  width: 500px;
  height: 35px;
  padding: 7px 18px;
  font-size: 14px;
  line-height: 33px;
  color:white;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
    
  vertical-align: middle;

   border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.data3Table table { border-collapse: collapse; text-align: center; width: 33%; margin-left: auto; margin-right: auto;} 
.data3Table table td, .data3Table table th { padding: 0px 0px; padding-top:0px; text-align: center;}
.data3Table table tbody td { font-size: 12px;font-weight: bold; }
.data3Table table tbody tr:last-child td { border: thin;color: black;font-size: 12px;font-weight:bold;  border-style:solid;}

#divShadow
{
    background-image: url(Images/bgShadow.jpg);
    MARGIN: 0px auto;
    WIDTH: auto;
    BACKGROUND-REPEAT: repeat-y
        
}

.textbtyfy div { 
    width: auto;
    height: 65px;
    /*line-height: 60px;*/
    font-family: "Century Gothic", "Helvetica", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin-left: 30px; 
}

.text3btyfy div { 
    width: auto;
    height: 25px;
    /*line-height: 60px;*/
    font-family: "Century Gothic", "Helvetica", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin-left: 30px; 
}

.text3btyfy1 { 
    color: #333;
    background-color: #fff;
    text-shadow: 0px 1px 0px rgba(255,255,255,.5); /* 50% white from bottom */
}

.textbtyfy1 { 
    color: #333;
    background-color: #fff;
    text-shadow: 0px 1px 0px rgba(255,255,255,.5); /* 50% white from bottom */
}


.WebGridGenerator {
	/*margin:0px;padding:0px;*/
    margin-left: auto; margin-right: auto;
	width:100%;
	box-shadow: 0px 0px 0px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.WebGridGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:20%;
	margin:0px;padding:0px;
}.WebGridGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.WebGridGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.WebGridGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;

}.WebGridGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}
 
 .WebGridGenerator tr:hover td{
	
}


.WebGridGenerator td{
	vertical-align:middle;
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align: center;
	padding:2px;
	font-size:x-small;
	font-family:Verdana;
	font-weight:normal;
	/*color:#000000;*/
}

    .WebGridGenerator th {
        vertical-align: middle;
        border: 1px solid #000000;
        border-width: 0px 1px 1px 0px;
        text-align: center;
        padding: 3px;
        font-size: 10px;
        font-family: Verdana;
        font-weight: normal;
        color: #fff;
    }


.WebGridGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.WebGridGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.WebGridGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}

 .WebGridGenerator a { color:#fff; font-weight:bold; }

    .WebGridGenerator tr:first-child th {
            background-color: #489ae9;
	    border:0px solid #000000;
	    text-align:center;
	    border-width:0px 0px 1px 1px;
	    font-size:14px;
	    font-family:Arial;
	    font-weight:bold;
        color:#fff;
    }

.WebGridGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.WebGridGenerator tr:first-child td:last-child{
	border-width:0px 1px 1px 0px;
}
.WebGridGenerator tr:nth-child(odd){ background-color:#ececec ; }
.WebGridGenerator tr:nth-child(even)    { background-color:#ffffff; }

.FixedHeader {
            position: absolute;
            font-weight: bold;
}  

.dropdown-width {   
    width: 600px !important;
}

.label {
    padding: 1px 3px 2px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
    background-color: #bfbfbf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.label.important {
    background-color: #c43c35;
}
.label.warning {
    background-color: #f89406;
}
.label.success {
    background-color: #46a546;
}
.label.notice {
    background-color: #62cffc;
}



.WebGridGeneratorEvalSum {
	/*margin:0px;padding:0px;*/
    /*margin-left: auto; margin-right: auto;*/
	width:100%;
	box-shadow: 0px 0px 0px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.WebGridGeneratorEvalSum table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:20%;
	margin:0px;padding:0px;
}

.WebGridGeneratorEvalSum td{
	/*vertical-align:middle;*/
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	/*text-align: center;*/
	padding:2px;
	font-size:x-small;
	font-family:Verdana;
	font-weight:normal;
	/*color:#000000;*/
}

    .WebGridGeneratorEvalSum th {
        /*vertical-align: middle;*/
        border: 1px solid #000000;
        border-width: 0px 1px 1px 0px;
        text-align: center;
        padding: 3px;
        font-size: 10px;
        font-family: Verdana;
        font-weight: normal;
        color: #fff;
    }


.WebGridGeneratorEvalSum tr:last-child td{
	border-width:0px 1px 0px 0px;
}.WebGridGeneratorEvalSum tr td:last-child{
	border-width:0px 0px 1px 0px;
}.WebGridGeneratorEvalSum tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}

 .WebGridGeneratorEvalSum a { color:#fff; font-weight:bold; }

    .WebGridGeneratorEvalSum tr:first-child th {
            background-color: #489ae9;
	    border:0px solid #000000;
	    /*text-align:center;*/
	    border-width:0px 0px 1px 1px;
	    font-size:14px;
	    font-family:Arial;
	    font-weight:bold;
        color:#fff;
    }

.WebGridGeneratorEvalSum tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.WebGridGeneratorEvalSum tr:first-child td:last-child{
	border-width:0px 1px 1px 0px;
}
.WebGridGeneratorEvalSum tr:nth-child(odd){ background-color:#ececec ; }
.WebGridGeneratorEvalSum tr:nth-child(even)    { background-color:#ffffff; }