@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);

.navbar-brand{
	float: left;
}

.crumb{
	display: block;
	float: left;
	padding: 15px 5px;
}

.crumb_seperator{
	display: block;
	float: left;
	font-size: 1.5em;
	font-weight: bold;
	padding: 9px 5px;
}

.alert.alert-dismissible:empty{
	display: none;
}

.table-p{
	line-height: 1em;
}

.add{
	left:0px;
	right: 0px;
	top:0px;
	bottom: 0px;
	position: fixed;
	background-color: rgba(0,0,0,0.9);
	display: none;
	z-index: 100;
}

.add-form{
	border-radius: 5px;
	border: 1px solid black;
	padding: 10px;
	width: 400px;
	margin-top: 75px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	display: none;
	margin-bottom: 20px;
}

.custom-header{
	/*width: 100%;
	padding: 10px;
	background-color: #5e5f67;
	color: white;
	border-radius: 10px 10px 0px 0px;*/
	border-bottom: 1px solid #666;
}

/*.custom-body{
	width: 100%;
	padding: 10px;
	background-color: #eceff1;
	border-radius: 0px 0px 10px 10px;
	margin-bottom: 10px;
}*/

.header-title{
	font-size: 2em;
	float: left;
	margin-right: 15px;
}

.split{
	width: 48%;
	float: left;
	margin: 1%;
}
.split-title{
	color: #000000;
	padding: 5px;
	float: left;
}

/*table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
    content: " \25B4\25BE"
}*/

table.sortable th:hover{
	cursor: pointer;
}

.sort-2 th, .sort-2 td{
	width: 50%;
}

.sort-3 th, .sort-3 td{
	width: 33%;
}

.sort-4 th, .sort-4 td{
	width: 25%;
}

.sort-5 th, .sort-5 td{
	width: 20%;
}

.sort-6 th, .sort-6 td{
	width: 16.66%;
}

.dlt-btn{
	background:none;
	border:0;
	color:#ff0000;
}

.dlt-btn:hover{
	text-decoration: underline;
}

table{
	width: 100%;
}

th, td{
	padding: 15px;
}

td{
	padding-bottom: 5px;
	vertical-align:top;
}

.actions-menu{
	visibility: hidden;
}

tr:hover .actions-menu{
	visibility: visible;
}

.search{
	width: 150px !important;
	float: left !important;
}

.Count_Target{
	color: white;
	font-size: 1.5em;
	margin-left: 15px;
}

.dr{
	display: none;
}

.dr.dr-show{
	display: table-row;
}

/*.table .dr-show:nth-of-type(odd) {
    background-color: #f9f9f9;
}*/

.droppable.hover-after{
  border-bottom:1px solid blue;
}

.droppable.hover-before{
  border-top: 1px solid blue;
}

.rule-row{
  user-select: none;
}

.table tr.rule-row td{
  padding: 0px;
}

.rule-row .rule-cell-wrap{
  padding: 8px;
  position: relative;
  top:0px;
}