.no-margin {
    margin: 0;
}

/* CARDS */

md-card {
    /* border-top: 5px solid orange; */
    margin-left:0;
    margin-right:0;
    margin-top:0;
    margin-bottom: 1rem;
    outline: none;
    /* border: 1px solid #E4E4E4; */
    border-radius: 3px 2px 2px 2px;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2)
}

md-card md-card-content {
    display: block;
    /* padding: 1rem;
    padding-top: 0.2rem; */
    font-size: 14px;
    font-family: "Lato";
}
md-card md-card-header {
    padding: 1rem;
    /* padding-bottom: 0; */
}

md-card md-card-content.md-card-repeat {
    padding-bottom: 0;
}


md-card.card-margin {
    margin: 1rem 0.5rem;
    padding: 0;
}

md-card.card-above {
    margin-top: 0;
}
md-card.card-margin:first-of-type {
    margin-left: 1rem;
}

md-card.card-margin:last-of-type {
    margin-right: 1rem;
}

md-card.card-margin.single-card {
    margin-left: 1rem;
    margin-right: 1rem;
}

/* TYPOGRAPHY */

.small-text {
    font-family: "Lato", sans-serif;
    font-size: 14px;
}

.light-text-12 {
    font-family: "Lato", sans-serif;
    font-size: 12px;
    color: #6C757D;
}

.light-text-14 {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: #6C757D;
}

.bold-text {
    font-weight: 700;
}

.text-space {
    padding-bottom: 12px;
}

.select-none {
    user-select:none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

h3, .h3 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3c434e;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: capitalize;
    /* margin: auto; */
    margin-left: inherit;
}

.h3 md-switch {
    padding-left: 0.8rem;
    padding-bottom: 0.5rem;
}

md-card md-card-content h3, md-card md-card-header h3 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3c434e;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: capitalize;
    margin: inherit;
}

.label {
    -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;
}

.reposition-label {
    padding-top: 3px;
}

.label.dark-label {
    color: rgba(0,0,0,0.87);
}

/* TABLES */

table.datatable table.inner-table {
    width: 100%;
}

table.datatable table.inner-table tbody tr {
    background-color: inherit;
    border: none;
}

table.datatable table.inner-table tbody tr td{
    border: none ;
    width: 33%;
}

table.datatable tbody tr td.cell-gutter, table.datatable thead tr th.cell-gutter {
    padding-left: 2rem !important;
}

table.datatable table.inner-table tbody tr .select-container{
    padding-top: 0;
    width: 100%;
}

table.datatable table.inner-table tbody tr .select-container md-select{
    z-index: 0;
}

table.datatable table.inner-table tbody tr .select-container md-input-container{
    width: 100%;
    max-width: 160px;
}

table.datatable table.inner-table tbody tr td:first-child {
    padding: 0.5rem 0 0 0.5rem;
}

table.datatable {
    /* border-collapse: separate;
    border-spacing: 0 1em; */
    width: 100%;
}

table.datatable thead tr {
    min-height: 2.5rem;
}
table.datatable thead tr th.wide-column.sub-table-title {
    padding-left: 0;
}

table.datatable tbody tr td.sub-table-data {
    position: relative;
    left: 5px
}

table.datatable thead tr th.wide-column {
    width: 90px;
    padding-left: 0.5rem;
}

table.datatable thead tr th.narrow-column {
    width: 5%;
}

table.datatable thead tr th.thirty {
    width: 30%;
}

table.datatable .success{
    color: green;
    margin-right: 2px;
}

table.datatable .failed{
    color: red;
}

table.datatable .inprogress{
    color: steelblue;
}

table.datatable tbody tr.align-top td {
    vertical-align: top;
    padding: 0.5rem 0 0 0.5rem;
}

table.datatable tbody tr.align-top td.inner-table-container {
    padding: 0 0 0.1rem 0;
}

table.datatable.actiontable tbody tr td:last-child {
    padding-right: 0;
}



.sticky-table-container {
    overflow-y: auto;
    max-height: 400px;
    margin-top: 1rem;
}

.sticky-grid-container {
    overflow-y: auto;
    max-height: calc(100vh - 220px);
}

table.datatable.sticky-table-header thead tr th {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    top: -1px;
    z-index: 2;
    /* border-top: 1px solid white; */
}

table.datatable thead tr th,
table.popuptable thead tr th,
table.simpletable thead tr th,
table.flsNetworkTable thead tr th {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3c434e;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    top: -40px;
    background-color: #E9ECEF;
    z-index: 2;
    padding-top: 0.553rem;
    padding-bottom: 0.563rem;
    border: 1px solid #DEE2E6;
    border-left: none;
    border-right: none;

}

table.datatable thead tr th:first-child,
table.popuptable thead tr th:first-child,
table.simpletable thead tr th:first-child,
table.flsNetworkTable thead tr th:first-child {
    border-left: 1px solid #dcdcdc;
    padding-left: 1rem;
}

table.datatable thead tr th:last-child,
table.popuptable thead tr th:last-child,
table.simpletable thead tr th:last-child,
table.flsNetworkTable thead tr th:last-child {
    border-right: 1px solid #dcdcdc;
}

table.datatable tbody tr:last-child {
    border-bottom:  1px solid #dcdcdc;
}

table.datatable td.vertical-line {
    position: relative;
}
@media screen and (min-width: 480px) {
    table.servertable tr td{
        padding: 10px 10px;
    }
    table.servertable tr th {
        padding: 0px 10px;
    }
}

table.datatable tbody tr {
    background: white;
}
table.datatable tbody tr:hover {
    background: #fafafa    ;
}
table.datatable tbody tr.white {
    background: white;
}

table.datatable tbody tr.narrow td {
    border-color: transparent !important;
    padding-top: 0;
    padding-bottom: 0;
}

table.datatable tbody tr td {
    border: 1px solid #dcdcdc ;
    border-left: none;
    border-right: none;
    margin: 0;
    padding: 0.25rem;
    vertical-align: middle;
    height: 40px;
    font-size: 14px;
}

table.datatable tbody tr td {
    padding: 0.25rem;
}

table.datatable.env-table tbody tr td {
    padding: 0.5rem 1rem;
}

table.datatable.env-table thead tr th {
    padding: 0.75rem 1rem;
}

table.datatable.env-table tbody tr td:last-child {
    width: 2.5rem;
}


table#dr-table tbody tr.empty-table:hover {
    background: white !important;
}

table tbody tr.empty-table td {
    text-align: center;
}

table.datatable tbody tr td:first-child {
    border-left: 1px solid #dcdcdc;
    padding-left: 1rem;
}
table.datatable.multi-select tbody tr td:first-child {
    width: 30px;
}
table.datatable tbody tr td:last-child {
    border-right: 1px solid #dcdcdc;
    padding-right: 1rem;
}

table.datatable thead tr th:last-child {
    border-right: 1px solid #dcdcdc;
    padding-right: 1rem;
}

table.datatable tbody tr:last-child td {
    border-bottom: 1px solid #dcdcdc;
}
/*
table.datatable tbody tr td a{
    letter-spacing: 0.5px;
}
*/
table.datatable td.vertical-line {
    position: relative;
}
table.datatable td.vertical-line:before {
    content: '';
    position: absolute;
    top: 12px;
    bottom: 12px;
    width: 1px;
    background: #aaa;
    left: 0;
}
table.datatable tbody tr td .primary-link {
    text-transform: none;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    letter-spacing: initial;
}

table.datatable tbody tr td .primary-link.disabled-link, 
table.datatable tbody tr td .primary-link.disabled-link:hover, 
table.datatable tbody tr td.disabled-link, 
table.datatable tbody tr td.disabled-link:hover  {
    color: #C6C6C6;
    opacity: 0.6;
}

table.datatable tbody tr td .primary-link-green {
    text-transform: none;
    font-size: 1rem;
    color: #2171B5;
    font-weight: bold;
    letter-spacing: initial;
}
md-checkbox .md-icon {
    background-color: #fff;
    border: 1px solid #cbcdd0;
    padding: 1px;
}

@media screen and (min-width: 480px) {
    table.datatable tr td{
        padding: 10px 10px;
    }
    table.datatable tr th {
        padding: 0px 0 0 0.25rem;
    }
}
/* table.datatable.jobs tbody tr td {
    font-size: 12px;
} */

table.datatable.more-button tbody tr td:last-child {
    width: 2rem;
    padding-right: 0.5rem
}

md-menu-item > a:hover {
    color: initial;
}

/* BUTTONS */

.secondary-button {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: white;
    border: 1px solid #2171B5;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: capitalize;
    outline: none;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    color: #2171B5;
    /* color: #3c434e; */
    border-radius: 0;
    height: 34px;
    padding: 0 1rem;
    line-height: 30px;
    border-radius: 3px;
}

.secondary-button:hover {
    background-color: #fafafa;
}

.secondary-button.modal-button {
    position: relative;
    top: 1px;
}

/* card-panel md-card-header {
    margin-bottom: 0.5rem;
} */

card-panel md-card-header .secondary-button {
    height: 27px;
    line-height: 0;
    margin-right: 0.4rem;
}

card-panel md-card-header .primary-button {
    height: 27px;
    line-height: 0;
}

/*
.secondary-button.modal-button:hover {
    background-color: #f0f0f0;
} */

.btn-secondary {
    color: #000000;
}

/* DIALOGS */

md-dialog {
    max-height: 90%;
}

md-dialog .dialog-select {
    display: inline-block;
    border: 1px solid #CED4DA;
    border-radius: 4px;
    width: 15rem;
    height: 36px;
    box-shadow: none;
}

md-dialog .dialog-select.dialog-select-padding {
    margin: 1rem 0 0.1rem 0.7rem;
}

md-dialog md-autocomplete.dialog-select input:not(.md-input) {
    height: 36px;
}

md-dialog .md-dialog-header .h3 {
    font-size: 20px
}

md-dialog md-dialog-actions.padded-actions {
    padding: 0.5rem 1rem 0.5rem 0;
}

md-dialog div.md-dialog-content {
    padding: 1rem;
}

md-dialog div.md-dialog-header {
    padding: 1rem;
    background-color: #F8F9FA;
    border-bottom: 1px solid #CCC
}

md-dialog div.md-dialog-header .h3 {
   font-size: 20px;
}

md-dialog md-dialog-content .modal-form-input {
    min-width: 28rem;
}

@media screen and (min-width: 959px) {
    md-dialog.adr-modal {
        padding: 1rem;
        min-width: 1000px;
    }
    md-dialog.adr-resource-modal {
        min-width: 1000px;
    }
    md-dialog.execute-failover-modal {
        min-width: 768px;
    }
}
@media screen and (max-width: 959px) {
    md-dialog.md-dialog-fullscreen {
        min-height: 0;
    }
}
md-dialog.adr-modal.confirm-modal {
    min-width: 400px;
}

md-dialog.adr-modal md-dialog-content {
    padding: 0;
    margin-bottom: 1rem;
}

md-dialog.adr-modal .md-dialog-header {
    padding: 0
}

table.adr-modal-table {
    margin: 16px;
    max-width: 95%;
}

table thead.floating-table-header tr th {
    border-bottom: none;
}

/* md-dialog.adr-modal md-dialog-actions {
    min-height: 0;
} */

md-dialog .md-dialog-header {
    padding: 0;
    padding-bottom: 1rem;
}


md-dialog md-dialog-content.adr-modal-content {
    padding: 0;
}

md-dialog md-dialog-actions.adr-actions {
    padding: 1rem 0 0;
}

md-dialog .md-dialog-header .dialog-close {
    position: fixed;
    right: 1rem;
    top: 1rem;
}

md-dialog.policy-rules-modal {
    min-width: 768px;
    max-width: 768px;
    overflow: initial;
}

.dialog-label {
    width: 8.5rem;
    position: relative;
    bottom: 2px;
    display: inline-block;
}

.dialog-label.first-field {
    position: relative;
    bottom: -8px;
}

md-dialog md-autocomplete.dialog-select md-autocomplete-wrap {
    box-shadow: none;
}

md-dialog md-input-container {
    padding: 0;
}

md-dialog .md-dialog-header .close-dialog {
    position: absolute;
    right: 1rem;
}

/* md-dialog md-dialog-header .close-dialog {
    position: absolute;
    right: 1rem;
} */

/* PANELS */
.cr-panel {
    border: 1px solid #cdcdcd;
    margin: 0.75rem 0;
}

.cr-panel:first-child {
    margin-top: 0;
}

.cr-panel > span > md-radio-button {
    margin: 0.5rem 0
}
.cr-panel-divider {
    margin-bottom: 0.75rem;
}
.cr-panel-divider:last-child {
    margin-bottom: 0;
}

.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.yellow {
    background-color: #fef2d7;
    border: 1px solid #fdeabf;
    color:#9d6423;
    margin:20px 0px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
 }
.warning-panel.yellow.margin-0 {
    margin: 0;
    margin-bottom: 1rem
 }

.warning-panel ul {
    list-style-type: disc;
    margin: 0 30px;
}
.warning-panel-action {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    color:#9d6423;
    text-transform: capitalize;
}

.warning-panel-action:hover {
    color: #fb950d;
    text-transform: capitalize;
}

md-expansion-panel-group md-expansion-panel md-expansion-panel-expanded md-expansion-panel-content{
    padding: 0.5rem 1rem;
    padding-top: 0;
}

md-expansion-panel.cr-expansion-panel.additional-copies {
    box-shadow: none;
}

md-expansion-panel.cr-expansion-panel md-expansion-panel-collapsed {
    padding: 0 1rem;
}

md-expansion-panel.cr-expansion-panel md-expansion-panel-header .md-expansion-panel-header-container {
    padding: 0 1rem;
}


/* Radio Buttons */

md-radio-button {
    outline: none;
}

md-radio-button.radio-spacing {
    padding-bottom: 0.25rem;
    margin-bottom: 0.5rem;
}

md-radio-button.radio-spacing .md-container {
    height: 1.5rem
}

/* Checkboxes */

md-checkbox {
    display: inline;
    margin: 0;
}



md-checkbox.radio .md-icon {
    border-radius: 50%;
}

md-checkbox.radio[checked="checked"] .md-icon:after {
    width: 8px;
    height: 8px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,0.9);
    top: 2px;
    left: 2px;
}

#dr-table md-checkbox {
    margin-top: 0.3rem
}

md-checkbox .md-container {
    height: 1rem;
    width: 1rem;
}

md-checkbox.md-checked .md-icon:after {
    position: relative;
    top: -2px;
    left: 3px;
}

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;
    border-color: #2171B5;
}

md-checkbox .md-label {
    white-space: nowrap;
    position: relative;
    bottom: 2px;
    margin-left: 2rem;
}

md-checkbox.md-indeterminate .md-icon {
    background: #2171B5;
    border: #2171B5;
    color: white;
}

/* .additional-copies md-checkbox div span.checkbox-label {
    position: relative;
    top: -1px;
} */

md-checkbox div span.checkbox-label {
    position: relative;
    top: 1px;
}





.additional md-radio-button .md-label {
    position: relative;
    bottom: 4px;
}


md-checkbox div span.fixed-width-label {
    width: 8.5rem;
    display: inline-block;
}


.body-checkbox {
    margin-bottom: 0;
}

/* md-checkbox.md-checked .md-icon:after {
    display: block;
} */

.md-input-container-div .autocomplete-checkbox {
    margin-left: 0.75rem;
}
.md-input-container-div .autocomplete-checkbox .md-label{
    margin-left: 1.5rem;
}


/* SELECT DROPDOWNS */

 /* md-input-container {
	margin-bottom: 2px;
} */
md-select.select-fix{
	position: relative;
	bottom: 1.5px;
}

md-select.dark-text .md-select-value {
    color: rgba(0,0,0,0.87);
}

.cr-select md-select-menu {
    position: relative;
    top: 0;
}

.select-remove {
    position: absolute;
    right: 3rem;
    top: 8px;
    z-index: 2;
    /* height: 10px; */
    background-color: #FFFFFF;
    border: none;
    font-size: 13px;
    color: #2171B5;
    outline: none;
}

.select-remove img{
    height: auto;
    width: 14px;
}

.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: 4px 12px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

md-select:not([disabled]):focus .md-select-value {
    border-bottom-color: #cdcdcd;
    border-bottom-width: 1px;
    padding-bottom: 4px;
}

.md-select-value .md-select-icon {
    margin-top: 3px;
    margin-right: 1rem;
    color: #3c434e;
}

.md-select-menu-container {

    max-height: 210px;
    box-shadow: 0 2px 5px rgba(0,0,0,.25);
    background-color: #FFFFFF;
}

md-select-menu.md-default-theme md-content md-option[selected], md-select-menu md-content md-option[selected] {
    color: #2171B5
}

.md-checkbox-enabled.md-default-theme[selected] .md-icon, .md-checkbox-enabled[selected] .md-icon {
    background-color: #2171B5;
}

md-select-menu.md-default-theme md-content md-option[selected]:focus, 
md-select-menu md-content md-option[selected]:focus, 
md-select-menu md-content md-option[selected].md-focused {
    color: #2171B5;
}

md-select-menu:not(.md-overflow) md-content {
    padding-top: 0;
    padding-bottom: 0;
}
 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: rgba(158,158,158,0.18);
}

md-select-menu md-content md-optgroup label {
    color: #FFFFFF;
    margin: 0;
    padding: 1rem 1rem 0.5rem 1rem;
    font-weight: 600;
    text-transform: capitalize;
}
/* md-select:focus {
    outline: 1px solid #2171B5;
} */

md-input-container.md-input-focused:not([md-no-float]) .md-select-placeholder span:first-child {
    -webkit-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
    opacity: 0;
    transform: none;
}

card-panel {
    font-size: 14px;
}
/*
card-panel md-input-container .md-input {
    border: 1px solid #CED4DA;
    border-radius: 4px !important;
    height: 34px !important;
    font-size: 14px !important;
}

card-panel md-input-container textarea.md-input {
    height: 34px;
}

card-panel md-input-container.md-input-focused .md-input.ng-invalid-required, 
card-panel md-input-container.md-input-invalid .md-input.ng-invalid-required, 
card-panel md-input-container.md-input-invalid .md-input.ng-invalid-pattern {
    border: 2px solid red !important;
}

card-panel md-input-container.md-input-focused .md-input {
    border-width: 2px;
}
*/
/* Calendars */

.md-datepicker-expand-triangle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-80%) rotate(-45deg);
    transform: translate(-50%,-100%) rotate(-45deg);
    width: 9px;
	height: 9px;
	border-right: none;
    border-left: 0.5px solid #b3b3b3;
	border-bottom: 0.5px solid #b3b3b3;
	border-top: none;
}

/* ICONS */

.icon img{
	font-size: 1rem;
 }

.icon img.rotate{
    transform: rotate(180deg);
}

.rotate180{
    transform: rotate(180deg);
}

/* FLEXBOX */

.flex-between {
    display: flex;
    justify-content: space-between;
}

.align-baseline {
    align-self: baseline
}

/* MISC */

.block {
    display: block
}

md-input-container.inline-block {
    display: inline-block;
    width: 100%;
}

md-dialog .md-dialog-content md-input-container.resources-margin {
    margin: 1rem 0 1rem 0.7rem;
}

md-dialog .md-dialog-content md-input-container.resources-margin.first-field {
    margin: 1rem 0 0 0.7rem;
}

.fill-parent {
    width: 100%
}

.fill-parent-75 {
    width: 75%
}

.text-input {
    font-family: 'Lato', sans-serif;
}

.padded-label {
    padding: 6px 0;
}

.padding-1-bottom {
    padding-bottom: 1rem;
}

.padding-1-left {
    padding-left: 1rem;
}

.padding-12 {
    padding: 0.63rem;
}

.padding-8 {
    padding: 0.5rem;
}

.margin-2-left {
    margin-left: 2rem;
}

.labelled-input {
    display: flex;
    margin-bottom: 1rem;
}

.labelled-input:last-of-type {
    display: flex;
    margin-bottom: 0;
}
.scale-40 {
    transform: scale(1.4)
}
.margin-0 {
    margin: 0;
}
.padding-0 {
    padding: 0;
}
.hr-bottom {
    border-bottom: 1px solid #dcdcdc
}

.hr-top {
    margin-top: 10px;
    border-top: 1px solid #dcdcdc
}

.vertical-pad-1 {
    padding: 1rem 0;
}

.horizontal-pad-1 {
    padding: 0 1rem;
}

.selected-tag-container {
    margin-left: 0.7rem;
}

md-input-container input.md-input {
    padding-left: 8px;
    border-bottom: 1px solid #cdcdcd;
}

md-input-container div textarea.md-input {
    padding-left: 0.5rem;
    border-bottom: 1px solid #cdcdcd;
}

md-input-container.dr-input-container {
    width: 55%;
}

md-dialog .secondary-title {
    padding: 0.5rem 0 1rem 0;
}

.margin-bottom-1 {
    margin-bottom: 1rem;
}

.margin-top-1 {
    margin-top: 1rem;
}

.disable-scrollbars::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* Chrome/Safari/Webkit */
}

.disable-scrollbars {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}

.hide-y-scrollbar {
    overflow-y: hidden;
}

.padding-above {
    padding-top: 1rem;
}

.pb-10 {
   padding-bottom: 10px;
}

.capitalize {
    text-transform: capitalize !important;
}

.failed {
    color: red;
}
.italic {
    font-style: italic;
}

/* Status */
.failure {
    color: darkred !important;
}

md-dialog .md-actions button,
md-dialog md-dialog-actions button {
    margin: 8px 0 8px 8px;
}

.justify-center {
    text-align: center;
}

.justify-right {
    text-align: right;
}

md-dialog-content p:last-child {
    margin-bottom: 0;
}

/* Wizard Styling */
.wizard-header {
    position: fixed;
    width: 100%; 
    z-index: 5;
}

.wizard-header .navLinks, .wizard-modal-header .navLinks {
    background-color: #FFFFFF;
    text-align: center;
    padding: 10px 0;  
}

.wizard-header .navLinks a, .wizard-modal-header .navLinks a {
    color: #212529;
    letter-spacing: 0.2px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    text-align: center;
    padding-right: 2rem;
    cursor: context-menu;
}

.wizard-header .navLinks i, .wizard-modal-header .navLinks i  {
    box-sizing: border-box;
    padding-right: 2rem;
    opacity: 0.5;
    font-weight: 900;
}

.wizard-header .navLinks a.active, .wizard-modal-header .navLinks a.active {
    color: #E47911;
}

.wizard-header .navLinks .active-link, .wizard-modal-header .navLinks .active-link {
    color: #E47911;
}

.wizard-header .navLinks .inactive-link, .wizard-modal-header .navLinks .inactive-link {
    color: #212529;
}

.wizard-header .navLinks .saved-link, .wizard-modal-header .navLinks .saved-link {
    color: #212529;
    cursor: pointer;
}

.wizard-header .navLinks .disabled-link, .wizard-modal-header .navLinks .disabled-link {
    font-weight: 400;
    opacity: 0.5;
}

.wizard-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #FFFFFF;
    padding: 10px;
    z-index: 5;
}

.wizard-footer .formContainer {
    display: flex;
}

 .ml-8 {
     margin-left: 0.5rem;
 }

 .header-nav {
     text-align: center;
 }

 .header-nav {
    margin-top: 0.2rem;
}
 .header-nav a {
    color: #495057;
    letter-spacing: 0.2px;
    text-decoration: none;
    text-align:center;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    padding: 8px 16px;
    margin: 0 0.2rem;
    border-bottom: 3px solid #CED4DA;
    cursor: pointer;
}

.header-nav .active-link {
    font-weight: bold;
    opacity: 1;
    color: #495057;
    border-bottom: 3px solid #FF9900;
}

.header-nav .disabled-link {
    cursor: default;
    color: lightgray;
    border-bottom: 3px solid lightgray;
}

.header-select md-select {
    background: #2171B5;
    border-radius: 3.5px ;
    height: 34px;
    margin-left: 8px;
}

.header-select md-select .md-select-value {
    color: #FFFFFF;
    font-size: 14px;
}
.header-select md-select .md-select-value .md-select-icon {
    color: #FFFFFF;
}

#deleteOrgPolicyDialog {
    width: 768px;
    font-size: 14px;
}
#deleteOrgPolicyDialog .footer-buttons {
    margin-top: 15px;
}

.modal-body md-radio-group {
    display:block;
    margin-left: 10px;
    margin-top: 10px;
}

.modal-body div:first-child{
    margin-bottom: 14px;
}

.delete-policy-modal div{
    margin-bottom: 2px;
}
.delete-policy-modal md-radio-button {
    margin: 7px 0px;
}

.delete-policy-modal md-select {
    background: #FFF;
    border: 1px solid #D4D9DE;
    border-radius: 3.5px ;
    height: 34px;
    width: 222px;
    margin-left: 25px;
}

.delete-policy-modal md-select .md-select-value {
    color: #D4D9DE;
    font-size: 14px;
}
.delete-policy-modal md-select .md-select-value .md-select-icon {
    color: #D4D9DE;
}

.delete-policy-modal .body-title {
    font-weight: bold;
    padding-bottom: 10px;
}

md-tooltip, .tooltip-custom, .filter-panel-tooltip {
    height: auto;
    max-width: 200px;
    font-size: 13px;
    overflow: visible;
    white-space: normal;
    background: #353535 !important;
    color: #FFFFFF !important;
    margin-left: 8px;
}

md-tooltip::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #353535 transparent transparent;
}

.tooltip-custom {
    max-width: 250px;
}

.tooltip-custom::after {
    display: none; 
}

.tooltip-custom.tooltip-style {
    width: 250px;
}

md-tooltip .md-content {
    height: auto;
    max-width: 200px;
    font-size: 13px;
}

md-tooltip ._md-content {
    height: auto;
    max-width: 200px;
    font-size: 13px;
}

/* AUTOCOMPLETES */

md-autocomplete.cr-autocomplete {
    border: 1px solid #CED4DA;
    background-color: #FFFFFF;
    border-radius: 4px;
    width: 16rem;
    height: 34px;
    box-shadow: none;
    margin: 0.5rem 0.5rem 0 0;
    display: inline-block;
}

md-autocomplete.cr-autocomplete md-autocomplete-wrap {
    height: 34px;
    box-shadow: none;
}

md-autocomplete.cr-autocomplete md-autocomplete-wrap input {
    height: 34px;
    box-shadow: none;
}

/* md-autocomplete.cr-autocomplete md-autocomplete-wrap button {
    display: none;
} */
.enter-value-btn {
    position: absolute;
    right: .5rem;
    top: 6px;
    z-index: 2;
    /* height: 10px; */
    background-color: #FFFFFF;
    border: none;
    font-size: 12px;
    font-style: italic; 
    color: grey;
}
.enter-value-btn:focus{
    outline: none;
}

.enter-value-btn:hover{
    color: #2171B5
}

.autocomplete-enter {
    position: absolute;
    right: 1rem;
    top: 0px;
    z-index: 2;
    /* height: 10px; */
    background-color: #FFFFFF;
    border: none;
    font-size: 13px;
    color: #2171B5;
    outline: none;
}
.card-content-text span{
    color: rgb(53, 56, 59);
    font-family: Lato;
    font-size: 14px;
    line-height: 17px;
}

/* RULETABLES */

.rule-table {
    width: 100%;
}

.rule-table tr {
    border: 1px solid #DEE2E6;
}

.rule-table thead{
    background-color: #E9ECEF;
    color: #212529;
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
}

.rule-table td, .rule-table th {
    padding: 10px !important;
}

.rule-table td:first-of-type, .rule-table th:first-of-type {
    padding-right: 0 !important;
}

table.rule-table thead tr th:first-child {
    width: 1%;
}

table.rule-table thead tr th:nth-child(2) {
    width: 10%;
}

table.rule-table thead tr th:nth-child(3) {
    width: 34%;
}

/* .rule-table th:nth-child(1) {
    width: 5rem;
} */

table.rule-table thead th {
    width: 15%
}
.rule-table .pill-badge {
    border-radius: 40%;
    background-color: #E9ECEF;
    max-width: 2.5rem;
    padding: 3px 8px;
    margin-left: 4px;
    text-align: center;
    font-size: 12px;
    color: #000000
}

.rule-table-container .count-footer {
    padding-bottom: 0;
    border: none;
    background-color: #FFF
}

.rule-table .clickable-selector {
    color: #2171B5;
    font-family: Lato;
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;
}

.rule-table-container .count-footer span {
    margin: 0;
}

div .uil-ring-css.bottom-spinner {
    transform: scale(0.2);
    margin: 0;
    height: 20px;
    position: relative;
    bottom: 0.7rem;
    width: 90px;
}

.count-footer {
    border-top: 1px solid #cdcdcd;
    padding: 1rem;
    height: 55px;
    display: flex;
    justify-content: center;
    background-color: #F8F9FA;
    position: relative;
}

.count-footer.short {
    height: auto;
}

/* Start of FIlter Panel component */

#filterPanelBtn.secondary-button {
    padding: 0px 10px;
}
#filterPanelBtn .filter-icon {
    background-image: url("/assets/img/filter-blue.svg");
}

.filter-panel {
    position: absolute;
    right: 12px;
    width: 35%;
    min-width: 340px;
    max-width: 380px;
    visibility: hidden;
}

.filter-panel .panel-content {
    padding: 8px 0;
    position: absolute;
    z-index: 100;
    min-width: 100%;
}

.filter-panel .panel-content md-card {
    border: 1px solid #ADB5BD;
    top: 13px;
    position: relative;
}

.filter-panel .panel-content md-card md-card-content {
    padding: 0.5rem 1rem;
}

.filter-panel .panel-content .top-arrow {
    top: 6.8px;
    z-index: 10;
    right: 8px;
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 14.5px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 15px solid #ADB5BD;
}

.filter-panel .panel-content .top-arrow:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 12.5px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 13px solid #FFF;
    top: 2px;
    left: -12.5px;
}

.filter-panel .panel-content .filter-block {
    padding-bottom: 5px ;
}

.filter-panel .panel-content .filter-block md-radio-button .md-off{
    height: 1rem;
    width: 1rem;
    border-color: #a0a3a8;
}

.filter-panel .panel-content .filter-block md-radio-button {
    margin: 0;
}

.filter-panel .panel-content .filter-block .filter-title {
    font-weight: 600;
}

.filter-panel .panel-content .filter-block {
    font-size: 14px;
}

.filter-panel .footer {
    text-align: end;
    padding: 0px 20px 20px 0px;
}

.filter-panel .footer .primary-button{
    margin-left: 8px;
}

.filter-panel .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.filter-panel .input-select {
    display: inline-block;
    border: 1px solid #CED4DA;
    border-radius: 4px;
    width: 100%;
    height: 34px;
}

.filter-panel md-autocomplete md-autocomplete-wrap {
    box-shadow: none;
}

.filter-panel md-autocomplete.input-select input:not(.md-input) {
    height: 36px;
}

.filter-panel-button {
    position: relative;
}

.filter-panel-button .filter-count {
    position: absolute;
    height: 20px;
    width: 20px;
    padding: 4px;
    font-size: 12px;
    border-radius: 10px;
    top: -5px;
    right: -9px;
}

.filter-panel-tooltip {
    min-width: 350px;
    max-width: 350px;
    margin-top: 12px;
    left: calc(100% - 370px) !important;
    opacity: 0.5;
}

.filter-panel-tooltip::after {
    display: none;
}

.filter-panel-tooltip .row {
    padding: 10px 0px 5px 30px ;
}

.filter-panel-tooltip .tooltip-top-arrow::after {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 15px;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #353535 transparent;
}

.filter-panel-tooltip .tooltip-top-arrow md-card {
    background: #353535 !important;
    color: #FFFFFF !important;
    margin-bottom: 0px;
}

.filter-panel-tooltip .tooltip-top-arrow md-card md-card-header div {
    color: #FFFFFF !important;
}

.filter-panel-tooltip .tooltip-filter-block {
    margin-bottom: 10px;
}

.filter-panel-tooltip .tooltip-filter-title {
    color: #767d83;
}

@-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}
/* End of FIlter Panel */

.searchContainer img {
    height: 24px;
    width: 24px;
    padding: 5px;
}

md-card md-card md-card-content {
    padding-bottom: 0;
}

md-card.upgrade-notification {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10.5px 16px;
	width: 947px;
	height: 40px;
	left: 247px;
	top: 731px;
	background: #E9ECEF;
	border-radius: 4px;
}

/* RULETABLES */

.rule-table {
    width: 100%;
}


.rule-table tr {
    border: 1px solid #DEE2E6;
}

.rule-table thead{
    background-color: #E9ECEF;
    color: #212529;
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
}

.rule-table-container .count-footer span {
    text-align: center
}


.form-horizontal .input-block {
    margin-top: 10px;
}

/* Wizard Retention Cards Styles */
.fieldsGroup {
    margin-bottom:10px;
}

.fieldsGroup.parent {
    margin-bottom:13px;
    margin-top:13px;
}


.fieldsGroup.indent {
    margin-left:30px;
    padding-left:0px;
}

.inlineRadio {
    display: inline-block;
}

.disableFields {
    opacity:0.5;
}

.warning-panel.retention-notice {
    background-color: #cce5ff;
    border: 1px solid #cce5ff;
    color:#1057a0;
    margin:8px 0 15px;
    border-radius: 2px;
    font-size: 14px;
}

.innerCard {
    margin-top:15px;
    margin-bottom: 0.5rem;
    border:1px solid #E9ECEF;
    padding:16px;
    padding-bottom:0px;

}

.wizard-content .collapsableCard md-card {
    box-shadow:none;
    margin-top:0px;
    margin-bottom: 0;
}

.collapsableCard md-card-header {
    display:none;
}

.fixed-width-labels.retention {
    margin-top: 7px;
}

.retention md-radio-button {
    margin-bottom:6px;
}

.retentionCard md-select, .no-border md-select {
    position: relative;
    bottom: 1px;
}

.fieldsGroup .checkbox-label {
    color: black;
}

.fieldsGroup .light-text-14 {
    color: #6C757D;
}

.no-border md-input-container {
    display:block;
}

.innerCard.additional md-input-container {
    display:inline-block;
}

.no-border md-input-container:nth-child(4) {
    margin-top:10px;
}

.retention.additionalCopies md-select {
    margin-bottom:5px;
}

md-expansion-panel.no-border md-expansion-panel-header .md-expansion-panel-header-container {
    border-bottom: 0px;
}

.no-border .h3 {
    padding-top: 1rem;
    line-height: 16px;
}

.no-border md-card-content {
    padding-left: 0;
    padding-right: 0;
    margin-top: 2px;
}

.no-border .h3 {
    padding-top:1rem;
    padding-bottom:1rem;
}

.fixed-width-labels.retention > div {
    margin-bottom:12px;
}

.wizard-content md-radio-button .md-off {
    height: 1rem;
    width: 1rem;
    border-color: #a0a3a8;  
}

.additional.fieldsGroup {
    margin-top:15px;
}

.additional md-radio-button .md-label {
    
    color:#656565;
}

.no-border md-icon {
    margin-top:12px;
}


.innerCard label.bold-text {
    font-weight:700;
}

.innerCard .fieldsGroup {
    margin-top:10px;
}

.wizard-content {
    overflow: auto;
    top: 100px;
    position: relative;
    /*height: calc(100vh - 245px);*/
}

.wizard-content md-card {
    margin: 1rem auto;
}

.wizard-content .card-above md-card {
    margin-top: 0;
}

.additional .fieldsGroup {
    margin-top: .8rem;
}

.additional md-radio-button {
    margin-bottom: .2rem;
}

.fieldsGroup.parent:last-child, .fixed-width-labels.retention > div:last-child {
    margin-bottom:0px;
}

md-input-container .md-input[disabled] {
    background-image: none;
    color: #737373;
    border-bottom: 1px solid #CED4DA;
}

[disabled] md-input-container .md-input,
md-input-container .md-input[disabled], 
md-select.md-default-theme[disabled] .md-select-value, 
md-select[disabled] .md-select-value {
    background-image: none;
    color: #737373;
    border-bottom: 1px solid #CED4DA;
}

a.option[disabled] {
    opacity: 0.5;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
      right: 0;
      left: auto;
    }
    .navbar-right .dropdown-menu-left {
      right: auto;
      left: 0;
    }
}

.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot');
    src: url('/bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
        url('/bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), 
        url('/bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), 
        url('/bower_components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
  
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-ok:before {
    content: "\e013";
}
.glyphicon-remove:before {
    content: "\e014";
}

.manage-tags-button {
    height: 26px; line-height: 0; font-size: 12px;
}

.druva-logo {
    margin: 2rem;
}

.bg-blur {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    -o-filter: blur(1px);
    filter: blur(1px);
}

.empty-row {
    border: 1px solid rgb(222, 226, 230);
    text-align: center;
    padding: 5px;
}

.capitalize {
    text-transform: capitalize;
}

.truncate-text {
    position: relative;
    padding-bottom: 24px !important;
}

.truncate-text span, .truncate-text .truc-text {
    position: absolute;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.noPointer {
    cursor: default
}

.dropdown-item.createPolicy {
    font-size: 14px;
    text-align: center;
    padding: 10px;
    color: #2171B5;
}
.checkbox-vertical-spacing {
    margin-bottom: 6px;
}

.ellipsis-text {
    position: absolute;
    width: 28vh;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 2px;
}

#deleteOrgPolicyDialog .options-block {
    color: #6C757D;
    padding-top: 1rem;
}
#deleteOrgPolicyDialog .radio-group-options {
    padding-left: 1rem;
    padding-top: .5rem;
}
#deleteOrgPolicyDialog .radio-group-options .radio-option {
    margin-bottom: .5rem;
}
#deleteOrgPolicyDialog .radio-group-options .radio-option .md-ink-ripple {
    margin-top: 2px;
}

/* Custom Selet Input */
.cr-select-input {
    position: relative;
    padding: 0px;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 60px;
    min-height: 34px;
    font-size: 14px;
    padding-left: 0.25rem;
}

.cr-select-input .md-datepicker-input-container {
    margin-left: 0;
    border: 0;
}

.cr-select-input .md-datepicker-button, .cr-select-input .md-datepicker-triangle-button {
    margin-left: 0;
    margin: 0;
    display: none;
}

.md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator {
    background: #2171B5 !important;
}
.md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator {
    border: 1px solid #2171B5 !important;
}

.cr-select-input.disable-select {
    background-color: #EBEBE4;
    color: #aaaaaa;
}

.cr-select-input .input-enter {
    font-size: 11px;
    text-decoration: underline;
    color: blue;
    right: 5px;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.cr-select-input .placeholder, .cr-select-input .selectedOption{
    padding: 5px 10px;
}

.cr-dropdown-list .list-content .search-filter {
    display: inline-flex;
    position: initial;
    width: inherit;
}

.cr-dropdown-list .list-content .dropdown-menu {
    padding: 0 0 0.5rem 0;
    min-width: inherit;
}

.cr-dropdown-list .list-content .search-filter input {
    font-family: inherit !important;
    padding-left: 15px !important;
}

.cr-dropdown-list .list-content .search-filter.divide {
    border-bottom: 1px solid #eceeef;
}

.cr-dropdown-list .list-content .search-filter .loader-spin {
    transform: scale(0.10);
    position: relative;
    right: 20px;
    margin: auto;
    width: 25px;
    margin-top: 10px;
}


.cr-select-input .selectedTags {
    width: 100%;
    margin: 0 3px;
    padding: 3px 0;
    overflow: auto;
    line-height: normal;
    margin-right: 2.2rem;
    display: inline-flex;
}

.cr-select-input .tags-input, .cr-select-input .select-input {
    margin: 0 3px;
    padding: 3px 0;
    overflow: auto;
    line-height: normal;
    margin-right: 35px;
    width: 100%;
}

.cr-select-input .tags-input .selectedKey {
    padding: 5px;
    width: fit-content;
    display: inline-flex;
} 

.cr-select-input .tags-input .tagSelectInput {
    width: fit-content;
    display: inline-flex;
}

.cr-select-input .tags-input .tagSelectInput input, .cr-select-input .select-input input {
    border: none;
    padding: 0 5px !important; 
    height: 24px;
    font-family: "Lato", sans-serif;
}

.cr-select-input .selectedTags .tag, .cr-select-input .tags-input .tag {
    border-radius: 3px;
    background-color: #E9ECEF;
    margin-right: 3px;
    white-space: nowrap;
    font-size: 12px;
    line-height: 14px;
    padding: 4px 3px 4px 6px;
    margin: 2px;
    display: inline-flex;
}

.cr-dropdown-list {
    position: relative;
    width: 100%;
    min-width: 35%;
}

.cr-dropdown-list .list-content {
    position: absolute;
    z-index: 100;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
}

.cr-dropdown-list .list-content .options-list {
    position: relative;
    max-height: 160px !important;
    overflow: auto;
}

.cr-dropdown-list .list-content .options-list a{
    font-weight: 400;
}

.cr-dropdown-list .list-content .options-list .selectFooter {
    display: inline-flex;
    width: 100%;
    font-size: 14px;
}

.cr-dropdown-list .list-content .options-list .selectFooter span {
    color: #cecece;
}

.cr-dropdown-list .list-content .options-list .selectFooter a {
    color: #2171B5;
    padding-top:0;
    text-align: right;
}

.cr-dropdown-list .list-content .options-list .selectFooter a:hover {
    background-color: transparent;
    text-decoration:underline;
}

.cr-dropdown-list .show {
    visibility: visible;
    -webkit-animation: fadeIn 0.1s;
    animation: fadeIn 0.1s;
}

.datatable tr td .cr-dropdown-list .dropdown-item {
    margin-left: 0px;
}

.cr-dropdown-list .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #000000;
}

.cr-dropdown-list .dropdown-item .ellipsis-text-1, .cr-select-input .tags-input .ellipsis-text-1 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 2px;
}

.cr-dropdown-list .dropdown-item:focus, .cr-dropdown-list .dropdown-item:focus-within {
    background-color: transparent;
    color: #292b2c;
}

.cr-dropdown-list .selected-option {
    cursor: default;
    color: #FFFFFF;
    background-color: #3871B0;
    margin: 1px 0;
}

.cr-dropdown-list .selected-option:hover, .cr-dropdown-list .selected-option:focus {
    color: #FFFFFF;
    background-color: #3871B0;
}

.cr-dropdown-list .disable-option {
    cursor: default;
    color: #cecece;
}

.cr-dropdown-list .disable-option:hover, .cr-dropdown-list .disable-option:focus-within {
    color: #cecece;
    background-color: transparent;
}

.cr-dropdown-list .disable-option:focus {
    background-color: transparent;
}

/* Down Arrow */
.cr-select-input .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.cr-select-input .cr-arrow-down {
	width: 0.7vmin;
	height: 0.7vmin;
	box-sizing: border-box;
	position: absolute;
	right: 0.65rem;
    transform: translateY(-50%) rotate(135deg);
    margin: 0;
    top: 50%;
}

.cr-select-input .cr-arrow-down::before {
    content: '';
    width: 100%;
    height: 100%;
    border-width: 0.2vmin .2vmin 0 0;
    border-style: solid;
    border-color: #737373;
    display: block;
}

.cr-select-input .cr-arrow-down:after {
    content: '';
    border-width: 0.2vmin 0 0;
    border-color: #737373;
}

.import-backup-wizard-modal {
    min-width: 768px;
    min-height: 420px;
    height: 600px;
    overflow: initial;
}

.import-backup-wizard-modal .count-footer {
    position: fixed;
    left: 0;
    bottom: 66px;
    width: 100%;
} 

.import-backup-wizard-modal .backup-view {
    padding: 1rem;
}

.import-backup-wizard-modal .retention-review-view .content {
    padding: 1rem;
}

.reports-modal .content {
    padding: 1rem;
}

.reports-modal .content-header {
    margin-bottom: 1rem;
}

.reports-modal .form-group {
    margin-bottom: 1.5rem;
}

.reports-modal .report-footer {
    overflow: initial;
}

.reports-modal .report-footer .btn-group {
    margin-left: 8px;
}

.reports-modal .report-footer .btn-group button {
    height: 34px;
}

.reports-modal .report-footer .btn-group .dropdown-item {
    padding: 0.3rem 1rem;
}

.reports-modal .report-footer .btn-group .dropdown-item span {
    padding-left: 0.5rem;
    font-size: 1.2rem;
    padding-top: 1.5px;
}

.secondaryInfo {
    font-size: 12px;
    color: #bdbbbb;
}

.bg-maintenance-img {
    width: 100%;
    height: 500px;
    background-image: url(/assets/img/maintenance.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    margin: 2rem auto;
    max-width: 800px;
}

.error-503, .report-loading, .new-console-page {
    margin: auto;
    text-align: center;
    max-width: 600px;
    height: 100%;
}

.layout-row .report-loading.dcp-loading {
    max-width: 665px;
}

.layout-row .report-loading.dcp-loading .load-msg {
    white-space: pre-line;
}

.report-loading .load-title {
    font-weight: 700;
    margin: auto;
    margin-top: 5rem;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    color: #212529;
    letter-spacing: 0;
}

.report-loading .load-msg {
    margin: auto;
    margin-bottom: 2rem;
    font-size: 18px;
    letter-spacing: 0;
}

.error-503 .err-title, .new-console-page .navigation-title {
    font-weight: 700;
    margin: auto;
    margin-top: 28px;
    font-size: 40px;
    color: #212529;
    letter-spacing: 0;
}

.new-console-page .navigation-title {
    font-weight: 500;
    font-size: 24px;
}

.error-503 .err-msg, .new-console-page .navigation-message {
    font-weight: 600;
    margin: auto;
    margin-bottom: 1rem;
    font-size: 16px;
    color: #999;
    letter-spacing: 0;
    text-align: left;
}

.new-console-page .navigation-message {
    font-weight: 500;
    color: #212529;
}

.error-503 .err-email, .new-console-page .navigation-email {
    font-size: 16px;
    color: #2171B5;
}

.error-503 .img-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #999;
    text-align: left;
}

.new-console-page .navigation-list {
    list-style: disc; 
    text-align: left;

}
.new-console-page .navigation-list li {
    padding: 0.5rem;
    color: #212529;
}

/*
    Dashboard Stat Table
*/

.dashboard-stat-table .stat-key {
    padding-bottom: 5px;
    padding-top: 0;
}

@media screen and (min-width: 1440px) {
    .dashboard-stat-table .stat-key {
        min-width: 11rem;
    }
}

@media screen and (min-width: 768px) {
    .dashboard-stat-table .stat-key {
        min-width: 5rem;
    }
}

.dashboard-stat-table .stat-value {
    text-align: right;
    padding-bottom: 0;
    padding-top: 0;
    min-width: 6rem;
}

.dashboard-stat-table label {
    margin-bottom: 0;
}
.dashboard-stat-table tr div {
    min-width: 4rem;
}
.stat-value .protected-value {
    font-weight: 700;
}

.dashboard-total-count-box {
    padding-bottom: 1rem;
}
.dashboardItems h1{
    font-weight: 400;
}

.sub-heading {
    font-family: lato;
    font-weight: 600;
    font-size: 14px;
    color: #6C757D
}

.dashboard-chart-alignment {
    /* float: right; */
    /* margin-right: 6rem; */
    margin:auto
}

/*
    Dashboard Schedule Summary
*/
.dashboard-schedule-summary {
    padding-left: 2rem;
}
a.dropdown-item.loadMore, a.dropdown-item.loadMore:hover {
    color: #2171B5;
}

.dropdown-item.loadMore {
    font-size: 14px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}
.dropdown-item.loadMore:active {
    text-decoration: none;
    background-color: transparent;
}

div.uil-ring-css.bottom-spinner.selectSpinner {
    margin: 0 auto;
    margin-top: 6px;
    margin-bottom: 6px;
}

.flsIcon {
    margin-left:10px;
}

.flsIcon > md-icon {
    min-height: 18px;
    min-width: 18px;
    height:18px;
    width: 18px;
}

.configure-btn-wrap {
    text-align: end;
    padding-bottom: 0.5rem;
}

.report-actions .secondary-button {
    margin-left: 16px;
}

.frequency-picker .hours-input, .frequency-picker .minutes-input {
    margin-right: 1rem;
    max-width: 3.5rem;
    text-align: center;
}
.frequency-picker .hours-input input, .frequency-picker .minutes-input input{
    text-align: center;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    min-height: 34px;
}

.loader-position {
    transform:scale(1); 
    display: block; 
    margin-left: auto; 
    margin-right: auto;
}
.width-80 {
    width: 80%;
}

.required-field-missing {
    border-bottom: 1px solid #fb0b0b !important;
}

.required-field-missing md-select-value span{
    color: #fb0b0b;
}

.padded-content-35 {
    width: 1000px;
}

.max-width {
    width: 100%;
}

.width-10 {
    width:10px;
}

.popoverPanel {
    font-weight: 500;
    border-radius: 0.7rem;
    padding: 0.4rem 0.8rem;
    font-size: 12px;
}

.popover-content {
    max-height: 300px;
    overflow-y: auto;
}

.reportContainer #logo, .reportContainer .logoTitle {
    display:none;
}

table.datatable.summary {
	max-width: 600px;
}

.reportContainer table.datatable {
    margin-top: 10px;
}

.reportContainer.listing-details-content {
    top: 0px;
    height: 100%;
}

.reportContainer .tableContainer {
    margin-top: 30px;
}

#html-report .tableContainer:nth-child(2) {
    margin-top: 0px;
}


/* TOP NAV */

#org-selector-menu {
    /* max-width: 165px; */
    min-width: 80px;
}
#top-nav-menu-container {
    color: #F8F8F8;
    /* min-width: 644px; */
    display: flex;
    bottom: 2px;
    position: relative;
}

.top-nav-menu {
    margin-left: 0 !important;
}

.top-nav-menu-bar {
    padding: 0;
    margin-right: 0;
}

.top-nav-menu-item,
.top-nav-menu-item span {
    display: block;
}

.top-nav-menu-item {
    height: 50px !important;
    margin-right: 30px;
}

.org-menu-icon {
    padding-right: 5px;
    height: auto;
    width: 23px;
    /* display: inline; */
    bottom: 4px;
    position: relative;
}

.org-menu-button {
    text-align: left;
    top: 2.4px;
    width: 100%;
}

.org-email {
    font-size: 13px;
    color: gray;
}

.top-nav-menu button {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}
.selected-org-menu-item {
    z-index: 2;
    background-color: #F8F9FA;
    border-color: #F8F9FA;
}
/* .selected-org-menu-item:hover {
    background-color: #2171b5 !important;
    border-color: #2171b5;
}
.selected-org-menu-item span {
    color: #fff;
} */

#top-nav-menu-container button:hover,
#top-nav-menu-container a:hover {
    background-color: #00284C;
    color: #F8F8F8;
}
#top-nav-menu-container a:focus {
    color: #F8F8F8;
}

.org-name-container {
    max-width: 150px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 3px;
}
.org-name {
    font-size: 14px;
}

.char-seperator {
    font-size: 26px;
    font-weight: 100;
    top: 4px;
    padding: 0 10px;
    position: relative;
}

.slash-seperator {
    margin-top: 3px;
    font-size: 25px;
}

.top-nav-menu-content {
    /* padding-left: 10px !important; */
    min-width: 160px;
}

.top-nav-menu-content md-menu-item:hover {
    cursor: pointer;
}

.top-nav-menu-heading {
    text-transform: capitalize;
}

#org-menu {
    display: inline;
}

.top-nav-menu-icon {
    float: right;
    position: relative;
}
.org-menu-title:hover {
    cursor:default;
}

.top-nav-menu-icon:after {
    display: block;
    /* content: '\e90a'; */
    position: absolute;
    margin-left: -1px;
    top: 0.5px;
    right: -3px;
    font-size: 10px;
    /* font-family: "icomoon" !important; */
}

.org-icon {
    /* position: relative;
    right: -3px;
    bottom: 14px; */
    margin-bottom: 28px;
    transition: transform 0.3s;
}
.rotate90 {
    transform: rotate(90deg);
}
.rotate180 {
    transform: rotate(180deg);
}
.org-icon.top-nav-menu-icon:after {
    transform: rotate(-90deg);
}

.org-menu-title {
    padding-bottom: 12px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.2px;
}

.grayed-out {
    color: gray;
}
.non-clickable:hover {
    cursor:default;
}
.top-nav-menu-item {
    width: 100%;
    padding-top: 4px;
}

.top-nav-menu-item:hover {
    background-color: #F8F9FA;
}
#top-nav-bar > * {
    color: #adb5bd !important;
}

.top-nav-bar-logo {
    margin-right: 23px;
}

#org-selector-container {
    margin-top: 1px;
}

@media screen and (max-width: 1025px) {
    .top-nav-bar-logo {
        margin-right: 0;
    }
    .top-nav-bar-name {
        margin-left: 0
    }
}
.md-toast-content {
    z-index: 1080;
}

.cf-template-url {
    width: 70em;
}
