﻿/*Changes to the app-asets css files
    ../../../app-assets/css/style.css
    #2250fc - > #CA0027

    ../images/dropdown-arrow.png>>>> /assets/media/dropdown-arrow.png
 
*/


body {
    font-family: "Libre Franklin", serif;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Libre Franklin", sans-serif;
    color: #1f1f1f;
    margin: 0;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}

select {
    font-family: "Libre Franklin", sans-serif;
    font-size: 12pt;
}

sel-opt-standard {
    font-size: 12pt;
}

#header .header-inner #logo a, #header .header-inner #logo a span, #header #header-wrap #logo a, #header #header-wrap #logo a span {
    font-family: "Libre Franklin",Arial,Helvetica,sans-serif;
    font-size: 25px !important;
    color: #1f1f1f;
    font-weight: 500;
    letter-spacing: -1.4px;
}


p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1.7;
    letter-spacing: 0;
    color: #000;
    font-family: "Libre Franklin", sans-serif;
}


a.pagelink {
    color: #17a2b8 !important;
}

    a.pagelink:link {
        color: #17a2b8 !important;
    }

    a.pagelink:visited {
        color: #17a2b8 !important;
    }

    a.pagelink:focus {
        color: #17a2b8 !important;
    }

    a.pagelink:hover {
        color: #17a2b8 !important;
    }

    a.pagelink:active {
        color: #17a2b8 !important;
    }


a.tourlink {
    color: #EBEBEB !important;
}

    a.tourlink:link {
        color: #EBEBEB !important;
    }

    a.tourlink:visited {
        color: #EBEBEB !important;
    }

    a.tourlink:focus {
        color: #EBEBEB !important;
    }

    a.tourlink:hover {
        color: #FFFFFF !important;
    }

    a.tourlink:active {
        color: #EBEBEB !important;
    }

a.disabled {
    /* Make the disabled links grayish*/
    color: gray !important;
    /* And disable the pointer events */
    pointer-events: none;
    cursor: default !important;
}

[data-notify] {
    z-index: 9999 !important;
}

/* ----------------------------------------------------------------
   Drag and Organize classes
-----------------------------------------------------------------*/
.drag-icon {
    cursor: move;
}

.ui-state-highlight {
    height: 1.5em;
    line-height: 1.2em;
    width: 20px;
}


.responsive {
    width: 100%;
    height: auto;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}



/* ----------------------------------------------------------------
   Fix for menu items outside the menu box - from 
   Inspiro Support Team
-----------------------------------------------------------------*/
.p-dropdown .p-dropdown-content, .p-dropdown ul.p-dropdown-content {
    min-width: 180px !important;
}




/* ----------------------------------------------------------------------
	Mobile Rule
-------------------------------------------------------------------------*/
@media (max-width: 767px) {
    .content-to-hide {
        display: none;
    }
}


/* ----------------------------------------------------------------
   used on pages that upload media files
-----------------------------------------------------------------*/
.clipboardclick {
    cursor: pointer;
}

.lead-image {
    width: 90px;
    height: auto;
    background: #0084B4;
    color: #FFF;
    padding: 3px 2px;
    text-align: center;
    position: absolute;
    top: 8px;
    right: 16px;
    font-size: 11px;
}

.delete-image {
    cursor: pointer;
}

/* ----------------------------------------------------------------
   Sets the style for divs displaying google maps using API calls
-----------------------------------------------------------------*/
.map-holder {
    height: 400px;
}