/* Page */

body,
html,
div,
blockquote,
img,
label,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
dl,
dt,
dd,
form,
a,
fieldset,
input,
th,
td {
    border: 0;
    outline: none;
    margin: 0;
    padding: 0;
}


body {
    font: normal 13px Arial, sans-serif;
}

h2 {
    font: normal 26px Arial, sans-serif;
    padding: 20px 0;
    margin: 0 0 30px 0;
}

.txtc {
    text-align: center;
}

.flr {
    float: right;
}

.fll {
    float: right;
}

.ucase {
    text-transform: uppercase;
}

.t10 {
    font-size: 10pt;
}

.t12 {
    font-size: 12pt;
}

.t14 {
    font-size: 14pt;
}

.t16 {
    font-size: 16pt;
}

.wrap {
    width: 960px;
    margin: 0 auto;
}

.demo-container {
    padding: 20px 0;
}

.demo-container h4 {
    font-size: 14px;
    margin: 0 0 5px 0;
}

.uk-offcanvas-bar ul li {
    width: 100%
}

.uk-navbar {
    height: 55px;
}

.menudrop ul li a {
    width: 100%
}

.uk-button {
    font-weight: bold!important;
    border-radius: 5px;
}

.uk-button-h2 {
    font-weight: bold;
    border: 1px solid #888 !important;
    margin: 2px;
}

.uk-button-h2:hover {
    color: white!important;
    background-color: #555;
}

.uk-button-danger,
.uk-button-primary {
    color: white!important
}

.uk-button-primary {
    background-color: green !important
}

.uk-button-primary:hover {
    background-color: #8b8 !important
}

.uk-modal-dialog {
    top: 100px;
}

.uk-text-medium {
    font-size: 1.2rem;
    line-height: 1.2;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

td {
    padding: 2px;
    font-size: 12px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h2 {
    border-bottom: 1px solid black;
}

h3 {
    color: #000000;
    font-size: 13px;
    margin-bottom: 0px;
}

h4 {
    color: #000000;
    margin: 0px;
    font-size: 11px;
}

.rights {
    color: #000000;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.clear {
    clear: both;
}

pre div {
    background: #ccc;
}

input,
select {
    border: 1px solid #000000;
    background-color: #ffffff;
    color: #000000;
    padding-left: 2px;
}

textarea {
    border: 1px solid #000000;
    background-color: #ffffff;
    color: #000000;
    width: 100%;
    height: 350px!important;
}

#head {
    width: 100%;
    z-index: 9999;
    position: fixed;
    left: 0px;
    top: 0px;
    background: white;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .7);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .7);
}

#content {
    position: absolute;
    top: 80px;
    scroller: right;
    height: -moz-calc(100% - 80px);
    width: 100%;
    /*overflow-y: scroll;
    overflow-x: hidden;*/
}

.big {
    width: 100%;
}

.projects {
    color: #000000;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold !important;
}

.rightmenu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px !important;
    color: #000000;
    background-color: transparent;
}

img {
    border: 0px black solid;
}

form {
    padding: 0px;
    margin: 0px;
}

A:link,
A:visited {
    text-decoration: none;
    color: #3f495b;
    border: 0px;
}

A:hover {
    text-decoration: none;
    color: #3f495b;
    border: 0px;
}

label.error {
    color: red;
}

div.logintitle {
    background: #fff;
    padding: 0px;
    margin: 0px;
    height: 130px;
}

div.logintitle h1 {
    font-size: 15px;
    padding-top: 60px;
    margin: 0px;
}


/*login*/

div.login {
    padding: 0px;
    margin: 0px;
    width: 130px;
}

div.login label {
    float: left;
    clear: left;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}

div.login input {
    margin: 0px;
    padding: 0px;
    width: 130px;
}

div.login button {
    background: #fff;
    border: 1px solid #000;
    float: right;
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
}


/*login*/

table.leftmenu {
    /*	background-color : #280c72; */
    /*	border-right: 1px solid white;*/
}

table.leftmenu td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px !important;
    text-decoration: none;
}

table.leftmenu th {
    color: white;
    /*	background-color : red; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px !important;
    text-decoration: none;
    text-align: left;
}


/* events */

.titlevent {
    color: #000000;
    font-size: 14px !important;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold !important;
}

table.events {
    margin: 5px;
    /*	background-color : #280c72; */
    /*	border: 1px solid black;*/
}

table.events td {}

table.events th {
    font-size: 14px !important;
    color: white;
    /*	background-color : #280c72; */
    text-decoration: none;
    text-align: left;
    border-bottom: 1px solid white;
}


/* tables */

table.tablecolor {
    /*	background-color : #280c72; */
    font-size: 12px !important;
    /*	border: 1px solid black;*/
}

.title {
    color: #000000;
    font-weight: bold !important;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.bodytext {
    color: #000000;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.datesevents {
    color: #000000;
    font-weight: bold !important;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

select {
    border-color: #000000;
    border-style: solid;
    background-color: #ffffff;
    color: #000000;
    border-width: 1px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}


/* table with black borders */

.bordertable {}

table.bordertable {
    border: 1px solid white;
    border-collapse: collapse;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

table.bordertable td {
    border: 1px solid white;
    padding: 3px;
    margin: 0px 0px 0px 0px;
}

table.bordertable th {
    font-family: arial, helvetica, sans-serif !important;
    border: 1px solid black;
    margin: 0px 0px 0px 0px;
}

.noborder {
    border: none;
}

a.but:link,
a.but:active,
a.but:visited,
a.but:hover {
    display: -moz-inline-block;
    display: -moz-inline-box;
    display: inline-block;
    padding: 2px 10px 2px 22px;
    width: auto;
    min-height: 22px;
    line-height: 22px;
    color: black;
    /*	background-color:#cccccc;*/
    border: 1px solid #888;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .7);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .7);
}

a.but:hover {
    background-color: #eeeeee;
    border: 1px solid #999;
}

.edit {
    background: URL('images/edit.gif') no-repeat left;
}

.copy {
    background: URL('images/copy.gif') no-repeat left;
}

.delete {
    background: URL('images/delete.gif') no-repeat left;
}

.new {
    background: URL('images/note.gif') no-repeat left;
}

.show {
    background: URL('images/locked.gif') no-repeat center;
}

.hide {
    background: URL('images/unlocked.gif') no-repeat center;
}

.check {
    background: URL('images/check.gif') no-repeat center;
    /*float:left;*/
    margin-left: 10px;
}

.sort {
    background: URL('images/arrange.gif') no-repeat center;
}

.home {
    background: URL('images/home.gif') no-repeat center;
}

.monitor {
    background: URL('images/icon_monitor_pc.gif') no-repeat left;
}

.nohome {
    background: URL('images/nohome.gif') no-repeat center;
}

.right {
    background: URL('images/right.gif') no-repeat center;
}

.noright {
    background: URL('images/noright.gif') no-repeat center;
}

.art {
    background: URL('images/page_tick.gif') no-repeat center;
}

.noart {
    background: URL('images/page_delete.gif') no-repeat center;
}

.comment {
    background: URL('images/comment.gif') no-repeat center;
}

.preview {
    background: URL('images/icon_monitor_pc.gif') no-repeat center;
}

.cat {
    display: block;
    height: 22px;
    float: left;
    font-size: 14px;
    padding-top: 3px;
}

.bbb {
    border-bottom: 1px solid black;
}

.b {
    font-weight: bold;
}

div.form label {
    display: block;
    margin-top: 5px;
}


/*pages*/

div.pages {
    padding: 0px;
    margin: 0px;
    text-align: center;
}

div.pages span {
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}

div.pages a:link,
div.pages a:visited,
div.pages a:hover {
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    text-transform: none;
    float: none !important;
    clear: none !important;
}

div.pages img {
    padding: 0px;
    margin: 0px;
    margin-bottom: 2px;
    border: none;
}


/*pages*/

div.img {
    float: left;
    clear: left;
    border: 1px solid #C7C8CA;
    padding: 0px;
    margin: 0px;
    margin: 3px 5px 0 0;
}

.odd {
    background: #cccccc;
}

.even {
    background: #f1f1f1;
}

.odd:hover,
.even:hover {
    background: #fff;
}

div.selectBox {
    background: #fff;
    height: 150px;
    overflow: auto;
    padding: 5px !important;
    margin-bottom: 5px;
}

div.selectBox label {
    display: block;
    overflow: hidden;
    margin: 2px 0px;
    padding: 0px;
}

div.selectBox label input {
    width: auto;
    border: none;
    margin: 0px;
    padding: 0px;
}

* html div.selectBox label input {
    height: 11px;
    vertical-align: middle;
}


/*
 * DATE PICKER
 */

a.dp-choose-date {
    float: left;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 5px 3px 0;
    display: block;
    text-indent: -2000px;
    overflow: hidden;
    background: url(images/calendar.png) no-repeat;
}

a.dp-choose-date.dp-disabled {
    background-position: 0 -20px;
    cursor: default;
}


/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */

input.dp-applied {
    width: 140px;
    float: left;
}

table.jCalendar {
    border: 1px solid #000;
    background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
    font-size: 12px;
}

table.jCalendar th {
    background: #333;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 3px 5px;
}

table.jCalendar td {
    background: #ccc;
    color: #000;
    padding: 3px 5px;
    text-align: center;
}

table.jCalendar td.other-month {
    background: #ddd;
    color: #aaa;
}

table.jCalendar td.today {
    background: #666;
    color: #fff;
    font-weight: bold;
}

table.jCalendar td.selected {
    background: #f66;
    color: #fff;
    font-weight: bold;
}

table.jCalendar td.selected:hover {
    background: #f33;
    color: #fff;
}

table.jCalendar td:hover,
table.jCalendar td.dp-hover {
    background: #fff;
    color: #000;
}

table.jCalendar td.disabled,
table.jCalendar td.disabled:hover {
    background: #bbb;
    color: #888;
}


/* For the popup */

div#dp-popup {
    position: absolute;
    font-size: 10px;
    font-family: arial, sans-serif;
    background: #ccc;
    padding: 2px;
    min-height: 172px;
    min-width: 171px;
}

div#dp-popup h2 {
    font-size: 12px;
    text-align: center;
    margin: 2px 0;
    padding: 0;
}

a#dp-close {
    font-size: 11px;
    padding: 4px 0;
    text-align: center;
    display: block;
}

a#dp-close:hover {
    text-decoration: underline;
}

div#dp-popup a {
    color: #000;
    text-decoration: none;
    padding: 3px 2px 0;
}

div#dp-popup div#dp-nav-prev {
    position: absolute;
    top: 2px;
    left: 4px;
    width: 100px;
}

div#dp-popup div#dp-nav-prev a {
    float: left;
}


/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */

div#dp-popup div#dp-nav-prev a,
div#dp-popup div#dp-nav-next a {
    cursor: pointer;
}

div#dp-popup div#dp-nav-prev a.disabled,
div#dp-popup div#dp-nav-next a.disabled {
    cursor: default;
}

div#dp-popup div#dp-nav-next {
    position: absolute;
    top: 2px;
    right: 4px;
    width: 100px;
}

div#dp-popup div#dp-nav-next a {
    float: right;
}

div#dp-popup a.disabled {
    cursor: default;
    color: #aaa;
}

div#dp-popup td {
    cursor: pointer;
}

div#dp-popup td.disabled {
    cursor: default;
}

fieldset {
    display: block;
    /*clear:both;*/
    border: 1px solid #255174;
    color: black;
    margin-top: 10px;
    padding: 10px;
}

fieldset label {
    display: block;
    color: black;
    float: left;
    width: 160px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: left;
}

fieldset legend {
    color: black;
    white-space: nowrap;
    font-weight: bold;
}

fieldset div {
    clear: both;
}

fieldset textarea {
    display: block;
    float: left;
    width: 700px;
    margin-bottom: 10px;
}

fieldset span {
    display: block;
    width: 400px;
    margin-left: 360px;
}


/*
 * CLASSES FOR AUTOCOMPLETE OPTIONS LIST
 */

.ac_input {
    width: auto;
}

.ac_results {
    width: 200px;
    background: white;
    cursor: pointer;
    position: absolute;
    left: 0;
    font-size: 90%;
    z-index: 101;
    /*	max-height: 150px;
	overflow: auto;*/
}

.ac_results ul {
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #252E4F;
}

.ac_results iframe {
    display: none;
    /*sorry for IE5*/
    display/**/
    : block;
    /*sorry for IE5*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    filter: mask();
    width: 3000px;
    height: 3000px;
}

.ac_results li {
    cursor: pointer;
    display: block;
    padding: 2px 5px;
    text-align: left;
}

.ac_results a {
    width: 100%;
}

.ac_loading {
    background: url('trobber.gif') right center no-repeat;
}

.over {
    background: #cccccc;
}

.required {
    color: red;
}


/*
 * END CLASSES FOR AUTOCOMPLETE OPTIONS LIST
 */

#tooltip {
    position: absolute;
    left: -300px;
    width: 150px;
    border: 1px solid black;
    padding: 2px;
    background-color: lightyellow;
    visibility: hidden;
    z-index: 1000;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid: DXImageTransform.Microsoft.Shadow(color=gray, direction=135);
}

#tippointer {
    position: absolute;
    left: -300px;
    z-index: 101;
    visibility: hidden;
}

div.menu {
    float: left;
    width: 80px;
    height: 20px;
    text-align: center;
    background: #000
}

div.menu a {
    color: #fff;
    line-height: 20px;
}

div.menu a:hover {
    color: #ffff00;
    text-decoration: underline;
}

fieldset#f_type legend {
    font-weight: bold;
}

fieldset#f_type label {
    cursor: pointer;
}

#payments {
    width: 95%;
    margin: 10px auto;
    font-size: 1.1rem;
}

#payments label,
#payments input,
#payments select,
#payments table th {
    font-size: 1.1rem;
}

#payments textarea {
    width: 100%;
    /*    height:150px !important;*/
}

.uk-width-xsmall {
    width: 60px;
}

.uk-width-msmall {
    width: 90px;
}

.tableRows {
    counter-reset: rowNumber;
}

.tableRows tr>td:first-child {
    counter-increment: rowNumber;
}

.tableRows tr td:first-child::before {
    content: counter(rowNumber);
    min-width: 1em;
    margin-right: 0.5em;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5;
}

.fl {
    width: 760px;
    padding: 5px;
}

.fl label {
    width: 450px;
    float: left;
    font-weight: bold;
}

.fl div {
    margin-bottom: 5px;
}

.fl div input,
.fl div select {
    width: 297px;
}

.fl div input:focus,
.fl div textarea:focus,
.fl div select:focus {
    border: 1px solid #ffff00;
}

.fl div textarea {
    width: 297px;
    height: 90px;
}

#items {
    clear: both;
}

#items th {
    font-size: 11px;
}

dl.task dt {
    float: left;
    width: 140px;
    height: 100%;
    font-weight: bold;
    margin-bottom: 5px;
}

dl.task dd {
    overflow: hidden;
    margin-bottom: 5px;
    min-height: 16px;
}

ol.answer {
    list-style-type: decimal;
    float: right;
    width: 710px;
}

#client_data dt {
    float: left;
    width: 120px;
    clear: left;
    height: 20px;
    font-weight: bold;
}

#client_data dd {
    overflow: hidden;
    height: 20px;
}

#add_contact {
    display: none;
}

.edit_contact {
    margin: 10px 0;
}

.edit_contact div {
    height: 24px;
    width: 376px;
}

.edit_contact div label {
    width: 120px;
    float: left;
}

.edit_contact div button {
    border: 1px solid #000;
    background: #fff;
    font-size: 11px;
    float: right;
}

.invoice_form {
    width: 100%;
    background: #fff;
    padding: 20px;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

div.form_block {
    display: inline-block;
    border: 1px solid #000;
    padding: 0px;
    width: 300px;
    height: 140px;
    vertical-align: top;
}

* html div.form_block {
    zoom: 1;
    *display: inline;
}

div.form_block h3 {
    margin: -15px 0 4px 0;
    background: #fff;
    width: 170px;
    padding: 0;
    text-align: center;
    position: relative;
}

div.form_block dl {
    padding: 0;
    margin: 0;
}

div.form_block dl dt {
    float: left;
    width: 100px;
    height: 20px;
}

div.form_block dl dd {
    font-weight: bold;
    height: 20px;
}

div.form_block h2 {
    border: none;
    text-transform: uppercase;
}

div.form_block span {
    font-weight: bold;
}

table.stock {
    width: 743px;
    margin: 10px 0;
}

* html table.stock {
    width: 720px;
}

table.stock thead {
    background: #D4D0C8;
}

table.stock thead th {
    font-size: 12px;
}

table.stock td {
    font-size: 12px;
    text-align: right;
}

div.words {
    float: left;
    border: 1px solid #000;
    width: 460px;
    height: 100px;
}

* html div.words {
    width: 436px;
}

table.total {
    border: 1px solid #000;
    width: 280px;
    height: 102px;
}

table.total tr td {
    text-align: right;
    font-size: 12px !important;
}

#checkvat {
    vertical-align: top !important;
}

.tat {
    width: 800px;
    margin: 10px 0;
}

.tat table {
    float: right;
    width: 250px;
}

input[disabled='disabled'],
select[disabled='disabled'] {
    background: grey;
}

.serv th {
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}

#form_serv {
    //	display: none;
}

#service,
#serv_type,
#serv_plan {
    width: 155px;
}

.alertbox {
    width: 480px;
    height: 620px;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -250px;
    display: none;
    background: #999;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.alertbox h3,
.alertbox textarea {
    margin-bottom: 20px;
    height: 50px;
}

.alertbox a {
    color: #000;
    font-size: 14px;
    background: #fff;
    padding: 3px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

fieldset#errormessage {
    color: red !important;
    padding: 3px 10px;
    border: 1px solid red;
    font-weight: bold;
    margin-bottom: 10px;
}

fieldset#errormessage legend {
    color: red !important;
    font-size: 12px;
    line-height: 10px;
}

.taskmove {
    width: 100%;
    padding: 5px;
}

.taskmove div.userdet {
    text-align: left;
    width: 100px;
    float: left;
}

.taskmove div.userdet img {
    float: left;
    margin: 0 5px 5px 0;
}

.taskmove div.taskr {
    margin-left: 100px;
    padding: 5px;
}

.taskmove label {
    width: 120px !important;
    font-size: 12px;
    display: inline-block;
    font-weight: bold;
    text-align: left;
}

.taskmove table tr {
    border-bottom: 1px solid black;
}

div.select {
    height: 300px !important;
    overflow: auto;
    border: 1px solid #000;
    text-align: left;
}

div.select ul {
    list-style-type: none;
}

div.select ul ul {
    padding-left: 15px;
}

div.select label {
    display: block;
    float: none;
    width: auto;
}

div.select input {
    float: none;
    width: auto;
}

div.r {
    text-align: right;
}

div#chkbox {
    margin: 6px 0;
}

div.buttons {
    margin-top: 10px;
    text-align: right;
}

ul.itemslist {
    list-style-type: none;
}

ul.itemslist li {
    padding: 5px 0;
}

.error {
    color: #900;
    border: 1px solid #900;
    padding: .5em .5em .5em 40px!important;
}

.warning {
    background: URL(images/icons/Warning.png) no-repeat;
    float: left;
}

.showgraph {
    position: relative;
    bottom: 0px;
    left: 0px;
    margin-top: 10px;
    padding-left: 18px;
    cursor: pointer;
}

.flr {
    float: right !important;
}


/* lightbox CSS */

#TB_secondLine {
    color: #000;
    font-weight: bold;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}


/* ----------------------------------------------------------------------------------------------------------------*/


/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/

#TB_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.TB_overlayMacFFBGHack {
    background: URL(img/lightbox/macFFBgHack.png) repeat;
}

.TB_overlayBG {
    background-color: #000;
    -moz-opacity: .3;
    opacity: .3;
}

*:first-child+html .TB_overlayBG {
    filter: alpha(opacity=30);
}

#TB_loader {
    background: URL(/css/slimbox/loading.gif) center no-repeat;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    z-index: 100;
}

#TB_window {
    position: fixed;
    _position: absolute;
    width: 600px;
    z-index: 102;
    display: none;
    text-align: left;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -200px;
    border: 10px solid rgba(90, 90, 90, 0.5);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#TB_window img#TB_Image {
    display: block;
    margin: 15px 0 0 15px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
}

#TB_caption {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    background-color: #eee;
    border: 1px solid #000;
    border-bottom: none;
    position: relative;
}

#TB_closeWindow {
    background: URL(images/close.png) center no-repeat;
    display: block;
    position: absolute;
    right: 5px;
    top: 3px;
    width: 16px;
    height: 16px;
    border: none;
}

#TB_closeAjaxWindow {
    padding: 7px 10px 5px 0;
    margin-bottom: 1px;
    text-align: right;
    float: right;
}

#TB_ajaxWindowTitle {
    float: left;
    padding: 7px 0 5px 10px;
    margin-bottom: 1px;
}

#TB_title {}

#TB_ajaxContent {
    clear: both;
    padding: 20px;
    text-align: left;
    line-height: 1.4em;
    overflow: auto;
    background-color: #fff;
    background-postion: center;
    border: 1px solid #000;
    max-height: 450px;
    overflow: auto;
}

#TB_ajaxFooter {}

#TB_ajaxContent.TB_modal {
    padding: 15px;
}

#TB_ajaxContent p {
    padding: 5px 0px 5px 0px;
}

#TB_load {
    position: fixed;
    display: none;
    height: 13px;
    width: 208px;
    z-index: 103;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px;
    /* -height/2 0 0 -width/2 */
}

#TB_HideSelect {
    z-index: 99;
    position: static;
    top: 0;
    left: 0;
    background-color: #fff;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}

#TB_iframeContent {
    clear: both;
    border: none;
    margin-bottom: -1px;
    margin-top: 1px;
    margin-bottom: 1px;
}

#TB_next {
    margin-right: 10px;
}

#TB_prev {
    margin-right: 10px;
}

#TB_window ul {
    margin: .5em 0 1.5em 2em;
}

.clients {
    border: none;
    clear: both;
    margin: 0 0 5px 0;
    padding: 5px;
}

.uk-notification-message {
    border: 1px solid #aaa;
}

.smallhe {
    height: 80px !important;
}

.routerimg img {
    width: 100%;
    max-width: 700px;
    max-height: 400px;
}

.uk-navbar-item,
.uk-navbar-nav>li>a,
.uk-navbar-toggle {
    min-height: 0px;
}

iframe.featherlight-inner {
    height: 800px;
}


/* SERVICES color status codes */

.serviceStatus0 {
    border-left: 10px solid red;
    --darkreader-inline-border-left: red;
}

.serviceStatus1 {
    border-left: 10px solid green;
    --darkreader-inline-border-left: green;
}

.serviceStatus2 {
    border-left: 10px solid blue;
    --darkreader-inline-border-left: blue;
}

.dropdown-menu {
    background: white!important;
}