body {
    font-family: proxima-nova, serif;
    margin-top: 80px;
}

.form-control {
    box-shadow: none;
}

h1 {
    font-weight: 900;
}

h4 {
    font-size: 24px;
}

.panel-heading--description h4 {
    font-weight: bold;
}

.panel-monitoring thead th:first-child {
    font-size: 20px;
    font-weight: bold;
}

.btn {
    padding: 8px 20px;
}
.navbar.topbar:before {
    content: none;
}
.topbar {
    display: flex;
    background: #00033B;
    color: #FFF;
    height: 80px;
}
.topbar div {
    vertical-align: middle;
    line-height: 80px;
}

.topbar.opened img.open {
    display: none
}

.topbar.closed img.closed {
    display: none
}

.topbar .logo img{
    width: 200px;
}
.topbar .my-dansave img {
    width: 38px;
    margin: auto 5px auto 10px
}

.topbar .logo {
    position: absolute;
    left: calc(50% - 100px);
}

.my-dansave {
    cursor: pointer;
    font-size: 18px
}

.topbar .my-dansave > * {
    display: inline-block;
}

.menu {
    box-sizing: border-box;
    font-size: 18px;
    border-top: #FFF 50px solid;
    padding-top:20px;
}
.menu .blue-dot {
    display: none;
    height: 30px;
    width: 8px;
    position: absolute;
    top: 15px;
}

.menu li.selected .blue-dot {
    display: block;
}

.menu li {
    height: 60px;
}

.overview .panel-body {
    text-align: center;
}

.menu > .selected {
    font-weight: bold;
}

.panel {
    border: 0;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px 1px rgba(0,0,0,0.08);
    -moz-box-shadow: 0 0 20px 1px rgba(0,0,0,0.08);
    box-shadow: 0 0px 20px 1px rgba(0,0,0,0.08);
}

.panel.panel-support {
    background-color: #24D7C8;
    color: #FFF;
}

.panel.panel-support .btn {
    background: #00033B;
}
.panel.panel-support .btn:hover {
    background-color: #191956;
}

.btn:hover {
    border: none;
}

.panel > .panel-body img {

}

.panel > .panel-body .panel-body--link {
    margin-top: 15px;
}

.panel > .panel-heading {
    padding: 14px 16px 18px;
}

.panel > .panel-body {
    padding: 30px;
}

.panel > .panel-heading.panel-colorless {
    display: flex;
    background-color: transparent;
    background-image: none;
}

.panel .panel-heading--icon, .panel .panel-heading--description {
    display: inline-block;
    vertical-align: top;
    padding: 2px;
}
.panel .panel-heading--description *:first-child{
    margin-top: 0;
    margin-bottom: 2px;
}

.panel .panel-heading--icon {
    margin-top: 6px;
}

.panel .panel-heading--icon img {
    width: 24px;
}

.panel-monitoring .panel-body {
    padding-left: 0;
    padding-right: 0;
}

.panel-monitoring tfoot {
    font-weight: bold;
}

.panel-monitoring table {
    margin-bottom: 0;
}


.panel-monitoring .panel-body table.monitoring-table thead > tr > th {
    padding-bottom: 15px;
}

.menu ul {
    list-style: none;
    padding-left: 0;
}
.menu li {
    position: relative;
    vertical-align: middle;
    padding-top: 10px;
    box-sizing: border-box;
}
.menu li img.icon{
    margin: 12px 7px;
    margin-left: 20px;
    width: 16px;
}
.menu li a{
    vertical-align: middle;
}

.menu li a{
    color: #2A2A2A;
}

.menu li.selected a{
    font-weight: 900;
    color: #2A2A2A;
}

.panel-body {
    overflow: auto;
}

.menu li:hover{
    background-color: #f2f2f2;
    text-decoration: none;
    cursor: pointer;
}

.menu li:hover a{
    text-decoration: none;
}

.page-title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 40px;
}

.page-container {
    padding: 50px;
}

.infobox--content, .infobox--title {
    display: block
}
.infobox {
    display: inline-block;
    margin: 0 30px;
    text-align: center;
}
.infobox.overview {
    margin: 0 25px;
}
.infobox--title {
    font-weight: bold;
    font-size: 13px;
}
.infobox--content {
    font-weight: bold;
    font-size: 30px;
}
.infobox .unit {
    font-size: 16px;
}


.label.label-ok {
    background-color: #27ae60;
}

.label.label-usr {
    background-color: #000000;
}

.label.label-run {
    background-color: #2980b9;
}

.label.label-miss {
    background-color: #f0d959;
}

.text-miss {
    color: #f0d959;
}

.label.label-sch {
    background-color: #dde737;
}

.label.label-skip {
    background-color: #7f8c8d;
}

.label.label-warn {
    background-color: #12147b;
}

.label.label-quo {
    background-color: #c0392b;
}

.label.label-err {
    background-color: #EE5B72;
}

.label {
    display: inline-block;
    min-width: 56px;
    text-align: center;
    margin: 6px;
    padding: 4px 13px;
    border-radius: 15px;
    border: none;
    background-image: none;
}
.table>tbody>tr>td {
    border:none;
}
.table > tbody > tr > th, .table > tfoot > tr > th, .table > tfoot > tr > td {
    line-height: 200%;
    border: none;
}
.table>thead>tr>th {
    border-bottom-width: 1px;
}
.table>tbody>tr,.table>tbody>tr>th, .table>thead>tr>th,.table>tfoot>tr>th {
    padding-left: 20px;
}
.account-table td{
    text-align: center;
}
.account-table thead th:not(:first-child) {
    text-align: center;
}

.account-table tfoot {
    font-weight: bold;
}

.btn {
    border-radius: 20px;
    border: none;
    background-image: none;
}

.panel.panel--myinfo .panel-body {
    padding-top: 0;
}

.loginForm label {
    font-weight: bold;
}

.loginForm .btn.btn-block {
    width: 40%;
    margin: 30px auto
}

.login-page .panel-body {
    padding: 30px 70px;
}

.login-page .page-container {
    padding: 40px 0;
}

.panel--myinfo tr {
    border-bottom: 1px solid #dddddd;
}

.panel--myinfo .table > tbody > tr > td {
    vertical-align: middle;
}
.panel--myinfo .panel-body {
    padding: 0 20px 20px;
}

.panel--change-plan .panel-body {
    text-align: center;
}

#changePlanModal .buttons {
    text-align: right;
}

.btn-primary {
    background-color: #00aff5;
}

.btn-primary:hover {
    background-color: #2cc2fe;
    border: none;
}

.btn {
    text-shadow: none !important;
}

#changePlanModal .buttons .btn-default{
    border: 1px solid #888;
    color: #888;
    margin-right: 10px;
}
#changePlanModal .buttons a, #changePlanModal .buttons input{
    width: 100px;
}

.plan {
    border: 1px solid #DDD;
    border-radius: 15px;
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.plan.selected, .plan:hover:not(.disabled) {
    cursor: pointer;
    background-color: #CFEDFE;
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.08);
}

.plan.disabled {
    color: #DDD;
}

.plan .price {
    display: flex;
    align-items: center;
}

.plan .price-info {
    font-weight: bold;
}

.plan:not(.disabled) .per-md, .plan:not(.disabled) small {
    color: #999;
}

.plan .name {
    display: flex;
    flex-direction: column;
}

.plan .name .size{
    font-weight: bold;
    font-size: 20px;
}

.panel.panel--review {
    text-align: center;
    padding: 30px 0
}

.panel--review .btn-link {
    padding: 0;
    font-size: 16px;
}

.panel.approved::before {
    content: '';
    background-image: url(/img/validated.png);
    width: 140px;
    height: 140px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: right top
}

.panel--review img {
    margin-bottom: 8px;
}

.panel--review .review-description {
    font-weight: bold;
    margin-bottom: 20px;
}
.panel--review .review-description * {
    display: block;
}

.panel--review .btn-primary {
    margin-bottom: 10px;
}

.panel--review .btn-link {
    font-size: 16px;
}

.panel--review .bottom-text {
    display: none;
}

.panel--review.missing .bottom-text.missing {
    display: inline-block;
}

.panel--review.approved .review-link {
    visibility: hidden;
}

.panel--review.approved .bottom-text.approved {
    display: block;
    color: #24d7c8;
}

.panel--review.pending .bottom-text.pending {
    display: block;
    color: #8a9cac;
    font-style: italic;
    font-weight: 400;
}

#linkModal .buttons, #verificationModal .buttons {
    text-align: right;
}

#linkModal .buttons .btn-default, #verificationModal .buttons .btn-default{
    border: 1px solid #888;
    color: #888;
    margin-right: 10px;
}
#linkModal .buttons a, #linkModal .buttons input{
    width: 100px;
}

#copyField {
    border: 1px solid #DDD;
    text-overflow: ellipsis;
    max-width: 450px;
    overflow: hidden;
    white-space: nowrap;
    padding: 15px;
    border-radius: 15px;
    margin: 0 auto 20px;
    font-weight: bold;
}
#copyField:hover {
    -webkit-box-shadow: 1px 1px 5px 0px rgba(204,204,204,1);
    -moz-box-shadow: 1px 1px 5px 0px rgba(204,204,204,1);
    box-shadow: 1px 1px 5px 0px rgba(204,204,204,1);
    cursor: pointer;
}

.table--discounts td, .table--discounts thead th:not(:first-child) {
    text-align: center;
}

.table--discounts tbody th {
    font-weight: normal;
}

.navbar-fixed-side {
    border-left-width: 0;
}