/* For internal-demo menus */
/*
body.internal-demo{padding: 60px 0px 0px 0px;}
body.internal-demo.sidebar-big {padding: 60px 0px 0px 260px;}
body.internal-demo.sidebar-mini {padding: 60px 0px 0px 60px;}

body.internal-demo.sidebar-big .rwd .appbar {width: calc(100% - 280px);}
body.internal-demo.sidebar-mini .rwd .appbar {width: calc(100% - 80px);}

body.internal-demo .rwd .appbar{width: calc(100% - 20px);}
body.internal-demo .rwd .appbar{width: calc(100% - 20px);}

// For big menu
@media (max-width: 1261px) {
	body.internal-demo.sidebar-big {padding: 60px 0px 0px 0px;}
	body.internal-demo.sidebar-big .rwd .appbar {width: calc(100% - 20px);}
}

// For mini menu
@media (max-width: 1061px) {
	body.internal-demo.sidebar-mini {padding: 60px 0px 0px 0px;}
	body.internal-demo.sidebar-mini .rwd .appbar {width: calc(100% - 20px);}
}
*/
.steps-controls {
  color: #aaa;
  cursor: pointer;
  font-size: 28px; }

.steps-controls:hover {
  color: #4d4d4d; }

.steps-timeline-container {
  position: relative;
  overflow-x: auto; }

.steps-timeline {
  white-space: nowrap;
  outline: 1px dashed rgba(255, 0, 0, 0);
  padding-top: 75px;
  padding-bottom: 20px;
  margin-top: 40px; }

.step {
  position: relative;
  border-top: 4px solid #d3d3d3;
  display: inline-block;
  outline: 1px dashed rgba(0, 128, 0, 0);
  margin-top: -43px;
  min-width: 220px;
  width: 20%;
  white-space: normal; }

/*
.step.first {
    margin-left: -16.65%;
    margin-right: 16.65%;
}
*/
/*
.step.last {
    margin-left: 16.65%;
    margin-right: -16.65%;
}
*/
.steps-dot {
  display: block;
  margin-top: -23px;
  margin-right: auto;
  margin-left: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #d3d3d3;
  text-align: center; }

.steps-dot span {
  display: inline-block;
  margin-top: 10px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: relative;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

.steps-description {
  text-align: center;
  margin: 5px 20px 0px 20px;
  overflow: hidden;
  white-space: normal;
  height: 65px; }

.step-arrow-container {
  text-align: center; }

.step-arrow {
  width: 26px;
  height: 26px;
  position: absolute;
  display: inline-block;
  left: calc(50% - 13px);
  bottom: 115px; }

.step-arrow:before, .step-arrow:after {
  content: '';
  border-color: transparent;
  border-style: solid;
  position: absolute; }

.step-arrow-down:before {
  border: none;
  background-color: #73a2ed;
  height: 50%;
  width: 30%;
  top: 0;
  left: 35%; }

.step-arrow-down:after {
  left: 0;
  top: 50%;
  border-width: 13px 13px;
  border-top-color: #73a2ed; }

@media screen and (max-width: 767px) {
  .steps-timeline-container {
    overflow-x: hidden; }
  .steps-timeline {
    white-space: normal;
    border-top: none;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 40px; }
  .step {
    display: flex;
    border-top: none;
    border-left: 4px solid #d3d3d3;
    float: none;
    min-width: auto;
    width: auto;
    margin-top: 0px;
    margin-left: -22px;
    padding-bottom: 40px;
    max-width: 100%;
    min-height: 80px; }
  .step.first {
    margin-left: -22px;
    margin-right: 0; }
  .step.last {
    margin-left: -22px;
    margin-right: 0;
    border-left: 4px solid transparent; }
  .steps-description {
    text-align: left;
    height: auto;
    margin: 0px;
    display: flex;
    align-items: center;
    max-width: 75%; }
  .steps-dot {
    float: left;
    margin-top: 0px;
    margin-right: 20px;
    margin-left: -22px; }
  .step-arrow-container {
    text-align: left; }
  .step-arrow {
    left: -15px;
    bottom: 82px; } }


/*# sourceMappingURL=http://www.crm-demo.test/dist/css/styles_local.css.map*/