﻿.p-t-10 {
    padding-top: 10px;
}

.p-2 {
    padding: 2px;
}

.p-r-10 {
    padding-right: 10px;
}

.fg-text-small {
    font-size: 12px;
    font-weight: normal;
}

.dash-notification {
    -ms-opacity: 0.8 !important;
    opacity: 0.8 !important;
}

.report-wrapper {
    background-color: #ecf0f5;
}

.alert-slide-text {
    font-size: 16px !important;
}

.validationMessage {
    color: red;
}

.dashSelectable {
    cursor: pointer;
}

.dashNotAllowed {
    cursor: not-allowed;
}

#exportCountJumbotron, .paddedJumbo {
    padding: 15px;
}

.export-add {
    border-color: #00a65a;
}

#exportCountJumbotron .btn-app {
    height: 80px;
}

.btn-app-tall {
    height: 80px;
}

.spacer {
    margin-top: 40px; /* define margin as you see fit */
}

.ui-autocomplete-input, .ui-menu, .ui-menu-item {
    z-index: 2006;
}

.ui-autocomplete .ui-menu-item {
    padding: 10px 0px 10px 0px;
    font-weight: bold;
}

.progress-description, .info-box-text {
    white-space: normal !important;
}

.ui-autocomplete {
    max-height: 286px !important;
    overflow: auto !important;
}

.short-user-header {
    height: 80px !important;
}

.fa.icon-red {
    /*color: #dd4b39;*/
    color: #ff0000;
    color: rgba(255,0,0, 0.4);
}

.fa.icon-green {
    /*color:#00a65a;*/
    color: #008000;
    color: rgba(0,128,0, 0.4);
}

.fa.icon-black {
    color: #000000;
    color: rgba(0,0,0, 0.4);
}

.preview-notes {
    border-bottom: none 0px;
}

@media (max-width: 992px) {

    .text-xs-center-fg {
        text-align: center;
    }
}

.pad-left {
    padding-left: 3px;
}

/* inactivity styles */
#inactivity-timer {
    float: left;
    width: 125px;
    background-color: #3c8dbc;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 25px;
}

#inactivity-text {
    overflow: hidden;
    padding-top: 15px;
}

@media print {
    .print-page-break {
        page-break-after: always;
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }
}

@media (max-width: 575px) {
    #inactivity-text {
        overflow: visible;
    }
}

/* end inactivity styles */

#tab-prospectCurrentArea .fa.fa-toggle-off {
    color: #00a65a;
}

#tab-prospectCurrentArea .fa.fa-toggle-on {
    color: #00a65a;
}

#map, #agentAreaSoldMap, #agentAreaInventoryMap {
    width: 100%;
}

#agentAreaSoldMap, #agentAreaInventoryMap {
    min-height: 485px;
}

#map {
    min-height: 590px;
}

#pswd_info {
    position:absolute;
    bottom:-60px;
    bottom: -100px\9; /* IE Specific */
    right:100px;
    width:300px;
    padding:15px;
    background:#fefefe;    
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    border:1px solid #ddd;
    z-index: 999999999;
}
.pswd_info_reset {
    transform: translate(50%, 70%);
}

#pswd_info h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
}

#pswd_info::before {
    content: "\25B2";
    position:absolute;
    top:-12px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#ddd;
    text-shadow:none;
    display:block;
}

.invalid {    
    padding-left:22px;
    line-height:24px;
    color:#ec3f41;
}
.valid {    
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}

.valid .fa-times-circle-o {
    display: none;
}

.invalid .fa-check-circle-o {
    display: none;
}

#pswd_info {
    display:none;
}

.tc-header {
    font-weight:bold;
}

.tc-content {
    font-size:12px;
}

.tc-content, .tc-agree {
    padding:5px;
}

.sidebar-mini.sidebar-collapse .sidebar-box {
    display: none !important;
    -webkit-transform: translateZ(0);
}


/*.bs-wizard {
    margin-top: 40px;
}*/
/*https://bootsnipp.com/snippets/featured/form-process-steps*/
/*Form Wizard*/
.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

    .bs-wizard > .bs-wizard-step {
        padding: 0;
        position: relative;
    }

        .bs-wizard > .bs-wizard-step + .bs-wizard-step {
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
            /*color: #595959;*/
            font-size: 16px;
            margin-bottom: 5px;
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-info {
            /*color: #999;*/
            font-size: 14px;
        }

        .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
            position: absolute;
            width: 30px;
            height: 30px;
            display: block;
            /*background: #fbe8aa;*/
            background: #1B3448;
            top: 45px;
            left: 50%;
            margin-top: -15px;
            margin-left: -15px;
            border-radius: 50%;
        }

            .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
                content: ' ';
                width: 14px;
                height: 14px;
                /*background: #fbbd19;*/
                background: #0398e6;
                border-radius: 50px;
                position: absolute;
                top: 8px;
                left: 8px;
            }

        .bs-wizard > .bs-wizard-step > .progress {
            position: relative;
            border-radius: 0px;
            height: 8px;
            box-shadow: none;
            margin: 20px 0;
        }

            .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
                width: 0px;
                box-shadow: none;
                /*background: #fbe8aa;*/
                background: #1B3448;
            }

        .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
            width: 0%;
        }

        .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
            background-color: #f5f5f5;
        }

            .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
                opacity: 0;
            }

        .bs-wizard > .bs-wizard-step:first-child > .progress {
            left: 50%;
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:last-child > .progress {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
            pointer-events: none;
        }
/*************************************************************************/
/*end wizrd*/
/*************************************************************************/



/*************************************************************************/
/* Pricing options */
/*https://codepen.io/hmache/pen/vGRBEr*/
/*************************************************************************/
#price {
    text-align: center;
}

.plan {
    display: inline-block;
    margin: 10px 1%;
    font-family: 'Lato', Arial, sans-serif;
}

.plan-inner {
    background: #fff;
    margin: 0 auto;
    min-width: 280px;
    max-width: 100%;
    position: relative;
}

.entry-title {
    background: #53CFE9;
    height: 140px;
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

    .entry-title > h3 {
        background: #20BADA;
        font-size: 20px;
        padding: 5px 0;
        text-transform: uppercase;
        font-weight: 700;
        margin: 0;
    }

    .entry-title .price {
        position: absolute;
        bottom: -25px;
        background: #20BADA;
        height: 95px;
        width: 95px;
        margin: 0 auto;
        left: 0;
        right: 0;
        overflow: hidden;
        border-radius: 50px;
        border: 5px solid #fff;
        line-height: 80px;
        font-size: 20px;
        font-weight: 700;
    }

.btnPriceTable {
    padding: 3em 0;
    text-align: center;
}

    .btnPriceTable a {
        background: #323232;
        padding: 10px 30px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        text-decoration: none
    }

.price span {
    position: absolute;
    font-size: 9px;
    bottom: -15px;
    left: 30px;
    font-weight: 400;
}

.entry-content {
    color: #323232;
}

    .entry-content ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
    }

    .entry-content li {
        border-bottom: 1px solid #E5E5E5;
        padding: 10px 0;
    }

        .entry-content li:last-child {
            border: none;
        }

.hot {
    position: absolute;
    top: -7px;
    background: #F80;
    color: #fff;
    text-transform: uppercase;
    z-index: 2;
    padding: 2px 5px;
    font-size: 9px;
    border-radius: 2px;
    right: 10px;
    font-weight: 700;
}

.basic .entry-title {
    background: #75DDD9;
}

    .basic .entry-title > h3 {
        background: #44CBC6;
    }

.basic .price {
    background: #44CBC6;
}

.standard .entry-title {
    background: #4484c1;
}

    .standard .entry-title > h3 {
        background: #3772aa;
    }

.standard .price {
    background: #3772aa;
}

.ultimite .entry-title > h3 {
    background: #DD4B5E;
}

.ultimite .entry-title {
    background: #F75C70;
}

.ultimite .price {
    background: #DD4B5E;
}

/*************************************************************************/
/*end pricing options*/
/*************************************************************************/

.img-enhance-option, .img-update-card, .img-no-card {
    height: 300px;
}

.img-enhance-review, .img-enhance-complete {
    height: 350px;
}

.img-enhance-loading {
    height: 575px;
}

@media (max-width: 576px) {
    .fg-hide-s {
        display: none !important;
    }    

    .img-enhance-option {
        height: 240px;
    }

    .img-update-card {
        height: 200px;
    }

    .img-no-card {
        height: 250px;
    }

    .img-enhance-oops {
        height: 175px;
    }

    .img-enhance-loading {
        height: 200px;
    }

    .img-enhance-review, .img-enhance-complete {
        height: 250px;
    }
}

@media (max-width : 480px) {
    .fg-hide-xs {
        display: none !important;
    }   

    .img-enhance-option {
        height: 240px;
    }

    .img-update-card {
        height: 200px;
    }

    .img-no-card {
        height: 250px;
    }

    .img-enhance-oops {
        height: 175px;
    }

    .img-enhance-loading {
        height: 200px;
    }

    .img-enhance-review, .img-enhance-complete {
        height: 250px;
    }
}

.json-string {
    color: green;
}

.json-number {
    color: darkorange;
}

.json-boolean {
    color: blue;
}

.json-null {
    color: magenta;
}

.json-key {
    color: red;
}

.export-tip-text {
    opacity: 0;
    background-color: #0398E6;
    color: white;
    padding: 5px;
    margin-right: 100px;
    transition: opacity 1s;
}

.arrow-up-export-tip {
    opacity: 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #0398E6;
    transition: opacity 1s;
}

.export-tip:hover .export-tip-text {
    opacity: 1;
}

.export-tip:hover .arrow-up-export-tip {
    opacity: 1;
}

.polygon-name {
    cursor: pointer;
}

.polygon-name:hover {
    color: #009efb;
    transition: .2s ease;
}

.dropdown-btn {
    font-size: 16px; 
    color: black;
}

/* Popover https://codepen.io/chocochip/pen/zYxMgRG */
.fg-popover-title {    
    text-decoration: none;    
    text-align: center;    
}

.fg-popover-wrapper {
    position: relative;    
    display: inline-block;
}

.fg-popover-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -140px;
    transform: translate(0, 5px);
    background-color: #0398E6;
    color: white;
    padding: 1.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    width: auto;
}

    .fg-popover-content:before {
        position: absolute;
        z-index: -1;
        content: "";
        right: calc(50% - 10px);
        top: -8px;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #0398E6 transparent;
        transition-duration: 0.3s;
        transition-property: transform;
    }

.fg-popover-wrapper:hover .fg-popover-content {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(0, 10px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.fg-popover-message {
    text-align: center;
}
/* END Popover https://codepen.io/chocochip/pen/zYxMgRG */
