﻿/*
Riskcover (Project Titania)
Copyright (c) 2013-2019 Credit Management Group by Credit Management Solution Kft
*/

html {
    height: 100%;
}

body {
    height: 100%;

    /*required for scrolling tab*/
    padding-left:1px;
    padding-right:1px;
}

.unstyled-list, .unstyled-list ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.heightMax {
    height: 100%;
}
.headerBackgroundColor {
    background-image: linear-gradient(130deg, #000000 0%, #00b8ff 100%);
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.maring-right32 {
    margin-right: 32px;
    margin-left: 0;
}

#companyHeaderSearch {
    width: 170px;
}

.companyHeaderMenuEmail {
    padding: 3px 20px;
    font-weight: bold;
    cursor: default;
    word-break: keep-all;
}
#decisionStatusForProductionSearch {
    display: none;
}

.gridContent {
    margin-top: -16px;
}

.multipleGridContent {
    display: inline-block;
    float: none;
}

.sidebarBandge {
    text-indent: 0;
}

#buyerSearchInCrefoDeDialog, #buyerSearchInCreditsafeDialog, #buyerSearchInBisnodeHuDialog {
    padding: 0;
}

.paddinglr10 {
    padding-left: 10px;
    padding-right: 10px;
}


.hidden-widget{
    display:none;
}
.buyer-widget-option{
    cursor:pointer;
    font-size:25px;
    opacity:0;
}
.buyer-widget-option:hover {

    opacity: 100;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center
}
/* BOOTSTRAP OVERRIDE */
.top-padding {
    padding-top: 20px;
}

.top-margin {
    margin-top: 15px;
}

.bottom-margin {
    margin-bottom: 10px;
}

.left-margin {
    margin-left: 5px;
}

.m-5 {
    margin: 5px;
}

.bottom-margin-small {
    margin-bottom: 5px;
}

.bottom-padding {
    padding-bottom: 10px;
}

.top-buffer {
    margin-top: 5px;
}

.top-buffer-extra {
    margin-top: 10px;
}

.bottom-buffer-extra {
    margin-bottom: 10px;
}

.font-color-red {
    color: Red;
}

.top-negative-buffer-extra {
    margin-top: -10px;
}

.mind-width30 {
    min-height: 30px;
}

.border-bottom-zero {
    border-bottom: 0;
}

.cell-fix-height {
    max-height: 14px;
}

.panel-content {
    padding-right: 15px;
    padding-left: 15px;
}

.largeFont {
    font-size: large;
}

.deleteIcon {
    color: red;
    vertical-align: middle;
}

a {
    outline: 0;
    color: #00a6d7;
}

.btn {
    border-radius: 0;
}

.panel {
    margin-bottom: 15px;
}

.panel-heading {
}

.panel-default > .panel-heading {
    color: #333333;
    background-color: #e6e6e6;
    border-color: transparent;
}

.panel > .panel {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    animation-name: form-control-shadow;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    /*border: solid 1px rgb(200, 200, 200);*/
}

.btn-default {
    /*background-image: -webkit-linear-gradient(#6d7070, #474949 50%, #3d3f3f);
    background-image: -o-linear-gradient(#6d7070, #474949 50%, #3d3f3f);
    background-image: linear-gradient(#6d7070, #474949 50%, #3d3f3f);
    background-repeat: no-repeat;*/
    background: none;
    background-color: #474949;
    filter: none;
    border: 1px solid #2e2f2f;
    color: #ffffff;
    background-color: #474949;
    border-color: #474949;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}

.btn-default:focus,
.btn-default.focus {
    color: #ffffff;
    background-color: #2e2f2f;
    border-color: #080808;
}

.btn-default:hover {
    color: #ffffff;
    background-color: #2e2f2f;
    border-color: #292a2a;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #ffffff;
    background-color: #2e2f2f;
    border-color: #292a2a;
}

    .btn-default:active:hover,
    .btn-default.active:hover,
    .open > .dropdown-toggle.btn-default:hover,
    .btn-default:active:focus,
    .btn-default.active:focus,
    .open > .dropdown-toggle.btn-default:focus,
    .btn-default:active.focus,
    .btn-default.active.focus,
    .open > .dropdown-toggle.btn-default.focus {
        color: #ffffff;
        background-color: #1c1d1d;
        border-color: #080808;
    }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #474949;
    border-color: #474949;
}

.btn-default .badge {
    color: #474949;
    background-color: #ffffff;
}

.btn.btn-sm {
    border: none;
    border-radius: 8px;
    font-size: 16px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding: 4px 7px 4px 7px;
}


.btn-excellent {
    background-color: rgb(60, 181, 33);
}

.btn-good {
    background-color: rgb(246,181,63);
}

.btn-bad {
    background-color: rgb(205, 2, 0);
}

#scoreOverview {
    height: 100%;
}

.badge-primary {
    background-color: #00a6d7;
}

.syncfusion-editor {
    width: 100%;
    border: 1px solid #c8c8c8;
    height: 200px;
}

.comment-editor {
    width: 100%;
    border: 1px solid #c8c8c8;
    height: 60px;
    white-space: pre-line;
}

/* SYNCFUSION OVERRIDE */

/* REPORT VIEWER */
.e-reportviewer-toolbarcontainer {
    border: none;
}

.e-reportviewer-scrollcontainer {
    overflow-y: hidden; /* disable scrollbar */
    height: auto !important;
}

/*TREE GRID*/
.e-treegrid {
    overflow: hidden !important;
    height: 100% !important;
}

    .e-treegrid .e-gridheader {
        padding: 0px !important;
        width: 100% !important;
    }

    .e-treegrid .e-content {
        width: 100% !important;
        height: 100% !important;
    }

    .e-treegrid div {
        border-right: none !important;
        border-right-width: 0px !important;
        border-left: none !important;
        border-left-width: 0px !important;
    }

    .e-treegrid .e-gridcontent {
        border-bottom: none !important;
        overflow: hidden !important;
        height: 100% !important;
        width: 100% !important;
    }

    .e-treegrid .e-scrollbar {
        display: none !important;
    }
/*TREEGRID-END*/

/* GRID */
.e-grid {
    border: none;
}

    .e-grid a {
        text-decoration: underline;
    }

    .e-grid tr.e-hover, .e-scroller .e-hover, .e-in-wrap .e-select:hover, .e-datepicker table td:not(.e-active):hover, .e-datepicker .e-header a:hover,
    .e-datepicker .e-datepicker-headertext:hover, .e-datepicker .e-footer:hover, .e-ntouch.e-datepicker table td:hover { /* grid, scroller,datepicker row hover */
        background-image: none;
        background-color: #d9edf7;
        border-radius: 0;
    }

    .e-grid td.e-active, .e-grid .e-form-titlebar, .e-scroller .e-active, .e-datepicker .e-active, .e-datepicker .e-active.e-state-hover { /* grid, scoller, datepicker row active */
        background: none;
        background-color: #c8dce5;
        border-radius: 0;
        color: black;
    }

    .e-grid .e-summaryrow {
        background-color: rgb(217,237,247);
    }

    .e-grid .e-rowcell.e-updatedtd.e-active {
        color: #333;
    }

#ScoreOMeter canvas {
    margin-top: 5px;
}

#companyNameHeaderLabel a {
    color: #333;
}

/* Custom styles */
.cellReducedMargin {
    margin-bottom: -5px;
    margin-top: -5px;
}

.cellPriorityHigh {
    background-color: red;
    color: white;
}

.cellPriorityNormal {
    background-color: orange;
    color: black;
}

.cellPriorityLow {
    background-color: yellow;
    color: black;
}

.cellExtraPadding {
    padding-top: 2px;
    padding-bottom: 3px;
}

.fontWeightBold {
    font-weight: bold;
}

tr.customRow:nth-child(4n-1), tr.customRow:nth-child(4n) {
    background: #f7f7f7;
}

div.description {
    padding: 5px;
    border-top-width: 0;
    word-break: break-all;
    white-space: pre-line;
}

.longCommentTextDisplay {
    padding: 15px;
    word-break: keep-all;
    white-space: pre-line;
    text-align: justify;
}

.bg-riskcover {
    background-color: #00a6d7;
}

.bg-primary {
    background-color: #00a6d7 !important;
}

.smallfont {
    font-size: 85%;
    color: #eeeeee;
}

#BuyerSiteContentHeader a:link, #BuyerSiteContentHeader a:visited {
    
}

.progressBarLoad {
    display: none;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.searchError {
    color: #b94a48;
    display: none;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.inefficientDataSetError {
    color: #b94a48;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.disabledDiv {
    pointer-events: none;
    opacity: 0.4;
}

.scoreBoxDiv {
    box-sizing: border-box;
    display: inline-block;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding: 2px 7px 2px 7px;
    margin: 0 5px 0 5px;
    line-height: 1.5;
    outline: 0;
}

.font-color-sandybrown {
    color: sandybrown;
}

.font-color-green {
    color: green;
}

.padding10px {
    padding: 10px;
}

/* Pdf report styles */

#pdfLogo {
    width: 420px;
    height: 200px;
    margin-top: -20px;
    padding: 0px;
}

.pdfHeaderText {
    margin-top: 10px;
    padding-left:35px;
    margin-bottom: 10px;
    font-size: 1.75em;
    font-weight: bold;
}

.defaultText div {
    font-size: 20px;
}

#pdfBody {
    margin-top: 30px;
}

.pdfBuyerDetailsContainer {
    background-color: rgb(235, 235, 235);
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#pdfBuyerDetailsTitel {
    margin: 0px;
    margin-bottom: 5px;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
}

.pdfPageBreakAfter {
    page-break-after: always !important;
}


tr {
    page-break-inside: avoid !important;
}

.portfolioReportContent {
    margin-top: 5px;
}

.ej-checkbox-small .e-text {
    font-weight: bold;
    font-family: inherit;
    font-size: inherit;
}

.btn-create {
    -moz-box-shadow: 0px 10px 14px -7px #276873;
    -webkit-box-shadow: 0px 10px 14px -7px #276873;
    box-shadow: 0px 10px 14px -7px #276873;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #44c767), color-stop(1, #5cbf2a));
    background: -moz-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: -webkit-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: -o-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: -ms-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c767', endColorstr='#5cbf2a',GradientType=0);
    background-color: #44c767;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 32px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
}

    .btn-create:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cbf2a), color-stop(1, #44c767));
        background: -moz-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
        background: -webkit-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
        background: -o-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
        background: -ms-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
        background: linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cbf2a', endColorstr='#44c767',GradientType=0);
        background-color: #5cbf2a;
    }


.btn-Group {
    -moz-box-shadow: 0px 10px 14px -7px #276873;
    -webkit-box-shadow: 0px 10px 14px -7px #276873;
    box-shadow: 0px 10px 14px -7px #276873;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #408c99));
    background: -moz-linear-gradient(top, #2dabf9 5%, #408c99 100%);
    background: -webkit-linear-gradient(top, #2dabf9 5%, #408c99 100%);
    background: -o-linear-gradient(top, #2dabf9 5%, #408c99 100%);
    background: -ms-linear-gradient(top, #2dabf9 5%, #408c99 100%);
    background: linear-gradient(to bottom, #2dabf9 5%, #408c99 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#408c99',GradientType=0);
    background-color: #2dabf9;
    vertical-align: middle;
    display: inline-block;
    min-width: 200px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 32px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #b23e35;
    margin-top: 10px;
}

    .btn-Group:hover {
        background-color: #2dabf9;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cbf2a', endColorstr='#44c767',GradientType=0);
    }




    .btn-create:active {
        position: relative;
        top: 1px;
    }

.btn-dropdown {
    -moz-box-shadow: 0px 10px 14px -7px #276873;
    -webkit-box-shadow: 0px 10px 14px -7px #276873;
    box-shadow: 0px 10px 14px -7px #276873;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #408c99));
    background: -moz-linear-gradient(top, #2dabf9 5%, #408c99 100%);
    background: -webkit-linear-gradient(top, #2dabf9 5%, #408c99 100%);
    background: -o-linear-gradient(top, #2dabf9 5%, #408c99 100%);
    background: -ms-linear-gradient(top, #2dabf9 5%, #408c99 100%);
    background: linear-gradient(to bottom, #2dabf9 5%, #408c99 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#408c99',GradientType=0);
    background-color: #2dabf9;
    vertical-align: middle;
    display: inline-block;
    min-width: 200px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 32px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #b23e35;
    margin-top: 10px;
}

.btn-task {
    -moz-box-shadow: 0px 10px 14px -7px #f29c93;
    -webkit-box-shadow: 0px 10px 14px -7px #f29c93;
    box-shadow: 0px 10px 14px -7px #f29c93;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100));
    background: -moz-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
    background: -webkit-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
    background: -o-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
    background: -ms-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
    background: linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100',GradientType=0);
    background-color: #fe1a00;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 32px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #b23e35;
}

    .btn-task:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00));
        background: -moz-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
        background: -webkit-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
        background: -o-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
        background: -ms-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
        background: linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00',GradientType=0);
        background-color: #ce0100;
    }

    .btn-task:active {
        position: relative;
        top: 1px;
    }


.btn-information {
    -moz-box-shadow: 0px 10px 14px -7px #276873;
    -webkit-box-shadow: 0px 10px 14px -7px #276873;
    box-shadow: 0px 10px 14px -7px #276873;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
    background: -moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background: -webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background: -o-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background: -ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background: linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
    background-color: #599bb3;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 32px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #3d768a;
}

    .btn-information:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
        background: -moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
        background: -webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
        background: -o-linear-gradient(top, #408c99 5%, #599bb3 100%);
        background: -ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
        background: linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
        background-color: #408c99;
    }

    .btn-information:active {
        position: relative;
        top: 1px;
    }


.btn-red {
    -moz-box-shadow: inset 0px -3px 7px 0px #f29c93;
    -webkit-box-shadow: inset 0px -3px 7px 0px #f29c93;
    box-shadow: inset 0px -3px 7px 0px #f29c93;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100));
    background: -moz-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
    background: -webkit-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
    background: -o-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
    background: -ms-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
    background: linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100',GradientType=0);
    background-color: #fe1a00;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 32px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #810e05;
}

    .btn-red:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24437), color-stop(1, #c62d1f));
        background: -moz-linear-gradient(top, #f24437 5%, #c62d1f 100%);
        background: -webkit-linear-gradient(top, #f24437 5%, #c62d1f 100%);
        background: -o-linear-gradient(top, #f24437 5%, #c62d1f 100%);
        background: -ms-linear-gradient(top, #f24437 5%, #c62d1f 100%);
        background: linear-gradient(to bottom, #f24437 5%, #c62d1f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24437', endColorstr='#c62d1f',GradientType=0);
        background-color: #f24437;
    }

    .btn-red:active {
        position: relative;
        top: 1px;
    }


.btn-yellow {
    -moz-box-shadow: 0px 10px 14px -7px #fce2c1;
    -webkit-box-shadow: 0px 10px 14px -7px #fce2c1;
    box-shadow: 0px 10px 14px -7px #fce2c1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
    background: -moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
    background: -webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
    background: -o-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
    background: -ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
    background: linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25',GradientType=0);
    background-color: #ffc477;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 32px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #cc9f52;
}

    .btn-yellow:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
        background: -moz-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
        background: -webkit-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
        background: -o-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
        background: -ms-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
        background: linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477',GradientType=0);
        background-color: #fb9e25;
    }

    .btn-yellow:active {
        position: relative;
        top: 1px;
    }

.btn-tab {
/*    -moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
    -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
    box-shadow: 0px 1px 0px 0px #f0f7fa;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
    background: -moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background: -webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background: -o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background: -ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background: linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);*/
    /*background-color: #33bdef;*/
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #057fd0;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px -1px 0px #5b6178;
    padding: 0px 0px 0px 0px
}

    .btn-tab:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
        background: -moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
        background: -webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
        background: -o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
        background: -ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
        background: linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
        background-color: #019ad2;
    }

    .btn-tab:active {
        position: relative;
        top: 1px;
    }



.buyerTitle {
    -moz-box-shadow: 0px 10px 14px -7px #276873;
    -webkit-box-shadow: 0px 10px 14px -7px #276873;
    box-shadow: 0px 10px 14px -7px #276873;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #408c99));
    background: -moz-linear-gradient(top, #2dabf9 5%, #408c99 100%);
    background: -webkit-linear-gradient(top, #2dabf9 5%, #408c99 100%);
    background: -o-linear-gradient(top, #2dabf9 5%, #408c99 100%);
    background: -ms-linear-gradient(top, #2dabf9 5%, #408c99 100%);
    background: linear-gradient(to bottom, #2dabf9 5%, #408c99 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#408c99',GradientType=0);
    background-color: #2dabf9;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;    
    color: #ffffff;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    padding: 13px 32px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #3d768a;
    min-width: 250px;
    margin-top:10px;
}

.buyerDropDownTitle {
    -moz-box-shadow: 0px 10px 14px -7px #276873;
    -webkit-box-shadow: 0px 10px 14px -7px #276873;
    box-shadow: 0px 10px 14px -7px #f29c93;
    background: -moz-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
    background: -webkit-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
    background: -o-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
    background: -ms-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
    background: linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100',GradientType=0);
    background-color: #2dabf9;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    padding: 13px 32px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #3d768a;
    min-width: 250px;
    margin-top: 10px;
}

.btn-grey {
    -moz-box-shadow: 0px 10px 14px -7px #91b8b3;
    -webkit-box-shadow: 0px 10px 14px -7px #91b8b3;
    box-shadow: 0px 10px 14px -7px #91b8b3;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #768d87), color-stop(1, #6c7c7c));
    background: -moz-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
    background: -webkit-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
    background: -o-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
    background: -ms-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
    background: linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#768d87', endColorstr='#6c7c7c',GradientType=0);
    background-color: #768d87;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    padding: 13px 32px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2b665e;
}

    .btn-grey:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6c7c7c), color-stop(1, #768d87));
        background: -moz-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
        background: -webkit-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
        background: -o-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
        background: -ms-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
        background: linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c7c7c', endColorstr='#768d87',GradientType=0);
        background-color: #6c7c7c;
    }

    .btn-grey:active {
        position: relative;
        top: 1px;
    }


.btnRed-tab {
    -moz-box-shadow: inset 0px -3px 7px 0px #f29c93;
    -webkit-box-shadow: inset 0px -3px 7px 0px #f29c93;
    box-shadow: inset 0px -3px 7px 0px #f29c93;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100));
    background: -moz-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
    background: -webkit-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
    background: -o-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
    background: -ms-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
    background: linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100',GradientType=0);
    background-color: #fe1a00;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #057fd0;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px -1px 0px #5b6178;
    padding: 0px 0px 0px 0px
}

    .btnRed-tab:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00));
        background: -moz-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
        background: -webkit-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
        background: -o-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
        background: -ms-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
        background: linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00',GradientType=0);
        background-color: #ce0100;
    }

    .btnRed-tab:active {
        position: relative;
        top: 1px;
    }

/*.p-15 {
    padding: 15px;
}*/

.buyer-dashboard {
    margin-top: 15px;
}

    .buyer-dashboard .buyer-dashboard-card {
        background-color: aliceblue;
        box-shadow: 2px 2px 20px grey;
        margin: 0px;
        margin-bottom: 10px;
        text-align: center;
    }


.dashboard-card {
    margin-left: 0px;
    margin-right: 0px;
}

.dashboard-card .dashboard-card-icon {
    background-color: #00a6d7;
    color: white;
    /*font-size: 40px;
    font-weight: 700;*/
    padding: 1rem;
    text-align: center;
}

    .dashboard-card .dashboard-card-icon .fa {
        line-height: 1.6;
    }

.dashboard-card .dashboard-card-body {
    text-align: center;
    /*padding-top: 1rem;*/
    /*padding-bottom: 1rem;*/
    padding:6px;
    flex: 1 1 auto;
}

.dashboard-card-body h4 {
    margin-top: 0;
    font-size: 1.75rem;
    margin-bottom: .65625rem;
    font-weight: 500;
}

.dashboard-card-body p {
    color: #909fa7;
    margin-bottom: 0;
    font-size: 18px;
}

.chart-content {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
}

.mapTooltipStyle {
    font-weight: bold;
    color: white;
    height: 75px;
    background: #337ab7;
    border-radius: 0.25rem;
    padding: 10px;
}


/*NEW UIX*/

.navbar-right {
    margin-right: 0px;
}

.dropdown {
    display: inline-block;
}

.headerMenuButton {
    background-color: transparent;
}

ul .navbar-nav {
    list-style-type: none;
}

.headerLogo {
    height: 25px;
    margin-top: 15px;
    margin-left: 25px;
    margin-right: 25px;
}

.companyLogo {
    height: 35px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
}


/*dashboard exposure bar*/

#totalExposureBarTable {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    min-height: 30px;
}

#totalExposureRow > div {
    background-color: #f8f8f8;
    font-size: 14px;
    font-weight: bold;
    padding-top: 15px;
}

#exposureCategory0 {
    background-color: rgb(205, 2, 0);
}

#exposureCategory1 {
    background-color: rgb(246,181,63);
}

#exposureCategory2 {
    background-color: rgb(60, 181, 33);
}

#exposureCategory3 {
    background-color: #a6a6a6;
}

/*free limit div*/
#exposureCategory4 {
    background-color: white;
}

.exposureBad {
    color: rgb(205, 2, 0);
}
.exposureGood {
    color: rgb(246,181,63);
}
.exposureExcellent {
    color: rgb(60, 181, 33);
}
.exposureUnknown {
    color: #a6a6a6;
}


.agingAmountNumber {
    border-right: solid;
    border-width: 1px;
    padding: 0.5% 0% 0.5% 0%;
    font-size: 18px;
    font-weight: bold;
}

.categoryDisplay {
    border-right: solid;
    border-width: 1px;
    padding: 0.5% 0% 0.5% 0%;
    font-size: 13px;
}

.invoiceNumber {
    color: green;
    border-right: solid;
    border-color:black;
    border-width: 1px;
    padding: 0.5% 0% 0.5% 0%;
    font-size: 14px;
    font-weight: bold;
}

.agingColorOne {
    font-weight: bold;
    color: mediumseagreen;
}

.agingColorTwo {
    font-weight: bold;
    color: #ffd800;
}

.agingColorThree {
    font-weight: bold;
    color: rgb(246,181,63)
}

.agingColorFour {
    font-weight: bold;
    color: #FF4F00
}

.agingColorFive {
    font-weight: bold;
    color: red
}
#ageing-First td:first-child {
    border-right: solid;
    border-width: 1px;
    padding: 0.5% 0% 0.5% 0%;
    font-size: 18px;
    font-weight: bold;
}

#ageing-Third td:first-child {
    color: green;
    border-right: solid;
    border-color: black;
    border-width: 1px;
    padding: 0.5% 0% 0.5% 0%;
    font-size: 14px;
    font-weight: bold;
}

#ageing-Third td:nth-child(2) {
    font-weight: bold;
    color: mediumseagreen;
}

#ageing-Third td:nth-child(3) {
    font-weight: bold;
    color: #ffd800;
}

#ageing-Third td:nth-child(4) {
    font-weight: bold;
    color: rgb(246,181,63)
}

#ageing-Third td:nth-child(5) {
    font-weight: bold;
    color: #FF4F00
}

#ageing-Third td:nth-child(6) {
    font-weight: bold;
    color: red
}

/*Bootstrap 4*/
/*
.nav-tabs {
    background: linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
    background-color: #33bdef;
    width: 100%;
}*/

/*more styling in scrollbar.css*/
.nav-tabs > div > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border: none;
}

.nav-tabs > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border: none;
}

.navbar-light .navbar-nav > .active > a, .navbar-light .navbar-nav > .active > a:hover, .navbar-light .navbar-nav > .active > a:focus {
    font-weight: bold;
    text-decoration: underline;
    background-color: transparent;
}

.navbar-nav > .nav-item > .nav-link:active {
    font-weight: 600;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border: none;
    box-shadow: none;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    color:black;
}

.btn:focus, .btn.focus{
    box-shadow:none;
}

label {
    font-weight: bold;
}

.control-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

#buyerVoucherOverviewForm > * {
    margin-right: 10px;
}

.form-group {
    margin-bottom: 10px;
}

.input-group {
    flex-wrap: nowrap;
}

.input-group-text {
    font-size: 14px;
    line-height: 1;
}

.form-control {
    height: 34px;
    line-height: 1.4;
}

.col-form-label {
    /*text-align: right;*/
    line-height: 1;
}

.listbox-full-width > .e-ddl-popup {
    max-width: 100%
}

.progress {
    margin-bottom: 2rem;
}

.card {
    margin-bottom: 15px;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

#TciPolicyPeriodCountryDetailsDiv label{
    text-align:left;
}

.nav-tabs li.active > a {
    color: #000000;
    border-top: none;
}


@media screen and (min-width: 992px) {
    .border-left-1-lg {
        border-left: solid;
        border-width: 1px;
    }
}

.notchedBox {
    position: relative;
    display: table-cell;
    margin: 5px;
    padding-left: 5px;
    width: 15.9%;
    border-radius: 15px 15px 15px 15px;
    border-style: solid;
    border-width: 1px;
    min-height: 130px;
}

.ribbon-wrapper-corner {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -2px;
    right: -2px;
}
#detailLabel {
    font-weight: bold;
}

.ribbon-corner-red {
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    left: -5px;
    top: 10px;
    width: 120px;
    background-color: red;
    padding-left: 15px;
    font-size: 13px;
}

.ribbon-corner-orange {
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    left: -5px;
    top: 10px;
    width: 120px;
    background-color: orange;
    padding-left: 15px;
    font-size: 13px;
}

.ribbon-corner-yellow {
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    left: -5px;
    top: 10px;
    width: 120px;
    background-color: yellow;
    padding-left: 15px;
    font-size: 13px;
}

.margintop {
    margin-top: 0.5%;
}

.finishedButton {
    border-radius: 0px 15px 15px 0px;
}
#loadingGif {
    margin: 10px auto 20px;

}
.hide{
    display: none;
}

.dashbord {
    width: 32%;
    position: relative;
    text-align: center;
    border-radius: 0.42rem; /*card has the same*/
    margin: 2.5px 4px 2.5px 4.5px;
    border: solid gray;
    border-width: 1px;
    display: table-cell;
    box-shadow: 1px 1px 3px grey;
}
.icon-section {
    border-radius: 15px 15px 15px 15px;
}

.icon-section #ShortName {
        margin: 0px;
        font-size: 20px;
        padding-bottom: 10px;
        display: block;
        /*color: white*/
}

    .icon-section #LocalizedType {
        min-height:72px;
        width:80%;
        cursor: pointer;
        font-weight: 600;

    }
#LocalizedType:hover {
    color: #0056b3;
    text-decoration: underline;
}
#LocalizedType {
    outline: 0;
    color: #00a6d7;
}

.detail-section {
    padding: 5px 0px;
    border-top: solid 1px;
    border-radius: 0px 0px 0.42rem 0.42rem; /*card has the same*/
    background-color: #f1f1f1;
}

.dashbord .detail-section:hover {
    background-color: #dadada;
    cursor: pointer;
    border-radius: 0px 0px 0.42rem 0.42rem;
}

.detail-section a {
    color: #fff;
    text-decoration: none;
    border-radius: 0px 0px 0.42rem 0.42rem;
}

.dashbord-green .icon-section, .dashbord-green .icon-section i {
    background-color: #16A085;

}

.dashbord-green .detail-section {
    background-color: #149077;
    border-radius: 0px 0px 15px 15px;
}

.dashbord-orange .icon-section, .dashbord-orange .icon-section i {
    background-color: #F39C12;

}

.dashbord-orange .detail-section {
    background-color: #DA8C10;
    border-radius: 0px 0px 15px 15px;
}

.dashbord-blue .icon-section, .dashbord-blue .icon-section i {
    background-color: #2980B9;

}

.dashbord-blue .detail-section {
    background-color: #2573A6;
    border-radius: 0px 0px 15px 15px;
}

.dashbord-red .icon-section, .dashbord-red .icon-section i {
    background-color: #E74C3C;

}

.dashbord-red .detail-section {
    background-color: #CF4436;
    border-radius: 0px 0px 15px 15px;
}

.dashbord-skyblue .icon-section, .dashbord-skyblue .icon-section i {
    background-color: #8E44AD;

}

.dashbord-skyblue .detail-section {
    background-color: #803D9B;
    border-radius: 0px 0px 15px 15px;
}

.notificationBlock{
    display:inline-block;
    min-width: 40%;
}

.notif {
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(255,255,255,0.1) 20px, rgba(255,255,255,0.1) 40px );
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    padding: 5px 10px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    border: 1px solid;
    margin-bottom: 2px;
    width: 100%;
}

.info {

    border-color: yellow;
    color: black;
}

.warning {
    border-color: #d82;
    color: black;
}

.errorIcon {
    color: #d10;
}


.warningIcon {
    color: #d82;
}

.infoIcon {
    color: yellow;
}

.success {
    background-color: #6af;
    border-color: #48d;
}

.error {
    border-color: #d10;
    color: black;
}

.dropDownzindex {
    z-index: 2;
}


/*landingpageSection*/

.services {
    position: relative;
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    /*    max-width: 100%;
    margin-top: 40px;*/
    text-align: center;
    margin-bottom:20px;
    margin-top:20px;
}

    .services .box {
        width: 100%;
        height:100%;
        max-height: 250px;
        max-width: 300px;
        margin: 0 auto;
        background: #fff;
        padding: 20px;
        box-shadow: 0 15px 30px rgba(0,0,0,0.10);
    }

        .services .box .iconBx {
            margin-top: 25px;
        }

            .services .box .iconBx img {
                max-width: 70px;
                margin-bottom: 15px;
            }

.mxw800p h3 {
    color: #00abe9;
    font-weight: 700;
    text-align:center;
        margin-top: 20px;
}

.services .box h2 {
    font-size: 19px;
    margin-bottom: 10px;
    /* text-transform: uppercase; */
    font-weight: 700;
}

    .services .box h2 span {
        color: #00abe9
    }

.services .box p {
    font-weight: 700;
    font-size: 35px;
    color: #4d4d4d;
}

.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    background: blue;
}
.flex-limitReccomendationItem {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #33bdef;
    border: none;
    border-radius: 12.5px;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 30px;
    transition: transform .2s;
}
.IconRec {

    width: 100%;
    height: 30px;
}

.flex-limitReccomendationItem:hover {
    transform: scale(1.2);
}

#grossAmountToolTip + .tooltip > .tooltip-inner {
    background-color: #f00;
}

#grossAmountButton {
 /*   padding: 20px 60px;*/
    border: none;
    outline: none;
/*    background: #47b8e0;*/
    transition: 0.15s ease-in-out;
    color: black;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
}



.has-tooltip:hover + .tooltip,
.has-tooltip:focus + .tooltip,
.has-tooltip.hover + .tooltip {
    opacity: 1;
    transform: translate(-50%, -100%) scale(1) rotate(0deg);
    pointer-events: inherit;
}

.tooltip {
    display: block;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.75) rotate(5deg);
    transform-origin: bottom center;
    padding: 10px 30px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
    color: white;
    transition: 0.15s ease-in-out;
    opacity: 0;
    width: 200%;
    max-width: 100vw;
    pointer-events: none;
    z-index: 5;
}

    .tooltip.blue {
        background: rgb(71, 184, 224);
    }

        .tooltip.blue:after {
            border-top: 5px solid rgb(71, 184, 224);
        }

  

    .tooltip:hover {
        opacity: 1;
        transform: translate(-50%, -100%) scale(1) rotate(0deg);
        pointer-events: inherit;
    }

    .tooltip img {
        max-width: 100%;
    }

    .tooltip:after {
        content: "";
        display: block;
        margin: 0 auto;
        widtH: 0;
        height: 0;
        border: 5px solid transparent;
        border-top: 5px solid rgba(0, 0, 0, 0.75);
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 100%);
    }

.field {
    position: relative;
 
}


/*pre {
  font-family: Consolas, "Courier New", Courier, monospace;
  font-size: 11px;
}*/
.container {
  width: 100%;
  padding: 25px 25px 0 25px;
}
.container > :last-child {
  padding-bottom: 25px;
}
.container-half {
  width: 50%;
  padding: 0 10px;
  float: left;
}
.ui-tabgroup {
  position: relative;
  display: inline-block;
  width: 100%;
}
.ui-tabgroup:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.ui-tabgroup > .ui-tabs {
  float: left;
  width: 100%;
}
.ui-tabgroup > .ui-tabs > [class^="ui-tab"] {
  position: relative;
  float: left;
  display: block;
  background-color: #fff;
  color: #b9c5c8;
  margin: 0 0 1px 0;
  padding: 9px 15px;
  cursor: pointer;
  min-width: 100%;
  min-height: 40px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #d9e5e8;
  font-size: 13px;
  font-weight: bold;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.ui-tabgroup > .ui-tabs > [class^="ui-tab"] > .fa {
  padding-right: 10px;
  font-size: 15px;
}
.ui-tabgroup > input[class^="ui-tab"] {
  -webkit-appearance: none;
  -moz-appearance: none !important;
  position: relative;
  float: left;
  left: -99999px;
  padding: 0;
  margin: 0 0 0 -5px; /* FireFox hack */
  height: 0;
  width: 0;
  z-index: -100;
  overflow: hidden;
  outline: 0;
  float: left;
}
.ui-tabgroup > input.ui-tab1:focus ~ .ui-tabs > .ui-tab1,
.ui-tabgroup > input.ui-tab2:focus ~ .ui-tabs > .ui-tab2,
.ui-tabgroup > input.ui-tab3:focus ~ .ui-tabs > .ui-tab3,
.ui-tabgroup > input.ui-tab4:focus ~ .ui-tabs > .ui-tab4,
.ui-tabgroup > input.ui-tab5:focus ~ .ui-tabs > .ui-tab5,
.ui-tabgroup > input.ui-tab6:focus ~ .ui-tabs > .ui-tab6,
.ui-tabgroup > input.ui-tab7:focus ~ .ui-tabs > .ui-tab7,
.ui-tabgroup > input.ui-tab8:focus ~ .ui-tabs > .ui-tab8,
.ui-tabgroup > input.ui-tab9:focus ~ .ui-tabs > .ui-tab9 {
  text-decoration: underline;
  box-shadow: inset 0 40px 60px -40px rgba(255, 255, 255, 0.2);
}
.ui-tabgroup > input.ui-tab1:checked ~ .ui-tabs > .ui-tab1,
.ui-tabgroup > input.ui-tab2:checked ~ .ui-tabs > .ui-tab2,
.ui-tabgroup > input.ui-tab3:checked ~ .ui-tabs > .ui-tab3,
.ui-tabgroup > input.ui-tab4:checked ~ .ui-tabs > .ui-tab4,
.ui-tabgroup > input.ui-tab5:checked ~ .ui-tabs > .ui-tab5,
.ui-tabgroup > input.ui-tab6:checked ~ .ui-tabs > .ui-tab6,
.ui-tabgroup > input.ui-tab7:checked ~ .ui-tabs > .ui-tab7,
.ui-tabgroup > input.ui-tab8:checked ~ .ui-tabs > .ui-tab8,
.ui-tabgroup > input.ui-tab9:checked ~ .ui-tabs > .ui-tab9 {
  background-color: #fff;
  color: #4a6e78;
  position: relative;
}
.ui-tabgroup > .ui-panels > [class^="ui-tab"] {
  background-color: #fff;
  color: #4a6e78;
  border-width: 1px 0;
  border-style: solid;
  border-color: #d9e5e8;
  min-height: 200px;
  padding: 25px;
  display: none;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  float: left;
  width: 100%;
}
.ui-tabgroup.left-side > .ui-panels > [class^="ui-tab"] {
  border-width: 1px;
}
.ui-tabgroup > .ui-panels > [class^="ui-tab"]:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.ui-tabgroup > input.ui-tab1:checked ~ .ui-panels > .ui-tab1,
.ui-tabgroup > input.ui-tab2:checked ~ .ui-panels > .ui-tab2,
.ui-tabgroup > input.ui-tab3:checked ~ .ui-panels > .ui-tab3,
.ui-tabgroup > input.ui-tab4:checked ~ .ui-panels > .ui-tab4,
.ui-tabgroup > input.ui-tab5:checked ~ .ui-panels > .ui-tab5,
.ui-tabgroup > input.ui-tab6:checked ~ .ui-panels > .ui-tab6,
.ui-tabgroup > input.ui-tab7:checked ~ .ui-panels > .ui-tab7,
.ui-tabgroup > input.ui-tab8:checked ~ .ui-panels > .ui-tab8,
.ui-tabgroup > input.ui-tab9:checked ~ .ui-panels > .ui-tab9 {
  display: block;
}
.ui-tabs:not(.left-side) > .ui-panels > [class^="ui-tab"] {
  width: 100%;
}
.ui-tabgroup.left-side.icons-only > .ui-tabs {
  width: 50px;
  float: left;
}
.ui-tabgroup.left-side.icons-only > .ui-panels {
  margin-left: 50px;
}
.ui-tabgroup.left-side.icons-only > .ui-tabs > .ui-tab:first-child {
  margin: 5px 0 0 0;
}
.ui-tabgroup.left-side.icons-only > .ui-tabs > [class^="ui-tab"] {
  border-width: 2px 0 2px 2px;
  margin: 1px 0 0 0;
  width: 100%;
}

@media screen and (min-width: 639px) {
    .TciIcons i{
        margin:0;
    }
    .ui-tabgroup.left-side > .ui-tabs {
        width: 140px;
        float: left;
    }
  .ui-tabgroup.left-side > .ui-panels {
    margin-left: 140px;
  }
  .ui-tabgroup.left-side.icons-only > .ui-tabs {
    width: 50px;
    float: left;
  }
  .ui-tabgroup.left-side.icons-only > .ui-panels {
    margin-left: 50px;
  }
  .ui-tabs:not(.left-side) > .ui-panels {
    float: left;
    width: 100%;
  }
  .ui-tabgroup > .ui-tabs > [class^="ui-tab"]:first-child {
    margin: 1px 0 0 5px;
  }
  .ui-tabgroup > .ui-tabs > [class^="ui-tab"] {
    margin: 1px 0 0 1px;
    min-width: 50px;
  }
  .ui-tabgroup > input.ui-tab1:checked ~ .ui-tabs > .ui-tab1:after,
  .ui-tabgroup > input.ui-tab2:checked ~ .ui-tabs > .ui-tab2:after,
  .ui-tabgroup > input.ui-tab3:checked ~ .ui-tabs > .ui-tab3:after,
  .ui-tabgroup > input.ui-tab4:checked ~ .ui-tabs > .ui-tab4:after,
  .ui-tabgroup > input.ui-tab5:checked ~ .ui-tabs > .ui-tab5:after,
  .ui-tabgroup > input.ui-tab6:checked ~ .ui-tabs > .ui-tab6:after,
  .ui-tabgroup > input.ui-tab7:checked ~ .ui-tabs > .ui-tab7:after,
  .ui-tabgroup > input.ui-tab8:checked ~ .ui-tabs > .ui-tab8:after,
  .ui-tabgroup > input.ui-tab9:checked ~ .ui-tabs > .ui-tab9:after {
    position: absolute;
    content: "";
    background-color: #fff;
    top: 38px;
    left: 0;
    width: 100%;
    height: 3px;
  }
  .ui-tabgroup.left-side > input.ui-tab1:checked ~ .ui-tabs > .ui-tab1:after,
  .ui-tabgroup.left-side > input.ui-tab2:checked ~ .ui-tabs > .ui-tab2:after,
  .ui-tabgroup.left-side > input.ui-tab3:checked ~ .ui-tabs > .ui-tab3:after,
  .ui-tabgroup.left-side > input.ui-tab4:checked ~ .ui-tabs > .ui-tab4:after,
  .ui-tabgroup.left-side > input.ui-tab5:checked ~ .ui-tabs > .ui-tab5:after,
  .ui-tabgroup.left-side > input.ui-tab6:checked ~ .ui-tabs > .ui-tab6:after,
  .ui-tabgroup.left-side > input.ui-tab7:checked ~ .ui-tabs > .ui-tab7:after,
  .ui-tabgroup.left-side > input.ui-tab8:checked ~ .ui-tabs > .ui-tab8:after,
  .ui-tabgroup.left-side > input.ui-tab9:checked ~ .ui-tabs > .ui-tab9:after {
    position: absolute;
    content: "";
    background-color: #fff;
    top: 0;
    left: 138px;
    height: 100%;
    width: 3px;
  }
  .ui-tabgroup.left-side > .ui-tabs > .ui-tab:first-child {
    margin: 5px 0 0 0;
  }
  .ui-tabgroup.left-side > .ui-tabs > [class^="ui-tab"] {
    border-width: 1px 0 1px 1px;
    margin: 1px 0 0 0;
    width: 100%;
  }
}

/* --- Theme Plum --- */

.theme-plum.container,
.theme-plum .container {
  background-color: #fff;
  color: #fff;
}
.theme-plum .ui-tabgroup > .ui-tabs > [class^="ui-tab"] {
  border-radius: 2px 2px 0 0;
  border: 2px solid #8e44ad;
  background-color: #8e44ad;
  color: #f3d5ff;
}
.theme-plum .ui-tabgroup.left-side > .ui-tabs > [class^="ui-tab"] {
  border-radius: 2px 2px 0 0;
}
.theme-plum .ui-tabgroup > .ui-panels > [class^="ui-tab"] {
  background-color: #612e76;
  color: #fff;
  border: 2px solid #612e76;
}
.theme-plum .ui-tabgroup > input.ui-tab1:checked ~ .ui-tabs > .ui-tab1,
.theme-plum .ui-tabgroup > input.ui-tab2:checked ~ .ui-tabs > .ui-tab2,
.theme-plum .ui-tabgroup > input.ui-tab3:checked ~ .ui-tabs > .ui-tab3,
.theme-plum .ui-tabgroup > input.ui-tab4:checked ~ .ui-tabs > .ui-tab4,
.theme-plum .ui-tabgroup > input.ui-tab5:checked ~ .ui-tabs > .ui-tab5,
.theme-plum .ui-tabgroup > input.ui-tab6:checked ~ .ui-tabs > .ui-tab6,
.theme-plum .ui-tabgroup > input.ui-tab7:checked ~ .ui-tabs > .ui-tab7,
.theme-plum .ui-tabgroup > input.ui-tab8:checked ~ .ui-tabs > .ui-tab8,
.theme-plum .ui-tabgroup > input.ui-tab9:checked ~ .ui-tabs > .ui-tab9 {
  background-color: #612e76;
  color: #fff;
  border: 2px solid #612e76;
}
.theme-plum
  .ui-tabgroup
  > input[class^="ui-tab"]:checked
  ~ .ui-tabs
  > [class^="ui-tab"]:after {
  content: none;
}
.theme-plum a:link,
.theme-plum a:visited,
.theme-plum a:hover,
.theme-plum a:active {
  color: #ceb4cd;
}
.theme-plum .ui-tabgroup.left-side.icons-only > .ui-tabs > [class^="ui-tab"] {
  border-radius: 2px 0 0 2px;
}
.theme-plum
  .ui-tabgroup.left-side.icons-only
  > input.ui-tab1:checked
  ~ .ui-tabs
  > .ui-tab1,
.theme-plum
  .ui-tabgroup.left-side.icons-only
  > input.ui-tab2:checked
  ~ .ui-tabs
  > .ui-tab2,
.theme-plum
  .ui-tabgroup.left-side.icons-only
  > input.ui-tab3:checked
  ~ .ui-tabs
  > .ui-tab3,
.theme-plum
  .ui-tabgroup.left-side.icons-only
  > input.ui-tab4:checked
  ~ .ui-tabs
  > .ui-tab4,
.theme-plum
  .ui-tabgroup.left-side.icons-only
  > input.ui-tab5:checked
  ~ .ui-tabs
  > .ui-tab5,
.theme-plum
  .ui-tabgroup.left-side.icons-only
  > input.ui-tab6:checked
  ~ .ui-tabs
  > .ui-tab6,
.theme-plum
  .ui-tabgroup.left-side.icons-only
  > input.ui-tab7:checked
  ~ .ui-tabs
  > .ui-tab7,
.theme-plum
  .ui-tabgroup.left-side.icons-only
  > input.ui-tab8:checked
  ~ .ui-tabs
  > .ui-tab8,
.theme-plum
  .ui-tabgroup.left-side.icons-only
  > input.ui-tab9:checked
  ~ .ui-tabs
  > .ui-tab9 {
  min-height: 40px;
  width: 54px;
  margin-left: -4px;
  margin-top: 1px;
}
.theme-plum
  .ui-tabgroup.left-side.icons-only
  > input.ui-tab1
  ~ .ui-tabs
  > .ui-tab1,
.theme-plum
  .ui-tabgroup.left-side.icons-only
  > input.ui-tab1:checked
  ~ .ui-tabs
  > .ui-tab1 {
  margin-top: 5px;
}

@media screen and (min-width: 639px) {
  .theme-plum .ui-tabgroup.left-side > .ui-tabs > [class^="ui-tab"] {
    border-radius: 2px 0 0 2px;
  }
  .theme-plum
    .ui-tabgroup.left-side
    > input.ui-tab1:checked
    ~ .ui-tabs
    > .ui-tab1,
  .theme-plum
    .ui-tabgroup.left-side
    > input.ui-tab2:checked
    ~ .ui-tabs
    > .ui-tab2,
  .theme-plum
    .ui-tabgroup.left-side
    > input.ui-tab3:checked
    ~ .ui-tabs
    > .ui-tab3,
  .theme-plum
    .ui-tabgroup.left-side
    > input.ui-tab4:checked
    ~ .ui-tabs
    > .ui-tab4,
  .theme-plum
    .ui-tabgroup.left-side
    > input.ui-tab5:checked
    ~ .ui-tabs
    > .ui-tab5,
  .theme-plum
    .ui-tabgroup.left-side
    > input.ui-tab6:checked
    ~ .ui-tabs
    > .ui-tab6,
  .theme-plum
    .ui-tabgroup.left-side
    > input.ui-tab7:checked
    ~ .ui-tabs
    > .ui-tab7,
  .theme-plum
    .ui-tabgroup.left-side
    > input.ui-tab8:checked
    ~ .ui-tabs
    > .ui-tab8,
  .theme-plum
    .ui-tabgroup.left-side
    > input.ui-tab9:checked
    ~ .ui-tabs
    > .ui-tab9 {
    min-height: 40px;
    width: 144px;
    margin-left: -4px;
    margin-top: 1px;
  }
  .theme-plum .ui-tabgroup.left-side > input.ui-tab1 ~ .ui-tabs > .ui-tab1,
  .theme-plum
    .ui-tabgroup.left-side
    > input.ui-tab1:checked
    ~ .ui-tabs
    > .ui-tab1 {
    margin-top: 5px;
  }
  .theme-plum .ui-tabgroup > input.ui-tab1:checked ~ .ui-tabs > .ui-tab1,
  .theme-plum .ui-tabgroup > input.ui-tab2:checked ~ .ui-tabs > .ui-tab2,
  .theme-plum .ui-tabgroup > input.ui-tab3:checked ~ .ui-tabs > .ui-tab3,
  .theme-plum .ui-tabgroup > input.ui-tab4:checked ~ .ui-tabs > .ui-tab4,
  .theme-plum .ui-tabgroup > input.ui-tab5:checked ~ .ui-tabs > .ui-tab5,
  .theme-plum .ui-tabgroup > input.ui-tab6:checked ~ .ui-tabs > .ui-tab6,
  .theme-plum .ui-tabgroup > input.ui-tab7:checked ~ .ui-tabs > .ui-tab7,
  .theme-plum .ui-tabgroup > input.ui-tab8:checked ~ .ui-tabs > .ui-tab8,
  .theme-plum .ui-tabgroup > input.ui-tab9:checked ~ .ui-tabs > .ui-tab9 {
    min-height: 45px;
    margin-top: -4px;
  }
}

/* --- Theme Lime --- */

.theme-lime.container,
.theme-lime .container {
  background-color: #2ecc71;
  color: #fff;
}
.theme-lime .ui-tabgroup > .ui-tabs > [class^="ui-tab"] {
  border-radius: 4px 25px 0 0;
  border: 2px solid #56ce87;
  background-color: #26c771;
  color: #dbdbdb;
}
.theme-lime .ui-tabgroup > .ui-panels > [class^="ui-tab"] {
  background-color: #27ae60;
  color: #fff;
  border: 2px solid #5ecc91;
}
.theme-lime .ui-tabgroup > input.ui-tab1:checked ~ .ui-tabs > .ui-tab1,
.theme-lime .ui-tabgroup > input.ui-tab2:checked ~ .ui-tabs > .ui-tab2,
.theme-lime .ui-tabgroup > input.ui-tab3:checked ~ .ui-tabs > .ui-tab3,
.theme-lime .ui-tabgroup > input.ui-tab4:checked ~ .ui-tabs > .ui-tab4,
.theme-lime .ui-tabgroup > input.ui-tab5:checked ~ .ui-tabs > .ui-tab5,
.theme-lime .ui-tabgroup > input.ui-tab6:checked ~ .ui-tabs > .ui-tab6,
.theme-lime .ui-tabgroup > input.ui-tab7:checked ~ .ui-tabs > .ui-tab7,
.theme-lime .ui-tabgroup > input.ui-tab8:checked ~ .ui-tabs > .ui-tab8,
.theme-lime .ui-tabgroup > input.ui-tab9:checked ~ .ui-tabs > .ui-tab9 {
  background-color: #27ae60;
  color: #fff;
  border: 2px solid #5ecc91;
}
.theme-lime
  .ui-tabgroup
  > input[class^="ui-tab"]:checked
  ~ .ui-tabs
  > [class^="ui-tab"]:after {
  content: none;
}
.theme-lime a:link,
.theme-lime a:visited,
.theme-lime a:hover,
.theme-lime a:active {
  color: #aedcd1;
}
@media screen and (min-width: 639px) {
  .theme-lime
    .ui-tabgroup.left-side
    > input.ui-tab1:checked
    ~ .ui-tabs
    > .ui-tab1,
  .theme-lime
    .ui-tabgroup.left-side
    > input.ui-tab2:checked
    ~ .ui-tabs
    > .ui-tab2,
  .theme-lime
    .ui-tabgroup.left-side
    > input.ui-tab3:checked
    ~ .ui-tabs
    > .ui-tab3,
  .theme-lime
    .ui-tabgroup.left-side
    > input.ui-tab4:checked
    ~ .ui-tabs
    > .ui-tab4,
  .theme-lime
    .ui-tabgroup.left-side
    > input.ui-tab5:checked
    ~ .ui-tabs
    > .ui-tab5,
  .theme-lime
    .ui-tabgroup.left-side
    > input.ui-tab6:checked
    ~ .ui-tabs
    > .ui-tab6,
  .theme-lime
    .ui-tabgroup.left-side
    > input.ui-tab7:checked
    ~ .ui-tabs
    > .ui-tab7,
  .theme-lime
    .ui-tabgroup.left-side
    > input.ui-tab8:checked
    ~ .ui-tabs
    > .ui-tab8,
  .theme-lime
    .ui-tabgroup.left-side
    > input.ui-tab9:checked
    ~ .ui-tabs
    > .ui-tab9 {
    min-height: 40px;
    width: 144px;
    margin-left: -4px;
    margin-top: 1px;
    border-width: 2px 0 2px 2px;
  }
  .theme-lime .ui-tabgroup.left-side > .ui-tabs > [class^="ui-tab"] {
    border-radius: 25px 0 0 4px;
    border-width: 2px 0 2px 2px;
  }
  .theme-lime .ui-tabgroup.left-side > input.ui-tab1 ~ .ui-tabs > .ui-tab1,
  .theme-lime
    .ui-tabgroup.left-side
    > input.ui-tab1:checked
    ~ .ui-tabs
    > .ui-tab1 {
    margin-top: 5px;
  }
  .theme-lime .ui-tabgroup > input.ui-tab1:checked ~ .ui-tabs > .ui-tab1,
  .theme-lime .ui-tabgroup > input.ui-tab2:checked ~ .ui-tabs > .ui-tab2,
  .theme-lime .ui-tabgroup > input.ui-tab3:checked ~ .ui-tabs > .ui-tab3,
  .theme-lime .ui-tabgroup > input.ui-tab4:checked ~ .ui-tabs > .ui-tab4,
  .theme-lime .ui-tabgroup > input.ui-tab5:checked ~ .ui-tabs > .ui-tab5,
  .theme-lime .ui-tabgroup > input.ui-tab6:checked ~ .ui-tabs > .ui-tab6,
  .theme-lime .ui-tabgroup > input.ui-tab7:checked ~ .ui-tabs > .ui-tab7,
  .theme-lime .ui-tabgroup > input.ui-tab8:checked ~ .ui-tabs > .ui-tab8,
  .theme-lime .ui-tabgroup > input.ui-tab9:checked ~ .ui-tabs > .ui-tab9 {
    min-height: 45px;
    margin-top: -4px;
    border-width: 2px 2px 0 2px;
  }
  .theme-lime .ui-tabgroup:not(.left-side) > .ui-tabs > [class^="ui-tab"] {
    border-width: 2px 2px 0 2px;
  }
}

/* --- Theme Cactus --- */

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.theme-cactus.container,
.theme-cactus .container {
  background-color: #fff;
  color: #fff;
}
.theme-cactus .ui-tabgroup > .ui-tabs > [class^="ui-tab"] {
    border: 2px solid #00A6D7;
    background-color: #00A6D7;
    color: #FFF;
}
.theme-cactus .ui-tabgroup > .ui-panels > [class^="ui-tab"] {
    background-color: #00A6D7;
    color: #fff;
    border: 10px solid #34d1ff;
    padding: 17px;
}
.theme-cactus .ui-tabgroup > input.ui-tab1:checked ~ .ui-tabs > .ui-tab1,
.theme-cactus .ui-tabgroup > input.ui-tab2:checked ~ .ui-tabs > .ui-tab2,
.theme-cactus .ui-tabgroup > input.ui-tab3:checked ~ .ui-tabs > .ui-tab3,
.theme-cactus .ui-tabgroup > input.ui-tab4:checked ~ .ui-tabs > .ui-tab4,
.theme-cactus .ui-tabgroup > input.ui-tab5:checked ~ .ui-tabs > .ui-tab5,
.theme-cactus .ui-tabgroup > input.ui-tab6:checked ~ .ui-tabs > .ui-tab6,
.theme-cactus .ui-tabgroup > input.ui-tab7:checked ~ .ui-tabs > .ui-tab7,
.theme-cactus .ui-tabgroup > input.ui-tab8:checked ~ .ui-tabs > .ui-tab8,
.theme-cactus .ui-tabgroup > input.ui-tab9:checked ~ .ui-tabs > .ui-tab9 {
    background-color: #34d1ff;
    color: #fff;
    border: 2px solid #34d1ff;
}
.theme-cactus .ui-tabgroup > input.ui-tab1:checked ~ .ui-tabs > .ui-tab1:after,
.theme-cactus .ui-tabgroup > input.ui-tab2:checked ~ .ui-tabs > .ui-tab2:after,
.theme-cactus .ui-tabgroup > input.ui-tab3:checked ~ .ui-tabs > .ui-tab3:after,
.theme-cactus .ui-tabgroup > input.ui-tab4:checked ~ .ui-tabs > .ui-tab4:after,
.theme-cactus .ui-tabgroup > input.ui-tab5:checked ~ .ui-tabs > .ui-tab5:after,
.theme-cactus .ui-tabgroup > input.ui-tab6:checked ~ .ui-tabs > .ui-tab6:after,
.theme-cactus .ui-tabgroup > input.ui-tab7:checked ~ .ui-tabs > .ui-tab7:after,
.theme-cactus .ui-tabgroup > input.ui-tab8:checked ~ .ui-tabs > .ui-tab8:after,
.theme-cactus .ui-tabgroup > input.ui-tab9:checked ~ .ui-tabs > .ui-tab9:after,
.theme-cactus .ui-tabgroup > input.ui-tab1:checked ~ .ui-tabs > .ui-tab1:before,
.theme-cactus .ui-tabgroup > input.ui-tab2:checked ~ .ui-tabs > .ui-tab2:before,
.theme-cactus .ui-tabgroup > input.ui-tab3:checked ~ .ui-tabs > .ui-tab3:before,
.theme-cactus .ui-tabgroup > input.ui-tab4:checked ~ .ui-tabs > .ui-tab4:before,
.theme-cactus .ui-tabgroup > input.ui-tab5:checked ~ .ui-tabs > .ui-tab5:before,
.theme-cactus .ui-tabgroup > input.ui-tab6:checked ~ .ui-tabs > .ui-tab6:before,
.theme-cactus .ui-tabgroup > input.ui-tab7:checked ~ .ui-tabs > .ui-tab7:before,
.theme-cactus .ui-tabgroup > input.ui-tab8:checked ~ .ui-tabs > .ui-tab8:before,
.theme-cactus
  .ui-tabgroup
  > input.ui-tab9:checked
  ~ .ui-tabs
  > .ui-tab9:before {
  top: 39px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  background-color: transparent;
}

    .theme-cactus .ui-tabgroup > input.ui-tab1:checked ~ .ui-tabs > .ui-tab1:after,
    .theme-cactus .ui-tabgroup > input.ui-tab2:checked ~ .ui-tabs > .ui-tab2:after,
    .theme-cactus .ui-tabgroup > input.ui-tab3:checked ~ .ui-tabs > .ui-tab3:after,
    .theme-cactus .ui-tabgroup > input.ui-tab4:checked ~ .ui-tabs > .ui-tab4:after,
    .theme-cactus .ui-tabgroup > input.ui-tab5:checked ~ .ui-tabs > .ui-tab5:after,
    .theme-cactus .ui-tabgroup > input.ui-tab6:checked ~ .ui-tabs > .ui-tab6:after,
    .theme-cactus .ui-tabgroup > input.ui-tab7:checked ~ .ui-tabs > .ui-tab7:after,
    .theme-cactus .ui-tabgroup > input.ui-tab8:checked ~ .ui-tabs > .ui-tab8:after,
    .theme-cactus .ui-tabgroup > input.ui-tab9:checked ~ .ui-tabs > .ui-tab9:after {
        top: 38px;
        border-color: rgba(0, 121, 107, 0);
        border-top-color: #34d1ff;
        border-width: 8px;
        margin-left: -8px;
        z-index: 1;
    }
    .theme-cactus .ui-tabgroup > input.ui-tab1:checked ~ .ui-tabs > .ui-tab1:before,
    .theme-cactus .ui-tabgroup > input.ui-tab2:checked ~ .ui-tabs > .ui-tab2:before,
    .theme-cactus .ui-tabgroup > input.ui-tab3:checked ~ .ui-tabs > .ui-tab3:before,
    .theme-cactus .ui-tabgroup > input.ui-tab4:checked ~ .ui-tabs > .ui-tab4:before,
    .theme-cactus .ui-tabgroup > input.ui-tab5:checked ~ .ui-tabs > .ui-tab5:before,
    .theme-cactus .ui-tabgroup > input.ui-tab6:checked ~ .ui-tabs > .ui-tab6:before,
    .theme-cactus .ui-tabgroup > input.ui-tab7:checked ~ .ui-tabs > .ui-tab7:before,
    .theme-cactus .ui-tabgroup > input.ui-tab8:checked ~ .ui-tabs > .ui-tab8:before,
    .theme-cactus
    .ui-tabgroup > input.ui-tab9:checked ~ .ui-tabs > .ui-tab9:before {
        border-color: rgba(22, 160, 133, 0);
        border-top-color: #34d1ff;
        border-width: 21px;
        margin-left: -21px;
    }
.theme-cactus a:link,
.theme-cactus a:visited,
.theme-cactus a:hover,
.theme-cactus a:active {
  color: #aedcd1;
}
@media screen and (min-width: 639px) {
  .theme-cactus
    .ui-tabgroup.left-side
    > input.ui-tab1:checked
    ~ .ui-tabs
    > .ui-tab1,
  .theme-cactus
    .ui-tabgroup.left-side
    > input.ui-tab2:checked
    ~ .ui-tabs
    > .ui-tab2,
  .theme-cactus
    .ui-tabgroup.left-side
    > input.ui-tab3:checked
    ~ .ui-tabs
    > .ui-tab3,
  .theme-cactus
    .ui-tabgroup.left-side
    > input.ui-tab4:checked
    ~ .ui-tabs
    > .ui-tab4,
  .theme-cactus
    .ui-tabgroup.left-side
    > input.ui-tab5:checked
    ~ .ui-tabs
    > .ui-tab5,
  .theme-cactus
    .ui-tabgroup.left-side
    > input.ui-tab6:checked
    ~ .ui-tabs
    > .ui-tab6,
  .theme-cactus
    .ui-tabgroup.left-side
    > input.ui-tab7:checked
    ~ .ui-tabs
    > .ui-tab7,
  .theme-cactus
    .ui-tabgroup.left-side
    > input.ui-tab8:checked
    ~ .ui-tabs
    > .ui-tab8,
  .theme-cactus
    .ui-tabgroup.left-side
    > input.ui-tab9:checked
    ~ .ui-tabs
    > .ui-tab9 {
    min-height: 40px;
    width: 144px;
    margin-left: -4px;
    margin-top: 1px;
  }
  .theme-cactus .ui-tabgroup.left-side > input.ui-tab1 ~ .ui-tabs > .ui-tab1,
  .theme-cactus
    .ui-tabgroup.left-side
    > input.ui-tab1:checked
    ~ .ui-tabs
    > .ui-tab1 {
    margin-top: 5px;
  }
  .theme-cactus .ui-tabgroup > input.ui-tab1:checked ~ .ui-tabs > .ui-tab1,
  .theme-cactus .ui-tabgroup > input.ui-tab2:checked ~ .ui-tabs > .ui-tab2,
  .theme-cactus .ui-tabgroup > input.ui-tab3:checked ~ .ui-tabs > .ui-tab3,
  .theme-cactus .ui-tabgroup > input.ui-tab4:checked ~ .ui-tabs > .ui-tab4,
  .theme-cactus .ui-tabgroup > input.ui-tab5:checked ~ .ui-tabs > .ui-tab5,
  .theme-cactus .ui-tabgroup > input.ui-tab6:checked ~ .ui-tabs > .ui-tab6,
  .theme-cactus .ui-tabgroup > input.ui-tab7:checked ~ .ui-tabs > .ui-tab7,
  .theme-cactus .ui-tabgroup > input.ui-tab8:checked ~ .ui-tabs > .ui-tab8,
  .theme-cactus .ui-tabgroup > input.ui-tab9:checked ~ .ui-tabs > .ui-tab9 {
    min-height: 45px;
    margin-top: -4px;
  }
  .theme-cactus
    .ui-tabgroup
    > input.ui-tab1:checked
    ~ .ui-tabs
    > .ui-tab1:after,
  .theme-cactus
    .ui-tabgroup
    > input.ui-tab2:checked
    ~ .ui-tabs
    > .ui-tab2:after,
  .theme-cactus
    .ui-tabgroup
    > input.ui-tab3:checked
    ~ .ui-tabs
    > .ui-tab3:after,
  .theme-cactus
    .ui-tabgroup
    > input.ui-tab4:checked
    ~ .ui-tabs
    > .ui-tab4:after,
  .theme-cactus
    .ui-tabgroup
    > input.ui-tab5:checked
    ~ .ui-tabs
    > .ui-tab5:after,
  .theme-cactus
    .ui-tabgroup
    > input.ui-tab6:checked
    ~ .ui-tabs
    > .ui-tab6:after,
  .theme-cactus
    .ui-tabgroup
    > input.ui-tab7:checked
    ~ .ui-tabs
    > .ui-tab7:after,
  .theme-cactus
    .ui-tabgroup
    > input.ui-tab8:checked
    ~ .ui-tabs
    > .ui-tab8:after,
  .theme-cactus
    .ui-tabgroup
    > input.ui-tab9:checked
    ~ .ui-tabs
    > .ui-tab9:after {
    top: 43px;
    border-width: 7px;
    margin-left: -7px;
  }
  .theme-cactus
    .ui-tabgroup
    > input.ui-tab1:checked
    ~ .ui-tabs
    > .ui-tab1:before,
  .theme-cactus
    .ui-tabgroup
    > input.ui-tab2:checked
    ~ .ui-tabs
    > .ui-tab2:before,
  .theme-cactus
    .ui-tabgroup
    > input.ui-tab3:checked
    ~ .ui-tabs
    > .ui-tab3:before,
  .theme-cactus
    .ui-tabgroup
    > input.ui-tab4:checked
    ~ .ui-tabs
    > .ui-tab4:before,
  .theme-cactus
    .ui-tabgroup
    > input.ui-tab5:checked
    ~ .ui-tabs
    > .ui-tab5:before,
  .theme-cactus
    .ui-tabgroup
    > input.ui-tab6:checked
    ~ .ui-tabs
    > .ui-tab6:before,
  .theme-cactus
    .ui-tabgroup
    > input.ui-tab7:checked
    ~ .ui-tabs
    > .ui-tab7:before,
  .theme-cactus
    .ui-tabgroup
    > input.ui-tab8:checked
    ~ .ui-tabs
    > .ui-tab8:before,
  .theme-cactus
    .ui-tabgroup
    > input.ui-tab9:checked
    ~ .ui-tabs
    > .ui-tab9:before {
    top: 43px;
  }
  .theme-cactus
    .ui-tabgroup.left-side
    > input.ui-tab1:checked
    ~ .ui-tabs
    > .ui-tab1:after,
  .theme-cactus
    .ui-tabgroup.left-side
    > input.ui-tab2:checked
    ~ .ui-tabs
    > .ui-tab2:after,
  .theme-cactus
    .ui-tabgroup.left-side
    > input.ui-tab3:checked
    ~ .ui-tabs
    > .ui-tab3:after,
  .theme-cactus
    .ui-tabgroup.left-side
    > input.ui-tab4:checked
    ~ .ui-tabs
    > .ui-tab4:after,
  .theme-cactus
    .ui-tabgroup.left-side
    > input.ui-tab5:checked
    ~ .ui-tabs
    > .ui-tab5:after,
  .theme-cactus
    .ui-tabgroup.left-side
    > input.ui-tab6:checked
    ~ .ui-tabs
    > .ui-tab6:after,
  .theme-cactus
    .ui-tabgroup.left-side
    > input.ui-tab7:checked
    ~ .ui-tabs
    > .ui-tab7:after,
  .theme-cactus
    .ui-tabgroup.left-side
    > input.ui-tab8:checked
    ~ .ui-tabs
    > .ui-tab8:after,
  .theme-cactus
    .ui-tabgroup.left-side
    > input.ui-tab9:checked
    ~ .ui-tabs
    > .ui-tab9:after,
  .theme-cactus
    .ui-tabgroup.left-side
    > input.ui-tab1:checked
    ~ .ui-tabs
    > .ui-tab1:before,
  .theme-cactus
    .ui-tabgroup.left-side
    > input.ui-tab2:checked
    ~ .ui-tabs
    > .ui-tab2:before,
  .theme-cactus
    .ui-tabgroup.left-side
    > input.ui-tab3:checked
    ~ .ui-tabs
    > .ui-tab3:before,
  .theme-cactus
    .ui-tabgroup.left-side
    > input.ui-tab4:checked
    ~ .ui-tabs
    > .ui-tab4:before,
  .theme-cactus
    .ui-tabgroup.left-side
    > input.ui-tab5:checked
    ~ .ui-tabs
    > .ui-tab5:before,
  .theme-cactus
    .ui-tabgroup.left-side
    > input.ui-tab6:checked
    ~ .ui-tabs
    > .ui-tab6:before,
  .theme-cactus
    .ui-tabgroup.left-side
    > input.ui-tab7:checked
    ~ .ui-tabs
    > .ui-tab7:before,
  .theme-cactus
    .ui-tabgroup.left-side
    > input.ui-tab8:checked
    ~ .ui-tabs
    > .ui-tab8:before,
  .theme-cactus
    .ui-tabgroup.left-side
    > input.ui-tab9:checked
    ~ .ui-tabs
    > .ui-tab9:before {
    top: -3px;
    left: 143px;
    border: 21px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 1;
  }
    .theme-cactus
    .ui-tabgroup.left-side > input.ui-tab1:checked ~ .ui-tabs > .ui-tab1:after,
    .theme-cactus
    .ui-tabgroup.left-side > input.ui-tab2:checked ~ .ui-tabs > .ui-tab2:after,
    .theme-cactus
    .ui-tabgroup.left-side > input.ui-tab3:checked ~ .ui-tabs > .ui-tab3:after,
    .theme-cactus
    .ui-tabgroup.left-side > input.ui-tab4:checked ~ .ui-tabs > .ui-tab4:after,
    .theme-cactus
    .ui-tabgroup.left-side > input.ui-tab5:checked ~ .ui-tabs > .ui-tab5:after,
    .theme-cactus
    .ui-tabgroup.left-side > input.ui-tab6:checked ~ .ui-tabs > .ui-tab6:after,
    .theme-cactus
    .ui-tabgroup.left-side > input.ui-tab7:checked ~ .ui-tabs > .ui-tab7:after,
    .theme-cactus
    .ui-tabgroup.left-side > input.ui-tab8:checked ~ .ui-tabs > .ui-tab8:after,
    .theme-cactus
    .ui-tabgroup.left-side > input.ui-tab9:checked ~ .ui-tabs > .ui-tab9:after {
        border-color: rgba(0, 121, 107, 0);
        border-left-color: #34d1ff;
        border-width: 7px;
        margin-left: -1px;
        margin-top: 14px;
    }
    .theme-cactus
    .ui-tabgroup.left-side > input.ui-tab1:checked ~ .ui-tabs > .ui-tab1:before,
    .theme-cactus
    .ui-tabgroup.left-side > input.ui-tab2:checked ~ .ui-tabs > .ui-tab2:before,
    .theme-cactus
    .ui-tabgroup.left-side > input.ui-tab3:checked ~ .ui-tabs > .ui-tab3:before,
    .theme-cactus
    .ui-tabgroup.left-side > input.ui-tab4:checked ~ .ui-tabs > .ui-tab4:before,
    .theme-cactus
    .ui-tabgroup.left-side > input.ui-tab5:checked ~ .ui-tabs > .ui-tab5:before,
    .theme-cactus
    .ui-tabgroup.left-side > input.ui-tab6:checked ~ .ui-tabs > .ui-tab6:before,
    .theme-cactus
    .ui-tabgroup.left-side > input.ui-tab7:checked ~ .ui-tabs > .ui-tab7:before,
    .theme-cactus
    .ui-tabgroup.left-side > input.ui-tab8:checked ~ .ui-tabs > .ui-tab8:before,
    .theme-cactus
    .ui-tabgroup.left-side > input.ui-tab9:checked ~ .ui-tabs > .ui-tab9:before {
        border-color: rgba(22, 160, 133, 0);
        border-left-color: #34d1ff;
        border-width: 21px;
        margin-left: 0;
        z-index: 1;
    }
}

.dwcontainer {
    width: 400px;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.dwcenter {
    width: 180px;
    height: 60px;
    position: absolute;
}

.dwbtn {
    width: 180px;
    height: 60px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #91C9FF;
    outline: none;
    transition: 1s ease-in-out;
}

    .dwbtn svg {
        position: absolute;
        left: 0;
        top: 0;
        fill: none;
        stroke: #fff;
        stroke-dasharray: 150 480;
        stroke-dashoffset: 150;
        transition: 1s ease-in-out;
    }

    .dwbtn:hover {
        transition: 1s ease-in-out;
        background: #5cbf2a;
    }

    .dwbtn:hover svg {
        stroke-dashoffset: -480;
    }

.dwbtn span {
    color: white;
    font-size: 18px;
    font-weight: 100;
}

.tabs {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    background: white;
    /*padding: 50px;*/
    padding-bottom: 80px;
/*    width: 90%;*/
    /*height: 450px;*/
/*    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
*/    border-radius: 5px;
    min-width: 240px;
}

    .tabs input[name="tab-control"] {
        display: none;
    }

    .tabs ul {
        list-style-type: none;
        padding-left: 0;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        margin-bottom: 10px;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        align-items: flex-end;
        flex-wrap: wrap;
    }

        .tabs ul li {
            box-sizing: border-box;
            -webkit-box-flex: 1;
            flex: 1;
            width: 25%;
            padding: 0 10px;
            text-align: center;
        }

            .tabs ul li label {
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                color: #929daf;
                padding: 5px auto;
                overflow: hidden;
                text-overflow: ellipsis;
                display: block;
                cursor: pointer;
                -webkit-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
                white-space: nowrap;
                -webkit-touch-callout: none;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
            }

                .tabs ul li label br {
                    display: none;
                }

                .tabs ul li label svg {
                    fill: #929daf;
                    height: 1.2em;
                    vertical-align: bottom;
                    margin-right: 0.2em;
                    -webkit-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                }

                .tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
                    outline: 0;
                    color: #bec5cf;
                }

                    .tabs ul li label:hover svg, .tabs ul li label:focus svg, .tabs ul li label:active svg {
                        fill: #bec5cf;
                    }

    .tabs .slider {
        position: relative;
        width: 25%;
        -webkit-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
        transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
    }

        .tabs .slider .indicator {
            position: relative;
            width: 50px;
            max-width: 100%;
            margin: 0 auto;
            height: 4px;
            background: #33bdef;
            border-radius: 1px;
        }

    .tabs .content {
        margin-top: 30px;
    }

        .tabs .content section {
            display: none;
            -webkit-animation-name: content;
            animation-name: content;
            -webkit-animation-direction: normal;
            animation-direction: normal;
            -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
            -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
            line-height: 1.4;
        }

            .tabs .content section h2 {
                color: #428BFF;
                display: none;
            }

                .tabs .content section h2::after {
                    content: "";
                    position: relative;
                    display: block;
                    width: 30px;
                    height: 3px;
                    background: #428BFF;
                    margin-top: 5px;
                    left: 1px;
                }

    .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
        cursor: default;
        color: white;
        background: #33bdef;
        border-radius:10px;
    }

        .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
            fill: white;
        }

@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
/*        background: rgba(0, 0, 0, 0.08);*/
    }
    .date-mobile {
        font-size: 12px !important
    }
    .card.card-custom > .card-body {
        padding: 0.25rem 0.25rem !important;
    }
    .text-mobile{
        font-size: 14px !important;
    }
}

.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    cursor: default;
    color: white;
    background: #33bdef;
    border-radius: 10px;
}

    .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
        fill: white;
    }

@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
/*        background: rgba(0, 0, 0, 0.08);*/
    }
}

.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    cursor: default;
    color: white;
    background: #33bdef;
    border-radius: 10px;
}

    .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
        fill: white;
    }

@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
/*        background: rgba(0, 0, 0, 0.08);*/
    }
}

.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
}

.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    cursor: default;
    color: white;
    background: #33bdef;
    border-radius: 10px;
}

    .tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
        fill: white;
    }

@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
/*        background: rgba(0, 0, 0, 0.08);*/
    }
}

.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .slider {
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
}

.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
    display: block;
}

@-webkit-keyframes content {
    from {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes content {
    from {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@media (max-width: 1000px) {
    .tabs ul li label {
        white-space: initial;
    }

        .tabs ul li label br {
            display: initial;
        }

        .tabs ul li label svg {
            height: 1.5em;
        }
}

@media (max-width: 600px) {
    .tabs ul li label {
        padding: 5px;
        border-radius: 5px;
    }

        .tabs ul li label span {
            display: none;
        }

    .tabs .slider {
        display: none;
    }

    .tabs .content {
        margin-top: 20px;
    }

        .tabs .content section h2 {
            display: block;
        }
}

@media screen and (max-width: 1400px) {
    .dashbord {
        width: 48%;
    }
}
@media screen and (max-width: 700px) {
    .dashbord {
        width: 97%;
    }
}
.buyerNavMenu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
/*    margin-bottom:15px;*/
}


@media screen and (max-width: 400px) {
    .dashbord {
        width: 97%;
    }


    .buyerNavMenu {
        justify-content: center;
        align-content: center;
        /*        margin-bottom: 15px;     */
    }
}

@media screen and (max-width: 350px) {
   
    .buyerNavMenu {
        justify-content: center;
        align-content: center;
/*        margin-bottom: 15px; */
    }
}

@media screen and (max-width: 700px) {
    #portfolioReportSiteTabs li {
        width: 30%;
    }
    #PortfolioReportSearchBar div, #PortfolioComprehensiveReportSearchBar div {
        margin-bottom: 5px;
    }
    #buyer-main-flex-div {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-right: 0 !important;
    }
    #buyer-second-flex-div {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-right: 0 !important;
    }
    #buyer-third-flex-div {
        justify-content: center !important;
        align-items: center !important;
        flex-direction: column !important;
        margin-right: 0 !important;
    }
}

@media (max-width:480px) {
    #settingsTabs{
        justify-content:center;
    }
    #portfolioReportSiteTabs li {
        width: 100%;
    }
    #PortfolioReportSearchBar div, #PortfolioComprehensiveReportSearchBar div {
        margin-bottom: 5px;
    }
    #buyer-main-flex-div {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-right: 0 !important;
    }
    #buyer-second-flex-div {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-right: 0 !important;
    }
    #buyer-third-flex-div {
        justify-content: center !important;
        align-items: center !important;
        flex-direction: column !important;
        margin-right: 0 !important;
    }
}

#new-buyer-navbar {
    display: flex;
    justify-content: space-between;
    width: 100%;
}


.top-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #00baf0;
    background: linear-gradient(to left, #f46b45, #eea849);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    height: 50px;
    padding: 1em;
}

.menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .menu > li {
        margin: 0 1rem;
    }

.menu-button-container {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#menu-toggle {
    display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
    display: block;
    background-color: #fff;
    position: absolute;
    height: 4px;
    width: 30px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
}

    .menu-button::before {
        content: "";
        margin-top: -8px;
    }

    .menu-button::after {
        content: "";
        margin-top: 8px;
    }

#menu-toggle:checked + .menu-button-container .menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
}

    #menu-toggle:checked + .menu-button-container .menu-button::after {
        margin-top: 0px;
        transform: rotate(-405deg);
    }

@media (max-width: 700px) {
    .menu-button-container {
        display: flex;
    }

    .menu {
        position: absolute;
        top: 0;
        margin-top: 50px;
        left: 0;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    #menu-toggle ~ .menu li {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    #menu-toggle:checked ~ .menu li {
        border: 1px solid #333;
        height: 2.5em;
        padding: 0.5em;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    .menu > li {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0.5em 0;
        width: 100%;
        color: white;
        background-color: #222;
    }

        .menu > li:not(:last-child) {
            border-bottom: 1px solid #444;
        }
}


#buyerNavBar li a {
    color: white;
    text-shadow: 0px -1px 0px #5b6178;
    line-height: initial;
    padding-left:15px;
}
#buyerNavBar li a:hover {
    color: black;
    text-shadow: 0px -1px 0px #5b6178;
    line-height: initial;
}
    #buyerNavBar .active a {
        color: black;
        text-shadow: 0px -1px 0px #5b6178;
        line-height: initial;
    }

.cardBuyer {
    color: #e8eaf6;
    height: 100px;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    padding: 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .26);
}

.chart-cardBuyer {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .26);
}

    .chart-cardBuyer .content {
        padding: 5px;
        overflow: hidden;
        box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .1);
    }

    .chart-cardBuyer .chart-heading {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
    }

.orders-cardBuyer h4 {
    margin: 0;
}

.orders-cardBuyer .row {
    margin-top: 0;
    margin-bottom: 0;
}

.cardBuyer > i {
    position: absolute;
    font-size: 6rem;
    right: 0;
    bottom: -1rem;
}

.cardBuyer .count {
    position: relative;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
}

.cardBuyer .name {
    position: relative;
    font-size: 16px;
    line-height: 14px;
}

.cardBuyer1 {
    background-color: #9575cd;
    border-color: #9575cd;
}

.cardBuyer2 {
    background-color: #7986cb;
    border-color: #7986cb;
}

.cardBuyer3 {
    background-color: #f36e26;
    border-color: #f36e26;
}

.cardBuyer4 {
    background-color: #00a6d7;
    border-color: #00a6d7;
}
@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}


.slide-top:hover {
    -webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.paddingright50 {
    padding-right: 50px;
}
.uti {
    box-shadow: 1px 1px 3px grey;
    position: relative;
    border: 1px solid #00a6d7;
    margin-bottom: 15px;
    padding: 10px;
}
.utiBadge {
    position: absolute;
    top: -10px;
    left: 30px
}
.utiLabel {
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 600;
    cursor:pointer;
}
.buyerfactsRight {
    color: white;
    background: #00a6d7;
    padding: 5px;
    font-weight: 600;
}
.color-blue {
    color: #00a6d7 !important
}
.buyerfactsLeft {
    color: black;
    background: white;
    padding: 5px;
    font-weight: 400;
}
.limitRecommendationRight {
    color: white;
    background: #90b03c;
    padding: 5px;
    font-weight: 600;
}
.limitRecommendationLeft {

    color: black;
    background: white;
    padding: 5px;
    font-weight: 400;

}
.maring5 {
    margin: 5px;
}

.WidgetCardHeader .widgetCog {
    float: right;
    font-size: 30px;
    color: black;
    padding-left: 10px;
    cursor: pointer;
    opacity: 0;
    transition: 0.5s;
}
    .WidgetCardHeader .widgetCog:hover {
        float: right;
        font-size: 30px;
        color: black;
        padding-left: 10px;
        cursor: pointer;
        transition: 0.5s;
        opacity: 1;
    }
.trash {
    float: left;
    padding-right:10px;
    font-size: 30px;
    color: red;
    padding-left: 10px;
    cursor: pointer;
    opacity: 1;
}

.saveButton {
    bottom: 0;
    right: 0;
    margin: 40px;
    position: fixed;
}
    .saveButton i {
        border-radius: 50%;
        color: black;
        display: flex;
        justify-content: center;
        align-content: center;
        font-size: 100px;
      
    }
