﻿.right-offset {
    margin-right: 10px;
}

.required:after {
    content: " *";
    font-weight: bold;
    color: red;
}

.custom-legend ul {
    column-count: 2;
    column-gap: 10px;
}

.custom-legend li {
    list-style: none;
    font: 700 12px 'Roboto';
    white-space: nowrap;
    padding: 6px;
    cursor: pointer;
    color: #b3b3b3;
}

    .custom-legend li.striked {
        text-decoration: line-through;
    }

        .custom-legend li.striked span {
            background: #b3b3b3
        }

.custom-legend span {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

input[type=checkbox] {
    transform: scale(1.2);
}

td.detail-control {
    background: url('../images/details_open.png') no-repeat center center !important;
    cursor: pointer;
}

tr.shown td.detail-control {
    background: url('../images/details_close.png') no-repeat center center !important;
}

/*
td.message-details {
    background: url('../images/folder_closed.png') no-repeat center center !important;
    cursor: pointer;
}

tr.shown td.message-details {
    background: url('../images/folder_open.png') no-repeat center center !important;
}*/

td.message-details {
    position: relative;
    cursor: pointer;
}

    td.message-details:before {
        content: "\f114";
        font-family: FontAwesome;
        position: absolute;
    }

tr.shown td.message-details {
    position: relative;
    cursor: pointer;
}

    tr.shown td.message-details:before {
        content: "\f115";
        font-family: FontAwesome;
        position: absolute;
    }

.zoom:hover {
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.text_elipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}

div.dataTables_wrapper div.dataTables_processing {
    height: 20px !important;
    margin-top: 70px !important;
    padding-top: 2px !important;
    padding-bottom: 22px !important;
}

.main-color {
    color: #405467;
}

.dt-align-right {
    text-align: right;
}

.dt-align-center {
    text-align: center;
}

.dt-align-left {
    text-align: left;
}

textarea {
    resize: none;
}

.align-middle {
    vertical-align: middle;
}

.inline-element {
    display: inline-block;
    vertical-align: middle;
}

.input-elements {
    margin-bottom: 6px;
    border: 2px solid rgba(52, 73, 94, 0.94);
    padding: 4px;
    border-radius: 10px;
}

.searchStyle {
    margin-top: -38px;
}

.text-line-break {
    white-space: pre-line;
}

div.group {
    background-color: #EDECEC;
    padding: 4px 3px 0px 5px;
    margin: 0;
}

#sessionInfo {
    margin: -10px 0 -10px 0;
}

@keyframes blink {
    0% {
        color: red;
    }

    100% {
        color: black;
    }
}

@-webkit-keyframes blink {
    0% {
        color: red;
    }

    100% {
        color: black;
    }
}

.blink {
    -webkit-animation: blink 1s linear infinite;
    -moz-animation: blink 1s linear infinite;
    animation: blink 1s linear infinite;
}

.hand {
    cursor: pointer;
}

ul.chat_box {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.chat_box li {
    display: inline-block;
    clear: both;
    padding: 20px 20px 10px 20px;
    border-radius: 30px;
    margin-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
}

.him {
    background: #EFEFEF;
    float: left;
}

.me {
    float: right;
    background: #D8EBFF;
}

.him + .me {
    border-bottom-right-radius: 5px;
}

.me + .me {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.me:last-of-type {
    border-bottom-right-radius: 30px;
}

.dt-button {
    border-radius: 10% !important;
    border-width: 2px;
    margin: -3px 5px 2px 5px !important;
    font-size: 12px;
    background-color: #4A92D7;
}

.dt-button:hover {
    background-color: #2F4F6E;
}

.dt-button-base {
    border-radius: 10% !important;
    border-width: 2px;
    margin: -3px 5px 2px 5px !important;
    font-size: 12px;
}

.select-align-middle {
    padding: 2px;
    margin-bottom: 5px;
}

#chart-legend ul {
    list-style: none;
    font: 12px Verdana;
    white-space: nowrap;
}

#chart-legend li span {
    width: 36px;
    height: 12px;
    display: inline-block;
    margin: 0 5px 8px 0;
    vertical-align: -9.4px;
}
