span#inverted-glyphicon {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}

fieldset.border {
   border: 1px groove #ddd !important;
   padding: 0 1.4em 1.4em 1.4em !important;
   margin: 0 0 1.5em 0 !important;
}

legend.right {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: right !important;
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
}

legend.left {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
}

legend.center {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: center !important;
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
}

hr.divider {
	width: 90%;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	background-color: #595959;
	color: #595959;
	border: 0 none;
	margin-top: 10px;
	margin-bottom: 25px;
}


.icon-increase {
    color: #3CB83C;
}
.icon-decrease {
    color: #D82c2C;
}

.table-text-wrap {
    table-layout: fixed;
    word-wrap: break-word;
}

.form-padding {
    padding-left: 5px;
    padding-right: 5px;
}

.form-inline .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.textarea-vertical {
    resize: vertical;
}

.left-inset-text {
    padding-left: 2em;
}

.colour-box {
    width: 60px;
    height: 25px;
    border: 1px;
    border-radius: 5px;
    border-style: solid;
    border-color: black;
}

.form-section {
    outline: 1px solid lightsteelblue;
    padding: 6px;
    margin-bottom: 12px;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.margin {
    margin-top: 1em;
    margin-bottom: 1em
}

.query-builder .rules-group-container {
  padding: 10px;
  padding-bottom: 6px;
  border: 1px solid #DCC896;
  background: #fff;
}

.distinctive-table-no-border table, .distinctive-table-no-border tbody tr td, .distinctive-table-no-border tbody tr th, .distinctive-table-no-border thead tr th {
	border: none;
}

.no-text-select {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.distinctive-table-valign > tbody > tr > td {
     vertical-align: middle;
}

.distinctive-hide {
	display: none;
}

.nav > li.active > a.distinctive-cursor {
   cursor: pointer;
}

.distinctive-valign {
     vertical-align: middle;
}

tr.distinctive-clickable {
	cursor: pointer;
}