

.hold-tab-header{
height:35px;
margin:0px;
padding:0px;
}
.view-header{
	margin-top:5px;
	color:black;
	height:30px;
	border-bottom:1px solid #ff7400;
	text-align:center;
}
.nav-custom-header{
	color:blue;
	font-size:15px;
}


.my-custom-form{
	border-top:2px solid transparent;
}

#holdspinner{
    position:relative;
    position:absolute;
    top:35%;
    left:calc(40%);
    color:white;
    font-size:45px;
    line-height:15px;
}
#loadingdiv{
    position:relative;
    position:absolute;
    width:100%;
    height:calc(100vh);
    z-index:99999;
    background:rgba(70,70,70,.5);
}



.options_row{
	min-height:40px;
	border-bottom:1px solid #ff7400;
	margin:0px;
	padding:0px;
}
.plant_parent_div{
margin-top:20px;
}
.plant_search{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
text-align:center;
border:1px solid transparent;
color:black;
height:25px;
width:90%;
border-radius:5px;
}
.select-icon{
	position:relative;
	position:absolute;
	top:11px;
	right:3px;
	height:20px;
	font-size:15px;
	font-weight:normal;
	color:#ff7400;
}
.plant_search_edit{
text-align:left;
border:0px solid transparent;
margin-top:5px;
border:1px solid lightgray;
width:100%;
height:30px;
}
.form_buttons{
	background:#ff7400;
	color:white;
}
.form_buttons:hover{
	background:#ff7400;
}
.plant_search:hover{
cursor:pointer;
}
.searchblock{
height:30px;
padding:0;
margin:0;
padding-top:5px;
}


.modal-header{
text-align:center;
padding:0px;
margin:15px;	
height:30px;
border-bottom:0px solid #ff7400;
}
.modal-title{
	border-bottom:1px solid #ff7400;
	font-size:20px;
	height:35px;
	margin-top:10px;
}
.closemodal{
	font-size:18px;
	font-weight:bold;
	color:black;
}

/*
Home page
*/
.panel-primary{
	margin-top:10px;
	border-color:#ff7400;
}
.panel-primary > .panel-heading {
  background-color: #ff7400;
  height:25px;
  margin:0;
  padding:0;
  color:#ff7400;
}
.panel-primary > .panel-body {
  margin:0;
  padding:0;
}
.home-panel-row-header{
	width:90%;
	margin-left:5%;
	margin-top:5px;
	margin-bottom:5px;
	border-bottom:1px solid #ff7400;
}
.home-panel-row{
	width:90%;
	margin-left:5%;
	margin-top:5px;
	margin-bottom:5px;
}
 .btn-default {
       padding:0;
	   margin:0;
	   min-width:60px;
    }