/********************************      Basic Structure      ********************************/

html {
                font-size: 100%;
                height: 100%;
                margin-bottom: 1px; /* Always show a scrollbar to avoid jumping when the scrollbar appears  */
                }

body {
                font-family: Arial, Helvetica, sans-serif;
                color: #555;
//                background: #f0f0f0 url('../images/bg-body.gif') -60px top repeat-y;
                font-size: 12px;
                }

#body-wrapper {
//                background: url('../images/bg-radial-gradient.gif') fixed 170px top no-repeat;
                }                

/********************************      Elements styling      ********************************/

h1, h2, h3, h4, h5, h6 {
                font-family: Helvetica, Arial, sans-serif;
                color: #555;
                font-weight: bold;
                }

h1            { font-family: Calibri, Helvetica, Arial, sans-serif; font-size: 21px; font-weight: bold; color: #fff; 
				}
				
h2            { font-size: 26px; padding: 0 0 10px 0; }
h3            { font-size: 17px; padding: 0 0 10px 0; }
h4            { font-size: 16px; padding: 0 0 5px 0; }
h5            { font-size: 14px; padding: 0 0 5px 0; }
h6            { font-size: 12px; padding: 0 0 5px 0; }

h3#nav-logo   { padding: 0; margin: 15px 0 25px 0; }
h3#nav-logo img {
                  margin: 0;
                  width: 90%;
                  padding: 0 0 0 10%;
                }


a              { color: #57a000; text-decoration: none; }
a:hover     { color: #000; }
a:active     { color: #777; }
a:focus     { outline: 1px; }

strong       { font-weight: bold; color: #333; }

small   		{ font-size: 0.85em; }

pre           { font-family: monospace; }

p {
                padding: 5px 0 10px 0;
                line-height: 1.6em;
                }

/********************************      General Classes      ********************************/

.clear {
                clear: both;
                }
				
.align-left {
                float: left;
                }
				
.align-right {
                float: right;
                }

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

/************ Button ************/
.button {
				font-family: Verdana, Arial, sans-serif;
                display: inline-block;
                background: #459300 url('../images/bg-button-green.gif') top left repeat-x !important;
                border: 1px solid #459300 !important;
                padding: 4px 7px 4px 7px !important;
                color: #fff !important;
                font-size: 11px !important;
                cursor: pointer;
                }
                
.button:hover {
                text-decoration: underline;
                }
                
.button:active {
                padding: 5px 7px 3px 7px !important;
                }
				
a.remove-link {
				color: #bb0000;
				}

a.remove-link:hover {
				color: #000;
				}

svg.icon-tabler {
    vertical-align: middle;
    transition: 150ms;
}

a:hover svg.icon-tabler, a:hover.highlight {
    color: #00abff;
}

svg.icon-tabler.success {
    color: #14de64;
    background: none;
}

svg.icon-tabler.failure {
    color: #ff003b;
    background: none;
}



    /********************************      Sidebar      ********************************/

#sidebar {
                width: 170px;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                color: #888;
                font-size: 11px;
                }
#sidebar img {
    display: block;
    margin: 2em auto 4em auto;
}

#sidebar #sidebar-wrapper {
                margin: 0 0 0 0px;
                }

#sidebar a,
#sidebar a:active {
                color:#ccc;
                }

#sidebar a:hover {
                color:#fff;
                }

#sidebar #sidebar-title {
                margin: 40px 0 40px 15px;
                }

#sidebar #logo {
                margin: 40px 0 40px 0;
                }

#sidebar #profile-links {
                padding: 0 15px 20px 15px;
                text-align: right;
                line-height: 1.5em;
                }

/************ Sidebar Accordion Menu ************/

#sidebar #main-nav {
                width: 155px;
                padding: 0;
                margin: 1em 0 0 15px;
                font-family: Helvetica, Arial, sans-serif;
                }

#sidebar #main-nav li {
                list-style: none;
                padding-bottom: 10px;
                text-align: left;
                }

#sidebar #main-nav li a.nav-top-item {
                background: transparent url('../images/bg-menu-item-green.gif') right center no-repeat; /* Background image for default color scheme - green */
                padding: 10px 5px 10px 10px;
                color: #fff;
                font-size: 13px;
                cursor: pointer;
                display: block;
                text-decoration: none;
                }

#sidebar #main-nav li a.nav-sub-item {
                background: transparent url('../images/bg-menu-subitem-blue.gif') 10px center no-repeat;
                margin-top: 8px;
                padding: 10px 5px 10px 16px;
                color: #fff;
                font-size: 12px;
                cursor: pointer;
                display: block;
                text-decoration: none;
                }

#sidebar #main-nav li a.current {
                background-image: url('../images/bg-menu-item-current.gif') !important;
                color: #333;
                font-weight: bold;
                }
                
#sidebar #main-nav li a.current:hover {
                color: #333;
                }

#sidebar #main-nav ul {
                padding: 0;
                font-size: 12px;
                margin: 0;
                }

#sidebar #main-nav ul > li {
                list-style: none;
                margin: 0;
                text-align: left;
				padding: 0;
                }

#sidebar #main-nav ul > li {
                display: none;
                }

#sidebar #main-nav ul li a {
                padding: 8px 15px;
                display: block;
                color: #aaa;
                font-size: 13px;
                line-height: 1.2em;
                }

#sidebar #main-nav ul li a:hover,
#sidebar #main-nav ul li a.current,
#sidebar #main-nav ul li a.current:hover {
                color: #fff;
                }

#sidebar #main-nav ul li a.current {
                background: transparent url('../images/menu-current-arrow.gif') right center no-repeat !important;
                }

#quicksearch-wrapper {
    margin: 1em 1em 0 0;
}
#quicksearch-wrapper h3 {
    float: right;
    color: #f2f2f2;
}
#quicksearch-wrapper form {
    float: right;
    display: block;
}


/************ Messages ************/

#messages p,
#messages form {
                border-top: 1px solid #ddd;
                padding: 10px 0;
                }

#messages h4 {
                padding: 10px 0;
                }
				
#messages fieldset {
                margin: 0;
                }
				
#messages textarea {
                margin: 0 0 15px 0;
                }
/********************************      Main Content      ********************************/

/************ Layout ************/

#main-content {
                margin: 0 15px 0 185px;
                padding: 40px 0 0 0;
                }

.column-left {
                width: 48%;
                float: left;
                }
                
.column-right {
                width: 48%;
                float: right;
                }
               
#page-intro {
                font-size: 17px;
                padding: 0 0 20px 0;
                }

				
#footer {
				border-top: 1px solid #ccc;
				margin: 40px 0 0 0;
				padding: 20px 0;
				font-size: 12px;
                }

.shortcuts-wrapper {
    margin-bottom: 1rem;
}

/************ Lists ************/

#main-content ul,
#main-content ol {
                padding: 0.25em 0;
                }

/* Unordered List */

#main-content > ul li {
                list-style-type: disc;
                list-style-position: inside;
                text-indent: -1em;
                ba1kground: url('../images/icons/bullet_black.png') center left no-repeat;
                padding: 4px 0 4px 20px;
                }

#main-content ol {
                padding: 0 0 0 24px;
                }

#main-content ol li {
                list-style: decimal;
                padding: 4px 0;
                }

/*************** Content Box ***************/

.content-box {
                border: 1px solid #ccc;
                margin: 0 0 20px 0;
                background: #fff;
                }

.content-box-header {
                background: #e5e5e5 url('../images/bg-content-box.gif') top left repeat-x;
                margin-top: 1px;
                height: auto;
                padding-bottom: 4px;
                }

.content-box-header h3 {
                padding: 12px 15px 10px;
                float: left;
                }

ul.content-box-tabs {
                float: right;
                padding: 12px 15px 0 0 !important;
				margin: 0 !important;
                }

ul.content-box-tabs li {
                float: left;
                margin: 0;
                padding: 0 !important;
                background-image: none !important;
                }
                
ul.content-box-tabs li a {
                color: #333;
                padding: 8px 10px;
                display: block;
                margin: 1px;
                border-bottom: 0;
                }

ul.content-box-tabs li a:hover {
                color: #57a000;
                }              
                
ul.content-box-tabs li a.current {
                background: #fff;
                border: 1px solid #ccc;
                border-bottom: 0;
                margin: 0;
                }

.content-box-content {
                padding: 20px;
                font-size: 13px;
                border-top: 1px solid #ccc;
                }
                
/************ Table ************/

#main-content table {
                width: 100%;
                border-collapse: collapse;
                }
                
#main-content table thead th {
                font-weight: bold;
//                font-size: 15px;
                border-bottom: 1px solid #ddd;
                color: #666;
                }

#main-content table thead th.sort_asc {
                color: #000;
                }
#main-content table thead th.sort_desc {
                color: #000;
                }
                
#main-content tbody {
//                border-top: 1px solid #ddd;
                }
                
#main-content tbody tr {
                background: #fff;
                }
              
#main-content tbody tr.alt-row, #main-content tbody tr.odd, #main-content table.alternate tr:nth-child(2n+1) {
                background: #f3f3f3;
                }

#main-content table.alternate thead tr:nth-child(2n+1) {
                background: transparent;
                }

#main-content table td,
#main-content table th {
                padding: 0.5em;
                line-height: 1.2em;
                }        
				
#main-content table tfoot td .bulk-actions {
                padding: 15px 0 5px 0;
                } 
				
#main-content table tfoot td .bulk-actions select {
                padding: 4px;
				border: 1px solid #ccc;
                }

#main-content table tbody tr td.autofit {
    width: 1%;
    white-space: nowrap;
}

td.pre-space {
    padding-left: 2rem !important;
}

tr.highlighted:hover {
    background-color: #d4eaff !important;
}

#main-content #qualification_matrix_table tbody tr td {
    border: 1px solid #aaa;
}
				
/*************** Pagination ***************/

#main-content .pagination {
                text-align: right;
                padding: 20px 0 5px 0;
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 10px;
                }
.pagination a {
                margin: 0 5px 0 0;
                padding: 3px 6px;
                }

.pagination a.number {
				border: 1px solid #ddd;
                }

.pagination a.current {
                background: #469400 url('../images/bg-button-green.gif') top left repeat-x !important;
                border-color: #459300 !important;
                color: #fff !important;
                }
				
.pagination a.current:hover {
				text-decoration: underline;
                }

/************ Shortcut Buttons ************/

.shortcut-button {
                border: 1px solid #ccc;
                background: #f7f7f7 url('../images/shortcut-button-bg.gif') top left no-repeat;
                display: block;
                width: 120px;
                margin: 0 0 20px 0;
                }

.shortcut-button span {
                border: 1px solid #fff;
                display:block;
                padding: 15px 10px 15px 10px;
                text-align: center;
                color: #555;
                font-size: 13px;
                line-height: 1.3em;
                }

.shortcut-button span img {
                margin-bottom: 10px;
                }

.shortcut-button:hover {
                background: #fff;
				
                }
				
.shortcut-button span:hover {
				color: #57a000; 
                }

ul.shortcut-buttons-set li {
                float: left;
                margin: 0 15px 0 0;
				padding: 0 !important;
				background: 0;
                }

/*************** Forms ***************/

form label {
                padding: 0 5px 10px 0;
                font-weight: bold;
                }
             
form fieldset legend {
                font-weight: bold;
                margin-bottom: 10px;
                padding-top: 10px;
                }
                
form p small {
                font-size: 0.75em;
                color: #777;
                }
				
				
form input.text-input,
form select,
form textarea,
form .wysiwyg {
                padding: 6px;
                font-size: 13px;
                background: #fff url('../images/bg-form-field.gif') top left repeat-x;
                border: 1px solid #d5d5d5;
				color: #333;
                }
            
form .tiny-input {
                width: 10% !important;
                }
                
form .small-input {
                width: 25% !important;
                }
                
form .medium-input {
                width: 50% !important;
                }
                
form .large-input {
                width: 92.5%;
				font-size: 16px !important;
				padding: 8px !important;
                }
                
form textarea {
                width: 92.5%;
                font-family: Arial, Helvetica, sans-serif;
                }
                
form select {
                padding: 4px;
                background: #fff;
                }
				
form input[type="checkbox"],
form input[type="radio"] {
				padding: 0;
                background: none;
				border: 0;
                }

.notification {
                position: relative;
                margin: 0 0 15px 0;
                padding: 0;
                border: 1px solid;
                background-position: 10px 11px !important;
                background-repeat: no-repeat !important;
                font-size: 13px;
                width: 99.8%;
                }

.notification.-short {
    display: inline-block;
    width: auto;
}
                

.attention {
                background: #fffbcc url('../images/icons/exclamation.png') 10px 11px no-repeat;
                border-color: #e6db55;
                color: #666452;
                }

.attention {
                background: #fffbcc url('../images/icons/exclamation.png') 10px 11px no-repeat;
                border-color: #e6db55;
                color: #666452;
                }

.notification.error {
                background: #fffbcc url('../images/icons/exclamation.png') 10px 11px no-repeat;
                border-color: #e6db55;
                color: #fe0000;
                }

.information {
                background: #dbe3ff url('../images/icons/information.png');
                border-color: #a2b4ee;
                color: #585b66;
                }

.success {
                background: #d5ffce url('../images/icons/tick_circle.png');
                border-color: #9adf8f;
                color: #556652;
                }

div.error, p.error {
                border: 1px solid #df8f8f;
                color: #dd4040;
                }

form label.error {
                background: none;
                color: #df8f8f;
}

.notification div {
                display:block;
                font-style:normal;
                padding: 10px 10px 10px 36px;
                line-height: 1.5em;
                }

.notification .close {
                color:#990000;
                font-size:9px;
                position:absolute;
                right:5px;
                top:5px;
                }

/* Notification for form inputs */

.input-notification {
				background-position: left 2px;
				background-repeat: no-repeat;
				padding: 2px 0 2px 22px;
				background-color: transparent;
				margin: 0 0 0 5px;
				}

/* Notification for login page */

#login-wrapper #login-content .notification {
				border: 0;
                background-color: rgba(255, 255, 255, 0.15);
				color: #fff !important;
				}

/* Input wrapper to display flex input + labels */

div.input-wrapper {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin: 0.25rem 0;
                padding: 0.5rem;
                gap: 1rem;
                }

div.input-wrapper.required {
                background: rgba(255, 0, 0, .1);
                border-radius: 3px;
                margin: 0;
                }

div.input-wrapper.required label{
                color: red;
                }

div.input-wrapper label {
                padding: 0;
                }

div.input-wrapper > input, div.input-wrapper > select,  div.input-wrapper > div {
                width: 250px;
                box-sizing: content-box;
                }

div#moodle-wrapper {
    padding: 0.5rem 0;
    background-color: rgba(0, 120, 204, .2);
    border-radius: 3px;
}

div#moodle-wrapper tr {
    background-color: transparent;
}

div#moodle-wrapper.invalid {
    background-color: rgba(204, 0, 0, .2);
}

div#moodle-wrapper.invalid input[type=text] {
    border: 1px solid red;
}

div#moodle-wrapper .error-info {
    color: red;
    font-style: italic;
    display: none;
}

div#moodle-wrapper.invalid .error-info {
    display: inline;
}

input[type=number].time-input {
    width: 64px;
}

/********************************      Login Page      ********************************/

body#login {
                color: #fff;
				}
				
#login-wrapper #login-top {
				width: 100%;
				padding: 110px 0 50px 0;
				text-align: center;
				}
				
#login-wrapper #login-top img {
    height: 100px;
    margin-bottom: 1em;
}

#login-wrapper #login-content {
				text-align: left;
				width: 350px;
				margin: 0 auto;
				}
				
#login-wrapper #login-content label {
				color: #fff;
				font-weight: normal;
				font-size: 14px;
				font-family: Helvetica, Arial, sans-serif;
				float: left;
				width: 120px;
				padding: 0;
				}
				
#login-wrapper #login-content input {
				width: 200px;
				float: right;
				margin: 0 0 20px 0;
				border: 0;
				background: #fff;
				}
				
#login-wrapper #login-content p {
				padding: 0;
				}
				
#login-wrapper #login-content p#remember-password {
				float: right;
				}
				
#login-wrapper #login-content p#remember-password input {
				float: none;
				width: auto;
				border: 0;
				background: none;
				margin: 0 10px 0 0;
				}
				
#login-wrapper #login-content p .button {
				width: auto;
				margin-top: 20px;
				}

#login-wrapper #login-content a:hover {
    color: #fff;
}

/********************************      jQuery plugins styles      ********************************/

/*************** jQuery WYSIWYG ***************/

div.wysiwyg { border: 1px solid #cccccc; padding: 5px; background-color: #ffffff; width: 97.5% !important; }
div.wysiwyg * { margin: 0; padding: 0; }

div.wysiwyg ul.panel { border-bottom: 1px solid #cccccc; float: left; width: 100%; padding: 0 0 5px 0; }
div.wysiwyg ul.panel li { list-style-type: none; float: left; margin: 0 2px; padding: 0 !important;  background: #ffffff; background-image: none !important;}
div.wysiwyg ul.panel li.separator { height: 16px; margin: 0 4px; border-left: 1px solid #cccccc; }
div.wysiwyg ul.panel li a { display: block; padding: 0 !important; width: 16px; height: 16px; background: url('../images/icons/jquery.wysiwyg.gif') no-repeat -64px -80px; border: 0; cursor: pointer; padding: 1px; }
div.wysiwyg ul.panel li a:hover, div.wysiwyg ul.panel li a.active {  }
div.wysiwyg ul.panel li a.active { background-color: #f9f9f9; border: 1px solid #cccccc; border-left-color: #aaaaaa; border-top-color: #aaaaaa; padding: 0; }

div.wysiwyg ul.panel li a.bold { background-position: 0 -16px; }
	div.wysiwyg ul.panel li a.italic { background-position: -16px -16px; }
	div.wysiwyg ul.panel li a.strikeThrough { background-position: -32px -16px; }
	div.wysiwyg ul.panel li a.underline { background-position: -48px -16px; }

	div.wysiwyg ul.panel li a.justifyLeft { background-position: 0 0; }
	div.wysiwyg ul.panel li a.justifyCenter { background-position: -16px 0; }
	div.wysiwyg ul.panel li a.justifyRight { background-position: -32px 0; }
	div.wysiwyg ul.panel li a.justifyFull { background-position: -48px 0; }

	div.wysiwyg ul.panel li a.indent { background-position: -64px 0; }
	div.wysiwyg ul.panel li a.outdent { background-position: -80px 0; }

	div.wysiwyg ul.panel li a.subscript { background-position: -64px -16px; }
	div.wysiwyg ul.panel li a.superscript { background-position: -80px -16px; }

	div.wysiwyg ul.panel li a.undo { background-position: 0 -64px; }
	div.wysiwyg ul.panel li a.redo { background-position: -16px -64px; }

	div.wysiwyg ul.panel li a.insertOrderedList { background-position: -32px -48px; }
	div.wysiwyg ul.panel li a.insertUnorderedList { background-position: -16px -48px; }
	div.wysiwyg ul.panel li a.insertHorizontalRule { background-position: 0 -48px; }

	div.wysiwyg ul.panel li a.h1 { background-position: 0 -32px; }
	div.wysiwyg ul.panel li a.h2 { background-position: -16px -32px; }
	div.wysiwyg ul.panel li a.h3 { background-position: -32px -32px; }
	div.wysiwyg ul.panel li a.h4 { background-position: -48px -32px; }
	div.wysiwyg ul.panel li a.h5 { background-position: -64px -32px; }
	div.wysiwyg ul.panel li a.h6 { background-position: -80px -32px; }

	div.wysiwyg ul.panel li a.cut { background-position: -32px -64px; }
	div.wysiwyg ul.panel li a.copy { background-position: -48px -64px; }
	div.wysiwyg ul.panel li a.paste { background-position: -64px -64px; }

	div.wysiwyg ul.panel li a.increaseFontSize { background-position: -16px -80px; }
	div.wysiwyg ul.panel li a.decreaseFontSize { background-position: -32px -80px; }

	div.wysiwyg ul.panel li a.createLink { background-position: -80px -48px; }
	div.wysiwyg ul.panel li a.insertImage { background-position: -80px -80px; }

	div.wysiwyg ul.panel li a.html { background-position: -48px -48px; }
	div.wysiwyg ul.panel li a.removeFormat { background-position: -80px -64px; }

	div.wysiwyg ul.panel li a.empty { background-position: -64px -80px; }

	div.wysiwyg iframe { border: 0; margin: 5px 0 0 0; clear: left; width: 97.5% !important; }

	#form_error {
	    float: right;
	    padding-right: 6px;
	    color: #CC2020;
	    font-weight: bold;
	}

	#body-wrapper { 
	    background-image: none;
	}

	span.super {
	    font-size: 50%;
	    vertical-align: top;
	}

	.cancel_button {
	    cursor: hand;
	    cursor: pointer;
	}

	table tbody tr.highlight td {
	    background-color: #c0dfc0;
	}

	div.smallprint {
	    font-size: 8px;
	    color: #666666;
	    margin: 10em 0 1em 0;
	    padding: 1em;
	    background-color: #f0f0f0;
	    border: 1px solid #c0c0c0;
	}

	div.smallprint h3 {
	    color: #606060;
	    font-size: 8px;
	    padding-bottom: 0;
	}

	span.original_copy {
	    color: #f00;
	    font-weight: bold;
	    font-size: 120%;
	    
	}

	td.no_permission {
	    color: #aaa;
	}

	table tr.log_details td {
	    text-align: right;
	}
	table tr.log_details td table {
	    width: 50%;
	    float: right;
	    border: 1px solid #ccc;
	}

	ul#job_status_list {
	}

	ul#job_status_list li {
	    display: inline;
	}

	table.datatable tr.even {
			background: #f3f3f3;
	}

	.ui-datatable-odd {
	    background: none repeat scroll 0 0 #F2F5F9;
	}



em {
  font-style: italic;
}

#closest_map {
  width: 50%;
  height: 300px;
  margin: 1em auto;
  border: 1px solid #aaaaaa;
}

table#closest_jobs tr.map_highlight {
  background-color: #c8c8c8;
  font-weight: bold;
}

.faded {
  opacity: 0.5;
}

.table_add_row, .table_del_row {
  font-weight: bold;
  display: block;
  float: left;
  font-size: 120%;
  width: 30px;
  text-align: center;
}

#main-content table.cl_table {
  width: 98%;
  margin: 1em;
  display: none;
}

div.ev1_cl_wrapper table.cl_table {
  display: table !important;
}

table.cl_table tr.bggrey {
  background-color: #d0d0d0;
}

table.cl_table td {
  vertical-align: middle;
}

table.cl_table, table.cl_table tr, table.cl_table th, table.cl_table td {
  border: 1px solid #a0a0a0;
  border-collapse: collapse;
//  table-layout: fixed;
}

div.formwrapper table.cl_table textarea {
  width: 95%;
  height: 2em;
}

td.cl_td_indent {
  padding-left: 2em !important;
}
td.cl_td_indent2 {
  padding-left: 4em !important;
}
td.cl_td_indent3 {
  padding-left: 6em !important;
}

div.user_checkbox {
    width: 100%;
    float: left;
    margin-top: 0.5em;
}

form table td {
    vertical-align: top;
}

.homepage .message {
    margin-bottom: 1em;
}

.homepage .message div {
}

.homepage .message .toolbar {
    background: #c8c8c8;
    padding: 0.3em 1.0em 0.0em 1.0em;
    font-weight: bold;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    clear: both;
}

.homepage .message .curve_bottom {
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.homepage .message.sticky .toolbar {
   background-color: #3AA922;
   color: #fff;
}
.homepage .message.important .toolbar {
   background-color: #047DB4;
   color: #fff;
}
.homepage .message.important .toolbar a:link,
.homepage .message.important .toolbar a:active,
.homepage .message.important .toolbar a:visited,
.homepage .message.important .toolbar a:hover,
.homepage .message.sticky .toolbar a:link,
.homepage .message.sticky .toolbar a:active,
.homepage .message.sticky .toolbar a:visited,
.homepage .message.sticky .toolbar a:hover {
   color: #fff;
   text-decoration: underline;
}

.homepage .message ul.message-responses {
   float: right;
   margin-bottom: 1em;
}

.homepage .message ul.message-responses li a {
   text-decoration: underline;

}

.homepage .message ul.message-responses li {
   display: inline-block;
   padding: 0 0.5em;
//   border-right: 2px solid #888;
}

.homepage .message ul.message-responses li:last-child {
   border-right: 0;
}

.homepage1 .message .toolbar a {
    display: block;
    width: 40%;
    float: right;
    margin-top: 0.6em;
    text-align: right;
}

.homepage1 .message .toolbar a.important_button {
}

.homepage .message .content {
    clear: both;
    background: #e8e8e8;
    padding: 1.0em 1.0em; 
    line-height: 175%;
    overflow: hidden;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.homepage .message .content img {
    display: block;
    float: right;
    clear: both;
    margin: 3px 3px 3px 3px;
}

#message_table tr.message_recipients {
    display: none;
}

#message_table tr.message_recipients td {
    text-align: right;
}

span.warning {
    color: red;
}

#message_table tr a.warning:link,
#message_table tr a.warning:active,
#message_table tr a.warning:visited,
#message_table tr a.warning:hover {
    color: red;
}

#message_table td.important {
    color: #047DB4;
}

#message_table td.sticky {
    color: #3AA922;
}

#main-content ul.redactor-toolbar li {
  text-indent: 0;
}

#upload_images img {
  float: left;
  display: block;
}

#upload_images a {
  float: left;
  display: block;
  margin-right: 2em;
}

#form_pdfs a {
  float: left;
  display: block;
}

#form_pdfs a.pdf-delete {
  margin-right: 2em;
}

table.aceggt th, table.aceggt td {
  text-align: center;
}

div.aceggt_controls {
  text-align: center;
  font-size: 1.5em;
  padding-bottom: 2em;
  padding-top: 0.5em;
  clear: both;
  border-bottom: 2px solid #d8d8d8;
}
div.aceggt_controls a {
  display : block;
  padding: 1px 1px 1px 1px;
  border: 1px solid #3B89BF;
  margin: 0 2em 0 2em;
  width: 2em;
  float: right;
}
div.aceggt_controls a:first-child {
  float: left;
}

.ev1_cl_wrapper thead td {
  font-weight: bold;
}
.ev1_cl_tablecount {
  font-size: 150%;
}

table.ev1_cl_table a.delete_image, table.ev1_cl_table a.add_image, table.ev1_cl_table img {
  display: block;
  float: left;
  margin: 3px 3px 3px 3px;
}

table.ev1_cl_table a.delete_image, table.ev1_cl_table a.add_image {
//  font-size: 150%;
//  border: 1px solid #aaaaee;
  padding: 0px 3px 0px 3px;
}
table.ev1_cl_table a.add_image {
  padding-top: 2px;
}

#ek34isolateresistance .aceggt th {
  font-size: 100%;
}

table.stk_checklist tr td {
  text-align: center;
  margin: 2px;
  border: 1px solid #fff;
}
table.stk_checklist tr td:first-child {
  text-align: left;
}
table.stk_checklist td.greenbg {
  background-color: #5FA137;
}
table.stk_checklist td.orangebg {
  background-color: orange;
}
table.stk_checklist td.redbg {
  background-color: red;
}

#clientForm input[type=button] {
//    float: right;
}

#client_products tbody tr td:first-child {
    text-align: right;
}

#client_products tbody input[type=text] {
    width: 4em;
}

span.clear {
    float: left;
    display: block;
}

tr.inactive td {
    color: #a0a0a0;
}


.fc-month-view span.fc-title{
         white-space: normal;
}

.fc-event.not-confirmed-by-client {
    background-image:  url('../images/calendar-warn-bg.png');
    background-repeat: repeat;
    background-position: 0 0;
}
.fc-event.get-key-office {
    border: 3px solid #BF00FF!important;
}
.fc-event.cancellation-fee-job {
    border: 3px solid red!important;
}

.fc-event.deleted {
    opacity: 0.2;
}

.fc-event.-job-soft-cancelled {
    opacity: 0.3;
    background-color: #990000!important;
}

#ajax_timer {
    display: none;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 10px 40px;
    width:auto;
    max-width: 600px;
    margin: 20px auto;
    line-height: 1.5em;
    height: auto;
}

.white-popup-wide {
    max-width: 80%;
    height: auto;
}

.white-popup-full-height {
    max-height: 700px;
    height: 700px;
}

.white-popup ul {
    margin: 0 0 2em 0em;
}

.white-popup textarea {
    width: 90%;
    height: 6em;
}

.white-popup table {
    width: 100%;
}

.white-popup table td, .white-popup table th {
    padding: 2px;
}

tr#product_price_override_row {
    display: none;
}

#job_products_table input[type=text] {
    font-size: 8px;
}

#job_products_table tr[data-is-child="1"] td {
    display: none;
}

#job_products_table tr[data-is-child="1"] td:last-child {
    display: table-cell;
    padding-left: 2em;
}

.hidden {
    display: none;
}

th.euro, td.euro {
    text-align: right;
}

#invoicePaymentForm textarea {
    width: 85% !important;
    height: 6em;
}

td.product_discount:after {
    content: '%';
}

td.editable {
    color: rgb(0, 120, 204);
}

.job-alert {
    float: right;
    width: 250px;
    height: 40px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding: 0.7em 0 0 0;
    margin-bottom: 0.5em;
    border-radius: 6px;
    box-shadow: 3px 3px 3px #bbbbbb;
}

.job-alert p span {
    font-size: 200%;
}

.job-alert p a:link {
    color: #fff;
    text-decoration: underline;
}

.job-alert-red {
    background-color: red;
}

.job-alert-orange {
    background-color: orange;
}

.job-alert-green {
    background-color: green;
}

.job-alert-white {
    background-color: white;
}

td.status_ok, tr.status_ok {
    background-color: #5FA137;
}

td.status_nok, tr.status_nok {
    background-color: #dd4444;
}

td.status_warn, tr.status_warn, #jobListTable tr.backlog {
    background-color: orange !important;
}

#jobListTable p.job_product_description_list {
    display: none;
}

.autocompleter-custom {
    background: #fff;
    border: 1px solid #333;
    margin-left: -10em;
z-index: 50000;
}

span.typcn {
    font-size: 160%;
}

.fc-event span.typcn {
    font-size: 180%;
}

.alignleft {
    text-align: left !important;
}

.iconify {
    width: 1.5em;
    height: 1.5em;
}

table tr.hideable td:last-child {
//    position: relative;
//    padding-left: 2.5em !important;
}

table td.client-select-field-edit select {
    display: none;
}

a.overlay-top-right {
    position: absolute;
    top: 0.4em;
    left: 0.5em;
}

#previous_matching_jobs {
  display: block;
  height: 300px;
  overflow-y: scroll;
  width: 100%;
}

#disconnect-warning {
    display: none;
    position:fixed;
    right:20px;
    top:4px;
    margin:0;
    padding:0;
    color: red;
    font-size: 1.2em;
}

.job-product-warning-message {
    border: 1px solid #000;
    border-radius: 10px;
    background-color: #eaeaea;
    padding: 10px;
    margin-top: 10px;
}

/* ElgaCert */

.elgacert-status-wrapper {
    background-color: #f0f0f0;
    padding: 5px;
    margin-top: 5px;
}

.elgacert-status-block {
    display: flex;
    align-items: center;
}

.elgacert-manual-sync, .elgacert-error-description {
    margin-left: 20px;
}

.elgacert-error-description {
    font-style: italic;
}

.elgacert-status-label {
    margin-left: 5px;
}

.elgacert-status {
    margin-left: 5px;
    font-weight: bold;
}

.elgacert-status.-elgacert-status-synced,
.elgacert-status.-elgacert-status-synced a {
    color: green;
    text-decoration: underline;
}

.elgacert-status.-elgacert-status-failed {
    color: red;
}

.elgacert-report-link {
    margin-left: 5px;
}

.can_not_save_report_with_positive_conclusion_status {
    border: 1px solid red;
    background-color: #ffcdcd;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    color: #fff;
    background-color: #6c757d;
}

.set-conclusion-for-all-itemsha-items {
    margin: 10px;
    padding: 10px 0;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.set-conclusion-for-all-itemsha-items button {
    padding: 5px 20px;
}

#user-profile-tabs a.current {
    font-weight: bold;
}

.-error-text {
    color: red;
}

table th h2, table td h2 {
    line-height: 1em;
}

/********************************  Aurel's modal.js module  ********************************/

#modal-content .error {
    color: red;
    font-size: 0.8rem;
    font-style: italic;
    background: rgba(255, 0, 0, .1);
    padding: 5px 10px;
    border-radius: 3px;
    border: none;
}

li.select2-search {
    list-style-type: none;
}

span.select2-selection {
    padding-left:0.5em;
}

/********************************  General classes  ********************************/

/**
 * A message that is temporary displayed in a one-
 * line AJAX form while the request is processed.
 */
.oneline-input-loading-message {
    font-style: italic;
    font-size: 11px;
}

/**
 * An error message that is displayed in a one-
 * line AJAX form when the request has failed.
 */
.oneline-input-error-message {
    font-style: italic;
    font-size: 11px;
    color: red;
}

/**
 * Disabled class can be used on input wrappers.
 */
.disabled {
    color: #aaa;
}

/********************************  Stand-alone elements  ********************************/

#form-qualification-include-qscore {
    margin-top: 1rem;
}

.job-unpom-block {
    margin: 15px 0;
}

.job-unpom-block label {
    color: #ad0e0e;
    font-weight: bold;
    font-size: 125%;
}

.job-unpom-block p {
    font-style: italic;
}

button.-disabled {
    opacity: 0.25;
    cursor: default;
    text-decoration: none!important;
}

.multi-day-ajax-loader {
    position: absolute;
    margin-left: -2.5%;
    margin-top: -3.5%;
    width: 105%;
    height: 105%;
    background-color: #000;
    z-index: 9999;
    opacity: 0.1;
}

input.-error, select.-error {
    border: 1px solid red;
}

th.dt-middle, td.dt-middle { vertical-align: middle; }

.error {
    background: none;
    color: #df8f8f;
}

th.dt-middle, td.dt-middle { vertical-align: middle; }

table tr.-error td { background-color: #ffb8b8; }
table tr td.-success { color: green; }
