@CHARSET "UTF-8";

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-right {
    float: right!important;
    margin-right: 10px;
}

.leftBar{
	background: #2A3F54;
	color: #FFF;
}

.activeUserInformation{
	min-height: 50px
}

.nav_menu {
    background: #EDEDED;
    border-bottom: 1px solid #D9DEE4;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
}

#filterForm{
	float:right;
}

.nebbula-panel{
	margin-bottom: 10px;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
}

.nebbula_title {
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px;
    /*margin-bottom: 10px;*/
    
}

.nebbula_title h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: rgb(115, 135, 156);
    font-size: 18px;
    font-weight: 400;
}
.configButton{
	color: #2A3F54;/*#73879C*/;
	width: 160px;
	height: 150px;
	display: block;
	float:left;
	
}
.configurationLabel{
	
}
.configurationLabel h2{
	margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
}

.topMarginButton{
	margin-top: 15px;
}
.spacedButton{
	margin-top: 15px;
	margin-right: 10px;
}

#assignedLotsTable input{
	width: 80px;
}

.kmlMap{
	min-height: 600px;
}

.inlineSpace{
	min-height: 25px;
}

.iconPadding {
	padding-right: 5px
}
.nebbulaTreeLeafActions,.nebbulaTreeGroupActions{
	padding-left: 5px;
}


#nebbulaTree{
	text-transform: uppercase;
}

.blueIcon{
	color: blue;
}

.greenIcon{
	color: green;
}
#nebbulaTree ul{
	list-style-type: none !important;
	cursor: pointer;
}

.selectable{
	cursor: pointer;
}

.top-buffer { 
	margin-top:20px; 
}

.input-85{
    width: 85px !important;
}

.input-75{
	width: 75px !important;
}

.input-65{
	width: 65px !important;
	padding-left: 6px !important;
	padding-bottom: 3px !important;
	padding-top: 3px !important;
	margin-left: 3px !important;

}

input[type=text]:focus {
	border-color: #73879C;
	border-width: 3px;
}

input[type=text]:focus {
	border-color: #73879C;
	border-width: 3px;
}

input[type=date]:focus {
	border-color: #73879C;
	border-width: 3px;
}

input[type=number]:focus {
	border-color: #73879C;
	border-width: 3px;
}

textarea:focus {
	border-color: #73879C !important;
	border-width: 3px;
}

select:focus {
	border-color: #73879C !important;
	border-width: 3px;
}