.dashboard .card, .dashboard .panel {
  margin-bottom: 13px;
}

.dashboard .card-block {
  border-radius: 3px;
}

#widgetLineareaOne .ct-chart .ct-area {
  fill-opacity: 1;
}

#widgetLineareaOne .ct-chart .ct-series.ct-series-a .ct-area {
  fill: #7986cb;
}

#widgetLineareaTwo .ct-chart .ct-area {
  fill-opacity: 1;
}

#widgetLineareaTwo .ct-chart .ct-series.ct-series-a .ct-area {
  fill: #ffd54f;
}

#widgetLineareaThree .ct-chart .ct-area {
  fill-opacity: 1;
}

#widgetLineareaThree .ct-chart .ct-series.ct-series-a .ct-area {
  fill: #4dd0e1;
}

#widgetLineareaFour .ct-chart .ct-area {
  fill-opacity: 1;
}

#widgetLineareaFour .ct-chart .ct-series.ct-series-a .ct-area {
  fill: #81c784;
}

#widgetJvmap path {
  fill: #c5cae9;
}

#widgetCurrentChart .ct-chart .ct-series.ct-series-a .ct-bar {
  stroke: #fff;
  stroke-width: 3%;
}

#widgetCurrentChart .ct-chart .ct-series.ct-series-b .ct-bar {
  stroke: rgba(232, 234, 246, .4);
  stroke-width: 3%;
}

#widgetCurrentChart .ct-chart .ct-label {
  font-size: 14px;
  color: #fff;
  fill: #fff;
}

#widgetCurrentChart > div {
  position: relative;
}

#widgetCurrentChart > div .btn-floating {
  position: absolute;
  top: 0;
  right: 20px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

#widgetUserList .card-header .overlay-background {
  background-color: rgba(103, 58, 183, .8);
}

@media (max-width: 479px) {
  #widgetUserList .card-header .avatar {
    width: 80px;
  }
}

#widgetUserList .card-block {
  position: relative;
  height: auto;
}

#widgetUserList .card-block .list-group-item {
  padding-top: 15px;
  padding-bottom: 15px;
}

#widgetUserList .card-block .list-group-item .media-body {
  vertical-align: bottom;
}

#widgetUserList .card-block .list-group-dividered .list-group-item:last-child {
  border-bottom: none;
}

#widgetUserList .card-block .btn-floating {
  position: absolute;
  top: 0;
  right: 20px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

#chat .card-header {
  border-bottom: none;
}

#chat .card-header > * {
  padding: 0 30px;
  margin: 0;
  line-height: 50px;
}

#chat .card-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 20px;
  border-top: none;
}

#projects .table > thead > tr > td, #projects .table > tbody > tr > td, #projects-status .table > thead > tr > td, #projects-status .table > tbody > tr > td {
  vertical-align: middle;
}
#widgetCurrentChart {
    float: left;
    width: 100%;
    margin: 0px;
    height: auto;
}
.col-xxl-11.col-lg-11.h-p50.h-only-lg-p100.h-only-xl-p100, .col-xxl-11.col-lg-12.h-p50.h-only-lg-p100.h-only-xl-p100 {
    padding-right: 0px;
}
.site-menu-item.login {
    background: #000;
    /* margin: 0px 11px; */
    border-radius: 5px;
    height: auto;
    padding: 9px;
    color:#fff;
    text-align:center;
    margin-bottom:5px;
}
.site-menu-item.login a { color:#fff; }
.site-menu-item.signup {
    background: #e6912c;
    margin: 0px 11px;
    border-radius: 5px;
    height: auto;
    padding: 9px;
	color:#fff;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}
.site-menu-item.home {
    background: #11a4d0;
    margin: 0px 11px;
    border-radius: 5px;
    height: auto;
    padding: 9px;
	color:#fff;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}
.site-menu-item.home a { color:#fff; }
.site-menu-item.logout {
    background: #212121;
    margin: 0px 11px;
    border-radius: 5px;
    height: auto;
    padding: 9px;
	color:#fff;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}
.site-menu-item.logout a { color:#fff; }
ul.helpdata {
    float: left;
    width: 100%;
    margin-top: 50px;
}
ul.helpdata li {
    float: left;
    width: 100%;
    padding:5px 12px;
}
.site-menu-item.signup a { color:#fff; }
.col-xl-12.col-lg-12 {

    padding: 0px 10px;

}
.logindetail {
    width: 100%;
    float: left;
}
#exampleTabsLeftInverseOne ul {
    padding: 0px;
    width: 100%;
}
#exampleTabsLeftInverseOne ul li {
    float: left;
    line-height: normal;
    list-style: none;
    margin: 0px;
    margin-right: 9px !important;
    margin-right: 0px;
    margin-top: 4px;
    padding-right:0px;
    width: 116px;
}
#exampleTabsLeftInverseOne ul li img {
    width: 100% !important;
    height: 44px !important;
}

#exampleTabsLeftInverseTwo ul {
    padding: 0px;
    width: 100%;
}

#exampleTabsLeftInverseTwo ul li {
     float: left;
    line-height: normal;
    list-style: none;
    margin: 0px;
    margin-right: 9px !important;
    margin-right: 0px;
    margin-top: 4px;
    padding-right:0px;
    width: 116px;
}
#exampleTabsLeftInverseTwo ul li img {
    width: 100% !important;
    height: 44px !important;
    border: 1px solid #ddd;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#exampleTabsLeftInverseThree ul {
    padding: 0px;
    width: 100%;
}
#exampleTabsLeftInverseThree ul li {
      float: left;
    line-height: normal;
    list-style: none;
    margin: 0px;
    margin-right: 9px !important;
    margin-right: 0px;
    margin-top: 4px;
    padding-right:0px;
    width: 116px;
}
#exampleTabsLeftInverseThree ul li img {
   width: 100% !important;
    height: 44px !important; 
}
ul.helpdata {
    float: left;
    width: 100%;
    margin-top: 80px;
    /* position: absolute; */
    bottom: 20px;
    border-top: 1px solid #4a4945;
}
.tab-content.p-20 {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 10px !important;
}
.animsition.dashboard.site-menubar-unfold {
    background: #4a4945;
}
.site-footer   {background:#fff;margin-left: 8px;}

.buttons button {
    background: #c00;
    color: #fff;
    border: none;
    border-radius: 5px;
	margin-right:5px;
    padding: 6px 10px;
}
.packageactive {
    background: #c00;
    color: #fff;
    border: none;
    border-radius: 5px;
	margin-right:5px;
    padding: 6px 10px;
}
.buttons button.inactive {
    opacity:0.7;
}


.bluebutton button {
    width: 100%;
    margin-bottom: 13px;
    background:#339;
    color: #fff;
    padding: 4px;
    border: none;
    border-radius: 6px;
    text-align: left;
    float: left;
	
}

.flag-icons ul li {
    width: auto;
    float: left;
    margin-left: 6px;
}

.flag-icons ul {
    width: 100%;
	margin:10px 0px;
    float: left;
}
.col-xxl-12.imagessel {
    float: left;
    margin-top: 5px;
}
.col-xxl-12.imagessel img{
    float: left;
    margin-top: 5px;
	padding:5px;
	background:#fff;
}

.description h2   { margin:0px; text-align:left; text-decoration:underline; color:#000; }
.description p    { margin-top:10px; text-align:left; font-size:16px; font-style:italic; color:#000; line-height:25px; font-weight:bold; }
.imagessel input.images  { opacity:0; }
.imagessel      { width:217px; height:105px; background:url(imgage.jpg) no-repeat; float:left; margin-top:3px; margin-right:3px; }
.imagesmain    { width:100%; height:auto; float:left; margin-top:5px; } 
.topselect.col-sm-6 {
    float: left;
    width: 100%;
    margin-top: 7px;
}
.imagessel input.images {
    opacity: 0;
    height: 105px;
    width: 217px;
}