.form-signin {
    width: 100%;
    max-width: 370px;
    padding: 15px;
    margin: auto;
}

@font-face{
    font-family: text-security-disc;
    src: url("font/text-security-disc.woff");
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.container-fluid {
    margin-top: 70px;
    height: calc(100% - 75px);
}

.form-builder-html {
    position: fixed;
    min-height: 600px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.form-builder-html .container-fluid {
    margin-top: 70px;
    height: calc(100% - 70px);
    padding: 0 !important;
}

.nav-link.logout {
    color: red;
}

.header-controls {
    display: flex;
    justify-content: space-between;
}

.hidden {
    opacity: 0;
    position: absolute;
    left: -99999999px;
}

.align-center {
    margin-left: 1.25rem;
}

.cursor-pointer {
    cursor: pointer;
}

#share_users_chosen {
    min-width: 415px;
}

.search {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 10px;
}
.email-modal-block{
    min-height: 100px;
}
.all-email-modal-block{
    min-height: 60px;
}


.success-page_container {
    display: flex;
    width: 100vw;
    height: 100vh;
}

.success-page_image {
    width: 25%;
    background-size: cover;
    background-position: center;
}

.success-page_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 13%;
    width: 75%;
    box-sizing: border-box;
}

.success-page_text .success-content-text {
    margin: 20px;
    text-align: center;
}

.success-page_text .success-bottom-text {
    font-weight: 400;
}

#inputPassword[type=text] {
    font-family: text-security-disc;
    -webkit-text-security: disc;
}

@media only screen and (max-width: 600px) {
    .success-page_text {
        width: 100%;
    }
    .success-page_image {
        display: none;
    }
}

.version-text{
    color: #fff;
}

.color-picker {
    width: 250px;
}

.card > div {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.form-block {
    padding: 20px 50px;
}

.form-call {
    padding-right: 80px;
}

.custom-file-input {
    opacity: 1;
}

.custom-file-label {
    display: none;
}

#mail_template_body {
    height: 423px;

}

.form-check {
    margin: 0px !important;
}

.save-form {
    width: 100%;
}

.save-form button {
    float: right;
    margin: 10px 0;
}

.form-check {
    margin: 10px 0;
}

.block-html {
    display: none;
}

.block-html textarea {
    background-color: black;
    height: 400px;
}

.editor {
    margin-top: 25px;
    width: 100%;
    height: 500px;
    font-size: 15px;
}

#editor-body {
    margin-top: 0px;
}

.template-wrapper {
    width: 100%;
}

.template-wrapper th {
    padding-top: 25px;
    font-weight: normal;
    width: 150px;
    vertical-align: top;
}
.email-builder th:first-child{
    text-align: left;
}

.ace_content {
    width: 100% !important;
}

.hide {
    display: none;
}

.btn-green {
    cursor: pointer;
    float: right;
    margin: 10px 0;
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    border-style: solid;
}
#save-mail-template {
    margin-left: 20px;
}

.collapse a.nav-link{
    color: rgba(255,255,255,.5);
}
.collapse a.nav-link:hover{
    color: white;
}

.result-container sup {
    top: -1em;
    font-size: 55%;
}

