@import url('content/css/session-table.component.css');

body {
    background-color: #ECF0F5;
}

.content {
    padding: 55px 0 0;
}

.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.main-tabs>li.active>a {
    background-color: #ECF0F5 !important;
    color: #3C8DBC !important;
    font-weight: bold;
}

.checkbox>label {
    padding-left: 30px;
    padding-right: 15px;
    /*border-radius: 2px;
    border: 1px solid #97a0b3;*/
}

.info-row {
    padding-top: 15px !important;
}

.main-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
}

.little-min-height {
    min-height: 200px;
}

.table-btn-app {
    font-size: 0.8em !important;
    padding: 5px;
    height: 45px;
    margin-bottom: 0;
}

.duration-dropdown {
    line-height: 1.2em;
    font-size: 1.1em;
}

.card {
    transition: height 0.3s ease-in-out;
}

.no-margin-left {
    margin-left: 0px !important;
}

.yes-margin-left {
    margin-left: 50px;
}

.no-padding {
    padding: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-left {
    padding-left: 0;
}

.live-badge {
    background-color: #C0392B;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-name: flashing;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.badge-light {
    color: #111;
    background-color: #f8f9fa;
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

@media( min-width: 1200px) {
    .extra-padding-large {
        padding-left: 5px;
        padding-right: 0;
    }
}

@keyframes flashing {
    from {
        background-color: white;
    }
    to {
        background-color: #C0392B;
    }
}

@keyframes icon-flashing {
    from {
        color: #555;
    }
    to {
        color: #e74c3c;
    }
}

ul.ivh-treeview {
    margin-left: -37px;
    margin-bottom: 0;
}

.ivh-treeview .ivh-treeview {
    margin-left: 0;
}

span.ivh-treeview-toggle {
    padding-right: 3px;
}

input.ivh-treeview-checkbox {
    margin-top: 0px;
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    padding: 5px;
    border-radius: 15px;
    display: inline-block;
    position: relative;
}

input.ivh-treeview-checkbox:active,
input.ivh-treeview-checkbox:checked:active {}

input.ivh-treeview-checkbox:checked {
    background-color: #3c8dbc;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #99a1a7;
}


/*input.ivh-treeview-checkbox:checked:after {
      content: '\2714';
      font-size: 10px;
      position: absolute;
      top: 0px;
      left: 3px;
      color: #99a1a7;
    }*/

div .input-group.full-width a.dropdown {
    color: #444;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}

div.input-group.full-width a.dropdown:hover {
    color: #3c8dbc;
    cursor: pointer;
}

.container-fluid .dropdown-toggle {
    background-color: #ECF0F5;
    color: #97a0b3;
    transition: all 0.2s ease-in-out
}

.container-fluid .dropdown-toggle:hover {
    color: #606c84;
    border-color: #606c84;
}

.container-fluid .btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-color: #3c8dbc !important;
    color: white !important;
    border-color: #3c8dbc !important;
}

.card-block {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    border: .05em solid #aaa;
    border-radius: 2px;
    min-height: 100%;
    padding: 10px;
}

.card-block img {
    max-height: 75px;
    margin: 20px auto;
    color: aquamarine;
}

.card-block.selected {
    border: .15em solid #2ecc71;
}

.card-block i {
    margin-left: 0.75em;
    color: #2ecc71;
}

.card-block .card-text {
    min-height: 80px;
}

.card-block:hover {
    background-color: #ddd;
}

.box,
.box-footer,
.nav-tabs,
.tab-content {
    background-color: #FAFBFD !important;
}

.box {
    transition: border-top-color 250ms ease-in-out;
}

.box-body {
    transition: opacity 600ms ease-in;
}

.nav-tabs-custom>.nav-tabs>li.active>a,
.nav-tabs-custom>.nav-tabs>li.active:hover>a {
    background-color: #FAFBFD;
    font-weight: bold;
}

.scrollable {
    max-height: 90vh;
    overflow-y: scroll;
}

.highlighted-element {
    background: #899796 !important;
    color: white;
}

.trackedSession {
    background-color: #F1A9A0;
}

.selectedInTree {
    background-color: #3c8dbc;
    color: white;
}

.disabledlink {
    color: #2c3e50 !important;
    cursor: text !important;
}

.enabledlink {
    cursor: pointer;
    color: lightslategray;
}

.tiny-margin-top {
    margin-top: 12px;
}

.little-margin-top {
    margin-top: 30px;
}

.little-padding-top {
    padding-top: 1.5rem;
}

.medium-padding-top {
    padding-top: 2rem !important;
}

.medium-2-padding-top {
    padding-top: 2.85rem !important;
    text-align: center !important;
}

.little-pading-right {
    padding-right: 35px;
}

.filterActive {
    background-color: #337AB7 !important;
    color: white !important;
}

a[ng-click] {
    cursor: pointer;
}

.sidebar-menu li a:hover {
    background-color: #3c8dbc !important;
    color: white !important;
}

@media(min-width: 1200px) {
    .small-text {
        font-size: 0.9rem !important;
    }
}

.sidebar-trinity {
    background-color: white !important;
}

.activeline {
    color: black !important;
    font-weight: bold;
    border-left: 2px solid #3c8dbc !important;
    background-color: #fdfdfd !important;
}

.extra-padding-top {
    padding-top: 55px;
}

.products-list .product-img {
    padding: 10px;
}

.products-list .product-img img {
    width: 20px;
    height: 20px;
}

.user-block {
    padding: 10px;
}

.user-block img {
    width: 30px;
    height: 30px;
}

.tall>label {
    line-height: 34px;
    text-align: right !important;
    width: 100%;
}


/* The starting CSS styles for the enter animation */

.ng-enter:not(.exclude-anim) {
    -webkit-transition: 0.3s linear all 0.4s;
    transition: 0.3s linear all 0.4s;
    opacity: 0;
}


/* The finishing CSS styles for the enter animation */

.ng-enter.ng-enter-active:not(.exclude-anim) {
    opacity: 1;
}


/* now the element will fade out before it is removed from the DOM */

.ng-leave:not(.exclude-anim) {
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
    opacity: 1;
}

.ng-leave.ng-leave-active:not(.exclude-anim) {
    opacity: 0;
}

.datepickerdemoBasicUsage {
    /** Demo styles for mdCalendar. */
}

.datepickerdemoBasicUsage md-content {
    padding-bottom: 200px;
}

.datepickerdemoBasicUsage .validation-messages {
    font-size: 12px;
    color: #dd2c00;
    margin-left: 15px;
}


/*
.ng-enter {
    -webkit-animation: slideInRight 0.5s both ease-in 0.5s;
    animation: slideInRight 0.5s both ease-in 0.5s;
}

.ng-leave {
    -webkit-animation: slideOutLeft 0.5s both ease-in;
    animation: slideOutLeft 0.5s both ease-in;
}
*/


/* slide out to the left */


/* slide out to the left */

.content {
    padding-top: 55px;
}

@media(max-width: 770px) {
    .content {
        padding-top: 120px;
    }
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.fixed-sidebar {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
}

.text-left {
    text-align: left !important;
}

.ptr-float {
    cursor: pointer;
}

.circle-icon-red {
    background: #ffc0c0;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid black;
}

.circle-icon-green {
    background: #c0ffc0;
    padding: 6px;
    border-radius: 50%;
    border: 2px solid black;
}

.circle-icon-blue {
    /*background: #3498db;*/
    text-align: center;
    width: 28px;
    padding: 6px;
    border-radius: 50%;
}

.modal-state-of-trans {
    position: absolute;
    top: 10px;
    left: -46%;
    width: 190%;
    padding-bottom: 15px;
}

@-webkit-keyframes slideOutLeft {
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes slideOutLeft {
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
}


/* slide in from the right */

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}


/* Text editor Styles*/

.text-editor-wrapper .wrap {
    border-top: 2px solid #cccccc;
    box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.7);
    width: 100%;
    min-width: 562px;
    background: #34495E;
    padding: 5px;
}

.text-editor-wrapper .toolbar {
    width: 100%;
    margin: 0 auto 10px;
}

.text-editor-wrapper button {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background: none;
    border: none;
    box-sizing: border-box;
    padding: 0;
    font-size: 20px;
    color: #cadee7;
    cursor: pointer;
    outline: none;
}

.text-editor-wrapper button:hover {
    border: 1px solid #cadee7;
    color: white;
}

.text-editor-wrapper #bold,
.text-editor-wrapper #italic,
.text-editor-wrapper #underline {
    font-size: 18px;
}

.text-editor-wrapper #underline,
.text-editor-wrapper #align-right {
    margin-right: 17px;
}

.text-editor-wrapper #align-left {
    margin-left: 17px;
}

.text-editor-wrapper select {
    height: 24px;
    font-size: 15px;
    font-weight: bold;
    color: #444;
    background: #fcfcfc;
    border: 1px solid #a6a6a6;
    border-radius: 3px;
    margin: 0;
    outline: none;
    cursor: pointer;
}

.text-editor-wrapper select>option {
    font-size: 15px;
    background: #fafafa;
}

.text-editor-wrapper #fonts {
    width: 140px;
}

.text-editor-wrapper #target {
    width: 140px;
}

.text-editor-wrapper .sp-replacer {
    background: #fcfcfc;
    padding: 1px 2px 1px 3px;
    border-radius: 3px;
    border-color: #a6a6a6;
    margin-top: -1px;
}

.text-editor-wrapper .sp-replacer:hover {
    border-color: #a6a6a6;
    color: inherit;
}

.text-editor-wrapper .sp-preview {
    width: 15px;
    height: 15px;
    border: none;
    margin-top: 2px;
    margin-right: 3px;
}

.text-editor-wrapper .sp-preview-inner,
.text-editor-wrapper .sp-alpha-inner,
.text-editor-wrapper .sp-thumb-inner {
    border-radius: 3px;
}

.text-editor-wrapper .editor {
    position: relative;
    width: 100%;
    height: 40vh;
    margin: 0 auto;
    padding: 20px;
    background: #fcfcfc;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    word-break: break-all;
    outline: none;
    resize: both;
    overflow: auto;
}

.text-editor-wrapper .editor .target-1,
.text-editor-wrapper .editor .target-2 {
    font-weight: 500;
    padding: 0 10px;
    border-radius: 3px;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.text-editor-wrapper .editor .target-1 {
    background-color: #3498db;
    border: solid #2980b9 1px;
}

.text-editor-wrapper .editor .target-2 {
    background-color: #e74c3c;
    border: solid #c0392b 1px;
}

.text-editor-wrapper .editor .no-target {
    background-color: none;
    border: none;
    border-radius: none;
    padding: 0;
    font-weight: normal;
    letter-spacing: normal;
}

.text-editor-wrapper .editor b {
    font-weight: bold !important;
}

.text-editor-wrapper .editor i {
    font-style: italic !important;
}

.text-editor-wrapper .editor ol li {
    list-style-type: decimal !important;
}

.text-editor-wrapper .editor ul li {
    list-style-type: disc !important;
}

.sm-padding {
    padding: 20px 15px;
}


/* Audio Player Styles */

.player-wrapper {
    box-sizing: border-box;
    width: 100%;
}

.player-wrapper .waveform {
    max-height: 100px;
    margin-bottom: 10px;
}

.player-wrapper .waveform .loading-waveform {
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    color: #98a1b3;
    padding-top: 20px;
}

.player-wrapper .controls {
    width: 100%;
    min-height: 25px;
    text-align: center;
    font-size: 1.2em;
    color: #98a1b3;
    display: flex;
}

.player-wrapper .controls .mute-ctrl,
.player-wrapper .controls .playback-ctrl,
.player-wrapper .controls .fs-ctrl {
    display: inline-block;
}

.player-wrapper .controls .mute-ctrl,
.player-wrapper .controls .fs-ctrl,
.player-wrapper .controls .player-btn {
    cursor: pointer;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}

.player-wrapper .controls .mute-ctrl:hover,
.player-wrapper .controls .fs-ctrl:hover,
.player-wrapper .controls .player-btn:hover {
    color: #00c0ef;
}

.player-wrapper .controls .mute-ctrl,
.player-wrapper .controls .fs-ctrl {
    flex-grow: 1;
}

.player-wrapper .controls .playback-ctrl {
    flex-grow: 2;
}

.player-wrapper .controls .mute-ctrl {
    text-align: left;
    margin-right: 5px;
}

.player-wrapper .controls .fs-ctrl {
    text-align: right;
}

.player-wrapper .controls .player-btn {
    display: inline-block;
    min-width: 35px;
    padding: 0 5px;
}

.player-wrapper .sliders-wrapper {
    width: 100%;
    padding: 5px;
    overflow: hidden;
}

.individual-slider {
    display: inline-block;
    text-align: center;
}

.slider {
    margin-top: 5px;
}

.slider:first-of-type {
    margin-top: 0;
}

.sliders-btn-active {
    color: #3498db;
}

.blue-volume {
    color: #3498db;
}

.gray-icon {
    color: #98a1b3;
    transition: color 0.25s ease-in-out;
    cursor: pointer;
}


/*.rz-bar, .rz-pointer {
  background: #98a1b3 !important;
}*/

.rz-pointer {
    height: 24px !important;
    width: 24px !important;
    border-radius: 12px !important;
    top: -10px !important;
}

.rz-pointer.rz-active {
    outline: none;
    border: none;
}

.rz-pointer.rz-pointer-min::after {
    background: #D2D6DE;
    top: 8px !important;
    left: 8px !important;
}

.rz-pointer.rz-pointer-min.rz-active::after {
    background: #00c0ef;
}

.slider-handle {
    background-color: #98a1b3;
}


/* /////////////// */

.session-item {
    cursor: pointer !important;
    transition: all 0.2s ease-in-out !important;
}

.session-item:hover {
    opacity: 0.8 !important;
    background-color: deepskyblue !important;
}

.pagination {
    margin: 0;
}


/* Config Table */

.config-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.config-column {
    flex-grow: 1;
    margin: 10px;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    transition: all 0.2s ease-in-out;
}

.col-selector {
    background-color: #F7F7F7;
    border: 1px solid #E7E7E7;
    text-align: center;
}

.col-not {
    opacity: 0.2;
}

.col-title {
    font-size: 0.7em;
}


/* arbol sesion*/

.treeview {
    position: relative;
}

.treeview-case {
    z-index: 4;
}

.treeview-case-checkbox {
    position: absolute;
    left: 5px;
    top: 10px;
    z-index: 5;
}

.treeview-case>.fa-folder {
    padding-left: 15px;
}

.no-decoration {
    list-style: none;
}

.treeSession {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.treeSession li {
    list-style-type: none;
    margin: 0;
    padding: 10px 5px 0 5px;
    position: relative
}

.treeSession li::before,
.treeSession li::after {
    content: '';
    left: -20px;
    position: absolute;
    right: auto
}

.treeSession li::before {
    border-left: 1px solid #999;
    bottom: 50px;
    height: 100%;
    top: 0;
    width: 1px
}

.treeSession li::after {
    border-top: 1px solid #999;
    height: 20px;
    top: 25px;
    width: 25px
}

.treeSession li span {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #999;
    border-radius: 5px;
    display: inline-block;
    padding: 3px 8px;
    text-decoration: none
}

.treeSession li.parent_li>span {
    cursor: pointer
}

.treeSession>ul>li::before,
.treeSession>ul>li::after {
    border: 0
}

.treeSession li:last-child::before {
    height: 30px
}

.treeSession li.parent_li>span:hover,
.treeSession li.parent_li>span:hover+ul li span {
    background: #eee;
    border: 1px solid #94a0b4;
    color: #000
}


/*arbol directiva

*/

div[data-angular-treeview] {
    /* prevent user selection */
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* default */
    font-family: Tahoma;
    font-size: 13px;
    color: #555;
    text-decoration: none;
}

div[data-tree-model] ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    overflow: hidden;
}

div[data-tree-model] li {
    position: relative;
    padding: 5px 0;
    transition: all 250ms ease-in-out;
}

.case-label,
.case-icon {
    cursor: pointer;
    transition: all 250ms ease-in-out;
}

.inner-tree>ul>li:hover {
    color: white;
    background-color: #3c8dbc;
}

.case-icon:hover {
    color: #3c8dbc;
}

div[data-tree-model] li span {
    border-radius: 28px;
    padding: 5px 10px;
}

div[data-tree-model] li i {
    border-radius: 50%;
    padding: 0;
    margin-left: 5px;
}

div[data-tree-model] li .selected {
    background-color: #899796;
    color: white;
}

.inner-tree {
    background-color: #f4f4f5;
    color: #333;
}

.inner-tree>ul>li {
    cursor: pointer;
    transition: all 250ms ease-in-out;
}

.inner-tree>ul>li>i {
    margin-left: 20px !important;
}

.inner-tree>ul>li:hover {
    color: white;
}


/* 
   ||||CC Section, [refer to audioplayer.html for markup]
*/

.text-center.text-info {
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
}

.cc-icon {
    margin-left: -90%;
    left: 0;
}

.cc-text {
    margin-left: 90%;
}

.element-show-hide {
    transition: all ease-in-out 0.25s;
}

.element-show-hide.ng-hide {
    opacity: 0;
}

.botton-player-btn-active {
    color: #3498db;
}

.gray-icon:hover {
    color: #00c0ef;
}


/*Estilo clasificación*/

.classification-label input[type="radio"] {
    display: none;
}

.classification-label label {
    color: grey;
}

.classification {
    direction: rtl;
    unicode-bidi: bidi-override;
    text-align: center;
    font-size: 25px;
}

.classification-label label:hover,
.classification-label label:hover~label {
    color: white;
}

.classification-label input[type="radio"]:checked~label {
    color: white;
}

.trans {
    opacity: 0;
}

.loading-waveform {
    position: relative;
    top: -50px;
    text-align: center;
    width: 100%;
    font-size: 1.5em;
    line-height: 125px;
}


/*ToggleButton*/

.togglebutton {
    vertical-align: middle;
}

.togglebutton,
.togglebutton label,
.togglebutton input,
.togglebutton .toggle {
    user-select: none;
}

.togglebutton label {
    cursor: pointer;
    /*color: rgba(0,0,0, 0.26);*/
}

.form-group.is-focused .togglebutton label {
    color: rgba(0, 0, 0, 0.26);
}

.form-group.is-focused .togglebutton label:hover,
.form-group.is-focused .togglebutton label:focus {
    color: rgba(0, 0, 0, .54);
}

fieldset[disabled] .form-group.is-focused .togglebutton label {
    color: rgba(0, 0, 0, 0.26);
}

.togglebutton label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
}

.togglebutton label .toggle {
    text-align: left;
    margin-left: 5px;
}

.togglebutton label .toggle,
.togglebutton label input[type=checkbox][disabled]+.toggle {
    content: "";
    display: inline-block;
    width: 30px;
    height: 15px;
    background-color: rgba(80, 80, 80, 0.7);
    border-radius: 15px;
    margin-right: 15px;
    transition: background 0.3s ease;
    vertical-align: middle;
}

.togglebutton label .toggle:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #FFFFFF;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
    left: -5px;
    top: -3px;
    border: 1px solid rgba(0, 0, 0, .54);
    transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
}

.togglebutton label input[type=checkbox][disabled]+.toggle:after,
.togglebutton label input[type=checkbox][disabled]:checked+.toggle:after {
    background-color: #4f4f4f;
}

.togglebutton label input[type=checkbox]+.toggle:active:after,
.togglebutton label input[type=checkbox][disabled]+.toggle:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1);
}

.togglebutton label input[type=checkbox]:checked+.toggle:after {
    left: 15px;
}

.togglebutton label input[type=checkbox]:checked+.toggle {
    background-color: rgba(20, 20, 20, 0.86);
}

.togglebutton label input[type=checkbox]:checked+.toggle:after {
    border-color: #151616;
}

.togglebutton label input[type=checkbox]:checked+.toggle:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(156, 39, 176, 0.1);
}

.track-badge {
    margin-right: 5px;
    background-color: #3C8DBC;
}

.full-width {
    width: 100%;
    text-align: center;
}

.mini-indicator {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: -1px 2px 16px -6px rgba(0, 0, 0, 0.7);
    background-color: #3c8dbc;
    position: fixed;
    bottom: 25px;
    right: 25px;
    color: white;
    cursor: pointer;
}

.mini-indicator-icon {
    position: relative;
    left: 18px;
    top: 15px;
}

.no-box-shadow {
    box-shadow: none !important;
}

.main-tabs-content {
    background-color: #ECF0F5 !important;
    padding: 0 !important;
    border-radius: 0 0 2px 2px;
}

.no-padding {
    padding: 0 !important;
}

.small-side-padding {
    padding: 0 10px;
    min-width: 33px;
}

.mini-side-padding {
    padding: 0 5px;
}

ul,
menu,
dir {
    display: block;
    list-style-type: none;
}

ul ul,
ol ul {
    list-style-type: none;
}

.fa_custom {
    color: rgba(243, 2, 2, 0.63)
}

.fa_custom_phone {
    color: rgba(11, 109, 228, 0.63)
}

.popup-option {
    font-size: 1em;
    text-align: center;
    width: 100%;
    padding: .7em 0;
    cursor: pointer;
    transition: color 250ms ease-in-out;
}

.popup-option:hover {
    color: #97a0b3;
}

.liveNode {
    animation: icon-flashing 500ms ease-in-out infinite alternate;
    transition: none;
    transition-delay: 0;
    animation-delay: 0;
}

.save-btn,
.export-btn {
    position: relative;
    top: -40px;
    right: 10px;
}

.downloaded-session {
    background-color: #eeeeee;
}

.observation-column {
    position: relative;
}

.observation-column:hover:after {
    content: attr(title);
    padding: 4px 8px;
    color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    text-align: center;
    white-space: nowrap;
    z-index: 20px;
}

.admin-padding {
    padding: 0 5px !important;
}

.relevance-btn-0 {
    background-color: white;
    border: 2px solid grey;
    color: black;
}

.relevance-btn-1 {
    background-color: white;
    border: 2px solid #2ecc71;
    color: #2ecc71;
}

.relevance-btn-1:hover,
.relevance-btn-1:focus {
    color: #2ecc71 !important;
}

.relevance-btn-2 {
    background-color: white;
    border: 2px solid #f39c12;
    color: #f39c12;
}

.relevance-btn-2:hover,
.relevance-btn-2:focus {
    color: #f39c12 !important;
}

.catline-container {
    overflow-y: scroll;
    height: 500px;
}

.catline-element {
    padding: 2px 2px 2px 18px;
    cursor: pointer;
    border-bottom: 0.3px solid #ccc;
}

.catline-element:hover {
    background-color: #2196F3;
    color: white;
}

.custom-active {
    background-color: #899796;
    color: white;
    border-radius: 20px;
}