﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.btn {
    margin: 5px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 100%;
}

h2 {
    color: #0071ca;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.hidden {
    display: none;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.brand {
    width: 45px;
    position: absolute;
    left: 50%;
    margin-left: -50px !important; /* 50% of your logo width */
    margin-top: 12px;
    display: block;
}

input2 {
    display: block;
}

.width-350 {
    width: 350px;
}

.width-175 {
    width: 175px;
}

.width-textarea {
    width: 740px;
}

.height-textarea {
    height: 250px !important;
}

.required label::after {
    content: " *";
    color: #db2d24 !important;
}

.img-container {
    text-align: center;
}

.erromsg {
    color: #f30;
    font-size: 11px;
}

.imagem-pdf {
    width: 14px;
    height: 14px;
    border: 0;
}

.check-box {
    margin: 0px 0px 0px !important;
    border-radius: 10%;
    width: 16px;
    height: 16px;
    border: #2290f8 1px solid;
    padding: 3px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.for-screen-reader {
    top: -9999px;
    left: -9999px;
    position: fixed;
}

.content {
    display: none;
}

.loading-bar {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.modal-header-custom-css {
    padding: 15px;
    border-bottom: 4px solid #5d9cd4;
}

.modal-footer-custom-css {
    border-top: 0px !important;
}

.custom-arrowpage-css {
    display: inline !important;
    border: 1.4px solid #337ab7 !important;
    border-radius: 100px !important;
}

.btn-login {
    color: #9D9D9D;
    background-color: #222;
    border-color: #222;
}

p{
    font-size: 14px !important;
}

/* Colors */

.red {
    color: red
}

.blue-navbar-color {
    color: #2e6da4
}

.light-blue {
    color: #337ab7
}

.white-clear {
    color: #eeeeee;
    -webkit-text-stroke-width: 0.2px;
    -webkit-text-stroke-color: #afafaf;
}

.green {
    color: forestgreen
}

.erromsg-red {
    color: #f30; /*Cor da msg de erro*/
}

.stylish-color {
    color: #4B515D
}

.grey-darken-1 {
    color: #757575
}

.grey {
    color: #808080
}

.font-15px{
    font-size: 15px;
}

/**/

.navbar-border-color {
    border-color: #0071ca;
    border-width: 0 0 10px !important;
}

.navbar-img {
    width: 45px;
    display: block;
    padding-top: 14px;
    padding-right: 5px;
}

div.bg {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    background: url(../Content/img/den_login02.jpg);
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 1
}

/*html, body {
    font-size: 10px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/
/*#region Tela de Login*/
main.login,
main.login .bg {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    background: url(../Content/img/den_login02.jpg);
    background-size: cover;
    background-position: center;
}

    main.login .bg {
        z-index: 1;
        opacity: 0.8;
        background: dimgray;
    }

    main.login .box {
        z-index: 2;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%,-50%,0);
        -moz-transform: translate3d(-50%,-50%,0);
        -ms-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0);
        position: absolute;
    }

        main.login .box form {
            width: 300px;
            padding: 40px 50px 40px;
            -webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
            -moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
            -ms-box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
            box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
            border-radius: 17px;
            background-color: #ffffff;
        }

            main.login .box form img {
                width: 300px;
                margin: auto;
                display: block;
            }

            main.login .box form p {
                font-family: inherit;
                font-weight: 600;
                font-size: 22px;
                line-height: 22px;
                color: #808080;
                text-align: center;
                margin: 30px 0px 25px;
            }

                main.login .box form p.small {
                    font-weight: 500;
                    font-size: 12px;
                    line-height: 16px;
                    color: #4d4d4d;
                    text-align: left;
                    margin: 30px 0px 15px;
                }

            main.login .box form .input {
                position: relative;
                padding-top: 12px;
                padding-bottom: 0px;
            }

                main.login .box form .input label {
                    top: 0px;
                    left: 0px;
                    width: 100%;
                    display: block;
                    position: absolute;
                    font-family: 'Open Sans';
                    font-weight: 500;
                    font-size: 12px;
                    line-height: 12px;
                    color: #7f7f7f;
                }

                main.login .box form .input input {
                    width: 100%;
                    font-family: inherit;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 40px;
                    color: #1a1a1a;
                    border-bottom: 1px solid #7f7f7f;
                    border-top: 0px;
                    border-left: 0px;
                    border-right: 0px;
                }

                    main.login .box form .input input:focus {
                        outline: none;
                        border-bottom-color: #2290f8;
                    }

                        main.login .box form .input input:focus + label {
                            color: #2290f8;
                        }

                    main.login .box form .input input:invalid + label {
                        top: 26px;
                    }

            main.login .box form .login-options {
                margin-top: 12px;
                margin-bottom: 36px;
                font-family: 'Open Sans';
                font-weight: 500;
                font-size: 12px;
                line-height: 14px;
            }

                main.login .box form .login-options .left {
                    text-align: left;
                }

                main.login .box form .login-options .right {
                    text-align: right;
                }

                main.login .box form .login-options a {
                    color: #1a1a1a;
                }

                main.login .box form .login-options .checkbox label {
                    color: #1a1a1a;
                    margin-left: 10px;
                }

            main.login .box form .or {
                color: #7f7f7f;
                font-family: 'Open Sans';
                font-weight: 400;
                font-size: 14px;
                line-height: 14px;
                margin: 20px 0px;
                display: block;
                text-align: center;
            }

            main.login .box form button,
            main.login .box form input[type="submit"] {
                width: 100%;
                font-family: inherit;
                font-weight: 700;
                font-size: 14px;
                line-height: 45px;
                color: #ffffff;
                margin-top: 20px;
                background: #0071ca;
                border-radius: 7px;
            }

            main.login .box form input[type="submit"] {
                background: #2290f8;
                cursor: pointer;
            }

        main.login .box footer {
            text-align: center;
            color: gainsboro;
            font-size: small;
        }

            main.login .box footer span {
                display: block;
                font-family: 'Open Sans';
                font-weight: 400;
                font-size: 12px;
                line-height: 14px;
                color: whitesmoke;
                margin: 40px 0px 20px;
            }

/*#endregion Tela de Login*/