@font-face {
    font-family: 'poppins';
    src: url('fonts/poppins.eot');
    src: local('☺'), url('fonts/poppins.woff') format('woff'), url('fonts/poppins.ttf') format('truetype'), url('fonts/poppins.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.message{
    border-bottom: 2px #222 solid;
    padding-bottom: 20px;
    width:100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'poppins';
}

.layout {
    background: url("../tela.jpg") top center no-repeat;
    background-size: cover;
    position: absolute;
    z-index: -1;
    height: 100vh;
    width: 100%;
}

header {
    background: #1E1E1E;
    width: 100vw;
    height: 10vh;
    display: flex;
    padding: 0 60px;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
}

header .user {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-left: 2px solid #272727;
    height: 100%;
}

header .user .avatar {
    width: 50px;
    margin: 0 10px;
}

header .user .avatar img {
    width: 100%;
    border-radius: 100%;
    margin: 8px 0 0 0;
}

header .user .avatar .badge {
    color: white;
    background-color: #FD9F2B;
    position: absolute;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 100%;
    margin: -50px 0 0 36px;
}

header .user .name,
header .user .name a {
    color: #FFF;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    cursor: pointer;
}

header .user .name a {
    flex-direction: row;
    align-items: center;
}

header .user .name a img {
    height: 16px;
    margin-right: 10px;
}

header .logo {
    height: 35px;
}

content {
    display: flex;
    justify-content: space-between;
}

.sidebar {
    width: 200px;
    height: 90vh;
    position: fixed;
    top: 10vh;
    left: 0;
    background: #FD9F2B;
    text-align: center;
    z-index: 99;
}

.sidebar .ico {
    margin-top: 33px;
    margin-bottom: 33px;
    width: 105px;
    max-width: 100%;
}

.sidebar .list-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sidebar .list-nav .item {
    width: 100%;
    margin: 14px 0;
}

.sidebar .list-nav .item a {
    color: #1F1F1F;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.sidebar .list-nav .item a img {
    max-width: 22px;
    margin-left: 2px;
    margin-right: 10px;
}

.sidebar .list-nav .item a i {
    font-size: 22px;
    margin-left: 2px;
    margin-right: 10px;
    color:#000;
}

.sidebar .list-nav .divider {
    height: 2px;
    width: 100%;
    margin-top: calc(90vh - 500px);
    background: rgba(255, 255, 255, 0.2);
}

.page {
    position: relative;
    left: 200px;
    top: calc(10vh + 10px);
    width: calc(100% - 200px);
}

.list-album .item {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.list-album .item strong {
    text-transform: uppercase;
}

.list-album .item a {
    color: #1f1f1f;
    text-decoration: none;
}

.list-album .item .figure {
    background-position: top center;
    background-size: cover;
    width: 200px;
    height: 200px;
    border-radius: 15px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 20px;
    text-shadow: 1px 1px 2px #1E1E1E;
}

.nav-controll {
    text-transform: uppercase;
}

.nav-controll img {
    height: 15px;
}


/* .gallery .item {
    float: left;
    width: 33%;
    padding: 2px;
} */
.free-wall {
    margin: 15px;
}
.brick img {
	margin: 0;
	display: block;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}
.the-photo{
    width: 100%;
    height: 80vh;
    display: flex;
     align-items: center;
        justify-content: center;
}
.the-photo img{
    max-width: calc(100% - 140px);
    max-height: 80vh;
}

.the-photo a{
    color: #000;
    font-size: 35px;
    margin: 0 10px;
}

.actions-photo{
    width: 300px;
    margin: -100px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.actions-photo a{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    padding: 5px;
    color: #FFF;
    margin-right: 10px;
    background-color: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 28px;
}

.actions-photo .active{
    color:red;
}
.input-hide{
    position: fixed;
    top:0;
    left:0;
    z-index: -1;
}
/* Create two equal columns that sits next to each other */

.gallery .column {
    width: 32%;
    padding: 0 4px;
}

/*.gallery .column .item {*/
/*    margin-top: 8px;*/
/*    vertical-align: middle;*/
/*}*/

.gallery .column  img {
    width: 100%;
    margin-top: 8px;
    vertical-align: middle;
}

.gallery .column .selected {
    border: 5px solid #FD9F2B;
    background: #FD9F2B;
}

.gallery .column .actions {
    background: #FD9F2B;
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery .column .actions img {
    width: 30px;
    margin-right: 20px;
}

.selo {
    position: absolute;
    padding: 2px;
    width: 20px;
    background: #FD9F2B;
}

.send-photo{
    width:  90%;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
}

/* Esconde o input */
.send-photo input[type='file'] {
  display: none
}

/* Aparência que terá o seletor de arquivo */
.send-photo label {
  background-color: #FD9F2B;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  margin: 10px;
  padding: 6px 20px
}
.buttom-pay, 
.buttom-pay-top{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
}
.buttom-pay-top{
    margin-bottom: 0;
    margin-top: 0;
}
.buttom-pay a,
.buttom-pay-top a{
    color: white;
    background-color: #222;
    margin: 10px;
    padding: 6px 20px;
    border-radius: 5px;
    text-decoration: none;
}
.buttom-pay-top a{
    background-color: red;
}
.loading{
    width:100%;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#000;    
}
.download a{
    color: #FFF;
    text-decoration: none;
}
.recognition{
    height: 76vh;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.recognition .item{
    width: 30%;
}
.recognition .item img{
     width: 100%;
}
.action-sidebar{
    display: none;
}
.btn-success {
    padding: 3px 0;
    background-color: #00B259;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    border: none;
}
.pt-20{
    padding: 15px 0;
}
.col-sm-3{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .sidebar{
        display: none;
    }
    .user{
        display: none !important;
    }
    header {
        padding: 0 5px;
    }
    .page {
        left: 0;
        width: 100%;
    }
    .buttom-pay-top a{
        font-size: 12px;
    }
    .action-sidebar{
        display: block !important;
        color:#FFF;
        z-index: 9999;
        font-size: 32px;
    }
}


.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

.multiline {
    text-align: left;
    line-height: 1;
    font-size: 90%;
}

@media (max-width: 375px) {
    header .user .name strong {
        display: none;
    }
    .download a{
        font-size: 13px;
    }
}
@media (max-width: 340px) {
 .buttom-pay-top  a {
    font-size: 9px;
    padding: 6px 12px;
    }
}
