﻿/* Fix for bootstrap integration in jquery mobile pages - add css - class fix to parent container */
.fix *, ::after, ::before {
    box-sizing: content-box !important;
}
/* DIALOG */
.corner_top {
    -webkit-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
}

.corner_bottom {
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.dialog {
    position: relative;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    background-color: rgb(249, 249, 249);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border-width: 1px;
    display: block;
    -moz-box-shadow: 6px 6px 4px #888;
    -webkit-box-shadow: 6px 6px 4px #888;
    box-shadow: 6px 6px 4px #888;
    font-weight: bold;
    text-shadow: none;
}

.dialog-header {
    -webkit-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    min-height: 40px;
    padding: 0px 6px 0px 6px;
    display: block;
    color: White;
    background-color: #006400;
    background-repeat: repeat-x;
}

.dialog-header-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    line-height: 40px;
    padding-left: 0px;
}

    .dialog-header-left .FieldButton {
        height: 40px;
        width: 100%;
        padding: 0 !important;
        margin: 0 !important;
        border-style: none !important;
        border-width: 0px !important;
        background-color: Transparent !important;
        cursor: pointer;
    }

.dialog-header-center {
    position: absolute;
    left: 50px;
    top: 0;
    right: 60px;
    line-height: 40px;
    text-align: center;
}

.dialog-header-right {
    position: absolute;
    right: 0;
    width: 60px;
    line-height: 40px;
    padding-right: 8px;
}

.dialog-header a:link, .dialog-header a:visited, .dialog-header a:hover {
    display: block;
    color: White;
    text-decoration: none;
}

.dialog-footer {
    display: block;
    margin-top: 10px;
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.dialog-body {
    padding: 0px 6px 0px 6px;
}

.dialog-searchbar {
    padding: 6px 12px 6px 6px;
}

    .dialog-searchbar input[type=text] {
        position: relative;
        width: 97%;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        line-height: 30px;
        height: 30px;
        background-image: url('images/search.png');
        background-position: left;
        background-repeat: no-repeat;
        text-indent: 30px;
    }

.dialog-body-ul {
    list-style: none;
    display: inline;
}

.dialog-body-ul-li:first-child {
    -webkit-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    border-top-style: solid;
    border-color: #ccc;
    border-width: 1px;
}

    .dialog-body-ul-li:first-child a.content:hover {
        background-color: RGB(223, 223, 223);
        -webkit-border-top-left-radius: 8px;
        border-top-left-radius: 8px;
    }

    .dialog-body-ul-li:first-child a.options:hover {
        background-color: RGB(223, 223, 223);
        -webkit-border-top-right-radius: 8px;
        border-top-right-radius: 8px;
    }

.dialog-body-ul-li:last-child {
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-style: solid;
    border-color: #ccc;
    border-width: 1px;
    margin-bottom: 10px;
}

    .dialog-body-ul-li:last-child a.content:hover {
        background-color: RGB(223, 223, 223);
        -webkit-border-bottom-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .dialog-body-ul-li:last-child a.options:hover {
        background-color: RGB(223, 223, 223);
        -webkit-border-bottom-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

.content {
    display: block;
    padding: 4px;
}

    .content p {
        margin-bottom: 4px !important;
    }

.options {
    display: block;
    cursor: pointer;
}

.dialog-body-ul-li {
    display: block;
    background-color: RGB(230, 230, 230);
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-color: #ccc;
    border-width: 1px;
}

    .dialog-body-ul-li a:hover {
        background-color: RGB(223, 223, 223);
    }

    .dialog-body-ul-li a {
        text-decoration: none;
    }
/*---END DIALOG---*/

/*---CONTEXT MENU---*/
.context {
    cursor: pointer;
}

.contextmenu {
    margin-left: 50px;
    line-height: normal;
    z-index: 99;
    width: 222px;
    display: none;
    border-style: solid;
    background-color: rgb(249, 249, 249);
    border-width: 1px;
    border-color: black;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.contextmenu-hr {
    color: #000;
    background-color: #000;
    height: 2px;
    padding: 0px;
}

.contextmenu-header {
    background-color: #006400;
    padding: 4px;
    text-align: center;
    color: White;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.contextmenu-content a:link, .contextmenu-content a:visited, .contextmenu-content a:hover {
    display: block;
    color: black !important;
    text-decoration: none;
    position: left;
}

.contextmenu-footer {
}

.contextmenu-content-ul {
    list-style: none;
}

.contextmenu-content-ul-li {
    display: block;
    white-space: nowrap;
    padding: 4px 2px 4px 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
}

    .contextmenu-content-ul-li.before-separator {
        display: block;
        white-space: nowrap;
        padding: 4px 2px 4px 4px;
        border-bottom-style: none;
        border-bottom-width: 0px;
    }

    .contextmenu-content-ul-li.separator {
        padding: 0px;
        border-bottom-style: none;
        border-bottom-width: 0px;
    }

    .contextmenu-content-ul-li:last-child {
        border-bottom-style: none;
    }

        .contextmenu-content-ul-li:last-child:hover {
            background-color: RGB(223, 223, 223);
            -webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px;
            -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

    .contextmenu-content-ul-li:hover {
        background-color: RGB(223, 223, 223);
    }

    .contextmenu-content-ul-li.separator:hover {
        background-color: rgb(249, 249, 249);
    }

.contextmenu-new {
    display: block;
    background-image: url('images/add.png');
    background-position: left;
    background-repeat: no-repeat;
    text-indent: 30px;
    text-decoration: none;
}

.contextmenu-edit {
    display: block;
    background-image: url('images/edit.png');
    background-position: left;
    background-repeat: no-repeat;
    text-indent: 30px;
    text-decoration: none;
}

.contextmenu-delete {
    display: block;
    background-image: url('images/delete.png');
    background-position: left;
    background-repeat: no-repeat;
    text-indent: 30px;
    text-decoration: none;
}
/*---END CONTEXT MENU---*/

/* text field */
input[type="textField"], textarea, input[type="text"] {
    resize: none;
}
input[type="textField"]:read-only, textarea:read-only, input[type="text"]:read-only, input[type="password"]:read-only {
    background-color:rgb(235, 235, 228);
}
input[type="textField"]:disabled, textarea:disabled, input[type="text"]:disabled, input[type="password"]:disabled {
    background-color:rgb(235, 235, 228);
}

/* Search Tabel */
.Field {
    margin: 0px 0px 0px 0px;
}

/* Field requiredments */
.Required {
    width: 16px;
    height: 16px;
    background-image: url('images/icon_required_valid.gif');
    background-repeat: no-repeat;
    background-position: right center;
    float: right;
    margin-left: 4px;
}
input.required,.required .Field .FieldInput, .Field.required .FieldInput, .detail.edit .required input,.detail.edit .required textarea ,.detail.create .required input,.detail.create .required textarea,.detail.create .required .tagit.ui-widget.ui-widget-content.ui-corner-all,.detail.edit .required .tagit.ui-widget.ui-widget-content.ui-corner-all {border:solid 1px #ff8080;}

/* Column title label */
.Field .FieldDescr {
    width: 140px;
    float: left;
}

.UserLogin .Field .FieldDescr {
    float: none;
}

.Field .FieldDescr.no-title {
    width: auto;
    float: left;
}

.Field .FieldDescr .Label {
    float: left;
}

/* Value Label */
.Field .FieldValue {
    margin-left: 10px;
}

/* Error Label */
.Field .FieldError {
    color: red;
}

.Field::after {
    clear: both;
    content: "\0020";
    display: block;
}

.FAIL .ui-btn-active, .oi-result-fail .ui-collapsible-heading .ui-btn, .ui-btn-fail, .question-group-result-fail .ui-collapsible-heading .ui-btn, .deviation-selected .ui-collapsible-heading .ui-btn {
    background-image: -webkit-linear-gradient(rgb(235,3,22),rgb(230,85,85)); /* For Chrome and Safari */
    background-image: -moz-linear-gradient(rgb(235,3,22),rgb(230,85,85)); /* For old Fx (3.6 to 15) */
    background-image: -ms-linear-gradient(rgb(235,3,22),rgb(230,85,85)); /* For pre-releases of IE 10*/
    background-image: -o-linear-gradient(rgb(235,3,22),rgb(230,85,85)); /* For old Opera (11.1 to 12.0) */
    background-image: linear-gradient(rgb(235,3,22),rgb(230,85,85));
    color: white;
    font-weight: normal;
}

.OK .ui-btn-active, .oi-result-ok .ui-collapsible-heading .ui-btn, .oi-result-na .ui-collapsible-heading .ui-btn, .ui-btn-ok, .ui-btn-na, .question-group-result-ok .ui-collapsible-heading .ui-btn, .question-group-result-na .ui-collapsible-heading .ui-btn {
    background-image: -webkit-linear-gradient( rgb(38,110,1),rgb(57,158,20)); /* For Chrome and Safari */
    background-image: -moz-linear-gradient( rgb(38,110,1),rgb(57,158,20)); /* For old Fx (3.6 to 15) */
    background-image: -ms-linear-gradient( rgb(38,110,1),rgb(57,158,20)); /* For pre-releases of IE 10*/
    background-image: -o-linear-gradient( rgb(38,110,1),rgb(57,158,20)); /* For old Opera (11.1 to 12.0) */
    background-image: linear-gradient( rgb(38,110,1),rgb(57,158,20));
    color: white;
    font-weight: normal;
}

old na {
    background-image: -webkit-linear-gradient(rgb(34,36,33),rgb(78,82,76)); /* For Chrome and Safari */
    background-image: -moz-linear-gradient(rgb(34,36,33),rgb(78,82,76)); /* For old Fx (3.6 to 15) */
    background-image: -ms-linear-gradient(rgb(34,36,33),rgb(78,82,76)); /* For pre-releases of IE 10*/
    background-image: -o-linear-gradient(rgb(34,36,33),rgb(78,82,76)); /* For old Opera (11.1 to 12.0) */
    background-image: linear-gradient(rgb(34,36,33),rgb(78,82,76)) !important;
}

.Filled {
    background-color: #f7931e !important;
    background-image: none !important;
}

.ui-mobile, .ui-mobile body {
    margin: 0;
}

/************************************* GENERIC STYLES*****************************************/
.detail .item-label {
    float: left;
    display: inline-block;
    width: 180px;
}

.detail .item-content::after {
    clear: both;
    content: "\0020";
    display: block;
}
/*********************************************************************************************/
/*********************************** WORKINGTICKET *******************************************/
.workingticketdetail .item-content.workingticket-descr textarea {
    width: 100%;
    height: 200px;
    padding: 0px;
}
/*********************************************************************************************/

/******************* Jquery Mobile - ListView split (button container) **********************/
.split-custom-container {
    position: absolute;
    right: 10px;
    top: 0px;
    height: auto;
}

.ui-icon-centix-hours {
    background: url("images/centix-hours.png") no-repeat rgba(0, 0, 0, 0.4) !important;
    background-size: 18px 18px !important;
}

.ui-icon-centix-inspect {
    background: url("images/centix-inspect.png") no-repeat rgba(0, 0, 0, 0.4) !important;
    background-size: 18px 18px !important;
}

/*.ui-field-contain, .ui-controlgroup-controls {
    width: 100%;
}*/

/*.ui-controlgroup-controls .ui-btn-corner-all {
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}*/
.centix-controlgroup {
    width: 100%;
}
/* Hide clear text button in filter listview*/
.ui-input-search .ui-input-clear, .ui-input-text .ui-input-clear {
    display: none;
}
/* Increase item-label width for address fields (/Mobile/WT/WorkingTicketDetail) */
.workingticket-box .address-fields .item-label {
    width: 200px;
}

.Error, .centix-error {
    color: #FF0000;
    font-weight: bold;
}

.error-bar span.action-ok { padding: 1px 2px 1px 2px; background-color: none; color: Green; }
.error-bar span.action-error { padding: 1px 2px 1px 2px; background-color: none; color: Red; }

/*.ui-content {min-height:370px}*/
/* CreateNewObjectMISchedule control style*/

.enter-to-tab.createnewobjectmischedule {
    margin: 5px;
}

    .enter-to-tab.createnewobjectmischedule .objectmischedule-miplan .Field .FieldDescr {
        width: 241px;
        float: left;
    }

    .enter-to-tab.createnewobjectmischedule .objectmischedule-miplansequence .Field .FieldDescr {
        width: 241px;
        float: left;
    }

    .enter-to-tab.createnewobjectmischedule .objectmischedule-timeschedule .Field .FieldDescr {
        width: 241px;
        float: left;
    }

    .enter-to-tab.createnewobjectmischedule .objectmischedule-nextinspectiondate {
        margin: -24px 0px 0px 238px;
        height: 35px;
        width: 125px;
    }

#abort {
    width: 300px;
}

#suspend {
    width: 300px;
}

#activate {
    width: 300px;
}

.row.ui-grid-b .ui-block-a span.aidc {
    height: 53px;
    line-height: 53px;
}

/* Workflow00 Object MI plan style*/
.workflow00_object_id::before,.workflow00_object_descr::before,.workflow00_id::before,.workflow00_shortdescr::before, .workflow00_mi_miappliedmiplan_id::before, .workflow00_mi_miappliedmiplan_descr::before{content:"\200B";}

.workflow00_object_id {
    white-space: pre-wrap;
    float: left;
    width: 100px;
}

.workflow00_object_descr {
    white-space: pre-wrap;
    float: left;
    width: 90%;
}

.workflow00_id {
    white-space: pre-wrap;
    float: left;
    width: 100px;
}

.workflow00_shortdescr {
    white-space: pre-wrap;
    float: left;
    width: 90%;
}

.workflow00_mi_miappliedmiplan_id {
    white-space: pre-wrap;
    float: left;
    width: 100px;
}

.workflow00_mi_miappliedmiplan_descr {
    white-space: pre-wrap;
    float: left;
    width: 90%;
}

.workflow00_object_descr::after,.workflow00_shortdescr::after,.workflow00_mi_miappliedmiplan_descr ::after {clear:both;}

/* Mobile-WT  WFI detail*/
#ctl00_ContentPlaceHolder_WorkFlowDetail1_txtShortDescr_txtID {
    width: 500px;
}

.workflow.detail.edit .item-content.workflow-item.workflow-descr textarea {
    width: 500px;
    height: 150px;
}

.Field {
    margin: 1px 0px 1px 0px;
}

input[type="textField"], textarea, input[type="text"], input[type="password"] {
    color: #373737;
    padding: 6px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #d1d0cf;
    resize: none;
}

    input[type="textField"]:hover, input[type="text"]:hover, input[type="password"]:hover {
        outline: none;
        border: 1px solid #666;
    }
input.validate.result-error
{   
    background: url('Images/icon-error.png') right 8px center no-repeat; background-size: 20px; 
    border: 1px solid #ff8080;
}
input.validate.result-ok
{ 
    border: 1px solid green;
    background: url('Images/icon-ok.png') right 8px center no-repeat; background-size: 20px; 
}
.centix-box {
    margin-bottom: 20px;
    padding: 8px;
    border: solid 1px #808080;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.centix-fieldset {
    border: solid 1px #C0C0C0 !important;
    padding: 10px !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    margin: 8px 0px 8px 0px !important;
}

.required .Field .FieldInput {
    border: solid 1px #ff8080;
}

.detail.orderbasketdetail .item-label {
    width: 300px; 
    font-weight: bold;
}

.item-content.orderbasket-description input, .item-content.orderbasket-reference input {
    width: 500px;
}

.orderbasket-item::after {
    clear: both;
    content: "\0020";
    display: block;
}

.orderbasket-item .quantity {
    float: left;
    width: 185px;
}

.orderbasket-item.orderbasketlineitem .quantity {
    float: left;
    width: 50px;
}

.orderbasket-item .multiplier {
    float: left;
    width: 20px;
}

.orderbasket-item .article-descr {
    float: left;
    width: 40%;
}

.orderbasket-item .centix-controlgroup.object-info {
    width: 30%;
    display: inline-block;
    float: left;
}

    .orderbasket-item .centix-controlgroup.object-info .object-descr {
        float: left;
    }

    .orderbasket-item .centix-controlgroup.object-info .object-mistate {
        float: left;
    }

    .orderbasket-item .centix-controlgroup.object-info .object-nextinspectiondate, .orderbasket-item .centix-controlgroup.object-info .object-mivaliduntildate {
        float: left;
    }

.orderbasket-item .item-label {
    width: 205px;
    float: left;
}

.clear, .item-content::after {
    clear: both;
    content: "\0020";
    display: block;
}

.createnewunplannedmi {
    width: 100%;
    padding: 0px;
}

    .createnewunplannedmi .item-label {
        float: left;
        width: 140px;
    }

    .createnewunplannedmi .item-content {
        float: left;
        width: 160px;
    }

.orderbasketblocked-for-merege {
    margin: -4px 0px 0px 1px;
    width: 50px;
    height: 20px;
}

.addItemtobasket-item {
    float: left;
    width: 100%;
}

    .addItemtobasket-item .item-content {
        font-weight: bold;
    }

    .addItemtobasket-item .item-label {
        float: left;
        min-width: 250px;
        font-weight: bold;
    }

.scanobjectinfo .item-label {
    float: left;
    width: 250px;
    font-weight: bold !important;
}

.picklist-jobs .centix-box{
    padding:8px;
    border:solid 1px;  -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color:#fff;
}
.picklistjobs-row {
    min-height: 40px;
    border: solid 1px;
}
.picklistjobs-row-separator { height: 15px; }
.centix-textarea { width: 500px; height: 66px; }
.centix-descr { width: 500px; }

.column-clear { clear: both; }
.column-left { float: left; width: 230px; }
.column-separator { float: left; width: 40px; }
.column-right { }
.editbutton { float: right; width:40px; }

.custom-corners .ui-bar {
    -webkit-border-top-left-radius: inherit;
    border-top-left-radius: inherit;
    -webkit-border-top-right-radius: inherit;
border-top-right-radius: inherit;
}
.custom-corners .ui-body {
    border-top-width: 0;
    -webkit-border-bottom-left-radius: inherit;
    border-bottom-left-radius: inherit;
    -webkit-border-bottom-right-radius: inherit;
    border-bottom-right-radius: inherit;
}

.item-list .list-item{ -ms-word-break: break-all; word-break: break-all;  /* Non standard for webkit */ word-break: break-word; -webkit-hyphens: auto;  -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto;}

.list-header{ font-weight: bold;padding:0px; height:22px;line-height:22px;}
.list-content {padding:0px;}

.list-item-link {display:inline-block;width:100%; min-height:20px;text-decoration:none;padding:2px 0px 2px 0px;}
.list-item-link::after, .list-header::after{ clear:both; content:"\0020"; display:block;}

.list-header .list-item { float: left; }
/********************************************************************************/

.item-list .item-content { float: left !important; }
.item-list .list-item { min-height: 1px; }

.addreturnentryitem-detail .item-list .deliverdate { width: 125px; }
.addreturnentryitem-detail .item-list .quantity { width: 75px; }
.addreturnentryitem-detail .item-list .order { width: auto; }
.addreturnentryitem-detail .item-label { font-weight: bold; width: 220px; }

.returnentryitems .item-label { font-weight: bold; }

.object-list.list-view .item-content { font-weight: normal; }
.object-list.list-view .item-label { float: left !important; font-weight: normal; }

.centix-signature { border: 1px solid #d1d0cf; width: 100%; height: 160px; }

/********************************************************************************/
/*********************************** item-list ***********************************/
.item-list {}
.item-list a:hover {text-decoration: none; }

/*empty span should keep same height as a filled span (inject space char)*/
.item-list span:empty:before {
  content: "\00a0";
}

/*Force word wrap*/
.item-list .list-item{ -ms-word-break: break-all; word-break: break-all;  /* Non standard for webkit */ word-break: break-word; -webkit-hyphens: auto;  -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto;}
.list-header{ background-color:#504e53;color:#fff;padding:0px 4px 0px 4px; height:22px;line-height:22px;}
.list-content {padding:0px 4px 0px 4px;}

.list-item-link {display:inline-block;border-bottom:dotted 1px #504e53;width:100%; min-height:20px;text-decoration:none;padding:2px 0px 2px 0px;}
.list-item-link::after, .list-header::after{ clear:both; content:"\0020"; display:block;}
.list-item .thumb {margin:4px; }
.list-item .thumb .centix-image {max-width:75px; max-height:75px;}

.list-header .list-item {float: left;}

/*--------------------- ITEM LIST - LIST VIEW STYLE -------------------------*/
.item-list.list-view .list-content .list-item.item-label { float: left; }
.item-list.list-view .list-content .item-content::after { clear: both; content: "\0020"; display: block; }
/*.item-list.list-view .list-header .list-item.item-label { display: none !important; }*/
/*.item-list.list-view .thumb {width: 75px;display:none;}*/
/********************************************************************************/
/*********************************** stock/searcharticle ***********************************/
.warehousearticlestock .item-list.list-view .thumb { width: 75px; display: block !important; }
.warehousearticlestock .item-list.list-view .list-column.item-label.warehousearticlestock-article_id { display: none; }
.warehousearticlestock .item-list.list-view .item-label.warehousearticlestock-article_id { width: 100px; }
.warehousearticlestock .item-list.list-view .list-content .item-content.warehousearticlestock-article_id { float: left; width: 100px; }
.warehousearticlestock .item-list.list-view .list-column.item-label.warehousearticlestock-article_descr { display: none; }
.warehousearticlestock .item-list.list-view .item-label.warehousearticlestock-article_descr { width: 350px; }
.warehousearticlestock .item-list.list-view .list-content .item-content.warehousearticlestock-article_descr { float: left; width: 350px; }
.warehousearticlestock .item-list.list-view .list-column.item-label.warehousearticlestock-brand { display: none; }
.warehousearticlestock .item-list.list-view .item-label.warehousearticlestock-brand { width: 100px; }
.warehousearticlestock .item-list.list-view .list-content .item-content.warehousearticlestock-brand { float: left; width: 100px; }
.warehousearticlestock .item-list.list-view .list-column.item-label.warehousearticlestock-brandtype { display: none; }
.warehousearticlestock .item-list.list-view .item-label.warehousearticlestock-brandtype { width: 100px; }
.warehousearticlestock .item-list.list-view .list-content .item-content.warehousearticlestock-brandtype { float: left; width: 100px; }
.warehousearticlestock .item-list.list-view .list-column.item-label.warehousearticlestock-article_type { display: none; }
.warehousearticlestock .item-list.list-view .item-label.warehousearticlestock-article_type { width: 120px; }
.warehousearticlestock .item-list.list-view .list-content .item-content.warehousearticlestock-article_type { float: left; width: 120px; }
.warehousearticlestock .item-list.list-view .list-column.item-label.warehousearticlestock-stockquantity { display: none; }
.warehousearticlestock .item-list.list-view .item-label.warehousearticlestock-stockquantity { width: 175px;text-align:right; }
.warehousearticlestock .item-list.list-view .list-content .item-content.warehousearticlestock-stockquantity { float: left; width: 175px; text-align:right;}

.warehousearticlestock a { color: #000; text-decoration: underline; }
.warehousearticlestock a:hover { color: #000; text-decoration: none; }
/********************************************************************************/
/*********************************** stock/changestock ***********************************/
.detail-head .two-columns { }
/*.image_container { width: 10%; float: left; height: 200px; }*/
.image_container { width: 200px; float: left; height: 150px; }
.content_container { }
.column_description { width: 15%; float: left; }
.changestock .stockimage{float:left;width:150px;height:150px}
/*.column_value { margin-left: 15%; }*/
.column_value { }
.column_descr{ margin-right: 100px;width:150px !important;font-weight:bold;}
.changestock_addexistingobject_columns { width: 100%; }
.column_thumb { width: 150px; float: left; }
.column_object { width: 200px; float: left; }
.column_location { width: 200px; float: left; }
.column_quantity { width: 100px; float: left; }
/*.column_add { width: 250px; float: left; }*/
.column_remove { float: left; }
.column_quantity_total { width: 75px; float: left; padding-top: 15px; padding-left: 3px; }

.addexistingobject a { color: #000; text-decoration: underline; }
.addexistingobject .list-item .item-content.addexistingobject-object_id { float: none !important; }
.addexistingobject .list-item .item-content.addexistingobject-location_id { float: none !important; }
.removeexistingstock .list-item .item-content.removeexistingstock-object_id { float: none !important; }
.removeexistingstock .list-item .item-content.removeexistingstock-location_id { float: none !important; }
/********************************************************************************/

.image_thumbnail { max-height: 75px; max-width: 75px; }
.detail_image { max-width: 200px; max-height: 200px; }

.outstandingobjectviewitem::after {
    clear: both;
    content: "\0020";
    display: block;
}
.outstandingobjectviewitem .list-column:nth-of-type(1) { float: left; width: 80px; }
.outstandingobjectviewitem .list-column:nth-of-type(2) { float: left; width: 43%; }
.outstandingobjectviewitem .list-column:nth-of-type(3) { float: left; width: 43%; }

.top::after {
    clear: both;
    content: "\0020";
    display: block;
}
.top .list-column:nth-of-type(1) { float: left; width: 220px; }
.top .list-column:nth-of-type(2) { float: left; width: 40%; }
.top .list-column:nth-of-type(3) { float: left; width: 40%; }
.bottom { margin-top: 5px; }

.bottom .list-column { float: left; width: calc(50% - 8px); }
.bottom .list-column:nth-of-type(1) { margin-right: 16px; }

.bottom::after {
    clear: both;
    content: "\0020";
    display: block;
}

.returnentryitem .column:nth-of-type(1) { float: left; width: 220px;  }
.returnentryitem .column:nth-of-type(2) { float: left; width: 80%;  }
.returnentryitem .right { float: right; }

.alert-box {
    color:#555;
    border-radius:10px;
    padding:10px 10px 10px 36px;
    margin:10px;
}

.alert-error {
    background:#ffecec url('images/error.png') no-repeat 10px 50%;
    border:1px solid #f5aca6;
}
.alert-success {
    background:#e9ffd9 url('images/success.png') no-repeat 10px 50%;
    border:1px solid #a6ca8a;
}
.alert-warning {
    background:#fff8c4 url('images/warning.png') no-repeat 10px 50%;
    border:1px solid #f2c779;
}
.alert-notice {
    background:#e3f7fc url('images/notice.png') no-repeat 10px 50%;
    border:1px solid #8ed9f6;
}

@media only screen and (max-width: 977px), only screen and (max-height: 500px) {
    .bottom .list-column { width: 100%; margin-bottom: 16px; }
}

*:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}