﻿body {
    /*font-family: 'Segoe UI', 'sans-serif' !important;*/
    font-family: Rubik, sans-serif !important;
    /*color: black !important;*/
    color: #666 !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;*/
    margin-bottom: 0px;
    border: 0px;
    border-radius: 0;

    height: 78px;
    background-color: #fff;
    border-bottom: 2px solid #f87c56;
    padding: 15px 2%
}

.cm-menu-bar {
    background-color: #fff !important;
    margin-top: -130px;
}

.cm-signin {
    color: #666 !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;
}

.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;*/

    height: auto;
    width: 250px;
}

.cm-panel-default {
    background: #F9F9F9 !important;
    border-radius: 0px;
    padding: 20px;
}

.cm-section-heading {
    font-family: Rubik, sans-serif !important;
    /*font-family: 'Segoe UI', 'sans-serif' !important;*/
    font-size: 25px;
    background-color: #fff;
    border-bottom: 4px solid #f87c56;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 40px;
    color: black;
}

.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 {
    background-color: #fff;
    border: 2px solid #f87c56;
    color: #f87c56;

    /* 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: #f87c56;
        color: #fff;
/*        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: 12px !important;
    color: black !important;
    height: 20px;
    line-height: 20px;
}

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;
}

.nav-item {
    color: #848484;
    font-size: 22px;
    font-weight: 500;
    padding: 20px 0;
    text-decoration: none;

    line-height: 1;
    margin: 28px 29px;
}
.nav-item.active{
    color: #f87c56;
}

.color-primary {
    color: #f87c56 !important;
}

.landing-title {
    color: #666;
    font-size: 24px;
}
.landing-desc {
    font-size: 20px;
    font-weight: 500;
}
.section-start{
    max-width: 100vw;
}
.section-start p {
    color: #a5a5a5;
}

.vu-button {
    background-color: #fff;
    border: 2px solid;
    border-radius: 40px;
    color: #f87c56;
    cursor: pointer;
    display: inline-block;
    margin: 25px 0;
    padding: 12px 32px;
    text-decoration: none;
}
.vu-button.invert {
    background: #f87c56 !important;
    color: #fff !important;
}

.vu-button:not(:disabled):focus, .vu-button:not(:disabled):hover {
    background: #f87c56;
    color: #fff;
}

.vu-button.invert:not(:disabled):focus, .vu-button.invert:not(:disabled):hover {
    background-color: #fff !important;
    color: #f87c56 !important;
}

.landing-section.start img {
    margin-right: 15%;
    position: absolute;
    right: 15px;
    top: 120px;
    width: 300px
}

@media (min-width: 670px) {
    .landing-section.start img {
        margin-right: 0;
        /*margin-top: 12%;*/
        position: absolute;
        right: 5px;
        top: 90px;
        width: 230px;
    }
}

@media (min-width: 1091px) {
    .landing-section.start img {
        width: 30%;
    }
}
@media (min-width: 1170px) {
    .landing-section.start img {
        margin-top: 12%;
        right: 25px;
        width: 24%;
    }
    .section-start {
        max-width: 55vw;
    }
}
@media (max-width: 670px){
    .landing-section {
        padding-top: 80px !important;
    }
    .cm-top-nav-bar {
        height: 100px;
    }
    .nav-item {
        font-size: 18px;
        margin: 5px 5px;
    }
}

@media (min-width: 1615px) {
    .landing-section.start img {
        /*right: -221px;*/
        top: 0px;
        width: 566px;
    }
}
.only-mov {
    display: none;
}
@media (max-width: 670px) {
    .only-mov {
        display: block;
    }
}

@media (max-width: 670px) {
    .only-des {
        display: none;
    }
}