/* csslint adjoining-classes: false, order-alphabetical: false */

/*p {
    padding: 0;
    line-height: 140%;
}

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

.alt-link-h1 {
    font-size: 0.7em;
}

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

h2.subhead {
    font-weight: normal;
    margin-top: 0;
}

h3 {
    font-weight: normal !important;
}

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

ul.plainlist {
    margin-left: 0 !important;
}

ul.plainlist li {
    list-style-type: none;
}

li ul {
    margin-bottom: 0;
}

form {
    margin: 0;
    padding: 0;
}

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

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

code,
pre {
    font-family: "Bitstream Vera Sans Mono", Monaco, "Courier New", Courier, monospace;
    background: inherit;
    color: #666;
    font-size: 11px;
}

pre.literal-block {
    margin: 10px;
    background: #eee;
    padding: 6px 8px;
}

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;
}

p.tiny {
    margin-top: -2px;
}

.mini {
    font-size: 9px;
}

p.mini {
    margin-top: -3px;
}

.help,
p.help {
    font-size: 10px !important;
    color: #999;
}

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

.quiet,
a.quiet:link,
a.quiet:visited {
    color: #999 !important;
    font-weight: normal !important;
}

.quiet strong {
    font-weight: bold !important;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.clear {
    clear: both;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}*/


/* leyan application form section */

.input-group .form-control {
    z-index: 0;
}


/* leyan end application form section */


/* added leyan */

/*.aligned label {
    width: 15em;
    height: auto;
}
*/

.table.messages>tbody>tr:first-child td {
    border-top: none;
}
.table.messages>tbody>tr>td:first-child {
    font-style: italic;
}

/*label.width-auto {
    width: auto;
}

.inline-group .aligned label {
    width: 15em;
}

form .aligned p.help {
    padding-left: 12em;
}*/


/* end added leyan */

/* TABLES */


/*table {
    border-collapse: collapse;
    border-color: #ccc;
}*/

/*table.js_admin {
    margin-top: 2px;
    margin-left: 7px;
}
*/

/*td.js_admin {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    margin-left: 7px;
    padding-right: 35px;
}*/

/*td,
th {
    font-size: 1.0em;
    line-height: 16px;
    border-bottom: inherit;
    vertical-align: top;
    padding: 5px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}*/

/*td.quarter {
	width:25%;
}*/

/*th {
    text-align: left;
    font-size: 1.0em;
    font-weight: normal;
}
*/
th.center {
    text-align: center;
}

tfoot td {
    border-bottom: none;
    border-top: 1px solid #ddd;
}


fieldset table, fieldset .table {
    margin-top: 0;
    margin-bottom: 0;
}
fieldset table.table th {
    font-size: 13px;
}

tr.row-label td {
    font-size: 9px;
    padding-top: 2px;
    padding-bottom: 0;
    border-bottom: none;
    color: #666;
    margin-top: -1px;
}

tr.alt {
    background: #f6f6f6;
}

tr.head {
    background-color: #D5D5D5;
    font-weight: bold;
    border: 1px solid #CCC;
}

tr.bold {
    background-color: #DDD;
    font-weight: bold !important;
}

tr.pale_head {
    background-color: #E9E9E9;
    font-weight: bold;
    border: 1px solid #CCC;
}

tr.pale_gray {
	background-color:#EEE;
}

tr.pale{
	background-color:#ccc;
}

.pale th {
    text-align: center;
    border: 1px solid #eee;
}

.header_company {
    font-size: 1.5em;
}

.header_zone {
    font-size: 1.2em;
}

.top_left_corner {
    font-size: 1.2em;
    vertical-align: middle;
}

tr.buffer {
    height: 30px;
}

/*.row1 {
    background: white;
}

.row2 {
    background: #eee;
}
*/

/* ORDERABLE TABLES */

table.orderable tbody tr td:hover {
    cursor: move;
}

table.orderable tbody tr td:first-child {
    padding-left: 14px;
    background-image: url(../img/icons/nav-bg-grabber.gif);
    background-repeat: repeat-y;
}

/*table.orderable-initalized .order-cell,
body>tr>td.order-cell {
    display: none;
}*/


/* MODULES */

/* django admin original ids */
/*#changelist {
    clear: both;
}

#changelist-filter {
    top: -18px;
}*/

/*.module ul,
.module h3,
.module h4,
.module dl,
.module pre {
    padding-left: 10px;
    padding-right: 10px;
}*/

/*.select_add_action {
    padding-bottom: 6px;
}
*/
/*#add-edit-messages {
    float: left;
    padding: 0;
    width: auto;
    position: relative;
    bottom: 4px;
}

#add-edit-messages select {
    margin-top: 5px;
}*/

.module blockquote {
    margin-left: 12px;
}

/*.module ul,
.module ol {
    margin-left: 1.5em;
}*/

.module h3 {
    margin-top: .6em;
}

.panel-heading {
    padding: 10px 15px 10px 7px;
    text-align: left;
    font-weight: normal;
    background: #fff;
    color: #41A62A;
    border-bottom: 1px solid #41A62A;
}


/* MESSAGES & ERRORS */
/*
ul.messagelist {
    padding: 0 0 5px 0;
    margin: 0;
}

ul.messagelist li {
    background: url(../img/icons/icon_success.gif) no-repeat scroll 20px 10px #FFFFCC;
    border-bottom: 1px solid #DDDDDD;
    color: #666666;
    display: block;
    font-size: 12px;
    margin: 0 0 3px;
    padding: 10px 20px 10px 40px;
}

ul.messagelist li.warning {
    background-image: url(../img/icons/icon_alert.gif);
}

ul.messagelist li.error {
    background-image: url(../img/icons/icon_error.gif);
}*/

/*.errornote {
    font-size: 12px !important;
    display: block;
    padding: 4px 5px 4px 25px;
    margin: 0 0 3px 0;
    border: 1px solid red;
    color: red;
    background: #ffc url(../img/icons/icon_error.gif) 5px .3em no-repeat;
}

.inline-errors {
    padding: 5px;
}

.errorlist li a {
    color: inherit;
    text-decoration: underline;
}

td ul.errorlist {
    margin: 0 !important;
    padding: 0 !important;
}

td ul.errorlist li {
    margin: 0 !important;
}

.errors {
    background: #ffc;
}

.errors input,
.errors select,
.errors textarea {
    border: 1px solid red;
}
*/
div.system-message {
    background: #ffc;
    margin: 10px;
    padding: 6px 8px;
    font-size: .8em;
}

div.system-message p.system-message-title {
    padding: 4px 5px 4px 25px;
    margin: 0;
    color: red;
    background: #ffc url(../img/icons/icon_error.gif) 5px .3em no-repeat;
}
.statement {
    font-size: 14px;
    color: #666;
}

.field-signature-user {
    display: none;
}

.field-agronomist_author {
    display: none;
}

.form-row.field-open_nozzles {
    border-top: 1px solid lightgray;
}

.form-row.field-speed {
    border-top: 1px solid lightgray;
}

#id_suggested_boil_per_hectare {
    width: 50px;
}

#id_dosage_adaptation {
    width: 50px;
}

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

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

.breadcrumb {
    border-radius: 0 !important;
    background-color: inherit !important;
    margin-bottom:0 !important;
    display: inline-flex;
    width: 100%;
    margin-left: -10px;
    white-space: nowrap;
}
.breadcrumb>li>a {
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}
.breadcrumb>li {
    overflow-x: hidden;
    max-width: 15vw;
    text-overflow: ellipsis;
}
.breadcrumb>li:last-child {
    max-width: none;
    display: block;
}
.breadcrumb li a:hover{
    text-decoration: none;
}
.breadcrumb-spacer {
    height:36px;
    background: linear-gradient(to right, #4da62b, #402716);
}
.graphicheader {
    background-color: #3D2515 !important;
    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('/static/newcore/img/auchamp-nologo.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    text-align: right;
}*/

/* ajout navbar */

.ico {
    position: relative;
    bottom: 1px;
}

/*#tools-navbar-collapse .nav > li {
    float: right !important;
}*/

/*.la-compagnie {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: text-bottom;
    white-space: nowrap;
    width: 11.9em;
}

#company_form {
    clear: both;
}*/

/* OBJECT HISTORY */

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

table#change-history tbody th {
    width: 16em;
}*/
/* PAGE STRUCTURE */
.page-title, .modal-title {
    text-align: center;
    color: #3D2515;
    text-transform: uppercase;
}
.page-title {
    margin-top: 1em;
}
.page-title:empty {
    display: none;
}

/*.headerlink {
    display: block;
    padding: 0 15px !important;
}*/

/* django templates have no marging in this container */
/*#content-main {
    padding: 10px;
}*/
.datetime .input-group+.input-group {
    margin-top: 4px;
}

.clockbox {
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
}
.clockbox h2 {
    font-size: 1em !important;
    border: none;
    color: #777 !important;
    margin: 4px;
    padding: 0 !important;
}
.clockbox .timelist {
    margin-left: 0;
}

/*#content-related {
    float: right;
    width: 18em;
    position: relative;
    margin-right: -19em;
}

#maintenance {
    background-color: #FFFF70;
    padding-left: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: bold;
    text-align: center;
}*/

/* HEADER */

/*.idclient {
    float: left;
}

.idclient a:hover {}

.idclient img {
    padding: 0 2px;
}

.gronome,
.gronome a {}

div.idclient {
    margin-right: 10px;
}*/

/*add edit messages prise 2 */

/*#header #add-edit-messages {}*/
/*
#header #boutons .action-row {
    font-size: 1em !important;
    line-height: 16px;
    color: #fff;
}

#header #boutons span.action-title {
    position: relative;
    border-bottom: 0px solid;
    float: left;
    padding: 6px 1px 4px;
    text-decoration: none;
}

#header #boutons .action-icons {
    float: left;
    margin: 0 0 0 5px;
}
*/
/*#header .action-icons select {
    border: 0 none;
    height: 15px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 2px;
}

#header .action-icons option {
    font-size: 1em;
    color: #999;
    padding: 3px;
}*/

/*a.logout {
    color: #fff !important;
    float: right;
    text-decoration: underline;
}*/

/*#navglobal {
    float: right;
}
*/
/* ajouts hb */

fieldset legend h4 {
    background-color: #41a62a !important;
    border: 0 none;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 8px 12px !important;
}

.total {
    font-weight: bold;
    font-size: 12px;
}

/*.change-list-warning{
    padding: 10px 10px 10px 18px;
    margin: 10px;
    border: 1px solid;
    background-color: #FFFFCC;
    border-radius: 10px;
	-webkit-border-radius : 10px;
	-moz-border-radius : 10px;
    font-size: 0.95em;
}*/

tr.thickborder {
    border-top: 1px solid #EEEEEE !important
}

tr.thickborder td {
    color: #000 !important;
}

tr.last {
    border-top: 2px solid LightGray;
}

table .last {
    background-color: #666 !important;
}

.last td {
    border-width: 1px 0 0 0 !important;
    color: #fff;
}

/* added leyan */

td.blue {
    background: #DFF;
}

td.dark {
    background: #EAEAEA;
}

td.middle {
    vertical-align: middle;
}

th.selected {
    background-color: #CCC;
    text-decoration: underline;
}

th.ordered_by {
    text-decoration: underline;
}
th.ordered_by.primary {
    font-weight: bold;
}
table.affdict {
    width: 100%;
}

td.affdate {
    width: 10%;
}

td.afftitle {
    width: 25%;
}

td.affcontent {
    width: 25%;
}

.clr {
    line-height: 1px;
    height: 1px;
    font-size: 1px;
    clear: both;
}
/*.spaces {
    padding-left: 40px;
}*/

.action-icons {
    float: right;
    margin-top: -2px;
}

.action-icon img {
    padding-left: 5px;
    vertical-align: middle;
}

.action-row {
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.6em;
}

.float-right-action {
    float: right;
}

.float-right-action .action-title {
    float: right;
    padding-left: 10px;
}

.action-row .addobjectselect {
    margin-left: 3px;
}

.no_icon {
    font-size: 0px;
    padding-left: 28px;
}

.clr {
    height: 1px;
    position: relative;
    clear: both;
}

.smallfield {
    padding-bottom: 10px;
    padding-left: 20px;
    line-height: 16px;
}

.largefield {
    line-height: 16px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.add_company {
    line-height: 16px;
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 1.5em;
}

.biggerfield {
    font-size: 1.2em;
}

#pulverisationproduit_set-group .module,
#applicationgranulaireproduit_set-group .module {
    margin: 0 !important;
}

#pulverisationproduit_set-group .module table,
#applicationgranulaireproduit_set-group .module table {
    position: relative;
    right: 0px !important;
}

#mites-group .control-label label {
    width: 250px;
}

.submit-row {
    margin: 20px 0 10px 0 !important;
}

/* Pour admin */

/*ul.liste-entreprises {
    margin-bottom: 40px;
}

table.visite-list {
    margin-top: 40px;
}

.menu-gronome {
    position: absolute;
    right: 0;
    top: 30px;
}

a.menu-cepage {
    color: #FFFF88 !important;
    padding-right: 10px;
}

a.menu-cepage:hover {
    color: #3399cc !important;
}

.bibli #result_list,
.bibli #result_list th,
.bibli #result_list td {
    font-size: 10px !important;
}

.bibli #result_list th {
    border-bottom-color: #eee;
}

a.print-link,
a.button-link {
    background: none repeat scroll 0 0 #DADADA;
    border: 0 none;
    clear: right;
    color: #666666;
    float: right;
    letter-spacing: 0;
    margin: 12px 0 12px 12px;
    padding: 8px 12px;
    text-decoration: none;
    text-transform: uppercase;
}

a.button-link {
    clear: none;
}

a.print-link:hover,
a.button-link:hover {
    background: #EEE;
    color: #333;
}*/

table.rapport-hebdo {
    border: 1px solid #ccc;
    margin: 20px auto;
    width: 95%;
    border-top: 6px solid #aaa;
    border-bottom: 6px solid #aaa;
    border-color: #aaa;
}

table.rapport-hebdo th {
    background-color: #F8F8F8;
    font-weight: bold;
    vertical-align: middle;
}

/*
ajouts mobiles bootstrap
*/

.panel-body {
    overflow-x: visible;
}

@media (max-width:650px) {
    .panel-body {
        overflow-x: auto;
    }
}
/*
@media (max-width:650px) {
    .main-logo {
        display: none;
    }
    .main-logo-sm {
        display: block;
    }
}

@media (max-width:525px) {
    .main-logo {
        display: none;
    }
    .main-logo-sm {
        display: none;
    }
    .main-logo-xs {
        display: block;
    }
}*/

/*
misc
*/

@media (max-width:767px) {
    .modal-body {
        padding: 5px;
    }
}
.panel {
    box-shadow: unset !important;
    /*overflow:auto;*/
    margin-bottom: 0;
}

div.break {
    clear: both;
    background: inherit;
    color: inherit;
    border: 0 none;
    height: 1%;
    position: relative;
    line-height: 1%;
}

/*#content-main-dashboard .panel-title {
    float: left;
}*/

.glyphicon-plus {
    font-size: 13px;
}

@media (max-width:767px) {
    .table-responsive {
        border: 0 none !important;
    }
}

/*@media (max-width:991px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .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-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .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-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .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-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}*/
/*
@media (max-width:1200px) {
    #content-main {
        overflow-x: auto;
    }
}*/

.action-counter {
    vertical-align: middle !important;
}

h3.panel-title:after,
h4.panel-title:after {
    content: "";
    display: table;
    clear: both;
}

/*.form-horizontal .control-label {
    text-align: left !important;
}

.form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
*/
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background-color: #eee !important;
}

/* NOTE used everywhere */
@media screen {
    .no-screen {
        display: none;
    }
}

.navbar-auchamp {
    min-height: 43px;
    margin-bottom: 0;
}
.navbar-auchamp>div>a {
    color: #777;
}
.navbar-auchamp .navbar-nav>li>a {
    padding: 10px 5px;
}
.navbar-auchamp .navbar-nav .divider-vertical {
    height: 40px;
    margin: 0 9px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #f2f2f2;
}
.navbar-auchamp .navbar-brand {
    padding: 5px 15px;
    height: 40px;
}
.navbar-auchamp .navbar-brand>img {
    height: 30px;
}
@media (max-width: 767px) {
    .navbar-collapse .nav > .divider-vertical {
        display: none;
    }
}

.navbar-company-name {
    /*display: inline-block;*/
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /* fix for chrome, what about others*/
    /*vertical-align: bottom;*/
}

@media (max-width: 992px) {
    .navbar-company-name {
        max-width: 128px;
    }
}

@media (max-width: 767px) {
    .navbar-company-name {
        max-width: 250px;
    }
}

div#content {
    margin-top: 5px;
}

.field-readonly_group_details dt,
.field-readonly_group_details dl {
    max-width: 100%;
    margin-bottom: 5px;
    color: #666;
    font-size: 14px;
}

/* CHANGE FORMS
*/

/*.change-form fieldset>legend {
    font-weight: normal !important;
    font-size: 18px;
    color: #41A62A;
    padding: 0 6px;
    margin-left: 9px;
    border-bottom:none;
    margin-bottom: 6px;
    width: auto;
}

.change-form .inline-related {
    margin-bottom:8px;
}

.change-form fieldset>.fields>._inline-group {
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 991px) {
    .change-form fieldset>.fields>._inline-group {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
}
.inline-group .inline-related>legend {
    font-size:1em;
    padding: 0 5px;
}
.inline-group .inline-related>legend>a {
    cursor: pointer;
    max-width: 50vw;
    display: inline-block;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    color: #41A62A;
}
.inline-group .tabular td.original p {
    height: auto !important;
}
.change-form fieldset {
    border: 1px solid #41A62A;
    border-radius: 4px;
    background-color: rgba(65, 166, 42, 0.02);
    padding-top: 6px;
}

.change-form fieldset.module fieldset._module {
    border: none;
    background: transparent;
}
.change-form fieldset fieldset>legend {
    font-size: 1em;
} 

.change-form ._inline-group>fieldset>.items {
    padding: 0 10px;
}
.change-form ._inline-group>fieldset>.items>.inline-related>legend {
    margin-bottom: 0;
    font-size: 1em;
    height: 26px;
}
.change-form ._inline-group>fieldset>.items>.inline-related>legend>a[data-toggle='collapse'] {
    cursor: pointer;
}
.change-form .inline-group>fieldset>.items>.inline-related>legend .delete>label {
    vertical-align: middle;
}
.change-form .inline-group div.add-row, .change-form .inline-group tr.add-row td {
    background: none !important;
    border-bottom: none !important;
}
.change-form .well.inline-related .form-group.field-box {
    margin: 0 !important;
}

@media (min-width: 1200px) {
    .change-form .fields.two-columns-lg>.row {
        display: inline-block;
        width: 50%;
    }
}
@media (min-width: 992px) {
    .change-form .fields.two-columns-md>.row {
        display: inline-block;
        width: 50%;
    }   
}
.change-form .fields.last-odd-field-full-width>.row:last-child:nth-child(odd) {
    display: block;
    width: 100%;
}
.change-form .panel-body {
    padding: 0 15px;
}
.change-form .required-fields-bold {
    padding: 5px;
}
.change-form  .form-row {
    font-size: 13px;
}
.change-form  form .form-row p {
    font-size: 13px;
}
.change-form .form-group {
    margin-bottom: 5px;
}
.change-form .control-label label {
    font-size: 13px;
}
.change-form .controls .help-block {
    font-size: 13px;
    margin-top: 2px;
    margin-bottom: 4px;
}
.change-form .form-control {
    padding: 6px 6px;
    font-size: 13px;
}
.change-form .form-control.vLargeTextField {
    width: 100%;
}
.change-form input.form-control, .change-form select.form-control:not([multiple]):not([size]) {
    height: auto;
}
.change-form .calendarbox, .change-form .clockbox {
    z-index: 2;
}
.change-form .vTextField, .change-form .vIntegerField {
    width: 100%;
}
.datetime input, .form-row .datetime input.vDateField, .form-row .datetime input.vTimeField {
    margin-left: 0 !important;
}
.change-form fieldset>.fields .form-group .select2-container {
    width:  100% !important;
}
.leaflet-container {
    width: 100%;
    height: 500px;
}

.modal-content .inline-group .form-control-inline, .modal-content .form-control.vLargeTextField {
    width:100%;
}

.select2-selection {
    font-size: 13px;
    line-height: 1.42857143;
    padding: 3px;
}
.select2-selection--single {
    height: 30px !important;
}
.related-widget-wrapper {
    width: 100%;
}
.dynamic-applicationproduct_set .select2-container {
    width: 100% !important;
}*/

/* From _base template */

/*ul#menu-bar {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 !important;
    float: none !important;
}*/

/*ul#menu-bar li {
    display:inline-block;
    float:left;
}*/

.my-access-username.readonly {
    padding: 6px 12px;
    border-radius:4px;
    background-color:#eee;
}
/*#system-notice .system-mode {
    padding: 9px 30px;
}
@media (max-width:767px) {
    #system-notice .system-mode {
        padding: 5px 5px;
        font-size: 0.8em;
    }
}
#footer .system-mode {
    position: fixed;
    top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 5px 15px;
}*/

/* Moved in file input widget medias, cf. vinduquebec admin
.carousel-inner img {
    margin: auto;
    max-height: 400px;
}
.carousel {
    padding: 0 60px;
}
.carousel-inner {
    height: 400px;
}
.carousel-control {
    width: 60px;
    color: #333;
    background-image:none !important;
    background-repeat: no-repeat !important;
}
.carousel-control:focus, .carousel-control:hover {
    color: #333;
}
#modal-th-slideshow .carousel-inner img, .field-pictures .thumbnail img {
    image-orientation: from-image;
}
*/

tr select.form-control-inline {
    max-width: 250px;
}

/* Wiki? ... */
/*.product-proposal-name {
    font-weight: bold;
}
.product-proposal-name:before {
    content: "\"";
}
.product-proposal-name:after {
    content: "\"";
}*/

/*
.bottom-menu a {
    color: #aaa;
}
.bottom-menu > * {
    margin: 4px 0;
}
.bottom-menu a.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .35;
}*/
@media (min-width: 768px) {
    .modal-dialog.modal-full-width {
        width: 90vw;
    }
}
