body {
    font-family: 'Source Sans Pro', sans-serif;
    padding:0; margin:0;
    -webkit-font-smoothing: antialiased;
    width:100% !important;
    background:#ffffff;
    -webkit-text-size-adjust:none;
}

input[id^="comp_"] {
    height: 30px;
    padding: 5px;
    box-sizing: border-box;
    width: 70%;
}

.mt-40 {
    margin-top: 40px;
}

#loadingDiv {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

#loadingDiv::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}


.m-0{
    margin: 0px;
}

.ptb-40{
    padding: 40px 0;
}

.bg-white{
    background-color: #FFFFFF !important;
}

.bg-black{
    background-color: #000000 !important;
}

.logo img{
    max-width: 200px;
    height: auto;
}

.responcetxt {
    padding: 20px;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    background: #ededed;
}

input#comp_mobile_end {
    float: left;
    width: 80% !important;
    border: 0 !important;
    border-left: 1px solid #a2a2a2 !important;
}

select#comp_countrycode {
    float: left;
}

.field {
    width: 70%;
}
input[type=number] {
    width: 95%;
    display: block;
    border: 1px solid #a2a2a2 !important;
    background-color: #f9f9f9 !important;
    padding: 5px 10px;
    box-sizing: border-box;
    color: #1a1a1a;
    font-size: 14px;
    text-align: left;
}

input[id^="comp_"]:focus {
    outline: none;
}

select {
    height: 30px;
    cursor: pointer;
    width: 100%;
}

.mondate{
    color:#db3939;
}

#comp_postcode{
    text-transform:uppercase;
}

.underline{
    text-decoration: underline;
}

.block-img{
    display:block;
}

.width320{
    color: #000000;
    padding: 20px 0;
}

.t-c{
    font-size: 11px;
    line-height: 14px;
    padding-top: 10px;
    padding-right:10px;
}

div.inputcontainer {
    border: 1px solid #a2a2a2 !important;
    width: 100% !important;
    background-color: #f9f9f9 !important;
}

div > input, div > select#comp_countrycode {
    border: 0px !important;
    width: 20%;
    background-color: transparent !important;
}

div > input#file_customers {
    padding: 5px !important;
    border: #ccc 1px solid !important;
    height: 34px !important;
}

.styled-select select {
    width:70%!important;
    height: 30px!important;
    overflow: hidden!important;
    background-color: #f9f9f9!important;
    color: #000000!important;
    border: 1px solid #a2a2a2!important;
}

div > .form-control {
    width: 100% !important;
    border-radius: 0 !important;
    height: 30px !important;
    padding: 0px 5px !important;
    border-left: 1px solid #a2a2a2 !important;
}
#checkoutForm div > .form-control {
    width: 50% !important;
    border-radius: 0 !important;
    height: 30px !important;
    padding: 0px 5px !important;
    border-left: 1px solid #a2a2a2 !important;
}

#checkoutForm  input[type="submit"] {
    width: 50%;
    padding: 10px 32px;
    background-color: #000000 !important;
    color: #ffffff;
    border: 1px solid #000000 !important;
    font-size: 16px;
    cursor: pointer;
}
div.clear {
    clear: both;
}

.p-40{
    padding: 40px;
}

input[type="checkbox"] {
    display: none;
}

.alert{
    padding: 0;
    margin-bottom: 0;
}

.alert:not(:empty) {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

input[type="checkbox"] ~ label {
    display: block;
    margin: 5px auto;
    text-align: center;
}

input[type="checkbox"] + label {
    width: 30px;
    height: 30px;
    border: none;
    display: block;
    float: none;
    position: relative;
    background-color: #f9f9f9;
    border: 1px solid #a2a2a2;
    cursor: pointer;
}

input[type="checkbox"]:checked + label:after {
    position: absolute;
    content: "";
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background-image: url("https://raffles-resources.rome.support/images/tick_new.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
input[type=text], [type=email], [type=password] {
    width: 100%;
    display: block;
    border: 1px solid #a2a2a2 !important;
    background-color: #f9f9f9 !important;
    padding: 5px 10px;
    box-sizing: border-box;
    color: #1a1a1a;
    font-size: 14px;
    text-align: left;
}
input[type="submit"] {
    width:65%;
    padding: 10px 32px;
    background-color: #000000 !important;
    color: #ffffff;
    border: 1px solid #000000 !important;
    font-size:16px;
    cursor: pointer;
}
input[type="submit"]:hover {
    background-color: #FFFFFF !important;
    color: #000000;
    border: 1px solid #000000 !important;
}

.mobile-validate.has-success .help-block{
    color:#a94442;
}

div#successMsgDiv {
    max-height: 140px;
    overflow-y: auto;
}

td { font-size:13px; mso-line-height-alt:13px; mso-margin-top-alt:0; }

@media only screen and (min-width: 120px) and (max-width: 678px) {
    /* Any mobile specific device changes can be inserted here */
    input[id^="comp_"],
    div.inputcontainer {
        width: 90%;
    }
    #checkoutForm div > .form-control {
        width: 100% !important;
        border-radius: 0 !important;
        height: 30px !important;
        padding: 0px 5px !important;
        border-left: 1px solid #a2a2a2 !important;
    }

    #checkoutForm  input[type="submit"] {
        width: 100%;
        padding: 10px 32px;
        background-color: #000000 !important;
        color: #ffffff;
        border: 1px solid #000000 !important;
        font-size: 16px;
        cursor: pointer;
    }
}

@media only screen and (min-width: 120px) and (max-width: 2000px) {
    .container {
        max-width: 840px;
        padding: 40px;
        background-color: #f2f2f2;
    }
}

.loading-message {
    font-size: 18px;
    margin: auto;
    text-align: center;
    position: absolute;
    width: 100%;
    font-weight: 800;
    top: 50%;
}