﻿/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
select {
    max-width: 280px;
}

.note-editor {
    height: auto;
}

/*Correção do jquery steps com relação ao tamanho do conteúdo de forma dinâmica*/
.wizard .content {
    min-height: 100px !important;
}

.erase-icon {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 19px;
    height: 17px;
    cursor: pointer;
}

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
    cursor: pointer;
}

.image-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.imtip {
    position: absolute;
    bottom: 0;
    right: 0;
}

.loginFacebook {
    background: #415ca9;
    width: 100%;
    display: block;
    color: #fff;
    float: left;
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
    padding: 0;
    clear: both;
    height: 40px;
    line-height: 40px;
}

.logoutFacebook {
    background: #fff;
    width: 100%;
    display: block;
    color: #415ca9;
    float: left;
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
    padding: 0;
    clear: both;
    height: 40px;
    line-height: 40px;
}

.browseFacebook {
    background: #0F2134;
    width: 100%;
    display: block;
    color: #fff;
    float: left;
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
    padding: 0;
    clear: both;
    height: 40px;
    line-height: 40px;
}

    .browseFacebook:hover, .loginFacebook:hover {
        color: #fff !important;
    }

.fb-btn-container {
    margin: auto;
}

.fb-photos-gallery {
    margin-top: 10px;
}

.facebook-buttons-container {
    margin-bottom: 20px;
}

.fb-photo-container {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 206px;
    height: 206px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    background-color: transparent;
    cursor: pointer;
}

    .fb-photo-container:hover {
        border: 1px solid #777;
    }

.fb-photo {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}

.emails-container, tag-this {
    padding: 15px !important;
}

    .emails-container textarea {
        resize: none;
    }

#tag-this--emailsField {
    display: none;
}

.container-salvar {
    margin: 50px;
}

.td-presente {
    text-align: center;
    display: table-cell;
    vertical-align: middle !important;
}

.td-header-presente {
    text-align: center;
}

.img-presente {
    width: 80px;
    height: 80px;
}

.icon-facebook {
    font-size: 40px;
    color: #2e6da4;
}
.editor-container iframe {
    height: 100vh !important;
}