body {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-family: Arial, sans-serif;
    color: #333;
    font-size: 12px;
}

#msgAlertaForm {
    font-family: Segoe UI Semibold, Arial, sans-serif;
    font-size: 12px;
    color: #cc0303;
    font-weight: bold;
}

#_Main, #_Header, #_Footer {
    position: fixed;
    width: 90%;
    height: 78%;
    z-index: 2;
}

#_Header {
    height: 9%;
    top: 1%;
    z-index: 5;
}

#_Footer {
    height: 7%;
    bottom: 1%;
    z-index: 4;
    color: #000;
    border-top: 1px solid #CCC;
}

#main {
    position: absolute;
    height: 100%;
    width: 80%;
    bottom: 0px;
    right: 5px;
    overflow-x: hidden;
    background-color: #FFF;
    border: 1px solid #EEE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #9b9b9b;
    -webkit-box-shadow: 1px 1px 1px #9b9b9b;
    box-shadow: 1px 1px 1px #9b9b9b;
}

.ui-widget, .ui-widget-header, .ui-widget-content {
    font-size: 12px;
    font-family: Arial, sans-serif;
}

#_Main > .ui-menu {
    width: 18%;
    z-index: 999;
    -moz-box-shadow: 1px 1px 1px #9b9b9b;
    -webkit-box-shadow: 1px 1px 1px #9b9b9b;
    box-shadow: 1px 1px 1px #9b9b9b;
}

/*
#menu>.ui-menu-item .ui-menu .ui-menu-item{
    width: 100%;
}*/

#_Main > #menu > li ul {
    width: 200px;
    -moz-box-shadow: 1px 1px 1px #9b9b9b;
    -webkit-box-shadow: 1px 1px 1px #9b9b9b;
    box-shadow: 1px 1px 1px #9b9b9b;
}

#_Main > #menu > li ul li {
    width: 200px;
    float: left;
}

.ui-dialog-titlebar-close {
    display: none;
}

.ui-datepicker {
    font-size: 10px;
}

.ui-accordion-content {
    height: 343px;
}

#boxFormReport, #boxTableSupervisor {
    width: 100%;
    height: 90%;
    margin: 5px 5px 5px 5px;
    overflow: auto;
    z-index: 2;
    border: 1px solid #EEE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.linkFooter {
    cursor: pointer;
}

.linkFooter:hover {
    color: #cc0303;
}

#accordion .ui-accordion-header a {
    padding-left: 0;
}

#accordion .ui-accordion-content {
    padding: 0;
}

.table-listData {
    border: 1px solid #EEE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.table-listData thead th {
    color: #666;
    background-color: #F8F8F8;
    height: 25px;
    border-bottom: 2px solid #cc0303;
    text-align: left;
    padding-bottom: 5px;
}

.table-listData tbody tr {
    height: 25px;
}

.table-listData tbody tr:nth-child(odd) {
    background-color: #F8F8F8;
}

.table-listData tbody tr:hover {
    background-color: #D9D9D9;
    cursor: pointer;
}

.phoneFeatured {
    color: #aaaaaa;
}

.dialog-default {
    display: none;
    font-size: 12px;
    color: #333;
    font-family: Arial, sans-serif;
}

.text-serviceCall-a, .text-serviceCall-b, .text-serviceCall-c {
    font-weight: bold;
    color: #008000;
}

.text-serviceCall-b {
    color: #006699;
}

.text-serviceCall-c {
    color: #cc0303;
}

#barTop {
    position: fixed;
    height: 2px;
    width: 100%;
    background-color: #cc0000;
    z-index: 1;
}

.txtDadosChamado {
    font-family: Arial;
    font-size: 12px;
    color: #333;
}

.txtLabelDadosChamado {
    font-family: Arial;
    font-size: 12px;
    color: #333;
    font-weight: bold;
    border-collapse: collapse;
}

#tableDadosChamado {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
}

#tableDadosChamado tr td {
    border-bottom: 1px solid #CCC;
}

.content-listtab table{ border:1px solid #EEE;}

.content-listtab table thead th{ color:#666; background-color:#F8F8F8; height:20px; border-bottom:1px solid #666; text-align:left; }
.content-listtab table tfoot td{ color:#666; background-color:#F8F8F8; height:20px; border-top:1px solid #666; text-align:left; font-weight:bold; }

.content-listtab table tbody tr:nth-child(even) td{ background-color:#F8F8F8; }
.content-listtab table tbody tr:hover td{ background-color:#EFEFEF;}

#dialogBloquearSerial .view-serial,#dialogAtivarSerial .view-serial{
    font-weight: bold;
}
form .text-alert{
    font-size:xx-small;
    color: #9B2525;
}

.dot-activeSerial, .dot-blockSerial{
    height: 8px;
    width: 8px;
    background-color: #009933;
    border-radius: 50%;
    display: inline-block;
}
.dot-blockSerial{
    background-color: #b30000;
}