@CHARSET "UTF-8";

/* General */
html {
	height: 100%; /* for IE bug dans IE 8 2 scroll bar si overflow-y: scroll */
	overflow: -moz-scrollbars-vertical; /* firefox car celle du dessus ne fonctionne pas */
	overflow-x: auto;
}

legend
{
    background-color:#EFEFEF;
    padding-left:5px;
    padding-right:5px;
    margin-bottom: 0px;
    font-weight: bold;
    width: auto;
}

body
{
    margin:            0px;
    padding:           0px;
    text-align:        left;
    font-size:              14px;
    font-family: Arial Regular, Arial, sans-serif;
    line-height:       25px;
}

sup
{
    vertical-align: top;
    position: relative;
    top: -0.5em;
}

#head
{
    clear:      	both;
    margin:     	0 auto;
}

#head .logo
{
    float:             left;
	margin-left:       1px;
	width:             175px;
	height:            75px;
}

#footer
{
    text-align:     center;
    color:          #000000;
    font:           10px verdana, arial, sans-serif;
    clear:          both;
	margin-top:		10px;
	width:			100%;
    height:         35px;
    /*background-color:#f5f6f6;*/
}

#wrapper
{
    text-align:        left;
    width:             1028px;
    margin:            0 auto;
}
#wrapper.wide {
    width: 1294px;
}

#wrapper-margin {
    width: 1024px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 15px;
    padding-bottom: 25px;
    background-color: #FFFFFF;
    min-height: 300px;
    border: solid 1px #ccc;
    box-shadow: 5px 5px 5px #CCCCCC;
    border-radius: 3px;
}

#wrapper-margin.wide {
    width: 1280px;
}

#background-container {
     background: url(/skins/base/images/bg-container.gif) repeat-x fixed;
}

div.page-title {
    font-size: 16px;
    font-weight: bold;
    padding: 0px 0px 0px 10px;
    color: #333333;
    margin:  5px 0px;
}

div.page-subtitle {
    font-size: 15px;
    font-weight: bold;
    padding: 0px 0px 0px 10px;
    color: #333333;
    margin:  3px 0px 10px 0px;
}

div.item-info
{
	font-size: 		16px;
	padding:		0px 15px 0px 15px;
	color:			#333333;
	line-height: 	20px;
}



.logo
{
    padding:           2px 0 0 30px;
    color:             #777;
	background:        url( /skins/base/images/agri-trace-icon.png ) no-repeat;
    margin:            6px;
	height:            20px;
	text-align:        left;
	float:             left;
}

/* Top Bar Structure End */

/* Note & Issue Begin */

#note-spinner, #balances-spinner, .history-spinner, .spinner-ajax
{
    background: #FFF url( /images/spinnerBar.gif ) no-repeat center;
    height: 21px;
	margin: 0 0 15px 0;
}

.empty-cell
{
     background: #FFF url( /images/empty-cell.png ) repeat;
}

/* Note & Issue End */

/* Messages Begin*/
.unreadMessage
{
	font-weight:      bold;
}
/* Messages End */

/* Scrolling Menu Tabs Begin */
.scrollable
{
    position: relative;
    padding:  0;
    margin:   0;
}

.scrollable .items
{
    float: left;
    padding: 0;
    margin: 0;
}

a.browse
{
    width:               16px;
    height:              16px;
    float:               left;
    margin:              5px 5px 0 0;
}

a.left
{
    margin-left:         10px;
}

a.right
{
    margin-right:        15px;
    float:               right;
}

/* Scrolling Menu Tabs End */

/* History Slider Begin */

a.history-browse {
    float: left;
    height: 16px;
    margin-top: -2px;
    width: 16px;
}

#history-slider
{
    width:              964px;
    height:             9px;
    margin:             0px 10px;
	float:              left;
}

#history-slider .ui-slider-handle
{
     border-color:       #BBB;
}

.history-counter{
    clear:both;
    text-align: center;
    font-weight: bold;
}

#history-content-container
{
    width:              990px;
	margin:             10px 0 5px 0;
}

#history-content-holder
{
    width:              20000em;
	list-style:         none;
}

#history-content-holder table
{
     border:             none;
}

#history-content-holder li
{
    width:              485px;
	border-right:       dashed 1px #CCC;
	height:             auto;
	margin:             0 0 0 10px;
}

.highlight
{
	background-color:    yellow;
}

/* History Slider End */

img.icon, img.iconTitle
{
    margin-bottom: -12px;
    width: 35px;
    height: 35px;
}
img.iconTitle.append
{
	margin-right: 	0px;
	margin-left: 	4px;

}

img.icon-small
{
    margin-bottom: -6px;
    width: 20px;
    height: 20px;
}

img.report {
	margin-bottom: 25px;
}

a,
img
{
    border:            0;
	text-decoration:   none;
}

/* Table Begin */

table.htmlList
{
	border:            	solid 1px #999900;
	width:             	100%;
}
table.htmlList td
{
	padding: 2px;
	vertical-align: top;
}

table.htmlList a, table.modal a
{
    color: #333333;

}

td div.datetime
{
/*    width:              75px; */
	white-space: nowrap;
}

td ul
{
    margin:            0;
	padding:           0 0 0 0px;

}

.section
{
    font-weight:       bold;
    background-color:  #999900;
	color:             #000000;
}

.right
{
     float:             right;
}

#content-container a:hover
{
     color:             #000000;
}

.clear
{
    clear:             both;
    height:            1px;
    overflow:          hidden;
}
.clear-left {
    clear: left;
}

.line-diff
{
    color:  red;
}
/* Table End */

/* Form Begin */


a:focus
{
    border: none;
}

ul.lister-cell-list {
	margin: 0 0 0 5px;
}

ul.lister-cell-list li{
	list-style-type: disc;
}

ul.element
{
	float:				right;
}

li.element
{
	height:				20px;
}

/* Form End */

/* Menu List when clicking main menu end */

/*
 * Tooltip links
 */

/* Alert End */

.content-multicheckbox
{
	clear:             both;
	padding-left:      15px;
}

.top-right
{
	float:right;
	padding-right:18px
}

.indent {
	padding-left: 15px;
}


/* Carousel Begin */
a.disabled
{
	background: none;
}
/* Carousel End */

/* Favorite popup begin */
.favorite-item{
    border: 1px solid transparent;
}

/* Recent popup start */
.recent-item{
    border: 1px solid transparent;
}

table.recent-table{
    width: 500px;
    border-collapse: separate;
    border-spacing: 4px;
    line-height: 12px;
}

table.recent-table td{
    border: 2px solid #999900;
    vertical-align: top;
    background-color: #FFFFFF;
}

div.recent-container{
    max-height: 150px;
    overflow-y: auto;
    width: auto;
    padding: 5px;
}
/* Recent popup end */



ul.order-info-list
{
    text-align: left;
}

ul.order-info-list li
{
    list-style-type:   disc;
	margin:            0 0 0 15px;
}

ul.order-info-list a
{
    color: #333333;
	font-weight: bold;
}

ul.order-info-list a:hover
{
    text-decoration: underline;
}

div.legend
{
    float: right;
    font-style: italic;
    font-weight: bold;
    margin-right: 5px;
    padding-left: 20px;
    background-image: url(/skins/base/images/icons/information-white.png);
    background-position: 0 5px;
    background-repeat: no-repeat;
}

.italic-bullet-point{
    float: right;
    font-style: italic;
    font-weight: bold;
    margin-right: 5px;
    padding-left: 15px;
    background-image: url(/skins/base/images/required.png);
    background-position: 0 -1px;
    background-repeat: no-repeat;
}



#messages-icon
{
    padding:            0 0 4px 12px;
    margin:             0 0 0 3px;
    display:            inline;
    cursor:             pointer;
    position:           relative;
}

#messages-icon.env
{
	background-image: url(/skins/base/images/icons/envelope.png);
}

#messages-icon.env--plus
{
	background-image: url(/skins/base/images/icons/envelope--plus.png);
}

#messages-icon.env--exclamation
{
    background-image: url(/skins/base/images/icons/envelope--exclamation.png);
}

ul.acl-added li
{
    list-style-type:   disc;
    margin:            0 0 0 15px;
}

/* list animal */

/* pop menu */
div.dropdown
{
    border:             1px solid #CCCCCC;
    height:             100%;
	text-align:         left;
	padding:            5px 0px 5px 5px;
	width:              35px;
	display:            inline-block;
	position:           static;
}

div.dropdown .down-arrow
{
	display:            inline;
	padding:            0 0 0 10px;
    margin:             0 0 0 3px;
    cursor:             pointer;
    background-image:   url(/images/item-pointer-down.gif);
    background-repeat:  no-repeat;
}

div.dropdown .down-arrow:hover
{
	background-image:   url(/images/item-pointer-down-mover2.gif);
}

div.dropdown .action-delete-all
{
    padding:            4px 0 4px 12px;
    margin:             0 0 0 3px;
    display:            inline;
    cursor:             pointer;
    position:           static;
    top:                -3px;
	background-image:   url( /skins/base/images/icons/delete.png );
	background-repeat:  no-repeat;
    background-position:top left;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.pop
{
	cursor:            pointer;
	list-style:        none;
	z-index:           9000;
	position:          absolute;
	visibility:        visible;
	background-color:  #787878;
    border:            1px solid #FFFFFF;

	text-align:        left;
	font-weight:       normal;
	font:              10px/15px verdana, arial, sans-serif;
}

ul.pop
{
	display :          none;
}

.pop > li
{
	padding:           5px;
}

.pop > li:hover
{
    background-color:  #999900;
	padding:           5px;
}


.table-selector-button
{
/*    float:            left;*/
	margin-top:      4px;
}

.panel-container
{
    position: fixed;
    top: 5px;
    width: auto;
    color: #23b0ba;
}

.panel-container .panel {
    float:left;
    display: none;
    background: #FFFFFF;
    border:1px solid #23b0ba;
    height: auto;
    padding: 30px 30px 30px 30px;
    color: #23b0ba;
}


.inactive-user{
    color:       red;
	font-weight: bold;
}

tr.disabled-row
{
    opacity: .40;
    filter: alpha(opacity=40);
	font-color: #ccc;
}

/* Stakleholder Activation  */

span.down-arrow
{
    display:             inline;
    padding:             0 0 0 2px;
    cursor:              pointer;
    background-image:    url(/images/item-pointer-down.gif);
    background-repeat:   no-repeat;
	background-position: center bottom;
}

span.down-arrow:hover
{
    background-image:   url(/images/item-pointer-down-mover2.gif);
}

.ui-resizable-se {
	bottom: 6px;
	right: 3px;
}


.multiselect-selection{
    bottom: -4px;
    font-size: 10px;
    font-style: italic;
    left: 0px;
    position: absolute;
    //right: 25px;
}

.multiselect-selection-bakup {
    font-size: 9px;
    font-style: italic;
    margin-top: -17px;
    text-align: right;
    margin-right: 7px;
}

input.pagination-button-goto
{
    padding: 0px;
	width: 55px;
	height: 20px;
}

.ui-tooltip-icon{
	border:none;
}

.spacer{
	height: 5px;
}

a.tooltip-anchor{
    position:relative;
}

a.tooltip-anchor span.action-tooltip{
	display:inline;
	position:absolute;
}


@media screen and (min-width: 1151px) {
	#menu-pull{
		display: none;
	}

	.menu-pull-text{
	    display: none;
	}

    .menu-pull-text-opposite{
        display: inline;
    }

	#menu-pull-wrapper{
		display: block;
		position: relative;
		top: 0px;
		left: 0px;
        float:right;
	}

	.menu-pull-wrapper-show, .menu-pull-wrapper-hide{
		display: block
	}
}

@media screen and (max-width: 1150px) {
	#menu-pull {
	    float: left;
        display: block;
        width: 75px;
	    margin-top: 7px;
    }

    #menu-pull:after {
        content:"";
        height: 20px;
        display: inline-block;
        position: absolute;
        right: 0px;
        top: 0px;
    }

	.menu-pull-text{
	    display: inline;
	}

    .menu-pull-text-opposite{
        display: none;
    }

    .menu-pull-wrapper-show{
        display: block;
    }

    .menu-pull-wrapper-hide{
    	display: none;
    }

    #menu-pull-wrapper{
	    position: absolute;
	    width: auto;
	    height: auto;
	    background-color: #CCCCCC;
	    border: 1px solid black;
	    padding: 3px;
	}

	#menu-pull-anchor{
	   font-size: 13px;
	}
}

#to_top {
    background: url("/skins/base/images/totop.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    bottom: 20px;
    cursor: pointer;
    display: none;
    height: 40px;
    position: fixed;
    right: 20px;
    width: 40px;
}

/* google maps autosuggest */
.pac-container {
	z-index: 20000;
    min-width: 300px;
}

.pad-top {
    padding-top: 10px;
}

optgroup{
	font-weight: bold;
}

option{
    font-weight: normal;
}


span.search-form-filter{
	font-style: italic;
	font-weight: bold;
}

.copy-to-clipboard{
	position   : fixed;
	top        : 0px;
	left       : 0px;
	width      : 2em;
	height     : 2em;
	padding    : 0px;
	border     : none;
	outline    : none;
	boxShadow  : none;
	background : transparent;
}


ul.disc-type li{
   list-style: disc;
}

div.dropdowncss {
    position: relative;
    display: inline-block;
}

div.dropdowncss-content {
    display: none;
    position: absolute;
    background-color: #676767;
    width: auto;
	white-space: nowrap;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-style: solid;
    border-color: #000000;
    border-width: 1px;
}

div.dropdowncss-content a {

    padding: 3px 4px;
    text-decoration: none;
    display: block;
    color: #ffffff;
}

div.dropdowncss-content a:hover {
    background-color: #23b0ba;
    color: #ffffff !important;
}

div.dropdowncss:hover .dropdowncss-content {
    display: block;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
    display: inline-block;
    padding-top:0px;
    margin-left:5px;
}

.atq-loader .atq-icon {
    background-color: #000;
    border-radius: 36px;
    display: block;
    height: 44px;
    margin: 0;
    padding: 1px;
    width: 44px;
    color: #fff;
    text-shadow: 0 1px 0 #111;
}
.atq-icon {
    height: 18px;
    width: 18px;
}
.atq-icon-loading {
    background: rgba(0, 0, 0, 0) url("/skins/base/images/ajax-loader.gif") repeat scroll 0 0 / 46px 46px;
}
.atq-loader h1 {
    text-align: center;
    padding-top: 3px;
}

.atq-loader-verbose .atq-icon {
    margin: 0 auto 10px;
    opacity: 0.75;
}
.atq-body-a, .atq-overlay-a {
    background: #222 linear-gradient(#444, #222) repeat scroll 0 0;
    border: 1px solid #444;
    color: #fff;
    font-weight: normal;
    text-shadow: 0 1px 0 #111;
}
.atq-corner-all {
    border-radius: 0.6em;
    background-clip: padding-box;
}

.atq-loader {
    border: 0 none;
    /*display: none;*/
    left: 50%;
    position: fixed;
    top: 50%;
    z-index: 9999999;
}
.atq-loader-verbose {
    box-shadow: 0 1px 1px -1px #fff;
    height: auto;
    margin-left: -110px;
    margin-top: -43px;
    opacity: 0.88;
    padding: 10px;
    width: 200px;
}
.atq-loading .atq-loader {
    display: block;
}

div.wordsummary {
	overflow:hidden;
	text-overflow: ellipsis;
	/*width:200px !important;*/
}

ul.maps-markers-failed-list{
	margin: 5px;
	line-height: 20px;
}

ul.maps-markers-failed-list li{
	border-bottom: 1px solid black;
	padding: 5px 0;
}

ul.maps-markers-failed-list li:last-of-type{
    border-bottom: none;
}

#account-container{
    display: flex;
}

.zone-evidente {
    border:  3px solid #999999;
    margin-bottom: 10px;
    padding: 0px 10px;
}


.item-info .icon, .item-info .iconTitle, .styled-table .icon, .styled-table .iconTitle, .card-item-info .iconTitle {
    width: 20px;
    height: 20px;
    margin-bottom: -5px;
    margin-right: 3px;
}


ul.ul-disc-no-margin li
{
    margin:            0 0 0 10px;
    list-style-type:   disc;
}


.sh-pairing-warning-project-started {
    color: red;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.info-tooltip-icon {
    background-image: url(/skins/base/images/icons/information.png);
    background-size: 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}