﻿.editcolumns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.subscriptionDetails label {
    line-height: 19px;
    font-size: 13px;
    color: #333;
}

.subscriptionDetails {
    max-width: 600px;
}

    .subscriptionDetails .row > div {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.regionDetails {
    flex-grow: 1;
}

.title h5 {
    display: inline-block;
    margin-left: 8px;
}

.tools {
    margin-bottom: 8px;
    display: inline-block;
}

.tools .terminate, .tools .renew {
    display: inline-block !important;
}

h3 {
  margin: 5px 0;
}

.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;
}

.help-block {
    margin-top: -5px;
}

.progress {
    margin-bottom: 0 !important;
}
.statusIndicator {
    color: red !important;
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-size: 0;
    background-image: none;
}