@import url("https://fonts.googleapis.com/css?family=Inter:400,500,700&display=swap");

/* <inline asset> defined in bundle 'web.assets_common' */
@charset "UTF-8"; 

/* /web/static/lib/bootstrap/scss/_functions.scss defined in bundle 'web.assets_common' */
 

/* /web/static/lib/bootstrap/scss/_mixins.scss defined in bundle 'web.assets_common' */
 

/* /web/static/src/scss/bs_mixins_overrides.scss defined in bundle 'web.assets_common' */
 

/* /web/static/src/scss/utils.scss defined in bundle 'web.assets_common' */
  .o_colorpicker_widget .o_opacity_slider, .o_colorpicker_widget .o_color_preview{position: relative; z-index: 0;}.o_colorpicker_widget .o_opacity_slider::before, .o_colorpicker_widget .o_color_preview::before{content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: -1; background-image: url("/web/static/src/img/transparent.png"); background-size: 10px auto; border-radius: inherit;}.o_colorpicker_widget .o_opacity_slider::after, .o_colorpicker_widget .o_color_preview::after{content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: -1; background: inherit; border-radius: inherit;}

/* /web/static/src/scss/primary_variables.scss defined in bundle 'web.assets_common' */
 

/* /theme_ladophar_mobile/static/src/css/style.css defined in bundle 'web.assets_common' */
 body{font-family: "Inter", sans-serif; font-size: 15px; line-height: 1.55rem; letter-spacing: -0.015rem; color: #4F5050; background: #F9F9F9; width: 100%; height: 100%; overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}::-webkit-scrollbar{width: 0;}::selection{background: rgba(6, 132, 82, 0.3);}a{transition: 0.2s all; color: #899064; outline: 0 !important;}a:hover, a:active, a:focus{outline: 0 !important; color: #899064; text-decoration: none;}button{outline: 0 !important;}button:hover, button:active, button:focus{outline: 0 !important;}.appHeader{min-height: 56px; display: -webkit-box; display: -webkit-flex; display: flex; justify-content: center; align-items: center; position: fixed; top: env(safe-area-inset-top); left: 0; right: 0; z-index: 999; background: #FFF; color: #141515; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);}.appHeader:before{content: ""; height: env(safe-area-inset-top); position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 99999; background: #899064;}.appHeader.no-border{border: 0; box-shadow: none;}.appHeader.transparent{background: transparent; box-shadow: none;}.appHeader .left, .appHeader .right{height: 56px; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; position: absolute;}.appHeader .left i.icon, .appHeader .left ion-icon, .appHeader .right i.icon, .appHeader .right ion-icon{font-size: 22px; --ionicon-stroke-width: 36px; margin-right: 5px;}.appHeader .left .headerButton, .appHeader .right .headerButton{min-width: 36px; height: 56px; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center; padding: 10px; color: #141515; position: relative;}.appHeader .left .headerButton .btn, .appHeader .right .headerButton .btn{font-size: 16px; height: 32px; padding: 0px 14px; font-weight: 400;}.appHeader .left .headerButton:active, .appHeader .right .headerButton:active{opacity: 0.6;}.appHeader .left{left: 8px; top: 0;}.appHeader .left ion-icon{font-size: 30px;}.appHeader .right{right: 8px; top: 0;}.appHeader .pageTitle{font-size: 17px; font-weight: 500; padding: 0 10px;}.appHeader .pageTitle .logo{max-height: 40px;}.appHeader.text-light{color: #fff;}.appHeader.text-light .headerButton, .appHeader.text-light .pageTitle{color: #fff;}.appHeader.bg-primary, .appHeader.bg-secondary, .appHeader.bg-success, .appHeader.bg-warning, .appHeader.bg-danger, .appHeader.bg-info, .appHeader.bg-light, .appHeader.bg-dark{border: 0;}.extraHeader{position: fixed; left: 0; top: 56px; height: 56px; right: 0; width: 100%; padding: 5px 16px; margin-top: env(safe-area-inset-top); display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; background: #fff; z-index: 1000; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);}.header-large-title{padding: 0 16px;}.header-large-title .title{margin: 4px 0 0 0; font-size: 34px; letter-spacing: -0.02em; line-height: 1.3em;}.header-large-title .subtitle{font-size: 17px; font-weight: 400; margin: 6px 0 0 0; color: #141515; line-height: 1.6em;}.appHeader.scrolled{background: transparent; border-bottom: 1px solid transparent; box-shadow: none; height: 0; transition: 0.1s all;}.appHeader.scrolled .pageTitle{opacity: 0;}.appHeader.scrolled.is-active{background: #FFF; min-height: 56px; border-bottom-color: #E1E1E1; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);}.appHeader.scrolled.is-active .pageTitle{opacity: 1;}.appHeader.scrolled.bg-primary{background: transparent !important; border-bottom: 0 !important;}.appHeader.scrolled.bg-primary .headerButton{color: #899064;}.appHeader.scrolled.bg-primary.is-active{background: #899064 !important;}.appHeader.scrolled.bg-primary.is-active .headerButton{color: #FFF !important;}.appHeader.scrolled.bg-secondary{background: transparent !important; border-bottom: 0 !important;}.appHeader.scrolled.bg-secondary .headerButton{color: #595959;}.appHeader.scrolled.bg-secondary.is-active{background: #595959 !important;}.appHeader.scrolled.bg-secondary.is-active .headerButton{color: #FFF !important;}.appHeader.scrolled.bg-success{background: transparent !important; border-bottom: 0 !important;}.appHeader.scrolled.bg-success .headerButton{color: #34C759;}.appHeader.scrolled.bg-success.is-active{background: #34C759 !important;}.appHeader.scrolled.bg-success.is-active .headerButton{color: #FFF !important;}.appHeader.scrolled.bg-danger{background: transparent !important; border-bottom: 0 !important;}.appHeader.scrolled.bg-danger .headerButton{color: #EC4433;}.appHeader.scrolled.bg-danger.is-active{background: #EC4433 !important;}.appHeader.scrolled.bg-danger.is-active .headerButton{color: #FFF !important;}.appHeader.scrolled.bg-warning{background: transparent !important; border-bottom: 0 !important;}.appHeader.scrolled.bg-warning .headerButton{color: #FE9500;}.appHeader.scrolled.bg-warning.is-active{background: #FE9500 !important;}.appHeader.scrolled.bg-warning.is-active .headerButton{color: #FFF !important;}.appHeader.scrolled.bg-info{background: transparent !important; border-bottom: 0 !important;}.appHeader.scrolled.bg-info .headerButton{color: #592BCA;}.appHeader.scrolled.bg-info.is-active{background: #592BCA !important;}.appHeader.scrolled.bg-info.is-active .headerButton{color: #FFF !important;}.appHeader.scrolled.bg-dark{background: transparent !important; border-bottom: 0 !important;}.appHeader.scrolled.bg-dark .headerButton{color: #000;}.appHeader.scrolled.bg-dark.is-active{background: #000 !important;}.appHeader.scrolled.bg-dark.is-active .headerButton{color: #FFF !important;}.appBottomMenu.no-border{border: 0 !important; box-shadow: 0 !important;}.appBottomMenu.rounded{border-radius: 24px 24px 0 0 !important;}.appBottomMenu.rounded .item:before{display: none;}.appBottomMenu .item{font-size: 9px; letter-spacing: 0; text-align: center; width: 100%; height: 56px; line-height: 1.2em; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center; position: relative;}.appBottomMenu .item:before{content: ""; display: block; height: 2px; border-radius: 0 0 10px 10px; background: transparent; position: absolute; left: 4px; right: 4px; top: 0;}.appBottomMenu .item .col{width: 100%; padding: 0 4px; text-align: center;}.appBottomMenu .item i.icon, .appBottomMenu .item ion-icon{display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex; margin: 1px auto 3px auto; font-size: 26px; line-height: 1em; color: #141515; transition: 0.1s all; display: block; margin-top: 1px; margin-bottom: 3px;}.appBottomMenu .item .action-button{display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex; width: 50px; height: 50px; margin-left: -5px; margin-right: -5px; align-items: center; justify-content: center; border-radius: 200px; background: #899064;}.appBottomMenu .item .action-button.large{width: 60px; height: 60px; margin-top: -20px; margin-left: -10px; margin-right: -10px;}.appBottomMenu .item .action-button i.icon, .appBottomMenu .item .action-button ion-icon{color: #FFF !important; margin: 0 !important; line-height: 0 !important;}.appBottomMenu .item strong{margin-top: 4px; display: block; color: #141515; font-weight: 400; transition: 0.1s all;}.appBottomMenu .item:active{opacity: 0.8;}.appBottomMenu .item.active:before{background: transparent;}.appBottomMenu .item.active i.icon, .appBottomMenu .item.active ion-icon, .appBottomMenu .item.active strong{color: #899064 !important; font-weight: 500;}.appBottomMenu .item:hover i.icon, .appBottomMenu .item:hover ion-icon, .appBottomMenu .item:hover strong{color: #141515;}.appBottomMenu.text-light{color: #FFF;}.appBottomMenu.text-light .item{color: #FFF; opacity: 0.7;}.appBottomMenu.text-light .item i.icon, .appBottomMenu.text-light .item ion-icon, .appBottomMenu.text-light .item strong{color: #FFF;}.appBottomMenu.text-light .item.active{opacity: 1;}.appBottomMenu.text-light .item.active i.icon, .appBottomMenu.text-light .item.active ion-icon, .appBottomMenu.text-light .item.active strong{color: #FFF !important;}.appBottomMenu.bg-primary, .appBottomMenu.bg-secondary, .appBottomMenu.bg-success, .appBottomMenu.bg-warning, .appBottomMenu.bg-danger, .appBottomMenu.bg-info, .appBottomMenu.bg-light, .appBottomMenu.bg-dark{border: 0;}.appBottomMenu.bg-primary .item:before, .appBottomMenu.bg-secondary .item:before, .appBottomMenu.bg-success .item:before, .appBottomMenu.bg-warning .item:before, .appBottomMenu.bg-danger .item:before, .appBottomMenu.bg-info .item:before, .appBottomMenu.bg-light .item:before, .appBottomMenu.bg-dark .item:before{display: none;}#appCapsule{padding: 56px 0; margin-bottom: env(safe-area-inset-bottom); margin-top: env(safe-area-inset-top);}#appCapsule.extra-header-active{padding-top: 112px;}#appCapsule.full-height{min-height: 100vh;}.section{padding: 0 16px;}.section.full{padding: 0;}.wide-block{background: #fff; border-top: 1px solid #E1E1E1; border-bottom: 1px solid #E1E1E1; padding-left: 16px; padding-right: 16px;}.wide-block.transparent{background: transparent !important;}.section-title{font-size: 15px; padding: 6px 0; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: space-between; color: #141515; font-weight: 500;}.section-title.large{font-size: 24px; line-height: 1.2em; font-weight: 700;}.section-title.medium{font-size: 17px; font-weight: 700;}.content-header, .content-footer{font-size: 11px; color: #A1A1A2; padding-left: 0; padding-right: 0; line-height: 1.4em;}.section.full .section-title{padding-left: 16px; padding-right: 16px;}.section.full .content-header, .section.full .content-footer{padding-left: 16px; padding-right: 16px;}.section.full .wide-block .content-header, .section.full .wide-block .content-footer{padding-left: 0; padding-right: 0;}.section.inset .wide-block{border: 1px solid #E1E1E1; border-radius: 6px;}.profileBox{padding-left: 16px; padding-right: 16px; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; position: relative; background: #899064; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08); position: fixed; z-index: 100; left: 0; top: 0; margin-top: env(safe-area-inset-top); right: 0;}.profileBox:before{background: #899064; content: ""; height: env(safe-area-inset-top); display: block; position: fixed; top: 0; left: 0; right: 0;}.profileBox .image-wrapper{margin-right: 16px; padding: 16px 0;}.profileBox .image-wrapper .imaged{width: 42px; height: 42px; border: 2px solid #FFF; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);}.profileBox .in{line-height: 1.4em; padding: 16px 25px 16px 0;}.profileBox .in strong{display: block; font-weight: 500; color: #FFF;}.profileBox .in .text-muted{font-size: 14px; color: rgba(255, 255, 255, 0.5) !important;}.sidebar-buttons{background: #FFF; border-top: 1px solid #E1E1E1; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; -webkit-box-pack: start; justify-content: flex-start; position: fixed; left: 0; bottom: 0; right: 0; padding-bottom: env(safe-area-inset-bottom);}.sidebar-buttons .button{float: 1; width: 100%; height: 56px; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center; font-size: 26px; color: #141515;}.sidebar-buttons .button:hover, .sidebar-buttons .button:active{background: rgba(225, 225, 225, 0.2);}.sidebar-buttons:last-child{border-right-color: transparent;}.close-sidebar-button{font-size: 22px; position: absolute; width: 36px; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; border-radius: 100%; justify-content: center; height: 36px; right: 10px; top: 50%; color: rgba(255, 255, 255, 0.5) !important; margin-top: -18px;}.close-sidebar-button:active{background: rgba(255, 255, 255, 0.1);}.action-group{display: -webkit-box; display: -webkit-flex; display: flex; align-items: flex-start; justify-content: space-between; padding: 0px 16px 10px 16px; background: #899064;}.action-group .action-button{padding: 10px 2px; display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex; align-items: center; justify-content: center; text-align: center; font-size: 11px; line-height: 1em; color: rgba(255, 255, 255, 0.7);}.action-group .action-button .iconbox{background: rgba(0, 0, 0, 0.3); width: 38px; height: 38px; margin: 0 auto 8px auto; border-radius: 100%; font-size: 18px; color: #FFF; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center;}.action-group .action-button:last-child{border-right: 0;}#sidebarPanel .modal-dialog{position: fixed; left: 0; top: 0; bottom: 0;}#sidebarPanel .modal-body{margin-top: 76px; margin-bottom: 80px;}#sidebarPanel .modal-content{width: 300px; padding-top: env(safe-area-inset-top);}.panelbox-left .listview > li, .panelbox-right .listview > li{padding: 10px 16px;}.panelbox-left .link-listview > li, .panelbox-right .link-listview > li{padding: 0;}.panelbox-left .link-listview > li a, .panelbox-right .link-listview > li a{padding: 10px 36px 10px 16px;}.panelbox-left .image-listview > li, .panelbox-right .image-listview > li{padding: 0;}.panelbox-left .image-listview > li .item, .panelbox-right .image-listview > li .item{padding: 10px 16px;}.panelbox-left .image-listview > li a.item, .panelbox-right .image-listview > li a.item{padding-right: 36px;}.sidebar-close{position: absolute; right: 10px;}.appFooter{border-top: 1px solid #E1E1E1; padding: 24px 16px; font-size: 12px; text-align: center; line-height: 1.2em; background: #fff;}.appFooter .footer-title{font-weight: 500; color: #141515; margin-bottom: 8px;}.appFooter .btn{margin: 0 5px;}.fixed-footer{position: fixed; bottom: 0; left: 0; min-height: 84px; right: 0; background: #fff; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center; padding-left: 8px; padding-right: 8px; padding-bottom: env(safe-area-inset-bottom);}.fixed-footer > div{width: 100%;}.fixed-footer.transparent{background: transparent !important;}.footer-logo{height: 16px;}.footer-link{padding: 0; border-top: 1px solid rgba(225, 225, 225, 0.5); border-bottom: 1px solid rgba(225, 225, 225, 0.5); margin-left: -16px; margin-right: -16px; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: space-between;}.footer-link a{float: 1; padding: 12px 2px; width: 100%; color: #4F5050; display: block;}.footer-link a span{display: block;}.footer-link a i.icon, .footer-link a ion-icon{font-size: 24px; margin-bottom: 4px;}.exampleBox{width: 100%; height: 40px; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center; border: 1px solid #E1E1E1; background: rgba(225, 225, 225, 0.3); font-size: 10px;}.demoPage .appHeader{position: relative; z-index: 0;}.demoPage .appHeader:before{height: 0 !important; display: none;}.demoPage .appBottomMenu{position: relative; z-index: 0; padding-bottom: 0;}.row{margin-left: -8px; margin-right: -8px;}.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12{padding-left: 8px; padding-right: 8px;}.m-0{margin: 0 !important;}.m-05{margin: 5px !important;}.m-1{margin: 8px !important;}.m-2{margin: 16px !important;}.m-3{margin: 24px !important;}.m-4{margin: 32px !important;}.m-5{margin: 40px !important;}.mt-0{margin-top: 0 !important;}.mt-05{margin-top: 5px !important;}.mt-1{margin-top: 8px !important;}.mt-2{margin-top: 16px !important;}.mt-3{margin-top: 24px !important;}.mt-4{margin-top: 32px !important;}.mt-5{margin-top: 40px !important;}.mb-0{margin-bottom: 0px !important;}.mb-05{margin-bottom: 5px !important;}.mb-1{margin-bottom: 8px !important;}.mb-2{margin-bottom: 16px !important;}.mb-3{margin-bottom: 24px !important;}.mb-4{margin-bottom: 32px !important;}.mb-5{margin-bottom: 40px !important;}.ml-0{margin-left: 0 !important;}.ml-05{margin-left: 5px !important;}.ml-1{margin-left: 8px !important;}.ml-2{margin-left: 16px !important;}.ml-3{margin-left: 24px !important;}.ml-4{margin-left: 32px !important;}.ml-5{margin-left: 40px !important;}.mr-0{margin-right: 0px !important;}.mr-05{margin-right: 5px !important;}.mr-1{margin-right: 8px !important;}.mr-2{margin-right: 16px !important;}.mr-3{margin-right: 24px !important;}.mr-4{margin-right: 32px !important;}.mr-5{margin-right: 40px !important;}.p-0{padding: 0 !important;}.p-05{padding: 5px !important;}.p-1{padding: 8px !important;}.p-2{padding: 16px !important;}.p-3{padding: 24px !important;}.p-4{padding: 32px !important;}.p-5{padding: 40px !important;}.pt-0{padding-top: 0px !important;}.pt-05{padding-top: 5px !important;}.pt-1{padding-top: 8px !important;}.pt-2{padding-top: 16px !important;}.pt-3{padding-top: 24px !important;}.pt-4{padding-top: 32px !important;}.pt-5{padding-top: 40px !important;}.pb-0{padding-bottom: 0px !important;}.pb-05{padding-bottom: 5px !important;}.pb-1{padding-bottom: 8px !important;}.pb-2{padding-bottom: 16px !important;}.pb-3{padding-bottom: 24px !important;}.pb-4{padding-bottom: 32px !important;}.pb-5{padding-bottom: 40px !important;}.pl-0{padding-left: 0px !important;}.pl-05{padding-left: 5px !important;}.pl-1{padding-left: 8px !important;}.pl-2{padding-left: 16px !important;}.pl-3{padding-left: 24px !important;}.pl-4{padding-left: 32px !important;}.pl-5{padding-left: 40px !important;}.pr-0{padding-right: 0px !important;}.pr-05{padding-right: 5px !important;}.pr-1{padding-right: 8px !important;}.pr-2{padding-right: 16px !important;}.pr-3{padding-right: 24px !important;}.pr-4{padding-right: 32px !important;}.pr-5{padding-right: 40px !important;}h1, h2, h3, h4, h5, h6{color: #141515; margin: 0 0 10px 0; letter-spacing: -0.02em; line-height: 1.3em;}h1 small, h2 small, h3 small, h4 small, h5 small, h6 small{color: rgba(20, 21, 21, 0.6);}h1 .badge, h2 .badge, h3 .badge, h4 .badge, h5 .badge, h6 .badge{line-height: 1em;}.text-muted{font-size: 13px; color: #4F5050 !important;}h1{font-size: 34px; font-weight: 700;}h2{font-size: 24px; font-weight: 700;}h3{font-size: 17px; font-weight: 700;}h4{font-size: 15px; font-weight: 500;}h5{font-size: 13px; font-weight: 500;}h6{font-size: 11px; font-weight: 500;}.lead{font-weight: 400; font-size: 17px; color: #4F5050 !important;}mark{border-radius: 6px;}.text-large{font-size: 34px;}strong, b{font-weight: 500;}.page-title{display: -webkit-box; display: -webkit-flex; display: flex; align-items: flex-end; justify-content: space-between;}.page-title.inset{padding-left: 16px; padding-right: 16px;}.page-title .in{padding-right: 16px;}.page-title .link{font-size: 13px; font-weight: 500; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center; margin-bottom: 3px;}.page-title .link:hover, .page-title .link:active{opacity: 0.8;}.page-title strong{font-weight: 500; color: #A1A1A2; font-size: 13px; text-transform: uppercase; line-height: 1.2em;}.page-title .title{margin: 0; font-size: 24px; line-height: 1.2em;}.section.full .page-title{padding-left: 16px; padding-right: 16px;}code{color: #899064;}figure.codebox{background: #E1E1E1; border-radius: 6px; padding: 5px 12px;}figure.codebox code{color: #141515; line-height: 1.2em;}ion-icon{--ionicon-stroke-width: 32px;}i.icon{line-height: 1em !important;}.demoIcons{font-size: 32px; color: #141515;}.iconedbox{display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex; align-items: center; justify-content: center; font-size: 24px; line-height: 1em; width: 32px; height: 32px; border-radius: 6px;}.iconedbox.iconedbox-sm{width: 26px; height: 26px; font-size: 18px; line-height: 1em;}.iconedbox.iconedbox-lg{width: 64px; height: 64px; font-size: 42px; line-height: 1em;}.iconedbox.iconedbox-xl{width: 96px; height: 96px; font-size: 64px; line-height: 1em;}.iconedbox.iconedbox-xxl{width: 144px; height: 144px; font-size: 90px; line-height: 1em;}.imaged{height: auto; border-radius: 6px;}.imaged.w16{width: 16px !important;}.imaged.w24{width: 24px !important;}.imaged.w32{width: 32px !important;}.imaged.w36{width: 36px !important;}.imaged.w48{width: 48px !important;}.imaged.w64{width: 64px !important;}.imaged.w76{width: 76px !important;}.imaged.w86{width: 86px !important;}.imaged.w100{width: 100px !important;}.imaged.w120{width: 120px !important;}.imaged.w140{width: 140px !important;}.imaged.w160{width: 160px !important;}.imaged.w180{width: 180px !important;}.imaged.w200{width: 200px !important;}.imaged.img-fluid{width: 100%;}.imaged.rounded{border-radius: 100% !important;}.imaged.radius{border-radius: 6px !important;}.imaged.square{border-radius: 0 !important;}#loader{position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 99999; background: #FFF; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center;}#loader .loading-icon{width: 42px; height: auto; animation: loadingAnimation 1s infinite;}@keyframes loadingAnimation{0%{transform: rotate(0deg);}100%{transform: rotate(360deg);}}.badge{font-size: 12px; line-height: 1em; border-radius: 100px; letter-spacing: 0; height: 22px; min-width: 22px; padding: 0 6px; display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex; align-items: center; justify-content: center; font-weight: 400;}.badge-primary, a.badge-primary{background: #899064 !important;}.badge-secondary, a.badge-secondary{background: #595959 !important;}.badge-success, a.badge-success{background: #34C759 !important;}.badge-danger, a.badge-danger{background: #EC4433 !important;}.badge-warning, a.badge-warning{background: #FE9500 !important; color: #FFF;}.badge-info, a.badge-info{background: #592BCA !important;}.badge-light, a.badge-light{background: rgba(255, 255, 255, 0.6) !important; color: #141515;}.badge-dark, a.badge-dark{background: #222 !important;}.badge-empty{display: block !important; min-width: 8px !important; width: 8px !important; height: 8px !important; padding: 0 !important; font-size: 0px;}.appHeader .badge{min-width: 16px; height: 16px; line-height: 9px !important; font-size: 10px; padding: 0 4px !important; position: absolute; right: 2px; top: 10px;}.appHeader .badge-empty{top: 14px;}.appBottomMenu .badge{min-width: 16px; height: 16px; width: 16px; line-height: 9px !important; font-size: 10px; padding: 0 4px !important; position: absolute; right: 50%; transform: translateX(120%); top: -3px;}.appBottomMenu .badge-empty{transform: translateX(200%); top: -1px;}.listview-title{color: #4F5050; padding: 7px 16px; font-size: 13px; font-weight: 500; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: space-between;}.listview-title .link{color: #A1A1A2; font-weight: 500; font-size: 11px; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center;}.listview-title .link i.icon, .listview-title .link ion-icon{font-size: 15px; margin-right: 4px;}.listview{display: block; padding: 0; margin: 0; color: #141515; background: #fff; border-top: 1px solid #E1E1E1; border-bottom: 1px solid #E1E1E1; line-height: 1.3em;}.listview .text-muted{font-size: 13px; color: #A1A1A2 !important;}.listview > li{padding: 8px 16px; display: block; align-items: center; justify-content: space-between; position: relative; min-height: 50px;}.listview > li .item{position: relative;}.listview > li:after{content: ""; display: block; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: #E1E1E1;}.listview > li:last-child:after{display: none;}.listview > li footer, .listview > li header{font-size: 12px; margin: 0; line-height: 1.2em;}.listview > li footer{color: #4F5050; margin-top: 3px;}.listview > li header{margin-bottom: 3px;}.listview > li.divider-title{background: rgba(225, 225, 225, 0.5); margin-top: -1px; border-top: 1px solid #E1E1E1; border-bottom: 1px solid #E1E1E1; padding: 12px 16px; font-size: 13px; min-height: auto; color: #4F5050;}.listview > li.divider-title:after{display: none;}.listview.flush{border-top: 0; border-bottom: 0;}.listview.transparent{background: transparent;}.simple-listview > li{display: -webkit-box; display: -webkit-flex; display: flex;}.link-listview > li{padding: 0; min-height: auto;}.link-listview > li a{padding: 8px 36px 8px 16px; min-height: 50px; display: -webkit-box; display: -webkit-flex; display: flex; width: 100%; align-items: center; justify-content: space-between; color: #141515 !important;}.link-listview > li a:after{background-image: url("data:image/svg+xml,%0A%3Csvg width='10px' height='16px' viewBox='0 0 10 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Listview' transform='translate(-112.000000, -120.000000)' stroke='%23A1A1A2' stroke-width='2.178'%3E%3Cpolyline id='Path' points='114 122 120 128 114 134'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center center; width: 16px; height: 16px; content: ""; position: absolute; right: 12px; opacity: 0.5; top: 50%; margin-top: -8px;}.link-listview > li a:active{background: rgba(225, 225, 225, 0.3);}.image-listview > li{padding: 0; min-height: auto;}.image-listview > li:after{left: 68px;}.image-listview > li .item{padding: 10px 16px; width: 100%; min-height: 50px; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center;}.image-listview > li .item .image{min-width: 36px; max-width: 36px; width: 36px; height: 36px; border-radius: 400px; margin-right: 16px;}.image-listview > li .item .icon-box{min-width: 36px; max-width: 36px; width: 36px; height: 36px; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center; line-height: 1em; font-size: 20px; border-radius: 400px; margin-right: 16px;}.image-listview > li .item .icon-box.bg-primary, .image-listview > li .item .icon-box.bg-secondary, .image-listview > li .item .icon-box.bg-success, .image-listview > li .item .icon-box.bg-danger, .image-listview > li .item .icon-box.bg-warning, .image-listview > li .item .icon-box.bg-info, .image-listview > li .item .icon-box.bg-dark, .image-listview > li .item .icon-box.bg-light{box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);}.image-listview > li .item .in{display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: space-between; width: 100%;}.image-listview > li a.item{color: #141515 !important; padding-right: 36px;}.image-listview > li a.item:active{background: rgba(225, 225, 225, 0.3);}.image-listview > li a.item:after{background-image: url("data:image/svg+xml,%0A%3Csvg width='10px' height='16px' viewBox='0 0 10 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Listview' transform='translate(-112.000000, -120.000000)' stroke='%23A1A1A2' stroke-width='2.178'%3E%3Cpolyline id='Path' points='114 122 120 128 114 134'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center center; width: 16px; height: 16px; content: ""; position: absolute; right: 12px; opacity: 0.5; top: 50%; margin-top: -8px;}.image-listview.text > li:after{left: 16px;}.image-listview.media > li{border-bottom: 1px solid #E1E1E1;}.image-listview.media > li:last-child{border-bottom: 0;}.image-listview.media > li .imageWrapper{margin-right: 16px;}.image-listview.media > li:after{display: none;}.listview.no-line > li:after, .listview.no-line .item :after{display: none;}.listview.no-space > li .item{padding: 0;}.multi-level > a:after{transform: rotate(90deg);}.multi-level ul{border: 0; padding: 0; margin: 0; display: none;}.multi-level ul > li{border: 0 !important;}.multi-level ul > li:after{height: 0;}.multi-level ul > li a, .multi-level ul > li .item{padding-left: 68px !important;}.multi-level.active > a:after{transform: rotate(-90deg);}.multi-level.active ul{padding-bottom: 8px;}.link-listview .link-listview a, .link-listview .link-listview .item, .link-listview .image-listview a, .link-listview .image-listview .item{padding-left: 16px !important;}.link-listview .image-listview.media > li{border: 0;}.link-listview .simple-listview{padding-left: 0 !important;}.image-listview .simple-listview{padding-left: 52px !important;}.image-listview.text .simple-listview{padding-left: 0 !important;}.image-listview.text .link-listview a, .image-listview.text .link-listview .item, .image-listview.text .image-listview a, .image-listview.text .image-listview .item{padding-left: 16px !important;}.image-listview.media .simple-listview{padding-left: 80px !important;}.image-listview.media .link-listview a, .image-listview.media .link-listview .item, .image-listview.media .image-listview a, .image-listview.media .image-listview .item{padding-left: 96px !important;}.card{background: #ffffff; border-radius: 6px; border: 0; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);}.card .card-body{padding: 24px 16px; line-height: 1.4em;}.card .card-title{color: #141515; font-size: 24px; font-weight: 700;}.card .card-subtitle{color: #4F5050; font-weight: 500; letter-spacing: 0.01em; font-size: 11px; text-transform: uppercase; margin-bottom: 8px;}.card .listview > li:first-child .item{border-radius: 6px 6px 0 0;}.card .listview > li:last-child .item{border-radius: 0 0 6px 6px;}.card .card-header{background: transparent; color: #141515; font-weight: 500; padding: 12px 16px; border-bottom: 1px solid #E1E1E1;}.card .card-footer{background: transparent; border-top: 1px solid #E1E1E1; color: #4F5050; padding: 12px 16px;}.card .card-img-top{border-radius: 6px 6px 0 0;}.card .overlay-img{border-radius: 6px;}.card .card-img-overlay{background: rgba(0, 0, 0, 0.5); border-radius: 6px;}.card .card-img-overlay .card-title{color: #fff;}.card .card-img-overlay .card-text{color: rgba(255, 255, 255, 0.7);}.card.bg-primary, .card.bg-secondary, .card.bg-danger, .card.bg-success, .card.bg-warning, .card.bg-info, .card.bg-dark{border: 0;}.card.bg-primary .card-title, .card.bg-secondary .card-title, .card.bg-danger .card-title, .card.bg-success .card-title, .card.bg-warning .card-title, .card.bg-info .card-title, .card.bg-dark .card-title{color: #fff;}.card.bg-primary .card-text, .card.bg-secondary .card-text, .card.bg-danger .card-text, .card.bg-success .card-text, .card.bg-warning .card-text, .card.bg-info .card-text, .card.bg-dark .card-text{color: rgba(255, 255, 255, 0.7);}.card.bg-primary .card-header, .card.bg-secondary .card-header, .card.bg-danger .card-header, .card.bg-success .card-header, .card.bg-warning .card-header, .card.bg-info .card-header, .card.bg-dark .card-header{color: #fff; border-bottom: 1px solid rgba(255, 255, 255, 0.15);}.card.bg-light{background: #fff;}.card.product-card .card-body{padding: 8px;}.card.product-card .image{width: 100%; border-radius: 6px;}.card.product-card .title{font-size: 15px; margin: 10px 0 0 0; padding: 0 4px; font-weight: 500;}.card.product-card .text{font-size: 11px; color: #A1A1A2; margin: 0; padding: 0 4px 10px 4px;}.card.product-card .price{margin: 0 0 10px 0; padding: 0px 4px; display: block; font-size: 15px; font-weight: 500; color: #899064;}.btn{height: 40px; padding: 3px 18px; font-size: 13px; line-height: 1.2em; font-weight: 500; box-shadow: none !important; display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex; align-items: center; justify-content: center; transition: 0.2s all; text-decoration: none !important; border-radius: 6px; border-width: 2px;}.btn i.icon, .btn ion-icon{font-size: 22px; margin-right: 10px; margin-top: -2px; font-weight: 700;}.btn.rounded{border-radius: 100px !important;}.btn.square{border-radius: 0 !important;}.btn.shadowed{box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08) !important;}.btn-lg{height: 48px; padding: 3px 24px; font-size: 18px;}.btn-lg i.icon, .btn-lg ion-icon{font-size: 26px;}.btn-sm{height: 30px; padding: 0px 12px; font-size: 12px;}.btn-sm i.icon, .btn-sm ion-icon{font-size: 20px; margin-right: 6px;}.btn-group .btn:active{transform: none;}.btn-icon{width: 40px; height: 40px; padding: 0;}.btn-icon i.icon, .btn-icon ion-icon{text-align: center; margin: 0 !important;}.btn-icon.btn-lg{width: 48px; height: 48px;}.btn-icon.btn-lg i.icon, .btn-icon.btn-lg ion-icon{font-size: 32px;}.btn-icon.btn-sm{width: 30px; height: 30px;}.btn-icon.btn-sm i.icon, .btn-icon.btn-sm ion-icon{font-size: 18px;}.btn-primary{background: #899064 !important; border-color: #899064 !important; color: #ffffff !important;}.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active{background: #056c43 !important; border-color: #056c43 !important;}.btn-primary.disabled, .btn-primary:disabled{background: #899064; border-color: #899064; opacity: 0.5;}.btn-secondary{background: #595959 !important; border-color: #595959 !important; color: #ffffff !important;}.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active{background: #4c4c4c !important; border-color: #4c4c4c !important;}.btn-secondary.disabled, .btn-secondary:disabled{background: #595959; border-color: #595959; opacity: 0.5;}.btn-success{background: #34C759 !important; border-color: #34C759 !important; color: #ffffff !important;}.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active{background: #2fb350 !important; border-color: #2fb350 !important;}.btn-success.disabled, .btn-success:disabled{background: #34C759; border-color: #34C759; opacity: 0.5;}.btn-danger{background: #EC4433 !important; border-color: #EC4433 !important; color: #ffffff !important;}.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active{background: #ea2f1c !important; border-color: #ea2f1c !important;}.btn-danger.disabled, .btn-danger:disabled{background: #EC4433; border-color: #EC4433; opacity: 0.5;}.btn-warning{color: #fff !important; background: #FE9500 !important; border-color: #FE9500 !important; color: #ffffff !important;}.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active{background: #e58600 !important; border-color: #e58600 !important;}.btn-warning.disabled, .btn-warning:disabled{background: #FE9500; border-color: #FE9500; opacity: 0.5;}.btn-link{color: #899064 !important;}.btn-info{background: #592BCA !important; border-color: #592BCA !important; color: #ffffff !important;}.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active{background: #5027b5 !important; border-color: #5027b5 !important;}.btn-info.disabled, .btn-info:disabled{background: #592BCA; border-color: #592BCA; opacity: 0.5;}.btn-dark{background: #333 !important; border-color: #333 !important; color: #ffffff !important;}.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active{background: #262626 !important; border-color: #262626 !important;}.btn-dark.disabled, .btn-dark:disabled{background: #333; border-color: #333; opacity: 0.5;}.btn-light{background: rgba(255, 255, 255, 0.5) !important; border-color: rgba(255, 255, 255, 0.5) !important; color: #ffffff !important; color: #141515 !important;}.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active{background: rgba(242, 242, 242, 0.5) !important; border-color: rgba(242, 242, 242, 0.5) !important;}.btn-light.disabled, .btn-light:disabled{background: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.5); opacity: 0.5;}.btn-outline-primary{background: transparent; border-color: #899064; border-width: 1px; color: #899064; transition: 0.2s all;}.btn-outline-primary:hover, .btn-outline-primary:active{background: rgba(6, 132, 82, 0.15) !important; border-color: #899064 !important; color: #899064 !important;}.btn-outline-primary.active{background: #899064 !important; color: #fff !important; border-color: #899064 !important;}.btn-outline-primary.disabled, .btn-outline-primary:disabled{color: #899064 !important; border-color: #899064 !important; background: transparent !important; opacity: 0.5;}.btn-outline-secondary{background: transparent; border-color: #595959; border-width: 1px; color: #595959; transition: 0.2s all;}.btn-outline-secondary:hover, .btn-outline-secondary:active{background: rgba(89, 89, 89, 0.15) !important; border-color: #595959 !important; color: #595959 !important;}.btn-outline-secondary.active{background: #595959 !important; color: #fff !important; border-color: #595959 !important;}.btn-outline-secondary.disabled, .btn-outline-secondary:disabled{color: #595959 !important; border-color: #595959 !important; background: transparent !important; opacity: 0.5;}.btn-outline-success{background: transparent; border-color: #34C759; border-width: 1px; color: #34C759; transition: 0.2s all;}.btn-outline-success:hover, .btn-outline-success:active{background: rgba(52, 199, 89, 0.15) !important; border-color: #34C759 !important; color: #34C759 !important;}.btn-outline-success.active{background: #34C759 !important; color: #fff !important; border-color: #34C759 !important;}.btn-outline-success.disabled, .btn-outline-success:disabled{color: #34C759 !important; border-color: #34C759 !important; background: transparent !important; opacity: 0.5;}.btn-outline-danger{background: transparent; border-color: #EC4433; border-width: 1px; color: #EC4433; transition: 0.2s all;}.btn-outline-danger:hover, .btn-outline-danger:active{background: rgba(236, 68, 51, 0.15) !important; border-color: #EC4433 !important; color: #EC4433 !important;}.btn-outline-danger.active{background: #EC4433 !important; color: #fff !important; border-color: #EC4433 !important;}.btn-outline-danger.disabled, .btn-outline-danger:disabled{color: #EC4433 !important; border-color: #EC4433 !important; background: transparent !important; opacity: 0.5;}.btn-outline-warning{background: transparent; border-color: #FE9500; border-width: 1px; color: #FE9500; transition: 0.2s all;}.btn-outline-warning:hover, .btn-outline-warning:active{background: rgba(254, 149, 0, 0.15) !important; border-color: #FE9500 !important; color: #FE9500 !important;}.btn-outline-warning.active{background: #FE9500 !important; color: #fff !important; border-color: #FE9500 !important;}.btn-outline-warning.disabled, .btn-outline-warning:disabled{color: #FE9500 !important; border-color: #FE9500 !important; background: transparent !important; opacity: 0.5;}.btn-outline-info{background: transparent; border-color: #592BCA; border-width: 1px; color: #592BCA; transition: 0.2s all;}.btn-outline-info:hover, .btn-outline-info:active{background: rgba(89, 43, 202, 0.15) !important; border-color: #592BCA !important; color: #592BCA !important;}.btn-outline-info.active{background: #592BCA !important; color: #fff !important; border-color: #592BCA !important;}.btn-outline-info.disabled, .btn-outline-info:disabled{color: #592BCA !important; border-color: #592BCA !important; background: transparent !important; opacity: 0.5;}.btn-outline-light{background: transparent; border-color: #fff; border-width: 1px; color: #fff; transition: 0.2s all;}.btn-outline-light:hover, .btn-outline-light:active{background: rgba(255, 255, 255, 0.15) !important; border-color: #fff !important; color: #fff !important;}.btn-outline-light.active{background: #fff !important; color: #fff !important; border-color: #fff !important;}.btn-outline-light.disabled, .btn-outline-light:disabled{color: #fff !important; border-color: #fff !important; background: transparent !important; opacity: 0.5;}.btn-outline-light:active{color: #141515 !important;}.btn-text-primary{background: transparent; border-color: transparent; color: #899064 !important; transition: 0.2s all;}.btn-text-primary:hover{background: transparent;}.btn-text-primary:active, .btn-text-primary.active{background: rgba(6, 132, 82, 0.15) !important; border-color: transparent !important; color: #899064 !important;}.btn-text-primary.disabled, .btn-text-primary:disabled{color: #899064 !important; border-color: #899064 !important; background: transparent !important; opacity: 0.5;}.btn-text-secondary{background: transparent; border-color: transparent; color: #595959 !important; transition: 0.2s all;}.btn-text-secondary:hover{background: transparent;}.btn-text-secondary:active, .btn-text-secondary.active{background: rgba(89, 89, 89, 0.15) !important; border-color: transparent !important; color: #595959 !important;}.btn-text-secondary.disabled, .btn-text-secondary:disabled{color: #595959 !important; border-color: #595959 !important; background: transparent !important; opacity: 0.5;}.btn-text-success{background: transparent; border-color: transparent; color: #34C759 !important; transition: 0.2s all;}.btn-text-success:hover{background: transparent;}.btn-text-success:active, .btn-text-success.active{background: rgba(52, 199, 89, 0.15) !important; border-color: transparent !important; color: #34C759 !important;}.btn-text-success.disabled, .btn-text-success:disabled{color: #34C759 !important; border-color: #34C759 !important; background: transparent !important; opacity: 0.5;}.btn-text-danger{background: transparent; border-color: transparent; color: #EC4433 !important; transition: 0.2s all;}.btn-text-danger:hover{background: transparent;}.btn-text-danger:active, .btn-text-danger.active{background: rgba(236, 68, 51, 0.15) !important; border-color: transparent !important; color: #EC4433 !important;}.btn-text-danger.disabled, .btn-text-danger:disabled{color: #EC4433 !important; border-color: #EC4433 !important; background: transparent !important; opacity: 0.5;}.btn-text-warning{background: transparent; border-color: transparent; color: #FE9500 !important; transition: 0.2s all;}.btn-text-warning:hover{background: transparent;}.btn-text-warning:active, .btn-text-warning.active{background: rgba(254, 149, 0, 0.15) !important; border-color: transparent !important; color: #FE9500 !important;}.btn-text-warning.disabled, .btn-text-warning:disabled{color: #FE9500 !important; border-color: #FE9500 !important; background: transparent !important; opacity: 0.5;}.btn-text-info{background: transparent; border-color: transparent; color: #592BCA !important; transition: 0.2s all;}.btn-text-info:hover{background: transparent;}.btn-text-info:active, .btn-text-info.active{background: rgba(89, 43, 202, 0.15) !important; border-color: transparent !important; color: #592BCA !important;}.btn-text-info.disabled, .btn-text-info:disabled{color: #592BCA !important; border-color: #592BCA !important; background: transparent !important; opacity: 0.5;}.btn-text-light{background: transparent; color: #fff;}.btn-text-light:hover, .btn-text-light:active, .btn-text-light.active{color: #fff; background: rgba(255, 255, 255, 0.1);}.btn-text-dark{background: transparent; border-color: transparent; color: #141515 !important; transition: 0.2s all;}.btn-text-dark:hover{background: transparent;}.btn-text-dark:active, .btn-text-dark.active{background: rgba(20, 21, 21, 0.15) !important; border-color: transparent !important; color: #141515 !important;}.btn-text-dark.disabled, .btn-text-dark:disabled{color: #141515 !important; border-color: #141515 !important; background: transparent !important; opacity: 0.5;}.btn-group .btn{margin-left: -1px !important;}.btn-facebook{color: #fff !important; background: #39579b;}.btn-facebook:hover, .btn-facebook:active{background: #324d88;}.bg-facebook{background: #39579b; color: #FFF !important;}.btn-twitter{color: #fff !important; background: #049ff6;}.btn-twitter:hover, .btn-twitter:active{background: #048fdd;}.bg-twitter{background: #049ff6; color: #FFF !important;}.btn-instagram{color: #fff !important; background: #df237b;}.btn-instagram:hover, .btn-instagram:active{background: #cb1e6f;}.bg-instagram{background: #DE0067; color: #FFF !important;}.btn-linkedin{color: #fff !important; background: #0075aa;}.btn-linkedin:hover, .btn-linkedin:active{background: #006391;}.bg-linkedin{background: #0075aa; color: #FFF !important;}.btn-twitch{color: #fff !important; background: #923cff;}.btn-twitch:hover, .btn-twitch:active{background: #8423ff;}.bg-twitch{background: #923cff; color: #FFF !important;}.btn-whatsapp{color: #fff !important; background: #0ad561;}.btn-whatsapp:hover, .btn-whatsapp:active{background: #09bd56;}.bg-whatsapp{background: #0ad561; color: #FFF !important;}.btn-youtube{color: #fff !important; background: #FF0000;}.btn-youtube:hover, .btn-youtube:active{background: #e60000;}.bg-youtube{background: #FF0000; color: #FFF !important;}.btn-amazon{color: #fff !important; background: #292929;}.btn-amazon:hover, .btn-amazon:active{background: #1c1c1c;}.bg-amazon{background: #292929; color: #FFF !important;}.btn-android{color: #fff !important; background: #7DD159;}.btn-android:hover, .btn-android:active{background: #6dcb45;}.bg-android{background: #7DD159; color: #FFF !important;}.btn-apple{color: #fff !important; background: #000;}.btn-apple:hover, .btn-apple:active{background: #222;}.bg-apple{background: #000; color: #FFF !important;}.btn-dribbble{color: #fff !important; background: #EC4989;}.btn-dribbble:hover, .btn-dribbble:active{background: #ea327a;}.bg-dribbble{background: #EC4989; color: #FFF !important;}.btn-skype{color: #fff !important; background: #00A8F3;}.btn-skype:hover, .btn-skype:active{background: #0096da;}.bg-skype{background: #00A8F3; color: #FFF !important;}.btn-pinterest{color: #fff !important; background: #F12A2C;}.btn-pinterest:hover, .btn-pinterest:active{background: #ef1214;}.bg-pinterest{background: #F12A2C; color: #FFF !important;}.btn-dropbox{color: #fff !important; background: #005CFF;}.btn-dropbox:hover, .btn-dropbox:active{background: #0053e6;}.bg-dropbox{background: #005CFF; color: #FFF !important;}.btn-bitcoin{color: #fff !important; background: #F99400;}.btn-bitcoin:hover, .btn-bitcoin:active{background: #e08500;}.bg-bitcoin{background: #F99400; color: #FFF !important;}.btn-github{color: #fff !important; background: #323131;}.btn-github:hover, .btn-github:active{background: #252424;}.bg-github{background: #323131; color: #FFF !important;}.accordion{border-top: 1px solid #E1E1E1; border-bottom: 1px solid #E1E1E1; background: #fff;}.accordion .accordion-content{padding: 8px 16px 20px 16px;}.accordion .accordion-header{position: relative;}.accordion .accordion-header .btn{-webkit-box-pack: start !important; justify-content: flex-start !important; border-radius: 0 !important; width: 100%; text-align: left !important; font-weight: 400; background: transparent !important; font-size: 15px; padding: 8px 50px 8px 16px; min-height: 50px;}.accordion .accordion-header .btn:active{background: rgba(225, 225, 225, 0.3) !important;}.accordion .accordion-header .btn:after{background-image: url("data:image/svg+xml,%0A%3Csvg width='10px' height='16px' viewBox='0 0 10 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Listview' transform='translate(-112.000000, -120.000000)' stroke='%23A1A1A2' stroke-width='2.178'%3E%3Cpolyline id='Path' points='114 122 120 128 114 134'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center center; content: ""; font-family: "Line Awesome Free"; width: 20px; height: 20px; font-weight: 700; font-size: 18px; position: absolute; right: 10px; color: #A1A1A2; line-height: 1em; height: 18px; top: 50%; opacity: 0.5; margin-top: -9px; transform: rotate(-90deg);}.accordion .accordion-header .btn:before{content: ""; display: block; height: 1px; background: transparent; position: absolute; left: 16px; bottom: 0; right: 0;}.accordion .accordion-header .btn.collapsed:after{transform: rotate(90deg);}.accordion .accordion-header .btn.collapsed:before{background: #E1E1E1;}.accordion .accordion-header .btn i.icon, .accordion .accordion-header .btn ion-icon{width: 24px; font-size: 24px; margin-right: 10px; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center;}.accordion .item:last-child .accordion-header .btn:before{display: none;}.inset .accordion{border-radius: 6px; border: 1px solid #E1E1E1;}.inset .accordion .item:first-child .btn{border-radius: 6px 6px 0 0 !important;}.inset .accordion .item:last-child .btn{border-radius: 0 0 6px 6px !important;}.modal.action-sheet{z-index: 9999;}.modal.action-sheet .modal-dialog{padding: 0; margin: 0; bottom: 0; position: fixed; width: 100%; min-width: 100%; z-index: 12000; transform: translate(0, 100%);}.modal.action-sheet.show .modal-dialog{transform: translate(0, 0);}.modal.action-sheet .close-button{width: 32px; height: 32px; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center; font-size: 22px; position: absolute; right: 10px; top: 3px; color: #A1A1A2;}.modal.action-sheet .close-button:hover, .modal.action-sheet .close-button:active{color: #4F5050;}.modal.action-sheet .modal-content{box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08); border: 0; border-radius: 0; padding-bottom: env(safe-area-inset-bottom);}.modal.action-sheet .modal-content .action-sheet-content{padding: 20px 16px; max-height: 460px; overflow: auto;}.modal.action-sheet .modal-content .modal-header{display: block; padding: 2px 20px;}.modal.action-sheet .modal-content .modal-header .modal-title{padding: 0; margin: 0; text-align: center; display: block; font-size: 13px; padding: 6px 0; color: #141515; font-weight: 500;}.modal.action-sheet .modal-content .modal-body{padding: 0;}.action-button-list{padding: 0; margin: 0;}.action-button-list > li{display: block;}.action-button-list > li .btn{padding: 0; display: -webkit-box; display: -webkit-flex; display: flex; width: 100%; min-height: 50px; font-size: 15px; color: #141515; line-height: 1.1em; justify-content: space-between; font-weight: 400; border-radius: 0 !important; padding: 10px 16px;}.action-button-list > li .btn:active, .action-button-list > li .btn.active{background: rgba(225, 225, 225, 0.3);}.action-button-list > li .btn.text-primary{color: #899064 !important;}.action-button-list > li .btn.text-secondary{color: #595959 !important;}.action-button-list > li .btn.text-danger{color: #EC4433 !important;}.action-button-list > li .btn.text-success{color: #34C759 !important;}.action-button-list > li .btn.text-warning{color: #FE9500 !important;}.action-button-list > li .btn.text-info{color: #592BCA !important;}.action-button-list > li .btn.text-light{color: #FFF !important;}.action-button-list > li .btn.text-dark{color: #141515 !important;}.action-button-list > li .btn > span{display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; -webkit-box-pack: start; justify-content: flex-start;}.action-button-list > li .btn i.icon, .action-button-list > li .btn ion-icon{width: 24px !important; height: 24px; display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex; align-items: center; justify-content: center; margin-right: 10px; margin-left: -5px; font-size: 24px; line-height: 1em;}.action-button-list > li.action-divider{height: 1px; background: #E1E1E1;}.action-sheet.inset .modal-dialog{padding: 16px; padding-bottom: 16px !important; margin-bottom: env(safe-area-inset-bottom);}.action-sheet.inset .modal-dialog .modal-content{border-radius: 16px; padding-bottom: 0;}.action-sheet.inset .action-button-list > li:last-child .btn{border-radius: 0 0 16px 16px !important;}.dialogbox .modal-dialog{position: fixed; left: 0; top: 0; bottom: 0; right: 0; z-index: 12000; display: -webkit-box; display: -webkit-flex; display: flex; overflow: auto; align-items: center; justify-content: center; transform: translate(0, 0) !important; transform: scale(0.7) !important;}.dialogbox .modal-dialog .modal-content{max-width: 280px; margin: auto; max-height: 560px; overflow: auto; border: 0; border-radius: 16px;}.dialogbox .modal-dialog .modal-content .btn-list{margin: 0;}.dialogbox .modal-dialog .modal-content .btn-list .btn{padding: 0px 10px; min-height: 56px; border-radius: 0; margin: 0; border: 0; border-bottom: 1px solid #E1E1E1 !important; font-size: 15px;}.dialogbox .modal-dialog .modal-content .btn-list .btn:hover, .dialogbox .modal-dialog .modal-content .btn-list .btn:focus, .dialogbox .modal-dialog .modal-content .btn-list .btn:active, .dialogbox .modal-dialog .modal-content .btn-list .btn.active{background: rgba(225, 225, 225, 0.3) !important;}.dialogbox .modal-dialog .modal-content .btn-list .btn:last-child{border-radius: 0 0 16px 16px; border-bottom: 0 !important;}.dialogbox .modal-dialog .modal-content .btn-inline{display: -webkit-box; display: -webkit-flex; display: flex; margin: 0;}.dialogbox .modal-dialog .modal-content .btn-inline .btn{width: 100%; border-radius: 0; min-height: 56px; border: 0 !important; border-right: 1px solid #E1E1E1 !important; font-size: 15px;}.dialogbox .modal-dialog .modal-content .btn-inline .btn:hover, .dialogbox .modal-dialog .modal-content .btn-inline .btn:focus, .dialogbox .modal-dialog .modal-content .btn-inline .btn:active, .dialogbox .modal-dialog .modal-content .btn-inline .btn.active{background: rgba(225, 225, 225, 0.3) !important;}.dialogbox .modal-dialog .modal-content .btn-inline .btn:last-child{border-right: 0 !important; border-radius: 0 0 16px 0 !important;}.dialogbox .modal-dialog .modal-content .btn-inline .btn:first-child{border-radius: 0 0 0 16px !important;}.dialogbox .modal-dialog .modal-content .modal-header{border: 0; padding: 20px 20px 10px 20px;}.dialogbox .modal-dialog .modal-content .modal-header .modal-title{color: #141515; text-align: center; margin: 0 auto; font-size: 17px;}.dialogbox .modal-dialog .modal-content .modal-body{padding: 0 20px; margin-bottom: 30px; text-align: center; font-size: 15px;}.dialogbox .modal-dialog .modal-content .modal-footer{border: 0; border-top: 1px solid #E1E1E1; padding: 0; display: block; text-align: right;}.dialogbox.show .modal-dialog{transform: translate(0, 0) !important; transform: scale(1) !important; transition: 0.2s all;}.modal-icon{font-size: 60px; line-height: 1em; margin-top: 30px; margin-bottom: -10px; color: #899064; text-align: center;}.modalbox{padding-top: env(safe-area-inset-top); overflow: hidden;}.modalbox .modal-dialog{transform: translate(0, 100%) !important; min-width: 100%; margin: 0; transition: 0.5s all !important; position: fixed; left: 0; top: 0; right: 0; bottom: 0; margin-top: env(safe-area-inset-top);}.modalbox .modal-dialog .modal-content{border-radius: 0; border: 0; margin: auto; overflow: hidden; padding-top: 56px; position: absolute; left: 0; right: 0; bottom: 0; top: 0;}.modalbox .modal-dialog .modal-content .modal-header{border: 0; padding: 0; min-height: 56px; padding: 10px 16px; border-radius: 0; display: -webkit-box; display: -webkit-flex; display: flex; border-bottom: 1px solid #E1E1E1; align-items: center; justify-content: space-between; margin: 0; position: fixed; left: 0; right: 0; top: 0; width: 100%; z-index: 100; background: #FFF;}.modalbox .modal-dialog .modal-content .modal-header .modal-title{margin: 0; color: #141515; font-size: 17px;}.modalbox .modal-dialog .modal-content .modal-body{padding: 20px 16px; overflow: auto;}.modalbox.show .modal-dialog{transform: translate(0, 0) !important;}.panelbox .modal-dialog{margin: 0; position: fixed; left: 0; top: 0;}.panelbox .modal-dialog .modal-content{border: 0; border-radius: 0; width: 300px; height: 100vh; overflow: auto; padding-top: env(safe-area-inset-top); box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);}.panelbox .modal-dialog .modal-content .modal-header{border-bottom: 0; padding: 10px 16px; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: space-between; min-height: 56px; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08); margin-bottom: 6px;}.panelbox .modal-dialog .modal-content .modal-header .panel-close{color: #899064;}.panelbox .modal-dialog .modal-content .modal-header .panel-close i.icon, .panelbox .modal-dialog .modal-content .modal-header .panel-close ion-icon{font-size: 26px;}.panelbox .modal-dialog .modal-content .modal-header .modal-title{color: #141515;}.panelbox .modal-dialog .modal-content .modal-body{padding: 10px 16px;}.panelbox.show .modal-dialog{transform: translate(0, 0) !important;}.panelbox-left .modal-dialog{transform: translate(-100%, 0) !important;}.panelbox-right .modal-dialog{transform: translate(100%, 0) !important; left: auto; right: 0;}.tooltip .tooltip-inner{font-size: 13px; padding: 6px 10px; border-radius: 6px;}.dropdown .dropdown-menu, .dropup .dropdown-menu{border: 1px solid transparent; min-width: 120px; padding: 8px 0; border-radius: 6px; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);}.dropdown .dropdown-menu .dropdown-item, .dropup .dropdown-menu .dropdown-item{padding: 12px 16px; line-height: 1.2em; color: #141515; font-size: 15px; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center;}.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:active, .dropup .dropdown-menu .dropdown-item:hover, .dropup .dropdown-menu .dropdown-item:active{background: rgba(225, 225, 225, 0.5); color: #141515;}.dropdown .dropdown-menu .dropdown-divider, .dropup .dropdown-menu .dropdown-divider{border-top: 1px solid #E1E1E1;}.dropdown .dropdown-menu .dropdown-header, .dropup .dropdown-menu .dropdown-header{padding: 9px 16px; color: #4F5050; font-weight: 400; font-size: 11px;}.dropdown .dropdown-menu .text, .dropup .dropdown-menu .text{padding: 9px 16px; color: #4F5050;}.dropdown .dropdown-menu i.icon, .dropdown .dropdown-menu ion-icon, .dropup .dropdown-menu i.icon, .dropup .dropdown-menu ion-icon{margin-right: 10px; width: 22px; height: 22px; font-size: 22px; justify-content: center; align-items: center; line-height: 1em; display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex; color: #141515;}.appHeader .dropdown-menu{margin-top: -10px;}.dropdown-toggle:after{border-radius: 4px; margin-left: 7px;}.bg-primary{background: #899064 !important; color: #FFF;}.bg-secondary{background: #595959 !important; color: #FFF;}.bg-success{background: #34C759 !important; color: #FFF;}.bg-danger{background: #EC4433 !important; color: #FFF;}.bg-warning{background: #FE9500 !important; color: #FFF;}.bg-info{background: #592BCA !important; color: #FFF;}.bg-light{background: rgba(255, 255, 255, 0.5) !important;}.bg-dark{background: #222 !important; color: #FFF;}a.bg-primary{background: #899064 !important; color: #FFF !important;}a.bg-primary:hover, a.bg-primary:active{background: #056c43 !important;}a.bg-secondary{background: #595959 !important; color: #FFF !important;}a.bg-secondary:hover, a.bg-secondary:active{background: #4c4c4c !important;}a.bg-success{background: #34C759 !important; color: #FFF !important;}a.bg-success:hover, a.bg-success:active{background: #2fb350 !important;}a.bg-danger{background: #EC4433 !important; color: #FFF !important;}a.bg-danger:hover, a.bg-danger:active{background: #ea2f1c !important;}a.bg-warning{background: #FE9500 !important; color: #FFF !important;}a.bg-warning:hover, a.bg-warning:active{background: #e58600 !important;}a.bg-info{background: #592BCA !important; color: #FFF !important;}a.bg-info:hover, a.bg-info:active{background: #5027b5 !important;}a.bg-light{background: rgba(255, 255, 255, 0.5) !important;}a.bg-light:hover, a.bg-light:active{background: rgba(242, 242, 242, 0.5) !important;}a.bg-dark{background: #222 !important; color: #FFF !important;}a.bg-dark:hover, a.bg-dark:active{background: #151515 !important;}.text-primary, a.text-primary{color: #899064 !important;}.text-secondary, a.text-secondary{color: #595959 !important;}.text-success, a.text-success{color: #34C759 !important;}.text-danger, a.text-danger{color: #EC4433 !important;}.text-warning, a.text-warning{color: #FE9500 !important;}.text-info, a.text-info{color: #592BCA !important;}.text-light, a.text-light{color: #FFF !important;}.text-dark, a.text-dark{color: #141515 !important;}.border-primary{border-color: #899064 !important;}.border-secondary{border-color: #595959 !important;}.border-success{border-color: #34C759 !important;}.border-danger{border-color: #EC4433 !important;}.border-warning{border-color: #FE9500 !important;}.border-info{border-color: #592BCA !important;}.border-light{border-color: #FFF !important;}.border-dark{border-color: #141515 !important;}.alert{margin: 0; padding: 6px 16px; border: 0; font-size: 13px; border-radius: 6px;}.alert .close{text-shadow: none !important; outline: 0; opacity: 1; width: 40px; padding: 0; line-height: 1em; height: 36px !important;}.alert .alert-title{margin: 4px 0; font-size: 15px; font-weight: 500;}.alert.alert-dismissible{padding-right: 56px;}.alert-primary{background: #899064; color: #fff; border: 1px solid #899064;}.alert-primary a{color: #fff !important; text-decoration: underline;}.alert-primary .alert-title{color: #FFF;}.alert-primary .close{color: #FFF;}.alert-outline-primary{background: transparent; color: #899064; border: 1px solid #899064;}.alert-outline-primary a{color: #899064 !important; text-decoration: underline !important;}.alert-outline-primary .alert-title{color: #899064;}.alert-outline-primary .close{color: #899064;}.alert-secondary{background: #595959; color: #fff; border: 1px solid #595959;}.alert-secondary a{color: #fff !important; text-decoration: underline;}.alert-secondary .alert-title{color: #FFF;}.alert-secondary .close{color: #FFF;}.alert-outline-secondary{background: transparent; color: #595959; border: 1px solid #595959;}.alert-outline-secondary a{color: #595959 !important; text-decoration: underline !important;}.alert-outline-secondary .alert-title{color: #595959;}.alert-outline-secondary .close{color: #595959;}.alert-success{background: #34C759; color: #fff; border: 1px solid #34C759;}.alert-success a{color: #fff !important; text-decoration: underline;}.alert-success .alert-title{color: #FFF;}.alert-success .close{color: #FFF;}.alert-outline-success{background: transparent; color: #34C759; border: 1px solid #34C759;}.alert-outline-success a{color: #34C759 !important; text-decoration: underline !important;}.alert-outline-success .alert-title{color: #34C759;}.alert-outline-success .close{color: #34C759;}.alert-danger{background: #EC4433; color: #fff; border: 1px solid #EC4433;}.alert-danger a{color: #fff !important; text-decoration: underline;}.alert-danger .alert-title{color: #FFF;}.alert-danger .close{color: #FFF;}.alert-outline-danger{background: transparent; color: #EC4433; border: 1px solid #EC4433;}.alert-outline-danger a{color: #EC4433 !important; text-decoration: underline !important;}.alert-outline-danger .alert-title{color: #EC4433;}.alert-outline-danger .close{color: #EC4433;}.alert-warning{background: #FE9500; color: #fff; border: 1px solid #FE9500;}.alert-warning a{color: #fff !important; text-decoration: underline;}.alert-warning .alert-title{color: #FFF;}.alert-warning .close{color: #FFF;}.alert-outline-warning{background: transparent; color: #FE9500; border: 1px solid #FE9500;}.alert-outline-warning a{color: #FE9500 !important; text-decoration: underline !important;}.alert-outline-warning .alert-title{color: #FE9500;}.alert-outline-warning .close{color: #FE9500;}.alert-info{background: #592BCA; color: #fff; border: 1px solid #592BCA;}.alert-info a{color: #fff !important; text-decoration: underline;}.alert-info .alert-title{color: #FFF;}.alert-info .close{color: #FFF;}.alert-outline-info{background: transparent; color: #592BCA; border: 1px solid #592BCA;}.alert-outline-info a{color: #592BCA !important; text-decoration: underline !important;}.alert-outline-info .alert-title{color: #592BCA;}.alert-outline-info .close{color: #592BCA;}.alert-light{background: #FFF; color: #141515;}.alert-dark{background: #333; color: #FFF;}.alert-dark a{color: #FFF !important; text-decoration: underline !important;}.alert-outline-dark{background: transparent; color: #333; border: 1px solid #333;}.table{color: #4F5050; margin: 0; font-size: 13px; line-height: 1.4em;}.table thead th{border-top: 0; border-bottom: 0; color: #141515; font-weight: 500;}.table td, .table th{border-top: 1px solid #E1E1E1;}.table-dark{border-radius: 0px;}.table-dark thead th{color: #fff; border-top: 0;}.table-dark td, .table-dark th{border-top: 1px solid rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.7);}.table-striped tbody tr:nth-of-type(odd){background: rgba(225, 225, 225, 0.4);}.table-bordered{border-radius: 0px;}.table-bordered td, .table-bordered th{border-color: #E1E1E1;}textarea, .form-control{background-clip: padding-box; background-image: linear-gradient(transparent, transparent); -webkit--webkit-appearance: none; -moz-appearance: none; appearance: none; -moz--webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-appearance: none; -moz-appearance: none; appearance: none;}.form-group{width: 100%;}.form-group .label{font-size: 11px; margin: 0; font-weight: 500; color: #141515; display: block; line-height: 1.2em; text-align: left;}.form-group textarea{resize: none;}.form-group .input-info{font-size: 11px; color: #A1A1A2;}.form-group .clear-input{display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center; color: #4F5050; height: 38px; font-size: 22px; position: absolute; right: -10px; bottom: 0; width: 32px; opacity: 0.5; display: none;}.form-group .clear-input:hover, .form-group .clear-input:active{opacity: 0.8;}.form-group .input-wrapper{position: relative;}.form-group .input-wrapper.not-empty .clear-input{display: -webkit-box; display: -webkit-flex; display: flex;}.form-group .input-wrapper.active .label{color: #899064 !important;}.form-group.basic{padding: 8px 0; margin: 0;}.form-group.basic .form-control, .form-group.basic .custom-select{background: transparent; border: none; border-bottom: 1px solid #E1E1E1; padding: 0 30px 0 0; border-radius: 0; height: 40px; color: #141515; font-size: 15px;}.form-group.basic .form-control:focus, .form-group.basic .custom-select:focus{border-bottom-color: #899064; box-shadow: inset 0 -1px 0 0 #899064;}.form-group.basic textarea.form-control{height: auto; padding: 7px 40px 7px 0;}.form-group.basic.animated .label{margin-top: 20px; opacity: 0; top: -3px; transition: 0.2s all; position: absolute;}.form-group.basic.animated .input-wrapper{padding-top: 5px;}.form-group.basic.animated .input-wrapper.not-empty .label{margin-top: 0; opacity: 1;}.form-group.boxed{margin: 0; padding: 8px 0;}.form-group.boxed .form-control{background: #fff; box-shadow: none; height: 42px; border-radius: 6px; padding: 0 40px 0 16px;}.form-group.boxed .form-control:focus{border-color: #899064;}.form-group.boxed textarea.form-control{height: auto; padding: 7px 40px 7px 16px;}.form-group.boxed .clear-input{right: 0; height: 42px; width: 40px;}.form-group.boxed .label{margin-bottom: 8px;}.input-group .input-group-text{background: transparent; border: 0; border-bottom: 1px solid #E1E1E1; border-radius: 0; font-size: 20px; font-weight: 400; color: #141515; height: 40px; width: auto; padding: 0 10px 0 0;}.custom-file-upload{position: relative; display: -webkit-box; display: -webkit-flex; display: flex; width: 100%; height: 220px;}.custom-file-upload input[type=file]{overflow: hidden; opacity: 0; position: absolute; top: 0; left: 0; width: 0; height: 0;}.custom-file-upload label{z-index: 1; position: absolute; left: 0; top: 0; bottom: 0; right: 0; overflow: hidden; background-color: rgba(225, 225, 225, 0.2); background-size: 45px 58px; border: 1px solid #E1E1E1; border-radius: 6px; margin: 0;}.custom-file-upload label span{display: block; font-size: 15px; color: #A1A1A2; height: auto; position: absolute; top: 50%; left: 0; right: 0; font-weight: 500; transform: translate(0%, -50%); align-items: center; justify-content: center; padding: 10px 16px; width: 100%; text-align: center; border-radius: 0;}.custom-file-upload label span i.icon, .custom-file-upload label span ion-icon{--ionicon-stroke-width: 32px; font-size: 48px; color: #A1A1A2;}.custom-file-upload label span strong{display: block; font-weight: 500;}.custom-file-upload label span i{font-style: normal; display: block;}.custom-file-upload label.file-uploaded{background-size: cover; background-position: center;}.custom-file-upload label.file-uploaded:before{content: ""; width: 38px; height: 38px; background: #34C759; border-radius: 100%; display: -webkit-box; display: -webkit-flex; display: flex; background-image: url("data:image/svg+xml,%0A%3Csvg width='23px' height='20px' viewBox='0 0 23 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline id='Path' stroke='%23FFFFFF' stroke-width='2.4' points='21.2 2 7.76 18 2 12'%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center center; position: absolute; left: 50%; top: calc(50% - 22px); box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08); transform: translate(-50%, -50%);}.custom-file-upload label.file-uploaded label{border-color: transparent;}.custom-file-upload label.file-uploaded span{bottom: 0; left: 0; top: auto; transform: translate(0, 0); font-size: 11px; color: #4F5050; background-color: #E1E1E1;}.verify-input{height: 72px !important; font-size: 32px; font-weight: 700; color: #141515; letter-spacing: 5px; padding: 0 0 0 5px !important; max-width: 190px; margin: auto; text-align: center !important;}.nav-tabs{width: 100%;}.nav-tabs.style1{border: 0; background: rgba(225, 225, 225, 0.4); border-radius: 6px; display: -webkit-box; display: -webkit-flex; display: flex;}.nav-tabs.style1 .nav-item{flex: 1; width: 100%; text-align: center; display: -webkit-box; display: -webkit-flex; display: flex; justify-content: center; align-items: center; margin: 0; padding: 0;}.nav-tabs.style1 .nav-item .nav-link{color: #4F5050; font-weight: 500; font-size: 13px; border: 0 !important; line-height: 1.2em; width: 100%; border-radius: 6px; padding: 6px 10px; height: 30px; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center; margin: 4px !important;}.nav-tabs.style1 .nav-item .nav-link i.icon, .nav-tabs.style1 .nav-item .nav-link ion-icon{margin-right: 8px; margin-left: 8px; line-height: 1em; font-size: 18px;}.nav-tabs.style1 .nav-item .nav-link.active{color: #141515; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);}.nav-tabs.lined{border: 0; background: transparent; border-radius: 0; display: -webkit-box; display: -webkit-flex; display: flex;}.nav-tabs.lined .nav-item{flex: 1; width: 100%; text-align: center; display: -webkit-box; display: -webkit-flex; display: flex; justify-content: center; align-items: center; margin: 0; padding: 0;}.nav-tabs.lined .nav-item .nav-link{color: #4F5050; font-weight: 500; font-size: 13px; border: 0 !important; border-bottom: 2px solid transparent !important; line-height: 1.2em; width: 100%; border-radius: 0; padding: 6px 10px; height: 56px; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center; margin: 0 !important; border-bottom-color: 2px solid;}.nav-tabs.lined .nav-item .nav-link i.icon, .nav-tabs.lined .nav-item .nav-link ion-icon{margin-right: 8px; margin-left: 8px; line-height: 1em; font-size: 18px;}.nav-tabs.lined .nav-item .nav-link.active{color: #899064; background: transparent; border-bottom-color: #899064 !important;}.nav-tabs.iconed i.icon, .nav-tabs.iconed ion-icon{font-size: 24px !important;}.custom-control .custom-control-label{padding-left: 10px; padding-top: 2px; color: #141515;}.custom-control .custom-control-label:before{transition: 0s all; box-shadow: none !important; background: #E1E1E1; width: 22px; height: 22px; border-color: #E1E1E1 !important; border-radius: 100%; margin-top: -2px; background: transparent; border-color: #E1E1E1;}.custom-control .custom-control-label:after{margin-top: 1px; margin-left: 3px;}.custom-control .custom-control-label:active:before{background: #fff !important; border-color: #E1E1E1 !important;}.custom-control .custom-control-input:checked ~ .custom-control-label:before{background: #899064 !important; border-color: #899064 !important;}.custom-control .custom-control-input:checked ~ .custom-control-label:after{width: 16px; height: 16px; background-size: 12px 12px;}.custom-control .custom-control-input:checked ~ .custom-control-label:before{border-radius: 100%;}.custom-radio .custom-control-label:before{border-radius: 100%;}.custom-radio .custom-control-input:checked ~ .custom-control-label:before{border-radius: 100%;}.input-list .custom-control{padding: 0;}.input-list .custom-control:after{content: ""; height: 1px; background: #E1E1E1; display: block; margin-left: 54px;}.input-list .custom-control-label{width: 100%; padding: 10px 20px 10px 54px; min-height: 50px; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: space-between; transition: 0.1s all;}.input-list .custom-control-label:active{background: rgba(225, 225, 225, 0.3);}.input-list .custom-control-label:before, .input-list .custom-control-label:after{top: 50%; left: 16px; transform: translate(0%, -50%); margin: 0;}.input-list .custom-control-label:after{width: 22px; height: 22px; margin: 0px 0 0 3px;}.input-list .custom-control:last-child:after{display: none;}.custom-switch .custom-control-label{width: 56px; height: 30px;}.custom-switch .custom-control-label:before{margin: 0; left: 0; top: 0; border-radius: 100px; width: 56px; height: 30px; border-color: #d4d4d4 !important; background: #E1E1E1;}.custom-switch .custom-control-label:after{width: 24px; height: 24px; border-radius: 100px; margin-top: -1px; margin-left: 1px; left: 3px; top: 4px; background: #fff; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15), 0 2px 1px 0 rgba(0, 0, 0, 0.05);}.custom-switch .custom-control-label:active:before{background: rgba(225, 225, 225, 0.5) !important;}.custom-switch .custom-control-input:checked ~ .custom-control-label:before{border-radius: 100px;}.custom-switch .custom-control-input:checked ~ .custom-control-label:after{width: 24px; height: 24px; border-radius: 100px; left: 16px;}.message-divider{font-size: 12px; text-align: center; padding: 5px 0; color: #A1A1A2;}.message-item{display: -webkit-box; display: -webkit-flex; display: flex; align-items: flex-end; -webkit-box-pack: start; justify-content: flex-start; padding: 2px 16px; margin-right: 60px;}.message-item .bubble{padding: 10px 16px; background: #FFF; border-radius: 16px 16px 16px 0; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08); color: #141515; display: inline-block; margin-top: 4px; line-height: 1.4em;}.message-item .bubble .imaged{margin: 0px -6px;}.message-item .title{font-size: 12px; font-weight: 500; color: #4F5050; line-height: 1.2em; padding: 0 0 0 10px;}.message-item .footer{font-size: 12px; padding: 0 10px; text-align: right; line-height: 1em; margin-top: 5px; color: #141515; opacity: 0.4; height: 14px;}.message-item .avatar{margin-right: 10px; width: 32px; height: auto; border-radius: 100%; margin-bottom: 18px;}.message-item.user{-webkit-box-pack: end; justify-content: flex-end; margin-right: 0; margin-left: 60px;}.message-item.user .bubble{background: #899064; color: #FFF; border-radius: 16px 16px 0 16px;}.chatFooter{min-height: 56px; background: #FFF; border-top: 1px solid #E1E1E1; position: fixed; left: 0; right: 0; bottom: 0; width: 100%; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: space-between; padding-left: 14px; padding-right: 14px; padding-bottom: env(safe-area-inset-bottom);}.chatFooter .form-group{width: calc(100% - 100px);}.chatFooter .form-group .form-control{font-size: 13px; border-radius: 300px; height: 40px;}.chatFooter .form-group .clear-input{height: 40px;}.chatFooter form{width: 100%; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: space-between;}.progress{height: 14px; border-radius: 6px;}.progress-bar{background: #899064; height: 14px; line-height: 1em; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 500; letter-spacing: 0;}.circle-progress{position: relative; width: 100%;}.circle-progress .in{position: absolute; left: 0; right: 0; top: 0; bottom: 0; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center;}.circle-progress .in .text{text-align: center; font-size: 11px; line-height: 1.5em;}.circle-progress .in .text .value{margin: 0; line-height: 1.5em;}.circle-progress canvas{width: 100% !important; height: 100% !important; max-width: 100% !important; max-height: 100% !important;}.chip{background: #E1E1E1; font-size: 13px; color: #141515; line-height: 1em; height: 26px; display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex; align-items: center; justify-content: space-between; padding: 0; border-radius: 100px;}.chip .chip-label{padding: 0 12px;}.chip.chip-outline{background: transparent; box-shadow: inset 0 0 0 1px #E1E1E1;}.chip.chip-media{position: relative; padding-left: 20px;}.chip.chip-media img{width: 26px; height: 26px; border-radius: 100px; position: absolute; left: 0; top: 0;}.chip .chip-icon{position: absolute; left: 0; top: 0; width: 26px; height: 26px; margin: 0; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center; border-radius: 100px; background: #4F5050; color: #fff; font-size: 14px;}.chip .chip-delete{width: 26px; margin-left: -10px; height: 26px; display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex; color: #141515; opacity: 0.7; align-items: center; justify-content: center; font-size: 16px; border-radius: 100px;}.chip .chip-delete:hover, .chip .chip-delete:active{opacity: 1;}.chip-primary{background: #899064 !important; color: #fff !important;}.chip-primary .chip-delete{color: #fff !important;}.chip-primary.chip-outline{background: transparent !important; color: #899064 !important; box-shadow: inset 0 0 0 1px #899064 !important;}.chip-danger{background: #EC4433 !important; color: #fff !important;}.chip-danger .chip-delete{color: #fff !important;}.chip-danger.chip-outline{background: transparent !important; color: #EC4433 !important; box-shadow: inset 0 0 0 1px #EC4433 !important;}.chip-success{background: #34C759 !important; color: #fff !important;}.chip-success .chip-delete{color: #fff !important;}.chip-success.chip-outline{background: transparent !important; color: #34C759 !important; box-shadow: inset 0 0 0 1px #34C759 !important;}.chip-warning{background: #FE9500 !important; color: #fff !important;}.chip-warning .chip-delete{color: #fff !important;}.chip-warning.chip-outline{background: transparent !important; color: #FE9500 !important; box-shadow: inset 0 0 0 1px #FE9500 !important;}.chip-info{background: #592BCA !important; color: #fff !important;}.chip-info .chip-delete{color: #fff !important;}.chip-info.chip-outline{background: transparent !important; color: #592BCA !important; box-shadow: inset 0 0 0 1px #592BCA !important;}.chip-light{background: #fff !important; color: #000 !important;}.chip-light .chip-delete{color: #000 !important;}.chip-light.chip-outline{background: transparent !important; color: #fff !important; box-shadow: inset 0 0 0 1px #fff !important;}.chip-dark{background: #000 !important; color: #fff !important;}.chip-dark .chip-delete{color: #fff !important;}.chip-dark.chip-outline{background: transparent !important; color: #000 !important; box-shadow: inset 0 0 0 1px #000 !important;}.search-form{display: block; width: 100%;}.searchbox{width: 100%; margin: 0; position: relative; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: space-between;}.searchbox .form-control{height: 36px; border-radius: 6px; border: 1px solid #E1E1E1 !important; padding: 0 16px 0 36px; font-size: 15px; box-shadow: none !important; color: #141515;}.searchbox .form-control:focus{border-color: #c8c8c8 !important;}.searchbox .form-control:focus ~ .input-icon{color: #141515;}.searchbox i.icon, .searchbox ion-icon{font-size: 26px; line-height: 1em; margin: 0;}.searchbox .close{opacity: 1; color: #A1A1A2; width: 46px; height: 56px; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center; position: absolute; right: 8px; top: 0;}.searchbox .input-icon{font-size: 26px; position: absolute; left: 0px; width: 36px; height: 36px; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center; color: #A1A1A2; top: 0;}#search{display: block; padding: 0; background: #fff; border-bottom: 1px solid #FFF; position: fixed; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08); left: 0; top: -50%; right: 0; width: 100%; z-index: 1001; transition: 0.2s all ease-in-out;}#search.show{top: env(safe-area-inset-top); transition: 0.3s all;}#search .searchbox .form-control{box-shadow: none !important; border: 0 !important; border-radius: 0; height: 56px; padding: 0 56px 0 56px; background: transparent; font-size: 17px; color: #141515; width: 100%;}#search .searchbox .form-control:focus{border-color: #bbbbbb;}#search .searchbox .form-control:focus ~ .input-icon{color: #141515;}#search .searchbox .input-icon{font-size: 26px; position: absolute; left: 8px; width: 46px; height: 56px; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center; color: #A1A1A2; top: 0;}.search-result li > .item, .search-result li > a{padding-top: 20px; padding-bottom: 20px;}.carousel-slider{text-align: center;}.carousel-slider .owl-dots{position: fixed; left: 0; right: 0; bottom: 100px; outline: 0 !important;}.carousel-slider .owl-dots button{outline: 0 !important;}.carousel-slider .imaged.w-100{max-width: 400px; margin-left: auto; margin-right: auto;}.carousel-button-footer{min-height: 84px; padding-left: 8px; padding-right: 8px; padding-bottom: env(safe-area-inset-bottom); width: 100%; position: fixed; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center; z-index: 990; left: 0; bottom: 0; right: 0;}.carousel-button-footer > div{width: 100%;}.carousel-multiple{width: calc(100% + 16px); margin-left: -16px;}.carousel-single{width: calc(100% + 16px); margin-left: -16px;}.carousel-small{width: calc(100% + 16px); margin-left: -16px;}.owl-carousel .owl-stage-outer{padding-bottom: 20px; margin-bottom: -20px;}.login-form{max-width: 500px; margin: auto; text-align: center;}.login-form .form-image{width: 100%; max-width: 200px; height: auto;}.form-button-group{position: fixed; bottom: 0; left: 0; right: 0; width: 100%; padding-left: 16px; padding-right: 16px; background: #FFF; min-height: 84px; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center; padding-bottom: env(safe-area-inset-bottom);}.form-links{display: -webkit-box; display: -webkit-flex; display: flex; align-items: flex-start; justify-content: space-between; font-size: 14px;}.timeline{position: relative; padding: 24px 0;}.timeline:before{content: ""; display: block; position: absolute; width: 2px; left: 0; bottom: 0; top: 0; background: #E1E1E1; z-index: 1;}.timeline .item{position: relative; margin-bottom: 40px;}.timeline .item:last-child{margin-bottom: 0;}.timeline .content{padding-left: 20px;}.timeline .content .title{margin-bottom: 5px; line-height: 1.3em;}.timeline .content .text{font-size: 13px; line-height: 1.4em; padding-right: 30px;}.timeline .dot{width: 12px; height: 12px; border-radius: 100%; position: absolute; background: #A1A1A2; left: -5px; top: 50%; margin-top: -6px; z-index: 10; box-shadow: 0 0 0 3px #FFF;}.timeline.timed{padding-left: 80px;}.timeline.timed:before{left: 80px;}.timeline.timed .time{font-size: 11px; position: absolute; left: -80px; line-height: 1.5em; width: 70px; text-align: right; top: 50%; transform: translate(0, -50%); z-index: 20;}.form-wizard-section{display: -webkit-box; display: -webkit-flex; display: flex; align-items: flex-start; justify-content: center; width: 100%; padding: 4px 0 0 0; position: relative;}.form-wizard-section:before{content: ""; height: 1px; background: #E1E1E1; width: 100%; position: absolute; top: 16px;}.form-wizard-section .button-item{flex: 1; text-align: center; padding: 0 6px; position: relative;}.form-wizard-section .button-item strong{background: #E1E1E1; width: 22px; height: 22px; border-radius: 100%; color: #A1A1A2; display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex; align-items: center; justify-content: center; font-size: 14px; line-height: 1em; position: relative; z-index: 2;}.form-wizard-section .button-item strong i.icon, .form-wizard-section .button-item strong ion-icon{font-size: 16px;}.form-wizard-section .button-item p{font-size: 10px; line-height: 1em; color: #A1A1A2; margin: 4px 0 0 0;}.form-wizard-section .button-item.active strong{background: #899064; color: #fff;}.form-wizard-section .button-item.active p{color: #141515;}.extraHeader.bg-primary .form-wizard-section:before, .extraHeader.bg-secondary .form-wizard-section:before, .extraHeader.bg-success .form-wizard-section:before, .extraHeader.bg-danger .form-wizard-section:before, .extraHeader.bg-warning .form-wizard-section:before, .extraHeader.bg-dark .form-wizard-section:before{background: transparent;}.extraHeader.bg-primary .form-wizard-section .button-item strong, .extraHeader.bg-secondary .form-wizard-section .button-item strong, .extraHeader.bg-success .form-wizard-section .button-item strong, .extraHeader.bg-danger .form-wizard-section .button-item strong, .extraHeader.bg-warning .form-wizard-section .button-item strong, .extraHeader.bg-dark .form-wizard-section .button-item strong{background: rgba(255, 255, 255, 0.4); color: #FFF;}.extraHeader.bg-primary .form-wizard-section .button-item p, .extraHeader.bg-secondary .form-wizard-section .button-item p, .extraHeader.bg-success .form-wizard-section .button-item p, .extraHeader.bg-danger .form-wizard-section .button-item p, .extraHeader.bg-warning .form-wizard-section .button-item p, .extraHeader.bg-dark .form-wizard-section .button-item p{color: rgba(255, 255, 255, 0.7);}.extraHeader.bg-primary .form-wizard-section .button-item.active strong, .extraHeader.bg-secondary .form-wizard-section .button-item.active strong, .extraHeader.bg-success .form-wizard-section .button-item.active strong, .extraHeader.bg-danger .form-wizard-section .button-item.active strong, .extraHeader.bg-warning .form-wizard-section .button-item.active strong, .extraHeader.bg-dark .form-wizard-section .button-item.active strong{background: rgba(0, 0, 0, 0.5); color: #fff;}.extraHeader.bg-primary .form-wizard-section .button-item.active p, .extraHeader.bg-secondary .form-wizard-section .button-item.active p, .extraHeader.bg-success .form-wizard-section .button-item.active p, .extraHeader.bg-danger .form-wizard-section .button-item.active p, .extraHeader.bg-warning .form-wizard-section .button-item.active p, .extraHeader.bg-dark .form-wizard-section .button-item.active p{color: #FFF;}.adbox{text-align: center;}.adbox.fixed{position: fixed; bottom: 56px; left: 50%; margin-left: -150px; right: 0; width: 300px; z-index: 100; padding-bottom: env(safe-area-inset-bottom);}.adbox.fixed .closebutton{width: 24px; height: 24px; font-size: 24px; background: rgba(0, 0, 0, 0.4); color: rgba(255, 255, 255, 0.5); display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center; position: absolute; right: 0; top: 0;}.adbox.hide.fixed{bottom: -100%;}.adbox-300-50 img{width: 300px; height: 50px;}.adbox-300-250 img{width: 300px; height: 250px;}.windowsphone-detection, .ios-detection, .android-detection, .non-mobile-detection{display: none;}.windowsphone-detection.is-active, .ios-detection.is-active, .android-detection.is-active, .non-mobile-detection.is-active{display: block;}.fab-button .fab{box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); width: 56px; height: 56px; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center; background: #899064; border-radius: 100%; color: #fff !important;}.fab-button .fab > i.icon, .fab-button .fab > ion-icon{font-size: 26px; transition: 0.2s all; --ionicon-stroke-width: 42px;}.fab-button .fab:hover, .fab-button .fab:active{background: #899064;}.fab-button.text .fab{width: auto; border-radius: 300px; font-size: 17px; padding: 0px 24px;}.fab-button.text .fab > i.icon, .fab-button.text .fab > ion-icon{margin-right: 6px;}.fab-button.animate.dropdown.show .fab ion-icon[name=add], .fab-button.animate.dropdown.show .fab ion-icon[name=add-sharp], .fab-button.animate.dropdown.show .fab ion-icon[name=add-outline]{transform: rotate(45deg);}.fab-button.dropdown.show .fab{background: #056c43;}.fab-button .dropdown-menu{margin: 0; background: transparent; border: 0; box-shadow: none; padding: 0px 7px; width: 56px; min-width: 56px; max-width: 56px; text-align: center;}.fab-button .dropdown-menu .dropdown-item{padding: 0; background: #899064; width: 42px; height: 42px; display: -webkit-box !important; display: -webkit-flex !important; display: flex !important; align-items: center; justify-content: center; color: #fff; margin: 14px 0; border-radius: 100%; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);}.fab-button .dropdown-menu .dropdown-item:hover, .fab-button .dropdown-menu .dropdown-item:active{background: #899064;}.fab-button .dropdown-menu .dropdown-item i.icon, .fab-button .dropdown-menu .dropdown-item ion-icon{--ionicon-stroke-width: 32px; line-height: 1em; margin-right: 0; color: #fff !important; width: 24px !important; height: 24px !important; display: -webkit-box !important; display: -webkit-flex !important; display: flex !important; justify-content: center; align-items: center; line-height: 1em; display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex;}.fab-button .dropdown-menu .dropdown-item p{background: #FFF; position: absolute; left: 58px; color: #141515; font-size: 13px; padding: 4px 12px; line-height: 1.5em; border-radius: 6px; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);}.fab-button.bottom-right{position: fixed; bottom: 16px; right: 16px; z-index: 100; margin-bottom: env(safe-area-inset-bottom);}.fab-button.bottom-left{position: fixed; bottom: 16px; left: 16px; z-index: 100; margin-bottom: env(safe-area-inset-bottom);}.fab-button.bottom-center{position: fixed; bottom: 16px; left: 50%; transform: translate(-50%, 0%); margin-bottom: env(safe-area-inset-bottom);}.fab-button.top-center{position: fixed; top: 72px; left: 50%; transform: translate(-50%, 0%); margin-top: env(safe-area-inset-top);}.fab-button.top-left{position: fixed; top: 72px; left: 16px; z-index: 100; margin-top: env(safe-area-inset-top);}.fab-button.top-right{position: fixed; top: 72px; right: 16px; z-index: 100; margin-top: env(safe-area-inset-top);}.fab-button.top-right .dropdown-menu .dropdown-item p, .fab-button.bottom-right .dropdown-menu .dropdown-item p{left: auto; right: 58px;}.notification-box{position: fixed; left: 0; top: -100%; right: 0; width: 100%; z-index: 9999; transition: 0.3s all; margin-top: env(safe-area-inset-top);}.notification-box.show{top: 0;}.notification-dialog.android-style{background: #ffffff; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2); padding: 16px 16px;}.notification-dialog.android-style .notification-header{display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: space-between;}.notification-dialog.android-style .notification-header .in{display: -webkit-box; display: -webkit-flex; display: flex; align-items: center;}.notification-dialog.android-style .notification-header .in .imaged{margin-right: 8px;}.notification-dialog.android-style .notification-header .in strong{font-size: 13px; font-weight: 400; color: #141515;}.notification-dialog.android-style .notification-header .in span{display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex; align-items: center; margin-left: 6px; font-size: 11px;}.notification-dialog.android-style .notification-header .in span:before{display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex; align-items: center; margin-right: 6px; content: "•";}.notification-dialog.android-style .notification-header .close-button{display: -webkit-box; display: -webkit-flex; display: flex; width: 24px; height: 24px; align-items: center; justify-content: center; font-size: 20px; color: #A1A1A2;}.notification-dialog.android-style .notification-header .close-button:hover, .notification-dialog.android-style .notification-header .close-button:active{color: #4F5050;}.notification-dialog.android-style .notification-content{font-size: 13px; line-height: 1.4em; margin-top: 14px; display: -webkit-box; display: -webkit-flex; display: flex; align-items: flex-start; justify-content: space-between;}.notification-dialog.android-style .notification-content .subtitle{font-size: 15px; margin: 0 0 5px 0; line-height: 1.4em; font-weight: 500;}.notification-dialog.android-style .notification-content .in{padding-right: 16px;}.notification-dialog.android-style .icon-box{width: 46px; height: 46px; font-size: 46px; color: #A1A1A2;}.notification-dialog.android-style .notification-footer{border-top: 1px solid #E1E1E1; margin: 16px -16px -16px -16px; padding: 0; display: -webkit-box; display: -webkit-flex; display: flex; align-items: flex-start;}.notification-dialog.android-style .notification-footer .notification-button{flex: 1; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center; color: #899064 !important; font-size: 13px; border-right: 1px solid #E1E1E1; padding: 16px 6px;}.notification-dialog.android-style .notification-footer .notification-button i.icon, .notification-dialog.android-style .notification-footer .notification-button ion-icon{font-size: 20px; line-height: 1em; margin-right: 8px;}.notification-dialog.android-style .notification-footer .notification-button:last-child{border-right: 0;}.notification-dialog.android-style .notification-footer .notification-button:hover, .notification-dialog.android-style .notification-footer .notification-button:active{color: #056c43; background: rgba(225, 225, 225, 0.3);}.notification-dialog.ios-style{margin: 10px; background: #3b4859; padding: 0; border-radius: 10px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);}.notification-dialog.ios-style .notification-header{display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: space-between; padding: 10px; background: rgba(0, 0, 0, 0.1); border-radius: 10px 10px 0 0;}.notification-dialog.ios-style .notification-header .in{display: -webkit-box; display: -webkit-flex; display: flex; align-items: center;}.notification-dialog.ios-style .notification-header .in .imaged{margin-right: 8px;}.notification-dialog.ios-style .notification-header .in strong{font-size: 13px; font-weight: 400; color: #fff;}.notification-dialog.ios-style .notification-header .right{display: -webkit-box; display: -webkit-flex; display: flex; align-items: center;}.notification-dialog.ios-style .notification-header .right span{display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex; align-items: center; margin-right: 6px; color: rgba(255, 255, 255, 0.5); font-size: 11px;}.notification-dialog.ios-style .notification-header .close-button{display: -webkit-box; display: -webkit-flex; display: flex; width: 24px; height: 24px; align-items: center; justify-content: center; font-size: 20px; color: #fff; opacity: 0.5;}.notification-dialog.ios-style .notification-header .close-button:hover, .notification-dialog.ios-style .notification-header .close-button:active{opacity: 0.7;}.notification-dialog.ios-style .icon-box{width: 46px; height: 46px; font-size: 46px; color: #A1A1A2;}.notification-dialog.ios-style .notification-content{font-size: 13px; line-height: 1.4em; padding: 14px 16px 20px 16px; display: -webkit-box; display: -webkit-flex; display: flex; align-items: flex-start; justify-content: space-between; color: rgba(255, 255, 255, 0.75);}.notification-dialog.ios-style .notification-content .subtitle{font-size: 15px; margin: 0 0 5px 0; line-height: 1.4em; color: #fff; font-weight: 500;}.notification-dialog.ios-style .notification-content .in{padding-right: 16px;}.notification-dialog.ios-style .notification-footer{border-top: 1px solid rgba(255, 255, 255, 0.1); margin: 0px -16px -16px -16px; padding: 0; display: -webkit-box; display: -webkit-flex; display: flex; align-items: flex-start;}.notification-dialog.ios-style .notification-footer .notification-button{color: #fff !important; flex: 1; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center; font-size: 13px; border-right: 1px solid rgba(255, 255, 255, 0.1); padding: 15px 6px;}.notification-dialog.ios-style .notification-footer .notification-button i.icon, .notification-dialog.ios-style .notification-footer .notification-button ion-icon{font-size: 20px; line-height: 1em; margin-right: 10px; color: #fff;}.notification-dialog.ios-style .notification-footer .notification-button:last-child{border-right: 0;}.notification-dialog.ios-style .notification-footer .notification-button:hover, .notification-dialog.ios-style .notification-footer .notification-button:active{color: #056c43; background: rgba(255, 255, 255, 0.02);}.toast-box{position: fixed; left: 0; top: -100%; right: 0; width: 100%; z-index: 600; min-height: 52px; margin-top: env(safe-area-inset-top); transition: 0.2s all; background: #2b3543; font-size: 13px; color: rgba(255, 255, 255, 0.75); padding: 10px 16px; line-height: 1.4em; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: space-between;}.toast-box .toast-title{font-size: 15px; color: #FFF;}.toast-box .btn{font-size: 13px; font-weight: 500;}.toast-box.show{top: 0;}.toast-box .in{display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; -webkit-box-pack: start; justify-content: flex-start; padding-right: 20px;}.toast-box .in i.icon, .toast-box .in ion-icon{font-size: 24px; display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; margin-right: 8px; color: #FFF;}.toast-box .in .text{width: 100%;}.toast-box.toast-top.show{top: 56px;}.toast-box.toast-bottom{top: auto; bottom: -100%;}.toast-box.toast-bottom.show{bottom: 56px; top: auto; margin-bottom: env(safe-area-inset-bottom);}.toast-box.toast-center{width: auto; left: auto; right: auto; top: 50%; left: 50%; transform: translate(-50%, -50%); display: none; padding: 16px 24px; border-radius: 6px; text-align: center;}.toast-box.toast-center.show{display: block; transform: translate(-50%, -50%);}.toast-box.toast-center .in{padding: 0; display: block;}.toast-box.toast-center .in i.icon, .toast-box.toast-center .in ion-icon{margin: 0 0 10px 0; font-size: 64px; width: 64px; height: 64px;}.toast-box.toast-center .btn{margin-top: 20px;}.extra-header-active .toast-box.toast-top.show{top: 95px;}.divider{height: 1px; background: #E1E1E1; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center;}.divider .icon-box{background: #E1E1E1; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center; color: #FFF; border-radius: 100%; width: 28px; height: 28px; font-size: 18px;}.divider.inset{margin-left: 16px; margin-right: 16px;}.comment-block{font-size: 13px; line-height: 1.6em;}.comment-block .item{display: -webkit-box; display: -webkit-flex; display: flex; align-items: flex-start; margin-bottom: 30px;}.comment-block .item:last-child{margin-bottom: 0;}.comment-block .item .avatar{margin-right: 14px;}.comment-block .item .in{width: 100%;}.comment-block .item .text{color: #4F5050;}.comment-block .item .comment-header{display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: space-between; margin-bottom: 4px;}.comment-block .item .comment-header .title{margin: 0; padding-right: 10px; color: #141515; font-size: 15px;}.comment-block .item .comment-header .time{font-size: 11px; color: #A1A1A2;}.comment-block .item .comment-footer{margin-top: 10px; display: -webkit-box; display: -webkit-flex; display: flex; align-content: flex-start; font-size: 11px;}.comment-block .item .comment-footer .comment-button{font-weight: 500; display: -webkit-box; display: -webkit-flex; display: flex; align-content: center; margin-right: 14px; color: #4F5050 !important;}.comment-block .item .comment-footer .comment-button i.icon, .comment-block .item .comment-footer .comment-button ion-icon{margin-right: 5px; font-size: 18px; line-height: 1em;}.comment-box{padding: 24px 16px; text-align: center;}.comment-box .imaged{margin: 0 auto 10px auto; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);}.comment-box .card-title{margin: 0; font-size: 17px; font-weight: 500;}.comment-box .card-text{font-size: 11px;}.comment-box .text{margin-top: 6px;}.pagination{margin: 0; padding: 0; text-align: center; margin: auto; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center;}.pagination .page-item .page-link{background: #899064; border: 0; color: #FFF; box-shadow: 0 !important; outline: 0 !important; margin: 0 4px; border-radius: 6px !important; font-size: 13px;}.pagination .page-item .page-link:focus{box-shadow: none !important;}.pagination.pagination-secondary .page-item .page-link{background: #FFF; color: #4F5050; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);}.pagination.pagination-rounded .page-item .page-link{border-radius: 400px !important;}.pagination.pagination-square .page-item .page-link{border-radius: 0 !important;}.error-page{text-align: center; padding: 40px 16px; max-width: 300px; margin: auto;}.error-page .icon-box{font-size: 86px; margin-bottom: 20px;}.error-page .title{font-size: 24px; margin-bottom: 20px;}#countDown{font-size: 20px; font-weight: 700; text-transform: uppercase; color: #141515; margin: 0 -40px;}#countDown > div{display: inline-block; width: 70px; border: 1px solid #E1E1E1; margin: 5px; text-align: center; border-radius: 6px; padding: 10px 5px;}#countDown > div span{display: block; font-weight: 400; color: #A1A1A2; font-size: 10px;}#offline-toast, #online-toast{color: #FFF; font-weight: 500;}.ios-add-to-home .modal-content{position: relative; margin-bottom: 10px; z-index: 1;}.ios-add-to-home .modal-content:before{content: ""; display: block; width: 0; height: 0; border-left: 14px solid transparent; border-right: 14px solid transparent; border-top: 10px solid #fff; position: absolute; bottom: -7px; z-index: 10; left: 50%; margin-left: -16px;}.ios-add-to-home .modal-content .action-sheet-content{font-size: 13px; color: #141515; line-height: 1.5em;}.ios-add-to-home .modal-content .action-sheet-content h4{font-size: 15px; margin-bottom: 10px;}.ios-add-to-home .modal-content .action-sheet-content i.icon, .ios-add-to-home .modal-content .action-sheet-content ion-icon{font-size: 22px; margin-bottom: -4px;}.android-add-to-home{z-index: 200000;}.android-add-to-home .modal-dialog{top: 0; bottom: auto; padding: 6px !important; transform: translate(0, -100%) !important; transition: 0.5s all !important;}.android-add-to-home.show .modal-dialog{transform: translate(0, 0) !important; top: 10px;}.android-add-to-home .modal-content{position: relative; z-index: 1; border-radius: 4px !important;}.android-add-to-home .modal-content:before{content: ""; display: block; width: 0; height: 0; border-left: 14px solid transparent; border-right: 14px solid transparent; border-top: 10px solid #FFF; position: absolute; top: -7px; z-index: 10; right: 9px; transform: rotate(180deg); margin-left: -16px;}.android-add-to-home .modal-content .action-sheet-content{font-size: 13px; color: #141515; line-height: 1.5em;}.android-add-to-home .modal-content .action-sheet-content h4{font-size: 15px; margin-bottom: 10px;}.android-add-to-home .modal-content .action-sheet-content i.icon, .android-add-to-home .modal-content .action-sheet-content ion-icon{font-size: 20px; margin-bottom: -5px;}.button.goTop{width: 46px; height: 46px; display: none; align-items: center; justify-content: center; border-radius: 100px; background: #595959; color: #FFF; position: fixed; z-index: 99; right: 16px; bottom: 70px; font-size: 18px; margin-bottom: env(safe-area-inset-bottom); box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);}.button.goTop:hover, .button.goTop:active{background: #4c4c4c;}.button.goTop.show{display: -webkit-box; display: -webkit-flex; display: flex;}.needs-validation.was-validated .form-group.basic .invalid-feedback, .needs-validation.was-validated .form-group.basic .valid-feedback, .needs-validation.was-validated .form-group.boxed .invalid-feedback, .needs-validation.was-validated .form-group.boxed .valid-feedback{height: 16px; font-size: 11px; line-height: 1.4em; margin-top: 4px;}.needs-validation.was-validated .form-group.basic .invalid-feedback, .needs-validation.was-validated .form-group.boxed .invalid-feedback{color: #EC4433;}.needs-validation.was-validated .form-group.basic .valid-feedback, .needs-validation.was-validated .form-group.boxed .valid-feedback{color: #34C759;}.needs-validation.was-validated .form-group.basic .clear-input, .needs-validation.was-validated .form-group.boxed .clear-input{bottom: 20px;}.form-control.is-valid, .was-validated .form-control:valid{border-color: #34C759; box-shadow: 0 !important; background-image: none !important;}.form-control.is-valid:focus, .was-validated .form-control:valid:focus{border-color: #34C759; box-shadow: none !important;}.custom-select.is-valid, .was-validated .custom-select:valid{border-color: #34C759;}.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus{border-color: #34C759; box-shadow: none !important;}.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label{color: #34C759;}.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label{color: #34C759;}.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before{border-color: #34C759;}.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before{border-color: #34C759; background-color: #34C759;}.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before{box-shadow: none !important;}.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before{border-color: #34C759;}.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label{border-color: #34C759;}.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label{border-color: #34C759; box-shadow: none !important;}.form-control.is-invalid, .was-validated .form-control:invalid{border-color: #EC4433; background-image: none !important;}.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus{border-color: #EC4433; box-shadow: none !important;}.custom-select.is-invalid, .was-validated .custom-select:invalid{border-color: #EC4433;}.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus{border-color: #EC4433; box-shadow: none !important;}.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label{color: #EC4433;}.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label{color: #EC4433;}.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before{border-color: #EC4433;}.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before{border-color: #EC4433; background-color: #EC4433;}.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before{border-color: #EC4433;}.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label{border-color: #EC4433;}.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label{border-color: #EC4433; box-shadow: none !important;}.blog-post .title{padding: 0px 16px; margin: 0 0 10px 0;}.blog-post .post-header{font-size: 11px; padding: 10px 0; margin: 16px 16px; color: #A1A1A2; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #E1E1E1; border-bottom: 1px solid #E1E1E1;}.blog-post .post-header a{color: #141515; font-weight: 700;}.blog-post .post-body{padding: 0 16px;}.blog-post .post-body img{width: calc(100% + 32px); height: auto; margin: 0px -16px; margin-bottom: 16px;}.profile-head{display: -webkit-box; display: -webkit-flex; display: flex; align-items: center;}.profile-head .avatar{margin-right: 16px;}.profile-head .in .name{margin: 0 0 5px 0; font-weight: 500;}.profile-head .in .subtext{color: #A1A1A2; font-weight: 400; margin: 0;}.profile-info{font-size: 13px; line-height: 1.5em;}.profile-info .bio{color: #4F5050;}.profile-info .link{margin-top: 4px; color: #899064;}.profile-stats{display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: space-between;}.profile-stats .item{font-size: 11px; line-height: 1.6em; padding: 5px; color: #4F5050; text-align: center;}.profile-stats .item:last-child{border-right-color: transparent;}.profile-stats .item strong{display: block; line-height: 1.4em; color: #141515; font-size: 17px;}.stepper{height: 40px; width: 120px; min-width: 120px; border-radius: 6px; display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex; align-items: flex-start; justify-content: space-between; overflow: hidden;}.stepper .stepper-button{width: 40px; height: 40px; color: #fff; border-radius: 6px 0 0 6px; display: -webkit-box; display: -webkit-flex; display: flex; font-size: 24px; align-items: center; justify-content: center; background: #899064; position: relative; border: 2px solid #899064;}.stepper .stepper-button:last-child{border-radius: 0 6px 6px 0;}.stepper .form-control{padding: 0 3px; width: 52px; height: 40px; border-radius: 0; box-shadow: none !important; background: transparent; text-align: center; border: 2px solid #899064; font-size: 17px; font-weight: 500; color: #899064;}.stepper-sm{height: 30px; width: 80px; min-width: 80px;}.stepper-sm .stepper-button{height: 30px; width: 30px; font-size: 17px;}.stepper-sm .form-control{height: 30px; width: 32px; font-size: 15px;}.stepper-lg{height: 48px;}.stepper-lg .stepper-button{height: 48px; font-size: 24px;}.stepper-lg .form-control{height: 48px;}.stepper-primary .stepper-button{background: #899064; border-color: #899064;}.stepper-primary .form-control{border-color: #899064; color: #899064;}.stepper-secondary .stepper-button{background: #595959; border-color: #595959;}.stepper-secondary .form-control{border-color: #595959; color: #595959;}.stepper-success .stepper-button{background: #34C759; border-color: #34C759;}.stepper-success .form-control{border-color: #34C759; color: #34C759;}.stepper-danger .stepper-button{background: #EC4433; border-color: #EC4433;}.stepper-danger .form-control{border-color: #EC4433; color: #EC4433;}.stepper-warning .stepper-button{background: #FE9500; border-color: #FE9500;}.stepper-warning .form-control{border-color: #FE9500; color: #FE9500;}.stepper-info .stepper-button{background: #592BCA; border-color: #592BCA;}.stepper-info .form-control{border-color: #592BCA; color: #592BCA;}.stepper-dark .stepper-button{background: #333; border-color: #333;}.stepper-dark .form-control{border-color: #333; color: #333;}.stepper-outline-primary .stepper-button{background: transparent; color: #899064; border-color: #899064;}.stepper-outline-primary .stepper-button:first-child{border-right: 0;}.stepper-outline-primary .stepper-button:last-child{border-left: 0;}.stepper-outline-primary .form-control{border-color: #899064; color: #899064;}.stepper-outline-secondary .stepper-button{background: transparent; color: #595959; border-color: #595959;}.stepper-outline-secondary .stepper-button:first-child{border-right: 0;}.stepper-outline-secondary .stepper-button:last-child{border-left: 0;}.stepper-outline-secondary .form-control{border-color: #595959; color: #595959;}.stepper-outline-success .stepper-button{background: transparent; color: #34C759; border-color: #34C759;}.stepper-outline-success .stepper-button:first-child{border-right: 0;}.stepper-outline-success .stepper-button:last-child{border-left: 0;}.stepper-outline-success .form-control{border-color: #34C759; color: #34C759;}.stepper-outline-danger .stepper-button{background: transparent; color: #EC4433; border-color: #EC4433;}.stepper-outline-danger .stepper-button:first-child{border-right: 0;}.stepper-outline-danger .stepper-button:last-child{border-left: 0;}.stepper-outline-danger .form-control{border-color: #EC4433; color: #EC4433;}.stepper-outline-warning .stepper-button{background: transparent; color: #FE9500; border-color: #FE9500;}.stepper-outline-warning .stepper-button:first-child{border-right: 0;}.stepper-outline-warning .stepper-button:last-child{border-left: 0;}.stepper-outline-warning .form-control{border-color: #FE9500; color: #FE9500;}.stepper-outline-info .stepper-button{background: transparent; color: #592BCA; border-color: #592BCA;}.stepper-outline-info .stepper-button:first-child{border-right: 0;}.stepper-outline-info .stepper-button:last-child{border-left: 0;}.stepper-outline-info .form-control{border-color: #592BCA; color: #592BCA;}.stepper-outline-dark .stepper-button{background: transparent; color: #333; border-color: #333;}.stepper-outline-dark .stepper-button:first-child{border-right: 0;}.stepper-outline-dark .stepper-button:last-child{border-left: 0;}.stepper-outline-dark .form-control{border-color: #333; color: #333;}.rate-block{font-size: 18px; display: -webkit-box; display: -webkit-flex; display: flex; color: #A1A1A2;}.rate-block ion-icon, .rate-block i.icon{margin-right: 3px;}.rate-block ion-icon.active, .rate-block i.icon.active{color: #FE9500;}.comment-block .rate-block{font-size: 14px;}.product-detail-header .title{margin: 0 0 2px 0; font-weight: 500; font-size: 17px; color: #141515;}.product-detail-header .text{font-size: 13px; color: #4F5050;}.product-detail-header .detail-footer{margin: 16px 0; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: space-between;}.product-detail-header .detail-footer .price .old-price{font-size: 15px; color: #4F5050; text-decoration: line-through; margin-bottom: 4px;}.product-detail-header .detail-footer .price .current-price{font-size: 24px; color: #899064; font-weight: 500;}.cart-item .card-body{padding: 16px;}.cart-item .imaged{width: 80px; height: auto;}.cart-item .in{display: -webkit-box; display: -webkit-flex; display: flex; align-items: center;}.cart-item .in .text{margin-left: 16px;}.cart-item .in .text .title{font-weight: 500; font-size: 15px; line-height: 1.2em; margin: 0 0 6px 0;}.cart-item .in .text .detail{line-height: 1.2em; margin: 0 0 4px 0; font-size: 11px; color: #A1A1A2;}.cart-item .in .text .price{font-weight: 500; font-size: 15px; color: #899064;}.cart-item .cart-item-footer{border-top: 1px solid #E1E1E1; padding: 16px 0 0 0; margin: 16px 0 0 0; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: space-between;}body.dark-mode-active{background: #0c1624 !important; color: #8195a6;}body.dark-mode-active.bg-light, body.dark-mode-active.bg-white{background: #0c1624 !important;}body.dark-mode-active #loader{background: #0c1624;}body.dark-mode-active select option{background: #0c1624; color: #fff;}body.dark-mode-active .text-muted{color: #586d7f !important;}body.dark-mode-active .bg-dark{background: #000 !important;}body.dark-mode-active .bg-light{background: #fff !important;}body.dark-mode-active h1, body.dark-mode-active h2, body.dark-mode-active h3, body.dark-mode-active h4, body.dark-mode-active h5, body.dark-mode-active h6{color: #FFFFFF;}body.dark-mode-active h1 small, body.dark-mode-active h2 small, body.dark-mode-active h3 small, body.dark-mode-active h4 small, body.dark-mode-active h5 small, body.dark-mode-active h6 small{color: #8195a6;}body.dark-mode-active .lead{color: #586d7f !important;}body.dark-mode-active .appHeader{background: #0F1C2F; border-bottom-color: #1B283B;}body.dark-mode-active .appHeader .pageTitle{color: #FFFFFF;}body.dark-mode-active .appHeader.transparent{background: transparent !important;}body.dark-mode-active .appHeader.bg-light .pageTitle{color: #141515;}body.dark-mode-active .appHeader .left .headerButton, body.dark-mode-active .appHeader .right .headerButton{color: #FFFFFF;}body.dark-mode-active .extraHeader{background: #0F1C2F; border-bottom-color: #1B283B;}body.dark-mode-active .appHeader.scrolled{background: transparent; border-bottom-color: transparent;}body.dark-mode-active .appHeader.scrolled.is-active{background: #0F1C2F; border-bottom-color: #1B283B;}body.dark-mode-active .section-title{color: #8195a6;}body.dark-mode-active .section .wide-block{background: #0F1C2F; border-top-color: #1B283B; border-bottom-color: #1B283B;}body.dark-mode-active .section .content-header, body.dark-mode-active .section .content-footer{color: #586d7f;}body.dark-mode-active .section.inset .wide-block{border-color: #1B283B;}body.dark-mode-active .header-large-title .title{color: #FFFFFF;}body.dark-mode-active .header-large-title .subtitle{color: #FFFFFF !important;}body.dark-mode-active .appBottomMenu{background: #0F1C2F; border-top-color: #1B283B;}body.dark-mode-active .appBottomMenu .item i.icon, body.dark-mode-active .appBottomMenu .item ion-icon, body.dark-mode-active .appBottomMenu .item strong{color: #FFFFFF;}body.dark-mode-active .appBottomMenu .item:hover i.icon, body.dark-mode-active .appBottomMenu .item:hover ion-icon, body.dark-mode-active .appBottomMenu .item:hover strong{color: #FFFFFF;}body.dark-mode-active .appBottomMenu.bg-light .item i.icon, body.dark-mode-active .appBottomMenu.bg-light .item ion-icon, body.dark-mode-active .appBottomMenu.bg-light .item strong{color: #141515;}body.dark-mode-active .appBottomMenu.bg-light .item:hover i.icon, body.dark-mode-active .appBottomMenu.bg-light .item:hover ion-icon, body.dark-mode-active .appBottomMenu.bg-light .item:hover strong{color: #141515;}body.dark-mode-active .accordion{background: #0F1C2F; border-top-color: #1B283B; border-bottom-color: #1B283B;}body.dark-mode-active .accordion .accordion-header .btn{color: #FFFFFF;}body.dark-mode-active .accordion .accordion-header .btn:active{background: rgba(27, 40, 59, 0.2) !important;}body.dark-mode-active .accordion .accordion-header .btn.collapsed:before{background: #1B283B;}body.dark-mode-active .inset .accordion{border-color: #1B283B;}body.dark-mode-active .action-sheet .modal-content{background: #0F1C2F;}body.dark-mode-active .action-sheet .modal-content .modal-header{border-bottom-color: #1B283B;}body.dark-mode-active .action-sheet .modal-content .modal-header .modal-title{color: #FFFFFF !important;}body.dark-mode-active .action-button-list > li .btn{color: #FFFFFF;}body.dark-mode-active .action-button-list > li .btn:active, body.dark-mode-active .action-button-list > li .btn.active{background: rgba(27, 40, 59, 0.3) !important;}body.dark-mode-active .action-button-list .action-divider{background: #1B283B;}body.dark-mode-active .listview.transparent{background: transparent !important;}body.dark-mode-active .listview-title{color: #8195a6;}body.dark-mode-active .listview-title .link{color: #586d7f;}body.dark-mode-active .listview{color: #FFFFFF; background-color: #0F1C2F !important; border-top-color: #1B283B; border-bottom-color: #1B283B;}body.dark-mode-active .listview .text-muted{color: #586d7f !important;}body.dark-mode-active .listview > li:after{background: #1B283B;}body.dark-mode-active .listview > li header, body.dark-mode-active .listview > li footer{color: #8195a6;}body.dark-mode-active .listview > li.divider-title{background: rgba(0, 0, 0, 0.1); color: #8195a6; border-top-color: #1B283B; border-bottom-color: #1B283B;}body.dark-mode-active .link-listview > li a{color: #FFFFFF !important;}body.dark-mode-active .link-listview > li a:after{background-image: url("data:image/svg+xml,%0A%3Csvg width='10px' height='16px' viewBox='0 0 10 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Listview' transform='translate(-112.000000, -120.000000)' stroke='%23586d7f' stroke-width='2.178'%3E%3Cpolyline id='Path' points='114 122 120 128 114 134'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");}body.dark-mode-active .link-listview > li a:active{background: rgba(27, 40, 59, 0.3);}body.dark-mode-active .image-listview > li a.item{color: #FFFFFF !important;}body.dark-mode-active .image-listview > li a.item:active{background: rgba(27, 40, 59, 0.3);}body.dark-mode-active .image-listview > li a.item:after{background-image: url("data:image/svg+xml,%0A%3Csvg width='10px' height='16px' viewBox='0 0 10 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Listview' transform='translate(-112.000000, -120.000000)' stroke='%23586d7f' stroke-width='2.178'%3E%3Cpolyline id='Path' points='114 122 120 128 114 134'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");}body.dark-mode-active .image-listview.media > li{border-bottom: 1px solid #1B283B;}body.dark-mode-active .btn-light{background: #fff !important; color: #000 !important; border-color: #fff !important;}body.dark-mode-active .btn-light:hover, body.dark-mode-active .btn-light:active{background: #fff !important; color: #000 !important; border-color: #fff !important; opacity: 0.8;}body.dark-mode-active .btn-dark{background: #000 !important; color: #fff !important; border-color: #000 !important;}body.dark-mode-active .btn-dark:hover, body.dark-mode-active .btn-dark:active{background: #000 !important; color: #fff !important; border-color: #000 !important; opacity: 0.6;}body.dark-mode-active .btn-outline-light{border-color: #fff !important; color: #fff !important;}body.dark-mode-active .btn-outline-light:hover, body.dark-mode-active .btn-outline-light:active{color: #fff !important; border-color: #fff !important;}body.dark-mode-active .btn-outline-dark{border-color: #000 !important; color: #000 !important;}body.dark-mode-active .btn-outline-dark:hover, body.dark-mode-active .btn-outline-dark:active{color: #000 !important; border-color: #000 !important; background: rgba(0, 0, 0, 0.2) !important;}body.dark-mode-active .card{background: #0F1C2F;}body.dark-mode-active .card .card-title{color: #FFFFFF;}body.dark-mode-active .card .card-subtitle{color: #FFFFFF;}body.dark-mode-active .card .card-header{border-bottom-color: rgba(255, 255, 255, 0.1); color: #FFFFFF;}body.dark-mode-active .card .card-footer{border-top-color: rgba(255, 255, 255, 0.1); color: #8195a6;}body.dark-mode-active .card .text-muted{color: #586d7f !important;}body.dark-mode-active .card.bg-light{color: #4F5050;}body.dark-mode-active .card.bg-light .card-title{color: #141515;}body.dark-mode-active .card.bg-light .card-subtitle{color: #141515;}body.dark-mode-active .card.bg-light .card-header{color: #000; border-bottom-color: #E1E1E1;}body.dark-mode-active .blockquote-footer{color: #8195a6;}body.dark-mode-active .custom-control .custom-control-label{color: #FFFFFF;}body.dark-mode-active .custom-control .custom-control-label:before{background: transparent; border-color: rgba(255, 255, 255, 0.15) !important;}body.dark-mode-active .custom-control .custom-control-label:active:before{background: transparent !important; border-color: #1B283B !important;}body.dark-mode-active .input-list .custom-control:after{background: #1B283B;}body.dark-mode-active .input-list .custom-control-label:active{background: rgba(27, 40, 59, 0.3);}body.dark-mode-active .chip{background: #1B283B; color: #FFFFFF;}body.dark-mode-active .chip.chip-outline{box-shadow: inset 0 0 0 1px #1B283B; background: transparent;}body.dark-mode-active .chip .chip-icon{background: #8195a6; color: #fff;}body.dark-mode-active .chip .chip-delete{color: #FFFFFF;}body.dark-mode-active .comment-block .item .text{color: #8195a6;}body.dark-mode-active .comment-block .item .comment-header .title{color: #FFFFFF;}body.dark-mode-active .comment-block .item .comment-header .time{color: #586d7f;}body.dark-mode-active .comment-block .item .comment-footer .comment-button{color: #8195a6 !important;}body.dark-mode-active .dialogbox .modal-dialog .modal-content{background: #0F1C2F; color: #8195a6;}body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-list .btn{border-bottom-color: #1B283B !important; color: #FFFFFF;}body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-list .btn:hover, body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-list .btn:focus, body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-list .btn:active, body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-list .btn.active{background: rgba(27, 40, 59, 0.3) !important;}body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-inline .btn{color: #FFFFFF; border-right-color: #1B283B !important;}body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-inline .btn:hover, body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-inline .btn:focus, body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-inline .btn:active, body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-inline .btn.active{background: rgba(27, 40, 59, 0.3) !important;}body.dark-mode-active .dialogbox .modal-dialog .modal-content .modal-header .modal-title{color: #FFFFFF;}body.dark-mode-active .dialogbox .modal-dialog .modal-content .modal-footer{border-top-color: #1B283B;}body.dark-mode-active .divider{background: #1B283B;}body.dark-mode-active .divider .icon-box{background: #1B283B;}body.dark-mode-active .dropdown .dropdown-menu, body.dark-mode-active .dropup .dropdown-menu{background: #0c1624; border: 1px solid #1B283B;}body.dark-mode-active .dropdown .dropdown-menu .dropdown-item, body.dark-mode-active .dropup .dropdown-menu .dropdown-item{color: #FFFFFF;}body.dark-mode-active .dropdown .dropdown-menu .dropdown-item:hover, body.dark-mode-active .dropdown .dropdown-menu .dropdown-item:active, body.dark-mode-active .dropup .dropdown-menu .dropdown-item:hover, body.dark-mode-active .dropup .dropdown-menu .dropdown-item:active{background: rgba(27, 40, 59, 0.5) !important; color: #FFFFFF;}body.dark-mode-active .dropdown .dropdown-menu .dropdown-divider, body.dark-mode-active .dropup .dropdown-menu .dropdown-divider{border-top-color: #1B283B !important;}body.dark-mode-active .dropdown .dropdown-menu .dropdown-header, body.dark-mode-active .dropup .dropdown-menu .dropdown-header{color: #8195a6;}body.dark-mode-active .dropdown .dropdown-menu .text, body.dark-mode-active .dropup .dropdown-menu .text{color: #8195a6;}body.dark-mode-active .dropdown .dropdown-menu i.icon, body.dark-mode-active .dropdown .dropdown-menu ion-icon, body.dark-mode-active .dropup .dropdown-menu i.icon, body.dark-mode-active .dropup .dropdown-menu ion-icon{color: #FFFFFF;}body.dark-mode-active .error-page .title{color: #FFFFFF;}body.dark-mode-active .fixed-footer{background: #0c1624;}body.dark-mode-active .fab-button .dropdown-menu{background: transparent; border-color: transparent;}body.dark-mode-active .form-wizard-section:before{background: #1B283B;}body.dark-mode-active .form-wizard-section .button-item strong{background: #1B283B; color: #586d7f;}body.dark-mode-active .form-wizard-section .button-item p{color: #586d7f;}body.dark-mode-active .form-wizard-section .button-item.active strong{background: #899064; color: #fff;}body.dark-mode-active .form-wizard-section .button-item.active p{color: #FFFFFF;}body.dark-mode-active .exampleBox{border-color: #1B283B; background: rgba(27, 40, 59, 0.3);}body.dark-mode-active .form-group .label{color: #FFFFFF;}body.dark-mode-active .form-group .input-info{color: #586d7f;}body.dark-mode-active .form-group .clear-input{color: #586d7f;}body.dark-mode-active .form-group.basic .form-control, body.dark-mode-active .form-group.basic .custom-select{border-bottom-color: #1B283B; color: #FFFFFF;}body.dark-mode-active .form-group.boxed .form-control, body.dark-mode-active .form-group.boxed .custom-select{color: #FFFFFF; background: #1B283B; border-color: #1B283B;}body.dark-mode-active .input-group .input-group-text{border-bottom-color: #1B283B; color: #FFFFFF;}body.dark-mode-active .form-button-group{background: #0c1624;}body.dark-mode-active .message-divider{color: #8195a6;}body.dark-mode-active .message-item .bubble{background: #1B283B; color: #FFFFFF;}body.dark-mode-active .message-item .title{color: #8195a6;}body.dark-mode-active .message-item .footer{color: #FFFFFF;}body.dark-mode-active .message-item.user .bubble{background: #899064;}body.dark-mode-active .chatFooter{background: #0F1C2F; border-top-color: #1B283B;}body.dark-mode-active .modalbox{background: #0c1624;}body.dark-mode-active .modalbox .modal-dialog .modal-content{background: #0c1624;}body.dark-mode-active .modalbox .modal-dialog .modal-content .modal-header{border-bottom-color: #1B283B; background: #0F1C2F;}body.dark-mode-active .modalbox .modal-dialog .modal-content .modal-header .modal-title{color: #FFFFFF;}body.dark-mode-active .notification-box{position: fixed; left: 0; top: -100%; right: 0; width: 100%; z-index: 9999; transition: 0.3s all;}body.dark-mode-active .notification-box.show{top: 0;}body.dark-mode-active .notification-dialog.android-style{background: #0a1320;}body.dark-mode-active .notification-dialog.android-style .notification-header .in strong{color: #FFFFFF;}body.dark-mode-active .notification-dialog.android-style .notification-header .close-button{color: #586d7f;}body.dark-mode-active .notification-dialog.android-style .notification-header .close-button:hover, body.dark-mode-active .notification-dialog.android-style .notification-header .close-button:active{color: #8195a6;}body.dark-mode-active .notification-dialog.android-style .icon-box{color: #586d7f;}body.dark-mode-active .notification-dialog.android-style .notification-footer{border-top: 1px solid #1B283B;}body.dark-mode-active .notification-dialog.android-style .notification-footer .notification-button{border-right: 1px solid #1B283B;}body.dark-mode-active .notification-dialog.android-style .notification-footer .notification-button:hover, body.dark-mode-active .notification-dialog.android-style .notification-footer .notification-button:active{background: rgba(27, 40, 59, 0.3);}body.dark-mode-active .notification-dialog.ios-style{background: #0a1320;}body.dark-mode-active .notification-dialog.ios-style .icon-box{color: #586d7f;}body.dark-mode-active .panelbox .modal-dialog .modal-content{background: #0F1C2F;}body.dark-mode-active .panelbox .modal-dialog .modal-content .modal-header .modal-title{color: #FFFFFF;}body.dark-mode-active .pagination.pagination-secondary .page-item .page-link{background: #0c1624; color: #8195a6;}body.dark-mode-active .progress{background: #162a46;}body.dark-mode-active .searchbox .form-control{border-color: #1B283B !important; color: #FFFFFF; background: #1B283B;}body.dark-mode-active .searchbox .form-control:focus{border-color: #2b405e !important;}body.dark-mode-active .searchbox .form-control:focus ~ .input-icon{color: #FFFFFF;}body.dark-mode-active .searchbox .close{color: #586d7f;}body.dark-mode-active .searchbox .input-icon{color: #586d7f;}body.dark-mode-active #search{background: #0F1C2F; border-bottom-color: #0F1C2F;}body.dark-mode-active #search .searchbox .form-control{color: #FFFFFF;}body.dark-mode-active #search .searchbox .form-control:focus{border-color: #030407;}body.dark-mode-active #search .searchbox .form-control:focus ~ .input-icon{color: #FFFFFF;}body.dark-mode-active #search .searchbox .input-icon{color: #586d7f;}body.dark-mode-active .table{color: #8195a6;}body.dark-mode-active .table thead th{color: #FFFFFF;}body.dark-mode-active .table td, body.dark-mode-active .table th{border-color: rgba(255, 255, 255, 0.1);}body.dark-mode-active .table-dark{background: #080f19;}body.dark-mode-active .table-striped tbody tr:nth-of-type(odd){background: rgba(27, 40, 59, 0.4);}body.dark-mode-active .table-bordered td, body.dark-mode-active .table-bordered th{border-color: #1B283B;}body.dark-mode-active .timeline:before{background: #1B283B;}body.dark-mode-active .timeline .dot{background: darkModeColorLight; box-shadow: 0 0 0 4px #0F1C2F;}body.dark-mode-active .toast-box{background: #060a11;}body.dark-mode-active .appFooter{border-top-color: #1B283B; background: #0c1624;}body.dark-mode-active .appFooter .footer-title{color: #FFFFFF;}body.dark-mode-active .appFooter .btn-icon{color: #586d7f;}body.dark-mode-active .sidebar-buttons{background: #0c1624; border-top: 1px solid #1B283B;}body.dark-mode-active .sidebar-buttons .button{color: #FFFFFF;}body.dark-mode-active .sidebar-buttons .button:hover, body.dark-mode-active .sidebar-buttons .button:active{background: rgba(27, 40, 59, 0.2);}body.dark-mode-active .sidebar-buttons:last-child{border-right-color: transparent;}body.dark-mode-active .profileBox .in strong{color: #fff;}body.dark-mode-active .profileBox .in .text-muted{color: rgba(255, 255, 255, 0.5) !important;}body.dark-mode-active .close-sidebar-button{color: rgba(255, 255, 255, 0.5) !important;}body.dark-mode-active .close-sidebar-button:active{background: rgba(27, 40, 59, 0.3);}body.dark-mode-active .ios-add-to-home, body.dark-mode-active .android-add-to-home{background: rgba(12, 22, 36, 0.4) !important;}body.dark-mode-active .ios-add-to-home .modal-content:before, body.dark-mode-active .android-add-to-home .modal-content:before{border-top-color: #0F1C2F;}body.dark-mode-active .ios-add-to-home .modal-content .action-sheet-content, body.dark-mode-active .android-add-to-home .modal-content .action-sheet-content{color: #FFFFFF;}body.dark-mode-active .demoIcons{color: #8195a6;}body.dark-mode-active .custom-file-upload label{background-color: rgba(27, 40, 59, 0.2); border-color: #1B283B;}body.dark-mode-active .custom-file-upload label span{color: #586d7f;}body.dark-mode-active .custom-file-upload label span i.icon, body.dark-mode-active .custom-file-upload label span ion-icon{color: #586d7f;}body.dark-mode-active .custom-file-upload label.file-uploaded span{color: #8195a6; background-color: #1B283B;}body.dark-mode-active .nav-tabs.style1{background: rgba(27, 40, 59, 0.4);}body.dark-mode-active .nav-tabs.style1 .nav-item .nav-link{color: #8195a6;}body.dark-mode-active .nav-tabs.style1 .nav-item .nav-link.active{background: #23344c; color: #FFFFFF;}body.dark-mode-active .nav-tabs.lined .nav-item .nav-link{color: #8195a6; background: transparent;}body.dark-mode-active .nav-tabs.lined .nav-item .nav-link.active{background: transparent; color: #899064;}body.dark-mode-active .blog-post .post-header{color: #586d7f; border-top-color: #1B283B; border-bottom-color: #1B283B;}body.dark-mode-active .blog-post .post-header a{color: #FFFFFF;}body.dark-mode-active #countDown{color: #FFFFFF;}body.dark-mode-active #countDown > div{border-color: #1B283B;}body.dark-mode-active #countDown > div span{color: #586d7f;}body.dark-mode-active figure.codebox{background: #1B283B;}body.dark-mode-active figure.codebox code{color: #FFFFFF;}body.dark-mode-active .profile-head .in .subtext{color: #586d7f;}body.dark-mode-active .profile-info .bio{color: #8195a6;}body.dark-mode-active .profile-stats .item{color: #8195a6;}body.dark-mode-active .profile-stats .item strong{color: #FFFFFF;}body.dark-mode-active .rate-block{color: #586d7f;}body.dark-mode-active .product-detail-header .title{color: #FFFFFF;}body.dark-mode-active .product-detail-header .text{color: #8195a6;}body.dark-mode-active .product-detail-header .detail-footer .price .old-price{color: #8195a6;}body.dark-mode-active .cart-item .in .text .detail{color: #586d7f;}body.dark-mode-active .cart-item .cart-item-footer{border-top: 1px solid #1B283B;}.combo-submit{position: absolute; top: 0px; right: 0px;}.order-content{font-size: 12px; padding: 5px;}.order-content > hr{border-bottom: 0.5px dashed; border-top: none;}.order-header{width: 100%; float: left;}.order-header > div, img{float: left; vertical-align: middle;}.order-title{width: 55%; font-size: 15px; color: #899064; text-align: left; font-weight: bold;}.order-status{width: 44%; color: #FE9500; text-align: right;}.order-footer{width: 100%; float: left;}.order-footer div{float: left;}.order-info{width: 70%;}.order-info > div{width: 100%; padding-bottom: 5px;}.order-detail{width: 30%;}.detail-link{margin-top: 20px; background: #899064; color: #fff; border-radius: 10px; float: right !important;}.te_product_media .te_product_name{color: #005f1c;}#products_grid .product_price > h4 b, #product_details .product_price > h4 b{color: #e56b00 !important; font-family: roboto,Sans-serif !important;}.row_detail_order .col_detail_order .info_detail_order{width: 350%; height: 17px; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center; border: none !important; font-size: 13px; margin-left: -150%;}.row_detail_order{margin-left: -15px !important; margin-right: -20px !important;}.list_detail_order_view{border-bottom: none !important;}.wide_block_detail_order{border-bottom: none !important; border-top: none !important; padding-bottom: 25px !important; padding-top: 5px !important;}.title_order_detail{color: #899064 !important; font-size: 20px !important; padding-left: 2px !important;}@media (max-width: 767.98px){.te_product_slider_mobile_1 .te_prod_info{background: #ffffff;}.te_product_slider_mobile_1 img{height: 160px;}.te_product_slider_mobile_1 .te_prod_info a.text-decoration-none{width: 100%; float: left; text-align: left; color: #899064;}.te_product_slider_mobile_1 .te_prod_info .te_prod_info_sub .text-decoration-none .product_name{font-size: 14px !important; font-weight: 600; color: #899064;}.te_prod_info .te_prod_info_sub .product_price{color: #F58A21; position: relative; float: left; width: 100%; text-align: center; margin-bottom: 10px;}.carousel-inner{border-radius: 8px; background-color: #ffffff; margin-bottom: 12px; margin-top: 12px;}.carousel_height_200 .carousel-inner, .carousel_height_200 .carousel-inner .carousel-item{height: 140px !important;}.container .s_nb_column_fixed .o_colored_level{padding-bottom: 0px !important; padding-top: 20px !important;}.te_arrow_set .o_colored_level .align-items-center .te_employee_main .pt-4{padding-top: 0px !important;}.js_filter_data .te_product_slider_3 .te_product_slider_3_block_mobi .te_style_3_border .te_prod_info_3 .te_prod_info_sub .product_price{color: #e6730f;}.js_filter_data .te_product_slider_3 .te_product_slider_3_block_mobi .te_style_3_border .te_slider_img .o_carousel_product_card_img_top{border: solid 1px; border-radius: 15px;}.js_filter_data .te_product_slider_3 .te_product_slider_3_block_mobi .te_style_3_border .te_prod_info_3 .te_prod_info_sub .text-decoration-none .product_name{color: #899064; font-family: roboto, Sans-serif;}.js_filter_data .te_product_slider_3 .te_product_slider_3_block_mobi form .te_style_3_border{border: none !important;}.s_carousel .te_arrow_set .carousel_item_mobile .align-items-center .te_emp_img_name .text-center .mx-auto .img_mobile{max-height: 40px !important;}.te_arrow_set .o_colored_level .row .o_colored_level .text-center .mx-auto .te_cust_img{max-height: 70px !important; margin-left: 8px;}.oe_structure .o_colored_level .row .te_block_hover{border: none !important;}.homepage main .oe_structure .container-fluid .row{background-color: white;}.homepage main .oe_structure .container-fluid .content{background-color: transparent;}.s_carousel .te_arrow_set .o_colored_level .align-items-center{padding-left: 5px;}.carousel-item .row .te_emp_img_name .text-center .o_colored_level .te_c_employee_name{vertical-align: top; display: inline-block; text-align: center; margin-left: -8%; font-size: 14px !important;}.te_pc_style_main .owl-nav button.owl-prev, .te_pc_style_main .owl-nav button.owl-next{color: #f1f1f1;}.homepage main .oe_structure .container-fluid{width: 102%; padding-left: unset;}.homepage main .oe_structure .te_customer_testimonial_s5 .container{padding-right: unset; padding-left: unset;}.te_customer_testimonial_s5 .te_customer_testimonial_item .te_cutomer_item_bg p{height: unset;}.te_slider_5_content form .te_prod_info .te_prod_info_sub .te_prod_cart_wish .te_theme_button:before{border-bottom: 1px solid #ffffff; border-left: 1px solid #ffffff;}.te_slider_5_content form .te_prod_info .te_prod_info_sub .te_prod_cart_wish .te_theme_button:after{border-top: 1px solid #ffffff; border-right: 1px solid #ffffff;}.te_prod_info_4 .d-block .text-decoration-none .product_name{font-size: 16px !important; color: #899064;}.te_slider_4_content .te_prod_info_4 .product_price{color: #F58A21;}.te_slider_5_content a.btn.btn-secondary{width: 120%; font-size: 16px; border-radius: 35px; background-color: #899064 !important; color: white !important; border: none; margin-left: -10%;}.te_slider_4_content .te_prod_info_4 .btn{width: 100%; font-size: 16px; border-radius: 35px; background-color: #899064 !important; color: white !important; border: none;}.te_product_slider_3 .te_prod_info_3 .te_prod_info_sub .te_prod_cart_wish_3 .btn{width: 100%; font-size: 16px; border-radius: 35px; background-color: #899064 !important; color: white !important; border: none;}.fa-shopping-cart{color: white !important;}.homepage main .oe_structure oe_empty .o_colored_level{background-color: white; border-radius: 8px; margin-left: 16px; margin-right: 16px;}.js_slider_snippet{background-color: white; border-radius: 8px; margin-left: 16px; margin-right: 16px;}.js_data_container .js_filter_data .owl-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item form .te_slider_img{border: none !important;}.pb20{padding-bottom: 20px !important;}.pt35{padding-top: 35px !important;}.pt20{padding-top: 20px !important;}.pb35{padding-bottom: 35px !important;}.te_block_hover .te_block_indide_div:hover{transform: translateY(-25%);}.s_carousel .carousel-inner .carousel-item .align-items-center .te_emp_img_name .text-center .pt-sm-4{vertical-align: top; display: inline-block; margin-top: -18px;}.o_colored_level .container .s_nb_column_fixed .s_title .te_s_title_default{color: #899064; font-family: Source Sans Pro, Odoo Unicode Support Noto, sans-serif; letter-spacing: 0.01em; line-height: 2.3em; font-weight: 500; margin-bottom: -10px; font-size: 18px !important; text-align: left; background-color: white; border-radius: 8px; padding-left: 3%;}.cancel-icon{float: right; cursor: pointer; margin-left: 94%;}}

/* /theme_ladophar_mobile/static/src/scss/theme_color.scss defined in bundle 'web.assets_common' */
 

/* /theme_ladophar_mobile/static/src/scss/customise_variables.scss defined in bundle 'web.assets_common' */
 

/* /theme_clarico_vega/static/src/scss/theme_color.scss defined in bundle 'web.assets_common' */
 

/* /theme_clarico_vega/static/src/scss/customise_variables.scss defined in bundle 'web.assets_common' */
 

/* /web_editor/static/src/scss/web_editor.variables.scss defined in bundle 'web.assets_common' */
 

/* /mail/static/src/scss/variables.scss defined in bundle 'web.assets_common' */
 

/* /hr_org_chart/static/src/scss/variables.scss defined in bundle 'web.assets_common' */
 

/* /portal/static/src/scss/primary_variables.scss defined in bundle 'web.assets_common' */
 

/* /website/static/src/scss/primary_variables.scss defined in bundle 'web.assets_common' */
 

/* /website/static/src/scss/options/user_values.custom.web.assets_common.scss defined in bundle 'web.assets_common' */
 

/* /website/static/src/scss/options/colors/user_color_palette.scss defined in bundle 'web.assets_common' */
 

/* /website/static/src/scss/options/colors/user_theme_color_palette.custom.web.assets_common.scss defined in bundle 'web.assets_common' */
 

/* /website/static/src/snippets/s_badge/000_variables.scss defined in bundle 'web.assets_common' */
 

/* /website/static/src/snippets/s_product_list/000_variables.scss defined in bundle 'web.assets_common' */
 

/* /website_sale/static/src/scss/primary_variables.scss defined in bundle 'web.assets_common' */
 

/* /account/static/src/scss/variables.scss defined in bundle 'web.assets_common' */
 @keyframes animate-red{0%{color: red;}100%{color: inherit;}}.animate{animation: animate-red 1s ease;}

/* /code_backend_theme/static/src/scss/mobile/primary_variables.scss defined in bundle 'web.assets_common' */
 

/* /code_backend_theme/static/src/scss/mobile/secondary_variables.scss defined in bundle 'web.assets_common' */
 

/* /website/static/src/scss/secondary_variables.scss defined in bundle 'web.assets_common' */
 

/* /web_editor/static/src/scss/secondary_variables.scss defined in bundle 'web.assets_common' */
 

/* /web/static/src/scss/secondary_variables.scss defined in bundle 'web.assets_common' */
 

/* /web/static/lib/bootstrap/scss/_variables.scss defined in bundle 'web.assets_common' */
 

/* /web/static/lib/jquery.ui/jquery-ui.css defined in bundle 'web.assets_common' */
 .ui-draggable-handle{-ms-touch-action: none; touch-action: none;}.ui-helper-hidden{display: none;}.ui-helper-hidden-accessible{border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}.ui-helper-reset{margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;}.ui-helper-clearfix:before, .ui-helper-clearfix:after{content: ""; display: table; border-collapse: collapse;}.ui-helper-clearfix:after{clear: both;}.ui-helper-zfix{width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0);}.ui-front{z-index: 100;}.ui-state-disabled{cursor: default !important; pointer-events: none;}.ui-icon{display: inline-block; vertical-align: middle; margin-top: -.25em; position: relative; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat;}.ui-widget-icon-block{left: 50%; margin-left: -8px; display: block;}.ui-widget-overlay{position: fixed; top: 0; left: 0; width: 100%; height: 100%;}.ui-resizable{position: relative;}.ui-resizable-handle{position: absolute; font-size: 0.1px; display: block; -ms-touch-action: none; touch-action: none;}.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle{display: none;}.ui-resizable-n{cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0;}.ui-resizable-s{cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0;}.ui-resizable-e{cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%;}.ui-resizable-w{cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%;}.ui-resizable-se{cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px;}.ui-resizable-sw{cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px;}.ui-resizable-nw{cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px;}.ui-resizable-ne{cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}.ui-selectable{-ms-touch-action: none; touch-action: none;}.ui-selectable-helper{position: absolute; z-index: 100; border: 1px dotted black;}.ui-sortable-handle{-ms-touch-action: none; touch-action: none;}.ui-autocomplete{position: absolute; top: 0; left: 0; cursor: default;}.ui-menu{list-style: none; padding: 0; margin: 0; display: block; outline: 0;}.ui-menu .ui-menu{position: absolute;}.ui-menu .ui-menu-item{margin: 0; cursor: pointer; list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");}.ui-menu .ui-menu-item-wrapper{position: relative; padding: 3px 1em 3px .4em;}.ui-menu .ui-menu-divider{margin: 5px 0; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0;}.ui-menu .ui-state-focus, .ui-menu .ui-state-active{margin: -1px;}.ui-menu-icons{position: relative;}.ui-menu-icons .ui-menu-item-wrapper{padding-left: 2em;}.ui-menu .ui-icon{position: absolute; top: 0; bottom: 0; left: .2em; margin: auto 0;}.ui-menu .ui-menu-icon{left: auto; right: 0;}.ui-datepicker{width: 17em; padding: .2em .2em 0; display: none;}.ui-datepicker .ui-datepicker-header{position: relative; padding: .2em 0;}.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{position: absolute; top: 2px; width: 1.8em; height: 1.8em;}.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover{top: 1px;}.ui-datepicker .ui-datepicker-prev{left: 2px;}.ui-datepicker .ui-datepicker-next{right: 2px;}.ui-datepicker .ui-datepicker-prev-hover{left: 1px;}.ui-datepicker .ui-datepicker-next-hover{right: 1px;}.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;}.ui-datepicker .ui-datepicker-title{margin: 0 2.3em; line-height: 1.8em; text-align: center;}.ui-datepicker .ui-datepicker-title select{font-size: 1em; margin: 1px 0;}.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{width: 45%;}.ui-datepicker table{width: 100%; font-size: .9em; border-collapse: collapse; margin: 0 0 .4em;}.ui-datepicker th{padding: .7em .3em; text-align: center; font-weight: bold; border: 0;}.ui-datepicker td{border: 0; padding: 1px;}.ui-datepicker td span, .ui-datepicker td a{display: block; padding: .2em; text-align: right; text-decoration: none;}.ui-datepicker .ui-datepicker-buttonpane{background-image: none; margin: .7em 0 0 0; padding: 0 .2em; border-left: 0; border-right: 0; border-bottom: 0;}.ui-datepicker .ui-datepicker-buttonpane button{float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width: auto; overflow: visible;}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float: left;}.ui-datepicker.ui-datepicker-multi{width: auto;}.ui-datepicker-multi .ui-datepicker-group{float: left;}.ui-datepicker-multi .ui-datepicker-group table{width: 95%; margin: 0 auto .4em;}.ui-datepicker-multi-2 .ui-datepicker-group{width: 50%;}.ui-datepicker-multi-3 .ui-datepicker-group{width: 33.3%;}.ui-datepicker-multi-4 .ui-datepicker-group{width: 25%;}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width: 0;}.ui-datepicker-multi .ui-datepicker-buttonpane{clear: left;}.ui-datepicker-row-break{clear: both; width: 100%; font-size: 0;}.ui-datepicker-rtl{direction: rtl;}.ui-datepicker-rtl .ui-datepicker-prev{right: 2px; left: auto;}.ui-datepicker-rtl .ui-datepicker-next{left: 2px; right: auto;}.ui-datepicker-rtl .ui-datepicker-prev:hover{right: 1px; left: auto;}.ui-datepicker-rtl .ui-datepicker-next:hover{left: 1px; right: auto;}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear: right;}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float: left;}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group{float: right;}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width: 0; border-left-width: 1px;}.ui-datepicker .ui-icon{display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; left: .5em; top: .3em;}.ui-tooltip{padding: 8px; position: absolute; z-index: 9999; max-width: 300px;}body .ui-tooltip{border-width: 2px;}.ui-widget{font-family: Arial,Helvetica,sans-serif; font-size: 1em;}.ui-widget .ui-widget{font-size: 1em;}.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{font-family: Arial,Helvetica,sans-serif; font-size: 1em;}.ui-widget.ui-widget-content{border: 1px solid #c5c5c5;}.ui-widget-content{border: 1px solid #dddddd; background: #ffffff; color: #333333;}.ui-widget-content a{color: #333333;}.ui-widget-header{border: 1px solid #dddddd; background: #e9e9e9; color: #333333; font-weight: bold;}.ui-widget-header a{color: #333333;}.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{border: 1px solid #c5c5c5; background: #f6f6f6; font-weight: normal; color: #454545;}.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button{color: #454545; text-decoration: none;}.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus{border: 1px solid #cccccc; background: #ededed; font-weight: normal; color: #2b2b2b;}.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus{color: #2b2b2b; text-decoration: none;}.ui-visual-focus{box-shadow: 0 0 3px 1px rgb(94, 158, 214);}.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{border: 1px solid #003eff; background: #007fff; font-weight: normal; color: #ffffff;}.ui-icon-background, .ui-state-active .ui-icon-background{border: #003eff; background-color: #ffffff;}.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{color: #ffffff; text-decoration: none;}.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{border: 1px solid #dad55e; background: #fffa90; color: #777620;}.ui-state-checked{border: 1px solid #dad55e; background: #fffa90;}.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a{color: #777620;}.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error{border: 1px solid #f1a899; background: #fddfdf; color: #5f3f3f;}.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a{color: #5f3f3f;}.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text{color: #5f3f3f;}.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary{font-weight: bold;}.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary{opacity: .7; filter:Alpha(Opacity=70); font-weight: normal;}.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled{opacity: .35; filter:Alpha(Opacity=35); background-image: none;}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35);}.ui-icon{width: 16px; height: 16px;}.ui-icon, .ui-widget-content .ui-icon{background-image: url("/web/static/lib/jquery.ui/images/ui-icons_444444_256x240.png");}.ui-widget-header .ui-icon{background-image: url("/web/static/lib/jquery.ui/images/ui-icons_444444_256x240.png");}.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon{background-image: url("/web/static/lib/jquery.ui/images/ui-icons_555555_256x240.png");}.ui-state-active .ui-icon, .ui-button:active .ui-icon{background-image: url("/web/static/lib/jquery.ui/images/ui-icons_ffffff_256x240.png");}.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon{background-image: url("/web/static/lib/jquery.ui/images/ui-icons_777620_256x240.png");}.ui-state-error .ui-icon, .ui-state-error-text .ui-icon{background-image: url("/web/static/lib/jquery.ui/images/ui-icons_cc0000_256x240.png");}.ui-button .ui-icon{background-image: url("/web/static/lib/jquery.ui/images/ui-icons_777777_256x240.png");}.ui-icon-blank{background-position: 16px 16px;}.ui-icon-caret-1-n{background-position: 0 0;}.ui-icon-caret-1-ne{background-position: -16px 0;}.ui-icon-caret-1-e{background-position: -32px 0;}.ui-icon-caret-1-se{background-position: -48px 0;}.ui-icon-caret-1-s{background-position: -65px 0;}.ui-icon-caret-1-sw{background-position: -80px 0;}.ui-icon-caret-1-w{background-position: -96px 0;}.ui-icon-caret-1-nw{background-position: -112px 0;}.ui-icon-caret-2-n-s{background-position: -128px 0;}.ui-icon-caret-2-e-w{background-position: -144px 0;}.ui-icon-triangle-1-n{background-position: 0 -16px;}.ui-icon-triangle-1-ne{background-position: -16px -16px;}.ui-icon-triangle-1-e{background-position: -32px -16px;}.ui-icon-triangle-1-se{background-position: -48px -16px;}.ui-icon-triangle-1-s{background-position: -65px -16px;}.ui-icon-triangle-1-sw{background-position: -80px -16px;}.ui-icon-triangle-1-w{background-position: -96px -16px;}.ui-icon-triangle-1-nw{background-position: -112px -16px;}.ui-icon-triangle-2-n-s{background-position: -128px -16px;}.ui-icon-triangle-2-e-w{background-position: -144px -16px;}.ui-icon-arrow-1-n{background-position: 0 -32px;}.ui-icon-arrow-1-ne{background-position: -16px -32px;}.ui-icon-arrow-1-e{background-position: -32px -32px;}.ui-icon-arrow-1-se{background-position: -48px -32px;}.ui-icon-arrow-1-s{background-position: -65px -32px;}.ui-icon-arrow-1-sw{background-position: -80px -32px;}.ui-icon-arrow-1-w{background-position: -96px -32px;}.ui-icon-arrow-1-nw{background-position: -112px -32px;}.ui-icon-arrow-2-n-s{background-position: -128px -32px;}.ui-icon-arrow-2-ne-sw{background-position: -144px -32px;}.ui-icon-arrow-2-e-w{background-position: -160px -32px;}.ui-icon-arrow-2-se-nw{background-position: -176px -32px;}.ui-icon-arrowstop-1-n{background-position: -192px -32px;}.ui-icon-arrowstop-1-e{background-position: -208px -32px;}.ui-icon-arrowstop-1-s{background-position: -224px -32px;}.ui-icon-arrowstop-1-w{background-position: -240px -32px;}.ui-icon-arrowthick-1-n{background-position: 1px -48px;}.ui-icon-arrowthick-1-ne{background-position: -16px -48px;}.ui-icon-arrowthick-1-e{background-position: -32px -48px;}.ui-icon-arrowthick-1-se{background-position: -48px -48px;}.ui-icon-arrowthick-1-s{background-position: -64px -48px;}.ui-icon-arrowthick-1-sw{background-position: -80px -48px;}.ui-icon-arrowthick-1-w{background-position: -96px -48px;}.ui-icon-arrowthick-1-nw{background-position: -112px -48px;}.ui-icon-arrowthick-2-n-s{background-position: -128px -48px;}.ui-icon-arrowthick-2-ne-sw{background-position: -144px -48px;}.ui-icon-arrowthick-2-e-w{background-position: -160px -48px;}.ui-icon-arrowthick-2-se-nw{background-position: -176px -48px;}.ui-icon-arrowthickstop-1-n{background-position: -192px -48px;}.ui-icon-arrowthickstop-1-e{background-position: -208px -48px;}.ui-icon-arrowthickstop-1-s{background-position: -224px -48px;}.ui-icon-arrowthickstop-1-w{background-position: -240px -48px;}.ui-icon-arrowreturnthick-1-w{background-position: 0 -64px;}.ui-icon-arrowreturnthick-1-n{background-position: -16px -64px;}.ui-icon-arrowreturnthick-1-e{background-position: -32px -64px;}.ui-icon-arrowreturnthick-1-s{background-position: -48px -64px;}.ui-icon-arrowreturn-1-w{background-position: -64px -64px;}.ui-icon-arrowreturn-1-n{background-position: -80px -64px;}.ui-icon-arrowreturn-1-e{background-position: -96px -64px;}.ui-icon-arrowreturn-1-s{background-position: -112px -64px;}.ui-icon-arrowrefresh-1-w{background-position: -128px -64px;}.ui-icon-arrowrefresh-1-n{background-position: -144px -64px;}.ui-icon-arrowrefresh-1-e{background-position: -160px -64px;}.ui-icon-arrowrefresh-1-s{background-position: -176px -64px;}.ui-icon-arrow-4{background-position: 0 -80px;}.ui-icon-arrow-4-diag{background-position: -16px -80px;}.ui-icon-extlink{background-position: -32px -80px;}.ui-icon-newwin{background-position: -48px -80px;}.ui-icon-refresh{background-position: -64px -80px;}.ui-icon-shuffle{background-position: -80px -80px;}.ui-icon-transfer-e-w{background-position: -96px -80px;}.ui-icon-transferthick-e-w{background-position: -112px -80px;}.ui-icon-folder-collapsed{background-position: 0 -96px;}.ui-icon-folder-open{background-position: -16px -96px;}.ui-icon-document{background-position: -32px -96px;}.ui-icon-document-b{background-position: -48px -96px;}.ui-icon-note{background-position: -64px -96px;}.ui-icon-mail-closed{background-position: -80px -96px;}.ui-icon-mail-open{background-position: -96px -96px;}.ui-icon-suitcase{background-position: -112px -96px;}.ui-icon-comment{background-position: -128px -96px;}.ui-icon-person{background-position: -144px -96px;}.ui-icon-print{background-position: -160px -96px;}.ui-icon-trash{background-position: -176px -96px;}.ui-icon-locked{background-position: -192px -96px;}.ui-icon-unlocked{background-position: -208px -96px;}.ui-icon-bookmark{background-position: -224px -96px;}.ui-icon-tag{background-position: -240px -96px;}.ui-icon-home{background-position: 0 -112px;}.ui-icon-flag{background-position: -16px -112px;}.ui-icon-calendar{background-position: -32px -112px;}.ui-icon-cart{background-position: -48px -112px;}.ui-icon-pencil{background-position: -64px -112px;}.ui-icon-clock{background-position: -80px -112px;}.ui-icon-disk{background-position: -96px -112px;}.ui-icon-calculator{background-position: -112px -112px;}.ui-icon-zoomin{background-position: -128px -112px;}.ui-icon-zoomout{background-position: -144px -112px;}.ui-icon-search{background-position: -160px -112px;}.ui-icon-wrench{background-position: -176px -112px;}.ui-icon-gear{background-position: -192px -112px;}.ui-icon-heart{background-position: -208px -112px;}.ui-icon-star{background-position: -224px -112px;}.ui-icon-link{background-position: -240px -112px;}.ui-icon-cancel{background-position: 0 -128px;}.ui-icon-plus{background-position: -16px -128px;}.ui-icon-plusthick{background-position: -32px -128px;}.ui-icon-minus{background-position: -48px -128px;}.ui-icon-minusthick{background-position: -64px -128px;}.ui-icon-close{background-position: -80px -128px;}.ui-icon-closethick{background-position: -96px -128px;}.ui-icon-key{background-position: -112px -128px;}.ui-icon-lightbulb{background-position: -128px -128px;}.ui-icon-scissors{background-position: -144px -128px;}.ui-icon-clipboard{background-position: -160px -128px;}.ui-icon-copy{background-position: -176px -128px;}.ui-icon-contact{background-position: -192px -128px;}.ui-icon-image{background-position: -208px -128px;}.ui-icon-video{background-position: -224px -128px;}.ui-icon-script{background-position: -240px -128px;}.ui-icon-alert{background-position: 0 -144px;}.ui-icon-info{background-position: -16px -144px;}.ui-icon-notice{background-position: -32px -144px;}.ui-icon-help{background-position: -48px -144px;}.ui-icon-check{background-position: -64px -144px;}.ui-icon-bullet{background-position: -80px -144px;}.ui-icon-radio-on{background-position: -96px -144px;}.ui-icon-radio-off{background-position: -112px -144px;}.ui-icon-pin-w{background-position: -128px -144px;}.ui-icon-pin-s{background-position: -144px -144px;}.ui-icon-play{background-position: 0 -160px;}.ui-icon-pause{background-position: -16px -160px;}.ui-icon-seek-next{background-position: -32px -160px;}.ui-icon-seek-prev{background-position: -48px -160px;}.ui-icon-seek-end{background-position: -64px -160px;}.ui-icon-seek-start{background-position: -80px -160px;}.ui-icon-seek-first{background-position: -80px -160px;}.ui-icon-stop{background-position: -96px -160px;}.ui-icon-eject{background-position: -112px -160px;}.ui-icon-volume-off{background-position: -128px -160px;}.ui-icon-volume-on{background-position: -144px -160px;}.ui-icon-power{background-position: 0 -176px;}.ui-icon-signal-diag{background-position: -16px -176px;}.ui-icon-signal{background-position: -32px -176px;}.ui-icon-battery-0{background-position: -48px -176px;}.ui-icon-battery-1{background-position: -64px -176px;}.ui-icon-battery-2{background-position: -80px -176px;}.ui-icon-battery-3{background-position: -96px -176px;}.ui-icon-circle-plus{background-position: 0 -192px;}.ui-icon-circle-minus{background-position: -16px -192px;}.ui-icon-circle-close{background-position: -32px -192px;}.ui-icon-circle-triangle-e{background-position: -48px -192px;}.ui-icon-circle-triangle-s{background-position: -64px -192px;}.ui-icon-circle-triangle-w{background-position: -80px -192px;}.ui-icon-circle-triangle-n{background-position: -96px -192px;}.ui-icon-circle-arrow-e{background-position: -112px -192px;}.ui-icon-circle-arrow-s{background-position: -128px -192px;}.ui-icon-circle-arrow-w{background-position: -144px -192px;}.ui-icon-circle-arrow-n{background-position: -160px -192px;}.ui-icon-circle-zoomin{background-position: -176px -192px;}.ui-icon-circle-zoomout{background-position: -192px -192px;}.ui-icon-circle-check{background-position: -208px -192px;}.ui-icon-circlesmall-plus{background-position: 0 -208px;}.ui-icon-circlesmall-minus{background-position: -16px -208px;}.ui-icon-circlesmall-close{background-position: -32px -208px;}.ui-icon-squaresmall-plus{background-position: -48px -208px;}.ui-icon-squaresmall-minus{background-position: -64px -208px;}.ui-icon-squaresmall-close{background-position: -80px -208px;}.ui-icon-grip-dotted-vertical{background-position: 0 -224px;}.ui-icon-grip-dotted-horizontal{background-position: -16px -224px;}.ui-icon-grip-solid-vertical{background-position: -32px -224px;}.ui-icon-grip-solid-horizontal{background-position: -48px -224px;}.ui-icon-gripsmall-diagonal-se{background-position: -64px -224px;}.ui-icon-grip-diagonal-se{background-position: -80px -224px;}.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl{border-top-left-radius: 3px;}.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr{border-top-right-radius: 3px;}.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl{border-bottom-left-radius: 3px;}.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{border-bottom-right-radius: 3px;}.ui-widget-overlay{background: #aaaaaa; opacity: .3; filter: Alpha(Opacity=30);}.ui-widget-shadow{-webkit-box-shadow: 0px 0px 5px #666666; box-shadow: 0px 0px 5px #666666;}

/* /web/static/lib/fontawesome/css/font-awesome.css defined in bundle 'web.assets_common' */
 @font-face{font-family: 'FontAwesome'; src: url('/web/static/lib/fontawesome/css/../fonts/fontawesome-webfont.eot?v=4.7.0'); src: url('/web/static/lib/fontawesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/web/static/lib/fontawesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/web/static/lib/fontawesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/web/static/lib/fontawesome/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/web/static/lib/fontawesome/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; font-display: block;}.fa{display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}.fa-lg{font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%;}.fa-2x{font-size: 2em;}.fa-3x{font-size: 3em;}.fa-4x{font-size: 4em;}.fa-5x{font-size: 5em;}.fa-fw{width: 1.28571429em; text-align: center;}.fa-ul{padding-left: 0; margin-left: 2.14285714em; list-style-type: none;}.fa-ul > li{position: relative;}.fa-li{position: absolute; left: -2.14285714em; width: 2.14285714em; top: 0.14285714em; text-align: center;}.fa-li.fa-lg{left: -1.85714286em;}.fa-border{padding: .2em .25em .15em; border: solid 0.08em #eeeeee; border-radius: .1em;}.fa-pull-left{float: left;}.fa-pull-right{float: right;}.fa.fa-pull-left{margin-right: .3em;}.fa.fa-pull-right{margin-left: .3em;}.pull-right{float: right;}.pull-left{float: left;}.fa.pull-left{margin-right: .3em;}.fa.pull-right{margin-left: .3em;}.fa-spin{-webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear;}.fa-pulse{-webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8);}@-webkit-keyframes fa-spin{0%{-webkit-transform: rotate(0deg); transform: rotate(0deg);}100%{-webkit-transform: rotate(359deg); transform: rotate(359deg);}}@keyframes fa-spin{0%{-webkit-transform: rotate(0deg); transform: rotate(0deg);}100%{-webkit-transform: rotate(359deg); transform: rotate(359deg);}}.fa-rotate-90{-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg);}.fa-rotate-180{-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);}.fa-rotate-270{-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg);}.fa-flip-horizontal{-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1);}.fa-flip-vertical{-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1);}:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical{filter: none;}.fa-stack{position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle;}.fa-stack-1x, .fa-stack-2x{position: absolute; left: 0; width: 100%; text-align: center;}.fa-stack-1x{line-height: inherit;}.fa-stack-2x{font-size: 2em;}.fa-inverse{color: #ffffff;}.fa-glass:before{content: "\f000";}.fa-music:before{content: "\f001";}.fa-search:before{content: "\f002";}.fa-envelope-o:before{content: "\f003";}.fa-heart:before{content: "\f004";}.fa-star:before{content: "\f005";}.fa-star-o:before{content: "\f006";}.fa-user:before{content: "\f007";}.fa-film:before{content: "\f008";}.fa-th-large:before{content: "\f009";}.fa-th:before{content: "\f00a";}.fa-th-list:before{content: "\f00b";}.fa-check:before{content: "\f00c";}.fa-remove:before, .fa-close:before, .fa-times:before{content: "\f00d";}.fa-search-plus:before{content: "\f00e";}.fa-search-minus:before{content: "\f010";}.fa-power-off:before{content: "\f011";}.fa-signal:before{content: "\f012";}.fa-gear:before, .fa-cog:before{content: "\f013";}.fa-trash-o:before{content: "\f014";}.fa-home:before{content: "\f015";}.fa-file-o:before{content: "\f016";}.fa-clock-o:before{content: "\f017";}.fa-road:before{content: "\f018";}.fa-download:before{content: "\f019";}.fa-arrow-circle-o-down:before{content: "\f01a";}.fa-arrow-circle-o-up:before{content: "\f01b";}.fa-inbox:before{content: "\f01c";}.fa-play-circle-o:before{content: "\f01d";}.fa-rotate-right:before, .fa-repeat:before{content: "\f01e";}.fa-refresh:before{content: "\f021";}.fa-list-alt:before{content: "\f022";}.fa-lock:before{content: "\f023";}.fa-flag:before{content: "\f024";}.fa-headphones:before{content: "\f025";}.fa-volume-off:before{content: "\f026";}.fa-volume-down:before{content: "\f027";}.fa-volume-up:before{content: "\f028";}.fa-qrcode:before{content: "\f029";}.fa-barcode:before{content: "\f02a";}.fa-tag:before{content: "\f02b";}.fa-tags:before{content: "\f02c";}.fa-book:before{content: "\f02d";}.fa-bookmark:before{content: "\f02e";}.fa-print:before{content: "\f02f";}.fa-camera:before{content: "\f030";}.fa-font:before{content: "\f031";}.fa-bold:before{content: "\f032";}.fa-italic:before{content: "\f033";}.fa-text-height:before{content: "\f034";}.fa-text-width:before{content: "\f035";}.fa-align-left:before{content: "\f036";}.fa-align-center:before{content: "\f037";}.fa-align-right:before{content: "\f038";}.fa-align-justify:before{content: "\f039";}.fa-list:before{content: "\f03a";}.fa-dedent:before, .fa-outdent:before{content: "\f03b";}.fa-indent:before{content: "\f03c";}.fa-video-camera:before{content: "\f03d";}.fa-photo:before, .fa-image:before, .fa-picture-o:before{content: "\f03e";}.fa-pencil:before{content: "\f040";}.fa-map-marker:before{content: "\f041";}.fa-adjust:before{content: "\f042";}.fa-tint:before{content: "\f043";}.fa-edit:before, .fa-pencil-square-o:before{content: "\f044";}.fa-share-square-o:before{content: "\f045";}.fa-check-square-o:before{content: "\f046";}.fa-arrows:before{content: "\f047";}.fa-step-backward:before{content: "\f048";}.fa-fast-backward:before{content: "\f049";}.fa-backward:before{content: "\f04a";}.fa-play:before{content: "\f04b";}.fa-pause:before{content: "\f04c";}.fa-stop:before{content: "\f04d";}.fa-forward:before{content: "\f04e";}.fa-fast-forward:before{content: "\f050";}.fa-step-forward:before{content: "\f051";}.fa-eject:before{content: "\f052";}.fa-chevron-left:before{content: "\f053";}.fa-chevron-right:before{content: "\f054";}.fa-plus-circle:before{content: "\f055";}.fa-minus-circle:before{content: "\f056";}.fa-times-circle:before{content: "\f057";}.fa-check-circle:before{content: "\f058";}.fa-question-circle:before{content: "\f059";}.fa-info-circle:before{content: "\f05a";}.fa-crosshairs:before{content: "\f05b";}.fa-times-circle-o:before{content: "\f05c";}.fa-check-circle-o:before{content: "\f05d";}.fa-ban:before{content: "\f05e";}.fa-arrow-left:before{content: "\f060";}.fa-arrow-right:before{content: "\f061";}.fa-arrow-up:before{content: "\f062";}.fa-arrow-down:before{content: "\f063";}.fa-mail-forward:before, .fa-share:before{content: "\f064";}.fa-expand:before{content: "\f065";}.fa-compress:before{content: "\f066";}.fa-plus:before{content: "\f067";}.fa-minus:before{content: "\f068";}.fa-asterisk:before{content: "\f069";}.fa-exclamation-circle:before{content: "\f06a";}.fa-gift:before{content: "\f06b";}.fa-leaf:before{content: "\f06c";}.fa-fire:before{content: "\f06d";}.fa-eye:before{content: "\f06e";}.fa-eye-slash:before{content: "\f070";}.fa-warning:before, .fa-exclamation-triangle:before{content: "\f071";}.fa-plane:before{content: "\f072";}.fa-calendar:before{content: "\f073";}.fa-random:before{content: "\f074";}.fa-comment:before{content: "\f075";}.fa-magnet:before{content: "\f076";}.fa-chevron-up:before{content: "\f077";}.fa-chevron-down:before{content: "\f078";}.fa-retweet:before{content: "\f079";}.fa-shopping-cart:before{content: "\f07a";}.fa-folder:before{content: "\f07b";}.fa-folder-open:before{content: "\f07c";}.fa-arrows-v:before{content: "\f07d";}.fa-arrows-h:before{content: "\f07e";}.fa-bar-chart-o:before, .fa-bar-chart:before{content: "\f080";}.fa-twitter-square:before{content: "\f081";}.fa-facebook-square:before{content: "\f082";}.fa-camera-retro:before{content: "\f083";}.fa-key:before{content: "\f084";}.fa-gears:before, .fa-cogs:before{content: "\f085";}.fa-comments:before{content: "\f086";}.fa-thumbs-o-up:before{content: "\f087";}.fa-thumbs-o-down:before{content: "\f088";}.fa-star-half:before{content: "\f089";}.fa-heart-o:before{content: "\f08a";}.fa-sign-out:before{content: "\f08b";}.fa-linkedin-square:before{content: "\f08c";}.fa-thumb-tack:before{content: "\f08d";}.fa-external-link:before{content: "\f08e";}.fa-sign-in:before{content: "\f090";}.fa-trophy:before{content: "\f091";}.fa-github-square:before{content: "\f092";}.fa-upload:before{content: "\f093";}.fa-lemon-o:before{content: "\f094";}.fa-phone:before{content: "\f095";}.fa-square-o:before{content: "\f096";}.fa-bookmark-o:before{content: "\f097";}.fa-phone-square:before{content: "\f098";}.fa-twitter:before{content: "\f099";}.fa-facebook-f:before, .fa-facebook:before{content: "\f09a";}.fa-github:before{content: "\f09b";}.fa-unlock:before{content: "\f09c";}.fa-credit-card:before{content: "\f09d";}.fa-feed:before, .fa-rss:before{content: "\f09e";}.fa-hdd-o:before{content: "\f0a0";}.fa-bullhorn:before{content: "\f0a1";}.fa-bell:before{content: "\f0f3";}.fa-certificate:before{content: "\f0a3";}.fa-hand-o-right:before{content: "\f0a4";}.fa-hand-o-left:before{content: "\f0a5";}.fa-hand-o-up:before{content: "\f0a6";}.fa-hand-o-down:before{content: "\f0a7";}.fa-arrow-circle-left:before{content: "\f0a8";}.fa-arrow-circle-right:before{content: "\f0a9";}.fa-arrow-circle-up:before{content: "\f0aa";}.fa-arrow-circle-down:before{content: "\f0ab";}.fa-globe:before{content: "\f0ac";}.fa-wrench:before{content: "\f0ad";}.fa-tasks:before{content: "\f0ae";}.fa-filter:before{content: "\f0b0";}.fa-briefcase:before{content: "\f0b1";}.fa-arrows-alt:before{content: "\f0b2";}.fa-group:before, .fa-users:before{content: "\f0c0";}.fa-chain:before, .fa-link:before{content: "\f0c1";}.fa-cloud:before{content: "\f0c2";}.fa-flask:before{content: "\f0c3";}.fa-cut:before, .fa-scissors:before{content: "\f0c4";}.fa-copy:before, .fa-files-o:before{content: "\f0c5";}.fa-paperclip:before{content: "\f0c6";}.fa-save:before, .fa-floppy-o:before{content: "\f0c7";}.fa-square:before{content: "\f0c8";}.fa-navicon:before, .fa-reorder:before, .fa-bars:before{content: "\f0c9";}.fa-list-ul:before{content: "\f0ca";}.fa-list-ol:before{content: "\f0cb";}.fa-strikethrough:before{content: "\f0cc";}.fa-underline:before{content: "\f0cd";}.fa-table:before{content: "\f0ce";}.fa-magic:before{content: "\f0d0";}.fa-truck:before{content: "\f0d1";}.fa-pinterest:before{content: "\f0d2";}.fa-pinterest-square:before{content: "\f0d3";}.fa-google-plus-square:before{content: "\f0d4";}.fa-google-plus:before{content: "\f0d5";}.fa-money:before{content: "\f0d6";}.fa-caret-down:before{content: "\f0d7";}.fa-caret-up:before{content: "\f0d8";}.fa-caret-left:before{content: "\f0d9";}.fa-caret-right:before{content: "\f0da";}.fa-columns:before{content: "\f0db";}.fa-unsorted:before, .fa-sort:before{content: "\f0dc";}.fa-sort-down:before, .fa-sort-desc:before{content: "\f0dd";}.fa-sort-up:before, .fa-sort-asc:before{content: "\f0de";}.fa-envelope:before{content: "\f0e0";}.fa-linkedin:before{content: "\f0e1";}.fa-rotate-left:before, .fa-undo:before{content: "\f0e2";}.fa-legal:before, .fa-gavel:before{content: "\f0e3";}.fa-dashboard:before, .fa-tachometer:before{content: "\f0e4";}.fa-comment-o:before{content: "\f0e5";}.fa-comments-o:before{content: "\f0e6";}.fa-flash:before, .fa-bolt:before{content: "\f0e7";}.fa-sitemap:before{content: "\f0e8";}.fa-umbrella:before{content: "\f0e9";}.fa-paste:before, .fa-clipboard:before{content: "\f0ea";}.fa-lightbulb-o:before{content: "\f0eb";}.fa-exchange:before{content: "\f0ec";}.fa-cloud-download:before{content: "\f0ed";}.fa-cloud-upload:before{content: "\f0ee";}.fa-user-md:before{content: "\f0f0";}.fa-stethoscope:before{content: "\f0f1";}.fa-suitcase:before{content: "\f0f2";}.fa-bell-o:before{content: "\f0a2";}.fa-coffee:before{content: "\f0f4";}.fa-cutlery:before{content: "\f0f5";}.fa-file-text-o:before{content: "\f0f6";}.fa-building-o:before{content: "\f0f7";}.fa-hospital-o:before{content: "\f0f8";}.fa-ambulance:before{content: "\f0f9";}.fa-medkit:before{content: "\f0fa";}.fa-fighter-jet:before{content: "\f0fb";}.fa-beer:before{content: "\f0fc";}.fa-h-square:before{content: "\f0fd";}.fa-plus-square:before{content: "\f0fe";}.fa-angle-double-left:before{content: "\f100";}.fa-angle-double-right:before{content: "\f101";}.fa-angle-double-up:before{content: "\f102";}.fa-angle-double-down:before{content: "\f103";}.fa-angle-left:before{content: "\f104";}.fa-angle-right:before{content: "\f105";}.fa-angle-up:before{content: "\f106";}.fa-angle-down:before{content: "\f107";}.fa-desktop:before{content: "\f108";}.fa-laptop:before{content: "\f109";}.fa-tablet:before{content: "\f10a";}.fa-mobile-phone:before, .fa-mobile:before{content: "\f10b";}.fa-circle-o:before{content: "\f10c";}.fa-quote-left:before{content: "\f10d";}.fa-quote-right:before{content: "\f10e";}.fa-spinner:before{content: "\f110";}.fa-circle:before{content: "\f111";}.fa-mail-reply:before, .fa-reply:before{content: "\f112";}.fa-github-alt:before{content: "\f113";}.fa-folder-o:before{content: "\f114";}.fa-folder-open-o:before{content: "\f115";}.fa-smile-o:before{content: "\f118";}.fa-frown-o:before{content: "\f119";}.fa-meh-o:before{content: "\f11a";}.fa-gamepad:before{content: "\f11b";}.fa-keyboard-o:before{content: "\f11c";}.fa-flag-o:before{content: "\f11d";}.fa-flag-checkered:before{content: "\f11e";}.fa-terminal:before{content: "\f120";}.fa-code:before{content: "\f121";}.fa-mail-reply-all:before, .fa-reply-all:before{content: "\f122";}.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before{content: "\f123";}.fa-location-arrow:before{content: "\f124";}.fa-crop:before{content: "\f125";}.fa-code-fork:before{content: "\f126";}.fa-unlink:before, .fa-chain-broken:before{content: "\f127";}.fa-question:before{content: "\f128";}.fa-info:before{content: "\f129";}.fa-exclamation:before{content: "\f12a";}.fa-superscript:before{content: "\f12b";}.fa-subscript:before{content: "\f12c";}.fa-eraser:before{content: "\f12d";}.fa-puzzle-piece:before{content: "\f12e";}.fa-microphone:before{content: "\f130";}.fa-microphone-slash:before{content: "\f131";}.fa-shield:before{content: "\f132";}.fa-calendar-o:before{content: "\f133";}.fa-fire-extinguisher:before{content: "\f134";}.fa-rocket:before{content: "\f135";}.fa-maxcdn:before{content: "\f136";}.fa-chevron-circle-left:before{content: "\f137";}.fa-chevron-circle-right:before{content: "\f138";}.fa-chevron-circle-up:before{content: "\f139";}.fa-chevron-circle-down:before{content: "\f13a";}.fa-html5:before{content: "\f13b";}.fa-css3:before{content: "\f13c";}.fa-anchor:before{content: "\f13d";}.fa-unlock-alt:before{content: "\f13e";}.fa-bullseye:before{content: "\f140";}.fa-ellipsis-h:before{content: "\f141";}.fa-ellipsis-v:before{content: "\f142";}.fa-rss-square:before{content: "\f143";}.fa-play-circle:before{content: "\f144";}.fa-ticket:before{content: "\f145";}.fa-minus-square:before{content: "\f146";}.fa-minus-square-o:before{content: "\f147";}.fa-level-up:before{content: "\f148";}.fa-level-down:before{content: "\f149";}.fa-check-square:before{content: "\f14a";}.fa-pencil-square:before{content: "\f14b";}.fa-external-link-square:before{content: "\f14c";}.fa-share-square:before{content: "\f14d";}.fa-compass:before{content: "\f14e";}.fa-toggle-down:before, .fa-caret-square-o-down:before{content: "\f150";}.fa-toggle-up:before, .fa-caret-square-o-up:before{content: "\f151";}.fa-toggle-right:before, .fa-caret-square-o-right:before{content: "\f152";}.fa-euro:before, .fa-eur:before{content: "\f153";}.fa-gbp:before{content: "\f154";}.fa-dollar:before, .fa-usd:before{content: "\f155";}.fa-rupee:before, .fa-inr:before{content: "\f156";}.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before{content: "\f157";}.fa-ruble:before, .fa-rouble:before, .fa-rub:before{content: "\f158";}.fa-won:before, .fa-krw:before{content: "\f159";}.fa-bitcoin:before, .fa-btc:before{content: "\f15a";}.fa-file:before{content: "\f15b";}.fa-file-text:before{content: "\f15c";}.fa-sort-alpha-asc:before{content: "\f15d";}.fa-sort-alpha-desc:before{content: "\f15e";}.fa-sort-amount-asc:before{content: "\f160";}.fa-sort-amount-desc:before{content: "\f161";}.fa-sort-numeric-asc:before{content: "\f162";}.fa-sort-numeric-desc:before{content: "\f163";}.fa-thumbs-up:before{content: "\f164";}.fa-thumbs-down:before{content: "\f165";}.fa-youtube-square:before{content: "\f166";}.fa-youtube:before{content: "\f167";}.fa-xing:before{content: "\f168";}.fa-xing-square:before{content: "\f169";}.fa-youtube-play:before{content: "\f16a";}.fa-dropbox:before{content: "\f16b";}.fa-stack-overflow:before{content: "\f16c";}.fa-instagram:before{content: "\f16d";}.fa-flickr:before{content: "\f16e";}.fa-adn:before{content: "\f170";}.fa-bitbucket:before{content: "\f171";}.fa-bitbucket-square:before{content: "\f172";}.fa-tumblr:before{content: "\f173";}.fa-tumblr-square:before{content: "\f174";}.fa-long-arrow-down:before{content: "\f175";}.fa-long-arrow-up:before{content: "\f176";}.fa-long-arrow-left:before{content: "\f177";}.fa-long-arrow-right:before{content: "\f178";}.fa-apple:before{content: "\f179";}.fa-windows:before{content: "\f17a";}.fa-android:before{content: "\f17b";}.fa-linux:before{content: "\f17c";}.fa-dribbble:before{content: "\f17d";}.fa-skype:before{content: "\f17e";}.fa-foursquare:before{content: "\f180";}.fa-trello:before{content: "\f181";}.fa-female:before{content: "\f182";}.fa-male:before{content: "\f183";}.fa-gittip:before, .fa-gratipay:before{content: "\f184";}.fa-sun-o:before{content: "\f185";}.fa-moon-o:before{content: "\f186";}.fa-archive:before{content: "\f187";}.fa-bug:before{content: "\f188";}.fa-vk:before{content: "\f189";}.fa-weibo:before{content: "\f18a";}.fa-renren:before{content: "\f18b";}.fa-pagelines:before{content: "\f18c";}.fa-stack-exchange:before{content: "\f18d";}.fa-arrow-circle-o-right:before{content: "\f18e";}.fa-arrow-circle-o-left:before{content: "\f190";}.fa-toggle-left:before, .fa-caret-square-o-left:before{content: "\f191";}.fa-dot-circle-o:before{content: "\f192";}.fa-wheelchair:before{content: "\f193";}.fa-vimeo-square:before{content: "\f194";}.fa-turkish-lira:before, .fa-try:before{content: "\f195";}.fa-plus-square-o:before{content: "\f196";}.fa-space-shuttle:before{content: "\f197";}.fa-slack:before{content: "\f198";}.fa-envelope-square:before{content: "\f199";}.fa-wordpress:before{content: "\f19a";}.fa-openid:before{content: "\f19b";}.fa-institution:before, .fa-bank:before, .fa-university:before{content: "\f19c";}.fa-mortar-board:before, .fa-graduation-cap:before{content: "\f19d";}.fa-yahoo:before{content: "\f19e";}.fa-google:before{content: "\f1a0";}.fa-reddit:before{content: "\f1a1";}.fa-reddit-square:before{content: "\f1a2";}.fa-stumbleupon-circle:before{content: "\f1a3";}.fa-stumbleupon:before{content: "\f1a4";}.fa-delicious:before{content: "\f1a5";}.fa-digg:before{content: "\f1a6";}.fa-pied-piper-pp:before{content: "\f1a7";}.fa-pied-piper-alt:before{content: "\f1a8";}.fa-drupal:before{content: "\f1a9";}.fa-joomla:before{content: "\f1aa";}.fa-language:before{content: "\f1ab";}.fa-fax:before{content: "\f1ac";}.fa-building:before{content: "\f1ad";}.fa-child:before{content: "\f1ae";}.fa-paw:before{content: "\f1b0";}.fa-spoon:before{content: "\f1b1";}.fa-cube:before{content: "\f1b2";}.fa-cubes:before{content: "\f1b3";}.fa-behance:before{content: "\f1b4";}.fa-behance-square:before{content: "\f1b5";}.fa-steam:before{content: "\f1b6";}.fa-steam-square:before{content: "\f1b7";}.fa-recycle:before{content: "\f1b8";}.fa-automobile:before, .fa-car:before{content: "\f1b9";}.fa-cab:before, .fa-taxi:before{content: "\f1ba";}.fa-tree:before{content: "\f1bb";}.fa-spotify:before{content: "\f1bc";}.fa-deviantart:before{content: "\f1bd";}.fa-soundcloud:before{content: "\f1be";}.fa-database:before{content: "\f1c0";}.fa-file-pdf-o:before{content: "\f1c1";}.fa-file-word-o:before{content: "\f1c2";}.fa-file-excel-o:before{content: "\f1c3";}.fa-file-powerpoint-o:before{content: "\f1c4";}.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before{content: "\f1c5";}.fa-file-zip-o:before, .fa-file-archive-o:before{content: "\f1c6";}.fa-file-sound-o:before, .fa-file-audio-o:before{content: "\f1c7";}.fa-file-movie-o:before, .fa-file-video-o:before{content: "\f1c8";}.fa-file-code-o:before{content: "\f1c9";}.fa-vine:before{content: "\f1ca";}.fa-codepen:before{content: "\f1cb";}.fa-jsfiddle:before{content: "\f1cc";}.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before{content: "\f1cd";}.fa-circle-o-notch:before{content: "\f1ce";}.fa-ra:before, .fa-resistance:before, .fa-rebel:before{content: "\f1d0";}.fa-ge:before, .fa-empire:before{content: "\f1d1";}.fa-git-square:before{content: "\f1d2";}.fa-git:before{content: "\f1d3";}.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before{content: "\f1d4";}.fa-tencent-weibo:before{content: "\f1d5";}.fa-qq:before{content: "\f1d6";}.fa-wechat:before, .fa-weixin:before{content: "\f1d7";}.fa-send:before, .fa-paper-plane:before{content: "\f1d8";}.fa-send-o:before, .fa-paper-plane-o:before{content: "\f1d9";}.fa-history:before{content: "\f1da";}.fa-circle-thin:before{content: "\f1db";}.fa-header:before{content: "\f1dc";}.fa-paragraph:before{content: "\f1dd";}.fa-sliders:before{content: "\f1de";}.fa-share-alt:before{content: "\f1e0";}.fa-share-alt-square:before{content: "\f1e1";}.fa-bomb:before{content: "\f1e2";}.fa-soccer-ball-o:before, .fa-futbol-o:before{content: "\f1e3";}.fa-tty:before{content: "\f1e4";}.fa-binoculars:before{content: "\f1e5";}.fa-plug:before{content: "\f1e6";}.fa-slideshare:before{content: "\f1e7";}.fa-twitch:before{content: "\f1e8";}.fa-yelp:before{content: "\f1e9";}.fa-newspaper-o:before{content: "\f1ea";}.fa-wifi:before{content: "\f1eb";}.fa-calculator:before{content: "\f1ec";}.fa-paypal:before{content: "\f1ed";}.fa-google-wallet:before{content: "\f1ee";}.fa-cc-visa:before{content: "\f1f0";}.fa-cc-mastercard:before{content: "\f1f1";}.fa-cc-discover:before{content: "\f1f2";}.fa-cc-amex:before{content: "\f1f3";}.fa-cc-paypal:before{content: "\f1f4";}.fa-cc-stripe:before{content: "\f1f5";}.fa-bell-slash:before{content: "\f1f6";}.fa-bell-slash-o:before{content: "\f1f7";}.fa-trash:before{content: "\f1f8";}.fa-copyright:before{content: "\f1f9";}.fa-at:before{content: "\f1fa";}.fa-eyedropper:before{content: "\f1fb";}.fa-paint-brush:before{content: "\f1fc";}.fa-birthday-cake:before{content: "\f1fd";}.fa-area-chart:before{content: "\f1fe";}.fa-pie-chart:before{content: "\f200";}.fa-line-chart:before{content: "\f201";}.fa-lastfm:before{content: "\f202";}.fa-lastfm-square:before{content: "\f203";}.fa-toggle-off:before{content: "\f204";}.fa-toggle-on:before{content: "\f205";}.fa-bicycle:before{content: "\f206";}.fa-bus:before{content: "\f207";}.fa-ioxhost:before{content: "\f208";}.fa-angellist:before{content: "\f209";}.fa-cc:before{content: "\f20a";}.fa-shekel:before, .fa-sheqel:before, .fa-ils:before{content: "\f20b";}.fa-meanpath:before{content: "\f20c";}.fa-buysellads:before{content: "\f20d";}.fa-connectdevelop:before{content: "\f20e";}.fa-dashcube:before{content: "\f210";}.fa-forumbee:before{content: "\f211";}.fa-leanpub:before{content: "\f212";}.fa-sellsy:before{content: "\f213";}.fa-shirtsinbulk:before{content: "\f214";}.fa-simplybuilt:before{content: "\f215";}.fa-skyatlas:before{content: "\f216";}.fa-cart-plus:before{content: "\f217";}.fa-cart-arrow-down:before{content: "\f218";}.fa-diamond:before{content: "\f219";}.fa-ship:before{content: "\f21a";}.fa-user-secret:before{content: "\f21b";}.fa-motorcycle:before{content: "\f21c";}.fa-street-view:before{content: "\f21d";}.fa-heartbeat:before{content: "\f21e";}.fa-venus:before{content: "\f221";}.fa-mars:before{content: "\f222";}.fa-mercury:before{content: "\f223";}.fa-intersex:before, .fa-transgender:before{content: "\f224";}.fa-transgender-alt:before{content: "\f225";}.fa-venus-double:before{content: "\f226";}.fa-mars-double:before{content: "\f227";}.fa-venus-mars:before{content: "\f228";}.fa-mars-stroke:before{content: "\f229";}.fa-mars-stroke-v:before{content: "\f22a";}.fa-mars-stroke-h:before{content: "\f22b";}.fa-neuter:before{content: "\f22c";}.fa-genderless:before{content: "\f22d";}.fa-facebook-official:before{content: "\f230";}.fa-pinterest-p:before{content: "\f231";}.fa-whatsapp:before{content: "\f232";}.fa-server:before{content: "\f233";}.fa-user-plus:before{content: "\f234";}.fa-user-times:before{content: "\f235";}.fa-hotel:before, .fa-bed:before{content: "\f236";}.fa-viacoin:before{content: "\f237";}.fa-train:before{content: "\f238";}.fa-subway:before{content: "\f239";}.fa-medium:before{content: "\f23a";}.fa-yc:before, .fa-y-combinator:before{content: "\f23b";}.fa-optin-monster:before{content: "\f23c";}.fa-opencart:before{content: "\f23d";}.fa-expeditedssl:before{content: "\f23e";}.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before{content: "\f240";}.fa-battery-3:before, .fa-battery-three-quarters:before{content: "\f241";}.fa-battery-2:before, .fa-battery-half:before{content: "\f242";}.fa-battery-1:before, .fa-battery-quarter:before{content: "\f243";}.fa-battery-0:before, .fa-battery-empty:before{content: "\f244";}.fa-mouse-pointer:before{content: "\f245";}.fa-i-cursor:before{content: "\f246";}.fa-object-group:before{content: "\f247";}.fa-object-ungroup:before{content: "\f248";}.fa-sticky-note:before{content: "\f249";}.fa-sticky-note-o:before{content: "\f24a";}.fa-cc-jcb:before{content: "\f24b";}.fa-cc-diners-club:before{content: "\f24c";}.fa-clone:before{content: "\f24d";}.fa-balance-scale:before{content: "\f24e";}.fa-hourglass-o:before{content: "\f250";}.fa-hourglass-1:before, .fa-hourglass-start:before{content: "\f251";}.fa-hourglass-2:before, .fa-hourglass-half:before{content: "\f252";}.fa-hourglass-3:before, .fa-hourglass-end:before{content: "\f253";}.fa-hourglass:before{content: "\f254";}.fa-hand-grab-o:before, .fa-hand-rock-o:before{content: "\f255";}.fa-hand-stop-o:before, .fa-hand-paper-o:before{content: "\f256";}.fa-hand-scissors-o:before{content: "\f257";}.fa-hand-lizard-o:before{content: "\f258";}.fa-hand-spock-o:before{content: "\f259";}.fa-hand-pointer-o:before{content: "\f25a";}.fa-hand-peace-o:before{content: "\f25b";}.fa-trademark:before{content: "\f25c";}.fa-registered:before{content: "\f25d";}.fa-creative-commons:before{content: "\f25e";}.fa-gg:before{content: "\f260";}.fa-gg-circle:before{content: "\f261";}.fa-tripadvisor:before{content: "\f262";}.fa-odnoklassniki:before{content: "\f263";}.fa-odnoklassniki-square:before{content: "\f264";}.fa-get-pocket:before{content: "\f265";}.fa-wikipedia-w:before{content: "\f266";}.fa-safari:before{content: "\f267";}.fa-chrome:before{content: "\f268";}.fa-firefox:before{content: "\f269";}.fa-opera:before{content: "\f26a";}.fa-internet-explorer:before{content: "\f26b";}.fa-tv:before, .fa-television:before{content: "\f26c";}.fa-contao:before{content: "\f26d";}.fa-500px:before{content: "\f26e";}.fa-amazon:before{content: "\f270";}.fa-calendar-plus-o:before{content: "\f271";}.fa-calendar-minus-o:before{content: "\f272";}.fa-calendar-times-o:before{content: "\f273";}.fa-calendar-check-o:before{content: "\f274";}.fa-industry:before{content: "\f275";}.fa-map-pin:before{content: "\f276";}.fa-map-signs:before{content: "\f277";}.fa-map-o:before{content: "\f278";}.fa-map:before{content: "\f279";}.fa-commenting:before{content: "\f27a";}.fa-commenting-o:before{content: "\f27b";}.fa-houzz:before{content: "\f27c";}.fa-vimeo:before{content: "\f27d";}.fa-black-tie:before{content: "\f27e";}.fa-fonticons:before{content: "\f280";}.fa-reddit-alien:before{content: "\f281";}.fa-edge:before{content: "\f282";}.fa-credit-card-alt:before{content: "\f283";}.fa-codiepie:before{content: "\f284";}.fa-modx:before{content: "\f285";}.fa-fort-awesome:before{content: "\f286";}.fa-usb:before{content: "\f287";}.fa-product-hunt:before{content: "\f288";}.fa-mixcloud:before{content: "\f289";}.fa-scribd:before{content: "\f28a";}.fa-pause-circle:before{content: "\f28b";}.fa-pause-circle-o:before{content: "\f28c";}.fa-stop-circle:before{content: "\f28d";}.fa-stop-circle-o:before{content: "\f28e";}.fa-shopping-bag:before{content: "\f290";}.fa-shopping-basket:before{content: "\f291";}.fa-hashtag:before{content: "\f292";}.fa-bluetooth:before{content: "\f293";}.fa-bluetooth-b:before{content: "\f294";}.fa-percent:before{content: "\f295";}.fa-gitlab:before{content: "\f296";}.fa-wpbeginner:before{content: "\f297";}.fa-wpforms:before{content: "\f298";}.fa-envira:before{content: "\f299";}.fa-universal-access:before{content: "\f29a";}.fa-wheelchair-alt:before{content: "\f29b";}.fa-question-circle-o:before{content: "\f29c";}.fa-blind:before{content: "\f29d";}.fa-audio-description:before{content: "\f29e";}.fa-volume-control-phone:before{content: "\f2a0";}.fa-braille:before{content: "\f2a1";}.fa-assistive-listening-systems:before{content: "\f2a2";}.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before{content: "\f2a3";}.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before{content: "\f2a4";}.fa-glide:before{content: "\f2a5";}.fa-glide-g:before{content: "\f2a6";}.fa-signing:before, .fa-sign-language:before{content: "\f2a7";}.fa-low-vision:before{content: "\f2a8";}.fa-viadeo:before{content: "\f2a9";}.fa-viadeo-square:before{content: "\f2aa";}.fa-snapchat:before{content: "\f2ab";}.fa-snapchat-ghost:before{content: "\f2ac";}.fa-snapchat-square:before{content: "\f2ad";}.fa-pied-piper:before{content: "\f2ae";}.fa-first-order:before{content: "\f2b0";}.fa-yoast:before{content: "\f2b1";}.fa-themeisle:before{content: "\f2b2";}.fa-google-plus-circle:before, .fa-google-plus-official:before{content: "\f2b3";}.fa-fa:before, .fa-font-awesome:before{content: "\f2b4";}.fa-handshake-o:before{content: "\f2b5";}.fa-envelope-open:before{content: "\f2b6";}.fa-envelope-open-o:before{content: "\f2b7";}.fa-linode:before{content: "\f2b8";}.fa-address-book:before{content: "\f2b9";}.fa-address-book-o:before{content: "\f2ba";}.fa-vcard:before, .fa-address-card:before{content: "\f2bb";}.fa-vcard-o:before, .fa-address-card-o:before{content: "\f2bc";}.fa-user-circle:before{content: "\f2bd";}.fa-user-circle-o:before{content: "\f2be";}.fa-user-o:before{content: "\f2c0";}.fa-id-badge:before{content: "\f2c1";}.fa-drivers-license:before, .fa-id-card:before{content: "\f2c2";}.fa-drivers-license-o:before, .fa-id-card-o:before{content: "\f2c3";}.fa-quora:before{content: "\f2c4";}.fa-free-code-camp:before{content: "\f2c5";}.fa-telegram:before{content: "\f2c6";}.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before{content: "\f2c7";}.fa-thermometer-3:before, .fa-thermometer-three-quarters:before{content: "\f2c8";}.fa-thermometer-2:before, .fa-thermometer-half:before{content: "\f2c9";}.fa-thermometer-1:before, .fa-thermometer-quarter:before{content: "\f2ca";}.fa-thermometer-0:before, .fa-thermometer-empty:before{content: "\f2cb";}.fa-shower:before{content: "\f2cc";}.fa-bathtub:before, .fa-s15:before, .fa-bath:before{content: "\f2cd";}.fa-podcast:before{content: "\f2ce";}.fa-window-maximize:before{content: "\f2d0";}.fa-window-minimize:before{content: "\f2d1";}.fa-window-restore:before{content: "\f2d2";}.fa-times-rectangle:before, .fa-window-close:before{content: "\f2d3";}.fa-times-rectangle-o:before, .fa-window-close-o:before{content: "\f2d4";}.fa-bandcamp:before{content: "\f2d5";}.fa-grav:before{content: "\f2d6";}.fa-etsy:before{content: "\f2d7";}.fa-imdb:before{content: "\f2d8";}.fa-ravelry:before{content: "\f2d9";}.fa-eercast:before{content: "\f2da";}.fa-microchip:before{content: "\f2db";}.fa-snowflake-o:before{content: "\f2dc";}.fa-superpowers:before{content: "\f2dd";}.fa-wpexplorer:before{content: "\f2de";}.fa-meetup:before{content: "\f2e0";}.sr-only{position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;}.sr-only-focusable:active, .sr-only-focusable:focus{position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto;}

/* /web/static/lib/select2/select2.css defined in bundle 'web.assets_common' */
 .select2-container{margin: 0; position: relative; display: inline-block; vertical-align: middle;}.select2-container, .select2-drop, .select2-search, .select2-search input{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}.select2-container .select2-choice{display: block; height: 26px; padding: 0 0 0 8px; overflow: hidden; position: relative; border: 1px solid #aaa; white-space: nowrap; line-height: 26px; color: #444; text-decoration: none; border-radius: 4px; background-clip: padding-box; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: #fff; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff)); background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%); background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0); background-image: linear-gradient(to top, #eee 0%, #fff 50%);}html[dir="rtl"] .select2-container .select2-choice{padding: 0 8px 0 0;}.select2-container.select2-drop-above .select2-choice{border-bottom-color: #aaa; border-radius: 0 0 4px 4px; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff)); background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%); background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);}.select2-container.select2-allowclear .select2-choice .select2-chosen{margin-right: 42px;}.select2-container .select2-choice > .select2-chosen{margin-right: 26px; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; float: none; width: auto;}html[dir="rtl"] .select2-container .select2-choice > .select2-chosen{margin-left: 26px; margin-right: 0;}.select2-container .select2-choice abbr{display: none; width: 12px; height: 12px; position: absolute; right: 24px; top: 8px; font-size: 1px; text-decoration: none; border: 0; background: url('/web/static/lib/select2/select2.png') right top no-repeat; cursor: pointer; outline: 0;}.select2-container.select2-allowclear .select2-choice abbr{display: inline-block;}.select2-container .select2-choice abbr:hover{background-position: right -11px; cursor: pointer;}.select2-drop-mask{border: 0; margin: 0; padding: 0; position: fixed; left: 0; top: 0; min-height: 100%; min-width: 100%; height: auto; width: auto; opacity: 0; z-index: 9998; background-color: #fff; filter: alpha(opacity=0);}.select2-drop{width: 100%; margin-top: -1px; position: absolute; z-index: 9999; top: 100%; background: #fff; color: #000; border: 1px solid #aaa; border-top: 0; border-radius: 0 0 4px 4px; -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15); box-shadow: 0 4px 5px rgba(0, 0, 0, .15);}.select2-drop.select2-drop-above{margin-top: 1px; border-top: 1px solid #aaa; border-bottom: 0; border-radius: 4px 4px 0 0; -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15); box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);}.select2-drop-active{border: 1px solid #5897fb; border-top: none;}.select2-drop.select2-drop-above.select2-drop-active{border-top: 1px solid #5897fb;}.select2-drop-auto-width{border-top: 1px solid #aaa; width: auto;}.select2-container .select2-choice .select2-arrow{display: inline-block; width: 18px; height: 100%; position: absolute; right: 0; top: 0; border-left: 1px solid #aaa; border-radius: 0 4px 4px 0; background-clip: padding-box; background: #ccc; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee)); background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%); background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0); background-image: linear-gradient(to top, #ccc 0%, #eee 60%);}html[dir="rtl"] .select2-container .select2-choice .select2-arrow{left: 0; right: auto; border-left: none; border-right: 1px solid #aaa; border-radius: 4px 0 0 4px;}.select2-container .select2-choice .select2-arrow b{display: block; width: 100%; height: 100%; background: url('/web/static/lib/select2/select2.png') no-repeat 0 1px;}html[dir="rtl"] .select2-container .select2-choice .select2-arrow b{background-position: 2px 1px;}.select2-search{display: inline-block; width: 100%; min-height: 26px; margin: 0; padding: 4px 4px 0 4px; position: relative; z-index: 10000; white-space: nowrap;}.select2-search input{width: 100%; height: auto !important; min-height: 26px; padding: 4px 20px 4px 5px; margin: 0; outline: 0; font-family: sans-serif; font-size: 1em; border: 1px solid #aaa; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; background: #fff url('/web/static/lib/select2/select2.png') no-repeat 100% -22px; background: url('/web/static/lib/select2/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee)); background: url('/web/static/lib/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%); background: url('/web/static/lib/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%); background: url('/web/static/lib/select2/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;}html[dir="rtl"] .select2-search input{padding: 4px 5px 4px 20px; background: #fff url('/web/static/lib/select2/select2.png') no-repeat -37px -22px; background: url('/web/static/lib/select2/select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee)); background: url('/web/static/lib/select2/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%); background: url('/web/static/lib/select2/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%); background: url('/web/static/lib/select2/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;}.select2-search input.select2-active{background: #fff url('/web/static/lib/select2/select2-spinner.gif') no-repeat 100%; background: url('/web/static/lib/select2/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee)); background: url('/web/static/lib/select2/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%); background: url('/web/static/lib/select2/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%); background: url('/web/static/lib/select2/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;}.select2-container-active .select2-choice, .select2-container-active .select2-choices{border: 1px solid #5897fb; outline: none; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3); box-shadow: 0 0 5px rgba(0, 0, 0, .3);}.select2-dropdown-open .select2-choice{border-bottom-color: transparent; -webkit-box-shadow: 0 1px 0 #fff inset; box-shadow: 0 1px 0 #fff inset; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background-color: #eee; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee)); background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%); background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0); background-image: linear-gradient(to top, #fff 0%, #eee 50%);}.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices{border: 1px solid #5897fb; border-top-color: transparent; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee)); background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%); background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0); background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);}.select2-dropdown-open .select2-choice .select2-arrow{background: transparent; border-left: none; filter: none;}html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow{border-right: none;}.select2-dropdown-open .select2-choice .select2-arrow b{background-position: -18px 1px;}html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b{background-position: -16px 1px;}.select2-hidden-accessible{border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}.select2-results{max-height: 200px; padding: 0 0 0 4px; margin: 4px 4px 4px 0; position: relative; overflow-x: hidden; overflow-y: auto; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}html[dir="rtl"] .select2-results{padding: 0 4px 0 0; margin: 4px 0 4px 4px;}.select2-results ul.select2-result-sub{margin: 0; padding-left: 0;}.select2-results li{list-style: none; display: list-item; background-image: none;}.select2-results li.select2-result-with-children > .select2-result-label{font-weight: bold;}.select2-results .select2-result-label{padding: 3px 7px 4px; margin: 0; cursor: pointer; min-height: 1em; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}.select2-results-dept-1 .select2-result-label{padding-left: 20px}.select2-results-dept-2 .select2-result-label{padding-left: 40px}.select2-results-dept-3 .select2-result-label{padding-left: 60px}.select2-results-dept-4 .select2-result-label{padding-left: 80px}.select2-results-dept-5 .select2-result-label{padding-left: 100px}.select2-results-dept-6 .select2-result-label{padding-left: 110px}.select2-results-dept-7 .select2-result-label{padding-left: 120px}.select2-results .select2-highlighted{background: #3875d7; color: #fff;}.select2-results li em{background: #feffde; font-style: normal;}.select2-results .select2-highlighted em{background: transparent;}.select2-results .select2-highlighted ul{background: #fff; color: #000;}.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit{background: #f4f4f4; display: list-item; padding-left: 5px;}.select2-results .select2-disabled.select2-highlighted{color: #666; background: #f4f4f4; display: list-item; cursor: default;}.select2-results .select2-disabled{background: #f4f4f4; display: list-item; cursor: default;}.select2-results .select2-selected{display: none;}.select2-more-results.select2-active{background: #f4f4f4 url('/web/static/lib/select2/select2-spinner.gif') no-repeat 100%;}.select2-results .select2-ajax-error{background: rgba(255, 50, 50, .2);}.select2-more-results{background: #f4f4f4; display: list-item;}.select2-container.select2-container-disabled .select2-choice{background-color: #f4f4f4; background-image: none; border: 1px solid #ddd; cursor: default;}.select2-container.select2-container-disabled .select2-choice .select2-arrow{background-color: #f4f4f4; background-image: none; border-left: 0;}.select2-container.select2-container-disabled .select2-choice abbr{display: none;}.select2-container-multi .select2-choices{height: auto !important; height: 1%; margin: 0; padding: 0 5px 0 0; position: relative; border: 1px solid #aaa; cursor: text; overflow: hidden; background-color: #fff; background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff)); background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%); background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%); background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);}html[dir="rtl"] .select2-container-multi .select2-choices{padding: 0 0 0 5px;}.select2-locked{padding: 3px 5px 3px 5px !important;}.select2-container-multi .select2-choices{min-height: 26px;}.select2-container-multi.select2-container-active .select2-choices{border: 1px solid #5897fb; outline: none; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3); box-shadow: 0 0 5px rgba(0, 0, 0, .3);}.select2-container-multi .select2-choices li{float: left; list-style: none;}html[dir="rtl"] .select2-container-multi .select2-choices li{float: right;}.select2-container-multi .select2-choices .select2-search-field{margin: 0; padding: 0; white-space: nowrap;}.select2-container-multi .select2-choices .select2-search-field input{padding: 5px; margin: 1px 0; font-family: sans-serif; font-size: 100%; color: #666; outline: 0; border: 0; -webkit-box-shadow: none; box-shadow: none; background: transparent !important;}.select2-container-multi .select2-choices .select2-search-field input.select2-active{background: #fff url('/web/static/lib/select2/select2-spinner.gif') no-repeat 100% !important;}.select2-default{color: #999 !important;}.select2-container-multi .select2-choices .select2-search-choice{padding: 3px 5px 3px 18px; margin: 3px 0 3px 5px; position: relative; line-height: 13px; color: #333; cursor: default; border: 1px solid #aaaaaa; border-radius: 3px; -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05); box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05); background-clip: padding-box; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: #e4e4e4; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0); background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee)); background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);}html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice{margin: 3px 5px 3px 0; padding: 3px 18px 3px 5px;}.select2-container-multi .select2-choices .select2-search-choice .select2-chosen{cursor: default;}.select2-container-multi .select2-choices .select2-search-choice-focus{background: #d4d4d4;}.select2-search-choice-close{display: block; width: 12px; height: 13px; position: absolute; right: 3px; top: 4px; font-size: 1px; outline: none; background: url('/web/static/lib/select2/select2.png') right top no-repeat;}html[dir="rtl"] .select2-search-choice-close{right: auto; left: 3px;}.select2-container-multi .select2-search-choice-close{left: 3px;}html[dir="rtl"] .select2-container-multi .select2-search-choice-close{left: auto; right: 2px;}.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover{background-position: right -11px;}.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close{background-position: right -11px;}.select2-container-multi.select2-container-disabled .select2-choices{background-color: #f4f4f4; background-image: none; border: 1px solid #ddd; cursor: default;}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice{padding: 3px 5px 3px 5px; border: 1px solid #ddd; background-image: none; background-color: #f4f4f4;}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close{display: none; background: none;}.select2-result-selectable .select2-match, .select2-result-unselectable .select2-match{text-decoration: underline;}.select2-offscreen, .select2-offscreen:focus{clip: rect(0 0 0 0) !important; width: 1px !important; height: 1px !important; border: 0 !important; margin: 0 !important; padding: 0 !important; overflow: hidden !important; position: absolute !important; outline: 0 !important; left: 0px !important; top: 0px !important;}.select2-display-none{display: none;}.select2-measure-scrollbar{position: absolute; top: -10000px; left: -10000px; width: 100px; height: 100px; overflow: scroll;}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx){.select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b{background-image: url('/web/static/lib/select2/select2x2.png') !important; background-repeat: no-repeat !important; background-size: 60px 40px !important;}.select2-search input{background-position: 100% -21px !important;}}

/* /web/static/lib/select2-bootstrap-css/select2-bootstrap.css defined in bundle 'web.assets_common' */
 .form-control .select2-choice{border: 0; border-radius: 2px;}.form-control .select2-choice .select2-arrow{border-radius: 0 2px 2px 0;}.form-control.select2-container{height: auto !important; padding: 0;}.form-control.select2-container.select2-dropdown-open{border-color: #5897FB; border-radius: 3px 3px 0 0;}.form-control .select2-container.select2-dropdown-open .select2-choices{border-radius: 3px 3px 0 0;}.form-control.select2-container .select2-choices{border: 0 !important; border-radius: 3px;}.control-group.warning .select2-container .select2-choice, .control-group.warning .select2-container .select2-choices, .control-group.warning .select2-container-active .select2-choice, .control-group.warning .select2-container-active .select2-choices, .control-group.warning .select2-dropdown-open.select2-drop-above .select2-choice, .control-group.warning .select2-dropdown-open.select2-drop-above .select2-choices, .control-group.warning .select2-container-multi.select2-container-active .select2-choices{border: 1px solid #C09853 !important;}.control-group.warning .select2-container .select2-choice div{border-left: 1px solid #C09853 !important; background: #FCF8E3 !important;}.control-group.error .select2-container .select2-choice, .control-group.error .select2-container .select2-choices, .control-group.error .select2-container-active .select2-choice, .control-group.error .select2-container-active .select2-choices, .control-group.error .select2-dropdown-open.select2-drop-above .select2-choice, .control-group.error .select2-dropdown-open.select2-drop-above .select2-choices, .control-group.error .select2-container-multi.select2-container-active .select2-choices{border: 1px solid #B94A48 !important;}.control-group.error .select2-container .select2-choice div{border-left: 1px solid #B94A48 !important; background: #F2DEDE !important;}.control-group.info .select2-container .select2-choice, .control-group.info .select2-container .select2-choices, .control-group.info .select2-container-active .select2-choice, .control-group.info .select2-container-active .select2-choices, .control-group.info .select2-dropdown-open.select2-drop-above .select2-choice, .control-group.info .select2-dropdown-open.select2-drop-above .select2-choices, .control-group.info .select2-container-multi.select2-container-active .select2-choices{border: 1px solid #3A87AD !important;}.control-group.info .select2-container .select2-choice div{border-left: 1px solid #3A87AD !important; background: #D9EDF7 !important;}.control-group.success .select2-container .select2-choice, .control-group.success .select2-container .select2-choices, .control-group.success .select2-container-active .select2-choice, .control-group.success .select2-container-active .select2-choices, .control-group.success .select2-dropdown-open.select2-drop-above .select2-choice, .control-group.success .select2-dropdown-open.select2-drop-above .select2-choices, .control-group.success .select2-container-multi.select2-container-active .select2-choices{border: 1px solid #468847 !important;}.control-group.success .select2-container .select2-choice div{border-left: 1px solid #468847 !important; background: #DFF0D8 !important;}

/* /web/static/lib/tempusdominus/tempusdominus.scss defined in bundle 'web.assets_common' */
 .bootstrap-datetimepicker-widget{list-style: none;}.bootstrap-datetimepicker-widget.dropdown-menu{display: block; margin: 2px 0; padding: 4px; width: 14rem;}@media (min-width: 576px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width: 38em;}}@media (min-width: 768px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width: 38em;}}@media (min-width: 992px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width: 38em;}}.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after{content: ''; display: inline-block; position: absolute;}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before{border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #ccc; border-bottom-color: rgba(0, 0, 0, 0.2); top: -7px; left: 7px;}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid white; top: -6px; left: 8px;}.bootstrap-datetimepicker-widget.dropdown-menu.top:before{border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 7px solid #ccc; border-top-color: rgba(0, 0, 0, 0.2); bottom: -7px; left: 6px;}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid white; bottom: -6px; left: 7px;}.bootstrap-datetimepicker-widget.dropdown-menu.float-right:before{left: auto; right: 6px;}.bootstrap-datetimepicker-widget.dropdown-menu.float-right:after{left: auto; right: 7px;}.bootstrap-datetimepicker-widget.dropdown-menu.wider{width: 16rem;}.bootstrap-datetimepicker-widget .list-unstyled{margin: 0;}.bootstrap-datetimepicker-widget a[data-action]{padding: 6px 0;}.bootstrap-datetimepicker-widget a[data-action]:active{box-shadow: none;}.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second{width: 54px; font-weight: bold; font-size: 1.2em; margin: 0;}.bootstrap-datetimepicker-widget button[data-action]{padding: 6px;}.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after{content: "Increment Hours";}.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after{content: "Increment Minutes";}.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after{content: "Decrement Hours";}.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after{content: "Decrement Minutes";}.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after{content: "Show Hours";}.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after{content: "Show Minutes";}.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after{content: "Toggle AM/PM";}.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after{content: "Clear the picker";}.bootstrap-datetimepicker-widget .btn[data-action="today"]::after{content: "Set the date to today";}.bootstrap-datetimepicker-widget .picker-switch{text-align: center;}.bootstrap-datetimepicker-widget .picker-switch::after{content: "Toggle Date and Time Screens";}.bootstrap-datetimepicker-widget .picker-switch td{padding: 0; margin: 0; height: auto; width: auto; line-height: inherit;}.bootstrap-datetimepicker-widget .picker-switch td span{line-height: 2.5; height: 2.5em; width: 100%;}.bootstrap-datetimepicker-widget table{width: 100%; margin: 0;}.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th{text-align: center; border-radius: 0.25rem;}.bootstrap-datetimepicker-widget table th{height: 20px; line-height: 20px; width: 20px;}.bootstrap-datetimepicker-widget table th.picker-switch{width: 145px;}.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover{background: none; color: #6c757d; cursor: not-allowed;}.bootstrap-datetimepicker-widget table th.prev::after{content: "Previous Month";}.bootstrap-datetimepicker-widget table th.next::after{content: "Next Month";}.bootstrap-datetimepicker-widget table thead tr:first-child th{cursor: pointer;}.bootstrap-datetimepicker-widget table thead tr:first-child th:hover{background: #e9ecef;}.bootstrap-datetimepicker-widget table td{height: 54px; line-height: 54px; width: 54px;}.bootstrap-datetimepicker-widget table td.cw{font-size: .8em; height: 20px; line-height: 20px; color: #6c757d;}.bootstrap-datetimepicker-widget table td.day{height: 20px; line-height: 20px; width: 20px;}.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover{background: #e9ecef; cursor: pointer;}.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new{color: #6c757d;}.bootstrap-datetimepicker-widget table td.today{position: relative;}.bootstrap-datetimepicker-widget table td.today:before{content: ''; display: inline-block; border: solid transparent; border-width: 0 0 7px 7px; border-bottom-color: #007bff; border-top-color: rgba(0, 0, 0, 0.2); position: absolute; bottom: 4px; right: 4px;}.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover{background-color: #007bff; color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);}.bootstrap-datetimepicker-widget table td.active.today:before{border-bottom-color: #fff;}.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover{background: none; color: #6c757d; cursor: not-allowed;}.bootstrap-datetimepicker-widget table td span{display: inline-block; width: 54px; height: 54px; line-height: 54px; margin: 2px 1.5px; cursor: pointer; border-radius: 0.25rem;}.bootstrap-datetimepicker-widget table td span:hover{background: #e9ecef;}.bootstrap-datetimepicker-widget table td span.active{background-color: #007bff; color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);}.bootstrap-datetimepicker-widget table td span.old{color: #6c757d;}.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover{background: none; color: #6c757d; cursor: not-allowed;}.bootstrap-datetimepicker-widget.usetwentyfour td.hour{height: 27px; line-height: 27px;}.input-group [data-toggle="datetimepicker"]{cursor: pointer;}

/* /web/static/src/scss/fonts.scss defined in bundle 'web.assets_common' */
 @font-face{font-family: 'Odoo Unicode Support Noto'; src: url("https://fonts.odoocdn.com/fonts/noto/NotoSans-Hai.woff2") format("woff2"), url("https://fonts.odoocdn.com/fonts/noto/NotoSans-Hai.woff") format("woff"), url("https://fonts.odoocdn.com/fonts/noto/NotoSans-Hai.ttf") format("truetype"); font-weight: 100; font-style: normal; unicode-range: U+0400-04FF, U+0500-052F;}@font-face{font-family: 'Odoo Unicode Support Noto'; src: url("https://fonts.odoocdn.com/fonts/noto/NotoSansHebrew-Hai.woff2") format("woff2"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansHebrew-Hai.woff") format("woff"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansHebrew-Hai.ttf") format("truetype"); font-weight: 100; font-style: normal; unicode-range: U+0590-05FF, U+FB1D-FB4F;}@font-face{font-family: 'Odoo Unicode Support Noto'; src: url("https://fonts.odoocdn.com/fonts/noto/NotoSansArabic-Hai.woff2") format("woff2"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansArabic-Hai.woff") format("woff"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansArabic-Hai.ttf") format("truetype"); font-weight: 100; font-style: normal; unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF;}@font-face{font-family: 'Lato'; src: url("/web/static/src/scss/../fonts/lato/Lato-Hai-webfont.eot"); src: url("/web/static/src/scss/../fonts/lato/Lato-Hai-webfont.eot?#iefix") format("embedded-opentype"), url("/web/static/src/scss/../fonts/lato/Lato-Hai-webfont.woff") format("woff"), url("/web/static/src/scss/../fonts/lato/Lato-Hai-webfont.ttf") format("truetype"), url("/web/static/src/scss/../fonts/lato/Lato-Hai-webfont.svg#Lato") format("svg"); font-weight: 100; font-style: normal;}@font-face{font-family: "Lato-Hai"; src: url("/web/static/src/scss/../fonts/lato/Lato-Hai-webfont.eot"); src: url("/web/static/src/scss/../fonts/lato/Lato-Hai-webfont.eot?#iefix") format("embedded-opentype"), url("/web/static/src/scss/../fonts/lato/Lato-Hai-webfont.woff") format("woff"), url("/web/static/src/scss/../fonts/lato/Lato-Hai-webfont.ttf") format("truetype"), url("/web/static/src/scss/../fonts/lato/Lato-Hai-webfont.svg#Roboto") format("svg");}@font-face{font-family: 'Odoo Unicode Support Noto'; src: url("https://fonts.odoocdn.com/fonts/noto/NotoSans-HaiIta.woff2") format("woff2"), url("https://fonts.odoocdn.com/fonts/noto/NotoSans-HaiIta.woff") format("woff"), url("https://fonts.odoocdn.com/fonts/noto/NotoSans-HaiIta.ttf") format("truetype"); font-weight: 100; font-style: italic; unicode-range: U+0400-04FF, U+0500-052F;}@font-face{font-family: 'Odoo Unicode Support Noto'; src: url("https://fonts.odoocdn.com/fonts/noto/NotoSansHebrew-HaiIta.woff2") format("woff2"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansHebrew-HaiIta.woff") format("woff"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansHebrew-HaiIta.ttf") format("truetype"); font-weight: 100; font-style: italic; unicode-range: U+0590-05FF, U+FB1D-FB4F;}@font-face{font-family: 'Odoo Unicode Support Noto'; src: url("https://fonts.odoocdn.com/fonts/noto/NotoSansArabic-HaiIta.woff2") format("woff2"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansArabic-HaiIta.woff") format("woff"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansArabic-HaiIta.ttf") format("truetype"); font-weight: 100; font-style: italic; unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF;}@font-face{font-family: 'Lato'; src: url("/web/static/src/scss/../fonts/lato/Lato-HaiIta-webfont.eot"); src: url("/web/static/src/scss/../fonts/lato/Lato-HaiIta-webfont.eot?#iefix") format("embedded-opentype"), url("/web/static/src/scss/../fonts/lato/Lato-HaiIta-webfont.woff") format("woff"), url("/web/static/src/scss/../fonts/lato/Lato-HaiIta-webfont.ttf") format("truetype"), url("/web/static/src/scss/../fonts/lato/Lato-HaiIta-webfont.svg#Lato") format("svg"); font-weight: 100; font-style: italic;}@font-face{font-family: "Lato-HaiIta"; src: url("/web/static/src/scss/../fonts/lato/Lato-HaiIta-webfont.eot"); src: url("/web/static/src/scss/../fonts/lato/Lato-HaiIta-webfont.eot?#iefix") format("embedded-opentype"), url("/web/static/src/scss/../fonts/lato/Lato-HaiIta-webfont.woff") format("woff"), url("/web/static/src/scss/../fonts/lato/Lato-HaiIta-webfont.ttf") format("truetype"), url("/web/static/src/scss/../fonts/lato/Lato-HaiIta-webfont.svg#Roboto") format("svg");}@font-face{font-family: 'Odoo Unicode Support Noto'; src: url("https://fonts.odoocdn.com/fonts/noto/NotoSans-Lig.woff2") format("woff2"), url("https://fonts.odoocdn.com/fonts/noto/NotoSans-Lig.woff") format("woff"), url("https://fonts.odoocdn.com/fonts/noto/NotoSans-Lig.ttf") format("truetype"); font-weight: 300; font-style: normal; unicode-range: U+0400-04FF, U+0500-052F;}@font-face{font-family: 'Odoo Unicode Support Noto'; src: url("https://fonts.odoocdn.com/fonts/noto/NotoSansHebrew-Lig.woff2") format("woff2"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansHebrew-Lig.woff") format("woff"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansHebrew-Lig.ttf") format("truetype"); font-weight: 300; font-style: normal; unicode-range: U+0590-05FF, U+FB1D-FB4F;}@font-face{font-family: 'Odoo Unicode Support Noto'; src: url("https://fonts.odoocdn.com/fonts/noto/NotoSansArabic-Lig.woff2") format("woff2"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansArabic-Lig.woff") format("woff"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansArabic-Lig.ttf") format("truetype"); font-weight: 300; font-style: normal; unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF;}@font-face{font-family: 'Lato'; src: url("/web/static/src/scss/../fonts/lato/Lato-Lig-webfont.eot"); src: url("/web/static/src/scss/../fonts/lato/Lato-Lig-webfont.eot?#iefix") format("embedded-opentype"), url("/web/static/src/scss/../fonts/lato/Lato-Lig-webfont.woff") format("woff"), url("/web/static/src/scss/../fonts/lato/Lato-Lig-webfont.ttf") format("truetype"), url("/web/static/src/scss/../fonts/lato/Lato-Lig-webfont.svg#Lato") format("svg"); font-weight: 300; font-style: normal;}@font-face{font-family: "Lato-Lig"; src: url("/web/static/src/scss/../fonts/lato/Lato-Lig-webfont.eot"); src: url("/web/static/src/scss/../fonts/lato/Lato-Lig-webfont.eot?#iefix") format("embedded-opentype"), url("/web/static/src/scss/../fonts/lato/Lato-Lig-webfont.woff") format("woff"), url("/web/static/src/scss/../fonts/lato/Lato-Lig-webfont.ttf") format("truetype"), url("/web/static/src/scss/../fonts/lato/Lato-Lig-webfont.svg#Roboto") format("svg");}@font-face{font-family: 'Odoo Unicode Support Noto'; src: url("https://fonts.odoocdn.com/fonts/noto/NotoSans-LigIta.woff2") format("woff2"), url("https://fonts.odoocdn.com/fonts/noto/NotoSans-LigIta.woff") format("woff"), url("https://fonts.odoocdn.com/fonts/noto/NotoSans-LigIta.ttf") format("truetype"); font-weight: 300; font-style: italic; unicode-range: U+0400-04FF, U+0500-052F;}@font-face{font-family: 'Odoo Unicode Support Noto'; src: url("https://fonts.odoocdn.com/fonts/noto/NotoSansHebrew-LigIta.woff2") format("woff2"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansHebrew-LigIta.woff") format("woff"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansHebrew-LigIta.ttf") format("truetype"); font-weight: 300; font-style: italic; unicode-range: U+0590-05FF, U+FB1D-FB4F;}@font-face{font-family: 'Odoo Unicode Support Noto'; src: url("https://fonts.odoocdn.com/fonts/noto/NotoSansArabic-LigIta.woff2") format("woff2"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansArabic-LigIta.woff") format("woff"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansArabic-LigIta.ttf") format("truetype"); font-weight: 300; font-style: italic; unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF;}@font-face{font-family: 'Lato'; src: url("/web/static/src/scss/../fonts/lato/Lato-LigIta-webfont.eot"); src: url("/web/static/src/scss/../fonts/lato/Lato-LigIta-webfont.eot?#iefix") format("embedded-opentype"), url("/web/static/src/scss/../fonts/lato/Lato-LigIta-webfont.woff") format("woff"), url("/web/static/src/scss/../fonts/lato/Lato-LigIta-webfont.ttf") format("truetype"), url("/web/static/src/scss/../fonts/lato/Lato-LigIta-webfont.svg#Lato") format("svg"); font-weight: 300; font-style: italic;}@font-face{font-family: "Lato-LigIta"; src: url("/web/static/src/scss/../fonts/lato/Lato-LigIta-webfont.eot"); src: url("/web/static/src/scss/../fonts/lato/Lato-LigIta-webfont.eot?#iefix") format("embedded-opentype"), url("/web/static/src/scss/../fonts/lato/Lato-LigIta-webfont.woff") format("woff"), url("/web/static/src/scss/../fonts/lato/Lato-LigIta-webfont.ttf") format("truetype"), url("/web/static/src/scss/../fonts/lato/Lato-LigIta-webfont.svg#Roboto") format("svg");}@font-face{font-family: 'Odoo Unicode Support Noto'; src: url("https://fonts.odoocdn.com/fonts/noto/NotoSans-Reg.woff2") format("woff2"), url("https://fonts.odoocdn.com/fonts/noto/NotoSans-Reg.woff") format("woff"), url("https://fonts.odoocdn.com/fonts/noto/NotoSans-Reg.ttf") format("truetype"); font-weight: 400; font-style: normal; unicode-range: U+0400-04FF, U+0500-052F;}@font-face{font-family: 'Odoo Unicode Support Noto'; src: url("https://fonts.odoocdn.com/fonts/noto/NotoSansHebrew-Reg.woff2") format("woff2"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansHebrew-Reg.woff") format("woff"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansHebrew-Reg.ttf") format("truetype"); font-weight: 400; font-style: normal; unicode-range: U+0590-05FF, U+FB1D-FB4F;}@font-face{font-family: 'Odoo Unicode Support Noto'; src: url("https://fonts.odoocdn.com/fonts/noto/NotoSansArabic-Reg.woff2") format("woff2"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansArabic-Reg.woff") format("woff"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansArabic-Reg.ttf") format("truetype"); font-weight: 400; font-style: normal; unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF;}@font-face{font-family: 'Lato'; src: url("/web/static/src/scss/../fonts/lato/Lato-Reg-webfont.eot"); src: url("/web/static/src/scss/../fonts/lato/Lato-Reg-webfont.eot?#iefix") format("embedded-opentype"), url("/web/static/src/scss/../fonts/lato/Lato-Reg-webfont.woff") format("woff"), url("/web/static/src/scss/../fonts/lato/Lato-Reg-webfont.ttf") format("truetype"), url("/web/static/src/scss/../fonts/lato/Lato-Reg-webfont.svg#Lato") format("svg"); font-weight: 400; font-style: normal;}@font-face{font-family: "Lato-Reg"; src: url("/web/static/src/scss/../fonts/lato/Lato-Reg-webfont.eot"); src: url("/web/static/src/scss/../fonts/lato/Lato-Reg-webfont.eot?#iefix") format("embedded-opentype"), url("/web/static/src/scss/../fonts/lato/Lato-Reg-webfont.woff") format("woff"), url("/web/static/src/scss/../fonts/lato/Lato-Reg-webfont.ttf") format("truetype"), url("/web/static/src/scss/../fonts/lato/Lato-Reg-webfont.svg#Roboto") format("svg");}@font-face{font-family: 'Odoo Unicode Support Noto'; src: url("https://fonts.odoocdn.com/fonts/noto/NotoSans-RegIta.woff2") format("woff2"), url("https://fonts.odoocdn.com/fonts/noto/NotoSans-RegIta.woff") format("woff"), url("https://fonts.odoocdn.com/fonts/noto/NotoSans-RegIta.ttf") format("truetype"); font-weight: 400; font-style: italic; unicode-range: U+0400-04FF, U+0500-052F;}@font-face{font-family: 'Odoo Unicode Support Noto'; src: url("https://fonts.odoocdn.com/fonts/noto/NotoSansHebrew-RegIta.woff2") format("woff2"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansHebrew-RegIta.woff") format("woff"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansHebrew-RegIta.ttf") format("truetype"); font-weight: 400; font-style: italic; unicode-range: U+0590-05FF, U+FB1D-FB4F;}@font-face{font-family: 'Odoo Unicode Support Noto'; src: url("https://fonts.odoocdn.com/fonts/noto/NotoSansArabic-RegIta.woff2") format("woff2"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansArabic-RegIta.woff") format("woff"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansArabic-RegIta.ttf") format("truetype"); font-weight: 400; font-style: italic; unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF;}@font-face{font-family: 'Lato'; src: url("/web/static/src/scss/../fonts/lato/Lato-RegIta-webfont.eot"); src: url("/web/static/src/scss/../fonts/lato/Lato-RegIta-webfont.eot?#iefix") format("embedded-opentype"), url("/web/static/src/scss/../fonts/lato/Lato-RegIta-webfont.woff") format("woff"), url("/web/static/src/scss/../fonts/lato/Lato-RegIta-webfont.ttf") format("truetype"), url("/web/static/src/scss/../fonts/lato/Lato-RegIta-webfont.svg#Lato") format("svg"); font-weight: 400; font-style: italic;}@font-face{font-family: "Lato-RegIta"; src: url("/web/static/src/scss/../fonts/lato/Lato-RegIta-webfont.eot"); src: url("/web/static/src/scss/../fonts/lato/Lato-RegIta-webfont.eot?#iefix") format("embedded-opentype"), url("/web/static/src/scss/../fonts/lato/Lato-RegIta-webfont.woff") format("woff"), url("/web/static/src/scss/../fonts/lato/Lato-RegIta-webfont.ttf") format("truetype"), url("/web/static/src/scss/../fonts/lato/Lato-RegIta-webfont.svg#Roboto") format("svg");}@font-face{font-family: 'Odoo Unicode Support Noto'; src: url("https://fonts.odoocdn.com/fonts/noto/NotoSans-Bol.woff2") format("woff2"), url("https://fonts.odoocdn.com/fonts/noto/NotoSans-Bol.woff") format("woff"), url("https://fonts.odoocdn.com/fonts/noto/NotoSans-Bol.ttf") format("truetype"); font-weight: 700; font-style: normal; unicode-range: U+0400-04FF, U+0500-052F;}@font-face{font-family: 'Odoo Unicode Support Noto'; src: url("https://fonts.odoocdn.com/fonts/noto/NotoSansHebrew-Bol.woff2") format("woff2"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansHebrew-Bol.woff") format("woff"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansHebrew-Bol.ttf") format("truetype"); font-weight: 700; font-style: normal; unicode-range: U+0590-05FF, U+FB1D-FB4F;}@font-face{font-family: 'Odoo Unicode Support Noto'; src: url("https://fonts.odoocdn.com/fonts/noto/NotoSansArabic-Bol.woff2") format("woff2"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansArabic-Bol.woff") format("woff"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansArabic-Bol.ttf") format("truetype"); font-weight: 700; font-style: normal; unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF;}@font-face{font-family: 'Lato'; src: url("/web/static/src/scss/../fonts/lato/Lato-Bol-webfont.eot"); src: url("/web/static/src/scss/../fonts/lato/Lato-Bol-webfont.eot?#iefix") format("embedded-opentype"), url("/web/static/src/scss/../fonts/lato/Lato-Bol-webfont.woff") format("woff"), url("/web/static/src/scss/../fonts/lato/Lato-Bol-webfont.ttf") format("truetype"), url("/web/static/src/scss/../fonts/lato/Lato-Bol-webfont.svg#Lato") format("svg"); font-weight: 700; font-style: normal;}@font-face{font-family: "Lato-Bol"; src: url("/web/static/src/scss/../fonts/lato/Lato-Bol-webfont.eot"); src: url("/web/static/src/scss/../fonts/lato/Lato-Bol-webfont.eot?#iefix") format("embedded-opentype"), url("/web/static/src/scss/../fonts/lato/Lato-Bol-webfont.woff") format("woff"), url("/web/static/src/scss/../fonts/lato/Lato-Bol-webfont.ttf") format("truetype"), url("/web/static/src/scss/../fonts/lato/Lato-Bol-webfont.svg#Roboto") format("svg");}@font-face{font-family: 'Odoo Unicode Support Noto'; src: url("https://fonts.odoocdn.com/fonts/noto/NotoSans-BolIta.woff2") format("woff2"), url("https://fonts.odoocdn.com/fonts/noto/NotoSans-BolIta.woff") format("woff"), url("https://fonts.odoocdn.com/fonts/noto/NotoSans-BolIta.ttf") format("truetype"); font-weight: 700; font-style: italic; unicode-range: U+0400-04FF, U+0500-052F;}@font-face{font-family: 'Odoo Unicode Support Noto'; src: url("https://fonts.odoocdn.com/fonts/noto/NotoSansHebrew-BolIta.woff2") format("woff2"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansHebrew-BolIta.woff") format("woff"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansHebrew-BolIta.ttf") format("truetype"); font-weight: 700; font-style: italic; unicode-range: U+0590-05FF, U+FB1D-FB4F;}@font-face{font-family: 'Odoo Unicode Support Noto'; src: url("https://fonts.odoocdn.com/fonts/noto/NotoSansArabic-BolIta.woff2") format("woff2"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansArabic-BolIta.woff") format("woff"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansArabic-BolIta.ttf") format("truetype"); font-weight: 700; font-style: italic; unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF;}@font-face{font-family: 'Lato'; src: url("/web/static/src/scss/../fonts/lato/Lato-BolIta-webfont.eot"); src: url("/web/static/src/scss/../fonts/lato/Lato-BolIta-webfont.eot?#iefix") format("embedded-opentype"), url("/web/static/src/scss/../fonts/lato/Lato-BolIta-webfont.woff") format("woff"), url("/web/static/src/scss/../fonts/lato/Lato-BolIta-webfont.ttf") format("truetype"), url("/web/static/src/scss/../fonts/lato/Lato-BolIta-webfont.svg#Lato") format("svg"); font-weight: 700; font-style: italic;}@font-face{font-family: "Lato-BolIta"; src: url("/web/static/src/scss/../fonts/lato/Lato-BolIta-webfont.eot"); src: url("/web/static/src/scss/../fonts/lato/Lato-BolIta-webfont.eot?#iefix") format("embedded-opentype"), url("/web/static/src/scss/../fonts/lato/Lato-BolIta-webfont.woff") format("woff"), url("/web/static/src/scss/../fonts/lato/Lato-BolIta-webfont.ttf") format("truetype"), url("/web/static/src/scss/../fonts/lato/Lato-BolIta-webfont.svg#Roboto") format("svg");}@font-face{font-family: 'Odoo Unicode Support Noto'; src: url("https://fonts.odoocdn.com/fonts/noto/NotoSans-Bla.woff2") format("woff2"), url("https://fonts.odoocdn.com/fonts/noto/NotoSans-Bla.woff") format("woff"), url("https://fonts.odoocdn.com/fonts/noto/NotoSans-Bla.ttf") format("truetype"); font-weight: 900; font-style: normal; unicode-range: U+0400-04FF, U+0500-052F;}@font-face{font-family: 'Odoo Unicode Support Noto'; src: url("https://fonts.odoocdn.com/fonts/noto/NotoSansHebrew-Bla.woff2") format("woff2"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansHebrew-Bla.woff") format("woff"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansHebrew-Bla.ttf") format("truetype"); font-weight: 900; font-style: normal; unicode-range: U+0590-05FF, U+FB1D-FB4F;}@font-face{font-family: 'Odoo Unicode Support Noto'; src: url("https://fonts.odoocdn.com/fonts/noto/NotoSansArabic-Bla.woff2") format("woff2"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansArabic-Bla.woff") format("woff"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansArabic-Bla.ttf") format("truetype"); font-weight: 900; font-style: normal; unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF;}@font-face{font-family: 'Lato'; src: url("/web/static/src/scss/../fonts/lato/Lato-Bla-webfont.eot"); src: url("/web/static/src/scss/../fonts/lato/Lato-Bla-webfont.eot?#iefix") format("embedded-opentype"), url("/web/static/src/scss/../fonts/lato/Lato-Bla-webfont.woff") format("woff"), url("/web/static/src/scss/../fonts/lato/Lato-Bla-webfont.ttf") format("truetype"), url("/web/static/src/scss/../fonts/lato/Lato-Bla-webfont.svg#Lato") format("svg"); font-weight: 900; font-style: normal;}@font-face{font-family: "Lato-Bla"; src: url("/web/static/src/scss/../fonts/lato/Lato-Bla-webfont.eot"); src: url("/web/static/src/scss/../fonts/lato/Lato-Bla-webfont.eot?#iefix") format("embedded-opentype"), url("/web/static/src/scss/../fonts/lato/Lato-Bla-webfont.woff") format("woff"), url("/web/static/src/scss/../fonts/lato/Lato-Bla-webfont.ttf") format("truetype"), url("/web/static/src/scss/../fonts/lato/Lato-Bla-webfont.svg#Roboto") format("svg");}@font-face{font-family: 'Odoo Unicode Support Noto'; src: url("https://fonts.odoocdn.com/fonts/noto/NotoSans-BlaIta.woff2") format("woff2"), url("https://fonts.odoocdn.com/fonts/noto/NotoSans-BlaIta.woff") format("woff"), url("https://fonts.odoocdn.com/fonts/noto/NotoSans-BlaIta.ttf") format("truetype"); font-weight: 900; font-style: italic; unicode-range: U+0400-04FF, U+0500-052F;}@font-face{font-family: 'Odoo Unicode Support Noto'; src: url("https://fonts.odoocdn.com/fonts/noto/NotoSansHebrew-BlaIta.woff2") format("woff2"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansHebrew-BlaIta.woff") format("woff"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansHebrew-BlaIta.ttf") format("truetype"); font-weight: 900; font-style: italic; unicode-range: U+0590-05FF, U+FB1D-FB4F;}@font-face{font-family: 'Odoo Unicode Support Noto'; src: url("https://fonts.odoocdn.com/fonts/noto/NotoSansArabic-BlaIta.woff2") format("woff2"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansArabic-BlaIta.woff") format("woff"), url("https://fonts.odoocdn.com/fonts/noto/NotoSansArabic-BlaIta.ttf") format("truetype"); font-weight: 900; font-style: italic; unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF;}@font-face{font-family: 'Lato'; src: url("/web/static/src/scss/../fonts/lato/Lato-BlaIta-webfont.eot"); src: url("/web/static/src/scss/../fonts/lato/Lato-BlaIta-webfont.eot?#iefix") format("embedded-opentype"), url("/web/static/src/scss/../fonts/lato/Lato-BlaIta-webfont.woff") format("woff"), url("/web/static/src/scss/../fonts/lato/Lato-BlaIta-webfont.ttf") format("truetype"), url("/web/static/src/scss/../fonts/lato/Lato-BlaIta-webfont.svg#Lato") format("svg"); font-weight: 900; font-style: italic;}@font-face{font-family: "Lato-BlaIta"; src: url("/web/static/src/scss/../fonts/lato/Lato-BlaIta-webfont.eot"); src: url("/web/static/src/scss/../fonts/lato/Lato-BlaIta-webfont.eot?#iefix") format("embedded-opentype"), url("/web/static/src/scss/../fonts/lato/Lato-BlaIta-webfont.woff") format("woff"), url("/web/static/src/scss/../fonts/lato/Lato-BlaIta-webfont.ttf") format("truetype"), url("/web/static/src/scss/../fonts/lato/Lato-BlaIta-webfont.svg#Roboto") format("svg");}@font-face{font-family: "Montserrat"; src: url("/web/static/src/scss/../fonts/google/Montserrat/Montserrat-Regular.ttf") format("truetype"); font-weight: 400; font-style: normal;}@font-face{font-family: "Open_Sans"; src: url("/web/static/src/scss/../fonts/google/Open_Sans/Open_Sans-Regular.ttf") format("truetype"); font-weight: 400; font-style: normal;}@font-face{font-family: "Oswald"; src: url("/web/static/src/scss/../fonts/google/Oswald/Oswald-Regular.ttf") format("truetype"); font-weight: 400; font-style: normal;}@font-face{font-family: "Raleway"; src: url("/web/static/src/scss/../fonts/google/Raleway/Raleway-Regular.ttf") format("truetype"); font-weight: 400; font-style: normal;}@font-face{font-family: "Roboto"; src: url("/web/static/src/scss/../fonts/google/Roboto/Roboto-Regular.ttf") format("truetype"); font-weight: 400; font-style: normal;}

/* /web/static/src/scss/ui.scss defined in bundle 'web.assets_common' */
 .o_hidden{display: none !important;}.o_text_overflow{display: inline-block; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: top;}.ui-autocomplete{z-index: 1051; max-width: 600px;}.ui-autocomplete .ui-menu-item > a{display: block;}[aria-hidden="true"], [aria-hidden="1"]{display: none !important;}.dropdown-toggle{white-space: nowrap;}.dropdown-toggle.o-no-caret::before, .dropdown-toggle.o-no-caret::after{content: normal;}:not(.collapsed) > .o-collapsed-label, .collapsed > .o-not-collapsed-label{display: none;}.o_rtl .ui-autocomplete{direction: ltr; right: 0; left: auto;}.o_rtl .ui-datepicker-next, .o_rtl .ui-datepicker-prev{-webkit-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg);}.custom-control.custom-checkbox .custom-control-input:not(:checked):not(:indeterminate) ~ .custom-control-label:before{background: none; outline: 1px solid #666666;}.custom-control.custom-checkbox .custom-control-input:not(:checked):not(:indeterminate):disabled ~ .custom-control-label:before{background: #f8f9fa; opacity: 0.25;}@media print{.custom-control.custom-checkbox{-webkit-print-color-adjust: exact !important; color-adjust: exact !important;}}.o_catch_attention{position: relative; z-index: 1; animation: catchAttention 200ms ease 0s infinite normal;}@keyframes catchAttention{0%, 20%, 40%, 60%, 80%, 100%{transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}0%{transform: translateY(-30%);}20%{transform: translateY(-25%);}40%{transform: translateY(-20%);}60%{transform: translateY(-15%);}80%{transform: translateY(-10%);}100%{transform: translateY(-5%);}}.o_debounce_disabled{pointer-events: none;}span.o_force_ltr{display: inline-block;}.o_force_ltr, .o_field_phone{unicode-bidi: embed; direction: ltr;}.o_object_fit_cover{object-fit: cover;}.o_image_24_cover{width: 24px; height: 24px; object-fit: cover;}.o_image_40_cover{width: 40px; height: 40px; object-fit: cover;}.o_image_64_cover{width: 64px; height: 64px; object-fit: cover;}.o_image_64_contain{width: 64px; height: 64px; object-fit: contain;}.o_image_64_max{max-width: 64px; max-height: 64px;}.o_image_128_max{max-width: 128px !important; max-height: 128px !important;}.o_width_128{width: 128px;}.o_web_accesskey_overlay{position: absolute; top: 0; left: auto; bottom: auto; right: 0; display: -webkit-box; display: -webkit-flex; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); color: #FFFFFF; font-size: 1rem; font-family: sans-serif;}

/* /web/static/src/scss/ui_extra.scss defined in bundle 'web.assets_common' */
 

/* /web/static/src/scss/navbar.scss defined in bundle 'web.assets_common' */
 body.o_is_superuser .o_menu_systray{background: repeating-linear-gradient(135deg, #d9b904, #d9b904 10px, #373435 10px, #373435 20px); border-bottom-left-radius: 20px;}body.o_is_superuser .o_menu_systray > li > a:hover, body.o_is_superuser .o_menu_systray > li > label:hover{background-color: rgba(112, 89, 179, 0.5);}body.o_is_superuser .o_menu_systray .show .dropdown-toggle{background-color: rgba(112, 89, 179, 0.5);}.o_main_navbar{position: relative; height: 46px; border-bottom: 1px solid #7059b3; background-color: #8e7cc3; color: white;}.o_main_navbar > a, .o_main_navbar > button{float: left; height: 46px; border: none; padding: 0 12px 0 16px; line-height: 46px; background-color: transparent; text-align: center; color: inherit; font-size: 18px; user-select: none;}.o_main_navbar > a:hover, .o_main_navbar > a:focus, .o_main_navbar > button:hover, .o_main_navbar > button:focus{background-color: #7059b3; color: inherit;}.o_main_navbar > a:focus, .o_main_navbar > a:active, .o_main_navbar > a:focus:active, .o_main_navbar > button:focus, .o_main_navbar > button:active, .o_main_navbar > button:focus:active{outline: none;}.o_main_navbar .o_app{cursor: pointer;}.o_main_navbar > .o_menu_brand{display: block; float: left; margin-right: 35px; user-select: none; color: white; font-size: 22px; font-weight: 500; line-height: 46px; cursor: pointer;}.o_main_navbar > .o_menu_toggle{margin-right: 5px;}.o_main_navbar > ul{display: block; float: left; margin: 0; padding: 0; list-style: none;}.o_main_navbar > ul > li{position: relative; display: block; float: left;}.o_main_navbar > ul > li > a{display: block;}.o_main_navbar > ul > li > a:focus, .o_main_navbar > ul > li > a:active, .o_main_navbar > ul > li > a:focus:active{outline: none;}.o_main_navbar > ul > li > a, .o_main_navbar > ul > li > a:hover, .o_main_navbar > ul > li > a:focus{text-decoration: none;}.o_main_navbar > ul > li > a, .o_main_navbar > ul > li > label{height: 46px; padding: 0 10px; color: white; line-height: 46px;}.o_main_navbar > ul > li > a:hover, .o_main_navbar > ul > li > label:hover{background-color: #7059b3;}.o_main_navbar > ul > li.o_extra_menu_items > a{width: 46px; text-align: center;}.o_main_navbar > ul > li.o_extra_menu_items.show > ul{padding: 0;}.o_main_navbar > ul > li.o_extra_menu_items.show > ul > li > a{background-color: #8e7cc3; color: white; border-bottom: 1px solid #f8f9fa;}.o_main_navbar > ul > li.o_extra_menu_items.show > ul > li > a.dropdown-toggle{background-color: #bbb0db; pointer-events: none;}.o_main_navbar > ul > li.o_extra_menu_items.show > ul > li > .dropdown-menu{position: static; float: none; display: block; border: none; box-shadow: none; max-height: none;}.o_main_navbar > ul.o_menu_systray{float: right;}.o_main_navbar .dropdown-menu.show{max-height: 90vh; min-width: 100%; overflow: auto; margin-top: 0;}.o_main_navbar .dropdown-menu.show .o_menu_header_lvl_3, .o_main_navbar .dropdown-menu.show .o_menu_entry_lvl_3{padding-left: 32px;}.o_main_navbar .dropdown-menu.show .o_menu_header_lvl_4, .o_main_navbar .dropdown-menu.show .o_menu_entry_lvl_4{padding-left: 44px;}.o_main_navbar .dropdown-menu.show .o_menu_header_lvl_5, .o_main_navbar .dropdown-menu.show .o_menu_entry_lvl_5{padding-left: 56px;}.o_main_navbar .show .dropdown-toggle{background-color: #7059b3;}.o_main_navbar .o_user_menu{margin-left: 6px;}.o_main_navbar .o_user_menu > a{padding-right: 16px;}.o_main_navbar .o_user_menu .oe_topbar_avatar{height: 26px; width: 26px; object-fit: cover; transform: translateY(-2px);}

/* /web/static/src/scss/mimetypes.scss defined in bundle 'web.assets_common' */
 .o_image{display: inline-block; width: 38px; height: 38px; background-image: url("/web/static/src/img/mimetypes/unknown.svg"); background-size: contain; background-repeat: no-repeat; background-position: center;}.o_image[data-mimetype^='image']{background-image: url("/web/static/src/img/mimetypes/image.svg");}.o_image[data-mimetype^='audio']{background-image: url("/web/static/src/img/mimetypes/audio.svg");}.o_image[data-mimetype^='text'], .o_image[data-mimetype$='rtf']{background-image: url("/web/static/src/img/mimetypes/text.svg");}.o_image[data-mimetype*='octet-stream'], .o_image[data-mimetype*='download'], .o_image[data-mimetype*='python']{background-image: url("/web/static/src/img/mimetypes/binary.svg");}.o_image[data-mimetype^='video'], .o_image[title$='.mp4'], .o_image[title$='.avi']{background-image: url("/web/static/src/img/mimetypes/video.svg");}.o_image[data-mimetype$='archive'], .o_image[data-mimetype$='compressed'], .o_image[data-mimetype*='zip'], .o_image[data-mimetype$='tar'], .o_image[data-mimetype*='package']{background-image: url("/web/static/src/img/mimetypes/archive.svg");}.o_image[data-mimetype='application/pdf']{background-image: url("/web/static/src/img/mimetypes/pdf.svg");}.o_image[data-mimetype^='text-master'], .o_image[data-mimetype*='document'], .o_image[data-mimetype*='msword'], .o_image[data-mimetype*='wordprocessing']{background-image: url("/web/static/src/img/mimetypes/document.svg");}.o_image[data-mimetype*='application/xml'], .o_image[data-mimetype$='html']{background-image: url("/web/static/src/img/mimetypes/web_code.svg");}.o_image[data-mimetype$='css'], .o_image[data-mimetype$='less'], .o_image[data-ext$='less']{background-image: url("/web/static/src/img/mimetypes/web_style.svg");}.o_image[data-mimetype*='-image'], .o_image[data-mimetype*='diskimage'], .o_image[data-ext$='dmg']{background-image: url("/web/static/src/img/mimetypes/disk.svg");}.o_image[data-mimetype$='csv'], .o_image[data-mimetype*='vc'], .o_image[data-mimetype*='excel'], .o_image[data-mimetype$='numbers'], .o_image[data-mimetype$='calc'], .o_image[data-mimetype*='mods'], .o_image[data-mimetype*='spreadsheet']{background-image: url("/web/static/src/img/mimetypes/spreadsheet.svg");}.o_image[data-mimetype^='key']{background-image: url("/web/static/src/img/mimetypes/certificate.svg");}.o_image[data-mimetype*='presentation'], .o_image[data-mimetype*='keynote'], .o_image[data-mimetype*='teacher'], .o_image[data-mimetype*='slideshow'], .o_image[data-mimetype*='powerpoint']{background-image: url("/web/static/src/img/mimetypes/presentation.svg");}.o_image[data-mimetype*='cert'], .o_image[data-mimetype*='rules'], .o_image[data-mimetype*='pkcs'], .o_image[data-mimetype$='stl'], .o_image[data-mimetype$='crl']{background-image: url("/web/static/src/img/mimetypes/certificate.svg");}.o_image[data-mimetype*='-font'], .o_image[data-mimetype*='font-'], .o_image[data-ext$='ttf']{background-image: url("/web/static/src/img/mimetypes/font.svg");}.o_image[data-mimetype*='-dvi']{background-image: url("/web/static/src/img/mimetypes/print.svg");}.o_image[data-mimetype*='script'], .o_image[data-mimetype*='x-sh'], .o_image[data-ext*='bat'], .o_image[data-mimetype$='bat'], .o_image[data-mimetype$='cgi'], .o_image[data-mimetype$='-c'], .o_image[data-mimetype*='java'], .o_image[data-mimetype*='ruby']{background-image: url("/web/static/src/img/mimetypes/script.svg");}.o_image[data-mimetype*='javascript']{background-image: url("/web/static/src/img/mimetypes/javascript.svg");}.o_image[data-mimetype*='calendar'], .o_image[data-mimetype$='ldif']{background-image: url("/web/static/src/img/mimetypes/calendar.svg");}.o_image[data-mimetype$='postscript'], .o_image[data-mimetype$='cdr'], .o_image[data-mimetype$='xara'], .o_image[data-mimetype$='cgm'], .o_image[data-mimetype$='graphics'], .o_image[data-mimetype$='draw'], .o_image[data-mimetype*='svg']{background-image: url("/web/static/src/img/mimetypes/vector.svg");}

/* /web/static/src/scss/modal.scss defined in bundle 'web.assets_common' */
 .modal.o_technical_modal .modal-content{border-radius: 0;}.modal.o_technical_modal .modal-content .modal-header .o_subtitle{margin-left: 10px;}.modal.o_technical_modal .modal-content .modal-header .modal-title{word-break: break-word;}.modal.o_technical_modal .modal-content .modal-body.o_act_window{padding: 0;}.modal.o_technical_modal .modal-content .modal-body .o_modal_header{padding-top: 10px; padding-right: 16px; padding-bottom: 10px; padding-left: 16px;}.modal.o_technical_modal .modal-content .modal-body .o_modal_header::after{display: block; clear: both; content: "";}.modal.o_technical_modal .modal-content .modal-body .o_modal_header .o_search_options{display: inline-block;}.modal.o_technical_modal .modal-content .modal-body .o_modal_header .o_pager{float: right;}.modal.o_technical_modal .modal-content .modal-body > :not(.o_view_sample_data) .o_view_nocontent{position: unset;}.modal.o_technical_modal .modal-content .modal-body .o_modal_changes td:first-child{padding-right: 10px; vertical-align: top; white-space: nowrap;}.modal.o_technical_modal .modal-content .modal-body .o_modal_changes td:not(:first-child){width: 100%;}.modal.o_technical_modal .modal-content .modal-footer{-webkit-flex-wrap: wrap; flex-wrap: wrap; text-align: left; -webkit-box-pack: start; justify-content: flex-start;}.modal.o_technical_modal .modal-content .modal-footer > div, .modal.o_technical_modal .modal-content .modal-footer > footer{-webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto;}.modal.o_technical_modal .modal-content .modal-footer footer > :not(:first-child){margin-left: .25rem;}.modal.o_technical_modal .modal-content .modal-footer footer > :not(:last-child){margin-right: .25rem;}.modal.o_technical_modal .modal-content .modal-footer footer button{margin-bottom: .5rem;}@media (min-width: 576px){.modal.o_technical_modal .modal-dialog .modal-content .modal-body.o_dialog_error{overflow: visible; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-flex-flow: column nowrap; flex-flow: column nowrap;}.modal.o_technical_modal .modal-dialog .modal-content .modal-body.o_dialog_error > .alert, .modal.o_technical_modal .modal-dialog .modal-content .modal-body.o_dialog_error > button{-webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto;}.modal.o_technical_modal .modal-dialog .modal-content .modal-body.o_dialog_error > .o_error_detail{-webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto; min-height: 0; overflow: auto;}}@media (max-width: 575.98px){.modal.o_technical_modal.o_modal_full .modal-dialog{margin: 0px; height: 100%;}.modal.o_technical_modal.o_modal_full .modal-dialog .modal-content{height: 100%; border: none;}.modal.o_technical_modal.o_modal_full .modal-dialog .modal-content .modal-header{background: #8e7cc3;}.modal.o_technical_modal.o_modal_full .modal-dialog .modal-content .modal-header .modal-title, .modal.o_technical_modal.o_modal_full .modal-dialog .modal-content .modal-header .o_subtitle, .modal.o_technical_modal.o_modal_full .modal-dialog .modal-content .modal-header button.close{color: white;}.modal.o_technical_modal.o_modal_full .modal-dialog .modal-content .modal-body{height: 100%; overflow-y: auto;}}.modal.o_inactive_modal{z-index: 1039;}.o_dialog > .modal{display: block;}

/* /web/static/src/scss/animation.scss defined in bundle 'web.assets_common' */
 @keyframes markAnim{0%{opacity: 0; transform: scaleX(0.5) scaleY(0.5);}30%{opacity: 1; transform: scaleX(1) scaleY(1);}100%{opacity: 0; transform: scaleX(1) scaleY(1);}}@-moz-keyframes markAnim{0%{opacity: 0; -moz-transform: scaleX(0.5) scaleY(0.5);}30%{opacity: 1; -moz-transform: scaleX(1) scaleY(1);}100%{opacity: 0; -moz-transform: scaleX(1) scaleY(1);}}@-webkit-keyframes markAnim{0%{opacity: 0; -webkit-transform: scaleX(0.5) scaleY(0.5);}30%{opacity: 1; -webkit-transform: scaleX(1) scaleY(1);}100%{opacity: 0; -webkit-transform: scaleX(1) scaleY(1);}}@-o-keyframes markAnim{0%{opacity: 0; -o-transform: scaleX(0.5) scaleY(0.5);}30%{opacity: 1; -o-transform: scaleX(1) scaleY(1);}100%{opacity: 0; -o-transform: scaleX(1) scaleY(1);}}@-ms-keyframes markAnim{0%{opacity: 0; -ms-transform: scaleX(0.5) scaleY(0.5);}30%{opacity: 1; -ms-transform: scaleX(1) scaleY(1);}100%{opacity: 0; -ms-transform: scaleX(1) scaleY(1);}}@-webkit-keyframes bounceIn{0%, 20%, 40%, 60%, 80%, 100%{-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}0%{opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3);}20%{-webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1);}40%{-webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9);}60%{opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03);}80%{-webkit-transform: scale3d(0.97, 0.97, 0.97); transform: scale3d(0.97, 0.97, 0.97);}100%{opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1);}}@keyframes bounceIn{0%, 20%, 40%, 60%, 80%, 100%{-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}0%{opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3);}20%{-webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1);}40%{-webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9);}60%{opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03);}80%{-webkit-transform: scale3d(0.97, 0.97, 0.97); transform: scale3d(0.97, 0.97, 0.97);}100%{opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1);}}

/* /web/static/src/scss/rainbow.scss defined in bundle 'web.assets_common' */
 .o_reward{will-change: transform; z-index: 1050; padding: 50px; margin: -5% auto 0 -200px; background-image: -webkit-radial-gradient(#EDEFF4 30%, transparent 70%, transparent); background-image: -o-radial-gradient(#EDEFF4 30%, transparent 70%, transparent); background-image: radial-gradient(#EDEFF4 30%, transparent 70%, transparent); animation: reward-fading 0.7s ease-in-out 0s 1 normal forwards; position: absolute; top: 20%; left: 50%; bottom: auto; right: auto; width: 400px; height: 400px;}@media (max-width: 767.98px){.o_reward{margin: -5% auto 0 -150px;}}@media (max-width: 767.98px){.o_reward{width: 300px; height: 300px;}}.o_reward.o_reward_fading{display: block; animation: reward-fading-reverse 0.56s ease-in-out 0s 1 normal forwards;}.o_reward.o_reward_fading .o_reward_face_group{animation: reward-jump-reverse 0.56s ease-in-out 0s 1 normal forwards;}.o_reward.o_reward_fading .o_reward_rainbow path{animation: reward-rainbow-reverse 0.7s ease-out 0s 1 normal forwards;}.o_reward .o_reward_face, .o_reward .o_reward_stars, .o_reward .o_reward_shadow, .o_reward .o_reward_thumbup{margin: 0 auto;}.o_reward .o_reward_rainbow path{stroke-dasharray: 600; stroke-dashoffset: 0; fill: none; stroke-linecap: round; stroke-width: 21px; animation: reward-rainbow 1.4s ease-out 0s 1 normal forwards;}.o_reward .o_reward_face_group{transform-origin: center; animation: reward-jump 1.12s ease-in-out 0s 1 normal none running; position: absolute; top: 6%; left: 0; bottom: 0; right: 0; width: 100%; height: 60%;}.o_reward .o_reward_face{display: block; top: 42%; position: relative; border-radius: 100%; background: center center / contain no-repeat; animation: reward-float 1.4s ease-in-out 1.4s infinite alternate; width: 34%; height: 56.67%;}.o_reward .o_reward_stars{display: block; width: 300px; height: 200px; position: absolute; top: 18%; left: auto; bottom: auto; right: 7%;}@media (max-width: 767.98px){.o_reward .o_reward_stars{width: 225px; height: 150px;}}.o_reward .o_reward_stars svg{transform-origin: center center; position: absolute; top: 28%; left: 3%; bottom: auto; right: auto; animation: reward-stars 1.4s ease-in-out 0s infinite alternate-reverse;}.o_reward .o_reward_stars svg.star2, .o_reward .o_reward_stars svg.star4{animation: reward-stars 1.68s ease-in-out 0s infinite alternate;}.o_reward .o_reward_stars svg.star2{left: 20%; top: 2%;}.o_reward .o_reward_stars svg.star3{left: 49%; top: 6%;}.o_reward .o_reward_stars svg.star4{left: 70%; top: 27%;}.o_reward .o_reward_thumbup{width: 40px; display: block; animation: reward-scale 0.7s ease-in-out 0s infinite alternate; position: absolute; top: 63%; left: 65%; bottom: auto; right: auto;}.o_reward .o_reward_msg_container{will-change: transform; padding-top: 11%; width: 70%; margin-left: 15%; transform: translateY(5px); animation: reward-float 1.4s ease-in-out 1.4s infinite alternate-reverse; position: absolute; top: 85%; left: 0%; bottom: auto; right: auto;}.o_reward .o_reward_msg_container .o_reward_thumb_right{height: 40px; z-index: 1; position: absolute; top: 0; left: 16%; bottom: auto; right: auto;}.o_reward .o_reward_msg_container .o_reward_msg{margin-left: 7%; margin-top: -9.5%; padding: 25px 15px 20px; background: white; border: 1px solid #ecf1ff; border-top-width: 0; display: inline-block;}.o_reward .o_reward_msg_container .o_reward_msg *:first-child{margin-top: 0;}.o_reward .o_reward_msg_container .o_reward_msg_content{position: relative; font-family: sans-serif; text-align: left; color: #727880;}.o_reward .o_reward_msg_container .o_reward_shadow_container{transform: translateY(0px) rotateZ(0); animation: reward-float 1.4s ease-in-out 1.4s infinite alternate;}.o_reward .o_reward_msg_container .o_reward_shadow{width: 100%; height: 12px; background-color: #e7eaf0; border-radius: 100%; transform: scale(0.8) rotateZ(0); animation: reward-scale 1.4s ease-in-out 1.4s infinite alternate; position: absolute; top: auto; left: 0; bottom: -40px; right: auto;}@keyframes reward-fading{0%{opacity: 0;}100%{opacity: 1;}}@keyframes reward-fading-reverse{100%{opacity: 0;}}@keyframes reward-jump{0%{transform: scale(0.5);}50%{transform: scale(1.05);}to{transform: scale(1);}}@keyframes reward-jump-reverse{0%{transform: scale(1);}50%{transform: scale(1.05);}to{transform: scale(0.5);}}@keyframes reward-rainbow{0%{stroke-dashoffset: -500;}to{stroke-dashoffset: 0;}}@keyframes reward-rainbow-reverse{to{stroke-dashoffset: -500;}}@keyframes reward-float{from{transform: translateY(0px);}to{transform: translateY(5px);}}@keyframes reward-stars{from{transform: scale(0.3) rotate(0deg);}50%{transform: scale(1) rotate(20deg);}to{transform: scale(0.3) rotate(80deg);}}@keyframes reward-scale{from{transform: scale(0.8);}to{transform: scale(1);}}

/* /web/static/src/scss/datepicker.scss defined in bundle 'web.assets_common' */
 .sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after{position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;}.o_datepicker{position: relative;}.o_datepicker .o_datepicker_input{width: 100%; cursor: pointer;}.o_datepicker .o_datepicker_button{position: absolute; top: 2px; left: auto; bottom: auto; right: 4px; pointer-events: none;}.o_datepicker .o_datepicker_button:after{content: ""; display: inline-block; width: 0; height: 0; vertical-align: middle; border-bottom: 0; border-left: 0.3em solid transparent; border-right: 0.3em solid transparent; border-top: 0.3em solid; -moz-transform: scale(0.9999);}.o_datepicker .o_datepicker_warning{top: 0; right: 20px;}div.dropdown-menu.bootstrap-datetimepicker-widget{z-index: 1051; width: 19rem;}.datepicker .table-sm > thead{color: white; background-color: #8e7cc3;}.datepicker .table-sm > thead > tr:first-child th:hover{color: white; background-color: #7059b3;}.datepicker .table-sm > thead > tr:last-child{color: #8f8f8f; background-color: gainsboro;}.datepicker .table-sm > thead > tr > th{border-radius: 0;}.datepicker .table-sm > tbody > tr > td.active, .datepicker .table-sm > tbody > tr > td .active{background-color: #674ea7; border-radius: 100px;}.datepicker .table-sm > tbody > tr > td.today:before{border-bottom-color: #674ea7;}.picker-switch span.fa{margin: 0; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}@media (prefers-reduced-motion: reduce){.picker-switch span.fa{transition: none;}}.picker-switch span.fa.primary{background-color: #674ea7; color: white;}.picker-switch span.fa.primary:hover{background-color: #523e84;}

/* /web/static/src/scss/daterangepicker.scss defined in bundle 'web.assets_common' */
 .daterangepicker .drp-calendar .calendar-table thead tr:first-child{color: #FFFFFF; background-color: #8e7cc3;}.daterangepicker .drp-calendar .calendar-table thead tr:first-child th.prev span, .daterangepicker .drp-calendar .calendar-table thead tr:first-child th.next span{color: #FFFFFF; border-color: #FFFFFF;}.daterangepicker .drp-calendar .calendar-table thead tr:first-child th.prev:hover, .daterangepicker .drp-calendar .calendar-table thead tr:first-child th.next:hover{background-color: #7059b3;}.daterangepicker .drp-calendar .calendar-table thead tr:last-child{color: #8f8f8f; background-color: gainsboro;}.daterangepicker .drp-calendar .calendar-table thead th{border-radius: 0;}.daterangepicker .drp-calendar .calendar-table tbody tr{border-bottom: 1px solid gainsboro;}.daterangepicker .drp-calendar .calendar-table tbody tr td{border-width: 0px;}.daterangepicker .drp-calendar .calendar-table tbody tr td.in-range:not(.off){background-color: #e9ecef;}.daterangepicker .drp-calendar .calendar-table tbody tr td.available:not(.off):hover{background-color: #e9ecef;}.daterangepicker .drp-calendar .calendar-table tbody tr td.active:not(.off), .daterangepicker .drp-calendar .calendar-table tbody tr td.active:not(.off):hover{background-color: #674ea7;}.daterangepicker .drp-calendar .calendar-table tbody tr td.off:hover{background: #FFFFFF; color: #999;}.daterangepicker .drp-calendar .calendar-time select.hourselect, .daterangepicker .drp-calendar .calendar-time select.minuteselect, .daterangepicker .drp-calendar .calendar-time select.secondselect, .daterangepicker .drp-calendar .calendar-time select.ampmselect{display: initial; -webkit-appearance: menulist-button; -moz-appearance: menulist-button; appearance: menulist-button;}.daterangepicker .drp-buttons .drp-selected{display: none;}

/* /web/static/src/scss/banner.scss defined in bundle 'web.assets_common' */
 .o_has_banner .o_view_nocontent{top: 30%;}@media (max-width: 767.98px){.o_has_banner .o_view_nocontent{position: relative; margin: auto;}}

/* /web/static/src/scss/colorpicker.scss defined in bundle 'web.assets_common' */
 .o_colorpicker_widget .o_color_pick_area{height: 125px; background-image: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 50%, black 100%), linear-gradient(to right, gray 0%, rgba(128, 128, 128, 0) 100%); cursor: crosshair;}.o_colorpicker_widget .o_color_slider{background: linear-gradient(#F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);}.o_colorpicker_widget .o_color_slider, .o_colorpicker_widget .o_opacity_slider{width: 4%; margin-right: 2%; cursor: pointer;}.o_colorpicker_widget .o_slider_pointer, .o_colorpicker_widget .o_opacity_pointer{position: absolute; top: auto; left: -50%; bottom: auto; right: auto; width: 200%; height: 8px; margin-top: -2px;}.o_colorpicker_widget .o_slider_pointer, .o_colorpicker_widget .o_opacity_pointer, .o_colorpicker_widget .o_picker_pointer, .o_colorpicker_widget .o_color_preview{box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9);}.o_colorpicker_widget .o_slider_pointer, .o_colorpicker_widget .o_opacity_pointer, .o_colorpicker_widget .o_picker_pointer, .o_colorpicker_widget .o_color_preview, .o_colorpicker_widget .o_hex_div, .o_colorpicker_widget .o_rgba_div{border: 1px solid black;}.o_colorpicker_widget .o_color_picker_inputs{font-size: 10px;}.o_colorpicker_widget .o_color_picker_inputs input{font-family: monospace !important; height: 18px; font-size: 11px;}.o_colorpicker_widget .o_color_picker_inputs .o_hex_div input{width: 7ch;}.o_colorpicker_widget .o_color_picker_inputs .o_rgba_div input{margin-right: 3px; width: 3ch;}

/* /web/static/src/scss/popover.scss defined in bundle 'web.assets_common' */
 @keyframes slide-top{0%{opacity: 0; transform: translateY(-5%);}100%{opacity: 1; transform: translateY(0);}}@keyframes slide-right{0%{opacity: 0; transform: translateX(5%);}100%{opacity: 1; transform: translateX(0);}}@keyframes slide-bottom{0%{opacity: 0; transform: translateY(5%);}100%{opacity: 1; transform: translateY(0);}}@keyframes slide-left{0%{opacity: 0; transform: translateX(-5%);}100%{opacity: 1; transform: translateX(0);}}.o_popover{max-width: 100vw; position: fixed; z-index: 1060; border: 1px solid #dee2e6; background-color: #fff; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);}.o_popover .o_popover_header{background-color: #e9ecef; font-size: 1.1rem; padding: 0.5rem 0.75rem; border-bottom: 1px solid #dee2e6;}.o_popover .o_popover_header:empty{display: none;}.o_popover--top{animation: 0.2s slide-top;}.o_popover--top::before, .o_popover--top::after{content: ''; position: absolute; top: 100%; left: 50%; margin-left: -8px; border: 8px solid transparent; border-top-color: #e9ecef;}.o_popover--top::before{margin-top: 1px; border-top-color: #dee2e6;}.o_popover--right{animation: 0.2s slide-right;}.o_popover--right::before, .o_popover--right::after{content: ''; position: absolute; top: 50%; right: 100%; margin-top: -8px; border: 8px solid transparent; border-right-color: #e9ecef;}.o_popover--right::before{margin-right: 1px; border-right-color: #dee2e6;}.o_popover--bottom{animation: 0.2s slide-bottom;}.o_popover--bottom::before, .o_popover--bottom::after{content: ''; position: absolute; bottom: 100%; left: 50%; margin-left: -8px; border: 8px solid transparent; border-bottom-color: #e9ecef;}.o_popover--bottom::before{margin-bottom: 1px; border-bottom-color: #dee2e6;}.o_popover--left{animation: 0.2s slide-left;}.o_popover--left::before, .o_popover--left::after{content: ''; position: absolute; top: 50%; left: 100%; margin-top: -8px; border: 8px solid transparent; border-left-color: #e9ecef;}.o_popover--left::before{margin-left: 1px; border-left-color: #dee2e6;}

/* /web/static/src/scss/translation_dialog.scss defined in bundle 'web.assets_common' */
 .o_translation_dialog .o_language_current{font-weight: bold;}.o_translation_dialog .row{margin-bottom: 9px;}

/* /web/static/src/scss/keyboard.scss defined in bundle 'web.assets_common' */
 .o_shortcut_table{border-collapse: separate; border-spacing: 0 1em;}.o_shortcut_table .o_key{background-color: #F4F7F8; border-radius: 3px; border: 1px solid #B4B4B4; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2), inset 0px -1px 1px 1px rgba(230, 230, 230, 0.8), inset 0px 2px 0px 0px rgba(255, 255, 255, 0.8); display: inline-block; font-family: Consolas,"Liberation Mono",Courier,monospace; font-size: 0.85em; padding: 2px 4px;}

/* /web/static/src/scss/name_and_signature.scss defined in bundle 'web.assets_common' */
 .o_web_sign_name_and_signature{position: relative;}.card.o_web_sign_auto_font_selection{position: absolute; top: 0; left: auto; bottom: auto; right: 0;}.card.o_web_sign_auto_font_selection .o_web_sign_auto_font_list{overflow: auto;}.card.o_web_sign_auto_font_selection .o_web_sign_auto_font_list > a{height: 100px;}.card.o_web_sign_auto_font_selection .o_web_sign_auto_font_list > a > img{height: 100%;}.o_field_widget .o_signature{outline: 1px solid rgba(108, 117, 125, 0.3); position: relative;}.o_field_widget .o_signature.o_signature_empty{display: -webkit-box; display: -webkit-flex; display: flex;}.o_field_widget .o_signature > p{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}.o_field_invalid .o_signature{outline: 3px solid #900000; cursor: pointer;}.o_form_editable .o_signature:hover{outline: 3px solid #00A09D; cursor: pointer;}.o_signature_stroke{position: absolute; border-top: #D1D0CE solid 2px; bottom: 16%; width: 72%; left: 14%;}

/* /web/static/src/scss/web.zoomodoo.scss defined in bundle 'web.assets_common' */
 .zoomodoo{position: relative; display: inline-block; *display: inline; *zoom: 1;}.zoomodoo img{vertical-align: bottom;}.zoomodoo-flyout{position: absolute; z-index: 100; overflow: hidden; background: #FFF; top: 0; width: 100%; height: 100%;}.zoomodoo-flyout img{max-width: 500%;}.zoomodoo-hover .zoomodoo-flyout{left: 0;}.zoomodoo-next .zoomodoo-flyout{left: 100%;}

/* /web/static/src/scss/color_picker.scss defined in bundle 'web.assets_common' */
 .o_field_color_picker{display: -webkit-box; display: -webkit-flex; display: flex; float: right; margin-right: 7px;}.o_field_color_picker ul{display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: end; justify-content: flex-end; -webkit-flex-wrap: wrap; flex-wrap: wrap; max-width: 150px; padding: 3px 15px 3px 20px; width: 100%; max-width: unset; margin: 0; padding: 0;}.o_field_color_picker ul > li{display: inline-block; margin: 5px 5px 0 0; border: 1px solid white; box-shadow: 0 0 0 1px #dee2e6;}.o_field_color_picker ul > li > a{display: block;}.o_field_color_picker ul > li > a::after{content: ""; display: block; width: 20px; height: 15px;}.o_field_color_picker ul > li:first-child > a{position: relative;}.o_field_color_picker ul > li:first-child > a::before{content: ""; position: absolute; top: -2px; left: 10px; bottom: auto; right: auto; display: block; width: 1px; height: 20px; transform: rotate(45deg); background-color: red;}.o_field_color_picker ul > li:first-child > a::after{background-color: white;}.o_field_color_picker ul .oe_kanban_color_1::after{background-color: #F06050;}.o_field_color_picker ul .oe_kanban_color_2::after{background-color: #F4A460;}.o_field_color_picker ul .oe_kanban_color_3::after{background-color: #F7CD1F;}.o_field_color_picker ul .oe_kanban_color_4::after{background-color: #6CC1ED;}.o_field_color_picker ul .oe_kanban_color_5::after{background-color: #814968;}.o_field_color_picker ul .oe_kanban_color_6::after{background-color: #EB7E7F;}.o_field_color_picker ul .oe_kanban_color_7::after{background-color: #2C8397;}.o_field_color_picker ul .oe_kanban_color_8::after{background-color: #475577;}.o_field_color_picker ul .oe_kanban_color_9::after{background-color: #D6145F;}.o_field_color_picker ul .oe_kanban_color_10::after{background-color: #30C381;}.o_field_color_picker ul .oe_kanban_color_11::after{background-color: #9365B8;}.o_field_color_picker ul > li{border: 2px solid white; box-shadow: 0 0 0 1px #dee2e6;}.o_field_color_picker ul > li > a:focus{outline: none;}.o_field_color_picker_preview{margin-right: 7px;}.o_field_color_picker_preview .oe_kanban_color_1::after{background-color: #F06050;}.o_field_color_picker_preview .oe_kanban_color_2::after{background-color: #F4A460;}.o_field_color_picker_preview .oe_kanban_color_3::after{background-color: #F7CD1F;}.o_field_color_picker_preview .oe_kanban_color_4::after{background-color: #6CC1ED;}.o_field_color_picker_preview .oe_kanban_color_5::after{background-color: #814968;}.o_field_color_picker_preview .oe_kanban_color_6::after{background-color: #EB7E7F;}.o_field_color_picker_preview .oe_kanban_color_7::after{background-color: #2C8397;}.o_field_color_picker_preview .oe_kanban_color_8::after{background-color: #475577;}.o_field_color_picker_preview .oe_kanban_color_9::after{background-color: #D6145F;}.o_field_color_picker_preview .oe_kanban_color_10::after{background-color: #30C381;}.o_field_color_picker_preview .oe_kanban_color_11::after{background-color: #9365B8;}.o_field_color_picker_preview > li{display: inline-block; margin: 5px 5px 0 0; border: 1px solid white; box-shadow: 0 0 0 1px #dee2e6;}.o_field_color_picker_preview > li > a{display: block;}.o_field_color_picker_preview > li > a::after{content: ""; display: block; width: 20px; height: 15px;}.o_field_color_picker_preview > li a.oe_kanban_color_0{position: relative;}.o_field_color_picker_preview > li a.oe_kanban_color_0::before{content: ""; position: absolute; top: -2px; left: 10px; bottom: auto; right: auto; display: block; width: 1px; height: 20px; transform: rotate(45deg); background-color: red;}.o_field_color_picker_preview > li a.oe_kanban_color_0::after{background-color: white;}

/* /web/static/src/scss/fontawesome_overridden.scss defined in bundle 'web.assets_common' */
 .o_rtl .fa.fa-align-right, .o_rtl .fa.fa-align-left, .o_rtl .fa.fa-chevron-right, .o_rtl .fa.fa-chevron-left, .o_rtl .fa.fa-arrow-right, .o_rtl .fa.fa-arrow-left, .o_rtl .fa.fa-hand-o-right, .o_rtl .fa.fa-hand-o-left, .o_rtl .fa.fa-arrow-circle-right, .o_rtl .fa.fa-arrow-circle-left, .o_rtl .fa.fa-caret-right, .o_rtl .fa.fa-caret-left, .o_rtl .fa.fa-rotate-right, .o_rtl .fa.fa-rotate-left, .o_rtl .fa.fa-angle-double-right, .o_rtl .fa.fa-angle-double-left, .o_rtl .fa.fa-angle-right, .o_rtl .fa.fa-angle-left, .o_rtl .fa.fa-quote-right, .o_rtl .fa.fa-quote-left, .o_rtl .fa.fa-chevron-circle-right, .o_rtl .fa.fa-chevron-circle-left, .o_rtl .fa.fa-long-arrow-right, .o_rtl .fa.fa-long-arrow-left, .o_rtl .fa.fa-toggle-right, .o_rtl .fa.fa-toggle-left, .o_rtl .fa.fa-caret-square-o-right, .o_rtl .fa.fa-arrow-circle-o-left, .o_rtl .fa.fa-arrow-circle-o-right, .o_rtl .fa.fa-caret-square-o-left{transform: rotate(180deg);}

/* /web_tour/static/src/scss/tip.scss defined in bundle 'web.assets_common' */
 @keyframes move-left-right{0%{transform: translate(-3px, 0);}100%{transform: translate(3px, 0);}}@keyframes move-bottom-top{0%{transform: translate(0, -3px);}100%{transform: translate(0, 3px);}}.o_tooltip_parent{position: relative !important; opacity: 0.999 !important;}.o_tooltip{position: absolute !important; top: 50% !important; left: 50% !important; z-index: 1070 !important; opacity: 0 !important; width: 28px !important; height: 28px !important; margin: 0 !important; padding: 0 !important; transition: opacity 400ms ease 0ms !important;}.o_tooltip.o_animated{animation: move-bottom-top 500ms ease-in 0ms infinite alternate !important;}.o_tooltip.o_animated.right, .o_tooltip.o_animated.left{animation-name: move-left-right !important;}.o_tooltip.o_tooltip_visible{opacity: 1 !important;}.o_tooltip.o_tooltip_fixed{position: fixed !important;}.o_tooltip::before{content: ""; position: absolute; top: 0; left: auto; bottom: auto; right: 0; width: 28px; height: 28px; border: 3px solid white; border-radius: 0 50% 50% 50%; background: radial-gradient(#9b698e, #875A7B); box-shadow: 0 0 40px 2px rgba(255, 255, 255, 0.5);}.o_tooltip.top::before{transform: rotate(180deg) translateY(8.25979621px) scaleY(1.12430027) rotate(45deg);}.o_tooltip.right::before{transform: rotate(270deg) translateY(8.25979621px) scaleY(1.12430027) rotate(45deg);}.o_tooltip.bottom::before{transform: rotate(0deg) translateY(8.25979621px) scaleY(1.12430027) rotate(45deg);}.o_tooltip.left::before{transform: rotate(90deg) translateY(8.25979621px) scaleY(1.12430027) rotate(45deg);}.o_tooltip > .o_tooltip_overlay{display: none; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: -1;}.o_tooltip > .o_tooltip_content{overflow: hidden; direction: ltr; position: relative; padding: 7px 14px; background-color: inherit; color: transparent; visibility: hidden; line-height: 1.5; font-size: 1rem; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-weight: normal;}.o_tooltip > .o_tooltip_content .o_skip_tour{display: inline-block; margin-top: 4px; cursor: pointer; color: gray;}.o_tooltip > .o_tooltip_content .o_skip_tour:hover{color: #4d4d4d;}.o_tooltip > .o_tooltip_content > p:last-child{margin-bottom: 0;}.o_tooltip.active{border: 3px solid #875A7B !important; background-color: white !important; transition: width 150ms ease 50ms, height 150ms ease 50ms, margin 150ms ease 50ms !important;}.o_tooltip.active::before{width: 12px; height: 12px; border-color: #875A7B; border-radius: 0; background: white; box-shadow: none;}.o_tooltip.active > .o_tooltip_overlay{display: block;}.o_tooltip.active > .o_tooltip_content{color: black; visibility: visible; transition: color 0ms ease 200ms;}.o_tooltip.active.right{transform: translateX(6px) !important;}.o_tooltip.active.right::before{position: absolute; top: 5px; left: -12px; bottom: auto; right: auto; transform: translateX(50%) rotate(45deg);}.o_tooltip.active.top{transform: translateY(-6px) !important;}.o_tooltip.active.top::before{position: absolute; top: auto; left: 5px; bottom: -12px; right: auto; transform: translateY(-50%) rotate(45deg);}.o_tooltip.active.left{transform: translateX(-6px) !important;}.o_tooltip.active.left::before{position: absolute; top: 5px; left: auto; bottom: auto; right: -12px; transform: translateX(-50%) rotate(45deg);}.o_tooltip.active.bottom{transform: translateY(6px) !important;}.o_tooltip.active.bottom::before{position: absolute; top: -12px; left: 5px; bottom: auto; right: auto; transform: translateY(50%) rotate(45deg);}.o_tooltip.active.inverse.left::before, .o_tooltip.active.inverse.right::before{top: auto; bottom: 5px;}.o_tooltip.active.inverse.top::before, .o_tooltip.active.inverse.bottom::before{left: auto; right: 5px;}@media print{.o_tooltip{display: none !important;}}

/* /web_tour/static/src/scss/keyframes.scss defined in bundle 'web.assets_common' */
 

/* /stock/static/src/scss/stock_traceability_report.scss defined in bundle 'web.assets_common' */
 .o_stock_reports_body_print{background-color: white; color: black;}.o_stock_reports_body_print .o_stock_reports_level0{border-width: 1px; border-left-style: hidden; border-right-style: hidden; font-weight: bold; border-top-style: solid; border-bottom-style: groove;}.o_main_content .o_stock_reports_page{position: absolute;}.o_stock_reports_page{background-color: white;}.o_stock_reports_page.o_stock_reports_no_print{margin: 16px auto; padding-top: 24px; padding-right: 16px; padding-bottom: 24px; padding-left: 16px;}.o_stock_reports_page.o_stock_reports_no_print .o_stock_reports_level0{border-width: 1px; border-left-style: hidden; border-right-style: hidden; font-weight: normal; border-top-style: solid; border-bottom-style: groove;}.o_stock_reports_page.o_stock_reports_no_print .o_stock_reports_table{white-space: nowrap; margin-top: 30px;}.o_stock_reports_page.o_stock_reports_no_print .o_report_line_header{text-align: left; padding-left: 10px;}.o_stock_reports_page.o_stock_reports_no_print .o_report_header{border-top-style: solid; border-top-style: groove; border-bottom-style: groove; border-width: 2px;}.o_stock_reports_page .o_stock_reports_unfolded{display: inline-block;}.o_stock_reports_page .o_stock_reports_nofoldable{margin-left: 17px;}.o_stock_reports_page a.o_stock_report_lot_action{cursor: pointer;}.o_stock_reports_page .o_stock_reports_unfolded td + td{visibility: hidden;}.o_stock_reports_page div.o_stock_reports_web_action, .o_stock_reports_page span.o_stock_reports_web_action, .o_stock_reports_page i.fa, .o_stock_reports_page span.o_stock_reports_unfoldable, .o_stock_reports_page span.o_stock_reports_foldable, .o_stock_reports_page a.o_stock_reports_web_action{cursor: pointer;}.o_stock_reports_page .o_stock_reports_caret_icon{margin-left: -3px;}.o_stock_reports_page th{border-bottom: thin groove;}.o_stock_reports_page .o_stock_reports_level1{border-width: 2px; border-left-style: hidden; border-right-style: hidden; font-weight: inherit; border-top-style: hidden; border-bottom-style: solid;}.o_stock_reports_page .o_stock_reports_level2{border-width: 1px; border-left-style: hidden; border-right-style: hidden; font-weight: inherit; border-top-style: solid; border-bottom-style: solid;}.o_stock_reports_page .o_stock_reports_level2 > td > span:last-child{margin-left: 25px;}.o_stock_reports_page .o_stock_reports_default_style{border-width: 0px; border-left-style: hidden; border-right-style: hidden; font-weight: inherit; border-top-style: solid; border-bottom-style: solid;}.o_stock_reports_page .o_stock_reports_default_style > td > span:last-child{margin-left: 50px;}