


/*******************************************************************/
/*******************************************************************/
/*				BEGIN PROPERTY BAG EDIT  CALLOUT				   */
/*******************************************************************/
/*******************************************************************/

/* general font */
.b0x01
{
	font:11px/1.5 Verdana, Trebuchet, Lucida, Arial, sans-serif;
	color:black;
	
}

/* data list for the group properties, remove margin */
.b0x01 dl
{
	margin:0;
}

/* offset dd (host for the controls in the properties group) */
.b0x01 dd
{
	margin-left:0px;
}

/* dt (host for the group property name, spacing from the previous group property + bold) */
.b0x01 dt
{
	margin-top:1px;
	font-weight:bold;
}

table.b0x01
{
	width:100% !important;
	table-layout:fixed;
}


table.b0x01 caption
{
	text-align:left;
	font-weight:bold;
	border-bottom:solid 1px #ccc;
	
}

table.b0x01 th
{
	text-align:left;
	width:25%;
	border-bottom:solid 1px #ccc;
	vertical-align:top;
	padding:2px;
}

table.b0x01 th b, table.bf0x01 th b
{
	color:red;
	font-family:Comic Sans MS;
	font-size:11px;	
}

table.b0x01 th th, table.b0x01 td th
{
	border-bottom-style:none;
	border-bottom-width:0;
	padding:0;
	vertical-align:center;
	width:auto;
}

table.b0x01 th q
{
	display:block;
	font-weight:normal;
	color:#888;
}

table.b0x01 td
{
	background-color:#eaeaea;
	border-bottom:solid 1px #ccc;
	text-align:left;
	width:75%;
	padding:3px;
	vertical-align:middle;
}

table.b0x01 td td
{
	background-color:transparent;
	border-bottom-style:none;
	width:auto;
	padding:0;
}

table.b0x01 input, .b0x01 select
{
	width:auto;
	font:11px Verdana, Trebuchet, Lucida, Arial, sans-serif;
}

table.b0x01 textarea
{
	width:100%;
	overflow:auto;
	font:11px Verdana, Trebuchet, Lucida, Arial, sans-serif;
}

/* validator */
.b0x01 .vld
{
	font-size:11px;
	color:Red;
}

/* summary validator */
.b0x01 .smr
{
	font-size:10px;
	color:Red;
}

.smr_h
{
}

/* action buttons */
.b0x01 .act
{
	text-align:right;
	background-color:#ffe8b8;
	border-bottom-style:none;
}

.b0x01 .act input
{
	/*padding:2px;*/
	margin-right:5px;
}

.b0x01 input.upl
{
	width:100% !important;
}

.b0x01 a.vupl:link, a.vupl:visited, a.vupl:hover
{
	color:darkblue;
	padding-right:17px !important;
	background-image:url(../../i/lko.gif);
	background-position:99% 35%;
	background-repeat:no-repeat;
}

.b0x01 .per
{
	color:red;
}

.mrke
{
	border:solid 2px red !important;
}

.b0x01_25_75 th
{
	width:20% !important;
	border-bottom:dotted 1px #ccc !important;
}

.b0x01_25_75 td
{
	width:80% !important;
	border-bottom:dotted 1px #ccc !important;
}

/*******************************************************************/
/*				END PROPERTY BAG EDIT  CALLOUT					   */
/*******************************************************************/



/*******************************************************************/
/*******************************************************************/
/*				BEGIN PROPERTY BAG SELECT CALLOUT				   */
/*******************************************************************/
/*******************************************************************/

/* callout header ol wrap into a inset border remove all margins */
/* 
	Broswer specific : 
	Ideal:
		IE				- border-style:inset;
		Opera, Mozilla	- border-style:inset;border-color:#f1f1f1;
*/
ol.pbs
{
	padding:0;
	margin:0;
	list-style-type:none;
}

/* callout items holder remove all margins, small box offset */
ol.pbs ul
{
	margin:0;
	list-style-type:none;
	padding:3px;
	/*padding-left:3px;*/ /* IE friendly */
}

/* callout header holder, make space for the image on right, cursor as pointer */
ol.pbs li h1
{
	padding:0px;
	margin:0px;
	cursor:pointer;
}

ol.pbs li h1
{
	background-image:none !important;
}

/* propertybagselect header input */
/*
	Browser specific :
		Opera : add border-style:solid; instead of border-style:none;
*/
ol.pbs li h1 input
{
	width:99%;
	font:11px Verdana, Trebuchet, Lucida, Arial, sans-serif;
	background-image:url(../../i/updown.gif);
	background-position:99% 50%;
	background-repeat:no-repeat;	
}

/* collapsed style */
ol.pbs h1.col
{
}

/* expanded style */
ol.pbs h1.exp
{
}

/* clear margins on callout items */
ol.pbs ul li
{
	padding:0;
	margin:0;
}

/* upload button */
ol.pbs ul li input
{
	padding:3px;
}

/*******************************************************************/
/*				END PROPERTY BAG SELECT CALLOUT					   */
/*******************************************************************/


/*******************************************************************/
/*******************************************************************/
/*				OTHER GENERIC 									   */
/*******************************************************************/
/*******************************************************************/

/* read only */
.pronly
{
}


/*******************************************************************/
/*				BEGIN INLINE GROUPING							   */
/*	Inline dl/dd/dt when group should be displayed inline		   */
/*******************************************************************/

dl.dinl
{
	margin:0;
}

dl.dinl dd
{
	margin:0;
	display:inline;
}

dl.dinl dt
{
	margin:0;
	margin-right:3px;
	font-weight:normal;
	display:inline;
}

dl.dinl_tabular
{
 display: block;
}

dl.dinl_tabular dt
 {
 clear:   left;
 display:  block;
 font-weight: bold;
 float:   left;
 width:   125px;
 }

dl.dinl_tabular dd
 {
 	clear:   right;
	display:  block;
	white-space: nowrap;
 }
 
dl.dinl_tabular dd .s
{
	width:auto;
}

/*******************************************************************/
/*				END INLINE GROUPING								   */
/*******************************************************************/


/*******************************************************************/
/*				BEGIN EDIT/FILTER ITEMS STYLES					   */
/*	define styles for the string/numeric/date/ddl 				   */
/*******************************************************************/

.b0x01 .s
{
	width:99%;
}

.b0x01 .n
{
	width:70px;
	text-align:right;
}

.b0x01 .t
{
	width:35px;
}

.b0x01 .d
{
	width:120px;
	/*background-image:url(../../i/date.gif);*/
	background-image:url(../../i/cal.gif);
	background-position:100% 50%;
	background-repeat:no-repeat;
}

/* disabled */
.b0x01 .dsb
{
	background-color:#f8f8f8;
}


/*******************************************************************/
/*						   GRID									   */
/*******************************************************************/

.grd
{
	font:11px/1.5 Verdana, Trebuchet, Lucida, Arial, sans-serif;
	color:black;
	border-spacing: 0px;
}

table.grd
{
	background-color:#fff;
}

.grd td
{
	border-bottom:solid 1px #c2c2c2 !important;
	padding:1px 3px;
	text-align:left;
}

.grd .pgr
{
}


.top td 
{
	text-align:right !important;
	padding-right:15px !important;
}

.top a
{
	background-color:#ffffde !important;
	border:solid 1px #ccc !important;
}

.grd .pgr td a:link, .grd .pgr td a:visited
{
	display:inline;
	font-weight:normal;
	color:black;
}

.grd .hdr a:link, .grd .hdr a:visited, .grd .hdr a:hover
{
	display:block !important;
	color:#808080;
	text-decoration:underline !important;
}

.grd .hdr a:hover
{
	background-image:url(../../i/updown.gif);
	background-position:99% 50%;
	background-repeat:no-repeat;
}

.grd .slc td
{
	background-color:rgb(220,232, 240) !important;
	color:#000 !important;
}

.grd .slc td input.edit
{
	border:solid 1px rgb(239,244, 250);
}

.grd .slco td
{
	background-color:rgb(239,244, 250) !important;
	color:#000 !important;
}

.grd .slco select, .grd .slc select
{
	background-color:rgb(239,244, 250);
}

.grd tr:hover
{
	background-color:rgb(239,244, 250) !important;
	color:#000 !important;
}

/* 
	tricky keep header, footer definition below slco in order 
	to keep the white background
*/
.grd .hdr td
{
	background-color:white !important;
	text-align:center;
	padding-top:7px;
}

.grd .pgr td
{
	font-weight:bold;
	color:black;
	padding:2px;
	white-space:nowrap !important;
	background-color:#fafafa !important;
	text-align:center;
}

.grd td a:link, .grd td a:visited
{
	color:#003399;
	display:block;
	padding-left:5px;
	text-decoration:underline !important;
}

.grd td a:hover
{
}

.grd .hdr a:link, .grd .hdr a:visited
{
	background-color:#fff !important;
}

.grd .hdr a:hover
{
	color : rgb(51, 102, 204) !important;
}

.grd .hdr .sa a:link, .grd .hdr .sa a:visited
{
	padding-left:17px;
	background-image:url(../../i/sort_asc.gif);
	background-position:2px 50%;
	background-repeat:no-repeat;
	padding-top:2px;
}

.grd .hdr .sd a:link, .grd .hdr .sd a:visited
{
	padding-left:17px;
	background-image:url(../../i/sort_desc.gif);
	background-position:2px 50%;
	background-repeat:no-repeat;
	padding-top:2px;
}

/* edit inputs (editable grid, repeater) */
.grd input.edit
{
	border:solid 1px #fff;
    background-color:transparent;
    font:11px Verdana, Trebuchet, Lucida, Arial, sans-serif;
    padding:1px;
    width:99%;
    padding-top:2px;
    padding-bottom:2px;
}

.grd .trGray td input.edit
{
	border:#f9f9f9;
}

.grd .trDelimTop td
{
	border-top:solid 5px #ccc;
}

.grd .edit_focused
{
    /*border:solid 1px #ccc !important;*/
    background-color:#fffff1 !important;
}

.grd .slco td input.edit
{
    border:solid 1px #ccc !important;
    background-color:#fffff1 !important;
}

.pnt td
{
	cursor:pointer;
}

.pnt tr
{
	behavior : url(/admin1/b/overlinktr.htc);
}

.pnt tr.hdr
{
	behavior:none !important;
}

.pnt tr.hdr:hover
{
	background-color:transparent !important;
}

.pnt tr:hover
{
	background-color:rgb(51, 102, 204) !important;
	color:#fff !important;
}

/* bool template with images checked */
.grd td.ck
{
	background-image:url(../../i/chk.gif);
	background-position:50% 50%;
	background-repeat:no-repeat;
}

/* bool template with images unchecked*/
.grd td.uck
{
}

/* hyperlink column */
.hlcol
{
	background-color:rgb(220,232, 240);
}

.hloby
{
	/*background-color:#f8f8f8;*/
	background-color:#eee;
}

.grd tr.trGray
{
	background-color:#f9f9f9;
}

.grd .hi_eddl
{
	padding-top:1px;
	padding-bottom:1px;
}

.grd .hh_eddl
{
	padding-top:3px;
	padding-bottom:3px;
}

.grd .hh_eddl select
{
	background-color:#fff !important;
}

.grd .hh_etb input
{
	background-color:#fff !important;
}

.grd input.etb
{
	text-align:left;
	border:solid 1px #ccc;
	background-color:#fffff1;
	font:11px Verdana, Trebuchet, Lucida, Arial, sans-serif;
	padding:1px;
	width:99%;
	padding-top:2px;
	padding-bottom:2px;
}


.grd select.eddl
{
	font:11px Verdana, Trebuchet, Lucida, Arial, sans-serif;
	width:100%;
	border:0;
	padding:1px;
	border:1px solid transparent;
}
	
.grd .pg_pn 
{
	margin-top:2px;
	font-weight:normal;
	text-align:center;
}

.grd .pg_pn a 
{
	display:inline !important;
	padding:2px;
}

.grd .pg_pn p
{
	display:inline !important;
	margin:0;
	padding:0 2px 0 2px;
}


.grd .tr_h_red td
{
	background-color:rgb(255, 216, 176) !important;	
}

.grd .tr_h_highligh td
{
	background-color:#ffffe5 !important;	
}

/****************************************************************************/
/*									END GRID								*/
/****************************************************************************/



/*******************************************************************/
/*******************************************************************/
/*				BEGIN RESULTS SCHEMA ITEM TEMPLATES				   */
/*******************************************************************/
/*******************************************************************/

.colNumeric
{
    text-align:right !important;
}

.colNumber
{
    text-align:center !important;
    font-weight:bold;
}

/*******************************************************************/
/*				END RESULTS SCHEMA ITEM TEMPLATES				   */
/*******************************************************************/



/*******************************************************************/
/*******************************************************************/
/*				BEGIN FILTER CSS BUILDER						   */
/*******************************************************************/
/*******************************************************************/

/* general font */
.bf0x01
{
	font:11px/1.5 Verdana, Trebuchet, Lucida, Arial, sans-serif;
	color:black;
}

/* data list for the group properties, remove margin */
.bf0x01 dl
{
	margin:0;
}

/* offset dd (host for the controls in the properties group) */
.bf0x01 dd
{
	margin-left:0px;
}

/* dt (host for the group property name) */
.bf0x01 dt
{
	margin-top:0px;
	color:#888;
}

table.bf0x01
{
	width:100% !important;
	table-layout:fixed;
}


table.bf0x01 caption
{
	text-align:left;
	font-weight:bold;
	border-bottom:solid 1px rgb(220,227,235);
}

table.bf0x01 th
{
	text-align:left;
	width:25%;
	border-bottom:dotted 1px #ccc;
	vertical-align:top;
	padding:2px;
	color:#000;
	font-weight:normal;
}

table.bf0x01 th th, table.bf0x01 td th
{
	border-bottom-style:none;
	border-bottom-width:0;
	padding:0;
	vertical-align:center;
	width:auto;
}

table.bf0x01 th q
{
	display:block;
	font-weight:normal;
	color:#888;
}

table.bf0x01 td
{
	background-color:#eaeaea;
	border-bottom:dotted 1px #ccc;
	text-align:left;
	width:75%;
	white-space:nowrap;
	padding:2px;
	padding-left:5px;
	padding-top:5px;
	padding-right:10px;
	vertical-align:middle;
}

table.bf0x01 td td
{
	background-color:transparent;
	border-bottom-style:none;
	width:auto;
	padding:0;
}

table.bf0x01 input, .bf0x01 select
{
	width:auto;
	font:11px Verdana, Trebuchet, Lucida, Arial, sans-serif;
}

/* validator */
.bf0x01 .vld
{
	font-size:11px;
	color:Red;
}

/* summary validator */
.bf0x01 .smr
{
	font-size:10px;
	color:Red;
}
/* action buttons */
.bf0x01 .act
{
	text-align:right;
	background-color:white;
	padding-bottom:2px;
	padding-top:2px;
	padding-right:5px;
	background-color:#ffe8b8;
}

.bf0x01 .act_brief
{
	text-align:right;
	background-color:white;
	padding-bottom:2px;
	padding-top:2px;
	padding-right:5px;
	border-bottom-style:dotted;
	background-color:#eaeaea;
}

.bf0x01 .act_brief input
{
	margin-left:7px;
}

.bf0x01 .act input
{
	margin-left:5px;
	padding:2px;
}

.bf0x01 .s
{
	width:99%;
}

.b0x01 .per
{
	color:red;
}

input.mrke
{
	border:solid 2px red;
}

.b0x01 .inledt
{
	padding:0;
}

.b0x01 .inledt .grd td, .b0x01 .inledt .grd th
{
	padding:2px;
	/* width:100%; */
}

/* Calendar callout */
.b0x01 .cld
{
	background-color:#fff;
	width:178px;
	font-size:10px;
}

.b0x01 .cld ul li
{
	border-top:solid 1px #ccc;
	padding-top:3px;
}

.b0x01 .cld h1.col, .b0x01 .cld h1.exp
{
	background-image:url(../../i/cldr.gif);
}

/* CalendarToday */
.c_td
{
	background-color:rgb(239,244, 250) !important;
	font-weight:bold;
}

/* CalendarSelector */
.c_s
{
}

/* CalendarDay */
.c_d
{
	text-align:center !important;
	color:#000;
}

.c_d a:link, .c_d a:visited
{
	text-decoration:none;
	color:#000 !important;
	padding:5px !important;
	display:block;
}

.c_d a:hover
{
	background-color:Gray !important;
	color:#fff !important;
}

/* CalendarNextPrev */
.c_np
{
	font-weight:bold !important; 
}

.c_np a
{
	color:#000 !important;
	font-weight:bold !important; 
	padding:2px !important;
}

/* CalendarDayHeader */
.c_dh
{
	font-weight:bold;
	padding-left:2px !important;
	padding-right:2px !important;
	color:#999;
	padding-bottom:4px !important;
	border-bottom:dotted 1px #ccc;
}

/* CalendarSelectedDay */
.c_sd
{
	background-color:#ccc !important;
	color:#fff;
	font-weight:bold;
}

/* CalendarTitle */
.c_t
{
	font-weight:bold;
	text-align:center;
	padding-left:20px !important;
}

.c_t td
{
	white-space:nowrap;
}

/* CalendarWeekendDay */
.c_wd
{
}

/* CalendarOtherMonthDay */
.c_omd
{
	background-image:url(../../i/bg.gif);
}

.c_omd a:link
{
	color:gray !important;
}
/**************************************************************************/
/*					OTHER EDIT ITEM TEMPLATES DEFINITIONs				  */
/**************************************************************************/

/* disabled callout */
.b0x01 .pbsro h1.col, .b0x01 .pbsro h1.exp
{
	background-image:none;
	cursor:default;
	padding-right:0;
}

.b0x01 .pbsro input
{
	background-color:#f8f8f8;
	color:Gray;
}

.b0x01 .dlm
{
	padding-top:2px !important;
	padding-bottom:2px !important;
	padding-left:3px !important;
	background-color:#eaeaea;
	font-weight:bold;
}

.b0x01 .dlm b
{
	color:Red;
}

.b0x01 .html2
{
	background-image:url(../../i/back_gstripes.gif) !important;
}


.w_empty
{
	background-color:#fffff1;
}

/* cancel with red */
a.lcncl:link, a.lcncl:visited
{
    color:red !important;
    padding:3px;
}

a.lcncl:hover
{
    color:#fff !important;
    background-color:red;
    padding:3px;
}

.mvc_save
{
	width:auto !important;
	padding:2px 2px !important;
	font-size:11px !important;
	font-family:Verdana !important;
}

.overlay
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 332;
    background-color: #000;
    -moz-opacity: 0.0 !important;
    opacity: .00 !important;
    filter: alpha(opacity=00) !important;
}

.overlay_on
{
	-moz-opacity: 0.4 !important;
    opacity: .40 !important;
    filter: alpha(opacity=40) !important;
}

.overlay_on_top
{
    z-index: 999 !important;
}

#overlay_lightbox
{
    position:fixed;
    top: 10%;
    left: 10%;
    z-index: 333;
    width: 80%;
    height: 80% !important;
    border: 10px solid #ffffde;
    background: #ffffde;
    text-align: left;
    display:block;
}

#overlay_lightbox[id]
{
    position: fixed;
}

#overlay_lightbox .content
{
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    border: solid 1px #ccc;
    background-color: #fff;
}

#overlay_lightbox .footer
{
	text-align:right;
	padding:10px 15px;
}

#overlay_lightbox .footer a:link, #overlay_lightbox .footer a:visited
{
	color:red !important;
	font-size:15px;
	padding:5px !important;
}

#overlay_lightbox .footer a:hover
{
	background-color:red;
	color:#fff !important;
}


/* LOGIN */
.act
{
    text-align:left;
} 

.act span
{
    font-size:11px;
    color:#999;
}

.actbt
{
    background-color:#fff;
    text-align:right !important;
    padding:7px;
}

slc.a strong
{
   color:red;
}


div.autosuggester
{
    clear:both;
    text-align:left;
    width:250px;
    background-color:white;
    border:1px solid #ccc;
    margin:0px;
    padding:0px;
    -moz-opacity: 0.9 !important;
    opacity: .90 !important;
    filter: alpha(opacity=90) !important;
    color:#000;
    display:inline;
    z-index:9999;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
	box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div.autosuggester ul{list-style-type:none;margin:0px;padding:0px;clear:both;}

div.autosuggester ul li.selected
{
    /*background-color: #ffffce;*/
    background-color: #888;
    color:#fff;
}

div.autosuggester ul li.autosuggester-item
{
    list-style-type:none;
    display:block;
    margin:0;
    padding:3px;
    cursor:pointer;
    clear:both;
    float:none;
}

.grd tr:hover
{
	background-color:rgb(220,232, 240) !important;
}

.grd tr:hover td
{
	color:#000;
}

.grd tr:hover input.edit
{
	border:solid 1px #ccc !important;
	background-color:#fff !important;
}

.grd tr:hover select.eddl
{
	border:solid 1px #ccc !important;
	padding:1px;
}

.grd .overlay_mark
{
	font:11px Verdana, Trebuchet, Lucida, Arial, sans-serif;
	border:solid 1px #fff !important;
	border:0;
}

.grd .task_progress td
{
	background-color:rgb(175, 215, 117);
}

.grd .task_progress td input
{
	border:solid 1px rgb(175, 215, 117) !important;	
}

.grd .task_progress td select
{
	background-color:rgb(175, 215, 117);
}

.grd .task_progress td .overlay_mark
{
	background-color:rgb(175, 215, 117);
}


.grd .task_milestone td
{
	background-color:rgb(239,210,121);
}

.grd .task_milestone td input
{
	border:solid 1px rgb(239,210,121) !important;	
}

.grd .task_milestone td select
{
	background-color:rgb(239,210,121);
}

.grd .task_milestone td .overlay_mark
{
	background-color:rgb(239,210,121);
}



.grd tr:hover .overlay_mark
{
	border:solid 1px #ccc !important;
	background-color:#fff;
}

.grd td a.external1:link, .grd td a.external1:visited
{
	background-image:url(/admin/i/lko.gif);
	background-position:5px 35%;
	background-repeat:no-repeat;
	text-decoration:none !important;
	width:15px;
}

.grd td a.external_image:link, .grd td a.external_image:visited
{
	background-image:url(/admin/i/image.gif);
	background-position:0px 35%;
	background-repeat:no-repeat;
	text-decoration:none !important;
	width:17px;
}

.grd td a.external_attach:link, .grd td a.external_attach:visited
{
	background-image:url(/admin/i/crm/attach.png);
	background-position:1px 35%;
	background-repeat:no-repeat;
	text-decoration:none !important;
	width:14px;
}

.grd td a.external_configure:link, .grd td a.external_configure:visited
{
	background-image:url(/admin/i/edit.png);
	background-position:1px 35%;
	background-repeat:no-repeat;
	text-decoration:none !important;
	width:14px;
}

.trNotCompleted
{
	background-color:#ffd9cc !important;
}

.trNotCompleted .edit
{
	border:solid 1px #ffd9cc;
	background-color:#fff;
}

.trNotCompleted select.eddl
{
	/*background-color:#ffd9cc;*/
}

.trNotCompleted:hover select.eddl
{
	/*background-color:#fff;*/
}

.ddl_menu
{
	font-family:Verdana;
	font-size:11px;
	padding:2px;
}

.edt_row td
{
    background-color:#ffefb2 !important;
    padding:2px !important;
}

.edt_row .s
{
    width:100% !important;
    font-family:Verdana !important;
    font-size:11px !important;
    border:solid 1px #ccc;
    padding:2px !important;
    border-left:dotted 1px #ccc;
    border-right:dotted 1px #ccc;
}

.edt_row select
{
    width:100% !important;
    font-family:Verdana !important;
    font-size:11px !important;
    padding:1px;
    border:solid 1px #ccc;
    border-left:dotted 1px #ccc;
    border-right:dotted 1px #ccc;
}

.edt_row .err
{
    background-color:#fbba9c !important;
    /*border:solid 2px #fbba9c !important;*/
    background-image:url(/admin/i/exclm.gif);
	background-position: 98% 50%;
	background-repeat:no-repeat;
}


.dcpnl
{
    width: 60%; vertical-align: top; border-left: solid 2px #ccc;
    background-color:#f1f1f1;
    border-bottom:solid 1px #ccc;
    padding-left:4px;
    padding-right:4px;
}
    
.dcpnl td
{
    background-color:#f1f1f1 !important;
}
    
.dcpnl fieldset
{
    border-style:none;
    border-top:solid 1px #ccc;
}
    
.dcpnl legend
{
    padding-left:2px;
    padding-right:2px;
    padding-bottom:5px;
    padding-top:5px;
}

.dlocked
{
	background-color:Red;
	color:#fff;
	padding:3px;
	margin-left:3px;
}

.CodeMirror
{
	background-color:#fff;
}


.tbdesign
{
	
	background-image:url(/i/icons/application_view_list.png);
	background-position:1px 50%;
	background-repeat:no-repeat;
	padding-left:18px !important;
	text-decoration:none !important;
}

.tbdesign_process
{
	
	background-image:url(/i/icons/application_form.png);
	background-position:1px 50%;
	background-repeat:no-repeat;
	padding-left:18px !important;
	text-decoration:none !important;
}

.pinf .tbdesign { position:absolute; top:0; right:-40px; height:18px; }
.pinf .tbdesign_process { position:absolute; top:0; right:-60px; height:18px; }


.vld div
{
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	background-color:#ffffde;
	border:solid 1px #ccc;
	color : Maroon;
	padding-left:25px;
	background-image:url(/admin/i/exclamation.gif);
	background-position: 5px 50%;
	background-repeat:no-repeat;
}

.tblink
{
	
	background-image:url(/i/icons/table_link.png);
	background-position:1px 50%;
	background-repeat:no-repeat;
	padding-left:18px !important;
	text-decoration:none !important;
}

.tbcopy
{
	
	background-image:url(/i/icons/table_add.png);
	background-position:1px 50%;
	background-repeat:no-repeat;
	padding-left:18px !important;
	text-decoration:none !important;
}

.a_no_hover
{
	text-decoration:none !important;
}

.a_dark_gray, .a_dark_gray:hover
{
	color:#333 !important;
}

.a_blue, .a_blue:hover
{
	color:#4765a0 !important;
}

.a_green, .a_green:hover
{
	color:#4cae4c !important;
}

.a_no_hover:hover
{
	background-color:transparent !important;
}

.hidden
{
	display:none;
}


.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration:none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}


.btn {
	background-color: #e5e5e5;
	background-image: none;
	filter: none;
	border: 0;
	padding: 7px 14px; 
	text-shadow: none;
	font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;  	
  color: #333333;
	cursor: pointer;
	outline: none;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
.btn:hover, 
.btn:focus, 
.btn:active,
.btn.active,
.btn[disabled],
.btn.disabled {  
  color: #333333;
  background-color: #d8d8d8 !important;
}

.btn.red-stripe
{
	border-left: 3px solid #d84a38;
}

.btn.blue-stripe
{
	border-left: 3px solid #4d90fe;
}

.btn.purple-stripe
{
	border-left: 3px solid #852b99;
}

.btn.green-stripe
{
	border-left: 3px solid #35aa47;
}

.btn.yellow-stripe {
    border-left: 3px solid #ffb848;
}

/*  Red */
.btn.red {
  text-shadow: none;	
  background-color: #d84a38;
  color: #fff !important;
  text-decoration :none !important;
}
.btn.red:hover, 
.btn.red:focus, 
.btn.red:active, 
.btn.red.active,
.btn.red[disabled], 
.btn.red.disabled {    
  background-color: #bb2413 !important;
  color: #fff !important;
}

/*  Blue */
.btn.transparent   
{
  text-shadow: none;  
  background-color: transparent;
  text-decoration :none !important;
  color: black !important;
}

.btn.blue   
{
  color: white !important;
  text-decoration :none !important;
  text-shadow: none;	
  background-color: #4d90fe;
}
.btn.blue:hover, 
.btn.blue:focus, 
.btn.blue:active,
.btn.blue.active,
.btn.blue[disabled],
.btn.blue.disabled {  
  background-color: #0362fd !important;
  color: #fff !important;
}

/*  Green */
.btn.green {
  text-shadow: none;	 
  background-color: #35aa47;
  text-decoration :none !important;
  color: white !important;
}
.btn.green:hover, 
.btn.green:focus, 
.btn.green:active, 
.btn.green.active,
.btn.green.disabled, 
.btn.green[disabled]{ 
  background-color: #1d943b !important;
  color: #fff !important;
}

/*  Purple */
.btn.purple {
  text-shadow: none;	
  background-color: #852b99;
  color: white !important;
  text-decoration :none !important;
}
.btn.purple:hover, 
.btn.purple:focus, 
.btn.purple:active, 
.btn.purple.active, 
.btn.purple.disabled,
.btn.purple[disabled] { 
  background-color: #6d1b81 !important;
  color: #fff !important;
}

.btn.yellow {
  text-shadow: none;	
  background-color: #ffb848;
  color: white !important;
  text-decoration :none !important;
}
.btn.yellow:hover, 
.btn.yellow:focus, 
.btn.yellow:active, 
.btn.yellow.active, 
.btn.yellow.disabled,
.btn.yellow[disabled] { 
  background-color: #eca22e !important;
  color: #fff !important;
}

.btn.black {
  text-shadow: none;	
  /*background-color: #555555;*/
  background-color: #666666;
  color: white !important;
  text-decoration :none !important;
}
.btn.black:hover, 
.btn.black:focus, 
.btn.black:active, 
.btn.black.active, 
.btn.black.disabled,
.btn.black[disabled] { 
  background-color: #333333 !important;
  color: #fff !important;
}

.mini 
{
  height: 13px;
  font-size: 11px !important; 
  line-height: 13px;
  padding: 4px 10px;
}

.big
{
  height: 38px;
	font-size: 18px; 
	line-height: 38px; 	
	padding: 8px 16px;
}

button.btn.big,
input[type="button"].btn.big,
input[type="submit"].btn.big {
  height: 54px;
  padding-top: 9px;
  padding-bottom: 8px;
}

button.btn.mini,
input[type="button"].btn.mini,
input[type="submit"].btn.mini {
  height: 21px;
  padding-top: 3px;
  padding-bottom: 3px;
}

a.btn.big.btn-block {
 height: 54px;
}


/***
Tiles(new in v1.1.1)
***/
.tiles {
  margin-right: -10px;
}

.tile {
  display: block;
  letter-spacing: 0.02em;
  float: left;
  height: 130px;
  width: 130px !important;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 20px;
  font-smooth: always;
  overflow: hidden;
  border: 4px solid transparent;
  margin: 0 10px 10px 0;
}

.tile:after,
.tile:before {
  content: "";
  float: left; 
}

.tile.double {
  width: 278px !important;
}

.tile.double-down {
  height: 278px !important;
}

.tile:active, .tile.selected {
  border-color: #ccc;
}

.tile:hover {
  border-color: #aaa;
}

.tile.selected .corner:after {  
  content: "";
  display: inline-block;
  border-left: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-right: 40px solid #ccc;
  position: absolute;
  top: -3px;
  right: -3px;
}

.tile.selected .check:after {  
  content: "";
  font-family: FontAwesome;
  font-size: 13px;
  content: "\f00c";
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 2px;
}

.tile * {
  color: #ffffff;
}

.tile .tile-body {
  height: 100%;
  vertical-align: top;
  padding: 10px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  font-weight: 400;
  font-size: 12px;
  font-smooth: always;
  color: #000000;
  color: #ffffff;
  margin-bottom: 10px;
}

.tile .tile-body img {
  float: left;
  margin-right: 10px;
}

.tile .tile-body img.pull-right {
  float: right !important;
  margin-left: 10px;
  margin-right: 0px;
}

.tile .tile-body .content {
  display: inline-block;
}

.tile .tile-body > i {
  margin-top: 17px;
  display: block;
  font-size: 56px;
  text-align: center;
}

.tile.double-down i {
  margin-top: 95px;
}

.tile .tile-body h1,
.tile .tile-body h2,
.tile .tile-body h3,
.tile .tile-body h4,
.tile .tile-body h5,
.tile .tile-body h6,
.tile .tile-body p {
  padding: 0;
  margin: 0;
  line-height: 14px;
}

.tile .tile-body h3,
.tile .tile-body h4 {
  margin-bottom: 5px;
}

.tile .tile-body h1:hover,
.tile .tile-body h2:hover,
.tile .tile-body h3:hover,
.tile .tile-body h4:hover,
.tile .tile-body h5:hover,
.tile .tile-body h6:hover,
.tile .tile-body p:hover {
  color: #ffffff;
}

.tile .tile-body p {
  font-weight: 400;
  font-size: 13px;
  font-smooth: always;
  color: #000000;
  color: #ffffff;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tile .tile-body p:hover {
  color: rgba(0, 0, 0, 0.8);
}

.tile .tile-body p:active {
  color: rgba(0, 0, 0, 0.4);
}

.tile .tile-body p:hover {
  color: #ffffff;
}

.tile.icon > .tile-body {
  padding: 0;
}

.tile .tile-object {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 30px;
  background-color: transparent;
  *zoom: 1;
}

.tile .tile-object:before,
.tile .tile-object:after {
  display: table;
  content: "";
}

.tile .tile-object:after {
  clear: both;
}

.tile .tile-object > .name {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 15px;
  font-weight: 400;
  font-size: 13px;
  font-smooth: always;
  color: #ffffff;
}

.tile .tile-object > .name i {
  display: block;
  font-size: 24px;
}

.tile .tile-object > .number {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 14px;
  font-smooth: always;
  margin-bottom: 8px;
  margin-right: 10px;
}

.tile.image {  
  border-color1: transparent !important;
}

.tile.image > .tile-body {
  padding: 0 !important;
}

.tile.image > .tile-body > img{
  width: 100%;
  height: auto;
  min-height: 100%;
  max-width: 100%;
}

.tile.image .tile-body h3 {
  display: inline-block;
}


.alert {
  padding: 5px;
  margin: 5px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.well {
  min-height: 20px;
  /*padding: 19px;*/
  /*margin-bottom: 20px;*/
  padding: 5px;
  margin-bottom: 5px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/***
Portlets
***/
.portlet  {
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px;
}

.portlet-title {  
  /*margin-bottom: 15px;*/
  border-bottom: 1px dotted #ccc;
  padding-left:5px;
}

.portlet-title:after,
.portlet-title:before {
  content: "";
  display: table;
  line-height: 0;
}

.portlet-title:after {
  clear: both;
}

.portlet-title .caption {
  float: left;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-bottom: 7px; 
  padding-left:3px;
}

.portlet-title .caption i {
  float: left;
  margin-top: 5px;
  display: inline-block !important;
  font-size: 13px;
  margin-right: 5px;
  color: #666;
}

.portlet.blue > .portlet-title .caption, .portlet-title.blue .caption, 
.portlet.green > .portlet-title .caption, .portlet-title.green .caption,
.portlet.yellow > .portlet-title .caption, .portlet-title.yellow .caption,
.portlet.red > .portlet-title .caption, .portlet-title.red .caption,
.portlet.purple > .portlet-title .caption, .portlet-title.purple .caption,
.portlet.grey > .portlet-title .caption, .portlet-title.dark-grey .caption, {
  color: #fff;
}

.portlet.box.blue > .portlet-title .caption > i, 
.portlet.box.green > .portlet-title .caption > i,
.portlet.box.grey > .portlet-title .caption > i,
.portlet.box.yellow > .portlet-title .caption > i, 
.portlet.box.red > .portlet-title .caption > i,  
.portlet.box.purple > .portlet-title .caption > i, 
.portlet.box.light-grey > .portlet-title .caption > i{
  color: #fff;
}

.sortable .portlet .portlet-title {
  cursor: move;
}

.portlet-title .tools,
.portlet-title .actions
 {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 6px;
  margin-right: 5px;
  float: right;
}

.portlet-title .tools > a {
  display: inline-block;
  height: 16px;
  margin-left:5px;
}

.portlet-title .dropdown-menu i {
  color: #000 !important;
}

.portlet-title .tools > a.remove {
  background-image:url(/cms/themes/metronic/assets/img/portlet-remove-icon.png);
  background-repeat: no-repeat;
  width: 11px;
}

.portlet-title .tools > a.config {
  background-image:url(/cms/themes/metronic/assets/img/portlet-config-icon.png);
  background-repeat: no-repeat;
  width: 12px;
}

.portlet-title .tools > a.reload {
  background-image:url(/cms/themes/metronic/assets/img/portlet-reload-icon.png);
  width: 13px;
}

.portlet-title .tools > a.expand {
  background-image:url(/cms/themes/metronic/assets/img/portlet-expand-icon.png);
  width: 14px;
}

.portlet-title .tools > a.collapse {
  background-image:url(/cms/themes/metronic/assets/img/portlet-collapse-icon.png);
  width: 14px;
}

.portlet-title .tools > a:hover {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity:.6;  
  filter:'alpha(opacity=60)';
}

.portlet-title .actions > .btn-group {
  margin-top: -12px;
}

.portlet-title .actions > .btn {
  padding: 4px 10px;
  margin-top: -13px;
}

.portlet-title .actions > .btn-group > .btn {
  padding: 4px 10px;
  margin-top: -1px;
}

.portlet-title .actions > .btn.mini {
  margin-top: -12px;
  padding: 4px 10px;
}

.portlet-title .pagination.pagination-small {
  float: right !important;
  display: inline-block !important;
  margin: 0px;
  margin-top: -2px;
}

.portlet-body {
  clear: both;  
  padding: 0;  
}

.portlet-body.light-blue, .portlet.light-blue {
  background-color: #bfd5fa  !important;
}

.portlet-body.blue, .portlet.blue {
  background-color: #4b8df8 !important;
}

.portlet-body.red, .portlet.red {
  background-color: #e02222 !important;
}

.portlet-body.yellow, .portlet.yellow {
  background-color: #ffb848 !important;
}

.portlet-body.green, .portlet.green {
  background-color: #35aa47 !important;
}

.portlet-body.purple, .portlet.purple {
  background-color: #852b99 !important;
}

.portlet-body.light-grey, .portlet.light-grey {
  background-color: #fafafa !important;
}

.portlet-body.dark-grey, .portlet.dark-grey {
  background-color: #555555 !important;
}

.portlet-body .btn-toolbar {
  margin: 0px !important;
  padding: 0px !important;
}

.portlet-body .btn-group {
  margin: 0px !important;
  padding: 0px !important;
  margin-bottom: 10px !important;
}


/* METRO */

.bg-blue {
    background-color: #4b8df8 !important;
    background-image: none !important;
}
.bg-red {
    background-color: #e02222 !important;
    background-image: none !important;
}
.bg-yellow {
    background-color: #ffb848 !important;
    background-image: none !important;
}
.bg-green {
    background-color: #35aa47 !important;
    background-image: none !important;
}
.bg-purple {
    background-color: #852b99 !important;
    background-image: none !important;
}
.bg-grey {
    background-color: #555555 !important;
    background-image: none !important;
}

.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;line-height:0;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:30px;margin-left:2.127659574468085%;*margin-left:2.074468085106383%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.127659574468085%}.row-fluid .span12{width:100%;*width:99.94680851063829%}.row-fluid .span11{width:91.48936170212765%;*width:91.43617021276594%}.row-fluid .span10{width:82.97872340425532%;*width:82.92553191489361%}.row-fluid .span9{width:74.46808510638297%;*width:74.41489361702126%}.row-fluid .span8{width:65.95744680851064%;*width:65.90425531914893%}.row-fluid .span7{width:57.44680851063829%;*width:57.39361702127659%}.row-fluid .span6{width:48.93617021276595%;*width:48.88297872340425%}.row-fluid .span5{width:40.42553191489362%;*width:40.37234042553192%}.row-fluid .span4{width:31.914893617021278%;*width:31.861702127659576%}.row-fluid .span3{width:23.404255319148934%;*width:23.351063829787233%}.row-fluid .span2{width:14.893617021276595%;*width:14.840425531914894%}.row-fluid .span1{width:6.382978723404255%;*width:6.329787234042553%}.row-fluid .offset12{margin-left:104.25531914893617%;*margin-left:104.14893617021275%}.row-fluid .offset12:first-child{margin-left:102.12765957446808%;*margin-left:102.02127659574467%}.row-fluid .offset11{margin-left:95.74468085106382%;*margin-left:95.6382978723404%}.row-fluid .offset11:first-child{margin-left:93.61702127659574%;*margin-left:93.51063829787232%}.row-fluid .offset10{margin-left:87.23404255319149%;*margin-left:87.12765957446807%}.row-fluid .offset10:first-child{margin-left:85.1063829787234%;*margin-left:84.99999999999999%}.row-fluid .offset9{margin-left:78.72340425531914%;*margin-left:78.61702127659572%}.row-fluid .offset9:first-child{margin-left:76.59574468085106%;*margin-left:76.48936170212764%}.row-fluid .offset8{margin-left:70.2127659574468%;*margin-left:70.10638297872339%}.row-fluid .offset8:first-child{margin-left:68.08510638297872%;*margin-left:67.9787234042553%}.row-fluid .offset7{margin-left:61.70212765957446%;*margin-left:61.59574468085106%}.row-fluid .offset7:first-child{margin-left:59.574468085106375%;*margin-left:59.46808510638297%}.row-fluid .offset6{margin-left:53.191489361702125%;*margin-left:53.085106382978715%}.row-fluid .offset6:first-child{margin-left:51.063829787234035%;*margin-left:50.95744680851063%}.row-fluid .offset5{margin-left:44.68085106382979%;*margin-left:44.57446808510638%}.row-fluid .offset5:first-child{margin-left:42.5531914893617%;*margin-left:42.4468085106383%}.row-fluid .offset4{margin-left:36.170212765957444%;*margin-left:36.06382978723405%}.row-fluid .offset4:first-child{margin-left:34.04255319148936%;*margin-left:33.93617021276596%}.row-fluid .offset3{margin-left:27.659574468085104%;*margin-left:27.5531914893617%}.row-fluid .offset3:first-child{margin-left:25.53191489361702%;*margin-left:25.425531914893618%}.row-fluid .offset2{margin-left:19.148936170212764%;*margin-left:19.04255319148936%}.row-fluid .offset2:first-child{margin-left:17.02127659574468%;*margin-left:16.914893617021278%}.row-fluid .offset1{margin-left:10.638297872340425%;*margin-left:10.53191489361702%}.row-fluid .offset1:first-child{margin-left:8.51063829787234%;*margin-left:8.404255319148938%}[class*="span"].hide,.row-fluid [class*="span"].hide{display:none}[class*="span"].pull-right,.row-fluid [class*="span"].pull-right{float:right}.container{margin-right:auto;margin-left:auto;*zoom:1}

  
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

th.resize-handle-active 
{
	cursor: e-resize;
}

div.resize-handle {
	cursor: e-resize;
	width: 2px;
	border-right: 1px dashed #999;
	position:absolute;
	top:0;
	left:0;
}