﻿@font-face {
    font-family: 'mouse-300';
    src: url("/../fonts/RobotoSlab-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'mouse-500';
    src: url("/../fonts/RobotoSlab-Bold.ttf") format("truetype");
}

* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    outline: none;
    color: #444;
}

    a:hover {
        color: #444;
    }

ul {
    margin-bottom: 0;
    padding-left: 0;
}

a:hover,
a:focus,
input,
textarea {
    text-decoration: none;
    outline: none;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.cp {
    cursor: pointer;
}

html, body {
    height: 100%;
}

p {
    margin-bottom: 0px;
    width: 100%;
}

.no-padding {
    padding: 0px;
}

.no-margin {
    margin: 0px;
}

.hid {
    display: none;
}

.top-mar {
    margin-top: 15px;
}

.h-100 {
    height: 100%;
}

::placeholder {
    color: #747f8a !important;
    font-size: 13px;
    opacity: .5 !important;
}

.container-fluid {
    padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "mouse-500", Arial, Helvetica, sans-serif;
}

.h2, h2 {
    font-size: 4vh;
}

strong {
    font-family: "mouse-500", Arial, Helvetica, sans-serif;
}

body {
    background-color: #f7f7ff !important;
    font-family: "mouse-300", Arial, Helvetica, sans-serif;
    color: #898989;
}

.session-title {
    padding: 30px;
    margin: 0px;
}

    .session-title h2 {
        width: 100%;
        text-align: center;
    }

    .session-title p {
        max-width: 850px;
        text-align: center;
        float: none;
        margin: auto;
    }

    .session-title span {
        float: right;
        font-style: italic;
    }

.inner-title {
    padding: 20px;
    padding-left: 0px;
    margin-bottom: 30px;
}

    .inner-title h2 {
        width: 100%;
        text-align: center;
        font-size: 2rem;
        font-family: "slab", Arial, Helvetica, sans-serif;
    }

    .inner-title p {
        width: 100%;
        text-align: center;
    }

.page-nav {
    padding: 40px;
    text-align: center;
    padding-top: 160px;
}

    .page-nav ul {
        float: none;
        margin: auto;
    }

    .page-nav h2 {
        font-size: 36px;
        width: 100%;
        color: #444;
    }

@media screen and (max-width: 600px) {
    .page-nav h2 {
        font-size: 26px;
    }
}

.page-nav ul li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 16px;
}

    .page-nav ul li i {
        width: 30px;
        text-align: center;
        color: #444;
    }

    .page-nav ul li a {
        color: #444;
    }

.btn-success {
    background-color: #03A9F4;
    border-color: #03A9F4;
}

    .btn-success:hover {
        background-color: #03A9F4 !important;
        border-color: #03A9F4 !important;
    }

    .btn-success:active {
        background-color: #03A9F4 !important;
        border-color: #03A9F4 !important;
    }

    .btn-success:focus {
        background-color: #03A9F4 !important;
        border-color: #03A9F4 !important;
        box-shadow: none !important;
    }

.btn-info {
    background-color: #ff5722;
    border-color: #ff5722;
    box-shadow: none !important;
    outline: auto;
    border: 5px solid #FFFF;
}

    .btn-info:hover {
        background-color: #ffffff !important;
        border-color: #ffffff !important;
        color: #ff5722 !important;
        outline: auto;
    }

    .btn-info:active:focus {
        background-color: #ffffff !important;
        border-color: #ffffff !important;
        color: #ff5722 !important;
        outline: auto;
    }

    .btn-info:focus-visible {
        background-color: #ffffff !important;
        border-color: #ffffff !important;
        color: #ff5722 !important;
        outline: auto;
    }

    .btn-info:any-link {
        background-color: #ffffff !important;
        border-color: #ffffff !important;
        color: #ff5722 !important;
        outline: auto;
    }

    .btn-info:focus {
        background-color: #ffffff !important;
        border-color: #ffffff !important;
        color: #ff5722 !important;
        outline: auto;
    }


.btn-default {
    box-shadow: none !important;
}

.btn {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
}

.form-control {
    background-color: #F8F8F8;
    margin-bottom: 20px;
    border: 5px solid #FFFFFF;
    border-radius: 30px;
    padding: 10px 12px;
    height: auto;
    background-clip: padding-box;
    box-shadow: none;
    display: block;
    width: 100%;
    text-rendering: auto;
}





.btn-light {
    background-color: #FFF;
    color: #2196F3;
}

.collapse.show {
    display: block !important;
}

.form-control:focus {
    box-shadow: none;
    border: 2px solid #ff5722 !important;
}

.form-control {
    background-color: #F8F8F8;
    margin-bottom: 20px;
}

    .form-control:focus {
        background-color: #FFF;
        border-color: #CCC;
    }

.container {
    max-width: 1100px;
}

@media screen and (max-width: 575px) {
    .container {
        padding: 20px 30px;
    }
}

/* ===================================== Body CSS ================================== */
body {
    height: 100%;
    color: #607D8B;
}

    body .conya {
        height: 100%;
    }


.side-left-top {
}

.side-left {
    background-color: rgba(51, 52, 71, 1);
    height: 100%;
    width: calc(100% - 400px);
    float: left;
    /*background-image: url(../img/prd1.jpg);*/
    background-repeat: no-repeat;
    transition-property: opacity;
    background-size: cover;
}



@media screen and (max-width: 660px) {
    .side-left {
        display: none;
    }
}

.side-left .sid-layy {
    /*background-color: rgba(0, 0, 0, 0.25);*/
    position: absolute;
    width: 100%;
    height: 100%;
    width: calc(100% - 400px);
}

.side-right {
    background-color: #FFF;
    height: 100%;
    width: 400px;
    float: left;
    padding: 80px 30px;
    text-align: center;
}

@media screen and (max-width: 660px) {
    .side-right {
        width: 100%;
    }
}

.side-right .logo {
    width: 200px;
}

.side-right .soc-det {
    display: flex;
}

    .side-right .soc-det ul {
        float: none;
        margin: auto;
    }

        .side-right .soc-det ul li {
            float: left;
            padding: 8px;
            background-color: #FFF;
            box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
            border-radius: 2px;
            width: 35px;
            height: 35px;
            border-radius: 50px;
            margin-left: 10px;
            font-size: 12px;
        }

            .side-right .soc-det ul li i {
                color: #FFF;
            }

        .side-right .soc-det ul .facebook {
            background-color: #3b5894;
        }

        .side-right .soc-det ul .twitter {
            background-color: #19a1f7;
        }

        .side-right .soc-det ul .pin {
            background-color: #db443b;
        }

        .side-right .soc-det ul .link {
            background-color: #007ab4;
        }

.side-right h2 {
    font-size: 1.5rem;
    font-family: "mouse-300", Arial, Helvetica, sans-serif;
    padding: 20px 10px;
}

.side-right .form-row label {
    font-size: 1.5rem;
    font-weight: 100;
}

.form-row {
    text-align: left !important;
}

.side-right .skjh {
    font-size: 1.5rem;
}

    .side-right .skjh span {
        float: right;
    }

.dfr {
    padding: 35px 0px;
    text-align: center;
}

    .dfr .btn {
        padding: 5px 40px;
        border-radius: 50px;
        float: none;
        margin: auto;
    }

.copyco {
    position: absolute;
    bottom: 13px;
    right: 10px;
    font-size: 1.5vh;
    color: #ababab;
    padding: 10px;
}

.slid-roo {
    padding: 70px;
    color: #FFF;
    position: absolute;
    bottom: 0px;
}

    .slid-roo p {
        font-size: 1.5rem;
        padding-bottom: 20px;
        border-bottom: 1px solid #FF9800;
        font-family: "mouse-300", Arial, Helvetica, sans-serif;
        font-weight: 100;
        padding-right: 20px;
    }

    .slid-roo ul li {
        float: left;
        padding: 10px;
        font-size: 1.5rem;
        font-family: "mouse-300", Arial, Helvetica, sans-serif;
    }

.logo-portal {
    margin-left: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: inherit;
    font-size: 4vh;
}


.logo-bizone {
    display: block;
    color: #898989;
    font-size: 20px;
    font-family: "mouse-100", Arial, Helvetica, sans-serif;
}

.system-name {
    font-family: "Audiowide", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 8em;
    padding-top: 278px;
}

.login-versao {
    float: right;
    font-size: 12px;
    font-style: italic;
    padding: 15px;
    color: #FFF;
}

.login-ambiente {
    font-size: 12px;
    padding: 15px;
    display: block;
    text-transform: uppercase;
    color: #FFF;
}

.sid-layy-img {
    background-color: rgb(221 221 221);
    background-image: url("/Bundles/login/img/fundo1.jpg");
    transition-property: opacity;
    background-repeat: no-repeat;
    background-size: cover;
}

    .sid-layy-img:before {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        /*  background: rgba(33, 150, 243, 0.1);*/
    }

.slid-roo {
    opacity: 1;
}

.text-danger {
    color: #f64327 !important;
    font-weight: 300;
}

.btn-info.disabled, .btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #e7e7e7;
    border-color: #e3e3e3;
    color: #a1a1a1;
}
