﻿
.left-accordion .card-body ul li:hover {
    color: #052E2B;
}

.left-accordion .card-body ul li {
    cursor: pointer;
}

.active-template {
    color: #052E2B;
    font-weight: bold;
}

.left-accordion .card-body ul li a.active {
    font-family: Helvetica;
    font-weight: bold;
    color: #052E2B;
}

#tbl_forms_list thead tr {
    border-color: inherit !important;
    border-bottom: 2px solid;
}



#loader {
    position: fixed;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    z-index: 100;
    display: flex;
    background-color: #8080806b;
    top: 0;
}

    #loader .loader {
        border: 8px solid #f3f3f3;
        border-top: 8px solid #3498db;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        animation: spin 2s linear infinite;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.form-history-anchor:hover {
    text-decoration: underline;
    color: #052E2B;
}


.logo {
    padding: 28px 0px 0px 42px;
}

#accordionEx {
    height: calc(100vh - var(--logo-height));
    overflow-y: scroll;
}

    #accordionEx::-webkit-scrollbar-track {
        background-color: #ffffff;
        border-radius: 8px;
        margin-top: 0px;
        margin: 0px;
    }

    #accordionEx::-webkit-scrollbar {
        width: 3px;
        background-color: #ddd;
        border-radius: 8px;
    }

    #accordionEx::-webkit-scrollbar-thumb {
        background-color: #ddd;
        border-radius: 8px;
    }

.offline-row-img {
    content: url(../../../../images/warning.png);
}

.lock-row-img {
    content: url("../../../../images/lock.png");
}

.minus-icon {
    content: url("../../../../images/minus-icon.png");
    height: 15px;
    width: 15px;
    margin-left: 10px;
}

#tbl_forms_body tr#tr_no_records:not(:first-child) {
    display: none
}

.user-logout {
    display: inline-block;
    margin-left: 0;
    vertical-align: top;
    height: auto;
}

.firstheader{
    margin-bottom:40px;
}

.user-logout .logout-icon {
    display: inline-block;
    height: 26px;
    width: 26px;
    margin-top: -11px;
}

.rightformssection{
    padding-left:60px;
}

@media only screen and (max-width:1500px) {
    .firstheader {
        margin-bottom: 20px;
    }
  
    .rightformssection {
        padding-left: 40px;
    }
  
}

@media only screen and (max-width:1200px) {
    .rightformssection {
        padding-left: 25px;
    }
}

@media only screen and (min-width:150px) and (max-width:750px) {
    #showAll::before {
        white-space: pre;
    }
}

@media only screen and (max-width:767px) {
    .firstheader {
        margin-bottom: 0;
    }
    .rightformssection {
        padding-left: 0;padding:0px 15px;
        padding-bottom:15px;
    }

    .searchBarForm {
        width: auto;
    }

    .modal-bg {
        position: fixed;
        top: 76px;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,.5);
        display: none;
        overflow: hidden;
        outline: 0;
        z-index: 1;
    }

    .logo {
        height: auto;
    }

    .right-column {
        padding-left: 0;
        padding: 0px 0px;
    }

    .user-info {
        text-align: left;
        position: relative;
        right: 0;
        padding-right: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        display: inline-block;
        width: 100%;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .user-logout {
        position: absolute;
        top: 0;
        right: -13px;
    }

    .user-info span {
        padding-left: 0px !important;
        margin-right: 0;
    }

    .user-logout .logout-icon {
        background: url(../../../images/logout-new.svg.svg) no-repeat;
        background-size: contain;
        /*filter: invert(55%) sepia(31%) saturate(986%) hue-rotate(125deg) brightness(92%) contrast(93%);*/
        margin-right: 0;
    }
    .user-logout .logout-icon {
        margin-top: 0;
    }

    .user-logout {
        right: 0;
    }

    .current-user-text {
        display: block;
    }

    .btn-change-user-new {
        display: inline-block;
        font-size: 16px;
    }

    .logo {
        padding: 20px 20px 20px 65px;
        border-right: 0px solid #ffffff;
    }

    .menu_icons ul li {
        display: inline-block;
    }

    .menu_icons ul {
        display: inline-block;
    }

    .menu_icons {
        float: right;
        right: 0;
        text-align: right;
        display: inline-block;
        margin-top: 0;
    }



    .menu_icons_right {
        float: left;
        left: 0;
        text-align: right;
        display: inline-block;
        margin-top: 0;
    }


    #accordionEx {
        display: block;
        left: -300px;
        top: 99px;
        transition: all 0.3s ease 0s;
        height: 100%;
        position: fixed;
        margin: 0px;
        overflow: hidden;
        background-color: #edf8f7;
        width: 300px;
        z-index: 9;
        overflow-y: scroll;
        padding-bottom: 100px;
    }

        #accordionEx.open {
            left: 0;
        }

    .left-accordion .card:first-child {
        border-top: 0px;
    }

    .left-accordion .card:last-child {
        border-bottom: 0px;
    }

    .left-accordion .card:last-child {
        border-bottom: 0px;
    }

    .detail {
        height: 19px;
    }

    #select-template-modal #accordionEx {
        display: block;
        left: 0;
        top: 0;
        transition: all 0.3s ease 0s;
        height: 100%;
        position: static;
        margin: 0px;
        overflow: hidden;
        background-color: #edf8f7;
        width: 100%;
        z-index: 9;
        overflow-y: scroll;
        padding-bottom: 100px;
    }
}

#select-template-modal .left-accordion .card-body ul li {
    text-align: left
}
/*Buttons CSS*/
.btn info {
    color: black;
}
/*Due and Over Due Row css*/
.IsOverDueRow {
    color: red;
}

.NormalRow {
    color: black;
}
/*Activated and Deactivated*/
.ActivatedText {
    color: black;
}

.DeactivatedText {
    color: #E89519
}

.NoIcon {
    display: none;
}

.YesIcon {
    display: inline-block;
}
/*Search Bar Css*/
.searchBar {
    width: auto;
    height: 30px;
    padding: 30px 0px 30px 35px;
}



.searchBarForm {
    color: #000000;
    background: white;
    padding: 2px;
    border: 1px solid #052E2B;
    border-radius: 8px;
    height: 40px;
    width: 95%
}

@media only screen and (max-width:767px) {
    .searchBarForm {
        width: auto;
    }
}


input[type="search"] {
    border: none;
    background: transparent;
    margin: 0;
    padding: 9px 20px 9px;
    font-size: 14px;
    color: inherit;
    border: 1px solid transparent;
    border-radius: inherit;
}

input[type="checkbox"] {
    vertical-align: middle;
}

input[placeholder="Search forms here"] {
    line-height: 29px;
    font-size: 16px;
    color: #5F5F5F;
    font-weight: 400;
    font-family: 'Helvetica';
    font-style: normal;
    padding: 7px 15px;
    height: auto;
    outline-offset: 0;
    line-height: 0;
    width: 89%;
    position: relative;
    top: 0px;
}

.SearchNow {
    background: transparent url("../images/search-iconsN.svg") no-repeat right;
    background-size: cover;
    width: 22px;
    height: 22px;
    border: 0;
    padding: 0px;
    position: relative;
    top: 5px;
    cursor:pointer;
}



button[type="submit"]:focus,
input[type="search"]:focus {
    box-shadow: 0 0 3px 0 white;
    border-color: white;
    outline: none;
}

.multiply_btn {
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: inherit;
    background: transparent url(../images/multiply-icon.png) no-repeat center;
    cursor: pointer;
    opacity: 1;
    position: relative;
    top: 6px;
}

    .multiply_btn:focus {
        outline: 0px;
    }

.includeinactive {
    position: relative;
    left: 8px;
    top: 1px;
}
