﻿.highbox {
    background-color:#DDD;
}

.logo{
    font-family:righteous;
    font-size:2em;
}

.menu-banner{
    font-family:righteous;
}

 .hint {
    /* Position the hint */
    margin-bottom:10px;
    /* Copy styles from ng-messages */
    font-size: 14px;
    line-height: 14px;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    /* Set our own color */
    color: grey; 

 }

 .top-margin{
     margin-top:15px;
 }
 
 .md-chips .md-chip-input-container{
     width:300px;
 }

 .menu-link{
     display:block;
     text-align:left;
 }

 span.inline-label{
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    font-weight:500;
    margin-right: 5px;
    color: gray;
 }

 .md-sidenav-left h4{
     margin:0px;
 }


md-input-container.no-margin-padding{
    margin-bottom:0px;
    padding-bottom:0px;
}



.filter-controls{
    background-color: white;
    box-shadow: 0px 0px 2px #AAAAAA;
}

a.top-menu-link{
    text-decoration:none;
    color:#222;
    font-size:14px;
    margin-left:10px;
    font-family: poppins

} 


.screen-thumb {
    display: inline-block;
  
    margin-right: 2px;
}

.screen-thumb {
    width: 120px;
    margin: 5px;
    background-color: #d9f9fb;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
   
}

.sticky-bottom {

    position: fixed;
    bottom: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: white;
    padding-bottom: 50px;
    box-shadow: 1px 1px 5px black;
    margin: 0px;
    left: 0px;

}

    .sticky-bottom > div {
        text-align: left;
        margin-top: 20px;
        margin-left: 100px;
        margin-right: 100px;
    }

    .screen-thumb img {
        float: none;
        margin-right: 0px;
        width: auto;
        margin: 0 auto;
        max-height: 89px;
        max-width: 119px;
    }

@media (min-width: 900px) {
    .screen-thumb {
  
        width: 180px;
    }

        .screen-thumb img {
            max-height: 123px;
            max-width: 173px;
        }
}

.lightbox {
    position: fixed;
    z-index: 110;
    left: 2.5%;
    top: 2.5%;
    width: 95%;
    height: 85%;
    margin: 10px auto;
    border: 2px solid grey;
    overflow: hidden;
    background-color: white 
}
    

/* Modal Content/Box */
.lightbox-content {
    background-color: #fefefe;
    margin: 5px auto;
    padding: 20px;
    width: 95%;
    height: 85%;
    max-height: 95%;
}

.flexrow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.flexcolumn {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}



/* The Close Button */
.close {
    color: #666;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: -5px;
    margin-top: -5px;
    padding: 10px;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

md-menu-bar button{
    font-family: poppins; 
}

md-tabs.md-default-theme .md-tab, md-tabs .md-tab {
    color: rgb(63,81,181);
    font-family: Poppins;
    font-weight: bold;
}

.md-button {
    box-shadow: none !important;
   
    border-radius: 25px;
    padding-right:12px;
    padding-left: 12px;
}


.onboarding-message {
    display: flex;
    flex-direction: column;
    background-color: white;
    align-items: center;
    padding:30px;
}


.userinfo {
    margin-top:10px;
    margin-bottom:10px;
    text-align: center;
    font-size: 14px;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    padding: 20px;
    background-color: #efefef;
    border-radius: 25px;
}

    .userinfo.warn {
        background-color: #fcdbdb;
        color: #a0001e;
    }


.tl-tab-button {
    background-color: white;
    color: #3f51b5;
    border: 1px solid rgb(230 240 250);
    border-radius: 19px;
    padding: 6px 12px;
    margin: 5px 10px;
    font-size: 14px;
    cursor: pointer;
}

.tl-input-label {
    font-size:10px;
    font-size: 14px;
}

.tl-subtab-button {
    background-color: white;
    color: #3f51b5;
    border: 1px solid rgb(230 240 250);
    border-radius: 14px;
    padding: 6px 10px;
    margin: 5px 10px;
    font-size: 12px;
    cursor: pointer;
}


.tl-tab-button.sub {
   
    border-radius: 14px;
    padding: 6px 10px;
    margin: 5px 10px;
    font-size: 12px;
 
}

.tl-tab-button.active {
    color: rgb(25 103 210);
    background-color: rgb(230 240 250);
}

.tl-tab-button.new {
    border: 1px solid #3f51b5;
    background-color: #3f51b5;
    color:white;

}

.tl-subtab-button.active {
    background-color: #3f51b5;
    color: white;
}

.tl-tab-container {
    padding: 20px 5px;
}

.tl-list-row {
    padding: 5px;
    border-bottom: 1px solid #e1e1e1;
}

.tl-list-header {
    padding: 5px;
    border-bottom: 1px solid #e1e1e1;
    font-weight: bold;
}



.tl-subtab-container {
    margin: 20px 5px;
}

.tl-list-container {
    background-color: white;
    margin: 5px 10px;
}

h2.tl {
    display: inline-block;
    font-weight: normal;
}

.tl-div-table-container {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
