﻿@import url('https://fonts.googleapis.com/css?family=Raleway');
/*@import "county_specific_styles.css";*/

.wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

body {
    margin: 0;
    padding: 0;
    font-family: Tahoma;
    color: #F2F2F2;
    background-attachment: fixed;
    background-size: cover;
    flex: 1;
    overflow: auto;
    flex-direction: column;
    height: 900px;
}

.navbar-fixed-top {
    top: 0;
    border-bottom: solid;
    border-color: black !important;
    border-width: 3px;
    background: #fafafa;
    border-bottom: solid;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
}

.navbar {
    min-height: 50px;
    margin-bottom: 20px;
}

.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;
}

footer {
    position: fixed;
    bottom: 0%;
    width: 100%;
}

#countyInfo {
    width: 100%;
    height: 14vmin;
}

.seal {
    height: 13vmin;
    float: left;
    margin-top: .25%;
}

.County-Address {
    float: left;
    margin-top: 2vmin;
    margin-left: 4vmin;
    font-size: 1.5vmin;
}

.Seal-Section {
    padding-left: 30px;
}

.Recorder-Section {
    padding-right: 30px;
}

.Recorder-Details {
    float: right;
    margin-top: 4vmin;
    margin-right: 4vmin;
}

.recorder-name {
    font-size: 3vmin;
    font-family: 'Times New Roman';
}

.recorder-image {
    max-height: 15vmin;
    float: right;
}

.recorder-title {
    font-size: 1.75vmin;
}

#dtsInfo {
    left: 0px;
    bottom: 0px;
    height: 30px;
    width: 100%;
    background: #fafafa;
    border-top: solid;
}

.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-top: 80px;
    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;
    top: 9%;
    margin: auto;
    width: 1100px;
    height: 800px;
    border-radius: 0.35em;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
}



#container-register {
    background-color: #FCFCFC;
    position: relative;
    margin-top: 80px;
    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 {
    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 {
    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=tel] {
    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;
}

.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: 15px;
}

.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;
    margin-top: 15px;
}

#sbmtNotifyBtn {
    float: left;
    margin-top: 15px;
    padding: 6px 25px;
    background: #DBD9D5;
    color: black;
    font-weight: bold;
    border: 0 none;
    cursor: pointer;
    border-radius: 3px;
    margin-left: 45px;
}

.loadingGif {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 99999;
    display: none;
}

input:focus {
    border-color: lightblue !important;
}

input[type=button]:focus, button[type=button]:focus, #helpLink:focus    {
    background-color: lightblue !important;
}


