/* Minification failed. Returning unminified contents.
(582,1): run-time error CSS1019: Unexpected token, found '{'
(583,13): run-time error CSS1030: Expected identifier, found ' '
(583,21): run-time error CSS1031: Expected selector, found ';'
(583,21): run-time error CSS1025: Expected comma or open brace, found ';'
(584,8): run-time error CSS1030: Expected identifier, found ' '
(584,13): run-time error CSS1031: Expected selector, found ';'
(584,13): run-time error CSS1025: Expected comma or open brace, found ';'
(585,9): run-time error CSS1030: Expected identifier, found ' '
(585,10): run-time error CSS1031: Expected selector, found '1px'
(585,10): run-time error CSS1025: Expected comma or open brace, found '1px'
(586,1): run-time error CSS1019: Unexpected token, found '}'
(1234,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(1235,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1240,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1241,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1246,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1247,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4086,14): run-time error CSS1063: Expected calculation unit, found 'auto'
(4086,14): run-time error CSS1064: Expected calculation product, found 'auto'
(4086,14): run-time error CSS1065: Expected calculation sum, found 'auto'
(4086,14): run-time error CSS1034: 
(4086,14): run-time error CSS1042: Expected function, found 'auto'
(4086,20): run-time error CSS1019: Unexpected token, found ' '
(4086,20): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
li li, li p, li span, li p span, p span{font-size:1em} /* 歸零 */

.layout-expand {
    background-color: #F5F9FF; 
}
.panel-header {
    /* background-color: #F5F9FF; 
     background: -webkit-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%); 
    background: #F5F9FF; */
}

.labelContent {
    color : navy;
    font-size : 1em;   
    font-family : sans-serif;
    text-align:right;
}
.itrequired span.dot {
    color: lightcoral;
    font-weight:bold;
}
/*
.datagrid-row-selected {
    background : #ADFF2F;
}*/

div.datagrid-view .div_row_count {
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: navy;
	background-color: rgba(239, 245, 255, 0.5);
	border: 1px dotted lightgray;
	min-width: 30px;
	padding:3px;
	text-align:center;
	line-height: 18px;
	z-index: 1;
}

.messager-body {
    /*font-size : 1.2em;*/
    font-family : monospace;
}

.ok { 
    width:470px;
    background: url('icons/ok.png') no-repeat 2px 2px;
    background-size: 50px 50px;    
}
.ok span { 
    margin-left:60px;
    font-size:3.5em;
    color: darkgreen;
}

.loading { 
    min-width:300px;
    min-height: 70px;
    background: url('icons/loading.gif') no-repeat white 10px 10px ;
    background-size: 30px 30px;    
}
.loading div { 
    margin: 10px 0px 0px 50px;
    font-size:2em;
    color: green;
}
.loading .msg_time { 
    font-size:1em;
}

.currently-loading {
    background-image: url('icons/loading.gif');
    background-repeat: no-repeat;
    position:absolute;
    width:100px;
    height:100px;
}

body, html{ 
    position: relative;
    width:100%; 
    height:100%; 
    padding: 0; 
    margin: 0;
}

@media only screen and (min-width: 550px) {
    .myFullScreen_module {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        /*border:1px solid #FFFFFF;*/
    }
}
@media only screen and (max-width: 550px) {
	.myFullScreen_module {
		position: fixed;
		width: 1024px;
		height: 800px;
		left: 0;
		top: 0;
		/*border:1px solid #FFFFFF;*/
	}

	.myFullScreen_module.css-popupwindow-mainframe {
		position: fixed;
		width: 100%;
		height: 100%;
	}
}

.loading_in_center {
    background-image: url('icons/loading.gif');
    background-repeat: no-repeat;
    background-position: center; 
    /*border:1px solid #FFFFFF;*/
}


iframe {
    display: block;
}


.panel-title {
    /*font-size : 1em;*/
}

.panel-body, .datagrid-header .datagrid-cell span {
    font-size : 13px;
}

.tree-title {
    font-size : 1em;
    /*font-weight: bold;*/
}

.datagrid-toolbar, .datagrid-pager {
    background: white;
}

.datagrid-htable .datagrid-header-row {
    font-size : 1em;
    color: navy;
    font-weight: bold;
    /*text-shadow: 0 0 1px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 20px #fff, 0 0 30px #FFF5A6, 0 0 40px #FFF5A6, 0 0 50px #FFF5A6;*/
}
.datagrid-header, .datagrid-toolbar, .datagrid-pager, .datagrid-footer-inner {
    /*border-color: cornflowerblue;*/
}

.datagrid-header, .datagrid-td-rownumber {
    background: #FDFDFD;
}

.panel-row-alt {   
      background: #FFFCF5; /* For browsers that do not support gradients */
      background: -webkit-linear-gradient(left, #FFFCF5 , white); /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(right, #FFFCF5, white); /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(right, #FFFCF5, white); /* For Firefox 3.6 to 15 */
      background: linear-gradient(to right, #FFFCF5 , white); /* Standard syntax */
}

.datagrid-row-alt {   
      background: #FFFCF5;
}

.datagrid-row-over,
.datagrid-header td.datagrid-header-over {
  background: #eaf2ff;
  color: #000000;
  cursor: default;
}
.datagrid-row-selected {
  background: #ffe48d;
  color: #000000;
}
.datagrid-row-editing .textbox,
.datagrid-row-editing .textbox-text {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}


/*#region region [7] tooltip for error */
.cell_error {
    font-weight:bold; border: 2px solid red; background: #FFFEFF; 
    min-height:20px;
}

.ittooltip {
	border-bottom: 1px dotted #000000; color: #000000; outline: none;
	cursor: help; text-decoration: none;
}
.ittooltip span {
	margin-left: -999em;
	position: absolute;
}
.ittooltip:hover span {
    white-space: normal;
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute; left: 2em; top: 2em; z-index: 99;
	margin-left: 0; width: 250px;
}
.ittooltip:hover img {
	border: 0; margin: -10px 0 0 -55px;
	float: left; position: absolute;
}
.ittooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
	display: block; padding: 0.2em 0 0.6em 0;
}

.classic { padding: 0.8em 1em; font-size:1.5em; }		
.classic {background: #FFFFAA; border: 1px solid #FFAD33; }

.ittooltip span {
	background: #FFFFAA;
	border: 1px solid #FFAD33;
}
/*#endregion */

/*#region normal-table*/
.normal-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.normal-table th {
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
	height: 25px;
    font-size: 1em;
    color: navy;
    font-weight: bold;
	background-color: #FDFDFD;
}
.normal-table th.normal-table-green {
    background: -webkit-linear-gradient(top,#e6ffe6 0,#ccffcc 50%);
    background: -moz-linear-gradient(top,#e6ffe6 0,#ccffcc 50%);
    background: -o-linear-gradient(top,#e6ffe6 0,#ccffcc 50%);
    background: linear-gradient(to bottom,#e6ffe6 0,#ccffcc 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6ffe6,endColorstr=#ccffcc,GradientType=0);
}
.normal-table tr:nth-child(odd) td.normal-table-green {
    background-color: white;
}
.normal-table tr:nth-child(even) td.normal-table-green {
    background-color: #e6ffef;
}

.normal-table th.normal-table-yellow {
    background: -webkit-linear-gradient(top,#F2F5A9 0,#F3F781 50%);
    background: -moz-linear-gradient(top,#F2F5A9 0,#F3F781 50%);
    background: -o-linear-gradient(top,#F2F5A9 0,#F3F781 50%);
    background: linear-gradient(to bottom,#F2F5A9 0,#F3F781 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2F5A9,endColorstr=#F3F781,GradientType=0);
}
.normal-table tr:nth-child(odd) td.normal-table-yellow {
    background-color: white;
}
.normal-table tr:nth-child(even) td.normal-table-yellow {
    background-color: #F2F5A9;
}

table.normal-table td.empty {
    background :white;
}
.normal-table tr:nth-child(odd) {
    background-color: white;
}
.normal-table tr:nth-child(even) {
    background-color: #FFFCF5;
}
.normal-table tr:hover, .normal-table tr:hover td.empty, .normal-table tr:hover td.normal-table-yellow, .normal-table tr:hover td.normal-table-green {
    background-color: #eaf2ff;
} 

table.normal-table tr.top td { border-top: 2px solid #ACD3E6;}
table.normal-table tr.bottom td { border-bottom:  2px solid #ACD3E6;}
table.normal-table tr.row td:first-child { border-left: 2px solid #ACD3E6;}
table.normal-table tr.row td:last-child { border-right:  2px solid #ACD3E6;}

.normal-table th, .normal-table td {
	border: 1px solid #ACD3E6;
	margin: 0;
	padding: 0 4px;
	vertical-align: middle;
}
.normal-table tr {
	line-height: 18px;
}
/*#endregion normal table*/

.voided td{
    outline: 1px dashed red;
}


/*#region region[8]error blink*/
.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinker;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinker;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

/*#endregion*/

/*#region jsappcalendar*/
.fc-event {
    font-size: 1em;
    cursor: pointer;
}
.fc-day-grid-event .fc-content{
    white-space:normal;
}
/*#endregion*/


/*#region attachment list*/
    /********************************
     * generic als elements styling
     ********************************/
    .als-container {
	    position: relative;
	    width: 100%;
	    margin: 0px auto;
    }

    .als-viewport {
	    position: relative;
	    overflow: hidden;
	    margin: 0px auto;
    }

    .als-wrapper {
	    position: relative;
	    list-style: none;
    }

    .als-item {
	    position: relative;
	    display: block;
	    text-align: center;
	    cursor: pointer;
	    float: left;
    }

    .als-prev, .als-next {
	    position: absolute;
	    cursor: pointer;
	    clear: both;
    }


/*#endregion*/



.ittooltiplist {  
    font-size:1.25em;  
    width:180px;
}
.ittooltiplist:hover {
    background-color: #ffe48d;
    cursor:pointer;
}



.itlabel {
	display: inline-block;
	line-height: 94%;
	padding-left: 4px;
	padding-right: 1px;
	text-align: left;
}


/*#region form**/
.layout_form_label {
    display: flex;
    vertical-align: middle;
    position:relative;
    flex: 0 0 auto;
    /*max-height: 25px;*/
    width:90px;
    /*text-align: right;*/
}

.layout_form_input {
	display: flex;
	vertical-align: middle;
	flex: 1 1 auto;
	padding-left: 1px;
	padding-right: 1px;
	min-width: 125px;
}
.layout_form_col_1 div.layout_form_input {
    width: 25px;
}
.layout_form_col_2 div.layout_form_input {
    width: 145px;
}
.layout_form_col_3 div.layout_form_input {
    width: 265px;
}
.layout_form_col_4 div.layout_form_input {
    width: 385px;
}
.layout_form_col_5 div.layout_form_input {
    width: 505px;
}
.layout_form_col_6 div.layout_form_input {
    width: 625px;
}
.layout_form_col_7 div.layout_form_input {
    width: 745px;
}
.layout_form_col_8 div.layout_form_input {
    width: 865px;
}

.layout_form_unit {
    float: left;
    display: flex;
    align-items: center;
}
.layout_form_col_1 {
    width: 120px;
}
.layout_form_col_2 {
    width: 240px;
}
.layout_form_col_3 {
    width: 360px;
}
.layout_form_col_4 {
    width: 480px;
}
.layout_form_col_5 {
    width: 600px;
}
.layout_form_col_6 {
    width: 720px;
}
.layout_form_col_7 {
    width: 840px;
}
.layout_form_col_8 {
    width: 960px;
}
.layout_form_row_1 {
    height: 26px;
	/*overflow:hidden;*/
}
.layout_form_row_1 .layout_form_label{
	max-height: 26px;
	/*overflow: auto;*/
}
.layout_form_row_2 {
    height: 52px;
}
.layout_form_row_3 {
    height: 78px;
}
.layout_form_row_4 {
    height: 104px;
}
.layout_form_row_5 {
    height: 130px;
}
.layout_form_row_6 {
    height: 156px;
}

/*#endregion form*/


[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak
{
    display: none;
}


.l-btn-disabled {
    cursor: not-allowed;
    pointer-events: none;
}

.test_env_label {
    opacity: .3;
    font-family: Tahoma;
    font-size: 1.5em;
    font-weight: bold;
    color: red;
}

.recinfo {
    padding:2px 5px 2px 5px;
    color: green;    
    display: flex;
    display: -ms-flexbox;
    font-size: 10px;
}
div.recinfo #img {
    width:16px;
    height:16px; 
    display:inline-block;
    border:0;
    vertical-align:middle;
    margin-right:4px;
}

div.recinfo span {
    margin-right:10px;
}

.hiddenCheckbox {
    display:none;
}

.search_widget_panel {
    background-color: #fffdf2;
}


tr[dblclick="true"] {
	cursor: pointer;
}

.hide {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}

.css-srch-selected a[itbutton] {
	background: #ffe48d;
	color: #000;
	border: 1px solid #b7d2ff;
}

{
	background: #eaf2ff;
	color: #000;
	border: 1px solid #b7d2ff;
}

    .tmpl_label .css-srch-item-tool {
        display: flex;
        justify-content: flex-end;
        position:absolute;
        width: 88px;
        right: 0px;
        top: -20px;
        opacity: 0;
        transition: opacity 0.5s ease;
    }
    .tmpl_label:hover .css-srch-item-tool {
        opacity: 1;
        transition-delay:0.6s;        
    }
    #uidiv_sysrch_maint .itlabel:hover .labelContent {
        text-decoration: underline;
    }
	#uidiv_sysrch_maint .item.itsrch_mandatory label span.labelContent{
		color: maroon;
	}
#uidiv_sysrch_maint .item.itsrch_mandatory #uibtn_delete {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}




@media (min-width:400px) and (max-width:1269px) {
	#uidiv_sysrch_maint .uidiv_sysrch_crt {
			width: 950px;
		}
	}
	@media (min-width:1270px) and (max-width:1549px) {
		#uidiv_sysrch_maint .uidiv_sysrch_crt {
			width: 1230px;
		}
	}
	@media (min-width:1550px) and (max-width:1849px) {
		#uidiv_sysrch_maint .uidiv_sysrch_crt {
			width: 1510px;
		}
	}
	@media (min-width:1850px) {
		#uidiv_sysrch_maint .uidiv_sysrch_crt {
			width: 1810px;
		}
	}

#uidiv_sysrch_maint .uidiv_sysrch_crt.edit {
	min-width: 550px;
	width: 100%;
}
        
    .container {
	    font-family: 'Lato', sans-serif;
	    width: 1000px;
	    margin: 0 auto;
    }
    #uidiv_sysrch_maint .item {
        /*width: 300px;*/
        float: left;
        display: flex;
        /*margin: 1px 0px;*/
        align-items: center;
        height:32px;
    }
    #uidiv_sysrch_maint .item_config {
        width: 700px;
    }
    #uidiv_sysrch_maint .item .subitem {
        display: table-cell;
        vertical-align: middle;
        padding-left: 2px;
        padding-right: 2px;
    }
    
    #uidiv_sysrch_maint .item .subitem .itlabel label{
        padding: unset;
    }
    #uidiv_sysrch_maint .tmpl_icon {
        width: 55px;
    }

    #uidiv_sysrch_maint .tmpl_label {
        position: relative;
        width: 80px;
    }
    #uidiv_sysrch_maint label#dynamic_srch_t { 
        width: 80px;      
		display: inline-block;
    }
    #uidiv_sysrch_maint .tmpl_op {
        width: 75px;
    }

    #uidiv_sysrch_maint .tmpl_input {
        min-width: 200px;
        /*max-width: 210px;*/
    }

    #uidiv_sysrch_maint .tmpl_input_config {
        min-width: 200px;
        max-width: 500px;
    }

#uidiv_sysrch_maint .tmpl_label div.item_op {
	float: right;
	position: absolute;
	left: 94%;
	margin-top: 0px;
	color: white;
	background-color: black;
	font-size: 0.8em;
	padding: 0.5px 1px;
	opacity: 0.3;
	display: none;
}
    #uidiv_sysrch_maint .sysrch_format {
        margin: 0px 2px;
        background-color: #F0F8FF;
        padding: 2px;
        border: 1px solid #5D8AA8;
    }
    #uidiv_sysrch_maint .sysrch_format:hover {
        background-color: #ffe48d;
        cursor:pointer;
    }
	
/* Track */

#srch_btn_con::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #fafcff;
}

.datagrid-wrap.panel-body[iteditable=false] a.cb_dg_delete_row{
	display: none;
}

#srch_btn_con::-webkit-scrollbar {
	height: 6px;
	width: 6px;
	background-color: #99b6e4;
}

#srch_btn_con::-webkit-scrollbar-thumb {
	background-color: #99b6e4;
	cursor:pointer
}

select.css-srch-id-select {
	border: none;
	outline: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: navy;
	width: 62px;
}
/* IE11 */
	select.css-srch-id-select::-ms-expand {
		display: none;
	}

	select.css-srch-id-select:focus {
		border: 1px solid #95b8e7;
		border-radius: 5px;
		padding-top: 3px;
		padding-bottom: 3px;
	}


    div.itchart {
        display: inline-block;
        border: 1px solid #E0ECFF;
        padding: 3px;
        margin:2px;

    }

    /**fullcalendar**/
    .fc-sat { 
        color:blue;         
        background-color :#f3f8ff;
    }
    .fc-sun { 
        color:red;  
        background-color :#fff9f9;
    }


    /*#region iterrortree*/
    /* Syntax highlighting for JSON objects */
    .messager-body .iterrortree {
        font-size : 1em;
    }
div.iterrortree ul.json-dict, div.iterrortree ol.json-array {
  list-style-type: none;
  margin: 0 0 0 1px;
  border-left: 1px dotted #ccc;
  padding-left: 2em;
}
div.iterrortree .json-string {
  color: #0B7500;
}
.json-literal {
  color: #1A01CC;
  font-weight: bold;
}

/* Toggle button */
div.iterrortree a.json-toggle {
  position: relative;
  color: inherit;
  text-decoration: none;
}
div.iterrortree a.json-toggle:focus {
  outline: none;
}
div.iterrortree a.json-toggle:before {
  color: #aaa;
  content: "\25BC"; /* down arrow */
  position: absolute;
  display: inline-block;
  width: 1em;
  left: -1em;
}
div.iterrortree a.json-toggle.collapsed:before {
  content: "\25B6"; /* left arrow */
}

/* Collapsable placeholder links */
div.iterrortree a.json-placeholder {
  color: #aaa;
  padding: 0 1em;
  text-decoration: none;
}
div.iterrortree a.json-placeholder:hover {
  text-decoration: underline;
}

/*#endregion*/


.pb_gen_tb_form {
    border-spacing: 0;
    border-collapse: collapse;
	width: 100%
}

.pb_gen_tb_form td {
    vertical-align: top;
}


/*menu button***/
    
.css-menu-btn,.css-menu-btn:hover,.css-menu-btn>.panel-header{
    padding-left: 5px;
    padding-right: 5px;
	color: black;
	background: none ;       
    height:36px;
    display:inline-flex;
    -webkit-border-radius: 0px;    
    border: 1px solid transparent;
}
.css-menu-btn span.l-btn-text {
    font-size: 1.25em;
    color: black;
    line-height:36px;
}
a.css-menu-btn:hover{
    color: white;
	background: #0377bb;
}
.menu-form-row {
    padding: 5px;
}

.itunderline {
    padding-bottom:5px; border-bottom: 1px solid #e5e5e5; margin-bottom:5px
}


/*
div.datagrid-toolbar .l-btn, div.datagrid-toolbar .l-btn:hover{
	color: white;
    font-weight:bold;
	background: #0377bb ;        
}
div.datagrid-toolbar .l-btn span.l-btn-text {
    font-size: 1em;
}
div.datagrid-toolbar .l-btn:hover{
    color: white;
	background: #0069a7;
}

div.datagrid-toolbar #uibtn_csv_quick, #uibtn_csv_quick:hover{
	color: white;
    font-weight:bold;
	background: #0377bb ;        
}
#uibtn_csv_quick span.l-btn-text {
    font-size: 1em;
}
#uibtn_csv_quick:hover{
    color: white;
	background: #0069a7;
}
    */

.css-event-row {
    padding-bottom: 5px;
    border-left: 2px solid #ced4d9;
    margin-left: 12px;
    line-height: 1.3em;
}

.css-event-row.css-last-event {
    border-left: 0;
    padding-left: 2px;
    padding-bottom: 0px;
}

.css-event-track {
    float: left;
    width: 10px;
    height: 10px;
    background: #dad0ca;
    position: relative;
    border: 5px solid #fff;
    border-radius: 8px;
    left: -11px;
    top: 3px;
}

.css-current-event .css-event-track {
    width: 16px;
    height: 16px;
    background: #8177e7;
    left: -14px;
    top: 0;
}

.css-event-track:before {
    border: 1px solid #ced4d9;
    background: #ced4d9;
    content: '';
    position: relative;
    left: 4px;
    top: -18px;
    font-size: 2px;
}

.css-first-event .css-event-track:before, .css-current-event .css-event-track:before {
    border: 1px solid #fff;
    background: #fff;
}

.css-current-event .css-event-track:before {
    border-width: 0;
}

.css-event-status {
    margin-left: 20px;
    padding: 5px;
    min-height: 16px;
}

.css-event-status:hover {
    background: aliceblue;
}

.css-event-header {
    font-weight: 700;
}

.css-current-event .css-event-header {
    color: #8177e7;
}

/* Global CSS, you probably don't need that */

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.wrapper {
	display: table-cell;
	height: 400px;
	vertical-align: middle;
}

.nav {
	margin-top: 40px;
}

.pull-right {
	float: right;
}

a, a:active {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #999;
}

/* Breadcrups CSS */

.arrow-steps .step {
	font-size: 1em;
	text-align: center;
	color: #666;
	cursor: default;
	margin: 0 3px;
	padding: 10px 10px 10px 30px;
	min-width: 120px;
	float: left;
	position: relative;
	background-color: #d9e3f7;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
  transition: background-color 0.2s ease;
}

.arrow-steps .step:after,
.arrow-steps .step:before {
	content: " ";
	position: absolute;
	top: 0;
	right: -17px;
	width: 0;
	height: 0;
	border-top: 19px solid transparent;
	border-bottom: 19px solid transparent;
	border-left: 19px solid #d9e3f7;	
	z-index: 2;
  transition: border-color 0.2s ease;
}

.arrow-steps .step:before {
	right: auto;
	left: 0;
	border-left: 19px solid #fff;	
	z-index: 0;
}

.arrow-steps .step:first-child:before {
	border: none;
}

.arrow-steps .step:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.arrow-steps .step span {
	position: relative;
}

.arrow-steps .done.step span:before {
	opacity: 1;
	content: "✔";
	position: absolute;
	top: -2px;
	left: -20px;
}

.arrow-steps .step.current {
	color: #fff;
	background-color: #23468c;
}

.arrow-steps .step.current:after {
	border-left: 17px solid #23468c;	
}
#uidiv_debug_db {
    background:rgba(28, 22, 25, 0.4);
	padding:5px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
[data-satooltip-normal],[data-satooltip-layout] {
	position:relative;
}
[data-satooltip-normal]:before {
	content:'';
	/* hides the tooltip when not hovered */
	display:none;
	content:'';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid rgba(28, 22, 25, 0.4);	
	position:absolute;
	top:20px;
	left:20px;
	z-index:99999;
	font-size:0;
	line-height:0;
	width:0;
	height:0;
}
[data-satooltip-normal]:after, [data-satooltip-layout]:after {
	display:none;
	position:absolute;
	top:25px;
	left:0px;
	padding:5px 8px;
	background:rgba(28, 22, 25, 0.4);
	color:#fff;
	z-index:96998989;
	font-size: 0.75em;
    max-width:200px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	word-wrap:normal;
    white-space: pre-wrap;
}
[data-satooltip-normal]:hover:before,
[data-satooltip-normal]:hover:after,
[data-satooltip-layout]:hover:before,
[data-satooltip-layout]:hover:after {
	display:block;
}
[data-satooltip-normal]:after {
	content:attr(data-satooltip-normal);
}
[data-satooltip-layout]:after {
	content:attr(data-satooltip-layout);
	top:0px;
	left:calc(100% - 200px);
}


/*for iframe full screen, to remove strange srcoll bar*/
.iframe_full {
    width: 100%;
    /*height:calc(100% - 3px);*/
    display: block;
    height: 100%;
}



.tip-label-text {
    cursor: default;
    pointer-events: none;
}

.css-background-transparent {
    background : rgba(255,255,255,0.3);
}
.css-background-transparent-blue {
    background : rgba(0,136,204,0.5);
}

iframe {
    border: none;
}

.it-repeat-box {
    width:135px;
    height:90px;
    border: 1px solid #E0ECFF;
    display:inline-block;
    padding:5px;
    position:relative;
    margin: 3px;
    background-color: #fbfdff;
}
.it-repeat-title {
    color: navy;
	font-family: Candara, Tahoma, Geneva, sans-serif; 
    font-weight: bold;
    height: 1.8em;
    font-size:1.1em;
    text-align: center;
}
.it-repeat-value {
    font-size: 2.5em;
	font-family: Candara, Tahoma, Geneva, sans-serif; 
    font-weight: bold;
    text-align: center;
}
.it-repeat-box #pcent {
    position: absolute;
    bottom: 5px;
}
.it-repeat-box.it-repeat-clickable:hover {
    cursor: pointer;
      opacity: 1;
      filter: alpha(opacity=100);
      background-color: #e0ecff;
      -moz-border-radius: 3px 3px 3px 3px;
      -webkit-border-radius: 3px 3px 3px 3px;
      border-radius: 3px 3px 3px 3px;
}

 .it-repeat-selected {
    border-color: #2895f1;
    background-color: #FFF9BF;
}

.it-small-text {
	font-size: 12px;
	transform: scale(0.9);
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	font-size-adjust: none;
	transform-origin: top left;
}

/*#region region[8]error blink*/
.textbox-invalid {
    -webkit-animation-name: blinker-half;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinker-half;
    -moz-animation-duration: 1.5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinker-half;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker-half {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker-half {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

@keyframes blinker-half {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

/*#endregion*/

.ico16x16{
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 1px;
    vertical-align: middle;
}
.ico32x32{
    display: inline-block;
    width: 32px;
    height: 32px;
    padding: 1px;
    vertical-align: middle;
}
/*datagrid**/
.datagrid-sort .datagrid-sort-icon{
    position: absolute;
    right: 0px;
    top: 20%;
    width: 6px;
    height:16px;
}

.datagrid-cell.datagrid-sort{
    position:relative;
}

/*#region accinfo*/
.itaccinfo {
    display: inline-block;
    font-family: sans-serif;
    font-size:1.1em;
}
.itaccinfo table {
    width: 240px;
}
.itaccinfo td,.itaccinfo th {
    text-align:right;
    padding:2px 3px;
}
.itaccinfo tr .amt {
  min-width: 90px;
}

.itaccinfo .amt {
    color: teal;
}
.itaccinfo .outs {
    color: maroon;
}
.itaccinfo .last_settle {
    color: teal;
}
.itaccinfo table { 
    border-collapse: collapse; 
}

.itaccinfo tr {
    height: 20px;
}

.itaccinfo tr.pl td {
    background-color:lemonchiffon;
  
  font-size: 0.8em;
  text-align: center;
}
.itaccinfo tr.pl .span {
    vertical-align:middle;
}
/*#endregion accinfo*/

body {
    font-family: sans-serif;
}

.accordion .panel-title {
        font-family: "lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
}

.itlabelontop {
    padding-left:4px;
    display:inline-block;
}

.itpanelheader {
    background-color: #e0ecff;
    background: -webkit-linear-gradient(top,#eff5ff 0,#e0ecff 100%);
    background: -moz-linear-gradient(top,#eff5ff 0,#e0ecff 100%);
    background: -o-linear-gradient(top,#eff5ff 0,#e0ecff 100%);
    background: linear-gradient(to bottom,#eff5ff 0,#e0ecff 100%);
    background-repeat: repeat-x;
    border-color: #95b8e7;
    padding: 5px;
    position: relative;
}

.panel.datagrid[tabindex]:focus div.datagrid-wrap {
    border-color:#ffe48d;
}

.nobackground {
    background: transparent !important;
}

.ittag {
    margin: 1px 5px;
    display: inline-block;
    background-color: #F0F8FF;
    padding: 1px 3px;
    border: 1px solid #5D8AA8;
}
div[data-itdept-type='itTabPage'] {
    position: relative;
}
.css-layoutregion-float-head.fixed {
    position: fixed;
    z-index: 1;
    top: unset;
    display: initial;
}

.css-layoutregion-float-head {
    padding: 5px;
    box-shadow: 0 8px 10px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
    background: linear-gradient(to bottom,#eff5ff 0,#e0ecff 70%);
    margin: 0px 5px;
    top: -100px;
    display: none;
}

.itblocker {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #444;
	opacity: 0.5;
	top: 0;
	left: 0;
	z-index: 10;
	cursor: pointer;
	text-align:center;
	padding-top:10px;
}

.itblocker .itblocker-text {
	font-size: 24px;
	font-weight:bold;
	color:white;
	opacity: 1;
}



.itngtable {
overflow: auto;
position: relative;
}

.itngtable table {
table-layout: fixed;
border-collapse: separate;
border-spacing: 0;
position: absolute;
width: 100%;
}

.itngtable th{
background-color: #fff;
}
.itngtable th,
.itngtable td {
box-sizing: border-box;
width:120px;
}
.itngtable td.fixed-cell{
	background-color: #fff;
}

.itngtable .cross {
	position: relative;
	z-index: 1;
}

.datagrid-header-inner {
  width: auto;
  padding-right: 17px;
}
.datagrid-footer-inner {
  width: auto;
  padding-right: 17px;
}
    /*div {
        display: block;
    }*/
    .page-header-border {
        height: 73px;
        border-bottom: 1px solid #e5e5e5;
        padding: 19px 0;
        margin: 0 auto 50px;
        width: 990px;
    }
    #page-content {
        padding-bottom: 2em;
        min-height: 425px;
    }
    #inner-page-header {
        vertical-align: middle;
    }
    .login-page-container {
        width: 350px;
    }
    #login-or-register-page-content {
        text-align: center;
    }
    .login-page-container-wrapper {
        display: inline-block;
        vertical-align: middle;
    }
    #login-or-register-page-content {
        text-align: center;
        /*
        background-image: url('background/background-login.png');
        background-size: cover;
        background-repeat: no-repeat;
            */
    }
    #login-or-register-page-content .login-or-register-img {
        margin-right: 90px;
        margin-top: 20px;
        margin-bottom: 110px;
    }
    #login-or-register-page-content .login-or-register-img, #login-or-register-page-content .login-page-container {
        display: inline-block;
        vertical-align: middle;
    }
    .clearfix:before {
        content: " ";
        display: table;
    }
    .clearfix:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }
    html[xmlns] .clearfix {
        display: block;
    }
    
    .tracking-part {
        padding: 10px;
        border-radius: 3px;
        border: 1px solid #e5e5e5;
        background-color: #fafafb;
    }

    .login-page-login-part {
        padding: 10px;
        border-radius: 3px;
        border: 1px solid #DDE7F5;
        background-color: #f2f7fe;
    }
    .login-page-container {
        display: inline-block;
        vertical-align: middle;
    }
    .login-page-container .login-page-header {
        float: left;
        font-size: 1.75em;
        font-weight: normal;
    }
    .login-page-container .login-page-switch {
        float: right;
        margin-top: 5px;
        line-height: normal;
        vertical-align:bottom;
    }
    a {
        color: #2895F1;
        text-decoration: none;
    }
    .login-page-container .login-form-container {
        width: 100%;
    }
    .login-form-container {
        position: relative;
        text-align: left;
        width: 350px;
    }
    .login-form-row {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .login-form-submit {
        float : right;
    }
    body, input, textarea, select, button, .normal {
        font-size: 13px;
        font-weight: normal;
    }
    #page-full-footer {
        clear: both;
        padding: 0;
    }
    #footer-top-margin {
        height: 6em;
    }
    #footer-border {
        width: 100%;
        height: 0;
        margin-bottom: 2em;
        border-top: 1px solid #e5e5e5;
    }
    #page-full-footer .footer-col {
        float: left;
        max-width: 200px;
        margin: 15px 45px 20px 15px;
    }
    #footer-border {
        width: 100%;
        height: 0;
        margin-bottom: 2em;
        border-top: 1px solid #e5e5e5;
    }
    #page-full-footer .footer-col {
        float: left;
        max-width: 200px;
        margin: 15px 45px 20px 15px;
    }
    #outer-frame {
        width: 990px;
        margin: 0 auto;
    }

    .myFullScreen_module {
        position:relative
    }


    .register-page-container {
        width: 550px;
    }
    #login-or-register-page-content {
        text-align: center;
    }
    .register-page-container-wrapper {
        display: inline-block;
        vertical-align: middle;
    }
	
    .register-page-container {
        display: inline-block;
        vertical-align: middle;
    }
    .register-page-container .register-page-header {
        float: left;
        font-size: 1.75em;
        font-weight: normal;
    }
    .register-page-container .register-page-switch {
        float: right;
        margin-top: 5px;
        line-height: normal;
        vertical-align:bottom;
    }
    .register-page-container .login-form-container {
        width: 100%;
    }
    .register-page-register-part {
        padding: 10px;
        border-radius: 3px;
        border: 1px solid #DDE7F5;
        background-color: #f2f7fe;
    }
    .register-form-row {
        padding: 5px;
        text-align: left;
    }


    .login-form-row {
        padding: 5px;
    }
.arrow-left {
    display: block;
    background: url("icons/NAV/CFS/cfs_arrow_left.png");
    width: 64px;
    height: 37px;
    margin-top: 15px;
    margin-bottom: 15px;
    filter: alpha(opacity=50);
    opacity: .5;
}

.arrow-right {
    display: block;
    background: url("icons/NAV/CFS/cfs_arrow_right.png");
    width: 64px;
    height: 37px;
    margin-top: 15px;
    margin-bottom: 15px;
    filter: alpha(opacity=50);
    opacity: .5;
}

.arrow-right-down {
    display: block;
    background: url("icons/NAV/CFS/cfs_arrow_right_down.png");
    width: 64px;
    height: 214px;
    margin-top: 15px;
    margin-bottom: 15px;
    filter: alpha(opacity=50);
    opacity: .5;
}

.arrow-down {
    display: block;
    background: url("icons/NAV/CFS/cfs_arrow_down.png");
    width: 37px;
    height: 64px;
    margin-top: 15px;
    margin-bottom: 15px;
    filter: alpha(opacity=50);
    opacity: .5;
}

.arrow-down-left {
    display: block;
    background: url("icons/NAV/CFS/cfs_arrow_down_left.png");
    width: 36px;
    height: 64px;
    margin-top: 15px;
    margin-bottom: 15px;
    filter: alpha(opacity=50);
    opacity: .5;
}

.arrow-down-right {
    display: block;
    background: url("icons/NAV/CFS/cfs_arrow_down_right.png");
    width: 36px;
    height: 64px;
    margin-top: 15px;
    margin-bottom: 15px;
    filter: alpha(opacity=50);
    opacity: .5;
}

.user-setting {
    background: url("icons/NAV/CFS/settings.png");
    width: 16px;
    height: 16px;
}

.cfs-ob-bk {
    display: block;
    background: url("icons/NAV/CFS/cfs_ob_bk.png");
    width: 64px;
    height: 64px;
}

.cfs-ob-gc {
    display: block;
    background: url("icons/NAV/CFS/cfs_ob_gc.png");
    width: 64px;
    height: 64px;
}

.cfs-ob-si {
    display: block;
    background: url("icons/NAV/CFS/cfs_ob_si.png");
    width: 64px;
    height: 64px;
}

.cfs-ob-lp {
    display: block;
    background: url("icons/NAV/CFS/cfs_ob_lp.png");
    width: 64px;
    height: 64px;
}

.cfs-ob-so {
    display: block;
    background: url("icons/NAV/CFS/cfs_ob_so.png");
    width: 64px;
    height: 64px;
}

.cfs-scan {
    display: block;
    background: url("icons/NAV/CFS/cfs_scan.png");
    width: 155px;
    height: 155px;
}

.cfs-enquiry {
    display: block;
    background: url("icons/NAV/CFS/cfs_enq.png");
    width: 100px;
    height: 100px;
}

.cfs-ib-bk {
    display: block;
    background: url("icons/NAV/CFS/cfs_ib_bk.png");
    width: 64px;
    height: 64px;
}

.cfs-ib-si {
    display: block;
    background: url("icons/NAV/CFS/cfs_ib_si.png");
    width: 64px;
    height: 64px;
}

.cfs-ib-gc {
    display: block;
    background: url("icons/NAV/CFS/cfs_ib_gc.png");
    width: 64px;
    height: 64px;
}

.cfs-ib-lp {
    display: block;
    background: url("icons/NAV/CFS/cfs_ib_lp.png");
    width: 64px;
    height: 64px;
}

.cfs-ib-so {
    display: block;
    background: url("icons/NAV/CFS/cfs_ib_so.png");
    width: 64px;
    height: 64px;
}

.cfs-ob-ulds {
    display: block;
    background: url("icons/NAV/CFS/cfs_ob_air_uld_single.png");
    width: 64px;
    height: 64px;
}

.cfs-ob-uld {
    display: block;
    background: url("icons/NAV/CFS/cfs_ob_air_uld.png");
    width: 64px;
    height: 64px;
}

.cfs-ib-uld {
    display: block;
    background: url("icons/NAV/CFS/cfs_ib_air_uld.png");
    width: 64px;
    height: 64px;
}

.cfs-ot-lp {
    display: block;
    background: url("icons/NAV/CFS/cfs_ot_lp.png");
    width: 64px;
    height: 64px;
}

.cfs-ot-lp-out {
    display: block;
    background: url("icons/NAV/CFS/cfs_ot_lp_out.png");
    width: 64px;
    height: 64px;
}

.cfs-ot-air-uld {
    display: block;
    background: url("icons/NAV/CFS/cfs_ot_air_uld.png");
    width: 64px;
    height: 64px;
}
    .l-btn.l-btn-plain {
        color: #007EFF;
    }

.css-blue-btn, .css-blue-btn:hover, .css-blue-btn > .panel-header {
	color: #2779AA;
	background: #d7ebf9;
	background-repeat: repeat-x;
	border: 1px solid #AED0EA;
	background: -webkit-linear-gradient(top,#f2f5f7 0,#d7ebf9 100%);
	background: -moz-linear-gradient(top,#f2f5f7 0,#d7ebf9 100%);
	background: -o-linear-gradient(top,#f2f5f7 0,#d7ebf9 100%);
	background: linear-gradient(to bottom,#f2f5f7 0,#d7ebf9 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2f5f7,endColorstr=#d7ebf9,GradientType=0);
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

a.css-blue-btn:hover {
	background: #fff;
	filter: none;
}
a.css-blue-btn.l-btn.l-btn-plain {
	color: #2779AA;
}
        

    .css-green-btn,.css-green-btn:hover,.css-green-btn>.panel-header{
	    color: white;
        font-weight:bold;
        color: #005B49;
	    background: #eeeeee;
        background-repeat: repeat-x;
        border: 1px solid #005B49;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;      
    }
    a.css-green-btn:hover{
        background: #005B49  ;
        color:white;
    }      

    .css-red-btn,.css-red-btn:hover,.css-red-btn>.panel-header{
	    color: white;
        font-weight:bold;
        color: #8F0E00;
	    background: #eeeeee;
        background-repeat: repeat-x;
        border: 1px solid #8F0E00;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;      
    }
    a.css-red-btn:hover{
        color: white;
        background: #8F0E00 ;
    }

    
    .css-login-btn,.css-login-btn:hover,.css-login-btn>.panel-header{
	    color: white;
        font-weight:bold;
	    background: #0377bb ;        
    }
    .css-login-btn span.l-btn-text {
        font-size: 1em;
    }
    a.css-login-btn:hover{
        color: white;
	    background: #0069a7;
    }
    .css-login-btn>.panel-body{
	    border-color: #007dc4;
    }
    .css-login-btn>.dialog-toolbar,.css-login-btn>.dialog-button{
	    border-left-color: #007dc4;
	    border-right-color: #007dc4;
    }
    .css-login-btn>.dialog-button{
	    border-bottom-color: #007dc4;
    }



/*#region region [1] icon */

/* 
    Generate icon spritesheet at: http://spritegen.website-performance.org/ 
    - padding: 2px
*/
    .icon-copy{
            background:url('spritesheet_16x16.png') -2px -2px no-repeat;
            /*background: url('icon_svg.svg#smile-view-face');  */
            width:16px;
            height:16px;
    }
    .icon-delete{
            background:url('spritesheet_16x16.png') -22px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-drag{
            background:url('spritesheet_16x16.png') -42px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-login{
            background:url('spritesheet_16x16.png') -62px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-logout{
            background:url('spritesheet_16x16.png') -82px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-previous{
            background:url('spritesheet_16x16.png') -102px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-next{
            background:url('spritesheet_16x16.png') -122px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-refresh{
            background:url('spritesheet_16x16.png') -142px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-return{
            background:url('spritesheet_16x16.png') -162px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-fcl{
            background:url('spritesheet_16x16.png') -182px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-lcl{
            background:url('spritesheet_16x16.png') -202px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-task{
            background:url('spritesheet_16x16.png') -222px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-large-search{
            background:url('icons/large-search.png') no-repeat;
    }
    .icon-free{
            background:url('spritesheet_16x16.png') -242px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-new{
            background:url('spritesheet_16x16.png') -262px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-user{
            background:url('spritesheet_16x16.png') -282px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-email{
            background:url('spritesheet_16x16.png') -302px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-nobody{
            background:url('spritesheet_16x16.png') -322px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-warning{
            background:url('spritesheet_16x16.png') -342px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-urgent{
            background:url('spritesheet_16x16.png') -362px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-outlook{
            background:url('spritesheet_16x16.png') -382px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-file{
            background:url('spritesheet_16x16.png') -402px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-msword{
            background:url('spritesheet_16x16.png') -422px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-excel{
            background:url('spritesheet_16x16.png') -442px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-pdf{
            background:url('spritesheet_16x16.png') -462px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-tif{
            background:url('spritesheet_16x16.png') -482px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-quit{
            background:url('spritesheet_16x16.png') -502px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-bug{
            background:url('spritesheet_16x16.png') -522px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-mp4{
            background:url('spritesheet_16x16.png') -542px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-setting{
            background:url('spritesheet_16x16.png') -562px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-arrow-up{
            background:url('spritesheet_16x16.png') -582px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-arrow-down{
            background:url('spritesheet_16x16.png') -602px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-check-all{
            background:url('spritesheet_16x16.png') -622px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-uncheck-all{
            background:url('spritesheet_16x16.png') -642px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-checkbox-unchecked{
            background:url('spritesheet_16x16.png') -662px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-help{
            background:url('spritesheet_16x16.png') -682px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-add-fcl{
            background:url('spritesheet_16x16.png') -702px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-add-lcl{
            background:url('spritesheet_16x16.png') -722px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-anchor{
            background:url('spritesheet_16x16.png') -742px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-export{
            background:url('spritesheet_16x16.png') -762px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-import{
            background:url('spritesheet_16x16.png') -782px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-location{
            background:url('spritesheet_16x16.png') -802px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-service{
            background:url('spritesheet_16x16.png') -822px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-navigation{
            background:url('spritesheet_16x16.png') -842px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-credential{
            background:url('spritesheet_16x16.png') -862px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-report{
            background:url('spritesheet_16x16.png') -882px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-batch-upload{
            background:url('spritesheet_16x16.png') -902px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-address-book{
            background:url('spritesheet_16x16.png') -922px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-csv{
            background:url('spritesheet_16x16.png') -942px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-grouping{
            background:url('spritesheet_16x16.png') -962px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-database{
            background:url('spritesheet_16x16.png') -982px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-carton{
            background:url('spritesheet_16x16.png') -1002px -2px no-repeat;
            width:16px;
            height:16px;
    }
    .icon-pallet{
            background:url('spritesheet_16x16.png') -1022px -2px no-repeat;
            width:16px;
            height:16px;
    }

    .icon-milestone-ship-depart{
            background:url('spritesheet_milestone_32x32.png') -2px -2px no-repeat;
            width:32px;
            height:32px;
    }
    .icon-milestone-ship-arrv{
            background:url('spritesheet_milestone_32x32.png') -38px -2px no-repeat;
            width:32px;
            height:32px;
    }
    .icon-milestone-customs{
            background:url('spritesheet_milestone_32x32.png') -74px -2px no-repeat;
            width:32px;
            height:32px;
    }
    .icon-milestone-customs-rlx{
            background:url('spritesheet_milestone_32x32.png') -110px -2px no-repeat;
            width:32px;
            height:32px;
    }
    .icon-milestone-ship{
            background:url('spritesheet_milestone_32x32.png') -146px -2px no-repeat;
            width:32px;
            height:32px;
    }
    .icon-milestone-rail{
            background:url('spritesheet_milestone_32x32.png') -182px -2px no-repeat;
            width:32px;
            height:32px;
    }
    .icon-milestone-truck{
            background:url('spritesheet_milestone_32x32.png') -218px -2px no-repeat;
            width:32px;
            height:32px;
    }
    .icon-milestone-whs{
            background:url('spritesheet_milestone_32x32.png') -254px -2px no-repeat;
            width:32px;
            height:32px;
    }
    .icon-milestone-delivered{
            background:url('spritesheet_milestone_32x32.png') -290px -2px no-repeat;
            width:32px;
            height:32px;
    }
    .icon-milestone-document{
            background:url('spritesheet_milestone_32x32.png') -326px -2px no-repeat;
            width:32px;
            height:32px;
    }
    .icon-milestone-filing{
            background:url('spritesheet_milestone_32x32.png') -362px -2px no-repeat;
            width:32px;
            height:32px;
    }
    .icon-milestone-gatein{
            background:url('spritesheet_milestone_32x32.png') -398px -2px no-repeat;
            width:32px;
            height:32px;
    }
    .icon-milestone-packing{
            background:url('spritesheet_milestone_32x32.png') -434px -2px no-repeat;
            width:32px;
            height:32px;
    }
    .icon-milestone-air-depart{
            background:url('spritesheet_milestone_32x32.png') -470px -2px no-repeat;
            width:32px;
            height:32px;
    }
    .icon-milestone-air-arrv{
            background:url('spritesheet_milestone_32x32.png') -506px -2px no-repeat;
            width:32px;
            height:32px;
    }
    .icon-milestone-whs-pick{
            background:url('spritesheet_milestone_32x32.png') -542px -2px no-repeat;
            width:32px;
            height:32px;
    }
    .icon-milestone-doc-recv{
            background:url('spritesheet_milestone_32x32.png') -578px -2px no-repeat;
            width:32px;
            height:32px;
    }
    .icon-milestone-doc-rlx{
            background:url('spritesheet_milestone_32x32.png') -614px -2px no-repeat;
            width:32px;
            height:32px;
    }
    .icon-milestone-exception{
            background:url('spritesheet_milestone_32x32.png') -650px -2px no-repeat;
            width:32px;
            height:32px;
    }
/*#endregion*/

.numberbox .textbox-text{
	text-align: right;
    float: right;
    font-family: Arial;
}

.textbox .textbox-text, .tree-title {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

.datebox .textbox-text {
    font-family: Arial;
}

span.textbox-readonly.textbox {
    border: none;
    /*background-color: #FFF8DC;*/
}

span.textbox-readonly.textbox .textbox-text{
    padding: 0px;
    /*background-color: #FFF8DC;*/
}

span.textbox-readonly .textbox-addon {
    display: none;
    background: none;
}

.textbox-disabled, .textbox-label-disabled {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.textbox-text[disabled="disabled"] {
    color: black ;
    background-color : white;
    opacity: 1;
}


/*#region checkbox**/
input[type=checkbox][itdept-ui=true] {
display:none;
}
 
input[type=checkbox] + label
{
background-color: lemonchiffon;
border: 1px solid #95B8E7;
height: 14px;
width: 14px;
padding: 3px;
background-clip: content-box;
display:inline-block;
/*transition: all .2s;*/
cursor: pointer;
border-radius: 4px;
vertical-align: middle;
}

input[type=checkbox][disabled=disabled] + label {
	border-color: #f5f5f5;
	background-color: rgb(235, 235, 228);
}

input[type=checkbox]:checked + label
{
background-image: url('icons/ok.png') ;
background-position:center;
background-repeat: no-repeat;
display:inline-block;
cursor: pointer;
border-radius: 4px;
}

/*#endregion checkbox*/

.checkbox-uncheck {
    /*background-color: lemonchiffon;*/
    border: 1px solid #95B8E7;
    height: 12px;
    width: 12px;
    padding: 3px;
    background-clip: content-box;
    display: block;
    /*transition: all .2s;*/
    border-radius: 4px;
    vertical-align: middle;
}


/*#region radio**/
.itradiobox {
    white-space: nowrap;
}
.itradiobox input[type="radio"] {
    display:none; 
}
.itradiobox table {    
    border-spacing: 0px;
}
.itradiobox td span {    
    border-spacing: 0px;
    width:100%;
}

.itradiobox span {
    display:table-cell;
    padding:3px 3px;
    cursor: pointer;    
    font-style: italic; 
    font-size: 13px;
    color: rgb(85, 85, 85);
    background-color: white;
    border: 1px solid #95B8E7;
    height:1.2em;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	max-width :90px;
	min-width :20px;
	text-overflow:ellipsis;
	overflow:hidden;
}
.itradiobox span.rbfirst {
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px
}

.itradiobox span.rblast {
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
}

.itradiobox input[type="radio"]:checked + span {
    font-style: normal;
    color: black;
    font-size: 13px;
    font-weight: bold;
    /*text-transform: uppercase;    */
    padding-left: 16px;
    /*background: url('icons/ok.png') no-repeat scroll 2px 4px #ebffb9;*/
    background: url('icons/ok.png') no-repeat scroll 2px 4px, linear-gradient(to bottom,#eff5ff 0,#e0ecff 100%);
    background-size: 12px 12px;
}

.itradiobox input[type="radio"]:disabled + span {
	color: grey;
}

.itradiobox.large span {
    padding: 2px 10px 2px 10px;
    font-size: 1.25em;
    height: 1.3em;
}

.itradiobox.large input[type="radio"]:checked + span { 
    font-size: 1.25em;
    color: #0088CC;    
    padding-left: 10px;
    text-decoration: underline;
    /*
    background: url('icons/ok.png') no-repeat scroll 2px 5px #EFF5FF;
        */
    background: none no-repeat scroll 2px 5px #EFF5FF;
}


.itradiobox.small span {
    display:inline-block;
    padding:1px 1px;
    cursor: pointer;    
    font-size: 0.8em;
    color: rgb(85, 85, 85);
    background-color: white;
    border: 1px solid #95B8E7;
	min-width :10px;
}

.itradiobox.small input[type="radio"]:checked + span { 
    background-color:#ebffb9;
    font-style: normal;
    font-size: 0.8em;
    color: black;
    font-weight:bold;
    background: url('icons/ok.png') no-repeat scroll 2px 2px #ebffb9;
    background-size: 12px 12px;
    /*text-transform: uppercase;    */
}

.itradiobox.noborder span {
    font-style: normal;
    padding: 3px 24px;
    border: unset;
    background: url('spritesheet_svg.svg#view-icon-checkbox-unchecked') no-repeat scroll 2px 2px white;
}

.itradiobox.noborder input[type="radio"]:checked + span {
    padding: 3px 24px;
    color: #0088CC;
    text-decoration: underline;
    background: url('icons/ok.png') no-repeat scroll 2px 2px, url('spritesheet_svg.svg#view-icon-checkbox-unchecked') no-repeat scroll 2px 2px white;
}
/*#endregion radio*/


/*#region fastcombo**/
.itfastcombobox {
  position: relative;
  border: 1px solid #95B8E7;
  background-color: #fff;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.itfastcombobox .itfastcombobox-text {
  font-size: 1em;
  border: 0;
  margin: 0;
  padding: 0px;
  white-space: normal;
  vertical-align: top;
  outline-style: none;
  resize: none;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

.itfastcombobox-text {
  font-weight: normal;
}
/*#endregion fastcombo*/


input[type=checkbox] {
    cursor: url('icons/ok.png'),auto;
}

input[type=checkbox]:checked {
    cursor: url('icons/033_checkbox-unchecked.png'),auto;
}

/*#region date range picker*/


    .css-itdaterange .datebutton {
        cursor:pointer;
        margin: 2px;
        background-color: #f0f8ff;
        padding: 3px;
        border: 1px solid #5d8aa8;
        width: 130px;
        display: inline-block;
    }
    .css-itdaterange{
        display: inline-block;
        height: 210px;
        float: left;
    }
    .css-ranges {
        margin: 4px;
        text-align: left;
    }
    .css-ranges ul {
        list-style: none;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    .css-ranges li {
    font-size: 13px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #08c;
    padding: 5px 12px;
    margin-bottom: 5px;
    cursor: pointer;
}
.css-ranges li:hover {
    background-color: #08c;
    border: 1px solid #08c;
    color: #fff;
}

        .css-ranges li.reset {
    background-color: pink;

        }
.css-ranges li.reset:hover {
    background-color: maroon;
    border: 1px solid #08c;
    color: #fff;
}
/*#endregion*/

.textbox a:focus span {
    background-color: #95b8e7;
}

.inputcss-h1 .textbox-text {
    font-size:1.2em;
    font-weight:bold;
}

.filebox_paste:focus {
    background-color:azure;
    font-weight:bold;
}
.filebox_paste {
    border: 1px dashed royalblue;
}
	.icon-copy{
		background:url('spritesheet_svg.svg#view-icon-copy');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-delete{
		background:url('spritesheet_svg.svg#view-icon-delete');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-drag{
		background:url('spritesheet_svg.svg#view-icon-drag');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-login{
		background:url('spritesheet_svg.svg#view-icon-login');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-logout{
		background:url('spritesheet_svg.svg#view-icon-logout');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-previous{
		background:url('spritesheet_svg.svg#view-icon-previous');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-next{
		background:url('spritesheet_svg.svg#view-icon-next');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-refresh{
		background:url('spritesheet_svg.svg#view-icon-refresh');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-return{
		background:url('spritesheet_svg.svg#view-icon-return');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-fcl{
		background:url('spritesheet_svg.svg#view-icon-fcl');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-lcl{
		background:url('spritesheet_svg.svg#view-icon-lcl');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-task{
		background:url('spritesheet_svg.svg#view-icon-task');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-free{
		background:url('spritesheet_svg.svg#view-icon-free');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-new{
		background:url('spritesheet_svg.svg#view-icon-new');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-user{
		background:url('spritesheet_svg.svg#view-icon-user');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-email{
		background:url('spritesheet_svg.svg#view-icon-email');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-nobody{
		background:url('spritesheet_svg.svg#view-icon-nobody');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-warning{
		background:url('spritesheet_svg.svg#view-icon-warning');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-urgent{
		background:url('spritesheet_svg.svg#view-icon-urgent');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-outlook{
		background:url('spritesheet_svg.svg#view-icon-outlook');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-file{
		background:url('spritesheet_svg.svg#view-icon-file');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-msword{
		background:url('spritesheet_svg.svg#view-icon-msword');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-excel{
		background:url('spritesheet_svg.svg#view-icon-excel');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-pdf{
		background:url('spritesheet_svg.svg#view-icon-pdf');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-tif{
		background:url('spritesheet_svg.svg#view-icon-tif');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-quit{
		background:url('spritesheet_svg.svg#view-icon-quit');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-bug{
		background:url('spritesheet_svg.svg#view-icon-bug');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-mp4{
		background:url('spritesheet_svg.svg#view-icon-mp4');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-setting{
		background:url('spritesheet_svg.svg#view-icon-setting');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-arrow-up{
		background:url('spritesheet_svg.svg#view-icon-arrow-up');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-arrow-down{
		background:url('spritesheet_svg.svg#view-icon-arrow-down');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-check-all{
		background:url('spritesheet_svg.svg#view-icon-check-all');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-uncheck-all{
		background:url('spritesheet_svg.svg#view-icon-uncheck-all');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-checkbox-unchecked{
		background:url('spritesheet_svg.svg#view-icon-checkbox-unchecked');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-help{
		background:url('spritesheet_svg.svg#view-icon-help');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-add-fcl{
		background:url('spritesheet_svg.svg#view-icon-add-fcl');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-add-lcl{
		background:url('spritesheet_svg.svg#view-icon-add-lcl');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-anchor{
		background:url('spritesheet_svg.svg#view-icon-anchor');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-export{
		background:url('spritesheet_svg.svg#view-icon-export');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-import{
		background:url('spritesheet_svg.svg#view-icon-import');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-location{
		background:url('spritesheet_svg.svg#view-icon-location');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-service{
		background:url('spritesheet_svg.svg#view-icon-service');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-navigation{
		background:url('spritesheet_svg.svg#view-icon-navigation');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-credential{
		background:url('spritesheet_svg.svg#view-icon-credential');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-report{
		background:url('spritesheet_svg.svg#view-icon-report');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-batch-upload{
		background:url('spritesheet_svg.svg#view-icon-batch-upload');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-address-book{
		background:url('spritesheet_svg.svg#view-icon-address-book');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-csv{
		background:url('spritesheet_svg.svg#view-icon-csv');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-grouping{
		background:url('spritesheet_svg.svg#view-icon-grouping');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-database{
		background:url('spritesheet_svg.svg#view-icon-database');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-carton{
		background:url('spritesheet_svg.svg#view-icon-carton');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-pallet{
		background:url('spritesheet_svg.svg#view-icon-pallet');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-grid{
		background:url('spritesheet_svg.svg#view-icon-grid');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-document{
		background:url('spritesheet_svg.svg#view-icon-document');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-chart{
		background:url('spritesheet_svg.svg#view-icon-chart');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-invisible{
		background:url('spritesheet_svg.svg#view-icon-invisible');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-save-and-close{
		background:url('spritesheet_svg.svg#view-icon-save-and-close');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-doc-confirm{
		background:url('spritesheet_svg.svg#view-icon-doc-confirm');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-doc-unconfirm{
		background:url('spritesheet_svg.svg#view-icon-doc-unconfirm');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-milestone{
		background:url('spritesheet_svg.svg#view-icon-milestone');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-profit{
		background:url('spritesheet_svg.svg#view-icon-profit');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-home{
		background:url('spritesheet_svg.svg#view-icon-home');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-paste{
		background:url('spritesheet_svg.svg#view-icon-paste');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-attachment{
		background:url('spritesheet_svg.svg#view-icon-attachment');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-menu{
		background:url('spritesheet_svg.svg#view-icon-menu');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-calendar{
		background:url('spritesheet_svg.svg#view-icon-calendar');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-letter-a{
		background:url('spritesheet_svg.svg#view-icon-letter-a');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-letter-m{
		background:url('spritesheet_svg.svg#view-icon-letter-m');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-sub{
		background:url('spritesheet_svg.svg#view-icon-sub');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-letter-h{
		background:url('spritesheet_svg.svg#view-icon-letter-h');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-open{
		background:url('spritesheet_svg.svg#view-icon-open');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-letter-c{
		background:url('spritesheet_svg.svg#view-icon-letter-c');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-letter-i{
		background:url('spritesheet_svg.svg#view-icon-letter-i');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-letter-j{
		background:url('spritesheet_svg.svg#view-icon-letter-j');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-letter-p{
		background:url('spritesheet_svg.svg#view-icon-letter-p');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-locked{
		background:url('spritesheet_svg.svg#view-icon-locked');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-unlocked{
		background:url('spritesheet_svg.svg#view-icon-unlocked');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-letter-e{
		background:url('spritesheet_svg.svg#view-icon-letter-e');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-letter-b{
		background:url('spritesheet_svg.svg#view-icon-letter-b');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-letter-tc{
		background:url('spritesheet_svg.svg#view-icon-letter-tc');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-run{
		background:url('spritesheet_svg.svg#view-icon-run');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-letter-s{
		background:url('spritesheet_svg.svg#view-icon-letter-s');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-customer{
		background:url('spritesheet_svg.svg#view-icon-customer');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}
	.icon-letter-d{
		background:url('spritesheet_svg.svg#view-icon-letter-d');
		background-size: 16px 16px;
		width:16px;
		height:16px;
		background-repeat: no-repeat;
}

	.l-btn-large .icon-copy,.ico32x32.icon-copy{
		background:url('spritesheet_svg.svg#view-icon-copy');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-delete,.ico32x32.icon-delete{
		background:url('spritesheet_svg.svg#view-icon-delete');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-drag,.ico32x32.icon-drag{
		background:url('spritesheet_svg.svg#view-icon-drag');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-login,.ico32x32.icon-login{
		background:url('spritesheet_svg.svg#view-icon-login');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-logout,.ico32x32.icon-logout{
		background:url('spritesheet_svg.svg#view-icon-logout');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-previous,.ico32x32.icon-previous{
		background:url('spritesheet_svg.svg#view-icon-previous');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-next,.ico32x32.icon-next{
		background:url('spritesheet_svg.svg#view-icon-next');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-refresh,.ico32x32.icon-refresh{
		background:url('spritesheet_svg.svg#view-icon-refresh');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-return,.ico32x32.icon-return{
		background:url('spritesheet_svg.svg#view-icon-return');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-fcl,.ico32x32.icon-fcl{
		background:url('spritesheet_svg.svg#view-icon-fcl');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-lcl,.ico32x32.icon-lcl{
		background:url('spritesheet_svg.svg#view-icon-lcl');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-task,.ico32x32.icon-task{
		background:url('spritesheet_svg.svg#view-icon-task');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-free,.ico32x32.icon-free{
		background:url('spritesheet_svg.svg#view-icon-free');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-new,.ico32x32.icon-new{
		background:url('spritesheet_svg.svg#view-icon-new');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-user,.ico32x32.icon-user{
		background:url('spritesheet_svg.svg#view-icon-user');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-email,.ico32x32.icon-email{
		background:url('spritesheet_svg.svg#view-icon-email');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-nobody,.ico32x32.icon-nobody{
		background:url('spritesheet_svg.svg#view-icon-nobody');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-warning,.ico32x32.icon-warning{
		background:url('spritesheet_svg.svg#view-icon-warning');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-urgent,.ico32x32.icon-urgent{
		background:url('spritesheet_svg.svg#view-icon-urgent');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-outlook,.ico32x32.icon-outlook{
		background:url('spritesheet_svg.svg#view-icon-outlook');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-file,.ico32x32.icon-file{
		background:url('spritesheet_svg.svg#view-icon-file');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-msword,.ico32x32.icon-msword{
		background:url('spritesheet_svg.svg#view-icon-msword');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-excel,.ico32x32.icon-excel{
		background:url('spritesheet_svg.svg#view-icon-excel');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-pdf,.ico32x32.icon-pdf{
		background:url('spritesheet_svg.svg#view-icon-pdf');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-tif,.ico32x32.icon-tif{
		background:url('spritesheet_svg.svg#view-icon-tif');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-quit,.ico32x32.icon-quit{
		background:url('spritesheet_svg.svg#view-icon-quit');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-bug,.ico32x32.icon-bug{
		background:url('spritesheet_svg.svg#view-icon-bug');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-mp4,.ico32x32.icon-mp4{
		background:url('spritesheet_svg.svg#view-icon-mp4');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-setting,.ico32x32.icon-setting{
		background:url('spritesheet_svg.svg#view-icon-setting');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-arrow-up,.ico32x32.icon-arrow-up{
		background:url('spritesheet_svg.svg#view-icon-arrow-up');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-arrow-down,.ico32x32.icon-arrow-down{
		background:url('spritesheet_svg.svg#view-icon-arrow-down');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-check-all,.ico32x32.icon-check-all{
		background:url('spritesheet_svg.svg#view-icon-check-all');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-uncheck-all,.ico32x32.icon-uncheck-all{
		background:url('spritesheet_svg.svg#view-icon-uncheck-all');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-checkbox-unchecked,.ico32x32.icon-checkbox-unchecked{
		background:url('spritesheet_svg.svg#view-icon-checkbox-unchecked');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-help,.ico32x32.icon-help{
		background:url('spritesheet_svg.svg#view-icon-help');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-add-fcl,.ico32x32.icon-add-fcl{
		background:url('spritesheet_svg.svg#view-icon-add-fcl');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-add-lcl,.ico32x32.icon-add-lcl{
		background:url('spritesheet_svg.svg#view-icon-add-lcl');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-anchor,.ico32x32.icon-anchor{
		background:url('spritesheet_svg.svg#view-icon-anchor');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-export,.ico32x32.icon-export{
		background:url('spritesheet_svg.svg#view-icon-export');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-import,.ico32x32.icon-import{
		background:url('spritesheet_svg.svg#view-icon-import');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-location,.ico32x32.icon-location{
		background:url('spritesheet_svg.svg#view-icon-location');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-service,.ico32x32.icon-service{
		background:url('spritesheet_svg.svg#view-icon-service');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-navigation,.ico32x32.icon-navigation{
		background:url('spritesheet_svg.svg#view-icon-navigation');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-credential,.ico32x32.icon-credential{
		background:url('spritesheet_svg.svg#view-icon-credential');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-report,.ico32x32.icon-report{
		background:url('spritesheet_svg.svg#view-icon-report');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-batch-upload,.ico32x32.icon-batch-upload{
		background:url('spritesheet_svg.svg#view-icon-batch-upload');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-address-book,.ico32x32.icon-address-book{
		background:url('spritesheet_svg.svg#view-icon-address-book');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-csv,.ico32x32.icon-csv{
		background:url('spritesheet_svg.svg#view-icon-csv');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-grouping,.ico32x32.icon-grouping{
		background:url('spritesheet_svg.svg#view-icon-grouping');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-database,.ico32x32.icon-database{
		background:url('spritesheet_svg.svg#view-icon-database');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-carton,.ico32x32.icon-carton{
		background:url('spritesheet_svg.svg#view-icon-carton');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-pallet,.ico32x32.icon-pallet{
		background:url('spritesheet_svg.svg#view-icon-pallet');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-grid,.ico32x32.icon-grid{
		background:url('spritesheet_svg.svg#view-icon-grid');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-document,.ico32x32.icon-document{
		background:url('spritesheet_svg.svg#view-icon-document');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-chart,.ico32x32.icon-chart{
		background:url('spritesheet_svg.svg#view-icon-chart');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-invisible,.ico32x32.icon-invisible{
		background:url('spritesheet_svg.svg#view-icon-invisible');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-save-and-close,.ico32x32.icon-save-and-close{
		background:url('spritesheet_svg.svg#view-icon-save-and-close');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-doc-confirm,.ico32x32.icon-doc-confirm{
		background:url('spritesheet_svg.svg#view-icon-doc-confirm');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-doc-unconfirm,.ico32x32.icon-doc-unconfirm{
		background:url('spritesheet_svg.svg#view-icon-doc-unconfirm');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-milestone,.ico32x32.icon-milestone{
		background:url('spritesheet_svg.svg#view-icon-milestone');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-profit,.ico32x32.icon-profit{
		background:url('spritesheet_svg.svg#view-icon-profit');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-home,.ico32x32.icon-home{
		background:url('spritesheet_svg.svg#view-icon-home');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-paste,.ico32x32.icon-paste{
		background:url('spritesheet_svg.svg#view-icon-paste');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-attachment,.ico32x32.icon-attachment{
		background:url('spritesheet_svg.svg#view-icon-attachment');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-menu,.ico32x32.icon-menu{
		background:url('spritesheet_svg.svg#view-icon-menu');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-calendar,.ico32x32.icon-calendar{
		background:url('spritesheet_svg.svg#view-icon-calendar');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-letter-a,.ico32x32.icon-letter-a{
		background:url('spritesheet_svg.svg#view-icon-letter-a');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-letter-m,.ico32x32.icon-letter-m{
		background:url('spritesheet_svg.svg#view-icon-letter-m');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-sub,.ico32x32.icon-sub{
		background:url('spritesheet_svg.svg#view-icon-sub');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-letter-h,.ico32x32.icon-letter-h{
		background:url('spritesheet_svg.svg#view-icon-letter-h');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-open,.ico32x32.icon-open{
		background:url('spritesheet_svg.svg#view-icon-open');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-letter-c,.ico32x32.icon-letter-c{
		background:url('spritesheet_svg.svg#view-icon-letter-c');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-letter-i,.ico32x32.icon-letter-i{
		background:url('spritesheet_svg.svg#view-icon-letter-i');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-letter-j,.ico32x32.icon-letter-j{
		background:url('spritesheet_svg.svg#view-icon-letter-j');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-letter-p,.ico32x32.icon-letter-p{
		background:url('spritesheet_svg.svg#view-icon-letter-p');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-locked,.ico32x32.icon-locked{
		background:url('spritesheet_svg.svg#view-icon-locked');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-unlocked,.ico32x32.icon-unlocked{
		background:url('spritesheet_svg.svg#view-icon-unlocked');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-letter-e,.ico32x32.icon-letter-e{
		background:url('spritesheet_svg.svg#view-icon-letter-e');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-letter-b,.ico32x32.icon-letter-b{
		background:url('spritesheet_svg.svg#view-icon-letter-b');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-letter-tc,.ico32x32.icon-letter-tc{
		background:url('spritesheet_svg.svg#view-icon-letter-tc');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-run,.ico32x32.icon-run{
		background:url('spritesheet_svg.svg#view-icon-run');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-letter-s,.ico32x32.icon-letter-s{
		background:url('spritesheet_svg.svg#view-icon-letter-s');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-customer,.ico32x32.icon-customer{
		background:url('spritesheet_svg.svg#view-icon-customer');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}
	.l-btn-large .icon-letter-d,.ico32x32.icon-letter-d{
		background:url('spritesheet_svg.svg#view-icon-letter-d');
		background-size: 32px 32px;
		width:32px;
		height:32px;
		background-repeat: no-repeat;
}


.module_title {
    font-size: 2em;
    color: #FF7E00;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-weight: bold;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f2f2+0,f7e8e8+46,fff9f9+100 */
    background: #f7f2f2; /* Old browsers */
    background: -moz-linear-gradient(top, #f7f2f2 0%, #f7e8e8 46%, #fff9f9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f7f2f2 0%,#f7e8e8 46%,#fff9f9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f7f2f2 0%,#f7e8e8 46%,#fff9f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f2f2', endColorstr='#fff9f9',GradientType=0 ); /* IE6-9 */
}
@media (max-width: 900px) {
    .module_nav_path {
        display: none;
    }
}
@media (max-width:1100px) {
    .module_header div.module_button {
        max-width: 600px;
    }
}
.module_header {
    overflow: hidden;
    height: 28px;
    width: 100%;
    font-weight: bold;
    /*background: #0088CC;*/
}

    .module_header div.module_content {
        max-width: 1280px;
    }

    .module_header div.module_name {
        font-family: "Trebuchet MS", Verdana, sans-serif;
        padding: 2px 2px 2px 5px;
        font-size: 1.75em;
        color: white;
        float: left;
        height: 100%;
        background: #0088CC;
        position: absolute;
        min-width: 200px;
        margin-right: 10px;
    }

        .module_header div.module_name:after {
            content: '';
            position: absolute;
            border-style: solid;
            border-width: 0px 30px 40px 0px;
            border-color: transparent transparent #0088CC;
            display: block;
            width: 0;
            margin-top: -15px;
            right: -30px;
            top: 50%;
        }

​

.module_header .l-btn {
}

.module_header .l-btn-plain:hover {
    background: #eaf2ff;
    color: black;
}

.module_header div.module_button {
    float: right;
    padding: 1px;
    height: 28px;
    overflow:auto;
}

.module_header div.module_tabs {
    margin-left: 20px;
    margin-top: 2px;
    height: 30px;
    float: left;
    display: inline-block;
    vertical-align: middle;
}

.module_header .labelContent {
}

#module_control_dtl .trim_toolbar {
    display: none;
}
.iteditgrid {
	overflow: hidden;
}

	.iteditgrid .iteditgrid-table {
		overflow: auto;
		position: relative;
		width: 100%;
	}

	.iteditgrid table th,
	.iteditgrid table td.iteg-row-number {
		background-color: #fdfdfd;
		z-index: 2;
	}

	.iteditgrid .iteg_region_main table tbody tr.itselected:hover,
	.iteditgrid .iteg_region_main table tr.itselected:hover td.fixed-cell {
		text-decoration: underline;
		background-color: #ffe48d;
	}


	.iteditgrid table th {
		font-size: 1em;
		color: navy;
		font-weight: bold;
	}


	.iteditgrid .iteg-row {
		height: 25px;
	}

	.iteditgrid [iteg-editing='true'] tr.itediting td.iteg-col div[iteg-col-haseditor='true'][iteg-col-protected='false'] .iteg-cell {
		display: none;
	}
	.iteditgrid td.iteg-col [iteg-editing='false'] .iteg-cell-editor,
	.iteditgrid td.iteg-col [iteg-col-protected='true'] .iteg-cell-editor,
	.iteditgrid td.iteg-col [iteg-col-haseditor='false'] .iteg-cell-editor {
		display: none;
	}

	.iteditgrid tbody[iteg-showbordermode='true'] td.iteg-col div[iteg-col-haseditor='true'][iteg-col-protected='false'] .iteg-cell {
		border: 1px solid #39c;
		min-height: 18px
	}

	.iteditgrid .iteditgrid-table th, .iteditgrid .iteditgrid-table td,
	.iteditgrid .iteg-table-footer td,
	.iteditgrid .iteg-table-header th, .iteditgrid .iteg-table-footer td {
		border-width: 0 1px 1px 0;
		border-style: dotted;
		margin: 0;
		padding: 0;
		border-color: #ccc;
	}
	.iteditgrid .iteg-table-header th {
		text-align: center;
	}
	.iteditgrid td.iteg-row-number {
		text-align: center;
		margin: 0;
		padding: 0;
	}

	.iteditgrid .iteg-cell {
		margin: 0;
		padding: 0 4px;
		white-space: nowrap;
		word-wrap: normal;
		overflow: hidden;
		height: auto;
		line-height: 18px;
		font-size: 12px;
	}

	.iteditgrid .iteg-table-footer {
		position: relative;
		bottom: 0;
		border-width: 1px 0 0 0;
		border-style: solid;
		border-color: #ddd;
		background-color: #fff;
		z-index: 2;
	}

	.iteditgrid .iteditgrid-table table,
	.iteditgrid table.iteg-table-footer,
	.iteditgrid table.iteg-table-header {
		table-layout: fixed;
		border-collapse: separate;
		border-spacing: 0;
		width: 100%;
		overflow: hidden
	}

	.iteditgrid tr.itselected, .iteditgrid tr.itselected.datagrid-row-alt, .iteditgrid table tr.itselected td.iteg-row-number,
	.iteditgrid table tr.itselected td.fixed-cell, .iteditgrid tr.datagrid-row-alt.itselected td.fixed-cell {
		background-color: #ffe48d;
	}

	.iteditgrid th {
		position: relative;
		z-index: 1;
	}

	.iteditgrid iteg_region_main th,
	.iteditgrid iteg_region_main td {
		box-sizing: border-box;
		width: 120px;
	}

	.iteditgrid .iteg-table-main td.fixed-cell {
		position: relative;
		z-index: 1;
	}

	.iteditgrid td.fixed-cell {
		background-color: #fdfdfd;
	}
	.iteditgrid table tr.datagrid-row-alt td.fixed-cell {
		background: #FFFCF5;
	}
	.iteditgrid tr:hover,
	.iteditgrid tr:hover td.fixed-cell,
	.iteditgrid tr.datagrid-row-alt:hover td.fixed-cell {
		background-color: #eaf2ff;
	}

	.iteditgrid .iteg-table-footer td.fixed-cell {
		position: relative;
		z-index: 4;
	}

iteditgrid tfoot td {
	position: relative;
	z-index: 1;
}

.iteditgrid .cross {
	position: relative;
	background-color: #fdfdfd;
	z-index: 3;
}

.iteditgrid .iteg-paging-info {
	float: right;
	margin: 0 6px;
	padding: 0;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
}

.iteditgrid .b-separator {
	float: left;
	height: 20px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #fff;
	margin: 3px 1px;
}

.iteditgrid tr.voided {
	outline-width: 0 1px 0 1px;
	outline-color: red;
}

	.iteditgrid tr.voided td {
		text-decoration: line-through;
	}

.iteditgrid .itediting .iteg-row-number {
	border-left: 4px solid #39c;
}

.iteg-grouping-item-ins {
	border-top: 1px solid red;
}

.iteg-grouping-list-ins {
	border: 2px solid red;
}

.iteg-cell-editor .textbox {
	border-radius: unset;
}

.iteditgrid .iteg-table-disable tr th {
	background-color: WhiteSmoke;
	color: darkgrey;
}

.iteditgrid .iteg-table-disable tr td {
	color: darkgrey;
}

.iteditgrid .iteg-col-pad td, .iteditgrid .iteg-col-pad th {
	width: calc(auto + 1em)
}

