﻿html, body {
    margin: 0;
    padding: 0;
}

    body.cma-page {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
    }

main.cma-content {
    flex: 1;
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 100%;
    }
}

.cma-strip-footer {
    flex-shrink: 0;
}


.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loading {
    font-family: Arial, sans-serif;
    font-size: 10pt;
    border: 5px solid #67CFF5;
    width: 400px;
    height: 150px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}

.icon-cma {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 1em;
    background: url(/images/picto-mycma.svg) no-repeat;
    background-size: cover;
}

.icon-cma:hover {
    background: url(/images/picto-mycma-red.svg) no-repeat;
    background-size: cover
}


.badge.status-span {
    min-width: 100px;
    padding: 12px;
}

.btn.btn-form-sm {
    min-width: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 7px 16px 7px 16px;
}

.btn.btn-form {
    min-width: 160px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 7px 16px 7px 16px;
}

.btn.btn-form-lg {
    min-width: 220px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 7px 16px 7px 16px;
}
