@charset "UTF-8";
.pop_box{
	border-radius: 3px;
    margin: 10vh 20px;
    padding: 24px 24px 0px 24px;
    font-size: 1em;
    background-color:black;          
    height: auto
}

.popup-title{
	font-size:1.3em;
	font-weight:bolder;
	margin:0 0 12px 0;
}
.popup-body{
	font-size:1em;
	line-height:1.5em;
	padding:0 0 15px 0;
    color:white;
	text-align:justify;}
.popup-footer{
	height:auto;
	display: inline-block;
	width: 100%;
}
.btn-confirm{
	color:rgba(255,145,0,1.00);
	background-color:#ffffff;
	float:right;
	width:auto;
	min-width: 74px;
	font-weight:bold;
	line-height: 30px;
	padding: 8px;
}	
.popup-footer-fullwidth{
	margin:0;
	text-align: center;  
	width:100%;
}	
.btn-confirm:first-child{
	margin: 0 -16px 0 0;
}
.btn-confirm:hover{
	color:rgba(255,145,0,1.00);
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #000;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 640px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.pop_box .btnBox .btn.outline {
	float: right; /* 點選租借、購買後 POP UP選項按鈕應靠右 */
}
.btnBox {
	overflow: hidden; /* 點選租借、購買後 POP UP選項按鈕應靠右 */
	margin: 14px 0;
}
.btnBox .btn {
    /*width: 100%; 小網版型, 豪華月租免費看，購買珍藏版$XX起，租借$XX起, 100%會跑版 */
    width: 95%;
    margin: 0 2.5%;
    margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
	.btnBox .btn {
        width: auto;
        margin: 0 12px 0 0;
    }
}