/* Header */
div#apk-download, div#report-pro, div#com-div {
    float: right !important;
}
header .logo {
    width: 180px;
    float: left; 
}
header .logo img {
      max-width: 140px; 
}

#logo1{
	color: #cccccc;
	font-size:bold;
	font-family: "Roboto Slab";
	font-size: 20px;
}

#logo2{
	color: #cccccc;
	font-family: "Roboto Slab";
	font-size: 12px;
}
/* Header */
/* Footer */
footer{
	height:100%;
}
.foot_blue {
	height:100%;
	background-color: #005ba2;
}

.less-bold,.less-bold.h5 {
	font-weight: 700;
}

.white {
	color: #ffffff;
}

/* Footer */
.pull-right {
    float: right;
}

/* ul mini-nav */
    
ul#mini-nav {
	float:right;
  padding: 0;
  list-style-type: none;
  margin: 0; 
}

ul#mini-nav li.list-box {
  position: relative;
  float: left;
  margin-left: 7px;
  text-align: center;
  line-height: 100%;
  vertical-align: middle; 
}

ul#mini-nav li.list-box a {
  /* padding: 20px 15px; */
  padding: 20px 0px;
  line-height: 18px;
  display: block;
  color: white; 
}

ul#mini-nav li.list-box a span {
  margin-top: 0; 
}

ul#mini-nav li.list-box a i {
  color: white;
  font-size: 17px; 
}

ul#mini-nav li.list-box a:focus {
  outline: none;
  text-decoration: none; 
}

ul#mini-nav li.list-box:hover a i {
  color: #dbebf6; 
}

ul#mini-nav li.list-box .info-label {
  position: absolute;
  top: 8px;
  right: 4px;
  color: white;
  font-size: 10px;
  text-align: center;
  line-height: 16px;
  width: 16px;
  height: 16px; 
}

ul#mini-nav li.list-box .info-label-opc {
  opacity: 0.4; 
}

ul#mini-nav li.list-box.user-profile {
  padding: 0;
  margin: 8px 0 0 20px;
  background-color: transparent; 
}

ul#mini-nav li.list-box.user-profile .user-avtar {
   width: 44px;
   height: 44px;
   float: left;
   padding: 0; 
}

ul#mini-nav li.list-box.user-profile .user-avtar img {
  border: 2px solid #333333;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; 
}

ul#profile li.list-box.user-profile .user-avtar img {
  border: 2px solid #333333;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; 
}

ul#mini-nav li.list-box.user-profile .account-details {
  float: left;
  width: 120px; 
}
        
ul#mini-nav li.list-box.user-profile .account-details h5.user-name {
  text-align: right;
  font-weight: 400;
  margin: 0 0 4px 0;
  padding: 0;
  color: white;
  font-size: 12px;
  font-style: italic; 
}

ul#mini-nav li.list-box.user-profile .account-details ul.settings {
   float: left;
   width: 120px;
   margin-right: 32px;
   margin: 0 2px 0 0;
   list-style-type: none;
   padding: 0; 
}

ul#mini-nav li.list-box.user-profile .account-details ul.settings li {
  text-align: left;
  background-color: #4b9ed4;
  height: 18px;
  line-height: 14px;
  margin-bottom: 2px; 
}

ul#mini-nav li.list-box.user-profile .account-details ul.settings li a {
   color: white;
   font-size: 10px;
   padding: 2px 5px; 
}

ul#mini-nav li.list-box.user-profile .account-details ul.settings li:last-child {
   margin-bottom: 0; 
}

ul#mini-nav li.list-box.user-profile .account-details ul.settings li:hover {
   background-color: #5fa9d9; 
}

ul#mini-nav li.list-box.user-profile .account-details .logout {
  background-color: #f74949;
  height: 48px;
  width: 48px;
  float: left; 
}
          
ul#mini-nav li.list-box.user-profile .account-details .logout a {
  padding: 0; 
}
            
ul#mini-nav li.list-box.user-profile .account-details .logout i {
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  color: white; 
}
            
ul#mini-nav li.list-box.user-profile .account-details .logout:hover {
  background-color: #f51919; 
}
            
ul#mini-nav li.list-box:first-child {
  margin-left: 0; 
}
      
ul#mini-nav .dropdown-menu {
  min-width: 320px;
  float: left;
  position: absolute;
  right: 0 !important;
  top: 45px;
  left: inherit;
  border: none;
  border-top: 3px solid #5fa9d9; 
}
    
ul#mini-nav .dropdown-menu:before {
  content: "";
  position: absolute;
  top: -10px;
  right: 12px;
  border-bottom: 7px solid #5fa9d9;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent; 
}
      
ul#mini-nav #mob-nav {
  background-color: #f63131;
  padding: 10px;
  margin: 6px 0; 
}

ul#mini-nav #mob-nav a {
  padding: 0;
  line-height: 18px;
  color: white;
  font-size: 14px; 
}

/* ul mini-nav */

/* ul profile */
ul#profile{
	padding: 0;
  list-style-type: none;
  margin: 0; 
  margin-left: 10px;
}

ul#profile li.list-box {
  position: relative;
  /* cursor: pointer; */
  float: left;
  margin-left: 7px;
  text-align: center;
  line-height: 100%;
  vertical-align: middle; 
}

ul#profile li.list-box a {
  padding: 20px 10px;
  line-height: 18px;
  display: block;
  color: white; 
}

ul#profile li.list-box a span {
  margin-top: 0; 
}

ul#profile li.list-box a i {
  color: white;
  font-size: 17px; 
}

ul#profile li.list-box a:focus {
  outline: none;
  text-decoration: none; 
}

ul#profile li.list-box .info-label {
  position: absolute;
  top: 8px;
  right: 4px;
  color: white;
  font-size: 10px;
  text-align: center;
  line-height: 16px;
  width: 16px;
  height: 16px; 
}

ul#profile li.list-box .info-label-opc {
  opacity: 0.4; 
}

ul#profile li.list-box.user-profile .user-avtar {
   width: 44px;
   height: 44px;
   float: left;
   padding: 0; 
   margin-top:5px;
}

ul#profile li.list-box.user-profile .drop-xs-style{
	position:absolute;
	width:220px;
	right:0px !important;
	left:inherit;
	
	border-width: 3px medium medium;
	border-style: solid none none;
	border-color: #5FA9D9 -moz-use-text-color -moz-use-text-color;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
}

ul#profile li.list-box.user-profile .drop-xs-space{
	margin-top:10px;
}

.profile-details{
	text-align: center;
	min-width: 180px !important;
}

.profile-username{
	color: #5a7391;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 7px;
}

.profile-usertitle{
	text-transform: uppercase;
  	color: #5b9bd1;
  	font-weight: 600;
}

.profile-details a{
	line-height:0px !important;
}


.profile-usermenu {
  margin-top: 15px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

/* ul profile */

/* Stats widget */

ul.stats-widget {
  margin: 0;
  padding: 0;
  list-style-type: none; 
}

ul.stats-widget li {
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #f2f2f2; 
}

ul.stats-widget li h5 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #f63131;
  margin-bottom: 3px; 
}

ul.stats-widget li p {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 11px;
  line-height: 100%; 
}

ul.stats-widget li p span {
  float: right;
  font-weight: 700; 
}

ul.stats-widget li .progress {
  margin-bottom: 0; 
}

ul.stats-widget li:last-child {
  border-bottom: 0 solid #f2f2f2; 
}

ul.stats-widget li:hover {
  background-color: #f7f7f7; 
}

/* Stats widget */

/* Server Activity */

ul.server-activity {
  padding: 10px 15px;
  margin: 0;
  list-style-type: none; 
}
  
ul.server-activity li {
  padding: 6px 0px;
  border-bottom: 1px solid #f2f2f2; 
}
    
ul.server-activity li p {
  font-size: 12px;
  padding: 0;
  margin: 0; 
}
      
ul.server-activity li p i {
  height: 30px;
  width: 30px;
  background: #f2f2f2;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  line-height: 30px;
  text-align: center;
  margin-right: 10px; 
}
        
ul.server-activity li p .time {
  text-align: right;
  color: #3693cf;
  float: right;
  line-height: 30px;
  font-weight: 700; 
}

ul.server-activity li:last-child {
  border-bottom: 0; 
}

/* Server Activity */        
 
/* Alert Messages */

.text-success {
  color: #74b749 !important; 
}

.text-danger {
  color: #f63131 !important; 
}

.text-info {
  color: #3693cf !important; 
}

.text-warning {
  color: #ffb400 !important; 
}

.success-bg {
  background: #74b749 !important;
  color: white !important; 
}

.danger-bg {
  background: #f63131 !important;
  color: white !important; 
}

.info-bg {
  background: #3693cf !important;
  color: white !important; 
}

.warning-bg {
  background: #ed6d49 !important;
  color: white !important; 
}

.grey-bg {
  background: #999 !important;
  color: white !important; }

.semi-grey-bg {
  background: #ccc !important;
  color: #666 !important; }

.light-grey-bg {
  background: #f7f7f7 !important;
  color: #666 !important; 
}
  
/* Alert Messages */

/*  Progress statistics  */
.progress-stats li {
  padding: 5px;
  background: #f7f7f7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  transition: All 0.5s ease;
  border: 1px solid #d9d9d9;
  margin-bottom: 5px; 
}
  
.progress-stats li:last-child {
  margin-bottom: 0px; 
}
    
.progress-stats li:hover {
  opacity: 0.7;
  cursor: pointer; 
}
    
.progress-lg {
  height: 9px;
  margin-bottom: 7px; }

.progress-sm {
  height: 6px;
  margin-bottom: 7px; }

.progress-mini {
  height: 3px;
  margin-bottom: 5px; }

.progress-mini-x {
  height: 1px;
  margin-bottom: 5px; }

/*  Progress statistics  */

.demo-btn-group .btn {
  min-width: 80px;
  margin: 2px; 
}
.demo-btn-group a {
  display: block;
  margin: 2px;
  float: left;
  padding: 0 !important; 
}
.profile-panel{
	background-color: #262626;
}

/*user_tab*/
 .dashboard-container{
  	margin-top: 5px; 
}
#cssmenu {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Arial;
}

#cssmenu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#cssmenu ul li {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	/* height:63px; */
	height:60px;
	
}

#cssmenu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#cssmenu:after,#cssmenu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#cssmenu #menu-button {
	display: none;
}

#cssmenu>ul>li {
	float: left;
	background-color: #e4e4e4;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2),
		color-stop(85%, #ebebeb), to(#cccccc) );
	background-image: -webkit-linear-gradient(#f2f2f2, #ebebeb 85%, #cccccc);
	background-image: -moz-linear-gradient(top, #f2f2f2, #ebebeb 85%, #cccccc);
	background-image: -o-linear-gradient(#f2f2f2, #ebebeb 85%, #cccccc);
	background-image: linear-gradient(#f2f2f2, #ebebeb 85%, #cccccc);
	background-repeat: no-repeat;
	border-radius: 3px 3px 0 0;
	/* width: 102px; */
	width: 99px;
	text-align: center;
	margin-right: 1px;
	border-radius: 3px 3px 0 0;
}

#cssmenu>ul>li.active {
	background: #2d85be;
}

#cssmenu>ul>li.active a {
	color: white;
}

#cssmenu>ul>li.active a i {
	color: white;
}

#cssmenu>ul>li.active:hover {
	background: #2d85be;
}

#cssmenu>ul>li:hover {
	background: #2d85be;
}

#cssmenu>ul>li>a i {
	color: #4d4d4d;
	text-align: center;
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
}

#cssmenu.align-center>ul {
	font-size: 0;
	text-align: center;
}

#cssmenu.align-center>ul>li {
	display: inline-block;
	float: none;
}

#cssmenu.align-center ul ul {
	text-align: left;
}

#cssmenu.align-right>ul>li {
	float: right;
}

#cssmenu>ul>li>a {
	font-family: Arial;
	/* padding: 15px 4px; */
	padding: 13px 4px;
	font-size: 10px;
	text-decoration: none;
	color: #4d4d4d;
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
}

#cssmenu>ul>li:hover>a {
	color: white;
}

#cssmenu>ul>li:hover>a i {
	color: white;
}

#cssmenu>ul>li.has-sub>a:after {
	position: absolute;
	top: 22px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #bfbfbf;
	content: '';
}

#cssmenu>ul>li.has-sub>a:before {
	position: absolute;
	top: 19px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #bfbfbf;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#cssmenu>ul>li.has-sub:hover>a:before {
	top: 23px;
	height: 0;
}

#cssmenu>ul>li.has-sub:hover>a:after {
	background: white;
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	z-index: 10000;
}

#cssmenu.align-right ul ul {
	text-align: right;
}

#cssmenu ul ul li {
	background: #2d85be;
	height: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#cssmenu li:hover>ul {
	left: auto;
}

#cssmenu.align-right li:hover>ul {
	left: auto;
	right: 0;
}

#cssmenu li:hover>ul>li {
	height: 35px;
}

#cssmenu li:hover>ul>li:hover {
	background: #2877aa;
}

#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}

#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}

#cssmenu ul ul ul li {
	background: #2877aa;
}

#cssmenu ul ul ul li:hover {
	background: #2771a1 !important;
}

#cssmenu ul ul li a {
	padding: 11px 15px;
	width: 170px;
	font-size: 12px;
	text-decoration: none;
	color: white;
	font-weight: 400;
	text-align: left;
}

#cssmenu ul ul li:last-child>a,#cssmenu ul ul li.last-item>a {
	border-bottom: 0;
}

#cssmenu ul ul li:hover>a,#cssmenu ul ul li a:hover {
	color: white;
}

#cssmenu ul ul li.has-sub>a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #dddddd;
	content: '';
}

#cssmenu.align-right ul ul li.has-sub>a:after {
	right: auto;
	left: 11px;
}

#cssmenu ul ul li.has-sub>a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #dddddd;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#cssmenu.align-right ul ul li.has-sub>a:before {
	right: auto;
	left: 14px;
}

#cssmenu ul ul>li.has-sub:hover>a:before {
	top: 17px;
	height: 0;
}

/* Sub Navigation starts  */
.sub-nav {
	background-color: #3187bf;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d85be),
		color-stop(85%, #3693cf), to(#1f5a80) );
	background-image: -webkit-linear-gradient(#2d85be, #3693cf 85%, #1f5a80);
	background-image: -moz-linear-gradient(top, #2d85be, #3693cf 85%, #1f5a80);
	background-image: -o-linear-gradient(#2d85be, #3693cf 85%, #1f5a80);
	background-image: linear-gradient(#2d85be, #3693cf 85%, #1f5a80);
	background-repeat: no-repeat;
	-webkit-border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0;
	height: 54px;
	line-height: 54px;
}

.sub-nav li {
	float: left;
	margin-top: 18px;
	line-height: 100%;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	list-style:none;
}

.sub-nav li a {
	color: white;
	font-size: 14px;
	text-shadow: none;
	line-height: 18px;
	height: 18px;
	/* padding: 2px 20px; */
}

.sub-nav li a:hover {
	opacity: 0.7;
	text-decoration:none;
}

.sub-nav li:last-of-type {
	border-right: none;
}

.sub-nav li:first-of-type {
	border-right: none;
}

.sub-nav li .selected {
	color: #FFFC00;
}

.sub-nav li .heading {
	font-size: 16px;
	line-height: 16px;
	padding-right: 10px;
	color: white;
	opacity: 1;
}

.activeMenu{
	color:#fff;
	opacity:1;
	background: black;
    padding: 3px;
    text-transform: uppercase;	
}


.custom-search {
	position: relative;
	float: right;
	padding: 0;
	margin: 0 20px 0 0;
}

.custom-search ::-webkit-input-placeholder {
	color: white;
}

.custom-search :-moz-placeholder {
	color: white;
}

.custom-search ::-moz-placeholder {
	color: white;
}

.custom-search :-ms-input-placeholder {
	color: white;
}

.custom-search .search-query {
	margin: 0;
	padding: 6px 10px;
	color: white;
	font-style: italic;
	background: #4b9ed4;
	border: 1px solid #5fa9d9;
	width: 210px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	line-height: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.custom-search .search-query:focus {
	outline: none;
	border: 0;
	width: 260px;
	border: 1px solid #74b4de;
	background: #3693cf;
}

.custom-search i {
	padding: 21px 0 0 15px;
	cursor: pointer;
	top: 0;
	position: absolute;
	right: 12px;
	color: #c6e0f1;
}

#navbar-top{
	background-color: rgb(40, 119, 170);
	margin-bottom: 10px;
}

.navbar-brand{
	color: #262626;
}

#btn-toggle{
	background-color: #cccccc
}

#bs-example-navbar-collapse-1{
	background-color: #efefef;
}

#bs-example-navbar-collapse-1 ul li a:hover{
	color: #efefef;
	background-color: #337AB7;
	text-decoration: unerline;
}

/*user_tab*/
 
 /*tiles*/
.mini-widget {
	margin: 0 0 25px 0;
	display: flex;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
}

.mini-widget .mini-widget-heading 
{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 20px;
	font-weight: bold;
	padding: 25px 15px;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 12px 1px 1px 12px;
	text-align: center;
	background: #2877aa;
	color: #ffffff;
	text-transform: uppercase;
	width: 300px;
	height:90px;
	font-weight:bold
}

.mini-widget .mini-widget-heading .pull-right {
	color: white;
	opacity: 0.7;
	-webkit-transition: All 0.5s ease-in;
	-moz-transition: All 0.5s ease-in;
	-ms-transition: All 0.5s ease-in;
	-o-transition: All 0.5s ease-in;
	transition: All 0.5s ease-in;
}

.mini-widget .mini-widget-heading .pull-right i {
	line-height: 100%;
	margin-right: 2px;
}

.mini-widget .mini-widget-body {
	padding: 10px 15px;
	font-size: 36px;
	font-weight: 300;
	background: #ffffff;
	border:2px solid grey;
	height:90px;
}

.mini-widget .mini-widget-body i {
	color: #5fa9d9;
	-webkit-transition: All 0.5s ease-in;
	-moz-transition: All 0.5s ease-in;
	-ms-transition: All 0.5s ease-in;
	-o-transition: All 0.5s ease-in;
	transition: All 0.5s ease-in;
	/* font-size: 60px; */
	font-size: 50px;
	line-height: 60px;
}

.mini-widget .mini-widget-body .number {
	font-size: 36px;
	line-height: 60px;
	color: white;
}

.mini-widget .mini-widget-footer {
	color: white;
	background: #246895;
	padding: 5px;
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	position: relative;
}

.mini-widget .mini-widget-footer i {
	float: right;
	position: relative;
	top: 2px;
	display: none;
}

.mini-widget-red .mini-widget-heading {
	background: #f63131;
	color: white;
}

.mini-widget-red .mini-widget-heading .pull-right {
	color: white;
}

.mini-widget-red .mini-widget-body {
	background: #ea0a0a;
}

.mini-widget-red .mini-widget-body i {
	color: #f86262;
}

.mini-widget-red .mini-widget-body .number {
	color: white;
}

.mini-widget-red .mini-widget-footer {
	color: white;
	background: #d10909;
}

.mini-widget-green .mini-widget-heading {
	background: #74b749;
	color: white;
}

.mini-widget-green .mini-widget-heading .pull-right {
	color: white;
}

.mini-widget-green .mini-widget-body {
	background: #5d933a;
}

.mini-widget-green .mini-widget-body i {
	color: #90c56e;
}

.mini-widget-green .mini-widget-body .number {
	color: white;
}

.mini-widget-green .mini-widget-footer {
	color: white;
	background: #518133;
}

.mini-widget-grey .mini-widget-heading {
	background: #666666;
	color: white;
}

.mini-widget-grey .mini-widget-heading .pull-right {
	color: white;
}

.mini-widget-grey .mini-widget-body {
	background: #ffffff;
}

.mini-widget-grey .mini-widget-body i {
	color: gray;
}

.mini-widget-grey .mini-widget-body .number {
	color: white;
}

.mini-widget-grey .mini-widget-footer {
	color: white;
	background: #404040;
}

#pull-up-main-container{
	margin-top:-220px;
}

.tile-heading{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height: 20px;
}

/*tiles*/

/*	Footable Head color Style	*/
table.bg-head thead tr {
    background-color: #337AB7;
    color: #FFF;
}

/*	Footable Head color Style	*/

/*-----------------------------------------time--------------------------------------------*/
.tile {
	margin-bottom: 15px;
	padding: 15px;
	overflow: hidden;
	color: #fff;
}

.tile h1,.tile h2,.tile h3,.tile h4,.tile h5,.tile h6 {
	margin: 0;
}

.tile h1 a,.tile h2 a,.tile h3 a,.tile h4 a,.tile h5 a,.tile h6 a {
	color: #fff;
}

.tile-img {
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
}

.time-widget {
	margin-top: 5px;
	overflow: hidden;
	text-align: center;
	font-size: 1.75em;
}

.time-widget-heading {
	text-transform: uppercase;
	font-size: .5em;
	font-weight: 400;
}

.afternoon {
	background: url(afternoon.png) center bottom no-repeat;
	background-size: cover;
}

/*--------------------------------------------time--------------------------------------------*/
/*--------------------------------------------panel--------------------------------------------*/


.panel-grey {
	margin-bottom: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #4d4d4d;
	padding: 15px;
	position: relative;
	color: #b3b3b3;
	border: 1px solid #333333;
}

.panel-grey h4.heading {
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #666666;
	margin-bottom: 10px;
}

.panel-grey .panel-body {
	padding: 0;
	border: 0;
}
/*--------------------------------------------panel--------------------------------------------*/
/*--------------------------------------------to do list--------------------------------------------*/
.widget {
	background: #fafafa;
	border: 1px solid #cfcfcf;
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.widget .widget-header {
    /* background-color: #e8e8e8; */
    /* background-image: -webkit-linear-gradient(top, #fcfcfc, #e8e8e8); */
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    /* border-bottom: 1px solid #cfcfcf; */
    height: 42px;
    padding: 0 15px;
    line-height: 42px;
    border-bottom: 3px solid #2C2C2D;
    background: #2877aa;
}

.widget .widget-header .title {
	/* color: #333333; */
	color: #FFF;
	float: left;
	font-weight: bold;
	font-size:16px;
	/* font-size: 16px; */
}

.widget-header-font{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.widget .widget-header .title .attribution,.widget .widget-header .title .mini-title
	{
	font-size: 11px;
	padding-left: 4px;
	color: #b3b3b3;
	font-weight: normal;
}

.widget .widget-header .title .attribution a,.widget .widget-header .title .mini-title a
	{
	color: #b3b3b3;
}

.widget .widget-header span.tools {
	padding: 0;
	float: right;
	margin: 0;
}

.widget .widget-header span.tools>a {
	display: inline-block;
	margin-right: 5px;
	color: #666666;
	margin-top: 3px;
}

.widget .widget-header span.tools>a:hover {
	text-decoration: none;
	opacity: .6;
}

.widget .widget-header span.tools>a.btn {
	color: white;
	margin-top: 0;
}

@media ( max-width : 767px) {
	.widget .widget-header span.tools {
		display: none;
	}
	.widget .widget-header .tools {
		display: none;
	}
}

.widget .widget-body {
	padding: 15px;
	border-bottom: 1px solid #b3b3b3;
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
}

ul.appointments {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
}

ul.appointments li {
	margin-bottom: 5px;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 3px;
	font-size: 11px;
	color: #404040;
	cursor: pointer;
}

ul.appointments li:hover {
	color: #ed6d49;
}

ul.appointments li:first-child {
	text-decoration: line-through;
}

/* notification panel */

ul.project-activity {
  margin: 0;
  padding: 0;
  list-style: none; 
}

ul.project-activity li.activity-list {
    position: relative;
    border-left: 2px solid #d9d9d9; 
}

ul.project-activity li.activity-list:after {
	background-color: white;
	border-color: #f63131;
	border-radius: 10px;
	border-style: solid;
	border-width: 2px;
	bottom: 0;
	content: "";
	height: 9px;
	left: 0;
	margin-left: -6px;
	position: absolute;
	width: 9px; 
}

ul.project-activity li.activity-list .detail-info {
	margin: 0 0 0 15px;
	padding-bottom: 10px; 
}
    
ul.project-activity li.activity-list p.message {
	padding: 0;
	margin: 0; 
}

ul.project-activity li.activity-list.success {
	border-left-color: #74b749; 
}

ul.project-activity li.activity-list.success:after {
	border-color: #74b749; 
}

ul.project-activity li.activity-list.danger {
	border-left-color: #f63131; 
}

ul.project-activity li.activity-list.danger:after {
	border-color: #f63131; 
}

ul.project-activity li.activity-list.info {
	border-left-color: #3693cf; 
}

ul.project-activity li.activity-list.info:after {
	border-color: #3693cf; 
}

ul.project-activity li.activity-list.warning {
	border-left-color: #ffb400; 
}

ul.project-activity li.activity-list.warning:after {
	border-color: #ffb400; 
}

ul.project-activity li.activity-list:before {
	content: " ";
	display: table; 
}

ul.project-activity li.activity-list:after {
	content: " ";
	display: table;
	clear: both;
	bottom: auto;
	top: 5px; 
}

ul.project-activity li.activity-list:last-child .detail-info {
	padding-bottom: 0; 
}

/* notification panel */


/*--------------------------------------to do list-----------------------------------------*/

/* 									Bar Chart 						*/

.squareApp {
 	display: inline-block;
   width: 10px;
   height: 10px;
   background: rgba(0,0,0,0.7);
}

.squareLic {
   display: inline-block;
   width: 10px;
   height: 10px;
   background: rgba(26,179,148,0.5);
}

/* 									Bar Chart 						*/
/* Blue Moon Panels */

.panel-bm-primary-heading{
	color:#FFF;
	background: #3187BF;
	background-image: linear-gradient(#2D85BE, #3693CF 85%, #1F5A80);
	border-color: #3187BF;
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;	
}

/*							 Applicant Scheme Dashboard 				*/

 .big_count{
 	font-size: 20px;
	font-weight: bold;
 }
 
 .dash_green{
 	color:#3C763D;
 }
 .dash_yellow{
 	color:#8A6D3B;
 }
 .dash_red{
 	color:#A94442;
 }
 .dash_voilet{
 	color:#0066cc;
 }

/* 								Applicant Scheme Dashboard 				*/

