.navbar-title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0px;
    float: none;
    padding: 11px;
}

.navbar-username {
    cursor: pointer;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}

.bs-callout+.bs-callout {
    margin-top: -5px;
}

.bs-callout-default {
    border-left-color: #777;
}

.bs-callout-default h4 {
    color: #777;
}

.bs-callout-success {
    border-left-color: #5cb85c;
}

.bs-callout-success h4 {
    color: #5cb85c;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

.bs-callout-danger h4 {
    color: #d9534f;
}

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
    color: #f0ad4e;
}

.bs-callout-info {
    border-left-color: #1b809e;
}

.bs-callout-info h4 {
    color: #1b809e;
}

.container {
    max-width: 900px;
}

.fullscreen-container {
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
    overflow: auto;
}

.modal {
    overflow-y: auto;
}

.modal-header {
    background-color: rgb(180, 230, 255);
}

.cssload-load {
    position: absolute;
    left: calc(50% - 29px);
    top: calc(50% - 29px);
    width: 68px;
    height: 68px;
}

.cssload-block {
    position: relative;
    height: 19px;
    width: 19px;
    display: inline-block;
    background: rgb(255, 215, 0);
    transition: all 0.92s;
    -o-transition: all 0.92s;
    -ms-transition: all 0.92s;
    -webkit-transition: all 0.92s;
    -moz-transition: all 0.92s;
    animation: cssload-rot 5.75s linear infinite;
    -o-animation: cssload-rot 5.75s linear infinite;
    -ms-animation: cssload-rot 5.75s linear infinite;
    -webkit-animation: cssload-rot 5.75s linear infinite;
    -moz-animation: cssload-rot 5.75s linear infinite;
}

.cssload-block:nth-child(1) {
    animation-delay: 3.45s;
    -o-animation-delay: 3.45s;
    -ms-animation-delay: 3.45s;
    -webkit-animation-delay: 3.45s;
    -moz-animation-delay: 3.45s;
}

.cssload-block:nth-child(2) {
    animation-delay: 1.73s;
    -o-animation-delay: 1.73s;
    -ms-animation-delay: 1.73s;
    -webkit-animation-delay: 1.73s;
    -moz-animation-delay: 1.73s;
    animation: cssload-rot 13.8s linear infinite;
    -o-animation: cssload-rot 13.8s linear infinite;
    -ms-animation: cssload-rot 13.8s linear infinite;
    -webkit-animation: cssload-rot 13.8s linear infinite;
    -moz-animation: cssload-rot 13.8s linear infinite;
}

.cssload-block:nth-child(3) {
    animation-delay: 2.3s;
    -o-animation-delay: 2.3s;
    -ms-animation-delay: 2.3s;
    -webkit-animation-delay: 2.3s;
    -moz-animation-delay: 2.3s;
}

.cssload-block:nth-child(4) {
    animation-delay: 0.23s;
    -o-animation-delay: 0.23s;
    -ms-animation-delay: 0.23s;
    -webkit-animation-delay: 0.23s;
    -moz-animation-delay: 0.23s;
}

.cssload-block:nth-child(5) {
    animation-delay: 4.6s;
    -o-animation-delay: 4.6s;
    -ms-animation-delay: 4.6s;
    -webkit-animation-delay: 4.6s;
    -moz-animation-delay: 4.6s;
}

.cssload-block:nth-child(6) {
    animation-delay: 2.3s;
    -o-animation-delay: 2.3s;
    -ms-animation-delay: 2.3s;
    -webkit-animation-delay: 2.3s;
    -moz-animation-delay: 2.3s;
    animation: cssload-rot 8.05s linear infinite;
    -o-animation: cssload-rot 8.05s linear infinite;
    -ms-animation: cssload-rot 8.05s linear infinite;
    -webkit-animation: cssload-rot 8.05s linear infinite;
    -moz-animation: cssload-rot 8.05s linear infinite;
}

.cssload-block:nth-child(7) {
    animation-delay: 0.46s;
    -o-animation-delay: 0.46s;
    -ms-animation-delay: 0.46s;
    -webkit-animation-delay: 0.46s;
    -moz-animation-delay: 0.46s;
}

.cssload-block:nth-child(8) {
    animation-delay: 1.73s;
    -o-animation-delay: 1.73s;
    -ms-animation-delay: 1.73s;
    -webkit-animation-delay: 1.73s;
    -moz-animation-delay: 1.73s;
    animation: cssload-rot 6.9s linear infinite;
    -o-animation: cssload-rot 6.9s linear infinite;
    -ms-animation: cssload-rot 6.9s linear infinite;
    -webkit-animation: cssload-rot 6.9s linear infinite;
    -moz-animation: cssload-rot 6.9s linear infinite;
}

.cssload-block:nth-child(9) {
    animation-delay: 28.75s;
    -o-animation-delay: 28.75s;
    -ms-animation-delay: 28.75s;
    -webkit-animation-delay: 28.75s;
    -moz-animation-delay: 28.75s;
    animation: cssload-rot 9.2s linear infinite;
    -o-animation: cssload-rot 9.2s linear infinite;
    -ms-animation: cssload-rot 9.2s linear infinite;
    -webkit-animation: cssload-rot 9.2s linear infinite;
    -moz-animation: cssload-rot 9.2s linear infinite;
}

@keyframes cssload-rot {
    0% {
        transform: none;
    }

    20% {
        transform: rotateZ(-90deg) rotateY(180deg);
    }

    40% {
        background: rgb(210, 105, 30);
        transform: none;
    }

    60% {
        background: rgb(255, 255, 255);
    }

    80% {
        background: rgb(100, 149, 237);
    }

    90% {
        transform: none;
        background: rgb(34, 34, 34);
    }
}

@-o-keyframes cssload-rot {
    0% {
        -o-transform: none;
    }

    20% {
        -o-transform: rotateZ(-90deg) rotateY(180deg);
    }

    40% {
        background: rgb(210, 105, 30);
        -o-transform: none;
    }

    60% {
        background: rgb(255, 255, 255);
    }

    80% {
        background: rgb(100, 149, 237);
    }

    90% {
        -o-transform: none;
        background: rgb(34, 34, 34);
    }
}

@-ms-keyframes cssload-rot {
    0% {
        -ms-transform: none;
    }

    20% {
        -ms-transform: rotateZ(-90deg) rotateY(180deg);
    }

    40% {
        background: rgb(210, 105, 30);
        -ms-transform: none;
    }

    60% {
        background: rgb(255, 255, 255);
    }

    80% {
        background: rgb(100, 149, 237);
    }

    90% {
        -ms-transform: none;
        background: rgb(34, 34, 34);
    }
}

@-webkit-keyframes cssload-rot {
    0% {
        -webkit-transform: none;
    }

    20% {
        -webkit-transform: rotateZ(-90deg) rotateY(180deg);
    }

    40% {
        background: rgb(210, 105, 30);
        -webkit-transform: none;
    }

    60% {
        background: rgb(255, 255, 255);
    }

    80% {
        background: rgb(100, 149, 237);
    }

    90% {
        -webkit-transform: none;
        background: rgb(34, 34, 34);
    }
}

@-moz-keyframes cssload-rot {
    0% {
        -moz-transform: none;
    }

    20% {
        -moz-transform: rotateZ(-90deg) rotateY(180deg);
    }

    40% {
        background: rgb(210, 105, 30);
        -moz-transform: none;
    }

    60% {
        background: rgb(255, 255, 255);
    }

    80% {
        background: rgb(100, 149, 237);
    }

    90% {
        -moz-transform: none;
        background: rgb(34, 34, 34);
    }
}

.cssload-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cssload-modal {
    height: 100%;
}

.modal-lg {
    width: auto;
    max-width: 800px;
}

.search-ctrl {
    padding-left: 0px;
    padding-right: 0px;
}

.input-space {
    padding-left: 10px;
}

.vert-center {
    display: flex;
    align-items: center;
}

.navbar-form>* {
    margin: 0px 3px !important;
}

.navbar-form {
    padding: 0px;
}

.bottom-buffer {
    margin-bottom: 20px;
}

.modal-footer-no-margin-top {
    margin-top: 0px;
}

.pagination {
    margin-top: 0px;
    margin-bottom: 0px;
}

.noscroll-container {
    overflow: initial;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-croshair {
    cursor: crosshair;
}

.cursor-eresize {
    cursor: e-resize;
}

.cursor-move {
    cursor: move;
}

.dropdown-menu li a {
    cursor: pointer;
}

.ng-table-pager {
    min-height: 34px;
}

.managment-options-group {
    margin-top: 15px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    bottom: auto;
}

.caret-right {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid;
    display: inline-block;
}

.bordered-row {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.required .control-label:after {
    content: "*";
    color: red;
}

.ng-invalid.ng-touched {
    border-color: red;
}

.ng-table-text-center {
    text-align: center;
}

.pkg-not-installed {
    color: #08c;
}

.pkg-older {
    color: green;
}

.pkg-changed {
    color: #b94a48;
}

.pkg-legend {
    margin-top: 10px;
}

.padding-sides-5 {
    padding-left: 0px;
    padding-right: 0px;
}

.input-group .auto-width {
    width: auto;
}

input[type=file] {
    display: block !important;
    right: 1px;
    top: 1px;
    height: 34px;
    opacity: 0;
    width: 100%;
    background: none;
    position: absolute;
    overflow: hidden;
    z-index: 2;
  }
  .control-fileupload {
    display: block;
    border: 1px solid #d6d7d6;
    background: #FFF;
    border-radius: 4px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0px 10px 2px 10px;
    overflow: hidden;
    position: relative;
    /* File upload button */
  }
  .control-fileupload:before,
  .control-fileupload input,
  .control-fileupload label {
    cursor: pointer !important;
  }
  .control-fileupload:before {
    /* inherit from boostrap btn styles */
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: color 0.2s ease;
    /* add more custom styles*/
    content: 'Browse';
    display: block;
    position: absolute;
    z-index: 1;
    top: 2px;
    right: 2px;
    line-height: 20px;
    text-align: center;
  }
  .control-fileupload:hover:before,
  .control-fileupload:focus:before {
    background-color: #e6e6e6;
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    transition: background-position 0.2s ease-out;
  }
  .control-fileupload label {
    line-height: 24px;
    color: #999999;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
    margin-right: 90px;
    margin-bottom: 0px;
    cursor: text;
  }