
/***** Date-Picker *****/
.modal-date-picker
{
    z-index: 2001;
    background-color: White;
    border: solid 1px black;
}

/***** info-box *****/
.info-box
{
    padding: 8px;
    border: solid 3px rgb(224, 232, 212);
    font-size: 9pt;
    color: #808080;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: color 0.5s linear;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* not works for now  behavior: url(../../../Theme/CSS/assets/PIE.htc); */
}

.info-box-h4
{
    font-size: 10pt;
    clear: both;
    padding-bottom: 5px;
    margin: 10px 0 5px 0;
}

.info-box-p
{
    margin: 0 0 12px 0;
    line-height: 14px;
    min-height: 0;
    font-size: 12px;
		padding-left: 0;
}
.info-box-a
{
    color: #808080;
    -webkit-transition: color 0.5s linear;
}

.info-box:hover
{
    color: black;
}

.info-box:hover .info-box-a
{
    color: black;
}

/***** Validation Box *****/

.validationbox
{
    display: block;
    min-height: 30px;
    background: url("../Image/helpbg.png");
    border: solid 1px gray;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
}

.validationlist
{
    list-style: disc;
    line-height: 1.5em;
    margin-left: 20px;
}

/**** Success Message ****/

.success-box
{
	display:block;
	min-height:30px;
	background-color:#EAFFCF;
	border: solid 1px gray;
	margin: 5px 0px;
	padding: 5px;
}

/***** Pop-up Message *****/
.message_box
{
    border: 4px solid #9ab34d;
	padding:0 !important;    
}

.h2-message
{
    background-color: #9ab34d;
    color:white;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 0 3px 3px;
}

.div-message
{
    padding: 10px 20px 10px 20px;
}

.ul-message
{
    margin-left: 85px;
    margin-top: 13px;
    margin-bottom: 13px;
}

.ul-message li
{
    margin: 2px 0 2px 0;
    font-weight: bold;
    font-size: 11px;
}


/***** Pager *****/
#pagination
{
    border: 0;
    margin: 0;
    padding-top: 10px;
    text-align: center;
}
#pagination .a-page
{
    border: solid 1px rgb(173,173,175);
    margin-right: 2px;
    padding: 2px 6px 2px 6px;
    text-decoration: none;
}
#pagination .a-page:hover
{
    background-color: rgb(155,188,84);
    color: White !important;
}

#pagination .numeric
{
    color: rgb(101,138,157);
    font-weight: bold;
    padding: 3px 4px;
}


/***** tabs *****/
.ul-tab {

font-family: 'Helvetica Neue', Helvetica, 'Arial black', Arial, San-serif;
/*background-color: ; #7fb8ff;
border-color: #57A3FF;*/
border-style: none none solid none;
border-radius: 0 0;

}

.div-tab{
padding: 10px 18px 10px 18px !important;
}


/***** loading bar *****/
.loadingbar
{
	width:220px;
	height:19px;
	margin: 0 0 -5px -6px;
}

/***** Images *****/
.info-photo
{
    background-color: white;
    position: relative;
    -webkit-box-shadow: 2px 2px 3px #cecaca;
	-o-box-shadow: 2px 2px 3px #cecaca;
    -moz-box-shadow: 2px 2px 3px #cecaca;
    box-shadow: 2px 2px 3px #cecaca; /* relative to the aspx page not this css file!  */
    behavior: url(../../../Theme/CSS/assets/PIE.htc);
    width: 220px;
    height: 140px;
}

.imghelp
{
	margin-bottom:-3px;	
	margin-left: -3px;
}

.main-half-content-Dashboard-quarter-block {
    display: inline-block;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px #9E9E9E;
    -moz-box-shadow: 0px 0px 5px #9E9E9E;
    -o-box-shadow: 0px 0px 5px #9E9E9E;
    box-shadow: 0px 0px 5px #9E9E9E; /*  relative to the aspx page not this css file! */
    behavior: url(../../../Theme/CSS/assets/PIE.htc);
    position: relative;
    zoom: 1;
    *display: inline; /*IE 7 apply inline-block*/
    vertical-align: top;
    margin-bottom: 15px;
    padding: 5px 10px 20px 10px;
    margin-left: 20px;
    width: 400px;
    height: 250px;
    min-height: 250px;
    border-radius: 30px;
    margin-top: 12px;
}

.main-half-content-Dashboard-less {
    display: inline-block;
    background-color: white;
    behavior: url(../../../Theme/CSS/assets/PIE.htc);
    position: relative;
    zoom: 1;
    *display: inline; /*IE 7 apply inline-block*/
    vertical-align: top;
    margin-bottom: 15px;
    padding: 5px 10px 20px 10px;
    width: 280px;
    height: 345px;
    margin-left: 120px;
}

.main-half-one {
    margin-right: 12px;
}
