html,
body {
    height: 100%;
    /* background-color: antiquewhite; */
    /*background-image: url(/images/bg.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: none !important;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #96c13d;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.actionbutton{

    margin:0 5px;
    position: relative;
}

.text-red{
    color:red;
}

.text-bold{
    font-weight: bold;
}

.text-italic{
    font-style: italic;
}

.box-harvest-year{
    min-width: 240px;
    top: 7px;
    position: relative;
}

hr.gradient{
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(52, 53, 93, 1), rgba(255, 255, 255, 0));
    width: 100%;
  }

.color-box{
    width:15px;
    height: 15px;
    display: inline-block;
    border:1px solid;
    top:2px;
    position: relative;
    margin-right: 10px;
}

.spinner {
    width: 70px;
    text-align: center;
  }
  
  .spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;
  
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  }
  
  .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  
  .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  
  @-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
  }
  
  @keyframes sk-bouncedelay {
    0%, 80%, 100% { 
      -webkit-transform: scale(0);
      transform: scale(0);
    } 40% { 
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
    }
  }


  .form-info-span{
      padding-top:7px;
  }

  .error-bg {
    background-color: red;
    color: white;
  }

  .task-nav .tab-pane{
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding:15px 5px 5px 5px;
  }


.navbar-fixed-top.navbar{
   background-color:#96c13d;
}

.navbar-fixed-top.navbar a{
    color:#000;
}
a.dropdown-toggle {
    font-weight: bold;
}
.navbar-fixed-top.navbar .open > a {
    background-color:rgb(71, 230, 50);
}
.navbar-fixed-top.navbar a:hover{
    background-color:rgb(71, 230, 50);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.no-padding {
    padding:0px;
}
.no-right-padding {
    padding-right:0px;
}

.item{
    font-size:10px;
}

.items-header{
    font-size:12px;
    font-weight: bold;
    margin-bottom:10px;
}


.field-info{
    padding-top:8px;
}

.labour-info{
    font-size:20px;
    color:blue;
    cursor:pointer;

}
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}
/* 
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
} */

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.bigdrop {
    width: 600px !important;
}

.my-pagination .pagination{
    margin-top:0px;
    float: right;
    display: inline;
}

.my-pagination .summary{
    display: inline;
}

.remove-item-storage{
    top: -6px;
    position: relative;
}

.stockpile{
    cursor:pointer;
}

.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.fullwidth{
    width:100%;
}

.navbar-brand {
    padding: 5px 15px!important;
}
.navbar-brand img{
        height: 45px;
}
.navbar-brand:hover {
    background-color:transparent!important;
}

.sp-preview{
    width: 20px;
}

.navbar-toggle .icon-bar {
    background-color: black;
}

.hide-article{
    cursor:pointer;
    position: absolute;
    top: 0px;
    right: 0px;
}

.blog-title{
    margin-top:0px;
}

.drop-avarage-terroir{
    cursor:pointer;
}

.icon-warning{
    color:red;
    font-size: 12pt;
    margin-left: 10px;
}

.panel.warning-box{
    background-color:red;
    color:white;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}
.planned-crops{
    font-style: italic;
}

@media print {
    .noprint {display:none !important;}
    a:link:after, a:visited:after {  
    display: none;
    content: "";    
    }
   
    thead { display: table-header-group; }
    tfoot { display: table-header-group; }
    table { page-break-inside:auto; overflow: visible !important;font-size:8pt !important; }
    tr    { page-break-inside:avoid; page-break-after:auto }
    td    { border:1px solid;}
  
    @page {
         size: auto;   /* auto is the initial value */
         margin-bottom: 2cm;
         margin-top: 2cm;
      }
}

fieldset{
	padding: .35em .625em .75em;
    margin: 0 2px 10px 2px;
    border: 1px solid #8d8d8d;
}

legend{
	border: 0;
	margin-bottom: 0;
    width: auto;
    font-size: inherit;
    font-weight: bold;
    padding: 0 10px;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
.bg-gray, .bg-gray div{
    background-color:rgb(239, 239, 239);
}
.breadcrumb {
    background: #FFFFFFCC !important;
    border-radius: 10px;
}

.breadcrumb .active {
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 400;
    line-height: 20.7px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 0px;
    color: #333333;
}

.breadcrumb > li + li:before {
    content: ">\00a0";
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.1px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333333;
}

.breadcrumb > li  > a {
    cfont-family: Helvetica;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.1px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #337AB7;

}

.panel, .panel-heading, .panel-footer {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.box-harvest-year .select2-selection{
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
.box-dropdown-harvest-year {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.navbar-fixed-top.navbar .open > a {
    background-color: #52721e;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}


.navbar-fixed-top.navbar a:hover {
    background-color: #52721e;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#curve_chart{
  /*  background: linear-gradient( rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.45) ), url(/images/agrekord_precipitation-cart-bg.jfif);*/
 background: rgba(255,255,255,0.5);
background-repeat: no-repeat;
background-size: cover;
width:100%;
}
.modal-size-90{
    width:90%;
}

.datepicker { z-index: 1031 !important; }

.task-status-button {
    margin-right: 0px !important;
}
.task-status-button .switch-on {
    background-color: #eaeaea;
}

.task-status-button .control-label {
    padding-right: 15px;
}


.list-border {
    border: 1px solid #ddd !important;
}
.list-border-right {
    border-right: 1px solid #ddd !important;
}
.list-border-left {
    border-left: 1px solid #ddd !important;
}
.list-border-bottom {
    border-bottom: 1px solid #ddd !important;
}

#unified-request-form .panel-heading {
    min-height: 38px;
}