.content {
                                margin-top: 50px;
}

.undecorated-link:hover {
                                text-decoration: none;
}

[ng\:cloak],
[ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
                                display: none !important;
}

.header-profile-image {
                                border-radius: 50%;
                                height: 28px;
                                margin-right: 5px;
                                opacity: 0.8;
                                width: 28px;
}

.open .header-profile-image,
a:hover .header-profile-image {
                                opacity: 1;
}

.user-header-dropdown-toggle {
                                padding-bottom: 11px !important;
                                padding-top: 11px !important;
}

.user-primary-account {
                                font-size: 30px;
                                position: absolute;
                                right: 10px;
                                top: 10px;
}

.error-text {
                                display: none;
}

.has-error .help-block.error-text {
                                display: block;
}

.has-error .help-inline.error-text {
                                display: inline;
}

.scrollbar {
                                width: 1000px;
                                height: 200px;
                                overflow: auto;
                                visibility: hidden;
}

.scrollbar-content,
.scrollbar:hover,
.scrollbar:focus {
                                visibility: visible;
}

orangeArrow {
                                border: solid #f37321;
                                border-width: 0 3px 3px 0;
                                display: inline-block;
                                padding: 3px;
}

.down {
                                transform: rotate(45deg);
                                -webkit-transform: rotate(45deg);
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
md-checkbox.md-checked .md-icon {
    background-color: #f37321;
}