﻿@-webkit-keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}@keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}@-webkit-keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}@keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}.book_table{border-bottom:1px solid #dcdcdb;border-top:1px solid #dcdcdb;border-collapse:collapse;width:100%}.book_table tr:nth-child(even){background:#f6f5f5}.book_table td{padding:2px 0.25rem;border-right:1px solid #dcdcdb;text-align:right}.book_table td:first-child{text-align:center}.book_table td:first-child img{border:1px solid #dcdcdb;vertical-align:middle;padding:2px;border-radius:4px;width:16px;height:16px}.book_table td:last-child{border-right:none}.book_table tr.total{background:#2a9ce8;color:#fefefe}.book_table tr.selected{background:#2a9ce8;color:#fefefe}.book_table tr.selected:nth-child(even){background:#136ca9}td.book_row_title{font-weight:bold;text-align:left}.hidden{display:none}.b_panel_tabs{background:#f6f5f5;-webkit-box-shadow:inset 0 -4px 4px -4px rgba(0,0,0,0.2);box-shadow:inset 0 -4px 4px -4px rgba(0,0,0,0.2);border-radius:4px 4px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex}.b_panel_tabs+.book_table{border-top:none}.b_panel_tabs>span{height:30px;max-width:120px;padding:0.5rem 0.75rem;margin-top:10px;color:#fefefe;text-align:center;font-size:80%;text-transform:uppercase;text-decoration:none;border-radius:4px 4px 0 0;-webkit-box-shadow:2px -1px 3px rgba(0,0,0,0.1);box-shadow:2px -1px 3px rgba(0,0,0,0.1);margin-right:8px;background:#136ca9;background:-webkit-gradient(linear, left top, left bottom, color-stop(15%, #58b1ed), to(#136ca9));background:-webkit-linear-gradient(top, #58b1ed 15%, #136ca9 100%);background:-o-linear-gradient(top, #58b1ed 15%, #136ca9 100%);background:linear-gradient(to bottom, #58b1ed 15%, #136ca9 100%);cursor:pointer}.b_panel_tabs>span:first-child{margin-left:8px}.b_panel_tabs>span:hover{background:#58b1ed}.b_panel_tabs>span.active{background:#fefefe;background:-webkit-gradient(linear, left top, left bottom, color-stop(15%, #f1f1f1), color-stop(85%, #fefefe));background:-webkit-linear-gradient(top, #f1f1f1 15%, #fefefe 85%);background:-o-linear-gradient(top, #f1f1f1 15%, #fefefe 85%);background:linear-gradient(to bottom, #f1f1f1 15%, #fefefe 85%);color:#444}.b_panel_tabs>span.active:hover{background:#fefefe}.book_header{position:relative;margin-bottom:0;padding:0.25rem 0.5rem;background-color:#f6f5f5;border-radius:4px 4px 0 0;cursor:context-menu}.book_header span[id*="toggle_indicator"]{position:absolute;top:0.25rem;right:0.25rem;width:18px;height:18px;line-height:18px;border:1px solid #d8d8d8;border-radius:4px;text-align:center;font-weight:200;font-size:1rem}h2.book_header{background-color:#636260;color:#fefefe}.appraisal_product_black_book_stats h2,.appraisal_product_nada_stats h2{margin-bottom:0}.appraisal_product_black_book_stats select[name="trim"],.appraisal_product_nada_stats select[name="trim"]{margin-bottom:1rem}@-webkit-keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}@keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}html,body{overscroll-behavior-x:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;background:#494847}*,*:before,*:after{-webkit-box-sizing:inherit;box-sizing:inherit}a,a[href^="tel"],.soft_link{color:#ee9522;text-decoration:underline;cursor:pointer}a:hover,a[href^="tel"]:hover,.soft_link:hover{color:#f1a748;text-decoration:none}b,h1,h2,h3,h4{font-weight:800}.primary_txt{color:#0c466d}.secondary_txt{color:#7d7b79}.tertiary_txt{color:#ee9522}.red_txt{color:#ef6262}.green_txt{color:#76ed76}.center_txt{text-align:center}.left_txt{text-align:left}.right_txt{text-align:right}.unavailable{opacity:50%}.button,button,input[type="submit"]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0.5rem 1.25rem;color:#fefefe;background:#ee9522;border:none;border-radius:4px;font-family:"Overpass", "Tahoma", sans-serif;font-size:100%;text-decoration:none;cursor:pointer}.button:hover,button:hover,input[type="submit"]:hover{background:#f1a748;color:#fefefe}.button:disabled,button:disabled,input[type="submit"]:disabled{background:#fadeba;color:#fdf4e9}[data-title]{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;-webkit-transform-origin:bottom right;-ms-transform-origin:bottom right;transform-origin:bottom right;cursor:help}[data-title]:after{content:attr(data-title);position:absolute;bottom:25%;right:50%;display:inline-block;padding:0;background:#fefefe;border-radius:4px;border:1px solid #dcdcdb;opacity:0;width:0;max-width:0;height:0;max-height:0;overflow:hidden;color:#7d7b79;font-size:0.7rem;line-height:110%;-webkit-transition:all 0.1s ease-in 0.1s;-o-transition:all 0.1s ease-in 0.1s;transition:all 0.1s ease-in 0.1s;-webkit-box-shadow:1px 1px 6px rgba(0,0,0,0.3);box-shadow:1px 1px 6px rgba(0,0,0,0.3)}[data-title]:hover:after{width:120px;max-width:120px;height:auto;max-height:400px;opacity:1;padding:0.5rem;-webkit-transition:all 0.3s ease-in 0.5s;-o-transition:all 0.3s ease-in 0.5s;transition:all 0.3s ease-in 0.5s}@supports (transform: scale(1)){[data-title]:after{max-width:120px;max-height:120px;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left}transform:scale(0) [data-title]:after:hover{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.img_responsive{max-width:100%}.none{display:none !important}.normal{font-weight:300}.full_width{-webkit-box-flex:1 !important;-ms-flex:1 0 100% !important;flex:1 0 100% !important}.relative{position:relative}body{font-family:"Overpass", "Tahoma", sans-serif;font-size:16px;font-weight:300;height:100%;height:100vh;height:calc(var(--vh, 1vh) * 100);margin:0;padding:0;padding-top:0.01%;padding-right:1%}body>header{position:relative;top:0;left:0;z-index:5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:99%;height:calc(60px - 2%);margin:1% 0 0 1%;min-height:60px;padding:0.5rem 0;background:none}body>header>div:nth-child(2){position:relative;right:0.5rem;text-align:right}body>header #brand_logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100px;height:calc(60px - 0.5rem);padding-right:0.25rem}body>header #brand_logo .text_path{fill:#c8c8c7}body>header #brand_logo .inline_path{fill:#fefefe}body>header #brand_logo .bubble_path{fill:#ee9522}body>header #menu_drawer,body>header #amp_login_form{position:fixed;top:-0.125rem;right:-300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-line-pack:center;align-content:center;width:294px;padding:1.5rem;padding-right:2.5rem;background:#fefefe;border:1px solid #dcdcdb;border-radius:0 0 0 4px;-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;-webkit-box-shadow:0 0 6px rgba(0,0,0,0.5);box-shadow:0 0 6px rgba(0,0,0,0.5)}body>header #menu_drawer.menu_show,body>header #amp_login_form.menu_show{right:-0.125rem}body>header #menu_drawer>*,body>header #amp_login_form>*{-webkit-box-flex:1;-ms-flex:1 0 49%;flex:1 0 49%;max-width:42%;display:block;margin:0.5rem;padding:1rem;border:1px solid #dcdcdb;text-align:center;cursor:pointer}body>header #menu_drawer>*:hover,body>header #menu_drawer>*:active,body>header #amp_login_form>*:hover,body>header #amp_login_form>*:active{background:#f6f5f5}body>header #menu_drawer>*.disabled:hover,body>header #menu_drawer>*.disabled:active,body>header #amp_login_form>*.disabled:hover,body>header #amp_login_form>*.disabled:active{background:inherit;cursor:not-allowed}body>header #menu_drawer>*.disabled,body>header #amp_login_form>*.disabled{border:1px solid #f6f5f5}body>header #amp_login_toggle{height:auto}body>header #amp_login_form>form{max-width:100%}body>header #amp_login_form>form #gSignInWrapper{margin-top:1rem}body>header #amp_login_form>form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]){max-width:100%}body>header #amp_login_form>form .field{line-height:170%;margin-bottom:0.8rem}body>header #amp_login_form>form .field label[for="user_remember_me"]{font-size:80%}body>header .login_show{display:none;-webkit-transform:translateX(-17.7rem);-ms-transform:translateX(-17.7rem);transform:translateX(-17.7rem)}body>header .login_show+#amp_login_form{right:0}body>header #navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:60px;width:auto;padding:0.125rem;background:#f6f5f5;border-radius:4px}body>header #navigation #menu_toggle{opacity:0.5;-webkit-box-flex:1;-ms-flex:1 0 36px;flex:1 0 36px;max-width:36px;height:36px;padding:5px;border-radius:4px;overflow:hidden;background:#dcdcdb;border:1px solid #ddd;text-align:center}body>header #navigation #menu_toggle:hover,body>header #navigation #menu_toggle:active{background:#ddd}body>header #navigation #menu_toggle img{display:block}body>header #user_profile{-webkit-box-flex:1;-ms-flex:1 0 85%;flex:1 0 85%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}body>header #user_profile #account_logo{-webkit-box-flex:1;-ms-flex:1 0 25%;flex:1 0 25%;display:inline-block;height:36px;text-align:center}body>header #user_profile #account_logo img{height:100%;width:auto;max-width:100%}body>header #user_profile #user_avatar{-webkit-box-flex:1;-ms-flex:1 0 36px;flex:1 0 36px;height:36px;max-width:60px;cursor:pointer}body>header #user_profile #user_avatar img{width:36px;height:36px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:18px;overflow:hidden}body>header #user_profile #user_avatar #menudots{font-size:36px;position:absolute;right:0.25rem;top:5px;color:#7d7b79;margin-left:6px;line-height:80%;max-height:32px}body>header #user_profile #welcome_text{-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%;font-size:70%;line-height:160%;text-align:center;display:inline-block;vertical-align:top;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:256px}body>header #user_profile #welcome_text .account_name{max-width:120px;display:inline-block;vertical-align:top;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}body>main{position:relative;height:100%;height:100vh;height:calc(var(--vh, 1vh) * 100 - 60px - 1%);padding:1%;width:100vw;overflow-x:auto;overflow-y:hidden}body>main>section{position:relative;height:100%;height:100vh;height:calc(var(--vh, 1vh) * 100 - 60px - 4%);width:98vw;min-width:100%;margin-right:1%}body>main>section#action_panel{border-right:1% solid #dcdcdb}body>main.home section{padding:1rem;display:inline-block;vertical-align:top;background:#fefefe;border-radius:4px;overflow-y:auto}body.otlogin>header{display:none}body.otlogin #inline_type_header{background:url(/images/orange_fractal_bkg.png) center/cover no-repeat;color:white;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;height:3rem;width:100vw;padding:0 1rem}body.otlogin #inline_type_header span:first-child{font-size:220%;line-height:100%}body.otlogin #inline_type_header a{color:white;text-decoration:none}body.otlogin main#login_form{height:calc(96vh - 70px);width:98vw;margin:1%}body.otlogin #token_login{width:96vw;text-align:center}body.otlogin #token_login .field{line-height:170%;margin-bottom:1rem}body.otlogin #token_login .field input{min-width:240px}@media only screen and (min-width: 1024px){body{height:100vh;padding:0}body.otlogin>header{display:flex}body.otlogin>header #navigation{display:none}body.otlogin #inline_type_header{display:none}body.otlogin #token_login{grid-column-start:span 3}@supports (display: -ms-grid) or (display: grid){body{display:-ms-grid;display:grid;-ms-grid-rows:calc(70px + 2%) 2rem auto;grid-template-rows:calc(70px + 1%) auto;grid-gap:0}body>header{width:98%;height:calc(70px - 2%);margin:1% 1% 0 1%;border-radius:6px}body>header #brand_logo{width:150px;height:calc(96px - 0.5rem)}body>header #navigation{border:1px solid #c8c8c7;border-radius:4px;margin-right:-4px;max-width:260px}body>header #user_profile{margin-left:0.25rem;max-height:54px}body>header #user_profile #user_avatar{position:relative;top:0.125rem;-webkit-box-flex:1;-ms-flex:1 0 48px;flex:1 0 48px;height:36px;max-width:64px;margin-left:0.25rem}body>header #user_profile #user_avatar img{width:36px;height:36px;border-radius:18px}body>header #user_profile #account_logo{-webkit-box-flex:1;-ms-flex:1 0 25%;flex:1 0 25%}body>header #user_profile #welcome_text{position:relative;top:0.125rem}body>main{display:-ms-grid;display:grid;-ms-grid-columns:30% 2rem 30% 2rem auto;grid-template-columns:30% 30% 38%;grid-gap:1%;height:calc(99vh - 70px);width:auto;padding:1%;overflow:visible}body>main.snap{display:-ms-grid;display:grid}body>main>section{margin:0;width:33%;height:100%;outline:none;border-radius:6px}body>main.home section{-ms-grid-column:1;grid-column-start:1;-ms-grid-column-span:3;grid-column-end:4}body #contact_panel{display:-ms-grid;display:grid;-ms-grid-rows:60px auto;grid-template-rows:60px auto}body #conversation_panel{display:-ms-grid;display:grid;-ms-grid-rows:66px 40px auto minmax(40px, 128px);grid-template-rows:66px 40px auto minmax(40px, 128px)}body #action_panel{display:-ms-grid;display:grid;-ms-grid-rows:42px auto;grid-template-rows:42px auto;-ms-grid-columns:100%;grid-template-columns:100%}body #action_panel>*:nth-child(1){-ms-grid-row:1;-ms-grid-column:1}body #action_panel>*:nth-child(2){-ms-grid-row:2;-ms-grid-column:1}body #reports{display:-ms-grid;display:grid;-ms-grid-columns:20% 2rem auto;grid-template-columns:minmax(100px, 200px) auto;width:100%;grid-gap:1%}}.flex{-webkit-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex}.column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap}.row_wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.row_nowrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.one_third{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;width:31%;padding:1%;margin:1%}.two_thirds{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;width:64%;padding:1%;margin:1%}.one_half{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;width:47%;padding:1%;margin:1%}.one_quarter{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;width:23%;padding:1%;margin:1%}.three_quarters{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;width:73%;padding:1%;margin:1%}.full_width{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;width:100%;padding:1%;margin:1%}}.none{display:none}.no_margin{margin:0}.no_padding{padding:0}.space_around{-ms-flex-pack:distribute;justify-content:space-around}.space_between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify_center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}a.next{display:inline-block;text-decoration:none;border:1px solid #dcdcdb;border-radius:4px;padding:0.25rem;font-size:0.7rem;line-height:100%;font-weight:700}a.next:after{content:"\00a0\00276F";vertical-align:middle}a.previous{text-decoration:none;border:1px solid #dcdcdb;border-radius:4px;padding:0.25rem;font-size:0.7rem;line-height:100%;font-weight:700}a.previous:before{content:"\00276E\00a0";vertical-align:middle}#amp_notice,#flash_message{width:100%;top:-101px;z-index:1000000;position:absolute;left:0;text-align:center;-webkit-transition:all 0.2s ease-in 0.2s;-o-transition:all 0.2s ease-in 0.2s;transition:all 0.2s ease-in 0.2s}#amp_notice.show,#flash_message.show{-webkit-box-shadow:0px 0px 7px rgba(0,0,0,0.5);box-shadow:0px 0px 7px rgba(0,0,0,0.5);top:-1px}#amp_notice #amp_notice_close,#amp_notice #flash_notice_close,#flash_message #amp_notice_close,#flash_message #flash_notice_close{position:absolute;right:0.5rem;top:0.5rem;width:1rem;font-weight:800;cursor:pointer;color:#fefefe}#amp_notice #amp_notice_text,#amp_notice #flash_notice_text,#flash_message #amp_notice_text,#flash_message #flash_notice_text{display:block;color:#fefefe;border:1px solid #58b1ed;background-color:#6fbcef;padding:0.5rem;font-weight:700}#amp_notice #amp_notice_text.success,#amp_notice #flash_notice_text.success,#flash_message #amp_notice_text.success,#flash_message #flash_notice_text.success{border:#a3f3a3;background:#76ed76}#amp_notice #amp_notice_text.notice,#amp_notice #flash_notice_text.notice,#flash_message #amp_notice_text.notice,#flash_message #flash_notice_text.notice{border:1px solid #58b1ed;background:#6fbcef}#amp_notice #amp_notice_text.info,#amp_notice #flash_notice_text.info,#flash_message #amp_notice_text.info,#flash_message #flash_notice_text.info{border:1px solid #58b1ed;background:#6fbcef}#amp_notice #amp_notice_text.failure,#amp_notice #flash_notice_text.failure,#flash_message #amp_notice_text.failure,#flash_message #flash_notice_text.failure{border:#f49090;background:#ef6262}#amp_notice #amp_notice_text.alert,#amp_notice #flash_notice_text.alert,#flash_message #amp_notice_text.alert,#flash_message #flash_notice_text.alert{border:#ee9522;background:#e58912}#amp_notice #amp_notice_text.error,#amp_notice #flash_notice_text.error,#flash_message #amp_notice_text.error,#flash_message #flash_notice_text.error{border:#f49090;background:#ef6262}main#login_form{background-color:white;border:1px solid #afaead;border-radius:4px;-webkit-box-shadow:0px 0px 3px #afaead;box-shadow:0px 0px 3px #afaead}main#login_form #forgot_password{-ms-grid-column-span:3;-ms-grid-column:2;grid-column:2/3}.border_box{padding:0.5rem;margin:0.5rem;border:1px solid #c8c8c7}@media (device-height: 568px) and (height: 529px),(device-height: 480px) and (height: 441px){body{border:10px solid red}}@-webkit-keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}@keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}.bubble:hover .translation span{max-height:360px}.translation{display:block}.translation i{border-bottom:1px dashed;text-decoration:none}.translation:hover{cursor:help;position:relative}.translation:hover span{max-height:360px}.translation span{display:block;height:auto;max-height:0;overflow:hidden;font-style:italic;-webkit-transition:all 0.3s ease-in-out 0.2s;-moz-transition:all 0.3s ease-in-out 0.2s;-o-transition:all 0.3s ease-in-out 0.2s;transition:all 0.3s ease-in-out 0.2s}.translation.translation_in{text-align:right}.translation.translation_in:hover span{left:-34px}.message-actions{position:absolute;top:5px;right:5px;opacity:0;transition:opacity 0.2s ease}.bubble:hover .message-actions{opacity:1}.delete-attachment-btn{background:#333;color:white !important;border:none;border-radius:3px;width:20px;height:20px;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;text-decoration:none}.delete-attachment-btn:before{content:'×';font-weight:bold;line-height:1}.delete-attachment-btn:hover{background:#555}.modal{position:fixed;z-index:10000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5)}.modal-content{background-color:#fefefe;margin:10% auto;padding:0;border:1px solid #888;border-radius:5px;width:400px;max-width:90%}.modal-header{padding:15px 20px;background:#f5f5f5;border-bottom:1px solid #ddd;display:flex;justify-content:space-between;align-items:center}.modal-header h3{margin:0}.modal-header .close{font-size:24px;font-weight:bold;cursor:pointer}.modal-header .close:hover{color:#000}.modal-body{padding:20px;font-size:14px}.modal-footer{padding:15px 20px;border-top:1px solid #ddd;text-align:right}.form-group{margin-bottom:15px}.form-group label{display:block;margin-bottom:5px;font-weight:bold}.form-group select,.form-group textarea{width:100%;padding:8px;border:1px solid #ddd;border-radius:3px;font-family:inherit}.btn-cancel,.btn-delete{padding:8px 16px;margin-left:10px;border:none;border-radius:3px;cursor:pointer;font-family:inherit;height:auto}.btn-cancel:disabled,.btn-delete:disabled{opacity:0.6;cursor:not-allowed}.btn-cancel{background:#6c757d;color:white}.btn-cancel:hover:not(:disabled){background:#5a6268}.btn-delete{background:#dc3545;color:white}.btn-delete:hover:not(:disabled){background:#c82333}.warning-text{color:#856404;background:#fff3cd;border:1px solid #ffeaa7;padding:8px;border-radius:3px;margin:10px 0}.deleted-messages-container{max-height:500px;overflow-y:auto}.deleted-messages-header{display:flex;justify-content:space-between;align-items:center;padding:10px;border-bottom:1px solid #ddd;background:#f8f9fa}.deleted-messages-header h3{margin:0}.deleted-messages-header .close-btn{background:none;border:none;font-size:24px;cursor:pointer}.deleted-messages-header .close-btn:hover{color:#000}.deleted-message-item{padding:15px;border-bottom:1px solid #eee;margin-bottom:10px}.deleted-message-item.outgoing{background:#e3f2fd}.deleted-message-item.incoming{background:#f3e5f5}.message-header{font-weight:bold;margin-bottom:8px}.message-content{margin:10px 0;padding:10px;background:white;border-radius:5px}.deletion-info{margin-top:10px;padding-top:10px;border-top:1px solid #ddd;color:#666}.attachment-notice{color:#666;font-style:italic;margin-top:5px}.no-deleted-messages{padding:20px;text-align:center;color:#666;font-style:italic}.load-more-notice{padding:10px;text-align:center;color:#999;border-top:1px solid #eee}.accordion-header{cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:5px 0;border-bottom:1px solid #eee}.accordion-header:hover{color:#0066cc}.accordion-toggle{font-size:12px;transition:transform 0.2s ease}.accordion-content{max-height:300px;overflow-y:auto;padding:10px 0}.accordion-content .deleted-messages-list .deleted-message-item{font-size:12px;margin-bottom:8px}.accordion-content .deleted-messages-list .deleted-message-item .message-header{font-size:11px;margin-bottom:4px}.accordion-content .deleted-messages-list .deleted-message-item .deletion-info{margin-top:6px;padding-top:6px}.accordion-content .deleted-messages-list .deleted-message-item .deletion-info small{font-size:10px}.accordion-content .no-deleted-messages{font-size:12px;padding:10px;margin:0}.accordion-content .loading-placeholder{padding:10px;text-align:center;color:#999;font-style:italic;font-size:12px}.from_adf{display:block}.from_adf i{border-bottom:1px dashed;text-decoration:none}#new_customer_search{text-align:center;background:#145ba1;background:-webkit-linear-gradient(top, #fbc074 15%, #f1a748 90%);background:-webkit-gradient(linear, left top, left bottom, color-stop(15%, #fbc074), color-stop(90%, #f1a748), to(#f1a748));background:-o-linear-gradient(top, #fbc074 15%, #f1a748 90%);background:-webkit-gradient(linear, left top, left bottom, color-stop(15%, #fbc074), color-stop(90%, #f1a748));background:linear-gradient(to bottom, #fbc074 15%, #f1a748 90%);padding:0.3rem;color:white;font-weight:800;text-decoration:none}.deposit_actions{display:block;width:100% !important;margin-top:5px}.deposit_actions>.button{padding:0.2rem 1rem}.deposit_actions>.button:nth-of-type(1){margin-right:22px;margin-left:15px}.customer_deposit_history{width:100%}.customer_deposit_history>h4{border-bottom:1px solid #ccc;margin-bottom:5px}.customer_deposit_history>div{display:block;width:100%}.customer_deposit_history>div.customer_deposit_history_header{font-style:italic}.customer_deposit_history>div span:nth-of-type(1){width:17% !important;display:inline-block}.customer_deposit_history>div span:nth-of-type(2){width:17% !important;display:inline-block}.customer_deposit_history>div span:nth-of-type(3){width:20% !important;display:inline-block}.customer_deposit_history>div span:nth-of-type(4){width:42% !important;display:inline-block}@-webkit-keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}@keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}.snap{overflow-x:auto;display:-webkit-box;display:-ms-flexbox;display:flex;scroll-snap-type:x mandatory;-ms-scroll-snap-type:x mandatory;scroll-snap-points-x:repeat(100%);-ms-scroll-snap-points-x:repeat(100%)}.snap>section{scroll-snap-align:start}.snap>#conversation_panel,.snap #action_panel{-webkit-transition:opacity 0.3s ease-in-out;-moz-transition:opacity 0.3s ease-in-out;-o-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out}body{font-size:18px}nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:0;width:98%;margin:1% auto 0}nav span{position:fixed;top:45%;z-index:20;line-height:120%;padding:1.15rem 0 0.85rem 0;background:#dcdcdb;border:1px solid #afaead;border-radius:0.5rem 0 0 0.5rem}nav span#shift_left{left:0;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}nav span#shift_right{right:0}nav span img{-webkit-filter:invert(25%);-moz-filter:invert(25%);-o-filter:invert(25%);-ms-filter:invert(25%);filter:invert(25%)}@media only screen and (min-width: 1024px) and (orientation: landscape){nav{display:none}}#dashboard{-webkit-transition:left 0.3s ease-in-out;-o-transition:left 0.3s ease-in-out;transition:left 0.3s ease-in-out}#dashboard section#action_panel{border-right:1% solid #dcdcdb}#dashboard section>div:first-child{background:#f1a748}#dashboard .invalid_email{border:1px solid #ef6262 !important}#contact_panel{position:relative;display:inline-block;vertical-align:top;background:#fefefe;overflow:hidden}#contact_filter_bar{position:absolute;top:0;width:100%;height:42px;padding:0.5rem;-webkit-box-flex:1;-ms-flex:1 0 6%;flex:1 0 6%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#contact_filter_bar .new_customer.button,#contact_filter_bar .edit_contact_list.button{z-index:2;height:34px;width:34px;padding:0 4px;margin:4px;background:#555;background:-o-linear-gradient(top, #bbb 15%, #555 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(15%, #bbb), to(#555));background:linear-gradient(to bottom, #bbb 15%, #555 100%);border:2px solid #afaead;border-radius:1rem;-webkit-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out}#contact_filter_bar .new_customer.button img,#contact_filter_bar .edit_contact_list.button img{display:inline-block;vertical-align:middle;max-height:1.3rem;position:relative;top:3px;left:1px;padding:0;-webkit-filter:invert(100%) sepia(100%) hue-rotate(360deg);-moz-filter:invert(100%) sepia(100%) hue-rotate(360deg);-o-filter:invert(100%) sepia(100%) hue-rotate(360deg);-ms-filter:invert(100%) sepia(100%) hue-rotate(360deg);filter:invert(100%) sepia(100%) hue-rotate(360deg)}#contact_filter_bar .new_customer.button{position:absolute;top:0;right:0}#contact_filter_bar .edit_contact_list.button{position:absolute;top:0;right:39px}#contact_filter_bar .contact_search_wrap{position:relative;height:2rem;width:66%}#contact_filter_bar .contact_search_wrap input{position:absolute;top:0;left:0.75rem;z-index:1;width:auto;height:32px;max-width:0%;border-left:none;border-right:none;border-top:none;border-bottom:2px solid #afaead;border-radius:0 20px 20px 0;padding:4px 0;background:#fefefe;background:-o-linear-gradient(top, #fefefe 15%, #ddd 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(15%, #fefefe), to(#ddd));background:linear-gradient(to bottom, #fefefe 15%, #ddd 100%);-webkit-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out}#contact_filter_bar .contact_search_wrap input:focus{outline:none;border-left:none !important;border-top:none !important;border-right:none !important;border-bottom:2px solid #afaead !important}#contact_filter_bar .contact_search_wrap button{position:absolute;top:0;left:0;z-index:2;height:34px;width:34px;padding:0 4px;margin:0;background:#555;background:-o-linear-gradient(top, #bbb 15%, #555 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(15%, #bbb), to(#555));background:linear-gradient(to bottom, #bbb 15%, #555 100%);border:2px solid #afaead;border-radius:1rem;-webkit-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out}#contact_filter_bar .contact_search_wrap button img{display:inline-block;vertical-align:middle;max-height:1.3rem;padding:0;-webkit-filter:invert(100%) sepia(100%) hue-rotate(360deg);-moz-filter:invert(100%) sepia(100%) hue-rotate(360deg);-o-filter:invert(100%) sepia(100%) hue-rotate(360deg);-ms-filter:invert(100%) sepia(100%) hue-rotate(360deg);filter:invert(100%) sepia(100%) hue-rotate(360deg)}#contact_filter_bar .contact_search_wrap #clear_search{display:none;opacity:0;position:absolute;top:2px;right:2%;cursor:pointer;text-align:center;text-decoration:underline;background:none;padding:0.3rem;color:#666666;font-size:80%;-webkit-transition:all 0.5s 0.5s 0.5s ease-in-out;-o-transition:all 0.5s 0.5s 0.5s ease-in-out;transition:all 0.5s 0.5s 0.5s ease-in-out}#contact_filter_bar .contact_search_wrap.show button{max-width:20%;width:20%;border-radius:20px 0 0 20px;border-right:none;border-top:none}#contact_filter_bar .contact_search_wrap.show input{width:240px;max-width:80%;left:20%;padding-right:3rem}#contact_filter_bar .contact_search_wrap.show #clear_search{display:block;z-index:1;opacity:1}#contact_filter_bar .contact_sort_wrap{position:relative;width:30%}#contact_filter_bar .contact_sort_wrap select{width:100%;border-radius:20px;background:url(/images/select_bkg.png) center right/cover no-repeat}#contact_list{position:absolute;top:82px;width:100%;-webkit-box-flex:1;-ms-flex:1 0 90%;flex:1 0 90%;height:calc(100% - 82px);overflow-y:auto}#contact_list .contact_customer{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-line-pack:stretch;align-content:stretch;min-height:78px;padding:0.5rem;border-bottom:1px solid #dcdcdb;line-height:120%}#contact_list .contact_customer:hover{background:#f6f5f5}#contact_list .contact_customer.active{background:#f6f5f5;-webkit-box-shadow:inset 0 0 4px rgba(0,0,0,0.2);box-shadow:inset 0 0 4px rgba(0,0,0,0.2);scroll-margin:10px}#contact_list .contact_customer.active .customer_data_toggle{max-height:360px}#contact_list .contact_customer .customer_name,#contact_list .contact_customer .customer_phone.first_class{font-size:110%;font-weight:800}#contact_list .contact_customer .customer_referer,#contact_list .contact_customer .customer_avatar{position:relative;display:inline-block;width:28px;height:28px;margin-right:0.5rem;border-radius:14px;border:2px solid #fefefe;background:#fefefe;-webkit-box-shadow:1px 0 4px rgba(0,0,0,0.3);box-shadow:1px 0 4px rgba(0,0,0,0.3);overflow:hidden;color:transparent;vertical-align:middle}#contact_list .contact_customer .customer_referer:before,#contact_list .contact_customer .customer_avatar:before{position:absolute;top:50%;left:50%;margin-top:-12px;margin-left:-12px}#contact_list .contact_customer .customer_referer.website:before,#contact_list .contact_customer .customer_avatar.website:before{content:url(/images/icons/icon_source_website_24.png);-webkit-filter:invert(70%);-moz-filter:invert(70%);-o-filter:invert(70%);-ms-filter:invert(70%);filter:invert(70%)}#contact_list .contact_customer .customer_referer.facebook:before,#contact_list .contact_customer .customer_avatar.facebook:before{content:url(/images/icons/icon_source_facebook_24.png);-webkit-filter:invert(45%) sepia(100%) hue-rotate(180deg) saturate(2);-moz-filter:invert(45%) sepia(100%) hue-rotate(180deg) saturate(2);-o-filter:invert(45%) sepia(100%) hue-rotate(180deg) saturate(2);-ms-filter:invert(45%) sepia(100%) hue-rotate(180deg) saturate(2);filter:invert(45%) sepia(100%) hue-rotate(180deg) saturate(2)}#contact_list .contact_customer .customer_referer.google:before,#contact_list .contact_customer .customer_avatar.google:before{content:url(/images/icons/icon_source_google_24.png);-webkit-filter:invert(43%) sepia(100%) hue-rotate(320deg) saturate(3.1);-moz-filter:invert(43%) sepia(100%) hue-rotate(320deg) saturate(3.1);-o-filter:invert(43%) sepia(100%) hue-rotate(320deg) saturate(3.1);-ms-filter:invert(43%) sepia(100%) hue-rotate(320deg) saturate(3.1);filter:invert(43%) sepia(100%) hue-rotate(320deg) saturate(3.1)}#contact_list .contact_customer .customer_referer.apple:before,#contact_list .contact_customer .customer_avatar.apple:before{content:url(/images/icons/icon_source_apple_24.png)}#contact_list .contact_customer .customer_referer.whatsapp:before,#contact_list .contact_customer .customer_avatar.whatsapp:before{content:url(/images/icons/icon_source_whatsapp_24.png);-webkit-filter:invert(43%) sepia(100%) hue-rotate(90deg) saturate(3.1);-moz-filter:invert(43%) sepia(100%) hue-rotate(90deg) saturate(3.1);-o-filter:invert(43%) sepia(100%) hue-rotate(90deg) saturate(3.1);-ms-filter:invert(43%) sepia(100%) hue-rotate(90deg) saturate(3.1);filter:invert(43%) sepia(100%) hue-rotate(90deg) saturate(3.1)}#contact_list .contact_customer .customer_referer.craigslist:before,#contact_list .contact_customer .customer_avatar.craigslist:before{content:url(/images/icons/icon_source_craigslist_24.png);-webkit-filter:invert(34%) sepia(100%) hue-rotate(220deg) saturate(3.1);-moz-filter:invert(34%) sepia(100%) hue-rotate(220deg) saturate(3.1);-o-filter:invert(34%) sepia(100%) hue-rotate(220deg) saturate(3.1);-ms-filter:invert(34%) sepia(100%) hue-rotate(220deg) saturate(3.1);filter:invert(34%) sepia(100%) hue-rotate(220deg) saturate(3.1)}#contact_list .contact_customer .customer_referer.autotrader:before,#contact_list .contact_customer .customer_avatar.autotrader:before{content:url(/images/icons/icon_source_autotrader_24.png);-webkit-filter:contrast(0) invert(57%) sepia(100%) hue-rotate(360deg) saturate(8.5);filter:contrast(0) invert(57%) sepia(100%) hue-rotate(360deg) saturate(8.5)}#contact_list .contact_customer .customer_referer.carscom:before,#contact_list .contact_customer .customer_avatar.carscom:before{content:url(/images/icons/icon_source_carscom_24.png);-webkit-filter:invert(30%) sepia(100%) hue-rotate(220deg) saturate(3.1);-moz-filter:invert(34%) sepia(100%) hue-rotate(220deg) saturate(3.1);-o-filter:invert(34%) sepia(100%) hue-rotate(220deg) saturate(3.1);-ms-filter:invert(34%) sepia(100%) hue-rotate(220deg) saturate(3.1);filter:invert(30%) sepia(100%) hue-rotate(220deg) saturate(3.1)}#contact_list .contact_customer .customer_referer.cargurus:before,#contact_list .contact_customer .customer_avatar.cargurus:before{content:url(/images/icons/icon_source_cargurus_24.png);-webkit-filter:invert(56%) sepia(100%) hue-rotate(170deg) saturate(4.2);-moz-filter:invert(56%) sepia(100%) hue-rotate(170deg) saturate(4.2);-o-filter:invert(56%) sepia(100%) hue-rotate(170deg) saturate(4.2);-ms-filter:invert(56%) sepia(100%) hue-rotate(170deg) saturate(4.2);filter:invert(56%) sepia(100%) hue-rotate(170deg) saturate(4.2)}#contact_list .contact_customer .customer_referer.ebay:before,#contact_list .contact_customer .customer_avatar.ebay:before{content:url(/images/icons/icon_source_ebay_24.png);-webkit-filter:invert(54%) sepia(100%) hue-rotate(36deg) saturate(3.1);-moz-filter:invert(54%) sepia(100%) hue-rotate(36deg) saturate(3.1);-o-filter:invert(54%) sepia(100%) hue-rotate(36deg) saturate(3.1);-ms-filter:invert(54%) sepia(100%) hue-rotate(36deg) saturate(3.1);filter:invert(54%) sepia(100%) hue-rotate(36deg) saturate(3.1)}#contact_list .contact_customer .customer_avatar{width:60px;height:60px;border-radius:30px}#contact_list .contact_customer .customer_data_toggle{display:block;height:auto;max-height:0;overflow:hidden;-webkit-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;font-size:80%;padding-left:72px;margin-top:-0.5rem}#contact_list .contact_customer .customer_data_toggle .coldlead>img,#contact_list .contact_customer .customer_data_toggle .warmlead>img,#contact_list .contact_customer .customer_data_toggle .hotlead>img,#contact_list .contact_customer .customer_data_toggle .blacklist>img,#contact_list .contact_customer .customer_data_toggle .informationgathering>img{position:relative;top:2px}#contact_list .contact_customer .contact_customer_type img{display:inline-block;vertical-align:middle}#contact_list .contact_customer .contact_customer_pending{color:#c8c8c7}#contact_list .contact_customer .contact_customer_pending img{display:inline-block;vertical-align:middle;-webkit-filter:contrast(0) invert(57%) sepia(100%) hue-rotate(360deg) saturate(8.5);-moz-filter:contrast(0) invert(57%) sepia(100%) hue-rotate(360deg) saturate(8.5);-o-filter:contrast(0) invert(57%) sepia(100%) hue-rotate(360deg) saturate(8.5);-ms-filter:contrast(0) invert(57%) sepia(100%) hue-rotate(360deg) saturate(8.5);filter:contrast(0) invert(57%) sepia(100%) hue-rotate(360deg) saturate(8.5)}#contact_list .contact_customer .contact_customer_pending.no_pending{display:none}#contact_list .contact_customer .contact_customer_actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;min-width:80px;text-align:right;font-size:80%}#contact_list .contact_customer .contact_customer_actions .contact_customer_delete{font-weight:800;cursor:pointer}#contact_list .contact_customer .contact_customer_actions .customer_referer{margin-right:0;margin-top:0.25rem}#contact_list.lead_list .contact_customer .customer_data_toggle{padding:0}#contact_list.lead_list .contact_customer .contact_customer_info .customer_name{display:block;margin-bottom:0.4rem}#contact_list #contact_list_edit_form{min-height:100%}#contact_list #contact_list_edit_form label.contact_list_edit{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:rgba(12,70,109,0.1)}#contact_list #contact_list_edit_form input.checkbox{position:absolute;top:1.65rem;left:0.125rem;width:1rem;height:1rem;z-index:2;box-shadow:2px 2px 4px rgba(1,1,1,0.35)}#contact_list #contact_list_edit_form input.checkbox:checked+label.contact_list_edit{background:rgba(12,70,109,0.3)}#contact_list #contact_list_edit_form .contact_list_edit{display:none}#contact_list #contact_list_edit_form .contact_list_edit.form_buttons{position:absolute;bottom:0;z-index:99;height:3rem;width:100%;text-align:center;padding:0.25rem;background-color:#fefefe;box-shadow:0 -2px 4px 2px rgba(1,1,1,0.25)}#contact_list #contact_list_edit_form .contact_list_edit.form_buttons input[type="submit"],#contact_list #contact_list_edit_form .contact_list_edit.form_buttons .button{font-size:80%;line-height:1rem;padding:0.25rem 0.5rem}#contact_list #contact_list_edit_form.edit{position:unset;height:calc(100% - 3rem);overflow-y:auto;padding-bottom:3rem}#contact_list #contact_list_edit_form.edit .contact_customer{padding-left:2rem}#contact_list #contact_list_edit_form.edit .contact_list_edit{display:block}#contact_panel_buttons{position:relative;z-index:1}#contact_panel_buttons .tab{position:relative;line-height:90%}#contact_panel_buttons .tab span.source_label{display:block;font-size:70%}#contact_panel_buttons .tab span.source_label:before{content:"[\00a0"}#contact_panel_buttons .tab span.source_label:after{content:"\00a0]"}#contact_panel_buttons .tab .conversation_pending{color:#ef6262;font-size:x-large;margin-left:-3px;float:left}#contact_panel_buttons .tab .conversation_pending.no_pending{display:none}#contact_panel_buttons .tab[data-tab="contact_panel_new_customer"]{right:0.25rem}#contact_panel_buttons .tab[data-tab="contact_panel_edit_contact_list"]{right:2.75rem}#contact_panel_buttons .tab[data-tab="contact_panel_new_customer"],#contact_panel_buttons .tab[data-tab="contact_panel_edit_contact_list"]{position:absolute;z-index:1;height:34px;width:34px;min-width:34px;padding:5px;margin:3px 1.5px;text-align:center;font-size:90%;text-transform:uppercase;background:#636260;background:-o-linear-gradient(top, #afaead 15%, #636260 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(15%, #afaead), to(#636260));background:linear-gradient(to bottom, #afaead 15%, #636260 100%);border:2px solid #afaead;border-radius:50%;-webkit-transition:all 0.1s;-o-transition:all 0.1s;transition:all 0.1s;cursor:pointer}#contact_panel_buttons .tab[data-tab="contact_panel_new_customer"] img,#contact_panel_buttons .tab[data-tab="contact_panel_edit_contact_list"] img{position:relative;top:-1px;max-height:100%;max-width:100%;-webkit-filter:invert(100%);-moz-filter:invert(100%);-o-filter:invert(100%);-ms-filter:invert(100%);filter:invert(100%)}#contact_panel_buttons #leads_notification{position:absolute;top:0;right:-4px;z-index:3;display:inline-block;background:#ef6262;padding:0.15rem;margin-top:-6px;font-size:60%;vertical-align:middle;text-align:center;color:#fefefe;font-weight:700;height:1rem;min-width:1rem;border-radius:0.5rem;border:1px solid #fefefe;cursor:pointer;-webkit-box-shadow:1px 1px 1px rgba(1,1,1,0.5);box-shadow:1px 1px 1px rgba(1,1,1,0.5)}#contact_panel_buttons #contact_sort_form{display:block;width:100%;max-width:240px;position:absolute;right:0;color:#636260}#contact_panel_buttons #contact_sort_form .filter_toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:42px;padding:0 1rem}#contact_panel_buttons #contact_sort_form .filter_toggle u{display:inline-block;vertical-align:middle;color:#636260}#contact_panel_buttons #contact_sort_form .filter_toggle img{display:inline-block;vertical-align:middle;-webkit-filter:invert(0.3);filter:invert(0.3)}#contact_panel_buttons #contact_sort_form .filter_inputs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;padding:0 0.5rem;max-height:0;overflow:hidden;background:#fefefe;-webkit-box-shadow:-3px 3px 3px rgba(1,1,1,0.15);box-shadow:-3px 3px 3px rgba(1,1,1,0.15);-webkit-transition:max-height 0.3s ease-in-out;-o-transition:max-height 0.3s ease-in-out;transition:max-height 0.3s ease-in-out}#contact_panel_buttons #contact_sort_form .filter_inputs label{cursor:pointer}#contact_panel_buttons #contact_sort_form .filter_heading{border-bottom:2px dashed #ee9522;line-height:140%;margin:0.8rem 0}#contact_panel_buttons #contact_sort_form .filter_apply button{font-size:1rem;padding:0 0.6rem}#contact_panel_buttons #contact_sort_form.show .filter_inputs{padding:0.5rem;max-height:calc(100vh - 12rem);overflow-y:auto}#conversation_panel{vertical-align:top;background:#fefefe}#conversation_info_bar{position:absolute;z-index:3;top:0;width:100%;height:42px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1rem;background:#7d7b79;color:#fefefe;font-size:80%}#conversation_info_bar>span:first-child{position:relative;top:4px;-webkit-box-flex:1;-ms-flex:1 0 20%;flex:1 0 12%}#conversation_info_bar>span:first-child>span{position:absolute;top:-10px;right:-210px;z-index:1;width:240px;max-height:0;padding:0 0.75rem 0;overflow:hidden;color:#636260;background:rgba(255,255,255,0.9);text-align:center;border-radius:4px;-webkit-box-shadow:1px -1px 4px rgba(0,0,0,0.3);box-shadow:1px -1px 4px rgba(0,0,0,0.3);line-height:200%;opacity:0;-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}#conversation_info_bar>span:first-child>span>small{display:block;margin-top:1rem}#conversation_info_bar>span.show:first-child>span{max-height:300px;padding:0.75rem 0.75rem 1rem;opacity:1}#conversation_info_bar>span:first-child span#adf_close{position:absolute;top:-5px;left:24px;font-weight:800;font-family:sans-serif;padding:3px}#conversation_info_bar .pending_alert:after{top:-0.25rem;right:auto;left:18px}#conversation_info_bar img{margin-top:-4px;-webkit-filter:invert(100%);-moz-filter:invert(100%);-o-filter:invert(100%);-ms-filter:invert(100%);filter:invert(100%)}#conversation_info_bar a[href^="tel"]{color:#2a9ce8;text-decoration:underline;cursor:pointer}#conversation_info_bar a[href^="tel"]:hover{color:#58b1ed;text-decoration:none}#conversation_info_bar>span:nth-child(2){font-size:120%;-webkit-box-flex:1;-ms-flex:1 0 40%;flex:1 0 40%;text-align:center;line-height:110%}#conversation_info_bar>span:nth-child(2) img{position:relative;top:2px}#conversation_info_bar .conversation_owners{-webkit-box-flex:1;-ms-flex:1 0 20%;flex:1 0 20%;text-align:center;line-height:100%}#conversation_info_bar .conversation_owners>span{font-size:85%;display:block}#conversation_info_bar .conversation_owners a{color:#fefefe}#conversation_language{position:absolute;top:82px;width:100%;padding:0.2rem 0.5rem;font-size:small;background:rgba(202,202,202,0.85);z-index:2}#conversation_language .language_alert img{vertical-align:sub;-webkit-filter:contrast(0) invert(100%) sepia(100%) hue-rotate(310deg) saturate(15);-moz-filter:contrast(0) invert(100%) sepia(100%) hue-rotate(310deg) saturate(15);-o-filter:contrast(0) invert(100%) sepia(100%) hue-rotate(310deg) saturate(15);-ms-filter:contrast(0) invert(100%) sepia(100%) hue-rotate(310deg) saturate(15);filter:contrast(0) invert(100%) sepia(100%) hue-rotate(310deg) saturate(15)}#conversation_language .language_notice u{float:right;display:inline-block;margin-right:1rem;color:#9e9c9b}#conversation_language .language_selector{display:none}#conversation_language:hover>.language_selector{display:block}#conversation_panel_buttons .tab{line-height:90%}#conversation_panel_buttons .tab span.source_label{display:block;font-size:70%}#conversation_panel_buttons .tab span.source_label:before{content:"[\00a0"}#conversation_panel_buttons .tab span.source_label:after{content:"\00a0]"}#conversation_panel_buttons .tab .conversation_pending{color:#ef6262;font-size:x-large;margin-left:-3px;float:left}#conversation_panel_buttons .tab .conversation_pending.no_pending{display:none}.pending_alert{position:relative}.pending_alert:after{content:attr(data-count);position:absolute;top:0;right:-0.25rem;z-index:0;display:inline-block;height:12px;width:auto;min-width:12px;padding:3px;border-radius:6px;background-color:#ef6262;-webkit-box-shadow:2px -1px 3px rgba(0,0,0,0.3);box-shadow:2px -1px 3px rgba(0,0,0,0.3);font-size:75%;font-weight:700;line-height:100%;text-align:center}.conversation_thread{display:none;position:absolute;top:82px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column-reverse;flex-flow:column-reverse;-webkit-box-flex:1;-ms-flex:1 0 72%;flex:1 0 72%;height:calc(100% - 181px);width:100%;padding:0 1rem;overflow-y:auto}.conversation_thread.lead{padding:30% 0px 0px 0px;text-align:center;vertical-align:middle;background-color:#e7e8eb}.conversation_thread.lead .disabled_conversation_message{padding:2rem;display:block}.conversation_thread.invisible{visibility:hidden}.conversation_thread.active{display:-webkit-box;display:-ms-flexbox}.conversation_thread>.flex.column{bottom:0px}.conversation_thread>div{min-height:-moz-min-content;min-height:min-content;min-height:-webkit-min-content}.conversation_thread .day{text-align:center;font-size:70%;color:#777;margin:0.5rem 0;font-weight:700}.conversation_thread .day:first-child{margin-top:2rem}.conversation_thread .bubble{font-family:Helvetica, Arial, sans-serif;font-size:smaller}.conversation_thread .incoming{text-align:left;margin:0.5rem 0;max-width:100%}.conversation_thread .incoming .bubble{position:relative;display:inline-block;width:auto;max-width:80%;min-width:3rem;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;background:#dcdcdb;border-radius:4px;padding:0.5rem 0.75rem;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.2);box-shadow:1px 1px 4px rgba(0,0,0,0.2);text-align:left;line-height:120%}.conversation_thread .incoming .bubble a,.conversation_thread .incoming .bubble .soft_link{color:#636260;word-wrap:break-word}.conversation_thread .incoming .bubble a:hover,.conversation_thread .incoming .bubble .soft_link:hover{color:#7d7b79}.conversation_thread .incoming .bubble:after{content:"";position:absolute;bottom:-20px;left:20px;display:inline-block;width:20px;height:20px;border:10px solid transparent;border-top:10px solid #dcdcdb}.conversation_thread .incoming .time{font-size:70%;color:#777;margin:12px 0 0 14px}.conversation_thread .outgoing{text-align:right;margin:0.5rem 0;max-width:100%}.conversation_thread .outgoing .bubble{position:relative;color:#eee;display:inline-block;width:auto;max-width:75%;min-width:3rem;overflow-wrap:break-word;background:#58b1ed;border-radius:4px;padding:0.5rem 0.75rem;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.2);box-shadow:1px 1px 4px rgba(0,0,0,0.2);text-align:left;line-height:120%}.conversation_thread .outgoing .bubble a,.conversation_thread .outgoing .bubble .soft_link{color:#041723;word-break:break-word}.conversation_thread .outgoing .bubble a:hover,.conversation_thread .outgoing .bubble .soft_link:hover{color:#07283f}.conversation_thread .outgoing .bubble:after{content:"";position:absolute;bottom:-20px;right:20px;display:inline-block;width:20px;height:20px;border:10px solid transparent;border-top:10px solid #58b1ed}.conversation_thread .outgoing .time{font-size:70%;color:#777;margin:12px 14px 0 0}.conversation_thread .outgoing .message_error{text-align:right;width:70%;margin:0.5rem 0.5rem 0.5rem auto;font-size:80%;line-height:110%}.conversation_thread .outgoing .message_error h4{font-weight:700;margin:0;color:#136ca9}.conversation_thread .outgoing .message_error h4:before{content:"\0026A0";display:inline-block;width:18px;height:18px;margin-right:2px;background:#136ca9;border-radius:9px;text-align:center;padding:1px;font-size:110%;color:white}.conversation_thread .outgoing .message_error p{margin:0}.conversation_thread .bubble audio{width:300px}#conversation_action_list{position:absolute;height:auto;max-height:0;width:auto;max-width:0;left:13px;bottom:43px;transition:height 0.3s ease-in-out;z-index:10000;overflow:hidden}#conversation_action_list.active{max-height:146px;max-width:calc(100% - 3rem)}#conversation_action_list.active+#conversation_message_bar #conversation_action_button{border-radius:0 0 0.5rem 0.5rem;color:transparent;position:relative}#conversation_action_list.active+#conversation_message_bar #conversation_action_button:after{content:"–";position:absolute;color:#fefefe;right:0.6rem}#conversation_action_list.active.large{min-height:250px;max-height:70vh}#conversation_action_list #conversation_action_menu,#conversation_action_list #conversation_action_tab{display:inline-block;height:auto;width:auto;overflow:hidden;background:#f6f5f5;border:1px solid #c8c8c7;border-radius:0.5rem 0.5rem 0.5rem 0;box-shadow:0 0 3px rgba(0,0,0,0.3);transition:height 0.3s ease-in-out}#conversation_action_list #conversation_action_menu.hidden,#conversation_action_list #conversation_action_tab.hidden{max-height:0;border:none;box-shadow:none}#conversation_action_list #conversation_action_menu ul,#conversation_action_list #conversation_action_tab ul{list-style:none;margin:0;padding:0.25rem}#conversation_action_list #conversation_action_menu{max-width:50%}#conversation_action_list #conversation_action_menu ul{display:flex;flex-flow:column;justify-content:space-around;font-size:80%;line-height:1.4;padding:0.5rem}#conversation_action_list #conversation_action_menu ul li>*{display:flex;flex-flow:row nowrap;align-items:center;height:2rem;color:#7d7b79;font-weight:800;text-decoration:none}#conversation_action_list #conversation_action_menu ul li>*:hover{background:#fefefe}#conversation_action_list #conversation_action_menu ul li img{margin-right:0.5rem}#conversation_action_list #conversation_action_tab{min-width:312px;max-width:412px;position:relative;display:flex;flex-flow:column;justify-content:flex-start}#conversation_action_list #conversation_action_tab ul{padding-left:3.3rem}#conversation_action_list #conversation_action_back{position:absolute;top:0;left:0;display:inline-block;flex:1 0 2rem;margin:0.25rem auto 0.25rem 0.25rem;padding:0.35rem 0.25rem 0.2rem 0.25rem;border:1px solid #c8c8c7;border-radius:0.25rem;line-height:1;color:#7d7b79}#conversation_action_list #conversation_action_back:after{content:"BACK";font-size:60%;vertical-align:middle}#conversation_action_list #conversation_action_back:hover{background:#fefefe}#conversation_action_list #conversation_action_back:active{background:#c8c8c7}#conversation_action_list #conversation_action_tab_content{flex:1 0 80%;overflow-y:auto}#conversation_action_list #conversation_action_tab_content ul{display:flex;flex-flow:row nowrap}#conversation_action_list #conversation_action_tab_content ul li{flex:1 0 auto;padding:0.25rem;margin:0 1%;border:1px solid #c8c8c7;border-radius:0.25rem}#conversation_action_list #conversation_action_tab_content ul li>span{display:block;height:1.25rem;margin:auto;padding:0.25rem;color:#7d7b79;font-size:70%;text-align:center}#conversation_action_list #conversation_action_tab_content ul li:hover{background:#fefefe}#conversation_action_list #conversation_action_tab_content ul li:active{background:#c8c8c7}#conversation_action_list #conversation_action_tab_content ul li.selected{background:#58b1ed;border-color:#58b1ed}#conversation_action_list #conversation_action_tab_content ul li.selected span{color:#fefefe}#conversation_action_list #conversation_action_tab_content ul.canned_response_types{padding-bottom:0}#conversation_action_list #conversation_action_tab_content ul.canned_response_types li{border-radius:4px 4px 0 0;border-bottom:none;background:#9e9c9b;background:-o-linear-gradient(top, #9e9c9b 15%, #afaead 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(15%, #9e9c9b), to(#afaead));background:linear-gradient(to bottom, #9e9c9b 15%, #afaead 100%)}#conversation_action_list #conversation_action_tab_content ul.canned_response_types li span{color:#fefefe}#conversation_action_list #conversation_action_tab_content ul.canned_response_types li.selected{background:#f6f5f5;border-color:#c8c8c7;border-bottom:1px solid #f6f5f5;top:1px;position:relative}#conversation_action_list #conversation_action_tab_content ul.canned_response_types li.selected span{color:#010101}#conversation_action_list #conversation_action_tab_content ul.canned_responses_by_type{flex-flow:column;justify-content:flex-start;max-height:480px;overflow-y:auto;padding-left:0.25rem;border-top:1px solid #c8c8c7}#conversation_action_list #conversation_action_tab_content ul.canned_responses_by_type li{font-family:Helvetica, Arial, sans-serif;font-size:smaller;position:relative;margin:2% 1% 0.7rem 1%;background:#58b1ed;color:#fefefe;border-radius:4px;padding:0.5rem 0.75rem;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.2);box-shadow:1px 1px 4px rgba(0,0,0,0.2);text-align:left;line-height:120%}#conversation_action_list #conversation_action_tab_content ul.canned_responses_by_type li:after{content:"";background-image:url("data:image/svg+xml,%3Csvg class='bubble_corner_plus' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.7 22.85'%3E%3Cg%3E%3Cpath d='m0,0l22.85,22.85L45.7,0H0Z' fill='%2329abe2' stroke-width='0'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;position:absolute;bottom:-1rem;bottom:-0.6rem;right:1.2rem;width:1.3rem;height:0.6rem;color:#b4dcf7;filter:drop-shadow(1px 1px 4px rgba(0,0,0,0.2))}#conversation_action_list #conversation_action_tab_content ul.canned_responses_by_type li:active{background:#dcdcdb}#conversation_action_list .conversation_response_type,#conversation_action_list .conversation_response_list{width:100%}#conversation_action_list .conversation_response_type.hidden,#conversation_action_list .conversation_response_list.hidden{width:0px;overflow:hidden}#conversation_action_list .conversation_response_item{display:block}#conversation_action_list .conversation_response_item.hidden{display:none}#conversation_message_bar{position:absolute;bottom:0;width:100%;border:0.8rem solid white;background:#fefefe;overflow:hidden;-ms-grid-column-align:end;justify-self:end;border-radius:0 0 4px 4px}#conversation_message_bar>small{display:block}#conversation_message_bar textarea{-webkit-apperance:none;scrollbar-width:none;display:inline-block;width:98%;max-height:2.2rem;min-height:2.2rem;line-height:120%;padding:0.5rem;margin:5px 3px 0px 3px;background:#fefefe;overflow-y:scroll;border-radius:4px;border:1px solid #c8c8c7;-webkit-box-shadow:0 0 5px rgba(0,0,0,0.4);box-shadow:0 0 5px rgba(0,0,0,0.4)}#conversation_message_bar textarea::-webkit-scrollbar{display:none}#conversation_message_bar #message_controls{position:relative;width:100%;height:30px;margin:0.15rem 0;padding:0 0.1rem 0.4rem;vertical-align:middle;display:grid;grid-template-columns:8% 75% 14%;grid-gap:1%;align-items:center}#conversation_message_bar #message_controls #conversation_action_button{font-weight:800;text-align:center;color:white;cursor:pointer;max-width:2rem;padding:0.3rem 0.5rem 0 0.5rem;background:#0c466d;background:-o-linear-gradient(top, #636260 15%, #7d7b79 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(15%, #636260), to(#7d7b79));background:linear-gradient(to bottom, #636260 15%, #7d7b79 100%);border:2px solid #afaead;border-radius:0.5rem;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.2);box-shadow:1px 1px 4px rgba(0,0,0,0.2)}#conversation_message_bar #message_controls #message_count{padding-left:0.5rem}#conversation_message_bar #message_controls #conversation_send_message{font-weight:800;font-size:90%;text-align:center;color:white;cursor:pointer;padding:0.1rem 0.5rem;background:#0c466d;background:-o-linear-gradient(top, #136ca9 15%, #07283f 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(15%, #136ca9), to(#07283f));background:linear-gradient(to bottom, #136ca9 15%, #07283f 100%);border:2px solid #58b1ed;border-radius:0.5rem;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.2);box-shadow:1px 1px 4px rgba(0,0,0,0.2)}#conversation_message_bar #message_controls #conversation_send_message:hover{background:#136ca9}#conversation_message_bar #message_controls #conversation_send_message:active{background:#07283f;-webkit-box-shadow:none;box-shadow:none;-webkit-transform:translate(1px, 1px);-ms-transform:translate(1px, 1px);transform:translate(1px, 1px)}.conv_img{display:block;vertical-align:top;max-width:120px;border-radius:5px;cursor:pointer;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s}.conv_img:hover{opacity:0.7}.conversation_modal{display:none;position:fixed;z-index:1;padding-top:100px;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#010101;background-color:rgba(1,1,1,0.9)}.conversation_modal_image{margin:auto;display:block;width:80%;max-width:700px}.conversation_image_close{position:absolute;top:15px;right:35px;color:#f1f1f1;font-size:40px;font-weight:bold;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s}.conversation_image_close:hover,.conversation_image_close:focus{color:#bbb;text-decoration:none;cursor:pointer}#action_panel{display:inline-block;vertical-align:top;background:#fefefe;overflow:auto}#action_panel>div{padding:1rem}div#action_panel_buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%;height:42px;background:#f1a748;padding:0;padding-right:60px}div#action_panel_buttons .tab{position:relative;z-index:1;height:34px;width:34px;min-width:34px;padding:5px;margin:4px 1.5px;text-align:center;font-size:90%;text-transform:uppercase;background:#636260;background:-o-linear-gradient(top, #afaead 15%, #636260 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(15%, #afaead), to(#636260));background:linear-gradient(to bottom, #afaead 15%, #636260 100%);border:2px solid #afaead;border-radius:50%;-webkit-transition:all 0.1s;-o-transition:all 0.1s;transition:all 0.1s;cursor:pointer}div#action_panel_buttons .tab:first-child{margin-left:0.5rem}div#action_panel_buttons .tab.active:first-child{margin-left:0.6rem}div#action_panel_buttons .tab:hover{background:#9e9c9b;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}div#action_panel_buttons .tab.active{background:#fefefe;border-color:#dcdcdb;-webkit-transform:scale(1.125);-ms-transform:scale(1.125);transform:scale(1.125);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;margin-left:0.25rem;margin-right:0.25rem;padding:5px 0 6px}div#action_panel_buttons .tab.active img{max-height:120%;max-width:120%;-webkit-filter:contrast(0.3) invert(100%) sepia(100%) hue-rotate(340deg) saturate(4);-moz-filter:contrast(0.3) invert(100%) sepia(100%) hue-rotate(340deg) saturate(4);-o-filter:contrast(0.3) invert(100%) sepia(100%) hue-rotate(340deg) saturate(4);-ms-filter:contrast(0.3) invert(100%) sepia(100%) hue-rotate(340deg) saturate(4);filter:contrast(0.3) invert(100%) sepia(100%) hue-rotate(340deg) saturate(4)}div#action_panel_buttons .tab[data-tab="action_panel_new_customer"]{position:absolute;right:0.25rem}div#action_panel_buttons .tab img{position:relative;top:-1px;max-height:100%;max-width:100%;-webkit-filter:invert(100%);-moz-filter:invert(100%);-o-filter:invert(100%);-ms-filter:invert(100%);filter:invert(100%)}#action_panel_sections{overflow-y:auto;position:relative;height:calc(100% - 42px);max-height:calc(var(--vh, 1vh) * 100 - 60px - 3.1rem)}#action_panel_sections .panel{position:absolute;top:0;left:0;width:100%;height:100%;padding:1rem;z-index:0;opacity:0;height:0;max-height:0;overflow:hidden}#action_panel_sections .panel.active{z-index:1;opacity:1;height:auto;max-height:3000px}#action_panel_customer{position:relative;height:100%}#action_panel_customer .profile_header{margin-bottom:0.5rem;border-bottom:1px solid #c8c8c7}#action_panel_customer .profile_header h3{display:inline-block;width:79%;margin:0}#action_panel_customer .profile_header small{display:inline-block;width:19%;text-align:right}#action_panel_customer .profile_header small.warning{width:100%;display:block}#action_panel_customer .profile_header small.warning img{vertical-align:middle;-webkit-filter:contrast(0) invert(100%) sepia(100%) hue-rotate(310deg) saturate(15);-moz-filter:contrast(0) invert(100%) sepia(100%) hue-rotate(310deg) saturate(15);-o-filter:contrast(0) invert(100%) sepia(100%) hue-rotate(310deg) saturate(15);-ms-filter:contrast(0) invert(100%) sepia(100%) hue-rotate(310deg) saturate(15);filter:contrast(0) invert(100%) sepia(100%) hue-rotate(310deg) saturate(15)}#action_panel_customer .profile_contact,#action_panel_customer .profile_action,#action_panel_customer .profile_vehicle,#action_panel_customer .profile_notes,#action_panel_customer .lead_notes{padding-bottom:0.5rem;margin-bottom:0.5rem;border-bottom:1px solid #c8c8c7;font-size:80%;line-height:140%}#action_panel_customer .profile_contact h4,#action_panel_customer .profile_action h4,#action_panel_customer .profile_vehicle h4,#action_panel_customer .profile_notes h4,#action_panel_customer .lead_notes h4{color:#136ca9;font-size:120%}#action_panel_customer .profile_contact>div,#action_panel_customer .profile_action>div,#action_panel_customer .profile_vehicle>div,#action_panel_customer .profile_notes>div,#action_panel_customer .lead_notes>div{padding:0.25rem;vertical-align:top}#action_panel_customer .profile_contact>div:first-child,#action_panel_customer .profile_action>div:first-child,#action_panel_customer .profile_vehicle>div:first-child,#action_panel_customer .profile_notes>div:first-child,#action_panel_customer .lead_notes>div:first-child{width:50%}#action_panel_customer .profile_contact>div>form,#action_panel_customer .profile_action>div>form,#action_panel_customer .profile_vehicle>div>form,#action_panel_customer .profile_notes>div>form,#action_panel_customer .lead_notes>div>form{line-height:1rem}#action_panel_customer .profile_contact>div>form>span,#action_panel_customer .profile_action>div>form>span,#action_panel_customer .profile_vehicle>div>form>span,#action_panel_customer .profile_notes>div>form>span,#action_panel_customer .lead_notes>div>form>span{display:block}#action_panel_customer .profile_contact>div>form>span>b,#action_panel_customer .profile_action>div>form>span>b,#action_panel_customer .profile_vehicle>div>form>span>b,#action_panel_customer .profile_notes>div>form>span>b,#action_panel_customer .lead_notes>div>form>span>b{display:inline-block}#action_panel_customer .profile_contact>div>h4,#action_panel_customer .profile_contact>div>p,#action_panel_customer .profile_action>div>h4,#action_panel_customer .profile_action>div>p,#action_panel_customer .profile_vehicle>div>h4,#action_panel_customer .profile_vehicle>div>p,#action_panel_customer .profile_notes>div>h4,#action_panel_customer .profile_notes>div>p,#action_panel_customer .lead_notes>div>h4,#action_panel_customer .lead_notes>div>p{margin:0}#action_panel_customer .profile_contact>div iframe#profile_map,#action_panel_customer .profile_action>div iframe#profile_map,#action_panel_customer .profile_vehicle>div iframe#profile_map,#action_panel_customer .profile_notes>div iframe#profile_map,#action_panel_customer .lead_notes>div iframe#profile_map{max-width:100%}#action_panel_customer .profile_contact>div:first-child,#action_panel_customer .profile_location>div:first-child{text-align:center}#action_panel_customer .profile_contact{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}#action_panel_customer .profile_contact>div:nth-child(1){-webkit-box-flex:1;-ms-flex:1 0 33%;flex:1 0 33%}#action_panel_customer .profile_contact>div:nth-child(2){-webkit-box-flex:1;-ms-flex:1 0 67%;flex:1 0 67%}#action_panel_customer .profile_contact #customer_avatar{display:block;width:96px;height:96px;margin:0.5rem auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:48px;overflow:hidden}#action_panel_customer .profile_contact #customer_social_links{position:relative;display:block;margin-bottom:10px}#action_panel_customer .profile_contact #customer_social_actions{position:absolute;left:0;top:8px;display:block;text-align:left}#action_panel_customer .profile_contact #customer_social_actions span:first-child{position:absolute;left:-4px;top:-16px;z-index:0;display:inline-block;max-height:26px;padding:4px;background:#dcdcdb;border:1px solid #dcdcdb;border-radius:4px;line-height:100%;-webkit-transform:scale(0.7);-ms-transform:scale(0.7);transform:scale(0.7);-webkit-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom}#action_panel_customer .profile_contact #customer_social_actions span:first-child:hover{border-bottom:none;border-radius:4px 4px 0 0}#action_panel_customer .profile_contact #customer_social_actions span:first-child:hover+span{max-height:480px;max-width:480px;opacity:1;padding:1rem}#action_panel_customer .profile_contact #customer_social_actions span:first-child img{-webkit-filter:invert(100%);-moz-filter:invert(100%);-o-filter:invert(100%);-ms-filter:invert(100%);filter:invert(100%)}#action_panel_customer .profile_contact #customer_social_actions span:last-child{position:absolute;z-index:1;top:10px;display:inline-block;height:auto;width:auto;margin-top:-2px;padding:0 1rem;background:#fefefe;border:1px solid #dcdcdb;border-radius:0 4px 4px 4px;font-size:80%;-webkit-transition:all 0.3s ease-in 200ms;-o-transition:all 0.3s ease-in 200ms;transition:all 0.3s ease-in 200ms;max-height:0;max-width:0;opacity:0;overflow:hidden}#action_panel_customer .profile_contact #customer_social_actions span:last-child:hover{max-height:480px;max-width:480px;opacity:1;padding:1rem}#action_panel_customer .profile_contact #customer_social_actions span:last-child a{display:block;white-space:nowrap}@supports (transform: scale(1)){#action_panel_customer .profile_contact #customer_social_actions span:first-child:hover+span{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}#action_panel_customer .profile_contact #customer_social_actions span:last-child{max-height:480px;max-width:480px;opacity:1;padding:1rem;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}#action_panel_customer .profile_contact #customer_social_actions span:last-child:hover{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}#action_panel_customer .profile_contact #contact_edit_profile_toggle{position:absolute;top:0;right:0}#action_panel_customer .profile_contact .customer_inline_edit{padding-top:1rem}#action_panel_customer .profile_contact .customer_inline_edit form.edit_customer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}#action_panel_customer .profile_contact .customer_inline_edit form.edit_customer>label{-webkit-box-flex:1;-ms-flex:1 0 29%;flex:1 0 29%;line-height:200%}#action_panel_customer .profile_contact .customer_inline_edit form.edit_customer>span{-webkit-box-flex:1;-ms-flex:1 0 69%;flex:1 0 69%;line-height:200%}#action_panel_customer .profile_contact .customer_inline_edit form.edit_customer .inline_edit_input input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),#action_panel_customer .profile_contact .customer_inline_edit form.edit_customer .inline_edit_input select{font-size:100%;height:1.4rem;margin:0;padding:0.125rem 0.25rem;width:49%;line-height:1rem}#action_panel_customer .profile_contact .customer_inline_edit form.edit_customer .inline_edit_input select{background-size:10px 10px;width:98%}#action_panel_customer .profile_contact .customer_inline_edit form.edit_customer .inline_edit_input input[name*="social_networks"]{width:98% !important}#action_panel_customer .profile_contact .customer_inline_edit form.edit_customer #customer_city,#action_panel_customer .profile_contact .customer_inline_edit form.edit_customer #customer_zip{width:32.2%}#action_panel_customer .profile_contact .customer_inline_edit form.edit_customer #customer_state{width:24%;min-width:3rem}#action_panel_customer .profile_contact .customer_inline_edit form.edit_customer #customer_address,#action_panel_customer .profile_contact .customer_inline_edit form.edit_customer #customer_phone,#action_panel_customer .profile_contact .customer_inline_edit form.edit_customer #customer_email,#action_panel_customer .profile_contact .customer_inline_edit form.edit_customer #customer_age_range,#action_panel_customer .profile_contact .customer_inline_edit form.edit_customer #customer_social_image_url{width:99%}#action_panel_customer .profile_notes>h4{margin-top:0.5rem}#action_panel_customer .profile_notes>form>textarea{display:block;margin:0;padding:0.5rem;width:100%;min-height:120px;border-color:#c8c8c7}#action_panel_customer .profile_notes>form>textarea+div{text-align:right;width:100%}#action_panel_customer .profile_notes div>.note{margin:0;font-size:90%}#action_panel_customer .profile_notes div>.note>.customer_note_author{font-style:italic}#action_panel_customer .profile_action{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#action_panel_customer .profile_action #action_edit_profile_toggle{position:absolute;top:0.4rem;right:0}#action_panel_customer .profile_action>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}#action_panel_customer .profile_action>div .soft_link.completed{color:#7d7b79}#action_panel_customer .profile_action>div:nth-child(odd){-webkit-box-flex:1;-ms-flex:1 0 33%;flex:1 0 33%}#action_panel_customer .profile_action>div:nth-child(even){-webkit-box-flex:1;-ms-flex:1 0 67%;flex:1 0 67%}#action_panel_customer .profile_action>div:nth-child(1){text-align:center}#action_panel_customer .profile_action>div:nth-child(1) h4{width:100%}#action_panel_customer .profile_action>div:nth-child(1) h4 span{display:block;font-size:120%}#action_panel_customer .profile_action>div:nth-child(2) label{width:33%}#action_panel_customer .profile_action>div:nth-child(2) span{width:67%}#action_panel_customer .profile_action>div:nth-child(3){border-top:1px solid #dcdcdb;padding-top:0.75rem;margin-top:0.5rem;position:relative;max-height:480px;overflow-y:scroll}#action_panel_customer .profile_action>div:nth-child(3) img{max-height:180px;max-width:100%;border-radius:4px;overflow:hidden;cursor:pointer}#action_panel_customer .profile_action>div:nth-child(3) a:before{display:block;position:absolute;top:16px;left:8px;width:24px;height:24px;padding-top:1px;border-radius:12px;background:#0c466d;border:2px solid #58b1ed;color:#fefefe;font-weight:700;font-size:24px;text-align:center;-webkit-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;cursor:pointer}#action_panel_customer .profile_action>div:nth-child(3):hover:before{background-color:#136ca9;-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}#action_panel_customer .profile_action>div:nth-child(4){border-top:1px solid #dcdcdb;margin-top:0.5rem;padding-left:0.5rem}#action_panel_customer .profile_action>div:nth-child(4) h4{width:100%;margin:0.5rem 0;border-bottom:1px solid #dcdcdb}#action_panel_customer .profile_action form#action_panel_edit_tradein{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}#action_panel_customer .profile_action form#action_panel_edit_tradein>label{-webkit-box-flex:1;-ms-flex:1 0 29%;flex:1 0 29%;line-height:180%}#action_panel_customer .profile_action form#action_panel_edit_tradein>span{-webkit-box-flex:1;-ms-flex:1 0 66%;flex:1 0 66%;line-height:180%;padding-left:1%}#action_panel_customer .profile_action form#action_panel_edit_tradein .inline_edit_input input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),#action_panel_customer .profile_action form#action_panel_edit_tradein .inline_edit_input select{font-size:100%;height:1.4rem;margin:0;padding:0.125rem 0.25rem;width:100%}#action_panel_customer .profile_action form#action_panel_edit_tradein .inline_edit_input input[name*="[year]"]:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),#action_panel_customer .profile_action form#action_panel_edit_tradein .inline_edit_input input[name*="[make]"]:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),#action_panel_customer .profile_action form#action_panel_edit_tradein .inline_edit_input input[name*="[mileage]"]:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),#action_panel_customer .profile_action form#action_panel_edit_tradein .inline_edit_input input[name*="[appraised_value]"]:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),#action_panel_customer .profile_action form#action_panel_edit_tradein .inline_edit_input select[name*="[year]"],#action_panel_customer .profile_action form#action_panel_edit_tradein .inline_edit_input select[name*="[make]"],#action_panel_customer .profile_action form#action_panel_edit_tradein .inline_edit_input select[name*="[mileage]"],#action_panel_customer .profile_action form#action_panel_edit_tradein .inline_edit_input select[name*="[appraised_value]"]{width:49%}#action_panel_customer .profile_action form#action_panel_edit_tradein .inline_edit_input select{background-size:10px 10px}#action_panel_customer .profile_action .trade_appraisal_container{position:relative;width:100%}#action_panel_customer .profile_action .trade_appraisal_container>b{display:inline-block;width:29%}#action_panel_customer .profile_action .trade_appraisal_container>b+.soft_link{width:69%}#action_panel_customer .profile_action .trade_appraisal_details ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style-type:none;padding:0;margin:0px}#action_panel_customer .profile_action .trade_appraisal_details ul li{-webkit-box-flex:1;-ms-flex:1 0 32%;flex:1 0 32%;max-width:32%;padding:0.25rem;margin-right:0.25rem;margin-bottom:0.25rem;background:#fefefe;border:1px solid #dcdcdb;border-radius:6px}#action_panel_customer .profile_action .trade_appraisal_details ul li span{text-align:center;display:block;width:100%;line-height:110%}#action_panel_customer .profile_action .trade_appraisal_details ul li span:first-child{font-size:70%;line-height:130%;color:#afaead}#action_panel_customer .profile_action .trade_appraisal_details ul li span:last-child{padding-top:0.3rem;font-size:110%}#action_panel_customer .profile_action .trade_appraisal_details ul li:nth-child(4),#action_panel_customer .profile_action .trade_appraisal_details ul li:nth-child(7){margin-right:0}#action_panel_customer .profile_action .trade_appraisal_details ul li:first-child{-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%;max-width:98%;margin:0.5rem 1rem 0.25rem 1rem}#action_panel_customer .profile_action .trade_appraisal_details ul li:first-child span{display:inline-block;width:49%}#action_panel_customer .profile_action .trade_appraisal_details ul li:first-child span:first-child{font-size:100%;text-align:right}#action_panel_customer .profile_action .trade_appraisal_details ul li:first-child span:last-child{text-align:left}#action_panel_customer .profile_action .trade_appraisal_details ul li:last-child{border:none;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%;max-width:100%;max-height:1rem;padding:0;margin:0 0 0.5rem 0;line-height:100%;text-align:center}#action_panel_customer .profile_action .trade_appraisal_details ul li:last-child span{display:inline-block;width:auto}#action_panel_customer .profile_action .trade_appraisal_details ul li:last-child span:first-child{text-align:right}#action_panel_customer .profile_action .trade_appraisal_details ul li:last-child span:last-child{font-size:70%;text-align:left}#action_panel_customer .profile_action .trade_appraisal_value:hover+.trade_appraisal_details,#action_panel_customer .profile_action .trade_appraisal_details:hover{display:block}#action_panel_customer .profile_location{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-bottom:0.5rem;margin-bottom:0.5rem;border-bottom:1px solid #c8c8c7;font-size:80%;line-height:140%}#action_panel_customer .profile_location>div:first-child{margin:0.5rem auto;padding:0.25rem;border:1px solid #c8c8c7;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}#action_panel_customer .profile_location>div:first-child iframe{width:100%;max-width:100%}#action_panel_customer .profile_location>div:last-child{-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}#action_panel_customer .profile_location>div:last-child>*:nth-child(odd){-webkit-box-flex:1;-ms-flex:1 0 60%;flex:1 0 60%}#action_panel_customer .profile_location>div:last-child>*:nth-child(even){-webkit-box-flex:1;-ms-flex:1 0 39%;flex:1 0 39%}#action_panel_customer .profile_vehicle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#action_panel_customer .profile_vehicle>div{-webkit-box-flex:1;-ms-flex:1 0 33%;flex:1 0 33%}#action_panel_customer .profile_vehicle>div:first-child img{border-radius:4px;overflow:hidden}#action_panel_customer .profile_vehicle>div:last-child{-webkit-box-flex:1;-ms-flex:1 0 67%;flex:1 0 67%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap;padding:0 1rem 0 0.5rem}#action_panel_customer .profile_vehicle>div:last-child h4{width:100%}#action_panel_customer .profile_vehicle>div:last-child p{width:100%;font-weight:700;margin-bottom:0.5rem;border-bottom:1px solid #dcdcdb}#action_panel_customer .profile_vehicle>div:last-child label{-webkit-box-flex:1;-ms-flex:1 0 29%;flex:1 0 29%}#action_panel_customer .profile_vehicle>div:last-child span{-webkit-box-flex:1;-ms-flex:1 0 66%;flex:1 0 66%;padding-left:1%}#action_panel_customer .profile_vehicle h4,#action_panel_customer .profile_vehicle p{width:100%}#action_panel_customer .new_customer>h3{margin-top:0;border-bottom:1px solid #dcdcdb}#action_panel_customer .new_customer>form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#action_panel_customer .new_customer>form label{-webkit-box-flex:1;-ms-flex:1 0 20%;flex:1 0 20%}#action_panel_customer .new_customer>form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),#action_panel_customer .new_customer>form select{-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%}#action_panel_customer .new_customer>form .error{-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%;text-align:center}#action_panel_customer .new_customer>form .form_submit{-webkit-box-flex:1;-ms-flex:1 0 30%;flex:1 0 30%;padding:0.5rem 0;text-align:right}#action_panel_customer .new_customer .error{text-align:center}#action_panel_customer .new_customer #new_cust_results{border-top:1px solid #dcdcdb}#action_panel_customer .new_customer #new_cust_results .possible_customer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:3rem;border-bottom:1px solid #dcdcdb}#action_panel_customer .new_customer #new_cust_results .possible_customer .possible_name{font-size:80%;-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%}#action_panel_customer .new_customer #new_cust_results .possible_customer .possible_social{-webkit-box-flex:1;-ms-flex:1 0 20%;flex:1 0 20%}#action_panel_customer .new_customer #new_cust_results .possible_customer .possible_button .button,#action_panel_customer .new_customer #new_cust_results .possible_customer .possible_button input[type="submit"]{-webkit-box-flex:1;-ms-flex:1 0 20%;flex:1 0 20%;background:#7d7b79}#action_panel_customer .new_customer #new_cust_results .possible_customer .possible_button .button:hover,#action_panel_customer .new_customer #new_cust_results .possible_customer .possible_button input[type="submit"]:hover{background:#9e9c9b}#action_panel_customer .new_customer #new_cust_leads h3{margin-bottom:0;margin-top:0.5rem}#action_panel_customer .new_customer #new_cust_leads .search_bar{max-width:100%;height:2rem;margin:0.5rem 0}#action_panel_customer .new_customer #new_cust_leads table{display:table;table-layout:fixed;white-space:nowrap;overflow-y:auto;margin-bottom:1rem;width:100%;border-collapse:collapse}#action_panel_customer .new_customer #new_cust_leads table tr:first-child{background-color:#0c466d;color:#fefefe;font-weight:800}#action_panel_customer .new_customer #new_cust_leads table tr th{padding:0.2rem 0.2rem;background:none;white-space:nowrap}#action_panel_customer .new_customer #new_cust_leads table tr th:last-child{width:90px}#action_panel_customer .new_customer #new_cust_leads table tr td{border-right:1px solid #dcdcdb;border-bottom:1px solid #dcdcdb;padding:0.4rem;overflow-x:hidden}#action_panel_customer .new_customer #new_cust_leads table tr td:last-child{border-right:none}#action_panel_customer .new_customer #new_cust_leads table tr td small{font-size:70%;color:#7d7b79}#action_panel_customer .new_customer #new_cust_leads table tr td button{font-size:90%;line-height:100%}#action_panel_customer .new_customer #new_cust_leads table tr td.center_txt{text-align:center}#action_panel_customer #customer_conversation_images{position:relative;top:40px;z-index:2;height:100%}#action_panel_customer #customer_conversation_images form{height:100%}#action_panel_customer #customer_conversation_images form>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-line-pack:start;align-content:flex-start}#action_panel_customer #customer_conversation_images form>div span{-webkit-box-flex:1;-ms-flex:1 0 30%;flex:1 0 30%;max-width:30%;max-height:120px;margin:1%;overflow:hidden}#action_panel_customer #customer_conversation_images form>div span input[type="checkbox"]{position:absolute;z-index:2}#action_panel_customer #customer_conversation_images form>div span img{max-width:100%;max-height:100%}#action_panel_customer #customer_conversation_images form>div span img.present_image{position:absolute;top:0;left:0;z-index:400;min-width:100%;height:100%;max-height:560px;background:rgba(254,254,254,0.95);padding:2rem}@supports (-o-object-fit: contain) or (object-fit: contain){#action_panel_customer #customer_conversation_images form>div span img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;background:#f6f5f5;border:1px solid #dcdcdb;padding:4px;border-radius:4px}}#action_panel_customer #customer_conversation_images form>div span.present_image input[type="checkbox"]{display:none}#action_panel_customer #customer_trade_images{position:relative;top:40px;z-index:2}#action_panel_customer #customer_trade_images>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-line-pack:start;align-content:flex-start}#action_panel_customer #customer_trade_images>div span{-webkit-box-flex:1;-ms-flex:1 0 30%;flex:1 0 30%;max-width:30%;max-height:120px;margin:1%;overflow:hidden}#action_panel_customer #customer_trade_images>div span input[type="checkbox"]{position:absolute;z-index:2}#action_panel_customer #customer_trade_images>div span img{max-width:100%;max-height:100%}#action_panel_customer #customer_trade_images>div span img.present_image{position:absolute;top:0;left:0;z-index:400;min-width:100%;height:100%;max-height:560px;background:rgba(254,254,254,0.95);padding:2rem}@supports (-o-object-fit: contain) or (object-fit: contain){#action_panel_customer #customer_trade_images>div span img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;background:#f6f5f5;border:1px solid #dcdcdb;padding:4px;border-radius:4px}}#action_panel_customer #customer_trade_images>div span.present_image input[type="checkbox"]{display:none}#action_panel_customer.lead .profile_header{min-height:3rem}#action_panel_customer.lead .new_from_lead{position:absolute;top:0;right:0}#action_panel_customer.lead .profile_social,#action_panel_customer.lead .profile_vehicle>div:first-child{display:none}#action_panel_customer.lead .edit_lead{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}#action_panel_customer.lead .edit_lead label{-webkit-box-flex:1;-ms-flex:1 0 30%;flex:1 0 30%}#action_panel_customer.lead .edit_lead span{-webkit-box-flex:1;-ms-flex:1 0 70%;flex:1 0 70%}#action_panel_customer.lead .edit_lead .inline_edit_input input.one_third,#action_panel_customer.lead .edit_lead .inline_edit_input select.one_third{margin-left:0;margin-right:0}#action_panel_customer.lead .edit_lead .inline_edit_input select.one_third{position:relative;top:2px}#action_panel_customer.lead .profile_vehicle{border-bottom:none}#action_panel_customer.lead .profile_vehicle>div:last-child{padding:0 0 1rem 0}#action_panel_customer.lead .profile_vehicle>div:last-child h4{margin-bottom:1rem}#action_panel_customer.lead .profile_vehicle>div:last-child h4+p{margin:0 0 1rem 0}#action_panel_customer.lead .lead_notes{border-top:1px solid #dcdcdb}#action_panel_customer.lead .lead_notes .lead_comment{display:block}#action_panel_customer.lead .lead_notes .lead_comment label{display:block;margin:1rem 0;border-bottom:1px solid #dcdcdb;font-weight:700}#action_panel_customer.lead .lead_notes .lead_comment p{margin-top:0;font-style:italic;color:#7d7b79}#action_panel_inventory .inventory_header{display:flex;background:#fefefe;position:sticky;top:-1rem;z-index:3;border-bottom:1px solid #dcdcdb;justify-content:space-between;align-items:center;height:2.5rem;padding:0.5rem 0;padding-bottom:0.5rem 0}#action_panel_inventory .inventory_header h3{flex:1 0 20%;font-size:90%;padding:0;margin:0;line-height:100%}#action_panel_inventory .inventory_header h3 span{font-size:80%}#action_panel_inventory .inventory_header .inventory_search{flex:0 0 30%}#action_panel_inventory .inventory_header .inventory_search.search_bar{height:2rem;min-width:160px}#action_panel_inventory .inventory_header .inventory_send{flex:0 1 30%;margin-left:0.25rem;padding-left:0.25rem;border-left:1px solid #ddd;text-align:center;white-space:nowrap}#action_panel_inventory .inventory_header .inventory_send span{font-size:80%;color:#7d7b79}#action_panel_inventory .inventory_header .inventory_send a{vertical-align:middle}#action_panel_inventory .inventory_header .inventory_send a button{padding:0 0.5rem;margin:0;font-size:smaller}#action_panel_inventory>small{margin:-1rem -1rem 0 -1rem;padding:0.1rem 1rem 0.1rem 0.5rem;display:block;background:#fadeba;color:#ee9522;font-size:80%}#action_panel_inventory>small a{color:#7d7b79}#action_panel_inventory iframe{position:absolute;left:0px;top:0px;width:100%;height:100%}#action_panel_inventory .panel_tabs{top:auto;bottom:0}#action_panel_inventory .inventory_list{position:relative}#action_panel_inventory .inventory_list .rejected{display:none !important}#action_panel_inventory>#action_panel_inventory_interested,#action_panel_inventory #action_panel_inventory_list{position:relative}#action_panel_inventory>#action_panel_inventory_interested h3,#action_panel_inventory #action_panel_inventory_list h3{margin:0.5rem}#action_panel_inventory>#action_panel_inventory_interested>.inventory_list,#action_panel_inventory #action_panel_inventory_list>.inventory_list{display:none}#action_panel_inventory>#action_panel_inventory_interested>.inventory_list.active,#action_panel_inventory #action_panel_inventory_list>.inventory_list.active{display:block}#action_panel_inventory>#action_panel_inventory_interested>.inventory_list>div.inventory_container,#action_panel_inventory>#action_panel_inventory_interested>div.interested,#action_panel_inventory #action_panel_inventory_list>.inventory_list>div.inventory_container,#action_panel_inventory #action_panel_inventory_list>div.interested{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;padding:2px;margin-bottom:0.5rem;border-top:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #dcdcdb;border-left:1px solid #ffffff}#action_panel_inventory>#action_panel_inventory_interested>.inventory_list>div.inventory_container.chosen,#action_panel_inventory>#action_panel_inventory_interested>div.interested.chosen,#action_panel_inventory #action_panel_inventory_list>.inventory_list>div.inventory_container.chosen,#action_panel_inventory #action_panel_inventory_list>div.interested.chosen{border:1px solid #ee9522;background-color:rgba(244,185,110,0.4)}#action_panel_inventory>#action_panel_inventory_interested>.inventory_list>div.inventory_container>div,#action_panel_inventory>#action_panel_inventory_interested>div.interested>div,#action_panel_inventory #action_panel_inventory_list>.inventory_list>div.inventory_container>div,#action_panel_inventory #action_panel_inventory_list>div.interested>div{-webkit-box-flex:1;-ms-flex:0 0 30%;flex:0 0 30%}#action_panel_inventory>#action_panel_inventory_interested>.inventory_list>div.inventory_container>div:nth-child(1),#action_panel_inventory>#action_panel_inventory_interested>div.interested>div:nth-child(1),#action_panel_inventory #action_panel_inventory_list>.inventory_list>div.inventory_container>div:nth-child(1),#action_panel_inventory #action_panel_inventory_list>div.interested>div:nth-child(1){padding-right:0.25rem;min-width:19%}#action_panel_inventory>#action_panel_inventory_interested>.inventory_list>div.inventory_container>div:nth-child(2),#action_panel_inventory>#action_panel_inventory_interested>div.interested>div:nth-child(2),#action_panel_inventory #action_panel_inventory_list>.inventory_list>div.inventory_container>div:nth-child(2),#action_panel_inventory #action_panel_inventory_list>div.interested>div:nth-child(2){-webkit-box-flex:1;-ms-flex:1 0 60%;flex:1 0 60%;font-size:70%;line-height:110%}#action_panel_inventory>#action_panel_inventory_interested>.inventory_list>div.inventory_container>div:nth-child(2) b,#action_panel_inventory>#action_panel_inventory_interested>div.interested>div:nth-child(2) b,#action_panel_inventory #action_panel_inventory_list>.inventory_list>div.inventory_container>div:nth-child(2) b,#action_panel_inventory #action_panel_inventory_list>div.interested>div:nth-child(2) b{font-size:100%}#action_panel_inventory>#action_panel_inventory_interested>.inventory_list>div.inventory_container>div img,#action_panel_inventory>#action_panel_inventory_interested>div.interested>div img,#action_panel_inventory #action_panel_inventory_list>.inventory_list>div.inventory_container>div img,#action_panel_inventory #action_panel_inventory_list>div.interested>div img{width:100%;height:100%;background:#f6f5f5;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}#action_panel_inventory>#action_panel_inventory_interested>.inventory_list>div.inventory_container .item_actions,#action_panel_inventory>#action_panel_inventory_interested>div.interested .item_actions,#action_panel_inventory #action_panel_inventory_list>.inventory_list>div.inventory_container .item_actions,#action_panel_inventory #action_panel_inventory_list>div.interested .item_actions{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column;-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;-ms-flex-line-pack:center;align-content:center;max-width:36px;margin-right:0.5rem}#action_panel_inventory>#action_panel_inventory_interested>.inventory_list>div.inventory_container .item_actions a,#action_panel_inventory>#action_panel_inventory_interested>div.interested .item_actions a,#action_panel_inventory #action_panel_inventory_list>.inventory_list>div.inventory_container .item_actions a,#action_panel_inventory #action_panel_inventory_list>div.interested .item_actions a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1 0 33%;flex:1 0 33%;width:32px;height:32px;max-height:30px;background:#dcdcdb;margin-bottom:2px;border-radius:16px;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}#action_panel_inventory>#action_panel_inventory_interested>.inventory_list>div.inventory_container .item_actions a:hover,#action_panel_inventory>#action_panel_inventory_interested>div.interested .item_actions a:hover,#action_panel_inventory #action_panel_inventory_list>.inventory_list>div.inventory_container .item_actions a:hover,#action_panel_inventory #action_panel_inventory_list>div.interested .item_actions a:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;margin-bottom:4px;background:#f6f5f5}#action_panel_inventory>#action_panel_inventory_interested>.inventory_list>div.inventory_container .item_actions a img,#action_panel_inventory>#action_panel_inventory_interested>div.interested .item_actions a img,#action_panel_inventory #action_panel_inventory_list>.inventory_list>div.inventory_container .item_actions a img,#action_panel_inventory #action_panel_inventory_list>div.interested .item_actions a img{position:relative;width:16px;display:inline-block;vertical-align:middle;-webkit-filter:invert(30%);-moz-filter:invert(30%);-o-filter:invert(30%);-ms-filter:invert(30%);filter:invert(30%)}#action_panel_inventory>#action_panel_inventory_interested>.inventory_list>div.inventory_container .item_actions span,#action_panel_inventory>#action_panel_inventory_interested>div.interested .item_actions span,#action_panel_inventory #action_panel_inventory_list>.inventory_list>div.inventory_container .item_actions span,#action_panel_inventory #action_panel_inventory_list>div.interested .item_actions span{position:relative}#action_panel_inventory>#action_panel_inventory_interested>.inventory_list>div.inventory_container .item_actions span input,#action_panel_inventory>#action_panel_inventory_interested>div.interested .item_actions span input,#action_panel_inventory #action_panel_inventory_list>.inventory_list>div.inventory_container .item_actions span input,#action_panel_inventory #action_panel_inventory_list>div.interested .item_actions span input{display:none}#action_panel_inventory>#action_panel_inventory_interested>div.interested,#action_panel_inventory #action_panel_inventory_list>div.interested{border-bottom:none}#action_panel_inventory #action_panel_inventory_interested{background:#f6f5f5;-webkit-box-shadow:inset 0 0 4px rgba(0,0,0,0.2);box-shadow:inset 0 0 4px rgba(0,0,0,0.2);padding:0.1rem 1rem 28px 1rem;margin:0 -1rem 0 -1rem;display:none}#action_panel_inventory #action_panel_inventory_interested.active{display:block}#action_panel_inventory #action_panel_inventory_interested .panel_tabs>span{margin-right:0.25rem;background:#136ca9;background:-o-linear-gradient(top, #58b1ed 15%, #136ca9 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(15%, #58b1ed), to(#136ca9));background:linear-gradient(to bottom, #58b1ed 15%, #136ca9 100%)}#action_panel_inventory #action_panel_inventory_interested .panel_tabs>span:hover{background:#58b1ed}#action_panel_inventory #action_panel_inventory_interested .panel_tabs>span.active{background:#fefefe;background:-o-linear-gradient(top, #f1f1f1 15%, #fefefe 85%);background:-webkit-gradient(linear, left top, left bottom, color-stop(15%, #f1f1f1), color-stop(85%, #fefefe));background:linear-gradient(to bottom, #f1f1f1 15%, #fefefe 85%);color:#444}#action_panel_inventory #action_panel_inventory_interested .panel_tabs>span.active:hover{background:#fefefe}#action_panel_inventory #action_panel_inventory_interested .panel_tabs>span:nth-child(2){background:none;border:none;color:#7d7b79;padding:0.5rem 0.25rem 0.25rem;margin-top:10px;-webkit-box-shadow:none;box-shadow:none;font-size:50%;line-height:110%}#action_panel_inventory #action_panel_inventory_interested .panel_tabs>span:nth-child(2):hover{background:none}#action_panel_edit_customer .edit_customer_header{padding:0.5rem 0;margin-bottom:0.5rem;border-bottom:1px solid #c8c8c7}#action_panel_edit_customer .edit_customer_header h3{display:inline-block;width:79%;margin:0}#action_panel_edit_customer .edit_customer label{display:inline-block;width:29%;margin-right:1%}#action_panel_edit_customer .edit_customer input:not([type="submit"]):not([type="checkbox"]):not([type="submit"]){display:inline-block;width:66%;margin-left:1%}#action_panel_edit_customer .edit_customer select{position:relative;top:2px;display:inline-block;width:66%;margin-left:1%}#canned_responses_list_wrap{position:absolute;top:0;left:0;width:100%;height:30px;background:#6fbcef}#canned_responses_list_wrap .panel_tabs{top:0}#canned_responses_list_wrap .panel_tabs a{color:#fefefe;text-decoration:none}#canned_responses_list_wrap .panel_tabs .active a{color:#494847}.canned_responses_list{padding-top:1rem}.canned_responses_list ul{margin:0;padding:0;list-style-image:url(/images/icons/icon_chat_16.png);list-style-position:inside}.canned_responses_list ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:0.5rem;border:1px solid #dcdcdb;border-radius:4px 0 0 4px;overflow:hidden}.canned_responses_list ul li>*{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.canned_responses_list ul li .insert_handle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;max-width:40px;-ms-flex-item-align:stretch;align-self:stretch;background:#dcdcdb;font-size:1.5rem;line-height:1.5rem;font-weight:bold;text-align:center;color:#afaead}.canned_responses_list ul li .insert_handle:hover{font-size:1.8rem;cursor:copy;color:#f6f5f5}.canned_responses_list ul li .insert_handle:active{background:#c8c8c7;color:#afaead}.canned_responses_list ul li .insert_text{-webkit-box-flex:1;-ms-flex:1 0 85%;flex:1 0 85%;padding:0.25rem}#action_panel_appraisal>h3,#action_panel_customer>h3{-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%;margin-top:0;border-bottom:1px solid #dcdcdb}#action_panel_appraisal .appraisal_product_info dl.inline_list dt,#action_panel_customer .appraisal_product_info dl.inline_list dt{width:35%}#action_panel_appraisal .appraisal_product_info dl.inline_list dd,#action_panel_customer .appraisal_product_info dl.inline_list dd{width:60%}#action_panel_appraisal>form,#action_panel_customer>form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}#action_panel_appraisal>form>*,#action_panel_customer>form>*{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}#action_panel_appraisal>form label,#action_panel_customer>form label{font-weight:700;width:30%;max-width:30%}#action_panel_appraisal>form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),#action_panel_appraisal>form select,#action_panel_customer>form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),#action_panel_customer>form select{width:70%}#action_panel_appraisal>form .submit_wrap,#action_panel_customer>form .submit_wrap{text-align:center}#action_panel_appraisal>form .form_submit,#action_panel_customer>form .form_submit{max-width:100%;font-size:90%}#action_panel_appraisal .appraisal_saved_notice,#action_panel_customer .appraisal_saved_notice{text-align:center;width:100%}#action_panel_appraisal .appraisal_saved_notice span,#action_panel_customer .appraisal_saved_notice span{display:inline-block;padding:0.25rem 0.5rem;color:#fefefe;text-align:center;background:#6fbcef;border:1px solid #58b1ed;border-radius:6px}#action_panel_appraisal .prev_appraisal_value,#action_panel_customer .prev_appraisal_value{text-align:center;font-size:80%;color:#7d7b79}#action_panel_appraisal .appraisal_product_stats,#action_panel_customer .appraisal_product_stats{padding-top:1rem;margin:1rem auto}#action_panel_appraisal .appraisal_product_stats ul,#action_panel_customer .appraisal_product_stats ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style-type:none;padding:0;margin:0px}#action_panel_appraisal .appraisal_product_stats ul li,#action_panel_customer .appraisal_product_stats ul li{-webkit-box-flex:1;-ms-flex:1 0 33%;flex:1 0 33%;max-width:30%;padding:0.25rem;margin-right:0.5rem;margin-bottom:0.5rem;background:#fefefe;border:1px solid #dcdcdb;border-radius:6px}#action_panel_appraisal .appraisal_product_stats ul li.no_inline_data,#action_panel_customer .appraisal_product_stats ul li.no_inline_data{max-width:100%;width:100%;background:#dcdcdb;color:#fefefe;text-align:center}#action_panel_appraisal .appraisal_product_stats ul li span,#action_panel_customer .appraisal_product_stats ul li span{text-align:center;display:block;width:100%;line-height:110%}#action_panel_appraisal .appraisal_product_stats ul li span:first-child,#action_panel_customer .appraisal_product_stats ul li span:first-child{font-size:70%;line-height:130%;color:#9e9c9b}#action_panel_appraisal .appraisal_product_stats ul li span:last-child,#action_panel_customer .appraisal_product_stats ul li span:last-child{padding-top:0.3rem;font-size:120%}#action_panel_appraisal #cfxReport,#action_panel_customer #cfxReport{height:auto;width:100%;margin-top:2rem;overflow:hidden;border:none;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out}#action_panel_appraisal #cfxReport.display,#action_panel_customer #cfxReport.display{max-height:720px;border:1px solid #666}#drive_panel .drive_actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}#drive_panel .drive_actions>span{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}#drive_panel #drive_local{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;width:60%}#drive_panel #drive_local input[type="file"]{-webkit-box-flex:1;-ms-flex:1 0 60%;flex:1 0 60%;max-width:190px}#drive_panel #drive_local input[type="submit"]{-webkit-box-flex:1;-ms-flex:1 0 40%;flex:1 0 40%;font-size:90%;padding:0.25rem 0.5rem}#drive_panel #drive_search{width:40%}#drive_panel #drive_my_files{margin-top:2rem}#drive_panel #drive_my_files>a{display:block;border-bottom:1px solid #f6f5f5;padding:0.25rem;background:#dcdcdb;color:#636260;text-decoration:none;font-weight:700}#drive_panel #drive_my_files>a:hover{background:#f6f5f5}#drive_panel #drive_my_files>.file_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #dcdcdb;padding:0.25rem}#drive_panel #drive_my_files>.file_item:nth-child(even){background:#f6f5f5}#drive_panel #drive_my_files>.file_item .file_icon{-webkit-box-flex:1;-ms-flex:1 0 24px;flex:1 0 24px;max-width:24px}#drive_panel #drive_my_files>.file_item .file_name{-webkit-box-flex:1;-ms-flex:1 0 60%;flex:1 0 60%}#drive_panel #drive_my_files>.file_item .file_links{-webkit-box-flex:1;-ms-flex:1 0 30%;flex:1 0 30%;text-align:right}#drive_panel #drive_my_files .pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:distribute;justify-content:space-around;padding:0.5rem}#videos_panel .panel_tabs{top:0}#videos_panel .video_search_bar{position:absolute;top:0.25rem;right:0.25rem;width:164px}#videos_panel .video_list{padding-top:2.5rem;display:none}#videos_panel .video_list.active{display:block}#videos_panel #channel_videos,#videos_panel #general_video_list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}#videos_panel #channel_videos>div,#videos_panel #general_video_list>div{border:1px solid #d8d8d8;border-radius:8px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;width:140px;height:170px;float:left;font-size:70%;line-height:110%;border:1px solid #dcdcdb}#videos_panel #channel_videos img,#videos_panel #general_video_list img{width:100%;height:auto;border-top-left-radius:8px;border-top-right-radius:8px}#videos_panel #channel_videos img+span,#videos_panel #general_video_list img+span{display:block;margin:0.25rem 0}#videos_panel #channel_videos>div span:last-child,#videos_panel #general_video_list>div span:last-child{color:white;background:orange;margin-top:auto;border-bottom-left-radius:8px;border-bottom-right-radius:8px;padding:0.25rem}#videos_panel div.video_next_previous{height:inherit;font-weight:900;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;padding-top:1em}#videos_panel div.video_next_previous a.next{text-decoration:none;border:1px solid #dcdcdb;padding:1rem 0.25rem;border-radius:8px}#videos_panel div.video_next_previous a.next:after{content:"\00a0\0027EB";font-size:150%;vertical-align:middle}#videos_panel div.video_next_previous a.previous{text-decoration:none;border:1px solid #dcdcdb;padding:1rem 0.25rem;border-radius:8px}#videos_panel div.video_next_previous a.previous:before{content:"\0027EA\00a0";font-size:150%;vertical-align:middle}#videos_panel div.video_next_previous>div:last-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%;max-width:100%;font-weight:900;border:none}@supports (display: grid){#videos_panel #channel_videos,#videos_panel #general_video_list{display:-ms-grid;display:grid;grid-column-gap:2em;grid-row-gap:2em;grid-template-columns:repeat(auto-fit, minmax(6em, 1fr))}#videos_panel #channel_videos>div,#videos_panel #general_video_list>div{border:1px solid #d8d8d8;border-radius:8px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;width:inherit;height:inherit;float:none}}#action_panel_webpages #webpages_controls{margin:-1rem;margin-bottom:0;padding:0.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:3rem}#action_panel_webpages #webpages_controls #webpages_expand img{display:block;-webkit-filter:invert(0.5);filter:invert(0.5)}#action_panel_webpages #webpages_controls #webpages_back_forward a{font-size:150%;text-decoration:none;color:#9e9c9b;display:inline-block;padding:0 0.5rem}#action_panel_webpages #webpages_controls #webpages_back_forward a:hover{color:#c8c8c7}#action_panel_webpages #webpages_controls #webpages_url{height:1.5rem;width:224px}#action_panel_webpages #webpages_controls #webpages_url .search_bar input[type="submit"]{z-index:4;padding:0.35rem 0.25rem;line-height:100%;background-color:orange;color:white}#action_panel_webpages #webpages_iframe_container{height:100%}#action_panel_webpages #webpages_iframe_container>span{display:none;height:35px;width:100%;background:#0c466d;color:#fefefe;position:absolute;top:0px;left:0px;z-index:1001;font-size:0.8rem;text-align:center;overflow:hidden;-webkit-box-shadow:inset 0px 0px 10px rgba(0,0,0,0.5);box-shadow:inset 0px 0px 10px rgba(0,0,0,0.5);vertical-align:middle}#action_panel_webpages #webpages_iframe_container>span img{vertical-align:middle;-webkit-filter:invert(1);filter:invert(1)}#action_panel_webpages #webpages_iframe_container>iframe{border:none;background:#f6f5f5;position:absolute;left:0px;top:48px;width:100%;height:calc(100% - 48px)}#action_panel_webpages #webpages_iframe_container.expand{position:fixed;z-index:1000;top:0px;left:0px;height:100%;width:100%}#action_panel_webpages #webpages_iframe_container.expand>span{display:block}#action_panel_webpages #webpages_iframe_container.expand>iframe{top:35px;height:100%}.action_panel_back{position:absolute;top:14px;z-index:100;height:40px;width:40px;padding:0.3rem;color:#fefefe;text-align:center;font-size:80%;text-transform:uppercase;text-decoration:none;background:#e58912;background:-o-linear-gradient(top, #f7cc94 15%, #ee9522 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(15%, #f7cc94), to(#ee9522));background:linear-gradient(to bottom, #f7cc94 15%, #ee9522 100%);border:2px solid #fadeba;border-radius:20px;-webkit-box-shadow:2px -1px 3px rgba(0,0,0,0.3);box-shadow:2px -1px 3px rgba(0,0,0,0.3);cursor:pointer}.action_panel_back:hover{background:#f1a748;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.action_panel_back a{text-decoration:none}.action_panel_back a img{position:relative;top:-1px;max-width:100%;-webkit-filter:invert(100%) sepia(100%) hue-rotate(340deg);-moz-filter:invert(100%) sepia(100%) hue-rotate(340deg);-o-filter:invert(100%) sepia(100%) hue-rotate(340deg);-ms-filter:invert(100%) sepia(100%) hue-rotate(340deg);filter:invert(100%) sepia(100%) hue-rotate(340deg)}.conversation_owners.not_shown{display:none}@-webkit-keyframes zoom{from{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes zoom{from{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}.panel_tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:absolute;top:42px;left:0;height:40px;width:100%;max-width:100%;padding:0;background:#f6f5f5;-webkit-box-shadow:inset 0 -4px 4px -4px rgba(0,0,0,0.2);box-shadow:inset 0 -4px 4px -4px rgba(0,0,0,0.2)}.panel_tabs>span,.panel_tabs a.tab{height:30px;max-width:120px;padding:0.4rem 0.75rem;margin-top:10px;color:#fefefe;text-align:center;font-size:70%;text-transform:uppercase;text-decoration:none;background:#9e9c9b;background:-o-linear-gradient(top, #9e9c9b 15%, #afaead 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(15%, #9e9c9b), to(#afaead));background:linear-gradient(to bottom, #9e9c9b 15%, #afaead 100%);border-radius:4px 4px 0 0;-webkit-box-shadow:2px -1px 3px rgba(0,0,0,0.1);box-shadow:2px -1px 3px rgba(0,0,0,0.1);margin-right:8px;cursor:pointer}.panel_tabs>span:first-child,.panel_tabs a.tab:first-child{margin-left:4px}.panel_tabs>span:hover,.panel_tabs a.tab:hover{background:#58b1ed}.panel_tabs>span.active,.panel_tabs a.tab.active{background:#fefefe;background:-o-linear-gradient(top, #f6f5f5 15%, #fefefe 85%);background:-webkit-gradient(linear, left top, left bottom, color-stop(15%, #f6f5f5), color-stop(85%, #fefefe));background:linear-gradient(to bottom, #f6f5f5 15%, #fefefe 85%);color:#494847}.panel_tabs>span.active:hover,.panel_tabs a.tab.active:hover{background:#fefefe}#review_assist_wrap{position:absolute;bottom:0;right:0;width:auto;max-width:0;height:auto;max-height:0;padding:0;background:#fefefe;border:1px solid #c8c8c7;border-radius:0.5rem 0 0 0;overflow:hidden;box-shadow:0 0 1rem rgba(1,1,1,0.5);font-size:80%;transition:max-width 0.3s linear, max-height 0.38s linear}#review_assist_wrap.active{max-height:80%;max-width:420px;padding:1rem;overflow-y:scroll;transition:max-width 0.3s linear, max-height 0.38s linear}#review_assist_wrap.request .review_field{display:block}#review_assist_wrap.result .review_result{display:flex}#review_assist_wrap>h3{background:#7d7b79;color:#fefefe;padding:0.5rem 1rem;margin:-1rem;margin-bottom:1rem;position:relative}#review_assist_wrap #review_assist_close{display:inline-block;width:1.5rem;height:1.5rem;padding:0.25rem;position:absolute;top:50%;right:0.25rem;transform:translateY(-50%)}#review_assist_wrap #review_assist_close svg{max-width:100%}#review_assist_wrap .review_field{display:none}#review_assist_wrap .review_field label{font-weight:700}#review_assist_wrap .review_field input{height:2rem}#review_assist_wrap .review_field input[type="checkbox"]{height:initial}#review_assist_wrap .review_field input[type="checkbox"]+label{font-weight:300}#review_assist_wrap .review_result{display:none;flex-flow:row wrap;line-height:1.2}#review_assist_wrap .review_result h4{margin:0;flex:1 0 98%}#review_assist_wrap .review_result label{flex:1 0 30%;font-weight:700}#review_assist_wrap .review_result span{flex:1 0 60%}#review_assist_wrap #review_voi_select{max-height:200px;display:block;overflow-y:scroll;border:2px inset grey}#review_assist_wrap #review_voi_select .vehicle-item{display:flex;justify-content:space-between}#review_assist_wrap #review_voi_select .vehicle-item .vehicle-item__image{flex:0 0 30%}#review_assist_wrap #review_voi_select .vehicle-item .vehicle-item__image img{height:70px}#review_assist_wrap #review_voi_select .vehicle-item .vehicle-item__details{flex:0 0 50%}#review_assist_wrap #review_voi_select .vehicle-item .vehicle-item__details h3,#review_assist_wrap #review_voi_select .vehicle-item .vehicle-item__details div{margin:0px;line-height:20px}#review_assist_wrap #review_voi_select .vehicle-item .vehicle-item__select{flex:0 0 20%}#review_assist_wrap #review_voi_search{position:relative;display:inline-block;height:2rem;width:40%}#review_assist_wrap #review_voi_search>input{height:2rem;width:100%;padding-right:2.125rem}#review_assist_wrap #review_voi_search>button{position:absolute;right:2px;top:4px;height:1.7rem;width:1.9rem;padding:0.5rem;border-radius:1rem;background-color:#dcdcdb}#review_assist_wrap #review_voi_search>button svg{max-width:100%}#review_assist_wrap #review_voi_detail{padding:0.5rem 0;margin:1rem 0;display:flex;flex-flow:row nowrap;align-items:flex-start;border-top:1px solid #c8c8c7;border-bottom:1px solid #c8c8c7}#review_assist_wrap #review_voi_detail #review_voi_thumb{flex:1 0 30%;background:#dcdcdb;margin-top:0.5rem}#review_assist_wrap #review_voi_detail #review_voi_thumb img{display:block}#review_assist_wrap #review_voi_detail #review_voi_topline{flex:1 0 60%;padding:0.5rem}#review_assist_wrap #review_voi_detail #review_voi_topline>h3{margin:0 0 0.5rem 0;line-height:1;color:#136ca9}#review_assist_wrap #review_voi_detail #review_voi_topline>h4{margin:0 0 0.5rem 0;line-height:1}#review_assist_wrap dl{display:flex;flex-flow:row wrap;margin:0;font-size:80%}#review_assist_wrap dl dt{flex:1 0 30%;margin:0 auto 0 0;line-height:1.2;font-weight:700}#review_assist_wrap dl dd{flex:1 0 60%;margin:0 0 0 auto;line-height:1.2}#review_assist_wrap #request_text{width:100%;min-height:140px;border-color:#c8c8c7;color:#010101;font-size:smaller}#review_assist_wrap span[data-rating]:after{content:"";display:inline-block;width:5.5rem;height:1rem;margin-left:0.25rem;transform-origin:left bottom;transform:scale(80%);background-size:cover;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon_5_stars' viewBox='0 0 83.54 15.19'%3E%3Cg class='star1'%3E%3Cpolygon points='7.99 0 10.46 5 15.98 5.81 11.98 9.7 12.92 15.19 7.99 12.6 3.05 15.19 3.99 9.7 0 5.81 5.52 5 7.99 0' fill='%23676767' stroke-width='0'/%3E%3C/g%3E%3Cg class='star2'%3E%3Cpolygon points='24.96 0 27.43 5 32.95 5.81 28.96 9.7 29.9 15.19 24.96 12.6 20.03 15.19 20.97 9.7 16.98 5.81 22.5 5 24.96 0' fill='%23676767' stroke-width='0'/%3E%3C/g%3E%3Cg class='star3'%3E%3Cpolygon points='41.77 0 44.24 5 49.76 5.81 45.77 9.7 46.71 15.19 41.77 12.6 36.83 15.19 37.77 9.7 33.78 5.81 39.3 5 41.77 0' fill='%23676767' stroke-width='0'/%3E%3C/g%3E%3Cg class='star4'%3E%3Cpolygon points='58.75 0 61.22 5 66.74 5.81 62.74 9.7 63.68 15.19 58.75 12.6 53.81 15.19 54.75 9.7 50.76 5.81 56.28 5 58.75 0' fill='%23676767' stroke-width='0'/%3E%3C/g%3E%3Cg class='star5'%3E%3Cpolygon points='75.55 0 78.02 5 83.54 5.81 79.55 9.7 80.49 15.19 75.55 12.6 70.61 15.19 71.56 9.7 67.56 5.81 73.08 5 75.55 0' fill='%23676767' stroke-width='0'/%3E%3C/g%3E%3C/svg%3E")}#review_assist_wrap span[data-rating="4"]:after{width:4.4rem}#review_assist_wrap span[data-rating="3"]:after{width:3.3rem}#review_assist_wrap span[data-rating="2"]:after{width:2.2rem}#review_assist_wrap span[data-rating="1"]:after{width:1.1rem}@media only screen and (min-width: 740px){#action_panel_customer .new_customer #new_cust_leads h3{float:left;margin-top:0}#action_panel_customer .new_customer #new_cust_leads .search_bar{max-width:240px;margin:1rem 0 1rem auto}}@media only screen and (min-width: 1024px){#contact_filter_bar .contact_search_wrap{height:2rem}#contact_filter_bar .contact_search_wrap button{height:2rem;width:2rem;padding:6px 2px 0 2px}#contact_filter_bar .contact_search_wrap button img{max-height:1.25rem;position:relative;top:-4px}#contact_filter_bar .contact_search_wrap.show input{padding-left:0.24rem;width:80%}#contact_list .customer_data_toggle{padding-left:44px}#contact_list .contact_customer .customer_referer{width:32px;height:32px}#contact_list .contact_customer .customer_referer.website:before{content:url(/images/icons/icon_source_website_24.png);margin-top:-12px;margin-left:-12px}#contact_list .contact_customer .customer_referer.facebook:before{content:url(/images/icons/icon_source_facebook_24.png);margin-top:-12px;margin-left:-12px}#contact_list .contact_customer .customer_referer.google:before{content:url(/images/icons/icon_source_google_24.png);margin-top:-12px;margin-left:-12px}#contact_list .contact_customer .customer_referer.apple:before{content:url(/images/icons/icon_source_apple_24.png);margin-top:-12px;margin-left:-12px}#contact_list .contact_customer .customer_referer.whatsapp:before{content:url(/images/icons/icon_source_whatsapp_24.png);margin-top:-12px;margin-left:-12px}#contact_list .contact_customer .customer_referer.craigslist:before{content:url(/images/icons/icon_source_craigslist_24.png);margin-top:-12px;margin-left:-12px}#contact_list .contact_customer .customer_referer.autotrader:before{content:url(/images/icons/icon_source_autotrader_24.png);margin-top:-12px;margin-left:-12px}#contact_list .contact_customer .customer_referer.carscom:before{content:url(/images/icons/icon_source_carscom_24.png);margin-top:-12px;margin-left:-12px}#contact_list .contact_customer .customer_referer.cargurus:before{content:url(/images/icons/icon_source_cargurus_24.png);margin-top:-12px;margin-left:-12px}#contact_list .contact_customer .customer_referer.ebay:before{content:url(/images/icons/icon_source_ebay_24.png);margin-top:-12px;margin-left:-12px}#conversation_info_bar{border-radius:4px 4px 0 0}#conversation_panel_tab_bar{position:relative;z-index:2}#action_panel_sections{height:100%;max-height:calc(var(--vh, 1vh) * 100 - 60px - 6.1rem)}#action_panel_customer .profile_location{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}#action_panel_customer .profile_location>div:first-child{-webkit-box-flex:1;-ms-flex:1 0 33%;flex:1 0 33%}#action_panel_customer .profile_location>div:last-child{-webkit-box-flex:1;-ms-flex:1 0 67%;flex:1 0 67%;padding:0.5rem 0 0.5rem 0.5rem}#action_panel_customer .new_customer #new_cust_results .possible_customer .possible_name{font-size:90%}#action_panel_customer .new_customer #new_cust_leads h3{float:left}#action_panel_inventory .inventory_header .inventory_send span{font-size:60%}#videos_panel .video_search_bar{width:184px}}@media only screen and (min-width: 1240px){#action_panel_inventory .inventory_header .inventory_send span{font-size:80%}}@media only screen and (min-width: 1640px){#conversation_action_list #conversation_action_menu ul{font-size:100%}}.hotlead img{-webkit-filter:contrast(0) invert(100%) sepia(100%) hue-rotate(310deg) saturate(15);-moz-filter:contrast(0) invert(100%) sepia(100%) hue-rotate(310deg) saturate(15);-o-filter:contrast(0) invert(100%) sepia(100%) hue-rotate(310deg) saturate(15);-ms-filter:contrast(0) invert(100%) sepia(100%) hue-rotate(310deg) saturate(15);filter:contrast(0) invert(100%) sepia(100%) hue-rotate(310deg) saturate(15)}.warmlead img{-webkit-filter:contrast(0) invert(57%) sepia(100%) hue-rotate(360deg) saturate(8.5);-moz-filter:contrast(0) invert(57%) sepia(100%) hue-rotate(360deg) saturate(8.5);-o-filter:contrast(0) invert(57%) sepia(100%) hue-rotate(360deg) saturate(8.5);-ms-filter:contrast(0) invert(57%) sepia(100%) hue-rotate(360deg) saturate(8.5);filter:contrast(0) invert(57%) sepia(100%) hue-rotate(360deg) saturate(8.5)}.coldlead img{-webkit-filter:invert(30%) sepia(100%) hue-rotate(180deg) saturate(8);-moz-filter:invert(30%) sepia(100%) hue-rotate(180deg) saturate(8);-o-filter:invert(30%) sepia(100%) hue-rotate(180deg) saturate(8);-ms-filter:invert(30%) sepia(100%) hue-rotate(180deg) saturate(8);filter:invert(30%) sepia(100%) hue-rotate(180deg) saturate(8)}.informationgathering img{-webkit-filter:invert(30%) sepia(100%) hue-rotate(80deg) saturate(8);-moz-filter:invert(30%) sepia(100%) hue-rotate(80deg) saturate(8);-o-filter:invert(30%) sepia(100%) hue-rotate(80deg) saturate(8);-ms-filter:invert(30%) sepia(100%) hue-rotate(80deg) saturate(8);filter:invert(30%) sepia(100%) hue-rotate(80deg) saturate(8)}@-webkit-keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}@keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}#inlineTrade_container{--h1: 34;--s1: 86%;--l1: 53%;--h2: 60;--s2: 1%;--l2: 72%;--color_primary: hsl(var(--h1), var(--s1), var(--l1));--color_primary_darker: hsl(var(--h1), var(--s1), calc(var(--l1) - 10%));--color_primary_darkest: hsl(var(--h1), var(--s1), calc(var(--l1) - 20%));--color_primary_lighter: hsl(var(--h1), var(--s1), calc(var(--l1) + 10%));--color_primary_lightest: hsl(var(--h1), var(--s1), calc(var(--l1) + 20%));--color_secondary: hsl(var(--h2), var(--s2), var(--l2));--color_secondary_darker: hsl(var(--h2), var(--s2), calc(var(--l2) - 10%));--color_secondary_darkest: hsl(var(--h2), var(--s2), calc(var(--l2) - 20%));--color_secondary_lighter: hsl(var(--h2), var(--s2), calc(var(--l2) + 10%));--color_secondary_lightest: hsl(var(--h2), var(--s2), calc(var(--l2) + 20%));--font_color: black;--font_color: hsl(var(--h2), var(--s2), calc(var(--l2) - 20%));position:relative;box-sizing:border-box;font-family:"PT Sans", "Tahoma", "Arial", sans-serif;font-size:1rem;padding:1rem;padding-bottom:1.25rem;background:#fefefe;background-color:var(--color_secondary_lightest);color:var(--font_color)}#inlineTrade_container *,#inlineTrade_container *:before,#inlineTrade_container *:after{box-sizing:border-box}#inlineTrade_container a{color:inherit;color:var(--color_primary)}#inlineTrade_container a:hover{filter:brightness(1.1)}#inlineTrade_container button a{color:white}#inlineTrade_container #inlineTrade_form{border:1px solid #ddd;border-color:var(--color_secondary_lightest);background:#fff;max-width:480px;margin:0 auto;padding-bottom:0.5rem;position:relative}#inlineTrade_container .inlineTrade_page{display:flex;flex-flow:column;width:100%}#inlineTrade_container .inlineTrade_page span{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;padding:0.5rem}#inlineTrade_container .inlineTrade_page span.inlineTrade_title{flex-flow:column}#inlineTrade_container .inlineTrade_page span.inlineTrade_title b{font-size:1.2rem;margin:0.5rem 0;color:var(--color_primary)}#inlineTrade_container .inlineTrade_page span.inlineTrade_title em{font-size:0.8rem}#inlineTrade_container .inlineTrade_page span.inlineTrade_title em.inlineTrade_help{font-size:0.7rem}#inlineTrade_container span.inlineTrade_disclaimer{color:#676767;color:--color_secondary;font-size:0.8rem;line-height:1.2;text-align:justify;padding:0 0.5vw;display:block}#inlineTrade_container .inlineTrade_page span button,#inlineTrade_container .inlineTrade_page span input[type="submit"]{appearance:none;font-family:"PT Sans", "Tahoma", "Arial", sans-serif;display:inline-block;height:auto;padding:0.5rem 1rem;margin:0 0.125rem;color:white;background:#ee9523;background:var(--color_primary);border:1px solid #f1ad54;border-color:var(--color_primary_lighter);border-radius:0.25rem;font-weight:700;text-transform:uppercase;text-decoration:none;cursor:pointer;transform-origin:center}#inlineTrade_container .inlineTrade_page span button:hover,#inlineTrade_container .inlineTrade_page span input[type="submit"]:hover{filter:brightness(1.1);transform:scale(1.02)}#inlineTrade_container .inlineTrade_page span button:active,#inlineTrade_container .inlineTrade_page span input[type="submit"]:active{filter:brightness(0.9);transform:scale(0.98)}#inlineTrade_container .inlineTrade_page span button.inlineTrade_back,#inlineTrade_container .inlineTrade_page span input.inlineTrade_back[type="submit"]{color:#676767;color:var(--color_secondary_darkest);background:#ddd;background:var(--color_secondary_lightest);border:1px solid #aaa;border-color:var(--color_secondary_lighter)}#inlineTrade_container .inlineTrade_page span button.inlineTrade_disabled,#inlineTrade_container .inlineTrade_page span input.inlineTrade_disabled[type="submit"]{background:#ddd;border-color:#ddd}#inlineTrade_container .inlineTrade_page span label{flex:1 0 30%;padding-right:0.5rem;text-align:right;line-height:1.2}#inlineTrade_container .inlineTrade_page span label~[required]:after{content:"*"}#inlineTrade_container .inlineTrade_page span input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),#inlineTrade_container .inlineTrade_page span textarea{font-family:"PT Sans", "Tahoma", "Arial", sans-serif;flex:1 0 70%;padding:0.25rem;background:white;border:1px solid #ccc;border-color:var(--color_secondary_lightest);border-radius:0}#inlineTrade_container .inlineTrade_page span input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus,#inlineTrade_container .inlineTrade_page span input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus-visible,#inlineTrade_container .inlineTrade_page span input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):active,#inlineTrade_container .inlineTrade_page span textarea:focus,#inlineTrade_container .inlineTrade_page span textarea:focus-visible,#inlineTrade_container .inlineTrade_page span textarea:active{appearance:none;border-radius:0;border:2px solid #aaa;border-color:var(--color_secondary_lighter)}#inlineTrade_container #inlineTrade_vin,#inlineTrade_container #inlineTrade_novin,#inlineTrade_container #inlineTrade_mileage,#inlineTrade_container #inlineTrade_options,#inlineTrade_container #inlineTrade_photos,#inlineTrade_container #inlineTrade_color,#inlineTrade_summary{display:none}#inlineTrade_container #inlineTrade_thankyou{padding:1rem;min-height:240px;text-align:center;display:flex;justify-content:center;flex-flow:column}#inlineTrade_container #inlineTrade_powered{color:var(--color_secondary_darkest);text-align:center;font-size:0.8rem;line-height:2;padding-top:0.3vh}#inlineTrade_error{color:red;font-size:small}.inlineTrade_help{text-align:left}#inlineTrade_container #inlineTrade_manual ul{overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;max-height:200px;width:70%;list-style-type:none;background:#eee;padding:0.6vh 0.4vw}#inlineTrade_container #inlineTrade_manual ul::-webkit-scrollbar,#inlineTrade_container #inlineTrade_photo_list::-webkit-scrollbar{display:none}#inlineTrade_container #inlineTrade_manual ul li{color:#555;background:#fff url(/images/icons/icon-gt.png) right 4vw center/10px 15px no-repeat;border-bottom:1px solid var(--color_secondary_lightest);display:block;padding:0.6vh 0.3vw;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}#inlineTrade_container #inlineTrade_manual ul li:hover{background:var(--color_primary_lightest) url(/images/icons/icon-gt.png) right 1vw center/10px 15px no-repeat}#inlineTrade_container #inlineTrade_manual ul li a{color:#555}#inlineTrade_container #inlineTrade_novin .inlineTrade_help{margin-left:1rem}#inlineTrade_container #inlineTrade_summary>h3{color:var(--color_primary);margin:1rem 0 0 0;padding-left:1rem}#inlineTrade_container #inlineTrade_summary #inlineTrade_summary_options ul{margin:0;padding-left:1rem}#inlineTrade_container #inlineTrade_photo_list,#inlineTrade_container #inlineTrade_summary_photos{display:grid;grid-template-columns:49% 49%;-ms-grid-columns:49% 2rem 49% 2rem auto;grid-gap:1%;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;background:#eee;margin:0px 0.5rem}#inlineTrade_container #inlineTrade_photo_list figure,#inlineTrade_container #inlineTrade_summary_photos figure{display:flex;flex-flow:column;justify-content:center;align-items:center;text-align:center;min-height:128px;position:relative;margin:0}#inlineTrade_container #inlineTrade_photo_list figure img{max-width:100%;display:inline-block}#inlineTrade_container #inlineTrade_photo_list figure:last-child{grid-column-start:span 2}#inlineTrade_container #inlineTrade_photo_list figure:last-child img{filter:opacity(0.4)}#inlineTrade_container #inlineTrade_photo_list figure figcaption{text-align:center;font-size:smaller;font-style:italic;font-weight:700;background-color:var(--color_primary);padding:0.25rem 0.5rem;border-radius:0.25rem;border:1px solid var(--color_primary_darker);color:white;display:block;max-width:140px;margin:0 auto 1rem}.inlineTrade_photo{display:none}.inlineTrade_upload{width:128px;display:block;margin:auto}#inlineTrade_summary_photos{overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}#inlineTrade_container #inlineTrade_colors_list ul,#inlineTrade_container #inlineTrade_options_list ul{overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;max-height:200px;width:70%;list-style-type:none;background:#eee;padding:0.6vh 0.4vw}#inlineTrade_container #inlineTrade_colors_list ul::-webkit-scrollbar,#inlineTrade_summary_photos::-webkit-scrollbar,#inlineTrade_container #inlineTrade_options_list ul::-webkit-scrollbar{display:none}#inlineTrade_container #inlineTrade_colors_list ul li,#inlineTrade_container #inlineTrade_options_list ul li{color:#555;background:#fff;border-bottom:1px solid var(--color_secondary_lightest);display:block}#inlineTrade_container #inlineTrade_colors_list ul li:hover,#inlineTrade_container #inlineTrade_options_list ul li:hover{background:var(--color_primary_lightest)}#inlineTrade_container #inlineTrade_colors_list ul li a,#inlineTrade_container #inlineTrade_options_list ul li a{color:#555}#inlineTrade_colors_list .inlineTrade_selector input[type="radio"],#inlineTrade_options_list .inlineTrade_selector input[type="checkbox"]{position:fixed;opacity:0;pointer-events:none}#inlineTrade_colors_list .inlineTrade_selector li label,#inlineTrade_options_list .inlineTrade_selector li label{width:100%;height:100%;display:block;text-align:left;padding:0.6vh 0.3vw}#inlineTrade_colors_list .inlineTrade_selector input[type="radio"]:checked+label,#inlineTrade_options_list .inlineTrade_selector input[type="checkbox"]:checked+label{background:var(--color_primary_lightest)}#inlineTrade_colors_list span.inlineTrade_color_preview{width:12px;height:12px;margin-right:10px;margin-left:4px;float:left;border-radius:4px;box-shadow:2px 2px 2px rgba(0,0,0,0.3)}#inlineTrade_load.show{animation:animate 1.5s linear infinite;clip:rect(0, 80px, 80px, 40px);height:80px;width:80px;position:absolute;left:calc(50% - 40px);top:calc(50% - 40px)}@keyframes animate{0%{transform:rotate(0deg)}100%{transform:rotate(220deg)}}#inlineTrade_load.show:after{animation:animate2 1.5s ease-in-out infinite;clip:rect(0, 80px, 80px, 40px);content:"";border-radius:50%;height:80px;width:80px;position:absolute}@keyframes animate2{0%{box-shadow:inset #fefefe 0 0 0 17px;transform:rotate(-140deg)}50%{box-shadow:inset var(--color_primary_lightest) 0 0 0 2px}100%{box-shadow:inset #fefefe 0 0 0 17px;transform:rotate(140deg)}}#inlineTrade_summary_options{display:none}#action_panel_appraisal .action_inline_edit.inline_edit_form{display:none}#action_panel_appraisal .inventory_list{position:relative}#action_panel_appraisal .inventory_list .rejected{display:none !important}#action_panel_appraisal>.inventory_list>div.inventory_container,#action_panel_appraisal>div.interested{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;padding:2px;margin-bottom:0.5rem;border-top:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #dcdcdb;border-left:1px solid #ffffff}#action_panel_appraisal>.inventory_list>div.inventory_container.chosen,#action_panel_appraisal>div.interested.chosen{border:1px solid #ee9522;background-color:rgba(244,185,110,0.4)}#action_panel_appraisal>.inventory_list>div.inventory_container>div,#action_panel_appraisal>div.interested>div{-webkit-box-flex:1;-ms-flex:0 0 30%;flex:0 0 30%}#action_panel_appraisal>.inventory_list>div.inventory_container>div:nth-child(1),#action_panel_appraisal>div.interested>div:nth-child(1){padding-right:0.25rem;min-width:19%}#action_panel_appraisal>.inventory_list>div.inventory_container>div:nth-child(2),#action_panel_appraisal>div.interested>div:nth-child(2){-webkit-box-flex:1;-ms-flex:1 0 60%;flex:1 0 60%;font-size:90%;line-height:110%}#action_panel_appraisal>.inventory_list>div.inventory_container>div:nth-child(2) b,#action_panel_appraisal>div.interested>div:nth-child(2) b{font-size:100%}#action_panel_appraisal>.inventory_list>div.inventory_container>div img,#action_panel_appraisal>div.interested>div img{width:100%;height:100%;background:#f6f5f5;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}#action_panel_appraisal>.inventory_list>div.inventory_container .item_actions,#action_panel_appraisal>div.interested .item_actions{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column;-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;-ms-flex-line-pack:center;align-content:center;max-width:36px;margin-right:0.5rem}#action_panel_appraisal>.inventory_list>div.inventory_container .item_actions a,#action_panel_appraisal>div.interested .item_actions a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1 0 33%;flex:1 0 33%;width:32px;height:32px;max-height:30px;background:#dcdcdb;margin-bottom:2px;border-radius:16px;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}#action_panel_appraisal>.inventory_list>div.inventory_container .item_actions a:hover,#action_panel_appraisal>div.interested .item_actions a:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;margin-bottom:4px;background:#f6f5f5}#action_panel_appraisal>.inventory_list>div.inventory_container .item_actions a img,#action_panel_appraisal>div.interested .item_actions a img{position:relative;width:16px;display:inline-block;vertical-align:middle;-webkit-filter:invert(30%);-moz-filter:invert(30%);-o-filter:invert(30%);-ms-filter:invert(30%);filter:invert(30%)}#action_panel_appraisal>.inventory_list>div.inventory_container .item_actions span,#action_panel_appraisal>div.interested .item_actions span{position:relative}#action_panel_appraisal>.inventory_list>div.inventory_container .item_actions span input,#action_panel_appraisal>div.interested .item_actions span input{display:none}#action_panel_edit_tradein .trade_appraisal_container{display:none}@-webkit-keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}@keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}#settings_account_logo_form label.file_upload.file_selected{background-color:#49c336}.error{color:#ef6262}span#message_count{font-size:.8em;color:#e29a0c;font-weight:normal;text-shadow:0px 0px 1px #fdf6ea}span#message_count span{background-color:0.5s}span#message_count span.quick_flash{background-color:#fff}#google_auth_btn{display:inline-block;background:white;color:#444;width:190px;border-radius:5px;border:thin solid #888;-webkit-box-shadow:1px 1px 1px grey;box-shadow:1px 1px 1px grey;white-space:nowrap}#google_auth_btn.longer_btn{width:240px}#google_auth_btn:hover{cursor:pointer}span.icon{background:url(/images/g-normal.png) transparent 5px 50% no-repeat;display:inline-block;vertical-align:middle;width:42px;height:42px}span.buttonText{display:inline-block;vertical-align:middle;padding-left:5px;padding-right:5px;font-size:14px;font-weight:bold;font-family:'Roboto', sans-serif}.settings_user_google_login img{height:42px;width:42px}#settings_edit_integration{-ms-flex-line-pack:start;align-content:flex-start}#settings_edit_integration>h3{border-bottom:1px solid #afaead}#settings_edit_integration .settings_integration_specific_info{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;max-width:480px;padding-top:2rem}#settings_edit_integration .settings_integration_specific_info>h4{border-bottom:1px solid #afaead;width:100%;margin-top:0}#settings_edit_integration .settings_integration_specific_info>div:nth-child(1){-webkit-box-flex:1;-ms-flex:1 0 29%;flex:1 0 29%}#settings_edit_integration .settings_integration_specific_info>div:nth-child(2){-webkit-box-flex:1;-ms-flex:1 0 69%;flex:1 0 69%}#settings_edit_integration .settings_integration_specific_info .soft_link{position:absolute;top:2rem;right:.25rem}#settings_edit_integration .settings_integration_specific_info .inline_edit_form form.edit_integration{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}#settings_edit_integration .settings_integration_specific_info .inline_edit_form form.edit_integration>label{-webkit-box-flex:1;-ms-flex:1 0 33%;flex:1 0 33%;line-height:200%}#settings_edit_integration .settings_integration_specific_info .inline_edit_form form.edit_integration>span{-webkit-box-flex:1;-ms-flex:1 0 65%;flex:1 0 65%;line-height:200%}#settings_edit_integration .settings_integration_specific_info .inline_edit_form form.edit_integration .inline_edit_input input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),#settings_edit_integration .settings_integration_specific_info .inline_edit_form form.edit_integration select{font-size:80%;height:1.5rem;margin:0}.prev_appraisal_value{text-align:center;margin-top:.7rem}#add_new_phone{text-decoration:none;position:absolute;top:1rem;right:1rem;font-size:2rem;font-weight:700;color:#7d7b79;cursor:pointer}#add_new_phone small{vertical-align:middle;display:inline-block;font-size:.8rem;font-weight:300}#add_new_phone:hover{color:#9e9c9b}a.url_preview img{max-width:300px;display:block}a.url_preview div{background-color:white;font-size:85%}a.url_preview div span.url_title{font-weight:800;display:block;margin-bottom:2%}small.alert{padding:3px;margin-right:30px;display:block;background-color:#f36060;color:white;border-radius:5px}small.alert>a{color:black}@-webkit-keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}@keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}form{position:relative;line-height:2.25rem}input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="color"]){-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;height:1.5rem;background:#fefefe;border:2px solid #dcdcdb;border-radius:1rem;padding:.25rem .5rem;vertical-align:middle;font-size:14px}.auto_width input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]){width:auto}input[type="checkbox"]{width:1rem;height:1rem}input[type="checkbox"]:checked{background:#fefefe url(/images/icons/icon_checkmark_16.png) center/contain no-repeat}label.file_upload{position:relative;background:#7d7b79;border:none;border-radius:1rem;color:#fefefe;display:inline-block;font-size:inherit;font-weight:700;margin-bottom:1rem;outline:none;padding:1rem 2rem;position:relative;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;vertical-align:middle}label.file_upload img{display:inline-block;vertical-align:middle;-webkit-filter:invert(100%);filter:invert(100%)}label.file_upload:hover{background-color:#969593}label.file_upload input[type="file"]{position:absolute;top:0;left:0;z-index:2;display:block;height:100% !important;width:100%;opacity:0;cursor:pointer}input:focus,select:focus,textarea:focus{outline:none;border:2px solid #136ca9 !important}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;height:1.5rem;min-width:4rem;vertical-align:middle;background:#fefefe;border:2px solid #e1e1e1;border-radius:1rem;padding:.1rem 1.9rem .1rem .5rem;font-family:"Overpass", "Tahoma", sans-serif;font-size:14px;background:#fefefe url(/images/icons/icon_arrow_down_16.png);background-size:11px;background-position:96% center;background-repeat:no-repeat}textarea{font-size:100%;font-family:'Menlo', 'Lucida Sans Typewriter', monospace}[type="submit"]{margin-top:.25rem}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;cursor:pointer;height:1.5rem;padding:.25rem .5rem;font-family:"Overpass", "Tahoma", sans-serif}.form_submit{text-align:center;padding:.5rem}dl.inline_list{margin:0}dl.inline_list dt{display:inline-block;width:30%;font-weight:700}dl.inline_list dd{display:inline-block;width:69%;margin:0}.notice_bubble{position:absolute;width:95%;height:auto;margin:2.5%;padding:1rem;background-color:rgba(246,245,245,0.95);border-radius:16px;border:2px solid #c8c8c7;-webkit-box-shadow:1px 1px 6px rgba(0,0,0,0.3);box-shadow:1px 1px 6px rgba(0,0,0,0.3);-webkit-animation:1s ease-out 0s growMaxHeight;animation:1s ease-out 0s growMaxHeight;text-align:center;overflow:hidden}.notice_bubble.deposit{width:auto;text-align:left;z-index:100;background-color:#f6f5f5;top:0px;left:45%}.notice_bubble.deposit input[type='submit']{float:right}.notice_bubble p:first-child,.notice_bubble>.possibles_notice{line-height:1.25rem}.notice_bubble a,.notice_bubble a.possible_customer{display:flex;flex-flow:row nowrap;align-items:center;margin:.25rem;padding:.5rem 1rem;background:#fefefe;border:1px solid #c8c8c7;border-radius:16px;color:#0c466d;font-weight:700;line-height:110%;text-decoration:none}.notice_bubble a span:first-child,.notice_bubble a.possible_customer span:first-child{text-align:right;padding-right:.25rem}.notice_bubble a span:last-child,.notice_bubble a.possible_customer span:last-child{text-align:left;padding-left:.25rem;border-left:1px solid #dcdcdb}.notice_bubble a span:last-child small,.notice_bubble a.possible_customer span:last-child small{display:block;color:#9e9c9b;font-size:60%;font-weight:300}.notice_bubble a:hover,.notice_bubble a.possible_customer:hover{background:#dcdcdb}.search_bar{position:relative}.search_bar:after{display:block;position:absolute;content:url(/images/icons/icon_search_white_16.png);top:-0.15rem;right:0.25rem;z-index:2;width:21%;height:1.5rem;color:#fefefe;text-align:center}.search_bar input[type="text"]{position:absolute;top:2px;left:0;width:80%;border-right:none;border-radius:1rem 0 0 1rem !important}.search_bar input[type="submit"]{position:absolute;top:0;right:0;z-index:1;width:21%;height:1.5rem;margin:0;overflow:hidden;color:transparent;border-radius:0 0.75rem 0.75rem 0;border:2px solid #f4b96e;border-left:none;padding:0px}.search_bar.inventory_search{min-width:180px}.search_bar.inventory_search input[type="text"]{left:auto;right:0;width:70%;border:2px solid #dcdcdb;border-left:none;border-radius:0 1rem 1rem 0 !important}.search_bar.inventory_search label{position:absolute;top:2px;left:0;z-index:1;width:30%;min-width:3.75rem;height:1.5rem;margin:0;padding:.25rem;overflow:hidden;color:#fefefe;font-weight:700;line-height:90%;border-radius:1rem 0 0 1rem;background:#ee9522;border:2px solid #f4b96e;border-right:none;font-size:smaller}.search_bar.inventory_search:after{display:none}@media only screen and (min-width: 1024px){input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="color"]){height:1.5rem}select{height:2rem;vertical-align:baseline}.search_bar:after{height:2rem;top:0}.search_bar input[type="submit"]{height:2rem;border-radius:0 1rem 1rem 0}.search_bar.inventory_search label{height:1.5rem}}button#btna2hs{margin:auto;display:block;height:auto}@-webkit-keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}@keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}.loading{animation:animate 1.5s linear infinite;clip:rect(0, 80px, 80px, 40px);height:80px;width:80px;position:absolute;left:calc(50% - 40px);top:calc(50% - 40px)}@keyframes animate{0%{transform:rotate(0deg)}100%{transform:rotate(220deg)}}.loading:after{animation:animate2 1.5s ease-in-out infinite;clip:rect(0, 80px, 80px, 40px);content:'';border-radius:50%;height:80px;width:80px;position:absolute}@keyframes animate2{0%{box-shadow:inset #fefefe 0 0 0 17px;transform:rotate(-140deg)}50%{box-shadow:inset #0c466d 0 0 0 2px}100%{box-shadow:inset #fefefe 0 0 0 17px;transform:rotate(140deg)}}@-webkit-keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}@keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}#reports.conversations_index{width:100%;border-collapse:collapse}#reports.conversations_index>section{margin:0}#reports.conversations_index>section table tr td button{font-size:90%;line-height:100%}#reports.conversations_index>section table tr td.center_txt{text-align:center}#reports.conversations_index #reports_overview{-ms-flex-line-pack:start;align-content:flex-start}#reports.conversations_index #reports_overview .conversations_search{display:block;margin-bottom:1rem}#reports.conversations_index #reports_overview .conversations_search>span{display:block;text-align:right;padding:0 .25rem;white-space:nowrap}#reports.conversations_index #reports_overview .conversations_search>span>h3{text-align:left}#reports.conversations_index #reports_overview .conversations_search>span>label{padding-right:.25rem}#reports.conversations_index #reports_overview .conversations_search>span>span input[type="date"]{width:75%;vertical-align:middle}#reports.conversations_index #reports_overview .conversations_search>span>span input[type="time"]{vertical-align:middle}#reports.conversations_index #reports_overview .conversations_search>span>span>label{vertical-align:middle;font-size:70%;line-height:120%;padding-right:0.25rem}#reports.conversations_index #reports_overview .conversations_search>span>span.route,#reports.conversations_index #reports_overview .conversations_search>span>span.disposition,#reports.conversations_index #reports_overview .conversations_search>span>span.direction{display:block;text-align:right;line-height:200%}#reports.conversations_index #reports_overview .conversations_search>span>span.route select,#reports.conversations_index #reports_overview .conversations_search>span>span.disposition select,#reports.conversations_index #reports_overview .conversations_search>span>span.direction select{width:75%}#reports.conversations_index #reports_overview .conversations_search>span:last-child{align-self:flex-end}#reports.conversations_index #reports_overview .conversations_search>span:last-child input[type=submit]{font-size:90%;line-height:100%}#reports.conversations_index #reports_overview>h3{border-bottom:1px solid #afaead}#reports.conversations_index #reports_overview .conversations_header{background-color:#0c466d;color:white;font-weight:800}#reports.conversations_index #reports_overview .conversations_header>th{padding:.2rem .2rem;background:none;white-space:nowrap}#reports.conversations_index #reports_overview .conversations_header>th a[href*="asc"]{transform:rotate(180deg);transform-origin:center;position:relative;top:2px}#reports.conversations_index #reports_overview .conversations_header>th.shorter span:nth-child(2){font-size:smaller;font-style:italic;font-weight:normal}#reports.conversations_index #reports_overview .conversations_header>th.shorter a{text-decoration:none;color:#58b1ed;padding:0 .125rem}#reports.conversations_index #reports_overview .conversations_header>th.longer a{text-decoration:none;color:#58b1ed;padding:0 .125rem;float:right}#reports.conversations_index #reports_overview .preview_row{cursor:pointer}#reports.conversations_index #reports_overview .preview_row.active{background-color:#ee9522}#reports.conversations_index #reports_overview .preview_row.active td{border-right:1px solid #e58912;color:#fefefe}#reports.conversations_index #reports_overview .preview_row.active:hover{background-color:#e58912}#reports.conversations_index #reports_overview .preview_row.active:hover td{color:#fefefe;border-right:1px solid #cd7b10}#reports.conversations_index #reports_overview .preview_row:hover{background-color:#86c7f2}#reports.conversations_index #reports_overview .preview_row:hover td{color:#010101;border-right:1px solid #58b1ed}#reports.conversations_index #reports_overview .preview_row td{border-right:1px solid #c8c8c7;padding:0.4rem}#reports.conversations_index #reports_overview .preview_row td:last-child{border:none}#reports.conversations_index #reports_overview .preview_row td:first-child:before{content:'\0025CB\00a0';font-size:120%}#reports.conversations_index #reports_overview .preview_row.urgent td:first-child:before{content:'\0025CF\00a0';color:#ef6262}#reports.conversations_index #reports_overview .data_row{display:table-row}#reports.conversations_index #reports_overview .data_row td{padding:0}#reports.conversations_index #reports_overview .data_row td>div{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:stretch;padding:0 .5rem}#reports.conversations_index #reports_overview .data_row td>div>div{flex:1 0 30%;position:relative;height:auto;max-height:0;padding:0 .5rem;overflow:hidden;-webkit-transition:max-height 0.3s ease-in-out;-o-transition:max-height 0.3s ease-in-out;transition:max-height 0.3s ease-in-out}#reports.conversations_index #reports_overview .data_row td>div>div h3{margin-top:0;border-bottom:3px solid #dcdcdb}#reports.conversations_index #reports_overview .data_row td>div>div span{display:inline-block;width:100%;margin-bottom:.25rem;padding-bottom:.25rem;vertical-align:top;border-bottom:1px solid #dcdcdb}#reports.conversations_index #reports_overview .data_row td>div>div span.name_first,#reports.conversations_index #reports_overview .data_row td>div>div span.name_last{width:49%}#reports.conversations_index #reports_overview .data_row td>div>div span.address>span,#reports.conversations_index #reports_overview .data_row td>div>div span.vehicle_finance>span,#reports.conversations_index #reports_overview .data_row td>div>div span.vehicle_option>span{width:auto;border-bottom:none}#reports.conversations_index #reports_overview .data_row td>div>div span.address>span.option_weighting,#reports.conversations_index #reports_overview .data_row td>div>div span.vehicle_finance>span.option_weighting,#reports.conversations_index #reports_overview .data_row td>div>div span.vehicle_option>span.option_weighting{font-size:small;color:#ee9522;padding-right:.3rem}#reports.conversations_index #reports_overview .data_row td>div>div span.address>span.option_manufacturercode,#reports.conversations_index #reports_overview .data_row td>div>div span.vehicle_finance>span.option_manufacturercode,#reports.conversations_index #reports_overview .data_row td>div>div span.vehicle_option>span.option_manufacturercode{font-style:italic;font-size:smaller}#reports.conversations_index #reports_overview .data_row td>div>div span.address>span.finance_downpayment>label,#reports.conversations_index #reports_overview .data_row td>div>div span.address>span.finance_monthly>label,#reports.conversations_index #reports_overview .data_row td>div>div span.address>span.finance_total>label,#reports.conversations_index #reports_overview .data_row td>div>div span.vehicle_finance>span.finance_downpayment>label,#reports.conversations_index #reports_overview .data_row td>div>div span.vehicle_finance>span.finance_monthly>label,#reports.conversations_index #reports_overview .data_row td>div>div span.vehicle_finance>span.finance_total>label,#reports.conversations_index #reports_overview .data_row td>div>div span.vehicle_option>span.finance_downpayment>label,#reports.conversations_index #reports_overview .data_row td>div>div span.vehicle_option>span.finance_monthly>label,#reports.conversations_index #reports_overview .data_row td>div>div span.vehicle_option>span.finance_total>label{color:#ee9522;padding-right:.3rem}#reports.conversations_index #reports_overview .data_row td>div>div span label{display:inline-block;min-width:80px;font-weight:700;font-size:70%;text-transform:uppercase;color:#2a9ce8}#reports.conversations_index #reports_overview .data_row td>div>div span.comments_list{border-bottom:none}#reports.conversations_index #reports_overview .data_row td>div>div span.comments_list span{padding-bottom:1rem;font-size:90%;font-style:italic;color:#7d7b79;-ms-word-break:break-all;word-break:break-all;word-break:break-word}#reports.conversations_index #reports_overview .data_row td>div>div span.comments_list label{font-size:80%;font-style:normal;color:#ee9522}#reports.conversations_index #reports_overview .data_row.show{background-color:#fefefe}#reports.conversations_index #reports_overview .data_row.show td{padding:0}#reports.conversations_index #reports_overview .data_row.show td>div{padding:.5rem}#reports.conversations_index #reports_overview .data_row.show td>div>div{max-height:480px;overflow-y:auto;padding:.5rem}.pagination{text-align:center}.pagination a{display:inline-block;text-decoration:none;color:#7d7b79}.pagination a:hover{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.prev_page{margin-right:-3px;padding-right:.5rem;border-right:1px solid #7d7b79;-webkit-transform-origin:center right;-ms-transform-origin:center right;transform-origin:center right}.prev_page:before{position:relative;content:"\0025C4\00a0";color:#9e9c9b}.next_page{margin-left:-3px;padding-left:.5rem;border-left:1px solid #7d7b79;-webkit-transform-origin:center left;-ms-transform-origin:center left;transform-origin:center left}.next_page:after{position:relative;content:"\00a0\0025BA";color:#9e9c9b}@media only screen and (min-width: 560px){#reports.conversations_index #reports_overview .conversations_search{display:flex;flex-flow:row wrap;justify-content:flex-start}#reports.conversations_index #reports_overview .conversations_search>span{flex:1 0 100%}#reports.conversations_index #reports_overview .conversations_search>span:nth-child(3){flex:2 0 100%}#reports.conversations_index #reports_overview .conversations_search>span:nth-child(4){flex:3 0 100%}}@media only screen and (min-width: 740px){#reports.conversations_index #reports_overview .conversations_search>span>span.route,#reports.conversations_index #reports_overview .conversations_search>span>span.disposition,#reports.conversations_index #reports_overview .conversations_search>span>span.direction{flex:1 0 20%}#reports.conversations_index #reports_overview .conversations_search>span>span.search_term{flex:1 0 30%}#reports.conversations_index #reports_overview .conversations_search>span>span.search_term input{width:100%}#reports.conversations_index #reports_overview .conversations_search>span>span.search_submit{flex:1 0 10%}}@media only screen and (min-width: 1080px){#reports.conversations_index #reports_overview .conversations_search>span{display:flex;text-align:left;margin-bottom:0.5rem}#reports.conversations_index #reports_overview .conversations_search>span>label{align-self:flex-end}#reports.conversations_index #reports_overview .conversations_search>span:nth-child(2){flex:1 0 100%}#reports.conversations_index #reports_overview .conversations_search>span:nth-child(3){flex:2 0 100%}#reports.conversations_index #reports_overview .conversations_search>span:nth-child(3)>span{flex:1 0 20%}#reports.conversations_index #reports_overview .conversations_search>span:nth-child(4){flex:3 0 100%}#reports.conversations_index #reports_overview .conversations_search>span:nth-child(4)>span>span{display:block;width:95%}#reports.conversations_index #reports_overview .conversations_search>span:nth-child(3)>span,#reports.conversations_index #reports_overview .conversations_search>span:nth-child(4)>span{display:flex;flex-flow:column;justify-content:flex-start;align-items:flex-start;line-height:110%}#reports.conversations_index #reports_overview .conversations_search>span:nth-child(3)>span input[type="date"],#reports.conversations_index #reports_overview .conversations_search>span:nth-child(3)>span select,#reports.conversations_index #reports_overview .conversations_search>span:nth-child(4)>span input[type="date"],#reports.conversations_index #reports_overview .conversations_search>span:nth-child(4)>span select{width:100%}}@-webkit-keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}@keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}#reports.customers_index{width:100%;border-collapse:collapse}#reports.customers_index>section{margin:0}#reports.customers_index>section table tr td button{font-size:90%;line-height:100%}#reports.customers_index>section table tr td.center_txt{text-align:center}#reports.customers_index #reports_overview{-ms-flex-line-pack:start;align-content:flex-start}#reports.customers_index #reports_overview .customers_search{display:block;margin-bottom:1rem}#reports.customers_index #reports_overview .customers_search>span{display:block;text-align:right;padding:0 .25rem;white-space:nowrap}#reports.customers_index #reports_overview .customers_search>span>h3{text-align:left}#reports.customers_index #reports_overview .customers_search>span>label{padding-right:.25rem}#reports.customers_index #reports_overview .customers_search>span>span input[type="date"]{width:75%;vertical-align:middle}#reports.customers_index #reports_overview .customers_search>span>span input[type="time"]{vertical-align:middle}#reports.customers_index #reports_overview .customers_search>span>span>label{vertical-align:middle;font-size:70%;line-height:120%;padding-right:0.25rem}#reports.customers_index #reports_overview .customers_search>span>span.route,#reports.customers_index #reports_overview .customers_search>span>span.disposition,#reports.customers_index #reports_overview .customers_search>span>span.direction{display:block;text-align:right;line-height:200%}#reports.customers_index #reports_overview .customers_search>span>span.route select,#reports.customers_index #reports_overview .customers_search>span>span.disposition select,#reports.customers_index #reports_overview .customers_search>span>span.direction select{width:75%}#reports.customers_index #reports_overview .customers_search>span:last-child{align-self:flex-end}#reports.customers_index #reports_overview .customers_search>span:last-child input[type=submit]{font-size:90%;line-height:100%}#reports.customers_index #reports_overview>h3{border-bottom:1px solid #afaead}#reports.customers_index #reports_overview .customers_header{background-color:#0c466d;color:white;font-weight:800}#reports.customers_index #reports_overview .customers_header>th{padding:.2rem .2rem;background:none;white-space:nowrap}#reports.customers_index #reports_overview .customers_header>th a[href*="asc"]{transform:rotate(180deg);transform-origin:center;position:relative;top:2px}#reports.customers_index #reports_overview .customers_header>th.shorter span:nth-child(2){font-size:smaller;font-style:italic;font-weight:normal}#reports.customers_index #reports_overview .customers_header>th.shorter a{text-decoration:none;color:#58b1ed;padding:0 .125rem}#reports.customers_index #reports_overview .customers_header>th.longer a{text-decoration:none;color:#58b1ed;padding:0 .125rem;float:right}#reports.customers_index #reports_overview .preview_row{cursor:pointer}#reports.customers_index #reports_overview .preview_row.active{background-color:#ee9522}#reports.customers_index #reports_overview .preview_row.active td{border-right:1px solid #e58912;color:#fefefe}#reports.customers_index #reports_overview .preview_row.active:hover{background-color:#e58912}#reports.customers_index #reports_overview .preview_row.active:hover td{color:#fefefe;border-right:1px solid #cd7b10}#reports.customers_index #reports_overview .preview_row:hover{background-color:#86c7f2}#reports.customers_index #reports_overview .preview_row:hover td{color:#010101;border-right:1px solid #58b1ed}#reports.customers_index #reports_overview .preview_row td{border-right:1px solid #c8c8c7;padding:0.4rem}#reports.customers_index #reports_overview .preview_row td:last-child{border:none}#reports.customers_index #reports_overview .preview_row td:first-child:before{content:'\0025CB\00a0';font-size:120%}#reports.customers_index #reports_overview .preview_row.urgent td:first-child:before{content:'\0025CF\00a0';color:#ef6262}#reports.customers_index #reports_overview .data_row{display:table-row}#reports.customers_index #reports_overview .data_row td{padding:0}#reports.customers_index #reports_overview .data_row td>div{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:stretch;padding:0 .5rem}#reports.customers_index #reports_overview .data_row td>div>div{flex:1 0 30%;position:relative;height:auto;max-height:0;padding:0 .5rem;overflow:hidden;-webkit-transition:max-height 0.3s ease-in-out;-o-transition:max-height 0.3s ease-in-out;transition:max-height 0.3s ease-in-out}#reports.customers_index #reports_overview .data_row td>div>div h3{margin-top:0;border-bottom:3px solid #dcdcdb}#reports.customers_index #reports_overview .data_row td>div>div span{display:inline-block;width:100%;margin-bottom:.25rem;padding-bottom:.25rem;vertical-align:top;border-bottom:1px solid #dcdcdb}#reports.customers_index #reports_overview .data_row td>div>div span.name_first,#reports.customers_index #reports_overview .data_row td>div>div span.name_last{width:49%}#reports.customers_index #reports_overview .data_row td>div>div span.address>span,#reports.customers_index #reports_overview .data_row td>div>div span.vehicle_finance>span,#reports.customers_index #reports_overview .data_row td>div>div span.vehicle_option>span{width:auto;border-bottom:none}#reports.customers_index #reports_overview .data_row td>div>div span.address>span.option_weighting,#reports.customers_index #reports_overview .data_row td>div>div span.vehicle_finance>span.option_weighting,#reports.customers_index #reports_overview .data_row td>div>div span.vehicle_option>span.option_weighting{font-size:small;color:#ee9522;padding-right:.3rem}#reports.customers_index #reports_overview .data_row td>div>div span.address>span.option_manufacturercode,#reports.customers_index #reports_overview .data_row td>div>div span.vehicle_finance>span.option_manufacturercode,#reports.customers_index #reports_overview .data_row td>div>div span.vehicle_option>span.option_manufacturercode{font-style:italic;font-size:smaller}#reports.customers_index #reports_overview .data_row td>div>div span.address>span.finance_downpayment>label,#reports.customers_index #reports_overview .data_row td>div>div span.address>span.finance_monthly>label,#reports.customers_index #reports_overview .data_row td>div>div span.address>span.finance_total>label,#reports.customers_index #reports_overview .data_row td>div>div span.vehicle_finance>span.finance_downpayment>label,#reports.customers_index #reports_overview .data_row td>div>div span.vehicle_finance>span.finance_monthly>label,#reports.customers_index #reports_overview .data_row td>div>div span.vehicle_finance>span.finance_total>label,#reports.customers_index #reports_overview .data_row td>div>div span.vehicle_option>span.finance_downpayment>label,#reports.customers_index #reports_overview .data_row td>div>div span.vehicle_option>span.finance_monthly>label,#reports.customers_index #reports_overview .data_row td>div>div span.vehicle_option>span.finance_total>label{color:#ee9522;padding-right:.3rem}#reports.customers_index #reports_overview .data_row td>div>div span label{display:inline-block;min-width:80px;font-weight:700;font-size:70%;text-transform:uppercase;color:#2a9ce8}#reports.customers_index #reports_overview .data_row td>div>div span.comments_list{border-bottom:none}#reports.customers_index #reports_overview .data_row td>div>div span.comments_list span{padding-bottom:1rem;font-size:90%;font-style:italic;color:#7d7b79;-ms-word-break:break-all;word-break:break-all;word-break:break-word}#reports.customers_index #reports_overview .data_row td>div>div span.comments_list label{font-size:80%;font-style:normal;color:#ee9522}#reports.customers_index #reports_overview .data_row.show{background-color:#fefefe}#reports.customers_index #reports_overview .data_row.show td{padding:0}#reports.customers_index #reports_overview .data_row.show td>div{padding:.5rem}#reports.customers_index #reports_overview .data_row.show td>div>div{max-height:480px;overflow-y:auto;padding:.5rem}.pagination{text-align:center}.pagination a{display:inline-block;text-decoration:none;color:#7d7b79}.pagination a:hover{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.prev_page{margin-right:-3px;padding-right:.5rem;border-right:1px solid #7d7b79;-webkit-transform-origin:center right;-ms-transform-origin:center right;transform-origin:center right}.prev_page:before{position:relative;content:"\0025C4\00a0";color:#9e9c9b}.next_page{margin-left:-3px;padding-left:.5rem;border-left:1px solid #7d7b79;-webkit-transform-origin:center left;-ms-transform-origin:center left;transform-origin:center left}.next_page:after{position:relative;content:"\00a0\0025BA";color:#9e9c9b}@media only screen and (min-width: 560px){#reports.customers_index #reports_overview .customers_search{display:flex;flex-flow:row wrap;justify-content:flex-start}#reports.customers_index #reports_overview .customers_search>span{flex:1 0 100%}#reports.customers_index #reports_overview .customers_search>span:nth-child(3){flex:2 0 100%}#reports.customers_index #reports_overview .customers_search>span:nth-child(4){flex:3 0 100%}}@media only screen and (min-width: 740px){#reports.customers_index #reports_overview .customers_search>span>span.route,#reports.customers_index #reports_overview .customers_search>span>span.disposition,#reports.customers_index #reports_overview .customers_search>span>span.direction{flex:1 0 20%}#reports.customers_index #reports_overview .customers_search>span>span.search_term{flex:1 0 30%}#reports.customers_index #reports_overview .customers_search>span>span.search_term input{width:100%}#reports.customers_index #reports_overview .customers_search>span>span.search_submit{flex:1 0 10%}}@media only screen and (min-width: 1080px){#reports.customers_index #reports_overview .customers_search>span{display:flex;text-align:left;margin-bottom:0.5rem}#reports.customers_index #reports_overview .customers_search>span>label{align-self:flex-end}#reports.customers_index #reports_overview .customers_search>span:nth-child(2){flex:1 0 100%}#reports.customers_index #reports_overview .customers_search>span:nth-child(3){flex:2 0 100%}#reports.customers_index #reports_overview .customers_search>span:nth-child(3)>span{flex:1 0 20%}#reports.customers_index #reports_overview .customers_search>span:nth-child(4){flex:3 0 100%}#reports.customers_index #reports_overview .customers_search>span:nth-child(4)>span>span{display:block;width:95%}#reports.customers_index #reports_overview .customers_search>span:nth-child(3)>span,#reports.customers_index #reports_overview .customers_search>span:nth-child(4)>span{display:flex;flex-flow:column;justify-content:flex-start;align-items:flex-start;line-height:110%}#reports.customers_index #reports_overview .customers_search>span:nth-child(3)>span input[type="date"],#reports.customers_index #reports_overview .customers_search>span:nth-child(3)>span select,#reports.customers_index #reports_overview .customers_search>span:nth-child(4)>span input[type="date"],#reports.customers_index #reports_overview .customers_search>span:nth-child(4)>span select{width:100%}}@-webkit-keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}@keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}#reports #reports_deposits{-ms-flex-line-pack:start;align-content:flex-start}#reports #reports_deposits>h3{border-bottom:1px solid #afaead}@-webkit-keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}@keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}#reports.inventory_index{width:100%;border-collapse:collapse}#reports.inventory_index>section{margin:0}#reports.inventory_index>section table tr td button{font-size:90%;line-height:100%}#reports.inventory_index>section table tr td.center_txt{text-align:center}#reports.inventory_index #reports_overview{-ms-flex-line-pack:start;align-content:flex-start}#reports.inventory_index #reports_overview .inventory_search{display:block;margin-bottom:1rem}#reports.inventory_index #reports_overview .inventory_search>span{display:block;text-align:right;padding:0 .25rem;white-space:nowrap}#reports.inventory_index #reports_overview .inventory_search>span>h3{text-align:left}#reports.inventory_index #reports_overview .inventory_search>span>label{padding-right:.25rem}#reports.inventory_index #reports_overview .inventory_search>span>span input[type="date"]{width:75%;vertical-align:middle}#reports.inventory_index #reports_overview .inventory_search>span>span input[type="time"]{vertical-align:middle}#reports.inventory_index #reports_overview .inventory_search>span>span>label{vertical-align:middle;font-size:70%;line-height:120%;padding-right:0.25rem}#reports.inventory_index #reports_overview .inventory_search>span>span.route,#reports.inventory_index #reports_overview .inventory_search>span>span.disposition,#reports.inventory_index #reports_overview .inventory_search>span>span.direction{display:block;text-align:right;line-height:200%}#reports.inventory_index #reports_overview .inventory_search>span>span.route select,#reports.inventory_index #reports_overview .inventory_search>span>span.disposition select,#reports.inventory_index #reports_overview .inventory_search>span>span.direction select{width:75%}#reports.inventory_index #reports_overview .inventory_search>span:last-child{align-self:flex-end}#reports.inventory_index #reports_overview .inventory_search>span:last-child input[type=submit]{font-size:90%;line-height:100%}#reports.inventory_index #reports_overview>h3{border-bottom:1px solid #afaead}#reports.inventory_index #reports_overview .inventory_header{background-color:#0c466d;color:white;font-weight:800}#reports.inventory_index #reports_overview .inventory_header>th{padding:.2rem .2rem;background:none;white-space:nowrap}#reports.inventory_index #reports_overview .inventory_header>th a[href*="asc"]{transform:rotate(180deg);transform-origin:center;position:relative;top:2px}#reports.inventory_index #reports_overview .inventory_header>th.shorter span:nth-child(2){font-size:smaller;font-style:italic;font-weight:normal}#reports.inventory_index #reports_overview .inventory_header>th.shorter a{text-decoration:none;color:#58b1ed;padding:0 .125rem}#reports.inventory_index #reports_overview .inventory_header>th.longer a{text-decoration:none;color:#58b1ed;padding:0 .125rem;float:right}#reports.inventory_index #reports_overview .preview_row{cursor:pointer}#reports.inventory_index #reports_overview .preview_row.active{background-color:#ee9522}#reports.inventory_index #reports_overview .preview_row.active td{border-right:1px solid #e58912;color:#fefefe}#reports.inventory_index #reports_overview .preview_row.active:hover{background-color:#e58912}#reports.inventory_index #reports_overview .preview_row.active:hover td{color:#fefefe;border-right:1px solid #cd7b10}#reports.inventory_index #reports_overview .preview_row:hover{background-color:#86c7f2}#reports.inventory_index #reports_overview .preview_row:hover td{color:#010101;border-right:1px solid #58b1ed}#reports.inventory_index #reports_overview .preview_row td{border-right:1px solid #c8c8c7;padding:0.4rem}#reports.inventory_index #reports_overview .preview_row td:last-child{border:none}#reports.inventory_index #reports_overview .preview_row td:first-child:before{content:'\0025CB\00a0';font-size:120%}#reports.inventory_index #reports_overview .preview_row.urgent td:first-child:before{content:'\0025CF\00a0';color:#ef6262}#reports.inventory_index #reports_overview .data_row{display:table-row}#reports.inventory_index #reports_overview .data_row td{padding:0}#reports.inventory_index #reports_overview .data_row td>div{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:stretch;padding:0 .5rem}#reports.inventory_index #reports_overview .data_row td>div>div{flex:1 0 30%;position:relative;height:auto;max-height:0;padding:0 .5rem;overflow:hidden;-webkit-transition:max-height 0.3s ease-in-out;-o-transition:max-height 0.3s ease-in-out;transition:max-height 0.3s ease-in-out}#reports.inventory_index #reports_overview .data_row td>div>div h3{margin-top:0;border-bottom:3px solid #dcdcdb}#reports.inventory_index #reports_overview .data_row td>div>div span{display:inline-block;width:100%;margin-bottom:.25rem;padding-bottom:.25rem;vertical-align:top;border-bottom:1px solid #dcdcdb}#reports.inventory_index #reports_overview .data_row td>div>div span.name_first,#reports.inventory_index #reports_overview .data_row td>div>div span.name_last{width:49%}#reports.inventory_index #reports_overview .data_row td>div>div span.address>span,#reports.inventory_index #reports_overview .data_row td>div>div span.vehicle_finance>span,#reports.inventory_index #reports_overview .data_row td>div>div span.vehicle_option>span{width:auto;border-bottom:none}#reports.inventory_index #reports_overview .data_row td>div>div span.address>span.option_weighting,#reports.inventory_index #reports_overview .data_row td>div>div span.vehicle_finance>span.option_weighting,#reports.inventory_index #reports_overview .data_row td>div>div span.vehicle_option>span.option_weighting{font-size:small;color:#ee9522;padding-right:.3rem}#reports.inventory_index #reports_overview .data_row td>div>div span.address>span.option_manufacturercode,#reports.inventory_index #reports_overview .data_row td>div>div span.vehicle_finance>span.option_manufacturercode,#reports.inventory_index #reports_overview .data_row td>div>div span.vehicle_option>span.option_manufacturercode{font-style:italic;font-size:smaller}#reports.inventory_index #reports_overview .data_row td>div>div span.address>span.finance_downpayment>label,#reports.inventory_index #reports_overview .data_row td>div>div span.address>span.finance_monthly>label,#reports.inventory_index #reports_overview .data_row td>div>div span.address>span.finance_total>label,#reports.inventory_index #reports_overview .data_row td>div>div span.vehicle_finance>span.finance_downpayment>label,#reports.inventory_index #reports_overview .data_row td>div>div span.vehicle_finance>span.finance_monthly>label,#reports.inventory_index #reports_overview .data_row td>div>div span.vehicle_finance>span.finance_total>label,#reports.inventory_index #reports_overview .data_row td>div>div span.vehicle_option>span.finance_downpayment>label,#reports.inventory_index #reports_overview .data_row td>div>div span.vehicle_option>span.finance_monthly>label,#reports.inventory_index #reports_overview .data_row td>div>div span.vehicle_option>span.finance_total>label{color:#ee9522;padding-right:.3rem}#reports.inventory_index #reports_overview .data_row td>div>div span label{display:inline-block;min-width:80px;font-weight:700;font-size:70%;text-transform:uppercase;color:#2a9ce8}#reports.inventory_index #reports_overview .data_row td>div>div span.comments_list{border-bottom:none}#reports.inventory_index #reports_overview .data_row td>div>div span.comments_list span{padding-bottom:1rem;font-size:90%;font-style:italic;color:#7d7b79;-ms-word-break:break-all;word-break:break-all;word-break:break-word}#reports.inventory_index #reports_overview .data_row td>div>div span.comments_list label{font-size:80%;font-style:normal;color:#ee9522}#reports.inventory_index #reports_overview .data_row.show{background-color:#fefefe}#reports.inventory_index #reports_overview .data_row.show td{padding:0}#reports.inventory_index #reports_overview .data_row.show td>div{padding:.5rem}#reports.inventory_index #reports_overview .data_row.show td>div>div{max-height:480px;overflow-y:auto;padding:.5rem}.pagination{text-align:center}.pagination a{display:inline-block;text-decoration:none;color:#7d7b79}.pagination a:hover{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.prev_page{margin-right:-3px;padding-right:.5rem;border-right:1px solid #7d7b79;-webkit-transform-origin:center right;-ms-transform-origin:center right;transform-origin:center right}.prev_page:before{position:relative;content:"\0025C4\00a0";color:#9e9c9b}.next_page{margin-left:-3px;padding-left:.5rem;border-left:1px solid #7d7b79;-webkit-transform-origin:center left;-ms-transform-origin:center left;transform-origin:center left}.next_page:after{position:relative;content:"\00a0\0025BA";color:#9e9c9b}@media only screen and (min-width: 560px){#reports.inventory_index #reports_overview .inventory_search{display:flex;flex-flow:row wrap;justify-content:flex-start}#reports.inventory_index #reports_overview .inventory_search>span{flex:1 0 100%}#reports.inventory_index #reports_overview .inventory_search>span:nth-child(3){flex:2 0 100%}#reports.inventory_index #reports_overview .inventory_search>span:nth-child(4){flex:3 0 100%}}@media only screen and (min-width: 740px){#reports.inventory_index #reports_overview .inventory_search>span>span.route,#reports.inventory_index #reports_overview .inventory_search>span>span.disposition,#reports.inventory_index #reports_overview .inventory_search>span>span.direction{flex:1 0 20%}#reports.inventory_index #reports_overview .inventory_search>span>span.search_term{flex:1 0 30%}#reports.inventory_index #reports_overview .inventory_search>span>span.search_term input{width:100%}#reports.inventory_index #reports_overview .inventory_search>span>span.search_submit{flex:1 0 10%}}@media only screen and (min-width: 1080px){#reports.inventory_index #reports_overview .inventory_search>span{display:flex;text-align:left;margin-bottom:0.5rem}#reports.inventory_index #reports_overview .inventory_search>span>label{align-self:flex-end}#reports.inventory_index #reports_overview .inventory_search>span:nth-child(2){flex:1 0 100%}#reports.inventory_index #reports_overview .inventory_search>span:nth-child(3){flex:2 0 100%}#reports.inventory_index #reports_overview .inventory_search>span:nth-child(3)>span{flex:1 0 20%}#reports.inventory_index #reports_overview .inventory_search>span:nth-child(4){flex:3 0 100%}#reports.inventory_index #reports_overview .inventory_search>span:nth-child(4)>span>span{display:block;width:95%}#reports.inventory_index #reports_overview .inventory_search>span:nth-child(3)>span,#reports.inventory_index #reports_overview .inventory_search>span:nth-child(4)>span{display:flex;flex-flow:column;justify-content:flex-start;align-items:flex-start;line-height:110%}#reports.inventory_index #reports_overview .inventory_search>span:nth-child(3)>span input[type="date"],#reports.inventory_index #reports_overview .inventory_search>span:nth-child(3)>span select,#reports.inventory_index #reports_overview .inventory_search>span:nth-child(4)>span input[type="date"],#reports.inventory_index #reports_overview .inventory_search>span:nth-child(4)>span select{width:100%}}@-webkit-keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}@keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}#reports.leads_index{width:100%;border-collapse:collapse}#reports.leads_index>section{margin:0}#reports.leads_index>section table tr td button{font-size:90%;line-height:100%}#reports.leads_index>section table tr td.center_txt{text-align:center}#reports.leads_index #reports_overview{-ms-flex-line-pack:start;align-content:flex-start}#reports.leads_index #reports_overview .leads_search{display:block;margin-bottom:1rem}#reports.leads_index #reports_overview .leads_search>span{display:block;text-align:right;padding:0 .25rem;white-space:nowrap}#reports.leads_index #reports_overview .leads_search>span>h3{text-align:left}#reports.leads_index #reports_overview .leads_search>span>label{padding-right:.25rem}#reports.leads_index #reports_overview .leads_search>span>span input[type="date"]{width:75%;vertical-align:middle}#reports.leads_index #reports_overview .leads_search>span>span input[type="time"]{vertical-align:middle}#reports.leads_index #reports_overview .leads_search>span>span>label{vertical-align:middle;font-size:70%;line-height:120%;padding-right:0.25rem}#reports.leads_index #reports_overview .leads_search>span>span.route,#reports.leads_index #reports_overview .leads_search>span>span.disposition,#reports.leads_index #reports_overview .leads_search>span>span.direction{display:block;text-align:right;line-height:200%}#reports.leads_index #reports_overview .leads_search>span>span.route select,#reports.leads_index #reports_overview .leads_search>span>span.disposition select,#reports.leads_index #reports_overview .leads_search>span>span.direction select{width:75%}#reports.leads_index #reports_overview .leads_search>span:last-child{align-self:flex-end}#reports.leads_index #reports_overview .leads_search>span:last-child input[type=submit]{font-size:90%;line-height:100%}#reports.leads_index #reports_overview>h3{border-bottom:1px solid #afaead}#reports.leads_index #reports_overview .leads_header{background-color:#0c466d;color:white;font-weight:800}#reports.leads_index #reports_overview .leads_header>th{padding:.2rem .2rem;background:none;white-space:nowrap}#reports.leads_index #reports_overview .leads_header>th a[href*="asc"]{transform:rotate(180deg);transform-origin:center;position:relative;top:2px}#reports.leads_index #reports_overview .leads_header>th.shorter span:nth-child(2){font-size:smaller;font-style:italic;font-weight:normal}#reports.leads_index #reports_overview .leads_header>th.shorter a{text-decoration:none;color:#58b1ed;padding:0 .125rem}#reports.leads_index #reports_overview .leads_header>th.longer a{text-decoration:none;color:#58b1ed;padding:0 .125rem;float:right}#reports.leads_index #reports_overview .preview_row{cursor:pointer}#reports.leads_index #reports_overview .preview_row.active{background-color:#ee9522}#reports.leads_index #reports_overview .preview_row.active td{border-right:1px solid #e58912;color:#fefefe}#reports.leads_index #reports_overview .preview_row.active:hover{background-color:#e58912}#reports.leads_index #reports_overview .preview_row.active:hover td{color:#fefefe;border-right:1px solid #cd7b10}#reports.leads_index #reports_overview .preview_row:hover{background-color:#86c7f2}#reports.leads_index #reports_overview .preview_row:hover td{color:#010101;border-right:1px solid #58b1ed}#reports.leads_index #reports_overview .preview_row td{border-right:1px solid #c8c8c7;padding:0.4rem}#reports.leads_index #reports_overview .preview_row td:last-child{border:none}#reports.leads_index #reports_overview .preview_row td:first-child:before{content:'\0025CB\00a0';font-size:120%}#reports.leads_index #reports_overview .preview_row.urgent td:first-child:before{content:'\0025CF\00a0';color:#ef6262}#reports.leads_index #reports_overview .data_row{display:table-row}#reports.leads_index #reports_overview .data_row td{padding:0}#reports.leads_index #reports_overview .data_row td>div{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:stretch;padding:0 .5rem}#reports.leads_index #reports_overview .data_row td>div>div{flex:1 0 30%;position:relative;height:auto;max-height:0;padding:0 .5rem;overflow:hidden;-webkit-transition:max-height 0.3s ease-in-out;-o-transition:max-height 0.3s ease-in-out;transition:max-height 0.3s ease-in-out}#reports.leads_index #reports_overview .data_row td>div>div h3{margin-top:0;border-bottom:3px solid #dcdcdb}#reports.leads_index #reports_overview .data_row td>div>div span{display:inline-block;width:100%;margin-bottom:.25rem;padding-bottom:.25rem;vertical-align:top;border-bottom:1px solid #dcdcdb}#reports.leads_index #reports_overview .data_row td>div>div span.name_first,#reports.leads_index #reports_overview .data_row td>div>div span.name_last{width:49%}#reports.leads_index #reports_overview .data_row td>div>div span.address>span,#reports.leads_index #reports_overview .data_row td>div>div span.vehicle_finance>span,#reports.leads_index #reports_overview .data_row td>div>div span.vehicle_option>span{width:auto;border-bottom:none}#reports.leads_index #reports_overview .data_row td>div>div span.address>span.option_weighting,#reports.leads_index #reports_overview .data_row td>div>div span.vehicle_finance>span.option_weighting,#reports.leads_index #reports_overview .data_row td>div>div span.vehicle_option>span.option_weighting{font-size:small;color:#ee9522;padding-right:.3rem}#reports.leads_index #reports_overview .data_row td>div>div span.address>span.option_manufacturercode,#reports.leads_index #reports_overview .data_row td>div>div span.vehicle_finance>span.option_manufacturercode,#reports.leads_index #reports_overview .data_row td>div>div span.vehicle_option>span.option_manufacturercode{font-style:italic;font-size:smaller}#reports.leads_index #reports_overview .data_row td>div>div span.address>span.finance_downpayment>label,#reports.leads_index #reports_overview .data_row td>div>div span.address>span.finance_monthly>label,#reports.leads_index #reports_overview .data_row td>div>div span.address>span.finance_total>label,#reports.leads_index #reports_overview .data_row td>div>div span.vehicle_finance>span.finance_downpayment>label,#reports.leads_index #reports_overview .data_row td>div>div span.vehicle_finance>span.finance_monthly>label,#reports.leads_index #reports_overview .data_row td>div>div span.vehicle_finance>span.finance_total>label,#reports.leads_index #reports_overview .data_row td>div>div span.vehicle_option>span.finance_downpayment>label,#reports.leads_index #reports_overview .data_row td>div>div span.vehicle_option>span.finance_monthly>label,#reports.leads_index #reports_overview .data_row td>div>div span.vehicle_option>span.finance_total>label{color:#ee9522;padding-right:.3rem}#reports.leads_index #reports_overview .data_row td>div>div span label{display:inline-block;min-width:80px;font-weight:700;font-size:70%;text-transform:uppercase;color:#2a9ce8}#reports.leads_index #reports_overview .data_row td>div>div span.comments_list{border-bottom:none}#reports.leads_index #reports_overview .data_row td>div>div span.comments_list span{padding-bottom:1rem;font-size:90%;font-style:italic;color:#7d7b79;-ms-word-break:break-all;word-break:break-all;word-break:break-word}#reports.leads_index #reports_overview .data_row td>div>div span.comments_list label{font-size:80%;font-style:normal;color:#ee9522}#reports.leads_index #reports_overview .data_row.show{background-color:#fefefe}#reports.leads_index #reports_overview .data_row.show td{padding:0}#reports.leads_index #reports_overview .data_row.show td>div{padding:.5rem}#reports.leads_index #reports_overview .data_row.show td>div>div{max-height:480px;overflow-y:auto;padding:.5rem}.pagination{text-align:center}.pagination a{display:inline-block;text-decoration:none;color:#7d7b79}.pagination a:hover{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.prev_page{margin-right:-3px;padding-right:.5rem;border-right:1px solid #7d7b79;-webkit-transform-origin:center right;-ms-transform-origin:center right;transform-origin:center right}.prev_page:before{position:relative;content:"\0025C4\00a0";color:#9e9c9b}.next_page{margin-left:-3px;padding-left:.5rem;border-left:1px solid #7d7b79;-webkit-transform-origin:center left;-ms-transform-origin:center left;transform-origin:center left}.next_page:after{position:relative;content:"\00a0\0025BA";color:#9e9c9b}@media only screen and (min-width: 560px){#reports.leads_index #reports_overview .leads_search{display:flex;flex-flow:row wrap;justify-content:flex-start}#reports.leads_index #reports_overview .leads_search>span{flex:1 0 100%}#reports.leads_index #reports_overview .leads_search>span:nth-child(3){flex:2 0 100%}#reports.leads_index #reports_overview .leads_search>span:nth-child(4){flex:3 0 100%}}@media only screen and (min-width: 740px){#reports.leads_index #reports_overview .leads_search>span>span.route,#reports.leads_index #reports_overview .leads_search>span>span.disposition,#reports.leads_index #reports_overview .leads_search>span>span.direction{flex:1 0 20%}#reports.leads_index #reports_overview .leads_search>span>span.search_term{flex:1 0 30%}#reports.leads_index #reports_overview .leads_search>span>span.search_term input{width:100%}#reports.leads_index #reports_overview .leads_search>span>span.search_submit{flex:1 0 10%}}@media only screen and (min-width: 1080px){#reports.leads_index #reports_overview .leads_search>span{display:flex;text-align:left;margin-bottom:0.5rem}#reports.leads_index #reports_overview .leads_search>span>label{align-self:flex-end}#reports.leads_index #reports_overview .leads_search>span:nth-child(2){flex:1 0 100%}#reports.leads_index #reports_overview .leads_search>span:nth-child(3){flex:2 0 100%}#reports.leads_index #reports_overview .leads_search>span:nth-child(3)>span{flex:1 0 20%}#reports.leads_index #reports_overview .leads_search>span:nth-child(4){flex:3 0 100%}#reports.leads_index #reports_overview .leads_search>span:nth-child(4)>span>span{display:block;width:95%}#reports.leads_index #reports_overview .leads_search>span:nth-child(3)>span,#reports.leads_index #reports_overview .leads_search>span:nth-child(4)>span{display:flex;flex-flow:column;justify-content:flex-start;align-items:flex-start;line-height:110%}#reports.leads_index #reports_overview .leads_search>span:nth-child(3)>span input[type="date"],#reports.leads_index #reports_overview .leads_search>span:nth-child(3)>span select,#reports.leads_index #reports_overview .leads_search>span:nth-child(4)>span input[type="date"],#reports.leads_index #reports_overview .leads_search>span:nth-child(4)>span select{width:100%}}@-webkit-keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}@keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}#reports.overview_index{width:100%;border-collapse:collapse}#reports.overview_index>section{margin:0}#reports.overview_index>section table{display:table;table-layout:fixed;width:100%;white-space:nowrap}#reports.overview_index>section table tr th,#reports.overview_index>section table tr td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#reports.overview_index>section table tr th button,#reports.overview_index>section table tr td button{font-size:90%;line-height:100%}#reports.overview_index>section table tr th.center_txt,#reports.overview_index>section table tr td.center_txt{text-align:center}#reports.overview_index #reports_overview .overview_search{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}#reports.overview_index #reports_overview .overview_search>span{flex:1 0 30%;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;padding:0 0.25rem;border-right:1px solid #dcdcdb}#reports.overview_index #reports_overview .overview_search>span:first-child{max-width:220px}#reports.overview_index #reports_overview .overview_search>span input[type="submit"]{font-size:90%;line-height:100%}#reports.overview_index #reports_overview .overview_grid{display:flex;flex-flow:row wrap;justify-content:flex-start}#reports.overview_index #reports_overview .overview_grid .component{position:relative;width:432px;height:318px;border:1px solid #dcdcdb;border-top:none;border-radius:0 0 6px 6px;padding:1rem 1rem 1px 1rem;margin:1rem 0.5rem}#reports.overview_index #reports_overview .overview_grid .component:before{content:"";position:absolute;top:0;left:0;display:block;background:#2a9ce8;height:6px;width:100%}#reports.overview_index #reports_overview .overview_grid .component h3{margin:0}#reports.overview_index #reports_overview .overview_grid .component table th:first-child{width:80%}#reports.overview_index #reports_overview .overview_grid .component table th:last-child,#reports.overview_index #reports_overview .overview_grid .component table td:last-child{width:20%;text-align:right}#reports.overview_index #reports_overview .overview_grid .component table img{max-height:42px;vertical-align:middle;background:#dcdcdb;margin:-0.5rem 0.5rem -0.5rem -0.45rem}@-webkit-keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}@keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}#reports.reviews_index{width:100%;border-collapse:collapse}#reports.reviews_index>section table{table-layout:initial}#reports.reviews_index>section table tr:nth-child(1){position:sticky;top:-1.1rem;z-index:10}#reports.reviews_index>section table tr:nth-child(1) th{position:initial;background:white}#reports.reviews_index span[data-rating]:after{content:"";display:inline-block;width:5.4rem;height:1rem;margin-left:0.25rem;transform-origin:left bottom;transform:scale(80%);background-size:cover;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon_5_stars' viewBox='0 0 83.54 15.19'%3E%3Cg class='star1'%3E%3Cpolygon points='7.99 0 10.46 5 15.98 5.81 11.98 9.7 12.92 15.19 7.99 12.6 3.05 15.19 3.99 9.7 0 5.81 5.52 5 7.99 0' fill='%23676767' stroke-width='0'/%3E%3C/g%3E%3Cg class='star2'%3E%3Cpolygon points='24.96 0 27.43 5 32.95 5.81 28.96 9.7 29.9 15.19 24.96 12.6 20.03 15.19 20.97 9.7 16.98 5.81 22.5 5 24.96 0' fill='%23676767' stroke-width='0'/%3E%3C/g%3E%3Cg class='star3'%3E%3Cpolygon points='41.77 0 44.24 5 49.76 5.81 45.77 9.7 46.71 15.19 41.77 12.6 36.83 15.19 37.77 9.7 33.78 5.81 39.3 5 41.77 0' fill='%23676767' stroke-width='0'/%3E%3C/g%3E%3Cg class='star4'%3E%3Cpolygon points='58.75 0 61.22 5 66.74 5.81 62.74 9.7 63.68 15.19 58.75 12.6 53.81 15.19 54.75 9.7 50.76 5.81 56.28 5 58.75 0' fill='%23676767' stroke-width='0'/%3E%3C/g%3E%3Cg class='star5'%3E%3Cpolygon points='75.55 0 78.02 5 83.54 5.81 79.55 9.7 80.49 15.19 75.55 12.6 70.61 15.19 71.56 9.7 67.56 5.81 73.08 5 75.55 0' fill='%23676767' stroke-width='0'/%3E%3C/g%3E%3C/svg%3E")}#reports.reviews_index span[data-rating="4"]:after{background-image:url("data:image/svg+xml,%3Csvg id='icon_4_stars' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 66.74 15.19'%3E%3Cg id='icon_5_stars'%3E%3Cpolygon points='7.99 0 10.46 5 15.98 5.81 11.98 9.7 12.92 15.19 7.99 12.6 3.05 15.19 3.99 9.7 0 5.81 5.52 5 7.99 0' fill='%23676767' stroke-width='0'/%3E%3Cpolygon points='24.96 0 27.43 5 32.95 5.81 28.96 9.7 29.9 15.19 24.96 12.6 20.03 15.19 20.97 9.7 16.98 5.81 22.5 5 24.96 0' fill='%23676767' stroke-width='0'/%3E%3Cpolygon points='41.77 0 44.24 5 49.76 5.81 45.77 9.7 46.71 15.19 41.77 12.6 36.83 15.19 37.77 9.7 33.78 5.81 39.3 5 41.77 0' fill='%23676767' stroke-width='0'/%3E%3Cpolygon points='58.75 0 61.22 5 66.74 5.81 62.74 9.7 63.68 15.19 58.75 12.6 53.81 15.19 54.75 9.7 50.76 5.81 56.28 5 58.75 0' fill='%23676767' stroke-width='0'/%3E%3C/g%3E%3C/svg%3E");width:4.3rem}#reports.reviews_index span[data-rating="3"]:after{background-image:url("data:image/svg+xml,%3Csvg id='icon_3_stars' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.76 15.19'%3E%3Cg id='icon_5_stars'%3E%3Cpolygon points='7.99 0 10.46 5 15.98 5.81 11.98 9.7 12.92 15.19 7.99 12.6 3.05 15.19 3.99 9.7 0 5.81 5.52 5 7.99 0' fill='%23676767' stroke-width='0'/%3E%3Cpolygon points='24.96 0 27.43 5 32.95 5.81 28.96 9.7 29.9 15.19 24.96 12.6 20.03 15.19 20.97 9.7 16.98 5.81 22.5 5 24.96 0' fill='%23676767' stroke-width='0'/%3E%3Cpolygon points='41.77 0 44.24 5 49.76 5.81 45.77 9.7 46.71 15.19 41.77 12.6 36.83 15.19 37.77 9.7 33.78 5.81 39.3 5 41.77 0' fill='%23676767' stroke-width='0'/%3E%3C/g%3E%3C/svg%3E");width:3.2rem}#reports.reviews_index span[data-rating="2"]:after{background-image:url("data:image/svg+xml,%3Csvg id='icon_2_stars' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.95 15.19'%3E%3Cg id='icon_5_stars'%3E%3Cpolygon points='7.99 0 10.46 5 15.98 5.81 11.98 9.7 12.92 15.19 7.99 12.6 3.05 15.19 3.99 9.7 0 5.81 5.52 5 7.99 0' fill='%23676767' stroke-width='0'/%3E%3Cpolygon points='24.96 0 27.43 5 32.95 5.81 28.96 9.7 29.9 15.19 24.96 12.6 20.03 15.19 20.97 9.7 16.98 5.81 22.5 5 24.96 0' fill='%23676767' stroke-width='0'/%3E%3C/g%3E%3C/svg%3E");width:2.1rem}#reports.reviews_index span[data-rating="1"]:after{background-image:url("data:image/svg+xml,%3Csvg id='icon_1_star' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.98 15.19'%3E%3Cg id='icon_5_stars'%3E%3Cpolygon points='7.99 0 10.46 5 15.98 5.81 11.98 9.7 12.92 15.19 7.99 12.6 3.05 15.19 3.99 9.7 0 5.81 5.52 5 7.99 0' fill='%23676767' stroke-width='0'/%3E%3C/g%3E%3C/svg%3E");width:1rem}#reports.reviews_index>section{margin:0}#reports.reviews_index>section table tr td button,#reports.reviews_index>section table tr td .button{font-size:90%;line-height:100%}#reports.reviews_index>section table tr td.center_txt{text-align:center}#reports.reviews_index>section table tr td.publish{max-width:100px}#reports.reviews_index>section table tr td.publish .button{padding:0.25rem;background-color:#2a9ce8}#reports.reviews_index>section table tr td.publish .button.green_bkg{background-color:#17b317}#reports.reviews_index>section table tr td.publish .button img{height:16px;width:16px;transform:translateY(4px);filter:invert(1)}#reports.reviews_index #reports_overview{-ms-flex-line-pack:start;align-content:flex-start}#reports.reviews_index #reports_overview .reviews_search{display:block;margin-bottom:1rem}#reports.reviews_index #reports_overview .reviews_search>span{display:block;padding:0 0.25rem;white-space:nowrap}#reports.reviews_index #reports_overview .reviews_search>span>h3{text-align:left}#reports.reviews_index #reports_overview .reviews_search>span>label{padding-right:0.25rem}#reports.reviews_index #reports_overview .reviews_search>span>span{padding-top:0.25rem;padding-right:0.5rem}#reports.reviews_index #reports_overview .reviews_search>span>span input[type="date"]{width:75%;vertical-align:middle}#reports.reviews_index #reports_overview .reviews_search>span>span input[type="time"]{vertical-align:middle}#reports.reviews_index #reports_overview .reviews_search>span>span>label{vertical-align:middle;position:relative;top:2px;font-size:70%;padding-right:0.25rem}#reports.reviews_index #reports_overview .reviews_search>span>span>label:after{content:":"}#reports.reviews_index #reports_overview .reviews_search>span>span.route,#reports.reviews_index #reports_overview .reviews_search>span>span.disposition,#reports.reviews_index #reports_overview .reviews_search>span>span.direction{display:block;text-align:right;line-height:200%}#reports.reviews_index #reports_overview .reviews_search>span>span.route select,#reports.reviews_index #reports_overview .reviews_search>span>span.disposition select,#reports.reviews_index #reports_overview .reviews_search>span>span.direction select{width:75%}#reports.reviews_index #reports_overview .reviews_search>span>span.search_submit label:after{content:""}#reports.reviews_index #reports_overview .reviews_search>span>span.reviews_spacer{display:none}#reports.reviews_index #reports_overview .reviews_search>span>span.reviews_google_auth{text-align:center;max-width:356px;align-self:flex-end;margin-right:0}#reports.reviews_index #reports_overview .reviews_search>span>span.reviews_google_auth label:after{display:none}#reports.reviews_index #reports_overview .reviews_search>span.flex_1 h3{padding-left:0}#reports.reviews_index #reports_overview .reviews_search>span.flex_2>span>span{display:inline-block;max-width:200px}#reports.reviews_index #reports_overview .reviews_search>span.flex_3{display:flex;flex-flow:row wrap;justify-content:flex-start;white-space:initial}#reports.reviews_index #reports_overview .reviews_search>span.flex_3>span{flex:0 0 auto}#reports.reviews_index #reports_overview .reviews_search>span.flex_3>span.reviews_google_auth{margin:auto}#reports.reviews_index #reports_overview .reviews_search>span:last-child input[type="submit"]{font-size:90%;line-height:100%}#reports.reviews_index #reports_overview>h3{border-bottom:1px solid #afaead}#reports.reviews_index #reports_overview .reviews_header{background-color:#0c466d;color:white;font-weight:800}#reports.reviews_index #reports_overview .reviews_header>th{padding:0.2rem 0.2rem;background:none;white-space:nowrap}#reports.reviews_index #reports_overview .reviews_header>th a[href*="asc"]{transform:rotate(180deg);transform-origin:center;position:relative;top:2px}#reports.reviews_index #reports_overview .reviews_header>th.shorter span:nth-child(2){font-size:smaller;font-style:italic;font-weight:normal}#reports.reviews_index #reports_overview .reviews_header>th.shorter a{text-decoration:none;color:#58b1ed;padding:0 0.125rem}#reports.reviews_index #reports_overview .reviews_header>th.longer a{text-decoration:none;color:#58b1ed;padding:0 0.125rem;float:right}#reports.reviews_index #reports_overview .preview_row{cursor:pointer}#reports.reviews_index #reports_overview .preview_row.active{background-color:#ee9522}#reports.reviews_index #reports_overview .preview_row.active td{border-right:1px solid #e58912;color:#fefefe}#reports.reviews_index #reports_overview .preview_row.active:hover{background-color:#e58912}#reports.reviews_index #reports_overview .preview_row.active:hover td{color:#fefefe;border-right:1px solid #cd7b10}#reports.reviews_index #reports_overview .preview_row.active span[data-rating]:after{filter:invert(1) brightness(2)}#reports.reviews_index #reports_overview .preview_row:hover{background-color:#86c7f2}#reports.reviews_index #reports_overview .preview_row:hover td{color:#010101;border-right:1px solid #58b1ed}#reports.reviews_index #reports_overview .preview_row td{border-right:1px solid #c8c8c7;padding:0.4rem}#reports.reviews_index #reports_overview .preview_row td:last-child{border:none}#reports.reviews_index #reports_overview .preview_row td:first-child:before{content:"\0025CB\00a0";font-size:120%}#reports.reviews_index #reports_overview .preview_row.urgent td:first-child:before{content:"\0025CF\00a0";color:#ef6262}#reports.reviews_index #reports_overview .data_row{display:table-row}#reports.reviews_index #reports_overview .data_row td{padding:0}#reports.reviews_index #reports_overview .data_row td>div{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:stretch;padding:0 0.5rem}#reports.reviews_index #reports_overview .data_row td>div>div{flex:1 0 30%;position:relative;height:auto;max-height:0;padding:0 0.5rem;overflow:hidden;-webkit-transition:max-height 0.3s ease-in-out;-o-transition:max-height 0.3s ease-in-out;transition:max-height 0.3s ease-in-out}#reports.reviews_index #reports_overview .data_row td>div>div h3{margin-top:0;border-bottom:3px solid #dcdcdb}#reports.reviews_index #reports_overview .data_row td>div>div>span{display:inline-block;width:100%;margin-bottom:0.25rem;padding-bottom:0.25rem;vertical-align:top;border-bottom:1px solid #dcdcdb}#reports.reviews_index #reports_overview .data_row td>div>div>span.name .customer_avatar_small{width:30px;height:30px;border-radius:30px}#reports.reviews_index #reports_overview .data_row td>div>div>span.address>span,#reports.reviews_index #reports_overview .data_row td>div>div>span.vehicle_finance>span,#reports.reviews_index #reports_overview .data_row td>div>div>span.vehicle_option>span{width:auto;border-bottom:none}#reports.reviews_index #reports_overview .data_row td>div>div>span.address>span.option_weighting,#reports.reviews_index #reports_overview .data_row td>div>div>span.vehicle_finance>span.option_weighting,#reports.reviews_index #reports_overview .data_row td>div>div>span.vehicle_option>span.option_weighting{font-size:small;color:#ee9522;padding-right:0.3rem}#reports.reviews_index #reports_overview .data_row td>div>div>span.address>span.option_manufacturercode,#reports.reviews_index #reports_overview .data_row td>div>div>span.vehicle_finance>span.option_manufacturercode,#reports.reviews_index #reports_overview .data_row td>div>div>span.vehicle_option>span.option_manufacturercode{font-style:italic;font-size:smaller}#reports.reviews_index #reports_overview .data_row td>div>div>span.address>span.finance_downpayment>label,#reports.reviews_index #reports_overview .data_row td>div>div>span.address>span.finance_monthly>label,#reports.reviews_index #reports_overview .data_row td>div>div>span.address>span.finance_total>label,#reports.reviews_index #reports_overview .data_row td>div>div>span.vehicle_finance>span.finance_downpayment>label,#reports.reviews_index #reports_overview .data_row td>div>div>span.vehicle_finance>span.finance_monthly>label,#reports.reviews_index #reports_overview .data_row td>div>div>span.vehicle_finance>span.finance_total>label,#reports.reviews_index #reports_overview .data_row td>div>div>span.vehicle_option>span.finance_downpayment>label,#reports.reviews_index #reports_overview .data_row td>div>div>span.vehicle_option>span.finance_monthly>label,#reports.reviews_index #reports_overview .data_row td>div>div>span.vehicle_option>span.finance_total>label{color:#ee9522;padding-right:0.3rem}#reports.reviews_index #reports_overview .data_row td>div>div>span.image form{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:flex-end}#reports.reviews_index #reports_overview .data_row td>div>div>span.image form>small{padding-left:0.125rem;display:inline-block;line-height:1;align-self:flex-start}#reports.reviews_index #reports_overview .data_row td>div>div>span.image form>small[data-title]{cursor:pointer}#reports.reviews_index #reports_overview .data_row td>div>div>span.image form>small[data-title]:after{right:initial;bottom:initial;top:20%;left:calc(50% + 16px)}#reports.reviews_index #reports_overview .data_row td>div>div>span.image form>small[data-title] img{filter:invert(0.5) sepia(1) hue-rotate(-20deg) saturate(6.5)}#reports.reviews_index #reports_overview .data_row td>div>div>span.image img{max-width:100px;display:block}#reports.reviews_index #reports_overview .data_row td>div>div>span.image label.file_upload{padding:0.25rem 0.75rem;border-radius:0.5rem;margin:0 0.25rem;min-width:initial}#reports.reviews_index #reports_overview .data_row td>div>div>span.image label.file_upload:after{content:"upload image";color:white;display:inline-block;top:2px;right:-2px;position:relative}#reports.reviews_index #reports_overview .data_row td>div>div>span.image input[type="submit"]{font-size:80%;padding:0.25rem 0.75rem}#reports.reviews_index #reports_overview .data_row td>div>div>span label{display:inline-block;min-width:80px;padding-right:0.25rem;font-weight:700;line-height:1.2;font-size:70%;text-transform:uppercase;color:#2a9ce8}#reports.reviews_index #reports_overview .data_row td>div>div>span.comments_list{border-bottom:none}#reports.reviews_index #reports_overview .data_row td>div>div>span.comments_list span{padding-bottom:1rem;font-size:90%;font-style:italic;color:#7d7b79;-ms-word-break:break-all;word-break:break-all;word-break:break-word}#reports.reviews_index #reports_overview .data_row td>div>div>span.comments_list span.review_rating{width:auto;border:none}#reports.reviews_index #reports_overview .data_row td>div>div>span.comments_list label{font-size:80%;font-style:normal;color:#ee9522}#reports.reviews_index #reports_overview .data_row.show{background-color:#fefefe}#reports.reviews_index #reports_overview .data_row.show td{padding:0}#reports.reviews_index #reports_overview .data_row.show td>div{padding:0.5rem}#reports.reviews_index #reports_overview .data_row.show td>div>div{max-height:480px;overflow-y:auto;padding:0.5rem}.instructions{margin:-1rem 0 1rem 0;color:#9e9c9b;font-size:80%;line-height:120%}.pagination{text-align:center}.pagination a{display:inline-block;text-decoration:none;color:#7d7b79}.pagination a:hover{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.prev_page{margin-right:-3px;padding-right:0.5rem;border-right:1px solid #7d7b79;-webkit-transform-origin:center right;-ms-transform-origin:center right;transform-origin:center right}.prev_page:before{position:relative;content:"\0025C4\00a0";color:#9e9c9b}.next_page{margin-left:-3px;padding-left:0.5rem;border-left:1px solid #7d7b79;-webkit-transform-origin:center left;-ms-transform-origin:center left;transform-origin:center left}.next_page:after{position:relative;content:"\00a0\0025BA";color:#9e9c9b}@media only screen and (min-width: 560px){#reports.reviews_index #reports_overview .reviews_search{display:flex;flex-flow:column;justify-content:flex-start}}@media only screen and (min-width: 740px){#reports.reviews_index #reports_overview .reviews_search>span>span{flex:0 0 auto}#reports.reviews_index #reports_overview .reviews_search>span>span.route{padding-top:5px;min-width:212px}#reports.reviews_index #reports_overview .reviews_search>span>span.search_term input{width:100%}#reports.reviews_index #reports_overview .reviews_search>span>span.reviews_google_auth{align-content:flex-end}#reports.reviews_index #reports_overview .reviews_search>span>span.reviews_google_auth label{vertical-align:bottom}}@media only screen and (min-width: 1080px){#reports.reviews_index #reports_overview .reviews_search>span{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center;text-align:left;margin-bottom:0.5rem}#reports.reviews_index #reports_overview .reviews_search>span>label{align-self:flex-end}#reports.reviews_index #reports_overview .reviews_search>span.flex_2>span input[type="date"]{width:auto}}@media only screen and (min-width: 1460px){#reports.reviews_index #reports_overview .reviews_search>span.flex_3 span.reviews_google_auth{margin:auto 0 auto auto}}div#possible_locations{min-height:300px;width:50%;margin:auto;position:absolute;top:25%;left:25%;border:1px solid grey;box-shadow:1px 1px 1px grey;background:white;padding:10px;max-height:50%;z-index:10000}div#possible_locations h3{margin-bottom:1px}div#possible_locations .close{float:right}div#possible_locations .error{color:red;font-size:smaller}div#possible_locations .location{border:1px solid #dbdbdb;border-top-right-radius:3px;border-top-left-radius:3px;margin-bottom:1em}div#possible_locations .location_selector{border-top:1px solid #b8b8b8;border-right:1px solid #b8b8b8;border-left:1px solid #b8b8b8;background-color:#0c466d;border-top-right-radius:3px;border-top-left-radius:3px;color:white;font-weight:900}div#possible_locations .location_details{padding-left:28px;font-size:smaller}div#possible_locations .location_details span{padding-left:1.5em;text-indent:-1.5em;display:block}.review_form .form_content{display:inline-block;width:71%}.review_form .form_instructions{display:inline-block;width:25%;vertical-align:top}.review_form #review_response_comment{width:95%;font-size:medium}.review_form .form_instructions p{font-size:smaller}.review_form .ai_response_link{position:absolute;right:0px;margin-right:3rem}#pulling_locations{width:100%}#pulling_locations .progress_bar .progress_title{font-size:smaller}#pulling_locations .progress_bar .progress_bar_container{width:70%;border:1px solid #ccc;border-radius:5px;overflow:hidden}#pulling_locations .progress_bar .progress_bar_container .progress_bar_complete{background-image:linear-gradient(to bottom, #fefefe, #ee9522, #ee9522, #ee9522, #fefefe);height:15px}.no_access_form{height:196px;width:95%;background:#ccc;border:1px solid #999;border-radius:5px;text-align:center;line-height:190px}.no_access_form p{margin:auto;color:white}#promo_image_modal.zoom{max-width:100%;position:fixed;z-index:999;inset:0;display:flex;flex-flow:column;justify-content:center;align-items:center;background-color:rgba(0,0,0,0.85)}#promo_image_modal.zoom img{max-width:320px}@-webkit-keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}@keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}#reports{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}#reports>section{-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%;height:calc(100vh - 60px - 3rem);padding:1rem;background:#fefefe;-webkit-box-shadow:0 0 0.6rem #7d7b79;box-shadow:0 0 0.6rem #7d7b79;border-radius:16px;overflow:auto}#reports>section:first-child{-webkit-box-flex:1;-ms-flex:1 0 10%;flex:1 0 10%}#reports>section table{table-layout:fixed;overflow-y:auto;margin-bottom:1rem;width:100%;border-collapse:collapse}#reports>section table tr:nth-child(1) th{background:white;position:-webkit-sticky;position:sticky;top:0}#reports>section table tr{background:#fefefe;border-bottom:1px solid #dcdcdb}#reports>section table tr:nth-child(even){background:#f6f5f5}#reports>section table th{text-align:left;padding:0.6rem}#reports>section table td{border-right:1px solid #dcdcdb;padding:0.6rem;overflow-x:hidden}#reports>section table td:last-child{border:none}#reports #reports_sidebar .reports_section .reports_title{font-weight:700;color:#7d7b79}#reports #reports_sidebar .reports_section .reports_links{margin:0 0 1rem}@-webkit-keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}@keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}#settings{display:grid;grid-template-columns:1.75rem auto;grid-gap:1%}#settings>section{width:100%;padding:1rem;background:white;border-radius:4px;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}#settings>section:last-child{overflow:auto}#settings>section:last-child>div{min-width:360px}#settings table{width:100%;border-collapse:collapse}#settings table#user_login_hours{display:block;height:200px;max-height:200px;overflow-y:auto}#settings table#user_login_hours tr:nth-child(1) th{background:white;position:-webkit-sticky;position:sticky;top:0;z-index:10}#settings table tr{background:#fefefe;border-bottom:1px solid #dcdcdb}#settings table tr:nth-child(even){background:#f6f5f5}#settings table th{text-align:left;padding:0.25rem}#settings table td{border-right:1px solid #dcdcdb;padding:0.25rem}#settings table td:last-child{border:none}#settings #settings_sidebar{width:100%;min-width:0;max-width:2rem;overflow:hidden;padding:0}#settings #settings_sidebar #sidebar_toggle{position:absolute;top:0.25rem;right:0.25rem;z-index:10;display:block;padding:0.125rem 0.25rem;border:1px solid #dcdcdb;border-radius:3px;color:#636260;line-height:1rem;transform:rotate(180deg);-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}#settings #settings_sidebar>div{opacity:0;max-width:0}#settings #settings_sidebar .settings_section .settings_title{font-weight:700;color:#7d7b79}#settings #settings_sidebar .settings_section .settings_links{margin:0 0 1rem}#settings #settings_contact_channels{-ms-flex-line-pack:start;align-content:flex-start}#settings #settings_contact_channels>h3{border-bottom:1px solid #afaead}#settings #settings_contact_channels form.edit_contact_channel .settings_contact_channel_label,#settings #settings_contact_channels form.edit_contact_channel .settings_contact_channel_lead_sources,#settings #settings_contact_channels form.edit_contact_channel .settings_contact_channel_users{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;max-width:480px;padding-top:2rem}#settings #settings_contact_channels form.edit_contact_channel .settings_contact_channel_label>h4,#settings #settings_contact_channels form.edit_contact_channel .settings_contact_channel_lead_sources>h4,#settings #settings_contact_channels form.edit_contact_channel .settings_contact_channel_users>h4{border-bottom:1px solid #afaead;width:100%;margin-top:0}#settings #settings_contact_channels form.edit_contact_channel .settings_contact_channel_label>div:nth-child(1),#settings #settings_contact_channels form.edit_contact_channel .settings_contact_channel_lead_sources>div:nth-child(1),#settings #settings_contact_channels form.edit_contact_channel .settings_contact_channel_users>div:nth-child(1){-webkit-box-flex:1;-ms-flex:1 0 29%;flex:1 0 29%}#settings #settings_contact_channels form.edit_contact_channel .settings_contact_channel_label>div:nth-child(2),#settings #settings_contact_channels form.edit_contact_channel .settings_contact_channel_lead_sources>div:nth-child(2),#settings #settings_contact_channels form.edit_contact_channel .settings_contact_channel_users>div:nth-child(2){-webkit-box-flex:1;-ms-flex:1 0 69%;flex:1 0 69%}#settings #settings_contact_channels form.edit_contact_channel .settings_contact_channel_label .soft_link,#settings #settings_contact_channels form.edit_contact_channel .settings_contact_channel_lead_sources .soft_link,#settings #settings_contact_channels form.edit_contact_channel .settings_contact_channel_users .soft_link{position:absolute;top:2rem;right:0.25rem}#settings #settings_contact_channels form.edit_contact_channel .settings_contact_channel_label .inline_edit_form,#settings #settings_contact_channels form.edit_contact_channel .settings_contact_channel_lead_sources .inline_edit_form,#settings #settings_contact_channels form.edit_contact_channel .settings_contact_channel_users .inline_edit_form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}#settings #settings_contact_channels form.edit_contact_channel .settings_contact_channel_label .inline_edit_form>label,#settings #settings_contact_channels form.edit_contact_channel .settings_contact_channel_lead_sources .inline_edit_form>label,#settings #settings_contact_channels form.edit_contact_channel .settings_contact_channel_users .inline_edit_form>label{-webkit-box-flex:1;-ms-flex:1 0 33%;flex:1 0 33%;line-height:200%}#settings #settings_contact_channels form.edit_contact_channel .settings_contact_channel_label .inline_edit_form>span,#settings #settings_contact_channels form.edit_contact_channel .settings_contact_channel_lead_sources .inline_edit_form>span,#settings #settings_contact_channels form.edit_contact_channel .settings_contact_channel_users .inline_edit_form>span{-webkit-box-flex:1;-ms-flex:1 0 65%;flex:1 0 65%;line-height:200%}#settings #settings_contact_channels form.edit_contact_channel .settings_contact_channel_label .inline_edit_form>span img,#settings #settings_contact_channels form.edit_contact_channel .settings_contact_channel_lead_sources .inline_edit_form>span img,#settings #settings_contact_channels form.edit_contact_channel .settings_contact_channel_users .inline_edit_form>span img{max-width:100%}#settings #settings_contact_channels form.edit_contact_channel .settings_contact_channel_label .inline_edit_form .inline_edit_input input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),#settings #settings_contact_channels form.edit_contact_channel .settings_contact_channel_label .inline_edit_form select,#settings #settings_contact_channels form.edit_contact_channel .settings_contact_channel_lead_sources .inline_edit_form .inline_edit_input input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),#settings #settings_contact_channels form.edit_contact_channel .settings_contact_channel_lead_sources .inline_edit_form select,#settings #settings_contact_channels form.edit_contact_channel .settings_contact_channel_users .inline_edit_form .inline_edit_input input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),#settings #settings_contact_channels form.edit_contact_channel .settings_contact_channel_users .inline_edit_form select{font-size:80%;height:1.5rem;margin:0}#settings #settings_edit_account{-ms-flex-line-pack:start;align-content:flex-start}#settings #settings_edit_account>h3{border-bottom:1px solid #afaead}#settings #settings_edit_account .settings_account_contact_info,#settings #settings_edit_account .settings_account_external_info,#settings #settings_edit_account .settings_account_hours,#settings #settings_edit_account .settings_account_website,#settings #settings_edit_account .settings_account_logo{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;max-width:480px;padding-top:2rem}#settings #settings_edit_account .settings_account_contact_info>h4,#settings #settings_edit_account .settings_account_external_info>h4,#settings #settings_edit_account .settings_account_hours>h4,#settings #settings_edit_account .settings_account_website>h4,#settings #settings_edit_account .settings_account_logo>h4{border-bottom:1px solid #afaead;width:100%;margin-top:0}#settings #settings_edit_account .settings_account_contact_info>div:nth-child(1),#settings #settings_edit_account .settings_account_external_info>div:nth-child(1),#settings #settings_edit_account .settings_account_hours>div:nth-child(1),#settings #settings_edit_account .settings_account_website>div:nth-child(1),#settings #settings_edit_account .settings_account_logo>div:nth-child(1){-webkit-box-flex:1;-ms-flex:1 0 29%;flex:1 0 29%}#settings #settings_edit_account .settings_account_contact_info>div:nth-child(2),#settings #settings_edit_account .settings_account_external_info>div:nth-child(2),#settings #settings_edit_account .settings_account_hours>div:nth-child(2),#settings #settings_edit_account .settings_account_website>div:nth-child(2),#settings #settings_edit_account .settings_account_logo>div:nth-child(2){-webkit-box-flex:1;-ms-flex:1 0 69%;flex:1 0 69%}#settings #settings_edit_account .settings_account_contact_info .soft_link,#settings #settings_edit_account .settings_account_external_info .soft_link,#settings #settings_edit_account .settings_account_hours .soft_link,#settings #settings_edit_account .settings_account_website .soft_link,#settings #settings_edit_account .settings_account_logo .soft_link{position:absolute;top:2rem;right:0.25rem}#settings #settings_edit_account .settings_account_contact_info .inline_edit_form form.edit_account,#settings #settings_edit_account .settings_account_external_info .inline_edit_form form.edit_account,#settings #settings_edit_account .settings_account_hours .inline_edit_form form.edit_account,#settings #settings_edit_account .settings_account_website .inline_edit_form form.edit_account,#settings #settings_edit_account .settings_account_logo .inline_edit_form form.edit_account{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}#settings #settings_edit_account .settings_account_contact_info .inline_edit_form form.edit_account>label,#settings #settings_edit_account .settings_account_external_info .inline_edit_form form.edit_account>label,#settings #settings_edit_account .settings_account_hours .inline_edit_form form.edit_account>label,#settings #settings_edit_account .settings_account_website .inline_edit_form form.edit_account>label,#settings #settings_edit_account .settings_account_logo .inline_edit_form form.edit_account>label{-webkit-box-flex:1;-ms-flex:1 0 33%;flex:1 0 33%;line-height:200%}#settings #settings_edit_account .settings_account_contact_info .inline_edit_form form.edit_account>span,#settings #settings_edit_account .settings_account_external_info .inline_edit_form form.edit_account>span,#settings #settings_edit_account .settings_account_hours .inline_edit_form form.edit_account>span,#settings #settings_edit_account .settings_account_website .inline_edit_form form.edit_account>span,#settings #settings_edit_account .settings_account_logo .inline_edit_form form.edit_account>span{-webkit-box-flex:1;-ms-flex:1 0 65%;flex:1 0 65%;line-height:200%}#settings #settings_edit_account .settings_account_contact_info .inline_edit_form form.edit_account>span img,#settings #settings_edit_account .settings_account_external_info .inline_edit_form form.edit_account>span img,#settings #settings_edit_account .settings_account_hours .inline_edit_form form.edit_account>span img,#settings #settings_edit_account .settings_account_website .inline_edit_form form.edit_account>span img,#settings #settings_edit_account .settings_account_logo .inline_edit_form form.edit_account>span img{max-width:100%}#settings #settings_edit_account .settings_account_contact_info .inline_edit_form form.edit_account .inline_edit_input input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),#settings #settings_edit_account .settings_account_contact_info .inline_edit_form form.edit_account select,#settings #settings_edit_account .settings_account_external_info .inline_edit_form form.edit_account .inline_edit_input input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),#settings #settings_edit_account .settings_account_external_info .inline_edit_form form.edit_account select,#settings #settings_edit_account .settings_account_hours .inline_edit_form form.edit_account .inline_edit_input input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),#settings #settings_edit_account .settings_account_hours .inline_edit_form form.edit_account select,#settings #settings_edit_account .settings_account_website .inline_edit_form form.edit_account .inline_edit_input input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),#settings #settings_edit_account .settings_account_website .inline_edit_form form.edit_account select,#settings #settings_edit_account .settings_account_logo .inline_edit_form form.edit_account .inline_edit_input input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),#settings #settings_edit_account .settings_account_logo .inline_edit_form form.edit_account select{font-size:80%;height:1.5rem;margin:0}#settings #settings_edit_account #settings_account_logo_form>span{-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}#settings #settings_edit_account #settings_account_logo_form>form{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#settings #settings_edit_account #settings_account_logo_form>form .inline_edit_input{text-align:center}#settings #settings_edit_account .settings_account_website>.inline_edit_form{-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}#settings #settings_edit_account .settings_account_website>.inline_edit_form form.edit_account span{-webkit-box-flex:1;-ms-flex:1 0 80%;flex:1 0 80%}#settings #settings_edit_account .settings_account_website>.inline_edit_form form.edit_account span #account_website_url{width:100%;height:100%}#settings #settings_edit_account .settings_account_website>.inline_edit_form form.edit_account span:last-child{-webkit-box-flex:1;-ms-flex:1 0 20%;flex:1 0 20%;text-align:center}#settings #settings_edit_account #settings_account_external_info_form #settings_account_youtube_channel_list{display:block;position:absolute;bottom:1.5rem;height:auto;max-height:0;width:100%;overflow-x:hidden;overflow-y:auto;background-color:white;border-radius:8px;box-shadow:1px 1px 6px rgba(1,1,1,0.3)}#settings #settings_edit_account #settings_account_external_info_form #settings_account_youtube_channel_list.show_list{max-height:600px}#settings #settings_edit_account #settings_account_external_info_form #settings_account_youtube_channel_list.show_list>span{display:flex;flex-flow:row nowrap;height:48px;padding:0.25rem;margin-bottom:-1px;border:1px solid #dcdcdb;background-color:#fefefe;font-size:0.7rem;cursor:pointer}#settings #settings_edit_account #settings_account_external_info_form #settings_account_youtube_channel_list.show_list>span:nth-child(even){background-color:#f6f5f5}#settings #settings_edit_account #settings_account_external_info_form #settings_account_youtube_channel_list.show_list>span:hover{background-color:#dcdcdb}#settings #settings_edit_account #settings_account_external_info_form #settings_account_youtube_channel_list.show_list>span .channel_image{flex:1 0 40px}#settings #settings_edit_account #settings_account_external_info_form #settings_account_youtube_channel_list.show_list>span .channel_image img{width:40px}#settings #settings_edit_account #settings_account_external_info_form #settings_account_youtube_channel_list.show_list>span .channel_text{flex:1 0 90%;height:40px}#settings #settings_edit_account #settings_account_external_info_form #settings_account_youtube_channel_list.show_list>span .channel_title{display:block;line-height:120%;font-weight:900;height:10px;padding-left:0.25rem;overflow:hidden}#settings #settings_edit_account #settings_account_external_info_form #settings_account_youtube_channel_list.show_list>span .channel_description{display:block;line-height:120%;width:90%;height:28px;padding:0.25rem;overflow:hidden}#settings #settings_edit_user_index,#settings #settings_new_user{-ms-flex-line-pack:start;align-content:flex-start}#settings #settings_edit_user_index>h3,#settings #settings_new_user>h3{border-bottom:1px solid #aaaaaa}#settings #settings_edit_user_index .add_new_toggle a,#settings #settings_new_user .add_new_toggle a{color:#7d7b79;text-decoration:none}#settings #settings_edit_user_index .add_new_toggle a:hover,#settings #settings_new_user .add_new_toggle a:hover{color:#9e9c9b}#settings #settings_edit_user_index #new_user,#settings #settings_new_user #new_user{max-width:520px;margin:2rem auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}#settings #settings_edit_user_index #new_user>label,#settings #settings_edit_user_index #new_user div.field_with_errors,#settings #settings_new_user #new_user>label,#settings #settings_new_user #new_user div.field_with_errors{-webkit-box-flex:1;-ms-flex:1 0 33%;flex:1 0 33%}#settings #settings_edit_user_index #new_user .field_with_errors input,#settings #settings_new_user #new_user .field_with_errors input{outline:none;border:2px solid #ef6262 !important}#settings #settings_edit_user_index #new_user>span,#settings #settings_new_user #new_user>span{-webkit-box-flex:1;-ms-flex:1 0 67%;flex:1 0 67%}#settings #settings_edit_user_index #new_user>span>select,#settings #settings_new_user #new_user>span>select{width:65%}#settings #settings_edit_user{-ms-flex-line-pack:start;align-content:flex-start}#settings #settings_edit_user>h3{border-bottom:1px solid #afaead}#settings #settings_edit_user .settings_user_contact_info,#settings #settings_edit_user .settings_user_defaults,#settings #settings_edit_user .settings_user_hours,#settings #settings_edit_user .settings_user_website,#settings #settings_edit_user .settings_user_logo,#settings #settings_edit_user .settings_user_logins,#settings #settings_edit_user .settings_user_social_info,#settings #settings_edit_user .settings_user_google_login,#settings #settings_edit_user .settings_user_web_notification,#settings #settings_edit_user .settings_user_picture,#settings #settings_edit_user .settings_user_contact_channels,#settings #settings_edit_user .settings_user_vcard{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;max-width:500px;padding-top:2rem}#settings #settings_edit_user .settings_user_contact_info>h4,#settings #settings_edit_user .settings_user_defaults>h4,#settings #settings_edit_user .settings_user_hours>h4,#settings #settings_edit_user .settings_user_website>h4,#settings #settings_edit_user .settings_user_logo>h4,#settings #settings_edit_user .settings_user_logins>h4,#settings #settings_edit_user .settings_user_social_info>h4,#settings #settings_edit_user .settings_user_google_login>h4,#settings #settings_edit_user .settings_user_web_notification>h4,#settings #settings_edit_user .settings_user_picture>h4,#settings #settings_edit_user .settings_user_contact_channels>h4,#settings #settings_edit_user .settings_user_vcard>h4{border-bottom:1px solid #afaead;width:100%;margin-top:0}#settings #settings_edit_user .settings_user_contact_info .instructions,#settings #settings_edit_user .settings_user_defaults .instructions,#settings #settings_edit_user .settings_user_hours .instructions,#settings #settings_edit_user .settings_user_website .instructions,#settings #settings_edit_user .settings_user_logo .instructions,#settings #settings_edit_user .settings_user_logins .instructions,#settings #settings_edit_user .settings_user_social_info .instructions,#settings #settings_edit_user .settings_user_google_login .instructions,#settings #settings_edit_user .settings_user_web_notification .instructions,#settings #settings_edit_user .settings_user_picture .instructions,#settings #settings_edit_user .settings_user_contact_channels .instructions,#settings #settings_edit_user .settings_user_vcard .instructions{margin:-1rem 0 1rem 0;color:#9e9c9b;font-size:80%;line-height:120%}#settings #settings_edit_user .settings_user_contact_info>div:nth-child(1),#settings #settings_edit_user .settings_user_defaults>div:nth-child(1),#settings #settings_edit_user .settings_user_hours>div:nth-child(1),#settings #settings_edit_user .settings_user_website>div:nth-child(1),#settings #settings_edit_user .settings_user_logo>div:nth-child(1),#settings #settings_edit_user .settings_user_logins>div:nth-child(1),#settings #settings_edit_user .settings_user_social_info>div:nth-child(1),#settings #settings_edit_user .settings_user_google_login>div:nth-child(1),#settings #settings_edit_user .settings_user_web_notification>div:nth-child(1),#settings #settings_edit_user .settings_user_picture>div:nth-child(1),#settings #settings_edit_user .settings_user_contact_channels>div:nth-child(1),#settings #settings_edit_user .settings_user_vcard>div:nth-child(1){-webkit-box-flex:1;-ms-flex:1 0 29%;flex:1 0 29%}#settings #settings_edit_user .settings_user_contact_info>div:nth-child(2),#settings #settings_edit_user .settings_user_defaults>div:nth-child(2),#settings #settings_edit_user .settings_user_hours>div:nth-child(2),#settings #settings_edit_user .settings_user_website>div:nth-child(2),#settings #settings_edit_user .settings_user_logo>div:nth-child(2),#settings #settings_edit_user .settings_user_logins>div:nth-child(2),#settings #settings_edit_user .settings_user_social_info>div:nth-child(2),#settings #settings_edit_user .settings_user_google_login>div:nth-child(2),#settings #settings_edit_user .settings_user_web_notification>div:nth-child(2),#settings #settings_edit_user .settings_user_picture>div:nth-child(2),#settings #settings_edit_user .settings_user_contact_channels>div:nth-child(2),#settings #settings_edit_user .settings_user_vcard>div:nth-child(2){-webkit-box-flex:1;-ms-flex:1 0 69%;flex:1 0 69%}#settings #settings_edit_user .settings_user_contact_info .soft_link,#settings #settings_edit_user .settings_user_defaults .soft_link,#settings #settings_edit_user .settings_user_hours .soft_link,#settings #settings_edit_user .settings_user_website .soft_link,#settings #settings_edit_user .settings_user_logo .soft_link,#settings #settings_edit_user .settings_user_logins .soft_link,#settings #settings_edit_user .settings_user_social_info .soft_link,#settings #settings_edit_user .settings_user_google_login .soft_link,#settings #settings_edit_user .settings_user_web_notification .soft_link,#settings #settings_edit_user .settings_user_picture .soft_link,#settings #settings_edit_user .settings_user_contact_channels .soft_link,#settings #settings_edit_user .settings_user_vcard .soft_link{position:absolute;top:2rem;right:0.25rem}#settings #settings_edit_user .settings_user_contact_info .inline_edit_form form.edit_user,#settings #settings_edit_user .settings_user_defaults .inline_edit_form form.edit_user,#settings #settings_edit_user .settings_user_hours .inline_edit_form form.edit_user,#settings #settings_edit_user .settings_user_website .inline_edit_form form.edit_user,#settings #settings_edit_user .settings_user_logo .inline_edit_form form.edit_user,#settings #settings_edit_user .settings_user_logins .inline_edit_form form.edit_user,#settings #settings_edit_user .settings_user_social_info .inline_edit_form form.edit_user,#settings #settings_edit_user .settings_user_google_login .inline_edit_form form.edit_user,#settings #settings_edit_user .settings_user_web_notification .inline_edit_form form.edit_user,#settings #settings_edit_user .settings_user_picture .inline_edit_form form.edit_user,#settings #settings_edit_user .settings_user_contact_channels .inline_edit_form form.edit_user,#settings #settings_edit_user .settings_user_vcard .inline_edit_form form.edit_user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}#settings #settings_edit_user .settings_user_contact_info .inline_edit_form form.edit_user>label,#settings #settings_edit_user .settings_user_defaults .inline_edit_form form.edit_user>label,#settings #settings_edit_user .settings_user_hours .inline_edit_form form.edit_user>label,#settings #settings_edit_user .settings_user_website .inline_edit_form form.edit_user>label,#settings #settings_edit_user .settings_user_logo .inline_edit_form form.edit_user>label,#settings #settings_edit_user .settings_user_logins .inline_edit_form form.edit_user>label,#settings #settings_edit_user .settings_user_social_info .inline_edit_form form.edit_user>label,#settings #settings_edit_user .settings_user_google_login .inline_edit_form form.edit_user>label,#settings #settings_edit_user .settings_user_web_notification .inline_edit_form form.edit_user>label,#settings #settings_edit_user .settings_user_picture .inline_edit_form form.edit_user>label,#settings #settings_edit_user .settings_user_contact_channels .inline_edit_form form.edit_user>label,#settings #settings_edit_user .settings_user_vcard .inline_edit_form form.edit_user>label{-webkit-box-flex:1;-ms-flex:1 0 39%;flex:1 0 39%;line-height:200%}#settings #settings_edit_user .settings_user_contact_info .inline_edit_form form.edit_user>span,#settings #settings_edit_user .settings_user_defaults .inline_edit_form form.edit_user>span,#settings #settings_edit_user .settings_user_hours .inline_edit_form form.edit_user>span,#settings #settings_edit_user .settings_user_website .inline_edit_form form.edit_user>span,#settings #settings_edit_user .settings_user_logo .inline_edit_form form.edit_user>span,#settings #settings_edit_user .settings_user_logins .inline_edit_form form.edit_user>span,#settings #settings_edit_user .settings_user_social_info .inline_edit_form form.edit_user>span,#settings #settings_edit_user .settings_user_google_login .inline_edit_form form.edit_user>span,#settings #settings_edit_user .settings_user_web_notification .inline_edit_form form.edit_user>span,#settings #settings_edit_user .settings_user_picture .inline_edit_form form.edit_user>span,#settings #settings_edit_user .settings_user_contact_channels .inline_edit_form form.edit_user>span,#settings #settings_edit_user .settings_user_vcard .inline_edit_form form.edit_user>span{-webkit-box-flex:1;-ms-flex:1 0 59%;flex:1 0 59%;line-height:200%}#settings #settings_edit_user .settings_user_contact_info .inline_edit_form form.edit_user>span>select,#settings #settings_edit_user .settings_user_defaults .inline_edit_form form.edit_user>span>select,#settings #settings_edit_user .settings_user_hours .inline_edit_form form.edit_user>span>select,#settings #settings_edit_user .settings_user_website .inline_edit_form form.edit_user>span>select,#settings #settings_edit_user .settings_user_logo .inline_edit_form form.edit_user>span>select,#settings #settings_edit_user .settings_user_logins .inline_edit_form form.edit_user>span>select,#settings #settings_edit_user .settings_user_social_info .inline_edit_form form.edit_user>span>select,#settings #settings_edit_user .settings_user_google_login .inline_edit_form form.edit_user>span>select,#settings #settings_edit_user .settings_user_web_notification .inline_edit_form form.edit_user>span>select,#settings #settings_edit_user .settings_user_picture .inline_edit_form form.edit_user>span>select,#settings #settings_edit_user .settings_user_contact_channels .inline_edit_form form.edit_user>span>select,#settings #settings_edit_user .settings_user_vcard .inline_edit_form form.edit_user>span>select{width:64%}#settings #settings_edit_user .settings_user_contact_info .inline_edit_form form.edit_user .inline_edit_input input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),#settings #settings_edit_user .settings_user_contact_info .inline_edit_form form.edit_user select,#settings #settings_edit_user .settings_user_defaults .inline_edit_form form.edit_user .inline_edit_input input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),#settings #settings_edit_user .settings_user_defaults .inline_edit_form form.edit_user select,#settings #settings_edit_user .settings_user_hours .inline_edit_form form.edit_user .inline_edit_input input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),#settings #settings_edit_user .settings_user_hours .inline_edit_form form.edit_user select,#settings #settings_edit_user .settings_user_website .inline_edit_form form.edit_user .inline_edit_input input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),#settings #settings_edit_user .settings_user_website .inline_edit_form form.edit_user select,#settings #settings_edit_user .settings_user_logo .inline_edit_form form.edit_user .inline_edit_input input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),#settings #settings_edit_user .settings_user_logo .inline_edit_form form.edit_user select,#settings #settings_edit_user .settings_user_logins .inline_edit_form form.edit_user .inline_edit_input input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),#settings #settings_edit_user .settings_user_logins .inline_edit_form form.edit_user select,#settings #settings_edit_user .settings_user_social_info .inline_edit_form form.edit_user .inline_edit_input input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),#settings #settings_edit_user .settings_user_social_info .inline_edit_form form.edit_user select,#settings #settings_edit_user .settings_user_google_login .inline_edit_form form.edit_user .inline_edit_input input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),#settings #settings_edit_user .settings_user_google_login .inline_edit_form form.edit_user select,#settings #settings_edit_user .settings_user_web_notification .inline_edit_form form.edit_user .inline_edit_input input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),#settings #settings_edit_user .settings_user_web_notification .inline_edit_form form.edit_user select,#settings #settings_edit_user .settings_user_picture .inline_edit_form form.edit_user .inline_edit_input input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),#settings #settings_edit_user .settings_user_picture .inline_edit_form form.edit_user select,#settings #settings_edit_user .settings_user_contact_channels .inline_edit_form form.edit_user .inline_edit_input input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),#settings #settings_edit_user .settings_user_contact_channels .inline_edit_form form.edit_user select,#settings #settings_edit_user .settings_user_vcard .inline_edit_form form.edit_user .inline_edit_input input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),#settings #settings_edit_user .settings_user_vcard .inline_edit_form form.edit_user select{font-size:80%;height:1.5rem;margin:0}#settings #settings_edit_user .settings_user_social_info .inline_edit_form form.edit_user{overflow-x:hidden}#settings #settings_edit_user .settings_user_social_info .inline_edit_form form.edit_user>label{width:20%;max-width:20%;min-width:24px}#settings #settings_edit_user .settings_user_social_info .inline_edit_form form.edit_user .inline_edit_text,#settings #settings_edit_user .settings_user_social_info .inline_edit_form form.edit_user inline_edit_input{width:80%;max-width:80%}#settings #settings_edit_user #settings_user_picture_form img{max-width:200px}#settings #settings_edit_user .settings_user_google_login #linked_google_account{padding:0.25rem;border:1px solid #dcdcdb;border-radius:8px;width:auto}#settings #settings_edit_user .settings_user_google_login #linked_google_account img{display:inline-block;vertical-align:middle}#settings #settings_edit_user .settings_user_google_login #linked_google_account span{display:inline-block;vertical-align:middle}#settings #settings_edit_user .settings_user_web_notification{display:table-cell;width:100%}#settings #settings_edit_user .settings_user_web_notification h5{margin-top:0}#settings #settings_edit_user .settings_user_mobile_device h5{margin-top:0}#settings #settings_edit_user .settings_user_hours .inline_edit_form form.edit_user>span>select{max-width:6rem;line-height:120%}#settings #settings_edit_user #user_vcard{padding:1rem;border:1px solid #dcdcdb;border-radius:16px;-webkit-box-shadow:1px 1px 8px rgba(1,1,1,0.5);box-shadow:1px 1px 8px rgba(1,1,1,0.5)}#settings #settings_edit_user #user_vcard .user_info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}#settings #settings_edit_user #user_vcard .user_info>span:first-child{-webkit-box-flex:1;-ms-flex:1 0 80%;flex:1 0 80%;padding-right:1rem;text-align:center;line-height:120%}#settings #settings_edit_user #user_vcard .user_info>span:first-child>span{display:block}#settings #settings_edit_user #user_vcard .user_info span:last-child{-webkit-box-flex:1;-ms-flex:1 0 20%;flex:1 0 20%}#settings #settings_edit_user #user_vcard .user_info .user_vcard_name{padding-top:1rem;font-weight:bold}#settings #settings_edit_user #user_vcard .user_info .user_vcard_name>small{font-weight:300}#settings #settings_edit_user #user_vcard .user_info .user_vcard_title{font-size:70%}#settings #settings_edit_user #user_vcard .user_info .user_vcard_phone{line-height:140%}#settings #settings_edit_user #user_vcard .user_info .user_vcard_email{line-height:100%;font-size:70%;font-style:italic}#settings #settings_edit_user #user_vcard .company_info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}#settings #settings_edit_user #user_vcard .company_info>span{display:block;line-height:100%}#settings #settings_edit_user #user_vcard .company_info>span:first-child{-webkit-box-flex:1;-ms-flex:1 0 70%;flex:1 0 70%;max-width:70%}#settings #settings_edit_user #user_vcard .company_info>span:last-child{-webkit-box-flex:1;-ms-flex:1 0 30%;flex:1 0 30%;max-width:30%}#settings #settings_edit_user #user_vcard .company_info .user_vcard_logo{display:block;height:60px}#settings #settings_edit_user #user_vcard .company_info .user_vcard_logo>img{max-height:100%}#settings #settings_edit_user #user_vcard .company_info .user_vcard_dealer_name{display:block;font-weight:bold;line-height:140%}#settings #settings_edit_user #user_vcard .company_info .user_vcard_dealer_address{display:block;font-size:80%}#settings #settings_edit_user #user_vcard .company_info .user_vcard_website{display:block;font-weight:bold;font-size:80%}#settings #settings_edit_user #user_vcard .company_info .user_vcard_social{font-size:70%;color:#7d7b79;text-align:right;white-space:nowrap}#settings #settings_edit_user #user_vcard .company_info .user_vcard_social img{-webkit-filter:invert(50%);filter:invert(50%)}#settings #settings_edit_user #user_vcard .company_info .user_vcard_social span{display:inline-block;position:relative;max-width:85%;overflow:hidden;margin-right:0.5rem}#settings #settings_inline_trade{-ms-flex-line-pack:start;align-content:flex-start}#settings #settings_inline_trade>h3{border-bottom:1px solid #aaaaaa}#settings #settings_inline_trade form span{display:block}#settings #settings_phone_numbers{-ms-flex-line-pack:start;align-content:flex-start}#settings #settings_phone_numbers>h3{border-bottom:1px solid #aaaaaa}#settings #settings_phone_numbers .phone_numbers_list{display:table}#settings #settings_phone_numbers .phone_numbers_list>div{display:table-row;margin-bottom:-1px}#settings #settings_phone_numbers .phone_numbers_list>div:last-child>span{border-bottom:1px solid #c8c8c7}#settings #settings_phone_numbers .phone_numbers_list>div>span{display:table-cell;padding:0 0.25rem;border:none;font-weight:700}#settings #settings_phone_numbers .phone_numbers_list>form{display:table-row;margin-bottom:-1px}#settings #settings_phone_numbers .phone_numbers_list>form:nth-child(even){background:#f6f5f5}#settings #settings_phone_numbers .phone_numbers_list>form:last-child>span{border-bottom:1px solid #dcdcdb}#settings #settings_phone_numbers .phone_numbers_list>form>span{display:table-cell;padding:0 0.25rem;border-top:1px solid #dcdcdb;border-right:1px solid #dcdcdb;font-size:80%;text-align:left}#settings #settings_phone_numbers .phone_numbers_list>form>span:last-child{border-right:none}#settings #settings_phone_numbers .phone_numbers_list>form select{height:1.5rem;width:100%;font-size:110%;position:relative;top:-2px}#settings #settings_phone_numbers .phone_numbers_list>form input[type="submit"]{font-size:110%}#settings .settings_phone_number_info{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;padding-top:2rem}#settings .settings_phone_number_info>h4{border-bottom:1px solid #afaead;width:100%;margin-top:0}#settings .settings_phone_number_info>div:nth-child(1){-webkit-box-flex:1;-ms-flex:1 0 29%;flex:1 0 29%}#settings .settings_phone_number_info>div:nth-child(2){-webkit-box-flex:1;-ms-flex:1 0 69%;flex:1 0 69%}#settings .settings_phone_number_info form.edit_phone_number{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}#settings .settings_phone_number_info form.edit_phone_number>label{-webkit-box-flex:1;-ms-flex:1 0 29%;flex:1 0 29%;line-height:200%}#settings .settings_phone_number_info form.edit_phone_number>span{-webkit-box-flex:1;-ms-flex:1 0 69%;flex:1 0 69%;line-height:200%}#settings .settings_phone_number_info form.edit_phone_number .inline_edit_input input:not([type="radio"]):not([type="checkbox"]),#settings .settings_phone_number_info form.edit_phone_number select{font-size:80%;padding:0.05rem 0.5rem;margin:0}#settings #settings_lead_origins{-ms-flex-line-pack:start;align-content:flex-start}#settings #settings_lead_origins>h3{border-bottom:1px solid #aaaaaa}#settings #settings_lead_origins .settings_lead_origin_list{display:table}#settings #settings_lead_origins .settings_lead_origin_list>div{display:table-row;margin-bottom:-1px}#settings #settings_lead_origins .settings_lead_origin_list>div:last-child>span{border-bottom:1px solid #c8c8c7}#settings #settings_lead_origins .settings_lead_origin_list>div>span{display:table-cell;padding:0 0.25rem;border:none;font-weight:700}#settings #settings_lead_origins .settings_lead_origin_list>form{display:table-row;margin-bottom:-1px}#settings #settings_lead_origins .settings_lead_origin_list>form:nth-child(even){background:#f6f5f5}#settings #settings_lead_origins .settings_lead_origin_list>form:last-child>span{border-bottom:1px solid #dcdcdb}#settings #settings_lead_origins .settings_lead_origin_list>form>span{display:table-cell;padding:0 0.25rem;border-top:1px solid #dcdcdb;border-right:1px solid #dcdcdb;font-size:80%;text-align:left}#settings #settings_lead_origins .settings_lead_origin_list>form>span:last-child{border-right:none}#settings #settings_lead_origins .settings_lead_origin_list>form select{height:1.5rem;width:100%;font-size:110%;position:relative;top:-2px}#settings #settings_lead_origins .settings_lead_origin_list>form input[type="submit"]{font-size:110%}#settings .settings_lead_origin_info{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;padding-top:2rem}#settings .settings_lead_origin_info>h4{border-bottom:1px solid #afaead;width:100%;margin-top:0}#settings .settings_lead_origin_info>div:nth-child(1){-webkit-box-flex:1;-ms-flex:1 0 29%;flex:1 0 29%}#settings .settings_lead_origin_info>div:nth-child(2){-webkit-box-flex:1;-ms-flex:1 0 69%;flex:1 0 69%}#settings .settings_lead_origin_info form.edit_lead_origin{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}#settings .settings_lead_origin_info form.edit_lead_origin>label{-webkit-box-flex:1;-ms-flex:1 0 29%;flex:1 0 29%;line-height:200%}#settings .settings_lead_origin_info form.edit_lead_origin>span{-webkit-box-flex:1;-ms-flex:1 0 69%;flex:1 0 69%;line-height:200%}#settings .settings_lead_origin_info form.edit_lead_origin .inline_edit_input input:not([type="radio"]):not([type="checkbox"]),#settings .settings_lead_origin_info form.edit_lead_origin select{font-size:80%;padding:0.05rem 0.5rem;margin:0}#settings #settings_facebook_messenger{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}#settings #settings_facebook_messenger>h3{margin-top:0}#settings #settings_facebook_messenger #facebook_messenger_active span{display:inline-block;padding:0.5rem 1rem;background:#fefefe;border:1px solid #dcdcdb;border-radius:6px;font-size:90%}#settings #settings_facebook_messenger #facebook_messenger_active+#facebook_messenger_authorize{margin-top:1rem}#settings #settings_facebook_messenger #facebook_messenger_authorize.initial_page h4{margin-top:0}#settings.show_sidebar{grid-template-columns:50% auto;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}#settings.show_sidebar section{grid-template-columns:50% auto;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}#settings.show_sidebar #settings_sidebar{max-width:100%;padding:1rem}#settings.show_sidebar #settings_sidebar #sidebar_toggle{transform:rotate(0)}#settings.show_sidebar #settings_sidebar>div{opacity:1;max-width:100%}@media only screen and (max-width: 1024px){#settings #settings_phone_numbers .phone_numbers_list{display:block}#settings #settings_phone_numbers .phone_numbers_list>form{display:block;background:none;border:1px solid #dcdcdb}#settings #settings_phone_numbers .phone_numbers_list>form>span{display:block;border:none}#settings #settings_phone_numbers .phone_numbers_list>form:last-child>span{border:none}#settings #settings_user_list{display:block}#settings #settings_user_list tbody,#settings #settings_user_list tr,#settings #settings_user_list th,#settings #settings_user_list td{display:block}#settings #settings_user_list tr{margin:0.5rem 0;border:1px solid #c8c8c7}#settings #settings_user_list tr:first-child{display:none}#settings #settings_user_list td{border:none}#settings #settings_user_list td:nth-child(1):before{content:"Name:\00a0";font-weight:700}#settings #settings_user_list td:nth-child(2):before{content:"Username:\00a0";font-weight:700}#settings #settings_user_list td:nth-child(3):before{content:"Last Login:\00a0";font-weight:700}#settings #settings_user_list td:nth-child(4):before{content:"Role:\00a0";font-weight:700}#settings #settings_user_list td:nth-child(5):before{content:"Actions:\00a0";font-weight:700}#settings #canned_response_new_toggle,#settings .add_new_toggle{top:0}}@media only screen and (min-width: 1024px){body #settings{grid-template-columns:20% auto}body #settings>section{overflow-y:auto}body #settings>section:first-child{width:100%}body #settings #settings_sidebar{max-width:100%;padding:1rem}body #settings #settings_sidebar>div{opacity:1;max-width:100%}body #settings #settings_sidebar #sidebar_toggle{transform:rotate(0);display:none}}@-webkit-keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}@keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}#settings_edit_auto_responders{align-content:flex-start}#settings_edit_auto_responders>.soft_link{float:right}#settings_edit_auto_responders>h3{border-bottom:1px solid #aaa}#settings_auto_responders_form .response_content{border:1px solid #dcdcdb;border-radius:16px  16px 0 0;padding:.75rem;line-height:140%}#settings_auto_responders_form .response_content .inline_edit_text{display:block;border:2px solid transparent;padding:.25rem}#settings_auto_responders_form .response_status{font-size:90%}#settings_auto_responders_form .response_status span:first-child{display:block;padding:0.5rem 1rem;background:#9e9c9b;color:#fefefe;line-height:120%;border-radius:0 0 16px  16px}#settings_auto_responders_form textarea{display:block;border:2px solid #dcdcdb;border-radius:4px;font-size:100%;width:100%;min-height:150px;padding:.25rem;margin:0;font-weight:200;line-height:140%}@-webkit-keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}@keyframes growMaxHeight{0%{max-height:0}100%{max-height:1240px;max-height:100vh}}.sortable-placeholder{background:blue}#canned_response_new_toggle,.add_new_toggle{position:absolute;top:1rem;right:1rem;font-size:2rem;font-weight:700;color:#7d7b79;cursor:pointer}#canned_response_new_toggle small,.add_new_toggle small{vertical-align:middle;display:inline-block;font-size:.8rem;font-weight:300}#canned_response_new_toggle:hover,.add_new_toggle:hover{color:#9e9c9b}.settings_canned_response_legend{border:1px dashed #7d7b79;display:inline-block;padding:1%}.settings_canned_response_legend h4{margin-bottom:0px}.settings_canned_response_legend h4,.settings_canned_response_legend h6{margin-top:0px}.settings_canned_response_legend>span{font-size:0.8em;display:block;line-height:1rem;font-family:monospace;color:#2a9ce8;border-bottom:1px solid #dcdcdb;padding-bottom:.5rem;margin-bottom:.5rem}.settings_canned_response_legend>span .example_cr{font-family:"Overpass", "Tahoma", sans-serif;display:block;font-size:80%;line-height:.8rem;color:#7d7b79;text-indent:-4rem;word-wrap:break-word;text-indent:-2.9rem;padding-left:2.9rem}.settings_canned_response_legend>span[onclick]{cursor:copy}.settings_canned_response_legend>span[onclick]:hover{background:#f6f5f5}.settings_canned_response_list{display:inline-block;vertical-align:top}.settings_canned_response_list>div[id*="canned_response"]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:.25rem;border:1px solid #dcdcdb;border-radius:16px 0 0 16px;overflow:hidden}.settings_canned_response_list>div[id*="canned_response"]>*{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.settings_canned_response_list>div[id*="canned_response"] .canned_response_handle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;max-width:40px;-ms-flex-item-align:stretch;align-self:stretch;background:#dcdcdb;font-size:1.5rem;line-height:1.5rem;font-weight:bold;text-align:center;color:#afaead}.settings_canned_response_list>div[id*="canned_response"] .canned_response_handle:hover{font-size:1.8rem;color:#f6f5f5;cursor:-webkit-grab;cursor:grab}.settings_canned_response_list>div[id*="canned_response"] .canned_response_handle:active{background:#c8c8c7;color:#afaead}.settings_canned_response_list>div[id*="canned_response"] .edit_canned_response,.settings_canned_response_list>div[id*="canned_response"] .new_canned_response{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:85%;-ms-flex-item-align:stretch;align-self:stretch;padding:.5rem;background:#f6f5f5}.settings_canned_response_list>div[id*="canned_response"] .edit_canned_response>span,.settings_canned_response_list>div[id*="canned_response"] .new_canned_response>span{-webkit-box-flex:1;-ms-flex:1 0 85%;flex:1 0 85%;line-height:140%}.settings_canned_response_list>div[id*="canned_response"] .edit_canned_response>span:last-child,.settings_canned_response_list>div[id*="canned_response"] .new_canned_response>span:last-child{-webkit-box-flex:1;-ms-flex:1 0 5%;flex:1 0 5%;margin-left:.25rem}.settings_canned_response_list>div[id*="canned_response"] .edit_canned_response .inline_edit_input textarea,.settings_canned_response_list>div[id*="canned_response"] .new_canned_response .inline_edit_input textarea{min-height:5rem;width:100%;margin:-0.25rem;padding:.25rem;border:1px solid #dcdcdb;border-radius:16px 0 0 16px;overflow:auto;resize:none;font-size:95%}.settings_canned_response_list>div[id*="canned_response"] .edit_canned_response .inline_edit_input input[type="submit"],.settings_canned_response_list>div[id*="canned_response"] .new_canned_response .inline_edit_input input[type="submit"]{font-size:80%;padding:.25rem .75rem}.settings_canned_response_list>div[id*="canned_response"] .canned_response_controls{width:80px;max-width:80px;padding-left:.5rem}.settings_canned_response_list>div[id*="canned_response"] .canned_response_controls span,.settings_canned_response_list>div[id*="canned_response"] .canned_response_controls a{font-size:80%;display:block}.settings_canned_response_new .new_canned_response{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.settings_canned_response_new .new_canned_response>*{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.settings_canned_response_new .new_canned_response #canned_response_content{width:90%;border:1px solid #dcdcdb}.settings_canned_response_new .new_canned_response .canned_response_save{margin-left:.25rem}@media only screen and (max-width: 1024px){.settings_canned_response_list>div[id*="canned_response"] .edit_canned_response,.settings_canned_response_list>div[id*="canned_response"] .new_canned_response{width:75%}.settings_canned_response_legend{margin:1rem 0 0 0}}.conversation_starter.reply,.conversation_starter.action{font-style:italic}.new_gbm_conversation_starter .field.action_url{display:none}
