/**
 * Created by OBDEV-03 on 21/11/2560.
 */
/**
 * Created by OBDEV-02 on 13/11/2560.
 */
/**
 * Created by OBDEV-03 on 13/11/2560.
 */
/*font yp 2017*/
/*14px;*/
/*font weight*/
/*line height*/
/*border*/
/*hr*/
/*font color*/
/*margin padding*/
/*button*/
/*button color*/
/*list style*/
/*bg*/
/**
 * Created by OBDEV-02 on 13/11/2560.
 */
/*ribbon*/
/**
 * Created by OBDEV-03 on 30/11/2560.
 */
/**
 * Created by OBDEV-03 on 28/11/2560.
 */
/* line 1, ../../assets/sass/components/stylesheets/_sip.scss */
.btn-sip-trigger {
  position: fixed;
  right: 10px;
  top: 10%;
  z-index: 1;
  width: 60px;
  height: 60px;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 100%;
}
/* line 12, ../../assets/sass/components/stylesheets/_sip.scss */
.btn-sip-trigger i {
  padding: 5px 12px;
  animation: spin 10s linear infinite;
}
/* line 16, ../../assets/sass/components/stylesheets/_sip.scss */
.btn-sip-trigger:hover, .btn-sip-trigger:focus {
  background-color: #4a71fa;
  color: #4a71fa;
  border-color: #4a71fa;
}

/* line 25, ../../assets/sass/components/stylesheets/_sip.scss */
.sip-modal .modal-dialog {
  font-size: 14px;
}
/* line 27, ../../assets/sass/components/stylesheets/_sip.scss */
.sip-modal .modal-dialog p {
  font-size: 14px;
}
/* line 31, ../../assets/sass/components/stylesheets/_sip.scss */
.sip-modal .modal-dialog button:disabled {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}
/* line 36, ../../assets/sass/components/stylesheets/_sip.scss */
.sip-modal .modal-dialog button.keypad {
  width: 40px;
  height: 40px;
  margin: 5px;
}
/* line 43, ../../assets/sass/components/stylesheets/_sip.scss */
.sip-modal .modal-dialog .list-button button {
  width: 110px;
  margin: 5px;
}

@keyframes spin {
  100% {
    transform: rotate(1turn);
  }
}
