﻿@media screen and (min-width: 1200px) {
    .container {
        width: 970px;
    }
}

@media print {
    #print {
        visibility: hidden;
    }

    a[href]:after {
        content: none !important;
    }
}

body {
    font-family: "Avenir LT W01_55 Roman1475520";
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}


@media screen and (max-width: 767px) {
    .carousel-caption {
        display: none;
    }
}

h2 {
    font-family: "Avenir LT W01_95 Black1475556";
}

thead {
    font-family: "Avenir LT W01_85 Heavy1475544";
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    font-size: 1.7rem;
}

table td {
    border: none !important;
    padding: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

tbody {
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 1.5rem;
}

.payReceiptHeaderContact {
    display: inline-block;
}

.payReceiptHeaderSystem {
    display: inline-block;
    float: right;
}

.payReceiptHeaderInfo {
    font-size: 1.6rem;
    line-height: 1em;
    margin-bottom: 2em;
}

.caseSection {
    margin-bottom: 4em;
}

.caseHeader {
    margin-bottom: 1em;
}

.module-title {
    margin-right: 15px;
    font-family: "Avenir LT W01_35 Light1475496";
    text-transform: uppercase;
    font-size:25px;
    margin-bottom:0.5em;
}

.rightAlign {
    text-align: right;
}

.topMargin {
    margin-top: 10px;
}

.avenirHeavy {
    font-family: "Avenir LT W01_85 Heavy1475544";
}

#wrapper {
    width: 70%;
    margin: 0 auto;
}

#monerisPay {
    font-size: 1.6rem;
    width: 150px;
    height: 35px;
    background: #1B8898;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    color: #FFFFFF;
    border-radius: 0;
    cursor: pointer;
    font-family: "Avenir LT W01_35 Light1475496";
    margin-bottom: 10px;
}

#print {
    font-size: 1.6rem;
    width: 75px;
    height: 35px;
    left: 307px;
    top: 916px;
    background: #1B8898;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    color: #FFFFFF;
    border-radius: 0;
    cursor: pointer;
    font-family: "Avenir LT W01_35 Light1475496";
    margin-bottom: 40px;
}

#successMsg {
    font-size: 16px;
}

#errorMsg {
    font-size: 16px;
}

#payButtonMsg {
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 17px;
    padding-top: 3px;
}

#errorMsg {
    color: darkred;
}

#errorMsgContainer {
    width: 80%;
    display: inline-block;
    background-color: #F3DFE1;
    border-radius: 2px;
    border-color: #d84758;
    border-style: solid;
    border-width: 2px;
    padding: 6px 12px;
    margin-bottom: 10px;
    font-size: 15px;
}

#successMsg {
    color: black;
}

#successMsgContainer {
    width: 80%;
    display: inline-block;
    background-color: #EDF2DE;
    border-radius: 2px;
    border-color: #a1d407;
    border-style: solid;
    border-width: 2px;
    padding: 6px 12px;
    margin-bottom: 10px;
    font-size: 15px;
}

#fAweLock {
    width:17.5px;
    height:20px;
}

#headerAddress {
    width: 155px;
    float: right;
    padding-top: 10px;
    color: #165167;
    font-family: "Avenir LT W01_85 Heavy1475544";
}

label {
    width: 70px;
    vertical-align: top;
}

.labels_long {
    width: 145px;
}

.labels_very_long {
    width: 200px;
}

.value {
    display: inline-block;
}

.amount_column {
    width: 130px;
}
