﻿
@@font-face {
    font-family: "SourceSansPro";
    src: url(../../fonts/NotoSans-Light.ttf);
    font-weight: 300;
    font-style: normal;
}

@@font-face {
    font-family: "SourceSansPro";
    src: url(../../fonts/SourceSansPro-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}

@@font-face {
    font-family: "SourceSansPro";
    src: url(../../fonts/SourceSansPro-SemiBold.ttf);
    font-weight: 600;
    font-style: normal;
}

@@font-face {
    font-family: "SourceSansPro";
    src: url(../../fonts/SourceSansPro-Italic.ttf);
    font-weight: 400;
    font-style: italic;
}

@@font-face {
    font-family: "SourceSansPro";
    src: url(../../fonts/SourceSansPro-Bold.ttf);
    font-weight: 700;
    font-style: normal;
}

@@font-face {
    font-family: "SourceSansPro";
    src: url(../../fonts/SourceSansPro-Black.ttf);
    font-weight: 900;
    font-style: normal;
}

@@font-face {
    font-family: "NotoSans";
    src: url(../../fonts/NotoSans-Light.ttf);
    font-weight: 300;
    font-style: normal;
}

@@font-face {
    font-family: "NotoSans";
    src: url(../../fonts/NotoSans-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}

@@font-face {
    font-family: "NotoSans";
    src: url(../../fonts/NotoSans-SemiBold.ttf);
    font-weight: 600;
    font-style: normal;
}

@@font-face {
    font-family: "NotoSans";
    src: url(../../fonts/NotoSans-Italic.ttf);
    font-weight: 400;
    font-style: italic;
}

@@font-face {
    font-family: "NotoSans";
    src: url(../../fonts/NotoSans-Medium.ttf);
    font-weight: 500;
    font-style: normal;
}

@@font-face {
    font-family: "NotoSans";
    src: url(../../fonts/NotoSans-Bold.ttf);
    font-weight: 700;
    font-style: normal;
}

@@font-face {
    font-family: "NotoSans";
    src: url(../../fonts/NotoSans-Black.ttf);
    font-weight: 900;
    font-style: normal;
}

#ModalPopupExtender_MITUser:has(#Button_btnAccountConfigureUser:not(.d-none)) {
    width: 600px;
}

.margin_left_10 {
    margin-left: -10% !important
}
