.page-header {
    text-align: center;
}

#auth-container {
    margin-top: 12%;
}
.empty-field {
    border: 1px solid #b94a48;
    box-shadow: 0px 0px 5px #b94a48;
}
.preset-tag {
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
    margin-right: 3px;
}
.preset-tag-remove {
    font-size: 10px;
    top: -3px;
    right: 1px;
}
.preset-tag-overflow {
    border: 1px solid #afafaf;
    box-shadow: 0 0 10px #888888;
    background-color: #bababa;
    cursor: pointer;
    opacity: 0.6;
    position:absolute;
    width: 100%;
    height: 100%;
    margin-top: -34px;
    text-align: right;
    border-radius: 5px
}
.marginRight-15 {
    margin-left: -15px;
}
.marginLeft-25 {
    margin-left: -25px;
}
.marginBottom-5 {
    margin-bottom: 5px;
}
.form-control-inline {
    min-width: 0;
    width: auto;
    display: inline;
}
.colAddIcon {
    display: inline-block;
    margin-top: 3px;
    font-size: 21px;
    color: #777777;
}
.colAddIcon i {
    cursor: pointer;
}
.action-glyphicons {
    font-size: 1.5em;
}
#ProjectEditProjectForm label, #ProjectAddProjectForm label {
    padding-top: 7px !important;
}
.newRow {
    height: 34px;
    margin-bottom: 10px;
}
.ui-autocomplete {
    z-index: 1000;
}
#dialog-box {
    height: auto !important;
}
.ui-dialog .ui-dialog-content {
    padding: 5px;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 4px;
}
.ui-dialog .ui-dialog-buttonpane {
    margin: 0;
    padding: 0;
}
.grid h2 {
    margin-top: 0;
}
.text-align-left {
	text-align: left;
}
.display-inline-block {
	display: inline-block;
}
.margin-right-10 {
	margin-right: 10px;
}
.padding-top-6 {
	padding-top: 6px;
}
.loader, .loader:before, .loader:after {
    background: #6b6b6b;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}
.loader:before, .loader:after {
    position: absolute;
    top: 0;
    content: '';
}
.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader {
    color: #6b6b6b;
    text-indent: -9999em;
    margin: 5% auto;
    position: relative;
    font-size: 9px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:after {
    left: 1.5em;
}
@-webkit-keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}
@keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

