﻿@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Open Sans');

/* Try to prevent default password reveal icon from appearing */
::-ms-reveal {
    display: none;
    border: 0px;
    box-shadow: 0 0 0 none;
}

fieldset {
    /* prevents it from overflowing its container */
    min-width: 0;
}

.wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-family: Tahoma;
    background-attachment: fixed;
    background-size: cover;
    overflow: auto;
    background-color: #ffffff;
}

#logo {
    max-height: 5em;
    padding: 5px;
    padding-left: 2em;
}

.navbar-fixed-top {
    top: 0;
    border-bottom: 3px solid #dbdbdb;
    background: #fafafa;
}

.navbar {
    min-height: 50px;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: -15px;
        margin-left: -15px;
    }

img {
    border: 0;
}

#form1 {
    flex: 1;
    overflow: auto;
    padding-top: 20px; /* Add padding here since the content in the body can scroll. We do not want the top of the scrollbar to have a space between itself and the header section */
}

footer {
    font-family: 'Open Sans'; /* Requested by Jodi */
    bottom: 0%;
    width: 100%;
    border-top: 3px solid #dbdbdb;
    overflow: hidden;
}

#countyInfo {
    width: 100%;
    background-color: #ffffff;
}

.seal {
    max-height: 13vh;
    float: left;
    margin-top: .25%;
}

.County-Address {
    float: left;
    margin-top: .5em;
    margin-left: 4vmin;
    font-size: 2vmin;
}

.Seal-Section {
    padding-left: 30px;
}

.Recorder-Section {
    padding-right: 30px;
}

.Recorder-Details {
    float: right;
    margin-top: 0.75vmin;
    margin-right: 2vmin;
    text-align: right;
}

.recorder-name {
    font-size: 2.75vmin;
}

.recorder-image {
    max-height: 15vmin;
    float: right;
}

.recorder-title {
    font-size: 1.5vmin;
}

.footer-recorder-county {
    font-size: 1.5vmin;
}

.footer-recorder-info {
    font-size: 1.5vmin;
}

#dtsInfo {
    left: 0px;
    bottom: 0px;
    height: 30px;
    width: 100%;
    background: #fafafa;
    border-top: 3px solid #dbdbdb;
}

.footer-dts-copyright {
    margin-right: 10px;
    color: #416389;
    bottom: 0;
    right: 0;
    margin-bottom: 7.5px;
    float: right;
    margin-top: 5px;
}

.version {
    color: #416389;
    float: left;
    bottom: 0;
    position: fixed;
    left: 0;
    margin-left: 1.5%;
    margin-bottom: 7.5px;
}

.powered-by-dts {
    color: #416389;
    float: left;
    bottom: 0;
    left: 0;
    margin-left: 30px;
    margin-bottom: 7.5px;
    margin-top: 5px;
}

.dtsBlue {
    color: #87CEFA;
    font-weight: bold;
}

#container-login {
    background-color: #FCFCFC;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 340px;
    height: auto;
    border-radius: 0.35em;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 25%);
    text-align: center;
}

#container-notifications {
    background-color: #FCFCFC;
    position: relative;
    margin: auto;
    width: 1100px;
    border-radius: 0.35em;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    padding-bottom: 1px;
}



#container-register {
    background-color: #FCFCFC;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 340px;
    height: auto;
    border-radius: 0.35em;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 25%);
    text-align: center;
}

#title {
    color: #F2F2F2;
    position: relative;
    background-color: #416389;
    width: 100%;
    padding: 20px 0px;
    padding-bottom: 5px;
    border-top-left-radius: 0.22em;
    border-top-right-radius: 0.22em;
    font-size: 22px;
    border-bottom: 1px solid #416389;
}

#welcomeUser {
    color: #F2F2F2;
    position: relative;
    background-color: #416389;
    width: 100%;
    padding-bottom: 20px;
    font-size: 22px;
    border-bottom: 1px solid #416389;
}

.lock {
    position: relative;
    top: 2px;
}

.input {
    margin: auto;
    width: 240px;
    border-radius: 4px;
    background-color: #ededed;
    padding: 8px 0px;
    margin-top: 15px;
}

.inputPassword {
    margin: auto;
    width: 240px;
    border-radius: 4px;
    background-color: #ededed;
    padding: 8px 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#inputForgotPassword {
    margin: auto;
    width: 240px;
    border-radius: 4px;
    background-color: #ededed;
    padding: 8px 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.input-addon {
    position: relative;
    top: -2px;
    float: left;
    background-color: #ededed;
    border: 1px solid #ededed;
    padding: 4px 8px;
    color: #757575;
    border-right: 1px solid #757575;
}

input[type=checkbox] {
    cursor: pointer;
}

input[type=text] {
    color: #949494;
    margin: 0;
    background-color: #ededed;
    border: 1px solid #ededed;
    padding: 6px 0px;
    border-radius: 3px;
}

    input[type=text]:focus {
        border: 1px solid #ededed;
    }

input[type=password] {
    color: #949494;
    margin: 0;
    background-color: #ededed;
    border: 1px solid #ededed;
    padding: 6px 0px;
    border-radius: 3px;
}

    input[type=password]:focus {
        border: 1px solid #ededed;
    }

input[type=email] {
    color: #949494;
    margin: 0;
    background-color: #ededed;
    border: 1px solid #ededed;
    padding: 6px 0px;
    border-radius: 3px;
}

    input[type=email]:focus {
        border: 1px solid #ededed;
    }


#currentPassword {
    color: #949494;
    margin: 0;
    background-color: #ededed;
    border: 1px solid #ededed;
    padding: 6px 0px;
    border-radius: 3px;
    width: 86px;
    align-content: center;
}

#mobileUpdate {
    color: #949494;
    margin: 0;
    background-color: #ededed;
    border: 1px solid #ededed;
    padding: 6px 0px;
    border-radius: 3px;
    width: 100px;
    align-content: center;
}

#currentPassword {
    color: #949494;
    margin: 0;
    background-color: #ededed;
    border: 1px solid #ededed;
    padding: 6px 0px;
    border-radius: 3px;
    width: 169px;
    align-content: center;
    position: relative;
    left: 5px;
}

#spnCurrentPassword {
    position: relative;
    left: 5px;
}

#mobileRegistration {
    color: #949494;
    margin: 0;
    background-color: #ededed;
    border: 1px solid #ededed;
    padding: 6px 0px;
    border-radius: 3px;
    align-content: center;
}

.forgot-password {
    position: relative;
    bottom: 0%;
    margin-bottom: 15px;
    font-size: 12px;
}

    .forgot-password a:link {
        color: #0026ff;
        text-decoration: none;
    }


    .forgot-password a:hover {
        color: #449494;
        transition: color 1s;
    }

    .forgot-password a:focus {
        color: lightblue;
    }

.privacy {
    margin-top: 5px;
    position: relative;
    font-size: 12px;
    bottom: 0%;
}

    .privacy a:link {
        color: #eaa05b;
        text-decoration: none;
    }

    .privacy a:visited {
        color: #eaa05b;
        text-decoration: none;
    }

    .privacy a:hover {
        color: #549494;
        transition: color 1s;
    }

*:focus {
    outline: none;
}



.registerButton {
    padding: 6px 25px;
    background: #DBD9D5;
    color: black;
    font-weight: bold;
    border: 0 none;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 2px;
}

.login {
    margin: auto;
    padding: 16px 0;
    text-align: center;
    margin-top: 40px;
    width: 85%;
    border-top: 1px solid #C1C3C6;
}

.clearfix {
    clear: both;
}

.register {
    margin-top: 15px;
}

.text1 {
    margin-top: 15px;
    color: #657575;
}

.titleText {
    margin-top: 15px;
    margin-bottom: 20px;
    color: #657575;
    font-weight: bold;
    font-size: 25px;
}

.text2 {
    border-top: 1px solid #C1C3C6;
    margin-top: 50px;
    padding-top: 15px;
    width: 85%;
    margin: auto;
}

.text3 {
    margin-top: 15px;
    color: #657575;
    padding-bottom: 15px;
}

.textLeft {
    margin-top: 15px;
    color: #657575;
    text-align: left;
    font-size: 17.5px;
    font-weight: bold;
}

.login {
    margin-top: 15px;
}

#AlertMeButton, #btnRegister {
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 6px 25px;
    background: #DBD9D5;
    color: black;
    font-weight: bold;
    border: 0 none;
    cursor: pointer;
    border-radius: 3px;
}

.cellPadding {
    padding-left: 25px;
    padding-right: 25px;
}

.leftAlign {
    text-align: left;
    padding-left: 10px;
    padding-right: 40px;
}

th {
    border: solid;
    border-width: 2px;
    width: 100px;
}

tr {
    border-color: black;
    background-color: aliceblue;
}

td {
    border: 1px solid black;
}

.Row {
    color: black;
}

.EmptyTable {
    color: black;
    font-size: 14px;
}

.headerRow {
    background-color: #416389;
    font-weight: bolder;
    color: #FCFCFC;
}

.notificationTable {
    color: white;
    border-color: white;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
    border-collapse: collapse;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    margin: auto;
    font-size: 20px;
}

.scrollingTable {
    overflow-y: auto;
}

.hoverCell:hover {
    color: red;
    font-weight: bolder;
    cursor: pointer;
}

placeholder {
    color: red;
}

.notificationTextBox {
    margin: auto;
    width: 240px;
    border-radius: 4px;
    background-color: #ededed;
    padding: 8px 0px;
    margin-top: 15px;
    margin-right: 10px;
}

#logInSubmit {
    padding: 6px 25px;
    background: #DBD9D5;
    color: black;
    font-weight: bold;
    border: 0 none;
    cursor: pointer;
    border-radius: 3px;
}

#sendPassword {
    padding: 6px 25px;
    background: #416389;
    color: #fff;
    font-weight: bold;
    border: 0 none;
    cursor: pointer;
    border-radius: 3px;
    margin-bottom: 15px;
}

#signOutUser {
    padding: 6px 25px;
    background: #DBD9D5;
    color: black;
    font-weight: bold;
    border: 0 none;
    cursor: pointer;
    border-radius: 3px;
    position: relative;
    left: 29%;
}

#helpLink {
    position: relative;
    right: 29%;
}

#sbmtNotifyBtn {
    float: left;
    margin-top: 15px;
    padding: 9px 25px;
    background: #DBD9D5;
    color: black;
    font-weight: bold;
    border: 0 none;
    cursor: pointer;
    border-radius: 3px;
    margin-left: 45px;
}

#loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: #908d8e67;
    z-index: 99999;
}

.loadingGif {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 99999;
}

input:focus {
    border-color: lightblue !important;
}

button {
    background-color: #DBD9D5;
    border-width: .2px;
    border-radius: 3px;
    padding: 4px 10px;
}

button:focus {
    border-color: lightblue !important;
}

input[type='button']:hover, button:hover {
    background-color: #c7c6c4 !important;
}

select:focus {
    border-color: lightblue !important;
}

input[type=button]:focus, button[type=button]:focus, #helpLink:focus {
    background-color: lightblue !important;
}

#togglePassword {
    margin-left: -30px;
    cursor: pointer;
    color: #416389;
}

#toggleCurrentPassword {
    position: relative;
    cursor: pointer;
    color: #416389;
    z-index: 99999;
    right: 25px;
}

#toggleNewPassword {
    margin-left: -30px;
    cursor: pointer;
    color: #416389;
}


#divDisclaimer {
    font-size: 14px;
    padding-bottom: 10px;
}

#txtSupport {
    font-size: 12px;
    color: #657575;
}

#userSettings {
    position: absolute;
    left: 1061px;
    top: 11px;
    cursor: pointer;
    z-index: 9999;
}

#divMobileAlerts {
    display: block;
    position: absolute;
    left: 359px;
    top: 115px;
    width: 400px;
    height: 124px;
    z-index: 9999;
    background: white;
    color: #657575;
    border: 2px solid black;
    font-size: 14px;
}

#divChangePassword {
    display: block;
    position: absolute;
    left: 359px;
    top: 115px;
    width: 400px;
    z-index: 9999;
    background: white;
    color: #657575;
    border: 2px solid black;
    font-size: 14px;
}

#userSettingsOptions a {
    display: inherit;
    float: left;
    cursor: pointer;
}

#userSettingsOptions {
    display: block;
    position: absolute;
    left: 952px;
    top: 40px;
    width: 134px;
    z-index: 9999;
    background: white;
    color: #657575;
    border: 2px solid black;
    font-size: 14px;
    cursor: pointer;
    padding: 5px;
}

#spanMobileWindow {
    background-color: #416389;
    color: #F2F2F2;
    font-size: 16px;
    display: block;
    width: 100%;
}

#spanChangePasswordWindow {
    background-color: #416389;
    color: #F2F2F2;
    font-size: 16px;
    display: block;
    width: 100%;
}

#hideMobileDiv, #hideChangePasswordDiv {
    position: absolute;
    left: 385px;
    top: -2px;
    color: red;
    font-size: 17px;
    cursor: pointer;
    font-weight: bold;
}

#containerMobileInput, #containerChangePasswordInput {
    margin-top: 10px;
}

#MobileSubmit {
    margin-top: 10px;
}

#container-login span {
    color: #657575;
}

#lnkVideo {
    margin-left: 25px;
    margin-top: 10px;
}

#ContentPlaceHolder1_txtMobileOptional {
    color: #657575;
    font-size: 14px
}

.inputMobile {
    margin: auto;
    width: 240px;
    border-radius: 4px;
    background-color: #ededed;
    padding: 8px 0px;
}

#ContentPlaceHolder1_lblDisclaimer {
    color: #657575;
    font-size: 14px
}

#PasswordSubmit {
    margin-top: 10px;
    margin-bottom: 10px;
}

#errorCurrentPasswordX {
    position: absolute;
    display: none;
    color: red;
    font-weight: bolder;
    right: 40px;
    top: 35px;
    cursor: default;
}

#errorNewPasswordX {
    position: absolute;
    display: none;
    color: red;
    font-weight: bolder;
    right: 40px;
    top: 80px;
    cursor: default;
}

#ContentPlaceHolder1_btnTextAlerts {
    position: absolute;
    left: 960px;
    top: 12px;
    cursor: pointer;
    z-index: 9999;
    background: none;
    border: none;
    color: #20d332f1;
    font-size: 17px;
    font-family: Calibri;
    text-decoration: underline;
}

#userSettingsOptions a::before {
    content: "\2022";
    color: #1ab32af1;
    font-weight: bolder;
    font-size: 20px;
    display: inline-block;
    width: 1em;
}

#txtLastName, #txtFirstName, #txtMiddleName, #currentPassword, #newPassword {
    text-indent: 10px;
}

#navigation-panel {
    background-color: #000000;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #000000;
    height: 25px;
    display: flex;
    align-items: center;
    padding: 0 30px;
}

    #navigation-panel a {
        color: #F2F2F2;
    }

        #navigation-panel a:hover {
            color: #ffee92;
        }

/* Custom CSS for the datatable */
.gridview-container {
    margin: auto;
    position: relative;
    width: 60%;
}

    .gridview-container .dt-container {
        background-color: #ffffff;
        overflow: auto;
        padding: 0 5px;
    }

    .gridview-container #usr_tbl {
        border-collapse: collapse;
        border-spacing: 0;
        border: 1px solid #ddd;
        width: 100% !important;
    }

    .gridview-container button {
        left: initial !important;
    }

    .gridview-container .center-horizontal {
        text-align: center !important;
    }

    .gridview-container #previous-btn {
        margin: 0 auto;
    }

    .gridview-container th {
        border: .5px solid #000000;
    }

    .gridview-container th, .gridview-container td {
        text-align: initial;
        padding: 8px;
        min-width: 150px;
    }

/* Responsive design */

@media only screen and (max-width: 1290px) {
    .gridview-container {
        width: 100%;
    }
}


@media only screen and (max-width: 1030px) {
    #logo {
        padding-left: 5px !important;
    }

    #lnkVideo {
        margin-left: 5px;
        font-size: .7em;
    }

    .navbar-header {
        margin: 0px !important;
    }

    .Seal-Section {
        padding-left: 5px;
    }

    .Recorder-Section {
        padding-right: 5px;
    }

    .container {
        padding: 0px;
    }

    .powered-by-dts, .footer-dts-copyright {
        font-size: .6em !important;
        margin-bottom: 0px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .County-Address {
        font-size: 1.7vmin;
    }

    .seal {
        max-height: 13vmin;
    }

    .wrapper {
        height: initial;
        min-height: 100%;
    }
}
