/* Minification failed. Returning unminified contents.
(74,43): run-time error CSS1030: Expected identifier, found ','
(74,65): run-time error CSS1031: Expected selector, found ')'
(74,65): run-time error CSS1025: Expected comma or open brace, found ')'
(570,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
 */
/* styles for validation helpers */
.page-content {
    padding-top: 3px !important;
}

.portlet {
    margin-bottom: 0px !important;
}

.portlet > .portlet-title > .tools {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error,
textarea.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    background-color: #F3565D;
    border-color: #f13e64;
    color: white;
    padding: 15px 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.18);
    margin-bottom: 20px;    
    border-radius: 2px;
}
.validation-summary-errors ul{
    padding: 0;
    margin: 0 0 0 5px;
}
.validation-summary-errors li {
    list-style: none;
    font-size: 13px;
}

.validation-summary-valid {
    display: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

body {
    font-size: 13px;
    min-width: 600px !important;
    font-family: "Lato", Arial !important;
}

/* Domyślnie nagłówki wyśrodkowane. */
#tabela_wykaz_wrapper .table th:not(.dropDownList), #checklistItemRows th, .k-scheduler-table th {
    text-align: center;
}

div.sectionBody table th:not(.dropDownList, .table-advance tr th) {
    text-align: right;
}

div.sectionBody .table tbody tr th {
    text-align: right;
    border: 1px solid #d5d5d5 !important;
}

/* W przypadku tabel odwróconych nagłówki wyrównane do lewej. */
.table-rotated th {
    text-align: left;
}

div.centered {
    text-align: center;
    border-top: 3px solid #CCC;
    margin: 0px -10px;
    padding-top: 15px;
}

.table td.td-number {
    text-align: right;
}

.table td.td-centered {
    text-align:center;
}

.panel-heading {
    font-weight: bold;
}

/*MENU*/
#mainmenu, #mainmenu ul {list-style: none; margin: 0; padding: 0;}
#mainmenu ul {width: 300px;}
#mainmenu ul li {clear: both;}
#mainmenu > li {float: left; margin-right: 10px; position: relative; z-index:9999}
#mainmenu > li li {position: relative;}
#mainmenu > li ul {position: absolute; left: 0;}
#mainmenu > li ul li ul {position: absolute; left: 160px; top: 0px;}
ul ul {display: none;}
ul li:hover > ul {display: block;}

/*POZIOM 1*/
#mainmenu {font-size: 18px; margin: 0px 0px; font-family: "Lato", calibri, tahoma,arial;}
#mainmenu > li > a {display: table; width: auto; padding: 3px; border-radius: 3px; text-align: center; text-decoration: none; color: #84c5f7;}
#mainmenu > li:hover > a {background: #eee; color: #0090ff;}

/*POZIOMY NIŻSZE*/
#mainmenu ul {font-size: 16px; border-radius: 3px; background: #eee;}
#mainmenu ul li > a {color: #999; display: block; padding: 5px; border-radius: 3px; text-decoration: none;}
#mainmenu ul li:hover > a {color: #eee; background: #aaa;}

/*.arrow {display: inline-block; margin: 0 5px 0; height: 0; vertical-align: top; content: ""; position: absolute;}*/
#mainmenu > li > a > .arrow {top: 17px; right: 0; margin-right: -8px; border-top: 3px solid #333; border-right: 3px solid transparent; border-left: 3px solid transparent;}
ul ul .arrow {top: 10px; right: 0; border-top: 3px solid transparent; border-right: 3px solid transparent; border-left: 3px solid #333; border-bottom: 3px solid transparent;}

/*STYLE - USER*/
td a {
    cursor: pointer;
}

table td {
    padding: 3px 5px;
    margin: 0;
}

a:link {
    text-decoration: none;
    cursor: pointer;
}

.tdHeader {
    background-color: #CEF6F5;
}

a.dynamicItemLink:hover {
    text-decoration: none;
    cursor: pointer;
}

.dataBlock {
    width: 100%;
    max-height: 200px;
    overflow: auto;
    background-color: #fff;
}

.renderpartitemRw {
    width: 100%;
    z-index: 99999;
    position: absolute;
    padding-right: 220px;
}

.renderpartitemZs {
    width: 100%;
    z-index: 99999;
    position: absolute;
    padding-right: 360px;
}

.renderpartobject {
    width: 100%;
    z-index: 99999;
    position: absolute;
    padding-right: 330px;
}

#backgroundPopup {
    z-index: 1;
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    background: #000000;
    top: 0px;
    left: 0px;
}

#toPopup {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
    font-size: 14px;
    position: fixed;
    top: 0%;
    width: 75%;
    z-index: 2;
    text-align: center;
    left: 12%;
}

    #toPopup .sign-label {
        font-weight: bold;
        font-size: 1.2em;
    }

tr.highlight {
    border-color: #f85a00 !important;
    background: #f35800 !important;
    color: #fff;
}

textarea.multi-line
{
    width: 100%;
}

.progress-bar {
    height: 18px;
}

.modal {
    padding-right: 0px !important;
    margin: 40px;
}

span.word-break {
    word-break: break-all;
}

.modal.modal-wide .modal-dialog-wide {
  width: 100%;
}
.modal-wide .modal-body-wide {
  overflow-y: auto;
}

.modal-medium .modal-body-medium {
  overflow-y: auto;
}

.portlet-title {
    text-align: right;
}

.portlet-title a.btn {
    margin: 12px 0;
    font-size: 14px !important;
}

.incorrectValue {
    border-color: red;
}

#selectionItemsSearch, #chooseDeviceSearch, #selectionServicesSearch {
    height: 3em;
}

#selectionItems input {
    height: 3em;
}

#selectionItems tr.addedItem {
    background-color: #FFFFDD;
}

#workTimeItemRows input:not([type="checkbox"]) {
    height: 3em;
}

input[type="text"], input[type="password"], input[type="number"], textarea, .custom-combobox-input {
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.custom-combobox {
    height: 34px !important;
}

input[type="text"]:not(.k-input), input[type="number"], .custom-combobox-toggle {
    height: 33px !important;
}

.custom-combobox {
    top: -33px;
}

.custom-combobox-toggle {
    top: -32px;
    background: orange;
    height: 31px !important;
    border-radius: 0px !important;
    border: 0px !important;
    border-right: 2px solid #d5d5d5 !important;
    border-left: 1px solid #d5d5d5 !important;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, textarea:focus, .custom-combobox-input:focus {
    outline: 0;
    box-shadow: 0 0 2px 1px #f35800;
}

.portlet-body > .row {
    margin: 0px 0px 10px;
    border: 1px solid #d5d5d5;
}

.portlet-body > .row .panel {
    margin: 0px 0px;
}

.portlet-body .panel-body .sectionBody table thead {
    border-color: #d5d5d5;
    color: #313131;
    font-weight: bold;
    background-color: #eae8e8;
    background-image: url(textures/highlight.png);
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.25) 0,rgba(255,255,255,0) 100%)
}

.portlet-body .panel-body .sectionBody table thead tr th {
    text-align: center;
}

.portlet-body .panel-body table thead tr th, .portlet-body .panel-body .sectionBody table thead tr, .portlet-body .panel-body .sectionBody table thead tr td{
    background-color: #dadada;
    border: 1px solid #cdcdcd;
    color: #313131;
}

.portlet-body .panel-body .sectionBody table thead tr:last-child {
    border-bottom: 2px solid #cdcdcd;
}

.portlet-body .panel-body table tbody tr td {
    border-color: #d5d5d5;
}

.portlet-body .panel-body table tbody tr:last-child {
    border-bottom: 1px solid #d5d5d5;
}

.panel-body {
    background: #efefef;
}

.portlet.box.green {
    background: #EEEEEE;
}

.k-button, .btn-default, .btn-normal {
    color: #fff;
    background-color: #e95400;
    border-color: #e95400;
    background-image: url(textures/highlight.png);
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.15) 0,rgba(255,255,255,0) 100%)
}

.k-toolbar .k-button {
    align-self: auto;
}

.btn-default-alternative {
    color: #2e2e2e;
    background-color: #B6FF00;
}

.k-button.k-state-hover, .k-button:hover, .btn-default:hover, .btn-normal:hover {
    color: #2e2e2e;
    border-color: #b6b6b6;
    background-color: #a99f9a;
    background-image: url(textures/highlight.png);
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.25) 0,rgba(255,255,255,0) 100%)
}

.k-button.k-state-active, .k-button.k-state-selected, .k-button:active, .btn-default:active, .btn-normal:active {
    color: #2e2e2e;
    border-color: #bbb;
    background-color: #e9e9e9;
    box-shadow: none;
    background-image: url(textures/highlight.png);
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.25) 0,rgba(255,255,255,0) 100%)
}

.k-button.k-state-active:hover, .k-button.k-state-selected:hover, .btn-normal.k-state-active:hover, .btn-normal.k-state-selected:hover {
    color: #fff;
    border-color: #d5570f;
    background-color: #da4f00
}

.k-button.k-state-focused, .k-button.k-state-focused.k-state-disabled, .k-button:focus, .k-button:focus:hover, .k-state-disabled .k-button.k-state-focused, .btn-default:focus:hover, .btn-normal:focus:hover {
    color: #2e2e2e;
    background: #EDEDED;
    border-color: #f85a00;
    box-shadow: 0 0 2px 1px #f35800
}

textarea {
    resize: vertical;
    min-height: 34px;
}

textarea[disabled='disabled'] {
    color: #333;
    background-color: #f0f0f0;
}

.btn-normal {
    background: #4974a5;
    margin: 0px 8px;
    margin-bottom: 8px;
    min-width: 100px;
}

.row.centered {
    padding: 10px 0px 0px 0px !important;
    margin: 0px !important;
    border: 0px !important;
}

.dropDownList {
    width: 100% !important;
    text-align: left;
}

.filterDropDownList {
    width: 200px !important;
    text-align: left;
}

.withoutMinWidth {
    min-width: 40px !important;
}

.k-dropdown .k-input {
    background: #fff;
}

input[readonly], input[readonly="readonly"], .k-dropdown[aria-readonly="true"] .k-input, .k-dropdown[aria-readonly="true"] .k-select, input[disabled="disabled"] {
    cursor: not-allowed !important;
    background: #eeeeee !important;
}

.k-pager-sizes .k-dropdown-wrap {
    width: 80px;
}

.k-pager-sizes .k-dropdown {
    margin-right: 50px;
}

.k-list-container {
    min-width: 75px !important;
}

.k-list-container li {
    font-weight: 400;
}

#grid.allowHeaderHeightGrowth.k-grid .k-grid-header .k-header .k-link {
    height: auto;
}

#grid.allowHeaderHeightGrowth.k-grid .k-grid-header .k-header {
    white-space: normal;
}

.portlet-body table:not(.tableWithoutTdMaxWidth) td {
    max-width: 100px !important;
}

.tableWithoutTdMaxWidth th {
    max-width: 100px !important;
}

div.modal-row-cmt.odd .col-md-3, div.col-xs-12.odd {
    background: #EEE;
}

div.modal-row-cmt.even .col-md-3, div.col-xs-12.even {
    background: #DDD;
}

div.col-xs-12.odd, div.col-xs-12.even {
    padding-bottom: 5px;
    padding-top: 5px;
}

div.modal-row-cmt .additional-padding {
    padding-bottom: 6px;
}

.modal {
    margin-top: 10px !important;
    overflow-y: hidden !important;
    overflow-x: auto !important;
}

.modal-header {
    display: grid;
}

.buttonInTable {
    width: 130px;
}

#grid table th, #grid table td {
    padding: 5px;
}

#grid:not(.hideFilterIcons) .k-grid-header th.k-header > .k-link {
    padding-left: 0px;
    padding-right: 0px;
}

#grid .k-grouping-header, #grid .k-grid-toolbar {
    padding: 5px 10px;
}

.k-grid-content {
    min-height: 160px;
}

.modal .k-grid-content {
    min-height: unset;
}

.k-scheduler-content [role="gridcell"], .k-event-template {
    text-align: left !important;
}

.k-event-template p {
    white-space: nowrap;
}

    .k-event-template p .repairScheduled {
        font-weight: 600;
        color: #36B457;
    }

.btn {
    font-weight: normal !important;
}

.k-header:not(.k-grid-toolbar), .k-filter-row th {
    background: #dadada;
    border-color: #cdcdcd;
}

.k-tooltip-content {
    //padding: 4px 8px;
    min-width: 30px;
    width: 100%;
    text-align: center;
}

.cmt-custom-alert {
    display: none; 
    padding: 10px;
    margin-top: 4px;
}

.historyTr th {
    text-align: center;
    border: 1px solid #cdcdcd !important;
}

.modal-dialog {
    overflow-y: initial !important;
}

.modal-body {
    overflow-y: auto;
}

#mainForm * {
    box-sizing: border-box;
}

.multipleServicemen {
    background: #F8E473;
}

#Rating .faces {
    display: inline-block;
    
}

    #Rating .faces .face-1 {
        display: table-cell;
        width: 128px;
        height: 128px;
        background-color: transparent;
        background-image: url('images/Faces.png');
    }

    #Rating .faces .face-2 {
        display: table-cell;
        width: 128px;
        height: 128px;
        background-color: transparent;
        background-image: url('images/Faces.png');
        background-position-x: -128px;
    }

    #Rating .faces .face-3 {
        display: table-cell;
        width: 128px;
        height: 128px;
        background-color: transparent;
        background-image: url('images/Faces.png');
        background-position-x: -256px;
    }

    #Rating .faces .face-4 {
        display: table-cell;
        width: 128px;
        height: 128px;
        background-color: transparent;
        background-image: url('images/Faces.png');
        background-position-x: -384px;
    }

    #Rating .faces .face-5 {
        display: table-cell;
        width: 128px;
        height: 128px;
        background-color: transparent;
        background-image: url('images/Faces.png');
        background-position-x: -512px;
    }

.ui-widget-overlay {
    z-index: 11000 !important;
}

.ui-dialog {
    z-index: 11001 !important;
}

.margin-left-2 {
    margin-left: 2px;
}

#mainForm .sectionBody table td>div {
    padding: 0;
}

#mainForm .sectionBody table td .dropDownListButton {
    padding: 0px;
    margin: 0px;
    padding-right: 4px;
    padding-left: 4px;
}

    #mainForm .sectionBody table td .dropDownListButton button {
        width: 100%;
        height: 31px;
    }

.disabled-alternative {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-footer-position-text {
    padding-top: 11px;
    text-align: left
}

.usersList {
    padding: 2px;
    border: 2px solid #e75113;
    border-radius: 5px 5px;
    background-color: #fff;
    height: 300px;
    max-height: 300px;
    overflow-y: auto;
    
}

    .usersList .userName {
        list-style: none;
        list-style-type: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .usersList .userName a {
            display: block;
            padding: 10px 15px;
            border-radius: 3px 3px;
            color: #e75113;
            font-weight: 600;
            font-size: 12pt;
            text-decoration: none;
            flex-grow: 1;
        }

            .usersList .userName a:hover {
                background-color: #e75113;
                color: #eee;
            }

        .usersList .userName i {
            margin-left: 15px; 
            color: #e75113;
        }
