.tl_loader {
  background-color: rgba(255,255,255,0.5);
  background-image: url("../images/45.gif");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3000;
}

.profile_content .control-label {
  text-align: left;
}
.profile_content .file_btn span.glyphicon {
  color: #0f90d2;
  cursor: pointer;
  font-size: 25px;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.profile_content .fa.fa-camera {
  left: 36%;
  position: absolute;
  top: 40%;
  display: none;
  z-index: 11111;
}
.file_btn:hover  .fa.fa-camera{display: block;}
.file_btn {
    border: 1px solid #dddddd;
    border-radius: 2px;
    display: inline-block;
    height: 100px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 111px;
}
.file_btn:not(:last-child) {
  margin-right: 18px;
}
.file_btn input[type="file"] {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  opacity: 0;
  width: 100%;
}
.file_btn span.glyphicon {
  cursor: pointer;
  font-size: 25px;
  left: 42px;
  pointer-events: none;
  position: absolute;
  top: 35px;
  color: #0f90d2;
}
.file_btn img {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding: 1px;
  width: 100%;
}
.file_btn span.fa-close {
  background-color: #ff0000;
  border-radius: 50%;
  color: #ffffff;
  display: none;
  font-size: 14px;
  height: 18px;
  left: 0;
  padding-left: 3px;
  padding-top: 2px;
  position: absolute;
  top: 0;
  cursor: pointer;
  vertical-align: middle;
  width: 18px;
}

.file_btn:hover > span.fa-close {
    display: block;
}
.file_btn input[type="file"] {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  opacity: 0;
  width: 100%;
}
.upload_img {
  padding-left: 40px;
}
.change_btn{padding:5px 10px 5px 10px; background-color:#0f90d2; color:#FFF; text-transform:capitalize;}
.change_icon{ font-size:18px; color:#F00;}.fileinput-preview1{background-color:#e5e5e5; border-radius:5px; margin-bottom:5px;}
.tooltip_box h3{color:#F00;}
.active_bg{background-color:#ffffaa;}
.product-add-btn{
  text-align: center!important;
}
.file_btn {
    border: 1px solid #dddddd;
    border-radius: 2px;
    display: inline-block;
    height: 100px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 111px;
}
.file_btn:not(:last-child) {
  margin-right: 18px;
}
.lable_padding{
  padding-right: 10px !important;
}
.file_btn input[type="file"] {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  opacity: 0;
  width: 100%;
}
.file_btn span.glyphicon {
  cursor: pointer;
  font-size: 25px;
  left: 42px;
  pointer-events: none;
  position: absolute;
  top: 35px;
  color: #0f90d2;
}
.file_btn img {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding: 1px;
  width: 100%;
}
.file_btn span.fa-close {
  background-color: #ff0000;
  border-radius: 50%;
  color: #ffffff;
  display: none;
  font-size: 14px;
  height: 18px;
  left: 0;
  padding-left: 3px;
  padding-top: 2px;
  position: absolute;
  top: 0;
  cursor: pointer;
  vertical-align: middle;
  width: 18px;
}
.file_btn:hover > span.fa-close {
    display: block;
}
.profile-element{
    text-align: center;
}
a.table_action{
    font-size:22px;
    margin: 2px;
}

.PageLoder {
    text-align: center;
    position: absolute;
    z-index: 99999999;
    width: 100%;
    height: 100vh;
    top: 0;
    background: rgba(255,255,255,0.5);
}

.PageLoder img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    width: 60px;
}
.modal-body-calc thead th {
    background-color: #eee;
    border-bottom: 1px solid #ddd;
    padding: 15px 6px !important;
    border-radius: 0px !important;
    color: #5e8d93;
    font-weight: 600;
}
.modal-body-calc thead tr:first-child th {
    cursor: pointer;
    background-color: #5e8d93;
    border-radius: 0px !important;
    color: #fff;
}
.modal-body-calc tbody td{
    padding: 10px !important;
    color: #333 !important;
    font-weight: 600;
}
.modal-body-calc .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
        background: #5e8d93 !important;
}
/*.modal-body-calc .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #5e8d93;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}*/
.modal-body-calc .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #5e8d93;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  }
.modal-body-calc .bootstrap-datetimepicker-widget table td.today:before {
    content: '';
    display:none !important;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #337ab7;
    border-top-color: rgba(0,0,0,0.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}
/*chat css*/
.dropdown.show {
    position: absolute;
    top: 7px;
    right: -7px;
}
.dropdown.show i{
    color:#fff;
}
.ChatUsHead {
    position: relative;
}
.dropdown-menu a {
    display: block;
    padding-left: 6px;
    margin: 4px 0;
    color:#5e8d93;
}
.dropdown-menu a:hover{
    text-decoration:none;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    /*left: -72px !important;*/
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px !important;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown.show i.fa.fa-ellipsis-v.fa-2x.pull-right.dlt-blck {
    font-size: 24px;
}

.pac-logo{
  z-index: 1051;
}
.multiSelect .bootstrap-select {
    width: 100% !important;
}
.multiSelect .bootstrap-select button {
    border-bottom: 2px solid #ccc;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding-bottom: 10px;
    padding-top: 0;
    padding-left: 0;
}
.multiSelect .bootstrap-select button, .multiSelect .bootstrap-select button:focus, .multiSelect .bootstrap-select button:hover{
  background-color: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.multiSelect .bootstrap-select button span {
    position: static;
    color: #333;
    padding: initial;
}
/*.multiSelect .bootstrap-select button span .caret {
    border-top: 8px dashed;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    color: #00b000;
    border-bottom: none;
    margin-top: -12px !important;
}*/
.multiSelect .bootstrap-select button span .caret {
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    color: #7fa74a;
    border-bottom: none;
    margin-top: -5px !important;
}
.multiSelect .dropdown-menu>li>a {
    padding: 2px 10px !important;
}
.multiSelect .dropdown-menu>li>a span {
     position: static; 
     color: #333; 
     padding: initial !important;
}
.multiSelect .dropdown-menu>li>a span.check-mark {
     top: 0 !important;
}
/*product filter popup*/
.ui-slider-horizontal {
    height: 5px;
    border: none !important;
    background: #ccc;
    border-radius: 109px;
    margin-top: 15px;
}
.ui-slider-range.ui-corner-all.ui-widget-header {
    background: #00b000;
    border: none !important;
}
.ui-slider-handle.ui-corner-all.ui-state-default {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 3px solid #00b000;
    background: #fff;
    outline: none;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -6px;
}
#amount {
    display: inline-block !important;
    width: 100%;
    text-align: right;
    border: none;
}
.span-total{
    display: inline-block;
    float: right;
}
.price-lbl{
    font-weight: 500;
    font-size: 16px;
}
/*product filter popup*/
a, a:focus, button, button:focus, input, input:focus, select, select:focus{
  outline: 0 !important;
}
.login-btn.cstm-btn-right {
    float: right;
    margin-bottom: 10px;
}
.panel-body.cstm-pnl-bdy {
    padding: 0px 15px;
}
.remove-bord{
  box-shadow: 0px 0px 0px ;
}
.txt-rgt{
  text-align:right;
}
.txt-rgt a {
    color: red;
    padding: 0 25px 0;
}
.txt-rgt a span{
  padding-left:8px;
}
.addquantity {
    margin-top: 10px;
}
.cstm-expns-field.mrgn-btm-remve input{
  margin-bottom:0px !important;
}
.cstm-expns-field.mrgn-btm-remve{
  padding:40px 0 0 0 !important;
}
.text-area-hight{
  height: 110px;
}

#append_load_btn{
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
}
.text_count{color: #828282;}

.animal-sec .drp-dwn {
    /* overflow: hidden; */
    width: 20px;
}
.add-rain-lft input {
    width: 40%;
}
.add-rain-rgt {
    width: 30%;
}
.csDropdown .add-field-btn1 {
    padding: 8px 12px 8px 12px;
    margin-top: 19px;
}
.add-field textarea {
    font-size: 16px;
}
.drp-dwn .dropdown-menu {
    min-width: 115px !important;
}
.drp-dwn .dropdown-menu li a {
    padding: 6px 10px;
}
.drp-dwn .dropdown-menu li a:hover{
  border-radius: 0;
}
.cntInfo{
  width: 90%;
  cursor:pointer
}
.div-aling{
  width: 33%!important;
}
.lattter-capital{
  text-transform: capitalize;
}
/* .animal-list h4{
  text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
} */
.rain-data-right {
    padding-right: 12px;
}
.detailsCnt .prperty-heading h3 {
    padding-right: 120px;
    position: relative;
}
.detailsCnt .prperty-heading h3 span {
    position: absolute;
    right: 0;
    top: 0;
}
span#add_count {
    font-size: 16px;
    text-align: center;
    display: block;
}

@media only screen and (max-width: 470px){
.remove-btn {
    margin-top: 15px;
}
.add-rain-rgt {
    width: 50%;
}
.detailsCnt .prperty-heading h3 {
    padding-right: 0px;
}
.detailsCnt .prperty-heading h3 span {
    position: static;
    display: block;
    margin-top: 12px;
    float: none;
}

}
@media only screen and (min-width: 767px){
  .showsm{
    display: block;
  }
}

/*29/09/2018*/
.navs_top{
  margin-top: -5px;
}
.expens_form_pd{
  text-align: left;
}
.expens_form_pd .cstm-expns-field{
  margin-bottom: 30px;
}
.expens_form_pd .cstm-expns-field select,.expens_form_pd .cstm-expns-field input{
  margin-bottom: 0px;
}
.expens_form_pd .cstm-expns-field label.error{
  margin-top: 5px;
}
/*error msg css*/
.error{font-size: 14px !important;color: #ff0000 !important; text-align: left!important; }
.arow-dte .bootstrap-datetimepicker-widget table th.next{
  position:relative;
  top:-8px;
  right:0;
}
.arow-dte .bootstrap-datetimepicker-widget table th.prev{
    position:relative;
    top:-8px;
    left:0;
}
.arow-dte .bootstrap-datetimepicker-widget table th.next:hover,.arow-dte .bootstrap-datetimepicker-widget table th.prev:hover{
background:none;
}

.hitry-value.textFieldline input {
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: transparent;
    padding: 10px;
    width: 65%;
}

.noChangeDatepicker th span, .noChangeDatepicker td span{
  color: initial !important;
  padding: initial !important;
  position: static !important;
}
.datePickTable ul{
  padding: initial !important;
}
.productBlock{
  display: inline-block;
  width: 100%;
  position: relative;
}
.productAction{
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 99;   
}
.aling_center{
  margin-top: 30px;
}
.productAction .dropdown-toggle {
  background: #fff;
  color: #00b000;
  text-align: center;
  padding: 0;
  width: 25px;
  height: 25px;
  display: inline-block;
  line-height: 27px;
  border-radius: 50%;
  box-shadow: 0px 2px 6px #d1d1d1 !important;
}

span.glyphicon.glyphicon-chevron-right,
span.glyphicon.glyphicon-chevron-left{
  background: #fff!important;
}
.productAction .drp-dwn .dropdown-menu {
    right: 0;
    left: auto;
}
.product-img > label {
    display: none;
}
.product-img:hover > label {
    display: block;
}
.product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
select#parcelId {
    font-size: 16px;
    padding-left: 0;
}
.hitry-value {
    margin-bottom: 2px;
}
i.dot {
    background: #5a8427;
    padding: 2px 8px;
    position: absolute;
    right: 16px;
    color: #fff;
    font-style: normal;
    border-radius: 150px;
    font-size: 13px !important;
}

.all,.my{
  display: none;
}
.common-select{
  display: none;
}
.d-none{
  display: none;
}

@media only screen and (max-width: 479px){
  .hitry-value {
    width: 100%;
    display: inline-block !important;
    margin-top: 10px;
}
.hitry-head {
    width: 100%;
    display: inline-block !important;
        padding-left: 0;
}
.hitry-value .form-control {
    width: 100%;
}
.hitry-value.textFieldline input {
    width: 100%;
}
.hitry-value.textFieldline{
  margin-bottom: 12px;
}
.cost-list {
    display: block;
    width: 100%;
}
.cost-total {
    width: 100%;
    display: block;
}
}
@media only screen and (min-width: 480px) and (max-width: 640px){
.hitry-value .form-control {
    width: 80%;
}
}
@media only screen and (max-width: 640px){
.form-rght {
    width: 30%;
}
.cost-left {
    width: 100%;
    display: inline-block;
}
}
.selct_ul_br .dropdown-menu li:last-chlid{
  border-bottom: 1px solid transparent;
}
.selct_ul_br .dropdown-menu li a{
  border-bottom: 1px solid #e4e5ec;
}

.expes-txt h4{
  padding: 0;
  margin: 0;
  font-size: 22px;
}

.selct_ul_br .dropdown-menu.open{
  overflow-x: hidden;
  overflow-y: auto!important;
  height: 180px;
}
.selct_ul_br ul.dropdown-menu.inner{
  /*overflow-y: hidden!important;*/
  max-height: 100% !important;
  min-height: auto!important;
}
.picker-index.cstm-expns-field.arow-dte.noChangeDatepicker{
  z-index:1040;
}
.slct-zindx .dropdown-menu.open{
    z-index:1041;
}
.top-padding{
  padding-top: 70px;
}
.navhead{
  margin-top: 34px;
}
.nav-txt{
  padding:0;
  margin: 0;
  font-size: 16px;
  text-align: right;
  font-weight: 500;
}

@media only screen and (max-width: 767px){
  .ConNav .navbar-header,
  .ConNav .navhead{
    width: 50%;
    display: inline-block;
  }
  .ConNav .navhead{
    float: right;
  }
  .BusinessPdd .dashboard-sec{
    padding-top: 90px;
  }
}

.BusinessPdd .dashboard-sec{
  padding-top: 100px!important;
}
.BusinessPddEdit{
  padding-top: 100px!important;
}

#header .navbar-default .navbar-nav>.active>a.nav-head{
  color: #00b000;
  background: none;
}

/*01-10-2021-Add-Tag-Popup*/

.mapggl iframe {
  padding: 0px 35px;
}

.tag-img {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.tag-img img {
  max-width: 80px;
  padding: 10px 0;
}


/*04-10-2021-animal-info-details*/

.hitry-value.tretmnt.txthd h1 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  padding: 0px 0 0 0;
}
.prclnm{
  color: #bfbfbf;
  font-weight: 600;
}
/* .anml-sec:hover .prclnm {
  color: #fff !important;
} */
/* .animal-sec li a:hover h3, .animal-sec li a:hover h4  {
  color: #fff !important;
} */

.Property-form p{
  text-align: center;
}

#append_load_btn .no-record{
  padding: 0px 0;
}


 .div{
  margin-right: -1px;
  margin-left: -1px;
}

.providImgs {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  position: relative;
}

.providImgs img {
  width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  height: 240px;
  object-fit: cover;
}

.labels {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  margin-left: 290px !important;
}

.truncate p {
  position: relative;
  white-space: nowrap;
  word-wrap: break-word;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  max-width: 150px;
  padding-right: 7px; /* adjust based on font size */
}
.truncate:before {
  content: "";
}
.truncate:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.ystr label {
  color: #828282;
  font-size: 18px;
  font-weight: 500;
}

.actvt {
  padding: 0px 0px 20px !important;
}

.marginTab {
  margin-top: -17px;
}

#animal-sec_ {
  min-height: 325px;
}

.activity_description{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

label.mortality_cause {
  font-weight: 500;
  font-size: 18px !important;
  margin-top: 14px;    
  text-align: left;
  display: block;
}

span#mortalityCauseError {
  margin-left: -465px;
}

input#mortalityCause {
  width: 85%;
}

.cause.hitry-head {
  width: 15%;
}