/**
*  2016 Zack Hussain
*
*  @author 		Zack Hussain <me@zackhussain.ca>
*  @copyright  	2016 Zack Hussain
*
*  DISCLAIMER
*
*  Do not redistribute without my permission. Feel free to modify the code as needed.
*  Modifying the code may break future PrestaShop updates.
*  Do not remove this comment containing author information and copyright.
*
*/

#monerisapi {
    position: relative;
    margin: 25px 0;
}

#monerisapi .row {
    margin-bottom: 15px;
}

#monerisapi label {
    display: block;
    text-align: left;
    margin: 15px 0 3px;
    font-weight: bold;
}

#monerisapi input,
#monerisapi select {
    background: #fff;
    border: 1px solid #aaa;
    padding: 5px 10px;
    font-size: 14px;
    height: 32px;
}

#monerisapi label.street_label {
    font-size: 11px;
    margin: 0;
}

#monerisapi .street_num {
    margin-right: 10px;
}

#monerisapi .street_label {
    font-weight: normal;
}

#monerisapi .expMonth {
    width: 65px;
    margin-right: 5px;
}

#monerisapi .expYear {
    margin-top: 0;
    width: 65px;
}

#monerisapi .monerisapi-check {
    display: none;
    height: 27px;
    width: 27px;
    background-image: url(../img/check.png);
    background-position: 0 0;
    vertical-align: middle;
    margin: -7px 0 0 8px;
    opacity: 0.7;
}

#monerisapi .cvvHelp {
    display: none;
    padding-left: 5px;
    color: #999;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
    font-style: italic;
}

#monerisapi .cvvContainer {
    display: none;
	background-color: #fff;
	border: #aaa solid 1px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
    font-size: 12px;
	font-style: normal;
	padding: 15px;
	position: absolute;
	right: -320px; top: -10px;
	text-decoration: none;
	width: 325px;
	-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.2);
	box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.2);
	z-index: 1000;
}

#monerisapi .cvvContainer p {
    margin: 0;
}

#monerisapi img.cc-icon {
    float: left;
    margin-right: 5px;
    width:48px;
}

#monerisapi img.cc-icon.selected {
    opacity: 1;
}

#monerisapi img.cc-icon.faded {
    opacity: 0.2;
}

#monerisapi .vbvModal {
    display: none;
}

@media screen and (max-width: 540px) {

    #monerisapi .cvvContainer {
        margin-top: 10px;
    	position: static;
    	width: 100%;
    }

}

@media screen and (max-width: 480px) {

    #monerisapi .street_num {
        margin-right: 5px;
        width: 50px;
    }

    #monerisapi .street_name {
        width: 100px
    }

    #monerisapi #cardnum {
        max-width: 160px;
    }

}