﻿.editcolumns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.subscriptionDetails{
    max-width: 600px;
}

.regionDetails {
    flex-grow: 1;
}

h3 {
    margin: 5px 0;
}

.title {
    margin-left: 10px;
}

.title * {
    display: inline-block;
}

    .title .tools {
        margin-top: 4px;
        vertical-align: top;
    }

.content {
    position: relative;
    padding: 15px 15px 15px;
    margin: 0 0px 15px;
    background-color: #ffffff;
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px;
}

@media (max-width: 599px) and (min-width: 500px) {
     .title .tools {
         float: right;
     }
}

@media (min-width: 600px) {
    .title .tools {
        margin-left: 50px;
    }
}

@media (max-width: 490px) {
    .title .tools {
        margin-bottom: 10px;
    }

    .title .tools * {
        white-space: normal;
    }
}

.help-block {
    margin-top: -5px;
}

.progress {
    margin-bottom: 0 !important;
}

.regionsWithCheckboxes .checkbox {
    margin: 0;
}

.regionSelector.viewMode .regionPerSubscription label {
    display: inline;
}

.regionSelector.viewMode .regionPerSubscription input {
    background: transparent;
    border: none;
    display: inline;
    font-weight: bold;
    font-size: 12px;
}


#RenewSubscriptionModal .renewNow, #RenewSubscriptionModal .markForRenew {
    display: none;
}

#RenewSubscriptionModal.renewNow .renewNow, #RenewSubscriptionModal.markForRenew .markForRenew {
    display: block;
}

#RenewSubscriptionModal .loadingIndicator {
    display: none;
}

.well .title .tools .alert {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.text-warning {
    font-weight: bold;
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-size: 0;
    background-image: none;
}
.statusIndicator {
    color: red !important;
}