﻿/*Template Sissonline*/
/*COMMON*/
* {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    list-style-type: none;
}

body {
    background-color: #ffffff;
    color: #4a4a4a;
}

.iframe-content {
    background-color: #ffffff !important;
}

html,
body,
form,
input,
select,
textarea,
table {
    font-size: 11px;
    font-family: Verdana;
}

h1 {
    font-size: 1.4em;
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5 {
    font-size: 1em;
}

fieldset {
    border: 1px solid #56B89E;
    background-color: #FFF;
    padding: 5px;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
}

input[type="text"],
input[type="password"],
textarea {
    border: solid 1px #B0B0B0;
}

    input[type=text]:focus,
    input[type=password]:focus,
    textarea:focus,
    select:focus {
        background-color: #FAFAFA;
        border: solid 1px #83CDBA;
    }

input[type='button'],
input[type='submit'],
input[type='reset'] {
    cursor: pointer;
    color: #818282;
    font-size: 1em;
    font-weight: bold;
    border-color: #818282;
    background: url('/Image/IconsFramework/ui-bg_glass_75_e6e6e6_1x400.png') #e6e6e6 repeat-x 50% 50%;
}

input[type='checkbox'] {
    background-color: transparent;
}

.autocomplete,
.autocomplete:focus {
    background-color: #fffbee !important;
    border: solid 1px #B0B0B0 !important;
}

input.TouchButton {
    display: inline-block;
    margin-bottom: 5px;
    cursor: pointer;
    color: #818282;
    width: 300px;
    height: 45px;
    font-weight: bold;
    border: 1px solid;
    border-color: #818282;
    /*filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr= '#ffffffff' ,EndColorStr= '#cccccccc');*/
}

input.ButtonComplete {
    width: 100px;
    height: 35px;
    cursor: pointer;
}

input.ButtonCancel {
    width: 100px;
    height: 35px;
    cursor: pointer;
    margin-left: 10px;
}

.TouchCheckBox {
    height: 30px;
    width: 30px;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}

.TouchCheckBoxNew {
    height: 31px;
    width: 33px;
    background: url('/Image/IconsFramework/ui-input-style-check-touch.png') 0 0 no-repeat;
}

    .TouchCheckBoxNew.selected {
        background-position: -40px 0;
    }

select {
    border: 1px solid #b0b0b0;
    background-color: White;
    font-size: 1em;
    font-family: Verdana;
    text-transform: capitalize !important;
}

    select[disabled],
    input[disabled],
    textarea[disabled] {
        border-color: #CFD0D0 !important;
        background-color: #EEEFEF !important;
    }
/*CONTAINERS*/
div.HeaderContainer {
    margin: 5px 0 0 0;
    padding: 0 0 0 0;
    background-image: url('/Image/OperationMenu/background.gif');
    border-style: solid;
    border-width: thin;
    color: #FFFFFF;
    height: 45px;
}

table.HeaderContainer {
    margin: -3px 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 30px;
}

div.ContentMaster {
    width: 980px;
    text-align: left;
    padding: 0;
}
/*** GridView Personalizada ***/
table.GridView {
    margin: 0 0 0 0;
    border-spacing: 0;
    width: 100%;
    border: solid 1px #818282;
    text-align: left;
}

tr.GridViewHeader {
    font-weight: bold;
    color: #6C6C6C;
    background-image: url('/Login/Image/bgHeaderGrid.gif');
    height: 33px;
    text-align: left;
}

    tr.GridViewHeader th {
        text-align: left;
    }

tr.GridViewRowOn {
    background-color: #F7F5F5;
}

table.GridView td {
    margin: 3px 3px 3px 3px;
    padding: 3px 3px 3px 10px;
    height: 33px;
}

td.GridViewCellAction {
    cursor: pointer;
    width: 40px;
}
/*GridView Personalizada (Small)*/
table.GridViewSmall {
    margin: 0;
    border-spacing: 0;
    width: 100%;
    border: solid 1px #818282;
    font-size: 1em;
}

tr.GridViewHeaderSmall {
    font-weight: bold;
    color: #6C6C6C;
    background-image: url('/Login/Image/bgHeaderGrid.gif');
}

div.GridViewRowOnSmall,
tr.GridViewRowOnSmall {
    background-color: #F7F5F5;
}

table.GridViewSmall td {
    margin: 3px 3px 3px 3px;
    padding: 3px 3px 3px 10px;
    height: 22px;
}

td.GridViewCellActionSmall {
    cursor: pointer;
    width: 40px;
}
/*Toobar de funções dinâmicas*/
div.FunctionBarContent {
    background-color: #E7F9F4;
    color: #4C4C4C;
    height: 99%;
    border-bottom: solid 1px #83CDBA;
    border-left: solid 1px #83CDBA;
    border-right: solid 1px #83CDBA;
}

div.FunctionBar {
    margin: 0 3px 0 0;
    padding: 1px 0 0 0;
    display: inline-table;
    width: 100px;
    height: 39px;
    cursor: pointer;
}

div.FunctionBarFocused {
    background-color: #74AEA1;
    margin: 0 3px 0 0;
    padding: 1px 0 0 0;
    display: inline-table;
    width: 116px;
    height: 39px;
    cursor: pointer;
    color: #FFFFFF;
}

img.FunctionBar {
    margin-left: 5px;
    margin-top: 5px;
}

span.FunctionBar {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
/*GreenBox*/
div.GreenContent {
    margin: 10px 0 10px 0;
    border: solid 1px #56B89E;
    background-color: #FFF;
}

div.GreenHeader {
    margin: -2px 0 0 0;
    padding: 0 0 0 0;
    background-image: url('/Login/Image/bgHeaderGreen.gif');
    width: 100%;
    height: 30px;
    font-weight: bold;
    color: #FFFFFF;
}

div.LabelGreenHeader {
    padding: 8px 0 0 10px;
}

div.LabelGroupHeader {
    padding: 8px 0 0 10px;
    color: #288a70;
    font-size: 1.1em;
    width: 100%;
    font-weight: bold;
}

div.GreenRow {
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 15px;
}

div.GreenColumn {
    float: left;
    margin: 0 20px 10px 0;
}

div.GreenLine {
    float: left;
    width: 100%;
}

div.GreenLabel {
    display: inline;
    float: left;
    vertical-align: middle;
    text-align: right;
    margin: 0 5px 0 0;
    width: 131px;
}

tr.GreenHeader {
    margin: -2px 0 0 0;
    padding: 0 0 0 0;
    background-image: url('/Login/Image/bgHeaderGreen.gif');
    width: 100%;
    height: 30px;
    font-weight: bold;
    color: #FFFFFF;
}

table.GreenTable {
    width: 590px;
}

    table.GreenTable td {
        width: 50%;
    }

legend {
    font-size: 1.1em;
    color: #383838;
    padding: -5px 5px 5px 5px;
}

.ModalWindow {
    background-color: #FFFFFF;
    width: 600px;
    height: 400px;
    text-align: left;
    padding: 0;
    border: 0;
}

.PopupFrame {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: White;
}

.Popup {
    width: 800px;
    height: 650px;
    background-color: #FFFFFF;
    z-index: 100002;
}

.PopupMedio {
    width: 950px;
    height: 600px;
    background-color: #FFFFFF;
    z-index: 100002;
}

.PopupGrande {
    width: 1024px;
    height: 650px;
    background-color: #FFFFFF;
    z-index: 100002;
}

.ModalBackground {
    background-color: Gray;
    opacity: 0.7;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.ButtonManutencao {
    width: 90px;
    height: 30px;
    cursor: pointer;
}

div.FinishPopup {
    top: 555px;
    left: 483px;
    position: absolute;
}

tr.GridViewHeaderSearch {
    font-weight: bold;
    color: #6C6C6C;
    background-image: url(/Login/Image/bgHeaderGrid.gif);
}

.checkboxlist {
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}

    .checkboxlist label {
        margin: 5px;
        vertical-align: top;
    }

.RequiredField:before {
    color: #F00;
    content: "*";
    margin-right: 5px;
}

.PanelModalTitulo {
    height: 30px;
    background-color: #74AEA1;
    border: solid 1px #807F7F;
    color: #FFFFFF;
    margin-bottom: 10px;
    padding: 15px 0 0 10px;
    font-weight: bold;
}

div.GreenRowServPrest {
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 15px;
}

div.GreenLabelServPrest {
    display: inherit;
    float: left;
    vertical-align: middle;
    text-align: right;
    width: 400px;
    margin-top: 3px;
    margin-right: 5px;
}
/* ################# REGION MODAL ############################*/
.ModalBackgroundDiv {
    width: 100%;
    height: 100%;
    float: left;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0.5;
    filter: alpha(opacity=70);
    background-color: white;
    z-index: 40;
    display: none;
}

.ModalDiv {
    min-width: 800px;
    max-width: 800px;
    position: fixed;
    top: 150px;
    display: none;
    margin: auto;
    z-index: 50;
    left: 50%;
    margin-left: -400px;
    text-align: left;
}

.ModalBorder {
    height: 85%;
    background-color: #00869D;
    padding: 2px;
    border-radius: 5px;
    _webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0 5px 80px #888;
}

.ModalForm {
    background-color: white;
    height: 100%;
    border-radius: 3px;
    _webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.ModalFormHeader {
    height: 30px;
    padding: 3px;
    border-bottom: solid 3px #97C6A2;
    background-color: #00869D;
    color: white;
}

.ModalFormHeaderTitle {
    font-size: 1.7em;
    padding: 0 10px 0 10px;
    line-height: 30px;
}

.ModalFormClose {
    float: right;
    margin: 4px 5px 0 10px;
    width: 22px;
    height: 22px;
    background: url('/Login/Image/iconCloseModal.png') no-repeat;
    cursor: pointer;
    display: inline-block;
}

.ModalFormBody {
    background-color: #FAFAFA;
    border-top: solid 1px white;
    border-bottom: solid 1px white;
    font-size: 1.2em;
    padding-top: 10px;
}

    .ModalFormBody fieldset {
        margin: 0 0 25px 15px;
    }

.ModalFormBottom {
    height: 40px;
    border-top: solid 2px #EEE;
    background-color: white;
}

.ModalScroll {
    max-height: 380px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.Scrollbar {
    scrollbar-face-color: #CCCCCC;
    scrollbar-shadow-color: #EEEEEE;
    scrollbar-highlight-color: #EEEEEE;
    scrollbar-3dlight-color: #EEEEEE;
    scrollbar-darkshadow-color: #EEEEEE;
    scrollbar-track-color: #EEEEEE;
    scrollbar-arrow-color: #EEEEEE;
}

.MenuFunctions {
    width: auto;
    height: 45px;
    list-style-type: none;
    margin: -15px 0 0 0;
    padding: 0 20px 0 20px;
    background-color: #F0F0F0;
    border-bottom: 1px solid #DBDBDB;
}

    .MenuFunctions li {
        font-weight: bold;
        color: #666;
        border-left: 1px solid #DBDBDB;
        border-top: 1px solid #DBDBDB;
        border-right: 1px solid #DBDBDB;
        margin-left: -1px;
        margin-top: -1px;
        height: 45px;
        line-height: 45px;
        float: left;
        padding: 0 15px;
        cursor: pointer;
    }

        .MenuFunctions li.selected {
            color: #006699;
            border-top: 1px solid #009F6E;
            background-color: #FFF;
            height: 48px;
            position: relative;
            margin-top: -3px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            -webkit-border-top-left-radius: 5px;
            -webkit-border-top-right-radius: 5px;
        }

.IconeTabFuncoes {
    display: inline-block;
    vertical-align: middle;
    background-position: center center;
    text-transform: uppercase;
}

.Title {
    color: #006699;
    font-size: 1.3em;
    font-weight: bold;
    white-space: nowrap;
}

.line {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 7px;
    padding-top: 7px;
    position: relative;
}
/*RISCO*/
.risco li {
    border: 1px solid #ccc;
    width: 25px;
    height: 5px;
    list-style-type: none;
    display: block;
    margin: 1px 0;
}

.risco_branco {
    background-color: #ffffff;
}

.risco_vermelho {
    background-color: #FD5252;
}

.risco_amarelo {
    background-color: #FBF24F;
}

.risco_verde {
    background-color: #69E594;
}

.risco_azul {
    background-color: #378DFB;
}

.risco_laranja {
    background-color: #f5a222;
}
/*Remove o X que o os IE com versão superior à 8 possuem*/
.autocomplete::-ms-clear {
    display: none;
}
/*#region FORM*/
.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
}

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

.form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}

.form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

.form-inline .has-feedback .form-control-feedback {
    top: 0;
}

.form-group {
    margin-bottom: 15px;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
/*#endregion FORM*/
/*#region CUSTOM FORM*/
.form-space-a {
    margin: 15px;
}

.control-label span {
    line-height: 24px !important;
}

.control-button {
    width: 100%;
}

.float-right {
    position: relative;
    float: right;
}
/*#endregion*/
/*#region FIX*/
.clearfix:before,
.clearfix:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.clearfix:after,
.form-horizontal .form-group:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/*#endregion*/
/*HEADER*/
.titleHeader {
    color: #006699;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 30px;
}
/*GERAL*/
#ContentGeral,
.ContentGeral {
    width: 980px;
    left: 50%;
    margin: 70px 0 0 -490px;
    position: relative;
    float: left;
    text-align: left;
    padding-bottom: 40px;
}

.BoxContentGeral {
    background-color: #FFF;
}
/*FOOTER*/
.footer {
    width: 100%;
    bottom: 0;
    position: fixed;
    height: 30px;
    line-height: 30px;
    background-color: #ffffff;
    border-top: solid 1px #CBE0DF;
}

    .footer > div {
        width: 980px;
        margin: 0 auto;
        position: relative;
    }

    .footer .copyright {
        width: 400px;
        color: #666;
        font-size: 0.9em;
        float: left;
        text-align: left;
    }

    .footer .company {
        width: 400px;
        color: #666;
        font-size: 0.9em;
        float: right;
        text-align: right;
    }
/*CORES*/
.ColorBlue {
    color: #006699;
}

.ColorGreen1 {
    color: #066;
}

.ColorGreen2 {
    color: #009F6D;
}

.ColorBlueBold {
    color: #006699;
    font-weight: bold;
}

.ColorBlueBold14 {
    color: #006699;
    font-weight: bold;
    font-size: 1.3em;
}

.ColorGreen1Bold {
    color: #066;
    font-weight: bold;
}

.ColorGreen2Bold {
    color: #009F6D;
    font-weight: bold;
}
/*SCROLL*/
.Scroll {
    scrollbar-face-color: #CCCCCC;
    scrollbar-shadow-color: #EEEEEE;
    scrollbar-highlight-color: #B8B8B8;
    scrollbar-3dlight-color: #EEEEEE;
    scrollbar-darkshadow-color: #EEEEEE;
    scrollbar-track-color: #EEEEEE;
    scrollbar-arrow-color: #A3A3A3;
}

    body::-webkit-scrollbar,
    .Scroll::-webkit-scrollbar {
        width: 9px;
        height: 9px;
        background-color: #EEE;
        -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    }

    body::-webkit-scrollbar-thumb,
    .Scroll::-webkit-scrollbar-thumb {
        min-height: 9px;
        min-width: 9px;
        -webkit-border-radius: 0;
        background-color: #CCC;
        -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    }

    body::-webkit-resizer,
    .Scroll::-webkit-resizer {
        -webkit-border-radius: 4px;
        background-color: #666;
    }
/*MUDAR PARA NOVO DATAGRID*/
.dataTables_buttons_actions {
    margin-left: -3px !important;
}
/*#region BARRA TITULO*/
#Header {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    border-bottom: 1px solid #C2D6C4;
    background: url('/Image/BarraTitulo/bgHeader.jpg') repeat-x;
    color: #666;
    z-index: 5;
}

#HeaderTop {
    width: 100%;
    height: 25px;
    position: relative;
    float: left;
    text-align: left;
    background-color: #FFF;
    border-bottom: 1px dotted #C2D6C4;
    color: #666;
}

#HeaderTopContent {
    width: 980px;
    height: 25px;
    line-height: 25px;
    position: relative;
    left: 50%;
    margin: 0 0 0 -490px;
}

#HeaderTopTitle {
    float: left;
}

.HeaderTopTitle {
    float: left;
    color: #006666;
    font-weight: bold;
}

#HeaderTopUnidade {
    float: right;
    color: #666666;
    font-weight: bold;
    text-align: right;
}

#HeaderContent {
    width: 980px;
    height: 42px;
    left: 50%;
    margin: 30px 0 0 -490px;
    position: relative;
}

#LogoSiss {
    width: 75px;
    height: 35px;
    background: url('/Image/BarraTitulo/spHeader.png') 0 0 no-repeat;
    border-right: 1px dotted #CCC;
    float: left;
}

#HeaderAvatar {
    width: 32px;
    height: 35px;
    float: left;
    background-color: #DBDBDB;
    border: 1px solid #CCC;
    margin-left: 10px;
}

#HeaderUser {
    width: 350px;
    height: 35px;
    float: left;
    background: url('/Image/BarraTitulo/spHeader.png') -100px -57px no-repeat;
    text-align: left;
    margin-left: 10px;
    padding-left: 5px;
}

#UserName {
    width: 255px;
    height: 20px;
    font-weight: bold;
}

#HeaderActions {
    height: 35px;
    border-left: 1px dotted #CCC;
    float: right;
    padding: 0 10px;
}

#IcHome {
    width: 25px;
    height: 35px;
    background: url('/Image/BarraTitulo/spHeader.png') -176px 7px no-repeat;
    display: inline-block;
    cursor: pointer;
}

#IcFavorites {
    width: 25px;
    height: 35px;
    background: url('/Image/BarraTitulo/spHeader.png') -142px 6px no-repeat;
    display: inline-block;
    cursor: pointer;
}

#IcConfig {
    width: 25px;
    height: 35px;
    background: url('/Image/BarraTitulo/spHeader.png') -200px 7px no-repeat;
    display: inline-block;
    cursor: pointer;
}

#IcHelp {
    width: 27px;
    height: 35px;
    background: url('/Image/BarraTitulo/spHeader.png') -225px 7px no-repeat;
    display: inline-block;
    cursor: pointer;
}

#IcLogout {
    width: 25px;
    height: 35px;
    background: url('/Image/BarraTitulo/spHeader.png') -250px 7px no-repeat;
    display: inline-block;
    cursor: pointer;
}

#IcUnidade,
.IcUnidade {
    width: 25px;
    height: 25px;
    background: url('/Image/BarraTitulo/spHeader.png') -118px 5px no-repeat;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}

#TimeSession {
    width: 62px;
    height: 35px;
    line-height: 35px;
    border-left: 1px dotted #CCC;
    float: right;
    font-weight: bold;
    overflow: hidden;
}

.DigitCenter {
    float: left;
    width: 10px;
}

#TxtUnidade {
    line-height: 25px;
    display: inline-block;
}

#AcessoRapido {
    width: 250px;
    height: 35px;
    line-height: 35px;
    float: right;
    text-align: right;
}

    #AcessoRapido > div {
        display: inline-block;
        position: relative;
    }

    #AcessoRapido .AcessoRapidoIcones {
        top: 5px;
    }

        #AcessoRapido .AcessoRapidoIcones > ul {
            list-style: none;
            margin: 0;
            padding: 0;
            border: 0;
            line-height: 1px;
        }

            #AcessoRapido .AcessoRapidoIcones > ul > li {
                margin: 0;
                padding: 0;
                border: 0;
                line-height: 1px;
                display: inline-block;
                margin-right: 5px;
            }

                #AcessoRapido .AcessoRapidoIcones > ul > li:last-child {
                    margin-right: 0;
                }

                #AcessoRapido .AcessoRapidoIcones > ul > li .ic-acesso-rapido {
                    width: 35px;
                    cursor: pointer;
                }

    #AcessoRapido .IcAcessoRapido {
        width: 30px;
        height: 30px;
        cursor: pointer;
        position: relative;
        right: 0;
        top: 0;
    }

    #AcessoRapido #IcAcessoRapido {
        width: 30px;
        height: 30px;
        background: url('/Image/BarraTitulo/spHeader.png') -92px 8px no-repeat;
        cursor: pointer;
        position: absolute;
    }

#DadosAcesso {
    width: 255px;
    height: 20px;
    line-height: 30px;
    color: #666666;
    font-size: 0.9em;
}
/*Modal Style*/
.modal-style {
    display: none;
}

._modal-background {
    width: 100%;
    height: 100%;
    float: left;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0.7;
    filter: alpha(opacity=70);
    background-color: white;
    z-index: 40;
    display: none;
}
/*#endregion BARRA TITULO*/
/*#region COUNT DOWN*/
.background {
    width: 48px;
    height: 23px;
}

.dash .digit {
    float: left;
    text-align: center;
    font-weight: bold;
}

.separador {
    float: left;
    text-align: center;
    font-weight: bold;
}
/*#endregion COUNT DOWN*/
/*#region ACESSO RAPIDO*/
.ulAcessoRapidoFavoritos {
    float: left;
    list-style-type: none;
    margin: 10px 0 20px 0;
}

    .ulAcessoRapidoFavoritos > li {
        width: 98px;
        height: 107px;
        margin: 10px 0 0 10px;
        float: left;
        position: relative;
        text-align: center;
    }

.CheckFavor {
    width: 27px;
    height: 27px;
    position: absolute;
    top: 35px;
    right: 2px;
    background: url('/Image/BarraTitulo/spCheckFavor.png') 0 0 no-repeat;
    cursor: pointer;
}

    .CheckFavor.checked {
        background-position: -30px 0;
    }

.CheckAcesso {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 40px;
    right: 2px;
    background: url('/Login/Image/checkbox.png') 0 0 no-repeat;
    cursor: pointer;
}

    .CheckAcesso.checked {
        background-position: 0 -18px;
    }

#MsgAcesso {
    width: 730px;
    float: left;
    margin: 5px 20px 0 20px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #CCC;
    text-align: center;
    line-height: 18px;
}

#IcAlertaAcesso {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    background: url('/Login/Image/icAlert.png') no-repeat;
}

#TxtAlertaAcesso {
    width: 335px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.TxtAcessoDestaque {
    font-weight: bold;
    color: #006666;
}
/*#endregion ACESSO RAPIDO*/
/*#region CONEXAO*/
.siss-offline-ui-on {
    display: none !important;
}

.siss-offline-ui-off {
    display: block !important;
}

.siss-offline-overlay {
    display: none;
    background: rgba(255, 255, 255, 0.7);
    position: fixed;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
}

    .siss-offline-overlay .siss-offline-ui {
        background: #fff;
        border: none;
        text-align: center;
        padding: 20px 80px;
        width: 420px;
        max-height: 300px;
        margin: 0 auto;
        margin-top: 170px;
        -webkit-box-shadow: 0 0 25px #999999;
        -moz-box-shadow: 0 0 25px #999999;
        box-shadow: 0 0 25px #999999;
        -webkit-border-radius: 7px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 7px;
        -moz-background-clip: padding;
        border-radius: 7px;
        background-clip: padding-box;
    }

        .siss-offline-overlay .siss-offline-ui .image-connection {
            width: 162px;
            height: 196px;
        }

        .siss-offline-overlay .siss-offline-ui .info {
            font-size: 1em;
            font-weight: bold;
            text-align: center;
        }

        .siss-offline-overlay .siss-offline-ui .offline-ui-cicles {
            margin: 0 auto;
            margin-top: 20px;
            width: 70px;
        }

            .siss-offline-overlay .siss-offline-ui .offline-ui-cicles > div {
                width: 18px;
                height: 18px;
                background-color: #499291;
                display: inline-block;
                -webkit-border-radius: 100%;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 100%;
                -moz-background-clip: padding;
                border-radius: 100%;
                background-clip: padding-box;
                -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
                -moz-animation: bouncedelay 1.4s infinite ease-in-out;
                -o-animation: bouncedelay 1.4s infinite ease-in-out;
                animation: bouncedelay 1.4s infinite ease-in-out;
                /* Prevent first frame from flickering when animation starts */
                -webkit-animation-fill-mode: both;
                -moz-animation-fill-mode: both;
                -o-animation-fill-mode: both;
                animation-fill-mode: both;
            }

            .siss-offline-overlay .siss-offline-ui .offline-ui-cicles .circulo1 {
                -webkit-animation-delay: -0.32s;
                -moz-animation-delay: -0.32s;
                -o-animation-delay: -0.32s;
                animation-delay: -0.32s;
            }

            .siss-offline-overlay .siss-offline-ui .offline-ui-cicles .circulo2 {
                -webkit-animation-delay: -0.16s;
                -moz-animation-delay: -0.16s;
                -o-animation-delay: -0.16s;
                animation-delay: -0.16s;
            }
/*#region EFFECT*/
@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
/*# sourceMappingURL=Default.css.map */
