body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
}

body {
    height: 100%;
}

/*@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Regular-webfont.woff') format('woff'), url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), url('fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Bold-webfont.woff') format('woff'), url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

input {
    color: #8a8a8a;
    font-family: 'Open Sans';
    font-weight: normal;
}

a {
    outline: none;
}

    a:focus {
        outline: none;
        text-decoration: none;
    }

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background: #356588;
    border: none;
    outline: none;
    color: #fff;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background: #8a959e;
    border: none;
    outline: none;
    color: #fff;
}

.navbar {
    background: #13456a;
    margin-bottom: 13px;
}

.navbar-brand {
    text-align: center;
    display: block;
    height: 70px;
    padding: 15px;
    padding-top: 10px;
}

.logo {
    width: 181px;
    height: 70px;
}

.navbar-right li a {
    height: 69px;
    line-height: 69px;
    padding: 0 12px;
    color: #fefefe !important;
    border-right: 1px solid #26628e;
}

    .navbar-right li a:hover {
        background: #1c4e73 !important;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: #1c4e73 !important;
    border-right: 1px solid #26628e;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-top: 1px solid #194d73;
    border: 0;
}

.navbar-nav.navbar-right:last-child {
    margin-right: 0;
}

.dropdown {
    border-left: 1px solid #26628e;
}

.logout {
    float: right;
    height: 69px;
    line-height: 69px;
    /*border-right: 1px solid #26628e;*/
    margin-right: 15px;
}

    .logout a {
        height: 69px;
        line-height: 69px;
        padding: 0 22px;
        color: #fefefe !important;
        display: block;
    }

        .logout a:hover {
            text-decoration: none;
            background: #1c4e73 !important;
        }

    .logout img {
        padding-left: 10px;
        vertical-align: -5px;
    }

.navbar-toggle {
    border: none;
    padding: 15px 10px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 30px;
    height: 4px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}

.dropdown-menu {
    background: #1c4e73 !important;
    border: none;
}

    .dropdown-menu li a {
        height: auto !important;
        line-height: 30px;
        border: none;
        float:left;
        width: 100%;
    }

        .dropdown-menu li a:hover {
            background: #0c3858 !important;
        }

h1 {
    padding: 10px 0 14px 0 !important;
    margin: 0 0 16px 0 !important;
    color: #4e4e4e;
    font-family: 'Open Sans';
    font-weight: normal;
    border-bottom: 1px solid #e1e1e1;
    font-size: 24px;
}

    h1 .btn-ic {
        display: none;
    }

        h1 .btn-ic img {
            height: 18px;
            width: 18px;
            vertical-align: -3px;
            border: none;
        }

.btn-txt img {
    padding-right: 5px;
}

.btn-default {
    background: #13456a;
    padding: 7px 14px;
    border: none;
    font-size: 14px;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 600;
    text-shadow: none;
    border-radius: 0;
    color: #fff;
}

    .btn-default:hover {
        background: #356588;
        color: #fff;
    }

.btn-primary-alt {
    color: #fff;
    background-color: #717c85;
    border-color: #717c85;
}
    .btn-primary-alt:hover {
        background: #8a959e;
        color: #fff;
    }

.btn-primary {
    background: #717c85;
    padding: 7px 14px;
    border: none;
    font-size: 14px;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 600;
    text-shadow: none;
    border-radius: 0;
    color: #fff;
}

    .btn-primary:hover {
        background: #8a959e;
        color: #fff;
    }

.search-panel {
    background: #dadfe3;
    padding: 16px 20px 0 20px;
}

    .search-panel .form-control {
        border: none;
        padding: 8px 6px;
    }

.search-home-icon {
    float: left;
    width: 34px;
    background-color: #fbf5f5;
    border: solid 1px #13456a;
    margin-left: 10px;
}
    .search-home-icon:hover {
        background-color: #a7d6fb !important;
        border: solid 2px #7db0d6 !important;
    }


label {
    padding-right: 0px !important;
    color: #404040;
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 14px;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    color: #888;
}

.search-panel label {
    color: #404040;
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 14px;
}

.table {
    margin-bottom: 0;
    font-size: 13px;
    color: #7f7f7f;
}

    .table > thead > tr > th {
        border-bottom: 5px solid #e5e5e5;
        color: #474747;
        font-size: 13px;
        font-family: 'Open Sans';
        font-weight: 600;
        padding: 10px 8px;
    }

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 8px;
        vertical-align: middle;
    }

    .table select {
        padding: 6px 6px;
        width: 96px;
    }

.gr-link {
    margin: 0px 4px;
    height: 16px;
    width: 16px;
}

    .gr-link img {
        height: 16px;
        width: 16px;
    }

.table-responsive {
    overflow: auto;
}

#wrap {
    background: #f7f7f7;
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -40px;
    /* Pad bottom by footer height */
    padding: 0 0 40px;
}
/* Set the fixed height of the footer here */
#footer {
    height: 40px;
    background-color: #e4e7ea;
    border-top: 1px solid #c9d2da;
}

    #footer p {
        line-height: 40px;
        color: #8d969c;
        font-size: 13px;
        text-align: center;
        font-family: 'Open Sans';
    }

#login-footer {
    height: 40px;
    width: 320px;
    margin: 0 auto;
    padding-top: 10px;
}

    #login-footer p {
        line-height: 40px;
        color: #8d969c;
        font-size: 13px;
        text-align: center;
        font-family: 'Open Sans';
    }



#login {
    width: 371px;
    margin: 0 auto;
}

.loginlogo {
    text-align: center;
    padding: 80px 0 30px 0;
}

.logintitle {
    color: #FFF;
    font-size: 19px;
    font-family: 'Open Sans';
    font-weight: normal;
    color: #4e4e4e;
    padding: 0px 0px 15px 0px;
}

.logincontent {
    background: #dadfe3;
    padding: 18px 20px;
}

    .logincontent .form-control {
        width: 100%;
    }

    .logincontent input {
        font-size: 14px;
        font-weight: normal;
        font-family: 'Open Sans';
        border: none;
    }

.remember {
    font-size: 13px;
    color: #5380a1;
    margin: 6px 0px 0px 0px;
    display: block;
    text-align: right;
}

    .remember a:hover {
        text-decoration: none;
    }

.action {
    width: 80px;
}

    .action .w1 {
        width: 80px;
    }


.steps {
    margin: 0;
    padding: 0;
    background: #dadfe3;
    border-bottom: 3px solid #13456a;
    overflow: hidden;
}

    .steps ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .steps ul li {
            float: left;
            border-right: 1px solid #c5ced5;
            height: 37px;
            line-height: 37px;
        }

            .steps ul li a {
                padding: 0px 20px;
                margin: 0;
                display: block;
                font-size: 13px;
                color: #515457;
                cursor: auto;
            }

                /*.steps ul li a:hover,*/
                .steps ul li a:hover, .steps ul li a:focus {
                    text-decoration: none;
                    background-color : #dadfe3;
                }
                .steps ul li a.active {
                    text-decoration: none;
                    background: #13456a;
                    color: #fff;
                }

            .steps ul li.active {
                text-decoration: none;
                background: #13456a;
                color: #fff;
            }

                .steps ul li.active a {
                    text-decoration: none;
                    background: #13456a !important;
                    color: #fff;
                    border-radius: 0;
                }

            .steps ul li a span {
                padding-right: 3px;
            }

    .steps .pdflink {
        float: right;
        padding: 7px 7px;
    }


.tab {
    margin: 0;
    padding: 0;
    background: #dadfe3;
    border-bottom: 3px solid #13456a;
    overflow: hidden;
}

    .tab ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .tab ul li {
            float: left;
            border-right: 1px solid #c5ced5;
            height: 37px;
            line-height: 37px;
        }

            .tab ul li a {
                padding: 0px 20px;
                margin: 0;
                display: block;
                font-size: 13px;
                color: #515457;
                cursor: auto;
            }

                /*.steps ul li a:hover,*/
                .tab ul li a:hover, .steps ul li a:focus {
                    text-decoration: none;
                    background-color : #dadfe3;
                }
                .tab ul li a.active {
                    text-decoration: none;
                    background: #13456a;
                    color: #fff;
                }

            .tab ul li.active {
                text-decoration: none;
                background: #13456a;
                color: #fff;
            }

                .tab ul li.active a {
                    text-decoration: none;
                    background: #13456a !important;
                    color: #fff;
                    border-radius: 0;
                }

            .tab ul li a span {
                padding-right: 3px;
            }


.form-block {
    margin: 20px 0px;
}

.form-group input[type="text"], .form-group textarea {
    color: #404040; /*#969696;*/
    font-size: 13px;
    border: 1px solid #e2e2e2;
    font-family: 'Open Sans';
    font-weight: normal;
    padding: 0px 8px;
}

.form-group textarea {
    padding: 6px 8px;
}

.form-control:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(102, 175, 233, 0.6);
    border-color: #9ecef1;
}

h3 {
    padding: 10px 0 10px 0 !important;
    margin: 0 0 15px 0 !important;
    color: #376688;
    font-family: 'Open Sans';
    font-weight: 600;
    border-bottom: 1px solid #e1e1e1;
    font-size: 19px;
}

.value {
    color: #969696 !important;
    font-size: 13px;
    padding-top: 9px !important;
}


.file-up {
    text-decoration: none;
}

    .file-up:hover {
        text-decoration: none;
    }

.remove {
    padding-left: 12px;
}

.mapblock {
    max-width: 548px;
    height: auto;
    margin: 5px 0px;
}

    .mapblock img {
        width: 100%;
        height: auto;
    }

.map-label {
    text-align: right !important;
}

.content-bot {
    border-top: 1px solid #d7d7d7;
    padding: 14px 0px 14px 0px;
    margin: 20px 0px 10px 0px;
    overflow: hidden;
}

    .content-bot a {
        margin-left: 8px;
    }

        .content-bot a span {
            padding-left: 5px;
        }

.modal-title {
    color: #376688;
    font-size: 18px;
    font-family: 'Open Sans';
    font-weight: 600;
}

.modal-header {
    border-bottom: 1px solid #e1e1e1;
    padding: 12px;
}

.modal-content {
    border-radius: 0;
}

    .modal-content .close {
        opacity: 0.9;
        margin-top: 0;
    }

    .modal-content .form-group {
        margin-bottom: 10px;
    }

        .modal-content .form-group label {
            text-align: right !important;
            padding-top: 10px;
        }

        .modal-content .form-group checkbox {
            padding-top: 20px;
            text-align: right;
        }

.modal-body {
    padding-bottom: 0px;
}

/*******************Map style************************/
.maparea {
    margin-bottom: 20px;
}



/*******************New changes************************/
h1 .btn-txt {
    padding-left: 7px;
}

h1 .btn {
    margin-left: 1px;
}


@media (min-width: 992px) {
}

@media (min-width: 767px) and (max-width:990px) {

    h1 {
        font-size: 24px;
    }

    .steps ul li a span {
        display: none;
    }
}

@media (max-width: 767px) {
    .logout {
        float: none !important;
        position: absolute;
        top: 0;
        right: 79px;
        border-left: 1px solid #26628e;
    }

        .logout a span {
            display: none;
            text-align: center;
        }

        .logout a img {
            margin: 0;
            padding: 0 !important;
        }

    .navbar-right li a {
        height: 40px;
        line-height: 40px;
    }

    .navbar-right {
        margin-right: -15px !important;
    }

    ul.navbar-right li {
        border-top: 1px solid #26628E;
    }

        ul.navbar-right li:first-child {
            border-top: 0;
        }

    .navbar-nav {
        margin: 2px -15px;
    }

    .dropdown-menu {
        margin: 0;
        padding: 0;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 26px;
    }

    h1 .btn-ic {
        display: block;
    }

    h1 .btn-txt {
        display: none;
    }

    h1 {
        font-size: 18px;
        line-height: 28px;
    }

    .search-panel label {
        padding: 0px 15px;
    }

    .search-panel {
        padding: 16px 20px 20px 20px;
    }

    .navbar-brand img {
        width: 84%;
        height: auto;
        padding-top: 6px;
        text-align: left;
    }

    .navbar-brand {
        text-align: left;
    }

    .dropdown {
        border-left: none;
    }

    #login {
        width: 320px;
        margin: 0 auto;
    }

    .steps ul li a span {
        display: none;
    }

    .steps ul li a {
        padding: 0px 8px; /*padding:0px 20px;*/
        font-size: 12px;
    }


    .form-block label {
        margin-bottom: 4px !important;
    }

    .sr1-only {
        display: none;
    }

    .ubs-total {
        padding-left: 10px !important;
    }
}

h5 {
    font-family: 'Open Sans';
}

.sideroad-row {
    padding:0px !important;
}
.roadaddress-col {
    padding:0px !important;
}
.roadaddress-col input {
    background-color:transparent;
    border:none !important;
}

.more-info-list {
    background-color: #cccfda;
    margin-top: 30px;
    padding: 5px;
}

    .more-info-list .form-group {
        margin-bottom: 2px !important;
    }


.header-text {
    color: #4e4e4e;
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 24px;
}

.validationMessage {
    color: red;
    font-style: italic;
    font-size: 13px;
}
.TMPtitle {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #f7f7f7;
    color: black;
}