﻿@font-face {
    font-family: 'Metric';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url('Fonts/Metric-Regular.woff2') format('woff2'), url('Fonts/Metric-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Metric';
    font-style: normal;
    font-weight: 500;
    font-display: auto;
    src: url('Fonts/Metric-Semibold.woff2') format('woff2'), url('Fonts/Metric-Semibold.woff') format('woff');
}

@font-face {
    font-family: 'Metric';
    font-style: normal;
    font-weight: 600;
    font-display: auto;
    src: url('Fonts/Metric-Semibold.woff2') format('woff2'), url('Fonts/Metric-Semibold.woff') format('woff');
}

@font-face {
    font-family: 'Metric';
    font-style: normal;
    font-weight: 700;
    font-display: auto;
    src: url('Fonts/Metric-Bold.woff2') format('woff2'), url('Fonts/Metric-Bold.woff') format('woff');
}

/*@font-face {
    font-family: 'Metric';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url('Fonts/Metric-Black.ttf') format('truetype');
}*/

@font-face {
    font-family: 'Metric';
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: url('Fonts/Metric-Light.woff2') format('woff2'), url('Fonts/Metric-Light.woff') format('woff');
}



html, body {
    background-color: #fff;
    font: 16px 'Metric', Tahoma, Geneva, sans-serif;
    margin: 0;
    padding: 0;
}
html {
    min-height: 100%;
    padding-bottom: 1px;
}


h1, h2, h3
{
  font-weight: normal;
}
h1
{
  font-size: 34px;
}
h2
{
  font-size: 28px;
}
h3
{
  font-size: 22px;
}
.content-wrapper {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 12px;
    /* width: 100%;*/
    max-width: 1280px;
    min-height: calc(100vh - 150px);
  /*  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, 
        rgba(0, 0, 0, 0.12) 0px -12px 30px, 
        rgba(0, 0, 0, 0.12) 0px 4px 6px, 
        rgba(0, 0, 0, 0.17) 0px 12px 13px, 
        rgba(0, 0, 0, 0.09) 0px -3px 5px;*/
    background:white;
    animation: fadeIn 0.75s forwards;
    opacity: 0
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}
.header,
.footer {
    padding: 12px 0;
}

.dxtcLite_Youthful > .dxtc-content {
    background-color: #E5EECF;
    float: left;
    clear: left;
    overflow: hidden;
    padding: 8px;
}

.dxflRequired_Youthful {
    color: red;
} 

.dxigPagerPanel_Youthful {
    padding-bottom: 0px;
    padding-top: 1px;
}

.dxeDisabled_Youthful.dxeEditArea_Youthful {
    color: darkred;

}


.dropZoneExternal > div,
.dropZoneExternal > img {
    position: absolute;
}

.dropZoneExternal {
    position: relative;
    border: 1px dashed #f17f21 !important;
    cursor: pointer;
}

.dropZoneExternal,
.dragZoneText {
    width: 350px;
    height: 150px;
}

.dropZoneText {
    width: 300px;
    height: 100px;
    color: #fff;
    background-color: #888;
}

#dropZone {
    top: 0;
    padding: 100px 25px;
}

.uploadControlDropZone,
.hidden {
    display: none;
}

.dropZoneText,
.dragZoneText {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 16pt;
}

.dragZoneText {
    color: #cc99ff;
    /*808080*/
}

.dxucInlineDropZoneSys span {
    color: #fff !important;
    font-size: 10pt;
    font-weight: normal !important;
}

.uploadControlProgressBar {
    width: 350px !important;
}

.validationMessage {
    padding: 0 20px;
    text-align: center;
}

.uploadControl {
    margin-top: 10px;
}

.Note {
    max-width: 500px;
}

.dxmLite_CSMLive .dxm-main {
    border:0;
    background: transparent;
    color: white;
    font-size: 18px;
    position:absolute;
    right:10px;
    top:75px;
}


.dxmLite_CSMLive .dxm-popup {
    background: #2d2826;
    color: white;
    font-size: 16px;
}
.dxm-hovered {
    background: #b3b3b3 !important;
    color: black !important;
}

.dxmLite_CSMLiveV3 .topmenu {
    border: 0;
    background: transparent;
    color: white;
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 55px;
}

.dxmLite_CSMLiveV3 .dxm-popup {
    background: #2d2826;
    color: white;
    font-size: 16px;
}
.dxmLite_CSMLiveV3 .topmenu .dxm-horizontal .dxm-image-l .dxm-content {
    padding: 2px 8px 2px 12px;
}
.topsearch {
    border-radius: 0px !important;
    border: none;
    background: #b3b3b3;
}
.topsearch input[type="text"].dxeEditArea_CSMLiveV3 {
        background: #b3b3b3;
        color:black;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000000s ease-in-out 0s;
}

.content-wrapper.maxwidth {
    max-width: 100%;
}
.content-wrapper.maxwidthCentre {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.topmenu {
    max-width: calc(100vw - 250px);
}
@media (max-width: 1200px) {
    .topmenu {
        display: none;
    }
    .dxm-item {
        width:100%;
        text-align: center !important;

    }
    .dxm-side-menu-mode .dxm-slide-panel .dxm-item {
        padding-left:0px !important;
    }
    .dxmLite_CSMLiveV3.dxm-side-menu-mode .dxm-side-menu-button {
        height: 30px;
        width: 30px;
        position: absolute;
        right: 15px;
        top: 55px;
    }

    .dxmLite_CSMLiveV3.dxm-side-menu-mode .dxm-popOut {
        margin-top: -34px;
    }

.dxm-side-menu-mode .dxm-slide-panel .topmenu {
    top: 0;
}
}

.favbtn {
    float:right;
}
td#ctl00_MainContent_tbUserName_CapC {
    padding-top:10px;
    padding-bottom: 10px;
}

.dxgvSearchPanel_CSMLiveV3 .dxeButtonEdit_CSMLiveV3 td.dxic {
    padding: 8px 8px 8px 8px;
}

/*Aligns numbers in grid to right*/
.dx-ar {
    text-align: right !important;
}
/*Darker border for aspxgridview group headers*/
.gridgroupheader {
    border-bottom:1px solid black;
}
/*New button styling to match*/
.dxbButton_CSMLiveV3 {
    border:none;
    padding:3px;
    box-shadow:none;
    margin-top:2px;
    font-weight: 500 !important;
}
/*Large button styling*/
.csmbtnlarge {
    height: 120px;
    min-width: 400px;
    background: #f7f7f7;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: 0.3s;
    cursor: pointer;
    background-image: url("../../Images/arrow-20-48-Right.png");
    background-repeat: no-repeat;
    background-position: right 20px center;
    color: black;
    font-size: 30px;
    font-weight: 600 !important;
    text-align: left !important;
    padding: 0px;
    text-transform: uppercase;
}
    .csmbtnlarge div.dxb {
        align-items: center;
        display: flex;
        height: 100%;
        padding-right:70px;
        padding-left:15px;
    }
    .csmbtnlarge span.dx-vam {
       /* text-wrap:wrap;*/
       white-space:normal;
    }
    .csmbtnlarge:hover {
        background: #00A5E2; 
        color: white;
        background-image: url("../../Images/arrow-20-48w-Right.png");
        background-repeat: no-repeat;
        background-position: right 20px center;
    }
/*Medium button styling*/
.csmbtnmedium {
    height: 80px;
    min-width: 300px;
    background: #f7f7f7;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: 0.3s;
    cursor: pointer;
    background-image: url("../../Images/arrow-20-48-Right.png");
    background-repeat: no-repeat;
    background-position: right 20px center;
    color: black;
    font-size: 20px;
    font-weight: 600 !important;
    text-align: left !important;
    padding: 0px;
    text-transform: uppercase;
}

    .csmbtnmedium div.dxb {
        align-items: center;
        display: flex;
        height: 100%;
        padding-right: 70px;
        padding-left: 15px;
    }

    .csmbtnmedium span.dx-vam {
        /* text-wrap:wrap;*/
        white-space: normal;
    }

    .csmbtnmedium:hover {
        background: #00A5E2; 
        color: white;
        background-image: url("../../Images/arrow-20-48w-Right.png");
        background-repeat: no-repeat;
        background-position: right 20px center;
    }

/*Small button styling - No arrows*/
.csmbtnsmall {
    height: 50px;
    min-width: 200px;
    background: #f7f7f7;
    margin-top: 5px;
    margin-bottom: 5px;
    transition: 0.3s;
    cursor: pointer;
    color: black;
    font-size: 16px;
    font-weight: 600 !important;
    text-align: left !important;
    padding: 0px;
    text-transform: uppercase;
}
.csmbtnsmall div.dxb {
        align-items: center;
        display: flex;
        height: 100%;
        padding-right: 15px;
        padding-left: 15px;
        text-align:center;
}
.csmbtnsmall span.dx-vam {
        /* text-wrap:wrap;*/
        white-space: normal;
        margin-left: auto;
        margin-right: auto;
}
    .csmbtnsmall:hover {
        background: #ff4913;
        color: white;
    }
/* Loading Panel Styling*/
.loaderpanelimg {
    width: 60px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid;
    border-color: #00A2DE #0000;
    animation: l1 1s infinite;
    margin: 10px;
    float:left;
}
.loaderpaneltext {
float: left;
font-size: 25px;
margin-left: 20px;
margin-right: 20px;
}
@keyframes l1 {
    to {
        transform: rotate(.5turn)
    }
}
/* Side Navigation*/
.dxmLite_CSMLiveV3.dxm-side-menu-mode .dxm-slide-panel, .dxmLite_CSMLiveV3.dxm-side-menu-mode .dxm-slide-panel .dxm-popup {
    width: 300px !important;
}
.dxmLite_CSMLiveV3.dxm-side-menu-mode .dxm-content {
    white-space: normal;
}

.LBMenu {
    text-decoration: none;
    color: white;
    font-size: 16px;
    padding: 8px 14px 8px 13px;
}

    .LBMenu:hover {
        background: #b3b3b3 !important;
        color: black !important;
    }

