:root {
    --blue: #0572e0;
    --indigo: #6610f2;
    --purple: #613d7c;
    --pink: #e83e8c;
    --red: #ff0039;
    --orange: #f0ad4e;
    --yellow: #ff7518;
    --green: #3fb618;
    --teal: #20c997;
    --cyan: #9954bb;
    --white: #fff;
    --gray: #868e96;
    --gray-dark: #373a3c;
    --primary: #2780e3;
    --primaryRGBA:#2780e3;
    --secondary: black;
    --success: #3fb618;
    --info: #aacdf5;
    --warning: #ff7518;
    --danger: #fd0139;
    --light: #f8f9fa;
    --dark: #010005;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
ck ck-reset ck-editor ck-rounded-corners {
    margin-left:10px;
}
.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred {
    min-height:200px !important;
   
}

.ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-focused {
    min-height:200px !important;
    
}

.ck-foused {
    min-height:300px;
}
input.short {
    width:120px;
}
textarea {
    width:80% !important;
}
.vdp-datepicker__calendar {
    margin-left:175px;
    margin-top:-15px;
}

.vdp-datepicker__calendar .cell.day-header {
    color:red;
    font-weight:bold;
}

table.ui-datepicker-calendar th, table.ui-datepicker-calendar td {
    min-width:5px !important;
    padding:2px !important;

}
.btn-xsm {
    height:22px;
    padding:2px;
}
.btn-xsm i {
    padding:2px;
}
.dnnFormItem input[type="text"], .dnnFormItem input[type="password"], .dnnFormItem input[type="email"], .dnnFormItem input[type="tel"], .dnnFormItem select {
    width: 45%;
    max-width: 445px;
}

.dnnFormItem  textarea {
    width: 80%;
    max-width: 700px !important;
}
.nowrap {
    white-space: nowrap;  

}
.right-align {
    text-align:right;    
}

.dnnFormItem textarea.dnnFormRequired {
    width:70% !important;
}
.dnnFormItem textarea {
    width:70% !important;
}

.hidden {
    display:none !important;

}

.font-bold {
    font-weight:bold;
}
.fas {
    font-size:13pt;
}
#tblGroupStructure .fas {
    font-size:12pt;
}
body {
    color:darkslategray
}
.right-align{
    text-align: right;

}

input:read-only {
    background-color:whitesmoke !important;
}
.text-navy {
    color:navy;
}
.dateField {
    cursor:pointer;
    background-color:whitesmoke;
    width:160px;
}
.well {
    padding:4px;
    background-color:whitesmoke;
    color:black;
    border-radius:3px;
    border:1px solid lightgrey;
    min-width:120px;
    display:block;
}
.vdp-date-picker input {
    background-image: url();

}
.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred {
    min-height:350px;
}
.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred:focus {
    min-height:350px;
}
#ContentPane, #dnn_ContentPane, #TopContent {
    background-color:white;
}
.nav-link {
    white-space: nowrap !important;
}
.u-full-width {
    width:100%;

}

textarea, input, select {
    border:1px solid #c9c9c9;
}

textarea.required::after, input.required::after, select.required::after {
    
    content:'<span class="text-danger">*</span>';
}

span.dnnInputFileWrapper {
    overflow: hidden !important;
    margin: 0px 4px 0 0;
    width: auto !important;
    display: none !important;
    float: left !important;
    position: relative;
}
.dnnFormItem input[type="text"], .dnnFormItem select, .dnnFormItem input[type="email"], .dnnFormItem input[type="search"], .dnnFormItem input[type="password"], .dnnFormItem input[type="number"]  {
    margin-bottom: 18px;
    padding: 8px;
    height:34px;
    background: #ffffff;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px rgb(255 255 255 / 80%), inset 0px 1px 2px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 1px 0px 0px rgb(255 255 255 / 80%), inset 0px 1px 2px 0px rgb(0 0 0 / 10%);
    color: #333;
    font-size: 12px;
}

.dnnFormItemSpecial input[type="text"], .dnnFormItemSpecial select, .dnnFormItemSpecial textarea, .dnnFormItemSpecial input[type="email"], .dnnFormItemSpecial input[type="search"], .dnnFormItemSpecial input[type="password"], .dnnFormItemSpecial input[type="number"]  {
    margin-bottom: 18px;
    padding: 8px;
    height:34px;
    background: #ffffff;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px rgb(255 255 255 / 80%), inset 0px 1px 2px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 1px 0px 0px rgb(255 255 255 / 80%), inset 0px 1px 2px 0px rgb(0 0 0 / 10%);
    color: #333;
    font-size: 12px;
}


.dnnFormItemSpecial input[type="text"].telcode {
    width:80px !important
} 
.dnnFormItemSpecial label {
    width:160px !important
}

.tdLabel {
    width:160px !important;
    font-weight:bold;
    vertical-align: top;
}

.dnnFormItemSpecial input[type="tel"]  {
    width: 160px !important;
    }

input[type='text'] {
padding:6px !important;

}
input[type='number'] {
    text-align: right;
}


.navbar.bg-dark {
        background-color:black !important;
    }

h2, h3, h4, h5 {
    text-transform: uppercase !important;

}

nav-item .nav-link.active {
    background-color:black;
    color:white;

}

#FooterContainer {
    display:none;
}

.sticky {
    position: relative;
    top: 0;
}

.nav-container {
    margin-left:auto;
    margin-right:auto;
    width:95%;
    background-color:black !important;
    padding-left:5px;
    padding-right:5px;
}

.wide-container {
    margin-left:auto;
    margin-right:auto;
    width:95%;
    background-color:white !important;
    padding:5px;

}



/*-------------Alerts and Confirms-----------*/


#ConfirmOK, #ConfirmCancel, #AlertClose {
    min-width: 70px;
}

#ConfirmTitle, #AlertTitle {
    background-color: var(--primary);
    color: white;
    font-size: large;
    text-transform: uppercase;
    margin: 0px !important;
    padding: 1rem;
}


.dnnGrid {
    width:100%;
    font-size:12px;
}

.dnnGridHeader {
    border-bottom: 1px #ddd solid;
    font-weight: bold;
    font-size: 110%;
}


.dnnGrid tfoot {
    border-bottom:2px solid lightgrey;
    border-left:2px solid lightgrey;
    border-right:2px solid lightgrey;

}

.dnnGridItem {
    border-bottom: 1px #eee solid;
    background: #fff;
}

.dnnGridAltItem {
    background: #f1f1f1
}

.dnnGrid td {
    padding: 3px 5px
}

    .dnnGrid td input.dnnFormInput {
        width: 42%
    }
    .dnnGrid td textarea.dnnFormInput {
        width: 70%
    }




.dwa_container {
    font-family: 'Roboto', sans-serif;
    
}



.ck .ck-content .ck-editor__editable {
    min-height: 300px;
    max-height: 600px;
}
/*
    --hr-- Line style 
*/
hr {
    border: none;
    height: 3px !important;
    background-color: red;
    color:red;
}


/* -------Tables----------------*/


td, th {
    padding-left: 1.2rem !important;
}



/*-----------Datatable=---------------*/
.datatable {
    width: 100%;
    border: 2px solid whitesmoke;
    border-top: 3px solid whitesmoke;
    min-height:60vh;
    /*
        box-shadow:rgb(0,0,0,0.6) 0px 0px 2px 2px inset;
    */
}

.sub-slot .datatable {
    border: none !important;
    min-height:400px;
}

.sub-slot .scrollable thead th {
    position: sticky;
    top: 0;
    z-index: 40;
}

.sub-slot .scrollable {
    border: 1px solid lightgrey;
    min-height: 100px;
}

.sub-slot .datatable > .toolbar {
    display: flex;
    width: 100%;
    padding: 1rem;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}


.datatable > .toolbar {
    display: flex;
    width: 100%;
    padding: 1rem;
    margin-top: 1.5rem !important;
    margin-bottom: 2px !important;
}

.datatable .fa-expand {
    color: grey;
    cursor: pointer;
}

.datatable .fa-edit {
    color: var(--primary);
    cursor: pointer;
}

.datatable .fa-chevron-up {
    cursor: pointer;
}

.datatable .fa-chevron-down {
    cursor: pointer;
}

.datatable .fa-trash {
    color: grey;
    cursor: pointer;
}

.datatable .fa-check {
    color: darkgreen;
    cursor: pointer;
}


.datatable > table {
    margin-top: -18px;
    padding-top: 0px !important;
}

.datatable-title {
    text-transform: uppercase;
    font-size: x-large;
    font-weight: bold;
    margin-right: 5px !important;
    margin-bottom: 0px !important;
    padding-bottom: 2px !important;
    border-right: 3px solid whitesmoke;
    padding-right: 1rem;
    white-space: nowrap;
}




.datatable-toolbar {
    display: flex;
    width: 100%;
    gap: 1rem;
}

.datatable-footer {
    font-size: small;
    margin: 5px 0px;
    display: flex;
    padding-right: 1rem;
    width:100%;
}

    .datatable-footer .label {
        color: darkgrey;
        font-weight: 600;
        padding-top: 0.5rem;
        margin-left: 1rem;
        margin-right: 1rem;
        white-space: nowrap;
    }


.scrollable {
    display: block;
    padding: 0px !important;
    /* margin: 0px 1rem; */
    /*border: 1px solid lightgrey;*/
    min-height: 50vh;
    max-height: 100vh;
    overflow-y: auto;
    /* width:100%; */
}

.scrollable-subgrid {
    display: block;
    padding: 0px !important;
    margin: 0px 1rem;
    /*border: 3px solid lightgrey;*/
    min-height: 250px;
    max-height: 400px;
    overflow-y: auto;
}

.scrollable thead th {
    position: sticky;
    top: 0;
}

.scrollable tbody tr td {
    z-index: 4;
}


.scrollable tr {
    max-height: 16px !important
}
.scrollable-small {
    display: block;
    padding: 0px !important;
    /* margin: 0px 1rem; */
    /*border: 1px solid lightgrey;*/
    min-height: 30vh;
    max-height: 30vh;
    overflow-y: auto;
    /* width:100%; */
}

.scrollable-small thead th {
    position: sticky;
    top: 0;
}

.scrollable-small tbody tr td {
    z-index: 4;
}


.scrollable-small tr {
    max-height: 16px !important
}


/*---------------Utility classes */
.hidden {
    display: none;
}


/*-------------Tabs-----------------*/
.tabs {
    display: flex;
    width: 100%;
    border-bottom: 3px solid var(--primary);
}

    .tabs .tab {
        border: 1px solid whitesmoke;
        border-bottom: none !important;
        border-radius: 10px 10px 0px 0px !important;
        padding: 0.8rem 0.8rem 0.8rem 0.8rem;
        text-transform: uppercase;
        margin-bottom: -3px !important;
        margin-right: 0.5rem !important;
        cursor: pointer;
    }

        .tabs .tab:hover {
            border: 1px solid var(--primary);
            border-bottom: none !important;
            background-color: whitesmoke;
        }

        .tabs .tab.active {
            border-color: var(--primary);
            color: white;
            font-weight: bold;
            background-color: var(--primary);
            border-bottom: none !important;
        }


/*-----------------Buttons----------------*/

button.round {
    border-radius: 50% !important;
    padding: 6px !important;
    height: 38px !important;
    width: 38px !important;
    margin-left: 2px;
}

button.square {
    border-radius: 4px !important;
    padding: 2px !important;
    height: 38px !important;
    width: 38px !important;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
}

button.small {
    border-radius: 4px !important;
    padding: 0px 10px !important;
    height: 36px !important;
    width: 36px !important;
    margin-left: 2px;
    margin-right: 2px;
    vertical-align: middle;
}

.dnnForm button {
    min-width: 80px;
}

button:hover {
    background-color: whitesmoke;
}

button.input {
    padding: 0px 10px !important;
    border: none;
    height: 36px;
    margin-left: -2px;
    margin-right: 0px;
}

button.primary {
    background-color: var(--primary);
    border-color: var(--secondary-dark);
    color: white;
    font-weight: bold;
}

    button.primary:hover {
        background-color: var(--primary-dark);
        border-color: var(--secondary-dark);
        color: white;
        font-weight: bold;
    }

button.secondary {
    background-color: var(--secondary);
    border-color: var(--secondary-dark);
    color: white;
    font-weight: bold;
}

button.primary:hover {
    background-color: var(--secondary-dark);
    border-color: var(--secondary-dark);
    color: white;
    font-weight: bold;
}

button.warning {
    background-color: var(--warning);
    border-color: var(--secondary-dark);
    color: white;
    font-weight: bold;
}

    button.warning:hover {
        background-color: var(--warning-dark);
        border-color: var(--secondary-dark);
        color: white;
        font-weight: bold;
    }

.h-group {
    display: flex;
    align-content: flex-start;
    margin: 0px 1rem;
}

    .h-group button.square:first-child {
        border-radius: 8px 0px 0px 8px !important;
        margin-right: 0px !important;
    }

    .h-group button.square:nth-child(2n) {
        border-radius: 0px 0px 0px 0px !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .h-group button.square:last-child {
        border-radius: 0px 8px 8px 0px !important;
        margin-right: 1rem !important;
        margin-left: 0px !important;
    }

/*------------Shading classes -------------------*/

.bg-success {
    background-color: forestgreen;
}

.bg-danger {
    background-color: darkred;
}

.bg-warning {
    background-color: #fab51f;
}




/*-----------------Forms-----------------*/
@media(min-device-width:1000px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-13 {
        display: flex;
        justify-content: left;
        min-height: 53px !important;
    }

    .dnnForm {
        padding: 1.5rem;
    }

    .dnnPrimaryAction {
        background-color: var(--primary);
    }

    label {
        text-align:left !important; 
        width:160px;
        font-weight:bold;
    }
    .dnnForm .alert-error {
        border: 1px solid red;
        background-color: lightpink;
        border-radius: 1rem;
        width: 100%;
        margin: 1.5rem 1.5rem;
        padding: 2rem;
    }

    .form col-6 {
        min-height: 53px !important;
    }

    .form col-4 {
        min-height: 53px !important;
    }

    .form col-12 {
        min-height: 53px !important;
    }
    .dnnGridItem td {
        white-space:nowrap !important; 
    }
    .dnnGridHeader thead th {
        white-space:nowrap !important;
        position:sticky;
        top:0;
    }


    .form-title {
        text-transform: uppercase;
        font-size: x-large;
        font-weight: 600;
        margin-right: 5px !important;
        margin-bottom: 0px !important;
        padding-bottom: 2px !important;
        padding-right: 1rem;
        white-space: nowrap;
    }

    .form .required::after {
        content:'<span class="text-danger">*</span>'
    }

    .form label {
        font-weight: bold;
        width: 160px;
    }

    .form textarea.required {
        margin-left: 0px !important;
        padding-left: 0px !important;
        border-left: 3px solid red !important;
        border-radius: 9px;
    }

    .form .selectWrapper.required {
        /* border-left: 3px solid red;
        border-radius: 9px;
        height: 30px !important;
        width: 100%; */
        content:'<span class="text-danger">*</span>'
    }

    .code-editor {
        font-size: larger;
    }


    input.dnnFormRequired {
        border-right: 2px solid red !important;
    }

    select.dnnFormRequired {
        border-right: 2px solid red !important;
    }
    .dnnFormRequired input::after {
        border-right: 2px solid red !important;
    }


    input.dnnFormRequired::after {
        border-right: 2px solid red !important;
    }

    .shortText {
        width:120px !important;
    }

.dnnLabel {
    text-align: left !important;
    width:160px !important;

}

    .form label {
        white-space: nowrap !important;
        margin-right: 1rem;
        min-width: 160px !important;
    }

    .dnnForm input {
        border: 2px solid lightgrey;
        height: 34px !important;
    }

        .dnnForm input.dnnFormRequired {
            border-right: 2px solid red !important;
            height: 34px !important;
        }


    .form {
        padding: 2rem;
        background: white !important;
    }


    /*------------grid adjustments------------*/

    .column,
    .columns {
        margin-left: 0px !important;
        padding-right: 2rem;
    }

        .column:first-child,
        .columns:first-child {
            margin-left: 0% !important;
        }

    .six.columns {
        width: 42%;
    }





    .toolbar {
        display: flex;
        width: 100%;
    }

    /*Editor*/

    .editor {
        border-radius: 4px;
        border: 2px solid grey;
    }

        .editor .editor-toolbar {
            display: flex;
            width: 100%;
            background-color: whitesmoke;
            align-content: flex-start
        }


    /*----------Table adjustments---------------*/

    th,
    td {
        padding: 5px 15px !important;
        text-align: left;
        border-bottom: 1px solid #E1E1E1;
    }

    .striped tr:nth-child(even) {
        background-color: whitesmoke;
    }



    th:first-child,
    td:first-child {
        padding-left: 0;
    }

    th:last-child,
    td:last-child {
        padding-right: 0;
    }

    table > tbody:nth-child(odd) {
        background-color: whitesmoke;
    }


    /*------Scrollbar-----------------*/

    ::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 4px
    }

        /* Handle on hover */
        ::-webkit-scrollbar-thumb:hover {
            background: #555;
        }


    

    /*----------Transitions--------------*/

    /*-------------Fade in and out ------------*/
    .fade-enter-active, .fade-leave-active {
        transition: opacity .5s
    }

    .fade-enter, .fade-leave-to /* .fade-leave-active in <2.1.8 */ {
        opacity: 0
    }

    /*----------Slide ------------*/
    /* Navigation animations */
    .slide-leave-active,
    .slide-enter-active {
        transition: opacity 0.5s, transform 0.5s;
    }

    .slide-enter,
    .slide-leave-to {
        opacity: 0;
        transform: scaleX(85%);
    }


    /*-----------shadows-------------*/
    .shadow-primary {
        box-shadow: 0 20px 30px -15px rgba(0,0,0,0.5), 0 40px 40px -20px rgba(0,0,0,0.4), 0 70px 50px -30px rgba(0,0,0,0.3), 0 40px 60px -5px var(--primaryRGBA);
    }

    .form-above {
        box-shadow: 0 30px 40px rgba(50,30,203,0.8);
        margin-bottom: 20px
        /*box-shadow: 0 20px 30px -15px rgba(0,0,0,0.5), 
        0 40px 40px -20px rgba(0,0,0,0.4), 
        0 70px 50px -30px rgba(0,0,0,0.3), 
        0 40px 60px -5px rgba(240,14,20,0.3);*/
    }

    .card {
        background-color: white !important;
    }

    

       

    /*--------------General Styles-------------*/
    .txt-primary {
        color: var(--primary);
    }












































































































































