body {
    color: #323232;
    font-size: 12px;
    font-family: Helvetica, sans-serif
}

img {
    border: 0px
}

#site {
    width: 1200px;
    margin: auto
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

#header {
    height: 61px
}

#left {
    width: 173px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    min-height: 645px;
    float: left;
}

#left a {
    display: block;
    width: 158px;
    height: 47px;
    background: #f2f2f2;
    border: 1px solid #ababab;
    text-align: center;
    line-height: 47px;
    color: #323232;
    font-size: 24px;
    margin: 11px auto 0px auto
}

#left a:hover {
    background: #323232;
    color: #f2f2f2;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

#right {
    position: relative;
    width: 986px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    min-height: 645px;
    float: left;
    margin-left: 8px;
    padding: 7px
}

#footer {
}

h1 {
    font-size: 18px
}

h2 {
    font-size: 16px
}

.clear {
    display: block;
    float: none;
    clear: both;
    height: 1px;
    width: 100px;
}

table.no.sortable td.action {
    text-align: left
}

table.no.sortable td.arrow_bt {
    background: url(../images/arrow_bt.png) no-repeat right center
}

table.sortable {
    clear: both;
    width: 100%;
    border: solid 1px #cccccc;
    border-collapse: collapse;
    margin-top: 15px;
    float: left;
    margin-bottom: 50px
}

table.sortable td {
    padding: 5px;
    border: solid 1px #cccccc;
}

table.sortable th {
    padding: 6px 5px;
    text-align: left;
    color: #333333;
    background-color: #f8f8f8;
    border: solid 1px #cccccc;
    height: 24px;
    font-size: 11px
}

table.sortable th a {
    color: #333333;
}

table.sortable thead th {
}

table.sortable thead tr .headerSortDown {
    background-image: url(../images/sorter/desc.gif);
    background-repeat: no-repeat;
    background-position: right center;
}

table.sortable thead tr .headerSortUp {
    background-image: url(../images/sorter/asc.gif);
    background-repeat: no-repeat;
    background-position: right center;
}

table.sortable thead .headerSortDown, table.sortable thead .headerSortUp {
    background-color: #8dbdd8 !important;
    cursor: pointer;
}

table.sortable thead tr th.sort {
    background-image: url(../images/sorter/bg.gif);
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}

table.sortable thead th, table.sortable thead td {
    background-color: #f8f8f8
}

table.sortable thead td {
    text-align: center
}

table.sortable input {
    width: 80%;
    margin: auto;
    height: 12px;
    font-size: 10px
}

table.sortable select {
    width: 80%;
    margin: auto;
    height: 19px;
    font-size: 10px
}

table.sortable input[disabled], .sortable select[disabled] {
    background-color: #f8f8f8
}

table.sortable .noresults {
    text-align: center;
    height: 40px
}

table.sortable td.action {
    text-align: right
}

.btn {
    background: #f1f1f1;
    font-size: 10px;
    border: 1px solid #acacac;
    color: #333333;
    padding: 2px 5px;
    display: inline-block;
    cursor: pointer;
}

.btn:hover {
    background: #504e4e;
    color: #ffffff;
    text-decoration: none;
    border-radius: 0px
}

.status-container {
    height: 20px;
    font-size: 9pt;
    border: 1px solid;
    background-color: #99cdff;
    margin: 10px auto;
    color: #3563d3;
    font-weight: bold;
    padding: 1px;
}

.status-container .container .icon {
    float: left;
    width: 30px;
    height: 20px;
    background: url(../images/info.png) center center no-repeat;
    background-size: 20px 20px
}

.status-container .container {
    overflow: visible;
    padding: 0;
    line-height: 20px;
}

.status-container.status-success .icon {
    background-image: url(../images/accept.png);
    background-size: 20px 20px;
    height: 30px;
    margin-top: -10px;
}

.status-container.status-error .icon {
    background-image: url(../images/warning.png)
}

.status-container.status-info .icon {
    background-image: url(../images/info.png)
}

.status-container.status-success {
    color: #2bbc5a;
    background-color: rgba(150, 255, 150, 0.6)
}

.status-container.status-error {
    color: #ff5353;
    background-color: rgba(255, 150, 150, 0.6)
}

.status-container.status-info {
    color: #3563d3;
    background-color: rgba(150, 150, 255, 0.6)
}

.status-container .hide {
    float: right;
    margin-right: 5px;
    cursor: pointer
}

#ui-datepicker-div {
    background-color: #FFFFFF;
}

.status a {
    display: none
}

#site-logo {
    float: left;
}

#login_site {
    margin: auto;
    width: 1024px
}

#header {
    position: relative;
}

#user_info {
    text-align: right;
    line-height: 20px;
    float: right;
    margin-right: 14px;
}

#login_content {
    width: 1022px;
    height: 552px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    margin-top: 12px;
    position: relative
}

#footer {
    color: #999999;
    text-align: center;
    padding-top: 16px;
    clear: both;
    width: 100%;
}

#signin {
    width: 346px;
    height: 130px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#signin .form_row {
    margin-bottom: 5px;
    color: #696b6a;
    position: relative
}

#signin .label {
    display: block;
    width: 70px;
    float: left;
    line-height: 31px;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, sans-serif;
    margin-right: 10px;
    text-align: right;
}

#signin .label label:after {
    content: "";
}

#signin input[type="text"], #signin input[type="password"] {
    width: 263px;
    line-height: 27px;
    height: 27px;
    border: 1px solid #cccccc;
    margin-bottom: 0;
}

#signin input[type="submit"] {
    background: #f1f1f1;
    font-size: 13px;
    border: 1px solid #acacac;
    color: #333333;
    padding: 4px 22px;
    display: inline-block;
    cursor: pointer;
    float: right;
    margin-right: 1px
}

#signin input[type="submit"]:hover {
    background: #504e4e;
    color: #ffffff;
    text-decoration: none;
    border-radius: 0px
}

.subtitle {
    font-weight: bold;
    font-size: 13px;
    clear: both;
}

.menu-link-active {
    text-decoration: underline
}

#usage-report-info-header {
    margin-bottom: 10px;
}

#usage-report-update-data, #usage-report-update-data-za {
    margin-left: 10px;
    padding: 2px 10px;
    font-weight: bold
}

#usage-report-select-header {
    float: left;
    font-size: 11px;
    height: 30px;
    background-color: #f8f8f8;
    border-collapse: collapse;
    margin-bottom: 20px;
}

#usage-report-select-header td {
    border: 1px solid #CCCCCC;
}

#usage-report-select-header td.white {
    background-color: #FFFFFF;
}

#usage-report-select-header label {
    font-weight: bold;
    margin-right: 10px;
    margin-left: 3px;
}

#usage-report-select-header select {
    margin-left: 3px;
    margin-right: 10px;
}

.shift-date.update, .shift-date2.update, .period-dates {
    color: #2F90B1;
}

#usage-report-columns-container {
    overflow: hidden;
}

.usage-report-column {
    float: left;
    margin-top: 20px;
}

.usage-report-column.first {
    margin-right: 80px;
}

.usage-report-column .title {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 10px;
}

.usage-report-column .usage-value.update {
    line-height: 130px;
    font-size: 50px;
    text-align: center;
    height: 130px;
    width: 160px;
    border: 2px solid #4674A6;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10;
    border-radius: 10px;
}

.usage-report-column .usage-value.update.smaller {
    font-size: 18px;
}

#usage-report-distribution-info, #usage-report-distribution-info2 {
    margin-top: 40px;
}

#usage-report-circle-chart {
    min-width: 300px;
    height: 300px;
}

#calendar-header-info {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
}

#monthpicker {
    margin-bottom: 10px;
    float: right;
}

#monthpicker .monthpicker-row {
    float: left;
}

.monthpicker-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9000;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    background: #fff url(../images/loading.gif) no-repeat center center;
}

#calendar-table-container {
    position: relative;
    float: left;
    min-height: 400px;
}

#calendar-table {
    min-height: 415px;
    clear: both;
    border-collapse: collapse;
    background-color: #F4F4F4;
}

#calendar-table td, #calendar-table th {
    border: 1px solid #CECECE;
}

#calendar-table th {
    width: 100px;
    height: 15px;
    font-weight: normal;
    font-size: 11px;
}

#calendar-table td {
    padding: 0;
    margin: 0;
    height: 80px;
    cursor: pointer;
}

#calendar-table td .calendar-cell-content {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative
}

#calendar-table td .calendar-cell-info-container {
    padding-top: 23px
}

#calendar-table td .usage-info {
    font-size: 10px;
    width: 100%;
    text-align: center;
    display: block;
}

#calendar-table td .usage-value {
    font-size: 22px;
    display: block;
    text-align: center;
}

#calendar-table td .day-number {
    position: absolute;
    top: 1px;
    right: 2px;
}

#calendar-table td.inactive .day-number {
    color: #999;
}

#calendar-table td.selected .calendar-cell-content {
    background-color: #FFFFCD;
}

#calendar-change-working-hours-header {
    font-size: 13px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    clear: both;
}

#calendar-set-working-hours-info {
    float: left;
    clear: left;
    margin-right: 15px;
}

#set_hours_container {
    float: left;
}

#set_hours_for_a_day {
    float: left;
}

#set_hours_for_a_day_label {
    float: left;
    margin-left: 10px;
    width: 60px;
    line-height: 20px;
}

#set_hours_for_a_day_datepicker {
    float: left;
    margin: 0 0 0 10px;
    clear: right;
}

#set_hours_for_a_period {
    float: left;
    clear: left;
}

#set_hours_for_a_period_label {
    float: left;
    margin-left: 10px;
    width: 60px;
    line-height: 20px;
}

#set_hours_for_a_period_datepicker_from {
    float: left;
    margin: 0 0 0 10px;
}

#set_hours_for_a_period_datepicker_to {
    float: left;
    margin: 0 0 0 10px;
    clear: right;
}

.datepicker {
    background: transparent url(../images/calendar.png) no-repeat right center;
    background-size: contain;
}

#set_hours_from_hour_label {
    float: left;
    clear: left;
    width: 98px;
    line-height: 24px;
}

.set_hours_hours_container {
    overflow: hidden;
    margin-left: 98px;
}

.set_hours_hours_container select {
    float: left;
    width: 153px;
    margin-right: 12px;
}

#set_hours_submit {
    clear: both;
    display: block;
    float: right;
    padding: 4px 20px;
    font-size: 13px;
}

#change-hours-form .hours_form_row {
    margin-bottom: 5px;
    overflow: hidden;
}

#change-hours-form {
    overflow: hidden;
    width: 688px;
}

#select-robot-label {
    margin-right: 27px;
}

.set_hours_add_hours {
    display: block;
    float: left;
    width: 16px;
    height: 24px;
    line-height: 24px;
    background: transparent url(../images/add.png) no-repeat center center;
    background-size: 16px 16px;
    cursor: pointer
}

.set_hours_remove_hours {
    display: none;
    margin-left: 3px;
    float: left;
    width: 16px;
    height: 24px;
    line-height: 24px;
    background: transparent url(../images/remove.png) no-repeat center center;
    background-size: 16px 16px;
    cursor: pointer
}

#set-hours-status {
    display: none;
}

#add-new-robot-button, #add-new-workstation-button, #add-new-workgroup-button {
    float: right;
    margin-top: 13px;
}

.floating-left {
    float: left;
}

.object-summary th {
    font-weight: bold;
}

#operation-register-title {
    font-size: 13px;
    font-weight: bold;
}

#operation-register-table {
    margin-bottom: 10px;
}

#register-update-data {
    margin-top: 35px;
    margin-left: 5px;
}

#breadcrumbs {
    position: absolute;
    bottom: 3px;
    left: 200px;
    color: #2F90B1;
    font-size: 11px;
}

#breadcrumbs a {
    color: #2F90B1;
}

.form_row_error input[type="text"], .form_row_error input[type="password"] {
    background: #f2aeae;
    border: 1px solid #e32529 !important
}

.form_row {
    text-align: center;
    position: relative;
    clear: both;
    overflow: hidden;
}

.form_row .label {
    text-align: right;
    display: block;
    width: 150px;
    float: left;
    line-height: 24px;
    margin-right: 10px;
}

.form_row .label label:after {
    content: ":";
}

.form_row input, .form_row select, .form_row textarea {
    float: left;
    line-height: 21px;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
    font-size: 11px
}

.form_row input, .form_row select {
    height: 21px;
    width: 300px;
}

.form_row select {
    width: 302px;
}

.form_row input[type=checkbox] {
    height: auto;
}

.form_row select.date-widget {
    height: 21px;
    width: 80px;
}

.form_row textarea {
    height: 120px;
    width: 296px;
}

#operation-add-entry-title {
    margin: 15px 0;
}

#operations_register {
    float: left;
    margin-left: 100px;
}

#operations_register input[type="text"] {
    padding-left: 4px;
    width: 296px
}

#operation-add-entry-submit {
    float: right;
    padding: 4px 20px;
    font-size: 13px;
    margin-right: 0;
}

#operations-add-entry-button {
    float: right;
    padding: 4px 20px;
    font-size: 13px;
    margin-right: 0
}

#usage-report-circle-chart-iframe, #usage-report-line-chart-iframe, #usage-report-circle-chart-iframe2 {
    height: auto;
    min-height: 320px;
    border: none;
    overflow: hidden;
}

#usage-report-circle-chart-iframe, #usage-report-circle-chart-iframe2 {
    max-height: 330px;
}

#usage-report-circle-chart-iframe {
    max-height: 430px;
}

.pie-chart-container {
    float: left;
}

.pie-chart-container.second {
    margin-left: 20px;
}

#work-status-color {
    background-color: #89A54E
}

#programming-status-color {
    background-color: #4573A7
}

#pause-status-color {
    background-color: #FFFF9A
}

#error-status-color {
    background-color: #DE4644
}

#off-status-color {
    background-color: #AA4644
}

#usage-report-select-header td.no-border {
    border: none;
    vertical-align: middle
}

#current-statuses-container {
    position: absolute;
    right: 30px;
    bottom: 360px;
}

.current-statuses-table {
    border-collapse: collapse;
}

.current-statuses-table td, .current-statuses-table th  {
    padding: 6px 15px;
    border: 1px solid #ccc;
}
.current-statuses-table th {background-color: #f8f8f8}