body, html {
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  
}
.cover-image {
    background:url('../img/background.jpg') center center no-repeat;
    background-size: cover;
height: 100%;
background-repeat: repeat-y;
       /* text-align: center;
    display: flex;
    align-items: center;
    position: relative;*/
}

/* login form */
.form-control
{

	margin-top:20px;
	background-color:transparent !important;
	padding: 27px 30px !important;
	border-radius: 10px !important;
	font-style:italic;
	font-size: 25px !important;	
    color: #fff !important;
}

.form-control-field
{
	width:100% !important;
	margin-top:20px;
	background-color:transparent !important;
	padding: 27px 30px !important;
	border-radius: 10px !important;
	font-style:italic;
	font-size: 17px !important;	
    color: #fff !important;
}
.form-control::-webkit-input-placeholder {
  color: #fff !important;
}
/*side nav */
.sidenav {

  height: 100%;
  width: 0px;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #1A2A14;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 40px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 4px;
  font-size: 36px;
  text-decoration:none;
  color:#4cecde;
}

.sidenav .slide-image
{
    margin-left: 10px;
    width: 240px;
    margin-top: -44px;
}

#main {
  transition: margin-right .5s;
  padding: 16px;
}

.three-dots:after {
  cursor: pointer;
  color: #4cecde;
  content: '\2261';
  font-size: 50px;
  padding: 0 5px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.sidenav .btn
{
	padding:15px;
	font-size:20px;
	width: 170px;
	background-color:transparent;
	border-color:#0CE4E4;
	color:#fff;
	border-radius: 10px;
	margin-left: 25px;
}

.sidenav .btn:hover
{
	background-color:#187060;
	border-color:#0CE4E4;
	color:#fff;
}
.sidenav .btn:focus
{
	background-color:#187060;
	border-color:#0CE4E4;
	color:#fff;
}

.sidenav .column {
  float: left;
  width: 90px;
  padding: 15px 30px;
  margin-left: 0px;
}

/* Clearfix (clear floats) */
.sidenav .row::after {
  content: "";
  clear: both;
  display: table;
}
#footer {
    position: fixed;
    bottom: 0;
    width: auto;
}

.tab-content .content {
        height: 115%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 85px 32px 4px 278px;
    width: 54%;
    border: 1px solid #0CE4E4;
    border-radius: 70px;
}
.tab-content .content-select {
    height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
    margin: 55px 32px 4px 250px;
    width: 60%;
}

.tab-content .btn {
    padding: 15px;
    font-size: 20px;
    width: 170px;
    background-color: #187060;
    border-color: #0CE4E4;
    color: #fff;
    border-radius: 10px;
	margin-left: 158px;
	margin: 20px 90px 30px 1px;
}
.content-farm
{
    justify-content: center;
    align-items: center;
    margin: 68px 0px 44px 85px;
    width: 100%;
}

.text-center
{
	margin-left:0px;
}

.content-farm h4
{
	color:#fff;
}

.tab-content .content-export {
    height: 70%;
    margin: 50px 32px 4px 412px;
    width: 38%;
    border: 1px solid #0CE4E4;
    border-radius: 70px;
}

.content-export .export
{
	height: 55px;
    margin: 20px 20px 20px 20px;
	background:#FF0000;
	padding: 13px;	
	font-weight: bolder;
}

.plowing
{
	background-color: transparent;
    border: 1px solid #0CE4E4;
    color: #fff;
    margin: 17px 30px 20px 30px;
    padding: 10px 0px 10px 45px;
    border-radius: 10px;
	font-size: 17px;
}

.plowing img
{
	height: 85px;
	width:85px;
}

.hidden-menu ul li
{
	color:#fff;
	list-style-type: none;
	padding: 4px 0px 0px 0px;
	margin-left: -30px;

}


.column {
     padding: 20px 35px 20px 35px;
}

.tab-export {
    height: 335px;
}
.tab-clear
{
	height: 335px;
}

.farm-display
{
	color:#fff;
}

.add-tab
{
	height:50%;
}

#piechart text {
    fill: #e38f10 !important;
	font-weight:bold;
	font-size:11px;
}

#piechart2 text {
    fill: #e38f10 !important;
	font-weight:bold;
	font-size:11px;
}

.pie-text
{
	color:#fff;
	margin: 0px 25px 11px;
}

/*.farm
{
	margin-left:-250px;
}*/

#footer .btn
{
	padding:10px 40px 10px 40px;
	border-color: #0CE4E4;
	color:#0CE4E4;
	margin-left: 60px
}


.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   color: white;
   text-align: center;
}
.forgot-desktop
{
	display:block;
}
.forgot-mobile
{
	display:none;
}

.tab-content .float-child {
    float: left; 
}  

input[type=file] {
    color: #fff !important;
	margin-left: 0 !important;
}

.tab-content .top-btn
{
	margin: 20px -115px 30px 0px;
}

.origin
{
  margin-left:100px;
}	


@media(min-width:320px) and (max-width:767px)
{
    
.origin
{
  margin-top:85px;
}	

.tab-export {
    height: 335px;
    margin: 120px -596px -84px -393px;
}
.tab-clear
{
	height: 335px;
	margin: 0px -596px -84px -393px;
}

    
	input[type=file]
	{
    margin-left:35px;
	}

	.tab-content .content {
        margin: 0px 0px 0px 7px;
    width: 95%;
    height: 217%;
	}
	.tab-content .content-select
	{
    height: 100%;
   display: block;
    justify-content: center;
    align-items: center;
    margin: -53px 0px 0px 64px;
    width: 66%;
	}

	.tab-content .btn {
    padding: 15px;
    font-size: 20px;
    /* width: 170px; */
    background-color: #187060;
    border-color: #0CE4E4;
    color: #fff;
    border-radius: 10px;
    /* margin-left: 158px; */
    margin: 33px 70px 0px 33px;
}

.farm {
    margin: 73px 0px 0px 0px;

}

.column .field
{
	width: 355px;
}

.pie-text
{
	margin: 0px 0px 0px 30px;
}

.plowing
 {
    margin: 17px 35px 20px 28px;
    padding: 8px 0px 0px 45px;
 }

#footer .btn
{
	margin-left: 84px;
}


.content .form-control {

    width: 80%;
}

.text-center
{
	margin-left:42px;
}
.forgot-desktop
{
	display:none;
}
.forgot-mobile
{
	display:block;
}

}


@media(min-width:768px) and (max-width:1200px)
{
   .farm-name
	{
		margin-bottom:60px;
	}	
	.tab-content .btn
	{
		margin: 20px 5px 30px 24px;
	}
	
	.tab-content .content
	{
		margin: 70px 0px 0px 34px;
    width: 87%;
    height: 87%;
	}
	.content-farm
	{
    justify-content: center;
    align-items: center;
    margin: 68px 0px 44px 80px;
    width: 100%;
	}
	
	.tab-clear {
    margin: 125px -519px -110px -341px;
	}
	
	.tab-export {
    height: 335px;
    margin: 125px -519px -110px -341px;
	}
	
	.tab-content .content-select {
    height: 100%;
   display: block;
    justify-content: center;
    align-items: center;
    margin: 0px 0px 0px 80px;
    width: 78%;
	}
	
.farm {
    margin-left: -125px;
}


.pie-text
{
	color:#fff;
	margin: 15px 30px 11px;
}
.plowing
{
    margin: 35px 35px 20px 38px;
    padding: 20px 0px 20px 45px;
}

.text-center
{
	margin-left:-63px;
}

.text-center-history
{
	margin-left:200px;
}

}


@media(min-width:1920px)
{

.content-farm
{
    justify-content: center;
    align-items: center;
    margin: 68px 0px 4px 455px;
    width: 50%;
}
.text-center
{
	margin-left:-170px;
}

.tab-export
{
	height: 300px;
	margin: 0px 0px 0px 100px;
}

.tab-clear
{
	height: 300px;
	margin:0px 0px 0px 100px;
}

.tab-content .content-select {
        height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 85px 32px 4px 412px;
    width: 56%;
}

.tab-content .content {
        height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 85px 32px 4px 500px;
    width: 42%;
    border: 1px solid #0CE4E4;
    border-radius: 70px;
}

.tab-content .btn {
    padding: 15px;
    font-size: 20px;
    width: 170px;
    background-color: #187060;
    border-color: #0CE4E4;
    color: #fff;
    border-radius: 10px;
	margin-left: 158px;
	margin: 20px 0px 30px 0px;
}


/*.tab-content .top-btn
{
	margin: 20px 70px 30px -160px;
}*/

.pie-text
{
	color:#fff;
	margin: 15px 30px 11px;
}

.plowing
{
    margin: 35px 35px 20px 38px;
    padding: 20px 0px 20px 45px;
}

.text-center
{
	margin-left:-35px;
}

}


/* for canvas */
.canvas-other
{
	max-height: 724px;
	max-width:1280px;
	overflow: scroll;
	margin-left:53px;
	margin-right:53px;
	margin-top:-20px;
}

.activity-canvas
{
	margin-left:135px;
}

@media(min-width:320px) and (max-width:767px)
{
 .canvas-other
 {
	 margin-left:10px;
	 margin-top: 39px;
	 margin-right:10px;
 }
}

@media(min-width:768px) and (max-width:1200px)
{
 .canvas-other
 {
	margin-left:45px;
	margin-top: 20px;
	margin-right: 45px;
 }
 
 .activity-canvas
{
	margin-left:115px;
}

}


@media(min-width:1920px)
{
 .canvas-other
 {
	margin-top:-40px;
	padding:0px;
	margin-left:300px
 }
 
 .activity-canvas
{
	margin-left:200px;
}

 
}



/* for canvas field */
.canvas-field
{
	max-height: 724px;
	max-width:1280px;
	overflow: scroll;
	margin-left:20px;
	margin-top: 65px;
	margin-right:20px
}

@media(min-width:320px) and (max-width:767px)
{
 .canvas-field
 {
	 margin-left:10px;
	 margin-top: 39px;
	 margin-right:10px
 }
}

@media(min-width:768px) and (max-width:1200px)
{
 .canvas-field
 {
	margin-left:45px;
	margin-top: 90px;
 }
}


@media(min-width:1920px)
{
 .canvas-field
 {
	margin-top: 0px;
    padding: 0px;
    margin-right: 119px;
    margin-left: 315px;
 }
}

.temp-m{
   display:none;
   }
  
   @media (min-width:320px)and (max-width:767px) {
   .temp-m{
   display:block;
   }
   .temp-c{
   display:none;
   }
}