.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.clickable {
    cursor: pointer;
}

.float-right {
    float: right !important;
}

.bottom-border {
   border-bottom: 1px solid #ddd;
}

.bordered {
    border: 1px solid #ddd;
}

.icon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

.sas-content {
    overflow: auto;
}

.img-login {
    height: 100%;
    width: 100%;
    max-width: 400px;
}

.form-login {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-login .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-login .form-control:focus {
    z-index: 2;
}

.scrollable {
    overflow: scroll;
}

.invisiframe {
    border: none;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
}

.no-border {
    border: none;
}

.max-height {
	height: 100%;
}

.max-width {
	width: 100%;
}

.no-overflow {
	overflow: hidden;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-left {
    padding-left: 0px;
}

.no-padding-right {
    padding-right: 0px;
}

.no-padding-top {
    padding-top: 0px;
}

.border-box {
    box-sizing: border-box;
}

ul.tree, ul.tree ul {
    background: url(/assets/images/vline.png) repeat-y;
    margin: 0;
    padding: 0;
}

ul.tree {
    margin: 0 3px;
}

ul.tree ul {
    margin-left: 3px;
}

ul.tree li {
    margin: 0;
    padding-left: 10px;
    background: url(/assets/images/node.png) no-repeat;
}

ul.tree li:last-child {
    background: #fff url(/assets/images/lastnode.png) no-repeat;
}

.tree-toggler {
    font-size: x-small;
}