.navbar-static-side{
	position:fixed;
}

.body-small.mini-navbar .navbar-static-side {
	display: block;
	position: fixed;
}

.canvas{
	border: 2px solid #ccc;
}


.modal-dialog_custom {
	width: 75%;
	margin: 30px auto;	
	position: relative;
}

.well{
	background-color: #dadada;
}

.watermark {
    position: absolute;
    color: lightgray;
    opacity: 0.25;
    font-size: 3em;
    top: 30%;
    text-align: center;
    z-index: 0;
}

tr.border_bottom td {
  border-bottom: 1px solid black;
}

.nav-tabs {
    border-bottom: 1px solid #ff14f8;
}

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}



