﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}
*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
*/
/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #777;
    border-color: #fff
}
*/
@media (min-width: 768px) {
    .animate {
        -webkit-animation-duration: 0.6s;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.copy-icon:hover {
    font-size: 17px;
}

.copy-icon {
    color: black;
    margin-left: 10px;
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

:root{
    --pp-header-y:74px;
    --pp-sidebar-x:50px;
}

.container.body-content {
    position:relative;
}
.container-content {
    padding-left: var(--pp-sidebar-x);
}

.container-content.closed{
    padding-left: 0px;
}

.sidebar-toggle-offset{
    margin-left:30px!important;
}

.clickable{
    cursor: pointer;
}

.text-bold{
    font-weight: bold;
}

.spinner {
    padding: 10px;
    text-align: center;
}

.fa-spinner {
    cursor: default;
}

.content-background {
    background:white;
    border-radius: 0px 0px 6px 6px;
}

.form-check, .form-check-label, .form-check-input {
    cursor: pointer;
}

.radio-custom-input {
    width: 120px;
    height: 40px;
    margin-left: 10px;
    margin-top: -5px;
}

.toggle-help-icon {
    color: #5FBB46 !important;
    cursor: pointer;
    position: relative;
    /*z-index: 100;*/
    font-size: 140%;
}

.video-help {
    font-size: 35px;
    margin-left: 10px;
    color: #5FBB46 !important;
    cursor: pointer;
}

.video-help:hover {
    /*font-size: 38px;*/
    text-shadow: 0 0 3px black;
}

.support-help {
    font-size: 35px;
    margin-left: 10px;
    color: #FF6700 !important;
    cursor: pointer;
}

.support-help:hover {
    text-shadow: 0 0 3px black;
}

.help-item-bubble {
    color: #5FBB46 !important;
}

.help-item-bubble:hover {
    text-shadow: 0 0 1px black;
}

.fa-question-circle {
}

.fa-question-circle:hover {
    text-shadow: 0 0 2px black;
}

.fa-times-circle:hover {
    text-shadow: 0 0 2px black;
}

.support-icon {
    cursor: pointer;
    position: absolute;
    top: 75%;
    left: 93%;
    font-size: 40px;
    color: #5FBB46 !important;
}

.support-icon:hover {
    text-shadow: 0 0 5px #5FBB46;
    /*font-size: 45px;*/
}

.box {
    /*margin-left: -2%;
    margin-top: 20%;
    width: 16%;
    height: 90px;*/
    background-color: #5FBB46 !important;
    color: #fff;
    padding: 10px 10px 10px 20px;
    /*z-index: 1;
    position: absolute;*/
    border-radius: 5px;
}

.box.arrow-bottom {
  /*margin-bottom: -40px;*/
}

.box.arrow-bottom:after {
  content: " ";
  position: absolute;
  right: 30px;
  bottom: -15px;
  border-top: 15px solid #5FBB46;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: none;
}