/*@import url(https://fonts.googleapis.com/css?family=Shojumaru);*/

legend{

	border-bottom: 2px solid #58585a;
}


ul.nav-stacked li ul{
	margin-bottom : 0px;
} 

li > a {
	color : #fff;
}

li > a.active {
	color : #fff;
}

select{
background-color:#fff;
}

#menubar > li > a {
	color : #fff;
	font-size: 15px;
	text-decoration:none;
}

#menubar > li > a:hover {
	color : #fff;
	background:#f68720;
	font-size: 15px;
	text-decoration:none;
}
#menubar > li.active > a {
	color : #f68720; //#fff;
	//background:#f68720;
	font-size: 15px;
	text-decoration:none;
}

#menubar > li.active > a:hover {
	color : #fff;
	//background:#f68720;
	font-size: 15px;
	text-decoration:none;
}

.top-block{
font-size:14px;
text-align: center;
padding: 5px;
margin-bottom:10px;
font-weight:bold;
position: relative;
display: block;
line-height: 22px;
text-shadow: 0 0 1px #DDD;
text-decoration:none;
-webkit-box-shadow: inset 0 0 0 1px #FAFAFA;
-moz-box-shadow: inset 0 0 0 1px #FAFAFA;
box-shadow: inset 0 0 0 1px #FAFAFA;
background: -moz-linear-gradient(top,  rgba(30,87,153,0.2) 0%, rgba(125,185,232,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0.2)), color-stop(100%,rgba(125,185,232,0)));
background: -webkit-linear-gradient(top,  rgba(30,87,153,0.2) 0%,rgba(125,185,232,0) 100%);
background: -o-linear-gradient(top,  rgba(30,87,153,0.2) 0%,rgba(125,185,232,0) 100%);
background: -ms-linear-gradient(top,  rgba(30,87,153,0.2) 0%,rgba(125,185,232,0) 100%);
background: linear-gradient(to bottom,  rgba(30,87,153,0.2) 0%,rgba(125,185,232,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#331e5799', endColorstr='#007db9e8',GradientType=0 );
}

.top-block span{
clear:both;
}


.top-block:hover{
text-decoration:none;
}

.notification {
display: block;
position: absolute;
top: -10px;
right: -5px;
line-height: 16px;
height: 16px;
padding: 0 5px;
font-family: Arial, sans-serif;
color: white !important;
text-shadow: 0 1px 
hsla(0, 0%, 0%, 0.25);
border-width: 1px;
border-style: solid;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-box-shadow: 0 1px 1px 
hsla(0, 0%, 0%, 0.08), inset 0 1px 
hsla(0, 100%, 100%, 0.3);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), inset 0 1px rgba(255, 255, 255, 0.3);
box-shadow: 0 1px 1px 
hsla(0, 0%, 0%, 0.08), inset 0 1px 
hsla(0, 100%, 100%, 0.3);
}

.notification {
border-color: #2FABE9;
background-color: #67C2EF;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(200, 80%, 82%)), color-stop(100%, hsl(200, 81%, 67%)));
background-image: -webkit-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
background-image: -moz-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
background-image: -ms-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
background-image: -o-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
background-image: linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
}

.notification.green {
border-color: 	#5AAD34;
background-color: 	#78CD51;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, 	hsl(101, 54%, 71%)), color-stop(100%, 	hsl(101, 55%, 56%)));
background-image: -webkit-linear-gradient(top, 	hsl(101, 54%, 71%), 	hsl(101, 55%, 56%));
background-image: -moz-linear-gradient(top, 	hsl(101, 54%, 71%), 	hsl(101, 55%, 56%));
background-image: -ms-linear-gradient(top, 	hsl(101, 54%, 71%), 	hsl(101, 55%, 56%));
background-image: -o-linear-gradient(top, 	hsl(101, 54%, 71%), 	hsl(101, 55%, 56%));
background-image: linear-gradient(top, 	hsl(101, 54%, 71%), 	hsl(101, 55%, 56%));
}

.notification.yellow {
border-color: #F4A506;
background-color: #FABB3D;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(40, 95%, 76%)), color-stop(100%, hsl(40, 95%, 61%)));
background-image: -webkit-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
background-image: -moz-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
background-image: -ms-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
background-image: -o-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
background-image: linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
}

.notification.red {
border-color: #FA5833;
background-color: #FA603D;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(11, 95%, 76%)), color-stop(100%, hsl(11, 95%, 61%)));
background-image: -webkit-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
background-image: -moz-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
background-image: -ms-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
background-image: -o-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
background-image: linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
}

#external-events {
float: left;
width: 15%;
padding: 10px;
text-align: left;
}
.external-event{
margin: 5px;
cursor:move;
}
#calendar {
float: right;
width: 80%;
}



.box{
border: 1px solid #DEDEDE;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
margin-top: 10px; 
margin-bottom: 10px ;
background:#dadada;
}

.box-header_old{
border:none;
padding-top:5px;
border-bottom: 1px solid #DEDEDE;
border-radius:3px 3px 0 0;
-webkit-border-radius:3px 3px 0 0;
-moz-border-radius:3px 3px 0 0;
height:12px;
min-height:12px;
margin-bottom: 0;
cursor:move;
font-weight:bold;
font-size:16px;
background: #f3f3f3; /* Old browsers */

background: -moz-linear-gradient(top,  #dadada 0%, #dadada 52%, #dadada 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dadada), color-stop(52%,#dadada), color-stop(100%,#dadada)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #dadada 0%,#dadada 52%,#dadada 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #dadada 0%,#dadada 52%,#dadada 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #dadada 0%,#dadada 52%,#dadada 100%); /* IE10+ */

background: linear-gradient(to bottom,  #dadada 0%,#dadada 52%,#dadada 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


}

.box-header{
border:none;
padding-top:5px;
border-bottom: 1px solid #DEDEDE;
border-radius:3px 3px 0 0;
-webkit-border-radius:3px 3px 0 0;
-moz-border-radius:3px 3px 0 0;
height:12px;
min-height:12px;
margin-bottom: 0;
cursor:move;
font-weight:bold;
font-size:16px;
background: #4284aa; /* Old browsers */

background: -moz-linear-gradient(top,  #f68720 0%, #f68720 52%, #f68720 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f68720), color-stop(52%,#f68720), color-stop(100%,#f68720)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #f68720 0%,#f68720 52%,#f68720 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #f68720 0%,#f68720 52%,#f68720 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #f68720 0%,#f68720 52%,#f68720 100%); /* IE10+ */

background: linear-gradient(to bottom,  #f68720 0%,#f68720 52%,#f68720 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68720', endColorstr='#317eac',GradientType=0 ); /* IE6-9 */


}

.box-header-black{
border:none;
padding-top:5px;
border-bottom: 1px solid #DEDEDE;
border-radius:3px 3px 0 0;
-webkit-border-radius:3px 3px 0 0;
-moz-border-radius:3px 3px 0 0;
height:12px;
min-height:12px;
margin-bottom: 0;
cursor:move;
font-weight:bold;
font-size:16px;
background: #4284aa; /* Old browsers */

background: -moz-linear-gradient(top,  #58585a 0%, #58585a 52%, #58585a 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#58585a), color-stop(52%,#58585a), color-stop(100%,#58585a)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #58585a 0%,#58585a 52%,#58585a 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #58585a 0%,#58585a 52%,#58585a 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #58585a 0%,#58585a 52%,#58585a 100%); /* IE10+ */

background: linear-gradient(to bottom,  #58585a 0%,#58585a 52%,#58585a 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58585a', endColorstr='#317eac',GradientType=0 ); /* IE6-9 */


}

.box-header-black h2{
font-size:15px;
width:auto;
clear:none;
float:left;
line-height:25px;
}
.box-header-black h3{
font-size:13px;
width:auto;
clear:none;
float:left;
line-height:25px;
}
.box-header-black h2 > i{
margin-top:1px;
}

.box-header h2{
font-size:15px;
width:auto;
clear:none;
float:left;
line-height:25px;
}
.box-header h3{
font-size:13px;
width:auto;
clear:none;
float:left;
line-height:25px;
}
.box-header h2 > i{
margin-top:1px;
}
.box-icon{
float:right;
}
.box-icon a{
clear:none;
float:left;
margin:0 2px;
height: 18px;
width:5px;
margin-top: -1px;
}
.box-icon a i{
margin-left:-4.5px;
}
.box-content{
padding:10px;
}


.btn-round{
border-radius: 40px;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
font-size:12px;
padding-top:4px;
}

ul.dashboard-list li{
padding: 7px 0;
list-style:none;
//border-bottom: 1px solid #EBEBEB;
//border-top: 1px solid white;
}

ul.dashboard-list a:hover{
text-decoration:none;
}

ul.dashboard-list{
margin:0;
}

ul.dashboard-list li a span {
display: inline-block;
font-size: 18px;
font-weight: bold;
margin-right: 10px;
text-align: right;
width: 70px;
zoom: 1;
}

.dashboard-avatar{
height: 25px;  //50px;
width: 25px;  //50px;
padding: 1px;
float: left;
margin-left: 15px;
margin-right: 15px;
border: 1px solid #EBEBEB;
}

#prependedInput,#appendedPrependedInput,#appendedInputButtons,#appendedInputButton{
width:200px;
}
#appendedInput{
width:75px;
}
.thumbnail{
background-color:white;
z-index:2;
position:relative;
margin-bottom:40px !important;
}
.thumbnails > li{
margin-left:15px;
}
.thumbnail img,.thumbnail > a{
z-index:2;
height:100px;
width:100px;
position:relative;
display: block;
}

img.grayscale{
-webkit-filter: grayscale(1);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
/*filter: url(desaturate.svg#grayscale);
filter: gray;
filter: grayscale(100%); */
}

.thumbnail .gallery-controls{
position:absolute;
z-index:1;
margin-top:-30px;
height:22px;
min-height:22px;
width:80px;
padding:9px;
}
.thumbnail .gallery-controls p{
display:block;
margin:auto;
width:100%;
}
label div.checker,label div.radio{
margin-bottom:3px;
}
div.uploader{
border-radius:14px;
-webkit-border-radius:14px;
-moz-border-radius:14px;
}
footer{
clear:both;
}
footer .pull-right{
float:right;
margin-right:10px;
}
footer .pull-left{
float:left;
margin-left:10px;
}
.docs-input-sizes select, .docs-input-sizes input[type="text"] {
display: block;
margin-bottom: 9px;
}

div.center,p.center,img.center{
margin-left: auto !important;
margin-right: auto !important;
float:none !important;
display: block;
text-align:center;
}

.stackControls{
padding:5px;
}

.clear{
clear:both;
width:0px;
height:0px;
}

.sidebar-nav{
min-height:0;
box-shadow: 0 0 10px #BDBDBD;
-webkit-box-shadow: 0 0 10px #BDBDBD;
-moz-box-shadow: 0 0 10px #BDBDBD;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
margin-bottom: 0;
padding-bottom:0;
}
.sidebar-nav > ul > li:not(.nav-header){
margin-right:-2px;
margin-left:-2px;
}
.brand{
font-family: 'Shojumaru', cursive, Arial, serif; 
letter-spacing:2px;
text-shadow:1px 1px 5px rgba(0, 0, 0, 0.5);
width:166px;
}
.brand img{
float:left;
height:20px;
width:100px;
margin-right:5px;
}
.brand span{
float:left;
}
@media (max-width: 979px){
.sidebar-nav{
padding:0;
margin-bottom:0;
}
.theme-text{
	display:none;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.box-icon{
	display:none;	
}
.box-header h2{
	font-size:13px !important;
}
.box-header h3{
	font-size:11px !important;
}
.main-menu-span{
	width:6.2% !important;
	margin-right:4%;
}
}

.navbar-search{
margin-left:10px;
}
.navbar-inner123{
border-radius:0 0 10px 10px;
-webkit-border-radius:0 0 10px 10px;
-moz-border-radius:0 0 10px 10px;
padding-top:5px; 
padding-bottom:5px; 
}
.navbar-inner{
padding-top:5px; 
padding-bottom:5px; 
}

.navbar-outer{
line-height:10px;
font-size:11px;
}
div.dataTables_length select {
width: 55px;
}
.dataTables_filter input, .dataTables_length select {
display: inline-block;
margin-bottom: 0;
}
ul.ajax-loaders li{
display:inline-block;
list-style:none;
padding:10px;
}
ul.ajax-loaders{
min-height:80px;
}
.bs-icons li{
list-style:none;
}
#for-is-ajax{
padding-left: 12px;
cursor:pointer;
}
#loading{
margin-top: 20px;
width:128px;
font-weight: bold;
}
#loading div.center{
margin-top:10px;
height:15px;
width:128px;
background:url(../img/ajax-loaders/ajax-loader-6.gif);
}

.box-content .nav-tabs{
margin-right:-10px;
margin-left:-10px;
}
#inputIcon{
width:200px;
}
.show-grid [class*="span"] {
background-color: #EDEDED;
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
min-height: 30px;
line-height: 30px;
}
.show-grid {
margin-top: 10px;
margin-bottom: 20px;
color:black;
}
.show-grid:hover [class*="span"] {
background: #DEDEDE;
}
.login-header{
padding-top:30px;
height:120px;
}
.pull-left{
float:left !important;
}
.pull-right{
float:right !important;
}
.remember{
margin-top:3px;
}
.green {
color: #458746;
}
.red {
color: #B94846;
}
.blue {
color: #3986AC;
}
.yellow {
color: #F99406;
}
.login-box{

}
.login-box .input-prepend{
margin-bottom: 10px;
}
.login-box .btn{
margin-top:15px;
width:100%
}
.charisma_qr{
height:136px;
width:136px;
border:solid grey 1px;
border-radius:2px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
box-shadow: 0 0 10px #BDBDBD;
-webkit-box-shadow: 0 0 10px #BDBDBD;
-moz-box-shadow: 0 0 10px #BDBDBD;
}
.box-content.buttons{
min-height:297px;
}


/* Mani Added */

.flatbtn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  *line-height: 20px;
  color: #fff;
  text-align: center;
 /*  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); */
  vertical-align: middle;
  cursor: pointer;
  background-color: #f68720;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  *background-color: #f68720;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  *margin-left: .3em;
 }
.flatbtn:hover,
.flatbtn:active,
.flatbtn.active,
.flatbtn.disabled,
.btn[disabled] {
  background-color: #dadada;
  *background-color: #dadada;
}
.flatbtn:active,
.flatbtn.active {
  background-color: #cccccc \9;
}
.flatbtn:first-child {
  *margin-left: 0;
}
.flatbtn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #f68720;
  *background-color: #f68720;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.flatbtn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.flatbtn.active,
.flatbtn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.flatbtn .caret {
  margin-top: 7px;
  margin-left: 0;
}
.flatbtn:hover .caret,
.open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

  body 
  {
		padding-bottom: 40px;
}
.sidebar-nav {
		padding: 9px 0 0 0;
}

.nav-header h2{
font-size:15px;
width:auto;
clear:none;
line-height:20px;
}

#application-tooltip .hidden-tablet{
font-size:12px;
font-weight:bold;
width:auto;
clear:none;

}

#application-tooltip .hidden-tablet{
font-size:12px;
font-weight:bold;
width:auto;
clear:none;

}

.nav-tabs > li > a {

font-size:12px;
font-weight:bold;
width:auto;
clear:none;

}

.nav-tabs > li > a.active {
font-size:12px;
font-weight:bold;
width:auto;
clear:none;
background-color:#f5f5f5;

}

i[class^="icon-"] {
  opacity: 0.9;
  vertical-align: -2px;
}

.nav-tabs > li > a:hover,a#application-tooltip:hover,.nav#application-tooltip:hover,#application-tooltip .hidden-tablet:hover,#application-tooltip:hover{
font-size:12px;
font-weight:bold;
width:auto;
clear:none;
color:#ffffff;
background-color:#f68720;
}
ttt{display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  }
 
 
 
.icon_home,.icon_home:hover 
{
display: inline-block;
background: url(../img/i_view_page.png) no-repeat center left;
width: 16px;
height: 16px;
*margin-right: .3em;
line-height: 14px;
}

.icon_services 
{
display: inline-block;
background: url(../img/ZubronIcons_mashup1.png) no-repeat center left; /* i_mashups_icon.png */
width: 16px;
height: 16px;
*margin-right: .3em;
line-height: 14px;
}

.icon_services:hover 
{
display: inline-block;
background: url(../img/ZubronIcons_light_mashup1.png) no-repeat center left; /* i_mashups_icon.png */
width: 16px;
height: 16px;
*margin-right: .3em;
line-height: 14px;
}

.icon_analytics 
{
display: inline-block;
background: url(../img/ZubronIcons_analytics.png) no-repeat center left; 
width: 16px;
height: 16px;
*margin-right: .3em;
line-height: 14px;
}

.icon_analytics:hover 
{
display: inline-block;
background: url(../img/ZubronIcons_light_analytics.png) no-repeat center left; 
width: 16px;
height: 16px;
*margin-right: .3em;
line-height: 14px;
}

.icon_appusers 
{
display: inline-block;
background: url(../img/ZubronIcons_appUsers.png) no-repeat center left; 
width: 16px;
height: 16px;
*margin-right: .3em;
line-height: 14px;
}

.icon_appusers:hover 
{
display: inline-block;
background: url(../img/ZubronIcons_light_appUsers.png) no-repeat center left; 
width: 16px;
height: 16px;
*margin-right: .3em;
line-height: 14px;
}

.icon_apicalls 
{
display: inline-block;
background: url(../img/ZubronIcons_APIcalls.png) no-repeat center left; 
width: 16px;
height: 16px;
*margin-right: .3em;
line-height: 14px;
}

.icon_apicalls:hover 
{
display: inline-block;
background: url(../img/ZubronIcons_light_APIcalls.png) no-repeat center left; 
width: 16px;
height: 16px;
*margin-right: .3em;
line-height: 14px;
}

.icon_maps 
{
display: inline-block;
background: url(../img/ZubronIcons_maps.png) no-repeat center left; 
width: 16px;
height: 16px;
*margin-right: .3em;
line-height: 14px;
}

.icon_maps:hover 
{
display: inline-block;
background: url(../img/ZubronIcons_light_maps.png) no-repeat center left; 
width: 16px;
height: 16px;
*margin-right: .3em;
line-height: 14px;
}

.icon_report 
{
display: inline-block;
background: url(../img/ZubronIcons_reports.png) no-repeat center left; /* i_report.png */
width: 16px;
height: 16px;
*margin-right: .3em;
line-height: 14px;
}

.icon_report:hover 
{
display: inline-block;
background: url(../img/ZubronIcons_light_reports.png) no-repeat center left; /* i_report.png */
width: 16px;
height: 16px;
*margin-right: .3em;
line-height: 14px;
}

.icon_settings 
{
display: inline-block;
background: url(../img/ZubronIcons_settings.png) no-repeat center left; 
width: 16px;
height: 16px;
*margin-right: .3em;
line-height: 14px;
}

.icon_settings:hover 
{
display: inline-block;
background: url(../img/ZubronIcons_light_settings.png) no-repeat center left; 
width: 16px;
height: 16px;
*margin-right: .3em;
line-height: 14px;
}

.icon_help 
{
display: inline-block;
background: url(../img/ZubronIcons_help.png) no-repeat center left; 
width: 16px;
height: 16px;
*margin-right: .3em;
line-height: 14px;
}

.icon_help:hover 
{
display: inline-block;
background: url(../img/ZubronIcons_light_help.png) no-repeat center left; 
width: 16px;
height: 16px;
*margin-right: .3em;
line-height: 14px;
}

.icon_dashboard 
{
display: inline-block;
background: url(../img/ZubronIcons_dashboard.png) no-repeat center left;
width: 16px;
height: 16px;
*margin-right: .3em;
line-height: 14px;
}

.icon_dashboard:hover 
{
display: inline-block;
background: url(../img/ZubronIcons_light_dashboard.png) no-repeat center left;
width: 16px;
height: 16px;
*margin-right: .3em;
line-height: 14px;
}

.icon_migration 
{
display: inline-block;
background: url(../img/ZubronIcons_dark_projMigration1.png) no-repeat center left;
width: 16px;
height: 16px;
*margin-right: .3em;
line-height: 14px;
}

.icon_migration:hover 
{
display: inline-block;
background: url(../img/ZubronIcons_light_projMigration1.png) no-repeat center left;
width: 16px;
height: 16px;
*margin-right: .3em;
line-height: 14px;
}

.icon_scheduler 
{
display: inline-block;
background: url(../img/ZubronIcons_dark_scheduler1.png) no-repeat center left;
width: 16px;
height: 16px;
*margin-right: .3em;
line-height: 14px;
}

.icon_scheduler:hover 
{
display: inline-block;
background: url(../img/ZubronIcons_light_scheduler1.png) no-repeat center left;
width: 16px;
height: 16px;
*margin-right: .3em;
line-height: 14px;
}

.icon_custom_users 
{
display: inline-block;
background: url(../img/ZubronIcons_users.png) no-repeat center left;  /* i_users.png */
width: 16px;
height: 16px;
*margin-right: .3em;
line-height: 18px;
}

.icon_custom_users:hover 
{
display: inline-block;
background: url(../img/ZubronIcons_light_users.png) no-repeat center left;  /* i_users.png */
width: 16px;
height: 16px;
*margin-right: .3em;
line-height: 18px;
}


.icon_push 
{
display: inline-block;
background: url(../img/ZubronIcons_push.png) no-repeat center left;
width: 16px;
height: 16px;
*margin-right: .3em;
line-height: 14px;
}

.icon_push:hover 
{
display: inline-block;
background: url(../img/ZubronIcons_light_push.png) no-repeat center left;
width: 16px;
height: 16px;
*margin-right: .3em;
line-height: 14px;
}

.icon_link 
{
display: inline-block;
background: url(../img/ZubronIcons_datasources.png) no-repeat center left; /* i_connections.png */
width: 16px;
height: 16px;
*margin-right: .3em;
line-height: 14px;
}

.icon_link:hover 
{
display: inline-block;
background: url(../img/ZubronIcons_light_datasources.png) no-repeat center left; /* i_connections.png */
width: 16px;
height: 16px;
*margin-right: .3em;
line-height: 14px;
}
  
.icon_device 
{
display: inline-block;
background: url(../img/ZubronIcons_devices.png) no-repeat center left; /* i_device.png */
width: 14px;
height: 14px;
*margin-right: .3em;
line-height: 14px;
}

.icon_device:hover 
{
display: inline-block;
background: url(../img/ZubronIcons_light_devices.png) no-repeat center left; /* i_device.png */
width: 14px;
height: 14px;
*margin-right: .3em;
line-height: 14px;
}

.http 
{
display: inline-block;
background: url(../img/ZubronIcons_http.png) no-repeat center left; /* http.png */
*margin-right: .3em;
height: 18px;
vertical-align: text-top;
width: 20px;
}

.http:hover 
{
display: inline-block;
background: url(../img/ZubronIcons_light_http.png) no-repeat center left; /* http.png */
*margin-right: .3em;
height: 18px;
vertical-align: text-top;
width: 20px;
}

.rss 
{
display: inline-block;
background: url(../img/ZubronIcons_rss.png) no-repeat center left;  /* rss.png */
width: 16px;
height: 16px;
*margin-right: .3em;
line-height: 14px;
}

.rss:hover 
{
display: inline-block;
background: url(../img/ZubronIcons_light_rss.png) no-repeat center left;  /* rss.png */
width: 16px;
height: 16px;
*margin-right: .3em;
line-height: 14px;
}

.webservice 
{
display: inline-block;
background: url(../img/ZubronIcons_web.png) no-repeat center left; /* webservice.png */
*margin-right: .3em;
height: 18px;
vertical-align: text-top;
width: 20px;
}

.webservice:hover 
{
display: inline-block;
background: url(../img/ZubronIcons_light_web.png) no-repeat center left; /* webservice.png */
*margin-right: .3em;
height: 18px;
vertical-align: text-top;
width: 20px;
}

.web,.web:hover 
{
display: inline-block;
background: url(../img/web.png) no-repeat center left;
*margin-right: .3em;
width: 16px;
height: 16px;
line-height:14px;

}


.sql 
{
display: inline-block;
background: url(../img/ZubronIcons_sql.png) no-repeat center left; /* sql.png */
*margin-right: .3em;
height: 16px;
width: 16px;
line-height:14px;
}

.sql:hover 
{
display: inline-block;
background: url(../img/ZubronIcons_light_sql.png) no-repeat center left; /* sql.png */
*margin-right: .3em;
height: 16px;
width: 16px;
line-height:14px;
}

.blackboard 
{
display: inline-block;
background: url(../img/ZubronIcons_blackboard.png) no-repeat center left;  /* blackboard.png */
*margin-right: .3em;
height: 16px;
width: 16px;
line-height: 14px;
}

.blackboard:hover 
{
display: inline-block;
background: url(../img/ZubronIcons_light_blackboard.png) no-repeat center left;  /* blackboard.png */
*margin-right: .3em;
height: 16px;
width: 16px;
line-height: 14px;
}


.ldap 
{
display: inline-block;
background: url(../img/ZubronIcons_ldap.png) no-repeat center left;  /* ldap.png */
*margin-right: .3em;
height: 16px;
width: 16px;
line-height: 14px;
}

.ldap:hover 
{
display: inline-block;
background: url(../img/ZubronIcons_light_ldap.png) no-repeat center left;  /* ldap.png */
*margin-right: .3em;
height: 16px;
width: 16px;
line-height: 14px;
}


.email 
{
display: inline-block;
background: url(../img/ZubronIcons_email.png) no-repeat center left;   /* email.png */
*margin-right: .3em;
height: 18px;
vertical-align: text-top;
width: 20px;
}

.email:hover 
{
display: inline-block;
background: url(../img/ZubronIcons_light_email.png) no-repeat center left;
*margin-right: .3em;
height: 18px;
vertical-align: text-top;
width: 20px;
}

.scheduler,.scheduler:hover 
{
display: inline-block;
background: url(../img/scheduler.png) no-repeat center left;
*margin-right: .3em;
height: 18px;
vertical-align: text-top;
width: 20px;
}

.star,.star:hover 
{
display: inline-block;
background: url(../img/star.png) no-repeat center left;
*margin-right: .3em;
height: 18px;
vertical-align: text-top;
width: 20px;
}

.jms 
{
display: inline-block;
background: url(../img/ZubronIcons_jms.png) no-repeat center left;    /* jms.png */
*margin-right: .3em;
height: 18px;
vertical-align: text-top;
width: 20px;
}

.jms:hover 
{
display: inline-block;
background: url(../img/ZubronIcons_light_jms.png) no-repeat center left;
*margin-right: .3em;
height: 18px;
vertical-align: text-top;
width: 20px;
}

.prodds,.prodds:hover
{
display: inline-block;
background: url(../img/ZubronIcons_light_mashup1.png) no-repeat center left;
*margin-right: .3em;
height: 18px;
vertical-align: text-top;
width: 20px;

}

.windows,.windows:hover 
{
display: inline-block;
background: url(../img/4.png) no-repeat center left;
*margin-right: .3em;
height: 18px;
vertical-align: text-top;
width: 20px;
}


.android,.android:hover 
{
display: inline-block;
background: url(../img/2.png) no-repeat center left;
*margin-right: .3em;
height: 18px;
vertical-align: text-top;
width: 20px;
}


.iphone,.iphone:hover 
{
display: inline-block;
background: url(../img/6.png) no-repeat center left;
*margin-right: .3em;
height: 18px;
vertical-align: text-top;
width: 20px;
}

.ipad,.ipad:hover
{
display: inline-block;
background: url(../img/7.png) no-repeat center left;
*margin-right: .3em;
height: 18px;
vertical-align: text-top;
width: 20px;

}

.small_graph
{
background-color:#6dadbd;
display : inline-block ;
height : 45px ;
vertical-align : text-top ;
width : 60px ;
margin-top:30px;
margin-bottom:30px;
margin-left:10px;
float:left;
text-align:center;
}

.small_div{
	
text-align:center;
padding-top:13px

}

.small_text_div{
	margin-top:13px;
	margin-right:10px;
	color:#646464
}

.small_text_div > *{
	float:right;
}

.small_text_div > label{
	margin-left : 90px;
	font-weight:bold;
}

.small_green{
background-color:#94b86e;
display : inline-block ;
height : 45px ;
vertical-align : text-top ;
width : 60px ;
margin-top:30px;
margin-bottom:30px;
margin-left:10px;
float:left;
text-align:center;
}

.small_yellow{
background-color:#ffb848;
display : inline-block ;
height : 45px ;
vertical-align : text-top ;
width : 60px ;
margin-top:30px;
margin-bottom:30px;
margin-left:10px;
float:left;
text-align:center;
}


.small_red{
background-color:#e25856;
display : inline-block ;
height : 45px ;
vertical-align : text-top ;
width : 60px ;
margin-top:30px;
margin-bottom:30px;
margin-left:10px;
float:left;
text-align:center;
}


.n_warning{background: #FFF7CE; border-radius: 3px; margin: 10px 10px;padding: 1px;}
.n_warning p{	background: #FDF0B1 url(../img/i_warning.png) no-repeat 4px center;	color: #756B30;	margin: 0; padding: 7px 25px;}
.n_warning a{	color: #756B30;	font-weight: bold;}

.n_ok{background: #F6FFEC; margin: 10px 10px;padding: 1px;}
.n_ok p{background: #DFF6C5 url(../img/i_ok.png) no-repeat 4px center; color: #496528; margin: 0; padding: 7px 25px;}
.n_ok a{color: #006312; font-weight: bold;}

.n_ok{background: #F6FFEC; margin: 10px 10px;padding: 1px;}
.n_ok p{background: #DFF6C5 url(../img/i_ok.png) no-repeat 4px center; color: #496528; margin: 0; padding: 7px 25px;}
.n_ok a{color: #006312; font-weight: bold;}

.n_error{background: #FDE4E1; margin: 10px 10px;padding: 1px;}
.n_error p{background: #F4CAC6 url(../img/i_error.png) no-repeat 4px center; color: #630E18; margin: 0; padding: 7px 25px;}
.n_error a{color: #822121; font-weight: bold;}

.n_start{ margin: 10px 10px;padding: 1px;}
.n_start p{ background:url(../img/i_ok.png) no-repeat 4px center; color: #060606; margin: 0; padding: 7px 25px;}

.n_stop{ margin: 10px 10px;padding: 1px;}
.n_stop p{ background:url(../img/i_error.png) no-repeat 4px center; color: #060606; margin: 0; padding: 7px 25px;}

.start{ background:url(../img/i_ok.png) no-repeat 4px center};
.stop{ background:url(../img/i_error.png) no-repeat 4px center};


.modal-footer{
				border-top:1px solid #f0f0f0;
				font-size: 1.3em;
				color: #333333;
				height: 43px;
				line-height: 43px;
				margin: 0;
				overflow: hidden;
				padding: 0 1em;
				font-weight: bold;
				font-family:Tahoma, Arial, Helvetica, sans-serif;
				position: absolute;
				padding-top:5px;
			    bottom:0;
				left:0;
				right:0;
				float:right;
				background: #fff;
				}

#modal-footer > * {

	float:right;
}

.dashboard_hits,.dashboard_hits:hover 
{
display: inline-block;
background: url(../img/i_hits.png) no-repeat center left;
width: 28px;
height: 28px;
*margin-right: .3em;
line-height: 28px;
}

.dashboard_downloads,.dashboard_downloads:hover 
{
display: inline-block;
background: url(../img/i_downloads.png) no-repeat center left;
width: 28px;
height: 28px;
*margin-right: .3em;
line-height: 28px;
}


.dashboard_users,.dashboard_users:hover 
{
display: inline-block;
background: url(../img/i_dusers.png) no-repeat center left;
width: 28px;
height: 28px;
*margin-right: .3em;
line-height: 28px;
}

.navbar-error {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f3f3f3;
}

.msg-style {
	font-size : 12px;
	font-weight : bold;
	text-align : center;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 6px;
	padding-bottom : 6px;
	border-color : #f0c36d;
	background-color : #f9edbe;
	border : 1px solid transparent;
	border-radius : 2px;
	-webkit-border-radius : 2px
	-webkit-box-shadow : 0 2px 4px
	box-shadow : 0 2px 4 px  rgba(0,0,0,0.2)
	}


@font-face {
  font-family: 'Quattrocento';
  font-style: normal;
  font-weight: 400;
  src: local('Quattrocento'), url(href="<%=request.getContextPath()%>/css/font/Quattrocento-Regular.woff) format('woff');
}
@font-face {
  font-family: 'Quattrocento';
  font-style: normal;
  font-weight: 700;
  src: local('Quattrocento Bold'), local('Quattrocento-Bold'), url(href="<%=request.getContextPath()%>/css/font/Quattrocento-Bold.woff) format('woff');
}
@font-face {
  font-family: 'Quattrocento Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Quattrocento Sans'), local('QuattrocentoSans'), url(href="<%=request.getContextPath()%>/css/font/QuattrocentoSans-Regular.woff) format('woff');
}
@font-face {
  font-family: 'Quattrocento Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Quattrocento Sans Bold'), local('QuattrocentoSans-Bold'), url(href="<%=request.getContextPath()%>/css/font/QuattrocentoSans-Bold.woff) format('woff');
}


h4.step.first {
margin-top: 0px;
margin-bottom : 20px;
}

h4.step {
height: 31px;
width: 325px;
line-height: 31px;
color: #333;
background-color: #f5f5f5;
margin-bottom: 10px;
margin-top: 15px;
}

h4.step span {
padding-left: 2px;
font-size: 19px;
color: #fff;
font-weight: 300;
background-color: #f68720;
width: 30px;
margin-right: 10px;
display: inline-block;
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
b
