
@media only screen and (max-width: 800px) {
    .TopFilterMiddle{
        margin-left:20px !important;
    }
        .TopFilterMiddle p{
            display:block !important;
            margin-bottom:5px !important;
        }
    .SmallVerticalLine, .SmallVerticalLineEnding, .SmallVerticalLineEndingShort {
        display: none !important;
    }
    .TopFilterMiddleSub p{
        margin-top:10px;
    }
    .TopFilterSearchButtonsArea{
        margin-left:20px !important;
        margin-top:10px !important;
    }
    .UserUsernameInitial{
        width:30px !important;
        height:30px !important;
    }
    .UserUsernameText{
        overflow:hidden;
    }
    #Settings_head2 h3 {
        font-size: 19px !important;
        padding-top:10px;
    }
    .ThinLine1{
        display:none;
    }
}


#validator_reset{
    width:100px;
    margin:10px;
    margin-bottom:-10px;
}
#table_recon {
    width: 700px;
    border: 1px solid black;
    margin-left: 30px;
}

    #table_recon tr {
        border-bottom: 1px solid black;
    }

    #table_recon td {
        text-align: center;
        background-color: white;
        width: 25%;
        padding-right:30px;
    }

    #table_recon th {
        text-align: center;
        padding-right: 30px;
    }
#table_recon_dark {
    width: 500px;
    border: 1px solid black;
    margin-left: 30px;
    border-radius: 5px;
}

    #table_recon_dark tr {
        border-bottom: 1px solid black;
    }

    #table_recon_dark td {
        text-align: center;
        background-color: #181d20;
        width: 25%;
        color: white;
    }

    #table_recon_dark th {
        text-align: center;
        color: white;
        background-color: #2c3335;
    }
#validator_locBox{
    display:inline-block;
}
#validator_assetBox {
    display: inline-block;
    margin-left: 40px;
}

#validatorRefresh{
    margin-left:700px;
}
#validatorRefresh:hover{
    cursor:pointer;
}
#div_recon_table{
    margin-top:4px;
}
#text_notFound{
    margin-bottom:-16px;
}



#LocationValidator_update_btn {
    margin-left:31%;
    height:40px;
    border-radius:15px;
    font-weight:bold;
    margin-bottom:10px;
}
    #LocationValidator_update_btn:hover {
        background-color: #FF5733;
    }


#div_mass_table button{
    border:none;
    background:none;
}
#div_mass_table button i{
    color:red;
}


#ImportWholesale3 table {
    font-size: 22px;
    margin-top: 40px;
}
#ImportWholesale3 button {
    width: 100%;
    background-color: #03c03c;
    height: 50px;
    margin-top: 15px;
    font-size: 18px;
    font-family: 'Rubik',sans-serif;
    position: relative;
    bottom: -90px;
    color: white;
    border-radius: 20px;
    border: 1px solid gray;
}
    #ImportWholesale3 button:hover {
        background-color: #FF5733;
    }
#ImportWholesale1 button {
    background-color: #03c03c;
    color: white;
    border-radius: 20px;
    border: 1px solid gray;
    float:right;
    height:40px;
    width:100px;
    margin-top:5px;
}
#ImportWholesale1 button:hover, #ImportWholesale2 button:hover{
    background-color: #FF5733;
}
#ImportWholesale2 h3 {
    margin-top: 10px;
    font-size: 25px;
    text-align: center;
}
#ImportWholesale2 button {
    background-color: #03c03c;
    color: white;
    border-radius: 20px;
    border: 1px solid gray;
    height: 40px;
    width: 100px;
    margin-bottom: 5px;
    position: absolute;
    bottom: 0;
    right:0;
    margin-right:20px;
}
.green_btn_save:hover {
    background-color: #FF5733;
}
.green_btn_save {
    background-color: #03c03c;
    color: white;
    border-radius: 20px;
    border: 1px solid gray;
    height: 40px;
    width: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.Customer_popup h3 {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    margin-top: 20px;
}
.Customer_popup select {
    width: 85%;
    height: 35px;
    font-size: 20px;
}
#addCustomerID {
    display: inline-block;
    background-color:inherit;
    border:none;
    float:right;
    margin-right:20px;
    margin-top: 8px;
}
#btn_save_customer {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left:40%;
    margin-bottom:10px;
}
.Customer_popup_new table {
    margin-top: 20px;
    width: 80%;
    height: 50%;
}
#wholesale_account_popup_bottom button {
    display: inline-block;
    margin-right: 20px;
    color: white;
    border-radius: 20px;
    border: 1px solid gray;
    height: 40px;
    width:100px;
}
#wholesale_account_popup_bottom {
    align-content:center;
    margin-left:30%;
    margin-top:150px;
}
#wholesale_customer_back {
    background-color: gray;
}
#wholesale_customer_back:hover {
    background-color: #FF5733;
}


#ProductType_mapping{
}

#popup_transferLoc h2{
    font-size:35px;
    font-weight:400;
}


#PackagingSlip{
    font-size:16px;
    margin:10px;
}
#PackagingSlip img{
    float:right;
    height:60px;
    margin-right:10px;
}
    #PackagingSlip h4 {
        font-size: 18px;
        font-weight: bold;
    }
#PackagingSlip h3 {
    font-size: 18px;
    font-weight: bold;
}
#Slip_OrderDetails {
    width:65%;
    float:left;
}
#Slip_OrderDetails table{
    width:100%;
}
    #Slip_OrderDetails table td {
        overflow-wrap: break-word;
    }
#Slip_toAddress {
    width: 35%;
    float: left;
    margin-bottom:30px;
}
#Slip_productsDiv table {
    border: 1px solid black;
    font-size: 16px;
    vertical-align: top;
}
    #Slip_productsDiv table tr {
        border: 1px solid black;
    }
    #Slip_productsDiv table th {
        border: 1px solid black;
    }
    #Slip_productsDiv table td {
        vertical-align: top;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
        #Slip_productsDiv table td:nth-last-child(2) {
            text-align: center;
        }
        #Slip_productsDiv table td:nth-last-child(1) {
            text-align: right;
        }
#Slip_total{
    float:right;
    margin-right:18px;
}
#Slip_total table{
    text-align:right;
}
    #Slip_total table td {
        padding-top: 8px;
        padding-left:50px;
    }
    #Slip_total table th {
        padding-top: 8px;
        padding-right: 10px;
    }

#Slip_barcode{
    margin-left:28%;
    margin-top:40px;
}

#PeriodBtn {
    display: inline-block;
    float: left;
    width: 5px;
    background-color: white;
    border: none;
    color: white;
}
#PeriodBtn:hover{
    cursor:default;
}

/*Chosen*/
#select_user_chosen {
    margin-left: 30px;
    height:30px;
}
    #select_user_chosen ul {
        z-index:3;
    }
#select_acc_num_chosen {
    margin-left: 30px;
}
#select_acc_num_chosen a {
    height: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    padding-top: 3px;
    width: 58%;
}

#select_type_chosen {
    margin-left: 30px;
}

    #select_type_chosen a {
        height: 30px;
        margin-bottom: 10px;
        font-size: 16px;
        padding-top: 3px;
        width: 58%;
    }

#DatagridAssetFinder{
}
#Title_header_over {
    font-size: 28px;
    font-weight: 400;
    font-family: 'Rubik',sans-serif;
    color: #585858;
    z-index: 99 !important;
    margin: 0 auto;
    margin-left: 50px;
    margin-top: 10px;
}

    #Title_header_over i {
        color: #FF5733;
    }
/*Pick List*/
#popup_PickAdd input {
    width:340px;
    height:35px;
    border:1px solid silver;
    border-radius:2px;
}
#popup_PickAdd h2 {
    font-size: 24px;
    font-weight: 400;
}
#popup_PickAdd h3 {
    font-size: 22px;
}
#select_picklist_chosen {
    width: 95% !important;
}
#select_picklist_chosen .chosen-results{
}
#popup_PickAdd button {
    border-radius: 20px;
    height: 35px;
    width: 80px;
    border: 2px solid black;
    position: absolute;
    bottom: 0;
    margin-bottom:20px;
    margin-left:-35px;
}
#gridContainerPickListParent .dx-datagrid-header-panel {
    background-color: #F8F8F8;
}
#DatagridLoadDetails .dx-datagrid-header-panel {
    background-color: #F8F8F8;
}

#CustomerLoads {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom:30px;
}
#DatagridPortalLoadDetails {
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 30px;
}
    #DatagridPortalLoadDetails .dx-pager {
        background-color: #fafafa;
    }

@media all and (max-width: 750px) {
    #CustomerLoads {
        margin-left: 0%;
        margin-right: 0%;
    }
}
/*Pick List*/
#grayBox {
    background-color: #f8f8f8;
    padding-top:30px;
}
#PickListAddBox {
    padding:8px;
    width: 500px;
    height: 300px;
    margin: auto;
    width: 50%;
    border: 1px solid silver;
}
#PickListAddBox h2{
    font-size:30px;
    font-weight:400;
}
#PickListAddBox p{
    display:inline-block;
}
#PickListAddBox table tr td input{
    width:160px;
    height:28px;
}
    #PickListAddBox table tr td select {
        width: 160px;
        height: 28px;
    }
    #PickListAddBox button:not(#Exit_btn) {
        height: 40px;
        width: 120px;
        border: 1px solid silver;
        border-radius: 5px;
        background-color: mediumseagreen;
    }
    #PickListAddBox button:hover:not(#Exit_btn) {
        background-color: lightgray;
    }
#Exit_btn {
    background-color: inherit;
    float: right;
    width: 30px;
    height: 30px;
    border:none;
    color:red;
    margin-right:-10px;
    margin-top:-10px;
}


#Scan_box {
    margin: 20px;
    height: 150px;
    min-width: 300px;
    border: 1px solid #C0C0C0;
    background-color: #E8E8E8;
    border-radius: 8px;
}
#Scan_box h2{
    font-size:20px;
    float:left;
    padding-left:10px;
}
    #Scan_box h3 {
        font-size: 22px;
        display: inline-block;
    }
#Scan_box button{
    padding-left:5px;
    padding-right:5px;
}
#Scan_box input{
    border-radius:4px;
    border:1px solid gray;
}


#ScannedAsset{
    height:35px;
    width:250px;
}
.SideBySide{
    margin-top:40px;
}


#gridContainerManageLocations .dx-data-row:hover:not(#DatagridLocationsAssets) {
    cursor: pointer;
}


.Advanced_Search {
    background-color: #f5f5f5;
    min-height: 100px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom:1px;
}
.Advanced_Search h3{
    font-size:18px !important;
}
.Advanced_Search select{
    width:140px;
    height:30px;
}
.Advanced_Search input{
    width:140px;
    height:30px;
}
.Classic_orange {
    background-color: orange;
    border: 1px solid darkorange;
    color: white;
    border-radius: 8px;
    margin: 5px;
    padding: 2px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    height:25px !important;
}
.Classic_X {
    border-radius: 90px;
    border: 1px solid red;
    background-color: white;
    color: red;
    margin: 5px;
}
.Classic_Orange_Border {
    border: 1px solid orange;
    background-color: white;
    border-radius: 2px;
    margin: 5px;
    padding: 2px;
    padding-left: 8px;
    padding-right: 8px;
}
.Classic_Plus{
    border-radius:90px;
    border:2px solid orange;
    color:orange;
}
/*Report jsPDF download*/
#PrintTemp p{
    background-color:red;
    text-align:center;
}


.Search_btn {
    border-radius: 6px;
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid gray;
}
#ScannedPallet{
    height:30px;
}


#btn_MobileCamera {
    border: 1px solid gray;
    border-radius: 6px;
    height: 30px;
    padding: 3px;
    margin-right: -1px;
    margin-left: -1px;
}

#ForkliftInspectionBox table:not(#Inspection_Response_table) tr td:first-child {
    width: 250px;
    padding-left: 10px;
}
#ForkliftInspectionBox table:not(#Inspection_Response_table) tr th {
    border: 1px solid black;
    padding: 10px;
    font-size: 15px;
}
#ForkliftInspectionBox table:not(#Inspection_Response_table) tr td:nth-child(2), #ForkliftInspectionBox table:not(#Inspection_Response_table) tr td:nth-child(3) {
    text-align: center;
}
#ForkliftInspectionBox table:not(#Inspection_Response_table) tr td {
    border: 1px solid black;
    padding-bottom: 0px;
    padding-top: 0px;
} #ForkliftInspectionBox button {
    background-color: #4CAF50;
    padding: 10px;
    width: 150px;
    border-radius: 6px;
    border: 1px solid black;
    color: white;
    font-size: 16px;
} #ForkliftInspectionBox input[type="radio"] {
    appearance: none;
    border: 1px solid #d3d3d3;
    width: 30px;
    height: 30px;
    content: none;
    outline: none;
    margin: 0;
    margin-bottom: 0px;
    margin-top: 5px;
    /*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
} #ForkliftInspectionBox input[type="radio"]:checked {
    appearance: none;
    outline: none;
    padding: 0;
    content: none;
    border: none;
} #ForkliftInspectionBox input[type="radio"]:checked::before {
    position: absolute;
    color: green !important;
    content: "\00A0\2713\00A0" !important;
    border: 1px solid #d3d3d3;
    font-weight: bolder;
    font-size: 21px;
}
#CreateID_popup .product_popup h2 {
    font-weight: bold;
    font-size: 25px;
}



/*User Management*/
.ThinLine1{
    border-bottom:1px solid silver;
}
#User_Tabs {
    padding-top: 15px;
    padding-bottom: 20px;
    margin-left:20px;
    margin-right:20px;
}
.UserTab {
    padding: 15px;
    width: 110px;
    background: inherit;
    border: none;
    color: rgba(0,0,0,.87);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2857;
}
    .UserTab:hover {
        /*#03a9f4*/
        background-color: rgba(3,169,244,.08);
    }
.UserTabSelected {
    color: #ff5722;
    border-bottom: 2px solid #ff5722;
    padding-bottom: 13px;
}
#Settings_head2 {
    padding: 10px;
    padding-left: 30px;
    padding-bottom:5px;
    margin: 30px;
    margin-top:25px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#Settings_head2 h3 {
    font-size: 32px;
    font-weight: 500;
}


.Border_Box1 {
    margin: 30px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#gridContainerUsers .dx-data-row:hover {
    cursor:pointer !important;
}

.UserPermissionsArea {
    border: 1px solid silver;
    border-radius:5px;
    margin: 10px;
    padding: 20px;
    padding-top:0px;
}
    .UserPermissionsArea h3 {
        padding-top:0px;
        margin-top:0px;
        font-size: 20px !important;
    }
.UserPermissionsArea table{
}
#UsersPermissionsSave_btn{
    border:1px solid silver;
    border-radius:10px;
    height:40px;
    width:120px;
    margin-top:20px;
}
    #UsersPermissionsSave_btn:hover {
        background-color: #ff5722;
    }
.SideBySide{
    float:left;
}
.clearFloat{
    clear:both;
}
#Tools_duplication input {
    border: 1px solid gray;
    border-radius:5px;
    height: 30px;
    display:inline-block;
    width:200px;
}
#Tools_duplication input:nth-child(2){
    width:100px;
}
#tools_qty {
    border: 1px solid gray;
    width: 80px;
    height: 30px;
}
#Tools_duplication {
    padding: 0px;
    padding-top: 20px;
    text-align: center;
}

#gridAccountsLoad1 .dx-row:hover:not(#gridAccountsLoad1 .dx-master-detail-row) {
    cursor: pointer !important;
}


.GridCheckSmall .dx-editor-cell.dx-editor-inline-block:not(.dx-command-select)::before {
    margin: 0px;
    padding: 0px;
}
#UsersTable .dx-editor-cell.dx-editor-inline-block:not(.dx-command-select)::before {
    margin: 0px;
    padding: 0px;
}


.WholesalePopupArea h3{
    text-align:center;
    font-size:20px !important;
    font-weight:bold;
}
.WholesalePopupArea p, .WholesalePopupArea h4 {
    text-align: center;
}
.WholesalePopupArea select{
    width:250px;
    height:30px;
}
.WholesalePopupArea select:hover{
    cursor:pointer;
}
.WholesalePopupArea #WholeSaleConfirmArea input {
    text-align:center;
}

/*Scan Gun*/
@media only screen and (max-width: 800px) {
    #Info_box_dark {
        margin:0px !important;
        width: 100% !important;
        min-width: 100px !important;
    }
    #Info_box input, #Info_box_dark input {
        width: 60% !important;
    }
    #Info_box_dark table{
        margin-left:0px !important;
    }
    #transfer_textbox{
        height:50%;
    }
    #Info_box h3, #Info_box_dark h3{
        padding:0px !important;
    }
    #Info_box_dark #Title_header{
        padding-bottom:10px !important;
    }
    #table_recon_dark{
        width:100%;
    }
}

.ClickableAccount{
    color:dodgerblue;
    text-decoration:underline;
}
.ClickableAccount:hover{
    cursor:pointer;
}

.WizardIcon {
    background: silver;
    height: 48px;
    width: 48px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.WizardIcon i{
    font-size:24px;
    color:white;
    margin-top:10px;
    text-align:center;
}
.WizardText{
    margin-left:10px;
}
.WizardText h3{
    font-size:16px !important;
    margin:0px;
    font-weight:bold !important;
    margin-top:15px;
}
.WizardText p {
    max-width:480px;
}
.WizardIcon:hover {
    background: #f5951f;
    cursor: pointer;
}

#CreateCustomerDiv{
    margin-top:20px;
}
#CreateCustomerDiv table td:first-child{
    padding-right:10px;
}
    #CreateCustomerDiv input {
        padding: 3px;
        width: 200px;
    }
#CreateCustomerDiv button{
    margin-top:10px;
    border:1px solid gray;
    padding:5px;
    padding-left:15px;
    padding-right:15px;
}

#WholeSaleShowAddCustomer{
    font-size:20px;
    background:transparent;
    color:forestgreen;
    border-radius:90px;
    border:none;
}
.TextLeft {
    text-align: left !important;
}

/*JJR Added CSS*/
#sticker_container {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 10px;
}
#jd-sticker {
    box-sizing: border-box;
    width: 2in !important;
    height: 0.9in;
    padding: 0in 0.125in;
    background-color: white;
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1.5fr 0.5fr;
    grid-template-areas:
        'top hs'
        'bot bot';
    place-items: center stretch;
}

.sticker-content.top {
    grid-area: top;
    font-weight: bold;
    font-size: 0.4in;
}

.sticker-content.bot {
    grid-area: bot;
    font-size: 0.25in;
}

.sticker-content.hs {
    grid-area: hs;
    font-size: 0.275in;
}

.sticker-content {
    margin: 0;
    height: 100%;
    width: fit-content;
    font-family: sans-serif;
}
#sticker_controls {
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    width: fit-content;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 5px;
}

#stickerPrint_btn {
    width: 100%;
}

.UserStatusBox{
    line-height:20px;
    text-align:left;
}
.UserStatusBox i {
    font-size: 10px;
    margin-right: 10px;
    margin-bottom: -2px !important;
}
.statusIconGreen i {
    color: #33cc00;
}
.statusIconRed i {
    color: red;
}




.UserUsernameBox {
    display: flex;
    align-items: center;
}

.UserUsernameInitial {
    color: white;
    background: #5394e9;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.UserIconBlack {
    background: black;
}
.UserIconGreen {
    background: limegreen;
}
.UserIconGold {
    background: #ffbf00;
}
.UserIconPurple {
    background: #b553e9;
}


.UserIconSilver {
    background: silver;
}

.UserUsernameText {
    margin-left: 10px;
    display: flex;
    align-items: center;
    color: darkblue;
}

.InputForm-SideBySide_table {
    display: inline-block;
    margin-right: 15px;
    vertical-align: text-top;
}
.InputForm-SideBySide_table p{
    height:100%;
    padding-top:10px !important;

}
.InputForm-SideBySide_table:first-child{
    width:140px;
    height:100% !important;
}
.InputForm-SideBySide_table input[type='text'],.InputForm-SideBySide_table select {
    max-width:290px !important;

}
.InputForm-SideBySide_table input[type='radio']{
    display:inline-block;
    width:20px;
    margin-right:100px;
    margin-left:20px;
}

.EnabledStatusLabel{
    width:100%;
    padding-left:388px;
    padding-bottom:0px;
}
.EnabledStatusLabel p{
    display:inline-block;
    margin-right:90px;
    margin-bottom:0px;
}

#CreateUserBtn{
    float:right;
    margin-right:15px;
    margin-top:-15px;
    background:transparent;
    border:none !important;
    font-size:20px;
}
    #CreateUserBtn:hover {
        color: #7cb957;
    }


/*<p>Are you sure you want to RECOVER this asset?</p><div class='ConfirmPopupInputArea'><p>Location</p><input type='text'/></div>*/
.ConfirmPopupInputArea p{
    margin:0px;
    font-weight:500;
}
.ConfirmPopupInputArea input{
    border:1px solid gray;
    height:30px;
    width:100%;
    border-radius:3px;
}

#gridContainerTechReport .dx-scrollable-scroll-content {
    background: #ff5722 !important;
}

.TopIconButtonArea{
    display:inline-block;
    text-align:center;
}

    .TopIconButtonArea i {
        background: #dd8838;
        color: white;
        padding: 30px;
        border-radius: 20px;
        font-size: 35px;
        width: 100px;
        height: 90px;
        margin: 20px;
        margin-bottom: 10px;
        margin-left: 20px;
        margin-right: 20px;
    }
        .TopIconButtonArea i:hover {
            background: #5394ea;
            cursor: pointer;
        }
.TopIconButtonArea p{
    text-decoration:underline;
    font-weight:bold;
    font-size:16px;
    margin:5px;
    margin-bottom:20px;
}


/*===================================Compare*/
.CompareArea {
    background: #f9f9f9;
    height: calc(100vh - 96px);
    width: 100%;
    display: flex;
    gap: 10px;
}
.CompareBox {
    margin: 10px;
    background: white;
    width: 50%;
    float: left;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.CompareBox:nth-child(1){
    margin-right:2px;
}
    .CompareBox:nth-child(2) {
        margin-left: 2px;
    }

.CompareHeaderArea {
    height: 220px;
    margin: 20px;
    border: 2px solid silver;
    text-align: center;
    padding-top: 20px;
    border-radius:3px;
}
    .CompareHeaderArea i {
        display: block;
        color:silver;
        font-size:60px;

    }
.CompareHeaderArea input{
    border:1px solid gray;
    border-radius:10px;
    padding:5px;
    width:100%;
    max-width:220px;
    margin-top:10px;
    margin-bottom:10px;
}
    .CompareHeaderArea button {
        display: block;
        margin: 5px auto;
    }

.CompareHeaderArea h3{
    font-size:22px !important;
}
.CompareBtnArea {
    position: absolute;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: fit-content;
    top:245px;
}
.CompareHeaderArea button {
    width:100%;
    max-width: 200px;
    height: 40px;
    border-radius: 20px;
    background: #5394ea;
    border: none;
    color: white;
    font-weight: 500;
    font-size: 18px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
    .CompareHeaderArea button:hover {
        border: 2px solid #333;
    }

.CompareDetails{
    padding-left:30px;
}
.CompareDetails h2{
    font-size:20px !important;
    font-weight:500 !important;
}

#TransferPopupHeaderArea {
    background: #f5f5f5;
    border-bottom: 1px solid silver;
}
    #TransferPopupHeaderArea button {
        float: right;
        margin-top: -27px;
        border: none;
        background: #7cb957;
        color:white;
        border-radius:5px;
        padding:4px;
        padding-left:8px;
        padding-right:8px;
        margin-right:1px;
        font-weight:500;
    }

#TransferMessage {
    padding: 5px;
    margin-bottom: 0px;
    font-weight: 500;
    text-align: center;
}
.StatusCheck_Red {
    display: inline;
    color: red;
    font-weight: 500;
}
.StatusCheck_Green {
    display: inline;
    color: #7cb957;
    font-weight:500;
}
.StatusCheck_Red i, .StatusCheck_Green i{
    font-size: 18px;
    margin-right:5px;
}


.ColorBoxArea{
    margin-top:20px;
    width:100%;
}
.ColorBox {
    border-radius:5px;
    padding:20px;
    padding-bottom:10px;
    background: silver;
    max-width: 500px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width:100%;
}
.ColorBox input{
    border:1px solid #333;
    border-radius:3px;
    padding:4px;
    width:250px;
}
.ColorBox p{
    margin-top:5px;
    display:inline-block;
    font-size:15px;
}
    .ColorBox p:nth-child(5){
        font-weight:500;
    }
    .ColorBox h5 {
        margin:0px;
        font-size: 16px !important;
    }
    .ColorBox button {
        border: none;
        border-radius: 5px;
        color: white;
        padding: 5px;
        padding-left: 15px;
        padding-right: 15px;
        background: #5394e9;
        margin-top:5px;
    }
.ColorBox select{
    margin:9px;
    width:100px;
    border:1px solid gray;
    border-radius:4px;
    padding:4px;
}
    .ColorBox select:hover{
        cursor:pointer;
    }
#PriceLoadingArea{
    display:inline-block;
    vertical-align:top;
    margin-top:3px;
}

#AskAIArea{
    text-align:center;
    align-content:center;
    align-items:center;
    align-self:center;

}
#AskAIArea_Head {
    margin: auto;
    width: 50%;
    margin-bottom:10px;
}
#AskAIArea_Head p{
    font-weight:500;
    font-size:20px;
}
    #AskAIArea_Head button{
        border:none;
        background:silver;
        height:35px;
        padding-left:10px;
        padding-right:10px;
        color:white;
    }
    #AskAIArea_Head input {
        padding: 5px;
        width: 300px;
        height: 35px;
        border: 1px solid silver;
        border-radius: 5px;
    }
#AskAIArea_Body p {
    margin: auto;
    width: 50%;
    width: 500px;
    font-weight:500;
    font-size:15px;
}

.SuggestedPriceArea p{
    padding:0px;
    margin:3px;
}
.SuggestedPrice_Price{
    font-weight:500;
}
#SearchedTerm{
    margin-bottom:5px;
    color:slateblue;
    font-weight:500;
}
#SalesHistoryGridTitleArea p{
    display:inline-block;
    font-weight:500;
    font-size:20px;
    margin:0px;
    padding:0px;
}
#SalesHistoryGridTitleArea button {
    background: none;
    border: 1px solid silver;
    color: slateblue;
    border-radius:5px;
    vertical-align:top;
    margin-top:3px;
    margin-left:3px;
}
    #SalesHistoryGridTitleArea button:hover {
        background: slateblue;
        border:1px solid slateblue;
        color:white !important;
    }