.form-control-inline {
    min-width: 0;
    width: auto;
    display: inline;
}

.btn-p2p {
    color: #333;
    background-color: #f2f2f2;
    border-color: #ccc;
}

.btn-p2p:focus,
.btn-p2p.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-p2p:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-p2p:active,
.btn-p2p.active,
.open>.dropdown-toggle.btn-p2p {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-p2p:active:hover,
.btn-p2p.active:hover,
.open>.dropdown-toggle.btn-p2p:hover,
.btn-p2p:active:focus,
.btn-p2p.active:focus,
.open>.dropdown-toggle.btn-p2p:focus,
.btn-p2p:active.focus,
.btn-p2p.active.focus,
.open>.dropdown-toggle.btn-p2p.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-p2p:active,
.btn-p2p.active,
.open>.dropdown-toggle.btn-p2p {
    background-image: none;
}

.btn-p2p.disabled,
.btn-p2p[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.btn-p2p.disabled:hover,
.btn-p2p[disabled]:hover,
fieldset[disabled] .btn-p2p:hover,
.btn-p2p.disabled:focus,
.btn-p2p[disabled]:focus,
fieldset[disabled] .btn-p2p:focus,
.btn-p2p.disabled.focus,
.btn-p2p[disabled].focus,
fieldset[disabled] .btn-p2p.focus {
    background-color: #f2f2f2;
    border-color: #ccc;
}

.btn-p2p .badge {
    color: #f2f2f2;
    background-color: #333;
}

.p2pBootstrapNumber.readonly,
.p2pBootstrapNumber[readonly] {
    background-color: #fff;
}

.SectionHeading,
.SectionHeadingUser {
    background-color: WhiteSmoke;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    align-items: stretch;
}

.SectionPrefix,
.SectionPrefixUser {
    width: 30px;
    display: flex;
    background-color: red;
    align-items: center;
    justify-content: center;
}

.SectionSuffix,
.SectionSuffixUser {
    width: 30px;
    display: flex;
    background-color: red;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.SectionValue {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center
}

.SourceCodesSideBySide {
    padding-right: 25px;
}

/* hide mobile version by default */
.smallimage {
    display: none;
}

/* when screen is less than 600px wide
     show mobile version and hide desktop */
@media (max-width: 600px) {
    .smallimage {
        display: block;
    }

    .largeimage {
        display: none;
    }
}

.container-fluid {
    padding: 0 !important;
}

.table-borderless tbody tr td,
.table-borderless tbody tr th,
.table-borderless thead tr th,
.table-borderless thead tr td,
.table-borderless tfoot tr th,
.table-borderless tfoot tr td {
    border: none !important;
}

.coverthumbnail-dialog .modal-dialog {
    width: 370px;
}

.glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}

.no-spinners {
    -moz-appearance: textfield;
    appearance: auto;
}

.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.show-border {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px;
}

body {
    padding-top: 0px;
    padding-bottom: 40px;
    background-color: white;
}

hr {
    width: 100%;
    color: black;
    height: 1px;
    background-color: black;
    margin: 0;
}

.navbar {
    background-color: white !important;
}

.nav {
    background-color: white !important;
}

.nav>li>a {
    background-color: white !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: blue !important;
    background-color: WhiteSmoke !important;
}

.form-signin {
    max-width: 350px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

/* .form-signin .form-control:focus {
    z-index: 2;
} */

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance: textfield !important;
    appearance: auto;
}

.form-control::-webkit-input-placeholder {
    color: LightGray;
}

.form-control:-moz-placeholder {
    color: LightGray;
}

.form-control::-moz-placeholder {
    color: LightGray;
}

.form-control:-ms-input-placeholder {
    color: LightGray;
}

label {
    font-weight: bold;
}

.RequiredIndicator {
    color: red;
    font-size: 0.75rem;
}

.form-check-input~.form-check-label {
    padding-left: 5px;
}

.ContactLabel {
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.ImageOverlay .OverlayImage {
    opacity: 0.5;
  }

  .ImageOverlay .OverlayText {
    color: #fff;
    font-size: 40px;
    text-shadow: 2px 2px 2px #000;
    position: absolute;
    transform-origin: left;
    transform: rotate(-60deg) translate(80px, 30px);
  }

  .ImageOverlay .OverlayTextSmall {
    color: #fff;
    font-size: 30px;
    text-shadow: 2px 2px 2px #000;
    position: absolute;
    transform-origin: left;
    transform: rotate(-60deg) translate(40px, 10px);
  }

  .g-recaptcha {
      display: inline-block;
  }

  html, body {
    overflow: visible !important;
  }

  #divAuthorizeNetPopupScreen {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10001;
    background-color: #808080;
    opacity: 0.5;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
    filter: alpha(opacity=50);
    }

  #divAuthorizeNetPopup {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -200px;
    z-index: 10002;
    overflow: visible;
    }

  .AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupOuter {
    background-color: #dddddd;
    border-width: 1px;
    border-style: solid;
    border-color: #a0a0a0 #909090 #909090 #a0a0a0;
    padding: 4px;
    }

  .AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupTop {
    height: 23px;
    }

  .AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupClose {
    position: absolute;
    right: 7px;
    top: 7px;
    }

  .AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupClose a {
    /*background-image: url('content/closeButton1.png');*/
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
    }

  .AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupClose a:hover {
    /*background-image: url('content/closeButton1h.png');*/
    }

  .AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupClose a:active {
    /*background-image: url('content/closeButton1a.png');*/
    }

  .AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupInner {
    background-color: #ffffff;
    border-width: 2px;
    border-style: solid;
    border-color: #cfcfcf #ebebeb #ebebeb #cfcfcf;
    }

  .AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupBottom {
    height: 30px;
    }

  .AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupLogo {
    position: absolute;
    right: 9px;
    bottom: 4px;
    width: 200px;
    height: 25px;
    /*background-image: url('content/powered_simple.png');*/
    }

  .AuthorizeNetPopupSimpleTheme .AuthorizeNetPopupOuter {
    border: 1px solid #585858;
    background-color: #ffffff;
    }
