@charset "utf-8";
/* CSS PANEAS - Versão 2.0 - 2018 */

/* Para ocultar elementos em computador e celular */
@media(min-width: 901px) {
    .no-desk {
        display: none
    }
}

@media(max-width: 900px) {
    .no-mobile {
        display: none
    }
}

/* Fonte e configurações gerais do docuemnto */
@font-face {
    font-family: 'Open-Sans';
}

html {
    position: relative;
    min-height: 100%;
    width: 100%;
}

body {
    font-family: Open-Sans, arial, verdana;
    overflow-x: hidden;
    overflow-y: scroll;
    font-size: 13px;
    background: #fafafa;
    color: #000;
    width: 100%;
}

.form-control {
    font-size: 13px !important;
}

.gradiente1 {
    background: #FF5F11; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#39C, #0C3C60); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#39C, #0C3C60); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#39C, #0C3C60); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#39C, #0C3C60); /* Standard syntax */
}

.blue-paneas {
    color: #0c617d;
}

.red-paneas {
    color: #C92026;
}

.spacer {
    height: 30px;
}

.spacer80 {
    height: 80px;
}

.hr-spacer {
    height: 0;
    border: 0;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.link-duvida {
    cursor: help;
}

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.name-input-form {
    margin-top: 5px;
    font-size: 16px;
    text-align: right;
}

select.form-control:not([size]):not([multiple]) {
    height: 33px !important;
}

/* ---------------------------------------------------
    PANEL - ENTRADA
----------------------------------------------------- */


.bg-panel {
    background-image: url(img/background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-color: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 0;
}

.box-login {
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 50px;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
}

    .box-login img {
        max-height: 70px;
        opacity: 1 !important;
        margin-bottom: 20px;
    }


.box-panel-go {
    text-align: center;
    padding: 30px;
}

    .box-panel-go a:hover {
        color: #fff;
    }

    .box-panel-go img {
        max-height: 120px;
        margin-bottom: 30px;
        opacity: 0.7;
    }

    .box-panel-go a:hover img {
        max-height: 150px;
        margin-top: -15px;
        margin-bottom: 15px;
        opacity: 1;
    }

    .box-panel-go h1 {
        font-size: 28px;
        color: #17a2b8;
    }

    .box-panel-go a:hover h1 {
        color: #ffffff;
    }

.btn-lg {
    width: 140px;
    margin-bottom: 10px;
}

.btn-master {
    background-color: #0C617D;
    color: #fff;
    font-size: 14px;
}

    .btn-master:hover {
        background-color: #1182a7;
        color: #fff;
        font-size: 14px
    }

.btn-red {
    background-color: #C92026;
    color: #fff;
}

    .btn-red:hover {
        background-color: #F00;
        color: #fff;
    }

.btn-gray {
    background-color: #EDEDED;
    color: #666;
    font-size: 14px;
}

    .btn-gray:hover {
        background-color: #CCCCCC;
        color: #666;
        font-size: 14px
    }

.btn-peq {
    padding: 0 5px 0 5px;
    font-size: 12px;
}

.btn-tab {
    margin: 0 10px 10px 0;
}

.menu-canal button {
    margin-top: -10px;
}

.menu-canal span {
    font-size: 30px;
    color: #0C617D;
    padding-left: 20px;
    margin-top: 40px;
}

.logo-top {
    max-height: 40px;
    float: left;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    z-index: 10;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

ul.nav.navbar-nav.ml-auto {
    position: fixed;
    right: 0;
}

.sidenav {
    position: fixed;
    width: 290px;
}


/* ---------------------------------------------------
    CHECKBOX e RADIOS
----------------------------------------------------- */

.checkbox {
    padding-left: 10px;
    padding-top: 5px;
}

    .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
        margin-left: 20px;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"] {
        opacity: 0;
    }

        .checkbox input[type="checkbox"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .checkbox input[type="checkbox"]:checked + label::after {
            font-family: 'FontAwesome';
            content: "\f00c";
        }

        .checkbox input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #0C617D;
    border-color: #0C617D;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #C92026;
    border-color: #C92026;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.radio {
    padding-left: 20px;
}

    .radio label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .radio input[type="radio"] {
        opacity: 0;
    }

        .radio input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .radio input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .radio input[type="radio"]:disabled + label::before {
                cursor: not-allowed;
            }

    .radio.radio-inline {
        margin-top: 0;
    }

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

@media(min-height: 300px) {
    #sidebar {
        min-height: 300px;
    }

    .nav-scroll {
        max-height: 250px !important;
        ;
    }
}

@media(min-height: 350px) {
    #sidebar {
        min-height: 350px;
    }

    .nav-scroll {
        max-height: 300px !important;
        ;
    }
}

@media(min-height: 400px) {
    #sidebar {
        min-height: 400px;
    }

    .nav-scroll {
        max-height: 350px !important;
        ;
    }
}

@media(min-height: 450px) {
    #sidebar {
        min-height: 450px;
    }

    .nav-scroll {
        max-height: 400px !important;
        ;
    }
}

@media(min-height: 500px) {
    #sidebar {
        min-height: 500px;
    }

    .nav-scroll {
        max-height: 450px !important;
        ;
    }
}

@media(min-height: 550px) {
    #sidebar {
        min-height: 550px;
    }

    .nav-scroll {
        max-height: 500px !important;
        ;
    }
}

@media(min-height: 600px) {
    #sidebar {
        min-height: 600px;
    }

    .nav-scroll {
        max-height: 550px !important;
    }
}

@media(min-height: 650px) {
    #sidebar {
        min-height: 650px;
    }

    .nav-scroll {
        max-height: 600px !important;
    }
}

@media(min-height: 700px) {
    #sidebar {
        min-height: 700px;
    }

    .nav-scroll {
        max-height: 650px !important;
    }
}

@media(min-height: 750px) {
    #sidebar {
        min-height: 750px;
    }

    .nav-scroll {
        max-height: 700px !important;
        ;
    }
}

@media(min-height: 800px) {
    #sidebar {
        min-height: 800px;
    }

    .nav-scroll {
        max-height: 750px !important;
        ;
    }
}

@media(min-height: 850px) {
    #sidebar {
        min-height: 850px;
    }

    .nav-scroll {
        max-height: 800px !important;
        ;
    }
}

@media(min-height: 900px) {
    #sidebar {
        min-height: 900px;
    }

    .nav-scroll {
        max-height: 850px !important;
        ;
    }
}

@media(min-height: 950px) {
    #sidebar {
        min-height: 950px;
    }

    .nav-scroll {
        max-height: 900px !important;
        ;
    }
}

@media(min-height: 1000px) {
    #sidebar {
        min-height: 1000px;
    }

    .nav-scroll {
        max-height: 950px !important;
        ;
    }
}

@media(min-height: 1100px) {
    #sidebar {
        min-height: 1100px;
    }

    .nav-scroll {
        max-height: 1000px !important;
        ;
    }
}

@media(min-height: 1200px) {
    #sidebar {
        min-height: 1200px;
    }

    .nav-scroll {
        max-height: 1100px !important;
        ;
    }
}

#sidebar {
    min-width: 290px;
    max-width: 290px;
    background: #0C617D;
    color: #fff;
    transition: all 0.3s;
    font-size: 14px;
}

.side-back {
    height: 300px;
    display: block;
    width: 290px;
    background: #0C617D;
    position: absolute;
    bottom: 0;
}


#sidebar.active {
    margin-left: -290px;
}

#sidebar .sidebar-header {
    padding: 25px 10px 10px 10px;
    background: #0C617D;
}

.menu-canal {
    margin-top: 10px;
}

    .menu-canal img {
        max-height: 40px;
        margin-left: 20px;
        margin-top: -15px;
    }

.titulo-canal img {
    max-height: 40px;
    margin-top: -10px;
}

.titulo-canal span {
    font-size: 28px;
    color: #0C617D;
    margin-left: 10px;
    margin-top: 20px;
}

.sidebar-header img {
    max-height: 33px;
    margin-right: 10px;
}

#sidebar ul.components {
    border-bottom: 1px solid #1182a7;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    display: block;
}

    #sidebar ul li a:hover {
        color: #fff;
        background: #1182a7;
    }

#sidebar ul li.active > a,
a[aria-expanded="true"] {
    color: #fff;
    background: #0C617D;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #0C617D;
}

.nav-scroll {
    overflow-y: scroll;
    margin-bottom: 30px;
}
    /* width */
    .nav-scroll::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    .nav-scroll::-webkit-scrollbar-track {
        background: #17a2b8;
        border-radius: 5px;
    }

    /* Handle */
    .nav-scroll::-webkit-scrollbar-thumb {
        background: #3CC;
        border-radius: 5px;
        width: 10px;
        height: 50px;
    }

    .nav-scroll i {
        margin-right: 10px;
        font-size: 18px;
    }

/* ---------------------------------------------------
   HOME PANEL
----------------------------------------------------- */
.home-panel {
    width: 100%;
    display: inherit;
}

    .home-panel h3 {
        font-size: 22px;
        color: #0C617D;
        white-space: nowrap;
    }

        .home-panel h3 i {
            font-size: 22px;
            color: #C92026;
        }

.home-row {
    margin-left: 20px;
}

.box-panel-home {
    background-color: #fff;
    padding: 15px 15px 15px 15px;
    border-radius: 5px;
    margin: 10px 10px 10px 10px;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}

.home-panel h4 {
    font-size: 17px;
    color: #0C617D;
    white-space: nowrap;
}

    .home-panel h4 i {
        font-size: 21px;
        color: #C92026;
        margin-right: 5px;
    }

.home-panel h2 {
    font-size: 23px;
    color: #C92026;
    white-space: nowrap;
}

.home-panel span {
    font-size: 14px;
    color: #999;
}

.box-add-panel {
    background-color: #fff;
    padding: 15px 15px 15px 15px;
    border-radius: 5px;
    margin: 10px 10px 10px 10px;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    text-align: center;
}

    .box-add-panel i {
        font-size: 42px;
        margin-top: 20px;
    }

    .box-add-panel a:hover {
        color: #C92026;
    }

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

section {
    padding: 100px 30px 30px 30px;
    width: 100%;
    position: absolute;
}


.section-links {
    margin-top: 5px;
    font-size: 16px;
    left: 90px;
    position: absolute;
}

    .section-links img {
        max-height: 20px;
        margin-right: 10px;
    }

    .section-links span {
        display: block;
        float: left;
        color: #ffffff;
        padding: 7px 20px 8px 30px;
        margin-left: -20px;
        border-radius: 5px;
        margin-top: -8px;
    }

.area-painel {
    background-color: #0C617D;
}

.area-canal {
    background-color: #C92026;
}

.area-subcanal {
    background-color: #FFFFFF;
    color: #0C617D !important;
    border: 1px solid #C92026;
    height: 39px;
}

.seta-1 {
    border-left: 20px solid #0C617D;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    float: left;
    z-index: 10;
    position: relative;
    margin-left: -3px;
    margin-top: -8px;
}

.seta-2 {
    border-left: 20px solid #C92026;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    float: left;
    z-index: 10;
    position: relative;
    margin-left: -3px;
    margin-top: -8px;
}

.seta-3 {
    border-left: 20px solid #FFFFFF;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    float: left;
    z-index: 10;
    position: relative;
    margin-left: -3px;
    margin-top: -8px;
}



/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -290px;
    }

        #sidebar.active {
            margin-left: 0;
        }

    #sidebarCollapse span {
        display: none;
    }
}

/* ---------------------------------------------------
    PERFIL
----------------------------------------------------- */
.icon-perfil {
    position: fixed;
    right: 10px;
}

.icon-text-perfil {
    float: left;
    text-align: right;
    font-size: 13px;
    margin-right: 5px;
}

.btn-perfil {
    border-radius: 20px;
    height: 40px;
    width: 40px;
    background-color: #999;
    border: 2px solid #0C617D;
    display: block;
    overflow: hidden;
}

    .btn-perfil img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

.box-perfil {
    max-width: 350px;
    min-height: 300px;
    display: block;
    background: #fff;
    z-index: 1000;
    position: absolute;
    margin-top: -10px;
    margin-right: -5px;
    right: 0;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #CCC;
    padding: 20px 20px 20px 20px;
}

    .box-perfil img {
        height: 100px;
        max-width: 100px;
        border-radius: 50px;
    }

    .box-perfil h1 {
        font-size: 22px;
        color: #0C617D;
    }

    .box-perfil h2 {
        font-size: 17px;
    }

    .box-perfil h3 {
        font-size: 17px;
        text-align: center;
    }

.btn-fechar-perfil {
    border-radius: 20px;
    height: 40px;
    width: 40px;
    background-color: #999;
    border: 2px solid #0C617D;
    display: block;
    padding: 0px 10px 10px 8px;
    margin-top: -150px;
    margin-left: 300px;
    font-size: 25px;
}

.btn-perfil {
    color: #fff;
    background-color: #0C617D;
}

.btn-perfil-sair {
    background-color: #C92026;
    color: #fff;
    font-size: 12px;
}

    .btn-perfil-sair:hover {
        background-color: #F00;
        color: #fff;
        font-size: 12px;
    }

.btn-perfil-editar {
    background-color: #0C617D;
    color: #fff;
    font-size: 12px;
}

    .btn-perfil-editar:hover {
        background-color: #1182a7;
        color: #fff;
        font-size: 12px;
    }

a.btn-perfil-painel {
    border-radius: 5px;
    border: 1px #CCC solid;
    margin-top: 10px;
}

.btn-perfil-painel {
    background-color: #fff;
    display: block;
    padding: 10px 5px 5px 10px;
}

    .btn-perfil-painel:hover {
        background-color: #EDEDED;
        display: block;
        padding: 10px 5px 5px 10px;
        color: #0C617D;
    }

    .btn-perfil-painel img {
        max-height: 30px;
        border-radius: 0;
        margin-right: 10px;
    }


/* ---------------------------------------------------
    ABAS PADRÃO (tabs e box)
----------------------------------------------------- */

.boxline-contents {
    padding: 20px 20px 20px 20px;
    border: 1px solid #ddd;
    background: #fff;
    margin-bottom: 20px;
    width: 100%;
}

.tabs {
    margin: 0 auto;
    padding: 0 20px;
}

#tab-button {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
}

    #tab-button li {
        display: table-cell;
        width: 20%;
        color: #C00;
    }

        #tab-button li a {
            display: block;
            padding: .5em;
            background: #eee;
            border: 1px solid #ddd;
            text-align: center;
            color: #000;
            text-decoration: none;
            color: #0c617d;
        }

        #tab-button li:not(:first-child) a {
            border-left: none;
        }

        #tab-button li a:hover,
        #tab-button .is-active a {
            border-bottom-color: transparent;
            background: #fff;
            color: #C92026;
        }

.tab-contents {
    padding: .5em 2em 1em;
    border: 1px solid #ddd;
}



.tab-button-outer {
    display: none;
}

.tab-contents {
    margin-top: 20px;
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .tab-button-outer {
        position: relative;
        z-index: 2;
        display: block;
    }

    .tab-select-outer {
        display: none;
    }

    .tab-contents {
        position: relative;
        top: -1px;
        margin-top: 0;
    }
}

.input-number {
    padding: 5px 10px 5px 5px;
    border-radius: 5px;
    border: 1px solid #CCC;
    color: #0c617d;
    max-width: 100px;
    text-align: right;
}

.input-date {
    padding: 5px 10px 5px 5px;
    border-radius: 5px;
    border: 1px solid #CCC;
    color: #0c617d;
    text-align: right;
}

.apendice-right {
    display: inline-block;
    padding: 5px 5px 5px 15px;
    background-color: #EDEDED;
    border-radius: 0 5px 5px 0;
    border: 1px solid #CCC;
    margin-left: -5px;
    min-width: 40px;
}

.apendice-left {
    display: inline-block;
    padding: 5px 5px 5px 5px;
    background-color: #EDEDED;
    border-radius: 5px 0 0 5px;
    border: 1px solid #CCC;
    min-width: 40px;
}

.apendice-right.btn-master {
    background-color: #0C617D;
}

.db200 {
    display: inline-block;
    width: 200px;
}

.ponto {
    font-size: 14px;
}

div.formulario-monitoria fieldset {
    margin: 20px 0 0 10px;
}

    div.formulario-monitoria fieldset span.ponto {
        margin: 20px 0 0 10px;
        font-weight: bolder;
    }

    div.formulario-monitoria fieldset label {
        margin: 5px 0 0 20px;
        display: block;
    }

        div.formulario-monitoria fieldset label span {
            margin: 0 0 0 5px;
        }

.box-busca-rapida {
    background-color: #EDEDED;
    padding: 12px 12px 12px 12px;
    border-radius: 5px;
}

    .box-busca-rapida strong {
        color: #C92026;
        margin-bottom: 15px;
        display: block;
    }

    .box-busca-rapida .apendice-right {
        position: absolute;
        right: 25px;
        height: 33px;
    }

/* TABELA PANEAS PADRÃO */

.table-paneas {
    width: 100%;
    font-size: 12px;
    margin-bottom: 20px;
    color: #666;
}

.tablesorter-blue .header,
.tablesorter-blue .tablesorter-header {
    background-image: url(../img/icons/sorter1.gif);
    background-repeat: no-repeat;
    background-position: center right;
    padding: 4px 18px 4px 4px;
    white-space: normal;
    cursor: pointer;
}

.tablesorter-blue .headerSortUp,
.tablesorter-blue .tablesorter-headerSortUp,
.tablesorter-blue .tablesorter-headerAsc {
    background-color: #C92026;
    color: #fff;
    background-image: url(../img/icons/sorter2.gif);
}

.tablesorter-blue .headerSortDown,
.tablesorter-blue .tablesorter-headerSortDown,
.tablesorter-blue .tablesorter-headerDesc {
    background-color: #C92026;
    color: #fff;
    background-image: url(../img/icons/sorter3.gif);
}

.tablesorter-blue thead .sorter-false {
    background-image: none;
    cursor: default;
    padding: 4px;
}

.table-paneas th {
    padding: 5px;
    background-color: #fff;
    !important;
    color: #C92026;
}

.table-paneas thead tr:hover {
    outline: none !important;
}

.table-paneas tr td {
    padding: 5px;
    max-height: 60px;
}

.table-paneas tr:nth-child(odd) {
    background-color: #EDEDED;
}

.table-paneas tr:hover {
    outline: 1px solid #C92026;
    color: #000000;
    font-weight: bold;
}

.table-paneas td:hover {
    outline: 1px solid #C92026;
    color: #000000;
    font-weight: bold;
}

tfoot {
    font-weight: bold;
    color: #C92026;
    font-size: 13px;
    background-image: none !important;
}

    tfoot td.tablesorter-headerAsc {
        font-weight: bold;
        color: #C92026;
        font-size: 13px;
        background-color: none !important;
        background-image: none !important;
    }

.tab-scroll {
    width: 100%;
    height: 60px !important;
    padding: 5px 5px;
    overflow-y: scroll;
    z-index: 100;
    text-align: left;
}

.tab-scroll-big {
    height: 120px !important;
    min-width: 105px !important;
}

.tab-scroll::-webkit-scrollbar {
    width: 5px;
}

.tab-scroll::-webkit-scrollbar-track {
    background: #CCC;
    border-radius: 5px;
}

.tab-scroll::-webkit-scrollbar-thumb {
    background: #73a3b5;
    border-radius: 5px;
    width: 10px;
    max-height: 20px;
}

.table-textarea {
    border-radius: 5px;
    border-color: #CCC;
    color: #0c617d;
    margin-bottom: -5px;
}

.line-blue {
    background-color: #0c617d;
    padding: 10px 10px 10px 10px;
    color: #ffffff;
    border-radius: 5px;
    font-size: 16px;
}

.line-red {
    background-color: #C92026;
    padding: 10px 10px 10px 10px;
    color: #ffffff;
    border-radius: 5px;
    font-size: 16px;
}

.line-blue span {
    font-size: 12px;
}

.line-red span {
    font-size: 12px;
}

.line-lightgray {
    background-color: #EDEDED;
    padding: 10px 10px 10px 10px;
}

.box-info-number {
    background-color: #EDEDED;
    padding: 10px;
    min-height: 100px;
    width: 100%;
    margin-bottom: 30px;
}

.box-info-number {
    color: #666666;
    font-size: 16px;
    margin-top: -10px;
}

    .box-info-number h2 {
        color: #0c617d;
        font-size: 23px;
    }

    .box-info-number h1 {
        color: #0c617d;
        font-size: 40px;
        font-weight: bold;
        text-align: right;
        margin-top: -30px;
    }

    .box-info-number h2 i {
        color: #C92026 !important;
        font-size: 25px;
    }

.meta-down {
    color: #C92026 !important;
}

.meta-up {
    color: #0c617d !important;
}

.box-info-number i {
    font-size: 20px;
}

.table-paneas a {
    color: #0c617d;
    font-weight: bold;
    margin-left: 15px;
}

    .table-paneas a i {
        color: #CCC;
    }

    .table-paneas a:hover i {
        color: #C92026;
    }

.ilink-blue a i {
    color: #0c617d !important;
}

/* Detalhes de grandes tabelas de dados */
.box-table-scrool-x {
    width: 100%;
    overflow-x: scroll;
}

    .box-table-scrool-x::-webkit-scrollbar {
        height: 7px;
    }

    .box-table-scrool-x::-webkit-scrollbar-track {
        background: #CCCCCC;
        border-radius: 5px;
    }

    .box-table-scrool-x::-webkit-scrollbar-thumb {
        background: #0C617D;
        border-radius: 7px;
    }

.table-thead-data th.tablesorter-header.tablesorter-headerUnSorted {
    background: #EDEDED;
    border-bottom: 1px #999 solid;
    text-align: center;
    color: #0C617D;
    background-image: url(../img/icons/sorter1.gif);
    background-repeat: no-repeat;
    background-position: center right;
}

.table-destaque1 {
    background-color: rgba(51, 122, 183, 0.35);
}

th.table-destaque1.tablesorter-header.tablesorter-headerUnSorted {
    background-color: rgba(51, 122, 183, 0.35);
}

.table-destaque2 {
    background-color: rgba(92, 184, 92, 0.35);
}

th.table-destaque2.tablesorter-header.tablesorter-headerUnSorted {
    background-color: rgba(92, 184, 92, 0.35);
}

.table-destaque3 {
    background-color: rgba(218, 92, 89, 0.35);
}

th.table-destaque3.tablesorter-header.tablesorter-headerUnSorted {
    background-color: rgba(218, 92, 89, 0.35);
}

.table-destaque4 {
    background-color: rgba(240, 173, 78, 0.50);
}

th.table-destaque4.tablesorter-header.tablesorter-headerUnSorted {
    background-color: rgba(240, 173, 78, 0.50);
}

.table-destaque5 {
    background-color: rgba(216, 216, 216, 0.50);
}

th.table-destaque5.tablesorter-header.tablesorter-headerUnSorted {
    background-color: rgba(216, 216, 216, 0.50);
}

.table-cell-icons {
    white-space: nowrap;
}

    .table-cell-icons i {
        border-radius: 20px;
        color: #fff !important;
        display: inherit;
        font-size: 14px;
        padding: 5px;
        margin-left: -10px;
    }

    .table-cell-icons .fa-download {
        background-color: #17a2b8 !important;
    }

    .table-cell-icons .fa-volume-up {
        background-color: #e59a2c !important;
    }

    .table-cell-icons .fa-eye {
        background-color: #0c617d !important;
    }

    .table-cell-icons .fa-bar-chart {
        background-color: #6CF !important;
    }

.table-paneas i.fa.fa-arrow-up {
    color: #0c617d;
    font-size: 15px;
}

.table-paneas i.fa.fa-arrow-down {
    color: #c92026;
    font-size: 15px;
}

.box-btn-action-table {
    position: absolute;
    margin-top: -45px;
    right: 40px;
}

.box-alert {
    width: 100%;
    display: block;
    background-color: #EDEDED;
    color: #C92026;
    border-radius: 5px;
    margin: 15px 15px 15px 15px;
    font-size: 14px;
    padding: 5px;
}

.x-alert {
    color: #0c617d;
    font-size: 19px;
}

.modal-big {
    min-width: 80%;
    margin-left: 10%;
}

/* Barras de Gráficos */


.box-bar {
    outline: #CCC solid 1px;
    padding: 2px 2px 2px 2px;
    margin-top: 10px;
    height: 35px;
}

.box-bar-min {
    outline: #CCC solid 1px;
    height: 25px;
    background-color: #fff;
    text-align: right;
}

.bar-chats {
    height: 100%;
    display: block;
    background: #FF5F11; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #00adef, #293e90); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #00adef, #293e90); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #f00adef, #293e90); /* For Firefox 3.6 to 15 */
    background: linear-gradient(left, #00adef, #293e90); /* Standard syntax */
}

.bar-green {
    height: 100%;
    display: block;
    background: #FF5F11; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #a3cd37, #027f41); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #a3cd37, #027f41); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #a3cd37, #027f41); /* For Firefox 3.6 to 15 */
    background: linear-gradient(left, #a3cd37, #027f41); /* Standard syntax */
}

.bar-red {
    height: 100%;
    display: block;
    background: #FF5F11; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #ff7700, #b40e15); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #ff7700, #b40e15); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #aff7700, #b40e15); /* For Firefox 3.6 to 15 */
    background: linear-gradient(left, #ff7700, #b40e15); /* Standard syntax */
}

.bar-yellow {
    height: 100%;
    display: block;
    background: #FF5F11; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #ffc900, #f5811e); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #ffc900, #bf5811e); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #ffc900, #f5811e); /* For Firefox 3.6 to 15 */
    background: linear-gradient(left, #ffc900, #f5811e); /* Standard syntax */
}

.bar-gray {
    height: 100%;
    display: block;
    background: #CCC; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #E5E5E5, #999); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #E5E5E5, #999); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #E5E5E5, #999); /* For Firefox 3.6 to 15 */
    background: linear-gradient(left, #E5E5E5, #999); /* Standard syntax */
}

.dash-plus {
    font-size: 25px;
    color: #C30;
    top: 2px;
    position: relative;
    margin-right: 5px;
}

.bar-porc1 {
    height: 100%;
    display: block;
    background: #FF5F11; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #a3cd37, #027f41); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #a3cd37, #027f41); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #a3cd37, #027f41); /* For Firefox 3.6 to 15 */
    background: linear-gradient(left, #a3cd37, #027f41); /* Standard syntax */
    padding: 3px;
    color: #fff;
}

.bar-porc2 {
    margin-top: -25px;
    height: 100%;
    display: block;
    background: #FF5F11; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #ff7700, #b40e15); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #ff7700, #b40e15); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #aff7700, #b40e15); /* For Firefox 3.6 to 15 */
    background: linear-gradient(left, #ff7700, #b40e15); /* Standard syntax */
    padding: 3px;
    color: #fff;
}

.box-bar-min span {
    text-align: right;
    display: block;
    margin-right: 3px;
    margin-top: -23px;
}


/* CHAT e Simulações */
/* Chat Operador*/
.container-chat {
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}

.perfil {
    padding: 0;
}

.perfil-operador {
    padding: 10px 20px 10px 20px;
    background-color: #E2E2E2;
    border-bottom: #CCC solid 1px;
    height: 60px;
}

.chamados-scroll {
    overflow-y: scroll;
    height: 520px;
    border-bottom: #CCC solid 1px;
}

.chamados-usuarios a {
    display: block;
    padding: 10px 20px 10px 20px;
    background-color: #e7d4d4;
    border-bottom: #CCC solid 1px;
    height: 60px;
    color: #000000;
}

.chamados-usuarios img, .chamados-encerrados img {
    position: relative;
    margin-top: -90px;
    left: 95%;
}

.chamados-usuarios a:hover {
    display: block;
    padding: 10px 20px 10px 20px;
    background-color: #FFB0B0;
    border-bottom: #CCC solid 1px;
    height: 60px;
    color: #900;
    text-decoration: none;
}

.chamados-usuarios h1 {
    padding: 10px 10px 10px 10px;
    background-color: #C92026;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 50%;
    position: relative;
    height: 40px;
    width: 40px;
    text-align: center;
    margin-top: 0;
}

.chamados-usuarios h2 {
    margin-left: 50px;
    margin-top: -45px;
    font-size: 14px;
}

.chamados-usuarios p {
    margin-left: 50px;
    margin-top: -10px;
    font-size: 13px;
}

.chamados-encerrados a {
    display: block;
    padding: 10px 20px 10px 20px;
    background-color: #FFF;
    border-bottom: #CCC solid 1px;
    height: 60px;
    color: #000000;
}

    .chamados-encerrados a:hover {
        padding: 10px 20px 10px 20px;
        background-color: #EDEDED;
        border-bottom: #CCC solid 1px;
        height: 60px;
        color: #000000;
        text-decoration: none;
    }

.chamados-encerrados h1 {
    padding: 10px 10px 10px 10px;
    background-color: #999;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 50%;
    position: relative;
    height: 40px;
    width: 40px;
    text-align: center;
    margin-top: 0;
}

.chamados-encerrados h2 {
    margin-left: 50px;
    margin-top: -45px;
    font-size: 14px;
}

.chamados-encerrados p {
    margin-left: 50px;
    margin-top: -10px;
    font-size: 13px;
}

.perfil-operador img {
    background-color: #036;
    display: block;
    border-radius: 99%;
    padding: 5px 5px 5px 5px;
    height: 40px;
}

.perfil-operador h2 {
    margin-left: 50px;
    margin-top: -30px;
    font-size: 17px;
}

.perfil-chamada {
    padding: 10px 20px 10px 20px;
    background-color: #E2E2E2;
    border-bottom: #CCC solid 1px;
    height: 60px;
}

    .perfil-chamada h1 {
        padding: 10px 10px 10px 10px;
        background-color: #C92026;
        font-size: 18px;
        font-weight: bold;
        color: #ffffff;
        border-radius: 50%;
        position: absolute;
        height: 40px;
        width: 40px;
        text-align: center;
        margin-top: 0;
    }

    .perfil-chamada h2 {
        margin-left: 50px;
        margin-top: 10px;
        font-size: 17px;
    }

    .perfil-chamada p {
        margin-left: 65%;
        margin-top: -30px;
        font-size: 14px;
        position: absolute;
    }


.box-chamados {
    border: 1px #CCC solid;
    height: 550px;
    padding: 0;
}

.box-chamada {
    padding: 0;
    border: 1px #CCC solid;
}

.chat-line {
    margin-bottom: 15px;
    margin-left: 30px;
    margin-right: 30px;
    display: inherit;
}

.box-chat {
    background-image: url("../img/back-chat.jpg");
    padding: 20px 20px 20px 20px;
    margin-bottom: 20px;
    height: 450px;
    overflow-y: scroll;
    border-radius: 0;
}

.user-box {
    background-color: #ffffff;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    text-shadow: 5px 5px 5px rbga(0,0,0,0.2);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}

.user-seta {
    margin-left: -34px;
}

.user-text {
    margin-top: -35px;
    margin-left: 10px;
    display: block;
    width: 90%;
}

.user-date {
    font-size: 12px;
    color: #c92026;
}

.user-btn-audio {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #c92026;
    color: #ffffff;
}

.op-box {
    background-color: #c8deec;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    text-shadow: 5px 5px 5px rbga(0,0,0,0.2);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    text-align: right;
}

.op-seta {
    margin-right: -34px;
}

.op-btn-audio {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #036;
    color: #ffffff;
}

.op-text {
    margin-top: -35px;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
}

.op-date {
    font-size: 12px;
    color: #036;
}

.box-send {
    background-color: #ECECEC;
    padding: 18px 20px 20px 20px;
    margin-top: -20px;
    height: 69px;
}

    .box-send input {
        border-radius: 25px;
    }

.box-info {
    padding: 10px 10px 10px 10px;
    outline: 1px solid #ccc;
    margin-top: 30px;
    background-color: #fff;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}

    .box-info h1 {
        text-align: right;
        font-size: 45px;
        color: #C00;
        margin-bottom: -5px;
        margin-top: -2px;
    }

    .box-info h2 {
        text-align: right;
        font-size: 30px;
        color: #C00;
        margin-bottom: 0;
        margin-top: 8px;
    }

.i-g {
    color: #CCC;
}

.i-y {
    color: #FC0;
}


/* BOX CLIENTE */

.bg-cliente {
    background-color: #ede5e5;
}

.box-chat-cliente {
    background-image: url("../img/back-chat.jpg");
    padding: 20px 20px 20px 20px;
    margin-bottom: 20px;
    height: 350px;
    border-radius: 0;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.box-chat-cliente-rodape {
    background: #EDEDED;
    padding: 25px 10px 10px 10px;
    height: 65px;
    border-radius: 0 0 5px 5px;
    width: 60%;
    margin-left: 20%;
    margin-top: -30px;
    text-align: center;
}

.box-chat-cliente-rodape {
    background: #EDEDED;
    padding: 25px 10px 10px 10px;
    height: 65px;
    border-radius: 0 0 5px 5px;
    width: 60%;
    margin-left: 20%;
    margin-top: -30px;
    text-align: center;
}

.btn-chat-rodape {
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    margin-left: 5px;
    width: 70px;
}

    .btn-chat-rodape i {
        font-size: 17px;
        margin-left: 10px;
        margin-right: 10px;
    }

@media(max-width: 500px) {
    .col-mobile {
        max-width: 90px !important;
    }

    .col.sel-mobile {
        min-width: 100%;
        margin-bottom: 10px;
    }

    .box-chat-cliente-rodape {
        background: #EDEDED;
        padding: 25px 10px 10px 10px;
        height: 65px;
        border-radius: 0 0 5px 5px;
        width: 90%;
        margin-left: 5%;
        margin-top: -30px;
        text-align: center;
    }
}

@media(max-width: 500px) {
    .box-login {
        width: 80%;
        left: 10%;
    }

    .box-chat-cliente {
        padding: 20px 20px 20px 20px;
        width: 90%;
        margin-left: 5%;
    }
}

.perfil-operador-cliente {
    padding: 10px 20px 10px 20px;
    background-color: #E2E2E2;
    border-bottom: #CCC solid 1px;
    height: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

    .perfil-operador-cliente img {
        background-color: #036;
        display: block;
        border-radius: 99%;
        padding: 5px 5px 5px 5px;
        height: 40px;
    }

    .perfil-operador-cliente h2 {
        margin-left: 50px;
        margin-top: -30px;
        font-size: 17px;
    }

.box-send-user {
    background-color: #ECECEC;
    padding: 18px 20px 20px 20px;
    margin-top: -20px;
    height: 69px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.cliente-op-box {
    background-color: #ffffff;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    text-shadow: 5px 5px 5px rbga(0,0,0,0.2);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    margin-left: -20px;
    text-align: left !important;
    width: 80%;
}

.cliente-op-seta {
    margin-left: -34px;
}

.cliente-op-text {
    margin-top: -35px;
    margin-left: 10px;
    display: block;
    width: 90%;
}

.cliente-op-date {
    font-size: 12px;
    color: #036;
}

.cliente-user-box {
    background-color: #c8deec;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    text-shadow: 5px 5px 5px rbga(0,0,0,0.2);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    text-align: right;
    margin-right: -20px;
    color: rgb(66, 60, 60);
    width: 80%;
    margin-left: 25%;
}

    .cliente-user-box strong {
        color: #C92026;
    }

.cliente-user-seta {
    margin-right: -34px;
}

.cliente-user-btn-audio {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #036;
    color: #ffffff;
}

.cliente-user-text {
    margin-top: -35px;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
}

.cliente-user-date {
    font-size: 12px;
    color: #c92026;
}


/* Painel do Operador */

.panel-operador-ativo a {
    display: block;
    padding: 10px 20px 10px 20px;
    background-color: #e7d4d4;
    border-bottom: #CCC solid 1px;
    height: 200px;
    color: #000000;
    margin-bottom: 20px;
}

    .panel-operador-ativo a:hover {
        display: block;
        padding: 10px 20px 10px 20px;
        background-color: #FFB0B0;
        border-bottom: #CCC solid 1px;
        height: 200px;
        color: #900;
        text-decoration: none;
    }

.panel-operador-ativo h2 {
    font-size: 20px;
}

.panel-operador-ativo p {
    font-size: 15px;
}

.panel-operador-inativo a {
    display: block;
    padding: 10px 20px 10px 20px;
    background-color: #FFF;
    border-bottom: #CCC solid 1px;
    height: 200px;
    color: #000000;
    margin-bottom: 20px;
}

    .panel-operador-inativo a:hover {
        padding: 10px 20px 10px 20px;
        background-color: #EDEDED;
        border-bottom: #CCC solid 1px;
        height: 200px;
        color: #000000;
        text-decoration: none;
    }

.panel-operador-inativo h2 {
    font-size: 20px;
}

.panel-operador-inativo p {
    font-size: 15px;
}

.bg-orange {
    background-color: #000 !important;
}

.tit0 {
    background-color: #999 !important;
    font-weight: bold;
    text-transform: uppercase;
}

.tit1 {
    background-color: #CCC !important;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, .text-orange {
    color: #009EE3 !important;
}

div#divfoot {
    background-color: #CCC;
}

.esqueci-senha, .msg, #Login1_dvCap {
    color: white;
}








/**********************************************************************/
/*********************colocar o layout da intranet abaixo**************/
/**********************************************************************/






.topo-paneas {
    /*background-image: url('img/logo.png');*/
    background-repeat: no-repeat !important;
    background-color: #044774;
}

#menu #menuHidden li a {
    border: 1px solid rgba(34, 144, 216, 0.5);
    background-color: rgba(34, 144, 216, 0.5);
    color: white;
}

    #menu #menuHidden li a:hover {
        border: 1px solid rgba(34, 144, 216, 0.25) !important;
        background-color: rgba(34, 144, 216, 0.50) !important;
        color: white;
    }

.logo-dir {
    height: 40px;
    position: absolute;
}

span#lblUsuario {
    position: absolute;
    right: 15px;
    top: 50px;
    font-family: sans-serif;
}

.topo-control-browser a {
    border-radius: 5px;
    background-repeat: no-repeat !important;
    background-size: contain;
}

div#row2 {
    background-color: #ededed;
    padding: 10px;
    border-radius: 5px;
}

.btn-primary:hover {
    border: 1px solid rgba(34, 144, 216, 0.25) !important;
    background-color: rgba(34, 144, 216, 0.50) !important;
    border: #3ABBE8 !important;
}

.btn-primary {
    border: 1px solid rgba(34, 144, 216, 0.25) !important;
    background-color: rgba(34, 144, 216, 0.50) !important;
    border: #3ABBE8 !important;
}

table.dataTable.display thead th.destaque0, table.dataTable.display tfoot td.destaque0 {
    background-color: #3ABBE8 !important;
}

table.dataTable.display tbody tr.odd td.destaque0 {
    background-color: rgba(34, 144, 216, 0.5);
}

table.dataTable.display tbody tr.even td.destaque0 {
    background-color: rgba(34, 144, 216, 0.35);
}

select {
    border-radius: 5px !important;
    padding: 5px !important;
    min-width: 200px !important;
    border: 1px solid #3ABBE8;
    margin-bottom: 5px;
}

.form-group select {
    border: 1px solid #3ABBE8;
}

option {
    padding: 2px;
}

select::-webkit-scrollbar {
    width: 10px;
    background: #CCC;
    border-radius: 0;
    border-radius: 6px;
}

select::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #3ABBE8;
}

.submit {
    height: 80px;
    width: 120px !important;
    text-transform: uppercase;
}

.hasDatepicker {
    background: #fff !important;
    border: 1px solid #3ABBE8;
}

span.input-group-addon {
    background: #3ABBE8;
    color: #fff;
    border: 1px solid #3ABBE8;
    text-transform: uppercase;
}

.glyphicon-calendar {
    color: #3ABBE8;
}

div.row.divisor {
    border-bottom: 0;
    margin: 20px 0 0 0;
    padding: 5px;
}

.chamada-entrada {
    margin: 5px !important;
    color: #3ABBE8;
}

.container-box::-webkit-scrollbar {
    height: 10px;
    background: #CCC;
    border-radius: 0;
    border-radius: 6px;
}

.container-box::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #3ABBE8;
}

table.dataTable.display thead th.highlight, table.dataTable.display thead tr.highlight th, table.dataTable.display tbody td.highlight, table.dataTable.display tbody tr.highlight td, table.dataTable.display tfoot td.highlight, table.dataTable.display tfoot tr.highlight td {
    background-color: #3ABBE8 !important;
    border-color: #3ABBE8;
}

.ui-widget-header {
    border: 1px solid #CCC;
    background: #CCC;
}

#Login1 td {
    border-top: 0px !important;
}

.btnOculto {
    display: none;
}

#dtTabulacoesAbertas a i {
    color: white;
}

table.dataTable tr td {
    color: black;
}

.esqueci-senha:active,
.esqueci-senha:default,
.esqueci-senha:visited,
.esqueci-senha:focus,
.box-login .msg,
.box-login h3,
.box-login .esqueci-senha,
.box-login #lblMensagem {
    color: white;
}

input.loading, button.loading {
    background-color: silver !important;
}

.msg {
    color: #000 !important;
}

.box-login .dcontexto {
    color: red;
}
