body {
    padding-top: 50px;
    padding-bottom: 20px;
}

a.black{
    color: #000000;
}

li.logins-list{
    margin-left: -15px;
    margin-bottom:0
}
.history-modifier {
    color: #c0c0c0
}

.btn {
    border-radius: 3px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.server-label {
    position: fixed;
    right: 10px;
    text-align: center;
    margin: 5px;
    width: auto;
    border-radius: 10px;
    font-size: 20px;
    padding: 10px;
    z-index: 999999;
    background-color: yellow;
    color: #000000;
    border: 2px solid #808080;
    font-weight: bold;
    margin-top: 60px;
}

.server-label.aws {
    border: 2px solid #0e5f88;
    background-color: #0e5f88;
    color: #FFFFFF;
}

.blink {
    animation-duration: 1s;
    animation-name: blink;
    animation-iteration-count: 3;
    animation-timing-function: steps(2, start);
}

@keyframes blink {
    80% {
        visibility: hidden;
    }
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error,
textarea.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.Grid img {
    cursor: pointer;
}

.ChildGrid {
    width: 100%;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

table {
    background-color: White;
    border: 1px #dfdfdf solid;
    border-radius: 4px;
    border-collapse: separate !important;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16);
}

td.dxgv > table {
    box-shadow: none;
}

    td.dxgv > table > tbody > tr > td {
        background-color: #f4f4f4;
    }

.dxgvHeader_DevEx, .dxgvHeader_DevEx table {
    box-shadow: none !important;
}

thead tr {
    height: 40px;
}

.t3-module .ui-accordion-content {
    background: #f5f5f5 !important;
    border: none !important;
}

.t3-module .ui-accordion-header {
    background: #f5f5f5 !important;
    border-radius: 4px !important;
}

.t3-module .ui-accordion {
    border: none !important;
}

.row .padded {
    padding: 15px;
}

.pagination {
    border-bottom-width: 0;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
}

    .pagination > .active > a {
        z-index: 0 !important;
    }

#divSearchArea {
    margin-right: -15px;
    margin-left: -15px;
}

input#Reference, input#SearchString {
    background: #fff;
}

.select2-search__field::-webkit-input-placeholder,
.select2-search__field::placeholder {
    color: #000000;
}

.select2-selection--multiple .select2-search--inline .select2-search__field {
    width: auto !important;
}

.pull-right {
    margin: 5px;
}

.halfmiddle {
    background-color: #f7f7f7;
    margin-top: 30px;
    padding: 10px;
    border: 1px solid #ccc;
}

.large {
    color: #606060;
    font-weight: bold;
    font-size: 20px;
}

.wide-content-padding, default-content-padding {
    min-height: 60vh;
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

.dl-horizontal-service{
    margin-top: 0;
    margin-bottom: 0;
}

.dl-horizontal-promo dd {
    margin-left: 180px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.ui-accordion div dl dt {
    padding-top: 5px;
    text-align: left;
}

.ui-dialog .ui-dialog-title {
    width: 80%;
}


.ui-accordion div dl dd label {
    padding-top: 5px;
    text-align: left;
}

.section-submit {
    float: right;
}

#map-key-1,
#map-key-2,
#map-key-3,
#map-key-4 {
    margin: 25px;
}

.btn-key .key {
    margin: 8px;
    padding: 0 15px;
    color: #ffffff;
    font-weight: 600
}

.regions-view {
    left: 185px !important;
    top: 20px !important;
    width: 250px;
}

    .regions-view .form-control {
        height: 40px !important;
    }

.truncate {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#divSearchButtons {
    display: inline-flex;
    justify-content: flex-end;
}

    #divSearchButtons .btn {
        margin: 5px;
    }

.ui-dialog-title {
    color: white;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .4s;
}
#email-toggle.slider {
    background-color: #ccc;
}
    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        transition: .4s;
    }

#email-toggle.slider:before {
    background-color: white;
}
#email-toggle.slider:before {
    background-color: white;
}

input[type="checkbox"]:checked + input[type="hidden"] + #email-toggle.slider,
input[type="checkbox"]:checked + input[type="hidden"] + .slider,
input[type="checkbox"]:checked + .slider {
    background-color: #2196F3;
}

input[type="checkbox"]:focus + input[type="hidden"] + #email-toggle.slider,
input[type="checkbox"]:focus + input[type="hidden"] + .slider,
input[type="checkbox"]:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input[type="checkbox"]:checked + input[type="hidden"] + #email-toggle.slider:before,
input[type="checkbox"]:checked + input[type="hidden"] + .slider:before,
input[type="checkbox"]:checked + .slider:before {
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
.slider-label {
    margin: 5px 0;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("css/images/ui-icons_222222_256x240.png");
}

.wide-div {
    width: 90vw !important;
    margin-left: calc(-45vw + 50%) !important;
}

#pswd_info {
    position: relative;
    z-index: 1000;
    width: 380px;
    max-width: 100%;
    overflow: visible;
    top: 20px;
    margin-bottom: 20px;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
}

#pswd_info::before {
    content: "\25b2";
    position: absolute;
    top: -12px;
    left: 25%;
    font-size: 14px;
    line-height: 14px;
    color: #ddd;
    text-shadow: none;
    display: block;
}

#pswd_info h4 {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: normal;
}

.pswdSuccess {
    color: #3c763d;
    text-decoration: line-through;
}

#ServiceAreas {
    height: 300px;
}

.label-visibility {
    visibility: collapse
}

.paragraphPadding {
    padding: 15px;
}

.display-none {
    display: none;
}

.mt-0 {
    margin-top: 0;
}

.managing-entity {
    color: #606060
}

.order-now.top {
    display: inline-block;
}

.order-now.bottom {
    display: none;
}

#fiber-usa-button {
    margin-bottom: 4px;
    margin-right: 10px;
    margin-top: 4px;
}

#addressEditIframe
{
    width: 100%;
    height: 100%;
}

.two-buttons {
    display: flex;
}

.ui-datepicker {
    z-index: 20001 !important;
}