md-content.no-padding,
div[ui-view] {
    padding: 0 !important;
}
.no-wrap {
    white-space: nowrap;
}
.width-100 {
    width: 100px;
}
.width-120 {
    width: 120px;
}

.width-200 {
    width: 200px;
}
.width-300 {
    width: 300px;
}
.width-50pc {
    width: 50%;
}
.width-46pc {
    width: 46%;
}
.padding-half-vertical {
    padding: 0.5rem 0;
}

.width-33pc {
    width: 30%;
}
.width-20pc {
    width: 20%;
}
body {
    font-family: "Lato", sans-serif;
}
em {
    font-style: italic;
    color: #666;
    font-size: 13px;
}

.placeholder {
    color: #aaa;
}

md-tooltip {
    font-size: 12px;
}
.fat-icon {
    font-weight: bold !important;
}

.dr md-icon {
    padding-left: 0.25rem;
    padding-top: 0.15rem;
}
@font-face {
    font-family: "icomoon";
    src: url("/assets/fonts/icomoon.eot?cvgfvs");
    src: url("/assets/fonts/icomoon.eot?cvgfvs#iefix") format("embedded-opentype"),
        url("/assets/fonts/icomoon.ttf?cvgfvs") format("truetype"),
        url("/assets/fonts/icomoon.woff?cvgfvs") format("woff"),
        url("/assets/fonts/icomoon.svg?cvgfvs#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* line 12, ../sass/icon-font.scss */
[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* line 27, ../sass/icon-font.scss */
.icon-cloud_ranger-19:before {
    content: "\e912";
}

/* line 30, ../sass/icon-font.scss */
.icon-cloud_ranger-20:before {
    content: "\e913";
}

/* line 33, ../sass/icon-font.scss */
.icon-cloud_ranger-01:before {
    content: "\e900";
    color: #2171b5;
}
.credentialContainer .icon-cloud_ranger-01:before {
    color: white;
}
/* line 36, ../sass/icon-font.scss */
.icon-cloud_ranger-02:before {
    content: "\e901";
    /* color: #C1272D; */
}

/* line 39, ../sass/icon-font.scss */
.icon-cloud_ranger-03:before {
    content: "\e902";
}

/* line 42, ../sass/icon-font.scss */
.icon-cloud_ranger-04:before {
    content: "\e903";
}

/* line 45, ../sass/icon-font.scss */
.icon-cloud_ranger-05:before {
    content: "\e904";
}

/* line 48, ../sass/icon-font.scss */
.icon-cloud_ranger-06:before {
    content: "\e905";
}

/* line 51, ../sass/icon-font.scss */
.icon-cloud_ranger-07:before {
    content: "\e906";
}

/* line 54, ../sass/icon-font.scss */
.icon-cloud_ranger-08:before {
    content: "\e907";
}

/* line 57, ../sass/icon-font.scss */
.icon-cloud_ranger-09:before {
    content: "\e908";
}

/* line 60, ../sass/icon-font.scss */
.icon-cloud_ranger-10:before {
    content: "\e909";
}

/* line 63, ../sass/icon-font.scss */
.icon-cloud_ranger-11:before {
    content: "\e90a";
}

/* line 66, ../sass/icon-font.scss */
.icon-cloud_ranger-12:before {
    content: "\e90b";
}

/* line 69, ../sass/icon-font.scss */
.icon-cloud_ranger-13:before {
    content: "\e90c";
}

/* line 72, ../sass/icon-font.scss */
.icon-cloud_ranger-14:before {
    content: "\e90d";
}

/* line 75, ../sass/icon-font.scss */
.icon-cloud_ranger-15:before {
    content: "\e90e";
}

/* line 78, ../sass/icon-font.scss */
.icon-cloud_ranger-16:before {
    content: "\e90f";
}

/* line 81, ../sass/icon-font.scss */
.icon-cloud_ranger-17:before {
    content: "\e910";
}

/* line 84, ../sass/icon-font.scss */
.icon-cloud_ranger-18:before {
    content: "\e911";
}

/* line 87, ../sass/icon-font.scss */
.icon-cloud_ranger-19:before {
    content: "\e912";
}

/* line 90, ../sass/icon-font.scss */
.icon-cloud_ranger-20:before {
    content: "\e913";
}

.more-icon {
    padding: 12px;
    color: #3c434e;
}

.invalid-icon {
    display: inherit;
    vertical-align: middle;
}
.chart-border-box {
    border-right: 1px solid #ccc;
}
.servers-currently-running {
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
}
.main {
    background: white;
}
.content-wrapper {
    background: white;
}
a {
    color: #2171b5;
    /* text-transform: capitalize; */
}
a:hover {
    color: #1b5d95;
}
a.no-underline {
    text-decoration: none;
}
.has-tooltip {
    text-decoration: underline;
    text-decoration-style: dotted;
}
body div section md-content.main .content-wrapper {
    border: 1px solid #eee;
    /* border-top: 5px solid orange; */
    padding: 1rem;
}

body div section md-content.main {
    padding: 40px 20px 20px;
}

@media screen and (min-width: 1400px) {
    body div section md-content.main {
        padding: 40px 80px 80px;
    }
    body div section md-content.main .content-wrapper {
        /* padding: 0; */
    }
    body div section md-content.main .padding-wrapper {
        padding: 24px 19px 24px;
    }
}

.cloudranger-green {
    background-color: #2171b5 !important;
}
.cloudranger-red {
    background: #c1272d;
}
.cloudranger-green-color {
    color: #28a745;
}
.cloudranger-blue-color {
    color: #2171b5;
}
.cloudranger-red-color {
    color: #c1272d;
}

.cloudranger-orange-color {
    color: #ff9933;
}
h1,
h2,
h3 {
    font-family: "Lato";
}
/* Main toolbar */
.toolbar-item {
    margin-left: 10px !important;
    font-size: 25px !important;
}
md-dialog-actions {
    border-top: 1px solid #cdcdcd;
}
md-dialog {
    border-radius: 3px;
    background: #fff;
    /* border-top: 5px solid orange; */
}


md-dialog md-dialog-content.slim-dialog {
    padding: 1rem;
}

md-dialog .md-dialog-slim-header {
    padding: 1rem;
}
md-dialog .md-dialog-slim-header .h3 {
    padding-top: 3px;
}

md-dialog h2 {
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
}
/* md-dialog .h2 {
    font-size: 1.3rem;
    font-weight: bold;

} */

md-dialog.warning:before {
    font-family: FontAwesome;
    content: "\f071";
    color: #eee;
    font-size: 6rem;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    margin: -84px -56px;
}

.tagActionButton {
    font-size: 1.5rem;
    position: relative;
    top: 5px;
}

.menuClosed {
    height: 0px;
    opacity: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    -webkit-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
}

.menuOpened {
    height: auto;
    opacity: 1;
    position: relative;
    top: 0;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}


.resource-table-content {
    padding-left: 15px;
}

/* .resource-select {
    width: 19.25rem
} */
.icon-padding {
    padding: 5px;
}

/* ADR STYLES */

.adr-server-link {
    font-family: "Lato", sans-serif;
    font-size: 0.85rem;
    font-style: normal;
    text-transform: initial;
    /* position: relative;
    bottom: 5px; */
}

.adr-server-link-text {

}

.adr-server-link-green {
    font-family: "Lato", sans-serif;
    font-size: 0.85rem;
    font-style: normal;
    text-transform: initial;
    position: relative;
}

.adr-server-link:hover {
    color: #ff9933 !important;
}

.adr-server-link-green:hover {
    color: #2171b5 !important;
}

.adr-server-icon {
    position: relative;
    bottom: 1px;
    padding-right: 8px;
}

.env-mapping-box {
    display: flex;
    border: 1px solid #cdcdcd;
    padding: 0.45rem;
    /* padding-left: 3rem; */
    border-collapse: collapse;
    /* border-top: none; */
}

/* .env-mapping-box:first-of-type {
    border: 3px dashed #cdcdcd;
    border-collapse: collapse;
} */

.env-background {
    background-color: #f9f9f9;
    padding: 8px;
    max-height: 500px;
    overflow-y: scroll;
}

.env-vpc {
    display: flex;
    padding-bottom: 8px;
    padding-left: 1.5rem;
}

.dr-resource-src-title {
    /* padding-left: 3rem; */
}

.dr-resource-tar-title {
    /* padding-left: 0.5rem;  */
}

.dr-resource-table {
    padding: 1rem;
    /* max-width: 840px; */
    width: 100%;
    padding-top: 0;
    /* margin: 0 auto */
}

.dr-resource-src {
    width: 100%;
    height: 40px;
    padding-left: 3.25rem;
    padding-right: 2.5rem;
}

.dr-resource-tar {
    width: 100%;
    height: 40px;
    padding-right: 3.25rem;
    /* padding-left: 1.5rem; */
}

.dr-resource-vpc-src {
    width: 93%;
    padding-right: 2.5rem;
    height: 40px;
}

md-input-container.adr-src .md-input:disabled {
    height: 34px;
}

.dr-resource-vpc-tar {
    width: 100%;
    height: 40px;
    padding-right: 2rem;
}

.dr-envmappings-vpc {
    background: #ffffff;
    border: 1px solid #cdcdcd;
}

.dr-collapse {
    height: 57px;
    border-collapse: collapse;
}

.dr-expand {
    border-collapse: collapse;
}

.dr-subtitle {
    padding: 1rem 0 0.25rem 2rem;
}

.dr-resource-container {
    border: 1px solid #cdcdcd;
    padding-bottom: 16px;
    background: #fafafa;
    border-top: none;
    border-collapse: collapse;
}

.dr-expand:last-of-type {
    border-bottom: 1px solid #cdcdcd;
}

.dr-splash-text {
    text-align: left;
    margin-top: 24px;
    font-size: 16px;
}

.dr-splash-button {
    width: 300px;
}

hr.dr-hr {
    margin: 1rem 0 0 0;
}

/* ENVIRONMENTS STYLES */

.env-container {
    flex: 50;
}

.filter-environments {
    -webkit-user-select: none; /* Safari 3.1+ */
    float: right;
    -moz-user-select: none; /* Firefox 2+ */
    border: 1px solid #2171b5;
    -ms-user-select: none; /* IE 10+ */
    padding-left: 10px;
    user-select: none; /* Standard syntax */
    padding-right: 10px;
    border-radius: 2px;
    color: #2171b5;
    margin-left: 10px;
    font-size: 25px;
    height: 40px;
}
.no-select {
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}

.table-link {
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2a313a;
    font-family: "Lato", sans-serif;
    font-size: 0.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 287.5%;
    text-transform: uppercase;
}
@media screen and (max-width: 600px) {
    md-dialog .close-dialog i {
        font-size: 35px;
        top: 10px;
        right: 30px;
    }
}

.menuClosed {
    height: 0px;
    opacity: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    -webkit-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
}

.menuOpened {
    height: auto;
    opacity: 1;
    position: relative;
    top: 0;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}


.md-calendar-month-label {
    padding: 0 16px 0 32px !important;
}

table tr td:first-of-type {
    padding: 5px 0px;
}
table tr td {
    padding: 5px 10px;
}

/* table.md-calendar tr td:first-of-type {
    padding: 0
}
table.md-calendar tr td {
    padding: 0
} */

.md-calendar-day-header thead th {
    height: 32px;
    padding-top: 8px;
}

.md-datepicker-input-mask-opaque {
    left: 16px !important;
}

table.tagsTable {

    font-size: 15px;
    width: 100%;
}
table.tagsTableModal {
    margin: 0 5%;
    font-size: 15px;
    width: 90%;
}

.tagModalButton {
    margin: 3% 5% 3%;
}

.tagsModalBox {
    width: 90%;
    margin: 5% 5% 0 5%;
}

.datatable-select {
    height: 36px;
}

.info-icon {
    color: #2171b5;
    text-align: center;
    width: 16px;
    border: 1px solid cornflowerblue;
    border-radius: 50%;
    height: 16px;
    display: inline-block;
    font-family: serif;
    line-height: 1.3;
}
.info-icon-2 {
    color: #2171b5;
    text-align: center;
    width: 25px;
    font-size: 1rem;
    display: block;
}
table.overview-detail {
    width: 100%;
}
table.backupsOverviewTable {
    font-size: 12px;
    color: #999;
    letter-spacing: 2px;
}
md-input-container .md-errors-spacer {
    min-height: 0;
    position: absolute;
    bottom: -16px;
    right: 0;
}
table.tagsTable tr td {
    max-width: 150px;
    padding: 0 10px 5px;
}
table.tagsTable tr td:nth-child(3) {
    vertical-align: middle;
    cursor: default;
}
table.tagsTable tr td:first-of-type {
    padding: 0px 0px 5px;
}

table.backupsTable tr:nth-child(1) {
    font-size: 12px;
    color: #999;
    letter-spacing: 2px;
}
table.backupsTable tr:nth-child(3) {
    font-size: 12px;
}

table.blockDeviceTable tr td {
    font-size: 12px;
    letter-spacing: 2px;
    color: #999;
}
table.blockDeviceTable tr td:nth-child(1) {
    text-align: right;
}
table.blockDeviceTable tr td:nth-child(2) {
    text-align: left;
}
.clientSettingsButton:hover {
    cursor: pointer;

}
md-dialog ul li {
    padding-top: 8px;
    font-size: 16px;
    margin-left: 1.5rem;
    /*list-style-type: disc;*/
}
md-dialog md-dialog-actions {
    padding: 0px;
}
md-input-container {
    margin: 0;
    font-family: Lato;
    font-size: 14px;
}
button.cloudranger-modal-button {
    min-width: 50%;
    max-width: 50%;
    border-radius: 0px;
    margin: 0 !important;
    height: 60px;
    letter-spacing: 2px;
    font-size: 16px;
    font-family: "Lato";

}
.modal-success {
    background-color: #2171b5;
    color: white;
    padding: 1px;
}
.modal-success-large {
    background-color: #2171b5 !important;
    color: white;
    padding: 1px;
}
.modal-success-large:focus {
    background-color: #2171b5 !important;
    color: white;
    padding: 1px;
}
.modal-success-large:hover {
    background-color: #2171b5 !important;
    color: white;
    padding: 1px;
}
.modal-success:hover {
    background-color: #1b5d95 !important;
    color: #ffffff;
}
.modal-delete {
    background-color: #ee2323;
    color: white;
    padding: 1px;
}
.modal-delete:hover {
    background-color: #ff5656 !important;
}
.modal-cancel {
    border-radius: 0px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
.modal-cancel:hover {
    background-color: #eee;
}

/*===================================*/


.word-break-all {
    word-break: break-all;
}

/* highlighted row in backups */
.selectedRow {
    background-color: #2171b5 !important;
    color: #eee;
}
.selectedRow a {
    color: #eee;
}
#servers tbody tr td:nth-child(3) {
    border-right: 1px solid #aaa;
}
@media screen and (min-width: 600px) {
    #servers tbody tr td:nth-child(3) {
        border-right: none;
    }
}
.rightSide {
    width: 100%;
    background-color: #323a45;
    transition: all 500ms ease;
    overflow-x: hidden;
    transform-origin: left;
    transform: rotateY(0deg);
}
.searchingCredentials .rightSide {
    width: 0;
    transform: rotateY(90deg);
}

.action-links {
    margin-bottom: 1rem;
}

.action-links md-menu button {
    background: white;
    border: 1px solid #2171b5;
    border-radius: 3px;
    outline: none;
    width: 34px;
    height: 34px;
    margin-left: 6px;
}

.action-links md-menu button[disabled] {
    border: 1px solid #a7c7e2;
    background: white;
}

.action-links md-menu button[disabled]:hover {
    border: 1px solid #a7c7e2;
    background: white;
}
.action-links md-menu button[disabled] img {
    opacity: 0.3;
}

.action-links md-menu button:hover {
    background: #fafafa;
}

.action-links.dr {
    margin-bottom: 0;
}

.action-links a {
    font-family: "Lato";
    font-weight: 700;
    font-size: 0.875rem;
    /* letter-spacing: 3px; */
}

.action-links.dr a {
    position: relative;
    top: 2px;
    /* letter-spacing: 3px; */
}

.action-links > * + * {
    margin-left: 10px;
    line-height: 30px;
}
h1 md-select {
    display: inline-block;
}

/* Make backdrop white and more opaque */
md-backdrop.md-opaque {
    background-color: #000;
    opacity: 0.5;
}

.tagsTableContainer {
    overflow-y: auto;
    max-height: 300px;
    width: 100%;
}
md-card.single {
    margin-top: 0rem;
}

/* md-card md-header {
    padding: 20px;
} */

/* md-card md-card-header {
    padding: 1rem 1.5rem 1.5rem;
} */

.layout-row > md-card {
    margin-left: 12px;
    margin-right: 12px;
}
.layout-row > md-card:first-of-type {
    margin-left: 0;
}
.layout-row > md-card:last-of-type {
    margin-right: 0;
}
@media screen and (max-width: 600px) {
    .layout-row > md-card {
        margin-left: 0;
        margin-right: 0;
    }
}

.card-header-secondary {
    padding-bottom: 1rem;
    margin-left: 0;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    border: 1px solid #ccc;
    border-radius: 0px;
    background: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ccc;
}

/*
    Markup for Select a Schedule dialog
*/
@media screen and (min-width: 960px) {
    #schedulesDialog,
    #policyDialog {
        min-width: 700px;
        background-color: white;
        /* border-top: 5px solid orange; */
    }
    #policyDialog {
        min-width: 540px;
        background-color: white;
        /* border-top: 5px solid orange; */
    }
}
#schedulesDialog table,
#policyDialog table {
    overflow-y: auto;
}
#schedulesDialog table tr td a,
#policyDialog table tr td a {
    font-size: 12px;
}
#schedulesDialog table tr td button,
#policyDialog table tr td button,
#addPolicyForIndexingDialog table tr td button {
    min-width: 100px;
}
#schedulesDialog table tr td button:hover,
#policyDialog table tr td button:hover {
    background-color: #2171b5;
}
#schedulesDialog md-dialog-actions,
#policyDialog md-dialog-actions {
    border-top: 1px solid #ddd;

}
.md-dialog-header {
    padding: 30px 30px 15px 30px;
}

/* .h1 {
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3c434e;
    font-family: "Lato", sans-serif;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.06rem;
    line-height: 120%;
    text-transform: none;
} */
.infographic {
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2a313a;
    font-family: "Lato", sans-serif;
    font-size: 0.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 287.5%;
    text-transform: uppercase;
}
.btn {
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
}
.small-button {
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-size: 0.5625rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1rem;
    line-height: 120%;
    text-transform: uppercase;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    background-color: #2171b5;
    border-radius: 0;
    height: 1.875rem;
    min-width: 9.75rem;
    padding: 0 0.75rem;
    min-width: 3rem;
}
a {
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2171b5;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    /* letter-spacing: 0.20rem; */
    /* text-transform: capitalize; */
}
.body-copy {
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3c434e;
    font-family: "Lato", sans-serif;
    /* font-size: .9rem; */
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: none;
    font-weight: 400;
}
.primary-button-inverted {
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #ffffff;
    font-family: "Lato", sans-serif;
    font-size: 0.5625rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1rem;
    line-height: 120%;
    text-transform: uppercase;
    /*-webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2);*/
    border: 1px solid #ddd;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    color: #2171b5;
    border-radius: 0;
    height: 34px;
    min-width: 9.75rem;
    padding: 0;
    line-height: 30px;
}
.primary-button {
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    /* letter-spacing: 0.1rem; */
    line-height: 120%;
    text-transform: capitalize;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    background-color: #2171b5;
    border-radius: 0;
    height: 34px;
    /* min-width: 9.75rem; */
    border-radius: 3px;
}
.secondary-button {
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2171B5;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: capitalize;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    background-color: #FFFFFF;
    height: 34px;
    border: 1px solid #a7c7e2;
    border-radius: 6px;
    margin-left: 6px;
}
.primary-button.billing-button {
    margin-left: 5px;
}

.primary-button:hover {
    background-color: #1b5d95;
    color: #ffffff;
}
.primary-button-inverted:hover {
    background-color: #f5f5f5;
}

.primary-button-large {
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1rem;
    line-height: 120%;
    text-transform: uppercase;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    background-color: #2171b5;
    border-radius: 0;
    height: 40px;
    min-width: 240px;
    /* padding: 0; */
}
.primary-button-large:hover {
    background-color: #1b5d95 !important;
    color: #ffffff;
}


.primary-button.orange {
    background-color: #ff9200 !important;
    color: #323a45;
    font-weight: 600;
}
.primary-button.orange:hover {
    background-color: #ffb14c !important;
}

.danger-button {
    background: #ef5552;
}
.danger-button:hover {
    background-color: #e22f3b;
}


md-card md-card-content {
    padding: 1rem;
    padding-top: 0;
}
md-card-content h2 {
    margin-bottom: 30px;
}
/*md-card-content > div > div:nth-child(1) > div {
    border-right: 1px solid #cdcdcd;
}
md-card-content > div > div:nth-child(2) > div:nth-child(1) {
    border-bottom: 1px solid #cdcdcd;
}
md-card-content > div > div:nth-child(2) > div {
    margin: 0 45px;
}*/
md-card-content p {
    margin-bottom: 20px;

}

md-card md-card-footer {
    padding: 8px 8px 12px;
    text-align: center;
    border-top: 1px solid #cdcdcd;
}
md-card md-card-footer a {
    font-size: 0.8rem;
}
.smallChart {
    max-width: 175px;
}
.mediumChart {
    max-width: 500px;
}

.schedulingTable tr:nth-child(5) td:nth-child(1) {
    vertical-align: top;
}
.buttonSwitch button {
    display: block;
    width: 100%;
    padding: 10px;
}
.buttonSwitch button:not(.active) {
    color: #2171b5;
    background-color: white;
    border: 1px solid #2171b5;
}

md-switch {
    z-index: 3;
    margin: 0;
}
.credentialContainer {
    min-height: 60px;
    width: 60px;
    overflow-x: hidden;
    transition: all 500ms ease;
}
.credentialContainer .credentialIcon {
    position: relative;
}
.credentialIcon {
    padding: 10px;
}
.credentialIcon i {
    position: absolute;
    top: 2px;
    right: 2px;
}
.credentialName {
    width: 100%;
    display: block;
    padding: 20px 20px 0;
    white-space: nowrap;
}
.searchingCredentials .credentialName {
    width: 100%;
}
.searchingCredentials .credentialContainer {
    width: 100%;
    /*max-height: 60px;*/
    overflow-y: hidden;
}
.searchingCredentials .credentials {
    width: 100%;
}
div.account-actions > span {
    user-select: none;
}
div.account-actions > span.active {
    color: orange;
}
.searchingCredentials .credentialList {
    width: 100%;
}
.credentialList {
    transition: all 500ms ease;
    width: 60px;
    background: #111;
}
.credentialList > div {
    background: #111;
    display: flex;
    flex-direction: column;
    max-height: 100%;
}
.credentialList img {
    border-radius: 10px;
    cursor: pointer;
    height: 40px;
    width: 40px;
    opacity: 0.5;
}
.credentialContainer:hover img {
    opacity: 1;
}
.credentialIcon.synchronizing-credential {
    background: red !important;
}
.credentials {
    max-height: calc(100% - 210px);
    display: inline-block;
    overflow-y: scroll;
    margin-right: -17px;
}
.credentialList .active {
    background-color: #323a45;
    z-index: 1000;
    box-shadow: -1 0 5px rgba(0, 0, 0, 0.5);
    border-radius: 10px 0 0 10px;
}
.credentialList .active img {
    opacity: 1;
}
.credentialAddButton {
    color: black;
    background: #999;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 40px;
    border-radius: 10px;
    vertical-align: middle;
}
.credentialList > span {
    position: absolute;
    bottom: 0px;
    left: 30px;
    transform: rotateZ(-90deg);
    transform-origin: left center;
}
.credentialList > span > span {
    background: darkgreen;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    line-height: 1.6;
    transform: rotate(90deg);
}
.progressBarContainer {
    width: 600px;
    margin: 50px auto;
    height: 60px;
}
.progressbar {
    counter-reset: step;
}
.progressbar li {
    list-style-type: none;
    float: left;
    width: 25%;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}
.progressbar li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 26px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
}
.progressbar li:after {
    width: 80%;
    height: 2px;
    content: "";
    position: absolute;
    background: #7d7d7d;
    top: 15px;
    left: -40%;
    z-index: 0;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active {
    color: #2171b5;
}
.progressbar li.active:before {
    border-color: #2171b5;
}
.progressbar li.active + li:after {
    background-color: #2171b5;
}
.progressbar li.complete {
    color: #2171b5;
}
.progressbar li.complete:before {
    background-color: #2171b5;
    content: "✓";
    color: white;
    border-color: #2171b5;
}
.progressbar li.complete + li:after {
    background-color: #2171b5;
}
.stepContainer {
    margin: 10px 0;
}
/* md-card .label {
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #656565;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
} */

.no-padding {
    padding: 0;
}

.dr-select {
    margin: 0 0 0 15px;
    width: 250px;
}

.no-results-message {
    font-size: 18px;
    font-weight: 100;
    padding: 1.5rem 3rem;
}

.dr-ssh-input {
    margin: 0 0 0 15px;
    width: 250px;
}

.env-label {
    width: 180px;
}

.clone-label {
    width: 7rem;
    padding: 0.3rem 0;
}

.clone-env-input {
    min-width: 20rem;
}

.list-item-env {
    padding: 0.5rem 1rem;
    line-height: 20px !important;
}

.list-item-env:hover {
    background: #fafafa;
}


md-card md-card-content h1 {
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3c434e;
    font-family: "Lato", sans-serif;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.06rem;
    line-height: 120%;
    text-transform: none;
}
md-switch.md-altTheme-theme.md-checked.md-primary .md-bar {
    background-color: #2171b5;
}
md-switch .md-bar {
    top: 3px;
    height: 18px;
    width: 30px;
}

md-switch .md-bar {
    border-radius: 20px;
}

md-switch .md-thumb-container {
    top: 4px;
}

md-switch.md-default-theme.md-checked.md-primary .md-bar,
md-switch.md-checked.md-primary .md-bar,
md-switch.md-checked:not([disabled]).md-primary .md-bar {
    background-color: #2171b5;
    border: 1px solid #2171b5;
}

md-switch.switch-disabled {
    opacity: 0.6;
}

md-switch.md-checked .md-thumb,
md-switch .md-thumb:before {
    height: 16px;
    width: 16px;
    left: -1px;
}

md-switch.md-checked.switch-disabled .md-thumb {
    background-color: white;
    top: 0.5px;
    left: -1px;
    height: 15px;
    width: 15px;
}

md-switch.md-checked:not([disabled]).md-primary .md-thumb {
    background-color: white;
    border: 1px solid #2171b5;
    left: -1px;
}

md-switch.md-primary.ng-empty .md-thumb-container {
    left: 1px;
}
md-switch.md-primary.ng-empty .md-thumb {
    height: 16px;
    width: 16px;
    background: white;
    border: 1px solid #2171b5;
}
md-switch.md-default-theme.md-primary.ng-empty .md-bar,
md-switch.md-primary.ng-empty .md-bar {
    background-color: #eee;
    border: 1px solid #2171b5;
}

/* md-checkbox.md-default-theme:not([disabled]).md-primary.md-checked .md-icon, md-checkbox:not([disabled]).md-primary.md-checked .md-icon {
    background-color: #2171B5 !important;
} */


.awsTag {
    background: #e0e1e3;
    padding: 5px;
    position: relative;
    display: inline-block;
    margin: 2px;
    font-weight: lighter;
    font-size: smaller;
}


.tag-count {
    font-weight: bold;
    font-size: 0.7rem;
}

.warning-panel {
    border: 1px solid #fb950d;
    border-left: 3px solid #fb950d;
    background-color: #ffefdb;
    padding: 16px;
    color: #9d6423;
    margin: 16px 0;
    position: relative;
}

.warning-panel ul {
    list-style-type: disc;
    margin: 0 30px;
}
.warning-panel-action {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    color: #9d6423;
}

.warning-panel-action:hover {
    color: #fb950d;
}

/* reusable components: backup-calendar */
.time-select {
    position: absolute;
    right: -10px;
    z-index: 100;
    background-color: #fafafa;
    overflow-y: auto;
    max-height: 320px;
    padding: 12px;
    padding-bottom: 2rem;
    /* margin-bottom: 40px; */
    width: 392px;
}
.time-select-hide {
    transition: all 500ms ease-out;
    opacity: 0;
}
.time-select-empty {
    padding: 1rem;
    text-align: center;
    font-weight: 100;
    font-style: italic;
}
.left-float-time-select {
    position: absolute;
    left: 60px;
}
.calendar-filter-header {
    margin-bottom: 6px;

    /* position: relative;
    padding: 12px 0 10px 0;
    top: -12px;
    z-index: 1000;
    background: #fafafa; */
}
.calendar-button {
    background-color: white !important;
    border: 1px solid rgba(0, 0, 0, 0.12);
    font-size: 14px;
}
.calendar-button.right {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.calendar-button.left {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.calendar-button.middle {
    border-radius: 0;
}

.calendar-button.active {
    background-color: #4a4a4a !important;
    color: white;
}
.beforeRotate {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.1s ease-out;
}
.afterRotate {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: 0.1s ease-out;
}
.selected-tag {
    color: #2171b5 !important;
    border: 1px solid #2171b5 !important;
}
/* end reusable components: backup-calendar */
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.policyOverviewContainer > div {
    border-right: 1px solid #cdcdcd;
    padding: 0;
    margin: 0;
    padding-left: 30px;
}
.policyOverviewContainer > div:first-child {
    padding-left: 0;
    padding-right: 30px;
}
.policyOverviewContainer > div:last-of-type {
    padding-right: 0;
    border-right: 0;
}
.instanceIdSelector {
    margin-right: 20px;
    min-width: 250px;
}
.overflow_hide {
    overflow: hidden !important;
}
.instanceIdSelectorContainer {
    min-height: 100px;
    border: 1px solid #cdcdcd;
    padding: 5px;
    margin-top: 5px;
    overflow: auto;
}

.editableDetailTitle {
    margin-bottom: 16px;
}

.editableDetailTitle button {
    margin: auto 0;
    margin-right: 0.5rem;
}

.editableDetailTitle button:last-of-type {
    margin: auto 0;
    margin-right: 0;
}
.editableDetailTitle md-switch {
    margin: auto 0;
    margin-left: 30px;
}
.wizard-details-header h2, .wizard-details-header span, .editableDetailTitle h2 {
    margin: auto 0;
}
.editableDetailTitle a {
    margin: auto 0;
    margin-right: 30px;
}
.editableDetailTitle a span {
    font-size: 1rem;
}

.wizard-details-header {
    /* margin: auto 0; */
    background-color: #f8f9fa;
    height: 50px;
    padding: 12px 0;
    z-index: 5;
}
.wizard-details-header h2 {
    font-weight: bold;
    font-size: 20px;
}

.spacingRow {
    height: 20px;
}
.borderRow {
    border-top: 1px solid #cdcdcd;
    height: 20px;
}
.strong {
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3c434e;
    font-family: "Lato", sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.04rem;
    line-height: 150%;
    text-transform: none;
}
.md-select-value .md-select-icon:after {
    font-family: "icomoon" !important;
    content: "\e90a";
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
}

/* md-select.md-default-theme .md-select-value, md-select .md-select-value {
    background-color: #e0e1e3;
    padding: 2px 20px;
    font-weight: 300;
}

.md-select-value .md-select-icon {
    margin-top: 4px;
}

md-select.md-default-theme .md-select-value, md-select .md-select-value {
    border-bottom-color: #e0e1e3;
    padding-bottom: 5px;
}

md-select.md-default-theme:not([disabled]):focus .md-select-value, md-select:not([disabled]):focus .md-select-value {
    border-bottom-width: 1px;
    border-bottom-color: #e0e1e3;
    padding-bottom: 5px;
}

md-select-menu.md-default-theme md-content, md-select-menu md-content {
    background-color: rgba(80, 87, 96, 0.95);
}

md-select-menu.md-default-theme md-content md-option[selected], md-select-menu md-content md-option[selected],  md-select-menu md-content md-option {
    color: white !important;
}
 md-select-menu md-content md-option:hover {
    background-color: rgba(0,0,0,0.80)
 }

md-select-menu.md-default-theme md-content md-option:not([disabled]):focus, md-select-menu md-content md-option:not([disabled]):focus, md-select-menu.md-default-theme md-content md-option:not([disabled]):hover, md-select-menu md-content md-option:not([disabled]):hover {
    background-color: #323A45;
}
md-select:focus {
    outline: 1px solid #2171B5;
}
md-option {
    height: 28px;
} */


table tbody tr td md-select {
    margin: 0;
}
#upgradeNow {
    padding: 0 20px;
    color: #2171b5;
}

.unconfiguredAccount {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.legalholds-action-links {
    margin-bottom: 5px;
}
.legalholds-action-links a {
    font-family: "Lato";
    font-weight: 700;
    font-size: 12px;
    /* letter-spacing: 3px; */
}
.legalholds-action-links > * + * {
    margin-left: 20px;
}

.formContainer {
    max-width: 1100px;
    padding: 0 3rem;
    margin: 0 auto;
}

.searchContainer {
    padding: 0px;
    border: 1px solid #ccc;
    position: relative;
    border-radius: 5px;
    height: 34px;
}

.searchContainer .search-icon {
    background-color: #e9ecef;
    width: 38px;
    margin: 0px;
    border-radius: 5px 0px 0px 5px;
    height: 32px;
    padding: 3px 10px;
}

.searchContainer.outerSearch md-icon {
    margin-left: 0;
}

.searchContainer.outerSearch input.md-datepicker-input {
    border-bottom-color: #cdcdcd !important;
}

.searchContainer.dropShadow {
    /* border: 1px solid #ccc; */
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
    background-color: #fafafa;
}

.dropShadow {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12), 0 8px 8px 0 rgba(0, 0, 0, 0.24);
    background-color: #fafafa;
}



.searchContainer md-icon {
    font-size: 16px;
    color: #989ca2;
    line-height: 1.6;
    margin-left: 10px;
}
.searchContainer input {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    border-bottom: 1px solid transparent !important;
    width: 100%;
}
.searchContainer input[type="number"] {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    border-bottom: 1px solid transparent !important;
    width: 100%;
}
.searchContainer input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
}
.searchContainer input::-moz-placeholder {
    /* Firefox 19+ */
}
.searchContainer input:-ms-input-placeholder {
    /* IE 10+ */
}
.searchContainer input:-moz-placeholder {
    /* Firefox 18- */
}

.searchContainer ul {
    position: absolute;
    width: 250px;
    z-index: 3;
    color: white;
    opacity: 0.9;
    position: absolute;
    top: 40px;
    height: 500px;
    overflow: auto;
}
.searchContainer ul li.liCategory {
    padding-left: 20px;
    font-weight: bold;
}
.searchContainer md-icon {
    position: initial;
}
.searchContainer ul li {
    background-color: #444;
    padding: 5px 30px;
    cursor: default;
    user-select: none;
}
.searchContainer ul li:not(.liCategory):hover {
    background-color: #232323;
    cursor: pointer;
    color: orange;
}


.fls .searchContainer {

}


.file-tree-container {
    margin-top: 1em;
}

.file-tree-list {
    position: static;
    width: 100%;
    background-color: #eee;
    color: #000;
    cursor: pointer;
    padding: 5px 30px;
}

.file-tree-cell {
    width: 33%;
}

.folder-icon {
    color: #f1d592;
}

.addEnvResDialog {
    overflow: visible;
}
.addEnvResDialog ul {
    position: absolute;
    width: 250px;
    z-index: 3;
    color: white;
    opacity: 0.9;
    position: absolute;
    top: 180px;
    height: 500px;
    overflow: auto;
}
.addEnvResDialog ul li.liCategory {
    padding-left: 20px;
    font-weight: bold;
}
.addEnvResDialog md-icon {
    position: initial;
}
.addEnvResDialog ul li {
    background-color: #444;
    padding: 5px 30px;
    cursor: default;
    user-select: none;
}
.addEnvResDialog ul li:not(.liCategory):hover {
    background-color: #232323;
    cursor: pointer;
    color: orange;
}

.addEnvResDialog .topSection {
    border: 1px solid grey;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.addEnvResDialog .topSection p {
    margin-bottom: 0px;
}
.addEnvResDialog .bottomSection {
    border: 1px solid grey;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}
.addEnvResDialog .bottomSection p {
    margin-bottom: 0px;
}
.addEnvResDialog .searchContainer {
    border-radius: 4px;
    border: 1px solid #ececec;
    box-shadow: 1px 1px #d2d0d0;
}
.addEnvResDialog .envInputClear {
    font-size: 14px;
    font-family: Roboto, Helvetica Neue, sans-serif;
    margin-bottom: 0px;
    color: #ccc;
}

.envResourcesCard .topSection {
    border: 1px solid grey;
    background-color: #f3f3f3;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.envResourcesCard .topSection p {
    margin-bottom: 0px;
}
.envResourcesCard .bottomSection {
    border: 1px solid grey;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}
.envResourcesCard .bottomSection p {
    margin-bottom: 0px;
}
.envResourcesCard .searchContainer {
    border-radius: 4px;
    border: 1px solid #ececec;
}
.envResourcesCard .envInputClear {
    font-size: 14px;
    font-family: Lato, Helvetica Neue, sans-serif;
    margin-bottom: 0px;
    color: #ccc;
}
.envResourcesCard md-chip {
    font-size: 14px;
}
.envResourcesCard md-chips {
    display: flex;
    padding: 0px;
}
.envResourcesCard md-chips-wrap {
    margin-bottom: 10px;
    width: 90%;
}
.envResourcesCard .md-chips .md-chip-input-container {
    margin: 0px;
}

.envResourcesCard md-toast {
    background-color: white;
}

md-expansion-panel.md-open {
    margin-top: 0px;
    margin-bottom: 0px;

}

md-expansion-panel-expanded {
}
md-expansion-panel-collapsed {
}

md-expansion-panel md-expansion-panel-collapsed {
    display: block;
}

md-expansion-panel-header .md-expansion-panel-header-container {
    display: block;

}

.md-expansion-panel-header-container {
    padding: 0px 12px;
    line-height: 40px;
}

.env-search-close-icon {
    float: right;
    padding-top: 0.5rem;
    padding-right: 0.5rem;
}

.envResourcesCard .md-toast-content {
    display: block;
    background-color: white;
    color: rgb(0, 0, 0);
    max-height: 240px;
}
.envResourcesCard .md-toast-content:before {
    display: block;
    content: none;
}
.envResourcesCard .envToastSection {
    margin-bottom: 20px;
}
.envResourcesCard .envToastSection md-checkbox {
    margin-right: 16px;
}
/* .envResourcesCard md-expansion-panel md-checkbox .md-icon{
   height: 18px;
   width: 18px;
   margin-top: 2px;
} */
.envResourcesCard .envToastSection > div {
    margin-top: 10px;
}
md-expansion-panel-content .env-panel-content.fa-chevron-up {
    color: #999999;
    font-size: 12px;
}
md-expansion-panel-content .env-panel-content.fa-chevron-down {
    color: #999999;
    font-size: 12px;
}

.envResourcesCard .toastButtons {
    text-align: right;
    color: white;
}

.envResourcesCard .toastButtons .applyBtn {
    color: white !important;
    background-color: #2171b5;
}

.envResourcesCard .toastButtons .resetBtn {
    color: black !important;
}

.env-container {
    flex: 50;
}


.env-background {
    background-color: #f9f9f9;
    padding: 8px;
    max-height: 500px;
    overflow-y: scroll;
}

.filter-environments {
    float: right;
    border: 1px solid #2171b5;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    color: #2171b5;
    margin-left: 0.4rem;
    font-size: 25px;
    height: 40px;
}

.filter-environments:hover {
    border: 1px solid white;
    background-color: #2171b5;
    color: white;
}

.filter-environments-applied {
    float: right;
    border: 1px solid white;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 2px;
    background-color: #2171b5;
    color: white;
    margin-left: 10px;
    font-size: 25px;
    height: 40px;
}

/* Styles for wrapping the search box */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.input-group-env {
    width: 340px;
    float: right;
    margin-bottom: 10px;
}

.search-box:not(:valid) ~ .close-icon {
    display: none;
}

.form-control-env .searchContainer input {
    width: 100% !important;
    border: none !important;
}

.close-icon {
    cursor: pointer;
}

.btn-input-group-env {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border: 1px solid #d9d9d9 !important;
    border-left: 0px;
    color: #d9d9d9;
    height: 40px;
    width: 40px;
    padding-left: 12px;
}

.envResourcesCard .md-whiteframe-1dp .md-whiteframe-z1 {
    box-shadow: none !important;
}

.envResourcesCard .md-autocomplete-li {
    border: 1px solid #e4e4e4;
}

.envResourcesCard .md-autocomplete-suggestions {
    border: 1px solid #e4e4e4;
}

#filterPopover {
    position: absolute;
    right: 110px;
    font-size: 18px;
    color: #272727;
    z-index: 100;
    background-color: white;
    overflow-y: hidden;
    max-height: 300px;
    padding: 20px;
    margin-bottom: 40px;
    margin-top: 5px;
    width: 392px;
    border: 1px solid rgba(0, 0, 0, 0.12);
}
.filename-search-container {
    width: 40%;
    margin-right: 30px;
}

.filename-search-container input {
    width: 100%;
}

.fitToParent {
    width: 100%;
}

.fillParent {
    width: 100%;
    height: 100%;
    margin: 0;
}

.tableborder td {
    border: 1px solid black;
}

.box-input {
    border: 1px solid #cdcdcd;
    padding: 4px 8px;
    width: 100px;
    margin-bottom: 40px;
    margin-right: 15px;
}

.box-input input {
    -moz-appearance: textfield;
}

.advanced-search-row {
    display: flex !important;
    align-items: baseline !important;
    margin-bottom: 0.5rem;
}

.date-picker-container {
    width: 70%;
}

.date-picker {
    /* border-bottom: 1px solid #ccc;  */
    margin-bottom: 0;
    margin-left: 8px;
}

/* .datepicker-fix {
    background-color: #e0e1e3
} */

.datepicker-fix md-datepicker button {
    margin: 0 !important;
    height: 24px;
}

.datepicker-fix md-datepicker input {
    position: relative;
    top: 4.5px;
    padding-bottom: 3px;
}

.datepicker-fix .md-button.md-datepicker-button {
    display: none;
}

.execute-select {
    height: 36px;
    /* margin-bottom: 7px; */
}

.datepicker-fix md-datepicker button.md-datepicker-triangle-button {
    margin: 0 8px !important;

}

.datepicker-fix md-datepicker .md-datepicker-input-container {
    width: 120px;
    margin-left: 0;
}
.date-picker-container md-datepicker {
    vertical-align: initial;
}

.md-datepicker-expand-triangle {
    top: 60% !important;
}

.fls-button-container {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}

.fls-results-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.flr-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

/*.searchContainer input:focus +div + ul.localResults {
    visibility: visible;
    opacity: 0.9;
    position: absolute;
    top: 40px;
    height: 500px;
    color: white;
}*/
.newSearch {
    /* display: inline-block; */
    position: relative;
}
.searchValues {
    display: inline;
}
.searchValue {
    font-weight: 400;
    border-radius: 4px;	
    background-color: #e9ecef;
    padding: 2px 5px 2px 5px;
    position: relative;
    display: inline-block;
    font-size: 12px;
    margin: 5px 5px 0 0;
}

.tag-close {
    height: 12px;
    width: 12px;
    padding: 0 0 2px 0;
    margin-left: 6px;
}

#multiRegionBackupCard md-card-content > div > div > table {
    margin-right: 20px;
}
.errorText {
    color: #e74c3c;
}

.clone-error-msg {
    position: relative;
}

.beforeRotate {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.1s ease-out;
}
.afterRotate {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: 0.1s ease-out;
}

#detailTable,
#detailTable md-input-container {
    width: 100%;
}
#policy_timezone_select,
#schedule_timezone_select {
    max-width: 300px;
}
md-input-container .md-char-counter {
    opacity: 0;
    transition: opacity 0.5s ease;
}
md-input-container.md-input-focused .md-char-counter {
    opacity: 1;
}
#createAndDeleteBackupsTable md-select.fixed-width {
    min-width: 145px;
}

.step-container {
    margin: 0 auto;
    max-width: 800px;
}

.step-container md-card {
    margin-bottom: 2rem;
}
.step {
    min-width: 70px;
    max-width: 70px;
}
.step h2 {
    color: white;
    font-family: arial;
    height: 30px;
    width: 30px;
    font-size: 1.1rem;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    background: #2171b5;
    background: darkorange;
    margin: 22px auto;
}

.step .vertical-line {
    width: 2px;
    height: 100%;
    background: #ccc;
    margin: 5px auto;
}
.step-container md-card {
    border-top: 0;
}

body div section md-content.main.with-steps {
    padding: 40px 80px 40px 0;
}
body div section md-content.main.with-steps .editableDetailTitle {
    padding-left: 80px;
}

.step {
    width: 80px;
    text-align: center;
}
.truncate {
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.errorMessage {
    color: #e55;
    border: 1px solid #c0392b;
    padding: 10px 20px;
    display: block;
    text-align: center;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
}

md-dialog table {
    width: 100%;
}
.full-width-table {
    width: 100%;
}
#createAccountDialog {
    min-width: 400px;
}

md-input-container .md-input.mfa-input {
    font-size: 1.5rem;
    padding: 1rem 2rem;
    height: auto;
    text-align: center;
    border: 1px solid #ccc;
}

.modalTable thead tr th {
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ff9933;
    font-family: "Lato", sans-serif;
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.12rem;
    text-transform: uppercase;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    top: -40px;
    background: #fff;
    z-index: 2;
}
.account-settings {
    color: orange;
    font-family: "Lato";
    display: block;
    font-size: 12px;
}
.account-settings-image {
    cursor: pointer;
}
.account-checkmark {
    font-size: 8rem;
    color: #2171b5;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.servertable.loading {
    opacity: 0.5;
}

.servertable tr {
    transition: 0.5s linear opacity;
    -webkit-transition: 0.5s linear opacity;
}

.servertable-datarow {
    height: 60px;
}

.scrollable-window {
    overflow-y: scroll;
    max-height: 400px;
}

.xs-ring {
    transform: scale(0.2);
    margin: 0;
    height: 20px;
    position: relative;
    bottom: 18px;
    right: 60px;
}


.datatable.loading {
    opacity: 0.5;
}

.datatable tr {
    transition: 0.5s linear opacity;
    -webkit-transition: 0.5s linear opacity;
}
.datatable .datatable-thin-cell {
    padding: 5px 10px;
}
.datatable.animate-deletes tr.ng-leave {
    opacity: 1;
    background: #c1272d;
}
/*.datatable tr.inactive {
    background: #fcfcfc;
  color: #999;
}*/
.datatable tr td a + a {
    margin-left: 15px;
}
.datatable tr.inactive td {
    /*border-color: #ddd !important;*/
}
.datatable.animate-deletes tr.ng-leave.ng-leave-active {
    opacity: 0;
}
.account-configuration-card md-card-content {
    text-align: center;
}
.account-configuration-card md-card-content i {
    font-size: 8rem;
}
.account-configuration-card md-card-footer button {
    margin: 0 10px;
}
[md-color-picker] .md-color-picker-input-container .md-color-picker-preview,
md-color-picker .md-color-picker-input-container .md-color-picker-preview {
    top: 5px;
}
[md-color-picker] .md-color-picker-input-container .md-color-picker-clear,
md-color-picker .md-color-picker-input-container .md-color-picker-clear {
    top: 0;
}
table.datatable tr.adding-row,
table.datatable tr.adding-row:hover {
    background: #fff;
}
.radio {
    margin-bottom: 0;
}
.radio-info {
    display: block;
    margin-bottom: 16px;
}
#upgradeDialog {
    min-width: 360px;
}

/*Recurly errors*/
#errors:not(:empty) {
    color: orange;
    border: 1px solid orange;
    border-radius: 3px;
    font-size: 15px;
    padding: 10px 15px;
}
section:first-child {
    overflow: auto;
}

input.error {
    border-color: #e43c29;
}

div.error .recurly-hosted-field {
    border-bottom: 2px solid #e43c29;
}


.badge {
    padding: 0.5rem;
    text-align: center;
}

.badges > div:first-of-type {
    border-bottom: 1px solid #ddd;
}

.badges .badge + .badge {
    border-left: 1px solid #ddd;
}

.badge h1 {
    margin-bottom: 0;
}

@keyframes rotate-90 {
    from {
        transform: rotateY(90deg);
    }
    to {
        transform: rotateY(0);
    }
}

.account-configuration-card md-card-content i.rotate {
    animation: rotate-90 1s ease;
}

.top-right {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0px 3px;
    color: white;
    background: #2171b5;
}
md-autocomplete > md-autocomplete-wrap > md-input-container > label {
    display: none;
}
div[ng-messages] {
    color: rgb(221, 44, 0);
    font-size: 12px;
}
.greyText {
    color: #ababab;
}
.disabledText {
    color: rgba(0, 0, 0, 0.38);
}
.results li svg path,
.results li svg rect {
    fill: #ff6700;
}

.credential-state i {
    display: none;
}

.credential-state.success i.success,
.credential-state.failed i.failed,
.credential-state.testing i.testing,
.credential-state.not.configured i.not.configured,
.credential-state.untested i.untested {
    display: inline-block;
}

.torque-blue {
    background: #e2f9f8;
}

.account-help ul {
    list-style-position: inside;
}

.account-help li {
    list-style-type: disc;
}

.account-help img {
    max-width: 100%;
    border: 3px solid darkorange;
}

.animate-if.ng-enter,
.animate-if.ng-leave {
    transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}

.animate-if.ng-enter,
.animate-if.ng-leave.ng-leave-active {
    opacity: 0;
}

.animate-if.ng-leave,
.animate-if.ng-enter.ng-enter-active {
    opacity: 1;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

md-card.disabled {
    background: #ddd;
}
md-card.disabled md-card-content {
    width: 100%;
    height: 100px;
    font-size: 7rem;
    text-align: center;
    opacity: 0.5;
    z-index: 10;
    top: 50%;
}
.refresh-icon {
    font-size: 2rem;
    text-align: center;
}
.refresh-icon > span.fa.fa-refresh {
    cursor: pointer;
}
.pointer {
    cursor: pointer;
}
.refresh-icon > span.fa.fa-refresh:hover {
    border-radius: 50%;
}
#synchronizeDialog {
    min-width: 400px;
}

span.icon-cloud_ranger-01.tagActionButton.dirty {
    position: relative;
}

span.icon-cloud_ranger-01.tagActionButton.dirty::after {
    content: "";
    position: absolute;
    top: calc(50% - 11px);
    left: calc(50% - 11px);
    height: 0px;
    text-align: center;
    padding: 10px;
    border: 1px solid #2171b5;
    opacity: 0;
    width: 0px;
    background: transparent;
    border-radius: 50%;
    animation: expanding-circle 1.5s infinite;
}

@keyframes expanding-circle {
    50% {
        opacity: 0.25;
        top: calc(50% - 16px);
        left: calc(50% - 16px);
        padding: 15px;
    }
    50% {
        opacity: 0.5;
    }
    75% {
        opacity: 0.75;
    }
}

md-progress-linear.green .md-bar {
    background-color: #2171b5;
}
md-progress-linear.red .md-bar {
    background-color: #c1272d;
}

.syncTable tr td:nth-of-type(1) {
    width: 150px;
}
.syncTable tr td:nth-of-type(2) {
    width: 20px;
}
.account-credential-warning {
    margin: 10px 0px;
    background: orange;
    border-radius: 10px;
    padding: 10px;
    color: white;
    font-size: 16px;
}
.inactive-warning {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #c1272d;
    color: white;
    text-align: center;
    padding: 6px 0;
}
.inactive-message a {
    color: white;
    letter-spacing: 1.2px;
    text-decoration: underline;
    font-family: "Lato";
    font-size: 15px;
}
.inactive-message {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: orange;
    color: white;
    text-align: center;
}
.line-through {
    text-decoration: line-through;
}
.dr-resource {
    width: 100%;
    height: 40px;
}

.modal-full-confirm {
    max-width: 100%;
    width: 100%;
    height: 52px;
    background-color: #2171b5;
    color: white;
    border-radius: 0;
}

/* FIND BETTER WAY */
/* md-input-container:not(.md-input-has-value) input:not(:focus), md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-ampm-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-day-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-hour-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-millisecond-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-minute-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-month-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-second-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-text, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-week-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-year-field {
    margin-top: 4px
} */

md-input-container:not(.md-input-invalid).md-input-focused .md-input {
    border-color: #2171b5;
}

.md-select-placeholder span:first-child {
    margin-left: 10px;
}




table.sticky-header-bg thead {
    z-index: 1;

}

/* Rules for Green checkbox filter policy  select width fix */
md-checkbox.green-chkbox.md-default-theme.md-checked .md-icon,
md-checkbox.green-chkbox.md-checked .md-icon {
    background-color: #2171b5;
}

/* md-select.filterpolicy .md-select-value {
    min-width: 27rem;
    max-width: 27rem;
    width: 27rem;
} */

ul.bulletlist li dot {
    margin: 0 20px 0 8px;
}

.md-toast-content .md-button {
    color: orange !important;
}
.config-timestamp-span {
    display: none;
}
md-select-menu .config-timestamp-span {
    display: inline;
}

.flsCard .fa-info-circle {
    color: #2171b5;
}

.flsCard md-switch {
    width: 13%;
    margin-bottom: 16px;
}

.flsSettingsOptions {
    width: 280px;

}

.flsSettingsOptions md-radio-button:nth-child(1) {
    min-width: 150px;
    max-width: 155px;
}

.flsSettingsOptions md-radio-button:nth-child(2) {
    width: 88%;
    min-width: 250px;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.account-connect {
    margin: 1rem;
}
.account-connect button {
    font-size: 13px;
}

@media screen and (max-width: 1835px) {
    .flsCard md-switch .md-label {
        margin-left: 40px;
    }
}

.flsDropdown {
    margin-right: 2rem;
}

.flsDropdown > md-input-container {
}

.flsDropdown > md-select:focus {
    outline: 0 !important;
}

.advanced-search-row .label {
    width: 160px;
}

.advanced-search-row .searchContainer {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 2px 4px;
}


.advanced-search-row md-input-container {
    padding: 0px;
}

.flsDropdown md-select:focus {
    outline: 0 !important;
}

.flsElipsis {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.restoresElipsis {
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.masonry {
    box-sizing: border-box;
}

.masonry-main {
    columns: 210px;
    column-gap: 20px;

}

.masonry-box {
    break-inside: avoid-column;
    border: 1px solid #03aa5e;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    padding-top: 10px;
    margin: 5px 5px 5px 0px;
}

table.datatable.fileSnapshots tbody tr td:last-child {
    padding-left: 0px !important;
}

table.datatable.fileSnapshots tbody tr td:nth-child(2) {
    padding-left: 0px !important;
}

table.datatable.fileSnapshots tr th {
    padding-left: 0px;
}

table.datatable.fileSnapshots tr th:first-child {
    padding-left: 10px !important;
}

table.datatable.fileSnapshots tr td:nth-child(4) {
    padding: 5px 0px;
}

table.datatable.dr-test tr td:nth-child(2) {
    border-left: 1px solid #aaa;
    margin-top: 20px;
}

table.datatable.dr-test {
    margin-top: 1rem;
}

.backup-time {
    padding: 8px 0;
    margin-right: 12px;
}

.backup-time.placeholder {
    margin-right: 18px;
}

md-dialog#addPolicyForIndexingDialog {
    min-width: 500px;
}
div.md-panel-outer-wrapper.md-panel-is-showing > md-tooltip {
    opacity: 1;
    padding: 5px;
}

.back-arrow {
    font-size: 1.5em;
    margin-right: 0.2em;
}
.file-search-label-container {
    float: right;
    text-align: right;
}
#resultCounterText {
    margin-right: 3em;
}
.data-card {
    min-width: 15rem;
    margin: 0.5rem;
    padding: 15px;
    min-height: 15rem;
}
.data-card-button {
    background-color: white;
    text-align: center;
    opacity: 0.7;
    display: flex;
}
.data-card md-checkbox {
    margin-left: 0.5rem;
}
.data-card label {
    margin-top: 0.5rem;
}

.data-card-button:hover {
    background-color: #fafafa;
    opacity: 1;
}

.data-card-button i {
    color: light;
}

.data-card md-card-actions {
    margin: 0;
    padding: 0;
}

p.network-guide {
    word-break: break-all;
    white-space: normal;
    padding: 5px;
}

.account-help ul li {
    padding-left: 0px;
}

.policyTemplatesCard {
    border-top: 20px solid #fff !important;
}

.policyTemplatesContainer > div:last-of-type {
    padding-right: 0 !important;
}

.policyTemplatesContainer p {
    margin-bottom: 10px !important;
}

.policyTemplateInner {
    padding: 10px 15px 7px 15px;

}

.recommended {
    background: #f3f3f3bd;
}

.greenBorderContainerButton {
    box-sizing: border-box;
    min-width: 9.75rem;
    border: 1px solid #2171b5;
    border-radius: 2px;
    background-color: #ffffff;
    font-size: 14px;
    color: #2171b5;
    font-family: "Lato", sans-serif;
    padding: 0.5rem 1rem;
}

.greenBorderContainerButton:focus {
    outline: 1px #2171b5 !important;
}

.greenBorderContainerButton:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
        0 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.policyTemplates {
    display: flex;
    flex-wrap: wrap;
}

.policyTemplateInner {
    width: 50%;
}

.policyTemplateTop {
    margin-top: 15px;
}

@media screen and (max-width: 960px) {
    .policyTemplateInner {
        margin-top: 15px;
    }
}

@media screen and (max-width: 860px) {
    .policyTemplateInner {
        width: 100%;
    }
}

@media screen and (max-width: 375px) {
    .onboardingLogo {
        width: 100% !important;
    }
}

.onboardingCard {
    margin: 0 auto !important;
    border-top: 0;
    padding: 3rem 3rem 3rem;
    border: 1px solid #eee;
    max-width: 768px;
    min-width: 320px;
  }

  .mfaCard {
    margin: 1rem auto !important;
    /* border-top: 0; */
    padding: 0;
    /* border: 1px solid #eee; */
    max-width: 450px;
    min-width: 320px;
  }

  .mfaCard .header {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 2rem;
  }
  
  .mfaCard .message {
    padding: 1rem 2rem 0;
    background-color: #F1F8FF;
  }

  .mfaCard h3 {
      margin-bottom: 0.5rem;
  }

  .mfaCard .form {
    padding: 2rem;
  }

  .mfaCard .footer {
    border-top: 1px solid #ddd;
    padding: 1rem 2rem;
  }

  .noaccessCard {
    margin:0 auto !important;
    border-top:0;
}
.noaccessCard {
    margin: 0 auto !important;
    border-top: 0;
    padding: 0;
    border: 1px solid #eee;
    max-width: 868px;
    min-width: 320px;
}

.noaccessCard md-card-content {
    padding-bottom: 2rem;
    text-align: center;
}

.center-copy {
    text-align: center;
    margin-bottom: 0 !important;
}

.onboardingLogo {
    width: 200px;
}

.strongHeading {
    text-transform: none;
    letter-spacing: 0rem;
    font-weight: 600 !important;
}

.flsSearchSpan {
    bottom: -5px;
    position: absolute;
    left: 65px;

}

.flsMiniLoader div {
    width: 30px !important;
}

.flex-even {
    display: flex;
    justify-content: space-evenly;
}

.heading {
    padding-bottom: 0.5rem;
    padding-top: 1rem;
}

.radio-horizontal {
    margin-left: 2rem !important;
}

.unavailable-text {
    color: #969696;
    text-decoration: line-through;
}

.additional-info-text {
    color: #969696;
}
.fixed-table {
    table-layout: fixed;
    width: 100%;
}
.fixed-table td:nth-child(1) {
    width: 13%;
    white-space: nowrap;
}
.fixed-table2 td:nth-child(1) {
    width: 16%;
    white-space: nowrap;
}
@media screen and (max-width: 1835px) {
    .fixed-table td:nth-child(1) {
        width: 20%;
    }
}
@media screen and (max-width: 1835px) {
    .fixed-table2 td:nth-child(1) {
        width: 24%;
    }
}
@media screen and (max-width: 960px) {
    .fixed-table td:nth-child(1) {
        width: 30%;
    }
}
@media screen and (max-width: 960px) {
    .fixed-table2 td:nth-child(1) {
        width: 34%;
    }
}
.parent-width {
    max-width: 100%;
}
.indent {
    padding-left: 1.25rem;
}
md-radio-button .md-on {
    height: 1rem;
    width: 1rem;
    background-color: #252525;
}

md-radio-button.rd-btn-checked.md-checked .md-on {
    background-color: #2171b5 !important;
}
md-radio-button.rd-btn-checked.md-checked .md-off {
    border-color: #2171b5 !important;
}

md-radio-button .md-off {
    height: 1rem;
    width: 1rem;
    border-color: #252525;
}

md-radio-button.md-checked .md-off {

    border-color: #252525;
}

md-radio-group.md-default-theme .md-checked .md-ink-ripple,
md-radio-group .md-checked .md-ink-ripple {
    color: rgba(37, 37, 37, 0.26);
}

/* .radio-panel md-radio-button {
    margin-bottom: 0;
} */

md-checkbox .md-icon {
    height: 1rem;
    width: 1rem;
}
.md-select-icon {
    position: relative;
    left: 17px;
}

md-radio-button.radio-text-large .md-label {
    position: relative;
    bottom: 4px;
    font-size: 1rem;
}

md-radio-button.radio-text-large:focus {
    outline: none;
}

md-radio-button .md-label {
    position: relative;
    bottom: 1px;
    top: -4px;
}

md-checkbox .md-label {
    position: relative;
    bottom: 4px;
}

input.default-input {
    border: none;
    border-bottom: 1px solid #cdcdcd;
    height: 1.8rem;
    padding: 1rem 0;
    color: #3c434e;
}

input.default-input:focus {
    outline: none;
}

md-select.default-select {

    height: 1.8rem;
    width: 250px;
}

md-select.default-select:focus {
    outline: none;
}

md-select.currency-select {
    margin: 0;
    width: 8rem;
}

md-select .md-select-value {
    border: none;
    border-bottom: 1px solid #cdcdcd;
}

input.wide-input {
    width: 80%;
}

.input-row {
    padding-top: 1.5rem;
}


input.number-input {
    width: 6rem;
    margin-right: 1rem;
}
.table-form {
    width: 100%;
    margin-bottom: 2rem;
}
.table-form:last-child {
    margin-bottom: 0;
}

/* .table-form tr {
    padding-bottom: 1rem;
} */

.table-form tr td:first-child {
    width: 17.5%;
}

.plan-detail {
    padding: 0.38rem 0 0 0.2rem;
}

.plan-text-description {
    font-weight: 200;
    font-size: 1rem;
}

.recurly-hosted-field {
    border: none !important;
    border-bottom: 1px solid #cdcdcd !important;
    height: 1.8rem !important;
    padding: 0 !important;
    position: relative !important;
    top: 0.2rem !important;
    margin: 0 !important;
    /* font-family: "Lato", sans-serif !important; */
    /* margin-top: 1rem !important; */
}

.recurly-hosted-field-number {
    width: 80% !important;
}

.recurly-form {
    font-family: sans-serif !important;
}

.left-pad-small {
    padding-left: 0.4rem;
}

.panel-collapse {
    height: 0;
    display: none;
}
.panel-expand {
    height: 100%;
    transition: all 2s ease-in;
}

.recurly-label {
    position: relative;
    bottom: 6px;
}

.light-text {
    font-size: 14px;
}

.light-text.lighter {
    font-weight: lighter;
}

.light-text ul li {
    font-weight: lighter;
    margin-top: 3px;
    padding-left: 1rem;
}

.list-icon {
    padding: 0 0 3px 0;
    transform: scale(1.25);
    position: relative;
    right: 0.5rem;
}

.unavailable-list {
    padding-left: 1rem;
}

.pricing-text {
    position: relative;
    bottom: 1.5px;
}

.bold-list {
    margin-bottom: 0;
}

.bold-list li {
    padding-bottom: 0.5rem;
    text-transform: none;
    letter-spacing: 0rem;
    font-weight: 600 !important;
    font-size: 14px;
}

.bold-list li:last-child {
    padding-bottom: 0;
}

.inner-panel {
    background-color: rgba(148, 148, 148, 0.05);
    padding: 1rem;
    padding-bottom: 20px;
}

.panel-header {
    padding: 0.75rem 1rem;
}

.panel {
    border: 1px solid #cdcdcd;
    margin: 0.75rem 0;
}

.panel:first-child {
    margin-top: 0;
}

.panel > span > md-radio-button {
    margin: 0.5rem 0;
}
.panel-divider {
    margin-bottom: 0.75rem;
}
.panel-divider:last-child {
    margin-bottom: 0;
}

.more-less-bar {
    height: 2rem;
    padding: 0.3rem;
    text-align: center;
}

.disable-click {
    color: #9e9e9e;
    pointer-events: none;
}

.space-top {
    padding-top: 1rem;
}

.adr-modal-spinner {
    transform: scale(0.85);
    margin: 0 auto;
}

.sort-icon {
    min-height: 0;
    height: 10px;
    margin-top: -5px;
    position: relative;
    top: 1px;
    right: 3px;
}

.sort-icon-ascending {
    transform: rotate(180deg);
}

.environments-search-container {
    margin-top: 0px;
}
.scheduleTimeSlot {
    white-space: pre-line;
}

.useSchedule {
    text-align: right;
    padding-right: 0;
}

#schedulesDialog {
    padding: 0 40px 0px 40px;
}

.drplans-for-env-list {
    list-style-type: disc;
    list-style-position: inside;
}

#confirmDeleteEnvironmentDialog {
    min-width: 400px;
}

md-input-container.md-input-has-value .md-select-value > span:not(.md-select-icon) {
    min-width: 19px;
}

.header-block {
    position: fixed;
    width: calc(100% - 260px);
    z-index: 10;
}

.listing-header a {
    line-height: 1;
}

.listing-header, .listing-tabs, .listing-details-header {
    height: 85px;
    padding: 1rem 1rem 1.5rem 1rem;
    width: inherit;
}

.listing-header .header-link a:hover, 
.listing-details-header .header-link a:hover, 
.listing-tabs .header-link a:hover {
    text-decoration: none;
}

.listing-header button + button, 
.listing-details-header button + button, 
.listing-tabs button + button {
    margin-left: 8px;
}

.listing-header md-switch, 
.listing-details-header md-switch, 
.listing-tabs md-switch {
    margin-left: 1.5rem;
}

.listing-header md-switch .md-container, 
.listing-details-header md-switch .md-container, 
.listing-tabs md-switch .md-container {
    margin-top: 5px;
}

.listing-header #title, .listing-details-header #title, .listing-tabs #title {
    font-size: 1.15rem;
    font-weight: 500;
    padding-top: 5px;
    margin: 0;
    height: 35px;
}

.listing-details-header {
    position: fixed;
    z-index: 10;
    background: #ffffff;
}

.listing-details-content {
    padding: 1rem;
    overflow-y: auto;
    top: 85px;
    position: absolute;
    height: calc(100% - 85px);
    width: 100%;
}

.listing-details-content .listing-entities {
    margin: auto;
}

.listing-details-content .listing-entities span {
    padding: 0px 5px; 
    font-size: 12px;
    line-height: 13px;
    color: #212529;
}

.sticky-header {
    position: fixed; 
    width: 80.4%; 
    z-index: 55;
    background: white;
}

.sticky-header-space-filler {
    height: 86px;
}

/* .sticky-link-header {
    top: 133px;
    position: static; 
    background: white;
    width: 81%;
    z-index: 55;
    padding-top: 1rem;
    padding-bottom: 1rem;
} 

.sticky-link-space-filler {
    height: 60px;

}
*/

@media (min-width: 1400px) {
    .sticky-link-header,
    .sticky-header {
        width: calc(100% - 321px);
    }
} 

@media only screen and (max-width: 1280px) {
    .sticky-link-header,
    .sticky-header {
        width: 100%;
        left: 0px;
    }
}

