﻿::selection {
    background: #00D2C7;
    color: #ffffff;
}

body.x-border-layout-ct, div.x-border-layout-ct {
    background-color: white !important;
}

a {
    text-decoration: none;
    color: slategrey;
    cursor: pointer;
}

/*Início do estilo novo do André*/

.login_text {
    font-family: "Roboto",arial;
    font-size: small;
    top: 0px;
    float: left;
    color: #999999;
    padding: 0px;
}

    .login_text span {
        color: #00D2C7;
        font-weight: 500;
        padding: 15px;
    }

    .login_text p {
        width: 500px;
        margin-left: 55px;
        margin-top: 0px;
    }

.searchbar {
    background-color: #E5E5E5;
    overflow: hidden;
    padding: 5px;
    -webkit-box-shadow: inset 0px -5px 25px -10px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0px -5px 25px -10px rgba(0,0,0,0.25);
    box-shadow: inset 0px -5px 25px -10px rgba(0,0,0,0.25);
}

.searchbarNOVO {
    display: block;
    float: left;
    font-family: "Roboto",arial;
    background-color: #00B5AF;
    padding: 5px 8px;
    color: #ffffff;
    border-radius: 5px;
    margin-right: 3px;
    font-size: 8px;
    font-weight: 300;
}

.input_search {
    border: 0px;
    background-color: #ffffff;
    padding: 0px;
    float: left;
    font-family: "Roboto",arial;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: -1px;
}

.lateral_ocultar {
    display: block;
    cursor: pointer;
    width: 26px;
    height: 25px;
    background-color: #00E8BC;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0px 5px;
}

.lateral_reexibir {
    text-align: center;
    cursor: pointer;
    width: 30px;
    height: 100vh;
    background-color: #00B5AF;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    display: none;
    -webkit-box-shadow: 0px 0px 31px -9px rgba(0,0,0,0.75);
    background-image: url('../../Contents/Images/HTML/reexibir.png');
    background-repeat: no-repeat;
    background-position: center top;
    -moz-box-shadow: 0px 0px 31px -9px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px -9px rgba(0,0,0,0.85);
    color: #cccccc;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.lateral_ocultar::before {
    content: "\f100";
    font-family: FontAwesome;
    font-size: 22px;
    color: #ffffff;
}

.lateral_ocultar:hover:after {
    content: "OCULTAR";
    display: block;
    background: rgba(0,232,188,.5);
    position: absolute;
    right: 26px;
    top: 0px;
    padding: 4px 6px;
    font-size: 14px;
    color: #ffffff;
    transition: all .2s cubic-bezier(.190, 1.000, .220, 1.000);
}

.lateral_ocultar:active {
    background-color: #00A6A3;
}

.lateral_ocultar2:active {
    background-color: #00A6A3;
}

.button_login {
    display: block;
    float: left;
    border: 1px solid #dedede;
    padding: 6px 18px;
    margin: 29px 4px 0px 0px;
    color: #aaaaaa;
    font-family: "Roboto",arial;
    font-size: small;
    border-radius: 4px;
}

.lateral_layer_group_name {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    display: block;
    padding: 12px 16px;
    color: #888888;
}

.default_name {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding: 2px 3px;
    color: #888888;
}

/*Fim do estilo novo do André*/

.x-btn-icon-el.x-btn-icon-el-default-toolbar-small.x-btn-glyph {
    opacity: 1;
    font-size: 22px;
    color: #00DFAB;
}

.x-btn-default-small {
    border-color: #00B5AF;
    background-color: #00B5AF;
}

.x-btn-focus.x-btn-default-small {
    border-color: #00B5AF;
    background-color: #00B5AF;
}

.x-btn-over.x-btn-default-small {
    border-color: #02a59f;
    background-color: #02a59f;
}

.x-btn.x-btn-disabled.x-btn-default-small {
    border-color: #00B5AF;
    background-color: #00B5AF;
}

.x-btn.x-btn-pressed.x-btn-default-small {
    border-color: #02847f;
    background-color: #02847f;
}

.x-btn-inner-default-toolbar-small {
    color: #ffffff;
}

.x-btn-default-toolbar-small {
    border-color: #00B5AF;
    background-color: #00B5AF;
}

.x-btn-focus.x-btn-default-toolbar-small {
    border-color: #00B5AF;
    background-color: #00B5AF;
}

.x-btn-over.x-btn-default-toolbar-small {
    border-color: #02a59f;
    background-color: #02a59f;
}

.x-btn.x-btn-disabled.x-btn-default-toolbar-small {
    border-color: #00B5AF;
    background-color: #00B5AF;
}

.x-btn.x-btn-pressed.x-btn-default-toolbar-small {
    border-color: #02847f;
    background-color: #02847f;
}

.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-small, .x-btn-default-toolbar-small {
    border-color: #00B5AF;
    background-color: #00B5AF;
}

.x-btn.x-btn-menu-active.x-btn-default-toolbar-small, .x-btn-default-toolbar-small {
    border-color: #00B5AF;
    background-color: #00B5AF;
}

.x-btn.x-btn-icon.x-unselectable.x-box-item.x-toolbar-item.x-btn-default-toolbar-small {
    border-color: #00CF9F;
    background-color: #ffffff;
}

    .x-btn.x-btn-icon.x-unselectable.x-box-item.x-toolbar-item.x-btn-default-toolbar-small.x-btn-pressed {
        border-color: #00CF9F;
        background-color: #cccccc;
    }

.x-panel-body {
    font-family: "Roboto",arial;
    font-size: small;
    border-color: #cccccc;
    background-color: #ffffff;
}

.x-panel-header {
    border-color: #cccccc;
    background-color: #dedede;
}

.x-title-text {
    font-family: "Roboto",arial;
    font-size: medium;
    font-weight: 600;
    color: #00B5AF;
}

.x-toolbar {
    border-color: #cccccc;
    background-color: #E5E5E5;
}

.x-tab-inner-default {
    font: 300 13px/16px helvetica, arial, verdana, sans-serif;
    color: #000;
    max-width: 100%;
    color: #ffffff !important;
    font-size: medium;
    font-weight: 600;
}

.x-tab-bar-default {
    background-color: #00B5AF;
}

.x-tab-default {
    border-color: #00B5AF;
    background-color: #00B5AF;
    background: #00B5AF;
    height: 30px;
    padding: 10px;
}

.x-tab-focus.x-tab-default {
    border: none;
    border-color: #00B5AF;
    background-color: #00B5AF;
    border-width: 0px;
    border-bottom: 5px solid #00CF9F;
}

.x-tab-over.x-tab-default {
    border-color: #00A6A3;
    background-color: #00A6A3;
    border-bottom: 5px solid #00CF9F;
}

.x-tab.x-tab-disabled.x-tab-default {
    border-color: #00B5AF;
    background-color: #00B5AF;
    background: #00B5AF;
    height: 25px;
    width: 125px;
    padding: 15px;
}

.x-tab.x-tab-active.x-tab-default {
    border-color: #00A6A3;
    background-color: #00A6A3;
    border-bottom: 5px solid #00CF9F;
}

.x-tab-focus.x-tab-active.x-tab-active {
    box-shadow: none;
}

.x-autowidth-table .x-grid-item {
    margin: 5px;
}

.x-column-header-inner {
    text-align: center;
    font-family: "Roboto",arial;
    font-size: small;
    font-weight: 600;
    color: #ffffff;
    background-color: #00DFAB;
}

.x-grid-cell-inner {
    white-space: pre-line;
    color: #000;
    font-family: "Roboto",arial;
    font-size: small;
    font-weight: 400;
}

.x-grid-item-over {
    background-color: #E0F9F0;
}

.x-grid-item-selected {
    background-color: #C9FFEA;
}

.x-grid-with-row-lines .x-grid-item {
    border-style: solid;
    border-width: 1px 0 1px 0;
    border-color: #E5E5E5;
}

    .x-grid-with-row-lines .x-grid-item.x-grid-item-selected {
        border-style: solid;
        border-color: #ffffff;
    }

.x-grid-checkcolumn-checked {
    width: 15px !important;
    height: 15px !important;
    top: -1px !important;
    background-image: url(../../Images/HTML/check-box_2.png) !important;
    background-repeat: no-repeat;
    background-position: 0 !important;
}

.x-grid-checkcolumn {
    width: 15px;
    height: 15px;
    background-image: url(../../Images/HTML/check-box-outline-blank_2.png);
    background-repeat: no-repeat;
    background-position: 0 !important;
}

.x-window {
    border-color: #ffffff;
    background-color: #E5E5E5;
}

.x-window-header {
    background-color: #E5E5E5;
}

.x-form-item-label-inner {
    font-family: "Roboto",arial;
    font-weight: 600;
    color: #00CF9F;
}

.x-form-field {
    font-family: "Roboto",arial;
    font-size: large;
}

.x-form-display-field-default {
    font-family: "Roboto",arial;
    font-size: small;
}

.x-form-empty-field-default {
    font-size: large;
    color: #888888;
}

.x-form-cb-checked {
    width: 15px !important;
    height: 15px !important;
    top: -1px !important;
    background-image: url('../../Images/HTML/check-box_2.png') !important;
    background-repeat: no-repeat;
    background-position: 0 !important;
}

.x-form-cb {
    width: 15px;
    height: 15px;
    background-image: url('../../Images/HTML/check-box-outline-blank_2.png');
    background-repeat: no-repeat;
    background-position: 0 !important;
}

.x-boundlist-item {
    white-space: pre-line;
    font-family: "Roboto",arial;
    font-size: small;
    font-weight: 400;
    color: #000;
}

.x-boundlist-selected.x-boundlist-item {
    white-space: pre-line;
    background-color: #00CF9F;
    font-family: "Roboto",arial;
    font-size: small;
    font-weight: 400;
    color: #000;
    background-color: #C9FFEA;
}

.x-boundlist-item-over.x-boundlist-item {
    white-space: pre-line;
    background-color: #00CF9F;
    font-family: "Roboto",arial;
    font-size: small;
    font-weight: 400;
    color: #000;
    background-color: #E0F9F0;
}

.x-tree-checkbox {
    width: 30px;
    height: 30px;
    background-image: url(../../Images/HTML//check-box-outline-blank.png);
    background-repeat: no-repeat;
}

.x-tree-checkbox-checked {
    width: 30px !important;
    height: 30px !important;
    top: -1px !important;
    background-image: url('../../Images/HTML/check-box.png');
    background-repeat: no-repeat;
    background-position: 0 !important;
}

.x-menu-item {
    white-space: pre-line;
    font-family: "Roboto",arial;
    font-size: small;
    font-weight: 400;
    color: #000;
}

.x-menu-item-active.x-menu-item {
    white-space: pre-line;
    background-color: #00CF9F;
    font-family: "Roboto",arial;
    font-size: small;
    font-weight: 400;
    color: #000;
    background-color: #E0F9F0;
}

.x-legend.x-horizontal .x-legend-item {
    display: block;
}

.x-legend-item {
    font-family: "Roboto",arial;
    font-size: 11px;
    white-space: pre-line;
    vertical-align: middle;
}

.x-tool-close {
    width: 26px;
    height: 26px;
    background-image: url('../../Images/HTML/close_window.png');
}

.x-tool-collapse-left {
    width: 16px;
    height: 16px;
    background-image: url('../../Images/HTML/arrowLeft.png');
}

.x-tool-expand-right {
    width: 16px;
    height: 16px;
    background-image: url('../../Images/HTML/arrowRight.png');
}

.x-tool-collapse-top {
    width: 16px;
    height: 16px;
    background-image: url('../../Images/HTML/arrowUp.png');
}

.x-tool-expand-bottom {
    width: 16px;
    height: 16px;
    background-image: url('../../Images/HTML/arrowDown.png');
}

.x-accordion-hd .x-tool-img {
    height: 30px;
    width: 30px;
    background-image: url('../../Images/HTML/arrow_down.png');
    background-color: white;
}

.x-accordion-hd .x-tool-collapse-top, .x-accordion-hd .x-tool-collapse-bottom {
    height: 30px;
    width: 30px;
    background-image: url('../../Images/HTML/arrow_up.png');
    background-color: white;
    background-position: 0;
}

.x-tree-icon {
    width: 30px;
    height: 28px;
    /*background-image: url('../../Images/...');
    background-repeat: no-repeat;*/
}

.x-panel-body-default {
    background: none !important;
    border: none;
}

/*Estilo foto usuário*/
.img-box img.img-hover {
    display: none;
}

.img-box:hover img.img-default {
    display: none;
}

.img-box:hover img.img-hover {
    display: inherit;
}
/*Fim estilo foto usuário*/
