/*Splash Screen*/
#loading-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20000;
    /*  background-image:url(../img/new_bg.png);*/
    background-repeat: no-repeat;
    background-color: #83add3;
    overflow: hidden;
}

.x-treelist-navigation .x-treelist-item-text {
    color: #adb3b8 !important;
    margin-left: 40px !important;
    margin-right: 24px !important;
    font-size: 12px !important;
    line-height: 50px !important;
}

.x-treelist-navigation .x-treelist-item-icon:before, .x-treelist-navigation .x-treelist-item-tool:before, .x-treelist-navigation .x-treelist-item-expander {
    line-height: 50px !important;
}

.rounded .x-form-text {
    /*   border-radius: 10px !important;;
    */
    background: url(../img/search-box.gif) !important;;
    background-repeat: no-repeat;
    padding-right: 20px;
    padding-left: 10px;
    border-color: transparent;
    border: transparent;
}

.searchBox {
    background: url(../img/search-box.gif) !important;;
    background-repeat: no-repeat;
    padding-left: 20px;

}

.red-bg .x-panel-body {
    background-color: red !important;
}


#loading-parent {
    position: absolute;
    z-index: 20001;
    padding-top: 50px;
    color: white;
    overflow: hidden;
}

body {
    background: #7F99BE;
}

#header {
    border-bottom: 1px solid #666;
    background: #1E4176;
    height: 60px;
    background: url(../img/bg/header_bg.gif);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Lucida Grande', Arial, Sans;
}

.header-text {
    padding-top: 10px;
}

#main-div-login {
    background-image: url(../img/bg/login_bg.jpg);
    width: 1024px;
    position: relative;
    left: 25%;
    margin-top: 50px;
    margin-left: -200px;
    height: 600px;
    border: #3399FF 1px solid;
}

#logo-div {
    position: absolute;
    margin-left: 75%;
    top: 10px;
    width: 250px;
    height: 140px;
    border: #999999 0px solid;
    text-align: center;
}

#login_footer {
    position: absolute;
    text-align: center;
    width: 1024px;
    height: 22px;
    margin-top: 580px;
    background: url(../img/bg/ext_bottom_bg.png) repeat-x;
}

.transformToUpperCase {
    text-transform: uppercase;
}

.login-button-cls {
    width: 119px !important;
    height: 32px !important;
    background-image: url(../img/login-button.jpg) !important;
    background-color: white !important;
}

.user-cls {
    background-color: "#0c60a9" !important;
}

.tabpanel-bg {

}

.activeTab {

}

.activeTab .x-tab-default-top-active .x-tab-default-left-active .x-tab-default-right-active {
    border-bottom: 1px solid #DEECFD !important;
    background-color: #FF0000 !important;
    background-image: none !important;
}

.login-button-image {
    width: 119px !important;
    height: 32px !important;
    background-image: url(../img/login-button.jpg) !important;
    background-color: white !important;
}

#title {
    font-size: 22px;
    font-weight: 200;
    padding: 5px 8px;
    text-shadow: 0 1px 0 #fff;
}

#title a {
    color: #596F8F;
    text-decoration: none;
}

#msg-div {
    position: absolute;
    bottom: 0px;
    right: 10px;
    width: 200px;
    z-index: 20000;
    pointer-events: none;
}

#msg-div .msg {
    border-radius: 4px;
    -moz-border-radius: 4px;
    background: white;
    margin-top: 2px;
    margin-bottom: 10px;
    padding: 10px 15px;
    border: 1px #99BCE7 solid;
    box-shadow: 1px 1px 10px #99BCE7;
    color: #395578;
    pointer-events: none;
    background: #EBE4C2;
}

#msg-div .msg h3 {
    margin: 0 0 3px;
    font-weight: bold;
    font-size: 12px;
}

#msg-div .msg p {
    margin: 0;
    font-size: 11px;
}

/*Button Icons*/
.login {
    background-image: url(../img/user.png) !important;
}

.register {
    background-image: url(../img/user_add.png) !important;
}

.save {
    background-image: url(../img/save.jpg) !important;
}

.cancel {
    background-image: url(../img/cancel.jpg) !important;
}

.change-password-btn {
    background-image: url(../img/lock.png) !important;
}

.logout-btn {
    background-image: url(../img/logout.png) !important;
}

.settings-btn {
    background-image: url(../img/parameters.png) !important;
}

.help-btn {
    background-image: url(../img/question.png) !important;
}

.new, .add {
    background-image: url(../img/add.png) !important;
}

.upload-icon {
    background-image: url(../img/tray_out.jpg) !important;
}

.unlock {
    background-image: url(../img/unlock.png) !important;
}

.home_pl {
    background-image: url(../img/homepl.png) !important;
}

.searchpl {
    background-image: url(../img/searchpl.png) !important;
}

.edit {
    background-image: url(../img/edit_task.png) !important;
}

.clear {
    background-image: url(../img/delete.gif) !important;
}

.share {
    background-image: url(../img/share.gif) !important;
}

.forward {
    background-image: url(../img/forward.jpg) !important;
}

.summary {
    background-image: url(../img/summary.png) !important;
}

.refresh {
    background-image: url(../img/refresh.png) !important;
}

.delete {
    background-image: url(../img/delete.gif) !important;
}

.certificate {
    background-image: url(../img/certificate.gif) !important;
}

.btn-more {
    background-image: url(../img/forward_nav.gif) !important;
}

.tree-parent {
    background-image: url(../img/folder_go.png);
}

.tree-leaf {
    background-image: url(../img/file.gif);
}

.calendar {
    background-image: url(../img/calendar.png);
}

.icon-grid {
    background-image: url(../img/icon_grid.gif);
}

.icon-form {
    background-image: url(../img/icon_form.png);
}

.export {
    background-image: url(../img/export.jpg);
}

.filter {
    background-image: url(../img/filter.jpg);
}

.questionnaire {
    background-image: url(../img/questionnaire.png);
}

.findings {
    background-image: url(../img/findings.gif);
}

.weights {
    background-image: url(../img/weights.gif);
}

.plane {
    background-image: url(../img/plane.gif) !important;
}

.finding_logs {
    background-image: url(../img/finding_logs.gif);
}

.documents {
    background-image: url(../img/documents.png);
}

.history {
    background-image: url(../img/history.jpg);
}

.download {
    background-image: url(../img/download.png);
}

.print {
    background-image: url(../img/print.jpg);
}

.org_renewals {
    background-image: url(../img/refresh.png);
}

.preview {
    background-image: url(../img/preview.jpg);
}

.preview {
    background-image: url(../img/preview.jpg);
}

.operations_specs {
    background-image: url(../img/operations_specs.gif);
}

.support_data {
    background-image: url(../img/support_data.gif);
}

.notes {
    background-image: url(../img/notes.jpg);
}

.operatorbases {
    background-image: url(../img/history.jpg);
}

.operationsmanuals {
    background-image: url(../img/read-only.gif);
}

.contact {
    background-image: url(../img/user_edit.png);
}

.inspections {
    background-image: url(../img/inspection2.jpg);
}

.back {
    background-image: url(../img/back.jpg);
}

.panel-no-bg {
    background-color: transparent;
    border: none;
}

.toolbar-transparent {
    background-color: transparent;
    border: none;
}

.x-action-col-icon {
    height: 20px !important;
    width: 20px !important;
}


.create_cl {
    background-image: url(../img/edit_task.png);
}

#app-header {
    background-color: #DFE8F6;
    /*background: url(../img/headeor_bg_03.png) repeat !important;*/
}

/*Content Panel*/
#content-panel-body {

}

#form-1039_header, #form-1045_header, #form-1052_header {
    background-color: #D9D9FF;
}

#content-panel-body, #incoming_messages, #outgoing_messages {
    background-image: url(../img/square.gif) !important;
}

/*.x-panel-header-default-framed {
	background-color: #D9D9FF;
}*/

/*.x-grid-row-selected .x-grid-cell-first {
    background-image: url(../img/forward_nav.gif);
    background-repeat: no-repeat;
    padding-left: 12px;
}*/

.multiple-choice {
    background: url(../img/multiple.png) no-repeat 2px 1px;
    padding-left: 16px;
}

.textbox {
    background: url(../img/textbox.jpg) no-repeat 2px 1px;
    padding-left: 16px;
}

.textarea {
    background: url(../img/textarea.jpg) no-repeat 2px 1px;
    padding-left: 16px;
}

.date-field {
    background: url(../img/datefield.jpg) no-repeat 2px 1px;
    padding-left: 16px;
}

.x-monthpicker-months,
.x-monthpicker-months .x-monthpicker-item,
.x-monthpicker-years,
.x-monthpicker-years .x-monthpicker-item,
.x-monthpicker-yearnav-button-ct{
    width: 50% !important;
}

.number-field {
    background: url(../img/numberfield.jpg) no-repeat 2px 1px;
    padding-left: 16px;
}

.time-field {
    background: url(../img/timefield.png) no-repeat 2px 1px;
    padding-left: 16px;
}

.slider-field {
    background: url(../img/slider.jpg) no-repeat 2px 1px;
    padding-left: 16px;
}

.male-cell {
    background: url(../img/user_male.png) no-repeat 2px 1px;
    padding-left: 16px;
}

.warning-cell {
    background: url(../img/warning.png) no-repeat 2px 1px;
    padding-left: 16px;
}

.active-cell {
    background: url(../img/green.gif) no-repeat 2px 1px;
    padding-left: 16px;
}

.important-cell {
    background: url(../img/red.gif) no-repeat 2px 1px;
    padding-left: 16px;
}

.female-cell {
    background: url(../img/user_female.png) no-repeat 2px 1px;
    padding-left: 16px;
}

.true-cell, .full-access-cell {
    background: url(../img/accept.png) no-repeat 2px 1px;
    padding-left: 16px;
}

.false-cell, .none-cell {
    background: url(../img/cancel.jpg) no-repeat 2px 1px;
    padding-left: 16px;
}

.read-only-cell {
    background: url(../img/read-only.gif) no-repeat 2px 1px;
    padding-left: 16px;
}

.edit-cell {
    background: url(../img/edit.jpg) no-repeat 2px 1px;
    padding-left: 16px;
}

.delete-cell {
    background: url(../img/delete.gif) no-repeat 2px 1px;
    padding-left: 16px;
}

.phone-cell {
    background: url(../img/phone.png) no-repeat 2px 1px;
    padding-left: 16px;
}

.fax-cell {
    background: url(../img/fax.gif) no-repeat 2px 1px;
    padding-left: 16px;
}

.questions-grid .closed-row .x-grid-cell-first {
    background-color: #0F0 !important;
}

.questions-grid .open-row .x-grid-cell-first {
    background-color: #F00 !important;
}

.radio-buttons-enabled {
    color: #F00;
}

.styled-grid .suspended-row .x-grid-cell {
    background-color: #F00 !important;
}

.errorBox {
    margin-left: 100px;
    font-size: 10px;
    color: #F00;
}

/*Alerts Notifications*/
.noti {
    padding: 0px 2px 0px 2px;
    background: #e3495a;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    position: relative;
    height: 18px;
    width: 34px;
    text-align: center;
}

.noti:after {
    height: 18px;
    width: 34px;
    display: inline-block;
    position: absolute;
    top: 22px;
    right: -180px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    line-height: 18px;
}

/*makori*/
.btn-transparent {
    background-color: transparent !important;

}

.dataStyle {
    font-weight: bold;
    font-size: 12px;

}

.labelStyle {
    font-size: 12px;
    color: #0000FF;
}

.style6 {
    color: #013162;
    font-weight: bold;
    font-family: Verdana;
    font-size: 14px;
}

.style0 {
    color: #FFFFFF;
    font-weight: normal;
    font-weight: bold;
    font-family: Verdana;
    font-size: 14px;
}

.link {
    background-image: url(../img/icons/fam/connect.gif) !important;
}

.plane {
    background-image: url(../img/mak_falcon_icon.png) !important;
}

.bck {
    background-image: url(../img/mak_back.png) !important;
}

.fwd {
    background-image: url(../img/mak_forward.png) !important;
}

/*end makori*/
/*.x-fieldset-header-text{ font-size: 11px; }*/
.special_sof_table {
    /*width:96%; border-collapse:collapse;*/
}

.special_sof_table td {
    padding: 6px; /*border:#999 1px solid;*/
}

.special_sof_table tr:nth-child(even) {
    /*background: #A4D1FF;*/
}

.special_sof_table tr:nth-child(odd) {
    /*background: #EAF4FF;*/
}

.my-class .x-form-cb-label {
    font-weight: bold;
    color: #000;
    opacity: 1
}

.questions-container {
    background-color: #FFF;
}

.question-wrap {
    background-color: #E1DFFF;
    padding: 5px;
    margin: 2px;
    margin-left: 15px;
    border-radius: 5px;
    moz-border-radius: 5px;
    width: 96%;
}

.question-wrap .question-number {
    font-weight: bold;
    font-size: 18px;
}

.question-wrap .question {
    font-size: 13px;
}

.question-wrap .answer-options {
    margin: 10px 0px 2px 30px;
    color: #737D7A;
    font-style: italic;
}

#questions-view .x-item-over {
    border: 1px solid #dddddd;
    background: #efefef url(over.gif) repeat-x left top;
    padding: 4px;
}

#questions-view .x-item-selected {
    background: #eff5fb url(selected.gif) no-repeat right bottom;
    border: 1px solid #99bbe8;
    padding: 4px;
}

#questions-view .x-item-selected .question-wrap {
    background: transparent;
}

.loginheader {
    color: #0c5fa9;
    font-size: 42px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.minimized-checkbox {
    font-size: 10px;
}

/*Efos Styles*/
.efos {
    background-image: url(../img/efos.png) !important;
}

.credentials {
    background-image: url(../img/credentials.jpg) !important;
}

.settings {
    background-image: url(../img/settings.jpg) !important;
}

.reports_large {
    background-image: url(../img/reports.jpg) !important;
}

.full_view {
    background-image: url(../img/fullviewwhite.jpg) !important;
}

.split_view {
    background-image: url(../img/splitview.jpg) !important;
}

.triangle_btn {
    background-image: url(../img/triangle.gif) !important;
}

.draft_btn, .add {
    background-image: url(../img/add.png) !important;
}

.login {
    background-image: url(../img/login.gif) !important;
}

.save {
    background-image: url(../img/save.jpg) !important;
}

.back {
    background-image: url(../img/back.jpg) !important;
}

.submit {
    background-image: url(../img/tick.jpg) !important;
}

.cancel {
    background-image: url(../img/cancel.jpg) !important;
}

.clear, .delete {
    background-image: url(../img/delete.gif) !important;
}

.refresh {
    background-image: url(../img/refresh2.jpg) !important;
}

.links {
    background-image: url(../img/links.png) !important;
}

.preview {
    background-image: url(../img/preview.jpg) !important;
}

.download {
    background-image: url(../img/download.gif) !important;
}


.checklist-general {
    background-image: url(../img/checklist-general.jpg) !important;
}

.checklists {
    background-image: url(../img/checklist.jpg) !important;
}

.remarks {
    background-image: url(../img/remarks.jpg) !important;
}

.edit {
    background-image: url(../img/edit.jpg) !important;
}

.immediate-actions {
    background-image: url(../img/actions-immediate.jpg) !important;
}

.findings-management {
    background-image: url(../img/findings.jpg) !important;
}

.photos {
    background-image: url(../img/photos.jpg) !important;
}

.files {
    background-image: url(../img/files.jpg) !important;
}

.notes {
    background-image: url(../img/notes.jpg) !important;
}

.upload {
    background-image: url(../img/upload.gif) !important;
}

.source {
    background-image: url(../img/source.jpg) !important;
}

.crew {
    background-image: url(../img/user.png) !important;
}

.qualifications {
    background-image: url(../img/qualifications.png) !important;
}

.operator_info {
    background-image: url(../img/info.jpg) !important;
}

.route {
    background-image: url(../img/route.jpg) !important;
}

.aircraft {
    background-image: url(../img/aircraft.jpg) !important;
}

.licensing_state {
    background-image: url(../img/licensing.jpg) !important;
}


.workflow {
    background-image: url(../img/workflow.png) !important;
}

.reports {
    background-image: url(../img/reports.gif) !important;
}

.messages {
    background-image: url(../img/messages.png) !important;
}

.change-password {
    background-image: url(../img/password_change.jpg) !important;
}

.acc-settings {
    background-image: url(../img/account_info.png) !important;
}

.help {
    background-image: url(../img/help.gif) !important;
}

.logout {
    background-image: url(../img/logout.jpg) !important;
}

.dashboard {
    background-image: url(../img/dashboard.png) !important;
}

.privacy {
    background-image: url(../img/privacy.gif) !important;
}

.accept-report {
    background-image: url(../img/accept.jpg) !important;
}

.reject-report {
    background-image: url(../img/reject.jpg) !important;
}

.archive {
    background-image: url(../img/winrar.jpg) !important;
}

.print {
    background-image: url(../img/print.jpg) !important;
}

.terms-of-use {
    background-image: url(../img/terms.png) !important;
}

.rejected-reports {
    background-image: url(../img/rejected_reports.jpg) !important;
}

.accepted-reports {
    background-image: url(../img/accepted_reports.jpg) !important;
}

.reports-to-be-approved {
    background-image: url(../img/pending.jpg) !important;
}

.draft-reports {
    background-image: url(../img/draft.jpg) !important;
}

.history {
    background-image: url(../img/history.jpg) !important;
}


/*Data view styles*/

/* CSS Document */
#img-view .x-panel-body {
    background: white;
    font: 11px Arial, Helvetica, sans-serif;
}

#img-view .thumb {
    background: #dddddd;
    padding: 3px;
    padding-bottom: 0;
}

.x-quirks #img-view .thumb {
    padding-bottom: 3px;
}

#img-view .thumb img {
    height: 60px;
    width: 80px;
}

#img-view .thumb-wrap {
    float: left;
    margin: 4px;
    margin-right: 0;
    padding: 5px;
}

#img-view .thumb-wrap span {

    display: block;
    overflow: hidden;
    text-align: center;
    width: 86px;
/ / for ie to ensure that the text is centered
}

#img-view .x-item-over {
    border: 1px solid #dddddd;
    background: #efefef url(over.gif) repeat-x left top;
    padding: 4px;
}

#img-view .x-item-selected {
    background: #eff5fb url(selected.gif) no-repeat right bottom;
    border: 1px solid #99bbe8;
    padding: 4px;
}

#img-view .x-item-selected .thumb {
    background: transparent;
}

#img-view .loading-indicator {
    font-size: 11px;
    /*background-image:url('../../resources/themes/img/default/grid/loading.gif');*/
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    margin: 10px;
}

.x-view-selector {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    border: 1px dotted;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    zoom: 1;
    background-color: #c3daf9;
    border-color: #3399bb;
}

.ext-strict .ext-ie .x-tree .x-panel-bwrap {
    position: relative;
    overflow: hidden;
}

hr {
    border: 0;
    color: #F0F0F0;
    background-color: #F0F0F0;
    height: 1px;
    width: 100%;
    text-align: left;
}

.divAutoComplete {
    margin: 1px;
    border-bottom: solid thin #F9F9F9;
    padding: 2px;
}

.divAutoComplete a {
    text-decoration: none;
    font-family: "Lucida Grande", sans-serif;
    color: #666;
}

.divAutoComplete span {
    border-right: solid thin #666;
    margin-right: 5px;
    display: block;
}

table.tblAutocomplete {
    background: #D3E4E5;
    border: 1px solid gray;
    border-collapse: collapse;
    color: #fff;
    table-layout: fixed;
    max-height: 350px;
    font: normal 12px verdana, arial, helvetica, sans-serif;
}

table.tblAutocomplete tr {
    width: 100%;
}

table.tblAutocomplete td, table.tblAutocomplete th {
    color: #363636;
    padding: .4em;
    text-align: left;
    border-right: solid thin #F0F0F0;
    vertical-align: top;
}

table.tblAutocomplete tr.first td {
    background: #5C443A;
    color: #FFFFFF;
    padding: 3px 10px 3px 10px;
    text-transform: uppercase;
}

table.tblAutocomplete td {
    width: 160px;
}

table.operators {
    width: 40px;
}

table.tblAutocomplete tr {
    border: 1px dotted gray;
}

table.tblAutocomplete tr:hover {
    background: #99BCBF;
    border: 1px solid #03476F;
    color: #000000;
}

div.thumb-wrap {
    color: #009;
}

div.thumb-wrap:hover {
    background-color: #F8F8ED;
    color: #0CF;
}

/* CSS Document */
#img-view .x-panel-body {
    background: white;
    font: 11px Arial, Helvetica, sans-serif;
}

#img-view .thumb {
    background: #dddddd;
    padding: 3px;
    padding-bottom: 0;
}

.x-quirks #img-view .thumb {
    padding-bottom: 3px;
}

.thumb img {
    height: 80px;
    width: 100px;
}

.thumb-wrap {
    float: left;
    margin: 4px;
    margin-right: 0;
    padding: 5px;
}

.thumb-wrap span {

    display: block;
    overflow: hidden;
    text-align: center;
    width: 86px;
/ / for ie to ensure that the text is centered
}

.x-item-over {
    border: 1px solid #dddddd;
    background: #efefef url(over.gif) repeat-x left top;
    padding: 4px;
}

.x-item-selected {
    background: #eff5fb url(selected.gif) no-repeat right bottom;
    border: 1px solid #99bbe8;
    padding: 4px;
}

.x-item-selected .thumb {
    background: transparent;
}

.loading-indicator {
    font-size: 11px;
    /* background-image:url('../../resources/themes/img/default/grid/loading.gif');*/
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    margin: 10px;
}

.x-view-selector {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    border: 1px dotted;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    zoom: 1;
    background-color: #c3daf9;
    border-color: #3399bb;
}

.ext-strict .ext-ie .x-tree .x-panel-bwrap {
    position: relative;
    overflow: hidden;
}

.active-cell {
    background: url(../img/green.gif) no-repeat 2px 1px;
    padding-left: 16px;
}

.important-cell {
    background: url(../img/red.gif) no-repeat 2px 1px;
    padding-left: 16px;
}

.female-cell {
    background: url(../img/user_female.png) no-repeat 2px 1px;
    padding-left: 16px;
}

.true-cell, .full-access-cell {
    background: url(../img/accept.png) no-repeat 2px 1px;
    padding-left: 16px;
}

.false-cell, .none-cell {
    background: url(../img/cancel.jpg) no-repeat 2px 1px;
    padding-left: 16px;
}

.read-only-cell {
    background: url(../img/read-only.gif) no-repeat 2px 1px;
    padding-left: 16px;
}

.edit-cell {
    background: url(../img/edit.jpg) no-repeat 2px 1px;
    padding-left: 16px;
}

.delete-cell {
    background: url(../img/delete.gif) no-repeat 2px 1px;
    padding-left: 16px;
}

.phone-cell {
    background: url(../img/phone.png) no-repeat 2px 1px;
    padding-left: 16px;
}

.fax-cell {
    background: url(../img/fax.gif) no-repeat 2px 1px;
    padding-left: 16px;
}

div.ticket-wrapper {
    float: left;
    width: 165px;
    height: 120px;
    background-color: #eee;
    margin: 20px;
    border: 2px solid #eee;
    color: #000;
}

div.ticket-wrapper.x-item-selected {
    border: 2px solid #000;
}

div.ticket-wrapper span.title {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    display: block
}

div.ticket-wrapper span.importance {
    display: block;
    width: 80%;
    height: 50px;
    color: white;
    font-weight: bold;
    font-size: 3em;
    text-align: center;
    margin: 10px 10%;
}

div.ticket-wrapper span.importance.importance-1 {
    background-color: green;
}

div.ticket-wrapper span.importance.importance-2 {
    background-color: yellow;
}

div.ticket-wrapper span.importance.importance-3 {
    background-color: orange;
}

div.ticket-wrapper span.importance.importance-4 {
    background-color: pink;
}

div.ticket-wrapper span.importance.importance-5 {
    background-color: red;
}

div.ticket-wrapper span.description {
    padding: 5px;
    display: block;
    text-align: center;
}

div.ticket-wrapper span.status {
    display: block;
    width: 60%;
    margin: 10px 20%;
    padding: 3px;
    text-align: center;
    color: white;
    font-weight: bold;
}

div.ticket-wrapper span.status.draft {
    background-color: green;
}

div.ticket-wrapper span.status.waiting-for-approval {
    background-color: yellow;
}

div.ticket-wrapper span.status.accepted {
    background-color: purple;
}

div.ticket-wrapper span.status.rejected {
    background-color: red;
}


.x-toast {
    transform-style: preserve-3d;
    z-index: 10000 !important;
}

.x-responsivecolumn {
    padding: 1px 0 0 20px !important;

}

.x-responsivecolumn > * {
    margin: 0 3px 3px 0 !important;
}

.msgs-grid {

    /*background-image: url(../img/new_bg.png) no-repeat 520px 250px !important;*/
}

.mainnav {

}

.mainnav .x-accordion-hd .x-panel-header-text-container {
    color: #FFFFFF;
    font-weight: bolder;
    font-family: tahoma, arial, verdana, sans-serif;
    text-transform: none;
}

.msgs-grid .x-grid-row-over {
    /* Grid cells when the mouse cursor is over the row */
    background-color: #ff6;
    border-bottom-color: #999;
    border-bottom-style: dashed;
    border-top-color: #999999;
    border-bottom: thin;
    border-top-style: dashed;
}

.msgs-grid .x-grid-cell {
    /* */
    background-color: #ffffff;
    /*  border-bottom-color:#999999; */
    border-bottom: thin;
    /*border-bottom:#CCCCCC;*/
    border-bottom-color: #CCCCCC !important;
    border-bottom-style: solid !important;
    border-top-color: #999999;
    /* border-top-style: outset;*/

}

/*.msgs-grid .x-grid-cell {
    background-color: #ffa;
    border-bottom-color: #ffc;
    border-top-color: #ff5;
    color: #009;
}*/
/* Grid cells in the selected row */
.msgs-grid .x-grid-row-selected .x-grid-cell {
    background-color: #ff0 !important;
    border-bottom-color: #999;
    border-bottom-style: solid;
    border-top-color: #999;
    border-top-style: solid;
}

.x-grid-row-expander {
    background-image: url(../img/arrow_green.png) !important;
    background-repeat: no-repeat;
}

.x-form-text-default.x-form-textarea {
    min-height: 45px !important;
}

.x-grid-row .expired-row {
    background: #FF0000;
    background-color: #FF0000;
    color: #F5F5F5;
    font-weight: bold;
}

.x-grid-row .almost-expiring-row {
    background: darkorange;
    background-color: darkorange;
    color: #FFFFFF;
    font-weight: bold;
}

.x-grid-row .missing-row {
    background: #0000FF;
    background-color: #0000FF;
    color: #F5F5F5;
    font-weight: bold;
}

.x-grid-row .inprogress-row {
    background: #3CB371;
    background-color: #3CB371;
    color: #F5F5F5;
    font-weight: bold;
}


.breadcrumb {
    list-style: none;
    overflow: hidden;
    font: 14px Sans-Serif;
}

.breadcrumb li {
    float: left;
}

.breadcrumb li a {
    color: white;
    text-decoration: none;
    padding: 10px 0 10px 65px;
    background: brown; /* fallback color */
    background: hsla(25, 85%, 35%, 1);
    position: relative;
    display: block;
    float: left;
}

.breadcrumb li a::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid hsla(34, 85%, 35%, 1);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.breadcrumb li a::before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 10px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

.breadcrumb li:first-child a {
    padding-left: 10px;
}

.breadcrumb li:nth-child(2) a {
    background: hsla(25, 85%, 45%, 1);
}

.breadcrumb li:nth-child(2) a:after {
    border-left-color: hsla(25, 85%, 45%, 1);
}

.breadcrumb li:nth-child(3) a {
    background: hsla(25, 85%, 55%, 1);
}

.breadcrumb li:nth-child(3) a:after {
    border-left-color: hsla(25, 85%, 55%, 1);
}

.breadcrumb li:nth-child(4) a {
    background: hsla(25, 85%, 65%, 1);
}

.breadcrumb li:nth-child(4) a:after {
    border-left-color: hsla(25, 85%, 65%, 1);
}

.breadcrumb li:nth-child(5) a {
    background: hsla(25, 85%, 75%, 1);
}

.breadcrumb li:nth-child(5) a:after {
    border-left-color: hsla(25, 85%, 75%, 1);
}

.breadcrumb li:last-child a {
    background: transparent !important;
    color: black;
    pointer-events: none;
    cursor: default;
}

.breadcrumb li:last-child a::after {
    border: 0;
}

.breadcrumb li a:hover {
    background: hsla(34, 85%, 25%, 1);
}

.breadcrumb li a:hover:after {
    border-left-color: hsla(34, 85%, 25%, 1) !important;
}
