﻿* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
    vertical-align: top;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}

body {
    height: 100%;
    vertical-align: top;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    font-family:Arial;
}

.tbUneditable {
    padding: 5px 10px 5px 2px !important;
    width: 100px !important;
    background-color: #e7e7e7 !important;
}
.tbEditable {
    padding: 5px 10px 5px 2px !important;
    width: 100px !important;
}
    .tbEditable:hover {
        border-color: #36b4cb !important;
    }
.p-t-10px {
    padding-top: 10px !important;
}
.p-l-10px{
    padding-left:10px !important;
}
.p-l-20px {
    padding-left: 20px !important;
}
.ptb-10px {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.ptb-20px {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.mtb-20px {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.Grid{
    box-sizing:border-box !important;
    overflow:auto!important;
}
.maincontentopen {
    margin-left: 250px;
    padding: 1px 16px;
    padding-top: 30px;
    width: 70%;
}

.maincontentclose {
    margin-left: 250px;
    padding: 1px 16px;
    padding-top: 30px;
    width: 70%;
}

.rowSpacing {
    height: 20px;
}

.Footer {
    font-family: 'arial';
    font-size: 12px;
    position: fixed;
    bottom: 0px;
    margin: auto;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    /*background: rgba(255,255,255,0.7);*/
    color: white;
}

.GotUnsavedata {
    background-color: #f8dadc;
    font-family: 'arial';
    font-size: 14px;
    font-weight: 400;
    color: #c05d5d;
    padding: 5px 5px 5px 0px;
    /* animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;*/
}

.NoUnsavedata {
    background-color: transparent;
    font-family: 'arial';
    font-size: 14px;
    font-weight: 400;
    /*color: #c05d5d;*/
    color: white;
    padding: 5px 5px 5px 0px;
    /* animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;*/
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.loginbutton {
    background-color: #1d4289;
    border-radius: 5px;
    border: 1px solid #5779b9;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: 'arial';
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 1px 1px 3px #5779b9;
    text-align: center;
}

.transparentbutton {
    background-color: transparent;
    border-radius: 2px;
    border: 1px solid #b1b1b2;
    display: inline-block;
    cursor: pointer;
    color: grey;
    font-family: 'arial';
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 5px 5px;
    text-decoration: none;
    text-shadow: 1px 1px 3px #9d9e9e;
    text-align: center;
}

.greybutton {
    background-color: #b1b1b2;
    border-radius: 5px;
    border: 1px solid #9d9e9e;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: 'arial';
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 1px 1px 3px #9d9e9e;
    text-align: center;
}

.redbutton {
    color: #db5029;
    display: inline-block;
    cursor: pointer;
    font-family: 'arial';
    font-size: 16px;
    text-align: center;
}

.greenbutton {
    color: #4ec146;
    display: inline-block;
    cursor: pointer;
    font-family: 'arial';
    font-size: 16px;
    text-align: center;
}

.bluebutton {
    color: Highlight;
    display: inline-block;
    cursor: pointer;
    font-family: 'arial';
    font-size: 16px;
    text-align: center;
}

.redcancelbutton {
    background-color: #ff0000;
    border-radius: 5px;
    border: 1px solid #ff2323;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: 'arial';
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 1px 1px 3px #ff2323;
    text-align: center;
}
.flatbutton {
    background-color: #81a1e0;
    border-radius: 5px;
    border: 1px solid #5673ab;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: 'arial';
    font-size: 10px;
    letter-spacing: 0.5px;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    text-shadow: 1px 1px 3px #5673ab;
    text-align: center;
}

.button {
    background-color: #81a1e0;
    border-radius: 5px;
    border: 1px solid #5673ab;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: 'arial';
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 1px 1px 3px #5673ab;
    text-align: center;
}

.orangebutton {
    background-color:orange;
    border-radius: 5px;
    border: 1px solid darkorange;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: 'arial';
    font-size: 12px;
    font-weight:bold;
    letter-spacing: 0.5px;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 1px 1px 3px darkorange;
    text-align: center;
}

.bluebutton {
    background-color: #4169e1;
    border-radius: 5px;
    border: 1px solid #042a9d;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: 'arial';
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 1px 1px 3px #042a9d;
    text-align: center;
}

.purplebutton {
    background-color: #d941e1;
    border-radius: 5px;
    border: 1px solid #9d048e;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: 'arial';
    font-size: 11px;
    font-weight:300;
    letter-spacing: 0.5px;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 1px 1px 3px #9d048e;
    text-align: center;
}

.brownbutton {
    background-color: #9d5a35;
    border-radius: 5px;
    border: 1px solid #9d9304;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: 'arial';
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.5px;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 1px 1px 3px #9d9304;
    text-align: center;
}

.smallbutton {
    background-color: #fba17a;
    border-radius: 5px;
    padding: 5px 10px;
    border: 1px solid #d55b26;
    display: inline-block;
    color: #ffffff;
    font-family: 'arial';
    font-size: 14px;
    font-weight: 400;
}

.internalbutton12 {
    border: 1px dotted lightgray;
    background-color: white;
    font-family: 'latobold', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: black;
    text-align: center;
    padding: 5px 5px 5px 5px;
}

.modalPopup {
    text-align: center;
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 1000px;
    display: none;
}

.modalPopupLoad {
    text-align: center;
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 600px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.headerlinkactive {
    background-color: #ff7c43;
}

.headerpanel {
    background-color: #56fdb8;
    font-family: 'arial', sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 5px 8px 5px;
}
.headerbarpanel{
    background-color: #3f48cc;
    border-radius: 5px;
    border: 1px solid #101569;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: 'arial';
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 1px 1px 3px #5673ab;
    text-align: center;
}

.activebackground {
    background-color: #56fdb8;
    border: 2px solid #3adc99;
    padding: 3px 3px 3px 3px;
    border-radius: 5px;
}

.inactivebackground {
    background-color: #fa94a0;
    border: 2px solid #fe6c7d;
    padding: 3px 3px 3px 3px;
    border-radius: 5px;
}

.orangebackground {
    background-color: #ff7f27;
    border: 2px solid #cd6720;
    padding: 3px 3px 3px 3px;
    border-radius: 5px;
}

.yellowbackground {
    background-color: #fff200;
    border: 2px solid #d5cc1a;
    padding: 3px 3px 3px 3px;
    border-radius: 5px;
}

.redwatermarkbackground {
    background-color: #fa94a0;
    border: 2px solid #fe6c7d;
    padding: 1px 1px 1px 1px;
    border-radius: 5px;
}

.opacity {
    background: rgba(255,255,255,0.5);
    /*opacity:0.5;*/
}

/** 
    Below are all the fonts setting ***/
.ErrorPanel {
    background-color: #f8dadc;
    font-family: 'arial';
    font-size: 14px;
    font-weight: 400;
    color: #c05d5d;
    padding: 5px 5px 5px 0px;
    /*text-shadow: 4px 4px 4px #aaa;*/
}

.ErrorBullet {
    background-color: #f8dadc;
    font-family: 'arial';
    font-size: 14px;
    font-weight: 400;
    color: #c05d5d;
    padding-top: 5px;
    padding-bottom: 5px;
    /*text-shadow: 4px 4px 4px #aaa;*/
}

.SuccessBullet {
    font-family: 'arial' !important;
    font-size: 14px;
    font-weight: 400;
    color: black !important;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: limegreen;
    /*text-shadow: 4px 4px 4px #aaa;*/
}

.HeaderLabel12White {
    font-family: 'arial', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color:white;
}

.HeaderLabel12 {
    font-family: 'arial', sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.HeaderLabel14 {
    font-family: 'arial', sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.HeaderLabel18 {
    font-family: 'arial', sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.Asterix {
    font-family: 'arial';
    font-size: 14px;
    font-weight: 500;
    color: red;
    /*text-shadow: 4px 4px 4px #aaa;*/
}
.Content10 {
    font-family: 'arial';
    font-size: 10px;
    font-weight: 400;
}

.ContentLabel14 {
    font-family: 'arial';
    font-size: 14px;
    font-weight: 500;
}

.Content14 {
    font-family: 'arial';
    font-size: 14px;
    font-weight: 400;
}

.Content12 {
    font-family: 'arial';
    font-size: 12px;
    font-weight: 400;
}

.Content12White {
    font-family: 'arial';
    font-size: 12px;
    font-weight: 400;
    color: white;
}

.ContentItalic12 {
    font-family: 'arial';
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
}

.watermark10 {
    font-family: 'arial';
    font-size: 10px;
    font-style: italic;
    font-weight: 400;
    color: dimgrey;
}

.watermark12 {
    font-family: 'arial';
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    color: dimgrey;
}
.redwatermark12 {
    font-family: 'arial';
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    color: #e24848;
}


.ContentLabel12 {
    font-family: 'arial';
    font-size: 12px;
    font-weight: 600;
}

.Notification12Black{
    font-family: 'arial';
    font-size: 12px;
    font-weight: 400;
    color: black;
}


.ContentLabel14 {
    font-family: 'arial';
    font-size: 14px;
    font-weight: 500;
}

.LinkButton14White {
    font-family: 'arial';
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    color: white;
}

.LinkButton12WhiteNoUnderline {
    font-family: 'arial';
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    color: white;
}

.LinkButton12White {
    font-family: 'arial';
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
    color: white;
}

.LinkButton12Grey {
    font-family: 'arial';
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline;
    color: gray;
}

.LinkButton10Blue {
    font-family: 'arial';
    font-size: 10px;
    font-weight: 500;
    text-decoration: underline;
    color: #4381d7;
}

.LinkButton12Blue {
    font-family: 'arial';
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline;
    color: #4381d7;
}

.LinkButton13Blue {
    font-family: 'arial';
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;
    color: #4381d7;
}

.LinkButton13BlueNoUnderline {
    font-family: 'arial';
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    color: #4381d7;
}

.LinkButton13Gray {
    font-family: 'arial';
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;
    color: dimgray;
}

.LinkButton15Blue {
    font-family: 'arial';
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
    color: #4381d7;
}

.Content14White {
    font-family: 'arial';
    font-size: 14px;
    font-weight: 500;
    color: White;
    /*text-shadow: 4px 4px 4px #aaa;*/
}

.ddlist {
    font-family: 'arial';
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #d7d6d6;
    padding-top: 3px;
    padding-bottom: 3px;
}

.panelalert {
    background-color: #f98286;
    padding: 5px 5px 5px 10px;
}

.btn-opensearch {
    font-family: 'Montserrat';
    font-weight: 400;
    width: 25px;
    height: 25px;
    border-style: none;
    font-size: 14px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    color: #ffffff;
    background-color: #81a1e0;
    pointer-events: painted;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #5673ab;
}

    .btn-opensearch i {
        position: relative;
        top: 15%;
        left: 18%;
    }

.btn-closesearch {
    font-family: 'Montserrat';
    font-weight: 400;
    width: fit-content;
    height: 25px;
    border-style: none;
    font-size: 14px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    color: #ffffff;
    padding-left: 5px;
    background-color: transparent;
    pointer-events: painted;
    display: inline-block;
}

    .btn-closesearch i {
        top: 15%;
    }

.search-box {
    width: 250px;
    height: fit-content;
    position: relative;
    transition: all 0.5s ease-in-out !important;
    transition: 0.5s !important;
    -webkit-animation: fadeIn 1.2s;
    animation: fadeIn 1.2s;
    background-color: #81a1e0;
    border-radius: 10px;
    box-shadow: 0 5px 5px #6595e6, 0 0 0 5px #ffffff;
}

.btn-search {
    font-family: 'Montserrat';
    font-weight: 400;
    width: 25px;
    height: 25px;
    border-style: none;
    font-size: 14px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    right: 3px;
    color: #ffffff;
    background-color: transparent;
    pointer-events: painted;
    display: inline-block;
}

.input-search {
    font-family: 'Montserrat';
    height: 25px;
    border-style: none;
    /*padding: 10px;*/
    font-size: 14px;
    outline: none;
    border-radius: 15px;
    color: White;
    width: 200px;
    border-radius: 0px;
    background-color: #81a1e0;
    position: relative;
    left: 0px;
    border-bottom: 1px solid rgba(255,255,255,.5);
    /*transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);*/
}

    .input-search::placeholder {
        font-family: 'Montserrat';
        font-weight: 400;
        color: rgba(255,255,255,.5);
        font-size: 12px;
        letter-spacing: 1px;
        color: #ffffff;
    }

@charset "UTF-8";

:root {
    --primary: #2e38f1;
    --secondary: #6418C3;
    --primary-hover: #3525e6;
    --primary-light: #fbe5dc;
    --primary-dark: #111a94;
    --rgba-primary-1: rgba(235, 129, 83, 0.1);
    --rgba-primary-2: rgba(235, 129, 83, 0.2);
    --rgba-primary-3: rgba(235, 129, 83, 0.3);
    --rgba-primary-4: rgba(235, 129, 83, 0.4);
    --rgba-primary-5: rgba(235, 129, 83, 0.5);
    --rgba-primary-6: rgba(235, 129, 83, 0.6);
    --rgba-primary-7: rgba(235, 129, 83, 0.7);
    --rgba-primary-8: rgba(235, 129, 83, 0.8);
    --rgba-primary-9: rgba(235, 129, 83, 0.9);
    --font-family-base: Roboto, sans-serif;
    --font-family-title: Roboto, sans-serif;
}


/* Editable */
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
}

.sk-three-bounce {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: white;
}

    .sk-three-bounce .sk-child {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background-color: var(--primary);
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
        animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    }

    .sk-three-bounce .sk-bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .sk-three-bounce .sk-bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 3rem;
}

    .alert-dismissible .btn-close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: 1.25rem 1rem;
    }

.alert-primary {
    color: #975a48;
    background-color: #feeae4;
    border-color: #fee0d7;
}

    .alert-primary .alert-link {
        color: #79483a;
    }

.alert-secondary {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

    .alert-secondary .alert-link {
        color: #4f5050;
    }

.alert-success {
    color: #007458;
    background-color: #ccf3e9;
    border-color: #b3edde;
}

    .alert-success .alert-link {
        color: #005d46;
    }

.alert-info {
    color: #026592;
    background-color: #cdeefd;
    border-color: #b3e5fb;
}

    .alert-info .alert-link {
        color: #025175;
    }

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

    .alert-warning .alert-link {
        color: #523e02;
    }

.alert-danger {
    color: #894047;
    background-color: #fae1e4;
    border-color: #f7d2d6;
}

    .alert-danger .alert-link {
        color: #6e3339;
    }

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

    .alert-light .alert-link {
        color: #4f5050;
    }

.alert-cyan {
    color: #017378;
    background-color: #ccf2f4;
    border-color: #b3ecef;
}

    .alert-cyan .alert-link {
        color: #015c60;
    }

.alert-dark {
    color: #1f2326;
    background-color: #d6d8d9;
    border-color: #c2c4c6;
}

    .alert-dark .alert-link {
        color: #191c1e;
    }

.alert-purple {
    color: #675489;
    background-color: #eee8fa;
    border-color: #e6ddf7;
}

    .alert-purple .alert-link {
        color: #52436e;
    }
