﻿body {
    font-family: 'Segoe UI', 'sans-serif' !important;
    color: black !important;
    font-size: 16px !important;
    height: 100%;
    margin: 0;
}

.cm-content {
    min-height: 100%;
    margin-bottom: 20px;
}

.cm-top-nav-bar {
    /*background-color: #004578 !important;*/
    background-color: #0000aa !important;
    margin-bottom: 0px;
    border: 0px;
    height: 80px;
    border-radius: 0;
}

.cm-menu-bar {
    background-color: #F9F9F9 !important;
    margin-top: -134px
    /*margin-top: -168px;*/
}

.cm-signin {
    color: #ffffff !important;
    font-size: 16px;
    vertical-align: middle;
    margin-top: 20px;
}

.cm-username {
    border-right: solid 1px white;
    padding-right: 6px;
}

.cm-logout {
    vertical-align: middle;
    padding-left: 2px;
}

.office-button-blue {
    outline: transparent;
    position: relative;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 600;
    color: white !important;
    box-sizing: border-box;
    border: none;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    padding: 4px 16px 0 16px;
    border-radius: 2px;
    min-width: 80px;
    height: 32px;
    background-color: rgb(0, 120, 212);
}

.office-button-blue a
{
    font-weight: bold !important;
    padding-top: 5px !important;
}

.placeholder {
    width: 160px !important;
}

.text-white {
    color: white !important;
}

.cm-menu-item {
    color: black !important;
    padding: 0px !important;
}

.cm-menu-item-active {
    background-color: #D0CCCC;
}

.cm-logo {
    /*border-style: none;
    width: auto;
    padding: 8px;
    
    width: 30%;*/
    border-style: none;
    width: auto;
    margin-left: -10px;
    padding: 8px;
    max-height: 50px;
}

.cm-panel-default {
    background: #F9F9F9 !important;
    border-radius: 0;
    padding: 20px;
    /*//margin: 0 20px 0 15px;*/
}

.cm-panel-subscription-details {
    margin-bottom: 80px; /* this allows full subscription table to show on small devices when the Cookie consent warning is displayed */ 
    /*width: 100%;*/
    /*height: 500px !important;*/
}

.cm-panel-subscription-details-row
{
    width: 90%;
}

.cm-section-heading {
    font-family: 'Segoe UI', 'sans-serif' !important;
    font-size: 25px;
    background-color: #fff;
    border-bottom: 4px solid #2180a6;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 40px;
    color: black;
}

.cm-welcome-section
{
    margin-bottom: 18px;
}

.cm-welcome-section-sm
{
    margin-bottom: 8px;
}

.cm-welcome-heading {
    font-size: 24px;
    color: #a0a0a0;
    font-weight: bold;
}

.cm-welcome-heading-plan-name
{
    color: black;
}

.cm-welcome-instructions {
    font-family: Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 18px;
    line-height: 26px;
    color: #737373;
    margin-top: -10px;
    /*//padding: 0 200px 0 10px;*/
    padding-left: 10px;
    width: 90%;
}

/*.cm-heading-subscription-details-ctn*/
/*{*/
/*    margin-bottom: 5px;*/
/*}*/

.cm-heading-subscription-details {
    font-size: 24px;
    color: #a0a0a0;
    font-weight: bold;
    padding-left: 0;
    margin-bottom: 5px;
}

.p2 {
    padding: 2px !important;
}

.dt-label
{
    padding: 2px 2px 2px 15px !important;
}

.dt-value
{
    padding: 2px 2px 2px 15px !important;
}

.p5 {
    padding: 5px !important;
}

.p10 {
    padding: 10px;
}

.w286 {
    width: 286px;
}

.w120 {
    width: 120px;
}

.w200 {
    width: 200px;
}

.mr250 {
    margin-right: 250px;
}

.mt100 {
    margin-top: 100px;
}

.mt200 {
    margin-top: 200px;
}

.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.cm-button-default {
    color: #fff !important;
    background-color: #004578;
    border-color: #2e6da4;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 25px;
    margin-bottom: 20px;
}

    .cm-button-default:hover {
        background-color: #2180a6;
        border-radius: 5px;
        padding: 12px 20px;
        font-size: 18px;
        font-weight: bold;
        color: #004578;
    }

.cm-button-error {
    color: #fff;
    background-color: #004578 !important;
    border-color: #2e6da4;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 25px;
    margin-bottom: 20px;
}

    .cm-button-error:hover {
        background-color: #EAE7E7 !important;
        border-radius: 5px;
        padding: 12px 20px;
        font-size: 18px;
        font-weight: bold;
        color: #004578;
    }

.cm-button-success {
    color: #fff;
    background-color: #256525;
    border-color: #2e6da4;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 25px;
    margin-bottom: 20px;
}

    .cm-button-success:hover {
        background-color: #EAE7E7;
        border-radius: 5px;
        padding: 12px 20px;
        font-size: 18px;
        font-weight: bold;
        color: #004578;
    }

.cm-button-danger {
    color: #fff;
    background-color: #EA2333;
    border-color: #2e6da4;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 25px;
    margin-bottom: 20px;
}

    .cm-button-danger:hover {
        background-color: #EAE7E7;
        border-radius: 5px;
        padding: 12px 20px;
        font-size: 18px;
        font-weight: bold;
        color: #004578;
    }

.cm-table {
    background: #ffffff !important;
    font-size: 16px;
}

    .cm-table th {
        padding: 10px !important;
    }

    .cm-table td {
        padding: 10px !important;
    }

.cm-table-head th {
    text-align: center;
    background: #F9F9F9 !important;
    font-size: 14px;
}

.cm-ellipsis {
    text-align: center !important;
}

    .cm-ellipsis a {
        color: black !important;
    }

.cm-minus-circle {
    text-align: center;
}

    .cm-minus-circle a {
        color: black !important;
    }

.cm-link-button {
    cursor: pointer;
}

    .cm-link-button:hover {
        cursor: pointer;
        color: #004578 !important;
    }

/*.cm-footer {
    background-color: #F9F9F9;
    position: absolute !important
}*/

.cm-container {
    margin-left: 80px;
}

.cm-footer, .cm-push {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    /*!/background-color: #E6E6E6;*!*!*/
    font-size: 16px !important;
    /*!/color: black !important;*!*!*/
    /*height: 80px;*/
    /*line-height: 20px;*/
    vertical-align: center;
}

.copyright {
    width: 100%;
    background-color: #0000aa;
    color: white;
    text-align: center;
    height: 40px;
    vertical-align: center;
    padding-top: 8px;
}

.alert-info {
    color: black;
    background-color: #efefef;
    border-color: #e0e0e0;
    margin: 0;
    font-size: smaller;
}

.alert-dismissible .close
{
    color: black;
}

a.cm-dropdown-option {
    background: transparent !important;
    color: black;
    cursor: pointer;
}

    a.cm-dropdown-option:hover {
        background: transparent !important;
        color: #004578 !important;
        cursor: pointer;
    }

.mrtop {
    margin-top: 25px !important;
}

.maxwidth {
    width: 1300px !important;
}


.mr420 {
    margin-right: !important;
}
.red-star {
    color: red;
}

/* strive adds */
.st-navbar
{
    /*top: 200px !important;*/
}


@media (max-width: 489px) {
    .st-logo {
        height: 70px;
        display: inline !important;
    }

    .st-logo-hide-sm {
        display: none !important;
    }
}

@media (min-width: 490px) {
    .st-logo-no-text {
        height: 70px;
        display: inline !important;
    }

    .st-logo-hide-lg {
        height: 70px;
        display: none !important;
    }
}




/*.st-topbanner {*/
/*    background: url(../StriveBannerWithClouds.png) no-repeat left/50%;*/
/*    !*@media (min-width: $st-screen-xs600)*/
/*     {*/
/*        background:url(../../img/StriveBannerWithClouds.png) no-repeat center;*/
/*     }*!*/
/*    background-size: cover;*/
/*    -webkit-box-shadow: 0px 0px 8px 0px black;*/
/*    -moz-box-shadow: 0px 0px 8px 0px #000;*/
/*    box-shadow: 0px 0px 8px 0px black;*/
/*    border-bottom: 1px solid #fff;*/
/*    !*height: 120px; *!*/
/*}*/

.st-main-title
{
    margin-top: 10px;
    font-size: 28px;
    font-weight: bold;
    color: #0000a0;
}

.st-error
{
    color: #a00000;
}

.st-row 
{
    margin-left: 0 !important;
    margin-right: 0 !important; 
}

.st-black-bold
{
    color: black; 
    font-weight: bold;
}