body {
    padding-top: 70px;
}
.custom-account-edit-dialog{
    height:80vh !important;
}
.ui-dialog-buttonset button {
    min-width: 200px !important;
    font-size: 16px !important;
    font-weight: bold !important;
}
.ui-dialog-buttonset button:first-of-type {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.ui-dialog-buttonset button:last-of-type {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.center-col {
    text-align: center;
}
.btn-group-vertical{
    width: max-content;
}
.btn-group-vertical > .btn {
    margin-bottom: 3px;
}
.btn-save{
    min-width: 200px;
    font-size: 16px;
    font-weight: bold;
}
[id^=wicket__InlineEnclosure].pull-right {
    float: none !important;
}
.hide {
    display: none;
}

.link-danger {
    color: #c9302c;
}

.fieldset-clasic {
    border: 1px solid #e5e5e5 !important;
    padding: .35em .625em .75em !important;
}

.fieldset-clasic legend {
    border: 0px !important;
    width: auto !important;
}

.table-filler {
    width: 100%;
    height: 60px;
}

.pull-left-reports {
    width: auto;
}

.form-group-flex, .form-group-flex form {
    display: flex; /* 2. display flex to the rescue */
    flex-direction: row;
}

.form-group-flex label, .form-group-flex input, .form-group-flex select, .form-group-flex button {
    display: block;
    margin-left: 10px !important;
    margin-right: 5px;
    max-width: 200px;
}

.form-group-flex button {
    font-weight: bold;
    width: 100px;
    height: 34px;
}

.container {
    width: 1680px !important;
}

.navbar-brand > img {
    height: 100%;
    width: auto;
}

.img-thumbnail {
    max-height: 140px;
    max-width: 140px;
}

.btn-toolbar {
    margin-bottom: 10px;
}

.table .btn-group {
    position: static;
}

.confirmation .popover-title {
    white-space: nowrap;
}

.delete-dialog .modal-header {
    border: 0;
}

.delete-dialog .modal-body {
    padding: 0px 20px 15px;
    font-size: 17px;
}

div .link {
    cursor: pointer;
}

.analytics-block {
    background: url("../img/google-analytics.png");
    height: 80px;
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: 50%;
}

.adwords-block {
    background: url("../img/google-adwords.png");
    height: 80px;
    background-size: auto 55px;
    background-repeat: no-repeat;
    background-position: 50%;
}

.breadcrumb .active a,
.breadcrumb .active a:hover {
    cursor: default;
    color: #818a91;
    text-decoration: none;
}

.platforms .platforms-container {
    float: none;
    margin: 0 auto;
}

.platforms .head {
    font-weight: bold;
}

.platforms .form-group {
    margin: 8px;
}

.platforms .form {
    padding: 0;
}

.platforms .row {
    padding: 0 15px;
}

.platforms .head,
.platforms .platform-name {
    padding: 8px;
}

.platforms .head {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f9f9f9;
}

.calendar-input-icon {
    float: right;
    top: -24px;
    right: 8px;
}

.arrow-up {
    display: inline-block;
    top: -3px;
    position: relative;
    margin-right: 4px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
}

.arrow-down {
    display: inline-block;
    top: -3px;
    position: relative;
    margin-right: 4px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
}

.arrow-red {
    border-top-color: red;
    border-bottom-color: red;
}

.arrow-green {
    border-top-color: green;
    border-bottom-color: green;
}

.summary {
    white-space: nowrap;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.h5Text > div {
    font-size: 12pt;
    font-weight: bold;
}

.muted {
    color: #777;
}

.summaryStatus {
    font-size: 12pt;
    color: #777;
    margin-bottom: 10pt;
}

.qualityScore {
    text-align: center;
    font-size: 48pt;
    font-weight: 100;
    padding: 4pt 2pt;
}

.qualityScoreTitle {
    text-align: center;
    padding-bottom: 4pt;
}

.changesTableHolder {
    position: relative;
    margin: 0 -8px;
}

.changesTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 8px;
}

.changesTable td {
    padding: 4pt;
    text-align: center;
    color: #777;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.changesTable td div {
    font-size: 36pt;
    font-weight: 200;
}

.changesTable td.active {
    border-color: #faab3b;
}

.changesTable td.active div {
    color: #faab3b;
}

@media (min-width: 0px) and (max-width: 767px) {
    .changesTable td {
        font-size: 7pt;
    }

    .changesTable td div {
        font-size: 18pt;
    }
}

.fsi-row-level {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.summaryStatusRow {
    margin-top: 10px;
}

.attachment i {
    font-size: 14pt;
}

.table-kpi-setting {
    margin-bottom: 0;
}

.table-kpi-setting.group0 td, .table-kpi-setting.group2 td {
    background: #f4f4f4;
}

.table-kpi-setting.group1 td {
    background: #ffffff;
}

.table-kpi-setting .or td {
    background: #cdcdcd;
}

/*@media (min-width: 768px) and (max-width: 991px) {
    .fsi-row-sm-level {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .fsi-row-md-level {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (min-width: 1200px) {
    .fsi-row-lg-level {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}*/
