﻿@font-face {
    font-family: 'password';
    font-style: normal;
    font-weight: 400;
    src: url(https://jsbin-user-assets.s3.amazonaws.com/rafaelcastrocouto/password.ttf);
}

input.key {
    font-family: 'password';
}

.round {
    border-radius: 100%;
}

.table-condensed {
    min-width: 250px;
}

.datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active {
    background-color: #00adee !important;
}

.datetimepicker table tr td.today, .datetimepicker table tr td.today:hover, .datetimepicker table tr td.today.disabled, .datetimepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(top, #ccc, #ccc);
    background-image: -ms-linear-gradient(top, #ccc, #ccc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ccc), to(#ccc));
    background-image: -webkit-linear-gradient(top, #ccc, #ccc);
    background-image: -o-linear-gradient(top, #ccc, #ccc);
    background-image: linear-gradient(to bottom, #ccc, #ccc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#ccc', GradientType=0);
    border-color: #ccc #ccc #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.hiddenRow {
    padding: 0 !important;
}

.input-error {
    border: 1px dashed red !important;
}

.right {
    float: right;
}

.nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-tabs {
    border-bottom: 1px solid #94d229;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
        color: #000;
    }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            background: #99d13c;
            color: #fff;
            border-color: #99d13c #99d13c #fff;
        }


.modal-close {
    margin-top: -45px;
    position: absolute;
    right: 15px;
    display: none;
}

.modal-content .modal-close {
    display: block;
}

.form-check.form-check-inline label {
    cursor: pointer;
    margin-right: 8px;
}

.row-error {
    background-color: #f8d7da !important;
}

.row-warning {
    background-color: #fff3cd !important;
}

.modal-dialog.fullscreen {
    width: 85%;
    max-width: none;
}

.modal-open {
    background-color: #fff !important;
}

.dataTables_wrapper {
    padding: 20px;
}

.disabled {
    pointer-events: none;
    color: #ccc !important;
    cursor: not-allowed !important;
}

    .disabled i {
        color: #ccc !important;
    }

    .disabled.allowed {
        pointer-events: all;
        cursor: pointer;
        color: #ccc !important;
    }

.search {
    margin-bottom: 55px;
}

    .search label {
        float: left;
        margin-top: 10px;
        margin-right: 5px;
    }

    .search input {
        max-width: 200px;
        float: left;
    }

.readonly {
    background-color: #fff !important;
}

.validation-summary-errors ul {
    list-style: none;
    margin-left: -40px !important;
    margin-top: 6px !important;
}

.validation-summary-errors {
    padding: 8px 15px;
    width: 85%;
    margin: auto;
}

.text-danger {
    color: #ee343f;
}

.bg-neutral {
}

a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #94d229;
        text-decoration: none;
        background-color: transparent;
    }

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-primary {
    color: #fff;
    background-color: #94d229;
    border-color: #94d229;
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.btn-primary {
    color: #fff;
    background-color: #94d229;
    border-color: #94d229;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #BE001E;
        border-color: #BE001E;
    }

.text-primary {
    color: #94d229 !important;
}


.dashboard-nav.icon {
    width: 75px;
    height: 75px;
    text-align: center;
    border: 4px solid #94d229;
    border-radius: 15px;
    padding: 13px 0px;
    margin: auto;
}

    .dashboard-nav.icon i {
        font-size: 42px;
        color: #94d229;
    }

.dashboard-nav:hover.icon {
    background-color: #94d229;
}

    .dashboard-nav:hover.icon i {
        font-size: 48px;
        color: #fff;
    }

.dashboard-nav.text {
    color: #3f3f40;
    font-weight: 700;
    font-size: 12px;
    margin-top: 3px;
}

.dashboard-nav:hover.text {
    color: #94d229;
}

/*
    =================================================

    EVENTS PLATRFORM CSS START 

    "ag" prefix used on some classses to avoid conflicting styles
  

    [
    
    Forms
    Landing Pages,
    Surveys, 
    Supporting Resources

    ] = Styling done in custom CSS Files.
    
    =================================================
*/


.headerWrapper {
    margin-top: -3px;
}


.tableIcon {
    font-size: 27px;
    padding: 10px 10px 10px;
    color: #9e9f9d;
}

    .tableIcon:hover {
        color: #fe3232;
    }

.customSearch {
    left: 450px;
    bottom: 2px;
    max-width: 298px;
    border: 1px solid #cacbcb;
    height: 40px;
    border-radius: 4px;
}

.row .no-pad {
    padding-right: 0;
    padding-left: 0;
}

.table > thead > tr > th {
    color: #cacbcb;
    border-bottom-width: 1px;
    padding: 13px;
}

.ag-inner-main {
    margin-left: 240px;
    padding-top: 20px;
}

@media (max-width: 767.98px) {
    .ag-inner-main {
        margin-left: 0px;
    }
}

.ag-tableIcon-Heading {
    font-size: 13px;
    font-weight: 700;
    color: #cacbcb;
}

.ag-tableIcon {
    font-size: 23px;
    padding: 10px 10px 10px;
    color: #9e9f9d;
}

    .ag-tableIcon:hover {
        color: #94d229;
    }

.ag-tbody {
}


.ag-clickable:hover {
    cursor: pointer;
}

.text-center {
    padding-right: 0;
}


.dashboard-nav {
    text-align: center;
}

.circle {
    background-color: none;
    border: 4px solid #7fb52387;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    vertical-align: bottom;
    display: inline-block;
    text-align: center;
    padding-top: 40px;
}



.circle-icon {
    margin: auto;
    color: rgba(0, 0, 0, 0.25);
    font-size: 40px;
    width: 70px;
    height: 70px;
    line-height: 11px;
}


.dashboard-nav:hover .circle {
    border: 5px solid #afb4b9;
    cursor: pointer;
}

.card.sub-nav .circle {
    background-color: none;
    border: 4px solid #afb4b9;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    vertical-align: bottom;
    display: inline-block;
    text-align: center;
    padding-top: 40px;
}

    .card.sub-nav .circle .circle-icon {
        color: #94d229;
    }

.card.sub-nav {
    border: 1px solid #94d229;
}

    .card.sub-nav .card-header {
        background-color: #94d229;
        color: #fff;
    }

.ag-info {
    position: absolute;
    left: 30%;
    top: 20%;
}

.ag-save {
    /* position: absolute;
    
    top: 88%;*/
}



.ag-frombuilderFields {
    background-color: #e2e1e1;
    border: 1px solid #e2e1e1;
}

.ag-formBuilderTab {
    border-bottom: 1px solid #adb0a7;
}

.ag-fieldSelect {
    font-size: 14px;
}


.ag-item {
    margin-bottom: 11px;
    padding: 10px;
    border: 1px dashed lightgray;
    box-shadow: -6px 7px 0px 0px rgb(0 0 0 / 1%);
    color: #aca8a8;
    text-align: start;
}

.ag-modal-button {
    position: relative;
    left: 14px;
}

.ag-preview {
    font-size: 14rem;
    margin-left: 17px;
    color: #c4c1c1;
}

.ag-preview-footer {
    padding: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}

.ag-plus-value {
    float: right;
    position: relative;
    right: -23px;
    top: -30px;
}


.form-group {
    text-align: left;
}

.switch {
    position: relative;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 8px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #94d229;
}

input:focus + .slider {
    box-shadow: 0 0 1px #94d229;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
    height: 28px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.ag-custom-tabs {
    border-bottom: 1px solid green;
}

    .ag-custom-tabs .nav-item {
        width: 170px;
        margin-left: 40px;
        text-align: center;
    }

    .ag-custom-tabs.nav-tabs .nav-item.show .nav-link, .ag-custom-tabs.nav-tabs .nav-link.active {
        background: #ed0025;
        color: #fff;
        border-color: #ed0025#ed0025#ed0025;
        height: 50px;
    }

.movable {
    float: left;
    margin-left: -15px;
    margin-top: 11px !important;
    cursor: move;
}

.PROD {
    display: none;
}

.nav-link {
    cursor: pointer;
    text-align: center;
}

.cust-flyout {
    /*position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;*/
}

    .cust-flyout .tooltiptext {
        visibility: hidden;
        min-width: 100px;
        background: rgba(0, 0, 0, 0.85);
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 5px;
        position: fixed;
        z-index: 1;
        margin-top: -35px;
        margin-left: 52px;
    }

    .cust-flyout:hover .tooltiptext {
        visibility: visible;
    }

    .cust-flyout .tooltiptext:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 100%;
        margin-top: -5px;
        border-width: 6px;
        border-style: solid;
        border-color: transparent rgba(0, 0, 0, 0.9) transparent transparent;
    }


/*______________start_templates______________*/
.fte-templates .template-selection-thumbnail {
    box-sizing: border-box;
    max-width: 308px;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 15px;
    padding-bottom: 0px;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.18);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.18);
}

    .fte-templates .template-selection-thumbnail .title {
        font-size: 12px;
        font-weight: 600;
        color: #656666;
    }

    .fte-templates .template-selection-thumbnail p {
        margin-top: 10px;
    }

    .fte-templates .template-selection-thumbnail button {
        border-radius: 5px !important;
        margin: 0 0 10px 0;
    }

.fte-templates .composition-type-upload:hover {
    color: #80c2ee !important;
    cursor: pointer;
}
/*______________end_templates______________*/

select.no-arrow {
    appearance: none;
}

.close-modal {
    position: absolute;
    z-index: 2;
    top: 8px;
    left: 8px;
}

.page-header {
}

    .page-header h1 {
        text-align: left !important;
        font-size: 24px !important;
        color: #808080 !important;
        margin: 15px 0px !important
    }

        .page-header h1 .h6 {
            text-align: left !important;
            margin-left: 5px;
        }

.form-control.required {
    border-left: 2px solid #ff0000;
}

.form_field_condition {
    margin-top: 15px;
    border: 1px dashed #ccc;
    padding: 15px;
}

    .form_field_condition h5 {
        font-size: 14px;
    }

/* Tooltip container */
.custom-tooltip {
    position: relative;
    display: inline-block;
}

    /* Tooltip text */
    .custom-tooltip .tooltiptext {
        visibility: hidden;
        width: 200px;
        background-color: black;
        color: #fff;
        text-align: left;
        padding: 5px 5px;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .custom-tooltip:hover .tooltiptext {
        visibility: visible;
    }

.dropdown-toggle.hidden::after {
    content: none !important;
}

.danger-container {
    border: 1px dashed #dc3545;
    margin-top: 10px;
    padding: 10px;
}

.primary-container {
    border: 1px dashed #94d229;
    margin-top: 10px;
    padding: 10px;
}


.dashboard_col {
    text-align: center;
}

    .dashboard_col tr td {
        padding-right: 15px;
    }

        .dashboard_col tr td > .dashboard_analytic_circle {
            background-color: var(--fte_blue);
            color: var(--fte_yellow);
            padding: 20px 10px;
            border-radius: 100%;
            height: 85px;
            width: 85px;
            text-align: center;
        }

    .dashboard_col:hover {
        cursor: pointer;
    }

    .dashboard_col tr td > .dashboard_analytic_circle:hover {
        transform: scale(1.02);
    }

        .dashboard_col tr td > .dashboard_analytic_circle:hover i {
            color: var(--fte_white) !important;
        }

#calendarHeader {
    margin-bottom: 30px;
}

/*___________start_dashboard_analytics_icons_desktop___________*/
.dashboard_col tr td .analyticsDashData {
    font-size: 36px;
    color: var(--fte_yellow);
    text-align: left;
}

.dashboard_col tr td .analyticsDashTxt {
    font-size: 13px;
    color: var(--fte_blue);
    margin-top: -10px;
    text-align: left;
    position: absolute;
}
/*___________end_dashboard_analytics_icons_desktop___________*/

.fte-page-header > h2:nth-of-type(1) > span, .fte-page-header > h4:nth-of-type(1) > span {
    color: var(--fte_yellow);
    border-bottom: 2px solid #94d229;
}

.sub-header-h4 {
    text-transform: initial;
    text-align: left;
    margin: -12px 0 30px !important;
}

.upload_control {
    float: left;
    margin-top: 31px;
    font-size: 18px;
}

.padding {
    padding: 5px;
}