﻿input.form-control {
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position-y: 1px;
    background-image: url(/img/search-24px.svg);
    background-size: 22px;
}

.text-click {
    color: white;
    position: relative;
    margin-top: 6px;
}


.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.card-img-top2 {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.perc{
    background-color: #ffffff;
    border-color:#ffffff;
    color:#000;
    font-size:12px;
}

.table-responsive li.selected {
    background-color: #CFD8DC;
    color: white;
}


.container-footer {
  
    color: #022E69;
}

.container-title {
    background-color: #022E69;
    color: white;
}

.search:first-letter {
    text-transform: uppercase
}

#load {
    height: 500px;
}


#select-most {
    margin-left: 8px;
}

#AZ {
    padding-top: 10px;
}

#select-most {
    margin-left: 8px;
}

#sort {
    padding-left: 10px;
    padding-top: 10px;
}

#opt {
    width: 40px;
    height: 35px
}

.box {
    margin-left: 20px;
    width: 100%
}

#form {
    padding-bottom: 10px;
    padding-left: 5px;
}


ngbd-typeahead-basic {
    width: 100%;
}

.page {
    float: left;
    margin: auto;
    width: 100%;
    padding: 10px;
}

.image-show {
    max-width: 153px;
    min-width: 153px;
    max-height: 65px;
    min-height: 65px;
    padding-top: 10px;
    text-align: center;
}


.title-show {
    font-weight: 700;
    font-size: 14px;
    color: #444;
    text-align: center;
}

.descript-show {
    font-size: 1.0em;
    line-height: 1.35;
    text-align: center;
}

.click {
    font-size: 1.0em;
    line-height: 1.35;
    text-align: center;
    background-color: #022E69;
    width: 100%;
    bottom: 0;
    position: absolute;
    height: 40px;
    color: white;
}
a.click {
    text-decoration: none;
}

.text-click {
    color: white;
    position: relative;
    margin-top: 6px;
}


#grid {
    padding: 10px;
    font-size: 1.0em;
    line-height: 1.35;
}

.page {
}

.card {
    margin-bottom: 15px;
    text-align: center;
    width: 300px;
    margin-left: 20px;
    background-color: #ffffff;
}



    .card-new {
    margin-bottom: 15px;
    width: 300px;
    height: 250px;
    margin-left: 20px;
}

.card-vert {
    margin-bottom: 15px;
    text-align: center;
    width: 300px;
    height: 600px;
    margin-left: 20px;
}

.variavel {
    font-weight: bold;
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    padding-left:25px;
    padding-right:25px;
    padding-bottom:25px;
    padding-top:25px;
}

.card-var {
    margin-top: 10px;
    text-align: center;
    width: 100%;
    max-height: 400px;
    background-image: linear-gradient(to bottom right, #38B6FF, #8CD7F2 );
}

    .card-block {
    text-align: center;
    padding-top: 15px;
}

th {
    text-align: center;
    background-color: #022E69;
    color: white;
    font-weight: bold;
}

.card-img-top {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    width: auto;
    height: auto;
    max-height: 80px;
    max-width: 150px;
    margin-top: 25px;
    text-align: center
}

#MainView {
    position: absolute;
    left: 0;
    top: 58px;
    bottom: 0;
    width: 100%;
    z-index: 11;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 10px;
    background: #fff;
    overflow-x: hidden
}

@media(max-width:640px) {
    .banner nav a span {
        display: none
    }
}

.album {
    float: left;
    position: relative;
    margin-bottom: 13px;
    margin-right: 10px;
    padding: 8px !important;
    border: 1px solid silver;
    border-radius: 6px;
    overflow-y: hidden;
    height: 175px;
    min-width: 175px;
    max-width: 235px;
    transition: background linear 375ms;
}

.album-detail-container {
    height: 100%;
    overflow: hidden
}

.album:hover {
    background: #4682b4;
    color: #fff !important;
    cursor: pointer
}

    .album:hover .album-overlay {
        display: block
    }

.album-overlay {
    position: relative;
    float: right;
    background: #034e8d;
    color: #f5f5f5;
    padding: 5px;
    min-width: 40px;
    display: none;
    margin-top: -10px;
    margin-right: -10px;
    border-radius: 3px;
    opacity: .85;
    z-index: 1000;
    box-shadow: 2px 2px 4px #535353
}

    .album-overlay:hover {
        opacity: 1
    }

    .album-overlay a, .album-overlay a:hover {
        color: beige;
        text-decoration: none
    }

        .album-overlay a:hover {
            color: #fff
        }

.album-title {
    font-weight: 700;
    color: #444;
    padding-top: 55px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.album-title-big {
    font-weight: 600;
    font-size: 1.55em
}

.album-descript {
    font-size: .8em;
    max-height: 83px;
    line-height: 1.35;
    padding-top: 120px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.album-artist {
    font-size: .85em;
    font-style: italic;
    color: #2a5fb4
}

.album-year {
    font-size: .85em;
    color: #4682b4
}

.album-image, .album-image-big {
    width: 85px;
    height: 50px;
    display: block;
    position: relative;
    left: 50%;
    top: 20px;
    transform: translate(-50%, -50%);
}

.album-image-big {
    width: auto;
    float: none;
    max-width: 95%;
    border-radius: 4px;
    box-shadow: 2px 2px 4px #535353
}

@media(max-width:768px) {
    .hidden-small, .hidden-xs {
        display: none
    }

    .album-image-big {
        margin-bottom: 10px
    }
}

@media(min-width:960px) {
    .album {
        max-width: 32%
    }

    .album-image {
        width: 90px
    }
}

.song {
    font-size: .85em;
    padding: 5px;
    border-bottom: 1px dashed silver
}

.separator {
    border-bottom: 1px solid #d3d3d3;
    margin: 5px auto 15px;
    height: 1px
}

form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not(.ng-pristine):not(.ng-untouched).ng-invalid, select:not(ng-pristine).ng-invalid, textarea:not(.ng-pristine).ng-invalid {
    background: #ffb6c1;
    border-left: 5px solid red
}

@media (max-width:780px) {
    .album {
        max-width: 100% !important;
        min-height: 120px
    }

    .album-image {
        width: 70px
    }

    #Toolbar-Top {
        display: none
    }

    #Toolbar, .banner-bottom {
        display: block
    }

    #MainView {
        bottom: 43px
    }
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slide-animation.ng-enter {
    -webkit-animation: .5s ease-in both slideInRight;
    animation: .5s ease-in both slideInRight;
    z-index: 9999
}

.slide-animation.ng-leave {
    -webkit-animation: .5s ease-in both slideOutLeft;
    animation: .5s ease-in both slideOutLeft;
    z-index: 8888
}

.ng-cloak, .x-ng-cloak, [data-ng-cloak], [ng-cloak], [ng\:cloak], [x-ng-cloak] {
    display: none !important
}

.modal {
    top: 100px;
    margin: 10px auto;
    z-index: 1050 !important
}

.modal-header {
    padding: 15px 15px 5px
}

.modal-body {
    padding: 10px 20px 5px
}
