html body {

  background: #DDD;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif !important;

}

#environment {
  background-color: #fff;
  border: 5px solid;
  -o-border-image: repeating-linear-gradient(45deg,#000,#000 10px,#ff0 0,#ff0 20px) 10;
  border-image: repeating-linear-gradient(45deg,#000,#000 10px,#ff0 0,#ff0 20px) 10;
  text-align: center;
  font-size: 12px;
  font-weight: bolder;
  margin: 0px 0px 0px 0px;
  width: 100%;
  padding: 10px;
}

/* new basis css start */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/* new basis css end */


#addNewAnimalGroup, #addNewTransferGroup, #create_am_step1, #create_am_step2, #create_am_step3, #create_am_step3showdetail {

  display:none;

}

.finalize_delrow {

  background: #900;
  color: #FFF;
  padding: 10px 0px;
  width: 43.6px;
  display: none;
  text-align: center;
  cursor: pointer;

}

.codebardivisions {
    background: url('/css/images/bardivider.png');
    height: 7px;
    position: relative;
    margin-top: -7px;
}

.nr {

  margin-top:5px;

}

#create_am_step3 div.row.hideOnShow {

  display: none;

}

#updateAnGroup {

  display: none;
  margin-bottom: 10px;

}

.showFinalTransfer div.forFinal_t table .fbx {

  padding: 10px 10px 10px 5px;
  border-right: none;
  /* width: 116px; */
  width: 100%;

}

.showFinalTransfer div.forFinal_t table td {

  padding:0px;

}

.finalize_addrow {

  background: #79a654;
  color: #FFF;
  padding: 10px 0px;
  width: 43.6px;
  text-align: center;
  cursor: pointer;

}

.addSample {

  padding: 10px;
  background: #79a654;
  color: #FFF;
  margin: 0px 5px;

}

.bbtn {

  display: inline-block;
  width: 100%;
  margin-bottom: 10px;

}

div.showFinalTransfer div.forFinal_t table td.sptd {

  border-right: none;

}

.showFinalTransfer div.forFinal_t table  {

  margin-bottom: 6px;

}

.showFinalTransfer div.forFinal_t table thead td {

  padding: 10px 15px;
  text-align: center;
  font-weight: bold;
  font-family: Tahoma;
  border-right: 1px #BBB solid;
  background: #ededed;

}

.step3disabledtxt {

  background: #D4D4D4;
  border: none;
  padding: 10px;
  width: 389px;

}

.create_am_bincheckbx {

  position: absolute;
  margin-top: 13px;
  left: 25px;

}

.createGroupMsg {

  display: none;

}

.addTopMargin5 {

  margin-top:5px;

}

.iamRedTxt {

  color: #900;
  font-weight: bold;

}

#modalModular .forModular {

  margin-bottom: 0px;

}

.aniMoveSel {

  color: #FFF;
  font-size: 12px;
  padding: 6px 6px 6px 6px;
  border-radius: 5px;
  background: #188ae2;
  border: #57a5e2 1px solid;
  -moz-appearance: none;
  width: 130px;

}

.bottomPam {

  margin-top: -17px;

}

.ekc {

  font-family: Tahoma;
  font-size: 10px;
  display: block;
  color: #999;
  margin-top: -4px;
  margin-bottom: 0px;

}


#addNewAnimalGroup {

  margin-top:10px;

}

table.table.forModular td {

  padding:0;

}

.displayPerTransfer {

  background: #FFF;
  padding: 15px;
  border: 1px dashed #EEE;

}

.modalLbl {

  background: #178ae2;
  color: #FFF;
  padding: 10px;
  min-width: 100px;
  margin-bottom:5px;

}

.ctransfer_msgbox {

  display: none;

}

.editTransferTextarea {

  padding: 10px;
  width: 100%;
  margin-top: -5px;
  outline: none;

}

.posAb1 {

  width: 471px;

}

.modalInput {

  padding: 10px 10px 8.4px 10px;
  width: 371px;
  border: #AAA 1px solid;
  border-left: none;

}

.modalGroupName {

  color: #178ae2;
  font-weight: bold;

}

.numberInput {

    padding: 9px;
    width: 330px;
    border-left: none;
    background: #FFF;
    border-right: none;
    border-top: 1px solid #AAA;
    border-bottom: 1px solid #AAA;

}

.editFrmLabel1 {

  min-width: 150px;
  background: #CCC;
  color: #333;
  padding: 10px;

}

.modalInput1 {

  padding: 9px 10px 9px 10px;
  width: 779px;
  border-left: none;
  background: #FFF;
  border-right: none;
  border-top: 1px solid #AAA;
  border-bottom: 1px solid #AAA;

}

#create_amstep3create_am_step3showdetail h6 {

  border-top: 1px solid #CCC;
  padding-top: 15px;
  padding-bottom: 8px;

}

.create_amTxt {

  padding: 9px 10px 9px 10px;
  width: 389px;
  background: #FFF;
  border: 1px solid #AAA;
  border-left: none;

}

#modalModular table tr td select.modalSbx {

  padding: 10px 10px 10px 7px;
  width: 371px;
  font-family: 'Tahoma';
  outline: none;
  border-left: none;

}

.transfer_addedinfo {

  background: #EEE;
  padding: 10px;
  margin-top: 0px;
  text-align: right;
  margin-bottom: 2px;

}

.displayPerTransfer span.incF {

  float: right;
  width: 120px;
  margin-top: -10px;
  margin-right: -10px;

}

.bmr {

  border-right: 1px solid #EEE;

}

.transfer_fromto {

  color: #178ae2;
  font-weight: bolder;
  font-size: 22px;
  padding-bottom: 10px;
  margin-bottom: 0px;
  border-bottom: #CCC 1px solid;

}

.transferOptions {

  float: right;
  margin-top: 5px;

}

.transferOptions .transferBtns {

  font-size: 12px;
  color: #FFF;
  padding: 5px 11px;
  -webkit-transition: all 0.4s ease;

}

.transferOptions .transferBtns:hover {

  opacity: 0.7;

}

.row .showMeGroups .twoD:first-child {

  padding: 0px 0px 0px 15px;

}

.row .showMeGroups .twoD {

  padding: 0px 0px 0px 3px;

}

.statusPerAnimal {

  color: #FFF;
  background: #e47979;
  padding: 2px 20px;
  font-size: 10px;
  border-radius: 1px;
  border: 1px #900 solid;

}

.iamYellow {

  background: #deba00;
  color: #FFF;

}

.transfer_value {

  color: #178ae2;
  font-weight: bolder;

}

.createGroupCss button {
  margin-top:5px;
  font-size: 12px;

}

#fmgntCreate {

  display: none;

}

.nopadding {

  padding:0px;

}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 20px;
}

#map {

  width: 470px;
  height: 300px;

}

.pacControls {

  margin-top: 57px;
  display: none;
  margin-left: -179px;
  padding: 14px 10px;
  width: 423px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  border-radius: 3px;

}

.colorGreenBG {

  background: #79a654;

}

.colorBlueBG {

  background: #5bc0de;

}

.animalmovement_btn {

  text-align: center;
  padding: 10px 20px;
  color: #FFF;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  margin-top:10px;

}

.showMeGroups div.abtn {

  margin-top:0px;

}

div.abtn {

  display: inline-block;
  width: 50%;
  margin-bottom:10px;

}

.animalmovement_btn:hover {

  opacity:0.8;

}

.bft {

  text-align: center;

}

.am_displayText {

  margin: 3px 0px 0px 0px;

}

.makemeBold {

  font-weight: bold;

}

.colorRedBG {

  background: #900;

}

.urbtn {

  float: right;
  clear: both;
  margin-top: -8px;

}

.UpperRightAddBtn {

  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 10px 60px;
  font-size: 12px;
  min-width: 230px;
  border-radius: 3px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;

}

#createMsgbox {

  display: none;
  margin: 23px 45px 25px 40px;
  font-weight: bold;
  font-size: 16px;

}

.UpperRightAddBtn:hover {

  opacity: 0.8;

}

.editSelectBox {

  padding:10px 10px 10px 7px;
  width: 480px;
  outline: none;

}

.editFarmMainBtns {

  padding:15px;
  text-align: center;
  background: #900;
  color:#FFF;
  margin-top:10px;
  cursor:pointer;

}

.editFarmMainBtns:hover {

  opacity: 0.9;

}

.iamRed {

  background: #900;

}

.iamGreen {

  background: #79a654;

}

.iamYellow {

  background: #c1b600;

}

.editFarmTxt1 {

  padding:9px;
  width: 421px;
  border-left: none;
  background: #FFF;
  border-right: none;
  border-top: 1px solid #AAA;
  border-bottom: 1px solid #AAA;

}

.mpBtn {

  padding:8px 10px;

}

.editFarmTxtarea {

  padding: 10px;
  width: 631px;
  margin-top: -7px;
  outline: none;

}


.mapEd {

  width: 445px;
  height: 352px;

}

.editFarmView h2, .editBinView h2 {

  margin-top:20px;

}

.editFarmSwitch {

  padding:10px;

}

.posAb {

  width: 631px;

}

.showFarmonRight {

  border-left:#CCC 1px solid;

}

.editFrmLabel {

  min-width: 150px;
  background: #178ae2;
  color: #FFF;
  padding: 10px

}

.editFarmTxt {

  padding: 8px 10px 8.4px 10px;
  width: 480px;

}

.editBinTxt {

  padding: 8px 10px 8.4px 10px;
  width: 389px;

}

.editFarmView, .editBinView {

  display: none;

}

.viewMap {

  cursor: pointer;

}

.viewMap:hover {

  opacity: 0.8;

}

.contactThis {

  color: #79a654;
  font-weight: bolder;
  font-style: italic;

}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {

  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0px;
  bottom: 0px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;

}

input:checked + .slider {

  background-color: #2196F3;

}

input:focus + .slider {

  box-shadow: 0 0 1px #2196F3;

}

input:checked + .slider:before {

  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);

}

/* Rounded sliders */
.slider.round {

  border-radius: 34px;

}

.farmManagementName {

  font-size: 16px;
  color: #2295f3;

}

.totalBinsDisplay {

  display: inline-block;
  min-width: 20px;

}

.slider.round:before {

  border-radius: 50%;

}

.manageBinBtn {

  display: inline-block;
  padding: 5px 10px;
  background: #79a654;
  color: #FFF;
  margin-left: 10px;
  border-radius: 3px;
  cursor: pointer;
  opacity: 0.9;

}

.manageBinBtn:hover {

  opacity: 1;

}

.reactDate {

  padding: 5px;
  width: 333px;

}

#farmsManagementTbl, #binsManagementTbl, #cornBidsTbl {

  margin-left: 10px;
  width: 1180px;
  margin-bottom: 200px;

}

.cornBasisTxt {

  padding: 5px 10px;
  color: #188ae2;
  font-weight: bold;

}

#cornBidsTbl td {

  vertical-align: middle;
  font-weight: bold;

}

.inputCorn {

  width:200px;

}

.sched_completed {

  color: #000;

}

ul#schedNavs {

  position: absolute;
  right: 4px;
  margin-top: -30px;

}

.hdFrmOp {

  padding: 6px 10px 0px 10px;
  display: block;
  font-size: 11px;

}

.farmsOptionDrop hr {

  margin:15px 0px 10px 0px;

}

.farmsOptionDrop.farmsManagementOpt {

  float: right;
  clear: both;

}

.farmsOptionDrop .deleteF {

  color: #900;
  font-weight: bold;

}

div.btn-group.farmsOptionDrop.forecastingOpt {

  position: absolute;
  right: 10px;
  top: 10px;

}

div.btn-group.farmsOptionDrop div.dropdown-menu button {

  cursor: pointer;

}

div.btn-group.farmsOptionDrop button {

  font-size: 12px;

}

.dispNone {

  display: none;

}

.grpNm {

  font-size: 16px;
  color:#188ae2;

}

.inputForPigs {

  text-align: center;
  width: 150px;

}

.inputForSow {

  text-align: center;
  width: 390px;

}

ul#schedNavs li.schedLinks.activeSchedLinks {

  background: #339def;
  color:#FFF;

}

ul#schedNavs li.schedLinks:hover {

  opacity: 0.9;

}

ul#schedNavs li.schedLinks {

  display: inline-block;
  list-style: none;
  background: #CCC;
  color: #000;
  padding: 16px 20px;
  margin-top: -10px;
  margin-right: -4px;
  cursor: pointer;
  border-right: 1px solid #AAA;

}

ul#schedNavs li.schedLinks:last-child {

  border:none;

}

.menu_v input {

  background: #79a654;
  border: none;
  padding: 5px 25px;
  color: #FFF;
  border-bottom: 1px solid #5a8d31;
  font-family: Helvet;
  font-size: 12px;
  cursor:pointer;

}

.menu_v input:active {

  background: #509814;

}

.menu_v input:hover {

  opacity: 0.9;

}

.inner_farmt {

  color: #FFF;

}

.hidden_div {

  display: none;

}

div.vis-item.vis-selected span.inner_farmt {

  color: #000;

}

table.alldiv {

  margin-left: 10px;
  width: 1181px;

}

table.darTable thead, table.etaTable thead {

  background: #0f67ab;
  color: #FFF;

}

.menu_v {

  width: 1181px;
  text-align: right;
  margin-left: 10px;
  padding: 10px;
  background: #CCC;

}

.vis-item.g_pending, .vis-item.g_created {

  background: #1067ab;

}

.vis-item.g_ongoing_green {

  background: #449d44;

}

.vis-item.g_at_farm {

  background: #ffe200;

}

.vis-item.g_ongoing_red {

  background: #900;

}

.vis-item.g_completed {

  background: #565252;

}

.vis-delete {

  display: none;

}

#visualization {

  margin-left: 10px;

}

.selectFarmSort p.dropdown-item {

  cursor: pointer;

}

div.selectFarmSort button {

  font-size: 11px;

}

div.selectFarmSort {

  margin-top:8px;
  margin-left: 10px;
  position: absolute;
  font-size: 11px;

}


.selectFarmForecastSort p.dropdown-item {

  cursor: pointer;
  padding: 0px;
  margin-bottom: 1px !important;
  font-size: 14px !important;

}

div.selectFarmForecastSort button {

  font-size: 11px;

}

div.selectFarmForecastSort {

  margin-top:-9px;
  font-size: 11px;

}


#deliveryDataShow_h {

  padding: 0;
  margin: -17px 0 20px 0px;


}

#deliveryDataShow_h ul {

  padding:0;
  margin:0;

}

.eachDel {

  display: block;
  background: #FFF;


}

.controls_delivery span {

  font-size: 14px;
  padding-right: 10px;

}

.schedInfoUnList {

  cursor: pointer;
  -webkit-transition: all 0.4s ease;
}

.schedInfoUnList:hover {

  background: #e8f1f9;

}


.btn50 {

  width: 50%;

}


.btn100 {

  width: 100%;

}

.schedInfoUnList li {

  list-style-type: none;
  display: inline-block;
  width: 148px;
  margin:0;
  padding: 10px;
  margin-left: -2px;
  padding: 20px 10px 20px 10px;
  cursor: pointer;

}


#deliveryHeaders {

  margin-left: 9px;
  display: block;
  margin-right: -1px;

}

#deliveryHeaders thead th.sched_statusH {

  width: 20px;

}

#deliveryHeaders thead th:first-child {

  width: 178px;

}

li.sched_statusD {

  width: 20px;

}

li.sched_farmD {

  width: 415px;

}

#deliveryHeaders thead th.sched_farmsH {

  width: 450px;

}

#deliveryHeaders thead th {

  width: 157px;

}

.driverstatsglyph {

  margin-right: 5px;
  cursor: pointer;
  color: #006fc4;

}

div.tooltip-inner span.tsp {

  border-top: #444 1px solid;
  width: 100%;
  padding-top:5px;
  margin-top: 5px;
  display: block;

}

div.tooltip-inner {margin-left:200px; padding: 10px;max-width: 250px; text-align: left; font-family: Helvet;}

#driverStatsShow th.sorting {

  background: url('/css/images/sorting.png') no-repeat 95% 50%;
  background-size: 12px;

}

#driverStatsData tr.odd {

  background: #EFEFEF;

}

#driverStatsShow th.sorting_asc {

  background: url('/css/images/sort_asc.png') no-repeat 95% 50%;
  background-size: 12px;

}

#driverStatsShow th.sorting_desc {

  background: url('/css/images/sort_desc.png') no-repeat 95% 50%;
  background-size: 12px;

}

/* LOGIN */



.loginerror {

  display: none;
  font-weight: bold;

}

.form-signin
{
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
  margin-bottom: 10px;
}
.form-signin .checkbox
{
  font-weight: normal;
}
.form-signin .form-control
{
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.singbg {

  margin: 200px auto;

}

.form-signin .form-control:focus
{
  z-index: 2;
}

.form-signin #btnLogMe
{
  cursor: pointer;
  font-family: Helvet;
}

.form-signin input[type="text"]
{
  margin-bottom: -1px;
  font-family: Helvet;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
  margin-bottom: 10px;
  font-family: Helvet;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.account-wall h1 {

  margin-top: 20px;

}

.account-wall h1 img {

  position: absolute;
    height: 100px;
    margin: -110px 0px 0px 34px;

}

.account-wall p {

  text-align: center;
  font-weight: bold;
  font-style: italic;
  color: #096ec6;
  font-size: 9px;

}

.account-wall
{
  margin-top: 250px;
  opacity: 0.9;
  position: absolute;
  width: 100%;
  padding: 40px 0px 20px 0px;
  background-color: #f7f7f7;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
  color: #555;
  font-size: 18px;
  font-weight: 400;
  display: block;
}
.profile-img
{
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.need-help
{
  margin-top: 10px;
}
.new-account
{
  display: block;
  margin-top: 10px;
}

/* END LOGIN */

#topdrowndown .dropdown-item:hover {

  background: #EEE;

}

.glyphicon-chevron-down {

  color:#79a654;

}

.glyphicon-chevron-up {

  color:#900;

}

#driverStatsData .glyphicon {

  float: right;

}

div#modalModular div.modal-dialog, div#savingModal div.modal-dialog {

      margin-top: 50px;

}

div.littledel {

  width: 150px;
    position: absolute;
    margin-top: -55px;
    margin-left: 1036px;
    font-size: 14px;

}

#driverStatsDiv {

  background: #FFF;
  padding:10px;
  margin:0px 0px 10px 10px;

}

div.modal-header h5, div.modal-footer button, div.modal-body select {

  font-family: Helvet;

}

.dropdownbatch a {

  padding: 5px;

}

.dropdownbatch a:hover {

  background: #EFEFEF;

}

.spanModular {

  padding: 11px 10px 11px 11px;
  background: #DDD;
  width: 130px;
  display: inline-block;
  text-align: left;

}

.divModular:first-child {

  margin-top: 0px;

}

.divModular {

  margin-top:5px;

}

#searchResults {

  position: absolute;
  background: #FFF;
  width: 932px;
  margin-left: -11px;
  z-index: 99;
  border: 1px #AAA solid;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0px;
  display: none;

}

select.editbatchSel {

  width: 338px;
  font-size: 12px;
  border: #DDD 1px solid;
  font-weight: bold;

}

.deleteBtch {

  color: #900;
  font-weight: bold;

}

.searchResult_FarmName {

  font-size: 16px;
  margin:0;
  padding: 0;

}

.searchResult_lowBins {

  color:#900;

}

#searchResults li {

  list-style: none;
  padding: 0px;
  margin: 0px;
  border-bottom: 1px solid #EEE;
  cursor: pointer;
  padding:10px 10px 0px 10px;

}


#searchResults li:hover {

  background: #EEE;

}

.warningmodalModular {

  display: none;

}

input:focus {

  outline: 0;
  outline-color: transparent;
  outline-style: none;

}

#topsched span,#topsched2 span {

  margin-top: 5px;
  font-size: larger;
  color: #FFF;

}

.schfarm input.dateSelectDis {

  width: 75px;
  padding: 7px 10px;
  background: none;
  border: 1px solid #f1f0f1;
  font-family: Helvet;
  font-weight: bold;
  color: #333;
  text-align: center;

}

.schfarm input.dateSelectMe {

  width: 75px;
  padding: 7px 10px;
  background: none;
  border: 1px solid #79a654;
  font-family: Helvet;
  font-weight: bold;
  color: #0f67ab;
  text-align: center;

}

#cancelAddBin {

  margin-top:5px;

}

#bmgntAddBin{

  display: none;

}

#topsched2 span {

  padding-right: 10px;

}

/*#topsched2::before {

  content: "\ea60";
  font-family: jQueryTimeline!important;
  color: #FFF;
  position: absolute;
  margin-left: 53px;
  margin-top: 7px;

}*/

div#driverStatsShow_wrapper {

  padding: 0px 0px 0px 9px;
  margin-right: -2px;
  margin-top: -8px;

}

.displayPerBin p {

  margin-bottom: 0px;

}

div.row.showMeGroups {

  margin-left: -35px;

}

.showMeGroups h5 {

  background: #178ae2;
  color: #FFF;
  padding: 10px;

}

thead.thead-dark {

  background: #1f567f;
  color: #FFF;
  font-weight: bold;
  font-family:Tahoma;

}

.binData {

    margin-bottom: 15px;
    min-height: 130px;

}

.binAliasCss {

  color: #178ae2;
  font-size: 16px;
  font-weight: bold;

}

.insideCreateTransfer {

  margin-bottom: 10px;

}

.displayPerBin {

  background: #FFF;
  padding: 10px;
  text-align: center;
  border: 1px dashed #EEE;
  border-radius: 3px;

}

#listAnimalMovementGroups {

  margin-left: 10px;
  padding-top:0px;
  margin-bottom:50px;

}

.boxFtype {

  padding: 17px 20px 10px 20px;
  font-size: 18px;
  color: #178ae2;

}

.listAnimal {

  padding:15px 15px 0px 15px;
  background: #FFF;
  border: 1px solid #CCC;
  cursor: pointer;
  -webkit-transition: all .35s ease-in-out; /* Safari 3.1 to 6.0 */
   transition: all .35s ease-in-out;
   margin-top: 5px;

}

.showListAnimal {

  padding: 10px 0px 0px 0px;
  border-top: 1px solid #DDD;
  display: none;

}

.listAnimal:hover {

  background: #EEE;
  border: 1px solid #FFF;

}

#finisherName {

  color: #188ae2;
  font-size: 16px;

}

.blackcs {

  background: #fff;
  opacity: 0.8;
  width: 100%;
  height: 244px;
  position: absolute;

}

.blackcs div {

  margin-top: 100px;
  text-align: center;

}

.showCompartments {

  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  border-top: 1px #EFEFEF solid;
  padding-top: 10px;

}

#driverGenerateReport, #animalMovementGenerateReport, #deliveryGenerateReport, #closeOutGroupGenerateReport {

  display: inline-block;
  margin-left: 10px;
  border: #40820a 1px solid;
  padding: 5px 19px;
  background: #79a654;
  color: #FFFFFF;
  font-weight: bold;
  cursor: pointer;

}

#driverGenerateReport:hover {

  opacity: 0.9;

}

.capFirst {

  font-weight: bold;
  color:#188ae2;

}

.capFirst:first-letter {

    text-transform:capitalize;

}

#driverStatsShow_info {

  margin-left:5px;

}

.eachDel ul.schedInfoUnList .glyphicon {

  color:#449d44;

}

#driverStatsShow_filter input {

  position: absolute;
  margin-top: -32px;
  right: 27px;
  padding: 6px 10px;
  color: #FFF;
  background: #188ae2;
  border: #57a5e2 1px solid;
  border-radius: 5px;
  width: 180px;
  text-align: left;
  font-size: 12px;
}

#driverStatsShow_filter input::placeholder {

  color:#FFF;

}

.delivery_time {

  background: #555;
  color: #FFF;
  padding: 10px 20px;
  font-style: italic;


}

#topsched2 i.cicon {

    content: "\ea60";
    display: block;
    font-family: jQueryTimeline!important;
    color: #FFF;
    position: absolute;
    margin-left: 46px;
    margin-top: 7px;

}



.line:first-child {

  border:none;

}

.line {

  width: 100%;
  border-top: 1px dashed #CCC;
  height: 1px;
  margin-bottom: 5px;
  margin-top: 5px;

}

/*#topsched::before {

  content: "\ea60";
  font-family: jQueryTimeline!important;
  color: #FFF;
  position: absolute;
  margin-left: 7px;
  margin-top: 7px;

}*/

#topsched, #topsched2 {

  padding:10px;
  background: #188ae2;
  margin-top:10px;
  margin-left: 10px;
  text-align: center;

}

#topsched input,#topsched2 input {

  padding: 5px 10px;
  color: #FFF;
  background: #188ae2;
  border: #57a5e2 1px solid;
  border-radius: 5px;
  width: 214px;
  text-align: center;

}


#datesched {

  margin-left: -948px !important;

}

#binsDisplay {

  min-height: 200px;
  margin-bottom:200px;

}

#loopfarms {

    margin-bottom:30px;

}

#driverlistli {

  margin-left: 10px;

}

.timeline-body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.timeline-body::-webkit-scrollbar
{
	height: 10px;
	background-color: #F5F5F5;
}

.timeline-body::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #188ae2;
}


.newcompartmentSched::-webkit-scrollbar-track, .showCompartments::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.newcompartmentSched::-webkit-scrollbar, .showCompartments::-webkit-scrollbar
{
	height: 10px;
	background-color: #F5F5F5;
}

.newcompartmentSched::-webkit-scrollbar-thumb, .showCompartments::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #188ae2;
}

#driverlistli ul li.lastlit, #driverlistli2 ul li.lastlit {

  height: 12px;
  padding: 0;
  margin: 0;
  background: #1067ab;

}

#driverlistli ul {

  padding:0;
  margin:0;

}

#driverlistli ul li {

  list-style-type: none;
  background: #188ae2;
  color:#FFF;
  width:230px;
  font-size: 12px;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  border-bottom:#199ae2 1px solid;
  padding:10px;

}

.timeline-event-body {

  font-size: 16px;
}

#driverlistli2 {

  margin-top: 0px;

}

#driverlistli2 ul {

  padding:0;
  margin:0;

}

#driverlistli2 ul li {

  list-style-type: none;
  background: #188ae2;
  color:#FFF;
  font-family: Helvetica, Arial, sans-serif;
  width:166px;
  font-size: 12px;
  text-align: center;
  border-bottom:#199ae2 1px solid;
  padding:10px;

}

#driverlistli2 span {

  animation: blinker 500ms linear infinite;

}

@keyframes blinker {
  50% { opacity: 0; }
}

#driverlistli2 ul li:first-child {

  background: #1067ab;

}

#driverlistli ul li:first-child  {

  background: #1067ab;

}


.farmtimeline {

  overflow: none;

}


#crbatchdiv {

  background: #1566a5;
  display:none;

}

.ftdivs {

  display: inline-table;
  vertical-align: top;

}

.maintit {

  font-size: 14px;
  font-weight: bold;
  background: #0060a5;

}


.toplabelopf {

  padding:10px;
  width:56px;
  text-align: center;
  font-size: 14px;
  color:#FFF;
  display: inline-block;
  border-bottom:#2b7bb9  1px solid;

}

.fjlbl {

  margin-left: -2px;

}

.toplabelopf2 {

  padding:9px;
  background: #0866a9;
  width:88px;
  text-align: center;
  font-size: 14px;
  color:#FFF;
  display: inline-block;
  border-bottom:#2b7bb9  1px solid;

}

.timeline-scale {

  margin-top:8px;

}

.scale-days {

  display: none;

}

#myTimeline {

  background: #FFF;
  margin-left: -2px;
  width: 780px;
  margin-right: 0px;
  margin-top: 0px;

}

.mytimelineview {

  display: none;

}

.mytimelineview .card {

  width: 1182px;
  margin-top:-10px;
  margin-left: -6px;

}


.labeltopf {

  background: #1566a5;
  color: #FFF;
  padding: 10px;
  border-right: #2b7bb9  1px solid;
  font-size: 14px;
  width: 33.3%;
  display: inline-block;
  text-align: center;

}

.bottomselection {

    display: none;

}

small.tonholder2 b {

  position: absolute;
  font-size: 30px;
  font-family: Helvet;
  opacity: 0.8;
  margin: -22px 20px 0px 0px;
  right: 0;

}

.msgblk {

  background: #3a3a3a;
  padding: 10px;
  color: #FFF;
  font-weight: bold;

}

.msgred {

  background: #900;
  padding: 10px;
  color: #FFF;
  display: none;
  font-weight: bold;

}

.compartment_truckSched:last-child {

  margin-right: 10px;

}

.dropdownbatch hr {

  margin-top: 5px;
margin-bottom: 5px;

}
.movtob {

  float: right

}

div.dropdownbatch {

  font-size: 12px;
  padding: 10px;

}

#whitesh {

  background: #188ae2;
  width: 100%;
  height: 40px;
  position: absolute;
  z-index: 1;
  margin-top: 79px;
  display: none;

}

.dropdownbatch a {

  display: block;

}

#schedDeliveryFinalBtn {


  cursor: pointer;

}

div.dropdown-menu.dropdownbatch {

    margin-left: -129px;

}

.farmbatches .alert-warning {

  margin-bottom: 0px;

}

.compartment_truck {

  display: inline-block;
  min-width: 143px;
  padding:5px;
  margin-right: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: #AAA 1px solid;
  flex: 0 0 auto;
  min-width: 100%;

}

#schedulesHolder {

  margin-bottom: 100px;

}

.compartment_truckSched {

  display: inline-block;
  min-width: 143px;
  padding:5px;
  margin-right: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: #AAA 1px solid;
  flex: 0 0 auto;
  min-width: 160px;

}

#newcompartment, .newcompartmentSched {

  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;

}

.compartment_truck small.tonholder, .compartment_truckSched small.tonholder {

  display: block;
  background: #006bbd;
  color: #FFF;
  padding: 3px 10px;
  margin-top: -5px;
  text-align: right;
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: bolder;


}

.compartment_truck small.tonholderSched, .compartment_truckSched small.tonholderSched {

  display: block;
  background: #006bbd;
  color: #FFF;
  padding: 3px 10px;
  margin-top: -5px;
  text-align: left;
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: bolder;


}


.compartment_truck small.tonholder2, .compartment_truckSched small.tonholder2 {

  display: block;
  background: #006bbd;
  color: #FFF;
  padding: 3px 10px;
  margin-top: -5px;
  text-align: left;
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: bolder;
  min-height: 26px;


}

/* Let's get this party started */
#newcompartment::-webkit-scrollbar {
    width: 3px;
}

/* Track */
#newcompartment::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
}

/* Handle */
#newcompartment::-webkit-scrollbar-thumb {
    background: #79a654;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
#newcompartment::-webkit-scrollbar-thumb:window-inactive {
	background: #79a654;
}

.clear {

  clear: both;

}

.labeltopf:last-child {

  border:none;
  border-bottom-right-radius: 3px;

}

.farmheader h1 {

  font-family: Helvet;

}

@font-face {

	font-family: Helvet;
	src: url('fonts/HN.ttf');

}

html a:hover {

  text-decoration: none;

}



div.farmsonview .bininfoview {

  padding:0;
  margin:0;
  font-weight:normal;

}

.bininfoview {

  padding:0;
  margin:0;
  font-weight:bold;

}

.redhtx {

  color:#b90000;
  font-size:18px;

}

.spacer {

  width:100%;
  height: 10px;

}

.spblu {

  padding: 10px;

}

.bluhtx {

  color:#188ae2;
  font-size:14px;

}

.bluhtx2 {

  color:#188ae2;
  font-size:12px;
  font-weight: bold;

}

.btmro {

  padding-top:8px;

}

.graytx {

  color: #333;
  padding-left: 4px;

}


div.bininfoview div.bininfo:first-child {

  padding:10px 30px;

}

div.bininfo {

  padding-top:10px;

}

.blackspot {

  background: #000;
  width: 100%;
  height: 1700px;
  position: absolute;
  z-index: 1;
  display: none;
  opacity: 0.9;

}

.farmsonview .goback {

  display: none;

}

#cancelnewcr {

  background: #900;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  width: 50%;
  padding: 7px;

}

.crbtns {

  display: inline-block;
  cursor: pointer;

}

.truckfront {

  display: inline-block;

}

.truckfront img {

  height: 233px;
  max-width: 200px;

}

.crbtns2 {

  cursor: pointer

}

.crbtns:hover, .crbtns2:hover {

  opacity: 0.9;

}

.cancelnewcr {

  background: #900;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  padding: 7px;

}

.bnwd {

  width: 591.8px;

}

.ftbn {

  margin-left: 8px;

}

.createnewcr {

  background: #449d44;
  color: #FFF;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  padding: 7px;

}

#createnewcr {

  background: #449d44;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  padding: 7px;
  display: none;
  width: 100%;
}

#schedbatchbtn {

  background: #449d44;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  margin-top:5px;
  padding: 7px;
  font-weight: normal;

}



.headerpop {

  padding: 10px;
  background: #118fec;
  color: #FFF;
  font-size: 16px;
  border-bottom: 2px solid #055996;

}

.typef {

  text-transform: capitalize;
  min-height: 35px;
  display: block;
  font-size: 11px;

}

.tonnumber {

  font-size: 13px;
  font-weight: bolder;
  color: #449d44;
  text-align: left;
  margin-top: 10px;

}

.typeb {

  color: #1566a5;
  font-weight: bold;

}

.typer {

  color: #900;
  font-weight: bold;

}

.moreinfobelow {

  border-top: 1px solid #CCC;
  margin-top: 9px;
  padding-top: 8px;
  font-size: 12px;

}

.blackloader p {

  padding: 102px 0px 0px 0px;
  color: #53a6e9;
  font-size: 12px;

}

.blackloader2 p {

  padding: 127px 0px 0px 0px;
  color: #53a6e9;
  font-size: 12px;

}

.blackloader {

  height: 42px;
  background: #000;
  position: absolute;
  margin: 0px 0px 0px 0px;
  width: 1192px;
  opacity: 0.85;
  background: url(images/loadinggif.gif) center no-repeat #000;
  text-align: center;
  display: none;
  z-index: 1;

}

.blackloader2 {

  height: 213px;
  background: #000;
  position: absolute;
  margin: 35px 0px 0px 8px;
  width: 1181px;
  opacity: 0.85;
  background: url(images/loadinggif.gif) center no-repeat #000;
  text-align: center;
  display: none;

}

#successmsg {

  background: #79a74b;
  color: #FFF;
  text-align: center;
  margin-top: 10px;
  margin-left: 10px;
  padding: 10px;
  font-size: 14px;
  border: #57802f 1px solid;
  display: none;

}



.successmsg {

  background: #79a74b;
  color: #FFF;
  text-align: center;
  margin-top: 10px;
  margin-left: 10px;
  padding: 10px;
  font-size: 14px;
  border: #57802f 1px solid;
  display: none;

}

.batchdiv {

  background: #efefef;
  padding: 8px;
  font-weight: bold;
  width: 160px;
  display: inline-table;
  float: left;
  border: #CCC 1px solid;
  font-size: 14px;
  margin-right: 1px;

}

.compartment_truck h2, .compartment_truckSched h2 {

  font-size: 10px;
  background: #188ae2;
  padding: 10px;
  color: #FFF;
  margin-bottom: 5px;
  font-weight: bold;

}

.controlp {

  display:none;

}

h3.tith3 {

  margin-left: 10px;
  margin-top: 5px;
  padding-top: 10px;

}

.schcr {

  background: #449d44;
  color:#FFF;
  text-align: center;

}

.schcr2 {

  background: url(images/check.png?a=1)  #449d44 center no-repeat;
  background-size: 50%;;

}



.schdel2 {

  background: #900;
  color:#FFF;
  text-align: center;

}

.schdel {

  background: url(images/trash.png?a=1) #900 center no-repeat;
  background-size: 50%;

}

.wy {

  vertical-align: top;

}

.wy select {

  vertical-align: top;

}

.statusBtns {

  float: right;
  clear: both;

}

.schbtn3 {

  width: 128px;
  height: 40px;
  display: inline-block;
  cursor:pointer;
  padding: 10px;

}

.schbtn2 {

  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
  margin-top: 0px;
  cursor:pointer;

}

.schbtn2:hover {

  opacity: 0.8;

}

.js_schbtncopy {

  width: 50px;
  height: 40px;
  display: inline-block;
  cursor:pointer;
  padding: 10px;

}

.js_copyschd {

  background: #cbc931 !important;
  color: #FFF;
  text-align: center;

}

.js_schbtn {

  width: 84px;
  height: 40px;
  display: inline-block;
  cursor:pointer;
  padding: 10px;

}

.js_change_time {
  background: #53541e;
  color: #FFF;
  text-align: center;
  width: 84px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 30px;
}

.js_print {

  background: #339def !important;
  color: #FFF;
  text-align: center;

}

.js_print_header {

  margin-top: 25px;

}

.js_truck_bin {
  width: 1150px;
  margin-left: 10px;
}

.js_truck_back {

  margin-left: -45px;
  margin-top: 0px;

}

.js_print_column {

  border: 1px solid #190a0a;
  height: 170px;
  margin-bottom: 2px;
  margin-top: 2px;
  border-radius: 5px;
  width: 70px !important;
  -webkit-flex-grow: 0;

}

.js_showCompartments {

  float: left;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: visible;
  border-top: 1px #EFEFEF solid;
  padding-top: 10px;
  margin-bottom: 40px;

}

.js_compartment_truckSched {
  display: inline-block;
  margin-right: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: #AAA 1px solid;
  flex: 0 0 auto;
  height: 175px;
}

.js_compartment_truckSched_width_16 {
  width: 77px;
}

.js_compartment_truckSched_width_12 {
  width: 95px;
}

.js_compartment_truckSched h2, .js_compartment_truckSched h2 {

  font-size: 15px;
  background: #188ae2;
  padding: 10px;
  color: #FFF;
  margin-bottom: 5px;
  font-weight: bolder;
  padding-top: 10px;

}

.js_compartment_truckSched small.tonholderSched, .js_compartment_truckSched small.tonholderSched {

  display: block;
  color: #FFF;
  padding: 5px;
  margin-top: 70px;
  text-align: center;
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: bold;
  height: 50px;

}

.js_print_bin_ft_color {
  padding-top: 10px !important;
  background: #006bbd;
}

.js_print_bin_no_load {
  padding-top: 20px !important;
}


.js_compartment_truckSched small.tonholder2, .js_compartment_truckSched small.tonholder2 {

  display: block;
  background: #006bbd;
  color: #FFF;
  padding: 3px 10px;
  margin-top: -5px;
  text-align: left;
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: bolder;
  min-height: 26px;


}

.print-truck-data-row {
  margin-top: -465px;
  margin-left: 275px !important;
}

.print-truck-data-row-comp-num {
  margin-top: -417px;
  margin-left: 275px !important;
}

.print-truck-coms {

  font-family: sans-serif !important;

}

.print-truck-com {

  width: 109px !important;
  margin-right: 1px;
  padding: 10px !important;
  flex: 0;
  height: 320px;
  font-weight: bolder !important;
  border: 5px solid black;
  background: #FFF;
  font-family: sans-serif;

}

.print-truck-com-numbers {

  width: 109px !important;
  margin-right: 1px;
  padding: 0px !important;
  flex: 0;
  height: 320px;
  font-size: initial;
  font-weight: 900;

}

.print-truck-coms-rows {

}

.row-comp-border {

  margin-top: -465px;
  margin-left: 275px !important;

}

.row-comp-border-numbers {

  width: 109px !important;
  margin-right: 1px;
  padding: 0px !important;
  flex: 0;
  height: 320px;
  font-size: initial;
  font-weight: 900;

}

.print-js-ul {

  text-align: left;
  font-size: 11px;

}

.print-js-ul-li {

  margin-left: -20px;

}

.print-js-ul-li li {

  margin-bottom: 10px;
  margin-left: -15px;
  list-style: none;

}

/* .print-truck-whole {

  background-image: url("images/feed-trailer.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  width: 1550px;
  height: 600px;

}

.print-truck-front {

  padding: 120px;

}

.print-truck-wheels {

  padding: 30px;

} */


#schheaders {

  padding: 0;
  margin: 0;

}

#schheaders li:first-child {

  margin-left: 8px;
  border:none;

}

button.btn.btn-primary.redDel {

  background: #900;
  border-color: #5d0101;
  cursor: pointer;

}

#st {

  width: 80px;

}

#dh {

  width: 88px;

}

#dn {

  width: 120px;

}

#ac {

  width: 256.5px;

}

#dn2 {

  width: 151px;

}

#tr {

  width:70px;

}

#tmr {

  width: 92px;

}

#fh {

  width: 278px;

}

#schheaders li{

    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    background: #1067ab;
    color:#FFF;
    padding:10px 20px 10px 15px;
    margin-right: -10px;
    border-left: 1px solid #199ae2;

}

.schfarm b {

  display: inline-block;
  text-align: center;
  border-right: 1px #DDD solid;
  margin:0;

}

.alreadyloaded {

  font-size: 12px;
  font-weight: bold;
  font-family: Tahoma;
  margin-left: 7px;

}

.notactive { pointer-events: none; }

.batchinfo {

  padding: 3px 0px;
  font-size: 13px;
  background: #f0f0f0;
  margin-left: 8px;
  margin-bottom:3px;
  cursor: pointer;
  display: inline-block;
  width: 671px;

}

.instruct {

  background: #79a654;
  color: #FFF;
  margin-left: 8px;
  margin-right: 7px;
  margin-top: 0px;
  padding: 8px 10px;
  display:none;
  width: 1183px;

}

#createdbatches {

  margin-left: 7px;
  margin-top: 12px;
  display: none;

}

.controlp {

  margin-top:3px;

}

.schedbatches {

  margin-left: 7px;
  margin-top: 5px;
  display: none;

}

b.typeb.binfostatus.ongoing_red {

  color:#900;

}

b.typeb.binfostatus.ongoing_green {

  color:#347300;

}

b.typeb.binfostatus.at_farm {

  color:#ffe200;

}

b.typeb.binfostatus.completed {

  color:#000;

}

.farmsbatch {

  border-radius: 0px;
  padding: 9px;
  width: 538px;
  outline: none;
  border:none;
  height: 40px;

}

.farmsbatch2 {

  border-radius: 0px;
  padding: 9px;
  width: 128px;
  outline: none;
  border:none;
  height: 40px;

}

.batchinfo:hover {

  opacity: 0.8;

}

.schbtm {

  border-bottom: 1px solid #CCC;
  margin-bottom: 8px;
  padding-bottom: 8px;

}

.belowinputs {

  width: 33.3%;
  display: inline-block;
  border-right: #AAA 1px solid;

}

.farmsbatchs {

  border-radius: 0px;
  padding: 9px;
  width: 100%;
  outline: none;
  border:none;
  height: 40px;

}

.belowinputs:last-child {

  border:none;

}

.textfarm {

  width: 845px;
  padding: 9px;
  outline: none;

}

.tlabel {

  font-size: 13px;
  margin-bottom: 5px;
  background: #2899ec;
  color: #FFF;
  padding: 9px 10px 11px 10px;
  display: inline-block;
  width: 130px;

}

.batchbtns {

  display:inline-block;
  width:487px;

}

#addbatchbtn {

  background: #80bd5b;
  color: #FFF;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  border-bottom: 3px solid #4c7731;
  cursor: pointer;

}

#canceladdbatch {

  background: #9a0000;
  color: #FFF;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  border-bottom: 3px solid #700000;
  cursor: pointer;

}

.insidecb {

  padding:10px;
  width: 1000px;


}

.insidebs {

  width:1000px;
  background:#FFF;
  height: auto;
  min-height: 300px;
  margin: 100px auto;

}

.farmsonview {

  font-weight: normal;
  margin-top:-10px;
  width: 100%;
  padding-top:10px;
  display: none;

}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}

#createbatchbtn {

    background: #79a654;
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
    cursor: pointer;
    border-bottom: 3px solid #5b8e31;
    width: 200px;
    float: right;
    margin-right: 4px;
    margin-top: 4px;

}



#cancelbtbtn {

    background: #900;
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
    cursor: pointer;
    border-bottom: 3px solid #710000;
    width: 200px;
    float: right;
    margin-right: 4px;
    margin-top: 4px;
    position: absolute;
    right: 48px;
    margin-top: 3px;
    display: none;

}

#createbatchbtn:hover {

    background: #66a930;

}

.listlinks li:hover {

  background:#EEE;
  color:#188ae2;

}

.main-container {

  max-width: 1400px;
  min-width: 1400px;
  background: #DDD;
  margin: auto;

}

.js_main-container {

  max-width: 1650px;
  min-width: 1650px;
  background: #DDD;
  margin: auto;

}

div.binheader.col-md-12.row {

  padding:0px;
  margin:0px;

}

div.bhf {

  height:36px;
  margin:0px 0px 0px 0px;
  padding:0px;
  background: #188ae2;
  color: #FFF;
  font-size: 14px;
  font-weight: bolder;

}

div.farmsonview .binheader div {

  color: #188ae2;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  padding: 10px 0px 10px 0px;

}

.binheader div {

  color: #188ae2;
  font-size: 15px;
  text-align: center;
  padding: 14px 0px 10px 0px;

}

.nav-tabs .nav-link:hover {

  background: #EEE;

}

.nav-tabs .nav-link {

      -webkit-transition: all .35s ease-in-out; /* Safari 3.1 to 6.0 */
       transition: all .35s ease-in-out;

}

div.bhf div {

  padding: 7px 0px 0px 0px;
  text-align: center;

}

#topdrowndown {

  float: right;
  margin-right: -14px;
  border-left: #5aa0d6 1px solid;

}

#topdrowndown button   {

  background: none;
  border: none;
  color: #FFF;
  float: right;
  border-radius: 0px;
  height: 50px;
  cursor: pointer;

}
#topdrowndown .dropdown-item {

  font-size: 12px;
  color:#888;
  cursor: pointer;

}

#topdrowndown button:focus {

  outline: none;

}


#avatar {

  padding-top:30px;

}

.loadimgc {

  text-align: center;
  background: #000;
  color: #FFF;
  width: 180px;
  margin: auto;
  padding: 10px;
  border-radius: 100px;
  margin-top: 97px;
  opacity: 0.4;
  height: 180px;

}

.loadimgc img {

  margin-top: 2px;

}

.loadimgc p {

  position: absolute;
  margin-top: -33px;
  width: 165px;

}

#username {

  font-size:20px;
  color:#585858;
  font-weight: bolder;

}

#leftpanel {

  background: #FFF;
  min-height: 1500px;

}

.farmheader h1 {

  color:#188ae2;
  font-size: 23px;
  font-weight: bold;

}

div.minifiedinfo {

  background: #FFF;
  margin:10px 0px 10px 10px;
  display: inline-block;
  width: 32.3%;

}

.goback {

  position: absolute;
  top: 0;
  right: 0;
  background: #900;
  color: #FFF;
  padding: 5px 10px;
  cursor: pointer;
  border-bottom-left-radius: 5px;
  font-weight: bold;


    -webkit-transition: all .35s ease-in-out; /* Safari 3.1 to 6.0 */
     transition: all .35s ease-in-out;

}

.icowarnback {

  font-size: 14px;
  font-weight: bold;

}

.schedbtnf {

  position: absolute;
  margin: -18px 0px 0px 189px;
  background: #900;
  color: #FFF;
  padding: 5px 10px;
  width: 122px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  border-top-left-radius: 5px;

  -webkit-transition: all .35s ease-in-out; /* Safari 3.1 to 6.0 */
   transition: all .35s ease-in-out;

}

.schedbtnf:hover, .goback:hover {

  padding-right: 20px;
  opacity:0.7;

}

div.minifiedinfof {

  background: #FFF;
  margin:10px 0px 10px 10px;

}

.binsmallt {

  font-size: 18px;

}

.farmcodegray {

  border-bottom: 7px solid #dadada;

}


.farmcodered {

  border-bottom: 7px solid #ffc9c9;


}

.footersaving {

  max-height: 46px;

}

.footersaving img {

  height: 11px;

}

.farmcodegreen {

  border-bottom: 7px solid #d2ffd0;

}
.codebargreen {

  background: #09b900;

}

.codebarred {

  background: #b90000;

}

.codebar, .codebinbar {

  position: relative;
  margin-top: -7px;
  height:7px;

}

div.row.bininfoview {

  padding:0;
  margin:0;

}

span.labelofinfo {

  color:#888;
  font-weight: bold;

}

div.moreinfo_bin {

  padding:10px 0px;

}

div.moreinfo_bin ul {

  margin:0;
  padding:0;
  padding-left: 10px;

}

#datepicker { position: relative; z-index: 1000; }

#binsDisplay ul li.longerwidth {

  width: 264px;

}

#binsDisplay ul li.longerwidthjs {

  width: 230px;

}

div.moreinfo_bin li {

  list-style-type: none;
  font-size: 13px;
  font-family: Tahoma;
  display: inline-block;
  margin:0;
  padding:0;
  width: 210px;
  text-align: center;
  vertical-align: text-top;

}


div.crbtchbtn {

  background: #79a654;
  color: #FFF;
  position: absolute;
  cursor: pointer;
  margin-top: -24px;
  padding: 10px;
  width: 196px;
  margin-left: 17px;
  cursor: pointer;
  -webkit-transition: all .35s ease-in-out; /* Safari 3.1 to 6.0 */
   transition: all .35s ease-in-out;

}

#farmsview div div.col-md-2.btnbin {

  color:#FFF;

}

div.crbtchbtn:hover {

  background: #397508;

}

div.btnbin {

  color: #FFF;
  font-weight: normal;
  padding: 10px;
  font-size: 20px;
  text-align: center;
  cursor:pointer;
  -webkit-transition: all .35s ease-in-out; /* Safari 3.1 to 6.0 */
   transition: all .35s ease-in-out;

}

.btnbin:hover {

  opacity: 0.7;

}

.pigupdatebtn {

  background:#f0ad4e;

}
.sowupdatebtn {

  background:#f0ad4e;

}

.roomupdatebtn {

  background:#f0ad4e;

}

.updatebinbtn {

  background:#31b0d5;

}

.binshow {

  display: none;

}

.binsinfo {

  border-top: #DDD 10px solid;

}

div.row.lowerbin {

  padding:0;
  margin:0;
  background:#EFEFEF;

}

.farmgraphs {

  height: 225px;
  width: 505px;
  border: 0px;

}

.morefarminfo {

  padding:10px;
  font-size: 13px;
  font-weight: bold

}

.icowarn {

  background: url(images/ico-warning.png) no-repeat left;
  padding: 0px 0px 0px 20px;
  color: #e85260;

}

.icowarn2 {

  background: url(images/ico-warning.png) no-repeat left;
  padding: 0px 0px 0px 20px;
  color: #b90000;
  font-size: 12px;

}

.icocheck {

  background: url(images/ico-check.png) no-repeat left;
  padding: 0px 0px 0px 20px;
  color: #09b900;

}

.icoinfo {

  background: url('images/ico-information.png') no-repeat top left;
  background-position: 0px 3px;
  padding: 0px 0px 0px 20px;
  color: #999;

}

.viewbtnfarm {

  background: url('images/ico-arrow.png') no-repeat right;
  font-size: 14px;
  padding: 10px 30px 5px 15px;
  text-align: right;
  color: #888;
  cursor: pointer;
  -webkit-transition: all .35s ease-in-out; /* Safari 3.1 to 6.0 */
   transition: all .35s ease-in-out;

}

.viewbtnfarm:hover {

    color: #31b0d5;
    background-position: 150px 20px;
    padding-right:15px;

}

.binstatus {

  position: absolute;
  right: 5px;
  top: 5px;
  color: #FFF;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: bold;

}

.goodgreen {

  background: #09b900;

}

.warningred {

  background: #900;

}

.farmheader {

  background: #EEE;
  padding:20px 0px 10px 0px;

}

.listlinks ul li.liselected {

  background: #EEE;
  border: 1px solid #dcdcdc;    border-right: 0px;

}

.listlinks ul li div.forecasting {

  background: url('images/ico-forecasting.png') no-repeat left;

}

.listlinks ul li div.deliveries {

  background: url('images/ico-deliveries.png') no-repeat left;

}

.listlinks ul li div.livetruck {

  background: url('images/ico-livetruck.png?a=1') no-repeat left;

}

.listlinks ul li div.deathtracker {

  background: url('images/ico-deadpig.png?a=1') no-repeat left;

}

.listlinks ul li div.scheduling {

  background: url('images/ico-scheduling.png') no-repeat left;

}

.listlinks ul li div.performance {

  background: url('images/ico-performance.png') no-repeat left;

}

.listlinks ul li div.viewbatch {

  background: url('images/ico-viewbatch.png') no-repeat left;

}
.listlinks ul li div.animalmovement {

  background: url('images/ico-animalmovement.png') no-repeat left;

}
.listlinks ul li div.reporting {

  background: url('images/ico-animalmovement.png') no-repeat left;

}
.listlinks ul li div.closeoutgroups {

  background: url('images/ico-animalmovement.png') no-repeat left;

}
.listlinks ul li div.driverstats {

  background: url('images/ico-driverstats.png') no-repeat left;

}



.listlinks ul li div {

  padding:0px 0px 0px 25px;

}


div.listlinks {

  padding-right:0px;
  padding-top:10px;
  margin:0px;

}

.listlinks {

  margin-top:10px;

}

.listlinks ul {

  padding:0;
  margin: 10px 0px 0 0px;

}

.listlinks ul li {

  list-style: none;
  font-size: 16px;
  cursor: pointer;
  color: #636568;
  padding:10px;

}

#information {

  padding:12px 0px 0px 0px;

}

#searchfarm {

  padding: 10px;
margin-top: 4px;
margin-left: -11px;
width: 932px;

}

#currenttime {

  color: #82a3c0;
  line-height: 0px;
  font-size: 12px;
  margin-top:-3px;
  font-weight: bold;

}

#avatar img {

  border: #cde5f9 1px solid;

}

#leftpanel, #rightpanel {

  margin:0;
  padding:0;
  font-family: Helvet;

}

.navtabsfarm ul {

  float: right;

}

.navtabsfarm {

  padding: 10px 10px 0px 10px;
  border-bottom: 3px solid #fff;
  margin-left: 11px;
  font-size: 12px;
  font-family: Tahoma;

}

div.personalinfo {

  padding:0px;
  margin:0px;

}

.personalinfo {

  background: url('images/bg-inforepeat.png') repeat;
  width: 100%;
  height: 114px;

}

#mylogo {

  background: url('images/logo.png') no-repeat center #79a654;
  width: 100%;
  height: 150px;
  border-bottom:8px solid #316d00;

}

#topnavig {

  background: #188ae2;
  min-height: 50px;

}

.health-dot {
  cursor: pointer;
}

.sched-time-adjust {
  font-size: medium;
}

.sta-start-time {
  margin-left: 6px;
}

.sta-end-time {
  margin-left: 10px;
}

.del-total-time {
  font-weight: bold;
}

#error-msg {
  color: #f00;
}

#warning-msg {
  color: #868519;
  font-size: large;
}


.bootstrap-timepicker-widget.dropdown-menu.open {
    display: inline-block;
    z-index: 10000;
}

.cd-timer-positive {
  color: #34b850;
}

.cd-timer-negative {
  color: #990000;
}

.cd-timer-gp {
  color: #b3c341;
}

.cd-timer-done-negative {
  color: #900;
}

.cd-timer-done-positive {
  color: #449d44;
}

.ct-graph {
  margin-left: 5px;
  font-weight: bold;
}

.vis-left {
  min-width: 150px;
  padding-right: 10px;
}



.js-basis-alert-success {
  background: #79a654 !important;
}

.btn_mark_delivered {
  color: #ed0000;
  margin-left: 5px;
  cursor: pointer;
}

.popover {
  max-width: 300px !important;
}

.popover-btn {
  border-radius: 0px !important;
  color: #FFF !important;
  font-size: 12px !important;
  cursor: pointer;
  height: 30px !important;
}

.popover-red {
  background: #900 !important;
}

.popover-dark-green {
  background: #53541e !important;
}

.popover-yellow {
  background: #cbc931 !important;
}

.popover-blue {
  background: #339def !important;
}

.vis-item-content {
  width: 100% !important;
}

.inner_farmt {
  width: 100% !important;
}

.btnbinforecast {
  color: #FFF !important;
  cursor: pointer !important;
}

.schedbinbtn {
    background: #71ed3d !important;
    font-size: 15px !important;
    text-align: center !important;
    padding: 14px 0px 10px 0px !important;
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  z-index: 999999 !important;
}

.need-delivery {
  background: #f00;
  border-radius: 5px;
  color: #fff;
  font-size: 10px;
  padding: 2px;
}

.selectFarmForecastSort {
  margin-top: -9px;
}

.btn-forecast-load-more {
	border-radius: 0px !important;
    margin-top: -5px;
    cursor: pointer;
}

.btn-pig-tracker-load-more {
	border-radius: 0px !important;
    margin-top: -5px;
    cursor: pointer;
}

#exampleModalCenter {
	z-index: 99999999 !important;
}

#modalModular {
	z-index: 999999 !important;
}

.btn-forecast {
	border-radius: 0px !important;
    border: 0px !important;
    cursor: pointer !important;
	color: #FFF !important;
	font-size: 14px !important;
}

.btn-forecast-update-bin {
    background: #31b0d5 !important;
}
.btn-forecast-update-pigs {
    background: #f0ad4e !important;
	margin-left: 0px !important;
}
.btn-forecast-schedule {
    background: #71ed3d !important;
}
.btn-forecast-death-loss {
    background: #ed3d3d !important;
}
.btn-forecast-treatment {
    background: #71ed3d !important;
}
.btn-forecast-transfer {
    background: #ffa306 !important;
}
.btn-forecast-delivery-history {
    background: #0275d8 !important;
}

.available-source-group-container {
  margin-top: 10px;
}

.accordion-group-list {
  width: 100% !important;
}

.cbx-group {
  margin-top: 10px;
  cursor: pointer;
}

.farm-group-accord-top {
  font-size: 15px;
}

.group-list-row {
  padding: 10px;
}

.forecastBtnGroup {
    padding: 4px 10px 6px 10px;
    display: block;
    font-size: 12px;
    margin-bottom: 2px;
    border-bottom: 1px solid #DDD;
}

.ddForecastToggle {
	cursor: pointer !important;
	background: #52b0f9 !important;
}

.ddMenuForecast {
	border: none !important;
	padding: 0px !important;
}

#forecastStatsShow {
	border-collapse: inherit;
}

#forecastStatsShow th {

  vertical-align: middle !important;
  cursor: pointer;

}


#forecastStatsShow th.sorting {

  background: url('/css/images/sorting.png') no-repeat 95% 50%;
  background-size: 12px;

}

#forecastStatsShow tr.odd {

  background: #EFEFEF;

}

#forecastStatsShow tr.even {

  background: #EFEFEF;

}

#forecastStatsShow th.sorting_asc {

  background: url('/css/images/sort_asc.png') no-repeat 95% 50%;
  background-size: 12px;

}

#forecastStatsShow th.sorting_desc {

  background: url('/css/images/sort_desc.png') no-repeat 95% 50%;
  background-size: 12px;

}

#tblPT {
	border-collapse: inherit;
}

#tblPT th {

  vertical-align: middle !important;
  cursor: pointer;

}

#tblPT th.sorting {

  background: url('/css/images/sorting.png') no-repeat 95% 50%;
  background-size: 12px;

}

#tblPT tr.odd {

  background: #EFEFEF;

}

#tblPT tr.even {

  background: #EFEFEF;

}


#tblPT th.sorting_asc {

  background: url('/css/images/sort_asc.png') no-repeat 95% 50%;
  background-size: 12px;

}

#tblPT th.sorting_desc {

  background: url('/css/images/sort_desc.png') no-repeat 95% 50%;
  background-size: 12px;

}

.cbx-hide-heads {
	margin-left: 0px !important;
	cursor: pointer !important;
	z-index: 1000;
}

.form-hide-heads {
	margin-top: 24px;
    margin-left: 70px;
}

.hasDatepicker-farms {
	padding: 5px 10px;
    color: #FFF;
    background: #188ae2;
    border: #57a5e2 1px solid;
    border-radius: 5px;
    width: 214px;
    margin-left: 5px;
}

.btn-expand {
	cursor: pointer;
}

.forecast-tabl-tr-hide {
	display: none;
}

.glyphicon-plus {
	color: #3fc33d;
}

.glyphicon-minus {
	color: #ff0000;
}

.pt-info-expand-button {
	width: 30px;
    margin-left: 590px;
}

.pt-group-info {
	display: none;
}

.pt-group-info-arrow {
	cursor: pointer;
}

.pt-group-hide {
	display: none;
}

.pt-btn-expand {
	cursor: pointer;
}

#pigTrackerShow {
	border-collapse: inherit;
}

#pigTrackerShow tr.odd {

  background: #EFEFEF;

}

#pigTrackerShow tr.even {

  background: #EFEFEF;

}

#pigTrackerShow th {

  vertical-align: middle !important;
  cursor: pointer;

}

#pigTrackerShow th.sorting {

  background: url('/css/images/sorting.png') no-repeat 95% 50%;
  background-size: 12px;

}

#pigTrackerShow th.sorting_asc {

  background: url('/css/images/sort_asc.png') no-repeat 95% 50%;
  background-size: 12px;

}

#pigTrackerShow th.sorting_desc {

  background: url('/css/images/sort_desc.png') no-repeat 95% 50%;
  background-size: 12px;

}

#listPigTrackerGroups div.col-sm-12 {
	padding: 2px !important;
}

#pigTrackerShow_filter label {
	padding: 0px !important;
}

.listAnimalFarrowing {

  background: #cbeacb !important;

}

.listAnimalNursery {

  background: #eaeeca !important;

}

.listAnimalFinisher {

  background: #f7eaea !important;

}

.btn-pt-edit {
    background: #31b0d5 !important;
}

.btn-pt-add-death {
    background: #f0ad4e !important;
	margin-left: 0px !important;
}

.btn-pt-add-treated {
    background: #5cb85c !important;
	margin-left: 0px !important;
}

.btn-pt-delete {
    background: #b85c5c !important;
	margin-left: 0px !important;
}

.btn-pt-create-transfer {
    background: #71ed3d !important;
}

.btn-consump-plus {
	margin-right: 5px;
	cursor: pointer;
}

.btn-consump-minus {
	margin-left: 5px;
	cursor: pointer;
}

.fc-consump-red {
	color: #ff0303;
}

.fc-consump-green {
	color: #61b552;
}

.fc-consump-yellow {
	color: #ffbc00;
}

.forecast-consumpt-perc {
	font-size: larger;
    font-weight: bold;
}

#tblPT_wrapper {
  margin-top: -30px !important;
}

.group_information {
  cursor: pointer;
}

@font-face{font-family:'Glyphicons Halflings';src:url('fonts/glyphicons-halflings-regular.eot');src:url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('fonts/glyphicons-halflings-regular.woff') format('woff'),url('fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;}
.glyphicon-asterisk:before{content:"\2a";}
.glyphicon-plus:before{content:"\2b";}
.glyphicon-euro:before{content:"\20ac";}
.glyphicon-minus:before{content:"\2212";}
.glyphicon-cloud:before{content:"\2601";}
.glyphicon-envelope:before{content:"\2709";}
.glyphicon-pencil:before{content:"\270f";}
.glyphicon-glass:before{content:"\e001";}
.glyphicon-music:before{content:"\e002";}
.glyphicon-search:before{content:"\e003";}
.glyphicon-heart:before{content:"\e005";}
.glyphicon-star:before{content:"\e006";}
.glyphicon-star-empty:before{content:"\e007";}
.glyphicon-user:before{content:"\e008";}
.glyphicon-film:before{content:"\e009";}
.glyphicon-th-large:before{content:"\e010";}
.glyphicon-th:before{content:"\e011";}
.glyphicon-th-list:before{content:"\e012";}
.glyphicon-ok:before{content:"\e013";}
.glyphicon-remove:before{content:"\e014";}
.glyphicon-zoom-in:before{content:"\e015";}
.glyphicon-zoom-out:before{content:"\e016";}
.glyphicon-off:before{content:"\e017";}
.glyphicon-signal:before{content:"\e018";}
.glyphicon-cog:before{content:"\e019";}
.glyphicon-trash:before{content:"\e020";}
.glyphicon-home:before{content:"\e021";}
.glyphicon-file:before{content:"\e022";}
.glyphicon-time:before{content:"\e023";}
.glyphicon-road:before{content:"\e024";}
.glyphicon-download-alt:before{content:"\e025";}
.glyphicon-download:before{content:"\e026";}
.glyphicon-upload:before{content:"\e027";}
.glyphicon-inbox:before{content:"\e028";}
.glyphicon-play-circle:before{content:"\e029";}
.glyphicon-repeat:before{content:"\e030";}
.glyphicon-refresh:before{content:"\e031";}
.glyphicon-list-alt:before{content:"\e032";}
.glyphicon-flag:before{content:"\e034";}
.glyphicon-headphones:before{content:"\e035";}
.glyphicon-volume-off:before{content:"\e036";}
.glyphicon-volume-down:before{content:"\e037";}
.glyphicon-volume-up:before{content:"\e038";}
.glyphicon-qrcode:before{content:"\e039";}
.glyphicon-barcode:before{content:"\e040";}
.glyphicon-tag:before{content:"\e041";}
.glyphicon-tags:before{content:"\e042";}
.glyphicon-book:before{content:"\e043";}
.glyphicon-print:before{content:"\e045";}
.glyphicon-font:before{content:"\e047";}
.glyphicon-bold:before{content:"\e048";}
.glyphicon-italic:before{content:"\e049";}
.glyphicon-text-height:before{content:"\e050";}
.glyphicon-text-width:before{content:"\e051";}
.glyphicon-align-left:before{content:"\e052";}
.glyphicon-align-center:before{content:"\e053";}
.glyphicon-align-right:before{content:"\e054";}
.glyphicon-align-justify:before{content:"\e055";}
.glyphicon-list:before{content:"\e056";}
.glyphicon-indent-left:before{content:"\e057";}
.glyphicon-indent-right:before{content:"\e058";}
.glyphicon-facetime-video:before{content:"\e059";}
.glyphicon-picture:before{content:"\e060";}
.glyphicon-map-marker:before{content:"\e062";}
.glyphicon-adjust:before{content:"\e063";}
.glyphicon-tint:before{content:"\e064";}
.glyphicon-edit:before{content:"\e065";}
.glyphicon-share:before{content:"\e066";}
.glyphicon-check:before{content:"\e067";}
.glyphicon-move:before{content:"\e068";}
.glyphicon-step-backward:before{content:"\e069";}
.glyphicon-fast-backward:before{content:"\e070";}
.glyphicon-backward:before{content:"\e071";}
.glyphicon-play:before{content:"\e072";}
.glyphicon-pause:before{content:"\e073";}
.glyphicon-stop:before{content:"\e074";}
.glyphicon-forward:before{content:"\e075";}
.glyphicon-fast-forward:before{content:"\e076";}
.glyphicon-step-forward:before{content:"\e077";}
.glyphicon-eject:before{content:"\e078";}
.glyphicon-chevron-left:before{content:"\e079";}
.glyphicon-chevron-right:before{content:"\e080";}
.glyphicon-plus-sign:before{content:"\e081";}
.glyphicon-minus-sign:before{content:"\e082";}
.glyphicon-remove-sign:before{content:"\e083";}
.glyphicon-ok-sign:before{content:"\e084";}
.glyphicon-question-sign:before{content:"\e085";}
.glyphicon-info-sign:before{content:"\e086";}
.glyphicon-screenshot:before{content:"\e087";}
.glyphicon-remove-circle:before{content:"\e088";}
.glyphicon-ok-circle:before{content:"\e089";}
.glyphicon-ban-circle:before{content:"\e090";}
.glyphicon-arrow-left:before{content:"\e091";}
.glyphicon-arrow-right:before{content:"\e092";}
.glyphicon-arrow-up:before{content:"\e093";}
.glyphicon-arrow-down:before{content:"\e094";}
.glyphicon-share-alt:before{content:"\e095";}
.glyphicon-resize-full:before{content:"\e096";}
.glyphicon-resize-small:before{content:"\e097";}
.glyphicon-exclamation-sign:before{content:"\e101";}
.glyphicon-gift:before{content:"\e102";}
.glyphicon-leaf:before{content:"\e103";}
.glyphicon-eye-open:before{content:"\e105";}
.glyphicon-eye-close:before{content:"\e106";}
.glyphicon-warning-sign:before{content:"\e107";}
.glyphicon-plane:before{content:"\e108";}
.glyphicon-random:before{content:"\e110";}
.glyphicon-comment:before{content:"\e111";}
.glyphicon-magnet:before{content:"\e112";}
.glyphicon-chevron-up:before{content:"\e113";}
.glyphicon-chevron-down:before{content:"\e114";}
.glyphicon-retweet:before{content:"\e115";}
.glyphicon-shopping-cart:before{content:"\e116";}
.glyphicon-folder-close:before{content:"\e117";}
.glyphicon-folder-open:before{content:"\e118";}
.glyphicon-resize-vertical:before{content:"\e119";}
.glyphicon-resize-horizontal:before{content:"\e120";}
.glyphicon-hdd:before{content:"\e121";}
.glyphicon-bullhorn:before{content:"\e122";}
.glyphicon-certificate:before{content:"\e124";}
.glyphicon-thumbs-up:before{content:"\e125";}
.glyphicon-thumbs-down:before{content:"\e126";}
.glyphicon-hand-right:before{content:"\e127";}
.glyphicon-hand-left:before{content:"\e128";}
.glyphicon-hand-up:before{content:"\e129";}
.glyphicon-hand-down:before{content:"\e130";}
.glyphicon-circle-arrow-right:before{content:"\e131";}
.glyphicon-circle-arrow-left:before{content:"\e132";}
.glyphicon-circle-arrow-up:before{content:"\e133";}
.glyphicon-circle-arrow-down:before{content:"\e134";}
.glyphicon-globe:before{content:"\e135";}
.glyphicon-tasks:before{content:"\e137";}
.glyphicon-filter:before{content:"\e138";}
.glyphicon-fullscreen:before{content:"\e140";}
.glyphicon-dashboard:before{content:"\e141";}
.glyphicon-heart-empty:before{content:"\e143";}
.glyphicon-link:before{content:"\e144";}
.glyphicon-phone:before{content:"\e145";}
.glyphicon-usd:before{content:"\e148";}
.glyphicon-gbp:before{content:"\e149";}
.glyphicon-sort:before{content:"\e150";}
.glyphicon-sort-by-alphabet:before{content:"\e151";}
.glyphicon-sort-by-alphabet-alt:before{content:"\e152";}
.glyphicon-sort-by-order:before{content:"\e153";}
.glyphicon-sort-by-order-alt:before{content:"\e154";}
.glyphicon-sort-by-attributes:before{content:"\e155";}
.glyphicon-sort-by-attributes-alt:before{content:"\e156";}
.glyphicon-unchecked:before{content:"\e157";}
.glyphicon-expand:before{content:"\e158";}
.glyphicon-collapse-down:before{content:"\e159";}
.glyphicon-collapse-up:before{content:"\e160";}
.glyphicon-log-in:before{content:"\e161";}
.glyphicon-flash:before{content:"\e162";}
.glyphicon-log-out:before{content:"\e163";}
.glyphicon-new-window:before{content:"\e164";}
.glyphicon-record:before{content:"\e165";}
.glyphicon-save:before{content:"\e166";}
.glyphicon-open:before{content:"\e167";}
.glyphicon-saved:before{content:"\e168";}
.glyphicon-import:before{content:"\e169";}
.glyphicon-export:before{content:"\e170";}
.glyphicon-send:before{content:"\e171";}
.glyphicon-floppy-disk:before{content:"\e172";}
.glyphicon-floppy-saved:before{content:"\e173";}
.glyphicon-floppy-remove:before{content:"\e174";}
.glyphicon-floppy-save:before{content:"\e175";}
.glyphicon-floppy-open:before{content:"\e176";}
.glyphicon-credit-card:before{content:"\e177";}
.glyphicon-transfer:before{content:"\e178";}
.glyphicon-cutlery:before{content:"\e179";}
.glyphicon-header:before{content:"\e180";}
.glyphicon-compressed:before{content:"\e181";}
.glyphicon-earphone:before{content:"\e182";}
.glyphicon-phone-alt:before{content:"\e183";}
.glyphicon-tower:before{content:"\e184";}
.glyphicon-stats:before{content:"\e185";}
.glyphicon-sd-video:before{content:"\e186";}
.glyphicon-hd-video:before{content:"\e187";}
.glyphicon-subtitles:before{content:"\e188";}
.glyphicon-sound-stereo:before{content:"\e189";}
.glyphicon-sound-dolby:before{content:"\e190";}
.glyphicon-sound-5-1:before{content:"\e191";}
.glyphicon-sound-6-1:before{content:"\e192";}
.glyphicon-sound-7-1:before{content:"\e193";}
.glyphicon-copyright-mark:before{content:"\e194";}
.glyphicon-registration-mark:before{content:"\e195";}
.glyphicon-cloud-download:before{content:"\e197";}
.glyphicon-cloud-upload:before{content:"\e198";}
.glyphicon-tree-conifer:before{content:"\e199";}
.glyphicon-tree-deciduous:before{content:"\e200";}
.glyphicon-briefcase:before{content:"\1f4bc";}
.glyphicon-calendar:before{content:"\1f4c5";}
.glyphicon-pushpin:before{content:"\1f4cc";}
.glyphicon-paperclip:before{content:"\1f4ce";}
.glyphicon-camera:before{content:"\1f4f7";}
.glyphicon-lock:before{content:"\1f512";}
.glyphicon-bell:before{content:"\1f514";}
.glyphicon-bookmark:before{content:"\1f516";}
.glyphicon-fire:before{content:"\1f525";}
.glyphicon-wrench:before{content:"\1f527";}
