html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.mainButton {
    border: 1px solid silver;
    width: 280px;
    height: 50px;
    display: block;
    border-radius: 3px;
    margin: 5px;
    margin-bottom: 15px;
    vertical-align: middle;
    font-weight: 500;
    line-height: 50px;
    cursor: pointer;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #f8f9fa !important;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 0px 0px 8px #888888;
}

    .sidenav a {
        padding: 8px 8px 8px 16px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav::-webkit-scrollbar {
        display: none;
    }


.animated-icon {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    .animated-icon span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .animated-icon span {
        background: #f3e5f5;
    }

        .animated-icon span:nth-child(1) {
            top: 0px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        .animated-icon span:nth-child(2) {
            top: 10px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        .animated-icon span:nth-child(3) {
            top: 20px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

    .animated-icon.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0px;
        left: 8px;
    }

    .animated-icon.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    .animated-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 21px;
        left: 8px;
    }

button {
    border: none !important;
}

    button:focus {
        outline: none;
    }

.center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    vertical-align: middle;
}


video {
    width: 100%;
    height: auto;
    border: 1px solid silver;
    padding: 5px;
}

.gridMenuBar {
    height: 35px;
    margin-top: 10px;
    min-width: 520px;
}

.ActionButton {
    font-size: 24px;
    height: 26px;
    line-height: 24px;
    cursor: pointer;
    margin-right: 10px;
}

.modaleditor .modal-body {
    max-height: calc(100vh - 265px);
    overflow-x: hidden;
    overflow-y: scroll;
}

.modaleditor .modal-dialog.doubleSizedForm {
    max-width: 1000px;
    margin: 1.75rem auto;
}


.modaleditor .modal-header {
    border-bottom: 1px solid #dee2e6;
}

.modaleditor .modal-dialog .form-group {
    margin-bottom: 6px;
}

    .modaleditor .modal-dialog .form-group label {
        padding: 0px;
        line-height: 14px;
        display: flex;
        align-items: center;
        flex-direction: row;
        align-content: space-around;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

.modaleditor .accordion-outline {
    margin-top: 5px;
}


.input-group-text {
    font-size: 1.2rem;
}

.otherRecord {
    background-color: #e7edf2;
}

.hideRecord {
    display: none;
}

.column-center {
    text-align: center;
}

@media only screen and (max-width: 992px) {
    .modaleditor .modal-dialog .form-group label {
        padding-top: calc(0.5rem + 1px);
        padding-bottom: calc(0.5rem + 1px);
        padding-right: 0.75rem;
        padding-left: 0.75rem;
        justify-content: start;
    }
}
