/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/

body {
    padding-top: 50px;
    padding-bottom: 20px
}

.body-content {
    padding-left: 15px;
    padding-right: 15px
}

.dl-horizontal dt {
    white-space: normal
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none
}

.txt-rt {
    text-align: right
}

.txt-lt {
    text-align: left
}

.txt-center {
    text-align: center
}

.float-rt {
    float: right
}

.float-lt {
    float: left
}

.clear {
    clear: both
}

.pos-relative {
    position: relative
}

.pos-absolute {
    position: absolute
}

.vertical-base {
    vertical-align: baseline
}

.vertical-top {
    vertical-align: top
}

.underline {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    margin: 0 0 20px 0
}

nav.vertical ul li {
    display: block
}

nav.horizontal ul li {
    display: inline-block
}

img {
    max-width: 100%
}

body {
    background: #313c4c;
    /*padding: 76px 0 30px 0;*/
    font-family: 'Open Sans',sans-serif !important
}

.zf-green {
    color: #fff
}

.btn-success {
    background-color: #57a900;
    background-image: -moz-linear-gradient(top,#70d900,#57a900);
    background-image: -ms-linear-gradient(top,#70d900,#57a900);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#70d900),to(#57a900));
    background-image: -webkit-linear-gradient(top,#70d900,#57a900);
    background-image: -o-linear-gradient(top,#70d900,#57a900);
    background-image: linear-gradient(top,#70d900,#57a900);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900',endColorstr='#57a900',GradientType=0)
}

    .btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
        background-color: #57a900
    }

div.container a.navbar-brand > img {
    display: inline;
    margin-right: 4px;
    margin-top: -16px
}


.login h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    margin: 55px 0 20px;
    letter-spacing: 1px
}

.login-top {
    background: #aebcc9;
    padding: 70px 60px;
    border-bottom: .01em solid #c41924
}

    .login-top h1 {
        text-align: center;
        font-size: 27px;
        font-weight: 500;
        color: #b7b8bb;
        margin: 0 0 20px 0
    }

    .login-top input[type="number"] {
        outline: none;
        font-size: 15px;
        font-weight: 500;
        color: #818181;
        padding: 15px 20px;
        background: #CACACA;
        border: 1px solid #ccc;
        margin: 0 0 12px 0;
        width: 99%;
        -webkit-appearance: none;
        text-align: center
    }

    .login-top input[type="password"] {
        outline: none;
        font-size: 15px;
        font-weight: 500;
        color: #818181;
        padding: 15px 20px;
        background: #CACACA;
        border: 1px solid #ccc;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -o-border-radius: 25px;
        margin: 0 0 12px 0;
        width: 99%;
        -webkit-appearance: none
    }

.forgot a {
    font-size: 13px;
    font-weight: 500;
    color: #F45B4B;
    display: inline-block;
    border-right: 2px solid #F45B4B;
    padding: 0 7px 0 0
}

    .forgot a:hover {
        color: #818181
    }

.forgot .submitbtn {
    color: #FFF;
    background: #42a29d;
    font-size: 17px;
    font-weight: 400;
    padding: 6px 10px;
    width: 30%;
    display: inline-block;
    cursor: pointer;
    margin: 0 7px 0 3px;
    outline: none;
    border: none
}

    .forgot .submitbtn:hover {
        background: #818181;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all
    }

.forgot {
    text-align: right
}

.login-bottom {
    background:#008080;
    padding: 20px 20px !important;
    text-align: right
}

    .login-bottom h3 {
        font-size: 14px;
        font-weight: 500;
        color: #fff
    }

        .login-bottom h3 a {
            font-size: 25px;
            font-weight: 500;
            color: #fff
        }

            .login-bottom h3 a:hover {
                color: #696969;
                transition: 0.5s all;
                -webkit-transition: 0.5s all;
                -moz-transition: 0.5s all;
                -o-transition: 0.5s all
            }

.copyright {
    padding: 0;
    text-align: center
}

    .copyright p {
        font-size: 15px;
        font-weight: 400;
        color: #fff
    }

        .copyright p a {
            color: #42a29d;
            font-weight: 700
        }

            .copyright p a:hover {
                color: #fff;
                transition: 0.5s all;
                -webkit-transition: 0.5s all;
                -moz-transition: 0.5s all;
                -o-transition: 0.5s all
            }

@media(max-width:1440px) {
    .login {
        width: 48%
    }
}

@media(max-width:1366px) {
    .login {
        width: 44%
    }
}

@media(max-width:1280px) {
    .login {
        width: 55%
    }
}

@media(max-width:1024px) {
    .login {
        width: 65%
    }

    .copyright {
        padding: 1px 0 0 0
    }
}

@media(max-width:768px) {
    .login {
        width: 80%
    }

    .login-top h1 {
        font-size: 25px
    }

    .login-bottom h3 a {
        font-size: 22px
    }

    .copyright {
        padding: 250px 0 0 0
    }

    body {
        padding: 100px 0 0 0
    }

    .login h2 {
        font-size: 18px
    }
}

@media(max-width:640px) {
    .login-top h1 {
        font-size: 23px
    }

    .forgot .submitbtn {
        font-size: 15px;
        width: 35%
    }

    .login-top input[type="number"] {
        padding: 12px 20px
    }

    .login-top input[type="password"] {
        padding: 12px 20px
    }

    .login-bottom h3 a {
        font-size: 19px
    }

    .login-bottom h3 {
        font-size: 13px
    }

    .copyright {
        padding: 10px 0 0 0
    }

    body {
        padding: 70px 0 0 0
    }
}

@media(max-width:480px) {
    .login {
        width: 100%
    }

    .login-top h1 {
        font-size: 21px
    }

    .login-top {
        padding: 30px 40px
    }

    table {
        width: 100%
    }

    td {
        display: block;
        width: 100%
    }

        td:not(.td-contents) {
            background: #4c545c;
            color: white
        }

    tr {
        display: block;
        margin-bottom: 30px
    }
}

@media(max-width:320px) {
    .login {
        width: 100%
    }

    .login-top {
        padding: 20px 25px
    }

        .login-top input[type="number"] {
            width: 81%;
            padding: 10px 20px;
            font-size: 13px;
            margin: 0 0 7px 0
        }

        .login-top input[type="password"] {
            width: 81%;
            padding: 10px 20px;
            font-size: 13px;
            margin: 0 0 7px 0
        }

    .forgot input[type="submit"] {
        font-size: 11px;
        width: 25%;
        padding: 6px 7px
    }

    .forgot a {
        font-size: 11px
    }

    .login-bottom {
        padding: 20px 25px
    }

        .login-bottom h3 {
            font-size: 11px
        }

            .login-bottom h3 a {
                font-size: 17px
            }

    body {
        padding: 50px 0 0 0
    }

    .copyright p {
        font-size: 13px
    }

        .copyright p a {
            font-size: 13px
        }

    .login h2 {
        font-size: 23px;
        margin: 0 0 35px 0
    }

    .copyright {
        padding: 75px 0 0 0
    }
}

.jumbotron {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0
}

.container .jumbotron, .container-fluid .jumbotron {
    padding-right: 0;
    padding-left: 0
}

.securenumber {
    text-security: disc;
    -webkit-text-security: disc;
    -mox-text-security: disc
}

.slim-label p {
    color: #20292f;
    font-weight: 300
}

@media all and (min-width:1200px) {
    .titletext:before {
        content: 'Drag & Drop '
    }

    .titletext span:before {
        content: 'Photo To Upload'
    }

    .slim-label p:after {
        content: 'Drop or Click Here'
    }

    .slim-label p {
        font-size: 20px
    }
}

@media all and (max-width:1024px) {
    .titletext:before {
        content: 'Take or Select '
    }

    .titletext span:before {
        content: 'Photo To Upload'
    }

    .slim-label p:after {
        content: 'Press & Release To Take or Select Photo'
    }
}

@media all and (max-width:768px) {
    .titletext:before {
        content: 'Take or Select '
    }

    .titletext span:before {
        content: 'Photo To Upload'
    }

    .slim-label p:after {
        content: 'Press & Release To Take or Select Photo'
    }
}

.file-drop-area label {
    display: block;
    padding: 80px 10px;
    border: 2px dashed #20292f;
    text-align: center;
    cursor: pointer
}

.file-drop-area {
    padding: 20px
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,.8) url(http://i.stack.imgur.com/FhHRx.gif) 50% 50% no-repeat
}

body.loading {
    overflow: hidden
}

    body.loading .modal {
        display: block
    }

.top10 {
    margin-top: 10px
}

.jumbotron-grey {
    background: lightgrey !important
}

.padding10 {
    padding: 10px
}

.nav > li > a {
    padding: 10px 12px !important
}

@media (min-width:1600px) {
    .container {
        width: 1450px
    }
}



.body-content hr {
    max-width: 570px
}

.menubar ul li a {
    font-size: 15px;
    text-decoration: none;
    margin: 0;
    padding: 0 20px
}

.btn {
    border: none;
    border-radius: 0
}

.btn-success {
    background: green
}

.btn-warning {
    background: goldenrod
}

.btn-primary {
    background: blue
}

.margin0 {
    margin: 0
}

.wire-img {
    border: 3px solid #4c545c;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
    -ms-box-shadow: 0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
    cursor: pointer;
    transition: 0.3s
}

.sel-img {
    opacity: .4;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

/*#internet-overlay {
    background-color: rgba(20,21,21,.6);
    height: 100%;
    width: 100%;
    opacity: 1;
    top: 0;
    left: 0;
    position: absolute;
    padding: 0;
    transition: opacity .5s;
    text-align: center;
    z-index: 10
}*/

#internet-overlay {
    transition: opacity 0.5s ease-in-out;
}

.line {
    background: #fff;
    max-width: 560px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 30px 0
}

#internet-overlay h1 {
    font-size: 34px;
    color: #292929;
    font-weight: 700;
    line-height: 36px;
    margin-top: 20px
}

    #internet-overlay h1 span {
        color: #099da2
    }

.four-zero-four {
    color: white;
    font-weight: 700
}

    .four-zero-four h1 {
        font-size: 50px;
        color: whitesmoke;
        margin: 100px 0 0;
        font-weight: 600
    }

    .four-zero-four h2 {
        font-size: 150px;
        color: #d30300;
        margin: 20px 0 0;
        font-weight: 600;
        line-height: 150px
    }

    .four-zero-four h3 {
        font-size: 40px;
        margin: 0;
        font-weight: 500
    }

fieldset {
    border: 1px solid darkgray;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 .5em 0
}

#overlay {
    width: 100%;
    height: 100%;
    display: table;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    right: 200px;
    bottom: 0;
    background: rgba(0,0,0,.3)
}

    #overlay i {
        display: table-cell;
        vertical-align: middle;
        text-align: center
    }
.navbar-nav .nav-link:hover {
    color: #000 !important; /* Lighter color on hover */
}

.teal-nav {
    background-color:#008080;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.filter-invert {
    filter: invert(1)
}