﻿:root {
    --create-button-color: #003a7a;
    /*--save-button-color: #184ccb;*/
    /*--save-button-color: #2dbfa7;*/
    --save-button-color: #052238cc;
    --pagination-button-color: #052238;
    --cancel-button-color: #6c6e8a;
    --delete-button-color: #d03247;
    --deactive-button-color: lightgray;
    /*--success-button-color: #51A351;*/
    --success-button-color: cadetblue;
    --label-color: #acb0c3;
}

.modal-content .modal-footer button.btn {
    padding-top: 6px !important;
}
.badge{
    font-size:11px !important;
}
table.dataTable {
    margin-top: 20px !important;
}
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner:not([class*="bg-"]):hover {
    color: #052238 !important;
    background-color: #6C6E8A32 !important;
}
.bs-select-all {
    color: #fff !important;
    background-color: var(--save-button-color) !important;
    border-color: var(--save-button-color) !important;
}

.bs-deselect-all, .bs-deselect-all:hover {
    color: #fff !important;
    background-color: var(--cancel-button-color) !important;
    border-color: var(--cancel-button-color) !important;
    box-shadow: unset !important;
}
.dataTables_length > label > select {
    font-size: 11px !important;
    padding: 0px !important;
    padding-left: 15px !important;
    height: 30px !important;
    background: #fff url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23d3d3d3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") 50px 6px no-repeat !important;
}

h4{
    font-size:17px;
}
#btnOutline {
    padding: 4px 14px !important;
    height: 30px;
}


label {
    margin-bottom: .1rem !important;
}
.modal-content .modal-footer button.btn {
    font-weight: normal !important;
}

    .modal-content .modal-footer button.btn[data-dismiss="modal"] {
        font-weight: normal !important;
    }

.btn-group .dropdown-menu a.dropdown-item {
    font-size: 11px !important;
}

.alert {
    font-size: 11px;
}

.table > thead > tr > th {
    font-size: 11px !important;
    font-weight: normal !important;
    color: #052238 !important;
    text-transform: unset !important;
}

.table-hover:not(.table-dark) tbody tr:hover {
    -webkit-transform: none !important;
    transform: none !important;
}

.table > tbody:before {
    display: none !important;
}

.form-control:focus {
    border-color: #052238 !important;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    max-height: 30px;
    padding-bottom: 0;
    padding-top: 0;
}

input.form-control {
    max-height: 30px !important;
}
.bootstrap-select.btn-group > .dropdown-toggle {
    max-height: 30px !important;
}
.bootstrap-select.btn-group > .dropdown-toggle {
    max-height: 30px;
    font-size: 11px;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    padding-top: 0px !important;
    margin-top: -3px !important;
}

.table > tbody > tr > td {
    font-size: 11px !important;
}

.sales .widget h5 {
    font-size: 15px !important;
}

.modal-content .modal-header h5 {
    font-size: 16px !important;
}

.switch.s-primary input:checked + .slider {
    background-color: #052238b3 !important;
}
.switch input + .slider:before {
    background-color: #052238b3 !important;
}
.switch input:checked + .slider:before {
    background-color: #fff !important;
}
.new-control.new-radio.radio-classic-primary > input:checked ~ span.new-control-indicator {
    border: 3px solid #052238b3 !important;
}
.new-control.new-radio.new-radio-text.radio-primary > input:checked ~ span.new-radio-content, .new-control.new-radio.new-radio-text.radio-classic-primary > input:checked ~ span.new-radio-content {
    color: #052238b3 !important;
}
.page-link {
    color: #052238;
}
.non-hover:hover {
    transform: none !important;
}
.labelBorder {
    padding: 5px;
    border: 2px solid lightgray;
    border-radius: 5%;
}

.labelColor {
    color: var(--label-color) !important;
}
.btn_deactive {
    color: #fff !important;
    background-color: var(--deactive-button-color) !important;
    border-color: var(--deactive-button-color) !important;
    font-size: 11px !important;
    height: 30px;
    cursor: pointer !important;
}
.btn_create {
    color: #fff !important;
    background-color: var(--create-button-color) !important;
    border-color: var(--create-button-color) !important;
    font-size: 11px !important;
    height: 30px;
    cursor: pointer !important;
}
.btn_save {
    color: #fff !important;
    background-color: var(--save-button-color) !important;
    border-color: var(--save-button-color) !important;
    font-size: 11px !important;
    height: 30px;
    cursor: pointer !important;
}

.btn_ai {
    color: #fff !important;
    background-color: #d84f2e !important;
    border-color: #d84f2e !important;
    font-size: 11px !important;
    height: 30px;
    cursor: pointer !important;
}

.btn_ai:hover {
    background: #c04020;
}
.btn_pagination {
    color: #fff !important;
    background-color: var(--pagination-button-color) !important;
    border-color: var(--pagination-button-color) !important;
    font-size: 11px !important;
    height: 30px;
}
.btn_cancel {
    color: #fff !important;
    background-color: var(--cancel-button-color) !important;
    border-color: var(--cancel-button-color) !important;
    font-size: 11px !important;
    height: 30px;
    cursor: pointer !important;
}
.btn_delete {
    color: #fff !important;
    background-color: var(--delete-button-color) !important;
    border-color: var(--delete-button-color) !important;
    font-size: 11px !important;
    height: 30px;
    cursor: pointer !important;
}
.btn_success {
    color: #fff !important;
    background-color: var(--success-button-color) !important;
    border-color: var(--success-button-color) !important;
    font-size: 11px !important;
    height: 30px;
    cursor: pointer !important;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--pagination-button-color) !important;
    border-color: var(--pagination-button-color) !important;
}
.btn.btn-label-brand {
    background-color: rgba(93, 120, 255, .1);
    color: #5d78ff;
    cursor: text !important;
}


.btn:hover, .btn:focus {
    -webkit-transform: unset !important;
    transform: unset !important;
}


element.style {
    cursor: default;
    min-width: 110px;
}

.table .btn {
    margin-top: 5px !important;
    margin-left: 5px !important;
    margin-right: 5px;
}

.table .btn {
    margin-top: 0;
    margin-left: 0;
    margin-right: 5px;
}

.table .btn {
    margin-top: 0;
    margin-left: 0;
    margin-right: 5px;
}

.btn.btn-label-warning {
    background-color: rgba(255, 184, 34, .1);
    color: #ffb822;
    cursor: text !important;
}

.btn.btn-label-danger {
    background-color: rgba(253, 57, 122, .1);
    color: #fd397a;
    cursor: text !important;
}

.btn.btn-label-success {
    background-color: rgba(10, 187, 135, .1);
    color: #0abb87;
    cursor: text !important;
}

.btn.btn-label-google-o2 {
    background-color: rgba(220, 78, 65, .2);
    color: #dc4e41;
    cursor: text !important;
}

.btn.btn-label-danger-o2 {
    background-color: rgba(253, 57, 122, .2);
    color: #fd397a;
    cursor: text !important;
}








.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--pagination-button-color) !important;
    border-color: var(--pagination-button-color) !important;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100%;
        padding-left:0;
        padding-right:0;
    }
}

@media (max-width: 1500px) {
    label {
        font-size:12px
    }
}

@media (max-width: 1600px) {
    #settings > .col-md-2 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media (min-width: 1281px) {
    .trxActButtons {
        padding-left: 19%;
    }
}
@media (min-width: 1690px) {
    .trxActButtons {
        padding-left: 33%;
    }
}
@media (min-width: 1800px) {
    .w-60 {
        width: 60% !important;
    }
}
@media (max-width: 1800px) {
    .w-60 {
        width: 90% !important;
    }
}

@media (max-width: 991px) {
    .dropdown-toggle {
        max-height: 37.5px !important;
    }
}
@media (min-width: 991px ) and (max-width: 1025px) {
    .dropdown-toggle {
        max-height: 41.5px !important;
    }
}
@media (min-width: 767px ) and (max-width: 1025px) {
    .dataTables_paginate paging_simple_numbers {
        margin-left: -30px !important;
    }
}
@media (min-width: 767px ) and (max-width: 1025px) {
    .h-52 {
        height: 41.5px !important;
    }
    .h-50-px {
        height: 41.5px !important;
    }
}
@media (min-width: 1025px ) {
    .h-52 {
        height: 48px !important;
    }

    .h-50-px {
        height: 50px !important;
    }
}

.dataTables_filter{
    text-align:right;
}
.dataTables_filter > label {
    text-align: left;
}




.container_dragula {
    max-width: 960px;
    margin: 0 auto;
}



#display {
    background: #2d2d2d;
    border: 10px solid #000000;
    border-radius: 5px;
    font-size: 2em;
    color: white;
    height: 100px;
    min-width: 200px;
    text-align: center;
    padding: 1em;
    display: table-cell;
    vertical-align: middle;
    display:none !important;
}

#drag-elements {
    display: block;
    background-color: #dfdfdf;
    border-radius: 5px;
    height: 380px;
    padding: 2em;
    width:100%;
    overflow-y:scroll;
    min-width:280px;
}

    #drag-elements > div {
        text-align: center;
        float: left;
        padding: 1em;
        margin: 0 1em 1em 0;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
        border: 2px solid #ececec;
        background: #F7F7F7;
        transition: all .5s ease;
        width: 100%;
        max-width: 211px;
    }


        #drag-elements > div:hover {
            border: 2px solid gray;
            background-color: #e5e5e5;
        }

#drop-target {
    border: 2px dashed #D9D9D9;
    border-radius: 5px;
    height: 385px;
    margin-top: 10px;
    padding: 2em;
    display: block;
    text-align: center;
    width: 100%;
    overflow-y: scroll;
}

    #drop-target > div {
        transition: all .5s;
        text-align: center;
        float: left;
        padding: 1em;
        margin: 0 1em 1em 0;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
        border-radius: 5px;
        border: 2px solid skyblue;
        background: #F7F7F7;
        transition: all .5s ease;
        width: 100%;
    }


    ::-webkit-scrollbar {
        width: 10px;
    }

@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(2deg);
    }

    75% {
        -webkit-transform: rotate(-2deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes wiggle {
    0% {
        transform: rotate(-2deg);
    }

    25% {
        transform: rotate(2deg);
    }

    75% {
        transform: rotate(-2deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    padding: 1em;
}

.gu-hide {
    display: none !important;
}

.gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.gu-transit {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.gu-mirror {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.tab-pane {
    padding: 0 !important;
}

.tableHorizantalTitle {
    width: 20%;
    font-weight: bold;
}

.table > thead > tr > th {
    font-size: 11px;
    text-transform: unset;
    white-space:nowrap;
}
.table > tbody > tr > td.dt-left {
    font-size: 11px !important;
    text-transform: unset;
    white-space: nowrap;
}

.generalFontSize
{
    font-size:11px !important;
}
    .generalFontSize > button > span {
        font-size: 11px !important;
    }
    .generalFontSize > button {
        padding: .55rem 1.25rem !important;
    }
.transactionDetailTableValue {
    font-weight:normal
}


@media (max-width: 1025px) {
    .generalFontSize {
        font-size: 10px !important;
    }
}


.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 10px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    width: 100% !important;
    line-height: 22px;
    cursor: text;
}

.bootstrap-tagsinput input {
        border: none;
        box-shadow: none;
        outline: none;
        background-color: transparent;
        padding: 0;
        margin: 0;
        width: auto !important;
        max-width: inherit;
    }

.bootstrap-tagsinput input:focus {
            border: none;
            box-shadow: none;
        }

.bootstrap-tagsinput .tag {
        margin-right: 2px;
        color: white;
    }
        
.bootstrap-tagsinput .tag [data-role="remove"] {
            margin-left: 8px;
            cursor: pointer;
        }

.bootstrap-tagsinput .tag [data-role="remove"]:after {
                content: "x";
                padding: 0px 2px;
            }

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
                box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
            }

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
                    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
                }

.dropdown-menu > .selected {
    background-color: #ffffff;
    background-image: linear-gradient(315deg, #ffffff 0%, #f5f5f5 74%);
    font-weight: bold !important;
    color: #052238 !important;
}



::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 3px !important;
    height:10px !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.files input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 120px 0px 85px 35%;
    text-align: left !important;
    margin: 0;
    width: 100% !important;
}

    .files input:focus {
        outline: 2px dashed #92b0b3;
        outline-offset: -10px;
        -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
        transition: outline-offset .15s ease-in-out, background-color .15s linear;
        border: 1px solid #92b0b3;
    }

.files {
    position: relative
}

    .files:after {
        pointer-events: none;
        position: absolute;
        top: 60px;
        left: -11px;
        width: 50px;
        right: 0;
        height: 56px;
        content: "";
        background-image: url(https://sanctionscanner.com/assets/img/attachIcon.png);
        display: block;
        margin: 0 auto;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.color input {
    background-color: #f1f1f1;
}

.files:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: " or drag it here. ";
    display: block;
    margin: 0 auto;
    color: #2ea591;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}

.list-group.list-group-media .list-group-item .media img {
    color: #1b55e2;
    width: 64px;
    height: 64px;
}

.media img {
    /* border-radius: 50%; */
    border: none !important;
    /* width: 80px; */
    /* height: 80px; */
}

.cut-text {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 180px;
    height: 1.2em;
    white-space: nowrap;
}

.deleteButton {
    color: #fff !important;
    background-color: #e7515a;
    border-color: #e7515a;
}

    .deleteButton:hover, .deleteButton:focus {
        color: #fff !important;
        background-color: #e7515a;
        box-shadow: none;
        border-color: #e7515a;
    }

    .deleteButton:active, .deleteButton.active {
        background-color: #e7515a;
        border-top: 1px solid #e7515a;
    }

    .deleteButton:not(:disabled):not(.disabled).active, .deleteButton:not(:disabled):not(.disabled):active {
        color: #fff !important;
        background-color: #e7515a;
        border-color: #e7515a;
    }

.show > .deleteButton.dropdown-toggle {
    color: #fff !important;
    background-color: #e7515a;
    border-color: #e7515a;
}

.deleteButton.disabled, .deleteButton.btn[disabled], .deleteButton:disabled {
    background-color: #e7515a;
    border-color: #e7515a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.deleteButton.active.focus, .deleteButton.active:focus, .deleteButton.active:hover {
    color: #fff !important;
    background-color: #c00;
    border-color: #c00;
}

.deleteButton.focus:active {
    color: #fff !important;
    background-color: #c00;
    border-color: #c00;
}

.deleteButton:active:focus, .deleteButton:active:hover {
    color: #fff !important;
    background-color: #c00;
    border-color: #c00;
}

.smb-4{
    margin-bottom:4px;
}
/*.w-60{
    width:60% !important;
}*/
.w-85{
    width:85% !important;
}
.cursor-pointer{
    cursor:pointer !important;
}
cursor-not{
    cursor:not-allowed !important;
}
.cursor-default{
    cursor:default !important;
}
/*.h-52{
    height:52px !important;
}
.h-50-px{
    height:50px !important;
}*/








/*Tooltip*/

/* 
  You want a simple and fancy tooltip?
  Just copy all [data-tooltip] blocks:
*/
[data-tooltip] {
    position: relative;
/*    z-index: 10;
*/}

    /* Positioning and visibility settings of the tooltip */
    [data-tooltip]:before,
    [data-tooltip]:after {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        left: 50%;
        bottom: calc(100% + 5px);
        pointer-events: none;
        transition: 0.2s;
        will-change: transform;
    }

    /* The actual tooltip with a dynamic width */
    [data-tooltip]:before {
        content: attr(data-tooltip);
        padding: 10px 18px;
        min-width: 50px;
        max-width: 300px;
        width: max-content;
        width: -moz-max-content;
        border-radius: 6px;
        font-size: 14px;
        /*   font-size: 0.73rem; */
        background-color: rgba(59, 72, 80, 0.9);
        background-image: linear-gradient( 30deg, rgba(59, 72, 80, 0.44), rgba(59, 68, 75, 0.44), rgba(60, 82, 88, 0.44) );
        box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
        color: #fff;
        text-align: center;
        white-space: pre-wrap;
        transform: translate(-50%, -5px) scale(0.5);
    }

    /* Tooltip arrow */
    [data-tooltip]:after {
        content: "";
        border-style: solid;
        border-width: 5px 5px 0px 5px;
        border-color: rgba(55, 64, 70, 0.9) transparent transparent transparent;
        transition-duration: 0s; /* If the mouse leaves the element, 
                              the transition effects for the 
                              tooltip arrow are "turned off" */
        transform-origin: top; /* Orientation setting for the
                              slide-down effect */
        transform: translateX(-50%) scaleY(0);
    }

    /* Tooltip becomes visible at hover */
    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after {
        visibility: visible;
        opacity: 1;
    }
    /* Scales from 0.5 to 1 -> grow effect */
    [data-tooltip]:hover:before {
        transition-delay: 0.3s;
        transform: translate(-50%, -5px) scale(1);
        z-index: 10;
    }
    /* Slide down effect only on mouseenter (NOT on mouseleave) */
    [data-tooltip]:hover:after {
        transition-delay: 0.5s; /* Starting after the grow effect */
        transition-duration: 0.2s;
        transform: translateX(-50%) scaleY(1);
        z-index: 10;
    }
/*
  That's it.
*/

/*
  If you want some adjustability
  here are some orientation settings you can use:
*/

/* LEFT */
/* Tooltip + arrow */
[data-tooltip-location="left"]:before,
[data-tooltip-location="left"]:after {
    left: auto;
    right: calc(100% + 5px);
    bottom: 50%;
}

/* Tooltip */
[data-tooltip-location="left"]:before {
    transform: translate(-5px, 50%) scale(0.5);
}

[data-tooltip-location="left"]:hover:before {
    transform: translate(-5px, 50%) scale(1);
}

/* Arrow */
[data-tooltip-location="left"]:after {
    border-width: 5px 0px 5px 5px;
    border-color: transparent transparent transparent rgba(55, 64, 70, 0.9);
    transform-origin: left;
    transform: translateY(50%) scaleX(0);
}

[data-tooltip-location="left"]:hover:after {
    transform: translateY(50%) scaleX(1);
}

/* RIGHT */
[data-tooltip-location="right"]:before,
[data-tooltip-location="right"]:after {
    left: calc(100% + 5px);
    bottom: 50%;
}

[data-tooltip-location="right"]:before {
    transform: translate(5px, 50%) scale(0.5);
}

[data-tooltip-location="right"]:hover:before {
    transform: translate(5px, 50%) scale(1);
}

[data-tooltip-location="right"]:after {
    border-width: 5px 5px 5px 0px;
    border-color: transparent rgba(55, 64, 70, 0.9) transparent transparent;
    transform-origin: right;
    transform: translateY(50%) scaleX(0);
}

[data-tooltip-location="right"]:hover:after {
    transform: translateY(50%) scaleX(1);
}

/* BOTTOM */
[data-tooltip-location="bottom"]:before,
[data-tooltip-location="bottom"]:after {
    top: calc(100% + 5px);
    bottom: auto;
}

[data-tooltip-location="bottom"]:before {
    transform: translate(-50%, 5px) scale(0.5);
}

[data-tooltip-location="bottom"]:hover:before {
    transform: translate(-50%, 5px) scale(1);
}

[data-tooltip-location="bottom"]:after {
    border-width: 0px 5px 5px 5px;
    border-color: transparent transparent rgba(55, 64, 70, 0.9) transparent;
    transform-origin: bottom;
}

/* Settings that make the pen look nicer */


main {
    padding: 0 4%;
    display: flex;
    flex-direction: row;
    margin: auto 0;
}

button {
    margin: 0;
    padding: 0.7rem 1.4rem;
    cursor: pointer;
    text-align: center;
    border: none;
    border-radius: 4px;
    outline: inherit;
    text-decoration: none;
    /*font-family: Roboto, sans-serif;*/
    font-size: 0.7em;
    background-color: rgba(174, 184, 192, 0.55);
    color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: background 350ms ease-in-out, transform 150ms ease;
}

    button:hover {
        background-color: #484f56;
    }

    button:active {
        transform: scale(0.98);
    }

    button:focus {
        box-shadow: 0 0 2px 2px #298bcf;
    }

    button::-moz-focus-inner {
        border: 0;
    }

.example-elements {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    padding-right: 4%;
}

    .example-elements p {
        padding: 6px;
        display: inline-block;
        margin-bottom: 5%;
        color: #fff;
    }

        .example-elements p:hover {
            border-left: 1px solid lightgrey;
            border-right: 1px solid lightgrey;
            padding-left: 5px;
            padding-right: 5px;
        }

    .example-elements a {
        margin-left: 6px;
        margin-bottom: calc(5% + 10px);
        color: #76daff;
        text-decoration: none;
    }

        .example-elements a:hover {
            margin-bottom: calc(5% + 9px);
            border-bottom: 1px solid #76daff;
        }

    .example-elements button {
        margin-bottom: 20px;
    }

.info-wrapper {
    flex-grow: 8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: justify;
    padding-left: 6%;
    border-left: 3px solid #35ea95;
}

    .info-wrapper p {
        color: rgba(255, 255, 255, 0.69);
    }

    .info-wrapper p {
        max-width: 600px;
        text-align: justify;
    }

    .info-wrapper .title-question {
        display: block;
        color: #fff;
        font-size: 1.36em;
        font-weight: 500;
        padding-bottom: 24px;
    }

@media (max-height: 450px) {
    main {
        margin: 2rem 0;
    }
}

@media (max-width: 800px) {
    html {
        font-size: 0.9em;
    }
}

/* Thumbnail settings */
@media (max-width: 750px) {
    html {
        /*     box-shadow: inset 0px -13px 0px -7px #0ebeff; */
        animation-duration: 0.6s;
        font-size: 1em;
    }

    body {
        display: flex;
        background: none;
        height: 100%;
        margin: 0px;
    }

    main {
        font-size: 1.1em;
        padding: 6%;
    }

    .info-wrapper p:before,
    .info-wrapper p:after {
        display: none;
    }

    .example-elements {
        max-width: 150px;
        font-size: 22px;
    }

        .example-elements a,
        button {
            display: none;
        }

        .example-elements p:before,
        .example-elements p:after {
            visibility: visible;
            opacity: 1;
        }

        .example-elements p:before {
            content: "Tooltip";
            font-size: 20px;
            transform: translate(-50%, -5px) scale(1);
        }

        .example-elements p:after {
            transform: translate(-50%, -1px) scaleY(1);
        }

    [data-tooltip]:after {
        bottom: calc(100% + 3px);
    }

    [data-tooltip]:after {
        border-width: 7px 7px 0px 7px;
    }
}

a{
    cursor:pointer;
}


#progress {
    position: fixed;
    z-index: 2147483647;
    top: 0;
    left: -6px;
    width: 0%;
    height: 4px;
    background: #b91f1f;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-transition: width 500ms ease-out,opacity 400ms linear;
    -ms-transition: width 500ms ease-out,opacity 400ms linear;
    -o-transition: width 500ms ease-out,opacity 400ms linear;
    -webkit-transition: width 500ms ease-out,opacity 400ms linear;
    transition: width 500ms ease-out,opacity 400ms linear
}

    #progress.done {
        opacity: 0
    }

    #progress dd, #progress dt {
        position: absolute;
        top: 0;
        height: 4px;
        -moz-box-shadow: #b91f1f 1px 0 6px 1px;
        -ms-box-shadow: #b91f1f 1px 0 6px 1px;
        -webkit-box-shadow: #b91f1f 1px 0 6px 1px;
        box-shadow: #b91f1f 1px 0 6px 1px;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%
    }

    #progress dd {
        opacity: 1;
        width: 20px;
        right: 0;
        clip: rect(-6px,22px,14px,10px)
    }

    #progress dt {
        opacity: 1;
        width: 180px;
        right: -80px;
        clip: rect(-6px,90px,14px,-6px)
    }

@-moz-keyframes pulse {
    30% {
        opacity: 1
    }

    60% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-ms-keyframes pulse {
    30% {
        opacity: .6
    }

    60% {
        opacity: 0
    }

    100% {
        opacity: .6
    }
}

@-o-keyframes pulse {
    30% {
        opacity: 1
    }

    60% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes pulse {
    30% {
        opacity: .6
    }

    60% {
        opacity: 0
    }

    100% {
        opacity: .6
    }
}

@keyframes pulse {
    30% {
        opacity: 1
    }

    60% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

#progress.waiting dd, #progress.waiting dt {
    -moz-animation: pulse 2s ease-out 0s infinite;
    -ms-animation: pulse 2s ease-out 0s infinite;
    -o-animation: pulse 2s ease-out 0s infinite;
    -webkit-animation: pulse 2s ease-out 0s infinite;
    animation: pulse 2s ease-out 0s infinite
}

.font-size-10{
    font-size:10px !important;
}

.mini-icon-17{
    width:17px !important;
}


.table > tbody:before {
    display: none;
}



.dt-button-collection {
    margin-top: 10px !important;
}


.dt-button.buttons-columnVisibility {
    background-color: rgba(174, 184, 192, 0.55);
}

.dt-buttons {
    text-align: right;
    margin: 7px;
    margin-left: 0;
}

.buttons-colvis {
    background-color: darkgray
}

.dataTables_length {
    display: inline-block;
}

div.dt-buttons {
    position: relative;
    float: left;
    font: 0.9em Arial;
    padding-bottom: 0.25em;
}

    div.dt-buttons .dt-button {
        margin: 0.25em 0.333em 0.25em 0;
    }

div.dt-button-collection {
    font: 0.9em Arial;
    position: absolute;
    margin-top: 3px;
    padding: 4px;
    padding-right: 2px;
    border: 1px solid #ccc;
    background-color: #fff;
    overflow: hidden;
    overflow-y: scroll !important;
    z-index: 2002;
    width: 150px;
    padding: 3px;
    padding-right: 0;
}

    div.dt-button-collection .dt-button {
        text-align: center;
        position: relative;
        display: block;
        margin-right: 0;
        width: 100px;
    }

div.dt-button-background {
    zoom: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=35);
    opacity: .35;
    z-index: 2001;
}

dt-button.buttons-select-cells,
dt-button.buttons-select-rows,
dt-button.buttons-select-columns {
    position: relative;
    width: 175px;
    text-align: left;
}

dt-button.buttons-columnVisibility.ui-button-text-only {
    padding-left: 10px;
}

dt-button.buttons-columnVisibility.ui-state-active,
dt-button.buttons-columnVisibility {
    position: relative;
    width: auto;
    *width: 230px;
    text-align: left;
    *zoom: expression(this.runtimeStyle.zoom="1", this.insertBefore(document.createElement("div"), this.childNodes[0]).className="before", this.appendChild(document.createElement("div")).className="after");
}

    dt-button.buttons-columnVisibility:before,
    dt-button.buttons-columnVisibility.ui-state-active:after {
        display: block;
        position: absolute;
        top: 1em;
        margin-top: -8px;
        margin-left: -6px;
        width: 16px;
        height: 16px;
        box-sizing: border-box;
    }

    dt-button.buttons-columnVisibility:before {
        content: ' ';
        border: 2px solid black;
        border-radius: 3px;
    }

    dt-button.buttons-columnVisibility.ui-state-active:after {
        font: 0.9em Arial;
        content: '\2714';
        text-align: center;
    }

*dt-button.buttons-columnVisibility .before,
*dt-button.buttons-columnVisibility.ui-state-active .after,
*dt-button.buttons-columnVisibility.ui-state-active:hover .after {
    position: absolute;
    margin: 6px 0px 0px -6px;
    width: 16px;
    height: 16px;
    background-position: 0px 0px;
}

*dt-button.buttons-columnVisibility .before {
    background-position: 0px 0px;
}

*dt-button.buttons-columnVisibility.ui-state-active .before {
    background-position: 0px 16px;
}

*.dt-button.buttons-columnVisibility.ui-state-active:hover .before {
    background-position: 16px 0px;
}

.buttons-colvis {
    padding: 10px;
}
.buttons-colvis {
    height: 24px;
    padding: 6px;
}

div.dt-button-collection .dt-button {
    background-color: white !important;
    color: black;
    font-size: 11px;
    margin: 0;
    border-radius: 0;
    text-align: left;
    width: 100%;
    padding: 5px;
    border: 1px solid #484f56;
    border-radius: 3px;
}

.dt-button.buttons-columnVisibility.active {
    background-color: #484f56 !important;
    color: white !important;
    border: 1px solid white;
    border-radius: 3px;
}

