﻿
/**************** Tipsy **********************/

.tipsy
{
    padding: 5px;
    font-size: 10px;
    position: absolute;
    z-index: 100005;
    font-size: 12px;
    font-weight: bolder;
}
.tipsy-inner
{
    padding: 4px 10px 4px 10px;
    background-color: #FF0000;
    color: white;
    max-width: 200px;
    text-align: center;
    font-size: 12px;
}
.tipsy-inner
{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.tipsy-arrow
{
    position: absolute;
    background: url('../images/tipsy.gif') no-repeat top left;
    width: 9px;
    height: 5px;
}
.tipsy-n .tipsy-arrow
{
    top: 0;
    left: 50%;
    margin-left: -4px;
    background-position: bottom left;
    background-image: url(../images/tipsy-north.gif);
}
.tipsy-nw .tipsy-arrow
{
    top: 0;
    left: 10px;
}
.tipsy-ne .tipsy-arrow
{
    top: 0;
    right: 10px;
}
.tipsy-s .tipsy-arrow
{
    bottom: 0;
    left: 50%;
    margin-left: -4px;
    background-position: bottom left;
    background-image: url(../images/tipsy-south.gif);
}
.tipsy-sw .tipsy-arrow
{
    bottom: 0;
    left: 10px;
    background-image: url(../images/tipsy-north.gif);
    background-position: top center;
}
.tipsy-se .tipsy-arrow
{
    bottom: 0;
    right: 10px;
    background-image: url(../images/tipsy-south.gif);
    background-position: bottom center;
}
.tipsy-e .tipsy-arrow
{
    top: 50%;
    margin-top: -4px;
    right: 0;
    width: 5px;
    height: 9px;
    background-image: url(../images/tipsy-east.gif);
    background-position: right center;
}
.tipsy-w .tipsy-arrow
{
    top: 50%;
    margin-top: -4px;
    left: 0;
    width: 5px;
    height: 9px;
    background-image: url(../images/tipsy-west.gif);
    background-position: left center;
}
.tipsy-inner.error
{
    color: #cc0000;
}

/*----------------Tooltip(End)----------------*/
.radio1 input, .radio1 label
{
    float: left;
    margin-right: 5px;
}
.error
{
    border: 1px solid #FC0606;
    background-color: rgb(252, 221, 221);
    padding: 5px;
    color: Red;
}

.success
{
    border: 1px solid #52D81E;
    background-color: rgb(227, 243, 223);
    padding: 5px;
    color: Green;
}

.boxborder
{
    border-radius: 5px;
    box-shadow: 0 3px 4px rgba(255, 255, 255, 0.6) inset, 0 -5px 5px rgba(0, 0, 0, 0.3) inset, 1px 1px 1px #767D87;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-top: 1px solid #ccc;
    padding: 20px 13px;
    text-align: center;
    width: 50%;
    margin-left: 13px;
    min-height: 150px;
}

/*************************************calendar************************************/
/*Calendar Control CSS*/
.cal_Theme1 .ajax__calendar_container
{
    background-color: #DEF1F4;
    border: solid 1px #77D5F7;
    z-index: 9999999;
}

.cal_Theme1 .ajax__calendar_header
{
    background-color: #ffffff;
    margin-bottom: 4px;
    z-index: 9999999;
}

.cal_Theme1 .ajax__calendar_title, .cal_Theme1 .ajax__calendar_next, .cal_Theme1 .ajax__calendar_prev
{
    color: #004080;
    padding-top: 3px;
    z-index: 9999999;
}

.cal_Theme1 .ajax__calendar_body
{
    background-color: #ffffff;
    border: solid 1px #77D5F7;
    z-index: 9999999;
}

.cal_Theme1 .ajax__calendar_dayname
{
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 2px;
    color: #004080;
}

.cal_Theme1 .ajax__calendar_day
{
    color: #004080;
    text-align: center;
}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_month, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_year, .cal_Theme1 .ajax__calendar_active
{
    color: #004080;
    font-weight: bold;
    background-color: #DEF1F4;
}

.cal_Theme1 .ajax__calendar_today
{
    font-weight: bold;
}

.cal_Theme1 .ajax__calendar_other, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_today, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_title
{
    color: #bbbbbb;
}
/*End Calendar Control CSS*/
/**************************************/
/* calendar root element */
#calroot
{
    /* place on top of other elements. set a higher value if nessessary */
    z-index: 10000;
    margin-top: -1px;
    width: 198px;
    padding: 2px;
    background-color: #fff;
    font-size: 11px;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 0 15px #666;
    -webkit-box-shadow: 0 0 15px #666;
}

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead
{
    padding: 2px 0;
    height: 22px;
}

#caltitle
{
    font-size: 14px;
    color: #0150D1;
    float: left;
    text-align: center;
    width: 155px;
    line-height: 20px;
    text-shadow: 0 1px 0 #ddd;
}

#calnext, #calprev
{
    display: block;
    width: 20px;
    height: 20px;
    background: transparent url(../images/prev.gif) no-repeat scroll center center;
    float: left;
    cursor: pointer;
}

#calnext
{
    background-image: url(../images/next.gif);
    float: right;
}

#calprev.caldisabled, #calnext.caldisabled
{
    visibility: hidden;
}

/* year/month selector */
#caltitle select
{
    font-size: 10px;
    width: 70px;
}

/* names of the days */
#caldays
{
    height: 29px;
    border-bottom: 1px solid #ddd;
}

#caldays span
{
    display: block;
    float: left;
    width: 28px;
    text-align: center;
}

/* container for weeks */
#calweeks
{
    background-color: #fff;
    margin-top: 4px;
}

/* single week */
.calweek
{
    clear: left;
    height: 22px;
}

/* single day */
.calweek a
{
    display: block;
    float: left;
    width: 27px;
    height: 20px;
    text-decoration: none;
    font-size: 11px;
    margin-left: 1px;
    text-align: center;
    line-height: 20px;
    color: #666;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/* different states */
.calweek a:hover, .calfocus
{
    background-color: #ddd;
}

/* sunday */
a.calsun
{
    color: red;
}

/* offmonth day */
a.caloff
{
    color: #ccc;
}

a.caloff:hover
{
    background-color: rgb(245, 245, 250);
}


/* unselecteble day */
a.caldisabled
{
    background-color: #efefef !important;
    color: #ccc !important;
    cursor: default;
}

/* current day */
#calcurrent
{
    background-color: #498CE2;
    color: #fff;
}

/* today */
#caltoday
{
    background-color: #333;
    color: #fff;
}
.title
{
    font-size: 16px;
    font-weight: bold;
    height: 25px;
    color: #F73D5B;
    width: 100%;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.usererror{color: red; display: block;}
.usersuccess{color: green;display: block;}

.backGround
{
    background: none repeat scroll 0 0 #000000;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.popupContent
{
    background: none repeat scroll 0 0 #FFFFFF;
    left: 30%;
    position: absolute;
    top: 22%;
    width: 600px;
    z-index: 100001;
	border: 5px solid #06629c;
	border-radius: 7px !important;
	box-shadow: 0 0px 30px #fff;
}
.pop_header
{
    width: 600px;
    height: 30px;
    background-color: #06629c;
    font-family: Arial;
    font-size: 16px;
    color: White;
    text-align: center;
    margin: auto;
    margin: auto;
    line-height: 30px;
    border-radius: 4px;
}

.modalBackground
{
    background: none repeat scroll 0 0 #000000;
    height: 100%;
    left: 0;
    opacity: 0.4;
    filter: alpha(opacity=40);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10000;
    
}
.forgot{background:#f5f5f5; padding:5px; border:1px solid #ccc;margin:2px;}
.forgot h1{font-size:20px; font-weight:bold; text-align:center;padding:10px 0 0;}
.restore{background:#f5f5f5; padding:5px; border:1px solid #ccc;margin:2px;}
.restore h1{font-size:20px; font-weight:bold; text-align:center;padding:10px 0 0;}
.labelbold{padding:5px;font-weight:bold;}
input[type="radio"], input[type="checkbox"]{margin:4px !important;}
.form-control-upload
{
    display: block;
    width: 100%;
    /*height: 34px;*/
    padding: 2px 12px 2px 2px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.frmab-bg{background:#f0f9f6;padding:5px;border:1px solid #ccc;margin-top:10px;}
table th {background: #D9EDF7;}
fieldset {border: 1px solid #c0c0c0; background:#f5f5f5;}
.txtbox-mh {min-height: 69px;}
.nav-tabs {font-weight:bold;}
legend {font-size: 18px;color: #06629c;}
.nav.nav-tabs > li > a {
    padding: 10px 5px;
}
