﻿@import url(https://fonts.googleapis.com/css?family=Raleway:100);

.spanErrorLabel {
    font-size: 1.1em;
    line-height: 1.5em;
    margin: 0 auto .80em;
    padding: 0.1em;
    position: relative;
    width: 100%;
    top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    color:red;
}



    .btnback {
    width: 200px;
    height: 40px;
    background-color: #e4dddd;
    color: #5b5757;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 700;
    text-wrap: normal;
    white-space: normal;
}

        .btnremove {
    width: 20px;
    height: 20px;
       opacity:0.5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 700;
    text-wrap: normal;
    white-space: normal;
   
}

    .btnback:hover {
        background-color: #fff;
        cursor: pointer;
    }
.ajax_calendar_today {
    font-weight:700;
    color:red;
    background-color:#e4dddd;
}

.spanLabelDisplayonly {
    font-size: 1.1em;
    line-height: 1.5em;
    margin: 0 auto .80em;
    padding: 0.1em;
    position: relative;
    width: 100%;
    top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    color:#3c3939;
}

.Hide
    {
        display: none;
    }