﻿/* File Created: October 1, 2012 */
/*Generic classes*/

.display-inline-block {display: inline-block; *zoom: 1; *display: inline; }
.float-left {float: left;}
.float-right {float:right !important; }
.overflow-visible{overflow: visible;}
.overflow-none{overflow: auto !important;}

.hidden {display: none;}
.numeric{text-align: right;padding-right: 20px;}
.rightJustified{text-align: right;}
.booleanType{text-align: center;}

.error{color: red;}

.clearfix:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.vertical-align-m {
    vertical-align: middle;
}

.clearfix
{
	display:block;
}

* html .clearfix
{
	height:1%;
}

.date-textbox {width: 65px;}


/*#region Borders*/
.border,.mainContentWrapper
{
	border:1px solid #BDBDBD;
}
.borderT
{
	border-top:2px solid #bdbdbd;
}

.borderB
{
	border-bottom : 2px solid #bdbdbd;
}

/*#endregion Borders*/

/*#region Width & Height*/
.w986{
    width: 986px;
}
.width-30
{
    width:30%;
}
.width-50
{
	width:50%;
}
.width-60 {
	width:60%;
}

.width-100 {
	width:100%;
}

.width-326 {
    width: 326px;
}

.minHeight-650{
    min-height: 650px;
    _height: 650px;
}
.height-auto
{
    height: auto;
}

.width-50px
{
    width: 50px;
}

.width-80px
{
    width: 80px;
}

.width-100px
{
    width: 100px;
}

.width-120px
{
    width: 120px;
}

.width-300px
{
    width: 300px;
}

/*#endregion Width & Height*/

/*#region Colours*/
.c-black
{
    color: black;
}
.c-midGrey {
	color: #5A5D5A;
}

.red{color:Red!important}
/*#endregion Colours*/

/*#region Padding*/
.padding-5-10 {
    padding: 5px 10px;
}
.padding-t-b
{
	padding-top:5px;
	padding-bottom:5px;
}
.padding-l-r
{
	padding-left:5px;
	padding-right:5px;
}
.padding-all-5 {
    padding: 5px;
}
.padding-all-10 {
	padding:10px;
}
.padding-t-0
{
    padding-top: 0!important;
}
.padding-t-10
{
    padding-top: 10px !important;
}
.padding-t-20 {
    padding-top: 20px;
}
.padding-l-5 {
    padding-left: 5px;
}
.padding-l-0 {
    padding-left: 0;
}
.padding-l-25 {
    padding-left: 25px;
}

/*#endregion Padding*/

/*#region Margin*/


.margin-t-b
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin-b-10{
    margin-bottom: 10px
}

.margin-l-15{margin-left: 15px;}
.margin-l-20{margin-left: 20px;}
.margin-l-r
{
	margin-left:5px;
	margin-right:5px;
}
.margin-l-r-10 {
    margin-left: 10px;
    margin-right: 10px;
}
.margin-l-r-20
{
	margin-left:20px;
	margin-right:20px;
}
.margin-t-20 {
    margin-top: 20px;
}
.margin-t-10 {
    margin-top: 10px;
}
.margin-t-7 {
    margin-top: 7px;
}
.margin-t-5 {
    margin-top: 5px;
}
.margin-t-0{margin-top: 0px;}
.margin-r-20{margin-right: 20px;}
.margin-r-25{margin-right: 25px;}


/*#endregion Margin*/

/*#region Text*/
.ft10 {
    font-size: 10px;
}

.ft10p {
    font-size: 10pt;
}

.ft16 {
	 font-size: 16px;
}
.ft18
{
    font-size: 18px;
}
.bold
{
	font-weight:700;
}
.ta-right {
    text-align: right;
}
.centre{text-align: center;}

/*#endregion Text*/

/*#region Shadows */
.headerGray
{
    -moz-box-shadow: 0px 3px 5px #888888;    
    -webkit-box-shadow: 0px 3px 5px #888888;
    background-color: #efeeee;
    box-shadow: 0px 3px 5px #888888;    
}
.shaddowBottom
{
    -moz-box-shadow: 0px 3px 5px #888888;    
    -webkit-box-shadow: 0px 3px 5px #888888;
    box-shadow: 0px 3px 5px #888888;  
}
/*#endregion*/

/*#region Dialog*/

.z-index
{
    z-index: 1000;
}


.overlay
{   
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    *width: 2000px;
    height: 100%;
    *height: 1200px;
    display: block;    
    z-index: 9000;    
    color:#bdbdbd;  
    background: url('../../Images/overlay.png') repeat scroll 50% 50% #666666;
    background-repeat: repeat;    
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
	
    _position: absolute; 	/*Ie6 Hack */
    _padding-left: 1000px; 	/*Ie6 Hack */
    _margin-left: -1000px;	/*Ie6 Hack */

}

.dialog-close{
    float: right;
    background: url("../../Images/icon-sprite.gif") no-repeat -166px -5px transparent;
    width: 30px;
    height: 30px;
    color: transparent;
}

#MessageContainer {
	 width: 100%;
    height: 100%;
    display: block;
     z-index: 1000; 
    *width: 964px;
    zoom: 1;
    *display: inline;
      /*_hasLayout: true;
    hasLayout: true;*/
    
}

#MessagePanel span ul
{
	color:black;
	list-style-type:none;
}

#MessagePanel span ul li
{
	font-size:1em;
	font-weight:bolder;
}

#MessagePanel .button
{
	position:relative;
	left:40%;
	float:left;
}

#MessagePanel .icon
{
	float:left;
	padding-top:-15px;
}
#MessagePanel
{
	color:#FFFFFF;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9002;
}

#MessagePanel li {
    width: 300px;
    float: left;
}

#MessagePanel .messageContent
{
	float:left;
	background-color:#eeeeee;
	border:solid 2px black;
	display:inline-block;
	width:350px;
	position:fixed;
	*position: absolute;
	top:1px;
	left:0;
	z-index:9004;
    /**z-index: 9010;*/
    /*margin-top: 15%;
    margin-left: 40%;
    margin-right: 40%;
    margin-bottom: 0;*/
	margin:15% 40% 0;
  
	padding:10px 5px;
}
#MessagePanel .messageContent span { z-index:9006;}
#MessagePanel .transparentBackground
{
	background-color:#fff;
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9003;
    position: fixed;
}




.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* Overlays */
.ui-widget-overlay  
{
     background: url('../../Images/overlay.png') repeat scroll 50% 50% #666666;
     
      /*_background:none;
       _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../Images/overlay.png',sizingMethod='crop');*/
     
     
    /*background:  url(../../Images/overlay.jpg)repeat scroll 50% 50% #666666; */
    opacity: .30;filter:Alpha(Opacity=30);
    height: 100%;
    position: absolute;
    
    *height: expression(this.parentNode.offsetHeight+'px');
    *width:expression(this.parentNode.offsetWidth+'px');
    *height:expression(eval(document.documentElement.offsetHeight));
    *width:expression(eval(document.documentElement.offsetWidth));
    
     
    
}

.ui-widget-shadow
{
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
     background: #aaaaaa url(/../../Images/overlay.jpg) 50% 50% repeat-x;
    border-radius: 8px;
    filter: Alpha(Opacity=30);
    margin: -8px 0 0 -8px;
    opacity: .30;
    padding: 8px;
}




.dialogHeading{
    background: #eae8e8; 
    color: black;
    margin-bottom: 5px;
    border-radius: 5px 5px 5px 5px;
    display: block;

}
.dialogHeading input{
    margin: 0px;
    border: none;
    /*padding: 2px 1px 0px 0px;*/
}
.dialogHeading span{
    display: block;
    margin-top: 5px;
}
.dialog
{
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    display: block;
    z-index: 9002;
    background-color:white;
    border-radius: 5px 5px 5px 5px;
    padding-bottom: 10px;
    top: 10%;
    left: 10px;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
}
/*#endregion Dialog*/

/*#region Notifications*/

.failureNotification
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: white;
    border: 1px solid #A7A7A7;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 3px 2px #888888;
    box-sizing: content-box;
    color: red;
    display: inline!important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 4px 0 0 3px;
    padding: 0 5px 0 5px;
    position: absolute;
    z-index: 3;      
}

.failureNotificationGroup
{
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    /*background-color:#F3F3F3;*/
    background-color:white;
     border: 1px solid #A7A7A7; 
    
    border-radius:5px 5px 5px 5px;
    box-shadow:3px 2px #888888;
    color:red;
    /*border:10px none;*/
    position:absolute;
    z-index:100;
    margin:-5px 0 0 3px;
    padding:5px;
    /*-webkit-margin-top: -14px;*/
    *margin-left: -6px;
    *margin-top: -18px;
}



.dateRangeFailureNotification
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	background-color:#F3F3F3;
	border-radius:5px 5px 5px 5px;
	box-shadow:3px 2px #888888;
	color:red;
	border:10px none;
	position:relative;
	z-index:100;
	margin:-5px 0 0 3px;
	padding:5px;
    top: -65px;
    left: 130px;
	zoom: 1;
    *display: inline-block;
}

.dateRangeToDateFailureNotification
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	background-color:#F3F3F3;
	border-radius:5px 5px 5px 5px;
	box-shadow:3px 2px #888888;
	color:red;
	border:10px none;
	position:relative;
	z-index:100;
	margin:-5px 0 0 3px;
	padding:5px;
    top: -38px;
    left: 266px;
	zoom: 1;
    *display: inline-block;
}

/*#endregion Notifications*/

/*#region Datepicker*/
.datepicker img
{
    vertical-align: top;
}

/*DatePicker header title  adjustment to match module colour*/
.tracSmart .ajax__calendar_title
{
    background:#46b183;
}
.careSmart .ajax__calendar_title 
{
	background:#00ADEE;
}
.testSmart .ajax__calendar_title 
{
	background:#008837
}

.eventSmart .ajax__calendar_title 
{
	background:#96C922;
}
.peopleSmart .ajax__calendar_title 
{
	background:#FFB300;
}
.adSmart .ajax__calendar_title 
{
	background:#FF7300;
}

.caseSmart .ajax__calendar_title 
{
	background:#FF3300;
}

.checkSmart .ajax__calendar_title 
{
	background:#FF0000;
}

.actSmart .ajax__calendar_title 
{
	background:#F0037F;
}
.sellSmart .ajax__calendar_title 
{
	background:#69017D;
}
.tvClassic .ajax__calendar_title 
{
	background:#d4d4d4;
}
.allSmart .ajax__calendar_title 
{
	background:#d4d4d4;
}

/*DatePicker header - end*/

/*#endregion DatePicker*/

/*#region Disabled*/
.txtAreaDisabled
{    
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
}
/*#endregion Disabled*/


/*#region User Controls */
    /*#region ItemLookupGrid*/
.lookupGrid{
    max-height: 400px;
    min-height: 400px;
    height: expression(this.scrollHeight < 401 ? "400px" : "auto");
    overflow: auto;    
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.lookupGrid table
{
    margin-left: 5px;
    color: #312D2E !important;
}

.lookupGrid tr:hover a{
    background: none repeat scroll 0 0 #71A8C6 !important;
    color: #000000;
}


/*#endregion ItemLookupGrid*/




/*#endregion User Controls*/

.listNoBullets
{
    list-style: none;
}

.underlineHover a:hover
{
    text-decoration:underline;
}

.divHrLightGray
{
    background-color: lightgray; 
    height: 1px;    
    width: 100%; 
}
