﻿/*
#selection-criteria
{
    background:rgba(255,255,255,0.8);
}
#selection-criteria label
{
    font-size:11px;
}

.checkbox.inline input[type="checkbox"]{
    margin-top: -4px;   
}
.form-inline label{
    padding: 0 10px 0 5px;   
}


.dataTable .gray{
    background: yellow!important;
}
.dataTable .black{
    background-color:black!important;   
    color: White;
}
.dataTable .black a{
    color: #2eb9f2;
}
.dataTable th td{
    background: white!important;
}
*/

.tableheader 
{
    margin-left:5px;
    margin-top:20px;
}

.rdColor
{
	color:#9d261d;	
}

.grColor
{
	color:#46a546;
}

#autoFill{ /* Names populated on the screen. */
    position: absolute;
    top: -20px;
    left: 0;
    width: 196px;
    background: #ffffff;
    border: 2px solid #748992;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, 0.2); -webkit-box-shadow: 0 1px 3px rgba(0,0,0, 0.2); box-shadow: 0 1px 3px rgba(0,0,0, 0.2);
}
#autoFillClose{
    top: -26px;
    left: 190px;
    width: 16px;
    height: 16px;
    cursor: pointer;
	position:absolute;
	z-index:5;
	background: url('../images/close.png') no-repeat top center;
}
#autoFillClose:hover{
    background-position: bottom;
}
#filterList
{
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
    background: #f5f5f5;
    width: 700px;
}
#filterList li
{
    padding: 5px;
    color: #323232;
}

.message{
		background-size: 40px 40px;
		background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
							transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
							transparent 75%, transparent);										
		 box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
		 width: 100%;
		 border: 1px solid;
		 color: #fff;
		 padding: 15px;
		 position: fixed;
		 _position: absolute;
		 text-shadow: 0 1px 0 rgba(0,0,0,.5);
		 animation: animate-bg 5s linear infinite;
}

.info{
		 background-color: #4ea5cd;
		 border-color: #3b8eb5;
}

.error{
		 background-color: #de4343;
		 border-color: #c43d3d;
}
		 
.warning{
		 background-color: #eaaf51;
		 border-color: #d99a36;
}

.success{
		 background-color: #61b832;
		 border-color: #55a12c;
}

.message h3{
		 margin: 0 0 5px 0;													 
}

.message p{
		 margin: 0;													 
}

.gridview {
    background-color: #8FA2AA;
    background-image: -moz-linear-gradient(center top , #A4B5BC, #6F858E);
    background: -webkit-gradient(linear,center top, center bottom, from(#A4B5BC), to(#6F858E));
    background-image: -ms-linear-gradient(top, #A4B5BC 0%, #6F858E 100%);
    background-repeat: repeat-x;
    border-bottom: 1px solid #4C656F;
    border-left: 1px solid #A4B5BC;
    border-right: 1px solid #6F858E;
    border-top: 1px solid #6F858E !important;
    box-shadow: 0 1px 0 #C4D1D5 inset;
    color: #FFFFFF;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
}

.summer-field-100 {
    width: 100%;
    box-sizing: border-box;
}

@keyframes animate-bg {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -80px 0;
    }
}