/*for popup */
.wrap-pop{
    display: none;
    position:fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	background: rgba(0, 0, 0, 0.8);
	color: rgba(0, 0, 0, 0.8);

    z-index: 1000;
    overflow-y:auto;
}
.wrap-pop .box-pop{
    width: 350px;
    background: #FFF;
    height: auto;
    position: relative;
    margin: 10% auto 30px auto;
    padding:0px 0px 5px 0px;
    -ms-box-shadow:0px 0px 50px #666;
    -webkit-box-shadow:0px 0px 50px #666;
    -o-box-shadow:0px 0px 50px #666;
    -moz-box-shadow:0px 0px 50px #666;
    -khtml-box-shadow:0px 0px 50px #666;
}
.wrap-pop .box-pop .closep-pop{

    position: absolute;
    background: url(http://aksesoris-mobil.kilatstorage.com/detikauto/images/all/close.png) no-repeat center;
    width: 30px;
    height: 30px;
    top: -11px;
    right: -11px;
    -moz-border-radius:25px;
    -ms-border-radius:25px;
    -webkit-border-radius:25px;
    -o-border-radius:25px;
    -khtml-border-radius:25px;
    border-radius:25px;
    cursor: pointer;
}
.wrap-pop .box-pop .title-pop{
    padding: 20px 0px 15px 20px;
    font-size: 18px;
    background: #990000;
    margin-bottom: 25px;
    color: #FFF;
	font-family: "BebasNeue";
	font-weight: 300;
	font-size:22px;
}
.box-success{
/*    background:green;
    border: 1px solid #003333;
    padding:5px;
    font-size: 12px;
    color: #FFF;
    font-style: italic;
    text-align: center;*/
    font-size: 12px;
    color:red;
    font-style: italic;
}
.box-failed{
/*    background:red;
    border: 1px solid #330000;
    padding:5px;
    font-size: 12px;
    color: #FFF;
    font-style: italic;
    text-align: center;*/
    font-size: 12px;
    color:red;
    font-style: italic;
}

.btn-primary-custom-modal 
{
  color: #fff;
  background-color: #000;
  border-radius: 0px;
  padding:3px 8px;
  font-size:12px;
  margin-top:5px;
}

.btn-primary-custom-modal:hover
{
	color:#fff;
}

btn-primary-custom-modal:a:active
{
  color: #ffffff;
  background-color: #000;
  border-radius: 0px;
  padding:1px 5px 1px 5px;
  font-size:12px;
}

.forget-pass
{
	color:#FF0000;
	font-size:12px;
	float:right;
	margin-left:5px;
	margin-top:4px;
	position:absolute;
}

.forget-pass:hover
{
	color:#000;
	text-decoration:none;
}

.input-group-addon-custom
{
	display: table-cell;
	vertical-align:middle;
	padding-right:10px;
	font-size:13px;
	font-weight:bold;
	width:75px;
}

.modal-textfield
{
	border-radius:0px;
	height:27px;
}

.modal-header {
    padding: 15px;
    min-height: 16.42857143px;
    background-color: #990000;
}

.title-pop2 {
    color: #FFF;
    font-family: "BebasNeue";
    font-weight: 300;
    font-size: 22px;
}

button.close-custom {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.close-custom {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}


/*end popup */