﻿.bordedDiv
{
    border-radius: 20px;
    border: solid 2px #1D8EF4;
    padding: 0px;
    background-color: #fff;
    color: #000;
}

.headerDiv
{
    border-top-right-radius: 18px;
    border-top-left-radius: 18px;
    padding: 5px;
    background-color: #1D8EF4;
    color: #fff;
    font-size:24px;
}


.Req-control
{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #FF0000;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.Req-filed
{
    cursor: auto;
}
.Req-filedPop
{
    cursor: auto;
}
.Req-filedNewUsr
{
    cursor: auto;
}
.Req-filedChgPsw
{
    cursor: auto;
}
.Req-filedEdit
{
    cursor: auto;
}

.ErrMsg
{
    display: none;
    color: Red;
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
}

.ErrMsglbl
{
    display: none;
    color: Red;
}

.Key-Date
{
    cursor:auto;
}

#loading
{
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: none;
    filter: alpha(opacity=50);
    opacity: 0.7;
    background-color: #000;
    z-index: 99;
    text-align: center;
}
#loading-image
{
    position: absolute;
    top: 50%;
    left: 48%;
    z-index: 100;
    color:#fff;
}

.TblHeader
{
    color:#fff;
    font-weight:bold;
    background-color: #337ab7;
}
.TblHeader th
{
    background-color: #337ab7;
    padding:3px;
}
.TblHeader td
{
    background-color: #337ab7;
    padding:3px;
}


.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}


/* Resident Login code */
.ResbordedDiv
{
    border-radius: 10px;
    border: solid 1px #3a6eb4;
    border: solid 2px #285290;
    padding: 0px;
    background-color: #fff;
    color: #000;
}

.ResheaderDiv
{
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    padding: 5px;
    color: #fff;
    font-size:24px;
    background: radial-gradient(#3a6eb4,  #285290);
}

.ResbordedDiv1
{
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border: solid 4px #1D8EF4;
    padding: 0px;
    background-color: #fff;
    color: #000;
}
.example2 {
    border: 0px solid;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
	padding: 0px;
	box-shadow: 0px 0 20px 2px #888888;
}
