﻿@font-face {
    font-family: Bariol_Regular;
    src: url('../fonts/Bariol_Regular.otf');
    font-family: Bariol_Bold;
    src: url('../fonts/Bariol_Bold.otf');
    font-family: Bariol_Regular_Italic;
    src: url('../fonts/Bariol_Regular_Italic.otf');
    font-family: Bariol_Serif_Regular;
    src: url('../fonts/Bariol_Serif_Regular.otf');
}


#ProcessArea {
    column-count: 3;
    column-width: 500px;
    display: block;
    margin-right: 10px !important;
}

    #ProcessArea .CategoryBox {
        width: 100%;
        height: auto;
        display: inline-block;
    }

.CategoryBox {
    background: #e9ecef;
    border-radius: 15px;
    font-size: 15px;
    margin: 4px;
    border: 2px solid #5B7C99;
}

#AssetDetails2 {
    border: 2px solid #A8A8A8;
    border-radius: 20px;
}

.CategoryBox table tr {
    width: 22px !important;
}

    .CategoryBox table tr td {
        text-align: left;
    }

.CategoryBox table:not(#AssetDetails_Bottom table) {
    margin: 10px;
    margin-top: 0px;
}

.CategoryBox table tr td:first-child {
    width: 155px;
}

.CategoryBox select {
    width: 240px;
    background-color: white;
    border: 1px solid gray;
    margin-top: 2px;
    margin-bottom: 2px;
    border-radius: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.CategoryBox input {
    border: 1px solid gray;
    border-radius: 4px;
}

#ProcessArea_Header .CategoryHeaderBox {
    width: 33.33%;
    margin: 0px !important;
    float: left;
}


#singleDiv {
    clear: both;
    position: relative;
}

#ProcessArea .CategoryBox button:not(.DetailAdd_btn,.DetailHide_btn,.DetailsReset):hover {
    background-color: #ff5722 !important;
}

#ProcessArea .CategoryBox select:hover, #r2v3_ table select:hover {
    cursor: pointer;
}



#AuditInformation2 {
    margin: 10px;
    margin-top: 5px;
    padding: 0px;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

#AuditInformation_box, #AssetDetails2 {
    border: 3px solid #ff5722 !important;
}

#AuditInformation_box {
    background: #e9ecef;
    border-radius: 20px;
    font-size: 15px;
    margin: 0px;
    padding: 10px;
    padding-bottom: 20px;
    padding-top: 0px;
}

#AssetDetails2 select {
    width: 160px;
    background-color: white;
    border: 1px solid gray;
}

    #AssetDetails2 select:hover {
        cursor: pointer;
    }

#AssetDetails2 .Category_Title, #AuditInformation2 .Category_Title {
    margin-bottom: 15px;
}

#AssetDetails2 #AssetDetails_Top {
    padding-top: 10px;
}

#AssetDetails2 input {
    width: 65%;
    height: 24px;
    background-color: white;
    border: 1px solid gray;
}

#AssetDetails_Top {
    border: 1px solid black;
    margin: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

    #AssetDetails_Top input:disabled, #AssetDetails_Top select:disabled {
        background-color: rgba(239, 239, 239, 0.3);
        border-color: rgba(118, 118, 118, 0.3);
    }

#AssetDetails_Bottom {
    border: 1px solid black;
    border-top: none;
    margin: 0px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 2px;
    padding-left: 15px;
    padding-right: 15px;
}

#AssetDetails_Top table {
    width: 100%;
}

    #AssetDetails_Top table tr td:first-child {
        width: 140px;
    }

#AssetDetails_Bottom table {
    width: 100%;
}

    #AssetDetails_Bottom table tr td:first-child {
        text-align: right;
        font-weight: bold;
        min-width: 90px;
        padding-right: 20px;
    }

    #AssetDetails_Bottom table tr td:nth-child(2) {
        text-align: left;
        max-width: 100px;
    }

    #AssetDetails_Bottom table tr td:not(.Process_Lister_Buttons):nth-child(3) {
        text-align: right;
        width: 40px;
    }

#AudtiInformation_Border {
    border: 2px solid black;
    margin: 10px;
    margin-bottom: 0px;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#AuditInformation2 table {
    width: 100%;
    max-width: 500px;
}

    #AuditInformation2 table tr td {
        padding: 2px;
    }

.padding_10 {
    padding: 10px;
    padding-top: 0px;
}

#Notes_ textarea {
    width: 100%;
    height: 120px;
    border: 2px solid gray;
}

#Process2_ButtonArea {
    padding-top: 14px;
    padding-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

    #Process2_ButtonArea button {
        margin: 5px;
        border: 1px solid silver;
        background-color: black;
        color: white;
        text-align: center;
        width: 110px;
        height: 35px;
        border-radius: 5px;
        font-size: 14px;
    }

        #Process2_ButtonArea button:hover {
            background-color: gray;
            color: black;
            border: 2px solid black;
        }


.Category_Title {
    width: 250px;
    background-color: #5B7C99;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 30px;
    border-bottom: 1px solid gray;
    margin-left: -2px;
    margin-bottom: 6px;
}

    .Category_Title h3 {
        font-size: 25px !important;
        margin-top: -2px;
        padding-left: 10px;
        margin-bottom: 2px;
        color: white;
        font-weight: 400 !important;
        font-size: 24px !important;
        padding-top: 2px;
    }

    .Category_Title:after {
        content: "";
        position: absolute;
        margin-left: 231px;
        margin-top: -30px;
        width: 22px;
        height: 45px;
        transform: rotate(45deg);
        background-color: #e9ecef;
        /*#A8A8A8*/
        border-bottom-right-radius: 90px;
        border-left: 1px solid gray;
    }

#AssetDetails2 .Category_Title h3, #AuditInformation_box .Category_Title h3 {
    color: black;
    font-weight: bold !important;
    padding-left: 20px;
}

#AssetDetails2 .Category_Title, #AuditInformation_box .Category_Title {
    background-color: #ff5722;
    border-top-left-radius: 15px;
}

#AuditInformation_box .Category_Title {
    margin-left: -10px;
}

#ProcessArea button {
    padding: 3px;
    padding-left: 8px;
    padding-right: 8px;
    margin: 2px 3px 2px 3px;
    border: 1px solid gray;
    border-radius: 20px;
}

.Category_buttonArea {
    padding: 10px;
    padding-top: 0px;
}

.float-container2 {
    padding-top: 10px;
    /*background-image: url("/img/warehouse_img_gray.png");*/
    background-image: url("/img/blueroom_background_gray.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    min-height: 100vh;
    background-blend-mode: saturation;
    margin: 0px;
    padding-left: 0px;
}


#calcWeight_btn i {
    color: dodgerblue;
}

#popupCalculateWeight2 .product_popup {
    text-align: left;
}

    #popupCalculateWeight2 .product_popup h2 {
        font-weight: bold;
        font-size: 22px;
    }

    #popupCalculateWeight2 .product_popup p {
        font-weight: bold;
        padding: 0px;
        margin: 0px;
        margin-top: 15px;
    }

    #popupCalculateWeight2 .product_popup button {
        color: white;
        background-color: #0d6efd;
        border: none;
        border-radius: 5px;
        width: 120px;
        height: 30px;
    }



#AddProductType_popup h2, #AssetsWithProduct_popup h2 {
    font-size: 25px;
    font-weight: bold;
}

#Template_popup .template_popup h2 {
    font-size: 25px;
    font-weight: bold;
}

#Template_popup .template_popup button {
    border: 2px solid black;
    box-shadow: none;
    width: 120px;
}

#Template_popup .template_popup .content2 {
}

.DetailsReset, #ProcessClone_btn {
    border: none !important;
    background-color: inherit;
    float: right;
    margin-top: 5px;
    margin-right: 4px;
}

#ProcessPrintDetails_btn_mobile, #ProcessPrintDetails_btn_TV, #ProcessPrintDetails_btn_Storage, #ProcessPrintDetails_btn_Computer, #ProcessPrintDetails_btn_Other {
    border: none;
    color: black;
    background-color: transparent;
    display: inline-block;
    margin-left: -5px;
}

.DetailAdd_btn, .DetailHide_btn {
    width: 25px;
    background-color: none;
    border: none !important;
    height: 20px !important;
}

    .DetailAdd_btn i, .DetailHide_btn i {
        margin: 0px;
        margin-left: -6px;
        padding: 0px;
    }

    .DetailAdd_btn:hover, .DetailHide_btn:hover {
        background-color: transparent !important;
    }

    .DetailHide_btn i:hover {
        background-color: transparent !important;
    }

#CreateDetail_popup .product_popup h2 {
    font-weight: bold;
    font-size: 25px;
}


#Cloned_Text {
    padding-right: 10px;
    margin-top: 10px;
    float: right;
    font-size: 14px !important;
}

#Sku_td p {
    display: inline-block;
}

#Sku_td input {
    padding: 0px;
    margin: 0px;
    width: 15px;
    margin-top: 2px;
    height: auto;
    margin-left: 20px;
}

    #Sku_td input:hover {
        cursor: pointer;
    }

#AutoFill_btn {
    background-color: transparent;
    border: none;
}


#ProductTypeSearch, #ProductTypeAdd {
    border: 1px solid grey;
    background-color: white;
    padding: 6px;
    padding-right: 15px;
    padding-left: 15px;
    color: steelblue;
    border-radius: 4px;
}

    #ProductTypeSearch:hover, #ProductTypeAdd:hover {
        background-color: #ff5722;
        color: white;
    }

#ProductPopup_2 button:not(#ProductSearchBack_btn) {
    border: none;
    background-color: transparent;
    margin: 10px;
    font-size: 16px;
    text-decoration: underline;
    color: blue;
}

#ProductSearchBack_btn {
    margin-top: 30px;
}
/*
#AssetDetails_Top input{
    width:160px;
}
    */
.Process_Lister_Buttons {
    width: 10px;
    padding: 1px;
}

    .Process_Lister_Buttons button {
        border: 2px solid silver;
        border-radius: 15px;
    }

#printableArea_Mobile, #printableArea_TV, #printableArea_Storage, #printableArea_Computer, #printableArea_Details {
    width: 300px;
    text-align: center;
    padding: 5px;
    padding-bottom: 0px;
}

    #printableArea_Mobile p, #printableArea_TV p, #printableArea_Storage p, #printableArea_Computer p, #printableArea_Details p {
        margin: 0px;
        padding: 0px;
        font-size: 17px;
        font-family: Arial;
        font-weight: bold;
        line-height: 1em;
    }

/*Product type new width*/
#add_product_manufacturer, #add_product_model, #add_product_part {
    width: 100% !important;
}


#ProcessArea_Details .chosen-single {
    border: 1px solid #ddd;
    color: #333;
    background: white;
    height: 32px;
    padding-top: 3px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    border-radius:3px;
    margin-top:1px;
}
#ProcessArea_Details .chosen-container{
    margin-bottom:5px;
    width:100% !important;
}
#ProcessArea_Details .chosen-drop{
    text-align:center;
    font-weight:500;
}
#ProcessArea_Details div b{
    margin-top:3px;
}

#ProcessArea_Parts #btn_add_parts {
    margin-left: 0px !important;
    background: #A566FF;
    padding: 5px;
}
#ProcessArea_Parts .AccountBoxBody{
    width:100%;
    text-align:center;
}
#ProcessArea_Details .AccountsEditDetailArea select {
    font-size: 13px;
    padding-top: 7px;
    padding-bottom: 6px;
    margin:0px;
    margin-bottom:3px;
}
#ProcessArea_Details .AccountsEditDetailArea input {
    font-size: 13px;
    padding:6px;
    padding-top:8px;
    vertical-align:top;
}
#ProcessArea_Cosmetic .ButtonArea button, #ProcessArea_Functional .ButtonArea button {
    border-radius: 3px;
    font-size: 13px;
    padding: 6px;
    border: 1px solid #ddd;
}
#ProcessArea_Notes textarea:disabled{
}
#Process_Notes{
    height:140px;
    margin-top:-1px;
    border:none;
}

.ProcessHeader {
    padding-left: 10px !important;
    padding-right: 10px !important;
    position: fixed;
    top: 59px;
    background: white;
    z-index: 1500;
    width: 100%;
    border-bottom: 1px solid lightgray;
    height: 47px;
    padding-top: 1px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.ProcessHeader .IconBox{
    margin-top:0px !important;
    margin-right:12px !important;
}
.ProcessHeader #AccountHeadInfo{
    margin-top:0px;
    padding-bottom:0px;
    min-height:0px;
    margin-left:3px;
    height:39px;
}
    .ProcessHeader .ProcessTitleIconBox{
        margin-top:15px;
        display:inline-block;
    }
.ProcessHeader #AccountTitle2 h3{
    margin-top:17px;
}
.ProcessHeader .HeaderBox h3{
    padding:0px;
    margin-bottom:0px;
    font-size:13px;
}
    .ProcessHeader #HeaderButtons3{
        display:inline-block;
        vertical-align:top;
    }
        .ProcessHeader #HeaderButtons3 button{
            border:none;
            background:transparent;
            margin-left:1px;
            margin-right:1px;
            margin-top:10px;
        }
        .ProcessHeader #HeaderButtons3 button i {
            color: #7f7e8c;
            font-size: 18px;
        }
            .ProcessHeader #HeaderButtons3 button:hover > i {
                color: #458ced;
            }
#DismantleAsset_btn:hover > i{
    color:red !important;
}
    .ProcessHeader .HeaderBox {
        margin-right: 12px;
        vertical-align: top;
    }
    .ProcessHeader #HeaderButtons2 button {
        border: 1px solid #ddd;
    }
    .ProcessHeader #HeaderButtons2 button:hover {
        padding:14px !important;
        padding-top:6px !important;
        padding-bottom:6px !important;
    }
.ProcessHeader #TitleIcon{
    margin-top:10px;
    vertical-align:top;
    border:none;
    border-radius:6px;
}
    .ProcessHeader h2{
        font-size:20px !important;
        margin-bottom:0px;
    }
    .ProcessHeader .IconBox {
        height: 38px;
        width: 38px;
    }
    .ProcessHeader #TitleIcon i {
        font-size: 18px;
    }
.DetailBoxTitleButton {
    border: none !important;
    background: none !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

    .DetailBoxTitleButton:hover i {
        color: #ff5722;
    }

    .DetailBoxTitleButton i {
        color: rgb(92,247,118);
        font-size: 16px;
    }


.ProcessSimilarAreaHeader h3 {
    font-size: 18px !important;
    font-weight: 500 !important;
}
.ProcessSimilarAreaHeader input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 5px;
}
.SearchAreaSideBySide{
    width:100%;
}
    .SearchAreaSideBySide input {
        width: calc(100% - 80px);
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 5px;
        display: inline-block;
    }
    .SearchAreaSideBySide button {
        display: inline-block;
        padding: 9px;
        border: none;
        background: #5394e9;
        color: white;
        border-radius:5px;
        width:100px;
        text-align:center;
    }
    .SearchAreaSideBySide button:hover{
        background:orange;
    }
.SimilarSearchBox{
    width:calc(50% - 12px);
    display:inline-block;
    margin:5px;
    border:1px solid #ddd;
    border-radius:4px;
    padding:5px;
    text-align:center;
    vertical-align:top;
    height:240px;
    overflow:hidden;
}
    .SimilarSearchBox:hover{
        border:2px solid orange;
        cursor:pointer;
        padding:4px;
    }
#SimilarNone_btn {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 8px;
    border: none;
    background: #5394e9;
    color: white;
    border-radius: 4px;
    width: 100px;
    text-align: center;
}
#SimilarNone_btn:hover{
    background:orange;
}
.SimilarSearchBox img{
    height:100px;
    margin-bottom:20px;
}
.SimilarSpecificArea p{
    margin:0px;
    text-align:left;
}
.SimilarSearchBox h3 {
    font-size:15px !important;
    font-weight:500 !important;
}
.SimilarSpecificArea div{
    text-align:left;
}
.SimilarSpecificArea div p {
    display: inline-block;
}
.SimilarSpecificArea div p:first-child{
    font-weight:500;
}




#ProcessArea_Details{
}
#ProcessArea_Specifics{
}

#ProcessArea_Details .chosen-container {
    margin-bottom: 5px;
    position: absolute;
    width: calc(33.3% - 147px) !important;
}
#Asset_Location .chosen-single{
    height:auto;
}
#ProcessArea_Specifics .chosen-container{
    width:100% !important;
}
.ChosenPadding{
    margin-bottom:5px;
}
.ChosenPadding .chosen-choices{
    border:1px solid #ddd;
}

#ProcessArea_ListingGeneral .DetailsTableSideBtn:hover{
    cursor:pointer;
    background:orange;
}






.EditorArea{
}

.EditorArea .dx-htmleditor-content img {
    vertical-align: middle;
    padding-right: 10px;
}

.EditorArea .dx-htmleditor-content table {
    width: 50%;
}

.EditorArea .options {
    padding: 20px;
    background-color: rgba(191, 191, 191, 0.15);
    margin-top: 20px;
}

.EditorArea .caption {
    font-size: 18px;
    font-weight: 500;
}

.EditorArea .option {
    margin-top: 10px;
    display: inline-block;
    margin-right: 40px;
}

    .EditorArea .option > .dx-selectbox,
    .EditorArea .option > .label {
        display: inline-block;
        vertical-align: middle;
    }

    .EditorArea .option > .label {
        margin-right: 10px;
    }
.EditorArea .dx-toolbar-item-content{
    line-height:normal;
}
.EditorArea .dx-toolbar-item-content{
    margin-top:2px;
}
.EditorArea .dx-texteditor-container{
    border:none;
}
.EditorArea .dx-texteditor.dx-editor-filled .dx-texteditor-input{
    padding:8px;
}
.EditorArea .dx-texteditor.dx-editor-filled .dx-placeholder::before{
    padding: 5px 16px 4px;
}
.EditorArea .dx-toolbar.dx-toolbar-multiline .dx-toolbar-item{
    line-height:normal;
    height:auto;
    margin-top:5px;
    margin-bottom:5px;
}
    .EditorArea .dx-item-content:hover, .EditorArea .dx-state-hover {
        background: #5394e9 !important;
    }
    .EditorArea .dx-texteditor-container:hover {
        background: #5394e9;
        color: white;
    }
.EditorArea .dx-texteditor-container:hover .dx-placeholder {
    color: white;
}
.EditorArea .dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text {
    background: #5394e9;
    border-radius:0px;
}
.EditorArea .dx-state-focused {
    border-color: #5394e9 !important;
    box-shadow: inset 0 0 0 1px #5394e9 !important;
}


.EditorArea .dx-toolbar-items-container{
    height:auto !important;
}
.ListerPopupArea h3{
    font-size:20px !important;
}
.ListerPopupArea p {
    font-weight: 500;
    margin: 0px;
}
.ListerPopupArea input{
    width:100%;
    border-radius:4px;
    border:1px solid #ddd;
    padding:5px;
    font-size:16px;
    margin-bottom:5px;
}
.ListerPopupArea select:hover, .ListerPopupArea input:hover {
    cursor: pointer;
}
.ListerPopupArea select {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 5px;
    font-size: 16px;
    margin-bottom: 5px;
}
.AccountsEditDetailArea label i {
    color: #5394e9;
    margin-left:5px;
}
.AccountsEditDetailArea label i:hover{
    cursor:pointer;
}

.CreateModelArea{
    text-align:center;
}
.CreateModelArea input {
    width: 100%;
    display: block;
    background: white;
    border:1px solid silver;
    border-radius:5px;
    height:34px;
    padding-left:5px;
}
.CreateModelArea button{
    border:none;
    background:#5394e9;
    color:white;
    padding:5px;
    padding-left:20px;
    padding-right:20px;
    border-radius:4px;
    margin-top:10px;
}
.CreateModelArea button:hover{
    background:orange;
}
.SearchIdentifierArea{
    margin-bottom:5px;
}
.SearchIdentifierArea div{
    display:inline-block;
    margin-right:20px;
}
.SearchIdentifierArea div:hover{
    cursor:pointer !important;
}
.SearchIdentifierArea input {
    width: 20px;
    height:20px;
    border:1px solid red !important;
}
    .SearchIdentifierArea input:hover{
        cursor:pointer;
    }
    .SearchIdentifierArea label {
        margin-right: 15px;
        vertical-align: top;
        padding-top: 2px;
    }
    .SearchIdentifierArea label{
        cursor:pointer;
    }

/*=============Process Full View=============*/
.ProcessFullAssetArea {
    background: white;
    min-height: 0px;
    height: 0px;
    transition: min-height 0.6s ease-out,height 0.6s ease-out;
    overflow: auto;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    border-radius: 4px;
    width: 100%;
    will-change: scroll-position;
}
.TitleSteps {
    border-bottom: 2px solid silver;
    padding: 10px;
    padding-bottom: 0px;
    background-color: rgb(32, 32, 32);
    background-image: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,1)), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(to bottom, rgb(8, 8, 8), rgb(32, 32, 32));
    background-size: 100% 100%, 10px 10px, 10px 10px, 10px 5px;
    background-position: 0px 0px, 0px 0px, 5px 5px, 0px 0px;
}
    .ProcessFullAssetArea .TitleSteps div {
        display: inline-block;
        width: 15%;
        padding:5px;
        border-top-left-radius:4px;
        border-top-right-radius:4px;
        color:white;
        vertical-align:top;
    }
        .ProcessFullAssetArea .TitleSteps div:hover {
            background: #5394e9;
            cursor: pointer;
        }
            .ProcessFullAssetArea .TitleSteps div:hover p:first-child {
                border: 2px solid #333 !important;
                color: #333 !important;
            }
.TitleStepSelected {
    background: #5394e9 !important;
}
    .TitleStepSelected p:first-child {
        border:2px solid #333 !important;
        color:#333 !important;
    }
    .ProcessFullAssetArea .TitleSteps div p {
        display: inline-block;
        font-weight: 500;
        margin: 0px;
    }
    .ProcessFullAssetArea .TitleSteps div p:first-child {
        padding: 5px;
        width: 32px;
        text-align: center;
        border-radius: 99px;
        color: white;
        border: 2px solid #5394e9;
    }
.ProcessStepBox h3{
    font-size:25px !important;
    font-weight:500;
}
.ProcessStepBox p{
    margin:0px;
    font-weight:500;
    color:#333;
    font-size:13px;
}
.ProcessStepBox input{
    border:1px solid #ddd;
    border-radius:3px;
    padding:5px;
    width:100%;
    margin-bottom:10px;
}





.TitleStepClose{
    float:right;
    width:40px !important;
}
.TitleStepClose:hover{
    background:white !important;
}
    .TitleStepClose:hover p {
        color: orange !important;
    }

.ListerPopupArea{
    padding:15px;
}
.ProcessFullButtonArea{
    position:absolute;
    right:15px;
    top:720px;

}
.ProcessFullButtonArea button {
    float: right;
    border: none;
    color: white;
    background: #5394e9;
    border-radius: 12px;
    padding: 8px;
    padding-right: 18px;
    padding-left: 18px;
    font-weight: 500;
    margin-right: 15px;
    margin-top: 0px;
}
.ProcessFullButtonArea button:hover{
    background:orange;
}
.EditorArea input{
    border:none;
    border-radius:0px;
}
.EditorArea .dx-htmleditor-toolbar-wrapper {
    border: 1px solid #ddd;
    border-bottom: none;
}
.EditorArea .ql-container{
    border:1px solid #ddd;
    border-top:none;
}
.EditorArea .dx-htmleditor .dx-htmleditor-toolbar-wrapper:first-child{
    border-bottom:1px solid #ddd;
}
/*===============Select2*/
.select2-container {
    width:100% !important;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: white !important;
    border: 1px solid #ddd !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    font-size:13px;
}
.select2-container--default.select2-container--disabled .select2-selection--single:hover{
    cursor:pointer;
}
.select2-container .select2-selection--single{
    height:32px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:31px !important;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    border: 1px solid #ddd !important;
    background-color: white !important;
    font-size: 13px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    margin-bottom:4px !important;
}
.select2-container .select2-search--inline .select2-search__field{
    margin-top:8px !important;
}

.select2-container {
    max-width: 100% !important;
    box-sizing: border-box !important;
}
/*
html, body {
    overflow-x: hidden;
}
    */
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background:silver !important;
    color:white;
    padding:5px !important;
    padding-left:24px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    padding:0px 5px !important;
    font-size:22px !important;
}

.ListerPopupSplitBox h3{
    margin-bottom:15px;
}
.ListerPopupSplitBox {
    display: inline-block;
    width: calc(50% - 5px);
    vertical-align: top;
    padding-right: 10px;
    padding-left: 10px;
}
.PopupSplitDivider {
    display: inline-block;
    height: 620px;
    width: 2px;
    background: linear-gradient( to bottom, transparent 0%, silver 1%, silver 99%, transparent 100% );
}


/*Simple White Style*/
.SimpleWhiteStyle{
    padding:0px;
}
    .SimpleWhiteStyle #AssetAreaMain {
        background: #f8f8f8;
        margin-top: 46px;
    }
    .SimpleWhiteStyle .AccountAreaHeader {
        padding-bottom: 0px;
        border-radius: 0px !important;
        margin-bottom: 0px;
        border-top: none !important;
        background: white !important;
        border: none !important;
        border-bottom: 1px solid #e3e3e3 !important;
    }
    .SimpleWhiteStyle .ProcessBoxes {
        margin-left: 20px;
        margin-right: 20px;
        background: linear-gradient(180deg, rgba(63,119,174,1) 0%, rgba(176,196,223,1) 100%);
        padding: 20px;
        padding-top: 20px;
    }
.ProcessBoxes .RightAddBox, .RightEditBox{
    margin-top:0px !important;
}
.ProcessBoxes .BorderTitleArea {
    padding: 3px;
    padding-bottom: 2px;
}
.ProcessBoxes .IconBox {
    height: 35px;
    width: 35px;
    border-radius: 6px;
}
.ProcessBoxes .IconBox i{
    font-size:22px;
    margin-top:17px;
}
.ProcessBoxes .AccountBox h3 {
    margin-left: 4px;
    vertical-align:top;
    margin-top:11px;
}
.SimpleWhiteStyle .ProcessTitleIconBox {
    padding: 7px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    border-radius: 4px !important;
}
.SimpleWhiteStyle .ProcessBoxes .BorderTitleArea {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.PopupChannel {
    background: #eeeeee;
    min-height: 450px;
    padding-top: 10px;
}
.PopupChannel .Channel_Check{
    display:inline-block;
    float:right;
    padding-right:10px;
    padding-top:18px;
    display:none;
}

.ProcessDividerLine_Light {
    width: 1px;
    height: 40px;
    background: #e3e3e3;
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 2px;
}

.PopupChannel .Channel_Check i {
    font-size: 20px;
    color: #7cb341;
}
.PopupChannel button {
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    text-align: left;
    vertical-align: top;
    padding-left:20px;
}
.PopupChannel button:hover{
    background:#5394e9;
}
    .PopupChannel button:hover > p {
        color:white;
    }
.PopupChannel button img{
    height:40px;
    background:white;
    width:45px;
    height:45px;
    border-radius:7px;
    margin-top:7px;
    padding:3px;
}
    .PopupChannel button p {
        height: 40px;
        display: inline-block;
        font-weight: 500;
        color: #333;
        margin-left: 15px;
        font-size: 16px;
        margin-top: 19px;
        vertical-align: top;
    }
#ChannelSearchPopupArea {
    background: #eeeeee;
    padding-top: 10px;
    height:42px;
}
#ChannelSearchPopupArea input{
    width:calc(100% - 20px);
    margin-left:10px;
    margin-right:10px;
    border:1px solid silver;
    font-size:15px;
    background:transparent;
    padding:5px;
    padding-left:10px;
    border-radius:4px;
}
#ChannelConfirmChannelsArea {
    background: #eeeeee;
    text-align: center;
    padding:10px;
}
    #ChannelConfirmChannelsArea button {
        border: none;
        height: 35px;
        width: 120px;
        background: #7cb341;
        border-radius:4px;
        color:white;
        font-size:15px;
        font-weight:500;
    }
        #ChannelConfirmChannelsArea button:hover {
            background: #5394e9;
        }
/*=================Ebay Preview================*/
.EbayPreviewArea {
    text-align: center;
}
    .EbayPreviewArea hr {
        color: silver;
    }
    .EbayPreviewArea #EbayImageArea {
        width: calc(100% - 680px);
        max-width: 850px;
        height: 500px;
        display: inline-block;
        vertical-align: top;
        margin-top: 10px;
        text-align: center;
        min-width:440px;
        min-height:500px;
    }
#EbayImageLarge {
    border: 1px solid silver;
    height: 400px;
    border-radius: 15px;
}
#EbayImageLarge img {
    height: 100%;
}
#EbayImageSmall {
    height: 100%;
}
    #EbayImageSmall div {
        display: inline-block;
        border: 1px solid silver;
        height: 80px;
        margin:5px;
        margin-left:2px;
        margin-right:2px;
        border-radius:8px;
        padding:6px;
        position:relative;
        vertical-align:top;
    }
        #EbayImageSmall div:hover {
            border: 2px solid #333;
        }
#EbayImageSmall div img {
    height: 100%;
}
#EbayImageSmall div button{
    position:absolute;
    top:0;
    right:0;
    background:none;
    color:red;
    font-weight:bold;
}
#EbayReviewAddImagesBtn {
    width: 50px;
    height: 100%;
    width: 100%;
    color: #7cb957;
    font-size:50px;
}
.EbayPreviewArea #ImgRow2 img {
    width: 100%;
    vertical-align: middle;
}
    .EbayPreviewArea #EbayTitleArea {
        width: 520px;
        height: 500px;
        display: inline-block;
        vertical-align: top;
        margin-top: 10px;
        margin-left: 20px;
        margin-top: 10px;
        margin-right: 20px;
        text-align: left;
    }
#EbayTitleArea h3 {
    font-weight: 700;
    font-size: 1.375rem;
}
#EbayRating p{
    display:inline-block;
}
#EbayRating p:nth-child(2) {
    display: inline-block;
    font-weight: 600;
    padding-top: 7px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#FakeEbay_Buttons{
    margin-top:5px;
}
#FakeEbay_Buttons button {
    width: 100%;
    background: white;
    border: 1px solid #3665f3;
    border-radius: 23px;
    padding: 13px;
    margin-top: 10px;
    color: #3665f3;
    font-size: 17px;
}
#FakeEbay_Buttons button:hover{
    cursor:default;
}


#EbayExampleImage1{
    width:1600px;
    margin:0 auto;
    position:relative;
}
#EbayExampleImage1 img{
    width:100%;
    display:block;
}
#TitleArea{
}
#EbayListing_Title{
    border:2px solid green;
    position:absolute;
    top:3px;
    right:-8px;
    width:586px;
    height:65px;
    font-weight:700;
    font-size:23px;
    line-height:25px;
    border-radius:10px;
    padding:5px;
    resize:none;
}
#EbayDescriptionArea {
    width: calc(100% - 160px);
    margin: auto;
    height: 500px;
    margin-bottom: 100px;
    max-width: 1400px;
    position: relative;
    z-index: 2;
    text-align: left;
    padding: 9px;
    margin-top: 100px;
}
#EbayDesc_TopBox{
    text-align:center;
    width:160px;
    background:white;
    height:50px;
    padding-top:14px;
    color:#0968fb;
    border:1px solid silver;
    border-bottom:1px solid white;
    margin-bottom:-2px;
    z-index:999;
    position:relative;
    font-weight:600;
    border-top-left-radius:3px;
    border-top-right-radius:3px;

}
#EbayDesc_desc{
    height:500px;
    margin-bottom:100px;
    border:1px solid silver;
    max-width:1400px;
    position:relative;
    z-index:2;
    text-align:left;
    padding:9px;
}


.ConfirmListArea button:nth-child(1) {
    background: silver;
    color: white;
    border-radius: 12px;
    padding: 8px;
    padding-right: 18px;
    padding-left: 18px;
    font-weight: 500;
    border: none;
    margin-right: 5px;
    margin-left: 5px;
}
.ConfirmListArea button:nth-child(2) {
    background: rgb(124, 185, 87);
    color: white;
    border-radius: 12px;
    padding: 8px;
    padding-right: 18px;
    padding-left: 18px;
    font-weight: 500;
    border: none;
    margin-right: 5px;
    margin-left: 5px;
}
.ConfirmListArea button:hover{
    background:orange;
}
#EbayUploadImageBtnArea {
    display: inline-block;
    width: 80px;
}
#EbayUploadImageBtnArea label{
    width:100%;
    height:100%;
}
#EbayUploadImageBtnArea input{
    display:none;
}
    #EbayUploadImageBtnArea label i {
        font-size: 50px;
        color: #5394e9;
        padding-top: 5px;
    }
#EbayUploadedImages{
    border:none !important;
    vertical-align:top;
    margin:0px !important;
    padding:0px !important;
    margin-top:5px !important;
    max-width:calc(100% - 88px);
    height:100px;
}
#EbayUploadedImages button {
    width: 80px;
    height: 80px;
    display: inline-block;
    position: static !important;
    border:1px solid silver;
    margin-right:2px;
    margin-left:2px;
    border-radius:10px;
    padding:3px;
    margin-bottom:10px;
}
    #EbayUploadedImages button:hover {
        border: 2px solid #333;
    }
#EbayUploadedImages button img{
    width:100%;
    height:100%;
    object-fit:cover;
    overflow:hidden;
}
#EbayImageSmall .SelectedImageBorder {
    border: 2px solid #333;
}
#EbayUploadImageBtnArea:hover {
    border: 2px solid #333 !important;
    cursor:pointer;
}
.upload-icon:hover {
    cursor: pointer;
}
#EbayImageLarge:hover > #EbayRemoveImageBtn {
    color: gray;
}
#EbayImageLarge{
}
#EbayRemoveImageBtn {
    float: right;
    position: relative;
    border:none;
    font-size:30px;
    background:none;
    color:transparent;
    width:40px;
    margin-left:-40px;
}
#EbayRemoveImageBtn:hover i{
    color:red !important;
}


#EbayTitleArea textarea {
    border: 2px solid #5394e9;
    width: 100%;
    height: 65px;
    font-weight: 700;
    font-size: 20px;
    border-radius: 5px;
    resize:none;
    padding:5px;
}
#ListerPopup_Condition {
    width: auto;
    border: 2px solid #5394e9;
    font-size:14px;
    padding:2px;
}
#ListerPopup_Price {
    width: 120px;
    display: inline-block;
    border: 2px solid #5394e9;
    font-weight:700;
    font-size:18px;
    padding:2px;
}


.EbayImageDrag {
    border:2px dashed green !important;
}





#GeneratingAnimation, #ListingAnimation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6); /* dark background */
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
    #GeneratingAnimation div, #ListingAnimation div {
        display: inline-block;
        color: red;
        background: blue;
        height: 33px;
        width: 33px;
        border-radius: 99px;
        text-align: center;
        vertical-align: central;
        animation: pulse 2s infinite;
        margin: 2px;
    }
        #GeneratingAnimation div p, #ListingAnimation div p{
            padding-top: 6px;
            font-weight: 700;
            font-size: 18px;
            color: white;
        }
@keyframes pulse {
    0% {
        transform: scale(.5);
        opacity: 0;
    }

    20% {
        transform: scale(1);
        opacity: 1;
    }

    80% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(.5);
        opacity: 0;
    }
}


#ProcessArea_Dimensions .AccountBoxBody {
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
}
#ProcessArea_Dimensions{
    padding-bottom:5px;
}
#Title_Product {
    display: inline-block;
    font-size: 20px;
    color: #827f93;
    font-weight: 400;
    vertical-align: top;
    margin-top: 10px;
}


.ProcessDetailsOneLine label {
    width: 100px !important;
    display: inline-block;
    font-size: 14px !important;
    font-weight: 400;
    overflow: hidden;
    padding-top:4px;
    vertical-align:top;
}
    .ProcessDetailsOneLine label i {
        font-size: 18px;
        margin-right: 5px;
        width: 20px;
        text-align: center;
    }
.ProcessDetailsOneLine input {
    display: inline-block;
    background: white !important;
    border-radius: 7px;
    vertical-align: top;
    color: #333;
    min-width:125px;
    width:calc(100% - 105px) !important;
}
.ProcessDetailsOneLine .GreenButton_Clean {
    min-width: 125px;
}
    .ProcessDetailsOneLine select {
        display: inline-block;
        background: white !important;
        border-radius: 7px;
        vertical-align: top;
        color: #333;
        min-width: 125px;
        width: calc(100% - 105px) !important;
        border: 1px solid #e3e3e3 !important;
    }

.CustomNumberInputArea {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    height: 37px;
    width:calc(100% - 105px);
    min-width:130px;
}
.GreenButton_Clean {
    border: none;
    background: rgb(124, 179, 65);
    color:white;
    font-weight:500;
    padding:7px;
    vertical-align:top;
    width:calc(100% - 105px);
    border-radius:5px;
}


.CustomNumberInputArea p {
    display: inline-block;
    height: 31px;
    width: 31px;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
    vertical-align: top;
    padding-top: 4px;
    margin-right: -4px;
    color: gray;
    padding-top: 6px;
    text-align: center;
    background: white;
}
    .CustomNumberInputArea button {
        display: inline-block;
        border: 1px solid #ddd;
        height: 31px;
        width: 31px;
        margin: 0px;
        padding: 0px;
        background: #fafafa;
        vertical-align: top;
        font-size: 20px;
        color:#333;
    }
.InputAreaHalf input {
    border: 1px solid #e3e3e3 !important;
    padding: 5px !important;
}
.CustomNumberInputArea input {
    display: inline-block;
    border-radius: 0px !important;
    margin: 0px !important;
    margin-left: -4px !important;
    margin-right: -4px !important;
    border-right: none !important;
    border-left: none !important;
    width: calc(100% - 92px) !important;
    color: #333;
    border-top: 1px solid #e3e3e3 !important;
    border-bottom: 1px solid #e3e3e3 !important;
    border-right: none !important;
    border-left: 1px solid #e3e3e3 !important;
    padding: 0px !important;
    padding-left: 5px !important;
    height: 31px;
    background: #fafafa;
    min-width: 36px;
}
.InputBoxSplitArea{
    padding-left:15px;
}
.InputAreaHalf {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    min-width:180px;
}
.ProcessDetailsOneLine{
    width:100%;
}

#ProcessImagePreview{
    border:none;
    background:transparent;
    vertical-align:top;
    margin-top:12px;
}
#ProcessImagePreview i{
    font-size:24px;
}
#ImagePreviewArea {
    position: fixed;
    z-index: 999;
    text-align: center;
    width: 100%;
    height: 100vh;
    padding-top: 60px;
    background: rgba(0, 0, 0, 0.6); /* dark background */
}
    #ImagePreviewArea img {
        height: calc(100% - 70px);
        object-fit: cover;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
        border-radius:2px;
        background:white;
    }


#Title_SKU {
    color: #458ced;
}
#Title_SKU:hover{
    cursor:pointer;
}
.MatchingTableTr {
    background: white;
    border: 1px solid #e3e3e3;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.MatchingTableTd {
    display: inline-block;
    padding-left: 5px;
    padding-right:5px;
    vertical-align: top;

}
.MatchingTableTr .MatchingTableTd:nth-child(1) {
    width:23%;
}
.MatchingTableTr .MatchingTableTd:nth-child(2) {
    width: 43%;
}
.MatchingTableTr .MatchingTableTd:nth-child(3) {
    width: 32%;
}

    .MatchingTableTd p {
        padding: 0px;
        margin: 0px;
        color: steelblue;
        font-size:13px;
    }
    .MatchingTableTd a {
        color: #458ced !important;
        text-decoration:none;
        font-size: 17px !important;
        font-weight:300;
    }
.MatchingTableTd h3{
    font-size:18px !important;
    color:#333;
    font-weight:300 !important;
}

.InputLabelArea {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 105px);
    min-width:125px;
}

    .InputLabelArea p {
        display: inline-block;
        border: 1px solid #e3e3e3;
        height: 32px;
        width: 30px;
        margin-left: -4px;
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
        border-left: none !important;
        color: gray;
        padding-top: 7px;
    }

    .InputLabelArea input {
        display: inline-block;
        width: calc(100% - 30px) !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        border-right: none !important;
        min-width:95px;
    }

.AuditRecoverBtn {
    border: none;
    vertical-align: top;
    border-radius: 4px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    background: #5394e9;
    margin-top: 8px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
    .AuditRecoverBtn:hover {
        background: white;
        color: #5394e9;
    }
#ListedChannelsSelect p {
    display: inline-block;
    color: #5394e9;
    padding-left: 5px;
    padding-right: 5px;
}
    #ListedChannelsSelect p:hover{
        cursor:pointer;
    }
#ListedChannelsSelect .Channel_Selected {
    border-bottom: 2px solid #5394e9;
}

#ProcessTestingSteps {
    padding:5px;
}

#ProcessTestingSteps h1 {
    font-size: 19px !important;
    font-weight: 400 !important;
    letter-spacing: normal !important;
    color: #333;
    margin-top: 5px;
}
#ProcessTestingSteps h3 {
    font-size: 23px !important;
}
#ProcessTestingSteps li {
    font-size: 16px;
    padding-bottom: 6px;
}


.PopupStyleLightNoPadding .dx-popup-bottom.dx-toolbar {
    padding: 0 24px 0 24px;
}
#PricingHistoryGridArea{
    padding:10px;
}
.SimilarExistingStar{
    float:right;
}
.SimilarExistingStar i{
    color:orange;
    font-size:18px;
}

#ProductRecentSerail_btn{
    padding:5px;
    height:36px;
    width:auto;
    display:inline-block;
    background:white;
    border:1px solid #333;
    color:#333;
}
#ProductRecentSerail_btn:hover{
    background:orange;
    border:1px solid orange;
}
#RecentSerialScrollArea{
    display:none;
}
#ProcessRecentSerialArea .MatchingTableTr:hover {
    background: silver;
    cursor: pointer;
    border: 1px solid silver;
}


@media only screen and (max-width: 1520px) {
    #ProcessArea_Header .CategoryHeaderBox {
        width: 50%;
    }
}

@media only screen and (max-width: 1000px) {

    #ProcessArea_Specifics .chosen-container {
        width: calc(100% - 46px) !important;
    }

    #ProcessArea_Details .chosen-container {
        width: calc(100% - 157px) !important;
    }

    #EbayImageArea {
        height:700px !important;
    }
}

@media only screen and (max-width: 800px) {
    .ProcessHeader .HeaderBox {
        display: none !important;
    }

    #ProcessArea_Header .CategoryHeaderBox {
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    #AccountHeadInfo {
        display: none !important;
    }
    .SimpleWhiteStyle .ProcessBoxes{
        margin-left:0px;
        margin-right:0px;
        padding-left:0px;
        padding-right:0px;
    }
}
