body {

    font-family: 'Titillium Web', sans-serif;
    margin: 0;
    padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	/*background-image: url('https://cloud.orthograph.net/mnt_assets/orthograph_maintenance_background.jpg');*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    background-attachment: fixed;
	/*background-repeat: no-repeat;*/
	background: linear-gradient(45deg, #c6c7c2 0%, #f0f4f5 100%);
}

.container {
    padding: 15px;
    width: 95%;
    margin: auto;
}

h2,
h3,
h4 {
    color: #343942;
    text-align: center;
}

h2 {
    font-weight: 500;
    margin-top: 16px;
    margin-bottom: 0px;
}

h3 {
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 10px;
}

h4 {
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}

button {
    background-color: #58627f;	
	background-color: #4c5773;
    color: white;
    border: none;
    border-radius: 12px;
    padding: 16px 24px;
    margin: 8px 0;
    font-size: 40px;
    font-weight: 700;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    display: block;
}

button:hover, #sendBtn:hover, #selectBuildingBtn:hover, .thread-action-menu button:hover  {
  background-color: #353c4f !important;
  color: white !important;
}

.workorder-section {
    background-color: #f8f9fa;
    border-radius: 16px;
    padding: 12px;
    margin-bottom: 16px;
    overflow-y: auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin: auto;
}

.workorder-section button:hover {
    background-color: inherit !important;
}

.detail-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

.label {
    width: 40%;
    font-weight: bold;
    text-align: left;
}

.value {
    flex: 1;
    text-align: left;
}


.label-column {
    width: 40%;
    font-weight: bold;
    padding-right: 12px;
}

.value-column {
    flex: 1;
    margin-bottom: 8px;
}

.workorder {
    color: #343942;
    border-bottom: 1px solid #888;
    padding: 0 0 16px 0;
    margin-bottom: 16px;
    background-color: white;
    transition: background-color 1s ease;
    border-radius: 8px;;
}

.workorder:last-child {
    margin-bottom: 8px;
    border-bottom: none;
}

.my-tasks-filter{
    width: 100%;
    padding: 6px;
    margin: 10px 0;
    box-sizing: border-box;
    font-size: 26px;
    font-family: 'Titillium Web', sans-serif;
}

.workorder-detail-section {
    background-color: #f8f9fa;
    border-radius: 16px;
    padding: 12px;
    margin-bottom: 16px;
    max-height: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.material-detail-section{
    background-color: #f8f9fa;
    border-radius: 16px;
    padding: 12px;
    margin-top: 8px;
    margin-bottom: 16px;
    max-height: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.thumbs-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}

.thumbs-count-box {
    position: absolute;
    display: inline-block;
    bottom: 4px;
    right: 4px;
}

.thumbs-count-image {
    display: block;
    height: 80px;
}

.thumbs-count-text {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-weight: bold;
    color: #ffffff;
}

.thumbs-up-button {
    width: 80px;
    cursor: pointer;
    padding-right: 16px;
}

.form-row {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
	justify-content: space-around;
}

.form-label {
    font-weight: 400;
    color: #343942;
    text-align: right;
    margin-right: 12px;
	text-align: left;

}

.form-input {
    flex: 1;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.workorder-status {
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 10px;
    margin: -14px -22px;
}

.chat-box {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 16px;
    margin: 20px 0;
    overflow-y: auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.chat-message {
    max-width: 75%;
    margin: 8px 0;
    padding: 10px 14px;
    border-radius: 12px;
    clear: both;
    line-height: 1.4;
}

.chat-message.user {
    background-color: #DCF8C6;
    float: right;
    text-align: right;
}

.chat-message.assistant {
    background-color: #F1F0F0;
    float: left;
    text-align: left;
}

.ai-assistant-container{
    width: 100%;
    height: 760px;
    margin-top: 20px;
}
.ai-assistant-frame{
    border-radius: 16px;
    width: 100%;
    height: 105%;
    border: none;"
}

.question-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.question-input {
    width: 100%;
    padding: 20px;
    font-size: 40px;
    border-radius: 8px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.question-submit {
    width: 100%;
    padding: 20px;
    font-weight: bold;
    border-radius: 8px;
    background-color: #007bff;
    background-color: #58627f;	
    color: white;
    border: none;
}

#ai-loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}

#ai-loading-overlay.active {
    display: flex !important;
}

#ai-loading-overlay .spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.new_asset-form {
    max-width: 640px;
    margin: auto;
}

.orthograph-top-bar {
    background-color: #F0BE49;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 1000;
    color: #ffffff;
}

.OrthoGraphTitle {
    font-size: 28px;
    font-weight: 200;
    color: #ffffff;
    margin-left: 6px;
    vertical-align: middle;
}

.orthograph-top-bar h1 {
    margin: 0;
    text-align: center;
    color:black;
}

.orthograph-logo {
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

.user-name-display {
}

.og-main-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.language-selector {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
}

#languageOptions{
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    z-index: 1000;
    display: none;
}

.language-option {
    padding: 5px 10px;
    cursor: pointer;
    color: black;
}

/* Workorder List Desktop Layout */
.workorder-list-page {
    background-color: #f4f4f4;
    font-family: 'Titillium Web', sans-serif;
    padding: 0px;
    margin: 0;
}

.workorder-list-container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 4px;
}

.workorder-table {
    width: 98% !important;
    font-size: 16px;
    border-collapse: collapse;
}

.workorder-table th,
.workorder-table td {
    padding: 12px 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
}

.workorder-table th {
    background-color: #d0d0d0;
    font-weight: bold;
}

/* Zebra striping for workorder list */
.workorder-table tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

.workorder-table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.status-label {
    padding: 4px 10px;
    border-radius: 12px;
    color: white;
    font-weight: bold;
    display: inline-block;
    font-size: 14px;
}

.priority-label {
    padding: 4px 10px;
    border-radius: 12px;
    color: white;
    font-weight: bold;
    display: inline-block;
    font-size: 14px;
    text-align: center;
}

.view-selector {
    display: flex;
    gap: 0 20px;
    align-items: center;
    font-size: 18px;
    flex-wrap: wrap;
}

.view-selector label {
    white-space: nowrap;
    font-weight: bold;
    width: 140px;
}

.view-selector select,
.view-selector textarea {
    width: calc(100% - 162px);
    box-sizing: border-box;
    padding: 4px;
}

.currentProject-selector {
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 18px;
}

.currentProject-selector label {
    white-space: nowrap;
    font-weight: bold;
}

.currentProject-selector-button {
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    font-weight: bold;
    padding: 6px 12px;
    cursor: pointer;
}

.currentProject-selector-list {
    font-size: 14px;;
    font-weight: normal;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.currentProject-selector-list-item {
    font-size: 14px;
    font-weight: normal !important;
}

.workorder-list-filter-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    max-width: 1280px;
    width: 100%;
    margin: 8px auto;
    padding: 0 10px 0 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 12px;
}

.filter-separator {
    width: 2px;
    background-color: black;
    margin: 10px;
    align-self: stretch;
}

.dropdown-container {
    width: 100%;
/*    calc(100% - 144px);*/
}

.workorder-list-filter-container-left,
.ai-filter-container {
    flex: 1 1 300px;
    min-width: 600px;
    margin: 10px 0;
}

.ai-filter-container-item select,
.ai-filter-container-item textarea {
    width: calc(100% - 144px);
    box-sizing: border-box;
    padding: 4px;
}

.view-save-button {
    font-size: 14px;
    padding: 6px 12px;
    height: auto;
    width: auto;
    max-width: none;
    white-space: nowrap;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: block;
    margin: 5px auto;
}

.ai-filter-container {
    margin: 10px 0;
    gap: 12px;
    align-items: center;
    font-size: 18px;
}

ai-filter-container-item {
    margin: 20px 0;
    gap: 12px;
    display: flex;
    align-items: center;
    font-size: 18px;
    min-width: 400px;
}

.ai-filter-container-item label {
    display: inline-block;
    width: 140px;
    white-space: nowrap;
    font-weight: bold;
    vertical-align:top;
}

.apply-smart-filter-button {
    font-size: 14px;
    padding: 6px 12px;
    height: auto;
    width: auto;
    max-width: none;
    white-space: nowrap;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: block;
    margin: 5px auto;
}

.asset-existance-info {
    
}

@media (max-width: 700px) {
    .ai-filter-container-item select,
    .ai-filter-container-item textarea,
    .currentProject-selector-button {
        width: 100%;
    }
}

.workorder-item-planning-list-header {
    background-color: #F0BE49;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    z-index: 1000;
    color: #000000; margin: -10px -10px 0px -10px;; border-radius: 16px 16px 0px 0px;
}
.workorder-item-planning-section{
    display: flex;
    flex-direction: column;
    margin: 10px 0;
    padding: 10px;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 16px;
}

.workorder-item-planning-section label {
    white-space: nowrap;
    font-weight: bold;
    width: 240px;
}

.workorder-item-planning-section input, select, textarea {
    width: 100%;
    padding: 4px;
    box-sizing: border-box;
    border-radius: 9px;
}

.highlight-flash {
    background-color: orange !important;
    transition: background-color 1s ease;
}

.value {
    background-color: white;
    transition: background-color 1s ease;
}

.workorder-planning-controller-container{
    max-width: 1280px;
    width: 100%;
    margin: 8px auto;
    padding: 0 10px 0 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    padding: 10px;
}

.workorder-planning-controller-container h1{
    margin: 0px;    
}
.workorder-planning-header{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    max-width: 1280px;
    width: 100%;
    margin: 8px auto;
    padding: 0 10px 0 10px;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 12px;
}

.maintenance-params-container {
    margin: 10px 0;
    gap: 12px;
    align-items: center;
    font-size: 18px;
    width:600px;
}

.maintenance-params-container-item {
    margin: 4px 0;
    gap: 12px;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.maintenance-params-container-item label {
    white-space: nowrap;
    font-weight: bold;
    width: 240px;
}

.maintenance-params-container-item select,
.maintenance-params-container-item textarea,
.maintenance-params-container-item input {
    width: calc(100% - 162px);
    padding: 4px;
}

.apply-generator-button {
    font-size: 14px;
    padding: 6px 12px;
    height: auto;
    width: auto;
    max-width: none;
    white-space: nowrap;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: auto;
}

.ai-generator-container {
    margin: 10px 0;
    gap: 12px;
    align-items: center;
    font-size: 18px;
    width:600px;
    padding: 0px 10px;
}

.ai-generator-container-item {
    margin: 4px 0;
    gap: 12px;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.ai-generator-container-item select,
.ai-generator-container-item textarea,
.ai-generator-container-item input {
    width: 100%;
    padding: 4px;
}

.ai-generator-container label {
    white-space: nowrap;
    font-weight: bold;
    width: 240px;
}

.ai-generator-messages-item {
    margin: 4px 0;
    gap: 12px;
    display: flex;
    align-items: center;
    font-size: 18px;
    background-color: white;
    border-radius: 16px;
    padding: 4px;
    border: 1px solid black;
}


/* Remove sort icons and clickability from filter row */
#workorderTable thead tr.filter-row th.sorting,
#workorderTable thead tr.filter-row th.sorting_asc,
#workorderTable thead tr.filter-row th.sorting_desc {
    pointer-events: none;
    cursor: default;
    background: #f9f9f9;
}

#workorderTable thead tr.filter-row th input {
    pointer-events: auto;
    cursor: text;
    width: 100%;
    box-sizing: border-box;
    padding: 4px;
}

/* DataTables pagination layout */
.dt-container .dt-paging {
    text-align: center;
}

.dt-paging-button {
    display: inline-block !important;
    text-align: center !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    border-radius: 6px !important;
    background-color: #eee !important;
    border: 1px solid #ccc !important;
    box-sizing: border-box !important;
    height: 40px !important;
    line-height: 1.2 !important;
    width: 100px !important;
    margin: 0 4px !important;
}

.dt-paging-button.current {
    background-color: #007BFF !important;
    color: #fff !important;
    border-color: #007BFF !important;
}

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
    font-size: 14px;
    z-index: 1000;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

.footer-left, .footer-center, .footer-right {
    flex: 1;
    text-align: center;
}

.footer-left {
    text-align: left;
}

.footer-right {
    text-align: right;
}

.footer-spacer {
    height: 36px;
}

#workorderTable_wrapper {
    width: 100%;
}

.table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.qr-cancel-button {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 10px;
    background-color: #ccc;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    cursor: pointer;
    max-width: 90%;
    white-space: nowrap;
    z-index: 10000;
}

/* iPad shared screen */
@media screen and (max-width: 767px) {
    .container {
        max-width: 640px;
    }

    #footer {
        font-size: 16px;
        /*font-size: 3vw !important;*/	
    }

    .footer-spacer {
        height: 32px;
    }

    .label-column,
    .value-column,
    .chat-message,
    .chat-box {
        font-size: 24px !important;
    }

    body {
        margin: 0;
        padding: 0;

    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 22px;
    }

    button {
        font-size: 26px;
    }

    button:hover {
        background-color: #2c3db2;
    }

    .workorder-section {
        height:20vh;	
        font-size: 26px;
    }

    .label {
        width: 40%;
        max-width: 200px;
/*        font-size: 36px;*/
    }

    .label-column {
        width: 40%;
        max-width: 200px;
/*        font-size: 36px;*/
    }

    .value-column {
/*        font-size: 36px;*/
}

    .workorder {
        font-size: 26px;
        line-height: 1.6em;
    }

    .workorder-detail-section {
/*        font-size: 40px;*/
}
    .material-detail-section {
/*        font-size: 40px;*/
}

    .thumbs-count-text {
/*        font-size: 36px;*/
}

.thumbs-count-image {
    height: 40px;
}

.thumbs-up-button {
    width: 40px;
}

.form-label {
        width: 200px;
/*        font-size: 36px;*/
}

    .form-input {
/*        font-size: 36px;*/
}

    .workorder-status {
        top: 0px;
        right: 2px;
        padding:0px;
        margin: 0px;
        font-size: 24px;
}

    .chat-box {
        height: 25vh;
/*        font-size: 40px;*/
}

    .chat-message {
/*        font-size: 40px;*/
}

    .question-submit {
/*        font-size: 40px;*/
}
	.question-input {
        font-size: 40px;
    }

    .machine-name{
        font-size: 28px;
        font-weight:700;
    }
	
	/*textarea#detailed_description.form-input{
		height:30vh;
	}*/	
	
	.orthograph-top-bar h1 {
    font-size: 5vw;
}

	.OrthoGraphTitle{
    font-size: 4vw;
	padding-right: 10px;
}

	.orthograph-top-bar .user-name-display{
    font-size: 3vw;
	padding-left: 10px;	
}

.orthograph-top-bar div{
	font-size: 4vw;
}	

#chatbase-bubble-button div img{
	min-width: 6vh !important;
	min-height: 6vh !important;
	padding: 0px;
}

#chatbase-bubble-button {
	min-width: 6vh !important;
	min-height: 6vh !important;
	border-radius: 50% !important;	
}

#chatbase-bubble-window {
	bottom:103px !important;
}

}

/* iPad landscape and similar viewports */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    body {
        font-size: 36px;
    }

    #footer {
        font-size: 36px;
        /*font-size: 3vw !important;*/			
    }

    .footer-spacer {
        height: 128px;
    }
        .label-column,
    .value-column,
    .chat-message,
    .chat-box {
        font-size: 36px;/* !important;*/
    }

    body {
        margin: 0;
        padding: 0;
		height: 100%;
		min-height: 100vh;
/*		background-size: 100vh 100vw !important;*/
    }

    .container {
        max-width: 940px;
    }

    h2 {
        font-size: 46px;
    }

    h3 {
        font-size: 40px;
    }

    h4 {
        font-size: 46px;
    }

    button {
        font-size: 40px;
    }

    button:hover {
        background-color: #2c3db2;
    }

    .workorder-section {
        height:20vh;	
        font-size: 40px;
    }

    .label {
        width:40%;
        max-width: 350px;
        font-size: 36px;
    }

    .label-column {
        width:40%;
        max-width: 350px;
        font-size: 36px;
    }

    .value-column {
        font-size: 36px;
    }

    .workorder {
        font-size: 52px;
    }

    .workorder-detail-section {
        font-size: 40px;
    }

    .material-detail-section {
        font-size: 40px;
    }

    .my-tasks-filter{
        font-size: 40px;
    }    

    .thumbs-count-image {
        height: 80px;
    }    
    
    .thumbs-count-text {
        font-size: 36px;
    }
    
    .thumbs-up-button {
        width: 80px;
    }

    .form-label {
        width: 390px;
        font-size: 36px;
    }

    .form-input {
        font-size: 36px;
    }

    .workorder-status {
        font-size: 32px;
    }

    .chat-box {
        height: 50vh;
        font-size: 40px;
    }

    .chat-message {
        font-size: 40px;
    }

    .question-input {
        font-size: 40px;
    }

    .question-submit {
        font-size: 40px;
    }

    .machine-name{
        font-size: 46px;
        font-weight:700;
    }

    .qr-cancel-button {
        font-size: 80px;
    }
	/*textarea#detailed_description.form-input{
		height:30vh;
	}*/
	
	.orthograph-top-bar h1 {
    font-size: 5vw;
}

	.OrthoGraphTitle{
    font-size: 4vw;
	padding-right: 10px;
}

	.orthograph-top-bar .user-name-display{
    font-size: 3vw;
	padding-left: 10px;	
}

.orthograph-top-bar div{
	font-size: 4vw;
}	

#chatbase-bubble-button div img{
	min-width: 6vh !important;
	min-height: 6vh !important;
	padding: 0px;
}

#chatbase-bubble-button {
	min-width: 6vh !important;
	min-height: 6vh !important;
	border-radius: 50% !important;	
}

#chatbase-bubble-window {
	bottom:103px !important;
}

    
}

/* Desktop and larger viewports */
@media screen and (min-width: 1025px) {
    .container {
        max-width: 640px;
    }

    .label-column,
    .value-column,
    .chat-message,
    .chat-box {
        font-size: 24px !important;
    }

    body {
        margin: 0;
        padding: 0;
			height: 100%;
	min-height: 100vh;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 22px;
    }

    button {
        font-size: 26px;
    }

    button:hover {
        background-color: #2c3db2;
    }

    .workorder-section {
        max-height: 480px;		
        font-size: 26px;
    }

    .label {
        width: 40%;
        max-width: 200px;
/*        font-size: 36px;*/
    }

    .label-column {
        width: 40%;
        max-width: 200px;
/*        font-size: 36px;*/
    }

    .value-column {
/*        font-size: 36px;*/
}

    .workorder {
        font-size: 26px;
    }

    .workorder-detail-section {
/*        font-size: 40px;*/
}

.material-detail-section {
/*        font-size: 40px;*/
}

    .thumbs-count-text {
/*        font-size: 36px;*/
}

.thumbs-count-image {
    height: 40px;
}

.thumbs-up-button {
    width: 40px;
}

.form-label {
        width: 200px;
/*        font-size: 36px;*/
}

    .form-input {
/*        font-size: 36px;*/
}

    .workorder-status {
/*        font-size: 32px;*/
}

    .chat-box {
        height: 400px;
/*        font-size: 40px;*/
}

    .chat-message {
/*        font-size: 40px;*/
}

    .question-submit {
/*        font-size: 40px;*/
}

    .machine-name{
        font-size: 28px;
        font-weight:700;
    }

}

#sendBtn, #selectBuildingBtn, .thread-action-menu button  {
	background-color: #4c5773 !important;
}

button#chatbase-bubble-button{
	background-color: #f0bf19 !important;	
}