.metro {
    color: #333333;
}

.inner-icon {
    position: absolute;
    color: #555;
    top: 10px;
    right: 3px;
    left: initial;
    font-size: 10px;
}

.primary {
    background: #0076b7 !important;
}

.app-bar {
    background: #0076b7 !important;
}

.abb-blue-button {
    border-style: none !important;
    border-color: inherit !important;
    border-width: 0 !important;
    background-position: 0% 0%;
    color: white !important;
    text-shadow: none !important;
    background-image: linear-gradient(to bottom, #0096ea, #0076b7) !important;
    background-color: #0076b7 !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
}

.list-remark a {
    margin-right: 5px;
}

.list-title {
    line-height: 1.3em !important;
}

.clear {
    clear: both;
}

.switch.checked .check {
    background-color: #008287;
}

.switch.checked .check {
    background-color: #008287;
}

    .switch.checked .check:before {
        -webkit-transform: translateX(22px);
        transform: translateX(22px);
        transition: all 0.2s linear;
    }


button i {
    font-style: normal !important;
    margin-right: 3px;
    margin-left: 3px;
}

a i {
    font-style: normal !important;
    margin-right: 3px;
    margin-left: 3px;
}



.line-under {
    padding-top: 8px;
    padding-bottom: 8px;
}

.line-center {
    height: 2px;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    margin-top: 3px;
}

.fg-blueDps {
    color: rgb(0, 35, 101);
}

.bg-blueDps {
    background-color: rgb(0, 35, 101);
}

h4 {
    font-weight: 400;
}

h3 {
    font-weight: 400;
}

.icon-box {
    position: relative;
    text-align: center;
    background-color: rgba(255,255,255,0.81);
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 36px 20px 28px;
    text-shadow: 0 0 0 0;
    margin: 40px 0 20px;
}

    .icon-box a {
        font-weight: 700;
    }

    .icon-box p {
        text-align: center;
        width: 300px;
        margin: 0 auto;
    }

    .icon-box h3 {
        font-weight: 700;
    }

    .icon-box i {
        font-size: 32px;
        padding: 10px 11px 12px;
        background: #00aeef;
        color: #00aeef;
        position: absolute;
        top: -30px;
        left: 50%;
        margin-left: -27px;
        border-radius: 30px;
        cursor: default;
    }

.tile {
    overflow: hidden;
}

.login-form {
    z-index: 9999;
    width: 400px;
    height: 380px;
    position: fixed;
    display: block;
    top: 50%;
    margin-top: -150px;
    left: 50%;
    margin-left: -200px;
    background-color: #ffffff;
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
}

    .login-form.small {
        margin-left: -140px;
        width: 280px;
        height: 280px;
    }

.certificate-table .certificate-element {
    line-height: 30px;
    border: 1px solid #ccc;
    text-align: center;
    margin-bottom: 5px;
}

.certificate-table a {
    color: #333 !important;
}

    .certificate-table a:hover {
        text-decoration: underline !important;
        cursor: pointer;
    }

.certificate-table .certificate-warning {
    /*border-right: 1px solid #ccc;*/
    background-image: url(/Images/Buttons/YellowRound.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 30px;
}

.certificate-table .certificate-success {
    /*border-right: 1px solid #ccc;*/
    background-image: url(/Images/Buttons/GreenRound.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 30px;
}

.certificate-table img {
    height: 30px;
}

.menu-link {
    color: #333 !important;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 !important;
    font-size: 1em;
    line-height: 80px;
}

    .menu-link.wide {
    }

    .menu-link:last-child {
        border: 0;
    }

    .menu-link.phone {
        height: auto;
        line-height: initial;
    }

a.menu-link:hover {
    color: rgb(206, 32, 38) !important;
    cursor: pointer;
}

a.menu-link.selected {
    color: rgba(252, 211, 7, 1) !important;
}

.cliccable-image {
    display: block;
    position: relative;
    background-size: cover;
    width: 100%;
    height: 200px;
    background-position: 50% 50%;
}

.classes-grid .cell {
    color: #333;
}

.classes-grid .background {
    background-color: #eee;
    width: 115px;
}

.classes-grid .row {
    margin: 0 !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.classes-grid .tile-small {
    width: 50px !important;
    height: 50px !important;
    margin-right: 0 !important;
}

.classes-grid .tile-label {
    font-size: 0.7em;
}

.tile {
    overflow: hidden !important;
}

    .tile.tile-smaller-y {
        height: 50px !important;
    }

.classes-grid .tile .tile-label {
    padding: 0 !important;
    padding-bottom: 3px !important;
    left: 0.5em !important;
}

.tile.element-selected .tile-label {
    padding: 0 !important;
    padding-bottom: 10px !important;
}

.tile .slide-over {
    overflow: hidden;
}

.tile .text-small {
    font-size: 0.6em !important;
}

.admin-panel {
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
}

    .admin-panel .header {
        float: left;
        width: 60px;
        margin-bottom: 10px;
    }

        .admin-panel .header i {
            background-color: #eee;
            color: #999;
            border-radius: 20px;
            width: 40px;
            height: 40px;
            font-size: 22px;
            padding-top: 8px;
            text-align: center;
            font-style: normal;
        }

    .admin-panel .content {
        float: left;
        color: #4390df;
        font-size: 1.3em;
        line-height: 40px;
    }

        .admin-panel .content .badge {
            font-size: 30px;
            color: #bbb;
        }


.value-panel {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #647687;
    color: white;
}

    .value-panel img {
        padding-top: 5px;
        height: 70px;
    }


a.box-yes-no {
    float: right;
    padding: 10px 10px 10px 10px;
    color: #333;
    text-align: center;
    width: 39px;
    height: 39px;
    border: 1px solid #ccc;
    margin-left: 5px;
}

    a.box-yes-no.free {
        float: none;
        display: inline-block;
    }

    a.box-yes-no.selected {
        background-color: #ccc;
    }

        a.box-yes-no.selected.working {
            background-color: #e3c800;
        }


.choose-item {
    background-color: #eee;
    color: #333 !important;
    min-height: 140px;
    display: block;
    padding: 20px;
}

    .choose-item.selected {
        background-color: #00aff0;
        color: white !important;
    }


.my-wizard {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 2px #1ba1e2 solid;
    background-color: #999999;
}

    .my-wizard a {
        display: block;
        float: left;
        padding: 8px 24px;
        color: #1d1d1d;
        font-size: .6875rem;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
        white-space: nowrap;
    }

        .my-wizard a.active {
            background-color: #1ba1e2;
            color: #ffffff;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
        }

.wide-container {
    padding-left: 10px;
    padding-right: 10px;
}

.back-arrow img {
    height: 0.8em;
    margin-bottom: 5px;
    margin-right: 10px;
}

.back-arrow-custom img {
    height: 0.8em;
    margin-bottom: 5px;
    margin-right: 10px;
}

.section-item-container .section-item {
    border-bottom: 1px solid #999;
}

    .section-item-container .section-item.no-border {
        border-bottom: 0;
    }

    .section-item-container .section-item.bold label {
        font-weight: bold;
    }

    .section-item-container .section-item:last-child {
        border-bottom: 0;
    }

    .section-item-container .section-item.parent {
        border-bottom: 0;
    }

.section-item-container label {
    text-align: justify;
    color: #333;
}

.light-border {
    border: 1px solid #ccc;
}

.strong-border {
    border: 1px solid #999;
}

.module-header.price-need {
    background-color: #da5a53;
    color: white;
}

.module-header {
    background-color: #eeeeee;
}

.file-uploader.working {
    background-color: #e3c800;
}

.simple-border {
    border-bottom: 1px solid #999;
}

.bordered {
    border: 1px solid #999;
}

.heavy-bordered {
    border: 1px solid #333;
}

.price-container {
    border-bottom: 1px solid #999;
    position: relative;
}

    .price-container .price-label {
        padding: 10px 10px;
    }

    .price-container .price-value {
        padding: 10px 10px;
        font-size: 1.5em;
    }

        .price-container .price-value.mini {
            font-size: 1.2em;
        }

    .price-container:hover {
        cursor: pointer;
    }

    .price-container.disabled:hover {
    }

    .price-container:hover::after {
        font-family: metro;
        font-size: 2em;
        text-align: center;
        content: "\e905";
        position: absolute;
        background-color: #ccc;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: 0.6;
        padding-top: 25px;
    }

    .price-container.disabled:hover::after {
        content: "";
    }

.my-menu {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .my-menu a {
        color: white;
        font-size: 1.1em;
        margin-right: 10px;
        line-height: 1.3em;
    }

        .my-menu a:hover {
            cursor: pointer;
            text-decoration: underline;
        }

span.mif-info {
    margin-right: 5px;
    font-size: 1.2em;
}

span.mif-notification {
    margin-right: 5px;
    font-size: 1em;
}

.module-toggle:hover {
    cursor: pointer;
}

.section-item .section-title-container {
    min-height: 20px;
}

.section-item-container .bottom-line {
    border-bottom: 1px solid #999;
}

.section-item-container .top-line {
    border-top: 1px solid #999;
}

.history-message {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

    .history-message:last-child {
        border-bottom: 0;
    }

    .history-message .time {
        color: #aaa;
        font-weight: bold;
        margin-left: 15px;
        margin-right: 15px;
        min-width: 100px;
    }

    .history-message .icon {
        background-color: #eee;
        color: #999;
        border-radius: 20px;
        width: 40px;
        height: 40px;
        font-size: 22px;
        padding-top: 8px;
        text-align: center;
        font-style: normal;
    }

    .history-message .name {
        font-weight: bold;
        margin-right: 15px;
    }

.animated-button {
    display: inline-block;
}

    .animated-button:last-child {
        margin-left: 0;
    }

    .animated-button img {
    }

    .animated-button .small img {
    }

.fg-standard-gray {
    color: #9d9d9c;
}

.fg-standard-green {
    color: #00a19a;
}

.bg-standard-green {
    background-color: #00a19a !important;
    border-color: #00a19a !important;
}

.bg-standard-gray {
    background-color: #9d9d9c;
}

.tile.working {
    background: #fa6800 !important;
}

.indicator:hover {
    cursor: help;
}

.clickable:hover {
    cursor: pointer;
}

.square-element {
    display: inline-block;
    overflow: hidden;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 640px) {
    .square-element {
        width: 220px;
        height: 220px;
    }

        .square-element.extended {
            height: 440px;
        }

        .square-element .title {
            font-size: 1.4em;
            margin-top: 130px;
            margin-bottom: 10px;
        }

        .square-element .item {
            font-size: 1.2em;
        }
}

@media screen and (min-width: 641px) and (max-width: 1099px) {
    .square-element {
        width: 160px;
        height: 160px;
    }

        .square-element.extended {
            height: 320px;
        }

        .square-element .title {
            font-size: 1em;
            margin-top: 100px;
            margin-bottom: 10px;
        }

        .square-element .item {
            font-size: 0.9em;
        }
}

@media screen and (min-width: 1100px) {
    .square-element {
        width: 220px;
        height: 220px;
    }

        .square-element.extended {
            height: 440px;
        }

        .square-element .title {
            font-size: 1.4em;
            margin-top: 130px;
            margin-bottom: 10px;
        }

        .square-element .item {
            font-size: 1.2em;
        }
}

.accordion > .frame.active > .heading {
    background-color: #00a19a !important;
}

.my-check-box-container label {
    line-height: 30px;
    float: left;
}

.my-check-box {
    border: 1px solid #999;
    width: 30px;
    height: 30px;
    display: inline-block;
    float: right;
}

    .my-check-box.left {
        float: left;
    }

    .my-check-box.disabled {
        background-color: #ccc;
    }

    .my-check-box.checked::after {
        content: "\ea10";
        position: absolute;
        left: 5px;
        top: 5px;
        font-size: 20px;
        color: #333;
        font-family: metro;
    }

    .my-check-box.indeterminate::after {
        content: "\ea1e";
        position: absolute;
        left: 4px;
        top: 4px;
        font-size: 20px;
        color: #333;
        font-family: metro;
    }

.bg-standard-red {
    background-color: rgb(206, 32, 38);
}

.fg-standard-red {
    color: rgb(206, 32, 38);
}

.bg-cream {
    background-color: rgb(238, 240, 228);
}

.input-control .message-state-error {
    display: none;
    background-color: #ce352c;
    color: white;
    font-size: 0.8em;
    text-align: center;
    padding: 5px;
}

.input-control.error .message-state-error {
    display: block;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.combo-item {
    padding: 1px;
    font-size: 0.8em;
}

    .combo-item:hover {
        background-color: #eee;
        cursor: pointer;
    }

    .combo-item.selected {
        background-color: #eee;
    }