﻿.info-icon {
    padding-top: 8px;
}

.modal-lg {
    width: 70%;
    max-width: unset;
}

.bootstrap-tagsinput {
    width: 100%;
}

span.tag.label {
    background: #286090;
    margin-bottom: 0;
    font-size: 13px;
}

.modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

.i-button {
    cursor: pointer;
}

.clickable {
    cursor: pointer;
}

.editor-disabler {
    background: #fff;
    opacity: .7;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 98;
    display: none;
}

#editor {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.ignore-css {
    all: initial;
}

html,
body {
    min-height: 100%;
}

.no-margin {
    margin: 0;
}

footer {
    height: 50px;
}

.right_col {
    min-height: calc(100vh - 50px);
}

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: .3;
    background-color: transparent;
    z-index: 99;
}

#loading-image {
    margin: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.header {
    background-color: #34495e;
    color: #fff;
}

.bottom-buttons,
.top-buttons {
    text-align: right;
}

.ace_editor {
    border: 1px solid #d3d3d3;
}

table {
    table-layout: auto !important;
}

    table th {
        white-space: nowrap !important;
    }

    table td {
        vertical-align: middle !important;
        white-space: nowrap !important;
    }

        table td:last-child {
            width: 100% !important;
        }

.details-cursor {
    cursor: zoom-in;
}

.check-button {
    cursor: pointer;
}

.x_title {
    height: 40px;
}

#menu_toggle, .user-profile {
    cursor: pointer;
}


#raggruppamenti {
    max-height: 30vh;
    overflow-y: scroll;
}

.counter {
    display: inline-block;
    width: 100%;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
}

.counter-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.counter-success {
    background-color: #1abb9c;
    border-color: #4cae4c;
}

.counter-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-full {
    width: 100%;
}

.icon-column {
    width: 1px;
}

tr td:last-child {
    width: 1%;
    white-space: nowrap;
}

#navigation-button {
    width: 3.6%;
}

.btn-sender-table {
    border: 1px solid #d3d3d3;
    background: #73879c;
}

    .btn-sender-table:hover {
        border: 1px solid #d3d3d3;
        background: #51658a;
    }

.sender-pagination {
    display: inline;
}

.sender-pagination-div {
    text-align: center;
    margin-top: -3px;
    padding-left: 20%;
}

.btn-navigation-sender {
    text-align: center !important;
    width: 36px !important;
}

.list-sender-message:hover {
    cursor: pointer;
}

.last {
    text-align: right;
}

.icon-column {
    width: 1px;
}

.check-column {
    cursor: pointer;
}

#smsEditor {
    height: 72.3vh;
    width: 100%;
}

#paperEditor,
#emailTextarea {
    height: 63vh;
    width: 100%;
}

.bg-primary table {
    color: white;
}

#emailEditor {
    height: 57.5vh;
    width: 100%;
}

textarea {
    outline: #73879c;
}

textarea:focus {
    outline: #73879c;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.fadeInTop {
    -webkit-animation-name: fadeInTop;
    animation-name: fadeInTop;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInTop {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
