/* less */
/*#84c2cf*/
/*font-size*/
/*font-weight*/
/*#region Nestable List*/
.sw-bg-pop {
  opacity: 0.3;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 100;
}
.sw-pop-layer {
  opacity: 0;
  display: table;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
}
.sw-pop-layer .row {
  margin-left: -5px;
  margin-right: -5px;
}
.sw-pop-layer .row div[class*="col-md-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.sw-pop-layer .pop-con,
.sw-pop-layer .pop-ftr,
.sw-pop-layer .pop-top {
  width: 100%;
}
.sw-pop-layer .pop-con,
.sw-pop-layer .pop-ftr {
  height: auto;
}
.sw-pop-layer .pop-top {
  height: 60px;
  padding: 15px;
  border-bottom: 1px solid #e1e1e1;
}
.sw-pop-layer .pop-top h2 {
  float: left;
  line-height: 30px;
  font-weight: bold !important;
}
.sw-pop-layer .pop-top i {
  float: right;
  font-size: 30px;
}
.sw-pop-layer .pop-con {
  max-height: calc(100vh - 155px);
  padding: 15px;
}
.sw-pop-layer .pop-con.alert-con {
  position: relative;
  display: table;
  height: 120px;
  padding-top: 25px;
}
.sw-pop-layer .pop-con.alert-con div,
.sw-pop-layer .pop-con.alert-con p {
  line-height: 1.8em;
}
.sw-pop-layer .pop-con.alert-con .alert-icon {
  position: absolute;
  top: -42px;
  left: 50%;
  width: 70px;
  height: 70px;
  margin: 0 0 0 -35px;
  border-radius: 50% 50%;
  background: #fff;
}
.sw-pop-layer .pop-con.alert-con .alert-icon .swico {
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 60px;
  line-height: normal;
  cursor: default;
}
.sw-pop-layer .pop-con.alert-con > div {
  display: table-cell;
  vertical-align: middle;
}
.sw-pop-layer .pop-ftr {
  padding: 10px;
  border-top: 1px solid #e1e1e1;
}
.sw-pop-layer .sw-pop-contents {
  display: table-cell;
  position: relative;
  padding: 0 15px;
  text-align: center;
  z-index: 100;
  vertical-align: middle;
}
.sw-pop-layer .sw-pop-contents .sw-pop-l,
.sw-pop-layer .sw-pop-contents .sw-pop-m,
.sw-pop-layer .sw-pop-contents .sw-pop-s {
  position: relative;
  margin: 0 auto;
  background: #fff;
  z-index: 200;
}
.sw-pop-layer .sw-pop-contents > div.sw-pop-l {
  max-width: 800px;
}
.sw-pop-layer .sw-pop-contents > div.sw-pop-m {
  max-width: 550px;
}
.sw-pop-layer .sw-pop-contents > div.sw-pop-s {
  max-width: 300px;
}
