html
{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body
{
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    height: 100%;
	-ms-touch-action: none; /* DISABLE DOUBLE-TAP-ZOOM */
	touch-action: none; /* DISABLE DOUBLE-TAP-ZOOM */
}

.application
{
    position: absolute;
    left: 0px;
    bottom: 0px;
    top: 0px;
    right: 0px;
    overflow: auto;
}
.applicationInner
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    min-width: 100%;
    height: 100%;
    overflow: hidden;
}

/*fix for IE*/
* html content
{
    height: 100%;
}

.appHeader
{
    width: 100%;
}

.appBody
{
    position: absolute;
    bottom: 0px;
    top: 50px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
}

.appBody .content-left
{
    position: absolute;
    left: 0px;
    margin: 0;
    bottom: 0;
    width: 320px;
    height: 100%;
    display: block;
	background-color: #50585f;
  
    overflow-y: auto;
    overflow-x: hidden;
}
.appBody .content-left-landscape
{
    display: none;
}

.footer-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
    border-top: 1px solid #868585;
    padding-top: 10px;
}

.instructions 
{
	min-height:15px;
}

.breadcrumb, .breadcrumb-current,
.breadcrumb a
{
	height: 15px;
    line-height:15px;
	align:center;
}

.breadcrumb
{
    text-decoration:underline;
}

.breadcrumb:hover
{
    text-decoration:none;
}

.breadcrumb-img
{
	margin-left:5px;
    margin-right: 5px;
    vertical-align:middle;
    line-height:15px;
	align:center;
}

/*Section header*/
.sectionHeader
{
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjk1NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYzkyMTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #abbbc9 0%, #8a99a7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#abbbc9), color-stop(100%,#8a99a7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #abbbc9 0%,#8a99a7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #abbbc9 0%,#8a99a7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #abbbc9 0%,#8a99a7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #abbbc9 0%,#8a99a7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abbbc9', endColorstr='#8a99a7',GradientType=0 ); /* IE6-8 */
}


.horizontalLine{
	height: 1px;
	background-color: rgb(229, 229, 229);
}



.containerHeader {
	background-color: #c5c5c5;
	height: 24px;
	padding-left: 15px;
	padding-top: 11px;
}

.hiddenDiv {
    display: none;
    visibility: hidden;
}


/*List view start*/
.listView-content{
    border-top: solid 1px #efefef;
}

.listView-row{
    background-color:white;
    vertical-align: top;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e5e5e5;
    padding:15px;
}

.listView-row-alt{
    background-color: #f4fbff;
}

/*List View end*/

/*Tabs start*/
.Tabs .k-state-active{
    background-color: #707c88;
}
.Tabs .k-item:hover 
{
    background-color: #707c88;
}
.Tabs .k-item{
    height: 13px;
    text-align: center;
    padding-top:9px;
    padding-right:10px;
    padding-bottom: 9px;
    padding-left:10px;
    margin-left:5px;
    cursor:pointer;
    border:none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
/*Tabs end*/


/*left menu styles start*/
.panelButton
{
	background-color: #474e54;
}

.leftmenu-item-container
{
	padding-top: 15px;
}


.lineheight{
    line-height: 30px;
}

.rightPadding{
    padding-right: 10px;
}

.appBody .content-right
{
    position: absolute;
    left: 320px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    overflow-y: auto;
    margin-left: 10px;
}

.appBody .content-right-container
{
    padding:15px 15px 0 15px;
}

.appBody .content-right-landscape
{
    left: 0px;
}

.content-header
{
    width: 100%;
    background-color: white;
    text-align: left;
}

.content-header a
{
    text-align: left;
}

.imageMiddleAlign
{
    vertical-align: middle;
}


#navlist a
{
    height: 25px;
    display: block;
}


.k-listview:after, .tileItem dl:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: collapse;
}

.k-listview
{
    border: 0;
    padding: 5px 2px 5px 1px;
    min-width: 0;
}

.tabFrame
{
    min-height: 370px;
}

.content-left
{
    width: 235px;
    float: left;
    height: 100% !important; 
}

.leftmenu-item,
.leftmenu-item .k-link.k-header.k-state-selected.k-state-focused,
.leftmenu-item.k-state-active,
.leftmenu-item.k-state-active.k-state-highlighted,
.leftmenu-panelbar.k-widget.k-reset.k-header.k-panelbar,
.leftmenu-item .k-header,.leftmenu-item .k-content,
.leftmenu-item .k-link.k-header.k-state-hover
{
	background-image:none;
    background-color: transparent;
    border-color: transparent;
    border: 0;
    border: none;
}


.k-panelbar > .k-item > .k-link
{
    padding-left: 15px;
	font-size: 15px;
}


/* For general iPad layouts */

/* For portrait layouts only
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) { 
}
For portrait layouts only*/

/* For landscape layouts only 
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {

}
For landscape layouts only */

/*Styles for large size grid rows*/
.largerow-Item
{
    
}

.k-grid td
{
    vertical-align: middle;
    border-bottom-style: solid;
    border-bottom-width: 1px !important;
    border-bottom-color: #e5e5e5;
    padding:5px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right-style:solid;
	border-right-width: 1px;
    border-right-color: #e5e5e5;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 15px !important;
	color: #000;
}


.k-grid-header .k-header {
	height: 15px;
	padding: 0.3em 0.6em;
}

.k-grid-content td {
	font-size: 11px;
}
.k-alt
{
    background-color: #f4fbff;
}


/*General classes*/
.floatLeft
{
    float: left;
}
.floatRight
{
    float: right;
}
.floatClear
{
    clear: both;
}
.floatClearLeft
{
    clear: left;
}
.floatClearRight
{
    clear: right;
}

.hideElement {
    display: none;
}
 

.clsShadow
{
    -moz-box-shadow: 3px 2px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 3px 2px 5px rgba(0,0,0,0.2);
    box-shadow: 3px 2px 5px rgba(0,0,0,0.2);
}

.clsProfileDivTable
{
    width: 100%;
    height: 100%;
    display: table;
	margin-top:10px;
	margin-left: 5px;
}

.clsProfileDivTableRow
{
    width: 100%;
    height: 100%;
    display: table-row;
}

.clsProfileDivTableCell
{
    width: 33%;
    height: 100%;
    display: table-cell;
	padding-bottom: 10px;
	float:left;
}

.clsRWidgetBar
{

	height: 41px;
	vertical-align: 10px;
	color: White;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding-left: 15px;
	padding-right: 10px;
}

.clsRWidgetTitle
{
	margin-top:10px;
	*margin-top: 10px;
}


.clsRWidgetMainDiv
{
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}


/*Buttons*/
.button-default
{
    height: 27px;
    line-height: 27px;
}

.button-mini
{
    height: 22px;
    line-height: 22px;
}

.button-disabled {
    background-color: #c5c5c5;
    text-shadow: 1px 1px #9a9a9a;
    border: #ababab solid 1px;
}

.button-blue, .button-grey, .button-red, .button-green, .button-disabled
{
    text-align: center;
    display: inline-block;
    padding: 0px;
    cursor: pointer; 
    border-radius: 3px;
}

.button-blue:hover, .button-grey:hover, .button-red:hover, .button-green:hover
{
    box-shadow: 0px 1px 3px #888888; 
}

.button-blue:active, .button-grey:active, .button-red:active, .button-green:a
{
    box-shadow: 0px 1px 3px #888888 inset; 
}

.button-green
{
    text-shadow: 1px 1px #197a02;
    border: #3e9e24 solid 1px;
    background-color: #41a426;
}


.button-green:hover
{
    background-color: #59be3d;
}

.button-green:active
{
    background-color: #33811d;
}

.button-blue
{
    text-shadow: 1px 1px #305984;
    border: #4b7baf solid 1px;
    background-color: #5187c1;
}

.button-blue:hover
{
    background-color: #629bd8;   
}

.button-blue:active
{
    background-color: #3f70a5;
}


.button-grey
{
    text-shadow: 0px 1px #5a5a5a;
    border: #6c6c6c solid 1px;
    background-color: #8b8b8b;
}

.button-grey:hover
{
    background-color: #9f9f9f;
}

.button-grey:active
{
    background-color: #727272;
}

.button-red
{
    text-shadow: 0px 1px #550000;
    border: #af4b4b solid 1px;
    background-color: #c15151;
}

.button-red:hover
{
    background-color: #da5d5d;
}

.button-red:active
{
    background-color: #9f3e3e;
}

/*Buttons end*/



/*core tile item start*/
.tileItem
{
    background-color:#fff;
    height:192px;
    width:312px;
    position:relative;
    float:left;
    margin-right:5px;
    margin-top:5px;
    border-bottom:1px solid #AEAEAE;
    border-right:1px solid #AEAEAE;    
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;    
}

.tileContainer
{
    margin:10px 10px 7px 10px;
}

.secondaryActions
{
    height:38px;
    bottom:0;
    position:absolute;
    left: 0px;
    border-top: 1px solid  #e5e5e5;
    width : 312px;
    background-color:#fcfcfc;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.secondaryActionsContainer
{
    margin:7px 10px 7px 10px;
}


/*
 *-----------------------------------------------------------------------------------
 * Tab (clsTab)
 *-----------------------------------------------------------------------------------
 */

.clsTabTable
{
	background: #e8f0fb;
}

.clsTabActive
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #e6550e;
	text-decoration: none;
}


.clsTab
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #323d5a;
	text-decoration: none;
}




/*
 *-----------------------------------------------------------------------------------
 * Document text style sheets
 *-----------------------------------------------------------------------------------
 */
BODY
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	font-style: normal;
	background-color: white;
}

TD
{
	font-family: Open Sans, Tahoma, Geneva, sans-serif;    
	font-size: 12px;
	font-style: normal;
	color: #5b5b5b;
	text-decoration: none;
}

INPUT
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

SELECT
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

TEXTAREA
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

A
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}

A:visited
{
}

A.clsALink
{
	font-family: Open Sans, Tahoma, Geneva, sans-serif;    
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: underline;
}

A.clsALinkBold
{
	font-family: Open Sans, Tahoma, Geneva, sans-serif;    
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

A.clsALinkDisabled
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	font-style: normal;
	color: #aaaaaa;
	text-decoration: underline;
}

A.clsASearchHelp
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 7pt;
	font-weight: normal;
	color: #323d5a;
	text-decoration: underline;
}

A.clsAAssetDownload
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #323d5a;
	text-decoration: underline;
}
/*
 *-----------------------------------------------------------------------------------
 * Text styles for the document
 *-----------------------------------------------------------------------------------
 */

.clsNormal
{
	font-family: Open Sans, Tahoma, Geneva, sans-serif;    
	font-size: 12px;	
	color: #868585;
	font-weight: normal;
	text-decoration: none;
}

.clsRedNormal
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: red;
}

.clsGreenNormal
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: green;
}

.clsGrayNormal
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}

.clsSmall
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
}

.clsRedSmall
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	color: red;
}

.clsGreenSmall
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	color: green;
}

.clsBold
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	font-weight: bold;
}

.clsRedBold
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	font-weight: bold;
	color: red;
}

.clsGreenBold
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	font-weight: bold;
	color: green;
}

.clsGrayBold
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

.clsItalic
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	font-style: italic;
	font-weight: normal;
}

/*
 *-----------------------------------------------------------------------------------
 * Heading styles
 *-----------------------------------------------------------------------------------
 */

.clsHeading
{
	font-family: Open Sans, Tahoma, Geneva, sans-serif;    
	font-size: 20px;	
	color: #4b4b4b;
	font-style: normal;
}

.clsLoginHeading
{
	color: #011470;
	font-family: Verdana, Tahoma, Arial;
	font-size: 14pt;
	font-style: normal;
}

.clsSubHeading
{
	color: #666666;
	font-family: Verdana, Tahoma, Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.clsGroupHeading
{
	color: #e6550e;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}

.clsTableGroupHeading
{
	border-top-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: dotted;
	border-color: #999999;
	background-color: #ffffff;
}


/*
 *-----------------------------------------------------------------------------------
 * Table (clsTable)
 *-----------------------------------------------------------------------------------
 */

.clsTableActions
{
	border-top: solid 1px #d2d2d2;
	border-bottom: solid 1px #d2d2d2;
	border-left: solid 1px #d2d2d2;
	border-right: solid 1px #d2d2d2;
	background: #efefef;
}

.clsTable
{
	background: #ffffff;
	border: solid 0px #828282;
	border-left: solid 1px #829fc3;
	border-right: solid 1px #829fc3;
	border-bottom: solid 1px #829fc3;
}

.clsTableNoBorder
{
	background: #ffffff;
	border: solid 0px #828282;
	border-left: solid 0px #829fc3;
	border-right: solid 0px #829fc3;
	border-bottom: solid 0px #829fc3;
}
.clsTableHeadingRow
{
	background: -moz-linear-gradient(top,  #ffffff 0%, #d8d9db 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d8d9db)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d8d9db 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#d8d9db 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#d8d9db 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#d8d9db 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d9db',GradientType=0 ); /* IE6-8 */	
}

.clsTableRowOdd
{
	background-color: #f4fbff;
}

.clsTableRowEven
{
	background-color: #ffffff;
}

.clsTableRowSelectedOdd
{
	background-color: #fdf1c7;
}

.clsTableRowSelectedEven
{
	background-color: #fdf1c7;
}

.clsTableHeadingCell
{
	font-family: Open Sans, Tahoma, Geneva, sans-serif;    
	font-size: 12px;
	font-weight: normal;
	color: #5b5b5b;
	border-left: solid 1px #CCC;
	padding-top: 8px;
	padding-bottom: 8px;
}
.clsTableSubHeadingCell
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	border-left: solid 1px #ffffff;
	padding-top: 8px;
	padding-bottom: 8px;
}

.clsHomePageTableHeadingCellStart
{
	background-color: #ffffff;
	border-bottom: solid 1px #c2d8eb;
}
.clsHomePageTableHeadingCell
{
	background-color: #ffffff;
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
	text-align: left;
	border-left: solid 1px #c2d8eb;
	border-bottom: solid 1px #c2d8eb;
	padding-top: 2px;
	padding-bottom: 5px;
}

.clsTableHomePage
{
	border: solid 1px #c2d8eb;
}
.clsHomePageTableTextCell
{
	padding-top: 2px;
	padding-bottom: 2px;
}


.clsTableHeadingCellLink
{
	font-family: Open Sans, Tahoma, Geneva, sans-serif;    
	font-size: 12px;
	color: #5b5b5b;
	text-decoration: underline;
}
.clsTableHeadingCellLinkBlack
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

.clsTableCell
{
	font-family: Open Sans, Tahoma, Geneva, sans-serif;    
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border-left: solid 0px #ffffff;
	border-bottom: solid 0px #cfeof2;
	padding-top: 4px;
	padding-bottom: 4px;
}

/*
 *-----------------------------------------------------------------------------------
 * Input fields
 *-----------------------------------------------------------------------------------
 */

.clsReadOnly
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #323d5a;
}

.clsNoEditValue
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	background: #d0d0d0;
	color: black;
}

.clsGoodValue
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

.clsBadValue
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: black;
	border-style: solid;
	border-color: red;
	border-width: 2;
}


/*
 *-----------------------------------------------------------------------------------
 * ImageButton (clsImageButton)
 *-----------------------------------------------------------------------------------
 */

.clsImageButton03_Normal
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	cursor: pointer;
	background-image: url(../../images/default_st800/icon_button03.gif);
	background-repeat: no-repeat;
	border-style: none;
	background-position: center center;
	width: 25px;
	height: 19px;
	background-color: transparent;
}

.clsImageButton03_Inactive
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #cecece;
	cursor: pointer;
	background-image: url(../../images/default_st800/icon_button03.gif);
	background-repeat: no-repeat;
	border-style: none;
	background-position: center center;
	width: 25px;
	height: 19px;
	background-color: transparent;
}

.clsImageButton03_Bold
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #323d5a;
	cursor: pointer;
	background-image: url(../../images/default_st800/icon_button03.gif);
	background-repeat: no-repeat;
	border-style: none;
	background-position: center center;
	width: 25px;
	height: 19px;
	background-color: transparent;
}

.clsImageButton03_Bold_MouseOver
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #e6550e;
	cursor: pointer;
	background-image: url(../../images/default_st800/icon_button03.gif);
	background-repeat: no-repeat;
	border-style: none;
	background-position: center center;
	width: 25px;
	height: 19px;
	background-color: transparent;
}


.clsEllipsis
{
	white-space:nowrap !important;
    text-overflow:ellipsis;       /* for IE6, IE7, Safari  */
	-ms-text-overflow:ellipsis;   /* for IE8  */
    overflow:hidden;
	-moz-binding:url(ST_mozilla.xml#ellipsis);  /* for Firefox */
}
.k-list-container ul li.k-item{
    white-space: nowrap;
   overflow: hidden;
    text-overflow: ellipsis;
}

.overFlow{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.k-grid-header .k-header {
	font-size: 13px;
}

.k-block>.k-header {
	font-size: 15px;
}

.clsDesktopButton{
	font-size: 13px;
	width: 75px;
	height: 30px;
	text-align: center;
}

.clsTabletButton{
	width: 150px;
	height: 70px;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	cursor: pointer;
}

.clsTabletButton:disabled,.clsTabletWideButton:disabled,.clsTabletExtraWideButton:disabled{
	color: #CCC;
	cursor: default;
}

.clsTabletWideButton{
	font-size: 30px;
	width: 300px;
	height: 70px;
	margin: 10px;
	text-align: center;
}

.clsTabletExtraWideButton{
	font-size: 30px;
	width: 400px;
	height: 70px;
	margin: 10px;
	text-align: center;
}

.clsDesktopLabel {
	font-size:15px;
	font-family:arial;
}
.clsTabletLabel {
	font-size:25px;
	font-family:arial;
}

.tdLabel {
	overflow:hidden;
	white-space:normal;
}

.clsAddScrSpec{
background-image: url("../../../styles/default/images/add.png");
cursor: pointer;
width: 64px;
height: 64px;
border: none;
background-color: #fff;
}

.clsMinusScrSpec{
background-image: url("../../../styles/default/images/minus.png");
cursor: pointer;
width: 64px;
height: 64px;
border: none;
background-color: #fff;
}

.clsAddScrSpec:disabled{
background-image: url("../../../styles/default/images/add-disabled.png");
cursor: default;
width: 64px;
height: 64px;
border: none;
background-color: #fff;
}

.clsMinusScrSpec:disabled{
background-image: url("../../../styles/default/images/minus-disabled.png");
cursor: default;
width: 64px;
height: 64px;
border: none;
background-color: #fff;
}

.k-state-selected, .k-button:active, .k-draghandle
 .k-state-selected:hover
 {
	background-color:#f26918 !important;
 }

 /* loader CSS */
 .lb-background, .loading-bg {     
  position:absolute; display:none; 
  width:100%; height:100%; top:0; left:0;    
  background-color:#000; 
  opacity: 0.4; z-index: 99999; 
  
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";

  /* IE 5-7 */
  filter: alpha(opacity=40);

  /* Netscape */
  -moz-opacity: 0.4;

  /* Safari 1.x */
  -khtml-opacity: 0.4;

 } 
 .loading-fg { 
  border-radius: 10px; border:2px solid #CCC; 
  width:100px; height:100px; padding:10px; z-index: 100001; position: absolute;
  background: url('../images/loader.gif') no-repeat center; background-color:#FFF; opacity: 0.8; 
 }

/* loader CSS */

/* Styles for save search utility */

.saveSearchBtn {
    height: 0px;
    position: relative;
    right: 10px;
    bottom: 30px;
    text-align: right;
}

.saveSearchBtn img {
    cursor: pointer;
}
.noPadding {
    padding:0 0 !important;
}

.noMargin {
    margin:0 0 !important;
}

.buttonBar {
    margin: 0 auto;
    text-align: center;
    padding:10px 0px !important;
}

.searchList .btn {
    min-width: 80px;
}

.headerLine {
    margin: 0 auto;
    padding-left: 75px;
    height: 30px;
}

.headerLine > label {
    width: 150px;
}

.headerLine > span {
    width: 20px;
}

.headerLine > input[type=text] {
    width: 150px;
}

.headerLine > input[type=combobox] {
    width: 15px;
}

.headerLine > * {
    float: left;
}

.headerLine #share_lbl {
    padding-left: 1px !important;
    padding-top: 1px !important;
}

#SUPleftGrid, #SUPrightGrid {
    float: left;
    width: 180px;
    height: 180px !important;
}

#SUPleftGrid select, #SUPrightGrid select {
    width: 180px;
    height: 150px !important;
}

.usersLine .panel-body {
    padding-top: 10px !important;
    padding-left: 60px !important;
    padding-bottom: 10px !important;
}

.searchLine .panel-heading, .usersLine .panel-heading{
    padding:5px 10px !important;
}

#SUPassignBtns {
    float: left;
    width: 70px;
    height: 150px;
    padding-left: 15px !important;
    padding-top: 70px !important;
    padding-right: 15px !important;
}

.availLbl, .assignLbl {
    width: 100%;
}

.searchLine .form-group {
    margin-bottom: 2px !important;
}

/* End of Styles for save search utility */