@font-face {
    font-family: 'toyota_textbold';
    src: url('/fonts/toyotatext_bold-webfont.eot');
    src: url('/fonts/toyotatext_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/toyotatext_bold-webfont.woff') format('woff'),
         url('/fonts/toyotatext_bold-webfont.ttf') format('truetype'),
         url('/fonts/toyotatext_bold-webfont.svg#toyota_textbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'toyota_textitalic';
    src: url('/fonts/toyotatext_it-webfont.eot');
    src: url('/fonts/toyotatext_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/toyotatext_it-webfont.woff') format('woff'),
         url('/fonts/toyotatext_it-webfont.ttf') format('truetype'),
         url('/fonts/toyotatext_it-webfont.svg#toyota_textitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'toyota_textregular';
    src: url('/fonts/toyotatext_rg-webfont.eot');
    src: url('/fonts/toyotatext_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/toyotatext_rg-webfont.woff') format('woff'),
         url('/fonts/toyotatext_rg-webfont.ttf') format('truetype'),
         url('/fonts/toyotatext_rg-webfont.svg#toyota_textregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'toyota_displayregular';
    /*src: url('fonts/toyotadisplay_rg-webfont.eot');*/
    src: url('/fonts/toyotadisplay_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/toyotadisplay_rg-webfont.woff') format('woff'),
         url('/fonts/toyotadisplay_rg-webfont.ttf') format('truetype'),
         url('/fonts/toyotadisplay_rg-webfont.svg#toyota_displayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'toyota_displaybold';
    src: url('/fonts/toyotadisplay_bd-webfont.eot');
    src: url('/fonts/toyotadisplay_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/toyotadisplay_bd-webfont.woff') format('woff'),
         url('/fonts/toyotadisplay_bd-webfont.ttf') format('truetype'),
         url('/fonts/toyotadisplay_bd-webfont.svg#toyota_displaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'toyota_displayheavy';
    src: url('/fonts/toyotadisplay_he-webfont.eot');
    src: url('/fonts/toyotadisplay_he-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/toyotadisplay_he-webfont.woff') format('woff'),
         url('/fonts/toyotadisplay_he-webfont.ttf') format('truetype'),
         url('/fonts/toyotadisplay_he-webfont.svg#toyota_displayheavy') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Nobel';
    src: url('/fonts/Nobel-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nobel';
    src: url('/fonts/Nobel-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}


	body{
		font: 75% "toyota_displayregular", sans-serif;
        /*text-shadow: 0px 0px 1px rgba(0, 0, 0,0.5); */
        text-shadow: none;
        margin: 0px;
        background-color: #f2f2f2;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
	}
    .ui-widget {
        font-family: "toyota_displayregular", sans-serif;
    }
	.demoHeaders {
		margin-top: 2em;
	}
	#dialog-link {
		padding: .4em 1em .4em 20px;
		text-decoration: none;
		position: relative;
	}
	#dialog-link span.ui-icon {
		margin: 0 5px 0 0;
		position: absolute;
		left: .2em;
		top: 50%;
		margin-top: -8px;
	}
	#icons {
		margin: 0;
		padding: 0;
	}
	#icons li {
		margin: 2px;
		position: relative;
		padding: 4px 0;
		cursor: pointer;
		float: left;
		list-style: none;
	}
	#icons span.ui-icon {
		float: left;
		margin: 0 4px;
	}
	.fakewindowcontain .ui-widget-overlay {
		position: absolute;
	}

  fieldset { width: 400px; }
  fieldset legend { width: 100%; text-align: center; }
  fieldset legend div { margin: 0.3em 0.5em; }
  fieldset .field { margin: 0.5em; padding: 0.5em; }
  fieldset .field label { margin-left: 20px; width: 80px; display: block; float: left;}

div.centered {
    margin: 0px auto;
    text-align: center;
}

.automargin {
    margin: 0px auto;
}




/* ------------------- specific --------------- */


div#car-tabs, div#tabs {
    background-color: #f2f2f2;
}

@media screen and (min-width: 1px) and (max-width:1024px) {
    #app_download_info {
        min-width: 1402px;
    }
    div#top_bar {
        height: 84px;
        width: 100%;
        min-width: 1402px;
        background-image: url(/img/red_bar.png);
        background-repeat: repeat-x;
        text-align: right;
    }
    div#brand_select {
        position: relative;
        right: 220px;
    }
    body table#top_table {
        right: -300px;
    }
}

@media screen and (min-width:1025px) and (max-width:1599px) {
    #app_download_info {
        min-width: 1426px;
    }
    div#top_bar {
        height: 84px;
        width: 100%;
        min-width: 1426px;
        background-image: url(/img/red_bar.png);
        background-repeat: repeat-x;
        text-align: right;
    }

    table.caption-table {
        max-width: 800px;
    }

    body table#top_table {
        right: 5px;
    }


    .ui-buttonset label {
        font-size: 12px;
        padding-right: 0px;
        padding-left: 0px;
    }

    td[role='gridcell'] {
        font-size: 8pt;
    }
}

@media screen and (min-width:1600px) {
    div#top_bar {
        height: 84px;
        width: 100%;
        /*min-width: 1570px;*/
        background-image: url(/img/red_bar.png);
        background-repeat: repeat-x;
        text-align: right;
    }

    td[role='gridcell'] {
        font-size: 9pt;
    }

}

@media print {
    body {
        /*-webkit-print-color-adjust: exact;*/
    }
}

div.top_bar_text_container {
    padding-top: 30px;
    display: inline;
}

table#top_table {
    position: absolute;
    top: 0px;
    right: 0px;
}

table#top_table td {
    padding-left: 15px;
}

.top_bar_text {
    /*line-height: 80px;*/
    /*display: table-cell;
    vertical-align: middle;*/
    margin-top: 30px;
    font-size: 14px;
    padding-right: 10px;
    color: #f2f2f2;
    /*text-shadow: 0px 1px #424242;*/
    text-shadow: none;
}

#top_bar button {
    margin-top: 30px;
    margin-right: 15px;
}

@media screen and (min-width:1px) and (max-width:1599px) {
    table#main-table {
        /*width: 80%;*/
        min-width: 1100px;
        max-width: 1280px;
    }
}

@media screen and (min-width:1600px) {
    table#main-table {
        /*width: 100%;*/
        min-width: 1500px;
        max-width: 1700px;
    }
}

table#main-table td {
    vertical-align: top;
}

div#modules {
    width: 236px;
    margin-left: 15px;
    padding: 15px;
    border-radius: 8px;
    background-color: #e6e6e6;
    border-left: 1px solid #bdbfc2;
    border-right: 1px solid #bdbfc2;

    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #E6E6E6 0%, #DCDCDC 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #E6E6E6 0%, #DCDCDC 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #E6E6E6 0%, #DCDCDC 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E6E6E6), color-stop(1, #DCDCDC));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #E6E6E6 0%, #DCDCDC 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #E6E6E6 0%, #DCDCDC 100%);

    box-shadow:
      0 1px 2px #fff, /*bottom external highlight*/
      0 -1px 1px #666, /*top external shadow*/
      inset 0 -1px 1px rgba(0,0,0,0.5), /*bottom internal shadow*/
      inset 0 1px 1px rgba(255,255,255,0.8); /*top internal highlight*/

    float: left;
}

@supports (position: sticky) {
    div#modules {
        position: sticky;
        top: 10px;
        max-height: calc(100vh - 50px);
        overflow-y: auto;
        overflow-x: hidden;
    }
}

div#modules p, div#modules p a {
    font-family: "toyota_displayregular", sans-serif;
    margin-left: 10px;
    font-size: 20px;
    font-weight: normal;
    color: #424242;
    /* text-shadow: 0px 2px 1px #f2f2f2; */
    text-shadow: none;
    text-decoration: none;
}

div#modules p:hover, div#modules p a:hover, div#modules p:hover a {
    font-weight: bold;
    cursor: pointer;
    /* text-shadow: 0px 2px 2px #f2f2f2; */
    text-shadow: none;
}

div#modules p.selected, div#modules p a.selected {
    font-weight: bold;
    cursor: pointer;
    /* text-shadow: 0px 2px 2px #f2f2f2; */
    text-shadow: none;
}

div#content {
    /*width: 100%;*/
    margin-left: 25px;
}


.oval-button {
    font-family: "toyota_displaybold", sans-serif;
    padding: 10px;
    border-radius: 20px;
    background-color: #fdfdfd;
    border: 1px solid #8c8c8c;
    text-align: center;
    font-size: 14px;
    color: #000000;
    cursor: pointer;
}

.oval-button:hover {
    background-color: #dddddd;
}



/* ------------- CAR -------------- */

#car-caption {
    font-family: "toyota_displayregular", sans-serif;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 20px;
}

#car-caption strong {
    color: #00a0f0;
    font-size: 32px;
    font-weight: bold;
}

#car-caption #change_car {
    width: 120px;
}

#car-modules {
    width: 80%;
    margin: auto;
    border-radius: 8px;
    background-color: #e6e6e6;
    border-left: 1px solid #bdbfc2;
    border-right: 1px solid #bdbfc2;

    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #E6E6E6 0%, #DCDCDC 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #E6E6E6 0%, #DCDCDC 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #E6E6E6 0%, #DCDCDC 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E6E6E6), color-stop(1, #DCDCDC));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #E6E6E6 0%, #DCDCDC 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #E6E6E6 0%, #DCDCDC 100%);

    box-shadow:
      0 1px 2px #fff, /*bottom external highlight*/
      0 -1px 1px #bdbfc2, /*top external shadow*/
      inset 0 -1px 1px #bdbfc2, /*bottom internal shadow*/
      inset 0 1px 1px rgba(255,255,255,0.8); /*top internal highlight*/

    display: table;
    table-layout: fixed;
}

#car-modules .car-module:first-child {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

#car-modules .car-module:last-child {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-right: 0px;
}


@media screen and (min-width:1px) and (max-width:1599px) {
    #car-modules p, #car-modules p *, #car-modules td, #car-modules td * {
        font-family: "toyota_displayregular", sans-serif;
        /*margin-left: 10px;*/
        font-size: 10px;
        font-weight: normal;
        color: #424242;
        /* text-shadow: 0px 2px 1px #f2f2f2; */
        text-shadow: none;
        text-decoration: none;
        width: 60px;
    }

    #car-modules td, #car-modules p {
        padding: 5px;
        display: table-cell;
        box-shadowss:
          0 1px 2px #fff, /*bottom external highlight*/
          0 -1px 1px #666, /*top external shadow*/
          inset 0 -1px 1px rgba(0,0,0,0.5), /*bottom internal shadow*/
          inset 0 1px 1px rgba(255,255,255,0.8); /*top internal highlight*/

        border-right: 2px solid #bdbfc2;
    }

}

@media screen and (min-width:1600px) {
    #car-modules p, #car-modules p *, #car-modules td, #car-modules td * {
        font-family: "toyota_displayregular", sans-serif;
        font-size: 13px;
        font-weight: normal;
        color: #424242;
        /* text-shadow: 0px 2px 1px #f2f2f2; */
        text-shadow: none;
        text-decoration: none;
    }

    #car-modules td, #car-modules p {
        padding: 15px;
        display: table-cell;
        box-shadowss:
          0 1px 2px #fff, /*bottom external highlight*/
          0 -1px 1px #666, /*top external shadow*/
          inset 0 -1px 1px rgba(0,0,0,0.5), /*bottom internal shadow*/
          inset 0 1px 1px rgba(255,255,255,0.8); /*top internal highlight*/

        border-right: 2px solid #bdbfc2;
        width: 73px;
    }
}

#car-modules p:hover, #car-modules p a:hover, #car-modules p:hover a,
 #car-modules td:hover, #car-modules td a:hover, #car-modules td:hover a {
    cursor: pointer;
    color: #ffffff;
    background-color: #c11418;
    /* text-shadow: 0px 0px 0px #f2f2f2; */
    text-shadow: none;
}

#car-modules p.selected, #car-modules td.selected, #car-modules p.selected a, #car-modules td.selected a {
    cursor: pointer;
    color: #ffffff;
    background-color: #c11418;
    /* text-shadow: 0px 0px 0px #f2f2f2; */
    text-shadow: none;
}

td.car-module {
    vertical-align: middle !important;
}

div#car-content {
    /*width: 100%;*/
    margin-left: 25px;
}

#car-subcontent {
    width: 100%;
    margin: auto;
    padding-top: 30px;
}




/*.ui-tabs-vertical { width: 100%; height: 100%; }
.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 10%; }
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
.ui-tabs-vertical .ui-tabs-nav li a { display:block; }
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; }
.ui-tabs-vertical .ui-tabs-panel { padding-left: 1em; float: right; width: 85%;}
*/

.ui-tabs-vertical { width: 100%; }
.ui-tabs-vertical > .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; }
.ui-tabs-vertical > .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
.ui-tabs-vertical > .ui-tabs-nav li a { display:block; }
.ui-tabs-vertical > .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; }
.ui-tabs-vertical > .ui-tabs-panel { padding: 1em; float: left; width: 60%;}




.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #444444;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #444444;
    background: white;
}

.ui-state-active,
div#new-model-new-group-switch .ui-state-active {
    background: rgb(205, 7, 7);
    color: white;
}

/*body {
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 30px;
}*/

.toolbar-button-text {
    margin-top: 3px;
}

.upload-progress-bar {
    height: 18px;
    background: green;
}


div.progress_bar{
    z-index: 1;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
    /*width: 200px;*/
}

div.progress_bar_value{
    z-index: 10;
    background-color: #AAEECC;
    background-image: url(../img/grad_white_inv_2.png);
    color: #000022;
    text-align: center;
}

.link {
    cursor: pointer;
    text-decoration: underline;
    color: blue;
}


div#spinner_fade {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
}

div#spinner {
    display: none;
    position: fixed;
    text-align: center;
    top: 25%;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    z-index: 10000;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 20px;
}

.ui-progressbar {
    position: relative;
}

#progresscontainer {
    display: none;
}

#progresslabel {
    font-size: 12px;
}

div#toasts {
    position: fixed;
    text-align: center;
    top: 0px;
    left: 0px;
    width: 300px;
    z-index: 10001;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

div#toasts div.toast {
    width: 100%;
    z-index: 10002;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 6px;
    text-align: left;
    border-width: 2px;
    box-shadow: 2px 2px 3px rgba(30, 30, 30, 0.5);
}



div.listview {
    width: 300px;
    height: 300px;
    overflow: auto;
    border: 1px solid #bdbfc2;
}

div.listview p {
    width: 95%;
    text-align: left;
    margin: 0px;
    padding-left: 2px;
    padding-top: 2px;
    cursor: pointer;
}

div.listview p:hover {
    background-color: #aaddff;
}

div.listview p.selected {
    background-color: #88bbff;
}


/* --------- combo ----------- */

.ui-combobox { display: inline-block; margin: 0; margin-right: 1.8em; position: relative; }
.ui-combobox-input { padding: 0.2em; margin: 0; }
.ui-combobox-button { position: absolute; width: 1.8em !important; margin: 0; margin-left: -1px; top: 0; bottom: 0; }
.ui-combobox-button .ui-button-text { padding: 0em; }
.ui-combobox .ui-autocomplete { max-height: 10em; overflow-y: auto; overflow-x: hidden; }

/* ---------- selectmenu2 ---------- */
.ui-selectmenu-textinput {
    border: none;
    border-right: 1px solid #cccccc;
    padding: 4px 0px 5px 2px;
}

/* --------- grid -------- */

.grid-col {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.ui-jqgrid {
    border-radius: 8px;
}

.ui-jqgrid-titlebar {
    border-radius: 8px 8px 0px 0px;
}

.ui-jqgrid-pager {
    border-radius: 0px 0px 8px 8px;
}

.ui-jqgrid-btable td {
    vertical-align: middle !important;
}

div.ui-jqgrid {
    max-height: 800px;
}

.fm-button#eData,
.fm-button#sData,
.fm-button#cData,
.fm-button#dData {
    padding-left: 24px;
}

td.ui-state-error {
    word-spacing: 3pt;
}

.EditTable td input, .EditTable td select, .EditTable td textarea {
    max-width: 300px;
}


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

.ui-dialog-buttonpane {
    border-radius: 20px;
}

.no-close-btn .ui-dialog-titlebar-close {
    display: none;
}

.ui-button[disabled] {
    background-color: #cccccc;
}

div#brand_select .ui-state-active {
    background: #ffe681 50% 50%;
    color: #444444 !important;
}

@media (min-width: 1024px) and (max-width: 1599px) {
    div#brand_select {
        position: relative;
        right: 220px;
    }
}

#brand_logo {
    height: 110px;
    width: 78px;
    cursor: pointer;
    background: url('/img/logo_bar.png') no-repeat;
    background-size: contain;
}



.information {
    font-size: 15px;
}

.car-edit {
    background: url('/img/edit-on.png');
    top: 2px;
    right: 2px;
    position: absolute;
    width: 32px;
    height: 32px;
    display: none;
}

.car-edit:hover {
    background: url('/img/edit-off.png');
}

.whole_rebate_color {
    color: red;
}

.file_upload span {
    display: none;
}

.co-table-cbs tr:last-child td:first-child  {
    border-radius: 0 0 0 0px;
}

.co-table-cbs tr:last-child td:last-child {
    border-radius: 0 0 0 0;
}

.choose_file {
    display: none;
}

.car-copy {
    background: url('/img/copy-on.png');
    top: 2px;
    left: 2px;
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    display: none;
}

.car-copy:hover {
    background: url('/img/copy-off.png');
}

.group-delete {
    background: url('/img/delete-group.png');
    top: 2px;
    left: 2px;
    position: absolute;
    width: 32px;
    height: 32px;
    display: none;
    z-index: 9;
}

.group-delete:hover {
    background: url('/img/delete-group-hover.png');
}

.car-copy-to {
    background: url('/img/copy-to-on.png');
    top: 2px;
    left: 38px;
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    display: none;
}

.car-copy-to:hover {
    background: url('/img/copy-to-off.png');
}

#offer_page {
    font-size: 11px;
}


.file-upload-box {
    width: 420px;
    border-radius: 8px;
}

.file-upload-box .ui-jqgrid-titlebar {
    text-align: center;
}

.file-upload-box .field.file_upload {
    text-align: center;
    padding-bottom: 10px;
}

.table_red {
    color: red;
}

.table_green {
    color: green;
}

.not_available {
    margin-top: 22px;
}

div#visibility-dialog-form button {
    margin-left: 35px;
}

table.last_file.caption-table a {
    color: #00e;
    text-decoration: underline;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

@media screen and (min-width: 1px) and (max-width: 1599px) {
    .ellipsis {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 826px;
        display: block;
    }
}
@media  screen  and (min-width: 1600px) {
    .ellipsis {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 1094px;
        display: block;
    }
}

.ui-icon.green {
    background-image: url(blitzer/images/ui-icons_3f8a09_256x240.png);
}


.caption-table td {
    text-align: left;
}

.filter-highlighted {
    background-color: rgb(255, 230, 129) !important;
}

#instruction_menu {
    position: absolute;
    top: 48px;
    left: 48px;
    font-size: 14px;
    color: white;
    z-index: 77;
}

#unread_messages_count {
    background: #CD0303;
    color: #ffffff;
    height: 16px;
    text-align: center;
    border-radius: 9px;
    border: solid 2px #ffffff;
    position: absolute;
    top: -7px;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: -11px;
    margin-top: -5px;
}
#unreaded {
    position: relative;
}

button.ui-button-icon-only {
    padding: 0.55em;
}

.nowrap {
    white-space: nowrap !important;
}

table.details td {
    white-space: nowrap !important;
}

body #content div[id^='load_grid'] {
    padding: 24px;
    font-size: 14px;
    background-color: #c21626;
    color: #ffffff;
}

.smallfont {
    color: #f2f2f2;
    font-size: 11px;
}


.ui-jqgrid .ui-jqgrid-htable th div {
    height: auto;
    overflow: hidden;
    padding-right: 4px;
    padding-top: 2px;
    position: relative;
    vertical-align: text-top;
    white-space: normal !important;
}

.ui-state-focus:focus { outline:none; }

.default-font-color {
    color: #000000;
}

.ui-dialog-buttonset .ui-button.ui-state-active,
.ui-pg-button.ui-state-hover:active,
.fm-button.ui-state-hover:active {
    background: rgb(205, 7, 7);
    color: white;
}

.ui-pg-button.ui-state-hover:active .ui-icon,
.fm-button.ui-state-hover:active .ui-icon {
    filter: brightness(0) invert(1);
}

input, textarea, select {
    font-family: sans-serif;
}

.ui-tooltip-content {
    white-space: pre-line;
}

.tooltip-image {
    max-width: 500px;
}

.tooltip-image img {
    max-height: 100%;
    max-width: 100%;
}

.tooltip-image span + img {
    margin-top: 1em;
}

#tinymce {
    background-color: #FFF;
}