*[class^='ui-'] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    line-height: 18px;
}

select[class^='ui-'] {
    height: 24px;
    padding: 0;
    line-height: 18px;
    font-size: 12px;
    font-family: Helvetica,Arial,sans-serif;
}

.sidebar-title {
    font-weight: bold;
    color: #006060;
}

html .sidebar-left {
    transition: all 0.3s;
}

.page-header button {
    margin-top: 10px !important;
}

.page-header {
    background-color: #006060;    
    border-left: 1px solid #F0F0F0;
    box-shadow: 1px 3px 0 1px #F0F0F0;
}

.page-header .breadcrumbs a, .page-header .breadcrumbs span {
    color: #FFF !important;
}

.page-header .breadcrumbs a:hover{
    color: #FCF0BA !important;
}

body {
    color: #000;
    background-color: #FFF; 
    font-family:  Helvetica,Arial,sans-serif;
}

html.sidebar-left-collapsed.fixed .sidebar-left .nano {
    background: #E6EFEF;
    box-shadow: -5px 0 0 #c3c3c3 inset;
    color: #006060;
}

.sidebar-left {
    background-color: #F5FAFA; 
    box-shadow: -5px 0 0 #c3c3c3 inset;
    color: #006060;
}

ul.nav-main > li > a {
    padding: 8px 20px;
}

ul.nav-main > li > a img{
    height: 24px;
}


ul.nav-main li.nav-parent > a:after {
    padding: 8px 25px;
}

ul.nav-main li a {
    color: #7d7d7d;

}

ul.nav-main li a:hover {
    background-color: #006060; 
    color: #FFF;
}

.sidebar-left-opened{
    background-color: #FAFAFA; 
    box-shadow: -5px 0 0 #FAFAFA inset;
}

.sidebar-left .sidebar-header .sidebar-toggle {
    background-color: #006060;
}

.sidebar-right {
    background: #F0F0F0;
}

ul.nav-main > li.nav-expanded > a {
    background-color: #006060;    
    color: #FFF;
}

ul.nav-main li .nav-children .nav-active, ul.nav-main li .nav-children .nav-children .nav-active {
    background-color: #FCF0BA;    
}

ul.nav-main li .nav-children li.nav-active > a {
    color: #000;
}

ul.nav-main > li.nav-expanded > a:hover {
    background-color: #008080;    
    color: #FFF;
}

ul.nav-main > li.nav-active > a:hover {
    background-color: #008080;    
    color: #FFF;
}

ul.nav-main li .nav-children {
    background-color: #FCFCFC;        
}

ul.nav-main li .nav-children li a:hover, ul.nav-main li .nav-children li a:focus {
    background: #FCF0BA;
    color: #000;
}

.page-header .sidebar-right-toggle {
    color: #FFF;
}

.page-header .sidebar-right-toggle:hover {
    color: #FCF0BA;
}

.sidebar-left .sidebar-header .sidebar-toggle i {
    color: #FFF;
}

.sidebar-left .sidebar-header .sidebar-toggle:hover i {
    color: #FCF0BA;
}

.content-body {
    padding: 15px;
}

.nav .nav-children img {
    height: 24px;
}

.customForm { 
    border: 1px solid #ccc; 
    padding: 5px 10px; 
    background: #fafafa; 
    line-height: 18px;
    font-size: 12px;
    font-family: Helvetica,Arial,sans-serif;
}

.customForm label{
    font-weight: bold;
    /*padding: 0;*/
    margin: 0;
}

label{
    font-weight: bold;
    /*padding: 0;*/
    margin: 0;
}

legend {
    width: auto;
    margin: 0;
    padding: 0;
}

.header .separator {
    margin: 0 10px 0;
}

.page-header .left-wrapper {
    float: left;
    margin-left: 15px;
}

.label {
    display: inline-block;
    padding: 3px 4px;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    border-radius: 2px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.12);
}

.ocDefeito {
    background-color: red;
}

.ocAlteracao{
    background-color: orange;
}

.ocMelhoria{
    background-color: blue;
}

.ocNovo{
    background-color: green;
}

.ocNaoErro{
    background-color: graytext;
}

.ocDuvida{
    background-color: plum;
}

.ocConversao {
    background-color: tan;
}

.ocAtendimento {
    background-color: sienna;
}

.ocDesconhecido{
    background-color: plum;
}

.ocAberta {
    background-color: coral;
}

.ocAnalise {
    background-color: turquoise;
}

.ocDesenvolvimento {
    background-color: blue;
}

.ocEncaminhada{
    background-color: slategrey;
}

.ocTestes {
    background-color: #00e158;
}

.ocFinalizada {
    background-color: green;
}

.ocCancelada {
    background-color: gray;
}

.ocInvalida {
    background-color: red;
}

.ocReprovada {
    background-color: mediumvioletred;
}

.ocAprovada {
    background-color: lightskyblue;
}

.ocDuplicada {
    background-color: darkred;
}

.ocTransferida {
    background-color: darkgoldenrod;
}

.ocAlterada {
    background-color: darksalmon;
}

/* GITHUB */

.clearfix:before {
    display: table;
    content: "";
}

.clearfix:after {
    display: table;
    clear: both;
    content: "";
}

.discussion-timeline{
    position:relative;
    width:83%;
    float:left
}
.discussion-timeline:before
{
    display:block;
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:79px;
    width:2px;
    background-color:#f3f3f3;
    z-index:1;
}

.timeline-comment-wrapper {
    z-index: 2;
}

.discussion-timeline .email-hidden-container
{
    margin:3px 0
}
.discussion-sidebar
{
    position:-webkit-sticky;
    position:sticky;
    top:0;
    z-index:21;
    float:right;
    width:15%;
}
.discussion-sidebar-item
{
    padding-top:15px;
    font-size:12px;
    color:#999
}
.discussion-sidebar-item .btn .octicon
{
    margin-right:0
}
.discussion-sidebar-item .btn-block
{
    margin-bottom:8px
}
.discussion-sidebar-item+.discussion-sidebar-item
{
    margin-top:15px;
    border-top:1px solid #eee
}
.discussion-sidebar-item .select-menu
{
    position:relative
}
.discussion-sidebar-item .select-menu-modal-holder
{
    top:25px;
    left:auto;
    right:-1px
}
.discussion-sidebar-heading{
    margin-top:0;
    margin-bottom:10px;
    font-size:13px;
    line-height:16px;
    color:#008080;
    font-weight: bold;
    letter-spacing: 0.02em;

}

.discussion-sidebar-toggle
{
    padding:5px 0;
    margin:-5px 0 5px
}
.discussion-sidebar-toggle .octicon
{
    float:right;
    padding:5px;
    margin:-6px -5px -5px 5px;
    color:#ccc
}
.discussion-sidebar-toggle:hover
{
    color:#4183c4;
    text-decoration:none;
    cursor:pointer
}
.discussion-sidebar-toggle:hover .octicon
{
    color:inherit
}
button.discussion-sidebar-toggle
{
    display:block;
    width:100%;
    font-weight:bold;
    text-align:left;
    background:none;
    border:0
}
.sidebar-labels .labels .label
{
    display:block;
    max-width:100%;
    padding:6px 10px;
    font-size:12px;
    box-shadow:none
}
.sidebar-labels .labels .label+.label
{
    margin-top:3px
}
.sidebar-milestone .progress-bar
{
    margin-bottom:2px;
    border-radius:2px;
    height:8px
}
.milestone-name
{
    display:block;
    margin-top:5px;
    font-weight:bold;
    color:#555
}
.milestone-name .css-truncate-target
{
    max-width:100%
}
.milestone-name:hover
{
    color:#4183c4;
    text-decoration:none
}
.sidebar-assignee .css-truncate-target
{
    max-width:110px
}
.sidebar-assignee .avatar
{
    margin-top:-1px;
    margin-right:2px;
    border-radius:2px
}
.sidebar-assignee .assignee
{
    color:#555;
    font-weight:bold
}
.sidebar-assignee .assignee:hover
{
    color:#4183c4;
    text-decoration:none
}
.sidebar-notifications
{
    position:relative
}
.sidebar-notifications .thread-subscription-status
{
    margin:0;
    padding:0;
    border:0
}
.sidebar-notifications .thread-subscription-status .thread-subscribe-form
{
    display:block
}
.sidebar-notifications .thread-subscription-status .mega-octicon
{
    display:none
}
.sidebar-notifications .thread-subscription-status .reason
{
    padding:0;
    margin:5px 0 0;
    font-size:11px;
    color:#999
}
.sidebar-notifications .thread-subscription-status .btn-sm
{
    display:block;
    width:100%
}
.participation .participant-avatar
{
    float:left;
    margin:3px 0 0 3px
}
.participation a
{
    color:#999
}
.participation a:hover
{
    color:#4183c4;
    text-decoration:none
}
.participation-avatars
{
    margin-left:-3px
}
.participation-avatars:before
{
    display:table;
    content:""
}
.participation-avatars:after
{
    display:table;
    clear:both;
    content:""
}
.participation-more
{
    float:left;
    margin:6px 0 0;
    line-height:14px
}

.issues-listing
{
    position:relative
}
.issues-listing .octocat-search
{
    position:absolute;
    right:0;
    height:250px;
    margin:-132px -4px;
    -webkit-transform:scaleX(-1);
    -ms-transform:scaleX(-1);
    transform:scaleX(-1)
}
.issues-listing .table-list-issues .selectable:hover,.issues-listing .table-list-issues .navigation-focus
{
    background-color:#f9f9f9
}
.issues-listing .table-list-issues .issue-title
{
    width:740px;
    padding-top:12px
}
.issues-listing .table-list-issues .labels
{
    display:inline-block;
    margin-bottom:2px;
    vertical-align:1px
}
.issues-listing .table-list-issues .table-list-cell-avatar
{
    padding-top:13px
}
.issues-listing .table-list-issues .table-list-cell-avatar a
{
    display:inline-block
}
.issues-listing .table-list-issues .table-list-cell-avatar img
{
    border-radius:2px
}
.issue-title-link
{
    padding-right:3px;
    margin-bottom:2px;
    font-size:14px;
    font-weight:bold;
    line-height:1.2;
    color:#333
}
.issue-title-link:hover
{
    color:#4183c4;
    text-decoration:none
}
.issue-title-link:hover .num
{
    color:inherit
}
.issue-nwo-link
{
    color:#777
}
.issue-pr-status
{
    display:inline-block;
    margin-right:3px;
    vertical-align:-1px
}
.issue-meta
{
    margin-top:1px;
    margin-bottom:2px;
    font-weight:normal;
    color:#999
}
.issue-meta-section
{
    margin-right:10px
}
.issue-milestone
{
    max-width:240px
}
.issue-comments
{
    width:60px;
    padding-top:13px;
    font-weight:bold;
    text-align:right;
    white-space:nowrap
}
.issue-comments .octicon
{
    margin-right:1px
}
.issue-comments-no-comment
{
    color:#eee
}
.milestone-link
{
    color:#999
}
.milestone-link .octicon
{
    font-size:14px;
    color:#ccc
}
.milestone-link:hover
{
    color:#4183c4;
    text-decoration:none
}
.milestone-link:hover .octicon
{
    color:inherit
}
.issue-review-status
{
    float:right;
    margin-top:1px
}

.gh-header-actions
{
    float:right;
    margin-top:3px
}
.gh-header-actions .btn-sm
{
    float:left;
    margin-left:5px
}
.gh-header-actions .btn-sm .octicon
{
    margin-right:0
}
.gh-header .gh-header-edit
{
    display:none
}
.gh-header.open .gh-header-show
{
    display:none
}
.gh-header.open .gh-header-edit
{
    display:block
}
.gh-header-title
{
    margin-top:0;
    margin-bottom:0;
    margin-right:150px;
    font-weight:normal;
    line-height:1.1;
    word-wrap:break-word
}
.gh-header-no-access .gh-header-title
{
    margin-right:0
}
.gh-header-number
{
    font-weight:300;
    color:#aaa;
    letter-spacing:-1px
}
.gh-header-edit
{
    margin-top:-5px
}
.gh-header-edit:before
{
    display:table;
    content:""
}
.gh-header-edit:after
{
    display:table;
    clear:both;
    content:""
}
.gh-header-edit .edit-issue-title
{
    float:left;
    width:760px;
    padding:6px 10px;
    margin-right:10px;
    font-size:16px;
    background-color:#fafafa
}
.gh-header-edit .edit-issue-title:focus
{
    background-color:#fff
}
.gh-header-edit .btn
{
    float:left;
    padding:7px 15px
}
.gh-header-edit .btn-link
{
    float:left;
    margin:9px 10px
}
.gh-header-meta
{
    margin-top:9px;
    font-size:14px;
    line-height:20px;
    color:#777;
    padding-bottom:20px;
    border-bottom:1px solid #eee
}
.gh-header.issue .gh-header-meta
{
    margin-bottom:15px
}
.gh-header.pull .gh-header-meta
{
    border-bottom:0;
    padding-bottom:0
}
.gh-header-meta .flex-table-item
{
    vertical-align:top
}
.gh-header-meta .flex-table-item-primary
{
    padding-top:4px;
    white-space:normal;
    word-wrap:break-word
}
.gh-header-meta .flex-table-item-primary .commit-ref .css-truncate-target,.gh-header-meta .flex-table-item-primary .commit-ref:hover .css-truncate-target
{
    max-width:780px !important
}
.gh-header-meta .state
{
    margin-right:8px
}
.gh-header-meta .avatar
{
    float:left;
    margin-top:-3px;
    margin-right:5px
}
.gh-header-meta .author
{
    color:#555;
    font-weight:bold
}
.gh-header-meta .noun
{
    text-transform:lowercase
}

.flex-table
{
    display:table
}
.flex-table-item
{
    display:table-cell;
    width:1%;
    white-space:nowrap;
    vertical-align:middle
}
.flex-table-item-primary
{
    width:99%
}

.timeline-comment-wrapper>.timeline-comment:after,.timeline-comment-wrapper>.timeline-comment:before,.timeline-new-comment .timeline-comment:after,.timeline-new-comment .timeline-comment:before
{
    position:absolute;
    top:11px;
    left:-16px;
    right:100%;
    width:0;
    height:0;
    display:block;
    content:" ";
    border-color:transparent;
    border-style:solid solid outset;
    pointer-events:none
}
.timeline-comment-wrapper>.timeline-comment:after,.timeline-new-comment .timeline-comment:after
{
    border-width:7px;
    border-right-color:#f7f7f7;
    margin-top:1px;
    margin-left:2px
}
.timeline-comment-wrapper>.timeline-comment:before,.timeline-new-comment .timeline-comment:before
{
    border-right-color:#ddd;
    border-width:8px
}
.timeline-comment-wrapper
{
    position:relative;
    padding-left:64px;
    margin-top:15px;
    margin-bottom:15px;
    border-top:2px solid #fff;
    border-bottom:2px solid #fff
}
.timeline-comment-wrapper:first-child
{
    margin-top:0
}
.discussion-timeline-actions .timeline-comment-wrapper:first-child
{
    margin-top:15px
}
.timeline-comment-wrapper .timeline-comment.current-user:after,.timeline-comment-wrapper .timeline-comment.current-user:before
{
    position:absolute;
    top:11px;
    left:-16px;
    right:100%;
    width:0;
    height:0;
    display:block;
    content:" ";
    border-color:transparent;
    border-style:solid solid outset;
    pointer-events:none
}
.timeline-comment-wrapper .timeline-comment.current-user:after
{
    border-width:7px;
    border-right-color:#f2f8fa;
    margin-top:1px;
    margin-left:2px
}
.timeline-comment-wrapper .timeline-comment.current-user:before
{
    border-right-color:#bfccd1;
    border-width:8px
}
.timeline-comment-wrapper .timeline-comment.unread-item:after,.timeline-comment-wrapper .timeline-comment.unread-item:before
{
    position:absolute;
    top:11px;
    left:-16px;
    right:100%;
    width:0;
    height:0;
    display:block;
    content:" ";
    border-color:transparent;
    border-style:solid solid outset;
    pointer-events:none
}
.timeline-comment-wrapper .timeline-comment.unread-item:after
{
    border-width:7px;
    border-right-color:#fff9ea;
    margin-top:1px;
    margin-left:2px
}
.timeline-comment-wrapper .timeline-comment.unread-item:before
{
    border-right-color:#dfd8c2;
    border-width:8px
}
.timeline-comment-avatar
{
    float:left;
    margin-left:-64px;
    border-radius:3px
}
.timeline-comment
{
    position:relative;
    background-color:#fff;
    border:1px solid #ddd;
    border-radius:3px
}
.timeline-comment.will-transition-once
{
    -webkit-transition:border-color 0.65s ease-in-out;
    transition:border-color 0.65s ease-in-out
}
.timeline-comment.will-transition-once .timeline-comment-header
{
    -webkit-transition:background-color 0.65s ease, border-bottom-color 0.65s ease-in-out;
    transition:background-color 0.65s ease, border-bottom-color 0.65s ease-in-out
}
.timeline-comment.will-transition-once .timeline-comment-label
{
    -webkit-transition:border-color 0.65s ease-in-out;
    transition:border-color 0.65s ease-in-out
}
.timeline-comment.will-transition-once:before,.timeline-comment.will-transition-once:after
{
    -webkit-transition:border-right-color 0.65s ease-in-out;
    transition:border-right-color 0.65s ease-in-out
}
.timeline-comment.current-user
{
    border-color:#bfccd1
}
.timeline-comment.current-user .timeline-comment-header
{
    background-color:#f2f8fa;
    border-bottom-color:#dde4e6
}
.timeline-comment.current-user .timeline-comment-label
{
    border-color:#bfccd1;
}
.timeline-comment.current-user .previewable-comment-form .comment-form-head.tabnav
{
    color:#8e9597;
    background-color:#f2f8fa;
    border-bottom-color:#e1edf1
}
.timeline-comment.unread-item
{
    border-color:#dfd8c2
}
.timeline-comment.unread-item .timeline-comment-header
{
    background-color:#fff9ea;
    border-bottom-color:#f1ede3
}
.timeline-comment.unread-item .timeline-comment-label
{
    border-color:#dfd8c2
}
.timeline-comment.unread-item .previewable-comment-form .comment-form-head.tabnav
{
    color:#8e9597;
    background-color:#f2f8fa;
    border-bottom-color:#e1edf1
}
.timeline-comment:empty
{
    display:none
}
.timeline-comment .comment+.comment
{
    border-top:1px solid #e5e5e5
}
.timeline-comment .comment+.comment:before,.timeline-comment .comment+.comment:after
{
    display:none
}
.timeline-comment .comment+.comment .timeline-comment-header
{
    border-top-left-radius:0;
    border-top-right-radius:0
}
.timeline-comment-header
{
    padding-left:15px;
    padding-right:15px;
    color:#999;
    background-color:#f7f7f7;
    border-bottom:1px solid #eee;
    border-top-left-radius:3px;
    border-top-right-radius:3px
}
.timeline-comment-header .author
{
    font-weight:bold;
    color:#555
}
.timeline-comment-header .timestamp
{
    white-space:nowrap;
    color:inherit
}
.timeline-comment-header code
{
    word-break:break-all
}
.comment-type-icon
{
    color:inherit
}
.timeline-comment-label
{
    float:right;
    margin:8px 0 0 10px;
    padding:2px 5px;
    font-size:12px;
    border:1px solid rgba(0,0,0,0.1);
    border-radius:3px;
    background-color: #006060;
    color: white;
    font-weight: bold;

}
.timeline-comment-label-spammy
{
    color:#bd2c00;
    border-color:#bd2c00;
}
.timeline-comment-header-text
{
    max-width:78%;
    padding-top:10px;
    padding-bottom:10px;
    color:#333;
}
.timeline-comment-header-text code a
{
    color:#555
}
.timeline-comment-header-avatar
{
    float:left;
    margin-top:10px;
    margin-right:5px
}
.timeline-comment-actions
{
    float:right;
    margin-right:-5px;
    margin-left:10px
}
.timeline-comment-action
{
    display:inline-block;
    padding:10px 5px;
    color:inherit;
    opacity:0.5
}
.timeline-comment-action:hover
{
    opacity:1;
    color:#4183c4;
    text-decoration:none
}
.timeline-comment-action .octicon-check
{
    height:16px;
    font-size:18px
}

.comment-body
{
    width:100%;
    padding:15px;
    overflow: hidden;
    font-size:14px
}
.comment-body .highlight
{
    overflow:visible !important;
    background-color:transparent
}

.discussion-item {
    position: relative;
    margin: 15px 0 15px 79px;
    padding-left: 25px;
}

.discussion-item-icon {
    float: left;
    width: 32px;
    height: 32px;
    margin-top: -7px;
    margin-left: -40px;
    line-height: 28px;
    color: #666;
    text-align: center;
    background-color: #f3f3f3;
    border: 2px solid #fff;
    border-radius: 50%;
}

.discussion-timeline-actions {
    border-top: 2px solid #f3f3f3;
    background-color: #fff;
}

.discussion-item {
    z-index: 2 !important;
}

.panel .panel-heading h3.panel-title {
    font-size: 16px;
    font-weight: bold;
}

.panel .panel-heading p.panel-subtitle {
    color: #333;    
    font-weight: bold;
}

.panel-heading {
    padding: 10px;
}

.panel-body {
    background: #f6f6f6;
}   

#versao {
    z-index: 100;
    position: absolute;
    font-size: 9.5px;
    font-weight: bold;
    left: 50px;
    top: 30px;
    color: #000;
}

.ui-menu {
    width: 20em !important;
}

.ui-menu .ui-menuitem-link .ui-menuitem-icon {
    padding-right: 5px !important;
    font-weight: bold !important;
}

.legenda {
    text-align: right;
    background: #FFFFCA url("/ocorrencias/javax.faces.resource/simple-tips-bg.png.jsf?ln=imagens") repeat-x top !important;
    border: 1px solid #E0DBC2;
    color: #212121;
    font-size: 11px;
    line-height: 20px;
    margin-top: 3px;
    margin-bottom: 5px;
    font-weight: bolder;
    padding-right: 5px;
}

.legenda img {
    vertical-align: middle;
}

.legenda span {
    float: left; 
    padding-left: 5px;
    font-weight: bold;
}

.widgetlist { list-style: none; }
.widgetlist li { display: inline-block; float: left; width: 140px; margin: 0 35px 10px -25px; }
.widgetlist li a { display: block; padding: 10px; border: 1px solid #008080; color: #333; text-align: center; background: #F5FAFA; height: 110px;}
.widgetlist li a { -moz-box-shadow: 1px 1px 0 #fff; color: #000; }
.widgetlist li a span { font-weight: bold; font-size: 12px; display: block; margin-top: 10px; }
.widgetlist li a:hover { -moz-box-shadow: 0 0 4px #ddd; background: #FCF0BA; text-decoration: none; }
.widgetlist img{height: 48px;width: 48px;}

@media only screen and (min-width: 768px) {

    html.sidebar-left-collapsed.scroll .sidebar-left .nav-main > li:hover, html.sidebar-left-collapsed.boxed .sidebar-left .nav-main > li:hover {
        color: #000;
        background: #008080;
    }    

    html.sidebar-left-collapsed.scroll .sidebar-left .nav-main li ul.nav-children, html.sidebar-left-collapsed.boxed .sidebar-left .nav-main li ul.nav-children {
        color: #000;
        background: #E6EFEF;
    }

    html.sidebar-left-collapsed.scroll .sidebar-left .nav-main > li:hover > a, html.sidebar-left-collapsed.boxed .sidebar-left .nav-main > li:hover > a {
        color: #000;
        background: #E6EFEF;
    }

    html.sidebar-left-collapsed.scroll .sidebar-left .nav-main > li:hover > a span.label, html.sidebar-left-collapsed.boxed .sidebar-left .nav-main > li:hover > a span.label {
        background-color: #E6EFEF;
        color: white;
    }    

    html.sidebar-left-collapsed.scroll .sidebar-left .nav-main li.nav-active a:hover, html.sidebar-left-collapsed.boxed .sidebar-left .nav-main li.nav-active a:hover {
        color: #008080;
    }    

    .page-header {
        margin: -15px -15px 20px;/*MODIFICADO, MAS ESTA ERRADO*/
    }    

    html.sidebar-left-collapsed .sidebar-left .nav-main ul.nav-children a span {
        visibility: visible;
    }
}

pre {
    overflow: auto;
    font-size: 13px;
    padding: 5px;
    width: auto;
    max-height: 600px;
    background-color: #eee;
    margin-bottom: 1em;
}

.prettyprint {
    display: block;
    color: #393318;
}