﻿

body { 
    padding: 0px;
    margin: 0;
    font-size: 16px;
    font-family: Arial;
    background-color: rgba(0,79,39,0.05);
    color: black !important;
  
   
    width: 100%;
}

@media all and (max-device-width: 600px) {
	.small-screen-text-resize {
		font-size: 14px !important;
	}
}

select {
     color: black !important;
}

.blinkDate { background-color: yellow;
             border-right: 1px solid #AAA;
             padding-left: 5px;
                 width: 90px;
}


.disabledInput {
    border: 2px rgba(0,79,39,0.3) solid;
    color: grey;
}


*.unselectable, td, li, label, span
{ 
	-moz-user-select: -moz-none; 
	-khtml-user-select: none; 
	-webkit-user-select: none; 
	-o-user-select: none;
	user-select: none; 
} 




.login_page .head h1
{
	font-size: 18px;
	padding-top: 5px;
}


.browser_inf .content, .cookies_inf .content {
	padding: 15px;
}


.content {
	width: 90%;
	margin: auto;
	margin-top: 100px;
}

.contentWithFilter {
    margin-top: 145px;
}

.content .large_button, .content .large_button_sel
{
	margin-bottom: 15px;
}

.content ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	.content ul li {
		/*height: 45px;*/
		padding-top: 5px;
		padding-bottom: 5px;
		border-bottom: 1px solid rgb(0,79,39);
	}

.content ul li table
{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	/*border: 1px solid red;*/
}

tr .value_right
{
	text-align: right;
	width: 50px;
	overflow: hidden;
	white-space: nowrap;
	
}


.sel_list_item
{
	cursor: pointer;
	
}


li td
{
	padding-left: 3px;
	padding-right: 3px;
}

li td > input, .val_column input[type="checkbox"]
{
	padding: 0;
	margin: 0;
	height: 18px;
	width: 18px;
	float: left;
	position: absolute;
	left: 0;
	opacity: 0;
}

.inp div > input, .val_column input[type="checkbox"]
{
    height: 18px;
	width: 18px;
}

li td > label, .val_column label 
{ 
	float: left; 
	line-height: 18px; 
	color: #000; 
	
	-moz-transition: color 1s ease; 
	-o-transition: color 1s ease; 
	-webkit-transition: color 1s ease; 
	transition: color 1s ease; 
}

li td:not(#foo) > input + label, .val_column > input[type="checkbox"] + label
{
	background: url(../images/unchecked.png) 0 -1px no-repeat;
	height: 18px;
}

li td:not(#foo) > input:checked + label, .val_column > input[type="checkbox"]:checked + label
{
	background: url(../images/checked.png) 0 -1px no-repeat;	
}



.li_text
{
	padding-left: 0px;
	padding-right: 0px;
	
}

.li_text span
{
	font-weight: bold;

}

.li_text div
{
	padding: 0px;
	margin: 0px;
	
}


/*DIALOG POPUP SETUP*/

div.overdiv 
{ 
	filter: alpha(opacity=75); 
	-moz-opacity: .75; 
	opacity: .75; 
	background-color: #c0c0c0; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%; height: 100%; 
} 
 


#add_treat_menu_page .content
{
	padding-top: 10px;
}

#cropyear_page .content
{
	padding: 20px 10px 20px 10px;
	text-align: center;
}

#filter_date_page .content
{
	padding: 15px 10px 15px 10px;
}

#filter_date_page .sel_periode
{
	width: 100%;
	font-size: 18px;
}

#filter_date_page .filter_date
{
	border: 0px solid #666;
	padding-top: 4px;
	font-size: 18px;
	height: 30px;
	background-image: url('../images/Kalender.png');
	background-position: right;
	background-repeat: no-repeat;
}

#filter_date_page .date_line {
    border: 2px rgba(0,79,39,0.5) solid !important;
    margin-top: 10px;
    padding: 3px 4px 3px 4px;
    border-radius:10px;
}

#filter_date_page .check_line
{
	margin-top: 10px;
}

#filter_date_page .check_line label
{
	float: left; 
	line-height: 18px; 
	color: #000; 
	padding: 0 0 0 28px;
	-moz-transition: color 1s ease; 
	-o-transition: color 1s ease; 
	-webkit-transition: color 1s ease; 
	transition: color 1s ease; 
}

#filter_date_page .check_line input
{
	opacity: 0;
}

#filter_date_page .check_line > input + label
{
	background: url(../images/unchecked.png) 0 -1px no-repeat;
	height: 18px;
}

#filter_date_page .check_line > input:checked + label
{
	background: url(../images/checked.png) 0 -1px no-repeat;	
}

#filter_date_page hr
{
	clear: left;
}

/* FILTER DATE PANEL SETUP */

.filter_date_panel
{
	padding-top: 7px;
	padding-bottom: 3px;
	
	margin-bottom: 0px;
	height: 36px;
	font-size: 12px;
}

.filter_date_panel .left_periode_button 
{
	float: left;
	margin-left: 2px;
}

.filter_date_panel .right_periode_button 
{
	float: right;
	margin-right: 2px;
}


    .filter_date_panel .info {
        float: none;
        border: 0px solid yellow;
        height: 28px;
        padding-top: 10px;
        font-size: 16px;
    }

#PageContent_Filter_FromDate
{
	float: left;
	width: 75px; 
	padding-left: 2px;
	border: 0px solid green;
	font-weight: bold;
}

#PageContent_Filter_ToDate
{
	width: 75px; 
	text-align: right; 
	float: right; 
	padding-right: 2px;
	border: 0px solid green;
	font-weight: bold;
}

#PageContent_Filter_Status_Text, .Filter_Status_Text {
    float: none;
    text-align: center;
    border: 0px solid red;
}

/*DATEPICKER SETUP*/


#sel_date_page .content
{
	padding: 5px 2px 5px 2px; 
	height: 288px;
	text-align: center;

}

.calendar { 
    width: 295px;
   
    height: 330px;
    padding-top: 0px;
    clear: left;
   
}

    .calendar .cal_topbar { 
        height: 64px;
        background-color: white;
        color: #333;
        margin-top: 0px;
        margin-bottom: 3px;
        float: left;
      
        border-radius: 10px;
        background: white;
    }

    .calendar .cal_header {
        float: left;
        width: 220px;
        text-align: center;
        color: #222;
        padding-top: 2px;
    }

    .calendar .cal_month_back, .calendar .cal_month_forward /*facelift*/ {
        width: 35px;
        height: 30px;
        margin-top: 2px;
        margin-left: 3px;
        margin-right: 0px;
        margin-bottom: 3px;
        font-weight: bold;
        border: 0px solid white;
        cursor: pointer;
        float: left;
    }

    .calendar .cal_month_forward  {
        margin-right: 2px;
        margin-left: 0px;
    }

    .calendar .empty_day, .calendar .cal_day, .calendar .cal_day_sel, .calendar .day_cap, .calendar .cal_day_dagsdato {
        width: 37px;
        height: 37px;
        border: 1px solid white;
        float: left;
        margin-left: 3px;
        margin-bottom: 3px;
        text-align: center;
        overflow: hidden;
        cursor: pointer;
    }

    .calendar .empty_day {
        border: 1px solid transparent;
    }
        
.calendar .day_cap
{
    cursor: default;
    /*background-color: #EEE;*/
    padding-top: 3px;
    text-align: center;
    font-size: 12px;
    height: 20px;
    width:12%;
   
}

    .calendar .day_click {
       
        color: rgb(0,79,39);
        background: rgba(0,79,39,0.5);
    }
        
.calendar .cd_text
{
    padding-top: 10px;
}

    .calendar .cal_day {
        border-radius: 10px;
        background: white;
    }

    .calendar .cal_day_sel {
        border-radius: 10px;
        border: 1px solid rgb(0,79,39);
        background-color: white;
    }

    .calendar .cal_day_dagsdato {
        border-radius: 10px;
      
        background-color: white;
        border: 1px solid red;
    }


/********************************/
.bottomFixedWithButtons {
    position: fixed;
    bottom: 70px;
    width: 100%;
}

			
/********************************/

/*Treatment notes*/



.treat_has_worksheet, .treat_has_no_worksheet
{

	height: 30px;
	
}
.treat_has_note, .treat_has_no_note
{
	width: 30px;
	height: 30px;
	
	border: 0px solid #000;
	margin-left: 5px;
	cursor: pointer;
}



.note_table
{
	width: 100%;
	border: 0px solid #000;
	padding: 0px;
	margin-top: 3px;
}

.note_treatment_field, .note_product_field
{
	height: 46px;
	background:white;
    border-radius:10px;
	margin-bottom: 4px;
	padding: 2px;
	overflow: hidden;
}





.note_field_input {
    font-size: 14px;
    border:  2px rgba(0,79,39,0.5) solid;
    border-radius: 10px;
    width: 100%;
    height: 25px;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: right;
}

.note_field_select_input {
    width: 100%;
    border:  2px rgba(0,79,39,0.5) solid;
    border-radius: 10px;
    font-size: 14px;
    height: 25px;
}
.note_field_number_input {
    
    height: 25px;
    border: 1px solid #666;
    padding: 2px;
    text-align: right;
    font-size: 16px;
    border:  2px rgba(0,79,39,0.5) solid;
    border-radius: 10px;
    width: 100%;
   
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: right;
}

.notegroup 
{
	clear: left;

	height: 29px;
	margin-top: 5px;
}

.noteExp { 
           clear:left;
           background:white;
           border-radius:10px;
}

.notegroup_btn {
    float: left;
    margin: 2px;
}

.notegroup_cap
{
	float: left;
	padding-top: 5px;
	padding-left: 4px;
}





.cap_column
{
	width: 60%;
	max-width: 60%;
}
.val_column {
    padding: 5px;
    width: 40%;
  
}

.group_has_notes
{
    margin-top: 3px;
    width: 22px;
    height: 22px;
    float: left;
   
}



#notes_page .date_input
{
	border: 1px solid #666;
	padding-top: 2px;
	font-size: 14px;
	height: 18px;
	background-image: url('../images/Kalender.png');
	background-position: right;
	background-repeat: no-repeat;
}
#editStatus_page .date_line {
                    margin-top: 0px;
                    background-color: White;
                }

#editStatus_page .reg_date {
    border: 2px rgba(0,79,39,0.5) solid !important;
    padding-top: 4px;
    font-size: 16px;
    height: 16px;
    padding-top: 1px;
    padding-left: 5px;
    background-image: url('../images/Kalender.png');
    background-position: right;
    background-repeat: no-repeat;
    border-radius: 10px;
}






/* Text Input */

#text_input_page .content .text_area_input {
    width: 99.7%;
    height: 150px;
    font-size: 16px;
    border-radius: 10px;
    border: 0px;
}

/********************************/

/*************/
/* Tab setup */
/*************/

.tab_background_noheader {
    background-color: rgb(0,79,39);
    height: 40px;
    margin-top: 50px;
    padding: 5px;
}

.tab_background_header {
    background-color: rgb(0,79,39);
    height: 40px;
    margin-top: 85px;
    padding: 5px;
}



.tab, .tab_active {
    background-color: rgb(0,79,39);
    color: white;
    height: 30px;
    text-align: center;
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    
}

.tab_active {
    color: black;
    background-color: white;
    border-radius: 10px;
    border: 1px solid rgba(0,79,39,0.8);
}

/********************************/

/** Planteværn **/

.plv_btn_chk
{
    cursor: pointer;
}

.plv_btn 
{
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin-left: 1px;
   
}

.plv_content_top {
    height: 60px;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

#pv_page #pv_content {
    padding: 5px;
     width: 97%;
}

.pv_content_area{
background:white;
border-radius:10px;
margin-top:5px;
padding:5px;
}
#pv_content .inp_line
{
    float: left; 
    padding-top: 5px; 
    width: 102px;
}


    #pv_content .inp_line:first-child + .inp_line
{
    width: 102px;
    float: left;
}

#pv_content .inp_line:first-child
{
    width: 97px;
    float: right;
    border: 0px solid red;
}

#pv_content .inp_line > div
{
    padding-bottom: 8px;
}

#pv_content .inp_line div div 
{ 
  
    clear: left;
    width: 102px; 
    padding: 2px;
}

#pv_content .inp_line:first-child + .inp_line div div:first-child
{
    float: left;
    width: 80px;
}

    #pv_content .inp_line div div:first-child + div {
        float: left;
        width: 90px;
        padding: 2px;
        cursor: pointer;
        border: 2px rgba(0,79,39,0.5) solid;
        border-radius: 10px;
    }

.pv_input_header {
    background: white;
    border-radius: 10px;
    height: 100px;
    padding: 5px;
   
}
#pv_content .inp_line div div + div {
    float: left;
    width: 95px;
    border: 1px solid #999;
    padding: 2px;
    text-align: right;
    cursor: pointer;
}
/*****************/




#pv_content .pl_chk > div > div:first-child
{
    float: right;
}


#pv_content .pl_chk > div > div > div
{
    float: right; 
  
    text-align: right;
}

.pl_distance {
    float: right;
    text-align: right;
}

#pv_content .pl_chk > div > div > div > span
{
    float: left;
}

#pv_content .pl_chk > div > div > div > div
{
    float: right; 
    width: 40px;
}

#pv_content .pl_chk > div > div > div > div
{
    padding-left: 3px; 
    text-align: left;
}
/*****************/


/****************/



#pv_page .topbar > div
{
    float: left;
}

.pv_top_button {
    width: 20%;
    border: 0px;
    background: white;
    border-radius: 10px;
    height: 25px;
    margin-top: 5px;
    display: inline-block;
}

.pv_top_content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
   
}

#pv_page .topbar > div:first-child, #pv_page .topbar > div:first-child + div + div
{
    width: 20%;
}

#pv_page .topbar > div:first-child > img
{
    float: left;
    margin: 2px;
}

#pv_page .topbar > div:first-child + div + div > img
{
    float: right;
    margin: 2px;
}

    #pv_page .topbar > div:first-child + div {
        width: 60%;
        padding-top: 5px;
        overflow: hidden;
       
    }

#pv_page .bottom_panel .pl_buttons > div
{
    float: left;
    width: 50%;    
}

#pv_page .bottom_panel .pl_buttons > div > input
{
    width: 100px;    
}

#pv_page .bottom_panel .pl_buttons > div:first-child > input
{
    float: right;
    margin-right: 3px;    
}

#pv_page .bottom_panel .pl_buttons > div:first-child + div > input
{
    margin-left: 3px;
}



#field_page .content
{
    float: left;
  
    padding-bottom: 15px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0px;    
}

#field_page .content .field_cap, #field_page .content .field_inp, #new_user_page .content .field_cap, #new_user_page .content .field_inp,#page_userOptions .content .field_cap, #page_userOptions .content .field_inp
{
    float: left;
    width: 30%;
    border: 0px solid red;
    height: 35px;
    margin-top: 8px;
}

#field_page .content .field_cap SPAN, #new_user_page .content .field_cap SPAN, #page_userOptions .content .field_cap SPAN 
{
    float: left;
    padding-top: 4px;
    border: 0px solid yellow;
}

#field_page .content .field_inp, #new_user_page .content .field_inp, #page_userOptions .content .field_inp
{
    width: 70%;
    border: 0px solid #000;
  
}

#field_page .content .field_inp INPUT, #new_user_page .content .field_inp INPUT, #page_userOptions .content .field_inp INPUT
{
    font-size: 16px;
}

#field_page .content .field_inp SELECT
{
    width: 100%;
 
    font-size: 16px;
    color: black;
}

#field_page .number_input
{
    width: 80px;
    border: 1px solid #666;
    background-color: White;
    text-align: right;
    padding: 3px;
}


.color_70 { 
	color: rgba(0,79,39,0.7);
}

/******************/
/* Ny bruger side */
/******************/
#new_user_page .content, #page_userOptions .content, #page_fieldOptions .content {
    padding: 10px;
}

    #new_user_page .content .frame, #page_userOptions .content .frame, #page_fieldOptions .content .frame {
        border: 1px solid #999;
        padding-top: 10px;
        padding-bottom: 5px;
        padding-left: 8px;
        padding-right: 5px;
        margin-top: 15px;
        margin-right: 5px;
        margin-left: 5px;
    }

   .framecap{
        position: absolute;
        padding-left: 3px;
        font-size: 16px;
        background-color: #FFF;
        color: rgb(0,79,39);
       
        font-weight: bold;
        position: relative;
        left: -3px;
    }

#new_user_page .content .field_cap, #page_userOptions .content .field_cap, #page_fieldOptions .content .field_cap {
    clear: left;
    font-size: 16px;
    min-width: 100px;
    max-width: 115px;
 
    width: 50%;
    border: 0px solid #000;
    height: auto;
}

#new_user_page .content .field_inp, #page_userOptions .content .field_inp, #page_fieldOptions .content .field_inp {
    width: 50%;
    max-width: 200px;
    min-width: 140px;
  
    border: 0px solid #000;
}

    #new_user_page .content .field_inp INPUT, #page_userOptions .content .field_inp INPUT, #page_fieldOptions .content .field_inp INPUT {
        width: 93%;
    }

#new_user_page .content #login_inf .field_inp INPUT, #page_userOptions .content #login_inf .field_inp INPUT, #page_fieldOptions .content #login_inf .field_inp INPUT {
    width: 95%;
}

.userinfoRadioDiv{
    width: 80%;
    float: left
}

.userinfocontent{
    margin-top:10px;
}
/*******************************************/
/* Glemt password dialog                   */
/*******************************************/

#reqpass_page .content
{
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

#reqpass_page .content .field_cap
{
    clear: left;
    font-size: 16px;
    min-width: 100px;
    max-width: 115px;
    width: 80px;
  
    border: 0px solid #000;
    height: auto;
}

#reqpass_page .content .field_inp 
{
    border: 0px solid red;
    padding-right: 6px;
}

#reqpass_page .content .field_inp INPUT
{
    width: 100%;
}

#reqpass_page .content .button
{
    float: right;
    width: 130px;
}

/*******************************************/
/* Modal Dialog                            */
/*******************************************/

.modal_dialog, .modal_area
{
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 5000;
    background-color: rgba(60, 60, 60, 0.6);  
   
}



.modal_message
{
    width: 160px;
    height: 80px;
  
    border-radius:10px 10px 10px 10px;
    background-color: rgba(255, 255, 255, 1);
    margin-top: 5%;
    text-align: center;
    padding: 5px;
}

.dialog_topbar {
    height: 20px;
    padding-top: 10px;
   
    text-align: center;
    font-weight: bold;
  
}

.dialog_message {
    background-color: rgba(0,79,39,0.05);
    padding: 10px;
    padding-bottom: 30px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}





/**********************************/
/* Printpage                      */
/**********************************/

#print_page
{
    overflow: hidden;
}

#print_page .content
{
    padding: 10px;
}


#print_page .date_line, #print_page .check_line
{
    border: 0px solid #000;
}

#print_page .sel_periode
{
    width: 100%;
    font-size: 16px;
    margin-top: 15px;
}

#print_page .filter_date
{
	border: 0px solid #666;
	padding-top: 10px;
	font-size: 16px;
	height: 30px;
	background-image: url('../images/Kalender.png');
	background-position: right;
	background-repeat: no-repeat;
}

    #print_page .date_line {
        border: 2px rgba(0,79,39,0.5) solid !important;
        margin-top: 10px;
        padding: 3px 4px 3px 4px;
        border-radius: 10px;
    }

#print_page .check_line
{
	margin-top: 5px;
}

#print_page .check_line label
{
	float: left; 
	line-height: 18px; 
	color: #000; 
	padding: 0 0 0 28px;
	-moz-transition: color 1s ease; 
	-o-transition: color 1s ease; 
	-webkit-transition: color 1s ease; 
	transition: color 1s ease; 
}

#print_page .check_line input
{
	opacity: 0;
}

#print_page .check_line > input + label
{
	background: url(../images/unchecked.png) 0 -1px no-repeat;
	height: 18px;
}

#print_page .check_line > input:checked + label
{
	background: url(../images/checked.png) 0 -1px no-repeat;	
}

.printpageContent{
    margin-top:0px;
}
.printpageContentEdit {
    padding: 0px;
    margin-top: 10px;
    list-style: none;
   
    background: white;
    border-radius: 10px;
    margin-bottom: 10px !important;
}
.printpageContent ul li {
    border-bottom: 0px;
}

.printpageHead {
    margin-top: 100px;
   background: none !important;
}

.printpageCheckBox {
    margin-top: 10px;
    padding-left: 3px;
    padding-bottom: 5px;
}

/***************************************************************************************/

/* Nyt Dialog Setup */

.dialog 
{ 
    display: none;
	filter: alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1; 
	/*position: absolute; */
	background-color: #FFF; 
	border: 2px ridge #666;
	top: 5px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	/*width: 98%; */
}

.dialog input[type=button]
{
    padding: 6px 2px 6px 2px; 
	-webkit-border-radius: 4px 4px; 
	border: solid 1px rgb(153, 153, 153); 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(190, 190, 190))); 
	color: #333;
	text-decoration: none; 
	cursor: pointer; 
	display: inline-block; 
	text-align: center; 
	text-shadow: 0px 1px 1px rgba(255,255,255,1); 
	line-height: 1; 
	font-size: 16px;
	font-weight: bold;            
}
                
.dialog div.topbar 
{
	height: 30px;
	background-color: #788800;
	color: White;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}
        
.dialog div.content
{
    padding: 10px 10px 25px 10px;
    border: 0px solid red;
    float: none;
}
        
.dialog div.bottom_panel
{
	height: 41px;
	
}
        
.dialog .content .input_cap
{
    width: 150px;
    border: 0px solid #000;
    padding-top: 2px;
    float: left;
}
        
.dialog .content .input_cap + input[type=text]
{
    width: 250px;
    float: none;
    border: 1px solid #999;
}

    .dialog .button_panel {
        margin-left: 0%;
    }
        
.dialog .button_panel > div
{
    height: 30px; 
    margin-left: 2%;
    margin-top: 6px;
    float: left;
    cursor: pointer;
}
        
.dialog .button_panel > input[type=button] /*Button border*/
{
    height: 30px; 
    margin-left: 2%;
    margin-top: 6px;
    float: left;
    cursor: pointer;
}
        
.dialog .button_panel > div
{
    background-color: #000;
}
        
.dialog .button_panel > div > div /*Button face*/
{
    margin: 1px; 
    background-color: #FFF; 
    height: 28px;
}
        
.dialog .button_panel > div > div > div /*Button text*/
{
    text-align: center;
    padding-top: 6px;
    font-size: 16px;
}
        
/*:nth-child(2)*/
        
.dialog .button_panel .button_1
{
    width: 96%;
}
        
.dialog .button_panel .button_2
{
    width: 47%;
}
        
.dialog .button_panel .button_3
{
    width: 30.66%;
}

.dialog .button_panel .button_4
{
    width: 22.5%;
}

.confirm_dialog {
    width: 80%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    background-color: #FFF;
    margin-top: 50px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    border:0px;
}

.message_dialog, .question_dialog {
    border-radius: 10px;
    width: 200px;
    min-height: 50px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    /*border: 2px solid #333;*/
    background-color: white;
    margin-top: 50px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    border: 0px;
}

.question_dialog { width: 80%; }

.message_dialog .content, .question_dialog .content
{
    width: 180px;
    margin-left: auto;
    margin-right: auto;   
    margin-top: 10px;
    margin-bottom: 10px;
}

.message_dialog .text, .question_dialog .text
{
    /*text-align: center;*/
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 8px;
}

.message_dialog .icon, .question_dialog .icon
{
    float: right;
    margin-top: 2px;
    margin-right: 15px;
}


.input_dialog_second_td_text {
    padding-bottom: 15px
}



.question_dialog
{
    width: 300px;
    background-color: White;
}

    .question_dialog .content {
        width: 280px;
        background-color: rgba(0,79,39,0.05);
        margin: 0px;
        width: 100%;
    }

    .question_dialog .bottom_panel, .dialog .bottom_panel {
        display: inline-block;
        width: 100%;
    }

    .question_dialog_head {
        height: 25px;
        padding: 3px;
        font-weight: bold;
       
        text-align: center;
    }


.fourbutton_dialog
{
    width: 500px;
    max-width: 98%;
    background-color: White;
}

.fourbutton_dialog .content { width: 300px; }

.question_dialog_dropdown {
    position: relative;
}


    .question_dialog_dropdown .input {
        float: right;
        font-size: 18px;
        margin-top: 10px;
        width: 65%;
        font-family: Arial;
        border-radius: 10px;
        border-color: transparent;
    }

    .question_dialog_dropdown .inputText {
        float: left;
        font-size: 18px;
        padding-top: 15px;
    }
.dropdown_content {
    display: block;
    overflow: auto;
    width: auto;
    padding: 10px;
    background-color: rgba(0,79,39,0.05);
    margin: 0px;
}

/* NumberField Setup       
    ***************************/
.dialog .input_number_field {
    float: right;
    border: 0px solid #666;
    width: 120px;
    padding: 2px;
}

.dialog .input_number 
{
    float: right;
    /*border: 1px solid #666;*/
    padding: 0px 2px 0px 2px;
}
        
.dialog .input_number.num_selected
{
    background-color: #000080;
    color: #FFF;
}

.dialog .input_number .number 
{
    padding-top: 0px;
    padding-bottom: 0px;
    float: left;
    margin-top: 0px;
}
        
.dialog .input_number .number.num_selected
{
    background-color: #000080;
    color: #FFF;   
}
        
.dialog .input_number .cursor
{
    float: left;
    background-color: Red;
    margin-top: 1px;
    width: 1px;
    height: 14px;
    background-color: #000;
}
        
.dialog .input_number .cursor.off
{
    background-color: #FFF;
}
        
.dialog .input_number .cursor.hide
{
    display: none;
}
        
.dialog .numpad
{
    width: 100%;
    border: 1px solid #666;
    margin-top: 8px;
    border-spacing: 4px;

}
        
.dialog .numpad td 
{
    width: 25%;
}
        
.dialog .numpad input
{
    width: 100%;
    cursor: pointer;
	height: 60px;
	border: 1px solid #B1C900;
	color: #D1E920;
	background-color: #999;
	font-weight: bold;
	font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
        
.dialog .numpad td > div
{
    text-align: center;
    padding-top: 10px;
}

.dialog .numpad .bckspc
{
    height: 25px;
    margin-top: 4px;
    border: 0px solid red;
    background-image: url(../images/back_btn.png);
    background-repeat: no-repeat;
    background-position: center;
}

/* <End> NumberField Setup */


/*********************************/
/* Blandingsinfo setup
/*********************************/

#mixinginfo_content table {
    width: 100%;
    text-align: left;
    font-size: 16px;
 
    border-radius: 10px;
    background: white;
    margin-top:5px;
}

.mixinginfo_header {
    border-radius: 10px;
    background: white;
    height: auto;
    padding: 5px;
}

.mixinginfo_content {
    margin-top: 10px;
}
.mixinginfo_header_text {
    float: left;
    font-weight: bold;
    width: 70%;
    padding-bottom: 5px;
}
.mixinginfo_header_date {
    float: right;
    font-weight: bold;
}
.mixinginfo_header_ha {
   
    font-weight: bold;
    float:right;
   
}


#mixinginfo_content .mixinginfo_table tr:first-child td {
    font-weight: bold;
    border: 0px;
}
    


#mixinginfo_content .water_line
{
    height: 35px
}

.water_line_input td:nth-child(2) {
    border-radius: 10px;
    border: 2px rgba(0,79,39,0.5) solid;
 
}

.mixinginfo_table_handel {
    border-radius: 10px;
    border: 2px rgba(0,79,39,0.5) solid;
}



#mixinginfo_content #edit_l_vand_pr_ha, #mixinginfo_content #edit_l_vand_i_tank, #edit_vaegtfylde {
    width: 100%;
    cursor: pointer;
   
    padding: 3px 0px 3px 0px;
}

#mixinginfo_content .mix_unit, #mixinginfo_content .inp_cell
{
    padding: 2px;
}

    #mixinginfo_content .mix_unit > div {
     
        padding: 3px;
        padding-left: 6px;
    }

/* FILTER DATE PANEL SETUP */



div.stock_periode {
    padding-bottom: 10px;
    border-bottom: 1px solid #666;
    margin-bottom: 0px;
   
    font-size: 16px;
    float: none;
    padding-top: 10px;
    clear: both;
    text-align: center;
}




/*********************************/

/**************************
/* NEW DIALOG STYLE SETUP *
/**************************/

.diag_button_panel > div { float: left; }
.diag_button_panel > div:nth-child(1):nth-last-child(1) { width: 99%; }
.diag_button_panel > div:nth-child(1):nth-last-child(2), .diag_button_panel > div:nth-child(2):nth-last-child(1) { width: 49%; }
.diag_button_panel > div:nth-child(1):nth-last-child(3), .diag_button_panel > div:nth-child(2):nth-last-child(2), .diag_button_panel > div:nth-child(3):nth-last-child(1) { width: 33%; }
.diag_button_panel > div:nth-child(1):nth-last-child(4), .diag_button_panel > div:nth-child(2):nth-last-child(3), .diag_button_panel > div:nth-child(3):nth-last-child(2), .diag_button_panel > div:nth-child(4):nth-last-child(1) { width: 25%; }

.diag_button_panel > div > div { padding-left: 5px; }
        
.diag_button_panel {	height: 41px; padding: 5px 5px 0px 0px; background-color: #AAA; }

.diag_button_panel .button { height: 35px; width: 90%; }

.diag_button_panel.fixed_bottom { position: fixed; bottom: 0px; z-index: 500; width: 100%; }

.page {display: none;}
/****************************/





.radio {
}

    .radio input[type="checkbox"] {
        position: absolute;
        opacity: 0;
    }

.radio-label:before {
    content: '';
    background: white;
    border-radius: 100%;
    border: 1px solid rgb(0,79,39);
    display: inline-block;
    width: 1em;
    height: 1em;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
    float: left;
    margin-bottom: 0.1em;
}
.my_background_dropdown-layers .radio-label:before {
   
    margin-right: 0.5em;
    margin-left: 0.5em;
}
.radio input[type="checkbox"]:checked + .radio-label::before {
    background-color: rgb(0,79,39);
    box-shadow: inset 0 0 0 4px white;
}

.radio input[type="checkbox"]:focus + .radio-label::before {
    outline: none;
    border-color: rgb(0,79,39);
}


.radio input[type="checkbox"]:disabled + .radio-label::before {
    box-shadow: inset 0 0 0 4px white;
    border-color: grey;
    
}

.radio input[type="checkbox"]:checked:disabled + .radio-label::before {
    box-shadow: inset 0 0 0 4px white;
    border-color: grey;
    background: grey;
}

.searchBox {
    height: 30px;
    width: 270px;
    font-size: 16px;
    border-radius: 10px;
    margin: auto;
    background-color: white;
    border: 2px rgb(0,79,39,1) solid;
}

.searchBoxLeft {
    float: left;
    margin-left: 5px;
}

.searchBoxText {
    height: 28px;
    width: 220px;
    float: left;
    font-size: 18px;
    border-radius: 10px;
    border: 0px;
    outline: none;
}


.searchBoxClose {
    width: 16px;
    height: 16px;
    padding: 6px;
    cursor: pointer;
    outline: none;
}


.listItem {
    border-radius: 10px;
    border-bottom: 0px !important;
    margin-top: 3px;
    background-color: white;
    height: auto;
    cursor: pointer
}

.noHeaderContent {
    margin-top: 60px;
    padding-bottom: 60px;
}

.MainSelectDiv {
    height: 40px;
    z-index: 1;
    width: 100%;
    padding-top: 14px;
    border-bottom: 5px rgba(0,79,39,0.05) solid;
    background: white;
    position: fixed;
    top: 0;
}

.dropdown {
    width: 150px;
    height: 25px;
    font-size: 16px;
    border-radius: 10px;
    border: 2px rgba(0,79,39,0.5) solid;
}
.dropdownList {
    padding:5px;
    width:280px;
    text-align:left;

}

.dropdownElement {
    margin-bottom:10px;
    margin-top:5px;
}

.stock_client_header {
    padding-bottom: 5px;
    padding-top: 5px;
    background: white;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.stockSetupContent {
    margin-top: 0px;
}

.stockDialog {
    height: 20px; padding: 2px; 
    border-radius:10px 10px 0px 0px; 
    background-color:rgb(0,79,39); color: white; text-align: center; font-weight: bold; font-size: 18px;
}

.setupListText {
    width: 85%;
    float: right;
  
}


.cropsstockItem {
  
    background: white !important;
}


.cropsstockElement {
    border-radius: 10px;
    background: white;
    padding:3px;
}


.cropsstockGrafElement {
    background-color: rgb(255, 255, 255);
 
    padding-top: 5px;
    padding-bottom: 5px;
 
    border-radius: 10px;
}


.page_contentEdit { 
    width: 94%;
    margin: auto;
    padding: 10px;
    background: white;
    border-radius: 10px;
    margin-bottom: 10px;
}

.contentEdit {
    border: 0px solid red;
}

.contentEdit ul li {
    border-bottom: 0px;
}


    .contentEdit .cap {
        float: left;
        width: 40%;
        border: 0px solid red;
        height: 35px;
        margin-top: 8px;
        display: inline-block;
    }
        .soilcap {
            width: 30% !important;
        }

        .contentEdit .cap SPAN {
            float: left;
            padding-top: 4px;
            border: 0px solid yellow;
        }

    .contentEdit .inp {
        width: 60%;
        height: 35px;
        margin-top: 8px;
        display: inline-block;
    }
        .soilinp {
            width: 70% !important;
        }

        .contentEdit .inp SELECT {
            width: 100%;
            border-radius: 10px;
            border: 0px;
            font-size: 16px;
            background: white;
            border: 2px rgba(0,79,39,0.5) solid !important;
            height: 25px;
        }

    .contentEdit .header {
        background-color: #666;
        color: #FFF;
        font-weight: bold;
        font-size: 18px;
        border-bottom: 0px;
        padding: 5px;
    }

.contentEditInput {
    cursor: pointer;
    padding: 3px 0px 0px 5px;
    height: 20px;
    border-radius: 10px;
    background: white;
    border: 2px rgba(0,79,39,0.5) solid;
    font-size: 16px;
}

    .contentEditInput INPUT {
       outline:none;
        font-size: 16px;
        width: 88% !important;
        border:0px;
    }

.fields_page { 
    display: block;
    position: relative;
}



.element_open { 
    border-bottom: 0px !important;
}

.listTable { 
    border-bottom: 1px solid rgb(0,79,39);
    width: 100%;
    display: table;
    border-collapse: separate;
    border-spacing: 0 10px;
}


.sumTable {
    border-bottom: 1px solid rgb(0,79,39);
    width: 100%;
    display: table;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.sum_body  {
    height: 35px;
    background: white;
}

    .sum_body td:first-child { 
        border-radius: 10px;
    }

.sumBodyTable { 
    width: 100%;
    padding: 10px;
}

    .sumBodyTable td { 

        padding: 5px;
    }

    .sumBodyTable :nth-last-child(2 of .treat_row) :nth-last-child(1 of .item_unit) {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 0px;
    }
    .sumBodyTable :nth-last-child(2 of .treat_row) :nth-last-child(1 of .item_value) {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 0px;
    }

    .sumBodyTable tr:first-child td:last-child { 
        border-top-left-radius: 0px;
        border-top-right-radius: 10px;
    }

    .sumBodyTable tr:first-child td:nth-child(2) { 
        border-top-left-radius: 10px;
        border-top-right-radius: 0px;
    }

    .sumBodyTable tr:last-child td:last-child { 
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 10px;
    }

    .sumBodyTable tr:last-child td:nth-child(2) { 
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 0px;
    }
.list_cap{
    height: 35px;
    background: white;
}


    .list_cap td:first-child,
    th:first-child { 
        border-radius: 10px 0 0 10px;
    }

    .list_cap td:last-child,
    th:last-child {
        border-radius: 0 10px 10px 0;
    }


    .list_cap .date {
        width: 90px;
        padding-left: 5px;
        cursor: pointer;
    }


    .list_cap .date, .list_cap .empty, .list_cap .state_planned, .list_cap .state_done, #sum_list .state_more_sel /*facelift*/ {
        cursor: pointer;
    }

    .list_cap .state_planned, .list_cap .state_done, #sum_list .state_more_sel /*facelift*/ {
        width: 100px;
        text-align: center;
    }





.list_body {
    height: 35px;
    background: white;
}


    .list_body td:first-child { 
        border-radius: 10px;
    }


.treatmentTable, .timeRegTable { 
    width: 100%;
    padding: 10px;
    border-spacing: 0px;
}

    .treatmentTable td, .timeRegTable td { 

        padding: 5px;
    }

    .treatmentTable tr:last-child td:last-child { 
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 0px;
    }

    .treatmentTable tr:last-child td {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 0px;
    }

    .treatmentTable tr:first-child td:last-child { 
        border-top-left-radius: 0px;
        border-top-right-radius: 10px;
    }

    .treatmentTable tr:first-child td { 
        border-top-left-radius: 10px;
      
    }

   

#sum_list .state_more_sel {
    background-color: Orange;
}



.treat_row {
    background-color: #FFF;
}

    .treat_row .item_value, .treat_row .item_unit, .list_body .item_value, .list_body .item_unit {
        background-color: rgba(0,79,39,0.05);
    }


        .treat_row .group_type, .treat_row .item_value, .treat_row .item_unit, .list_body .item_value, .list_body .item_unit, .sel_list_item .item_unit, .selected .item_unit, #sum_list_rows .item_value, #sum_list_rows .item_unit {
            padding-top: 5px;
            padding-bottom: 5px;
        }

    .treat_row .group_type, .treat_row .item_name, #sum_list_rows .item_name {
        padding-left: 3px;
    }

    .treat_row .item_value, .list_body .item_value, #sum_list_rows .item_value {
        text-align: right;
        width: 76px;
        padding-right: 4px;
    }

.item_name {
    width: 85%;
}

.sel_list_item .item_unit, .selected .item_unit, .treat_row .item_unit, #sum_list_rows .item_unit {
    padding-left: 2px;
    text-align: left;
    width: 30px;
    overflow: hidden;
   
}

.sel_list_item .item_unit, .selected .item_unit, #sum_list_rows .item_unit {
    width: 17px;
    padding: 2px;
    

}

.sel_list_item table, .selected table {
    min-height: 30px;
}

.treat_row input {
    font-size: 16px;
    margin-right: 10px;
}

.treat_person {
    background-color: #EFEFEF;
    text-align: center;
    border-bottom: 1px solid #999;
    height: 26px;
    cursor: pointer;
}

.treat_line_tbl {
    padding: 0px;
    margin: 0px;
}

.listitem_chkbox {
    width: 25px;
    height: 40px;
    padding-left: 10px;
}

.optiongroup {
    font-weight: bold;
}

.chkMain {
    border: solid 1px blue;
    float: left;
    margin-left: -30px;
    transform: scale(2); /* Webkit browsers*/
    -webkit-transform: scale(2);
    opacity: 0;
}

.DisabledText {
    background-color: #f2f2f2;
    border: 1px solid #b3b3b3;
}

.EnbaledText {
    background-color: #fff;
    border: 1px solid #b3b3b3;
}

.MainLblClass {
    border: solid 0px blue;
    margin-left: 4px;
    margin-right: 10px;
    margin-top: 5px;
    padding-left: 2px;
    width: 18px;
    float: left;
    height: 3px;
    padding-bottom: 0.4cm;
    vertical-align: middle;
    display: block;
    background: url('images/checked.png') 0 -1px no-repeat;
}

.MainLblClass2 {
    border: solid 0px blue;
    margin-left: 4px;
    margin-right: 10px;
    margin-top: 5px;
    padding-left: 2px;
    width: 18px;
    float: left;
    height: 3px;
    padding-bottom: 0.4cm;
    vertical-align: middle;
    display: block;
    background: url('images/unchecked.png') 0 -1px no-repeat;
}




#item_group_list .exp_col_btn {
    width: 40px;
    height: 32px;
}

    #item_group_list .exp_col_btn img {
        margin-left: 1px;
        width: 25px;
        height: 25px;
    }

#item_group_list .group {
 
    font-weight: bold;
}

#btnCancel:focus {
    border: 3px solid black;
}


.worksheetHeaderDato {
    float: right;
    text-align: right;
  
    border-bottom: 0px;
    padding: 5px;
}


.worksheetHeaderText {
    float: right;
    padding: 5px;
}
.worksheetHeader {
   width:20%; float:right;
}



.workSheetFilter {
    padding: 4px;
    font-size: 16px;
    background-color: rgb(0,79,39);
    
    color: #FFF;
    margin-top: 50px;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input {
    background-color: none;
    background: none;
}

.item-search::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.item-search {
    width: 100%;
    height: 30px;
    padding: 5px;
    font-size: 16px;
    font-family: Arial;
    color: black !important;
    background-color: white;
    outline: none;
    border-radius: 5px;
    border: 0;
}

.item-search-close-btn {
    width: 16px;
    height: 16px;
    padding: 2px;
    cursor: pointer;
    border-radius: 15px;
    outline: none;
}

    .item-search-close-btn.empty-search {
        display: none;
    }

    .item-search-close-btn:hover {
        background-color: #f0f0f0;
    }

.item-search-container {
    display: flex;
    top: -10px;
    position: sticky;
    width: 100%;
 
    padding-top: 2px;
   
    height: 45px;
    justify-content: space-between;
    align-items: center;
    padding-bottom:4px;
    border-bottom:1px solid;
}

.hidden-element {
    display: none;
}

.item-search-input-container {
    width: 100%;
    margin-right: 15px;
    background-color: white;
    padding-top: 2px;
    display: flex;
    border: 0px;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    padding-bottom: 2px;
}

    .item-search-input-container.with-value {
        border: 3px solid orange;
    }

    .item-search-input-container.without-value {
        border: 2px rgb(0, 79, 39, 1) solid;
    }




.leftMenu {
    top: 90px;
    background: rgba(60, 60, 60, 0.6);
    border: 0px;
    position: fixed;
}

.leftMenuWithFilter {
    top: 120px;
   
}

.leftMenuStock {
    top: 145px;
}

.leftMenuShow {
    width: 70px;
    padding-left: 10px;
}

.leftMenu img {
    padding-top: 10px;
    height: 50px;
    width: 50px;
}

.leftMenuText {
    color: white;
    font-size: 10px;
    border-bottom: 1px white solid;
    padding-bottom:2px;
    width: 50px;
    text-align:center;
}

.editTreat_button_content {
    width: 50%;
    margin: auto;
}

/*tid*/

.list_body .timeRegTable td:first-child { 
    border-radius: 0px;
}

.timeRegTable tr:nth-child(4) td:last-child { 
    border-top-left-radius: 0px;
    border-top-right-radius: 10px;
}

.timeRegTable tr:nth-child(4) td { 
    border-top-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.timeRegTable tr:last-child td:last-child { 
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0px;
}

.timeRegTable tr:last-child td { 
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0px;
}

.timeRegTable tr:first-child td:last-child { 
    border-top-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0px;
}

.timeRegTable tr:first-child td { 
    border-top-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
}

#reg_sum table {
    border-spacing: 0px;
}


#reg_sum .list_body .item_value, #reg_sum .list_body .item_unit {
    background-color: white;
}
#reg_sum .list_body .item_name {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
#reg_sum .list_body .item_unit {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.timeregs > table .list_cap td:first-child {
   
    width: 110px;
}

    .timeregs > table .list_cap td:first-child + td {
        width: 35px;
        padding-left: 5px;
       
    }

        .timeregs > table .list_cap td:first-child + td + td {
            text-align: right;
           
        }

.timeregs > table .list_cap + tr > td > table > tbody > tr:first-child + tr > td:first-child {
    padding-left: 2px;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #AAA;
    background-color: #FFF;
}

.timeregs .list_cap img {
    cursor: pointer;
}

.timeregs ul div table {
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
}

.filter_date_panel #Filter_FromDate, .filter_date_panel #Filter_ToDate {
  
    font-weight: bold;
}

.filter_date_panel #Filter_FromDate {
    float: left;
    padding-left: 2px;
    border: 0px solid green;
    text-align: left;
}

.filter_date_panel #Filter_ToDate {
    text-align: right;
    float: right;
    padding-right: 3px;
    border: 0px solid green;
}

#edit_page .content {
  
    padding-bottom: 15px;
    padding-top: 10px;
    margin-bottom: 0px;
}

#edit_page .note_name {
}

#edit_page .content .page_contentEdit .note_field {
    padding: 0px;
    margin-bottom: 10px;
    height: 50px;
    width: 100%;
    font-family: Arial;
    font-size: 16px;
}

#edit_page .note_textarea {
    border: none;
    background-color: transparent;
    resize: none;
    outline: none;
}

.timeButton {
    width: 48% !important;
    height: 50px !important;
}


.regtime_page .contentEdit .cap {
    width: 25% !important;
}
.regtime_page .contentEdit .inp {
    width: 75% !important;
}

.timeRegInput {
    padding-right: 4px;
    float: left;
    width: 80px;
    text-align: right;
}





.arrow {
    background-image: url(../images/arrow_down_small.png);
    background-repeat: no-repeat;
 
    background-position: top 10px right 5px;
    background-position-x: 99%;
    background-position-y: 10px;
}


.mapList {
    position: relative;
    bottom: 50px;
    margin-top: 105px;
}



.solidBorder {
    border: 1px solid rgb(0,79,39);
}

.tab_selectors_fixed {
    position: fixed;
    top: 0px;
    width: 100%;
}

.stock_head_fixed {
    position: fixed; top: 140px; width: 90%;
}

.stock_client_header_fixed {
    position: fixed;
    top: 200px;
    width: 90%;
}

.placeList {
    max-height: 100vh;
        overflow-y: auto;
}





/* NumberField Setup */
.btn_number, .btn_number_sel {
    cursor: pointer;
    float: left;
    width: 22%;
    height: 60px;
    color: rgb(0,79,39);
    background-color: white;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-left: 1.5%;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid rgba(0, 79, 39, 0.5);
}

.btn_number_small
{
    height:40px;
}
.btn_number_big {
    width: 46%;
}

.keyboardPage {
    margin-top: 10px !important;
    padding: 10px 10px 25px 10px;
}

.topbar {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}


.btn_number_sel {
    outline: 1px solid yellow;
    background-color: #BBB;
}

.num, .cur_num {
    background-color: #FFF;
    color: #000;
}

.num_sel {
    background-color: #000080;
    color: #FFF;
}

/* Number Input */
.num_display_field {
    padding-left: 0px;
    height: 26px;
    background-color: white;
    margin-top: 5px;
    border-radius: 10px;
    margin: 10px;
    border: 2px rgba(0,79,39,0.5) solid;
}

.num_display {
    float: right;
    width: 50%;
    border: 0px solid #000;
    padding: 3px;
    text-align: right;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.num_display_cap {
    float: left;
    position: absolute;
    padding: 3px;
    width: 50%;
    text-align: left;
}

#number_board {
    float: left;
    width: 100%;
    height: 60%;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 2px;
}

#edit_value_page input[type=number] {
    font-size: 18px;
}


.leftArrow {
    width: 10%;
    float: left;
}

.rightArrow {
    float: right;
    margin: 2px;
}

.productCap {
    width: 60%;
    padding-top: 5px;
    text-align: center;
    overflow: hidden;
    line-height: 1em;
    float: left;
}

.productName {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}

.headercontent {
    height: 70px;
    margin: 0px 15px 0px 15px;
}
/* NumberField Setup sammentælling     
    ***************************/
.contentSumKeyboard {
    margin-top: 10px;
}

.input_number_field {
    float: right;
    border: 0px solid #666;
    width: 120px;
    padding: 2px;
}

.input_number_text {
    margin-top: 2px;
    margin-left: 2px;
    margin-bottom: 5px;
    padding: 0px 0px 2px 0px;
}

.input_field {
    padding-left: 0px;
    height: 26px;
    background-color: white;
    margin-top: 10px;
    border-radius: 10px;
    border: 2px rgba(0,79,39,0.5) solid;
}

.input_number {
    float: right;
 
    padding: 0px 2px 0px 2px;
}

    .input_number.num_selected {
        background-color: #000080;
        color: #FFF;
    }

    .input_number .number {
        padding-top: 0px;
        padding-bottom: 0px;
        float: left;
        margin-top: 0px;
    }

        .input_number .number.num_selected {
            background-color: #000080;
            color: #FFF;
        }

    .input_number .cursor {
        float: left;
        background-color: Red;
        margin-top: 1px;
        width: 1px;
        height: 14px;
        background-color: #000;
    }

        .input_number .cursor.off {
            background-color: #FFF;
        }

        .input_number .cursor.hide {
            display: none;
        }

.numpad {
    width: 100%;
    margin-top: 8px;
    border-spacing: 4px;
}

    .numpad td {
        width: 25%;
    }

        .numpad input, .numpad td > div {
            width: 100%;
            cursor: pointer;
            height: 60px;
            color: rgb(0,79,39);
            background-color: white;
            font-weight: bold;
            font-size: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 10px 10px 10px 10px
        }

        .numpad td > div {
            text-align: center;
            padding-top: 10px;
        }


    .numpad .bckspc {
        height: 25px;
        margin-top: 4px;
        border: 0px solid red;
        background-image: url(../images/back_btn.png);
        background-repeat: no-repeat;
        background-position: center;
    }

/* <End> NumberField Setup */


/*--------------------headerMenu- start----------------------------*/
.header {
    position: fixed;
    top: 0px;
    z-index: 3000;
    width: 100%;
    height: 100px;
}

.headerWithFilter {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 3000;
    height: 120px;
}


.head {
    text-align: center;
    padding: 0px;
    background-color: white;
    height: 40px;
}

.headDiv {
    margin-top: 5px;
    margin-left: 15%;
    color: #FFF;
    width: 64%;
    position: absolute;
    z-index: 0;
    text-align: center;
}


.head h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: rgb(0,79,39);
}


.head div .client_info {
    padding: 0px;
    font-size: 12px;
    color: grey;
}

.topbar.fixed_top {
    background-color: white;
    border-bottom: 5px rgba(0,79,39,0.05) solid;
}

.head.fixed_top, .topbar.fixed_top {
    position: fixed;
    top: 0px;
    z-index: 3000;
    width: 100%;
    padding-top: 10px;
}

.head .button, .menu_panel .button, .bottom_panel .button, .bottom_panel .button_saving {
    position: relative;
    float: left;
    margin-top: 2px;
    margin-left: 2px;
    z-index: 10;
}


.head .button {
    height: 35px;
    width: 60px;
}

.head h1 .client_name {
    max-width: 140px;
    overflow: hidden;
    float: left;
    margin-right: 3px;
    border: 1px solid;
    white-space: nowrap;
}

.head h1 + .button {
    float: right;
}

.headCropyear {
    float: right;
    margin: 2px 2px 0px 0px;
    font-size: 16px;
    width: 75px;
    height: 25px;
    font-weight: bold;
    background: white;
    border: 0px;
    color: rgba(0,79,39,0.7) !important;
}

.headCropyearLocked {
    font-size: 11px;
    float: left;

}

.menu_panel {
    background-color: white;
    padding-left: 10px;
    height: 50px;
    padding-top: 5px;
    height: 40px;
    display: flex;
    justify-content: space-between;
}


.menu_button {
    border: 0px;
    font-size: 18px;
    height: 35px;
    color: rgb(0,79,39);
    font-weight: bold;
    background-color: white;
    cursor: pointer;
}

.menu_button_disabled {
    cursor: default;
    color: #999;
}

.menu_button_selected {
    border-bottom: solid 5px;
}

.menu_button_selected_dropdown {
    background: url(../images/menu_pil.png) center bottom no-repeat;
}

.dropdown-header {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    height: 0;
   
    position: absolute;
    background-color: white;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.dropdown-header a:hover {
    background-color: #ddd;
}
.show {
    display: block !important;
    height:auto;
}


.showHeaderMenu {
    height: auto;
}

/*******************Filter*/

.filterModal_dialog {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 6000;
    background-color: rgba(60, 60, 60, 0.6);
}

.filter_button {
    float: left;
    border: 0px;
    background: white;
    padding-top: 5px;
    padding-left: 10px;
}

.filter_dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 3000;
    left: 40px;
    top: 20px;
    font-size: 14px;
    overflow: hidden;
}

    .filter_dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.filterDropdownTopMenu {
    padding: 5px;
    height: 30px;
    position: fixed;
    width: 270px;
}

    .filterDropdownTopMenu img {
        float: left;
        width: 10px;
        height: 10px;
    }

.filtreDropdownTopMenuButton {
    float: right;
    display: inline-block;
    cursor: pointer;
    padding-top: 5px;
    font-size: 16px;
}

.filterDropdownBottomMenu {
    height: 40px;
    position: absolute;
    bottom: 0;
    width: 280px;
    border-top: 1px rgba(0,79,39,0.5) solid;
    margin-top: 5px;
    cursor: pointer;
}

.filtreDropdownBottomMenuButton {
    margin: 10px;
    display: inline-block;
    font-size: 16px;
}

.filterDropdownList {
    overflow-y: auto;
    max-height: 580px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.filterDropdownListMoreImg {
    width: 15px;
    height: 15px;
    margin-bottom: 10px;
}

.filterDropdownListHeaderText {
    background-color: rgba(0,79,39,0.5);
    text-align: center;
}

.filterLine {
    border-bottom: 1px solid rgb(0,79,39);
    height: 45px;
    padding-left: 20px;
    position: fixed;
    width: 100%;
    padding-top: 5px;
}

.filterLineTime {
    border-bottom: 1px solid rgb(0,79,39);
    height: 45px;
    padding-left: 20px;
    position: fixed;
    width: 100%;
    padding-top: 70px;
}



.filterLineFilter {
    cursor: pointer;
    background-color: white;
    font-size: 12px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    width: fit-content;
}

.filterLineFilterText {
   
    float: left;
    padding-top: 3px;
    padding-left: 3px;
}

.filterLineFilterImg {
    width: 7px;
    height: 7px;
    padding: 7px;
   
}

.dropdownList .radioinput:checked + label {
    font-weight: bold;
}

/*--------------------headerMenu- slut----------------------------*/



/*-------------------bottoms-- start----------------------------*/
.bottom {
    position: fixed;
    bottom: 0px;
    /* z-index: 500;*/
    width: 100%;
    height: 65px;
    background-color: white;
    border-top: 5px rgba(0,79,39,0.05) solid;
    border-bottom: 2px rgb(0,79,39) solid;
}


.bottom_icon_place {
    width: 20%;
    float: left;
    text-align: center;
}

.bottom_icon {
    position: relative;
    display: inline-block;
    width: 40px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

.bottom_icon_text {
    font-size: 11px;
    text-wrap: nowrap;
}

.bottom_icon_img {
    width: 100%;
    width: 30px;
}

.dropdown-content-down {
    bottom: 100%;
}

    .dropdown-content-down a {
        padding: 12px 16px 0px 12px;
    }

/*-------------------bottoms-- slut----------------------------*/

/*-------------------buttons start------------------------*/

.two_buttons .button:first-child, .two_buttons .button_saving:first-child {
    margin-left: 16%;
}

.buttons_bottom_panel {
    border-top: 5px rgba(0,79,39,0.05) solid;
    background: white;
    border-bottom: 2px rgb(0,79,39) solid;
    height: 40px;
    padding: 10px;
}

.four_buttons {
    width: 23%;
    margin-left: 1%;
}

.three_buttons {
    width: 32%;
    margin-left: 1%;
}


.button, .button_saving { /*facelift*/
    width: 30%;
    margin-left: 1%;
    height: 35px;
}

.button, .large_button, .large_button_sel, .button_saving {
    padding: 6px 2px 6px 2px;
    -webkit-border-radius: 4px 4px;
    border: 0px;
    background: white;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-shadow: 0px 1px 1px rgba(255,255,255,1);
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    border: 1px solid rgba(0, 79, 39, 0.5);
}

.button_disabled {
    cursor: default;
    color: #999;
}

.large_button_sel {
    border: 2px solid rgb(0,79,39);
}



.button_saving {
    background-image: url(../images/ajax-loader2.gif);
    background-repeat: no-repeat;
    background-color: #DDD;
}

.fixed_bottom {
    position: fixed;
    bottom: 0px;
    z-index: 500;
    width: 100%;
}

.fixed_over_bottom {
    position: fixed;
    bottom: 80px;
    width: 90%;
}

.large_button, .large_button_sel, .content .large_button, .content .large_button_sel {
    width: 96%;
    margin-left: 2.1%;
    height: 35px;
}

.content .large_button, .content .large_button_sel {
    margin-bottom: 15px;
}

div.dialog_bottom .button, .one_button .button, div.dialog_bottom .button_saving {
    width: 40%;
    margin-left: 29%;
}



.bottom_panel .four_buttons .button {
    width: 23.6%;
}

div.dialog_bottom {
    padding-top: 8px;
    padding-bottom: 8px;
    clear: both;
    text-align: center;
    color: Red;
}


.button_panel > div { /*facelift*/
    height: 30px;
    margin-left: 2%;
    margin-top: 6px;
    float: left;
    cursor: pointer;
    background-color: #000;
}

.button_panel { /*facelift*/
    margin-left: 16%;
}

    .button_panel > input[type=button] /*Button border*/ { /*facelift*/
        padding: 6px 2px 6px 2px;
        -webkit-border-radius: 4px 4px;
        border: 0px;
        background: white;
        color: #333;
        text-decoration: none;
        cursor: pointer;
        display: inline-block;
        text-align: center;
        text-shadow: 0px 1px 1px rgba(255,255,255,1);
        line-height: 1;
        font-size: 16px;
        font-weight: bold;
        width: 32%;
        margin-left: 1%;
        height: 35px;
        margin-top: 20px;
        border: 1px solid rgba(0, 79, 39, 0.5);
        border-radius:10px;
    }


    .button_panel > div > div /*Button face*/ {
        margin: 1px;
        background-color: #FFF;
        height: 28px;
    }

        .button_panel > div > div > div /*Button text*/ {
            text-align: center;
            padding-top: 6px;
            font-size: 16px;
        }



.button_1 { 
    width: 96%;
}

.button_2 { 
    width: 47%;
}

.button_3 {
    width: 30.66%;
}

.button_4 {
    width: 22.5%;
}

.buttonWithColor {
    background-color: rgba(0,79,39,0.3);
    text-shadow: none;
}

.buttonsWithBorder {
    border: 2px solid rgb(0,79,39);
    margin-bottom: 10px;
}

/*-------------------buttons slut------------------------*/