﻿body 
{
}

input.input-validation-error
{
	border-color: #D95252;
	background-color: #FFAB90;
	background-image: none;
	color: #912323;
}

.error
{
    color: #D95252;
}

.error_div
{
	color: #D95252;
    padding-top: 10px; 
    float: right;
    clear:both;
}

.field-icon {
  float: right;
  margin-left: -25px;
  padding-right: 3%;
  margin-top: -28px;
  position: relative;
  z-index: 2;
}
#marker-container {
	height: 100%;
    width: 100%;
    position: relative;
}

#marker-image {
	display: block;
    margin: auto;
    width: 40px;
    height: 40px;
    text-align: center;
}

.marker-text {
    z-index: 100;
    position: absolute;
    color: white;
    font-size: 15px;
    font-weight: bold;
    left: 50%;
    top: 15%;
    transform: translateX(-50%);
}
.printTable{
    position: absolute;
    right: 0;
    margin-right: 1%;
    font-size: 4em;
    color: #bb0143;
    cursor: pointer;
}