@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700";
body {
    /*font-family: 'Roboto', sans-serif;
    font-size: 11pt; */
}

body{ background: #FFF; }

a,
a:hover,
a:focus {
    color: #1b72d4;
    text-decoration: none;
    transition: all 0.3s;
}

::placeholder{ color: #ddd !important; }


label{ display: block; font-size: .85em; text-transform: uppercase; margin: 5px 0px; }

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */


.sidebar-logo{ padding: 15px 0px; text-align: center; }
.sidebar-logo img{ width: 85%; margin: 10px auto; }

#sidebar {
    background: #FFF;
    border-right: 1px solid rgba(0,0,0,.1);
    color: #404068;
    min-width: 250px;
    max-width: 250px;
    border-right: 1px solid rgba(0,0,0, 0.1);
    transition: all 0.3s;
    overflow: auto;
    max-height: CALC(100vh - 50px);
    position: sticky;
    top: 54px;
}

#sidebar a{ color: #404068; }

#sidebar.active {
    margin-left: -250px;
}

#sidebar ul li a {
    padding: 5px;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.2);
}

#sidebar ul li a:hover {
    opacity: .65;
    color: #00c6ff;
}

#sidebar [aria-expanded='true']:after {
    display: inline-block;
    margin-top: -7px;
    font-size: 10pt;
    font-family: "Font Awesome 6 Pro";
    content: "\f054";
    transform: rotate(90deg) ;
    transition: all linear 0.2s; 
}  

#sidebar [aria-expanded='false']:after {
    display: inline-block;
    margin-top: -7px;
    font-size: 10pt;
    font-family: "Font Awesome 6 Pro";
    content: "\f054";
    transform: rotate(0deg) ;
    transition: all linear 0.2s; 
}

#sidebar > .list-unstyled{
    margin: 0px 15px;
}

#sidebar > .list-unstyled ul{ 
    list-style-type: none;
    margin: 10px;
}

#sidebar > .list-unstyled ul li a{ 
    list-style-type: none;
    margin: 0px; padding: 5px;
    border: none;
}

a[data-bs-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
} 



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}


main{ 
    width: 100%;
    min-height: CALC(100vh - 55px);
    transition: all 0.3s;
}

.content{
    padding: 20px;
}

/* ---------------------------------------------------
    DRAG AND DROP FILE UPLOAD
----------------------------------------------------- */
.upload-drop-zone {
    height: 300px;
    border-width: 2px;
    margin-bottom: 20px;
    background-color: #FFF;
}

.upload-drop-zone {
    color: #ccc;
    border-style: dashed;
    border-color: #ccc;
    line-height: 300px;
    text-align: center
}
.upload-drop-zone.drop {
    color: #222;
    border-color: #222;
}



/* ---------------------------------------------------
    PROFILE PIC
----------------------------------------------------- */
.profile-pic > i{ cursor: pointer; }
.profile-pic > img{ width: 100%; border-radius: 50%; cursor: pointer; }
.profile-pic-larger > img{ width: 125px; height: 125px; border-radius: 50%;}
.profile-pic-larger > i{ font-size: 60px; }
.dataTable .profile-pic >img{ width: 45px; height: 45px; border-radius: 50%; }
.dataTable .profile-pic >i{ font-size: 26pt; color: #999; }

/* ---------------------------------------------------
    OTHER
----------------------------------------------------- */

.instructions{ padding: 20px; background: #f2f2f2; border-radius: 5px; margin: 10px 0px; }


.name-bubble{ width: 45px; height: 45px; display: inline-block; 
              border: 2px solid #333;
              line-height: 43px; color: #333; border-radius: 50%; 
              text-align: center; }
.text-smaller{ font-size: .85em; }
.disabled td{ color: #ddd; }
.no-results{ line-height: 75px; border: 1px solid rgba(0,0,0,.1); margin: 10px 0px; text-align: center;
             color: #999;
             font-size: 1.25em;
            }

.status-circle{ width: 10px; height: 10px; border-radius: 50%; background-color: #ddd; }
.status-circle.active{ background-color: #1d7c4c; }


.list-inline{ list-style-type: none; margin: 0px; padding: 0px; }
.list-inline li{ display: inline-block; vertical-align: top; }
.list-inline.mid-align li{ vertical-align: middle !important;}


.group-input{ padding: 30px; border-radius: 5px; margin: 10px 0px; border: 1px solid rgba(0,0,0, 0.1); }
.group-input-header{ font-size: 1.1em; }

.header{ font-size: 1.1em; margin: 10px 0px; }
.sub-title{ font-size: 14pt; padding: 5px 0px; }


.toolbar{ background: #fdfdfd; border: 1px solid rgba(0,0,0, 0.1); border-radius: 5px; padding: 20px; margin: 10px 0px;  }


.ok{    
        border-radius: 5px;
        background: linear-gradient(#1d7c4c, #155e39);
        color: #FFF;
        padding: 20px 35px;
        font-size: 12pt;
        margin: 5px 0px;
    }
.error{
    border-radius: 5px;
    background: linear-gradient(#af1616, #85261f);
    color: #FFF;
    padding: 20px 35px;
    font-size: 12pt;
    margin: 5px 0px;
}


.app-bubble{
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.1);
    border-left: 4px solid #2b1d7c;
    padding: 10px;
    transition: all .3s;
    min-height: 100px;
}
.app-bubble:hover{
    background: #a7b2f3; color: #FFF;
}

.app-bubble .app-content{ display: inline-block; width: CALC(100% - 60px);  }
.app-bubble .app-icon{ display: inline-block; width: 50px; height: 50px; border-radius: 50%; text-align: center; vertical-align: top; }
.app-bubble .app-icon i{ line-height: 50px; font-size: 16pt; }
.app-bubble .app-title{ font-size: inherit;  }
.app-bubble .app-info{ font-size: .9em; }

 
.small-app{ text-align: center;}
.small-app-icon{ height: 75px; width: 75px; border-radius: 50%; border: 3px solid #FFF; margin: auto; overflow: hidden;}
.small-app:hover .small-app-icon i{ font-size: 40pt; opacity: .3; }
.small-app-icon i{ color: #FFF; line-height: 75px; font-size: 24pt; transition: all .3s;  }
.small-app .text{ margin-top: 10px; color: #FFF; }


.history{ list-style-type: none; margin: 0px; padding: 0px; height: 250px; overflow: auto; }
.history > li{ margin: 0px; padding: 10px; }
.history > li:nth-child(even){ background: #f2f2f2; }
.history > li > .text{ font-size: inherit; }

.active td{ background: #a7b2f3; color: #FFF; }
.inactive{ color: #ddd; display: none; }
.disabled{ opacity: .5; }
.small-input{ width: 125px; }
.mid-input{ width: 200px; }

.report-selections{ list-style-type: none; margin: 0px; padding: 0px; }
.report-selections li{ display: inline-block; padding: 5px 10px; 
                       margin: 5px 10px; background: #f2f2f2; border-radius: 5px; }


.account-picker{  

    height: 225px;
    padding: 15px;
    overflow: auto;
    width: 320px;
    list-style-type: none;
    margin: 10px 0px;
}

.account-picker > li{ padding: 5px; font-size: .8em; color: #2b1d7c; text-align: left;}
.account-picker > li .btn-link{ color: #2b1d7c }
.account-picker > li.highlighted{ border-left: 4px solid #2b1d7c; }



/* QR CODE PRINTER PAGE */
#qrCodeDisplay svg{ width: 200px; height: 200px; }
.printer-friendly{ display: none; border-top: 1px solid rgba(0,0,0, 0.2); }
.activtracker-footer{ text-align: center; border-top: 1px solid rgba(0,0,0, 0.2); margin-top: 10px; display: none; padding-top: 10px; }
.activtracker-footer img{ width: 175px; }

/* END QR CODE PRINTER PAGE */

.quick-view{ display: none; }
.large-view{ display: block; }


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */


@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
    .help-context{ display: none; }
    .fullLeft{ height: auto; }
}

/* ---------------------------------------------------
   MEMBER, FUNDING, EDGE, AND PUBLICATION MENU
----------------------------------------------------- */
@media(max-width: 1280px){
    .quick-view{ display: block; }
    .large-view{ display: none; }
}