﻿:root {
    --bs-primary: #f4801f;
    --bs-primary-rgb: 244, 128, 31;
    --bs-link-color: #f4801f;
    --bs-link-hover-color: #d66a0c;
    --relutech-grey: #6d8391;
    --relutech-grey-dark: #4a5a66;
    --relutech-grey-light: #9ba8b3;
    --relutech-orange: #f4801f;
    --relutech-orange-dark: #d66a0c;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif !important;
    color: #333333 !important;
    font-size: 16px !important;
    height: 100%;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cm-content {
    min-height: 100%;
    margin-bottom: 20px;
}

.cm-top-nav-bar {
    background-color: #ffffff !important;
    margin-bottom: 0px;
    border: 0px;
    border-bottom: 1px solid #e5e5e5;
    height: 64px;
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.cm-menu-bar {
    background-color: #f8f9fa !important;
    margin-top: -148px;
    border-bottom: 1px solid #e5e5e5;
}

.cm-signin {
    color: #6d8391 !important;
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle;
    margin-top: 0px;
    transition: color 0.2s ease-in-out;
}

.cm-signin:hover {
    color: #f4801f !important;
}

.cm-username {
    border-right: solid 1px #e5e5e5;
    padding-right: 12px;
    color: #6d8391 !important;
    font-weight: 500;
}

.cm-logout {
    vertical-align: middle;
    padding-left: 8px;
    color: #6d8391 !important;
    transition: color 0.2s ease-in-out;
}

.cm-logout:hover {
    color: #f4801f !important;
}

.placeholder {
    width: 160px !important;
}

.text-white {
    color: white !important;
}

.cm-menu-item {
    color: #6d8391 !important;
    padding: 8px 16px !important;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

.cm-menu-item:hover {
    color: #f4801f !important;
    background-color: #f8f9fa;
}

.cm-menu-item-active {
    background-color: #f8f9fa;
    color: #f4801f !important;
    border-left: 3px solid #f4801f;
}

.cm-logo {
    border-style: none;
    width: auto;
    margin-left: 0px;
    padding: 12px 15px;
    max-height: 48px;
    height: auto;
}

.cm-panel-default {
    background: #ffffff !important;
    border-radius: 4px;
    padding: 24px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.cm-section-heading {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif !important;
    font-size: 28px;
    font-weight: 600;
    background-color: #fff;
    border-bottom: 3px solid #f4801f;
    text-transform: none;
    margin-bottom: 24px;
    padding-bottom: 12px;
    line-height: 1.2;
    color: #333333;
    letter-spacing: -0.02em;
}

.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: #f4801f;
    border-color: #f4801f;
    display: inline-block;
    font-weight: 500;
    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: 10px 24px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 25px;
    margin-bottom: 20px;
    transition: all 0.2s ease-in-out;
}

    .cm-button-default:hover {
        background-color: #d66a0c;
        border-color: #d66a0c;
        color: #fff !important;
        transform: translateY(-1px);
        box-shadow: 0 2px 4px rgba(244, 128, 31, 0.3);
    }

.cm-button-error {
    color: #fff;
    background-color: #f4801f !important;
    border-color: #f4801f;
    display: inline-block;
    font-weight: 500;
    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: 10px 24px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 25px;
    margin-bottom: 20px;
    transition: all 0.2s ease-in-out;
}

    .cm-button-error:hover {
        background-color: #d66a0c !important;
        border-color: #d66a0c;
        color: #fff !important;
        transform: translateY(-1px);
        box-shadow: 0 2px 4px rgba(244, 128, 31, 0.3);
    }

.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: #1e7e34;
        border-color: #1e7e34;
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 2px 4px rgba(37, 101, 37, 0.3);
    }

.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: #c82333;
        border-color: #c82333;
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 2px 4px rgba(234, 35, 51, 0.3);
    }

.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: #f8f9fa !important;
    color: #6d8391 !important;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 2px solid #e5e5e5;
}

.cm-ellipsis {
    text-align: center !important;
}

    .cm-ellipsis a {
        color: #6d8391 !important;
        transition: color 0.2s ease-in-out;
    }
    
    .cm-ellipsis a:hover {
        color: #f4801f !important;
    }

.cm-minus-circle {
    text-align: center;
}

    .cm-minus-circle a {
        color: #6d8391 !important;
        transition: color 0.2s ease-in-out;
    }
    
    .cm-minus-circle a:hover {
        color: #f4801f !important;
    }

.cm-link-button {
    cursor: pointer;
}

    .cm-link-button:hover {
        cursor: pointer;
        color: #f4801f !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: #f8f9fa;
    border-top: 1px solid #e5e5e5;
    font-size: 14px !important;
    color: #6d8391 !important;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
}

a.cm-dropdown-option {
    background: transparent !important;
    color: #6d8391;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

    a.cm-dropdown-option:hover {
        background: transparent !important;
        color: #f4801f !important;
        cursor: pointer;
    }

.mrtop {
    margin-top: 25px !important;
}

.maxwidth {
    width: 1300px !important;
}


.mr420 {
    margin-right: !important;
}
.red-star {
    color: red;
}