﻿@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');
}
@media only screen and (max-width: 800px) {
    #AssetDetails_Top table tr td:first-child{
        width:80px !important;
    }
    #AutoFill_btn{
        display:none !important;
    }
    #Process_SendTo{
        width:140px !important;
    }
    #Process_SKU{
        display:block;
        margin-bottom:5px;
    }
    #warrantySku_check, #distinctSku_check {
    }
    .CategoryBox table tr td:first-child{
        width:100px !important;
    }
    .CategoryBox select {
        width: 160px !important;
    }
    .SKU_Option{
        display:block !important;
    }
    #Sku_td input{
        margin-left:0px !important;
    }

}

#DistinctSku{
    margin-left:0px !important;
}
#Process_SKU {
    display: block;
}
.SKU_Option {
    display: inline-block;
}
/*Buttons*/
#process_next {
    background-color: green;
}

#process_back {
    background-color: red;
}


#process_input, #process_object_type, #process_system_type, #process_part_type, #process_details, #process_quality, #process_product_information, #process_send_to {
    text-align: center;
    border: 1px solid black;
    font-family: Bariol_Serif_Regular;
}

    #process_details table {
        font-family: Bariol_Serif_Regular;
        text-align: left;
        width: 600px;
        border: 1px solid red;
        font-size: 24px;
        margin-left: auto;
        margin-right: auto;
    }

#process_details {
    text-align: center;
}

    #process_details select {
        width: 200px;
        font-size: 20px;
        font-family: Bariol_Regular;
        height: 40px;
    }

    #process_details input {
        width: 100px;
    }

    #process_details textarea {
        width: 400px;
        height: 100px;
        font-size: 15px;
    }

#process_input {
}

#process_object_type button i {
    color: red;
    float: left;
    padding-top: 8px;
    padding-left: 10px;
}

#process_object_type button {
    width: 220px;
    height: 90px;
    margin: 40px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    font-family: Bariol_Regular;
    font-size: 30px;
    background-color: rgb(245,245,245);
    border: 1px solid #E0E0E0;
}

    #process_object_type button:hover {
        background-color: #515159;
        color: white;
    }

#process_system_type, #process_part_type {
    padding-left: 100px;
    padding-right: 100px;
}

#process_quality {
    padding-left: 20%;
    padding-right: 20%;
}

#process_system_type button, #process_part_type button, #process_send_to button {
    width: 200px;
    height: 80px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    font-family: Bariol_Regular;
    font-size: 20px;
    background-color: #F8F8F8;
    border: 1px solid #E0E0E0;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    word-wrap: break-word;
}

    #process_system_type button:hover, #process_part_type button:hover, #process_send_to button:hover {
        background-color: #515159;
        color: white;
    }

#process_quality table td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 20px;
}

#process_quality table {
    font-family: Bariol_Serif_Regular;
    text-align: left;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
}

.chk {
    width: 15px;
    height: 15px;
}

#process_quality h4 {
    font-family: Bariol_Serif_Regular;
    margin-left: -600px;
    font-size: 22px;
}


#process_r2v3 td {
    padding-right: 10px;
}




/*Hide divs*/
#process_object_type, #process_part_type, #process_details, #process_quality {
    display: block;
}

#process_table_prod_info select {
    width: 250px;
    font-size: 18px;
    font-family: Bariol_Regular;
}

#process_table_prod_info th {
    text-align: left;
    font-family: Bariol_Serif_Regular;
    font-size: 22px;
}

#process_table_prod_info td {
    font-family: Bariol_Serif_Regular;
    text-align: left;
    font-size: 18px;
    width: 170px;
    padding-left: 10px;
}











.wash-icons {
    width: 20px;
    height: 20px;
    background: red;
}

    .wash-icons .ion-android-hand {
        visibility: hidden;
    }

    .wash-icons:hover .ion-android-hand, .wash-icons:focus .ion-android-hand {
        visibility: visible;
        cursor: pointer;
    }

.ion-android-hand:before {
    content: attr(data-text);
    background-color: rgba(0, 0, 0, 0.8);
    /*width: 14%;*/
    left: 50%;
    margin-left: 50px;
    /*height: 10%;*/
    color: #fff;
    text-align: center;
    border-radius: 5px;
    display: block;
    z-index: 1;
    padding: 10px;
    font-size: 80%;
    font-style: normal;
    position: absolute;
    margin-top: 15px;
    cursor: pointer;
}

#loadPartial_DetailsCheck {
    margin-top: 5px;
}

#process_clone {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ProcessControls {
    margin-left: 10px;
    width: 115px;
    height: 25px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    border: 2px solid black;
    border-radius: 2px;
}

    .ProcessControls:hover {
        background-color: #B0B0B0;
    }

#btn_product_add {
    float: left;
    margin-top: 6px;
    display: inline-block;
}

#processExisitngProductPopup {
    float: left;
    margin-top: 8px;
}

#popupProductQty p {
    font-size: 15px;
    padding-left: 10px;
}



.error {
    border: 2px solid red;
}

#loadPartial_DetailsCheck input[type=checkbox][disabled]:checked {
    outline: 2px solid blue;
    color: #0d6efd;
    background-color: red;
}














#AssetDetails {
    border: 3px solid #ff5722;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

    #AssetDetails h3 {
        font-size: 25px;
        padding-left: 20px;
        background-color: #ff5722;
        width: 205px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px/50%;
        font-weight: bold;
        border-bottom: 1px solid gray;
    }

    #AssetDetails a {
        display: inline-block;
        margin-top: 4px;
    }

    #AssetDetails h3:after {
        content: "";
        position: absolute;
        margin-left: 16px;
        margin-top: 4px;
        width: 30px;
        height: 43px;
        transform: rotate(45deg);
        background-color: #e9ecef;
        border-bottom-right-radius: 90px;
        border-left: 1px solid gray;
    }

    #AssetDetails table {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 5px;
        margin-bottom: 12px;
        font-size: 15px;
    }

        #AssetDetails table td {
            padding-right: 88px;
        }

        #AssetDetails table tr {
            margin: 10px;
        }

        #AssetDetails table input {
            width: 160px;
            height: 24px;
        }

        #AssetDetails table select {
            width: 80px;
        }



#AssetInformation {
    border: 3px solid #ff5722;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 11px;
}

    #AssetInformation h3 {
        font-size: 25px;
        padding-left: 20px;
        background-color: #ff5722;
        width: 255px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px/50%;
        font-weight: bold;
        border-bottom: 1px solid gray;
    }

        #AssetInformation h3:after {
            content: "";
            position: absolute;
            margin-left: 16px;
            margin-top: 4px;
            width: 30px;
            height: 43px;
            transform: rotate(45deg);
            background-color: #e9ecef;
            border-bottom-right-radius: 90px;
            border-left: 1px solid gray;
        }

    #AssetInformation table {
        margin: 10px;
        margin-left: 20px;
        font-size: 15px;
    }

#AssetInfo_table td {
    text-align: left;
}

.RightCol1 .ProcessDetail {
    max-width: 600px;
}

.LeftCol1 .ProcessDetail {
    max-width: 600px;
}

.ProcessDetail {
    border: 2px solid #A8A8A8;
    margin-top: 5px;
    background-color: #e9ecef;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
    margin-bottom: 15px;
    font-size: 15px;
}

.DetailHeader {
    width: 250px;
    background-color: #5B7C99;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 30px;
    border-bottom: 1px solid gray;
    margin-left: -2px;
}

    .DetailHeader 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;
    }

    .DetailHeader:after {
        content: "";
        position: absolute;
        margin-left: 232px;
        margin-top: -29px;
        width: 22px;
        height: 43px;
        transform: rotate(45deg);
        background-color: #e9ecef;
        /*#A8A8A8*/
        border-bottom-right-radius: 90px;
        border-left: 1px solid gray;
    }

.ProcessDetail table {
    font-family: Roboto,RobotoFallback,"Noto Kufi Arabic",Helvetica,Arial,sans-serif;
    font-size: 15px;
    margin: 20px;
    width: 100%;
    text-align: left;
}

    .ProcessDetail table td {
    }

    .ProcessDetail table input {
        max-width: 150px;
        height: 25px;
    }

    .ProcessDetail table select {
        height: 24px;
        width: 250px;
        margin-right: 0px;
        padding-right: 0px;
    }

.ProcessDetail textarea {
    margin: 15px;
    height: 110px;
    width: 485px;
    border: 2px solid gray;
}

.borderPadding {
    border: 1px solid black;
    margin: 15px;
    margin-left: 20px;
    margin-right: 20px;
}

.borderPadding_bold {
    border: 2px solid black;
    margin: 15px;
    margin-left: 20px;
    margin-right: 110px;
}

#Process_buttons {
    margin-top: 15px;
    margin-left: 16px;
    margin-bottom: 30px;
}

    #Process_buttons button {
        background-color: black;
        font-size: 14px;
        color: white;
        width: 120px;
        height: 28px;
        margin-right: 9px;
        margin-left: 9px;
        border: 1px solid gray;
        border-radius:5px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

        #Process_buttons button:hover {
            background-color: gray;
            border: 2px solid black;
            color: black;
        }

#table_bottom {
    border-top: 1px solid black;
    margin: 0px;
    padding-left: 100px;
    margin-bottom: -6px;
}

    #table_bottom table {
        width: 100%;
    }

        #table_bottom table p {
            display: inline;
            font-weight: bold;
            padding-right: 30px;
        }

        #table_bottom table select {
            width: 150px;
        }


.LeftCol1 {
    margin-right: 30px;
}

.RightCol1 {
}

.float-container {
    margin: 0px;
    margin-top: 25px;
}

.DetailAdd {
    background-color: inherit;
    border: none;
    color: red;
    width: 10px;
    margin: 0px;
    padding: 0px;
}

.DetailsSelectButtons {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    flex-flow: row wrap;
    align-content: space-around;
    justify-content: space-evenly;
}
.LeftCol1 * select {
    background-color: white;
}
.ProcessDetail .DetailsSelectButtons button {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 6px;
    height: 60px;
    width: 125px;
    border-radius: 10px;
    vertical-align: text-bottom;
    font-size: 14px;
    border: 1px solid gray;
    margin-right: 5px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    background-color: #f0f0f0;
}

    .ProcessDetail .DetailsSelectButtons button:hover {
        background-color: #ff5722;
    }
.DetailsReset {
    text-decoration: none;
    float: right;
    background-color: #e9ecef;
    border: none;
    margin: 5px;
    color: black;
}

    .DetailsReset:hover {
        background-color: #5B7C99 !important;
        color: white;
    }
    .DetailsReset{
        padding-left:6px !important;
        padding-right:6px !important;
        padding-bottom:1px !important;
        padding-top:2px !important;
        border-radius:99px;
    }
    #ProcessClone_btn {
        float: right;
        background: none;
        border: none;
        padding: 8px;
        padding-right: 10px;
    }




























/*Alert test*/
.elementToFadeInAndOut {
    animation: fadeInOut 4s linear forwards;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.alertMessageError {
    padding: 20px;
    background-color: red;
    color: white;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 270px;
    height: 70px;
    margin: 20px;
    padding-top: 12px;
    text-align: center;
    border-radius: 14px;
}

    .alertMessageError p {
        display: inline;
        font-size: 20px;
    }

    .alertMessageError a {
        display: inline;
        font-size: 18px !important;
        color: white !important;
    }

.alertMessage {
    padding: 20px;
    background-color: #60c060;
    color: white;
    font-size: 20px;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 270px;
    height: 70px;
    margin: 20px;
    padding-top: 21px;
    text-align: center;
    border-radius: 14px;
}

    .alertMessage p {
        display: inline;
    }

.close1 {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    .close1:hover {
        color: black;
    }


#ClonedText {
    padding-left: 25px;
    margin-top: -12px;
    margin-bottom: 5px;
    color: #ff5722;
    display: block;
}

#AssetDetails .template_overlay h2 {
    font-size: 28px !important;
    font-weight: bold;
}

#AssetDetails .template_overlay button {
    box-shadow: none !important;
}

#AssetDetails .product_overlay h2 {
    font-size: 28px !important;
    font-weight: bold;
}

.RightCol1 .product_overlay h2 {
    font-size: 28px !important;
    font-weight: bold;
}


/*Chosen*/
.ProcessDetail .chosen-single {
    width: 250px;
    font-size: 14px;
    display: inline-block;
}

.ProcessDetail .chosen-drop {
    width: 250px !important;
}

#r2v3 table i {
    margin-left: 250px;
}

/*Move r2v3 & Notes to left if screensize is small enough*/
/*Make fit half screen if size is small enoguh*/
@media only screen and (max-width: 960px) {
    #Notes_input{
        width:400px;
    }
    .ProcessDetail table tr  td select{
        width:200px;
    }
    .borderPadding table tbody tr td input{
        width:100px !important;
    }
    .float-container{
        padding-left:0px;
    }
    .LeftCol1 {
        margin-right: 0px;
    }
    .float-container{
        padding-left:0px !important;
    }
}
/*
.RightCol1 .ProcessDetail {
    width: 530px;
}

.RightCol2 .ProcessDetail {
    width: 530px;
}

.RightCol3 .ProcessDetail {
    width: 530px;
}

.LeftCol1 .ProcessDetail {
    width: 570px;
}
    */

.float-container {
    margin-top: 0px;
    padding-top: 30px;
    /*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;
    display: flex;
    justify-content: flex-start;
    padding-left: 30px;
}

#AssetInformation, #AssetDetails {
    /*background-color: rgba(255,255,255, 0.90);*/
    background-color: #e9ecef;
}
#calcWeight {
    float: right;
    margin-right: -60px;
    background: none;
    border: none;
}

    #calcWeight i {
        color: dodgerblue;
    }
#popupCalculateWeight .product_popup h2 {
    font-size: 24px !important;
    padding-top:10px;
    margin-bottom:20px;
}
#popupCalculateWeight .product_popup input{
    margin-bottom:13px;
}
#popupCalculateWeight .product_popup button {
    color: white;
    background-color: #0d6efd;
    border: none;
    border-radius: 5px;
    width:120px;
    height:30px;
    margin-top:-20px;
}
    #popupCalculateWeight .product_popup button:hover {
        background-color: #1964d4;
    }

#SuggestedPriceBox{
    margin:0px;
    padding:0px;
}
#SuggestedPriceBox table{
    padding:0px;
    margin-top:0px !important;
    margin-bottom:5px !important;
}
#SuggestedPriceBox p{
    display:inline-block;
}
#SuggestedPriceBox input{
    width:100px;
}
.product_popup_long table tr td:first-child{
    width:80px !important;
}
#btn_add_parts {
    padding-left: 40px !important;
    padding-right: 40px !important;
    border-radius: 10px !important;
    border:1px solid gray !important;
    font-weight:500;
}
#audit_upgradesTable tr td{
    width:100%;
}
#process_upgradesTable tr td:nth-child(1), #process_upgradesTableAssets tr td:nth-child(1) {
    width: 5px !important;
}
#process_upgradesTable tr td:nth-child(2), #process_upgradesTableAssets tr td:nth-child(2) {
    width: 80% !important;
}
#process_upgradesTable button, #process_upgradesTableAssets button {
    border: none !important;
    background: transparent !important;
}
#part_purchased td input{
    width:250px;
}
#price_reused td input {
    width: 100px;
}



#btn_product_add2{
    padding:0px;
    border:none !important;
    margin-right:4px;
}
#CreateProductTypeArea1, #CreateProductTypeArea2{
    text-align: center;
    margin-top: 20px;
}
    #CreateProductTypeArea1 p, #CreateProductTypeArea2 p {
        font-weight: 500;
        padding: 0px;
        margin: 0px;
    }
    #CreateProductTypeArea1 select, #CreateProductTypeArea2 input {
        width: 300px;
        height: 35px;
        border: 1px solid silver;
        border-radius: 7px;
        margin-bottom: 14px;
    }
#CreateProductTypeArea3{
    margin-top:10px;
}
#CreateProductTypeArea3 h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom:15px;
}
#CreateProductTypeArea3 button{
    border:none;
    background:transparent;
    color:blue;
    text-decoration:underline;
    font-size:16px;
    margin-bottom:18px;
    margin-left:20px;
}
#CreateProductTypeArea3 #ProductSearchBack_btn{
    border:2px solid black;
    background:white;
    color:black;
    text-decoration:none;
    border-radius:5px;
    padding:3px;
    padding-left:6px;
    padding-right:6px;
    margin-left:0px;
}


#CreateProductTypeArea1 select:hover {
    cursor: pointer;
}
#CreateProductTypeArea1 button{
    border:2px solid green;
    background:transparent;
    border-radius:8px;
    width:35px;
    height:36px;
    margin-left:1px;

}
#CreateProductTypeArea1 button i{
    color:green;
    font-weight:bold;
    font-size:16px;
    padding-top:6px;
    padding-bottom:12px;
}
.DisabledGrayButton {
    border: 2px solid #D3D3D3 !important;
    background: #F0F0F0 !important;
}
.DisabledGrayButton i{
    color:gray !important;
}
.DisabledGraySelect {
    background: #F0F0F0;
    border: 1px solid #D3D3D3 !important;
}
.CreateProductBtnArea{
    position:absolute;
    bottom:0;
    right:0;
    left:0;
}
.CreateProductBtnArea button{
    width: 90px;
    height: 38px;
    border-radius: 4px;
    background: white;
    font-weight: 500;
    margin: 3px;
}
.ProcessProductTypeEbayCatArea {
    text-align:center;
    margin-bottom:3px;
}
.ProcessProductTypeEbayCatArea button {
    width: 90px;
    height: 38px;
    border: 1px solid red !important;
    border-radius: 4px;
    background: white !important;
    font-weight: 500;
    margin: 0px !important;
    text-decoration: none !important;
    color: red !important;
}
.CreateProductBtnArea button:nth-child(1) {
    border: 1px solid red;
    color: red;
}
    .CreateProductBtnArea button:nth-child(2) {
        border: 1px solid #8bc34a;
        color: #8bc34a;
    }


#AddProductType_count{
    margin-top:30px !important;
}


.DefaultGridContainer .dx-footer-row {
    background: #f8f9fa !important;
}
#btn_add_parts {
    border: none !important;
    background: #5B7C99;
    color: white;
    margin-left: 20px !important;
    margin-top: 10px !important;
}
.AddPartArea{
    text-align:center;
}
#AddPartOptionButtons button {
    border: none;
    background-color: #e9ecef;
    border: none;
    border-radius: 4px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.AddPartArea button:hover {
    background: #ff5722 !important;
}
#PartsOption_Asset input {
    width: 80%;
    height: 34px;
    border: 1px solid silver;
    border-radius: 5px;
    padding-left: 8px;
}
#PartsOption_Default select{
    height:34px;
    width:300px;
    border-radius:4px;
    border:1px solid silver;
}
#PartsOption_Default select:hover{
    cursor:pointer;
}
#PartsOption_Default button, #PartsOption_Custom button {
    height: 34px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid silver;
    border-radius: 4px;
    background: #5394ea;
    color: white;
    font-weight: 500;
}
#PartsOption_Custom input {
    height: 34px;
    border: 1px solid silver;
    padding-left: 8px;
    border-radius: 4px;
}
#PartsOption_Custom input:nth-child(1){
    width:260px;
}
#PartsOption_Custom input:nth-child(2){
    width:100px;
}


/*=================================================================================================================== 2.0*/


.ProcessBackground {
    padding: 15px;
    background: linear-gradient(180deg, rgba(63,119,174,1) 0%, rgba(176,196,223,1) 100%);
    min-height: 100vh;
}
.ProcessBoxes{
    max-width:100%;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;

}
.ProcessCol{
    min-height:200px;
    flex:1;
    margin-right:15px;
}
.ProcessCol:first-child{
    margin-left:0px;
}
.ProcessCol:last-child{
    margin-right:0px;
}

@media (max-width: 1000px) { /* Total container width below 1000px (2 boxes per row) */
    .ProcessCol {
        flex-basis: 100%;
        margin-bottom: 5px;
        margin-right: 0px;
    }
}
.ButtonArea button {
    border: 1px solid #C8C8C8;
    background: transparent;
    border-radius: 5px;
    margin: 2px;
    color: black;
    padding: 5px;
    padding-left: 7px;
    padding-right: 7px;
    font-weight: 400;
    margin:3px;
    font-size:15px;
}

.AccountBoxBody textarea{
    width:100%;
    height:110px;
    border:1px solid #ddd;
    border-radius:3px;
    padding:5px;
}

.DetailsTableSideBtn {
    border: none;
    background: silver;
    width: 100%;
    color:white;
    font-weight:500;
    padding:7px;
    border-radius:5px;
}

.ProcessBoxes .chosen-container-multi .chosen-choices {
    border-radius: 3px;
    padding: 2px;
    border: 1px solid #ddd;
    box-shadow: none;
    padding-left:10px;
}

.chosen-container .chosen-drop {
}
.no-scroll {
    position:fixed;
}

.AccountBox .chosen-container-multi .chosen-choices li.search-choice {
    background: #D8D8D8;
    box-shadow: none;
    color: #333;
    font-weight: 500;
    border: 1px solid silver;
    padding:6px;
    padding-right:19px;
}
.AccountBox .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{
    top:6px;
}
.AccountBox .chosen-container-multi .chosen-choices{
    background:none;
}

.AccountBox .chosen-disabled{
    opacity:1 !important;
}
.AccountBox .chosen-container{
}

.TitleRightIcons{
    float:right;
}
.ProcessTitleIconBox {
    background: #5394e9;
    text-align: center;
    border-radius: 16px;
    padding: 8px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 5px;
    margin-top: 45px;
}
    .ProcessTitleIconBox:hover{
        background:orange;
        cursor:pointer;
    }
    .ProcessTitleIconBox i {
        font-size: 16px;
        color: white;
    }
    .ProcessTitleIconBox p {
        font-weight: 500;
        padding: 0px;
        margin: 0px;
        display: inline-block;
        color: white;
    }

.TreeListPadding{
    height: 95%;
}
.TreeListPadding .dx-treelist .dx-treelist-content .dx-treelist-table .dx-row > td:not(.dx-validation-pending):not(.dx-treelist-select-all) {
    padding: 8px;
}
.TreeListPadding input{
    width:100%;
    padding:8px;
    border:1px solid silver;
    border-radius:5px;
}

.TreeListPadding .dx-treelist .dx-treelist-content .dx-treelist-table .dx-row > td:not(.dx-validation-pending):not(.dx-treelist-select-all).dx-command-edit.dx-command-edit-with-icons .dx-link{
    height:24px;
}
#Title_Load {
    color: #458ced;
}
#Title_Load:hover{
    cursor:pointer;
}
.ChannelIconBox {
    height: 30px;
    width: 76px;
    /*background-image: url("/img/Logo_Ebay.svg");*/
    background-size: contain;
    background-repeat: no-repeat;
}
.AccountDetailAreaRightBox{
    float:right;
    width:105px !important;
}
.AccountDetailAreaRightBox label{
    font-weight:bold;
    color:#333 !important;
    font-size:13px !important;
    display:block;
    text-align:left;
}
    .AccountDetailAreaRightBox input {
        border: 1px solid #ddd !important;
        padding: 5px !important;
        display: block;
        background: white;
        border-radius: 3px;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    }

