/********************* Base styles **********************/

.row {
    max-width: 100%;
    display:block;
    box-sizing: border-box;
    padding: 0.5em;
}

.row:before, .row:after {
    content: ' ';
    display: table;
    clear: both;
}

.left { float: left; }
.right { float:right; }

.column {
    display: inline-block;
    box-sizing: border-box;
    padding:0.5em;
    float:left;
}

.column > .column {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.column.end {
    float: left;
}

.column.column-20 {
    width: 20%;
}

.column.column-25 {
    width: 25%;
}

.column.column-50 {
    width: 50%;
}

.column.column-75 {
    width: 75%;
}

.column.column-80 {
    width: 80%;
}

.column.column-100 {
    width: 100%;
}

#app-container {
    padding: 25px 25px 25px 10px;
    font-family: 'Open Sans',sans-serif;
}

#app-container .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

#app-container .app {
    float: left;
    width: 68%;
    margin-right: 2%;
}

#app-container .feed {
    float: left;
    width: 30%;
}

#app-container .feed,
#app-container .feed:before,
#app-container .feed:after,
#app-container .app,
#app-container .app:before,
#app-container .app:after {
    box-sizing: border-box;
}

#app-container .panel-heading {
    padding: 10px 15px 0px 15px;
}

#app-container .panel-title {
    padding: 8px 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    margin: 0;
    color: #23282d;
}

#app-container .pull-left {
    float: left !important;
}

#app-container .pull-right {
    float: right !important;
}

#app-container .clearfix {
    clear: both;
}

#app-container .form .row {
    margin: 15px 0px;
}

#app-container .form .col-left {
    width: 25%;
    min-width: 120px;
}

#app-container .form .col-left label {
    display: block;
    text-align: right;
    padding-right: 20px;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
}

#app-container hr {
    margin: 20px -15px;
    border: 0;
    border-top: 1px solid #dddddd;
}

#app-container .form input[type="text"] {
    display: block;
    height: 34px;
    width: 50%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#app-container .form input.disabled {
    cursor: not-allowed;
    background-color: #ededed;
}

#app-container .form input[type="text"]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);
}

#app-container .van {
    border-bottom: 1px solid #dddddd;
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px 15px 8px 15px;
}

#app-container .van li {
    padding: 10px 15px;
    display: inline;
    margin-bottom: -1px;
    border: 1px solid transparent;
}

#app-container .van li a {
    color: #428bca;
    text-decoration: none;
}

#app-container .van li a:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

#app-container .van li:hover {
    background-color: #EEEEEE;
    border-radius: 4px 4px 0 0;
}

#app-container .active:hover {
    background-color: transparent !important;
}

#app-container .van .active {
    color: #000000;
    border-radius: 4px 4px 0 0;
    border: 1px solid #dddddd;
    border-bottom: 1px solid #ffffff;
}

#app-container .van .active a {
    color: #000000;
}

#app-container .panel-footing {
    border-top: 1px solid #dddddd;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
}

#app-container .footer:after {
    clear: both;
}
#app-container .footer:before,
#app-container .footer:after {
 content: " ";
 display: table; }

#app-container .address {
    float: left;
}

#app-container .info {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#app-container .info .info-container {
}

#app-container .logo {
    float: right;
    text-align: right;
}

#app-container .panel-body {
    padding: 15px 30px;
}

#app-container .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
    text-decoration: none;
}

.panel-footing .footer {
    position:relative;
}

.dashicons-warning, .dashicons-warning.has-tip {
    color: red;
}

.dashicons-yes {
    color: green;
}

.yes {
    line-height: 1.6;
}

.has-tip {
    color: #0073aa;
}

.has-tip:hover {
    opacity: 0.5;
}

.tip-data {
    position: absolute;
    z-index: 3;
    left: 65px;
    background: #222222;
    color: white;
    padding: 1em;
    max-width: 20em;
    border-radius: 1em;
    display:none;
    text-align: left;
}

.has-tip:hover ~ .tip-data {
    display: block;
}

input.error {
    border: 1px solid red !important;
}

.hidden {
    display: none;
}

.btn.btn-secondary {
    color: #373a3c !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}

.btn.disabled {
    cursor: not-allowed !important;
    background: #9197A3 !important;
    border-color: #666 !important;
}

.update-panel {
    margin: 0 0 1rem 0 !important;
    padding: 1rem !important;
    border: 1px solid rgba(10, 10, 10, 0.25);
    border-radius: 0 !important;
    position: relative !important;
    color: #0a0a0a;
    width: 100% !important;
    box-sizing: border-box !important;
}

.update-panel h4 {
    margin: 0;
}

.update-panel.success {
    background-color: #e1faea;
}

.update-panel.error {
    background-color: #fae2e1;
}

.close-button {
    position: absolute;
    color: #8a8a8a;
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1;
    cursor: pointer;
    background: none;
    border: none;
    margin: 0;
}

input.disabled {
    background: #DDD !important;
}

.bs-callout-success {
    border-left-color: #5cb85c;
    border-left-width: 5px;
}
.bs-callout-danger {
    border-left-color: #d9534f;
    border-left-width: 5px;
}

#bpLicenseForm .column-75 span.has-tip {
        display: inline-block;
    line-height: 1.6;
}

#bpLicenseForm .column-75 span.tip-data {
    left: auto;
}

#app-container #bpLicenseForm input[type="text"] {
    display:inline-block;
}