@media screen and (max-device-width: 640px) and (min-device-width: 1px), screen and (max-width: 640px) and (min-width: 1px), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.scp_help_body {
		margin-top:8em !important;
	}
}

/*  Amendments by: Chloe McDermott
    Date: 05/04/2019
    Description: White label IP - additional styling
    Customer: Glasgow CC
 */

 html, body {
    height: 100%;
    /*margin: 0;*/
}

 img.customer-logo {
    width: auto !important;
    margin-top: 20px;
}

.container.top {
    height: 14rem;
}

#aip_cancel_link:hover, #aip_help_link:hover {
    color: #ffffff !important;
}

.aip_form_fieldset {
    margin: 2.5rem;
}

.container.narrow {
    min-height: 100% !important;
}


@media screen and (max-width: 1023px){
    li.btn.btn--primary{
        margin-top: 20px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
    .customer-logo {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 358px) {
    input {
        display: inline-block;
        margin-bottom: 10px;
    }
    #scp_secureLinks_pci_logo {
        margin: 1.5rem 0 0 8rem;
    }
}

/*additional styling for full solution*/

.scp_input_container, .scp_desc_text, .scp_static_text {
    margin: 1em 0;
}

.scp_button {
	background-color:  #458294;
	font-size: 1.2em;
	    margin-bottom: 8px;
    padding: 12px 9px;
    border-style: solid;
    border-width: 2px;
	    color: #fff !important;
		border-color: #4E8BA0;
		width:8em;
}

#TemplateContent {
    z-index: 1000;
}

.scp_help_top {
	background-color:  #458294;
}

.scp_help_show_hide_link, .scp_help_top_right>.scp_help_close, .scp_heading {
	color: #fff !important;
	font-weight:normal;
}
.scp_help_close {
	font-weight:normal;
}

.scp_help_title {
		background-color:  #458294;
		font-size: 1.2em;
	    margin-bottom: 8px;
    padding: 12px 9px;
    border-style: solid;
    border-width: 2px;
	    color: #fff !important;
		border-color: #4E8BA0;
		    border-radius: 0px;
			font-weight:normal;
}

.scp_help_title:hover, .scp_button:hover {
    background-color: #458294;
	  text-decoration: underline;
}