﻿.rz-cell-data .ActionSection {
    display: flex;
    padding-top: .5em;
    justify-content: space-between;
}

    .rz-cell-data .ActionSection [class*="fa"] {
        color: #005581;
        cursor: pointer;
    }

        .rz-cell-data .ActionSection [class*="fa"].delete {
            color: #ad2317;
        }

        .rz-cell-data .ActionSection [class*="fa"]:hover {
            filter: opacity(0.6);
        }

@media all and (min-width: 400px) {
    .rz-cell-data .ActionSection {
        display: inline-block;
    }

        .rz-cell-data .ActionSection i {
            margin-right: .5em;
        }
}

.rz-cell-data .ActionSection .fas, .rz-cell-data .ActionSection .far,
.rz-cell-data .ActionSection .fad {
    /*font-size: 1.375rem;*/
    font-size: 1.1rem;
}

.rz-card {
    padding: 1.25rem 1.5625rem;
    border-radius: unset;
    box-shadow: unset;
    background-color: #ffffff;
}



.rz-dropdown {
    width: 100%;
    background: #ffffff;
    border: 1px solid #aaa;
    border-radius: .25em;
    cursor: pointer;
    font-size: 1.2em;
}

.rz-dropdown-trigger {
    background-color: #f3f5f7;
}

.rz-textarea, .rz-textbox {
    font-size: 1em;
}

.rz-dialog-side-content {
    padding: unset !important;
}

.rz-dialog-content {
    padding: unset !important;
    height: 100% !important;
}

.dialogContent {
    height: 100%;
}  

.rz-dialog-side-position-right {
    display: grid;
    grid-template-rows: 50px 1fr;
    margin-top: 2em;
}

.rz-dialog-side-position-left {
    display: grid;
    grid-template-rows: 50px 1fr;
    margin-top: 2em;
}



.rz-paginator {
    background-color: #f2f2f2;
}

.rz-paginator-first, .rz-paginator-prev {
    background-color: #6d787d;
    color: #fff;
}

.rz-dropdown-label .rz-inputtext {
    font-size: 1em;
}

.rz-tabview {
    width: 100%;
    height: 90%;
}

.rz-tabview-panels {
    background-color: #ffffff;
    border-top: solid 1px #dfe7ec;
    box-shadow: unset;
    flex: 1;
    overflow: auto;
    height: 100%;
}

.rz-tabview-panel {
    height: auto;
    padding: unset;
    overflow: auto;
    height: 100%;
}

.rz-tabview-nav li {
    background-color: #ace3fe !important;
    color: #000;
    border-color: #a9a9a9;
}

    .rz-tabview-nav li a {
        color: #000;
    }

.rz-tabview-top > .rz-tabview-nav .rz-tabview-selected {
    border-bottom-color: #ffffff; 
    border-top-color: #598087;
    background-color: #fff !important;
}

.rz-selectbutton .rz-button.rz-button-md.rz-state-active {
    background-color: #85d6fe !important;
    color: #000;
}

.rz-dialog-titlebar {
    background-color: #005581;
    padding: 0.6875rem 1.25rem;
    font-size: 1.25rem;
    line-height: 1.875rem;
    border-bottom: none;
    color: #fff;
}

.rz-multiselect-item {
    display: flex;
    align-items: start;
}

    .rz-multiselect-item span:first-of-type {
        width: 100%;
    }


.rz-switch {
    position: relative;
    display: inline-block;
    width: 2.4rem;
    min-width: 2.4rem;
    height: 1rem;
}

    .rz-switch.rz-switch-checked .rz-switch-circle {
        background: #50ac01;
    }

    /*.rz-switch .rz-switch-circle {*/
    /*background: #ced4da;*/
    /*background: #000;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    border-radius: 1.8rem;
}*/


    .rz-switch .rz-switch-circle:before {
        background: #ffffff;
        width: .77rem;
        height: .77rem;
        left: 0.27rem;
        margin-top: -0.44rem;
        border-radius: 60%;
        transition-duration: 0.2s;
        box-shadow: none;
    }



.col-2 {
    flex: 0 0 16.66667%;
    max-width: 100%;
}

.rz-radio-button-list-horizontal {
    margin-top: -10px;
}

    .rz-radio-button-list-horizontal.valid.modified:not([type=checkbox]) {
        outline: unset !important;
    }

.rz-accordion-content {
    padding: 0.5rem 0.5rem 0.5rem .5rem;
}


.rz-tabview-left-icon { 
    margin-right: .5em;
    align-self: center;
}

.rz-tabview-title{
    padding-top: .3em;
}

.rz-dropdown-item.rz-state-highlight, .rz-dropdown-items li.rz-state-highlight, .rz-multiselect-items li.rz-state-highlight, .rz-autocomplete-items li.rz-state-highlight, .rz-state-highlight.rz-multiselect-item, .rz-state-highlight.rz-autocomplete-list-item, .rz-state-highlight.rz-menuitem {
    background-color: ghostwhite;
    color: #000;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.01);
    border-radius: 0;
}


.rz-panel {
    padding: unset;
}

.rz-expanded-row-content > td {
    padding: unset !important;
}

.rz-expanded-row-template {
    padding: unset !important;
    background-color: #e4e4e4;
}

.rz-grid-table thead{
    z-index: unset;
}