/*overlay*/

#loading{
    /*width: 150px;*/
    position: absolute;
    top: 30%;
    left: 50%;
    margin: -28px 0 0 -25px;
    background: #fff;
    opacity: 0.5;
    padding: 10px;
    border-radius: 10px;
}
/*end overlay*/
.top_row{   border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  padding-top: 6px;}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.8;
    z-index: 9999999;
    padding-top: 30%;
    text-align: center;
    color: white;
}
/*
 * Component: Box
 * --------------
 */
.box {
  position: relative;
  border: 1px solid #efefef;
  border-radius: 6px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: none;
}
.box.box-primary {
  border-top-color: #3c8dbc;
}
.box.box-info {
  border-top-color: #00c0ef;
}
.box.box-danger {
  border-top-color: #dd4b39;
}
.box.box-warning {
  border-top-color: #f39c12;
}
.box.box-success {
  border-top-color: #00a65a;
}
.box.box-default {
  border-top-color: #d2d6de;
}
.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}
.box .nav-stacked > li {
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
}
.box .nav-stacked > li:last-of-type {
  border-bottom: none;
}
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}
.box .border-right {
  border-right: 1px solid #f4f4f4;
}
.box .border-left {
  border-left: 1px solid #f4f4f4;
}
.box.box-solid {
  border-top: 0px;
}
.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}
.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
  background: rgba(0, 0, 0, 0.1) !important;
}
.box.box-solid.box-default {
  border: 1px solid #d2d6de;
}
.box.box-solid.box-default > .box-header {
  color: #444444;
  background: #d2d6de;
  background-color: #d2d6de;
}
.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
  color: #444444;
}
.box.box-solid.box-primary {
  border: 1px solid #3c8dbc;
}
.box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background: #3c8dbc;
  background-color: #3c8dbc;
}
.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-info {
  border: 1px solid #00c0ef;
}
.box.box-solid.box-info > .box-header {
  color: #ffffff;
  background: #00c0ef;
  background-color: #00c0ef;
}
.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-danger {
  border: 1px solid #dd4b39;
}
.box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background: #dd4b39;
  background-color: #dd4b39;
}
.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-warning {
  border: 1px solid #f39c12;
}
.box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background: #f39c12;
  background-color: #f39c12;
}
.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-success {
  border: 1px solid #00a65a;
}
.box.box-solid.box-success > .box-header {
  color: #ffffff;
  background: #00a65a;
  background-color: #00a65a;
}
.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
  color: #ffffff;
}
.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}
.box.box-solid[class*='bg'] > .box-header {
  color: #fff;
}
.box .box-group > .box {
  margin-bottom: 5px;
}
.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}
.box > .overlay,
.box > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box .overlay {
  z-index: 1010;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
.box .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
.box .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}
.box-header:before,
.box-header:after {
  content: " ";
  display: table;
}
.box-header:after {
  clear: both;
}
.box-header.with-border {
  border-bottom: 1px solid #ddd;
}
.collapsed-box .box-header.with-border {
  border-bottom: none;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
  display: block;
  font-size: 18px;
  line-height: 1;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
  margin-right: 5px;
}
.box-header > .box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}
.box-header > .box-tools [data-toggle="tooltip"] {
  position: relative;
}
.box-header > .box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  box-shadow: none!important;
  color: #97a0b3;
}
.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84;
}
.btn-box-tool:active {
  outline: none!important;
}
.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
  margin-top: 20px;
}
.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.box-body > .table {
  margin-bottom: 0;
}
.box-body > .chart {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.box-body > .chart svg,
.box-body > .chart canvas {
  width: 100%!important;
}
.box-body .fc {
  margin-top: 5px;
}
.box-body .full-width-chart {
  margin: -19px;
}
.box-body.no-padding .full-width-chart {
  margin: -9px;
}
.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}
.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}
.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #ffffff;
}

.rwd-table {
  margin: 1em 0;
  min-width: 300px;
  word-wrap:break-word;
  table-layout: fixed;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
.steps,.steps2 {
    font-size: 17px;
    position: absolute;
    font-weight: bold;
    line-height: 1;
    width: 68%;
    left: 95px;
    top: 16px;
    color:#34495e;
    text-shadow: 1px 1px 0 #fff;
}

@media (max-width: 1199px) {
	.steps {
	width: 68%;
    left: 66px;
    top: 10px;
    font-size: 14px;
	   	
	}
.steps2 {
	
	width: 63%;
    left: 76px;
    top: 10px;
    font-size: 14px;
}
}

@media (max-width: 991px) {
	.steps {
	width: 68%;
    left: 50px;
    top: 10px;
    font-size: 10px;
	   	
	}
.steps2 {
	
	width: 63%;
    left: 58px;
    top: 10px;
    font-size: 10px;
}
}

@media (max-width: 768px) {
	.steps {
	width: 68%;
    left: 138px;
    top: 38px;
    font-size: 18px;
	   	
	}
.steps2 {
	
	width: 66%;
    left: 148px;
    top: 38px;
    font-size: 18px;
}
}
@media (max-width: 600px) {
	.steps {
    left: 110px;
    top: 25px;
	font-size:17px;	
	}
.steps2 {
    left: 110px;
    top: 25px;
	font-size:17px;
}
}
@media (max-width: 500px) {
	.steps {
    left: 90px;
    top: 14px;
	font-size:15px;	
	}
.steps2 {
    left: 90px;
    top: 14px;
	font-size:15px;
}
}
@media (max-width: 441px) {
	.steps {
    	left: 80px;
    	top: 14px;
		font-size:14px;	
	}
	.steps2 {
    	left: 80px;
    	top: 14px;
		font-size:14px;
	}
	.wrapper-content {
		padding:10px 10px 20px;
	}
}
@media (max-width: 360px) {
	.steps {
    	left: 77px;
		top: 16px;
		font-size: 90%;	
	}
	.steps2 {
    	left: 77px;
		top: 16px;
		font-size: 90%;
	}
	.h1, h1 {
    	font-size: 22px;
	}
	.h3, h3{
		font-size: 18px;
	}
}
@media (max-width: 320px) {
	.steps {
    	left: 46px;
    	top: 8px;
		font-size:70%;	
	}
	.steps2 {
    	left: 53px;
    	top: 8px;
		font-size:70%;
	}
}
@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}

.rwd-table {
  border-radius: .4em;
  overflow: hidden;
}
.rwd-table tr {
  border-color: #46627f;
}
.rwd-table th, .rwd-table td {
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    padding: 0.5em !important;
  }
}  



.container-ribben h3 {
    position: relative;
    padding: 7px;
    font-size: 24px;
    font-weight: normal;
    left: -10px;
    margin-bottom: 10px;
    font-family: 'Oswald', arial, serif;
    box-shadow: 0 2px 5px #999;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    color: #FD3702;
    padding-left: 10px;
    margin-top: 1px;
}

.container-ribben h3 .ribbon {
    width: 0px;
    height: 0px;
    position: absolute;
    border-width: 5px;
    border-style: solid;
    z-index: 2000;
}

.container-ribben h3 .left {
    left: 0;
    bottom: -11px;
    border-color: #828282 #828282 transparent transparent;
}

.container-ribben h3 .right {
    right: 0;
    bottom: -10px;
    border-color: #8b0000 transparent transparent #8b0000;
}
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
/*.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  right: 25px;
  margin-left: -1.5px;
}*/
.timeline > li {
  margin-bottom: 10px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  /*width: calc( 100% - 75px );*/
  width:100%;
  float: left;
  padding: 20px;
  position: relative;
  
  /* border: 1px solid #d4d4d4;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); */
}
/* .timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  left: -15px;
  display: inline-block;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #ccc;
  border-left: 0px solid #fff;
  border-top: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  left: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-right: 14px solid #eee;
  border-left: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
} */
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  right: 0px;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
/* .timeline-heading {
	clear: both;
    display: table;
    width: 100%;
    
} */
.timeline-title {
  margin-top: 0;
  color: inherit;
  background-color: #eee;
  padding: 10px;
}
/* h4.timeline-title {
	margin-top:5px;
	margin-bottom:5px;
} */
.timeline-body {
	padding: 0 15px;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}