﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-logo {
    height: 30px;
}

@media only screen and (max-width: 767px) {
    .body-content {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Home Page */
#home-page-carousel {
}

    #home-page-carousel .item {
    }

    #home-page-carousel .carousel-caption {
        color: #014e58;
    }

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    width: 100%;
}*/
/* Set padding to display errors that occur during databinding */
.padding-error {
    padding-top: 20px;
}

.map-container {
    position: relative;
    width: 100%;
}

    .map-container:before {
        content: "";
        display: block;
        padding-top: 100%;
    }

@media only screen and (max-width: 767px) {
    .nofloat {
        float: none;
        padding: 10px 15px;
    }
}

.img-thumb-sm {
    width: 80px;
}

.panel-body textarea {
    height: 8em;
}

.mergeFieldBtn {
    width: 100%;
}

.tab-pane .form-horizontal {
    margin: 0;
}

#signLocalVideo {
    border: 1px solid black;
}

@-moz-keyframes flash-red {
    from {
        color: inherit;
    }

    to {
        color: red;
    }
}

@-webkit-keyframes flash-red {
    from {
        color: inherit;
    }

    to {
        color: red;
    }
}

@keyframes flash-red {
    from {
        color: inherit;
    }

    to {
        color: red;
    }
}

.recordingInd {
    -moz-animation-name: flash-red;
    -o-animation-name: flash-red;
    -webkit-animation-name: flash-red;
    animation-name: flash-red;
    -moz-animation-duration: 500ms;
    -o-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -moz-animation-direction: alternate;
    -o-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.record-wait-panel {
    position: relative;
}

.record-wait {
    color: red;
    position: absolute;
    z-index: 100;
    font-size: xx-large;
    height: 100%;
    width: 100%;
    text-align: center;
    top: 0;
    background-color: rgba(255, 255, 255, 0.75);
}


#signaturePad {
    color: darkblue;
    width: 100%;
}

.signatureDisplay {
    width: 100% \9;
}

#dlgSignature > div {
    width: 100%;
    max-height: 100%;
}

@media all and (max-resolution: 200dpi) {
    #dlgSignature > div {
        max-width: 900px;
    }
}

#signPageHeader {
    margin-top: -50px;
    text-align: center;
    z-index: 1000;
}

    #signPageHeader > h1 {
        margin: 0 auto;
    }

    #signPageHeader img {
        height: 56px;
        display: inline-block;
        margin: 0.3em;
    }

.header-script {
    font-family: 'Brush Script MT', 'Lucida Handwriting', cursive;
    color: #046477;
}
/* Bootstrap additions */
.label-as-badge {
    border-radius: 1em;
}

/* Override Bootstrap table*/
.table {
    max-width: none;
}

/* Override IntlTelInput */
.intl-tel-input {
    width: 100%;
}

.dropdown-form > li.checkbox > label {
    padding: 3px 40px;
}
.dropdown-form > li > div.form-group {
    padding: 3px 20px;
}

.field-validation-error {
    border-color: red;
    color: red;
}
.input-validation-error {
    border-color: red;
}