﻿body
{
    font-family: Calibri,Verdana !important;
    margin: 0;
}

/*Copyright(footer)*/
.layoutfooter
{
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 20px;
    text-align: center;
    background-color: Black;
    background-repeat: repeat-x;
    color: White;
    font-size: 11px;
    font-family: Calibri,Verdana;
    z-index:1000;
    text-shadow: none !important;
}

.pageheader
{
    width: 25px;
    height: 25px;
    float: right;
}

.pagesubheader
{
    font-size: 12px;
}

.anchorstyle
{
    text-decoration: none;
    font-size: 11px;
}
.tablefont
{
    font-size: 13px;
}

.scroll
{
    overflow: auto;
    height: 450px;
}

.tablehead
{
    font-size: 14px;
    background-color: #4b82b0;
    color: White;
}

.tabledata
{
    font-size: 13px;
}

.fullmap
{
    font-size: 18px;
}

.mapheight
{
    width: 100%;
    height: 250px;
}
.divmap
{
    width: 100%;
    height: 100%;
    overflow: auto;
    white-space: normal;
}

.divfullmap
{
    width: 100%;
    height: 440px;
    overflow: auto; /*min-height:440px;     max-height:480px;*/
}
.loginlink
{
    font-size: 25px;
}
.tollfreetext
{
    font-size: 16px;
}
.div_voicemsg
{
    height:300px;
    overflow:auto;
    overflow-x:hidden;
}
.tr_hide
{
    visibility:hidden;
    display:none;
}
.mandatory
{
    color: Red;
}
.chk_android_def
{
    min-height: 30px;
    min-width: 30px;
    vertical-align: middle;
}
a.phone
{
    text-decoration: none;
    padding-left: 10px;
    font-size: 14px;
}
.reseteonly
{
    float:right;
     margin-top: -55px;       
}
.reset
{
	float:right;
    margin-right:15px;
     margin-top: -65px;       
}
.resticon
{
    /*background-image:url('') ;*/
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
}

#my-wrapper{
   padding-top : 17px;
}
 
#my-wrapper form {
    position :fixed;
    top      : 63px;
    left     : 0px;
    width    : 100%;
    z-index  : 100;
}
.popup-task
{
	width: 100%; 
	height: 300px;
    overflow: auto;
}
.divStaffNames
        {
            border-radius: 10px;
            border: 2px solid #467bab;
            padding: 7px;
        }