﻿/*.pcoded-navbar.menu-light a span {
    color: white;
}*/
.btn-irc-grid {
    padding: 0px 10px !important;
    margin-bottom: 0px !important;
}

.showbtn {
    margin-top: 20px;
    margin-bottom: 20px;
}

.tableUnfoldBtns {
    margin-top: 20px;
}

.btn-back {
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 10px;
}
/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #ffffff;
    margin-top: 25px;
}
    /* Style the buttons that are used to open the tab content */
    .tab button {
        background-color: inherit;
        float: left;
        font-size: 20px;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
    }
        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #a1a1a1;
        }
        /* Create an active/current tablink class */
        .tab button.active {
            background-color: gray;
        }
/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 10px;
    border-top: none;
    background-color: #ffffff;
}

.config {
    font-size: large;
}

.inputfield {
    text-align: center;
}

.cust {
    font-size: large;
    font-weight: bold;
}

.message-succes {
    color: green;
}

.message-failure {
    color: red;
}

#PermissionSection {
    display: none;
}

*[has-permission] {
    transition: border 333ms ease-in-out;
}

.edit-permissions-active *[has-permission] {
    border: red 2px dashed;
}

.edit-permissions-active #toggle-permission-edit-button {
    background-color: green;
}

.edit-permissions-active #PermissionSection {
    display: flex;
}

.iti__flag {
    background-image: url("/assets//images/Intl-Tel-Input/flags.png");
}

.iti {
    width: 100%
}

.input-group-tel {
    flex-wrap: nowrap
}

    .input-group-tel input {
        height: 100%
    }

.input-lg {
    font-size: large;
}

.iti input {
    padding-left: 95px !important
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("/assets//images/Intl-Tel-Input/flags.png");
    }
}

span.field-icon {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    right: 0.5rem;
    top: 0.7rem;
    color: --input-label-color;
    z-index: 2;
}

.login-logo {
    position: relative;
}

    .login-logo > svg {
        height: 30px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
    }

.login-name {
    margin-left: 45px;
    font-weight: 400;
    color: #FFF;
}

a.itsme {
    display: inline-flex;
    align-items: center;
}

a.eid {
    display: inline-flex;
    align-items: center;
    column-gap: 20px
}

.page-header {
    margin-bottom: 50px;
}

#Rest2021AddressForm .form-group .col-md-1 {
    padding: 0;
}

fieldset {
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
}

legend {
    font-size: 2em;
    font-weight: 700;
    padding-top: 25px;
    margin-bottom: 25px;
    color: black;
}

fieldset:first-child legend {
    padding-top: 0;
}

.checkboxWithText {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
    padding: 0;
}

.checkboxWithText label {
    margin: 0;
}
@media only screen and (max-width: 991px) {
    .inline-block-mobile-fix {
        display: unset !important;
        margin: 0!important;
    }
}