@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url('https://fonts.googleapis.com/css?family=Open+Sans');
}

.panel {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #464646;
    padding: 10px !important;
    background-color: #ffffff;
}

.tooltip-copy {
    display: none !important;
    white-space: nowrap;
    width: 280px;
}

.fixed-copy {
    position: fixed;
    bottom: 5px; left: 0; right: 0;
    max-width: 256px;
    margin: auto !important;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.fixed-copy.hideOnScroll {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.tooltip-copy.tether-enabled {
    display: block !important;
}

@media only screen and (max-width: 768px) {
    .tooltip-copy,
    .tooltip-copy.tether-enabled {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) {
    .fixed-copy {
        display: none !important;
    }
}

.panel__button {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border:none;
    font-size: 16px;
    cursor: pointer;
    outline: none;
}
.panel__button.copy {
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;

    background-color: #0AEEA2;
    position: relative;
    min-width: 100px;
    min-height: 35px;
    line-height: 35px;
}

.panel__button.copy:hover {
    background-color: #3CFFBE;
}

.panel__button.print {
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;

    background-color: #3AC5EF;
}

.panel__button.print:hover {
    background-color: #2FDEFD;
}

.tooltip-copy:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-width: 18px;
    border-style: solid;
}

.tooltip-copy:before {
    top: -25px;
    left: 0;
    right: 0;
    width: 18px;
    margin: auto;
    border-left-color: #ffffff;
    transform: rotate(-90deg);
}


.panel__button label {
    pointer-events: none;
    padding-left: 5px;
    padding-right: 5px;
    color: #ffffff;
}

.panel__button.copy label {
    position: absolute;
    right:0; top:0; bottom:0;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.panel .panel__button-copied .icon {
    vertical-align: baseline;
}

/* Not Copied */
.panel__button .panel__button-copy {
    opacity: 1;
    left: 0px;
}
.panel__button .panel__button-copied {
    opacity: 0;
    left: 10px;
}

/* Copied */
.panel__button.copied .panel__button-copy {
    opacity: 0;
}
.panel__button.copied .panel__button-copied {
    opacity: 1;
    left: 0;
}

.panel .icon {
    display: inline-block !important;
    vertical-align: middle;
}

.panel .icon.svg-desktop {
    display: inline-block !important;
    position: absolute;
    bottom: 16px;
    height: 24px;
    width: 30px;
    fill: #464646;
    left: 246px;
}

.icon.svg {
    display: inline !important;
    position: absolute;
    height: 24px;
    width: 30px;
    top: 15px;
    right: 4px;
    fill: #464646;
}

.has-drop-shadow {
    -webkit-box-shadow: -2px 1px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: -2px 1px 5px 0px rgba(0,0,0,0.25);
    box-shadow: -2px 1px 5px 0px rgba(0,0,0,0.25);
}

.has-rounded-corners {
    /* Top left */
    border-top-left-radius: 4px;
    moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;

    /* Top right */
    border-top-right-radius: 4px;
    moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;

    /* Bottom right */
    border-bottom-right-radius: 4px;
    moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;

    /* Bottom left */
    border-bottom-left-radius: 4px;
    moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
}

.panel.print {
    display: block !important;
}

.panel__button.copy {
    display: initial !important;
}

.panel__button.print {
    min-width: 80px;
    display: initial !important;
}

.tooltip-copy__desktop-para {
    display: inline;
    position: absolute;
    top: 15px;
    margin-top: 0;
    margin-bottom: 0;
    left: 118px;
}

.tooltip-copy__mobile-para {
    display: inline !important;
    position: absolute;
    top: 0px;
    left: 118px;
}

@media only screen and (max-width: 768px) {
    .panel.print {
        display: none !important;
    }
}

@media print {
    .panel.tooltip-copy,
    .panel.fixed-copy,
    .panel.print  {
        display: none !important;
    }
}
