﻿ul, li {
    list-style-type: none;
    margin: 0;
}

.awsui, html, body {
    font-family: Helvetica,Arial,sans-serif;
}

.card-row {
    box-shadow: none;
    display: flex;
}

.card-in-row {
    flex-grow: 100;
}

.queue-main-container {
    border: none;
    background-color: transparent;
}

.awsui-grid {
    border: none;
}

br {
    border: none;
    display: block;
}

html {
    overflow-y: scroll;
}

.edit-mode-link {
    border: none;
    text-decoration: none;
    background-color: transparent;
}

.edit-mode-link:disabled {
    border: none;
    text-decoration: none;
    background-color: transparent;
    color: #cccccc !important;
}

input[type="checkbox"] {
    cursor: pointer;
    background: white !important;
}

.disposition-button {
    display: inline-block;
    background-color: #0290B0;
    border: none;
    color: white;
    border-radius: 3px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
}

.disposition-button button:disabled, button[disabled] {
    background-color: #cccccc;
    color: #666666;
}

.accounts-label {
    text-align: center;
    line-height: 30px;
    display: inline-block;
    background-color: #0290B0;
    border: none;
    color: white;
    border-radius: 3px;
    padding-left: 15px;
    padding-right: 15px;
    height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    cursor: pointer;
    width: 100px;
    margin-top: 5px !important;
}

.accounts-label-disabled {
    text-align: center;
    line-height: 30px;
    display: inline-block;
    background-color: #cccccc;
    border: none;
    color: white;
    border-radius: 3px;
    padding-left: 15px;
    padding-right: 15px;
    height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    cursor: default;
    width: 100px;
}

.inputfile {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.vert-centered {
    vertical-align: middle !important;
    padding: 0px !important;
    height: 70px !important;
}

.sd-loader-div {
    vertical-align: middle;
    text-align: center;
    display: inline;
    width: 30px;
    height: 30px;
    background-color: transparent;
    float: right;
    margin: 15px 0px auto 0px;
}

.sd-spinner-div {
    vertical-align: top;
    text-align: center;
    display: inline;
    width: 40px;
    height: 30px;
    background-color: transparent;
    float: right;
    margin: 2px 0px auto 0px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
    color: #0290B0;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.move-updown-arrow-dummy {
    text-align: center;
    line-height: 26px;
    background-color: transparent;
    border: none;
    border-radius: 3px;
    height: 26px;
    font-size: 14px;
    cursor: pointer;
    width: 26px;
    color: #46596E;
    font-size: 24px !important;
}

.move-updown-arrow {
    text-align: center;
    line-height: 26px;
    background-color: transparent;
    border: none;
    border-radius: 3px;
    height: 26px;
    font-size: 14px;
    cursor: pointer;
    width: 26px;
    color: #46596E;
    font-size: 24px !important;
}

move-updown-arrow-disabled {
    visibility: hidden;
}

.move-updown-arrow:hover:not([disabled]) {
    background-color: #46596E !important;
    color: white !important;
}

.move-updown-arrow:disabled {
    background-color: black !important;
    color: white !important;
}

.move-updown-arrow:hover:disabled {
    background-color: red !important;
    color: white !important;
}

input.ng-invalid {
    background-color: pink !important;
}

input.ng-pristine {
    background-color: white !important;
}

.sd-key-name {
    text-transform: uppercase;
}

::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}

::placeholder { /* Recent browsers */
    text-transform: none;
}

.sd-login-form {
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 40px 50px;
    margin-top:100px;
}

.sd-login-button {
    width: 150px;
}

.sd-top-gap-30 {
    margin-top: 30px;
}

.sd-bottom-gap-30 {
    margin-bottom: 30px;
}

.sd-bottom-gap-20 {
    margin-bottom: 20px;
}

.sd-config-logo {
    margin: 20px 0px;
    height: 50px;
}

.sd-config-header {
    border-bottom: 8px solid #003591;
}

.sd-logout-div {
    text-align: right;
    height: 90px;
    line-height:90px;
}

.sd-logout-button {
    margin: 0px 5px;
    color:#72B5CC;
    font-weight:bold;
}

.sd-config-main {
    border-top: 8px solid #72B5CC;
}

.sd-config-title {
    margin-left: 50px;
    margin-top:30px;
}

.sd-no-gap {
    padding: 0px;
}

.sd-config-subtitle {
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.sd-config-top-option {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    height:80px;
}

.sd-config-option {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    height: 80px;
    margin-top: 25px;
}

.sd-option-left-div {
    background-color: #0086AD;
    width: 50%;
    height: 80px;
    float: left;
    padding: 0px;
    display: flex;
    align-items: center;
}

.sd-option-left-div:hover {
    background-color: #51637B;
}

.sd-option-right-div {
    width: 50%;
    float: left;
    height: 80px;
    display: flex;
    align-items: center;
}

.sd-option-left-img {
    height: 30px;
    width: 30px;
    margin-left: 25px;
    margin-right: 25px;
}

.sd-option-left-label {
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.sd-option-right-label {
    font-size: 16px;
    margin-left: 30px;
}

.sd-breadcrumb {
    background-color: #F8F8F8 !important;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
