﻿html {
	height: 100%;
}

body {
	height: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

#divHeader {
    background-color: #38C4A9;
    color: #fff;
}

#divHeader a {
	color: #0e2233;
	text-decoration: none;
}

#divContent {
	overflow-y: auto;
	overflow-x: hidden;
}

#footer {
    margin: 0px;
    background-color: #38C4A9;
    border-color: #38C4A9;
}

.footer-controls .btn-group {
	margin: 9px 0 9px 0;
}

.condom-img {
    width: 150px;
}

#condom-img-div {
    color: #673AB7;
}

    #condom-img-div p {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 20px;
    }

#imgCondoms {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

#divMain {
    display: block;
}

#wrapper {
    display: block;
    border-color: #38C4A9;
}

#form {
    text-align: left;
}

#locator_submit {
    background-color: #673AB7;
}

#zip {
    margin: 0px;
}

.logos {
}

    .logos img {
        border: none;
    }

#cdc {
    padding: 0px;
    text-align: center;
}

#npin {
    padding: 0px;
    text-align: center;
}

#cdc, #npin {
    z-index: 999;
}

#cdc-img, #npin-img {
    height: 45px;
    margin: 6px 0;
}


#shareInfo {
    text-align: center;
    margin: 6px 0;
}

#share, #info {
    text-align: center;
    display: inline-block;
    color: white;
    padding: 3px;
    padding: 5px 0px 5px 0px;
    margin-top: 4px;
    font-size: 10px;
    text-decoration: none;
    width: 60px;
    cursor: pointer;
}

    #share:hover, #info:hover,
    #share:active, #info:active {
        background-color: #064280;
        color: #cfcfcf;
    }

#results, #info_modal, #share_modal, #disclaimer_modal {
    display: block;
    background-color: #fff;
}

#info_modal > div.row, 
#share_modal > div.row {
    padding: 0 15px;
}
#info_modal {
    word-break: break-all;
}
#info_modal a {
    margin-bottom: 9px;
    display: inline-block;
}
#info_modal strong {
    margin-right: 9px;
}
#disclaimer_modal,
#share_modal {
    word-break: break-word;
}
#share_modal pre {
    word-break: break-all;
    white-space: pre-wrap;
}

#resultsdiv {
    height: 250px;
    min-height: 250px;
    background-color: white;
    margin-left: 0px;
    font-size: 12px;
    overflow-y: scroll;
}

#resultsdiv strong {
    border-bottom: 1px solid gray;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 6px 0;
}

#results, #share_modal, #info_modal, #disclaimer_modal, #main {
    min-height: 280px;
}

#hideResultBtn, #hideInfoBtn, #hideShareBtn, #hideDisclaimerBtn {
    text-align: right;
    position: absolute;
    top: 64px;
    right: 2px;
}

#infoDiv,
#shareDiv {
    margin-top: 36px;
    word-break:break-word;
}

#source-disclaimer div.eng-content {
	padding: 0 10px;
}

#note {
    vertical-align: bottom;
}
#note {
    font-size: 12px;
    color: #673AB7;
}

#spinner {
    width: 20px;
    padding: 0;
    margin: 0 0 0 6px;
}

@media screen and (max-width: 335px) {
	.footer-controls .btn-group .btn.btn-primary {
		font-size: 11px;
	}
	.footer-controls .btn-group .btn.btn-primary .disclaimer {
		margin-left: -5px;
	}
	#source-disclaimer div.eng-content {
		font-size: 0.8em;
	}
}

