.navbar {
    /*background: #999;*/
    /*background:#dfe0e2 url('/resources/css/images/pattern.jpg') repeat;*/
    background-color: #f2f2f2;
    border-style: solid;
    border-color: #ccc;
    border-width: 0 0 1px 0;
}

.navbar.navbar-collapse .navbar-container {
    background-color: #f2f2f2;
    border-style: solid;
    border-color: #ccc;
    border-width: 0 0 1px 0;
}

.sidebar .sidebar-shortcuts-large>a>.btn{
    text-align:center;
    width:41px;
    line-height:24px;
    padding:0;
    border-width:4px
}
.sidebar .sidebar-shortcuts-large>span>.btn{
    text-align:center;
    width:41px;
    line-height:24px;
    padding:0;
    border-width:4px
}
.sidebar .sidebar-shortcuts-large>form>a>.btn{
    text-align:center;
    width:41px;
    line-height:24px;
    padding:0;
    border-width:4px
}

.sidebar .sidebar-shortcuts-large>a>.btn>.ace-icon{
    margin:0
}
.sidebar .sidebar-shortcuts-large>span>.btn>.ace-icon{
    margin:0
}
.sidebar .sidebar-shortcuts-large>form>a>.btn>.ace-icon{
    margin:0
}

.widget-box-custom {
    border: none;
}

.widget-body-custom {
    background-color: #FAFAFA;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ui-growl {
    z-index: 99999 !important;
}

.ui-datepicker {
    z-index: 9999 !important;
}

.ui-selectonemenu-panel {
    z-index: 9999 !important;
}

.ui-password-panel {
    z-index: 9999 !important;
}

.ui-growl-custom {
    position:fixed;
    top:50px;
    right:20px;
    width:301px;
    z-index: 9999;
}

.ui-growl-item-container-custom {
    position:relative;
    margin:0 0 100px 0;
    opacity:0.85;
    filter:alpha(opacity=85);
    z-index: 9999;
}

.ui-inputnumber.ui-widget {
    font-size: 1.1em;
}

/** TabView **/
.ui-tabs .ui-tabs-nav.ui-widget-header li{
    background: #ffffff !important;
}

.ui-tabs .ui-tabs-nav.ui-widget-header li a{
    background: #ffffff !important;
}

.ui-tabs .ui-tabs-nav.ui-widget-header li.ui-state-active{
    background: #d15b47 !important;
    font-size: 1.4em;
    font-weight: bold;
}

.ui-tabs .ui-tabs-nav.ui-widget-header li.ui-state-active a{
    background: #fafafa !important;
    color: #d15b47 !important;
}

.ui-tabs.ui-tabs-top .ui-tabs-nav.ui-widget-header {
    background: #5090c1;
}

.ui-tabs-panels {
    background: #fafafa;
}

.ui-wizard-navbar {
    background-color: #EEE;
    padding: 8px;
}

.infobox {
    width: 250px;
}

#alert-browser{
    position: fixed;
    z-index:1000;
    right: 0;
    left: 0;
    width:100%;
    height: 50px;
    border: none;
    display: block;
    background-color: rgb(223, 70, 61);
    color:#FFF;
    font-size:18px;
    padding:15px;
    text-align: center;
}

.datatable-yellow {
    background-color: #e8e812 !important;
    border-color: #d3d302 !important;
    color: #000000 !important;
}

.datatable-red {
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
    color: #a94442 !important;
}

.datatable-blue {
    background-color: #d9edf7 !important;
    border-color: #c7dff0 !important;
    color: #31708f !important;
}

.database-green {
    background-color: #daf7ed !important;
    border-color: #c7f0df !important;
    color: #4d9476 !important;
}

.ui-rating-star a, .ui-rating-cancel a {
    width: 32px !important;
}

.ui-outputpanel-loading {
    /*    background-image: url("/javax.faces.resource/images/ajax_loader_squares_blue.gif.xhtml") !important;*/
    background-image: url("/javax.faces.resource/images/ajax_loader_200px.gif.xhtml") !important;
    height: 50vh !important;
    width: auto !important;
}

.ui-selectonemenu-filter-container {
    width: 100% !important;
}

#comTomTicketChatWidget, #comTomTicketChatContainer {
    height: 48px !important;
    width: 48px !important;
    min-width: 48px !important;
}

#comTomTicketChatWidget > span.tomticketChat-status {
    display: none !important;
}

#comTomTicketChatContainer > iframe {
    min-width: 344px !important;
}