<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*--------------------------------------------------------------------------------------------------
CSS Styles for &lt;Jobcenter Consulting Gmbh&gt;.

version:   1.0
--------------------------------------------------------------------------------------------------*/

/* =CSS Reset
--------------------------------------------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video, .login-form fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    /*vertical-align: baseline;*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* End CSS Reset
--------------------------------------------------------------------------------------------------*/

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* =Toolkit
--------------------------------------------------------------------------------------------------*/

/* Micro Clearfix Hack by Nicholas Gallagher (http://nicolasgallagher.com/micro-clearfix-hack/) */
/* For modern browsers */
.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom: 1;
}

/* general purpose classes */
.nodisplay {
    display: none;
}

.nodisplay_strict {
    display: none !important;
}

.alignleft {
    float: left;
}

.alignnone {
    clear: both;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    height: 0;
    width: 0;
}

.alignright {
    float: right;
}

/* End Toolkit
--------------------------------------------------------------------------------------------------*/

/* =Normalization - mostly derived from normalize.css (https://github.com/necolas/normalize.css/) but without comments and compressed to keep the file small
--------------------------------------------------------------------------------------------------*/

hr {
    display: block;
    height: 1px;
    border: 0;
    margin: 1em 0;
    padding: 0;
    border-top: 1px solid #cccccc; /* change border colour to suit your needs */
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

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

a:focus {
    outline: none;
}

a:hover, a:active {
    outline: none;
}

h1 {
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
}

dd {
    margin: 0;
}

nav ul, nav ol {
    list-style: none none;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

abbr[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

small {
    font-size: 100%;
}

sub, sup {
    font-size: 100%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: top;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

.login-form fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
    outline: 0;
}

button, input {
    line-height: normal;
}

/*button{ border: 0; padding: 0; }*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
    white-space: normal;
}

input, select {
    vertical-align: middle;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: none;
    -webkit-appearance: none;
}

::-moz-focus-inner {
    border: 0;
    outline: 0;
}

/* End Normalization
--------------------------------------------------------------------------------------------------*/

/* =Typography
--------------------------------------------------------------------------------------------------*/

/* Setting up the fonts */
body {
    font: 13px/16px Arial, Helvetica, sans-serif;
    color: #000;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

/* End Typography
--------------------------------------------------------------------------------------------------*/

/* =Headings
--------------------------------------------------------------------------------------------------*/
h1 {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #000;
    padding-bottom: 25px;
}

h2 {
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    color: #000;
    padding-bottom: 28px;
}

h3 {
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    color: #000;
}

h4 {
}

h5 {
}

h6 {
}

/* End Headings
--------------------------------------------------------------------------------------------------*/

/* =Links
--------------------------------------------------------------------------------------------------*/
a {
    text-decoration: none;
    Color: #000;
    cursor: pointer !important;
    outline: 0;
}

a:hover {
    text-decoration: underline;
}

/* End Links
--------------------------------------------------------------------------------------------------*/

/* =Branding
--------------------------------------------------------------------------------------------------------*/
p {
    padding: 0 0 30px 0;
    margin: 0;
}

html, body {
}

#wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrap-inner {
}

#header {
    border-top: 3px solid #c9035b;
    background: #363636;
}

#header .wrap-inner {
    padding: 10px 126px 10px 41px;
}

#logo {
    width: 184px;
    padding: 0 0 44px 8px;
}

#logo a {
    display: block;
    width: 184px;
    height: 43px;
    text-indent: -9999px;
    text-decoration: none;
    background-size: contain;
}

/* End Branding
--------------------------------------------------------------------------------------------------------*/

/* =Main Nav
--------------------------------------------------------------------------------------------------*/
.sidebar-block {
    padding-left: 10px;
    margin-bottom: 18px;
    border-bottom: 1px solid #d9d9d9;
}

.sidebar-lastblock {
    border-bottom: none;
}

.sidebar-linktitle {
    display: block;
    padding-bottom: 5px;
    color: #808080;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: normal;
}

.leftside-link {
    padding-bottom: 12px;
}

.leftside-link &gt; li {
    float: left; /*width:209px;*/
    width: 261px;
    position: relative;
    padding: 3px 10px;
}

.leftside-link &gt; li.droupdown {
}

.leftside-link &gt; li.droupdown:after {
    position: absolute;
    left: 2px;
    top: 10px;
    content: '';
    width: 6px;
    height: 6px;
    background: url(/jobnet/images/sprites.png) no-repeat left -150px;
}

.leftside-link &gt; li &gt; a, .leftside-link &gt; li &gt; span {
    display: inline-block;
    line-height: 20px;
    color: #000;
    font-weight: bold;
}

.leftside-link &gt; li a:hover {
    text-decoration: underline;
}

.leftside-link &gt; li.active a {
    text-decoration: none;
}

.leftside-link &gt; li.droupdown.open {
}

.leftside-link &gt; li.droupdown.open:after, .leftside-link &gt; li.droupdown_jc.open:after {
    position: absolute;
    left: 2px;
    top: 12px;
    content: '';
    width: 6px;
    height: 6px;
    background: url(/jobnet/images/sprites.png) no-repeat left -200px;
}

.leftside-link &gt; li.active, .leftside-links &gt; li.active {
    background: url(/jobnet/images/sprites.png) no-repeat right top;
}

.leftside-sublink {
    padding: 0 0 0 10px;
    margin: 0;
}

.leftside-sublink li {
    padding: 3px 0;
}

.leftside-sublink li a {
    display: inline-block;
    line-height: 20px;
    color: #000;
    font-weight: normal;
}

.leftside-sublink li.active {
    background: url(/jobnet/images/sprites.png) no-repeat right top;
}

/* End Main Nav
--------------------------------------------------------------------------------------------------*/

/* =Sub Nav
--------------------------------------------------------------------------------------------------*/
#subNavigation {
}

#subNavigation li {
    float: left;
}

#subNavigation li a {
    display: block;
}

#subNavigation li:hover a, #subNavigation li.active a {
    text-decoration: none;
}

/* End Sub Nav
--------------------------------------------------------------------------------------------------*/

/* =Breadcrumbs start
--------------------------------------------------------------------------------------------------*/
.breadcrumbs {
    color: #a3a3a3;
    padding-bottom: 29px;
    line-height: 22px;
    font-size: 12px;
}

.breadcrumbs a {
    display: inline-block;
    color: #a3a3a3;
    text-decoration: underline;
}

.breadcrumbs a:hover {
    text-decoration: none;
}

.breadcrumbs span {
    display: inline-block;
    padding: 0 4px;
}

/* =Breadcrumbs ends
--------------------------------------------------------------------------------------------------*/

/* =Main Content
--------------------------------------------------------------------------------------------------*/
#container {
}

#container .wrap-inner {
}

.widecolumn {
    position: relative;
    width: -webkit-calc(100% - 326px);
    width: -moz-calc(100% - 326px);
    width: calc(100% - 326px);
}

.widecolumn:after {
    position: absolute;
    left: -1px;
    top: 0;
    content: '';
    width: 0;
    height: 100%;
    border-left: 1px solid #d9d9d9;
}

.widecolumn-inner {
    padding: 23px 40px;
}

.narrowcolumn {
    /*width:289px;*/
    width: 325px;
    border-right: 1px solid #d9d9d9;
}

.narrowcolumn-inner {
    padding: 30px 20px 30px 30px;
}

.slogan {
    color: #fff;
    line-height: 27px;
    font-weight: bold;
    font-size: 16px;
}

.toplink {
}

.toplink li {
    float: left;
    color: #fff;
    line-height: 27px;
    padding: 0 10px;
    font-weight: bold;
}

.toplink li.partner-link {
    background: url(/jobnet/images/sprites.png) no-repeat left -45px;
    padding-left: 31px;
}

.toplink li.username-link {
    /*noinspection CssUnknownTarget*/
    background: url(/jobnet/images/sprites.png) no-repeat left -96px;
}

.toplink li.change-pass-link a,
.toplink li.logout-link a {
    display: block;
    text-align: center;
    background: #292929;
    color: #fff;
    line-height: 25px;
    padding: 0 10px 2px 10px;
    font-weight: bold;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    white-space: nowrap;
}

.toplink li.info-link a {
    display: block;
    color: #fff;
    width: 27px;
    height: 27px;
    line-height: 27px;
    background: url(/jobnet/images/sprites.png) no-repeat 0 0;
    text-indent: -999em;
}

.toplink li:hover a {
    text-decoration: none;
}

.confirmation {
    font-size: 13px;
    line-height: 20px;
    color: #11b400;
}

.error {
    font-size: 13px;
    line-height: 20px;
    color: #dc1f26;
}

.info {
    font-size: 11px;
    line-height: 16px;
    color: #808080;
}

.link {
    color: #001cd2;
    text-decoration: underline;
}

.link:hover {
    text-decoration: none;
}

.text1 {
    padding: 0 0 34px;
}

.text1 a {
    color: #001cd2;
    text-decoration: underline;
}

.text2 {
    padding: 0 0 24px;
}

.template-block {
    width: 852px;
}

.email-block {
    width: 568px;
}

.email-block p.text1 {
    padding: 0 0 34px;
    line-height: 20px;
}

.template-saveblock {
}

.template-innerblock {
    border-bottom: 1px solid #dadada;
    margin-bottom: 20px;
}

.template-row {
    padding-bottom: 47px;
}

.template-row h2 {
    padding-bottom: 10px;
}

.template-editor {
}

.customizenavi-block {
}

.customizenavi-block p {
    font-size: 13px;
    line-height: 16px;
    padding: 0 0 10px;
}

.customizenavi-block p.text1 {
    padding-bottom: 29px;
}

.small-table {
    width: 230px;
    padding: 6px 0 0;
}

.medium-table {
    width: 310px;
}

.large-table {
    width: 452px;
}

.x-large-table {
    width: 570px;
}

.four-column-table {
    width: 852px;
}

.seven-column-table, .nine-column-table {
    width: 1137px;
}

.small-txt {
    font-size: 13px;
}

.data-table {
    width: 100%;
    text-align: center;
    border-collapse: separate;
    position: relative;
}

.data-table tbody {
    border-left: solid 1px #d9d9d9;
}

.data-table td {
    border-bottom: solid 1px #d9d9d9;
    border-left: solid 1px #d9d9d9;
}

.data-table td:last-child {
    border-right: solid 1px #d9d9d9;
}

.big-datatable tbody tr:nth-child(even), #jicr-report-edit .report-editor-row:nth-child(even) {
    background: #fff;
}

.big-datatable tbody tr:nth-child(odd), #jicr-report-edit .report-editor-row:nth-child(odd) {
    background: #f7f7f7;
}

.data-table thead th, .big-datatable tbody tr.sub-heading, .report-edit-headers div {
    font-size: 13px;
    line-height: 20px;
    padding: 13px 10px;
    height: 46px;
    border-bottom: 0;
    font-weight: bold;
    color: #fff;
    background: #c9035b;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5MDM1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMDAzNTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #c9035b 0%, #b00350 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c9035b), color-stop(100%, #b00350));
    background: -webkit-linear-gradient(top, #c9035b 0%, #b00350 100%);
    background: -o-linear-gradient(top, #c9035b 0%, #b00350 100%);
    background: -ms-linear-gradient(top, #c9035b 0%, #b00350 100%);
    background: linear-gradient(to bottom, #c9035b 0%, #b00350 100%);
}

.big-datatable tr.sub-heading td:first-child {
    border-left: 1px solid #b00350;
}

.big-datatable tr.sub-heading td:last-child {
    border-right: 1px solid #b00350;
}

.data-table thead th {
    border-left: solid 1px #d9d9d9;
}

.data-table thead th:first-child {
    border-left: 0;
    border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    -webkit-border-radius: 3px 0 0 0;
}

.data-table thead th:last-child {
    border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    -webkit-border-radius: 0 3px 0 0;
}

.data-table tbody td {
    line-height: 45px;
    height: 45px;
    vertical-align: middle;
    border-collapse: collapse;
}

.data-table tbody tr:first-child td {
    padding-top: 3px;
}

.small-table td:first-child {
    width: 104px;
}

.data-table tbody tr:nth-child(even) {
    background: #f7f7f7;
}

.data-table tfoot td {
    text-align: right;
    padding: 15px;
    border-top: solid 2px #dadada;
    background: #f7f7f7;
}

.data-table tfoot button {
    display: inline-block;
}

#navigation-points td:first-child {
    text-align: left;
    padding-left: 20px;
    width: 174px;
}

.categories-table th:first-child {
    text-align: left;
    padding-left: 20px;
}

.categories-table td:first-child {
    text-align: left;
    padding-left: 20px;
    width: 352px;
}

.x-large-table .categories-table td:first-child {
    width: 459px;
}

.categories-table tbody tr:first-child td {
    padding-top: 0;
}

.categories-table tr.editrow td {
    padding-top: 6px;
    padding-bottom: 6px;
}

.plus-btn {
    display: block;
    width: 22px;
    height: 22px;
    padding: 0;
    margin: 12px 10px 0 -8px;
    float: left;
    background: url(/jobnet/images/sprites.png) no-repeat -300px -150px;
    text-indent: -999em;
}

.data-table tbody td &gt; input[type="text"],
.data-table .form-listing li input[type="password"],
.data-table .form-listing li input[type="text"] {
    border: solid 1px #9b9b9b;
    padding: 5px 10px;
    width: 182px;
    margin-left: -8px;
}

.categories-table tbody .form-table .form-listing li input {
    padding: 5px 10px;
}

.data-table tbody .save-btn {
    height: 34px;
    margin: 0 0 0 20px;
}

.data-table.pp_table {
    margin-top: 15px;
}

.data-table.pp_table td {
    line-height: initial;
}

.border-rightnone {
    border-right: none !important;
}

.measuredata-block {
}

.measuredata-block h2 {
    padding-bottom: 23px;
}

.four-column-table {
    padding: 0 0 42px;
}

.measuredata-block .four-column-table th {
    padding-left: 20px;
    text-align: left;
}

.four-column-table td:first-child {
    width: 104px;
}

.four-column-table td:nth-child(2) {
    width: 290px;
    text-align: left;
    padding-left: 20px;
}

.four-column-table td:last-child {
    width: 182px;
}

#profile td:first-child {
    width: 510px;
    padding-left: 20px;
    text-align: left;
}

#profile td:nth-child(2) {
    width: 98px;
    text-align: center;
    padding: 0;
}

#profile td:last-child {
    width: 85px;
    text-align: center;
}

.siteevaluation-block {
}

.siteevaluation-block h2 {
    padding-bottom: 26px;
}

.statistik {
    list-style: decimal;
    padding: 0 0 0 20px;
}

.statistik li {
    padding: 0 0 7px;
    line-height: 19px;
}

.action {
    height: 19px;
}

.action li {
    margin: 0 5px 0;
    display: inline-block;
    height: 19px;
}

.action li a {
    display: block;
    height: 19px;
}

.big-datatable thead th:first-child {
    border-left: solid 1px #d9d9d9;
}

.big-datatable thead th, .big-datatable tfoot td {
    background: #f7f7f7;
    border: solid 1px #d9d9d9;
    border-right: 0;
    padding: 14px 14px 14px 20px;
    height: 36px;
}

.big-datatable thead th:last-child, .big-datatable tfoot td:last-child {
    border-right: solid 1px #d9d9d9;
    border-left: 0;
}

.back-btn {
    background: url(/jobnet/images/sprites.png) no-repeat -300px -685px;
    padding: 0 0 0 20px;
    font-weight: normal;
    font-size: 13px;
    float: left;
    line-height: 36px;
    height: 36px;
}

.seven-column-table .col-1 {
    width: 200px;
    text-align: left;
    padding-left: 20px;
}

.seven-column-table .col-2 {
    width: 122px;
}

.seven-column-table .col-3 {
    width: 163px;
}

.seven-column-table .col-4 {
    width: 179px;
}

.seven-column-table .col-5 {
    width: 172px;
}

.seven-column-table .col-6 {
    width: 188px;
}

.overviewdemo-block {
}

.overviewdemo-block h2 {
    padding-bottom: 26px;
}

.nine-column-table .sub-heading td, .nine-column-table tr td.col-1 {
    text-align: left;
    padding: 13px 10px 20px 20px !important;
    line-height: 20px;
    vertical-align: top;
}

.nine-column-table tr td {
    line-height: 20px;
    vertical-align: top;
    padding-top: 13px;
}

.nine-column-table .col-1 {
    width: 126px;
}

.nine-column-table .col-2 {
    width: 129px;
}

.nine-column-table .col-3 {
    width: 85px;
}

.nine-column-table .col-4 {
    width: 74px;
}

.nine-column-table .col-5 {
    width: 73px;
}

.nine-column-table .col-6 {
    width: 181px;
}

.nine-column-table .col-7 {
    width: 81px;
}

.nine-column-table .col-8 {
    width: 53px;
}

.lettertemplate {
    vertical-align: middle;
}

.latter-uploadblock {
}

.latter-innerblock {
    border-bottom: 1px solid #dadada;
    margin-bottom: 25px;
    padding-bottom: 24px;
}

.lettertemplates-row {
    padding-bottom: 27px;
}

.lettertemplates-row h3 {
    padding-bottom: 10px;
}

.subtext {
    padding-bottom: 10px;
}

.template-upload {
    background: #f7f7f7;
    border: solid 1px #d9d9d9;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 14px;
}

.template-upload input {
    border: solid 1px #9b9b9b;
    margin-left: 20px;
    padding: 9px 10px;
    width: 403px;
}

.letterplace-block {
}

.letterplace-block h1 {
    padding-bottom: 10px;
}

.letterplace-block p {
    padding-bottom: 25px;
}

.letterplace-block p.text1 {
    padding-bottom: 4px;
}

.letterplace-block p.text2 {
    padding-bottom: 14px;
}

.letterplace-block p.text3 {
    padding-bottom: 22px;
}

.simple-listing li {
    padding: 0 0 10px;
}

.simple-listing li strong {
}

.mediator-block {
}

.cancelbar {
    padding: 14px 14px 14px 20px;
    background: #f7f7f7;
}

.form-table .cancelbar .close {
    background: url(/jobnet/images/sprites.png) no-repeat left -837px;
}

.cancelbar .cancel-text {
    display: block;
    line-height: 36px;
}

.cancelbar .cancel-text a {
    display: inline-block;
    line-height: 36px;
    color: #000;
}

.mediator-block .categories-table tfoot td {
    padding: 11px 14px 15px;
}

.form-table, .form-table td {
    padding: 0 !important;
}

.form-table table {
    width: 100%;
}

.form-table table thead th, .form-table table tfoot td {
    background: #f7f7f7;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    line-height: 34px;
    height: 34px;
    padding: 15px !important;
}

.form-table table tbody td {
    border: 0 !important;
}

.form-listing {
    padding: 25px 19px 45px;
    line-height: 18px;
    background: #fff;
}

.gray-txt {
    color: #a3a3a3;
    display: block;
    padding-bottom: 12px;
    font-size: 13px;
}

.form-listing li {
    float: left;
    width: 100%;
    padding: 0 0 10px;
}

.data-table .form-listing li input[type="text"], .data-table .form-listing li input[type="password"] {
    width: 242px;
    float: left;
    margin: 0;
    padding: 9px 10px 10px;
}

.form-listing li label {
    float: left;
    width: 250px;
    margin: 0;
    padding: 8px 14px 8px 0;
    line-height: 18px;
    font-size: 13px;
}

.form-listing li.radiotext {
    padding: 6px 0 0;
}

.form-listing li .genderradio {
    width: 220px;
    display: inline-block;
    float: none;
    padding: 0;
    vertical-align: middle;
}

.form-listing li .jcc-hint {
    float: right;
}

.form-listing li.radiotext label {
}

.form-listing li.radiotext input[type="radio"] {
    margin-left: 3px;
    margin-right: 25px;
}

.form-listing li.checkboxtext {
    padding: 6px 0 0;
}

.form-listing li.checkboxtext label {
    padding: 3px 14px 3px 0;
}

.form-listing li.checkboxtext input[type="checkbox"] {
}

.close {
    background: url(/jobnet/images/sprites.png) no-repeat left -847px;
    padding-left: 18px;
}

/* =End Main Content
--------------------------------------------------------------------------------------------------*/

/* =Secondary Content
--------------------------------------------------------------------------------------------------*/

/* =Login Page
--------------------------------------------------------------------------------------------------*/

.login-block {
    width: 390px;
    margin: 189px auto 0;
}

.login-innerblock {
    border: 1px solid #d9d9d9;
    background: #f7f7f7;
    padding: 21px 23px 9px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.login-heading {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 19px;
}

.login-form {
}

.field-row {
    padding-bottom: 15px;
}

.field-row label {
    float: left;
    width: 115px;
    line-height: 20px;
    padding: 7px 5px 7px 0;
    font-weight: bold;
}

.login-form .field-row input {
    float: left;
    width: 198px;
    border: 1px solid #9b9b9b;
    height: 20px;
    line-height: 20px;
    padding: 7px 10px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.login-form .login-btn {
    padding: 0 21px;
    text-transform: uppercase;
}

.field-row ::-webkit-input-placeholder {
    color: #000;
}

.field-row :-moz-placeholder {
    color: #000;
}

.field-row ::-moz-placeholder {
    color: #000;
}

.field-row :-ms-input-placeholder {
    color: #000;
}

/* =End Login Page
--------------------------------------------------------------------------------------------------*/

.displaytemplate-block {
    width: 1134px;
}

.displaytemplate-block .text2 {
    padding-bottom: 27px;
}

.box-bar {
    border: 1px solid #d9d9d9;
    background: #f7f7f7;
    padding: 14px 14px 13px 14px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.filter-bar {
    border: 1px solid #d9d9d9;
    background: #f7f7f7;
    padding: 15px 15px 15px 18px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.display-year {
    width: 270px;
}

.display-yeartext {
    display: inline-block;
    line-height: 36px;
    padding-right: 10px;
    font-weight: bold;
}

.display-year select {
    border: 1px solid #9b9b9b;
    height: 36px;
}

.prevyear-bond {
    width: 362px;
}

.prevyear-bond label {
    line-height: 36px;
    padding-right: 15px;
    font-weight: bold;
    vertical-align: middle;
}

.code-title {
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
    line-height: 30px;
}

.code-input {
}

.code-input .input {
    width: 564px;
}

input[type='text'], input[type='email'], input[type='password'] {
    background: #fff;
    border: 1px solid #9b9b9b;
    padding: 5px 8px;
    height: 24px;
    line-height: 24px;
    position: relative;
    box-shadow: inset 1px 1px 0 0 #eaeaea;
    -webkit-box-shadow: inset 1px 1px 0 0 #eaeaea;
    -moz-box-shadow: inset 1px 1px 0 0 #eaeaea;
}

textarea.input {
    background: #fff;
    border: 1px solid #9b9b9b;
    padding: 8px 8px;
    height: 18px;
    line-height: 18px;
    position: relative;
    box-shadow: inset 1px 1px 0 0 #eaeaea;
    -webkit-box-shadow: inset 1px 1px 0 0 #eaeaea;
    -moz-box-shadow: inset 1px 1px 0 0 #eaeaea;
}

input[type='text'].error, input[type='text'].error, input[type='password'].error {
    border: 2px solid #dc0000;
    padding: 5px 7px;
    height: 22px;
}

input[type='text'], input[type='text'], input[type='password'] {
    line-height: 100%;
}

.proposals-filter {
    padding: 3px 0 30px;
}

.proposals-filter select {
}

.filter-text {
    font-weight: bold;
    line-height: 36px;
    width: 45px;
}

.char-input {
}

.char-input input {
    width: 120px;
}

.in-text {
    font-weight: bold;
    line-height: 36px;
    width: 33px;
    text-align: center;
}

.filter-select1 {
}

.von-text {
    font-weight: bold;
    line-height: 36px;
    width: 46px;
    text-align: center;
}

.select-group {
}

.filter-select2 {
    margin-right: 10px;
}

.filter-select3 {
    margin-right: 10px;
}

.filter-select4 {
}

.bis-text {
    font-weight: bold;
    line-height: 36px;
    width: 41px;
    text-align: center;
}

.filter-btnbar {
    padding-bottom: 10px;
}

.recurrences-checkbox {
    line-height: 34px;
}

.recurrences-checkbox label {
    padding-left: 5px;
    vertical-align: middle;
}

.filter-btnbar .filter-btn {
    margin-right: 18px;
}

.backbtn-btmbar {
    padding-top: 7px;
}

.backbtn-btmbar .back-btn {
    padding-left: 24px;
}

.round {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.roundtop {
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
}

.roundbtm {
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
}

.widecontent-block {
    width: 1137px;
}

.widecontent-block p {
    padding: 0 0 30px;
}

.widecontent-block p.text1 {
    padding: 0 0 28px;
}

.widecontent-block p.text2 {
    padding: 0 0 24px;
}

.widetable-block {
}

.widetable-top {
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
    padding: 14px 15px 15px 20px;
}

.widetable-table {
}

.widetable-btm {
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
    padding: 14px 15px 15px 20px;
}

.widetable {
    border-collapse: separate;
}

.widetable th {
    font-size: 13px;
    vertical-align: top;
    padding: 13px 0;
    line-height: 20px;
    height: 40px;
    border-bottom: 0;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #c9035b;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5MDM1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMDAzNTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #c9035b 0%, #b00350 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c9035b), color-stop(100%, #b00350));
    background: -webkit-linear-gradient(top, #c9035b 0%, #b00350 100%);
    background: -o-linear-gradient(top, #c9035b 0%, #b00350 100%);
    background: -ms-linear-gradient(top, #c9035b 0%, #b00350 100%);
    background: linear-gradient(to bottom, #c9035b 0%, #b00350 100%);
}

.widetable th {
    border-left: 1px solid #d9d9d9;
}

.widetable th:first-child {
    border-left: none;
}

.widetable td {
    padding: 15px 10px 12px;
    font-size: 13px;
    line-height: 20px;
    vertical-align: top;
    border-right: 1px solid #d9d9d9;
    border-collapse: collapse;
}

.widetable tbody tr td:first-child {
    border-left: 1px solid #d9d9d9;
}

.widetable tbody tr:first-child td {
    border-top: none;
}

.widetable tbody tr:nth-child(even) {
    background: #f7f7f7;
}

.widetable tbody tr:nth-child(odd) {
    background: #fff;
}

.widetable .col1 {
    width: 27px;
    text-align: center;
}

.widetable .col2 {
    width: 64px;
}

.widetable .col3 {
    width: 215px;
}

.widetable .col4 {
    width: 88px;
}

.widetable .col5 {
    width: 194px;
}

.widetable .col6 {
    width: 111px;
    text-align: center;
}

.widetable .col7 {
    width: 73px;
}

.widetable .col8 {
    width: 81px;
}

.widetable .col9 {
    width: 95px;
}

.widetable tbody .col6 {
    vertical-align: middle;
}

.widecontent-block .filter-btn {
    margin-right: 20px;
}

.refineby {
    width: 291px;
    margin-right: 20px;
}

.refineby-text {
    width: 86px;
    font-weight: bold;
    line-height: 36px;
}

.table-scroll {
    width: 1135px;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    overflow-x: scroll;
}

.tablescroll-data {
    width: 1450px;
}

.tablescroll-data tbody tr td:first-child {
    border-left: none;
}

.jobnetwork-table {
}

.jobnetwork-table .widetable {
    border-bottom: 2px solid #d9d9d9;
}

.jobnetwork-table .widetable td {
    text-align: left;
}

.jobnetwork-table .widetable .col1 {
    width: 155px;
    font-weight: bold;
}

.jobnetwork-table .widetable .col2 {
    width: 84px;
    text-align: center;
}

.jobnetwork-table .widetable .col3 {
    width: 175px;
}

.jobnetwork-table .widetable .col4 {
    width: 194px;
}

.jobnetwork-table .widetable .col5 {
    width: 121px;
}

.jobnetwork-table .widetable .col6 {
    width: 73px;
}

.jobnetwork-table .widetable .col7 {
    width: 81px;
}

.jobnetwork-table .widetable .col8 {
    width: 95px;
}

.acquisitionby-top {
    padding-bottom: 30px;
}

.periodof-selectbox {
}

.periodof-text {
    width: 170px;
    font-weight: bold;
    line-height: 36px;
}

.periodbis-text {
    width: 37px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
}

.periodof-date {
}

.periodof-year {
    margin-left: 10px;
}

.acquisitionby {
    width: 400px;
    margin-right: 10px;
}

.acquisitionby-text {
    width: 154px;
    font-weight: bold;
    line-height: 36px;
}

.widecontent-block .acquisitionby-top .filter-btn {
    margin-right: 0;
}

.proposalaege-block {
}

.proposalaege-block .code-title {
    padding-bottom: 11px;
}

.proposalaege-block .filter-text {
    width: 81px;
}

.proposalaege-block .char-input input {
    width: 224px;
}

.proposalaege-block .in-text {
    width: 29px;
}

.proposalaege-block .filter-select1 .customSelectInner {
    width: 179px !important;
}

.proposalaege-block .filter-select2 .customSelectInner {
    width: 21px !important;
}

.proposalaege-block .filter-select3 .customSelectInner {
    width: 65px !important;
}

.proposalaege-block .filter-select4 .customSelectInner {
    width: 36px !important;
}

.proposalaege-block .von-text {
    width: 40px;
}

.proposalaege-block .bis-text {
    width: 36px;
}

.proposalaege-block .backbtn-btmbar {
    padding-bottom: 43px;
}

.proposalaege-block .widetable-top {
    padding: 24px 14px 24px 14px;
}

.proposalaege-block .widetable-btm {
    padding: 24px 14px 24px 14px;
}

.proposalaege-pagger {
    text-align: center;
}

.proposalaege-pagger li {
    display: inline;
    padding: 0 10px;
    background: url(/jobnet/images/sprites.png) no-repeat left -898px;
}

.proposalaege-pagger li:first-child {
    background: none;
}

.proposalaege-pagger li:last-child {
    background: none;
    padding-left: 5px;
}

.proposalaege-pagger li a {
    display: inline-block;
    color: #000;
    text-decoration: underline;
}

.proposalaege-pagger li:hover a, .proposalaege-pagger li.active a {
    text-decoration: none;
}

.proposalaege-pagger li.pagger-nextarrow a {
    text-decoration: none;
    width: 16px;
    background: url(/jobnet/images/sprites.png) no-repeat -300px -394px;
    text-indent: -999em;
}

.proposalaege-pagger .tablescroll-data {
    width: 1351px;
}

.proposalaege-table .widetable th {
    padding-left: 10px;
    padding-right: 10px;
}

.proposalaege-table .widetable td {
    text-align: left;
}

.proposalaege-table .widetable .col1 {
    width: 84px;
    font-weight: bold;
    text-align: center;
}

.proposalaege-table .widetable .col2 {
    width: 84px;
}

.proposalaege-table .widetable .col3 {
    width: 67px;
}

.proposalaege-table .widetable .col4 {
    width: 73px;
}

.proposalaege-table .widetable .col5 {
    width: 64px;
}

.proposalaege-table .widetable .col6 {
    width: 194px;
    vertical-align: top;
}

.proposalaege-table .widetable .col7 {
    width: 111px;
}

.proposalaege-table .widetable .col8 {
    width: 73px;
}

.proposalaege-table .widetable .col9 {
    width: 81px;
}

.proposalaege-table .widetable .col10 {
    width: 95px;
}

.sort-arrow {
    display: inline-block;
    background: url(/jobnet/images/sprites.png) no-repeat right -146px;
    padding-right: 10px;
    color: #fff;
}

.sort-arrow-up {
    display: inline-block;
    background: url(/jobnet/images/sprites.png) no-repeat right -40px;
    padding-right: 10px;
    color: #fff;
    height: 15px;
    width: 24px;
}
.sort-arrow-down {
    display: inline-block;
    background: url(/jobnet/images/sprites.png) no-repeat right -54px;
    padding-right: 10px;
    color: #fff;
    height: 15px;
    width: 24px;
}

.budgetyear-data {
    border: 1px solid #d9d9d9;
    margin-top: -2px;
    padding: 30px 20px 50px;
    background: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 45px;
}

.budgetyear-field li {
    margin-top: 21px;
    float: left;
    width: 100%;
}

.budgetyear-field li:first-child {
    margin-top: 0;
}

.budgetyear-field li label {
    float: left;
    display: block;
    line-height: 36px;
    width: 263px;
}

.budgetyear-field li .input {
    float: left;
    width: 266px;
    text-align: right;
}

input.inactive {
    background: #ececec;
    box-shadow: inset 1px 1px 0 0 #cccccc;
    -webkit-box-shadow: inset 1px 1px 0 0 #cccccc;
    -moz-box-shadow: inset 1px 1px 0 0 #cccccc;
}

input.active {
    background: #67e05a;
    box-shadow: inset 1px 1px 0 0 #65c35b;
    -webkit-box-shadow: inset 1px 1px 0 0 #65c35b;
    -moz-box-shadow: inset 1px 1px 0 0 #65c35b;
}

.budgetyear-field li input::-webkit-input-placeholder {
    color: #000;
    text-align: right;
}

.budgetyear-field li input:-moz-placeholder {
    color: #000;
    text-align: right;
}

.budgetyear-field li input::-moz-placeholder {
    color: #000;
    text-align: right;
}

.budgetyear-field li input:-ms-input-placeholder {
    color: #000;
    text-align: right;
}

.budgetplanning-block {
}

.budgetplanning-block h2 {
    padding-bottom: 25px;
}

.budget-accordion {
    padding-top: 10px;
    border: 1px solid #9b9b9b;
    height: 319px;
    overflow-y: scroll;
}

.budget-accordion li {
    float: left;
    width: 100%;
}

.budget-accordion &gt; li &gt; a {
    display: block;
    font-weight: bold;
    padding: 5px 28px;
    line-height: 20px;
    position: relative;
}

.budget-accordion &gt; li &gt; a:after {
    position: absolute;
    left: 15px;
    top: 10px;
    content: '';
    width: 7px;
    height: 12px;
    background: url(/jobnet/images/sprites.png) no-repeat 0 -250px;
}

.budget-accordion &gt; li.active &gt; a:after {
    position: absolute;
    left: 15px;
    top: 10px;
    content: '';
    width: 9px;
    height: 12px;
    background: url(/jobnet/images/sprites.png) no-repeat 0 -300px;
}

.budget-accordion &gt; li.active &gt; a {
}

.budget-accordion li:hover a {
    text-decoration: none;
}

.subbudget-data {
    background: #f7f7f7;
}

.subbudget-data li {
    float: left;
    width: 100%;
}

.subbudget-data &gt; li &gt; a {
    display: block;
    font-weight: bold;
    padding: 5px 49px;
    line-height: 20px;
    position: relative;
}

.budget-accordion &gt; li &gt; .subbudget-data &gt; li &gt; a:after {
    position: absolute;
    left: 33px;
    top: 10px;
    content: '';
    width: 7px;
    height: 12px;
    background: url(/jobnet/images/sprites.png) no-repeat 0 -250px;
}

.budget-accordion &gt; li &gt; .subbudget-data &gt; li.active &gt; a:after {
    position: absolute;
    left: 33px;
    top: 10px;
    content: '';
    width: 9px;
    height: 12px;
    background: url(/jobnet/images/sprites.png) no-repeat 0 -300px;
}

.subbudget-data &gt; li.active &gt; a {
    text-decoration: none;
    background: #d7d7d7;
}

.subbudget-data li .subbudget-data li {
}

.subbudget-data li .subbudget-data li a {
    font-weight: normal;
    padding: 5px 68px;
    background: none;
}

.subbudget-data ul {
    background: #efefef;
}

.budgetfor-block {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    padding: 20px 20px 12px;
}

.budgetfor-block h2 {
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 10px;
}

.budgetfor-block p {
    line-height: 20px;
}

.budgetfor-block p span {
    color: #000;
}

.totalfunds-bar {
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
    padding: 14px 14px 14px 20px;
}

.totalfunds-text {
    line-height: 34px;
    font-weight: bold;
    width: 262px;
}

.totalfunds-input {
}

.totalfunds-input input {
    width: 268px;
    text-align: right;
}

.mediators-block {
    width: 852px;
}

.mediators-block h2 {
    padding-bottom: 27px;
}

.icon-folder {
    display: block;
    padding-left: 38px;
    background: url(/jobnet/images/sprites.png) no-repeat -300px -450px;
}

.icon-page {
    display: block;
    padding-left: 37px;
    background: url(/jobnet/images/sprites.png) no-repeat -300px -900px;
}

.icon-plus {
    display: inline-block;
    width: 22px;
    background: url(/jobnet/images/icon-plus.png) no-repeat left center;
}

.folder-add {
    width: 24px;
    height: 19px;
    margin: 8px 12px 0 0;
    background: url(/jobnet/images/sprites.png) no-repeat -300px -850px;
    text-indent: -999em;
}

.mediators-block .data-table .plus-btn.spaceleft {
    margin: 0 5px 0 38px;
}

.mediators-block .data-table .plus-btn {
    margin: 0 14px 0 2px;
}

.mediators-block .data-table .editrow input {
    margin-left: 0;
}

.mediators-block .data-table th {
    padding: 12px 19px;
    height: auto;
    line-height: 22px;
    vertical-align: middle;
    text-align: left;
}

.mediators-block .data-table td {
    padding: 12px 12px;
    height: auto;
    line-height: 22px;
    vertical-align: middle;
    text-align: left;
}

.mediators-block .data-table tr:first-child td {
    padding: 12px 12px;
}

.mediators-block .data-table .col1 {
    width: 463px;
}

.mediators-block .data-table .col2 {
    width: 69px;
    min-width: 69px !important;
    max-width: 69px !important;
    padding-left: 0;
    padding-right: 0;
}

.mediators-block .data-table tr:first-child .col2 {
    padding-left: 0;
    padding-right: 0;
}

.mediators-block .data-table .col3 {
    width: 276px;
}

.mediators-block .data-table .action {
    text-align: center;
}

.subjectdata-block {
}

.subjectdata-inner {
    padding: 3px 30px 13px 40px;
}

.subjectdata-inner h2 {
    padding-bottom: 8px;
}

.subjectdata {
}

.subjectdata li {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.subjectdata li:first-child {
    margin-top: 0;
}

.subjectdata li:last-child {
    margin-top: 15px;
}

.subjectdata-inner li label {
    display: block;
}

.subjectdata-inner li textarea.input {
    color: #000;
    width: 746px;
    resize: both;
}

.subjectdata-inner ::-webkit-input-placeholder {
    color: #000;
}

.subjectdata-inner :-moz-placeholder {
    color: #000;
}

.subjectdata-inner ::-moz-placeholder {
    color: #000;
}

.subjectdata-inner :-ms-input-placeholder {
    color: #000;
}

.warehouse-filter {
    padding-bottom: 8px;
}

.warehouse-rowfilter {
    padding-bottom: 22px;
}

.leftbraket {
    position: relative;
}

.leftbraket:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 10px;
    height: 52px;
    background: url(/jobnet/images/sprites.png) no-repeat left -498px;
}

.rightbraket {
    padding: 8px 3px 8px 13px;
    height: 36px;
    position: relative;
}

.rightbraket:after {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 10px;
    height: 52px;
    background: url(/jobnet/images/sprites.png) no-repeat right -498px;
}

.select-cat {
    display: block;
    margin-right: 10px;
}

.warehouse-add {
    margin: 13px 0 0 20px;
    display: block;
    width: 24px;
    height: 24px;
    background: url(/jobnet/images/sprites.png) no-repeat -300px -250px;
    text-indent: -999em;
}

.warehouse-minus {
    margin: 13px 0 0 10px;
    display: block;
    width: 24px;
    height: 24px;
    background: url(/jobnet/images/sprites.png) no-repeat -300px -300px;
    text-indent: -999em;
}

.saveinquiry-box {
    margin-bottom: 30px;
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
    padding: 14px;
}

.saveinquiry-box label {
    float: left;
    font-weight: bold;
    padding-right: 8px;
    line-height: 36px;
}

.saveinquiry-text {
}

.saveinquiry-input {
    float: left;
    width: 242px;
}

.descinquiry-text {
    padding-left: 28px;
}

.saveinquiry-box .descinquiry-input {
    float: left;
    width: 412px;
    resize: both;
}

.dataorder-select {
    padding: 8px 20px 8px 0;
    width: 76px;
}

.lastcontact-select {
    margin-right: 10px;
}

.condisign-select {
    margin-right: 10px;
}

.selectdays-input {
    margin-right: 10px;
}

.selectdays-input .input {
    width: 112px;
}

/*
.warehouse-table{clear: both;}
.warehouse-table thead th{padding:13px 10px 13px 20px; height:auto; line-height:20px; font-size:12px; text-align:left;}
.warehouse-table thead th a{display:block; background:url(/jobnet/images/sprites.png) no-repeat right -146px; color:#fff;}
.warehouse-table thead th:hover a{text-decoration:none;}
.warehouse-table thead th:first-child{border-radius:0 0 0 0; -moz-border-radius:0 0 0 0; -webkit-border-radius:0 0 0 0;}
.warehouse-table thead th:last-child{border-radius:0 0 0 0; -moz-border-radius:0 0 0 0; -webkit-border-radius:0 0 0 0;}
.warehouse-table tbody td{padding:13px 20px; height:auto; line-height:20px; font-size:12px; text-align:left; vertical-align:top;}
.warehouse-table tbody tr:first-child td{padding:13px 20px;}
.warehouse-table th.col1{width:33px; font-weight:bold;}
.warehouse-table th.col2{width:76px;}
.warehouse-table th.col3{width:449px;}
.warehouse-table th.col4{width:234px;}
.warehouse-table th.col5{width:79px;}
.warehouse-table th.col6{width:59px;}

.warehouse-table td.col1{width:23px;}
.warehouse-table td.col2{width:66px;}
.warehouse-table td.col3{width:439px;}
.warehouse-table td.col4{width:204px; font-weight:bold;}
.warehouse-table td.col5{width:69px; text-align:center;}
.warehouse-table td.col6{width:49px;}
.warehouse-table td.col4 span{font-weight:normal;}
.warehouse-table td.col4 em{text-transform:uppercase; color:#c9035b;}

.dataTables_wrapper{}
.dataTables_wrapper .top{background:#f7f7f7; border:1px solid #D9D9D9; padding:15px; position:relative;
border-radius:3px 0 0 0; -moz-border-radius:3px 0 0 0; -webkit-border-radius:3px 0 0 0;}
.dataTables_info{position:relative; z-index:0; text-align:center; line-height: 36px; font-weight:bold; font-size: 12px; padding: 0 0 0 6px}
.dataTables_info .pagger-bis{margin:0 12px;}
.dataTables_info .pagger-von{margin-left:48px;}
.dataTables_filter{position:absolute; right:0; top:0; z-index:1; padding:15px;}
.dataTables_length{position:absolute; left:0; top:0; z-index:1; padding:15px;}
.dataTables_length label{font-weight:bold; font-size: 12px;}
.dataTables_length .customSelect{margin-right: 5px;}
.dataTables_filter{font-weight:bold;}
.dataTables_filter input{width:169px; background:#fff; border: 1px solid #9b9b9b; padding:5px 8px; height:24px;
box-shadow:inset 1px 1px 0px 0 #eaeaea; -webkit-box-shadow:inset 1px 1px 0px 0 #eaeaea; -moz-box-shadow:inset 1px 1px 0px 0 #eaeaea;}
.dataTables_wrapper .bottom{background:#f7f7f7; border:1px solid #D9D9D9; padding:15px; position:relative;
border-radius:0 3px 0 0; -moz-border-radius:0 3px 0 0; -webkit-border-radius:0 3px 0 0;}


.dataTables_wrapper_filter .dataTables_info .pagger-von{margin-left: 10px;}
.dataTables_wrapper_filter .paging_two_button .paginate_enabled_previous,
.dataTables_wrapper_filter .paging_two_button .paginate_disabled_previous{left: 374px;}
.dataTables_wrapper_filter .paging_two_button .paginate_enabled_next,
.dataTables_wrapper_filter .paging_two_button .paginate_disabled_next{right: 365px;}
*/
/*.paging_two_button{position:absolute; width:100%; height:0; left:0; top:0;}
.paging_two_button a{position:absolute; top:27px; display:block; text-indent:-999em; width:14px; height:10px;}
.paging_two_button .paginate_enabled_previous,
.paging_two_button .paginate_disabled_previous{left:435px; background:url(/jobnet/images/sprites.png) no-repeat -300px -347px;}
.paging_two_button .paginate_enabled_next,
.paging_two_button .paginate_disabled_next{right:575px; background:url(/jobnet/images/sprites.png) no-repeat -300px -397px;}
*/
.proposalaege-table.table-scroll {
    width: auto;
    overflow: visible;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.proposalaege-table .dataTables_wrapper .top {
    border: none;
    border-top: 1px solid #d9d9d9;
    line-height: 32px;
}

.proposalaege-table .dataTables_wrapper .bottom {
    border: none;
    border-bottom: 1px solid #d9d9d9;
    line-height: 32px;
}

.proposalaege-table .suwala-doubleScroll-scroll-wrapper {
    border: none;
    margin-top: 0;
}

.proposalaege-table .dataTables_info {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    text-align: center;
    line-height: 36px;
    font-weight: bold;
    font-size: 12px;
    padding: 15px 0 0 15px
}

.proposalaege-table .dataTables_info span {
    font-weight: normal;
    padding-left: 4px;
}

.paging_full_numbers {
    text-align: center;
    line-height: 16px;
    padding: 10px 0 6px;
}

.paging_full_numbers a, .paging_full_numbers span {
    display: inline-block;
    position: relative;
}

.paging_full_numbers a.paginate_button {
    text-decoration: underline;
}

.paging_full_numbers span a {
    margin: 0 12px;
}

.paging_full_numbers span a:after {
    content: '';
    position: absolute;
    left: -11px;
    top: 2px;
    border-left: 1px solid #676767;
    height: 12px;
}

.paging_full_numbers span a:first-child:after {
    border-left: none;
}

.paging_full_numbers a.next {
    text-decoration: none;
    margin: 0;
    width: 16px;
    background: url(/jobnet/images/sprites.png) no-repeat -300px -394px;
    text-indent: -999em;
}

.paging_full_numbers a.previous {
    text-decoration: none;
    margin: 0;
    width: 16px;
    background: url(/jobnet/images/sprites.png) no-repeat -300px -344px;
    text-indent: -999em;
}

.paging_full_numbers a.paginate_active {
    text-decoration: none;
}

.paging_full_numbers .first, .paging_full_numbers .last {
    display: none !important;
}

.paging_full_numbers .paginate_button_disabled {
    display: none;
}

.griddata-table {
}

.griddata-table {
    width: 100%;
    text-align: center;
    border-collapse: separate;
    position: relative;
}

.griddata-table tbody {
    border-left: solid 1px #d9d9d9;
}

.griddata-table td {
    border-bottom: solid 1px #d9d9d9;
    border-left: solid 1px #d9d9d9;
    font-weight: bold;
}

.griddata-table td:last-child {
    border-right: solid 1px #d9d9d9;
}

.griddata-head, .griddata-table &gt; thaed &gt; tr &gt; th.griddata-head {
    font-size: 13px;
    line-height: 46px;
    height: 46px;
    border-bottom: 0;
    font-weight: bold;
    color: #fff;
    background: #c9035b;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5MDM1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMDAzNTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #c9035b 0%, #b00350 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c9035b), color-stop(100%, #b00350));
    background: -webkit-linear-gradient(top, #c9035b 0%, #b00350 100%);
    background: -o-linear-gradient(top, #c9035b 0%, #b00350 100%);
    background: -ms-linear-gradient(top, #c9035b 0%, #b00350 100%);
    background: linear-gradient(to bottom, #c9035b 0%, #b00350 100%);
}

.griddata-table thead &gt; tr &gt; th {
    border-left: solid 1px #d9d9d9;
    border-bottom: solid 1px #d9d9d9;
    background: #f7f7f7;
}

.griddata-table thead &gt; tr &gt; th:first-child {
    border-top: solid 1px #d9d9d9;
    border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    -webkit-border-radius: 3px 0 0 0;
}

.griddata-table thead &gt; tr &gt; th:last-child {
    border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    -webkit-border-radius: 0 3px 0 0;
}

.griddata-table tbody td {
    line-height: 45px;
    height: 45px;
    vertical-align: middle;
    border-collapse: collapse;
}

.griddata-table tbody tr:first-child td {
    padding-top: 3px;
}

.griddata-table tbody tr:nth-child(even) {
    background: #f7f7f7;
}

.griddata-table tfoot td {
    text-align: right;
    padding: 15px;
    border-top: solid 2px #dadada;
    background: #f7f7f7;
}

.griddata-table tfoot button {
    display: inline-block;
}

.griddata-table .col1 {
    width: 287px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}

.griddata-table .col2 {
    width: 41px;
}

.griddata-table .col3 {
    width: 41px;
}

.griddata-table .col4 {
    width: 33px;
}

.griddata-table .col5 {
    width: 34px;
}

.griddata-table .col6 {
    width: 34px;
}

.griddata-table .col7 {
    width: 34px;
}

.griddata-table .col8 {
    width: 34px;
}

.griddata-table .col9 {
    width: 34px;
}

.griddata-table .col10 {
    width: 34px;
}

.griddata-table .col11 {
    width: 55px;
}

.griddata-table .col12 {
    width: 48px;
}

.griddata-table .col13 {
    width: 48px;
}

.griddata-table .col14 {
    width: 27px;
}

.griddata-table .col15 {
    width: 27px;
}

.griddata-table .col16 {
    width: 27px;
}

.griddata-table .col17 {
    width: 27px;
}

.griddata-table .col18 {
    width: 27px;
}

.griddata-table .col19 {
    width: 27px;
}

.griddata-table .col20 {
    width: 55px;
}

.griddata-table .col21 {
    width: 50px;
}

.griddata-table .col22 {
    width: 50px;
}

.griddata-table &gt; thead &gt; tr &gt; th {
    height: 182px;
    vertical-align: top;
    font-weight: bold;
}

.griddata-table &gt; thead &gt; tr &gt; th.headcol1 {
    text-align: center;
    vertical-align: middle;
}

.headcol1 .gray-btn {
    display: inline-block;
}

.griddata-table thead tbody {
    border-left: none;
}

.headcol1 {
    width: 327px;
}

.headcol2 {
    width: 480px;
}

.headcol3 {
    width: 167px;
}

.headcol4 {
    width: 155px;
}

.headcol2-table {
    width: 481px;
}

.headcol3-table {
    width: 167px;
}

.headcol4-table {
    width: 155px;
}

.headcol2-table {
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
}

.headcol2-table &gt; tbody &gt; tr:nth-child(2n) &gt; th {
    height: 91px;
    line-height: 20px;
    vertical-align: middle;
    border-bottom: 1px solid #d9d9d9;
    background: #fff;
}

.headcol2-table &gt; tbody &gt; tr:nth-child(2n) &gt; th:last-child {
    border-left: 1px solid #d9d9d9;
}

.headcol2-table &gt; tbody &gt; tr:nth-child(2n) &gt; th:last-child tr:nth-child(1n) th {
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    background: #f7f7f7;
    width: 94px;
    padding: 0 5px;
}

.headcol2-table &gt; tbody &gt; tr:nth-child(2n) &gt; th:last-child tr:nth-child(2n) th {
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    height: 65px;
    vertical-align: middle;
    background: #fff;
}

.headcol2-table &gt; tbody &gt; tr:nth-child(2n) &gt; th:last-child tr:nth-child(n) th:last-child {
    width: 142px;
}

.headcol3-table {
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
}

.headcol3-table tr:nth-child(2n) th {
    height: 91px;
    line-height: 20px;
    vertical-align: middle;
    border-bottom: 1px solid #d9d9d9;
    background: #fff;
}

.headcol3-table tr:nth-child(2n) th:last-child {
    border-left: 1px solid #d9d9d9;
}

.headcol4-table th {
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
}

.headcol4-table .griddata-head {
    height: 137px;
    vertical-align: middle;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    -webkit-border-radius: 0 3px 0 0;
}

.headcol4-table .col22 {
    border-right: 1px solid #d9d9d9;
}

.griddata-table .coltwelle {
    width: 480px;
}

.griddata-table table {
    width: 100%;
}

.griddata-table .coltwelle-one {
    width: 117px;
}

.griddata-table .coltwelle-two {
    width: 362px;
}

.griddata-table .colsixteen {
    width: 167px;
}

.griddata-table .colsixteen-one {
    width: 50%;
}

.griddata-table .colsixteen-two {
    width: 50%;
}

.griddata-table .col2122223 {
    width: 155px;
}

.measures-block {
    padding-bottom: 30px;
}

.measures-top {
    padding: 14px 16px 14px 20px;
    background: #f7f7f7;
    border: solid 1px #d9d9d9;
}

.measures-top strong {
    display: inline-block;
    line-height: 36px;
    padding-right: 3px;
}

.measures-top .input {
    width: 266px;
}

.icon-refresh {
    display: block;
    width: 26px;
    height: 26px;
    text-indent: -999em;
    background: url(/jobnet/images/sprites.png) no-repeat -300px -800px;
    margin: 7px 0 0 14px;
}

.icon-revert {
    display: block;
    width: 26px;
    height: 26px;
    text-indent: -999em;
    background: url(/jobnet/images/sprites.png) no-repeat -300px -750px;
}

.iconrevert-link {
    width: 26px;
    height: 26px;
    margin: 7px 0 0 0;
    position: relative;
}

.iconrevert-link .tooltip-box {
    top: 33px;
    left: -7px;
}

.measures-bar {
}

.measures-bar h2 {
    font-size: 13px;
    line-height: 46px;
    height: 46px;
    padding: 0 20px;
    border-bottom: 0;
    font-weight: bold;
    color: #fff;
    background: #c9035b;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5MDM1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMDAzNTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #c9035b 0%, #b00350 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c9035b), color-stop(100%, #b00350));
    background: -webkit-linear-gradient(top, #c9035b 0%, #b00350 100%);
    background: -o-linear-gradient(top, #c9035b 0%, #b00350 100%);
    background: -ms-linear-gradient(top, #c9035b 0%, #b00350 100%);
    background: linear-gradient(to bottom, #c9035b 0%, #b00350 100%);
}

.measures-conetnt {
}

.measures-conetnt .budget-accordion {
    padding-top: 7px;
}

.measures-btm {
    padding: 14px 14px 14px 20px;
    background: #f7f7f7;
    border: solid 1px #d9d9d9;
}

.addmeasures-btn span {
    background: url(/jobnet/images/sprites.png) no-repeat left -798px;
}

.dataentry-wrap {
    margin-bottom: 30px;
}

.dataentry-wrap .form-listing {
    border: solid 1px #d9d9d9;
    padding: 30px 19px 28px;
}

.dataentry-wrap .form-listing li .input {
    width: 266px;
}

.dataentry-wrap .form-listing li {
    padding: 0 0 21px;
}

.dataentry-wrap .form-listing li:first-child {
    padding: 0 0 21px;
}

.dataentry-wrap .form-listing li textarea.input {
    width: 550px;
    height: 75px;
}

.newmeasure-wrap .form-listing li {
    padding: 0 0 21px;
}

.newmeasure-wrap .form-listing li:first-child {
    padding: 0 0 13px;
}

.newmeasure-wrap .form-listing li:first-child label {
    padding-bottom: 0;
}

.newmeasure-wrap .form-listing li textarea.input {
    width: 550px;
    height: 75px;
}

.newmeasure-wrap {
    border: solid 1px #d9d9d9;
}

.newmeasure-wrap .form-listing {
    border: none;
    padding: 14px 19px 30px;
}

.dataentry-block {
    padding: 14px 14px 14px 20px;
    background: #f7f7f7;
    border-bottom: solid 1px #d9d9d9;
}

.dataentry-block h1 {
    float: left;
    padding: 0;
    line-height: 36px;
}

.dataentry-block .gray-btn {
    margin-left: 20px
}

.dataentry-block .cancel-text {
    line-height: 36px;
}

.title-bar {
    padding: 15px 20px;
    background: #efefef;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMmQyZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #efefef 0%, #d2d2d2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #d2d2d2));
    background: -webkit-linear-gradient(top, #efefef 0%, #d2d2d2 100%);
    background: -o-linear-gradient(top, #efefef 0%, #d2d2d2 100%);
    background: -ms-linear-gradient(top, #efefef 0%, #d2d2d2 100%);
    background: linear-gradient(#efefef 0%, #d2d2d2 100%);
}

.title-bar h2 {
    font-weight: bold;
    padding: 0;
    line-height: 16px;
}

.form-listing li .input {
    width: 264px;
    float: left;
}

.form-listing li textarea.input {
    width: 567px;
    height: 70px;
    resize: both;
}

.form-listing li .hascustomselect {
}

.form-listing li .customSelect {
    vertical-align: top;
}

.inputnote {
    padding: 0 0 0 24px;
    width: 500px;
    font-size: 11px;
    color: #bebebe;
    line-height: 16px;
    display: inline-block;
    margin-top: -4px;
}

.inputnote span {
    display: block
}

.form-listing li .checkbox-text {
    float: none;
    width: auto;
    font-size: 11px;
    color: #bebebe;
    display: inline-block;
    line-height: 16px;
    padding: 0 0 0 7px;
    vertical-align: middle;
}

.facilities-wrap .form-listing {
    padding: 13px 19px 13px 22px;
}

.form-listing .select-btn {
    margin-right: 20px;
    padding: 0 18px;
}

.facilities-wrap .form-listing li:first-child {
    padding-bottom: 0;
}

.facilities-wrap .form-listing li .input {
    width: 427px;
}

.casemngnt-block {
}

.casemngnt-top {
    padding: 14px 14px 14px 14px;
    background: #f7f7f7;
    border: solid 1px #d9d9d9;
}

.onemore-text {
    width: 340px;
    line-height: 36px;
    font-weight: bold;
}

.onemore-radio {
    width: 230px;
    padding-left: 10px;
    line-height: 36px;
}

.onemore-radio input[type='radio'] {
    margin-top: -2px;
}

.casemngnt-bar {
    line-height: 46px;
    height: 46px;
    background: #c9035b;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5MDM1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMDAzNTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #c9035b 0%, #b00350 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c9035b), color-stop(100%, #b00350));
    background: -webkit-linear-gradient(top, #c9035b 0%, #b00350 100%);
    background: -o-linear-gradient(top, #c9035b 0%, #b00350 100%);
    background: -ms-linear-gradient(top, #c9035b 0%, #b00350 100%);
    background: linear-gradient(to bottom, #c9035b 0%, #b00350 100%);
}

.casemngnt-bar h3 {
    font-size: 13px;
    padding: 0 20px;
    line-height: 46px;
    font-weight: bold;
    color: #fff;
}

.casemngnt-bar .casemngnt-col1 {
    width: 740px;
}

.casemngnt-bar .casemngnt-col2 {
}

.casemngnt-bar .casemngnt-col3 {
}

.casemngnt-col1 {
    width: 739px;
    padding-top: 11px;
    padding-bottom: 11px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.casemngnt-col2 {
    width: 45px;
    border-left: 1px solid #d9d9d9;
    min-height: 46px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.casemngnt-col3 {
    width: 66px;
    border-left: 1px solid #d9d9d9;
    min-height: 46px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.casemngnt-col3 .action-btn {
    padding: 13px 0;
}

.casemngnt-list {
    border: 1px solid #d9d9d9;
    border-top: none;
}

.casemngnt-list li {
    float: left;
    width: 100%;
    border-top: 1px solid #d9d9d9;
}

.casemngnt-list &gt; li:first-child {
    border-top: none;
}

.casemngnt-list li:nth-child(odd) {
    background: #fff;
}

.casemngnt-list li:nth-child(even) {
    background: #f7f7f7;
}

.casemngnt-list li .casemngnt-col1 {
    padding-left: 12px;
    padding-right: 12px;
    line-height: 20px;
}

.sublist-casemngnt {
}

.sublist-level1 li .casemngnt-col1 {
    padding-left: 42px;
}

.sublist-level2 li .casemngnt-col1 {
    padding-left: 72px;
}

.sublist-level3 li .casemngnt-col1 {
    padding-left: 102px;
}

.sublist-level4 li .casemngnt-col1 {
    padding-left: 132px;
}

.sublist-level5 li .casemngnt-col1 {
    padding-left: 162px;
}

.sublist-level6 li .casemngnt-col1 {
    padding-left: 192px;
}

.sublist-level1 .subcontent {
    padding: 0 20px 0 50px;
}

.sublist-level2 .subcontent {
    padding: 0 20px 0 80px;
}

.sublist-level3 .subcontent {
    padding: 0 20px 0 110px;
}

.sublist-level4 .subcontent {
    padding: 0 20px 0 140px;
}

.sublist-level5 .subcontent {
    padding: 0 20px 0 170px;
}

.sublist-level6 .subcontent {
    padding: 0 20px 0 200px;
}

.casemngnt-list .bgbrdnone {
}

.casemngnt-list .bgbrdnone &gt; li {
    background: none;
    border-top: none;
}

.casemngnt-list .bgbrdnone &gt; li a {
    font-weight: normal;
}

.active .opendiv .icon-folder {
    background: url(/jobnet/images/sprites.png) no-repeat -300px -500px;
}

.bgbrdnone .active .opendiv .icon-add {
    background: url(/jobnet/images/sprites.png) no-repeat -300px -596px
}

.opendiv {
    font-weight: bold;
}

.opendiv span {
    font-weight: normal;
}

.casemngnt-list li:hover a {
    text-decoration: none;
}

.action-btn {
    text-align: center;
    padding: 0;
    height: 19px;
    white-space: nowrap;
}

.action-btn a {
    display: inline-block;
    margin: 0 3px 0 4px;
    text-indent: -999em;
    width: 19px;
    height: 19px;
}

.action-btn a.delete-icon {
    width: 14px;
}

.action-btn a.copy-icon {
    float: none;
    height: 22px;
    width: 22px;
}

.folder-checkbox {
    margin: 14px 0;
    text-align: center;
}

.folder-checkbox .tooltip-box {
    width: 166px;
    top: 38px;
}

.icon {
    display: inline-block;
    float: left;
    width: 24px;
    height: 19px;
    text-align: center;
    padding: 2px 0 0;
    margin: 10px 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.icon-doc {
    height: 22px;
    background: url(/jobnet/images/sprites.png) no-repeat left -600px;
}

.icon-openfolder {
    background: url(/jobnet/images/sprites.png) no-repeat -300px -500px;
    padding-left: 38px;
    display: block;
}

.icon-add {
    background: url(/jobnet/images/sprites.png) no-repeat -300px -546px;
}

.icon-minus {
    background: url(/jobnet/images/sprites.png) no-repeat -300px -596px;
}

.delete-icon {
    background: url(/jobnet/images/sprites.png) no-repeat left -350px;
}

.edit-icon {
    background: url(/jobnet/images/sprites.png) no-repeat left -400px;
}

.icon-remove {
    background: url(/jobnet/images/sprites.png) no-repeat left -450px;
    display: block;
    margin: 0 auto;
    width: 19px;
    height: 19px;
    color: #000;
    text-indent: -999em;
}
.icon-save {
    background: url(../images/save.png) no-repeat left center;
}

/* End Secondary Content
--------------------------------------------------------------------------------------------------*/

/* =Footer
--------------------------------------------------------------------------------------------------*/
#footer {
    background: #c9035b;
}

#footer .wrap-inner {
    padding: 10px 122px 10px 30px;
}

.copyright {
    color: #fff;
    line-height: 28px;
    font-weight: bold;
}

.footer-link {
}

.footer-link li {
    float: left;
    padding: 0 13px 0 14px;
    background: url(/jobnet/images/sprites.png) no-repeat left -742px;
}

.footer-link li:first-child {
    background: none;
}

.footer-link li a {
    display: block;
    color: #fff;
    line-height: 28px;
    font-weight: bold;
}

.footer-link li a:hover {
    text-decoration: underline;
}

/* End Footer
--------------------------------------------------------------------------------------------------*/

/* =Forms
--------------------------------------------------------------------------------------------------*/
/* Removing fieldset borders (remove if you want to keep the defaults defined in Normalization) */
fieldset p {
}

.contactform {
    width: 300px;
    overflow: hidden;
}

.fieldgroup {
    display: block;
    margin-bottom: 5px;
    border: 1px solid #999;
    background: #efefef;
    padding: 8px 10px;
    overflow: hidden;
}

.fieldgroup input, .fieldgroup textarea {
    border: none;
    background: none;
    padding: 0;
    width: 100%;
}

#f-poe .gray-btn {
    margin-left: 10px;
}

.gray-btn {
    display: block;
    border: 1px solid #c3c3c3;
    height: 36px;
    padding: 0 5px 0 12px;
    background: #f5f9f0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjlmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f5f9f0 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f9f0), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(top, #f5f9f0 0%, #eeeeee 100%);
    background: -o-linear-gradient(top, #f5f9f0 0%, #eeeeee 100%);
    background: -ms-linear-gradient(top, #f5f9f0 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #f5f9f0 0%, #eeeeee 100%);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.gray-btn span {
    display: block;
    padding: 0 8px 0 27px;
    font-weight: bold;
    line-height: 16px;
}

.gray-btn:hover, .gray-btn.active {
    border: 1px solid #c3c3c3;
    background: #dcdcdc;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RjZGNkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZWNlY2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #dcdcdc 0%, #cecece 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dcdcdc), color-stop(100%, #cecece));
    background: -webkit-linear-gradient(top, #dcdcdc 0%, #cecece 100%);
    background: -o-linear-gradient(top, #dcdcdc 0%, #cecece 100%);
    background: -ms-linear-gradient(top, #dcdcdc 0%, #cecece 100%);
    background: linear-gradient(to bottom, #dcdcdc 0%, #cecece 100%);
    box-shadow: inset 0 0 1px 0 #F9F9F8;
    -webkit-box-shadow: inset 0 0 1px 0 #F9F9F8;
    -moz-box-shadow: inset 0 0 1px 0 #F9F9F8;
}

.save-btn span {
    background: url(/jobnet/images/sprites.png) no-repeat -300px top;
}

.revert-btn span {
    background: url(/jobnet/images/sprites.png) no-repeat  -300px -750px;
    line-height: 27px;
    padding-left: 35px;
}

.download-btn span {
    background: url(/jobnet/images/sprites.png) no-repeat -300px -50px;
}

.upload-btn span {
    background: url(/jobnet/images/sprites.png) no-repeat -300px -101px;
    padding: 0 12px 0 34px;
}

.email-block textarea {
    border: solid 1px #9b9b9b;
    width: 550px;
    margin-bottom: 30px;
    height: 124px;
    resize: both;
}

.select-btn {
    padding: 0 24px;
}

.viewemployer-btn {
    padding: 0 12px;
}

.filter-btn span {
    background: url(/jobnet/images/sprites.png) no-repeat -300px -650px;
    padding: 0 8px 0 20px;
}

/* End Forms
--------------------------------------------------------------------------------------------------*/

/* =Tables
--------------------------------------------------------------------------------------------------*/

/* End Tables
--------------------------------------------------------------------------------------------------*/

/* =Custom Selectbox CSS
--------------------------------------------------------------------------------------------------*/
.customSelect {
    background: #fff;
    border: 1px solid #9b9b9b;
    padding: 0;
    box-shadow: inset 1px 1px 0 0 #eaeaea;
    -webkit-box-shadow: inset 1px 1px 0 0 #eaeaea;
    -moz-box-shadow: inset 1px 1px 0 0 #eaeaea;
}

.customSelect.customSelectHover {
}

.customSelect.customSelectOpen {
}

.customSelect.customSelectFocus {
}

.customSelectInner {
    background: url(/jobnet/images/sprites.png) no-repeat right -40px;
    padding: 0 20px 0 8px;
    height: 34px;
    line-height: 34px;
    color: #000;
}

.display-year .customSelectInner {
    width: 36px !important;
}

.filter-select1 .customSelectInner {
    width: 110px !important;
}

.filter-select2 .customSelectInner {
    width: 43px !important;
}

.filter-select3 .customSelectInner {
    width: 113px !important;
}

.filter-select4 .customSelectInner {
    width: 63px !important;
}

.refineby .customSelectInner {
    width: 177px !important;
}

.acquisitionby .customSelectInner {
    width: 215px !important;
}

.periodof-date .customSelectInner {
    width: 24px !important;
}

.periodof-year .customSelectInner {
    width: 34px !important;
}

.subjectdata .customSelectInner {
    background: url(/jobnet/images/selectline-arrow.png) no-repeat right center;
    width: 734px !important;
}

.select-cat .customSelectInner {
    width: 130px !important;
}

.dataTables_length .customSelectInner {
    width: 22px !important;
}

.dataorder-select .customSelectInner {
    width: 46px !important;
}

.lastcontact-select .customSelectInner {
    width: 228px !important;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
}

.condisign-select .customSelectInner {
    width: 46px !important;
}

.form-listing li .customSelectInner {
    background: url(/jobnet/images/sprites.png) no-repeat right -95px;
    width: 255px !important;
}

/* End Custom Selectbox CSS
--------------------------------------------------------------------------------------------------*/

/* =Misc 1
--------------------------------------------------------------------------------------------------*/
.tooltip-box {
    display: none;
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.2);
}

.tooltip-box:before {
    position: absolute;
    left: 9px;
    top: -10px;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px outset transparent;
    border-right: 10px outset transparent;
    border-bottom: 10px solid #bbb;
}

.tooltip-box:after {
    position: absolute;
    left: 10px;
    top: -9px;
    content: '';
    width: 0;
    height: 0;
    border-left: 9px outset transparent;
    border-right: 9px outset transparent;
    border-bottom: 9px solid #fff;
}

.tooltip-content {
    padding: 13px 18px;
}

.errormsg {
    background: #ffe1e1;
    border: 2px solid #dc0000;
    padding: 10px 20px 10px 52px;
    position: relative;
}

.errormsg .icon-errormsg {
    background: url(/jobnet/images/sprites.png) no-repeat left -949px;
    width: 29px;
    height: 21px;
    position: absolute;
    left: 9px;
    top: 6px;
}

.errormsg p {
    padding: 0;
    color: #dc0000;
}

.suwala-doubleScroll-scroll-wrapper {
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    margin-top: -2px;
}

/* End Misc 1
--------------------------------------------------------------------------------------------------*/

/* =Additional 1
--------------------------------------------------------------------------------------------------*/
/* iCheck plugin Minimal skin
----------------------------------- */
.icheckbox_minimal {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 24px;
    height: 11px;
    border: none;
    cursor: pointer;
    background: url(/jobnet/images/sprites.png) no-repeat left -650px;
}

.icheckbox_minimal {
    background-position: left -650px;
}

.icheckbox_minimal.hover {
    background-position: left -650px;
}

.icheckbox_minimal.checked {
    background-position: left -700px;
}

.icheckbox_minimal.disabled {
    background-position: left -650px;
    cursor: default;
}

.icheckbox_minimal.checked.disabled {
    background-position: left -650px;
}

/* End Additional 1
--------------------------------------------------------------------------------------------------*/

/* =Additional 2
--------------------------------------------------------------------------------------------------*/
.miscellaneous-list {
}

.miscellaneous-list li {
    padding-bottom: 10px;
}

.error .customSelect {
    border: 2px solid #dc0000;
}

.showtooltip-box {
    position: relative;
    margin-left: 263px;
}

.showtooltip-box .tooltip-box {
    display: block;
    width: 300px;
}

.tooltip-box h3 {
    padding-bottom: 5px;
}

.tooltip-box p {
    padding: 0 0 2px;
}

/* End Additional 2
--------------------------------------------------------------------------------------------------*/
#jimethod_logo_image, #jimethod_header_image2, #jimethod_header_image1, #jioffer_logo_image, #jioffer_header_image2, #jioffer_header_image1, #present_jc_header_image, #present_jnllocal_header_image, #present_jnlprof_header_image {
    width: 1140px;
    height: 240px;
}

#jimethod_logo_image, #jioffer_logo_image, #present_jc_logo_image, #present_jnllocal_logo_image, #present_jnlprof_logo_image {
    width: 320px;
    height: 120px;
}

#jimethod_logo_image, #jimethod_header_image2, #jimethod_header_image1, #jioffer_logo_image, #jioffer_header_image2, #jioffer_header_image1 ,#present_jc_header_image, #present_jc_logo_image, #present_jnllocal_header_image, #present_jnllocal_logo_image, #present_jnlprof_header_image, #present_jnlprof_logo_image {
    margin: 10px 0 10px 0;
    overflow: hidden;
    border: 1px solid #ECECEC;
}

.successmsg {
    background: #67e05a;
    border: 2px solid #00460E;
    padding: 10px 20px 10px 52px;
    position: relative;
}

.successmsg p {
    padding: 0;
    color: #00460E;
}

.msg_place {
    height: 52px;
}

.upload_images {
    padding-left: 10px;
    padding-right: 10px;
}

.job-cockpit-save {
    padding: 14px 14px 14px 20px;
    background: #f7f7f7;
    border-top: solid 1px #d9d9d9;
}

.msg {
    min-width: 300px;
}

.leftside-links {
    padding: 0 0 0 10px;
    margin: 0;
}

.leftside-links li {
    padding: 3px 0;
}

.evenrow {
    background: #f7f7f7;
}

th {
    background: #c9035b;
    color: white;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}

.formmgr-row {
    vertical-align: top !important;
}

.yui3-skin-sam * {
    vertical-align: top !important;
}

.yui3-skin-sam button {

}

.icon-folder-pic {
    display: inline-block;
    /* padding-left: 38px; */
    background: url(/jobnet/images/sprites.png) no-repeat -300px -450px;
    width: 38px;
    height: 22px;
}

.icon-openfolder-pic {
    background: url(/jobnet/images/sprites.png) no-repeat -300px -500px;
    display: inline-block;
    width: 38px;
    height: 22px;
}

.icon-page-pic {
    display: inline-block;
    background: url(/jobnet/images/sprites.png) no-repeat -300px -900px;
    width: 38px;
    height: 22px;
}

.applicat_text_mod .data-table .col1 {
    width: 756px;
}

.cons_text_mod .data-table .col1 {
    width: 499px;
}

.cons_text_mod .data-table .col3 {
    width: 234px !important;
    min-width: 234px;
}

.cons_text_mod .data-table td {
    vertical-align: top;
}

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

.cons_list_table td, .cons_list_table tbody {
    border: none !important;
}

.cons_text_mod .warehouse-minus {
    margin: 0 0 0 10px;
    display: block;
    width: 24px;
    height: 24px;
    background: url(/jobnet/images/sprites.png) no-repeat -300px -300px;
    text-indent: -999em;
}

.cons_text_mod .data-table th {
    padding: 12px 13px;
    height: auto;
    line-height: 22px;
    vertical-align: middle;
    text-align: left;
}

.add_new_row {
    display: none;
}

.info_text {
    padding: 0 0 5px 0 !important;
    height: 20px;
    color: #008000;
}

#error_plc p {
    padding-bottom: 5px;
}

.red-txt {
    color: red;
}

.role_container {
    float: left;
}

.second-form {
    padding-top: 0;
}

.second-form li input {
    padding: 1px 6px !important;
    margin: 2px !important;
}

.second-form li label {
    float: none !important;
}

#photo_message {
    padding-left: 19px;
    font-weight: bold;
}

.username-text {
    font-weight: normal;
}

.fp #hclist,
.mb-fplist {
    border: 1px solid #999999;
    height: 220px;
    overflow-y: scroll;
    position: relative;
}

.mb-fplist {
    width: 700px;
}

.fp .input-row div#m-cat {
    width: 640px;
}

.fp .input-row div.input-large *, #cke_ach-new-remarks *, .input-row div#m-cat div {
    float: none;
}

.fp .mo-selector {
    margin: 3px;
}

.fp #fp-data {
    margin-top: 20px;
}

.fp #fp-form {
    padding: 15px;
}

.fp #hclist .fp-item:hover,
.mb-fplist .fp-item:hover {
    background-color: #b9dcff;
}

.fp #hclist .selected,
.mb-fplist .selected {
    background-color: #99ccff;
}

#hclist input[type="text"],
.mb-fplist input[type="text"] {
    width: 345px;
}

.fp #hclist .fp-item,
.mb-fplist .fp-item {
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
    display: block;
    padding: 9px;
    position: relative;
    z-index: 10;
}

.fp-item .fp-purpose {
    color: #999999;
}

.fp #fp-status {
    color: green;
    font-size: 14px;
}

.cons_id_col {
    width: 45px;
    text-align: left;
    padding-left: 20px;
}

.mb-fplist .fp-item {
    background: url(/jobnet/images/file_edit.png) no-repeat 660px 8px;
}

.mb-fplist .fp-level-0 {
    background-image: url(/jobnet/images/info.png);
}

.mymanagement-block {
    width: 585px;
}

.mymanagement-block-inner, .newsletter-block-inner {
    border-bottom: 1px solid #dadada;
    margin-bottom: 20px;
}

.mb-fplist .fp-status-bar {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    color: #666666;
    float: right;
    font-size: 12px;
    margin-right: 25px;
    position: relative;
    text-align: center;
    width: 60px;
}

.mb-fplist .fp-btn-down,
.mb-fplist .fp-btn-up {
    display: none;
}

.fp #hclist .fp-btn-down,
.fp #hclist .fp-btn-up {
    height: 21px;
    position: absolute;
    top: 6px;
    width: 25px;
}

.fp #hclist .fp-btn-down {
    right: 60px;
}

.fp #hclist .fp-btn-up {
    right: 10px;
}

.fp #hclist .fp-first-child .fp-btn-up {
    display: none;
}

.fp #hclist .fp-last-child .fp-btn-down {
    display: none;
}

.fp #hclist .fp-last-child {
    border-bottom-color: #999999;
}

.fp-status-color {
    display: block;
    height: 16px;
    position: absolute;
    z-index: 10;
}

.fp-status-text {
    position: relative;
    z-index: 20;
}

.fp-status-green {
    background-color: #66ff66;
}

.fp-status-yellow {
    background-color: #ffff99;
}

.fp-status-red {
    background-color: #ff6666;
}

.fp-status-white {
    background-color: #ffffff;
}

.fp-color-description {
    list-style: inside;
    margin: 15px;
}

.fp-color-description span {
    display: inline-block;
    padding: 1px 3px;
    text-align: center;
    width: 30px;
}

#mb-fieldset {
    padding: 25px;
    width: 780px;
}

.year-group {
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    float: left;
    margin: 10px 0 0 10px;
    padding: 0 10px 10px 0;
    width: 180px;
}

#mb-fieldset .has-label {
    width: 270px;
}

#mb-fieldset .year-group label {
    width: 110px;
}

#mb-fieldset .year-group input {
    float: right;
}

.year-headline {
    float: right;
    font-weight: bold;
    margin-right: 35px;
}

.input-error input {
    background-color: #ff6666;
}

.input-warning input {
    background-color: #ffff66;
}

.input-ok input {
    background-color: #66ff66;
}

#mb-intro {
    width: 780px;
}

#mb-item-notify {
    margin-bottom: 15px;
}

.input-row .mb-splitted {
    clear: right;
    float: right;
}

.input-row .mb-splitted label {
    font-size: 9px;
}

.input-row .mb-splitted input {
    font-size: 11px;
    height: 16px;
    margin: 5px 5px 0 0;
    padding: 0 2px;
    width: 64px;
}
.newsletter-block {
    width: 668px;
}

.newsletter-block label {
    width: 235px !important;
}

.newsletter-block input[type="text"] {
    width: 363px;
}

#present_jc_alt_map {
    width: 900px;
    height: 700px;
    overflow: hidden;
    border: 1px solid #ECECEC;
}
#alt_map_span, #main_map_span {
    margin-top: -50px;
}

#present_jc_alt_map_jnprofpdf,  #present_jc_alt_map_jnlocalpdf{
    width: 800px;
    height: 600px;
    overflow: hidden;
    border: 1px solid #ECECEC;
}

.small-txt .report-name {
    cursor: pointer;
}

#jicr-report-edit .paragraph-items .report-name {
    width: 405px !important;
    padding-left: 40px !important;
}
.small-txt.section-paragraph .report-name{
    padding-left: 40px !important;
}

#jicr-report-edit .report-name, #jicr-report-edit .report-name-header {
    line-height: 45px;
    height: 45px;
    width: 425px;
    display: inline-block;
    padding-left: 20px;
}

#jicr-report-edit .action-btn, #jicr-report-edit .action-btn-header {
    text-align: center;
    height: 19px;
    float: right;
    padding: 12px 0 12px;
    width: 81px;
}

#jicr-report-edit .add-section {
    line-height: 40px;
    padding-left: 20px;
}

#jicr-report-edit .switch-show, #jicr-report-edit .switch-show-header {
    display: inline-block;
    line-height: 40px;
    width: 65px;
    text-align: center;
}

.back-to-reports{
    padding: 0 12px !important;
    margin-bottom: 10px;
}

#jicr-report-edit {
    width: 635px !important;
}

#jicr-report-edit .table-of-content {
    padding: 10px;
}

#jicr-report-edit .form-listing label {
    width: 150px !important;
}

#jicr-report-edit .form-listing input[type='text'] {
    width: 380px;
}

#jicr-report-edit .form-listing #present_header_image img {
    max-width: 1000px;
    max-height: 150px;
}
#jicr-report-edit .form-listing button {
    margin-top: 10px;
    display: inline-block;
}

#jicr-report-edit .report-editor-row-drag-handler {
    display: inline-block;
    cursor: move;
}

#jicr-report-edit .report-name-change {
    vertical-align: bottom;
}

.section-edit-dialog li label {
    width: 130px;
}

.section-edit-dialog li textarea {
    width: 400px;
    height: 200px;
}

.section-edit-dialog .jicr-section-header {
    font-size: 14px;
    font-weight: bold;
}

.section-edit-dialog .options-list-editor {
    width: 300px;
    display: inline-block;
}

.section-edit-dialog .jicr-field-option {
    width: 250px;
    margin-bottom: 10px;
}

.section-edit-dialog .jicr-form-saved {
    float: right;
    margin-right: 15px;
    color: green;
}

.load-jz-values {
    cursor: pointer;
}

.jobpage_edit input[type="text"]:not(.color) {
    width: 550px;
}

.gray-btn-no-icon {
    padding: 0 5px 0 5px;
}

.gray-btn-no-icon span {
    padding: 0 8px 0 8px;
}

.applicant-activation-log thead th {
    text-align: center;
}

.applicant-activation-log .text-alignleft {
    text-align: left;
    padding-left: 5px;
}
.applicant-activation-log label span {
    display: inline-block;
    width: 110px;
}

.applicant-activation-log .radio-block label span {
    width: 79px;
}

.applicant-activation-log .jsn_paging {
    padding: 60px 0 10px 0;
}

.applicant-activation-log .jsn_paging {
    font-size: 14px;
}

.applicant-activation-log .jsn_paging a {
    text-decoration: underline;
    margin: 0 10px;
}

.applicant-activation-log .jsn_paging .current-page {
    font-weight: bold;
    margin: 0 10px;
}

.applicant-activation-log .reset-aal {
    margin-left: 15px;
}

.applicant-activation-log .export-aal {
    margin-left: 15px;
    float: right;
}

.applicant-activation-log .inner-label {
    width: 50px;
}

.applicant-activation-log img {
    vertical-align: middle;
}

.applicant-activation-log .radio-block label {
    margin-right: 15px;
}

.applicant-activation-log ul {
    list-style: none;
    width: 720px;
    margin-bottom: 20px;
}

.applicant-activation-log ul li {
    float: left;
    max-width: 50%;
    min-height: 40px;
    margin-right: 50px;
}

.applicant-activation-log ul li:last-child {
    max-width: 100%;
}

.applicant-activation-log .clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.applicant-activation-log .clearfix {
	display: block;
}

.uri-data-table td {
    padding: 10px 5px 10px 0px;
}

.uri-data-table_container {
    padding-left: 262px;
}

.uri-data-table .uri-data-table__row label {
    float: none;
}

.uri-data-table .uri-data-table__row {
    margin-bottom: 20px;
}

.uri-data-table__row .uri-picture-div {
    padding-top: 5px;
}

.bracket-right {
    background: url(../images/rightbracket.png) no-repeat right center;
    display: block;
    height: 54px;
    position: relative;
    top: -28px;
    padding: 0 5px;
}
.bracket-left {
    background: url(../images/leftbracket.png) no-repeat left center;
    display: block;
    height: 54px;
    position: relative;
    top: -28px;
    padding: 0 5px;
}
.bracket-right-bold {
    background: url(../images/rightbracket_bold.png) no-repeat right center;
    display: block;
    height: 54px;
    position: relative;
    top: -28px;
    padding: 0 5px;
}
.bracket-left-bold {
    background: url(../images/leftbracket_bold.png) no-repeat left center;
    display: block;
    height: 54px;
    position: relative;
    top: -28px;
    padding: 0 5px;
}
#qt select {
  height: 36px;
  margin: 0 7px;
}

#qt input[type="text"] {
    height: 24px;
    border-radius: 0;
    margin: 0 7px;
}

#qname {
    background: #fff;
    border: 1px solid #9b9b9b;
    padding: 5px 8px;
    height: 24px;
    width: 160px;
    line-height: 24px;
    border-radius: 0;
    position: relative;
    box-shadow: inset 1px 1px 0 0 #eaeaea;
    -webkit-box-shadow: inset 1px 1px 0 0 #eaeaea;
}

#qdesc {
    width: 260px;
    background: #fff;
    border: 1px solid #9b9b9b;
    padding: 8px 8px;
    height: 18px;
    line-height: 18px;
    resize: vertical;
    position: relative;
    box-shadow: inset 1px 1px 0 0 #eaeaea;
    -webkit-box-shadow: inset 1px 1px 0 0 #eaeaea;
}

#table-input {
    background: #fff;
    border: 1px solid #9b9b9b;
    padding: 5px 8px;
    height: 24px;
    width: 70%;
    line-height: 24px;
    border-radius: 0;
    position: relative;
    box-shadow: inset 1px 1px 0 0 #eaeaea;
    -webkit-box-shadow: inset 1px 1px 0 0 #eaeaea;
}

.table-textarea {
    background: #fff;
    border: 1px solid #9b9b9b;
    padding: 8px 8px;
    height: 36px;
    width: 70%;
    line-height: 18px;
    resize: vertical;
    position: relative;
    box-shadow: inset 1px 1px 0 0 #eaeaea;
    -webkit-box-shadow: inset 1px 1px 0 0 #eaeaea;
}

.btn-wrapper {
    margin: 10px 0;
}

.table-header {
    display: flex;
    flex-direction: column;
}

.q-section {
    margin-bottom: 30px;
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
    padding: 16px;
    border-radius: 3px;
}

.q-wrap {
    line-height: 0;
    margin-right: 15px;
}

.q-text {
    font-weight: bold;
    padding-right: 8px;
    line-height: 36px;
}

.save-button {
    background: url(../images/save.png) no-repeat left center;
    padding: 23px;
    font-weight: bold;
}

.row {
    display: flex;
    flex-direction: row;
}

#qt {
    display: flex;
    flex-direction: column;
}
#qt .tr-wrap:first-child {
    padding-left: 76px;
}

#qt select[name='query_var_0'] {
    width: 228px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
#qt select[name='query_op_0'] {
    width: 67px;
}
#qt .ddd {
    width: 186px;
}

.align-center {
    align-items: center;
}

.table-top-bar {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: #f7f7f7;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
}

.search-input {
    max-width: 169px;
    background: #fff;
    border: 1px solid #9b9b9b;
    padding: 5px 8px;
    margin-left: 4px;
    height: 24px;
    box-shadow: inset 1px 1px 0 0 #eaeaea;
    -webkit-box-shadow: inset 1px 1px 0 0 #eaeaea;
}
.paginate_button {
    font-size: 14px;
    padding: 0 10px;
}

.current {
    padding: 6px 10px;
    border: 1px solid #878787;
    border-radius: 3px;
}

.btn {
    display: inline-block;
    text-indent: -999em;
    vertical-align: middle!important;
    width: 19px;
    height: 19px;
}

.yui3-querybuilder-error {
    position: absolute;
    top: 63px;
    left: 400px;
}

.cm-table {
    padding-left: 12px;
    padding-right: 12px;
    line-height: 20px;
}

.cm-table-tr th {
    height: 46px;
}
.cm-table tr {
    height: 36px;
}
#radio_one {
    padding: 14px 14px 14px 14px;
    background: #f7f7f7;
    border: solid 1px #d9d9d9;
    border-radius: 3px 3px 0 0;
    display: flex;
    flex-direction: column;

}

.cm-input-section:nth-last-child(1) {
    border: none;
}

.cm-input-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #e4dfdf;
    height: 36px;
    padding: 2px;
}

.consultant_enabled_selector {
    padding: 0!important;
}
.consultant_enabled_selector_empty {
    padding-left: 0!important;
}

.cm-text-section {
    display: flex;
    font-weight: 600;
    flex: 5;
}

.radio-label {
    font-weight: 300;
}

.cm-radio-section {
    display: flex;
    flex: 5;
    flex-direction: row;
}
.cm-radio-section span {
    padding: 10px;
}

.cm-icon-section {
    width: 1px;
}

.cm-radio-section a {
    padding-left: 8px;
}

.icon-folder-active {
    background: url(/jobnet/images/sprites.png)  no-repeat -300px -500px;
}

.cm-table-tr {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-left: 2px solid #d9d9d9;
    border-right: 2px solid #d9d9d9;
}

.cm-table-trl {
    border: 2px solid #d9d9d9;
}

.cm-row-text {
    min-width: 400px;
}

.cm-row-text span a:first-child {
    font-weight: 600;
    margin-right: 5px;
}

.cm-row-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 39px;
}

.cm-row-item span {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.cm-row-item span a {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.cm-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.cm-row span {
    padding: 0 2px;
}

.icon-pluswb {
    background: url(/jobnet/images/sprites.png) no-repeat 5px -797px;
}

.cm-row-btn-section {
    white-space: nowrap;
}

.cm-textarea {
    margin: 5px 0;
}

.cm-table .icon-page {
    height: 22px;
}

.cm-row-btn-section a {
    width: 120px;
}

.cm-icon-add {
    background: url(/jobnet/images/sprites.png) no-repeat -305px -546px;
}

.cm-table-form {
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.cm-form-text {
    padding: 10px;
    border-bottom: 1px solid #d9d9d9;
}

.cm-form-checkbox span {
    text-transform: capitalize;
}

.cm-form-btns input[type="text"] {
    background: #fff;
    border: 1px solid #9b9b9b;
    padding: 5px 8px;
    margin-left: 8px;
    height: 24px;
    width: 100px;
    line-height: 24px;
    border-radius: 0;
    position: relative;
    box-shadow: inset 1px 1px 0 0 #eaeaea;
    -webkit-box-shadow: inset 1px 1px 0 0 #eaeaea;
}

.cm-form-btns select {
    height: 36px;
}

.cm-form-btns {
    display: flex;
    flex-direction: column;
    padding: 4px 4px;
}
.cm-form-btns div {
    padding: 5px;
}

.cm-table-form-wrap {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-left: 2px solid #d9d9d9;
    border-right: 2px solid #d9d9d9;
}

.wk-table-header th {
    font-size: 13px;
    line-height: 46px;
    height: 46px;
    border-bottom: 0;
    font-weight: bold;
    color: #fff;
    background: #c9035b;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #c9035b 0%, #b00350 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9035b), color-stop(100%,#b00350));
    background: -webkit-linear-gradient(top, #c9035b 0%,#b00350 100%);
    background: -o-linear-gradient(top, #c9035b 0%,#b00350 100%);
    background: -ms-linear-gradient(top, #c9035b 0%,#b00350 100%);
    background: linear-gradient(to bottom, #c9035b 0%,#b00350 100%);
}

.wk-table-header th:first-child {
    min-width: 200px;
    border-right: 1px solid #d9d9d9;
    border-top-left-radius: 3px;
}
.wk-table-header th:last-child {
    border-top-right-radius: 3px;
    min-width: 75px;
}

.wk-table td input {
    background: #fff;
    border: 1px solid #9b9b9b;
    padding: 5px 8px;
    height: 24px;
}

.sh-table th {
    font-size: 13px;
    line-height: 46px;
    height: 46px;
    border-bottom: 0;
    font-weight: bold;
    color: #fff;
    background: #c9035b;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #c9035b 0%, #b00350 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9035b), color-stop(100%,#b00350));
    background: -webkit-linear-gradient(top, #c9035b 0%,#b00350 100%);
    background: -o-linear-gradient(top, #c9035b 0%,#b00350 100%);
    background: -ms-linear-gradient(top, #c9035b 0%,#b00350 100%);
    background: linear-gradient(to bottom, #c9035b 0%,#b00350 100%);
}

.sh-table th {
    min-width: 200px;
    border-right: 1px solid #d9d9d9;
    border-top-left-radius: 3px;
}
.sh-table th:last-child {
    border-top-right-radius: 3px;
    min-width: 75px;
}

.sh-table td {
    line-height: 22px;
    height: 45px;
    vertical-align: middle;
    border-collapse: collapse;
    border: solid 1px #d9d9d9;
    word-break: break-all;
    border-top:none;
}

.kt-table input {
    background: #fff;
    border: 1px solid #9b9b9b;
    padding: 5px 8px;
    height: 24px;
}

.fl-table-title td {
    border: none;
    padding: 0 5px;
}

.fl-table-title {
    border: solid 1px #d9d9d9;
    border-top: none;
}

.fl-table-button {
    padding-top: 10px;
}

.cluster-data-table__row {
    margin-bottom: 10px;
    padding-bottom: 11px;
    border-bottom: 2px solid #dfdfdf;
}

.cluster-data-table__row .input-container {
    min-height: 30px;
    display: flex;
    align-items: center;
}

.cluster-data-table__row .input-container label {
    width: 110px;
}

.cluster-data-table__row .delete-icon {
    width: 14px;
    height: 20px;
    margin-right: 5px;
}

.cluster-data-table__row .delete-btn {
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
    justify-content: end;
}

.cluster-data-table_container {
    margin: 19px;
}

.ui-tooltip {
    background: white !important;
    border: 1px solid #ccc !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    color: #333 !important;
    font-size: 10px !important;
    padding: 5px !important;
    border-radius: 2px !important;
    max-width: 200px !important;
    word-wrap: break-word !important;
    z-index: 1000 !important;
    opacity: 1 !important;
}

.ui-tooltip hr {
    border: 0 !important;
    height: 1px !important;
    background: #e0e0e0 !important;
    margin: 4px 0 !important;
}

.ui-tooltip-content {
    margin: 0 !important;
}
</pre></body></html>