body {
    height: 100%;
    overflow-y: auto;
    padding-top: 65px;
}

label {
    margin-right: 10px;
}

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

.header-logo {
    background: url(../awg-img/header_appworks_gateway.svg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 31px;
    width: 421px;
}

.sign-in-header {
    background: url(../awg-img/sign_in_appworks_gateway.png);
    background-size: contain;
    background-repeat: no-repeat;

    height: 10em;
    width: 400px;
}

#awg-login-submit-button {
    color: rgb(85,85,85) !important;
    font-size: 1.2em;
    border-color: rgb(85,85,85) !important;
}

.header-title {
    font-size: 3em;
    font-family: 'Lato', Sans-Serif;
    font-weight: 200;
    padding-top: 20px;
}

.logo {
}

.logo.logo-black {
    background: url(../awg-img/otx-logo-black.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 1.3em;
    width: 130px;
}

.navbar-item .navbar-text {
    position: relative;
    top: 8px;
    font-family: 'Lato';
    font-weight: 300;
    font-size: 1.4em;
    color: #0072aa !important;
    margin-top: 12px;
    margin-left: 5px;
    margin-right: 5px;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

.nav-tabs > li > a {
    border-bottom: 4px solid transparent;
}

.nav-tabs > li > a.no-bottom-border {
    border-bottom: 4px solid transparent;
}


.logo-sm.logo-black {
    background: url(../awg-img/otx-logo-black.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 1.5em;
    width: 40px;
}

.logo.logo-white {
    background: url(../awg-img/otx-logo-white.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 2.5em;
    width: 220px;
    position: relative;
    top: 6px;
}

.wrapper {
    padding-bottom: 3em;
}

.footer {
    padding: 20px;
    color: rgba(255, 255, 255, 0.6);
}

.padding-left {
    padding-left: 20px;
}

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

@media (max-width: 768px) {

    .no-padding-right {
        padding: 0 !important;
    }

    .no-padding-left {
        padding: 0 !important;
    }
}

.awg-file-upload {
    border: 1px dashed #0072aa;
    padding: 50px;
    margin: 20px 0 20px 0;
}

.awg-progress-bar {
    background-color: #0072aa;
}

.gi-btn-align {
    vertical-align: -9px;
}

.gi-2x {
    font-size: 2em;
}

.gi-3x {
    font-size: 3em;
}

.gi-4x {
    font-size: 4em;
}

.gi-5x {
    font-size: 5em;
}

/* angular-ui href attr fix */
.nav, .pagination, .carousel, .panel-title a {
    cursor: pointer;
}

/* modal style overrides for the angular-ui modals */
.modal-icon {
    margin-right: 10px;
}

.required-action {
    margin-top: 10px;
}

/* #cc0000 */
input.form-control.ng-invalid {
    border: 1px solid #df3324;
    background-color: #fae9ea;
}

.sign-in-container {
    color: #FFFFFF;
    background: -webkit-linear-gradient(29deg, rgb(9, 14, 44) 0%, rgb(18, 44, 105) 59%, rgb(7, 141, 179) 100%);
    background: -o-linear-gradient(29deg, rgb(9, 14, 44) 0%, rgb(18, 44, 105) 59%, rgb(7, 141, 179) 100%);
    background: -ms-linear-gradient(29deg, rgb(9, 14, 44) 0%, rgb(18, 44, 105) 59%, rgb(7, 141, 179) 100%);
    background: -moz-linear-gradient(29deg, rgb(9, 14, 44) 0%, rgb(18, 44, 105) 59%, rgb(7, 141, 179) 100%);
    background: linear-gradient(61deg, rgb(9, 14, 44) 0%, rgb(18, 44, 105) 59%, rgb(7, 141, 179) 100%);
    background-color: #111b58;
}

@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2) {
    .sign-in-heading {
        margin-top: 0;
        margin-bottom: 4em;
    }
}

@media only screen
and (max-width: 614px) {
    #awg-signin-img {
        width: 100%;
    }
}


.sign-in-heading {
    margin-top: 8em;
    margin-bottom: 4em;
}

#awg-signin-img
{
    height: 3em;
}

.sign-in-input {
    color: rgb(85,85,85);
    font-size: 1.5em;
    height: 2.2em;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 6px !important;
    margin-bottom: 1em;
}

.sign-in-input:focus,
.sign-in-input:active {
    border: #fff;
}

.text-light {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
}

.text-thin {
    font-weight: 300;
}

/* when we use icon fonts inside of button we want to give the text some room */
.button-icon-right {
    margin-left: 5px;
}

.button-icon-left {
    margin-right: 5px;
}

.inline-indicator {
    margin-bottom: 4px;
    margin-right: 5px;
}

.setting-desc {
    text-align: left;
    padding: 15px;
}

/* prevent chrome from meddling with our forms */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 500px white inset;
}

textarea, input, *:focus {
    outline: none !important;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    top: 75px;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #f5f5f5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#app-batch-status-update-form {
    padding: 5px 0 10px 0;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0 0 32px 0;
    list-style: none;
    font-size: 14px;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
    color: #333;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #0072aa;
    background: #bac9ce;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
    color: #0072aa;
    background: #dfe7ea;
}

.sidebar-nav li a.active {
    text-decoration: none;
    color: #0072aa;
    background: #dfe7ea;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 1.6em;
    font-weight: 300;
    line-height: 60px;
    background-color: #f7f7f7;
    border-color: #dcdcdc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-nav > .sidebar-brand a {
    color: #333;
    background: none;
    font-size: 1.2em;
    font-weight: 300;
}

.sidebar-nav > .sidebar-brand a:hover,
.sidebar-nav > .sidebar-brand a:active {
    color: #0072aa;
    background: none;
}

@media (min-width: 769px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 252px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

.item-margin {
    margin-left: 15px;
}

/* Emulate form label styles for inline form with adj. button */
.form-control-static-label {
    margin-right: 10px;
    font-weight: bold;
}

input.polling-active {
    color: #3c763d;
    font-weight: bold;
}

input.polling-suspended {
    color: #a94442;
    font-weight: bold;
}

.deployments-control-form {
    padding-top: 10px;
}

.deployments-control-label {
    width: 120px;
}

.deployments-control-input {
    min-width: 185px;
}

#deployments-filter-bar {
    background: #efefef;
}

.inline-button {
    margin-left: 5px;
}

.horizontal-form-button {
    margin-top: 5px;
}

.vertical-form-button {
    margin-left: 1em;
}

.vertical-form-button-text {
    padding-left: 0.5em;
}

.proxy-list-item {
    width: 100%;
    height: 36px;
    background: rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 9px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: clip;
}

.proxy-list-item:hover {
    cursor: text;
    border: 1px dotted rgba(0, 0, 0, 0.3);
}

.invisible-text {
    color: transparent;
}

.list-inline.justify {
    justify-content: space-between;
    display: flex;
    flex-wrap: nowrap;
}

.list-inline.justify li {
    width: 100%;
    padding-bottom: 12px;
}

.inline-list-divider {
}

.inline-list-divider.icon {
    width: 10% !important;
    padding: 7px 5px 0 12px !important;
}

.inline-list-divider.button {
    width: 10% !important;
}

.inline-list-divider.checkbox {
    width: 30% !important;
    padding: 7px 5px 0 12px !important;
}

@media (max-width: 1024px) {
    .inline-list-divider {
        /*width: 50% !important;*/
    }

    .inline-list-divider.icon {
        padding: 7px 5px 0 12px !important;
        width: 10% !important;
    }

    .inline-list-divider.button {
        width: 10% !important;
    }

    .inline-list-divider.checkbox {
        width: 50% !important;
        padding: 7px 5px 0 12px !important;
    }
}

@media (max-width: 992px) {
    .inline-list-divider {
    }

    .inline-list-divider.icon {
        padding: 7px 5px 0 12px !important;
        width: 10% !important;
    }

    .inline-list-divider.button {
        width: 10% !important;
    }

    .inline-list-divider.checkbox {
        width: 80% !important;
        padding: 7px 5px 0 12px !important;
    }
}

@media (max-width: 674px) {
    .inline-list-divider {
    }

    .inline-list-divider.icon {
        padding: 7px 5px 0 12px !important;
        width: 10% !important;
    }

    .inline-list-divider.button {
        width: 50% !important;
    }

    .inline-list-divider.checkbox {
        width: 50% !important;
        padding: 7px 5px 0 12px !important;
    }
}

/* icons within inputs */

/* enable absolute positioning */
.inner-icon {
    position: relative;
}

/* style icon */
.inner-icon .zmdi {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

.left-icon .zmdi {
    left: 0;
}

.right-icon .zmdi {
    right: 0;
}

/* add padding  */
.left-icon input {
    padding-left: 30px;
}

.right-icon input {
    padding-right: 30px;
}

.awg-modal {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
}

.inline-form-input {
    display: inline-block;
}

.aw-input-icon {
    height: 100%;
    padding-top: 14px;
    color: #999999;
    pointer-events: auto;
}

.aw-input-icon:hover {
    cursor: pointer;
}

.aw-input-icon-calendar {
    padding-top: 12px;
}

.modal-content {
    padding: 10px 24px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}

.checkbox-container {
    padding-right: 10px;
}

.no-border {
    border: none;
}

.hasError {
    background: #FFFFFF 80%;
    border-radius: 2px;
    position: absolute;
    font-family: OpenText Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 12px;
    display: flex;
    align-items: center;
    color: #DF3324;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.3));
    margin-top: 4px;
}

.header-info {
    font-family: OpenText Sans;
    font-size: 16px;
    line-height: 17px;
    letter-spacing: -0.01em;
    color: #333333;
    padding-left: 24px;
    padding-top: 24px;
    padding-left: 4px;
    border-left: 3px solid #df3324;
}

.header-title-info {
    font-weight: normal;
    font-size: 20px;
    letter-spacing: -0.01em;
    color: #000000;
    padding-left: 16px;
}


/* bootstrap datepicker overrides */

.uib-datepicker-popup .uib-datepicker .btn-default {
    border-radius: 0;
}

.uib-datepicker-popup .uib-datepicker .btn-sm {
    border-radius: 0;
}

.truncate-text {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Deployment widget styles */

.deployment-item-header {
    min-height: 35px;
}

.deployment-name-header {
    font-weight: bold;
}

.deployment-filter-field {
    margin-right: 10px;
}

.inactive-modal .modal-md {
    width: 326px;
    height: 206px;
    top: 30%;
}