﻿.InstructionsTextStyle {
    vertical-align: middle;
    text-align: left;
}

.AgentFaultMessageStyle {
    color: Red;
}

#PurchaseType {
    margin-left: 5px;
}

#EscrowBalance {
    font-family: arial, sans-serif;
    font-size: 14px
}

.loginDiv {
    border: 1px solid #ccc;
    border-radius: 10px;
}

.CheckOutTextBox {
    border: none;
}

.instructions {
    margin-left: 2%;
    margin-right: 5%;
    vertical-align: middle;
    text-align: left;
}

.checkOutRow1 {
    border-bottom: 1px solid #ccc;
}

#TransactionFilter {
    margin-left: 5px;
}

.control-label {
    white-space: normal;
}

.input-group-text {
    white-space: normal;
}

.addressFields {
    margin-bottom: 0px;
}

@media only screen and (max-width: 768px) {
    .addressFieldsPanel {
        width: 550px;
    }
}

.addressFieldsPanel .form-control {
    width: 95% !important;
}

.input-group-prepend {
    min-width: 100px;
    max-width: 100px;
    border: none;
    text-align: left;
}

@media only screen and (min-width: 768px) {
    .input-group-prepend {
        min-width: 100px;
        max-width: 100px;
        border: none;
        text-align: left;
    }
}

@media only screen and (min-width: 992px) {
    .input-group-prepend {
        min-width: 145px;
        max-width: 145px;
        border: none;
        text-align: left;
    }
}

.ContainerBorder {
    border: 1px solid #ccc;
    border-radius: 15px;
}

.DocDetailsContainer {
    border: 1px solid #ccc;
    border-radius: 15px;
}

.DocDetailLabel {
    width: 40%;
}

.DocDetailValue {
    width: 60%
}

.k-grid-header, .k-grid-header .k-header, .k-grid-toolbar {
    background-color: whitesmoke;
}

.k-textbox {
    width: 300px;
}

.ParcelLinksStyle {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.field-validation-error {
    color: #ff0000;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #FF0000;
}

.field-validation-valid {
    display: none;
}

.k-edit-cell {
    background-color: lightgray;
}

.k-multiselect-wrap .k-readonly {
    opacity: 1;
}

.cart-notification {
    width: 300px;
    height: 100px;
    font-size: 18px;
    background-color: whitesmoke;
}

input:disabled,
input[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}

.receiptColumn1 {
    width: 450px;
    display: inline-block;
    padding: 3px;
    vertical-align: top;
    float: left;
}



.marriageDocumentTextInput {
    border: 0px none;
}

#divResultsPrint {
    margin-left: 10%;
    margin-right: 10%;
}

#divResultsPrintButtons {
    margin-left: 90%;
}

.gridButton {
    text-decoration: underline;
    border: transparent;
    background-color: transparent;
    color: blue;
}

.searchButton {
    background-color: limegreen;
    font-weight: bold;
    color: white;
    width: 75px;
    cursor: pointer;
}

.loginButton {
    background-color: lightblue;
    font-weight: bold;
    color: black;
}

.prevButton {
    /*background-color: skyblue;*/
    font-weight: bold;
    /*color: white;*/
    border-radius: 25px;
    padding: 0px;
    border-color: black;
}


.forwardButton {
    /*background-color: limegreen;*/
    font-weight: bold;
    /*color: white;*/
    border-radius: 25px;
    padding: 0px;
    border-color: black;
}

.indexTileCaption {
    position: relative;
    bottom: 38px;
    text-align: center;
    font-size: 20px
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.title {
    text-align: center;
    font-size: 1.75em;
    color: #000000;
}

.form-group {
    padding-left: 1.5%;
    padding-right: 1.5%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 4px;
    margin-bottom: 2px;
}

.control-label {
    word-wrap: break-word;
}

.nameTextBox {
    min-width: 95%;
    max-width: 95%;
    word-wrap: break-word;
}

.nameTextBox1 {
    min-width: 60%;
    max-width: 60%;
    word-wrap: break-word;
}

.search-Control {
    width: 60%;
    height: 35px
}

.search-Control-DocLegal {
    width: 60%;
    height: 35px
}

.SearchTypeHeading {
    padding-left: 2%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px
}

.OrderStatusText {
    text-shadow: 0.25px 0.25px;
}

.OrderStatusMilestones {
    text-shadow: 0.25px 0.25px;
    border: none;
    margin-left: 10%;
    width: 300px;
}

.OrderStatusTransactionId {
    text-shadow: 0.25px 0.25px;
    width: 300px;
    padding: 1%
}

.transparent-style {
    background-color: #ffffff;
}

.DocDetailsRow {
    border-bottom: 1px solid black;
}

.border {
    border-width: 1px;
    border-color: black;
    border-style: solid;
    border-radius: 5px;
}

.AddedNameColorStyle {
    color: Blue;
}

.DeletedNameColorStyle {
    color: red;
}

.tblResultsPrintStyle {
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border-top: 1px solid gray;
    border-right: 1px solid gray;
    font-size: 100%;
    font: inherit;
    overflow: scroll;
    vertical-align: baseline;
}

    .tblResultsPrintStyle tr {
        border: none;
    }

    .tblResultsPrintStyle th {
        border-left: 1px solid gray;
        border-bottom: 1px solid gray;
    }

    .tblResultsPrintStyle td {
        border-left: 1px solid gray;
        border-bottom: 1px solid gray;
        padding: 5px;
    }

.divResultsPrintStyle {
    background-color: White;
    color: Black;
    display: none;
    font-family: Arial;
    left: 0;
    overflow: scroll;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 100000;
}

.divPrintCriteriaStyle {
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    width: 100%;
}

.divPrintReleaseInfoStyle {
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    width: 100%;
}

.divResultsPrintButtonsStyle {
    margin: 5px;
    text-align: right;
    width: 80%;
    padding: 5px;
}

table {
    font-family: arial, sans-serif;
    width: 100%;
}

td, th {
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

.whiteSpace {
    white-space: normal;
}

.noWhiteSpace {
    white-space: nowrap;
}

.CheckoutCartTableLabel {
    width: 250px;
}

.gridWrap {
    overflow: hidden; /*The use of overflow:hidden allows us to apply floats to the tiles within.*/
    margin: 10px;
}

.gridBox {
    float: left; /*The float creates the grid, by ensuring that tiles are automatically laid out in rows.*/
    position: relative; /*The relative positioning, used in conjunction with position:absolute on boxInner, makes the boxes remain square regardless of content.*/
    width: 20%; /*The width and padding-bottom are what determine the size of the box and make it square.*/
    padding-right: 10px;
}

.historyItem {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.historyDropdown {
    width: 150%;
}

@media only screen and (max-width : 664px) {
    /* Smartphone view: 1 tile */
    .gridBox {
        width: 100% !important;
    }

    .notice {
        height: 50px;
    }
}

@media only screen and (max-width : 970px) and (min-width : 665px) {
    /* Tablet view: 2 tiles */
    .gridBox {
        width: 50% !important;
    }

    .notice {
        height: 50px;
    }
}

@media only screen and (max-width : 1280px) and (min-width : 971px) {
    /* Small desktop / ipad view: 3 tiles */
    .gridBox {
        width: 33.3% !important;
    }
}

@media only screen and (max-width : 1630px) and (min-width : 1281px) {
    /* Medium desktop: 4 tiles */
    .gridBox {
        width: 25% !important;
    }

    .editControl {
        max-width: 390px;
    }

    .checkoutControl {
        max-width: 370px;
    }
}

h5, .h5 {
    font-size: 14px !important;
}

h4, .h4 {
    font-size: 18px !important;
}

h2, .h2 {
    font-size: 30px !important;
}


.fv-plugins-bootstrap .fv-help-block {
    font-size: 100%;
}

.kendo-combobox-with-icon {
    position: relative;
    display: inline-block;
    width: 100%;
}

.kendo-combobox-with-icon .k-input {
    padding-right: 30px;
}

.search-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('../images/viewed.png');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

    #loader img {
        width: 50px;
        height: 50px;
    }
