﻿input[type="radio"], input[type="checkbox"] {
    margin: 0;
    width: 30px;
    height: 30px;
}

h2 {
    font-weight: normal;
    text-align: center;
}

h3 {
    text-align: center;
}

button:hover {
    background-color: #F2F2F2;
}

.inlineContainer > * {
    display: inline-block;
    vertical-align: middle;
}

.inlineContainer.toTop > * {
    vertical-align: top;
}

.smallFont {
    font-size: 10px;
    vertical-align: top;
}

.navbar .brand {
    float: none;
    padding-left: 0 20px;
    margin: 0 20px;
}

.modalHost > div {
    background: white;
}

.table-click tbody tr {
    cursor: pointer;
}

input[type="button"].exportBtn, .exportBtn {
    background-image: url("/Content/Images/icons-png/arrow-d-black.png");
    background-size: auto 80%;
    background-repeat: no-repeat;
}

input[type="button"].exportLongBtn, .exportLongBtn {
    background-image: url("/Content/Images/icons-png/arrow-d-black.png");
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: right 5px center;
    border: 1px solid #cccccc;
    padding: 10px;
    padding-right: 40px;
    display: inline-block;
    border-radius: 4px;
    color: black;
    font-weight: bold;
    font-size: 0.8em;
}

a.exportLongBtn:hover, a.exportLongBtn:active {
    text-decoration: none;
}

a.Btn {
    display: inline-block;
}

input[type="button"].Btn, .Btn {
    width: 32px;
    height: 32px;
    /*background-position: 5px center;*/
    background-position: center;
    box-sizing: content-box;
    border: none;
    padding: 0;
    background-repeat: no-repeat;
    border: 1px solid #cccccc;
    border-radius: 4px;
    background-color: white;
    vertical-align: middle;
}

input[type="button"].printBtn, .printBtn {
    background-image: url("/Content/Images/icons-png/print-black.png");
    width: 32px;
    height: 32px;
    background-size: auto 80%;
    background-position: center;
    box-sizing: content-box;
    border: none;
    padding: 0;
    background-repeat: no-repeat;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

input[type="button"].cancelBtn, .cancelBtn {
    background-image: url("/Content/Images/icons/none.png");
    width: 32px;
    height: 32px;
    background-size: auto 80%;
    background-position: 5px center;
    box-sizing: content-box;
    border: none;
    padding: 0;
    background-repeat: no-repeat;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

input[type="button"].cancelBtnText, .cancelBtnText {
    background-image: url("/Content/Images/icons/none.png");
    width: auto;
    height: 32px;
    background-size: auto 80%;
    background-position: left 5px center;
    box-sizing: content-box;
    border: none;
    padding: 0;
    padding-left: 40px;
    padding-right: 10px;
    background-repeat: no-repeat;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

input[type="button"].cancelFilterBtn, .cancelFilterBtn {
    background-color: white;
}

input[type="button"].saveBtn, .saveBtn {
    background-image: url("/Content/images/icons-png/action-black.png");
    width: 32px;
    height: 32px;
    background-size: auto 80%;
    background-position: center;
    box-sizing: content-box;
    border: none;
    padding: 0;
    background-repeat: no-repeat;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

    input[type="button"].saveBtn:hover, .saveBtn:hover, input[type="button"].cancelBtn:hover, .cancelBtn:hover, input.search-button:hover, search-button:hover, input[type="button"].Btn:hover, .Btn:hover {
        background-color: lightgray;
    }

    input[type="button"].saveBtn.withText, .saveBtn.withText, input[type="button"].cancelBtn.withText, .cancelBtn.withText {
        padding-left: 35px;
        width: 60px;
        background-position: 5px center;
    }

.editButton {
    cursor: pointer;
}

.dashboardPanel .editButton {
    display: inline;
    float: right;
    font-size: 20px;
}

.editButton:hover, .dashboardPanel .StatusImage:hover {
    background-color: cornsilk;
}

.dashboardPanel ul {
    margin: 0;
}

.dashboardPanel input {
    text-align: left;
    padding: 0 4px;
    width: 400px;
}

    .dashboardPanel input:first-child {
        width: 20px;
    }

    .dashboardPanel input[disabled], .unvisibleDisabled input[disabled] {
        background-color: transparent;
        cursor: inherit;
        background: transparent;
        border-color: white;
        box-shadow: none;
        padding: 0 4px;
        margin: 0;
        vertical-align: middle;
    }


.dashboardPanel .StatusImage {
    float: right;
}

.dashboardPanel .deleteButton, .deleteButton {
    float: right;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
}

.popup {
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 999;
    width: 100%;
    height: 100%;
    left: 0;
}

.popup-content {
    max-width: 500px;
    max-height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: white;
    padding: 10px;
    border: 1px solid rgb(189, 189, 189);
    border-radius: 2px;
}

.radioGroup {
    margin: 2px 10px;
    padding: 0;
    min-width: 120px;
    max-width: 400px;
    display: inline-block;
}

    .radioGroup > *.active {
        font-weight: bold;
    }

    .radioGroup span {
        vertical-align: middle;
    }

.captionOnHoverContainer {
    position: relative;
    z-index: 2;
}

.captionOnHover {
    position: absolute;
    top: 2px;
    left: 4px;
    width: 30px;
    height: 30px;
    background: rgb(228, 230, 231);
    border: 1px solid rgb(180, 188, 209);
    text-align: center;
    line-height: 30px;
    color: rgb(164, 156, 184);
    border-radius: 5px;
}

    .captionOnHover .keys {
        color: black;
        font-weight: bold;
    }

    .captionOnHover > div * {
        vertical-align: middle;
    }

    .captionOnHover > div {
        position: fixed;
        top: 72px;
        left: 10px;
        width: 350px;
        text-align: left;
        padding: 10px 30px;
        background: rgb(228, 230, 231);
        border: 1px solid rgb(180, 188, 209);
        color: rgb(111, 105, 128);
        border-radius: 5px;
        display: none;
        font-weight: normal;
        z-index: 99;
    }

    .captionOnHover:hover > div {
        display: block;
    }

.metro * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.metro .stepper > ul {
    font-size: 0.9em;
}

    .metro .stepper > ul li:before {
        content: '';
    }

    .metro .stepper > ul li { /* !important for print */
        background-size: auto 80% !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-color: transparent;
        width: 2em !important;
        height: 2em !important;
    }


        .metro .stepper > ul li:nth-of-type(1) {
            background-image: url("/Content/Images/icons/ordered.png") !important;
        }
        /*.metro .stepper > ul li:nth-of-type(1){
    background-image: url("/Content/Images/icons/confirmed.png");
}*/
        .metro .stepper > ul li:nth-of-type(2) {
            background-image: url("/Content/Images/icons/torealization.png") !important;
        }

        .metro .stepper > ul li:nth-of-type(3) {
            background-image: url("/Content/Images/icons/ready.png") !important;
        }

        .metro .stepper > ul li:nth-last-of-type(2) {
            background-image: url("/Content/Images/icons/realized.png") !important;
        }

        .metro .stepper > ul li:last-of-type {
            background-image: url("/Content/Images/icons/rejected.png") !important;
        }

.metro .stepper {
    margin: 0;
}

    .metro .stepper > ul {
        margin: 10px 0;
    }

.withdrawn {
    background-color: #BACCDB;
}

.notActive {
    background-color: yellow;
}


.missing {
    background-color: rgb(255, 233, 233);
}

.borrowed {
    background-color: #9CC79C;
}

#mainTables thead th, #mainTables thead td {
    z-index: 2;
}

    #mainTables thead th.captionOnHoverContainer {
        z-index: 91;
    }

#mainTables tbody td input, #mainTables tbody td select {
    border: none;
    background-color: transparent;
    box-shadow: none;
    background: transparent;
    margin: 0;
    box-sizing: border-box;
    height: 28px;
    width: 95%;
    line-height: 20px;
}

    #mainTables tbody td input[type="checkbox"], #mainTables tbody .editingItem td input[type="checkbox"] {
        width: 28px;
        box-shadow: none;
    }

    #mainTables tbody td input.long, #mainTables tbody td select.long {
        width: 210px;
    }

#mainTables tbody td select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

    #mainTables tbody td select::-ms-expand {
        display: none;
    }

#mainTables tbody td {
    position: relative;
}

#mainTables :not([.metro]) tbody td:first-child {
    position: relative;
    width: 75px;
}

#mainTables tbody td::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#mainTables .calendar tbody td::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
}

#mainTables tbody .editingItem td::after, #mainTables tbody td:first-of-type::after {
    height: 0;
    width: 0;
}

.editingItem {
    background-color: aliceblue;
}

#mainTables tbody .editingItem td select {
    padding: 2px 10px 2px;
}

#mainTables tbody .editingItem td input {
    border: solid 1px #bfbfbf;
    box-shadow: 1px 1px 2px #c0c0c0;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAdCAIAAADkY5E+AAAAGXRF…IAzD3X9iz6suCgcjMyO3uFwBXFWcmRwS7O5vZq6p3BRgAcotVTstQq84AAAAASUVORK5CYII=') /*Images/TextBoxBackground.png*/ repeat-x 100% 100%;
    background-size: 100% 100%;
    border-radius: 3px;
    padding: 2px 10px 2px;
    height: 27px;
    font-size: 17px;
    text-align: left;
    /*width: auto;*/
}

#mainTables tbody .editingItem td .input-control input {
    width: 110px;
    box-sizing: initial;
    margin: 0;
    cursor: pointer;
    height: 23px;
}

#mainTables tbody .editingItem td select {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    background: aliceblue;
}

.StatusImage, input[type="button"].StatusImage {
    width: 25px;
    height: 25px;
}

.BtnClick {
    cursor: pointer;
}

.navbar-inner {
    min-height: 20px;
    -moz-user-select: none;
    -webkit-user-select: none;
}

header {
    width: 100%;
    height: 40px;
    background: url('Images/HeaderBackground.png') repeat-x;
    background-size: auto 100%;
}

ul {
    padding: 0;
}

.table.showMore {
    background: rgb(245, 252, 252);
    color: rgb(110, 108, 116);
    margin-bottom: 0px;
}

    .table.showMore th {
        padding: 0 5px;
        background: rgb(227, 245, 247);
        font-weight: normal;
        color: rgb(129, 129, 151);
    }

    .table.showMore.Files th {
        background: rgb(215, 241, 210);
    }

    .table.showMore.Files {
        background: rgb(236, 249, 231);
    }

    .table.showMore.Documents th {
        background: rgb(234, 235, 184);
    }

    .table.showMore.Documents {
        background: rgb(236, 237, 199);
    }

.labelValue td:first-child {
    width: 150px;
}

#WorksFilters select, #WorksFilters textarea, #WorksFilters input {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#WorksFilters select, input[type="file"] {
    height: initial;
    line-height: initial;
}

.pagination a {
    cursor: pointer;
}

.textEllipsis {
    width: 20em;
}

    .textEllipsis div {
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 20em;
        overflow: hidden;
        height: 20px;
    }


#rightBar {
    width: 600px;
    height: 100%;
    background: #444444;
    z-index: 2000;
}

    #rightBar .MainUserNameLabel {
        color: rgb(238, 238, 238) !important;
    }

.leftPanel {
    height: 100%;
    position: absolute;
    right: -600px;
    top: 0;
    z-index: 999;
}

.leftPanelHandler {
    width: 60px;
    height: 60%;
    background-color: #3e3e3e;
    opacity: 0.4;
    position: absolute;
    left: -61px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    top: 20%;
    background-image: url('Images/dots.png');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 999;
}

    .leftPanelHandler:hover {
        opacity: 0.9;
    }

    .leftPanelHandler.loggingIn {
        background-image: url('Images/dotsGreen.png');
        background-repeat: no-repeat;
        background-position: center;
    }

    .leftPanelHandler.loggingOut {
        background-image: url('Images/dotsRed.png');
        background-repeat: no-repeat;
        background-position: center;
    }

    .leftPanelHandler::before {
        content: '';
        position: absolute;
        bottom: -50px;
        right: 0;
        border-top: 60px solid #3e3e3e;
        border-left: 58px solid rgba(102, 102, 102, 0);
        width: 0;
    }

    .leftPanelHandler::after {
        content: '';
        position: absolute;
        top: -50px;
        right: 0;
        border-bottom: 60px solid #3e3e3e;
        border-left: 58px solid rgba(102, 102, 102, 0);
        width: 0;
    }

.loggedInDot {
    position: absolute;
    right: 10px;
    top: 40%;
    border-radius: 50%;
    background: green;
    width: 15px;
    height: 15px;
}

#leftPanel {
    width: 10%;
    height: 0%;
    background-image: url('/Images/left.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 5%;
}

#content {
    /*padding-right:4%;*/
    height: calc(100% - 75px);
    margin-top: 0;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}

    #content > * {
        height: 100%;
        position: static !important;
    }

.content {
    margin: 0 auto;
    padding-bottom: 20px;
}

#RightCalendar {
    height: 160px;
    width: 90%;
    margin: auto;
    margin-top: 5px;
}

.rightPanel {
    width: 400px;
    height: 95%;
    background-image: url('/Images/right.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: -400px;
    top: 5%;
}

#leftPanelHandler {
    width: 100px;
    height: 30px;
    background: red;
    position: absolute;
    left: 15%;
    top: 0px;
}

.rightPanelHandler {
    width: 30px;
    height: 100px;
    position: absolute;
    background-repeat: no-repeat;
    top: 45%;
    left: -30px;
    z-index: 20;
}

.nameLabel {
    color: black;
    padding-left: 2px;
    padding-top: 2px;
    font-size: 90%;
}

.imageInItem {
    padding-top: 2px;
    padding-right: 8px;
}


.installationText {
    font-size: 80%;
}

.rotatingTimerSvg {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.contentPages {
    margin: 15px 15px 15px 15px;
}


.WaitPanel {
    position: absolute;
    margin-left: 5%;
    margin-right: 5%;
    opacity: 0.4;
    width: 90%;
    height: 90%;
    background-color: white;
    color: white;
}

.ui-draggable-dragging {
    z-index: 999999;
}

.blink {
    -webkit-animation-duration: 0.3s;
    -webkit-animation-name: blink;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
}

@-webkit-keyframes blink {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.5;
    }
}

.ui-widget-overlay {
    background: rgba(1,1,1,0.3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.confirmDialog {
    background: black;
    color: white;
    text-align: center;
}

#dialog-confirm {
    padding: 40px;
}

.confirmDialog .ui-dialog-titlebar {
    display: none;
}

.confirmDialog button {
    width: 100px;
    height: 30px;
    border: none;
    margin: 40px;
    color: white;
}

    .confirmDialog button:first-child {
        background: green;
    }

    .confirmDialog button:nth-child(2) {
        background: red;
    }

.Error {
    color: red;
    font-size: 1.2em;
}

a:hover:not(.Btn, .MenuButton) {
    background: none;
}

.None {
    display: none;
}

.standardRow {
    height: 60px;
}

table td span {
    text-align: center;
    padding: 0px 5px 0px 5px;
}

table tr th {
    text-align: center;
    min-height: 25px;
    max-height: 35px;
    padding: 3px 5px 3px 5px;
    background-color: #DCDCDC;
    color: #000000;
}


gridsPager {
    border-color: white;
}

.gridsPager td {
    font-size: 11px;
    text-align: right;
    border-width: 0px !important;
    /*padding-right: 50px;*/
}

    .gridsPager td a {
        padding: 5px;
        color: black !important;
    }

        .gridsPager td a:hover {
            color: lightgreen !important;
            padding: 5px;
        }

.gridsPager .pagesize {
    float: left;
}

.gridsPager .datapager {
    float: right;
}

.gridsPager .selected {
    font-weight: bold;
    color: lightcoral;
}

#PagerList, #PagerList li {
    display: inline-block;
}

.PageNumber.aspNetDisabled {
    color: red !important;
}

.gridsPager span {
    color: red;
}

.ellipse {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

    .ellipse:hover {
        white-space: normal;
    }

::-webkit-scrollbar {
    width: 12px;
    background: #cfcfcf;
}

::-webkit-scrollbar-thumb {
    background: #a0a0a0;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0.5, 0.5, 0.5, 0.75);
}

::-webkit-scrollbar-corner {
    background: #c0c0c0;
}

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    outline: none !important;
}

.wait {
    background-image: url('Images/loading.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.wait-center {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 150px;
    margin: auto;
}

.div-wait-container {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    z-index: 99999999;
    background-color: white;
}


#AddFilePanelButton {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}



.CollapseBar {
    width: 80%;
    height: 20px;
    background: rgb(241, 241, 241);
    border: 1px solid rgb(231, 231, 231);
    text-align: right;
    padding: 0 10%;
    box-sizing: content-box;
}

    .CollapseBar::after {
        font-size: 2em;
        line-height: 0.3em;
        content: "-";
        color: rgb(214, 198, 175);
        font-size: 1.8em;
        line-height: 0.3em;
    }

    .CollapseBar.collapsed::after {
        content: "+";
    }

.tanksTitleBar {
    z-index: 90;
}

.tanksTitleBar, .ui-resizable-n {
    height: 20px;
    background: gray;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 16px;
}

    .tanksTitleBar input[type=number], .ui-resizable-n input[type=number], input[type=number].inBarInput {
        height: 16px;
        text-align: left;
        font-weight: normal;
        font-size: 12px;
        margin: 2px;
        vertical-align: top;
        width: 100px;
        padding: 2px;
        float: right;
        color: black;
    }

    .tanksTitleBar input[type=button], .ui-resizable-n input[type=button] {
        height: 16px;
        width: 16px;
        background: url(/Content/images/icons-png/action-black.png) no-repeat center;
        background-size: 90% 90%;
        border: 1px solid #545454;
        text-align: left;
        font-weight: normal;
        font-size: 12px;
        margin: 2px;
        vertical-align: top;
        padding: 2px;
        float: right;
    }

.ui-resizable-n {
    top: 0;
}

.printStickersOnTanks {
    float: right;
    height: 20px;
    line-height: 15px;
}

input[type=number].inBarInput, .printStickersOnTanks {
    position: relative;
    z-index: 10;
}

.selectedLabel {
    float: left;
    margin-left: 10px;
}

.smallInputs input[type=text], #mainTables tbody .editingItem .smallInputs input[type=text], #mainTables tbody td.smallInputs input[type=text] {
    width: 40px;
    padding: 0;
}

    .smallInputs input[type=text].longer, #mainTables tbody .editingItem .smallInputs input[type=text].longer, #mainTables tbody td.smallInputs input[type=text].longer {
        width: 65px;
        padding: 0;
    }

input[type=text].short, input[type=number].short {
    width: 45px;
    padding-left: 5px;
    padding-right: 3px;
}
/*------------------------------------------------ add user*/
.PermContainer {
    width: 300px;
    display: inline-block;
    vertical-align: top;
}

.editCustomerData {
}

    .editCustomerData span {
        display: inline-block;
        width: 100px;
    }

.checktable {
    margin: 0 0 10px 25px;
}

    .checktable > span {
        font-size: 1.5em;
        margin: 80px 0 10px 0;
        display: block;
        /* margin: auto; */
        text-align: center;
        font-weight: bold;
        color: rgb(103, 103, 103);
    }

    .checktable table {
        background: none;
        border: none;
    }

    .checktable th, .checktable td {
        border-top: 2px solid #dddddd;
        border-left: none;
    }

        .checktable th:first-child, .checktable td:first-child {
            border-left: none;
        }

.assignListContainer {
    list-style: none;
    width: 99%;
}

.changeAllButtons {
    margin: 5px 25px;
}
/*---------------- add user*/
/*------------------------------------------------ customers*/


#customersListContainer {
    width: 302px;
    height: 0;
    overflow: hidden;
    position: absolute;
    background: rgb(222, 222, 222);
    z-index: 1;
    -webkit-transition: height linear 1s; /* For Safari 3.1 to 6.0 */
    transition: height linear 1s;
    border-bottom: 2px solid gray;
}

#divForCustomers:hover #customersListContainer {
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid rgb(244, 244, 244);
    border-bottom: 2px solid gray;
    height: 250px;
}

#customersList {
    margin: 0;
    list-style: none;
    width: 99%;
}

.CustomerListView {
    padding: 0;
    font-size: 0.8em;
    max-height: calc(100% - 60px);
}

    .CustomerListView li {
        display: inline-block;
        float: none;
        cursor: pointer;
        margin: 12px 12px 12px 12px;
        margin: 0;
        padding: 0;
        width: 300px;
        height: 36px;
    }

#divForCustomers .CustomerListView li {
    display: block;
}

.CustomerListView li .SmallCustomer table {
    position: relative;
}

    .CustomerListView li .SmallCustomer table:hover::after {
        content: "";
        background-color: rgba(134, 158, 229, 0.12);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.userCustomerListContainer li {
    display: inline-block;
    padding: 0 15px;
}

.userCustomer, .toAddUser {
    text-align: center;
    line-height: 36px;
    border: 1px solid #ddd;
    margin: 5px;
    cursor: pointer;
    position: relative;
}

    .userCustomer:hover::after,
    .toAddUser:hover::after {
        position: absolute;
        top: 7px;
        left: 0;
        right: 0;
        font-weight: bold;
        font-size: 20px;
        line-height: 20px;
    }

    .userCustomer:hover::after {
        content: "❌";
    }

    .toAddUser:hover::after {
        content: "➕";
        color: green;
    }

.toAddUser {
    background-color: #bbb;
    color: #888;
    border-color: #bbb;
}
/*---------------- customers*/

/*------------------------------------------------ print*/
.printButton {
    width: 40px;
    height: 40px;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    border: none;
    background-position: center;
    background-size: 100% 100%;
    background-image: url('/Content/images/icons-png/print.png');
}

    .printButton:hover {
        background-image: url('/Content/images/icons-png/print-darker.png');
    }

.onlyToPrint {
    display: none;
}

h2 {
    background-image: url("/Content/Images/icons/ordered.png");
}

body {
    -webkit-print-color-adjust: exact;
}

table {
    page-break-inside: auto;
}

tr {
    page-break-inside: avoid;
    page-break-after: auto;
}

@media print {
    @page {
        size: A4 landscape;
    }

    #content {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9999;
        right: 0;
        height: auto;
    }

    .printContainer {
        width: 100% !important;
        height: auto !important;
        top: 0 !important;
        left: 0 !important;
        margin: 0 !important;
        z-index: 9999;
        background: white;
        min-height: 100%;
    }

    .modalHost {
        top: 0 !important;
        left: 0 !important;
        position: absolute !important;
        width: 100% !important;
        min-height: 100% !important;
    }

    tr {
        page-break-inside: avoid;
    }

    input {
        page-break-inside: avoid;
    }

    html {
        background: white !important;
    }

        html * {
            background-color: white !important;
            /*height: auto !important;*/
            overflow: visible !important;
            overflow-x: visible !important;
            overflow-y: visible !important;
            font-size: 12px !important;
        }

    input {
        border: 1px solid white !important;
        box-shadow: 1px 1px 2px white !important;
        border-style: none !important;
        display: inline-block !important;
    }

    .container-fluid {
        margin-top: 0px !important;
    }

    .tableToPrint {
        /*position: absolute;
        background: white;
        top: 0;
        left: 0;
        z-index: 9999;*/
        height: auto !important;
    }

    .noPrint {
        display: none !important;
    }

    .print {
        display: table-cell !important;
    }

    .onlyToPrint {
        display: block;
    }

    .biggerFontPrint {
        font-size: 1.5em !important;
    }

    .metro .stepper > ul li.current {
        border: 1px solid black;
    }
}

/*---------------- print*/
/*-------------------------------------------------- systemuser*/
.PermContainer {
    vertical-align: top;
    padding: 0px;
    position: relative;
    min-height: 150px;
    max-height: 300px;
    width: 300px;
    overflow-y: scroll;
    display: inline-block;
}

    .PermContainer.higher {
        max-height: 320px;
    }

.permSchema {
    background: gray;
    width: 200px;
    line-height: 30px;
    margin: 9px 0;
    padding: 10px;
    color: rgb(233, 233, 233);
    cursor: pointer;
}

    .permSchema:hover {
        background: rgb(176, 188, 236);
    }

    .permSchema:active {
        color: gray;
        background: rgb(221, 221, 221);
    }

.changePermSchema, .changePermSchema:hover {
    background-image: url("/Content/images/icons-png/arrow-r-black.png");
    background-repeat: no-repeat;
    background-position: center left 5px;
    padding-left: 25px;
    font-size: 10px;
}

.dragHover {
    background: rgb(170, 207, 160);
}

.dragActive {
}
/*--------------------------------------------------*/
/*-------------------------------------------------- user list*/
.userFilterContainer {
    margin-bottom: 20px;
    height: 160px;
}

    .userFilterContainer > input[type="text"], .userFilterContainer > select {
        width: 300px;
    }

    .userFilterContainer .checkboxContainer {
        vertical-align: middle;
        line-height: 36px;
    }

    .userFilterContainer > *, .userFilterContainer > input[type="text"] {
        vertical-align: middle;
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 5px;
        float: left;
        min-height: 36px;
    }
/*--------------------------------------------------*/
/*-------------------------------------------------- users permissions*/
.usersPermissionsContainer {
    position: relative;
    min-height: 100%;
}

    .usersPermissionsContainer .scrollDiv {
        position: relative;
        height: calc(100% - 190px);
    }

/*--------------------------------------------------*/

/*-------------------------------------------------- home*/
.homePanel {
    box-sizing: border-box;
    position: absolute;
    width: 100% !important;
}

.groupEditPopupContent {
    margin: 20px;
}

.groupEditPopupRadioConter {
    margin: 20px;
}

    .groupEditPopupRadioConter * {
        vertical-align: middle;
    }

.onTop {
    position: relative;
    z-index: 1;
}

#FiltersTank.table-filters td input[type='text'], #FiltersTank.table-filters td select {
    box-sizing: border-box;
    height: 30px;
    width: 100%;
    font-size: 14px;
}

#FiltersTank.table-filters td .smallInputs input[type='text'] {
    width: 30%;
    max-width: 50px;
}

#FiltersTank.table-filters .metro {
    overflow: visible;
    z-index: 9;
}
/*.table-filters td select {
        width: auto !important;
    }*/

/*.table-filters td input {
        width: auto;
        height: 17px;
        display: inline-block;
    }*/

/*.table-filters td input[type=number] {
        width: 80px !important;
        height: 17px;
    }*/
/*--------------------------------------------------*/
/*-------------------------------------------------- home*/
.tableMiddleHead {
    background: lightgray;
    border-top: 1px solid gray;
    line-height: 25px;
}

/*--------------------------------------------------*/
/*-------------------------------------------------- importData*/
.csvSchemaList {
    border: 1px solid rgb(231, 231, 231);
    display: inline-block;
}

    .csvSchemaList span:nth-child(3) {
        font-weight: bold;
    }
/*--------------------------------------------------*/

/*-------------------------------------------------- card*/
.cardContainer {
    margin: 50px 0px;
}
    .cardContainer .btn {
        border: 1px solid #dbdbdb;
        margin: 2px 0;
    }

.cardContainer select, .cardContainer textarea {
    width: 400px;
}

.cardContainer textarea {
    height: auto;
}


/*--------------------------------------------------*/

/*-------------------------------------------------- printLabels*/
.toLeftList li {
    float: left;
}

.printLabelsCont ul {
    margin: 0;
}

.printLabelsCont input[type="button"] {
    height: 36px;
}

.printLabelsCont li {
    width: 150px;
    height: 70px;
}

.printLabelsCont > div {
    padding: 20px;
}

.printLabelsQrCont {
    position: relative;
}

.printLabelsPageContainer {
    opacity: 0.7;
}

    .printLabelsPageContainer label {
        font-size: 10px;
        margin: 0;
        line-height: 14px;
    }

    .printLabelsPageContainer input[type=number] {
        width: 60px;
        height: 20px;
        font-size: 12px;
    }

.printLabelsPageInfo {
    color: darkgreen;
    font-size: 12px;
    display: block;
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
}

/*--------------------------------------------------*/

/*------------------------------------------------------------------------ user profile */
.changePasswordContainer {
    width: 160px;
    height: 300px;
    margin-top: 20px;
    border: 1px solid lightgray;
    padding: 20px;
    box-sizing: content-box;
}

    .changePasswordContainer h3 {
        text-align: left;
    }

    .changePasswordContainer > * {
        margin-top: 10px;
    }
/*--------------------------------------------------*/

/*------------------------------------------------------------------------ notifications */
.notificationsPopup .buttonsContainer {
    text-align: center;
}

/*--------------------------------------------------*/
/*------------------------------------------------------------------------ record parent modal */
.recordParentModal {
    font-size: 0.7em;
    max-width: 1000px;
    overflow: auto;
}

    .recordParentModal th {
        pointer-events: none;
    }

    .recordParentModal .filterColumn {
        text-decoration: none;
    }

    .recordParentModal .cancelBtn {
        position: absolute;
        top: 5px;
        right: 5px;
    }
/*--------------------------------------------------*/

.icon-arrow-right-4 {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.icon-arrow-left-4 {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}