html {
    /*font-size: 14px;*/
    background-color: #f4f6f9
}

body {
    background-color: #f4f6f9
}

.overlay {
    position: absolute;
    opacity: 0.2;
}

    .overlay:hover {
        background-color: dodgerblue;
        cursor: pointer;
    }

.required {
    color: red;
    margin-left: 2px
}

.bold {
    font-weight: bold;
}

.serverlabel {
    font-size: 15px;
    font-weight: 100
}


/*SWITCH -> box around slider width60 height34*/
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

    /*HIDE DEFAULT CHECKBOX*/
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/*SLIDER*/

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        /*heightwidth26px*/
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:disabled + .slider {
    background-color: #eaebec;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}


input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/*ROUNDED SLIDERS*/

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }



.formButton {
    min-width: 140px;
    max-width: 140px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    color: #fff;
    background: #007bff linear-gradient(180deg, #268fff, #007bff) repeat-x;
    border-color: #007bff;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%);
}

.gridButton {
    min-width: 200px;
    max-width: 200px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    color: #fff;
    background: #007bff linear-gradient(180deg, #268fff, #007bff) repeat-x;
    border-color: #007bff;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%);
}

.formButtonAllowed {
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    color: #fff;
    background: #007bff linear-gradient(180deg, #268fff, #007bff) repeat-x;
    border-color: #007bff;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%);
}


    .formButton:hover,
    .formButtonAllowed:hover,
    .gridButton:hover {
        background: #0059b8b9;
    }

    .formButton:active,
    .formButtonAllowed:active,
    .gridButton:active {
        border: 0;
        margin: 1px;
        background: black
    }

.claimRow {
    margin: 5px;
}

.claimLabel {
    font-size: 15px;
    padding-top: 5px;
    height: 30px;
}

.claimField {
    border: 1px solid gray;
    width: 50%;
    padding: 5px;
    height: 30px;
    border-radius: 5px
}

.formSelect {
    width: 100%;
    height: 40px;
    border-radius: 5px;
}

.gridSelect {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid lightgray
}

.accordiongridelement {
    margin-right: 10px;
    width: 400px
}

.accordiongrid200 {
    margin-right: 10px;
    width: 200px
}

.accordiongrid250 {
    margin-right: 10px;
    width: 250px
}



.accordion {
    background-color: rgb(255, 255, 255);
    color: blue;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: 1px solid rgb(201, 200, 200);
    outline: none;
    transition: 0.4s;
    font-weight: bold;
}

    .accordion:hover {
        background-color: rgb(255, 255, 255);
    }

.accordionSub {
    background-color: rgb(255, 255, 255);
    color: blue;
    text-decoration: none;
    font-weight: normal;
    cursor: default;
    padding: 0px;
    width: 100%;
    text-align: left;
    border: 0px solid rgb(201, 200, 200);
    outline: none;
    transition: 0.4s;
    margin-bottom: 0;
}

    .accordionSub:hover {
        background-color: rgb(255, 255, 255);
    }

.panel {
    padding: 0 18px;
    background-color: rgb(255, 255, 255);
    display: none;
    /* overflow: hidden;*/
}



.dodger-link {
    font-weight: bold;
}

    .dodger-link a {
        color: red
    }

.navbar_arrows {
    background-color: #f4f6f9;
}

    .navbar_arrows:hover {
        background-color: #ced4da;
        cursor: pointer
    }

.nav-link,
.navbar_close,
.navbar_tab_cross,
.k-icon,
.dodger-link {
    cursor: pointer
}

.dodger-link {
    color: dodgerblue
}

.hideButton_list_useracc {
    display: none
}

#form_dash,
#form_swagger,
#list_useracc,
#form_server,
#list_ep,
#list_ak,
#list_ar,
#list_end,
#list_cl,
#list_cli,
#list_idres {
    color: white
}

.navbar_tab:hover {
    background-color: #ced4da;
}

.GridToolbarAction {
    cursor: pointer;
    margin-bottom: 0
}


#scopes_selector tr {
    background-color: white;
    cursor: pointer;
}

#scopes_selector th:nth-child(1),
#scopes_selector td:nth-child(1) {
    display: none
}

#scopes_selector th,
#scopes_selector td {
    white-space: nowrap;
}

#scopes_selector thead tr:nth-child(1) {
    display: none
}

.contentDiv {
    overflow: auto
}


#sidebar {
    width: 250px;
    /*height: 100%;*/
    display: none;
}

#sidebar_narrow {
    width: 50px;
    display: none;
    margin-left: 0;
}

#navBar_and_content {
    min-width: 1400px;
    width: 100%;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
/*    background-color: white;*/
    text-align: right;
    padding:5px
}