﻿.pointer {
    cursor: pointer;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: Silver;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #32a0e5;
    }

.imageLink {
    background: rgba(255, 50, 50, 0.30);
}

.slow-rellax {
    outline: 6px solid rgba(255, 140, 18, .5);
    outline-offset: -6px;
}

.imageLink:hover {
    outline: 6px solid rgba(150, 50, 50, 0.5) !important;
    outline-offset: -6px;
}

    .imageLink:hover .linkIcon {
        display: block;
    }

.imageLinkIcon {
    background-color: rgba(0, 0, 0, 0);
}

.emags_image_container:hover .linkIcon {
    display: block;
}

.linkIcon {
    display: none;
}

.place-holder-component {
    border: 4px dashed #a8a8a8;
    border-radius: 10px;
    height: 90%;
    margin: auto;
}

.layout-example-column {
    border: 2px dashed #a8a8a8;
    border-radius: 5px;
}

.noselect {
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    user-select: none; /* Non-prefixed version, currently
								  supported by Chrome, Edge, Opera and Firefox */
}

.component{
    cursor: pointer;
}