﻿/* Move down content because we have a fixed navbar that is 50px tall */
/*body {
    padding-top: 50px;
    padding-bottom: 20px;
    position: fixed;
    overflow-y: scroll;
    width: 100%;
}
*/
i {
    width: 32px;
    height: 32px;
    padding: 2px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}


/* Responsive: Portrait tablets and up */
/*@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}*/

.collapsed{
    width: unset !important;
}

.notshown {
    display:none !important;
}

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

.fa-md{
    font-size:10px !important;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

.tbicon {
    width: 16px;
    height: 16px;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    /*margin-bottom: 40px;*/
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-fixed-top {
    position: fixed;
    top: 0;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 50px;
    max-width: 50px;
    background: #4c4c4c;
    background: -moz-linear-gradient(left, #4c4c4c 0%, #595959 15%, #666666 31%, #474747 52%, #2c2c2c 75%, #000000 89%, #131313 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #4c4c4c), color-stop(15%, #595959), color-stop(31%, #666666), color-stop(52%, #474747), color-stop(75%, #2c2c2c), color-stop(89%, #000000), color-stop(100%, #131313));
    background: -webkit-linear-gradient(left, #4c4c4c 0%, #595959 15%, #666666 31%, #474747 52%, #2c2c2c 75%, #000000 89%, #131313 100%);
    background: -o-linear-gradient(left, #4c4c4c 0%, #595959 15%, #666666 31%, #474747 52%, #2c2c2c 75%, #000000 89%, #131313 100%);
    background: -ms-linear-gradient(left, #4c4c4c 0%, #595959 15%, #666666 31%, #474747 52%, #2c2c2c 75%, #000000 89%, #131313 100%);
    background: linear-gradient(to right, #4c4c4c 0%, #595959 15%, #666666 31%, #474747 52%, #2c2c2c 75%, #000000 89%, #131313 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=1 );
    color: #fff;
    transition: all 0.3s;
    position: fixed;
    top: 40px;
    left: 0;
    height: 100vh;
    z-index: 1000;
}

    #sidebar.active {
        min-width: 250px;
        max-width: 250px;
    }

        #sidebar.active .sidebar-header h3 {
            display: block;
        }

        #sidebar.active .CTAs {
            display: block;
        }

        #sidebar.active .sidebar-header strong {
            display: none;
        }

    #sidebar ul li a {
        padding: 0px 0px 0px 10px;
        text-align: left;
    }

    #sidebar.active ul li a {
        padding: 0px 0px 0px 10px;
        font-size: 1.0em;
    }

        #sidebar.active ul li a strong {
            display: inline-block;
            font-weight: 100;
            padding-left: 10px;
        }

        #sidebar.active ul li a i {
            font-size: 1.2em;
        }

    #sidebar.active ul ul a {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    #sidebar.active .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    #sidebar .sidebar-header {
        padding: 10px;
    }

        #sidebar .sidebar-header strong {
            display: inline-block;
            font-size: 1.0em;
            padding-left: 10px;
        }

        #sidebar .sidebar-header h3 {
            display: none;
        }

    #sidebar .input-group-append {
        margin-left: 5px;
    }

    #sidebar .input-group-text {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    #sidebar.active .input-group-append {
        margin-left: -1px;
    }

    #sidebar.active .input-group-text {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    #sidebar .block-box {
        display: none;
    }

    #sidebar.active .block-box {
        display: inline-block;
    }

    #sidebar ul.components {
        padding: 10px 0;
        border-bottom: 1px solid #ffffff;
    }

    #sidebar ul li a {
        padding: 0px 0px 0px 10px;
        font-size: 1.0em;
        display: block;
    }

        #sidebar ul li a:hover {
            color: #676767;
            background: #131313;
            background: -moz-linear-gradient(left, #131313 0%, #000000 11%, #2c2c2c 25%, #474747 48%, #666666 69%, #595959 85%, #4c4c4c 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, #131313), color-stop(11%, #000000), color-stop(25%, #2c2c2c), color-stop(48%, #474747), color-stop(69%, #666666), color-stop(85%, #595959), color-stop(100%, #4c4c4c));
            background: -webkit-linear-gradient(left, #131313 0%, #000000 11%, #2c2c2c 25%, #474747 48%, #666666 69%, #595959 85%, #4c4c4c 100%);
            background: -o-linear-gradient(left, #131313 0%, #000000 11%, #2c2c2c 25%, #474747 48%, #666666 69%, #595959 85%, #4c4c4c 100%);
            background: -ms-linear-gradient(left, #131313 0%, #000000 11%, #2c2c2c 25%, #474747 48%, #666666 69%, #595959 85%, #4c4c4c 100%);
            background: linear-gradient(to right, #131313 0%, #000000 11%, #2c2c2c 25%, #474747 48%, #666666 69%, #595959 85%, #4c4c4c 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#4c4c4c', GradientType=1 );
        }

        #sidebar ul li a strong {
            display: none;
        }

    #sidebar ul li.active > a,
    a[aria-expanded="true"] {
        color: #fff;
        background: #131313;
        background: -moz-linear-gradient(left, #131313 0%, #000000 11%, #2c2c2c 25%, #474747 48%, #666666 69%, #595959 85%, #4c4c4c 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #131313), color-stop(11%, #000000), color-stop(25%, #2c2c2c), color-stop(48%, #474747), color-stop(69%, #666666), color-stop(85%, #595959), color-stop(100%, #4c4c4c));
        background: -webkit-linear-gradient(left, #131313 0%, #000000 11%, #2c2c2c 25%, #474747 48%, #666666 69%, #595959 85%, #4c4c4c 100%);
        background: -o-linear-gradient(left, #131313 0%, #000000 11%, #2c2c2c 25%, #474747 48%, #666666 69%, #595959 85%, #4c4c4c 100%);
        background: -ms-linear-gradient(left, #131313 0%, #000000 11%, #2c2c2c 25%, #474747 48%, #666666 69%, #595959 85%, #4c4c4c 100%);
        background: linear-gradient(to right, #131313 0%, #000000 11%, #2c2c2c 25%, #474747 48%, #666666 69%, #595959 85%, #4c4c4c 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#4c4c4c', GradientType=1 );
    }

a[data-toggle="collapse"] {
    position: relative;
}

/*
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
*/

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #666666;
}

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #676767;
}

a.article,
a.article:hover {
    background: #666666 !important;
    color: #fff !important;
}

/* ---------------------------------------------------x
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
}

.gone{
    display: none;
}

.svgFadeInAndOut {
    -webkit-animation: fadeinout 0.5s linear infinite;
    animation: fadeinout 0.5s linear infinite;
    opacity: 0;
}
@-webkit-keyframes fadeinout { 50% { opacity: 1; } }
@keyframes fadeinout { 50% { opacity: 1; } }

#overlay {
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 101; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }

#sidebar .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    #sidebar.active {
        margin-left: 0 !important;
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }

        #sidebar ul li a span {
            font-size: 0.85em;
        }

        #sidebar ul li a i {
            /*margin-right: 0;*/
            font-size: 1.0em;
            display: inline-block;
        }

    #sidebar .CTAs {
        display: none;
    }

    #sidebar ul ul a {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    #sidebarCollapse span {
        display: none;
    }
}

.wrap {
    background: #5c6269;
    padding: 1px;
    border-radius: 1rem !important;
}

.toggle_radio {
    position: relative;
    background: rgba(255,255,255,.1);
    margin: 4px auto;
    overflow: hidden;
    padding: 0 !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    height: 26px;
    width: 138px;
}

    .toggle_radio > * {
        float: left;
        padding: 0px;
        margin: 0px 0px 2px 0px;
    }

    .toggle_radio input[type=radio] {
        display: none;
        /*position: fixed;*/
    }

    .wrap label, .toggle_radio label {
        font: 70%/1.618 "Calibri";
        color: rgba(255,255,255,.9);
        z-index: 0;
        display: block;
        width: 40px;
        height: 20px;
        margin: 3px 3px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        cursor: pointer;
        z-index: 1;
        /*background: rgba(0,0,0,.1);*/
        text-align: center;
        /*margin: 0 2px;*/
        /*background: blue;*/ /*make it blue*/
    }

.toggle_option_slider1, .toggle_option_slider2 {
    /*display: none;*/
    /*background: red;*/
    width: 40px;
    height: 20px;
    position: absolute;
    top: 3px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.ui-dialog-titlebar-gone { display: none; }

#alpha50:checked ~ .toggle_option_slider1 {
    background: rgba(255,255,255,.3);
    left: 3px;
}

#alpha75:checked ~ .toggle_option_slider1 {
    background: rgba(255,255,255,.3);
    left: 49px;
}

#alpha100:checked ~ .toggle_option_slider1 {
    background: rgba(255,255,255,.3);
    left: 95px;
}

#spread0:checked ~ .toggle_option_slider2 {
    background: rgba(255,255,255,.3);
    left: 3px;
}

#spread5:checked ~ .toggle_option_slider2 {
    background: rgba(255,255,255,.3);
    left: 49px;
}

#spread10:checked ~ .toggle_option_slider2 {
    background: rgba(255,255,255,.3);
    left: 95px;
}


/* Palette Dialog */
.palettes-sidebar_scroller .palette {
    margin-bottom: 10px
}

.palettes-sidebar_scroller {
    background: #f7f7f8;
    height: calc(100% - 200px);
    overflow: auto;
    padding: 14px
}

    .palettes-sidebar_scroller::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background: #f7f7f8
    }

    .palettes-sidebar_scroller::-webkit-scrollbar-thumb {
        background: #b1b0b5;
        border-style: solid;
        border-color: #f7f7f8;
        transition: all .15s ease
    }

        .palettes-sidebar_scroller::-webkit-scrollbar-thumb:hover {
            background: #7d7c83
        }

        .palettes-sidebar_scroller::-webkit-scrollbar-thumb:vertical {
            border-width: 5px 5px 5px 0
        }

        .palettes-sidebar_scroller::-webkit-scrollbar-thumb:horizontal {
            border-width: 0 5px 5px
        }

.palette {
    will-change: height,margin,opacity
}

.palette {
    background: #fff;
    border-radius: 6px;
    box-shadow: inset rgba(0,0,0,.11) 0 0 0 1px;
    display: block;
    overflow: hidden;
    height: auto;
    opacity: 1;
    transition: all .5s ease
}

.palette_colors {
    display: flex;
    width: 100%;
    height: 45px
}

    .palette_colors div {
        box-shadow: inset rgba(0,0,0,.08) 0 1px,inset rgba(0,0,0,.08) 0 -1px;
        flex-grow: 1;
        cursor: pointer;
        position: relative
    }

        .palette_colors div:first-child {
            border-radius: 6px 0 0;
            box-shadow: inset rgba(0,0,0,.08) 1px 1px,inset rgba(0,0,0,.08) 0 -1px
        }

        .palette_colors div:last-child div::first-line {
            border-radius: 0 6px 0 0;
            box-shadow: inset rgba(0,0,0,.08) -1px 1px,inset rgba(0,0,0,.08) 0 -1px
        }

.palette_info {
    position: relative
}

.palette_text {
    color: #4b4a4f;
    font-size: 10px;
    padding: 0 10px;
    line-height: 20px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 30px)
}

.palette_more-btn {
    position: absolute;
    right: 10px;
    top: 0;
    height: 20px;
    line-height: 18px;
    font-size: 18px;
    opacity: 1
}

    .palette_more-btn i {
        height: 20px
    }

html.no-touchevents .palette_more-btn {
    opacity: 0
}

    html.no-touchevents .palette:hover .palette_more-btn, html.no-touchevents .palette_more-btn.is-hover, html.no-touchevents .palette_more-btn.is-popover-active {
        opacity: 1
    }

.link--secondary {
    color: #646369
}

    .link--secondary.is-hover, .link--secondary:hover {
        color: #000
    }

    .link--secondary:active {
        color: #000 !important
    }

    .link--secondary.is-active {
        color: #06f !important
    }

    .link--secondary.is-popover-active {
        color: #000 !important
    }

    .link--secondary.is-disabled {
        color: #d8d8da !important
    }

.palette_more-btn {
    position: absolute;
    right: 10px;
    top: 0;
    height: 20px;
    line-height: 18px;
    font-size: 18px;
    opacity: 1
}

    .palette_more-btn i {
        height: 20px
    }

html.no-touchevents .palette_more-btn {
    opacity: 0
}

    html.no-touchevents .palette:hover .palette_more-btn, html.no-touchevents .palette_more-btn.is-hover, html.no-touchevents .palette_more-btn.is-popover-active {
        opacity: 1
    }

    html.no-touchevents .palette_more-btn.is-popover-active {
        opacity: 1
    }

.palette_image {
    display: flex;
    width: 100%;
    height: 45px
}

    .palette_image:active {
        display: flex;
    }
/* Palette Dialog End */

.fillViewPort {
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    padding:0px;
    margin:0px;
    max-height:100vh;
    max-width:100vw;
}

.toggle, .toggle-on, .toggle-off, .toggle-handle { border-radius: 10rem !important; }

.toolPickFloat {
    position: absolute;
    max-height: 90px;
    max-width: 208px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: small;
    font-weight:300;
    border-radius: 5%;
    border: 1px solid black;
    background-color: white;
    z-index: 150;
    overflow:hidden;
    padding: 2px;
    margin: 0px;
}

.ui-dialog {
    border-radius: 5px !important;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: 0px 0px 0px 10px !important;
        background-color: slategray;
        background: linear-gradient(180deg, rgba(238,238,238,1) 0%, rgba(170,170,170,1) 20%, rgba(0,0,0,1) 100%);
    }

    .ui-dialog .ui-dialog-titlebar-min {
        position: absolute;
        right: 2em;
        width: 20px;
        margin: 0 0 0 0;
        padding: 1px;
        height: 20px
    }

    .ui-dialog .ui-dialog-titlebar-help {
        position: absolute;
        right: 4em;
        width: 20px;
        margin: 0 0 0 0;
        padding: 1px;
        height: 20px
    }

.ui-dialog .ui-dialog-title {
    font-size: small;
    color: white;
}

.bg-grad-dark {
    background: rgb(238,238,238);
    background: linear-gradient(180deg, rgba(238,238,238,1) 0%, rgba(85,85,85,1) 30%, rgba(0,0,0,1) 100%);
}

.bg-grad-grey {
    background: rgb(238,238,238);
    background: linear-gradient(180deg, #ffffff 0%, #b1b0b5 100%);
}

.bg-transparent {
    background-color: transparent !important;
}

.ui-tooltip, .ui-tooltip-all {
    background-color:darkorange;
    color: black;
    padding: 2px;
    border-radius: 2px;
}

.ui-tooltip-content {
    font-size: x-small;
}

.card-deck {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: .5rem;
}

.load-wraper {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: rgb(211,211,211);
    z-index: 44;
    overflow: hidden;
    border-radius: 5px;
}

.activity {
    position: absolute;
    left: -45%;
    height: 100%;
    width: 45%;
    background-image: linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
    background-image: -moz-linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
    background-image: -webkit-linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
    animation: loading 1s infinite;
    z-index: 45;
}

@keyframes loading {
    0% {
        left: -45%;
    }

    100% {
        left: 100%;
    }
}
.loaderImg {
    max-height: 300px;
    width: 100%;
    object-fit: contain;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.btnsimple {
    border-top: orangered;
    border-style: ridge;
    /*box-shadow: white 0px -50px 36px -28px inset;*/
    box-shadow: rgb(255 90 90 / 15%) 0px -5px 0px 0px inset;
}
