:root { --body-fg: #333333; --body-bg: #fff; --primary: #337ab7; --secondary: #777777; --button-fg: #333; --primary-fg: #fff; --link-fg: #337ab7; --link-hover-color: #23527c; --accent: #5bc0de; --body-quiet-color: #777777; --darkened-bg: #eeeeee; --hairline-color: #d9d9d9; }

:root { font-size: 14px; }

/*  CSS styles made from django_admin_boostrapped app styles overrides of default admin styles and bootstrap styles */
body { padding-top: 60px; padding-bottom: 40px; }

a:active, a:focus { outline: none; }

a.selector-chooseall { padding: 0px 20px 3px 0; }

a.selector-clearall { padding: 0px 0 3px 20px; }

.controls > p { padding-top: 5px; }

.controls > ul, .controls .related-widget-wrapper > ul { list-style-type: none; padding-left: 0; }

.controls > ul label, .controls .related-widget-wrapper > ul label { font-size: 14px; }

.controls > ul .form-control, .controls .related-widget-wrapper > ul .form-control { height: auto; margin: 9px 0; }

.controls .related-widget-wrapper { float: none; }

.controls .related-widget-wrapper.input-group { display: table; overflow: inherit; }

.controls .related-widget-wrapper.input-group .dropdown-menu { display: none; }

.controls .related-widget-wrapper.input-group .open > .dropdown-menu { display: block; }

.controls .related-widget-wrapper-link { display: inline-block; margin: 7px 7px 3px; }

.selector .selector-filter { border: 0 solid #ccc; border-width: 0 0; padding: 4px 0px 4px 0px; }

.selector .selector-filter label { display: none; }

.selector select { height: 17.2em; width: 100%; border: 1px #ccc solid; }

.selector .selector-chosen select { border-top: 0; }

.selector > .selector-available, .selector > .selector-chosen { width: 47%; }

.selector > .selector-available > select, .selector > .selector-chosen > select { font-size: 12px; color: #666; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 0px 0px 4px 4px; box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.075) inset; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; }

.selector > .selector-available > select > option, .selector > .selector-chosen > select > option { padding: 6px; border-bottom-width: 1px; border-bottom-color: rgba(211, 211, 211, 0.35); border-bottom-style: solid; }

.selector > .selector-available > h2, .selector > .selector-chosen > h2 { text-align: left; background: rgba(211, 211, 211, 0.2); color: #777; border: 1px solid #ccc; border-bottom: none; font-size: 100%; font-weight: 600; margin: 0px; padding: 10px 0px 6px 10px; height: 36px; border-radius: 4px 4px 0px 0px; }

.selector .selector-available input { width: 80%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857; color: #777; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; }

.selector .selector-available p { background: rgba(211, 211, 211, 0.2); border-left: 1px solid #ccc; border-right: 1px solid #ccc; padding: 0px 0px 7px 6px; }

.radiolist input[type="radio"] { margin-left: -20px !important; padding: 0; }

.checkbox { padding-bottom: 5px; }

.checkbox label { margin-bottom: -20px; }

.checkbox .help-block { margin-top: 0; }

.checkbox input[type='checkbox'] { position: static; float: left; margin-left: 0px; margin-right: 5px; }

fieldset.collapse { height: inherit; }

.add-row { margin-bottom: 20px; }

legend a:hover { text-decoration: none; }

.wide label { width: auto !important; }

.actions { display: inline-block; }

.actions select { margin-top: 5px; display: inherit; width: inherit; }

.action-counter { margin-left: 5px; vertical-align: sub; }

th.action-checkbox-column { width: 1.5em; text-align: center; }

td.action-checkbox { text-align: center; }

.tooltip.in { opacity: 1; }

#_changelist { clear: both; }

.scrollable-dropdown-menu { overflow-x: hidden; max-height: 322px; }

.scrollable-dropdown-menu li form a { clear: both; color: #333; display: block; font-weight: normal; line-height: 1.42857; padding: 3px 20px; white-space: nowrap; }

#content-main { clear: both; }

label.report-label, .control-label label { font-size: 0.9rem; }

@media (min-width: 768px) { .navbar-nav.navbar-right:last-child { margin-right: 0px; } }

#content-navbar-collapse .btn-primary { color: #fff; padding: 6px 12px; margin-top: 8px; }

#content-navbar-collapse .btn-primary:hover, #content-navbar-collapse .btn-primary:focus { background-color: #265a88; }

.form-control-inline { width: auto; display: inline; }

.spacer { margin-bottom: 20px; clear: both; }

p.file-upload { line-height: 29px; margin: 1; padding: 2px 0px 10px 0px; color: #666; font-size: inherit; font-weight: inherit; font-family: inherit; }

p.file-upload > input[type="file"] { display: inline; margin-left: 5px; }

.pagination .this-page { z-index: 2; color: #fff; background-color: #337ab7; border-color: #337ab7; }

.url a { overflow-wrap: anywhere; }

.vURLField { width: 100% !important; }

table#change-history { width: 100%; }

.select2.select2-container .select2-selection { background-color: #fff; border: 1px solid #ccc; }

/*  Page global styles */
body { height: 100%; padding: 0; }

.main-wrapper { display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: stretch; min-height: 100%; }

.popup .main-wrapper { padding-top: 0; padding-bottom: 20px; }

#page-content-wrapper { min-height: 50vh; flex: 2 1; }

#page-content-wrapper.container-fluid { width: 100%; }

@media (max-width: 1199px) { #page-content-wrapper > .row { margin-right: -5px; margin-left: -5px; } #page-content-wrapper > .row > [class*='col-'] { padding-right: 5px; padding-left: 5px; } }

#header { position: sticky; top: 0; z-index: 1001; width: 100%; }

#system-notice .system-mode { padding: 9px 30px; }

@media (max-width: 767px) { #system-notice .system-mode { padding: 5px 5px; font-size: 0.8em; } }

/* Footer styles */
#footer-wrapper { background-color: #3d2515; background-image: url("../img/stripe3.png"); background-position: center bottom; background-attachment: scroll; margin-top: 40px; padding-top: 0; padding-bottom: 45px; flex: 1 2; width: 100%; }

#footer-wrapper footer { margin: 20px auto 30px; color: #ccc; }

#footer-wrapper footer a, #footer-wrapper footer a:hover, #footer-wrapper footer a:focus { color: #ccc; }

#footer-wrapper .footer-references > ul { list-style-type: none; }

#footer-wrapper .footer-references > ul > li { display: inline-block; }

#footer-wrapper .footer-references > ul > li > a { margin: 0 6px; }

#footer-wrapper .footer-references > ul > li + li::before { content: '|'; }

#footer-wrapper .footer-logo { margin-bottom: 30px; }

#footer-wrapper #bottom-menu-wrapper { font-size: 1em; padding-top: 20px; padding-bottom: 40px; color: lightgrey; }

#footer-wrapper #bottom-menu-wrapper > .row > div { vertical-align: bottom; }

#footer-wrapper #bottom-menu-wrapper .bottom-menu a { color: #aaa; }

#footer-wrapper #bottom-menu-wrapper .bottom-menu a.disabled { opacity: .4; }

#footer-wrapper #bottom-menu-wrapper .bottom-menu a.disabled:not(.need-company) { cursor: not-allowed; pointer-events: none; }

#footer-wrapper #bottom-menu-wrapper .bottom-menu > * { margin: 4px 0; }

#footer-wrapper .language-selector .dropdown-menu { bottom: 100%; top: auto; background: transparent; right: 0; left: auto; min-width: auto; box-shadow: #ccc 1px -1px 3px; padding: 3px 10px; margin-bottom: 4px; }

#footer-wrapper .language-selector > a > .caret { transform: rotateX(180deg); }

.unlogged #footer-wrapper { background: 0 none !important; }

@media (max-width: 767px) { .unlogged #footer-wrapper { margin-top: 60px; } }

.unlogged #footer-wrapper footer { color: #333; width: 66.67% !important; }

@media (max-width: 767px) { .unlogged #footer-wrapper footer { width: 100% !important; } }

.unlogged #footer-wrapper footer a, .unlogged #footer-wrapper footer a:hover, .unlogged #footer-wrapper footer a:focus { color: #337ab7; }

.unlogged #footer-wrapper footer .col-sm-6 { padding-right: 0; }

.unlogged #footer-wrapper footer .footer-references { padding-right: 15px; }

/* Go top button */
.gototop { position: fixed; bottom: 60px; right: 20px; z-index: 999; opacity: 0; visibility: hidden; transition: 0.5s; }

.gototop.active { opacity: 1; visibility: visible; }

.gototop .btn { color: #fff; background-color: #41a62a; border-color: #399225; }

.gototop .btn:hover { background-color: #399225; }

/* Unlogged pages adapters */
@media (max-width: 767px) { .unlogged { padding: 30px; } }

.unlogged #header { position: static; }

.unlogged .form-group { margin-bottom: 20px; }

@media (max-width: 767px) { .unlogged #dev_partners { padding-top: 20px; } .unlogged #dev_partners .thumbnail { max-height: 70px; } .unlogged #dev_partners .thumbnail img { max-height: 90px; } }

.unlogged .unlogged-content-container { margin-top: 30px; }

/* Delogger button */
#delogger { width: 50px; height: 43px; padding: 11px 14px; float: right; text-align: center; margin-right: -15px; }

@media (hover: hover) { #delogger:hover { background-color: #eee; color: #333; } }

/*  Header widgets */
.header-widgets { position: fixed; z-index: 1032; top: 0; right: 50px; font-size: 21px; display: flex; padding: 0; border-right: 1px solid #ddd; }

@media (max-width: 991px) { .header-widgets { bottom: 0; left: 0; top: auto; right: 0; background: #fff; padding-right: 60px; border-top: 1px solid #ccc; } }

.header-widgets > div { width: 50px; height: 43px; }

@media (hover: hover) { .header-widgets > div.hover-display:hover { background-color: #eee; } .header-widgets > div.hover-display:hover .dropdown-menu { display: block; } .header-widgets > div.hover-display > div:hover a { color: #333; } }

@media (min-width: 321px) { .header-widgets > div > div { position: relative; } }

.header-widgets > div > div > a { color: #777; cursor: pointer; display: block; white-space: nowrap; padding: 7px 4px 8px; text-decoration: none !important; text-align: center; }

.header-widgets > div > div > a .badge { font-size: .6em; vertical-align: baseline; background-color: #41a62a; margin-left: -4px; font-family: sans-serif; }

.header-widgets > div > div > a .glyphicon-envelope { font-size: 19px; top: 0; }

.header-widgets > div > div > a .glyphicon-info-sign { font-size: 20px; }

.header-widgets > div > div > a .glyphicon-cloud { top: 2px; font-size: 25px; }

.header-widgets > div + div { border-left: 1px solid #eee; }

.header-widgets .dropdown-menu { padding: 10px; }

@media (max-width: 991px) { .header-widgets .dropdown-menu { bottom: 100%; top: auto; left: 0; right: auto; } }

.header-widgets .mailbox-widget-wrapper.open { background-color: #eee; color: #333; }

.header-widgets .mailbox-widget-wrapper.open .mailbox-dropdown { position: fixed; top: 41px; bottom: 0; width: 360px; }

@media (max-width: 360px) { .header-widgets .mailbox-widget-wrapper.open .mailbox-dropdown { width: 100vw; } }

@media (max-width: 991px) { .header-widgets .mailbox-widget-wrapper.open .mailbox-dropdown { bottom: 44px; } }

/*  Login form adapter from former django_admin_bootstrapped app */
@media (min-width: 768px) { .form-signin { max-width: 380px; margin: 0 auto 20px; background-color: #fff; border: 1px solid #e5e5e5; border-radius: 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); } .form-signin .form-signin-inner { padding: 9px 29px 29px; } .form-signin .form-signin-heading, .form-signin .checkbox, .form-signin h2 { margin-bottom: 30px; } .form-signin .form-actions { margin: 0; } .form-signin #id_username, .form-signin #id_password { display: block; font-size: 16px; height: 44px; width: 100%; } }

/* Banner for overlayed message to users */
#bottom_msg { position: fixed; bottom: 0; left: 0; right: 0; background: #181818; color: #fff; padding-top: 32px; padding-bottom: 32px; z-index: 10000; font-size: 15px; }

#bottom_msg p { text-align: left !important; }

#bottom_msg > div { margin-bottom: 10px; }

#bottom_msg .message-link .btn { border-radius: 0; }

#bottom_msg .temporary-message { max-height: 50vh; overflow-y: auto; font-size: .9em; }

#bottom_msg .close { position: absolute; top: 10px; right: 10px; color: #fff; opacity: 1; border: 2px solid #fff; border-radius: 14px; width: 28px; height: 28px; line-height: 14px; }

@media (min-width: 992px) { #bottom_msg { padding-bottom: 64px; } }

/* Inspired from Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com) */
html:not(.sidebar-visible) .main-wrapper > .content-dimmer { display: none; }

html:not(.sidebar-visible) .sidebar-wrapper { width: 0; }

html.sidebar-visible { overflow-y: hidden; }

@media (hover: hover) { html.sidebar-visible .sidebar-toggler { background-color: #eee; } }

.sidebar-toggler { margin-left: -15px; height: 43px; width: 50px; outline: none !important; }

.sidebar-toggler .icon-bar { background-color: #777; display: block; width: 22px; height: 2px; border-radius: 1px; }

.sidebar-toggler .icon-bar + .icon-bar { margin-top: 4px; }

@media (hover: hover) { .sidebar-toggler:hover { background-color: #eee; } .sidebar-toggler:hover > .icon-bar { background-color: #333; } }

.main-wrapper > .content-dimmer { top: 0; bottom: 0; left: 0; right: 0; width: 100%; /*height: 100vh;*/ position: fixed; display: block; z-index: 1021; background-color: rgba(0, 0, 0, 0.5); }

.sidebar-wrapper { z-index: 1031; position: fixed; overflow-y: auto; overflow-x: auto; top: 0; bottom: 0; background-color: #f8f8f8; border-right: 1px solid #ddd; transition: width .2s ease; left: 0; width: 100%; }

@media (min-width: 480px) { .sidebar-wrapper { left: 359px; width: 360px; margin-left: -360px; } }

@media (min-width: 1200px) { .sidebar-wrapper { left: 419px; width: 420px; margin-left: -420px; } }

.sidebar-wrapper .sidebar-header { position: relative; }

.sidebar-wrapper .sidebar-header .close { margin: 5px; opacity: 1; color: #999; padding: 0 8px; }

.sidebar-nav { margin: 0; padding: 0; padding-top: 32px; padding-right: 14px; list-style: none; }

.sidebar-nav li { text-indent: 20px; line-height: 24px; white-space: nowrap; color: #41a62a; font-size: 13px; }

.sidebar-nav li.main-menu-item { text-indent: 10px; }

.sidebar-nav li.main-menu-footer { text-align: center; text-indent: 0; margin: 5px; color: #aaa; font-size: .9em; }

.sidebar-nav li.menu-section { text-indent: 10px; }

.sidebar-nav li a { display: block; text-decoration: none; color: #333; text-overflow: ellipsis; white-space: nowrap; }

.sidebar-nav li a.disabled { opacity: .7; }

.sidebar-nav li a.disabled:not(.need-company) { cursor: not-allowed; pointer-events: none; }

.sidebar-nav li a:hover { text-decoration: none; color: #ccc; background: rgba(0, 0, 0, 0.8); }

.sidebar-nav li a:active, .sidebar-nav li a:focus { text-decoration: none; }

#user-company-bar { float: none !important; position: absolute; top: 0; left: 10px; margin: 0; }

button + #user-company-bar { left: 60px; }

@media (max-width: 991px) { button + #user-company-bar .dropdown-menu { left: -60px; } }

#user-company-bar .badge.act_as { background-color: #41a62a; }

#user-company-bar form .form-group { white-space: nowrap; margin-bottom: 0; }

#user-company-bar form .form-group select[name='switch_company'] + .select2-container .select2-selection { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; }

#user-company-bar form .form-group select[name='switch_company'] + .select2-container + .input-group-addon { margin-left: -1px; outline: 0; }

@media (max-width: 991px) { #user-company-bar form .form-group .select2-container { width: 70% !important; } }

#user-company-bar .dropdown-menu .dropdown-item .input-group-addon { min-width: 35px; }

#user-company-bar .dropdown-menu .logged-as-label { white-space: normal; }

#user-company-bar .dropdown-menu .logged-as-label span { display: inline-block; }

#user-company-bar .dropdown-menu a { color: #333; }

#user-company-bar .dropdown-menu a.act_as { color: #41a62a; }

#user-company-bar .dropdown-menu a.act_as.act-as-normal:hover { text-decoration: line-through !important; }

#user-company-bar .dropdown-menu a:hover { color: #262626; text-decoration: none; background-color: #f5f5f5; }

#user-company-bar .open .dropdown-menu { position: absolute; float: left; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.15); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

#user-company-bar .open .dropdown-menu > li > .dropdown-item { padding: 3px 20px; }

@media (max-width: 991px) { #user-company-bar .open .dropdown-menu { width: 90vw; margin-left: 5vw; } }

/* Typography styles */
p { line-height: 140%; }

h1 { color: #3d2515; font-size: 42px; font-weight: bold; margin: 0 0 25px; }

h2 { font-weight: bold; font-size: 20px; }

h3 { font-weight: normal; }

h5 { font-size: 10px; margin: 1.5em 0 .5em; color: #666; text-transform: uppercase; letter-spacing: 1px; }

li ul { margin-bottom: 0; }

blockquote { font-size: 11px; color: #777; margin-left: 2px; padding-left: 10px; border-left: 5px solid #ddd; }

code, pre { background: inherit; color: #666; font-size: 11px; }

code strong { color: #930; }

hr { clear: both; color: #eee; background-color: #eee; height: 1px; border: none; margin: 0; padding: 0; font-size: 1px; line-height: 1px; }

.small { font-size: 11px; }

.tiny { font-size: 10px; }

.mini { font-size: 9px; }

.help { font-size: 10px; color: #999; }

p img, h1 img, h2 img, h3 img, h4 img, td img { vertical-align: middle; }

.clear { clear: both; }

form { margin: 0; padding: 0; }

fieldset { margin-top: 10px; margin-bottom: 10px; padding: 0; }

.breadcrums { background-color: #41a62a; color: #fff; min-height: 36px; }

.breadcrums a { color: #fff; text-decoration: underline; }

@media (max-width: 767px) { .breadcrums { min-height: 26px; } }

.breadcrumb { border-radius: 0 !important; background-color: inherit !important; margin-bottom: 0 !important; display: inline-flex; width: 100%; margin-left: -10px; white-space: nowrap; }

@media (max-width: 767px) { .breadcrumb { padding: 3px 5px; } }

.breadcrumb > li { overflow-x: hidden; max-width: 15vw; text-overflow: ellipsis; }

.breadcrumb > li > a { max-width: 100px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: top; }

.breadcrumb > li > a:hover { text-decoration: none; }

.breadcrumb > li:last-child { max-width: none; display: block; }

.breadcrumb-spacer { height: 36px; background: linear-gradient(to right, #41a62a, #3e2612); }

.graphicheader { background-color: #3e2612; color: #fff; height: 36px; }

.graphicheader::after { content: ''; position: absolute; font-size: 1.5em; top: 0; bottom: 0; left: 0; right: 10px; font-family: 'Open sans', sans-serif; background-color: transparent; background-image: url("../img/auchamp-nologo.png"); background-repeat: no-repeat; background-size: contain; background-position: right; text-align: right; }

.btn-toolbar .btn, #toolbar .btn { border-radius: 0 !important; }

@media (min-width: 768px) { .btn-toolbar .btn:not(.btn-xs), #toolbar .btn:not(.btn-xs) { min-height: 34px; } }

.toolbar-wrapper #toolbar { box-shadow: #ccc 1px 1px 5px; }

#toolbar { padding-top: 10px; padding-bottom: 6px; }

#toolbar.toggled { display: none !important; }

#toolbar:empty { height: 0 !important; padding: 0 !important; border: 0 !important; }

#toolbar:empty + #toolbar-toggler { display: none; }

#toolbar.btn-toolbar { margin-left: 0; }

#toolbar .icofont { font-size: 17px; }

#toolbar form:not(.dropdown-menu) { display: table; }

#toolbar .input-group, #toolbar .btn-group { display: inline-table; vertical-align: middle; }

#toolbar > .btn-group { margin-bottom: 4px; }

#toolbar > .btn-group.pull-right .dropdown-menu { right: 0; }

#toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored) { color: #fff; background-color: #337ab7; border-color: #2e6da4; }

#toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored):focus, #toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored).focus { color: #fff; background-color: #286090; border-color: #122b40; }

#toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored):hover { color: #fff; background-color: #286090; border-color: #204d74; }

#toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored):active, #toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored).active, .open > #toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored).dropdown-toggle { color: #fff; background-color: #286090; border-color: #204d74; }

#toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored):active:hover, #toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored):active:focus, #toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored):active.focus, #toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored).active:hover, #toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored).active:focus, #toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored).active.focus, .open > #toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored).dropdown-toggle:hover, .open > #toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored).dropdown-toggle:focus, .open > #toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored).dropdown-toggle.focus { color: #fff; background-color: #204d74; border-color: #122b40; }

#toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored):active, #toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored).active, .open > #toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored).dropdown-toggle { background-image: none; }

#toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored).disabled, #toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored).disabled:hover, #toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored).disabled:focus, #toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored).disabled.focus, #toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored).disabled:active, #toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored).disabled.active, #toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored)[disabled], #toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored)[disabled]:hover, #toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored)[disabled]:focus, #toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored)[disabled].focus, #toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored)[disabled]:active, #toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored)[disabled].active, fieldset[disabled] #toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored), fieldset[disabled] #toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored):hover, fieldset[disabled] #toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored):focus, fieldset[disabled] #toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored).focus, fieldset[disabled] #toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored):active, fieldset[disabled] #toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored).active { background-color: #337ab7; border-color: #2e6da4; }

#toolbar > .btn-group:not(.pull-right):first-child .btn:first-child:not(.toolbar-first-btn-uncolored) .badge { color: #337ab7; background-color: #fff; }

#toolbar > .btn-group:first-child:not(.pull-right) { margin-left: 0; }

#toolbar .open > .dropdown-menu { max-width: 90vw; }

#toolbar .form-control, #toolbar .input-group-addon { border-radius: 0; }

@media (max-width: 767px) { #toolbar { padding-top: 4px; padding-bottom: 1px; } #toolbar .btn, #toolbar .input-group-addon, #toolbar .form-control, #toolbar .label { padding: 3px !important; min-width: 30px; min-height: 28px; height: auto; line-height: 1.3; } #toolbar .btn .glyphicon, #toolbar .label .glyphicon { line-height: 1.3; } #toolbar .dropdown-menu li > a, #toolbar .dropdown-menu .dropdown-header { padding-left: 6px; padding-right: 6px; } }

#toolbar-toggler { cursor: row-resize; position: absolute; margin: 5px; z-index: 2; right: 0; top: 100%; box-shadow: #ccc -1px 1px 5px; }

#toolbar-toggler.toggled > span.glyphicon:before { content: "\e114"; }

.modal-header #toolbar { padding: 4px 0 0; }

/*  CSS to update Bootstrap navs to our colors Do not edit! Use Sass Could be imported in global site Sass file */
.bootstrap-tabs-container .nav-tabs { border: 1px solid rgba(65, 166, 42, 0.15); border-bottom-width: 0; background-color: rgba(65, 166, 42, 0.15); font-size: 0; }

.bootstrap-tabs-container .nav-tabs > li { display: inline-block !important; float: none !important; margin-bottom: 0; font-size: 1rem; }

.bootstrap-tabs-container .nav-tabs > li > a, .bootstrap-tabs-container .nav-tabs > li > a:hover, .bootstrap-tabs-container .nav-tabs > li > a:focus { background-color: transparent; border: 0; border-radius: 0; color: #333333; margin-right: 0; }

.bootstrap-tabs-container .nav-tabs > li > a:hover { background-color: rgba(57, 146, 37, 0.15); }

.bootstrap-tabs-container .nav-tabs > li.active > a, .bootstrap-tabs-container .nav-tabs > li.active > a:hover, .bootstrap-tabs-container .nav-tabs > li.active > a:focus { background-color: #fff; border: 0; }

.bootstrap-tabs-container .nav-tabs > li.disabled > a { color: #777777; }

.bootstrap-tabs-container .nav-tabs span.badge { background-color: transparent; color: inherit; padding: 0; vertical-align: sub; }

.bootstrap-tabs-container .tab-content { min-height: 200px; padding: 15px; }

@media screen { .bootstrap-tabs-container .tab-content { border: 1px solid rgba(65, 166, 42, 0.15); border-top-width: 0; } }

@media print { .bootstrap-tabs-container .tab-content { overflow-x: hidden; padding: 5px; } .bootstrap-tabs-container .tab-content > .tab-pane { display: block; } }

@media (max-width: 767px) { .bootstrap-tabs-container .tab-content { overflow-x: auto; padding: 5px; } }

@media (max-width: 767px) { .bootstrap-tabs-container .tab-pane-large { min-width: 700px; } }

.tabular-inline-table-container { position: relative; }

.change-form fieldset { border-color: #41a62a !important; background-color: rgba(65, 166, 42, 0.02); }

.change-form fieldset > legend { color: #41a62a; }

.timeline { height: 22px; margin-bottom: 53px; margin-top: 45px; background-color: #ccc; padding: 0; display: flex; position: relative; }

.timeline > * { position: relative; margin: 0; flex: 1 1 1vw; }

.timeline > * .date-container { top: -15px; position: absolute; height: 15px; border-left: dashed 1px #bbb; }

.timeline > * .date-container .date { font-size: .8em; display: block; color: #999; position: absolute; top: -30px; left: -25px; width: 50px; text-align: center; }

.timeline > *.timeline-item { transition: width .6s; }

.timeline > *.timeline-item > *:first-child:not(.date-container, .field) { background-color: #333; width: 100%; height: 22px; color: #fff; padding: 4px; font-size: .8em; border-radius: 0; text-align: left; white-space: nowrap; display: inline-block; position: absolute; overflow: hidden; text-overflow: ellipsis; }

.timeline > *.timeline-item > *:first-child:not(.date-container, .field) .inter-period-tool { top: 0; position: absolute; right: 0; font-size: 14px; color: #fff; background: #666; height: 22px; padding: 2px 3px 1px; display: none; }

.timeline > *.timeline-item > *:first-child:not(.date-container, .field):hover .inter-period-tool { display: block; }

.timeline > *.timeline-item > *.current { border: 1px dashed #666; }

.timeline > *.timeline-item.danger-period > *:first-child { background-color: #d9534f !important; }

.timeline > *.timeline-item.warning-period > *:first-child { background-color: #f0ad4e !important; }

.timeline > *.timeline-item:nth-child(4n+1) > *:first-child.colored { background-color: #ff5c2c; }

.timeline > *.timeline-item:nth-child(4n+2) > *:first-child.colored { background-color: #98c7b7; }

.timeline > *.timeline-item:nth-child(4n+3) > *:first-child.colored { background-color: #ffcc57; }

.timeline > *.timeline-item:nth-child(4n+4) > *:first-child.colored { background-color: #0f4955; }

.timeline > *.timeline-item .date.selected { color: #fff; background-color: #666; }

.timeline > *.timeline-item .field { text-align: left; position: absolute; top: 25px; color: #666; font-size: .8em; min-width: inherit; margin-left: 0; left: 0; white-space: nowrap; max-width: 100%; overflow-x: hidden; text-overflow: ellipsis; cursor: default; }

.timeline > *.timeline-item .field:nth-of-type(2) { top: 42px; }

.timeline > *.timeline-item .field:nth-of-type(3) { top: 59px; }

.timeline > *.timeline-label { width: 80px; color: #666; border: 1px solid #ccc; border-right-width: 0; border-radius: 0; padding: 5px; font-size: 12px; line-height: 10px; background: #fff; }

.timeline > *.begin, .timeline > *.end { flex-grow: 0; }

.timeline > *.begin > *, .timeline > *.end > * { background-color: #ccc; }

.table-container .table thead th.orderable::after { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; }

.table-container .table thead th.orderable.asc::after { content: '\e155'; }

.table-container .table thead th.orderable.asc.alphabet::after { content: '\e151'; }

.table-container .table thead th.orderable.asc.numerical::after { content: '\e153'; }

.table-container .table thead th.orderable.desc::after { content: '\e156'; }

.table-container .table thead th.orderable.desc.alphabet::after { content: '\e152'; }

.table-container .table thead th.orderable.desc.numerical::after { content: '\e154'; }

@media print { @page { margin: 1cm;
    @top-left { font-size: 7pt;
      content: var(--auchamp-page-title); }
    @top-right { font-size: 7pt;
      content: var(--auchamp-date); }
    @bottom-left { font-size: 7pt;
      content: var(--auchamp-company); }
    @bottom-center { content: 'auchamp.ca';
      font-size: 7pt; }
    @bottom-right { content: counter(page) "/" counter(pages);
      font-size: 7pt; } } .no-print { display: none; } /* Bootstrap displays links, deactivate it*/ a[href]::after { display: none; } body { font-size: 12px !important; padding-top: 5px !important; padding-bottom: 5px !important; /* print active tab only */ } body.print-all-tab .tab-content .tab-pane { display: block; } #main-wrapper { /* important since we use "flex" positionning */ display: block; } #header, #sidebar-wrapper, .content-dimmer, #toolbar-wrapper, #footer-wrapper, #system-notice { display: none; } #content { margin-top: 0 !important; } #content-main { overflow-x: hidden !important; } #main-wrapper, #page-content-wrapper { padding-top: 0 !important; padding-bottom: 0 !important; padding-left: 0 !important; padding-right: 0 !important; } body, h1, h2, h3, ol, ul, div { width: auto !important; float: none !important; font-weight: normal !important; } .row { margin-left: 0 !important; margin-right: 0 !important; } h1 { font-size: 20pt; } h2 { font-size: 16pt; } h3, h3.panel-title { font-size: 13pt; } h4, h4.panel-title { font-size: 11pt; } .thumbnail { display: inline-block; } .thumbnail img { max-height: 250px; } .leaflet-control-container { display: none; } .phenological_stage .progress-bar, .phenological_stage .bar-outside-label { text-align: left !important; padding-right: 0; margin-left: 0; } .phenological_stage .progress-bar .no-label { display: none; } .col-xs-4, .col-xs-8 { display: inline-block; float: none; vertical-align: top; } .table-responsive { overflow-x: visible; } table { page-break-inside: avoid; } /*print a modal*/ .modal-open #main-wrapper, .modal-open .modal-header { display: none; } .modal-open .modal, .modal-open .modal-body { padding: 0 !important; } .modal-open .modal { position: static; } .modal-open .modal-dialog { width: inherit; margin: 0; } .modal-open .modal-content { border: 0; } .modal-open .modal-body { max-height: initial; } /*readonly_form*/ .report-body .form-group { margin-bottom: 0; } }
