@media (max-width: 640px) {
    .wrapper .topbar #topbar-icons {
        padding: 10px;
    }
}

.ui-panel.ui-widget .ui-panel-titlebar.ui-corner-all {
    -moz-border-radius-top-left: 2px;
    -webkit-border-top-left-radius: 2px;
    -khtml-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-top-right: 2px;
    -webkit-border-top-right-radius: 2px;
    -khtml-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
}

.bottom-button-group .ui-button, .bottom-button-group button.ui-button.ui-state-default, .bottom-button-group .ui-button.ui-state-default {
    margin-right: 10px;
}

.new-button-div {
    padding-top: 10px;
    padding-bottom: 10px;
}

.bottom-button-group {
    padding-top: 20px;
}

.ui-fluid-50 .ui-inputtext, .ui-fluid-50 .ui-message, .ui-fluid-50 .ui-inputtextarea, .ui-fluid-50 .ui-password, .ui-fluid-50 .ui-selectonemenu, .ui-fluid-50 .ui-messages-info, .ui-fluid-50 .ui-inputmask, .ui-fluid-50 .ui-inputfield.hasDatepicker {
    width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ui-fluid-50 .ui-message {
    margin-left: 0;
}

@media (max-width: 768px) {
    .ui-fluid-50 .ui-inputtext, .ui-fluid-50 .ui-message, .ui-fluid-50 .ui-inputtextarea, .ui-fluid-50 .ui-password, .ui-fluid-50 .ui-selectonemenu, .ui-fluid-50 .ui-messages-info, .ui-fluid-50 .ui-inputmask, .ui-fluid-50 .ui-inputfield.hasDatepicker {
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
}

@media (max-width: 680px) {
    .bottom-button-group {
        display: grid;
        margin-left: 10px;
    }

    .bottom-button-group .ui-button {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .ui-button, button.ui-button.ui-state-default, .ui-button.ui-state-default, .ui-chkbox-box.ui-state-active, .ui-chkbox-box.ui-state-focus.ui-state-active, .ui-radiobutton-box.ui-state-active, .ui-radiobutton-box.ui-state-focus.ui-state-active {
        margin-right: 0;
    }
}

@media (min-width: 640px) {
    .column-label-filter, .column-label {
        text-align: right;
        padding-top: 8px !important;
    }

    .custom-filler {
        margin-right: 50px;
    }
}

.filter-buttons {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 15px;
}

.filter-buttons button {
    margin-left: 5px;
    margin-right: 5px;
}

.ui-dialog-buttonpane.ui-dialog-footer {
    text-align: right;
}

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

.export-div img {
    padding-right: 5px;
    padding-bottom: 5px;
}

.export-title {
    font-weight: bold;
    text-align: right;
    padding-right: 5px
}

.col-300 {
    width: 300px;
}

.col-230 {
    width: 230px;
}

.col-200 {
    width: 200px;
}

.col-150 {
    width: 150px;
}

.col-140 {
    width: 140px;
}

.col-130 {
    width: 130px;
}

.col-110 {
    width: 110px;
}

.col-100 {
    width: 100px;
}

.col-85 {
    width: 85px;
}

.col-75 {
    width: 75px;
}

.col-35 {
    width: 35px;
}

.col-25 {
    width: 25px;
}

.col-15 {
    width: 15px;
}

.max-col-350 {
    max-width: 350px;
}

.long-date-col {
    width: 150px;
    text-align: center;
}

.green {
    color: green;
}

.orange {
    color: darkorange;
}

.red {
    color: red;
}

.gray {
    color: gray;
}

.yellow {
    color: #ffd54f;
}

.actions {
    text-align: center;
}

.actions a {
    text-decoration: none;
    color: #1f2023;
    margin-right: 3px;
    margin-left: 3px;
}

.margin-20 {
    margin-bottom: 20px;
}

.credential-info {
    padding-left: 8px;
}

.ui-cell-editor input {
    padding-top: 3px;
    padding-bottom: 3px;
}

.expires {
    background-color: rgba(255, 93, 84, 0.64) !important;
}

.bottom-info {
    position: absolute;
    bottom: 14px;
    left: 0;
    color: white;
    text-align: center;
    width: 100%;
}

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

.bottom-info a {
    color: white;
}

.wrapper .sidebar .logo {
    height: auto;
}

.copylink {
    cursor: pointer;
}

.dashboard .activity-list li {
    padding-right: 9px;
}

.dashboard .activity-list li .ui-g-6:first-child {
    font-size: 14px;
    padding-left: 9px;
    padding-bottom: 0;
}

.dashboard .activity-list li .ui-g-6:last-child {
    font-size: 14px;
    padding-right: 9px;
}

.dashboard .activity-list li .count {
    width: auto;
}

.ui-g-6 {
    padding: 0.3em;
}

.operation_details {
    width: 600px;
}

@media (max-width: 1024px) {
    .operation_details {
        width: auto;
    }

    .dialog_auto_height .ui-dialog-content {
        height: 500px !important;
    }
}

.wrapper .sidebar .sidebar-scroll-content .menu-container {
    padding-bottom: 20px;
}

.day-report-content {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

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

.align-right {
    text-align: right;
}

.check-box-with-help label.ui-outputlabel.ui-widget {
    font-size: 15px;
}

.ui-inputswitch-on {
    background: green !important;
}

.ui-dialog .ui-dialog-titlebar {
    margin-left: 0;
    margin-top: 0;
}

.ui-confirm-dialog-severity {
    display: none;
}

.ui-outputlabel-rfi {
    color: red;
}

.card {
    box-shadow: 0 8px 20px 2px rgba(0, 0, 0, 0.6);
}

.fa:focus {
    outline: none;
}

.state-label {
    color: #ffffff;
    padding: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    width: 80%;
    text-align: center;
}

.operation-0 {
    background-color: #007be5;
}

.operation-1 {
    background-color: blueviolet;
}

.operation-2, .operation-3 {
    background-color: #20d077;
}

.operation-4 {
    background-color: #f9c851;
}

.operation-5 {
    background-color: #76c5c5;
}

.operation-6 {
    background-color: #ef6262;
}

.duration-ok {
    background-color: #20d077;
}

.duration-warning {
    background-color: #f9c851;
}

.duration-error {
    background-color: #ef6262;
}

.stream-column {
    width: 15%;
    padding: 0 !important;
    border-style: none !important;
}

.stream-color {
    display: block;
    padding-bottom: 26px;
}

.day-of-week .ui-chkbox-icon.ui-icon.ui-icon-check {
    color: white;
}

.day-of-week .ui-selectmanycheckbox label {
    margin: 0;
}

.day-of-week .ui-chkbox-box.ui-state-default.ui-state-disabled {
    border-color: #186ba0;
}

.actions a:hover {
    color: #7c8085;
}

.break-label {
    word-wrap: break-word;
}

.routing-items-table {
    padding-top: 15px;
    margin-bottom: 10px;
}

@media (min-width: 641px) {
    .routing-items-table table:first-child {
        min-width: 1485px;
    }
}

.ui-datatable tfoot td {
    text-align: right !important;
    font-weight: bold;
}

.ui-datatable tfoot td.ui-state-default.green {
    color: #038d4a;
}

.ui-datatable tfoot td.ui-state-default.green.single-total-row {
    padding-top: 16px;
    padding-bottom: 15px;
}

.ui-datatable tfoot td.ui-state-default.blue {
    color: #00448f;
}

.ui-datatable tfoot td.ui-state-default label {
    color: white;
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.ui-datatable tfoot td.ui-state-default.green label {
    background-color: #20d077;
}

.ui-datatable tfoot td.ui-state-default.blue label {
    background-color: #007be5;
}

.dialog .ui-colorpicker button, .dialog .ui-inputtext, .dialog .ui-selectonemenu, .dialog .ui-inputfield {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

span.color-control .ui-button-text.ui-c > span {
    width: 100% !important;
    color: rgba(0, 0, 0, 0);
}

.color-control button.ui-button.ui-state-default {
    border: 1px solid #d6d6d6;
    background: none;
}

.dialog.bottom-button-group {
    text-align: right;
}

.dialog {
    width: 400px;
}

@media (max-width: 1024px) {
    .dialog {
        width: auto;
        min-width: 250px;
    }
}

.developer-name {
    font-weight: bold;
}