/* WRITE YOUR CSS CODE HERE */

small{ font-size:11px; }

.left{ float:left !important; }
.right{ float:right !important; }
.hide{ display:none; }
.clear {
	clear:both;
	position:relative;
	font-size:0;
	height:0;
	display:block;
	line-height:0;
}
.no_wrap {
	white-space: nowrap !important;
}

.msg.info.yellow {
	background: url("design/ico-info.gif") no-repeat scroll 10px center #FFF3E8;
    border: 1px solid #FFCC9B;
}

.msg.info.gray_light {
	background: url("design/ico-info.gif") no-repeat scroll 10px center #EDEDED;
	border: 1px solid #ccc;
}

.chart_container {
	width: 100%;
	text-align: center;
}

.space5 {
	margin-bottom: 5px !important;
	clear: both;
}

.space10 {
	margin-bottom: 10px !important;
	clear: both;
}

.space15 {
	margin-bottom: 15px !important;
	clear: both;
}

.space20 {
	margin-bottom: 20px !important;
	clear: both;
}

#tray{
padding: 7px 0px 0px 15px;
height: 35px;
}
#tray .box1{
/*width:360px;*/
}
#tray span, #tray b{
display:inline;
}
.div_help, .div_help_right
{
	left: 0;
	top: 100%;
	display: none;
	position: absolute;
	width: 300px;
	background: white;
	text-align: left;
	border: 3px solid #343434;
	color:#343434;
	font-size: 12px;
	padding: 10px !important;
	z-index:10;
	line-height: 13px;
}
.div_help_right
{
	left: -250px;
}
span.helps
{
	position: relative;
	cursor: help;
	font-size: 12px;
}
span.helps:hover div
{
	display: block;
}

.account_balance,.display_box
{
	background: #F2F2F2;
	border:1px dotted #999;
	padding:5px;
	margin:5px 0px;
	font-size:1.1em;
	width:200px;
}
.account_balance span
{
	font-weight:bold;
}

.display_box
{
	width:300px;
}
.display_box h4{
	margin:5px;
}

.edit_popup_box {
    border: 1px solid #000000;
    border-radius: 10px 10px 10px 10px;
    display: none;
    left: 600px;
    min-height: 35px;
    padding: 20px;
    position: fixed;
    top: 150px;
    z-index: 999;

    background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #dddddd 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dddddd 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dddddd 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dddddd 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dddddd 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.edit_popup_box h3
{
	margin: 0 0 13px;
}

#main_loader
 {
    background-color: #FFFFFF;
    border: 1px solid;
    border-radius: 15px 15px 15px 15px;
    display: none;
    left: 40%;
    padding: 10px;
    position: fixed;
    text-align: center;
    top: 100px;
    width: 400px;
    z-index: 9999;
}

#popup_background
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000000;
	width: 100%;
	height: 100%;
	z-index: 1000;
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}

/* ##################################  multiselect CSS */

#column_filter{
display:none;
}
.column_filter {
position: relative;
top:115px;
}
.column_filter li {
background:none !important;
padding: 0 !important;
}
.column_filter ul {
margin:0 !important;
}
.column_filter .ui-multiselect-checkboxes label input {
margin-right:5px;
}
.column_filter input.ui-button {
padding: .1em;
}

.ui-multiselect { padding:2px 0 2px 4px; text-align:left }
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0 }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000 }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:scroll }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }

/* ##################################  multiselect CSS */

#breadcrumb{
background-color: #DDDDDD;
padding:10px;
}
#breadcrumb a{
text-decoration:none;
}

#status_info{
background: none repeat scroll 0 0 #F2F2F2;
border: 2px solid #999999;
border-radius: 8px 8px 8px 8px;
color: #222288;
display: none;
font-size: 12px;
min-width: 100px;
padding: 5px;
position: absolute;
}


span.list_arrow{
background: url("../../images/list_arrow.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 16px;
position: relative;
top: 3px;
width: 16px;
cursor:pointer;
z-index: 999;
}

span.list_arrow div{
background-color: #DDDDDD;
border: 1px solid #000000;
display: none;
left: -30px;
max-height: 300px;
overflow-x: hidden;
overflow-y: auto;
position: absolute;
top: 15px;
width: 215px;
}

span.list_arrow:hover div{
display:block;
}

span.list_arrow div a{
color:#000;
border-bottom: 1px solid #000000;
display: block;
padding: 2px;
}

span.list_arrow div a:hover{
background-color:#FFF3E8;
}

span.list_arrow div a.selected{
background-color: #FFCC9B;
cursor:default;
}
.pending_count {
	color: green;
	font-weight: bold;
}

.custom_btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
.custom_btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.custom_btn:active {
	position:relative;
	top:1px;
}

.custom_blue_btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
}.custom_blue_btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}.custom_blue_btn:active {
	position:relative;
	top:1px;
}

.hide_alert {
    cursor: pointer;
    left: 5px;
    position: relative;
    top: -5px;
}




.dropdown-menu {
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}



.dropdown-menu > li > a {
  display: block;
  padding: 4px 8px !important;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
  width: 185px !important;
  border-bottom: 0 !important;

}
.dropdown-menu > li > a > img {
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff !important;
  text-decoration: none;

	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #45484d 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #343434 !important;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

#cw_table .row_1 {
	background: #ffffff;
}
#cw_table .row_2 {
	background: #F7F7F7;
}

.filter_form {
		padding: 10px;
		border: 1px solid #ccc;
		overflow: hidden;

		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
		
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.filter_form .row {
	margin-bottom: 5px;
	overflow: hidden;
}

/* Select2 custom css */
div.select2-container-multi ul.select2-click-remove li.select2-search-choice,
div.select2-container-multi ul.select2-click-remove li.select2-search-field {
	background: none !important;
	cursor: pointer;
}

div.select2-container-multi ul.select2-click-remove li.select2-search-choice:hover {
	background-color: #f0f0f0 !important;
}


/* Autocomplete container */

div.autocomplete-suggestions {
	top: 76px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	width: 300px !important;
	position: absolute;
	display: none;
	overflow-y: auto;
	height: 350px;
}

div.autocomplete-suggestions div.autocomplete-suggestion {
	padding: 4px 0px 2px 9px;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
}

div.autocomplete-suggestions div.selected {
	background-color: #C2C2C2;
	color: #282d36;
}
/* Autocomplete container */