﻿#sw-wrapper {
  position: absolute;
  top: 50% !important;
  left: 4%;
  width: calc(92% - 2px);
  background: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 3px 3px 0 0;
  font-family: helvetica, sans-serif;
  z-index: 10001;
}

#sw-header {
  position: relative;
  width: 100%;
  height: 55px;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  opacity: 1;
  border-radius: 0 0 3px 3px;
  margin-left: -1px;
}

#sw-cancel, #sw-done {
  position: absolute;
  top: 7px;
  height: 40px;
  line-height: 20px;
  padding: 0 5px;
  margin: 0;
  border-width: 5px;
  font-size: 12px;
  font-weight: bold;
  text-shadow: none;
  color: #fff;
  cursor: pointer;
}

#sw-cancel {
  left: 7px;
  float: left;
  -webkit-border-image: none;
  background: #dc3030;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
  border-radius: 3px;
  font-family: 'Nanum Gothic', Nanum Gothic, '��������', Dotum, '����', Gulim, '����',sans-serif;
  width: calc(50% - 15px);
  text-align: center;
}

#sw-done {
  right: 7px;
  float: right;
  -webkit-border-image: none;
  color: #fff;
  background: #5bc0de;
  font-size: 16px;
  padding: 10px 0;
  border-radius: 3px;
  font-family: 'Nanum Gothic', Nanum Gothic, '��������', Dotum, '����', Gulim, '����',sans-serif;
  width: calc(50% - 15px);
  text-align: center;
}

.sw-pressed {
  opacity: 0.4;
}

#sw-slots-wrapper {
  position: relative;
  z-index: 999;
  display: block;
  height: 215px;
  padding: 0;
  overflow: hidden;
}

#sw-slots {
  display: table;
  width: 100%;
  height: 100%;
  background: #fcfcfc;
}

  #sw-slots > div {
    display: table-cell;
    height: 100%;
    padding-top: 88px;
    background-color: #fcfcfc;
    background-image: none;
    background-position: 0 0, 100% 0;
    background-repeat: repeat-y;
  }

  #sw-slots div div {
    text-align: center;
  }

  #sw-slots ul {
    margin: 0;
    list-style: none;
  }

  #sw-slots li {
    padding: 10px 8px;
    color: #333;
  }

  #sw-slots .sw-center {
    text-align: center;
  }

  #sw-slots .sw-shrink {
    width: 1%;
  }

  #sw-slots .sw-readonly {
    background: #ddd;
  }

#sw-frame {
  position: absolute;
  z-index: 1000;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 215px;
  -webkit-border-image: url(../img/sw-alpha.png) 16;
}

#dims {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 10000;
}

[id^='sw-select-'] {
  font-size: 15px;
  border: none;
}

.sw-select-wrapper {
  padding-top: 0px !important;
}

  .sw-select-wrapper div {
    margin-top: 0px;
    height: 43px;
    line-height: 43px;
  }

    .sw-select-wrapper div:before {
      content: " ";
      display: table;
    }

  .sw-select-wrapper .sw-center {
    border-top: solid 2px #5bc0de;
    border-bottom: solid 2px #5bc0de;
  }

#sw-wrapper.sw-wrapper-select {
  left: 40%;
  width: 500px;
}
