html, body {
  height: 100%;
}
body {
  padding-top: 70px;
}
.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #fff;
}
.center-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.loader,
.loader:before,
.loader:after {
  background: #498ac2;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #498ac2;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
/* Loader */
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
.main.container {
  background-color: white;
  padding-top: 20px;
  margin-top: -20px;
}
#bg {
  width: 100%;
  border-radius: 15px;
}
.holder {
  position: relative;
}
.country-holder {
  position: absolute;
  width: 13%;
  z-index: 10;
  left: 0;
}
.country-icon {
  width: 40%;
  margin-bottom: 5px;
}
.country-text {
  padding: 0px 0.5%;
  font-size: 12px;
  color: #fff;
  border-radius: 2px;
}
#uk-holder {
  top: 10%;
}
#uk-text {
  background-color: #ef943d;
}
#india-holder {
  top: 25%;
}
#india-text {
  background-color: #3e8941;
}
#japan-holder {
  top: 50%;
}
#japan-text {
  background-color: #e42918;
}
#usa-holder {
  top: 60%;
}
#usa-text {
  background-color: #055fab;
}

.status-box {
  height: 80px;
  margin: auto;
  margin-top: 10px;
  padding-bottom: 25px;
  position: relative;
  border-radius: 5px;
}
.status-box.red, .label-urgent {
  background-color: #bf1725;
}

.status-box.yellow {
  background-color: #f79a17;
}
.status-box.green {
  background-color: #2d922d;
}
.status-box p {
  font-size: 16px;
  float: right;
  margin-top: 10px;
  margin-right: 15px;
  color: #fff;
  text-align: right;
}
.status-box p span {
  font-size: 25px;
}
.status-icon {
  font-size: 35px;
  margin-left: 15px;
  color: #fff;
  position: absolute;
  top: 13px;
}

.panel {
  margin-top: 10px;
}
.panel-heading {
  border-color: #eff2f7;
  font-size: 16px;
  background-color: #498ac1;
  color: #fff;
}
.panel-body {
  background-color: #f5f5f5;
}
ul.task-list  {
  padding-left: 0;
}
.task-list li {
  list-style: none;
  position: relative;
  padding: 10px 5px;
  border-bottom: 1px dashed #b3b3b3;
}
.task-checkbox {
  float: left;
  width: 30px;
}
.task-title .text {
  margin-right: 5px;
}
.strike-through {
  text-decoration: line-through;
}
.task-title {
  overflow: hidden;
}

.projects > h4 {
  background-color: #498ac1;
  padding: 10px;
  border-radius: 4px;
  color: #fff;
}
.projects .panel-body {
  background-color: #fff;
  height: 230px;
  overflow: scroll;
  overflow-x: hidden;
}
.projects .progress {
  margin-top: 20px;
  font-weight: bold;
}
.projects .task-title {
  font-size: 13px;
}
.projects .task-summary, .projects .table span {
  font-size: 12px;
}

@media only screen and (min-width: 791px) {
  .main.container {
    -webkit-box-shadow: 0px 7px 5px 7px rgba(0,0,0,0.03);
    -moz-box-shadow: 0px 7px 5px 7px rgba(0,0,0,0.03);
    box-shadow: 0px 7px 5px 7px rgba(0, 0, 0, 0.03);
  }
  body {
    background-color: #f7f7f7;
  }
}
@media only screen and (min-width: 1200px) {
    .projects {
      width: 780px;
      margin-top: -145px;
    }
}
@media only screen and (max-width : 767px) {
  .status-box {
    width: 100%
  }
  .panel {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width : 790px) {
  .holder {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (max-width : 991px) {
  .projects {
    width: 100%;
  }
}

@media only screen and (min-width : 768px) and (max-width : 790px) {
  .side-bar {
    width: 28%;
    margin-left: -13px;
  }
  .status-box {
    width: 180px;
  }
  .projects {
    width: 67%;
    margin-top: -455px;
    margin-left: 20px;
  }
}
@media only screen and (min-width : 791px) and (max-width : 991px) {
  .status-box {
    width: 220px;
  }
  .projects {
    width: 67%;
    margin-top: -380px;
  }
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .projects {
    margin-top: -250px;
    width: 650px;
  }
}
