
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,  form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
/* Framework */
.row {
    width: 100%;
    max-width: 940px;
    min-width: 720px;
    margin: 0 auto;
}
/* To fix the grid into a different size, set max-width to your desired width */
.row .row {
    min-width: 0px;
}
.column, .columns {
    margin-left: 2.127663%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    position: relative;
}
.column:first-child, .columns:first-child, .alpha, .omega {
    margin-left: 0px;
}
[class*="column"] + [class*="column"]:last-child {
    float: right;
}
.row .one.columns {
    width: 6.382989%;
}
.row .two.columns {
    width: 14.893641%;
}
.row .three.columns {
    width: 23.404293%;
}
.row .four.columns {
    width: 31.914945%;
}
.row .five.columns {
    width: 40.425597%;
}
.row .six.columns {
    width: 48.936249%;
}
.row .seven.columns {
    width: 57.446901%;
}
.row .eight.columns {
    width: 65.957553%;
}
.row .nine.columns {
    width: 74.468205%;
}
.row .ten.columns {
    width: 82.978857%;
}
.row .eleven.columns {
    width: 91.489509%;
}
.row .twelve.columns {
    width: 100%;
}
.row:before, .row:after, .clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.row:after, .clearfix:after {
    clear: both;
}
.row, .clearfix {
    zoom: 1;
}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('BebasNeue-webfont.woff') format('woff'), url('BebasNeue-webfont.ttf') format('truetype'), url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    /*    background: #fff url(../images/bg.jpg);*/
    background: #f5f5f5;
    font: 13px/18px 'Open Sans', sans-serif;
    color: #4b4b4b;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: subpixel-antialiased;
    image-rendering: optimizeQuality;
    -ms-interpolation-mode: bicubic;
}

.wrapper {
    background: #FFFFFF;
    margin: 65px auto;
    margin-bottom: 20px;
    padding: 0 25px;
    padding-bottom: 20px;
    border: 0px solid #FFFFFF;
    -webkit-box-shadow: #444 0px 0px 7px;
    -moz-box-shadow: #444 0px 0px 7px;
    box-shadow: 0 1px 2px 0 rgba(43, 59, 93, 0.4);
    border-radius: 2px;
    min-height: 500px;
}
@media all and (min-width:1025px){ 
    .wrapper {
        width: 75%;/*970px;*/
    }
}
@media all and (max-width:1024px){ 
    .wrapper {
        width: 93% !important; /*715px*/
    }
}



@media all and (max-width:1024px){ 
    .wrapper {
        width: 75%;/*970px;*/
    }
    .container_24 .grid_7 {
        /*width: 19.167%;*/
        margin-left: -20px;
    }
    .container_24{
        width: 92%;
    }
}
.wrapper{
    width: 90%;
}

/* Trannsitions */
nav li a, .links li a, .image, #gallery ul.gallery a img, .social img, a.-button, input[type="text"], textarea {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
    color: #403D3A;
    font-family: 'Open Sans', sans-serif;
    line-height: normal;
    font-variant: small-caps;
}
h1 {
    font-size: 22px;/*46px;*/
}
h2 {
    /*    font-size: 36px;*/
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 16px;
    margin: 10px 0;
}
h5 {
    font-size: 18px;
    font-weight: normal;
}
h6 {
    font-size: 15px;
    font-weight: normal;
}
a {
    color: #5593ca;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
header h1 {
    font: 80px/80px 'BebasNeueRegular', sans-serif;
    color: #5593ca;
    text-align: center;
    margin: 5px 0 0 0;
}
/* Navigation */


.sticky {
    position: fixed;
    top: 15px;
    -webkit-animation: thedrop 1s 1;
    -moz-animation: thedrop 1s 1;
    -ms-animation: thedrop 1s 1;
    -o-animation: thedrop 1s 1;
    animation: thedrop 1s 1;
}
.nav-container {
    margin-bottom: 10px;
    width: 100%;
    margin-right: -2em;
}

@media all and (max-width:1024px){    
    nav {
        -moz-box-sizing: border-box;
        /*padding: 0em 1em;*/
        position: relative;
        width: 540px;
        z-index: 42;
    }

    .container-menu{
        margin: auto; width:100%;
    }
}

@media all and (min-width:1025px){    
    nav {
        -moz-box-sizing: border-box;
        padding: 0em 1em;
        position: relative;
        width: 100%;
        z-index: 42;
        /*        margin-left: 51px;*/
    }
    .container-menu{
        margin: auto; width:78%;
    }
}

.nav-left {
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 14px;
    height: 14px;
    background: #5593ca;
    border-bottom-left-radius: 100% 50%;
}
.nav-left:after {
    content: '';
    position: absolute;
    right: 0;
    width: 66%;
    height: 66%;
    background: #333;
    border-top-left-radius: 100% 50%;
    border-bottom-left-radius: 100% 50%;
}
.nav-right {
    position: absolute;
    right: 0;
    bottom: -14px;
    width: 14px;
    height: 14px;
    background: #5593ca;
    border-bottom-right-radius: 100% 50%;
}
.nav-right:after {
    content: '';
    position: absolute;
    left: 0;
    width: 66%;
    height: 66%;
    background: #333;
    border-top-right-radius: 100% 50%;
    border-bottom-right-radius: 100% 50%;
}

nav li {
    display: inline;
    list-style: none;
}
nav li a {
    color: #fff;
    font: 20px/20px, sans-serif;/*  'BebasNeueRegular', sans-serif;*/
    width: 5em;
    text-align: center;
    padding: .5em 1em;
    margin-left: -4px;
}
nav li a:hover, nav li a.selected {
    background: #82CCE1;
    text-decoration: none;
    color: #FFFFFF;
    text-shadow: 12px;
}

section {
    clear: both;
}
hr {
    width: 100%;
    display: block;
    height: 1px;
    border: none;
    outline: none;
    clear: both;
    background: #5593ca;
    margin: 2em 0;
}
.gallery {
    height: 635px;
}
#contact {
    margin: 0;
}
.r {
    font-family: Frutiger, "Myriad Pro", "Myriad Web", Myriad, Calibri, sans-serif;
    color: #ff0084;
    letter-spacing: 1px;
}
.thumbs {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.thumbs li {
    list-style: none;
    float: left;
    margin: 5px;
}
.thumbs li img {
    display: block;
}
.thumbs li a img {
    border: none;
}
.thumbs li a img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    opacity: 0.75;
}
.left {
    float: left;
    margin-right: 10px;
}
.right {
    float: right;
    margin-left: 10px;
}
.intro {
    font-size: 20px;
    text-align: center;
}
.title {
    color: #5593ca;
    font-family: 'Cinzel', sans-serif;
}
.hide {
    visibility: hidden;
}
/* List */
ul.list li {
    list-style-type: none;
    -webkit-background-size: 17px;
    -moz-background-size: 17px;
    background-size: 17px;
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position: left 0;
    margin: 3px 0;
}


button, input, select, textarea {
    outline: none;
    font-family: 'Open Sans', sans-serif;
}
textarea {
    vertical-align: text-top;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    /*    height: 200px;*/
    -webkit-resize: none;
    -moz-resize: none;
    resize: none;
    overflow: auto;
}
label[for], input[type="button"], input[type="image"], button {
    cursor: pointer;
    /*    font-size: 30px;*/
}
input[type="submit"] {
    /*    font-size: 25px;
        font-family: 'BebasNeueRegular', sans-serif;
        letter-spacing: 2px;*/
}
input::-moz-focus-inner, button::-moz-focus-inner {
    border: 0;
    padding: 0;
}


input[type="text"], input[type="email"] {
    width: 100%;
}

table td.input {
    width: 300px;
}
label {
    display: block;
    margin-right: 20px;
    margin-bottom: 10px;
}
legend {
    font-family: 'BebasNeueRegular', sans-serif;
    text-transform: uppercase;
    padding: 10px 12px;
}
input, textarea {
    background: #fff;
    border: 1px solid #aaa;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #4b4b4b;
    padding: 5px;
}
input[type="text"]:active, input[type="text"]:focus, textarea:active, textarea:focus {
    border: 1px solid rgba(0, 153, 255, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 153, 255, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 153, 255, 0.3);
    box-shadow: 0 0 5px rgba(0, 153, 255, 0.3);
}
.map {
    margin: 10px 0 0 0;
    border: 5px solid #FFFFFF;
    -webkit-box-shadow: #999 0px 0px 5px;
    -moz-box-shadow: #999 0px 0px 5px;
    box-shadow: #999 0px 0px 5px;
}
/* Footer */
footer {
    clear: both;
    text-align: center;
    margin: 0 auto 40px;
    height: 20px;
    line-height: 1.5em;
    width: 90%;
}
.social img {
    margin: 0 2px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.60;
}
.social img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.social {
    float: right;
    margin: 0;
}


.buttonAction{
    text-align: center;
    margin: 15px 0 15px 0;
}
.buttonAction button{
    width: 110px;
    margin: 5px;
}



fieldset{
    border: 1px solid #5593ca;
}
fieldset legend{
    font-weight: bold;
    font-size: 14px;
    color: #3DA2DC;
}

input[type="text"] .hasDatepicker{
    width: 80% !important;
}


.ui-datepicker-trigger{
    position: absolute;
    margin-left: -20px;
}

.ui-datepicker-trigger.ui-button-icon-only .ui-button-text{
    heigth: 15px !important;
    line-height: 1.2 !important;
}



.ui-button.ui-widget.ui-state-default.ui-corner-right.ui-button-icon-only{
    position: absolute !important;
}

.ui-widget {
    font-family: "Open Sans",Helvetica,Arial,sans-serif !important;
}

.ui-datatable label{
    text-align: left !important;
}

.ui-widget {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
}

.agendado, .agendado .fc-event-skin{
    background-color: #37BC0B !important;
    border-color: #37BC0B !important;
    color: #FFFFFF !important;
}
.horarioatendimento, .horarioatendimento .fc-event-skin{
    background-color: #c876d5 !important;
    border-color: #c876d5 !important;
    color: #FFFFFF !important;
}
.confirmado, .confirmado .fc-event-skin{
    background-color: #3366CC !important;
    border-color: #3366CC !important;
    color: #FFFFFF !important;
}
.cancelado, .cancelado .fc-event-skin{
    background-color: #FF0000 !important;
    border-color: #FF0000 !important;
    color: #FFFFFF !important;
    text-decoration:line-through !important;
}
.aguardando_atendimento, .aguardando_atendimento .fc-event-skin {

    background-color: #FFFF00 !important;
    border-color: #FFFF00 !important;
    color: #000000 !important;
}

.atendimento_realizado, .atendimento_realizado  .fc-event-skin{
    background: repeating-linear-gradient(
        45deg,
        #F9F9F9,
        #F9F9F9 10px,
        #F5F5F5 10px,
        #F5F5F5 20px
        );
    background-color: #0288D1 !important;
    border-color: #F9F9F9 !important;
    color: #000000 !important;
}


.date {
    background: url("../images/img07.jpg") no-repeat scroll left top transparent;
    color: #FFFFFF;
    float: left;
    font-family: 'Abel',sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: 78px;
    line-height: normal;
    margin: 0 25px 0 0;
    padding: 4px 0 0;
    text-align: center;
    text-shadow: 1px 1px 0 #2C7485;
    text-transform: uppercase;
    width: 78px;
}


.date b {
    color: #FFFFFF;
    display: block;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 9px 0 0;
    padding: 0;
    text-shadow: 1px 1px 0 #2C7485;
}

.date a {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
}

.btn-success {
    background-color: #006DCC;
    background-image: -moz-linear-gradient(center top , #0088CC, #0044CC);
    background-repeat: repeat-x;
    border-color: #006DCC;
    height: 35px;
    text-shadow: 0 -1px 1px #006DCC;
    width: 96px;
}

.btn {
    border-radius: 3px 3px 3px 3px;
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 1px #777777;
}

.back{
    width: 32px;
    height: 32px;
    background-image: url("../images/_reply.png");
    float:left;
    display: block;
    margin-right: 10px;

}

.ui-picklist .ui-picklist-list {
    width: 99% !important;
}

.ui-picklist .ui-picklist-filter {
    width: 95% !important;
}

.template_appraisal_picc1k{
    border: 1px solid #5593CA;
    border-radius: 10px;
}

.ui-editor{
    width: 100% !important;
}

#incomeCreate\:multiSelect_head{
    height: 10px !important; 
}

.ui-tabs .ui-tabs-panel {
    padding-right: 0.2em !important;
    padding-left: 0.2em !important;
}

.atividadeRecente a{
    color: red !important;
}

.user{
    margin-top: 1px;
}
.user i{
    margin-right: 5px;
}
.user .link span{
    padding-top: -2px;
    font-weight: bold;
}
a.linkoff{
    color: #fff;
}
a.linkoff:hover{
    color: #00A7D1;
}


.user .link{
    color: #fff;
    margin-left: -4px;
    padding-bottom: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.5em;
    text-align: center;
    width: 5em;
    text-decoration: none;
}


nav li a:hover,  .user a:hover{
    background: #00A7D1;
}

.home-login{
    margin-top: 30px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default .Cancelado,
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default .cancelado{
    background-image: none;
}

.bg-aqua{
    background-color: #00c0ef !important;
    color:#fff;
}

.bg-red{
    background-color: #dd4b39 !important;
    color: #fff !important;
}

.bg-green{
    background-color: #00a65a !important;
    color: #fff !important;
}

.bg-yellow{
    background-color: #f39c12 !important;
    color: #fff !important;
}

.bg-blue{
    background-color: #0091DE !important;
    color: #fff !important;
}

.bg-yellow2{
    background-color: #EAA228 !important;
    color: #fff !important;
}



.info-box {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    display: block;
    margin-bottom: 15px;
    min-height: 90px;
    width: 100%;
}

.info-box-content {
    margin-left: 90px;
    padding: 5px 10px;
}

.info-box-icon {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border-radius: 2px 0 0 2px;
    display: block;
    float: left;
    font-size: 45px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    width: 90px;
}

.info-box-text {
    display: block;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-box-number {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.small-box {
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.small-box > .inner {
    padding: 10px;
}


.small-box h1, .small-box h2, .small-box h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0;
    white-space: nowrap;
    color: #fff !important;
}

.small-box p {
    font-size: 15px;
}

.small-box .icon {
    color: rgba(0, 0, 0, 0.15);
    font-size: 90px;
    position: absolute;
    right: 10px;
    top: 0px;
    transition: all 0.3s linear 0s;
    z-index: 0;
}

.small-box > .small-box-footer {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}

.ui-selectcheckboxmenu-label{
    text-align: left !important;
}


.ui-autocomplete input[type="text"]{
    width: 92% !important;
}


.col-md-1, .col-xs-2, .col-md-2, .col-xs-3, .col-md-3, .col-xs-4, .col-md-4, .col-xs-5, .col-md-5, .col-xs-6, .col-md-6, .col-lg-6, .col-xs-7, .col-md-7, .col-xs-8, .col-md-8, .col-xs-9, .col-md-9, .col-xs-10, .col-md-10, .col-xs-11, .col-md-11, .col-xs-12, .col-md-12{
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}


.ui-priority-primary-red{
    background: #cb2424 !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    font-weight: bold;
}

.ui-priority-primary-blue{
    background: #337AB7 !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    font-weight: bold;
}

.ui-priority-primary-green{
    background: #5CB85C !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    font-weight: bold;
}

.ui-priority-primary-orange{
    background: #ff9900 !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    font-weight: bold;
}

.ui-growl{
    margin-top: 40px;
}


span.BAIXO{
    display: block;
    border-radius: 20px;
    text-align: center;
    padding: 4px 15px;
    background-color:  #ececec;
    color: #000;
    font-weight: bold;
    text-align: center;
}

span.NORMAL{
    display: block;
    text-align: center;
    border-radius: 20px;
    padding: 4px 15px;
    background-color:  #dbe6fe;
    color: #648fe9;
    font-weight: bold;
}

span.ALTO{
    display: block;
    text-align: center;
    border-radius: 20px;
    padding: 4px 15px;
    background-color: #fff4ce;
    color: #c38e19;
    font-weight: bold;
}

span.URGENTE, span.IMEDIATO{
    display: block;
    text-align: center;
    border-radius: 20px;
    padding: 4px 15px;
    background-color: #f43e61;
    color: #fff;
    font-weight: bold;
}


span.agendado, span.confirmado, span.cancelado, span.aguardando_atendimento, span.atendimento_realizado{

    display: block;
    text-align: center;
    border-radius: 20px;
    padding: 4px 0px;
    color: #fff;
    font-size: 12px;
}

span.agendado{

    background-color: #37BC0B !important;
    border-color: #37BC0B !important;
    color: #FFFFFF !important;
}
span.confirmado{

    background-color: #3366CC !important;
    border-color: #3366CC !important;
    color: #FFFFFF !important;
}
span.cancelado{


    background-color: #FF0000 !important;
    border-color: #FF0000 !important;
    color: #FFFFFF !important;
    text-decoration:line-through !important;
}
span.aguardando_atendimento{


    background-color: #FFFF00 !important;
    border-color: #FFFF00 !important;
    color: #000000 !important;
}

span.atendimento_realizado{

    background: repeating-linear-gradient(
        45deg,
        #F9F9F9,
        #F9F9F9 10px,
        #F5F5F5 10px,
        #F5F5F5 20px
        );
    background-color: #0288D1 !important;
    border-color: #F9F9F9 !important;
    color: #000000 !important;
}

.titulolaudo{
    margin-top: 0px;
    margin-bottom: -18px;
}

/*.cke_editable{
    font-size: 14px;
    line-height: 1.6;
}*/


.legenda div.agendado, .legenda div.confirmado, .legenda div.cancelado, .legenda div.aguardando_atendimento, .legenda div.atendimento_realizado, .legenda div.horarioatendimento{
    height: 25px; width: 10%;
}

.legenda div{
    font-size: 12px;
}


.title-number-despesa{
    font-size: 22px;
    float: right;
    font-weight: 600;
    text-align: right;
}



#user_menu {
    margin-top: 5px;
    color: white;
    padding: 1px 7px;
    position: absolute;
    right: 20px;
    top: 0
}

#user_menu a {
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}

#user_menu :nth-child(2), #user_menu :nth-child(4){
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

#user_menu :nth-child(5){
    border-right: 1px solid #fff;
}



/*GERENCIADOR DE FILA*/

#panelSenha\\:painelMensagem .ui-overlaypanel-content{
    padding-left: 0.3em; padding-right: 0.3em;
}

.notificao_sistema > div.ui-overlaypanel-content {
    padding: 0em;
}

.notificao_sistema > div.ui-overlaypanel-content > div.message-title{
    border-bottom: 1px solid #ccc;
    right: 1px;
    top: -1px;
    visibility: visible;
    width: 100% !important;
}

.notificao_sistema > div > h1{
    font-size: 18px;
    font-weight: bold;  
}

.notificao_sistema > div > div.mensagem_item{
    margin: 25px 0 0 0;
}

.notificao_sistema > div > div.mensagem_item > div.mensagem_vazia {
    left: 20px;
    position: relative;
    top: 25px;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                          supported by Chrome and Opera */
}

.arrow {
    border-bottom-color: #fff;
    border-width: 0 10px 11px;
    border-top-width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    margin-left: -10px;
    top: 1px;
    width: 10px;
    z-index: 9999;
}

.arrow_2 {
    border-bottom-color: #CCC;
    border-width: 5px;
    border-top-width: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin-left: 91%;
    top: 1px;
    width: 12px;
}

.arrow, .arrow_2{
    border-style: solid;
    content: " ";
    margin-top: -12px;
}

.suporte > div.ui-overlaypanel-content > div.arrow_2{
    margin-left: 94%;
    margin-top: -19px;
    width: 11px !important;
}

.controleSenha  > div.ui-overlaypanel-content > div.arrow_2 {
    margin-left: 96%;
    margin-top: -19px;
    width: 11px !important;
}

.suporte > div.ui-overlaypanel-content > div.arrow_2 > div.arrow, .controleSenha > div.ui-overlaypanel-content > div.arrow_2 > div.arrow  {
    border-width: 0 10px 11px;
}

.notificao_sistema, .suporte, .controleSenha {
    min-height: 100px !important;
    top: 33px !important;
    /*    float: right !important;
        left: 75% !important;
        top: 33px !important;
        min-height: 100px !important;
        position: absolute !important;*/
}

.ui-panel.ui-widget.ui-widget-content.ui-corner-all > div.ui-panel-content.ui-widget-content{
    /*    min-height: 70px*/
}

.btn_chamarnovamente{
    border-style: inherit; 
    height: 30px; 
    margin: 2px;
}


.ticket .title{ 
    background: #cb2424 none repeat scroll 0 0;
    color: white;
    margin: 0;
}

.ticket .numero label{ 
    font-size: 60px;
    text-align: center;
}

.ticket .numero{ 
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

button.fa {
    font-family: FontAwesome !important;
    min-height: 29px !important;
}

.jqplot-table-legend{
    margin-top: 50px !important;
}

.title-number-despesa{
    font-size: 22px;
    float: right;
    font-weight: 600;
    text-align: right;
}

.gallery-actions-header .ui-button {
    margin-bottom: -71px;
    margin-right: 14px;
}

.estoque-critico {
    color: red !important;
}
.centralizado{
    text-align: center !important;
}

.bold{
    font-weight: bold;
}

.ui-autocomplete-multiple-container{
    width: 100%;
}
