﻿
.behavior {
    height: 30px;
    text-align: right;
}

.benchmark-star {
    text-align: right;
    font-size: 30px;
    color: #ffcc00;
    display: inline;
}

.borderless td, .borderless th {
    border: none;
}

.lightShadow {
    box-shadow: 0px 5px 7px -7px #000;
}

.mediumShadow {
    box-shadow: 0px 5px 10px -10px #000;
}

.panel {
    box-shadow: 0px 5px 7px -10px #000 !important;
}

.panel-benchmark {
    box-shadow: 0px 12px 17px -10px #000 !important;
}

.panel-no-benchmark {
    box-shadow: 0px 0px 0px 0px !important;
}

.radiotext label {
    cursor: pointer;
}

.textBold {
    font-weight: bold;
}

.whisperShadow {
    box-shadow: 0px 5px 7px -10px #000;
}

.pradco-error-red {
    color: #C80000;
}

.required::after {
    content: " *";
    font-weight: bold;
    color: #C80000;
}

/*Start menu cosmetic styles:*/
.menu {
    border: 1px solid #bbb;
    background: #eee;
    background: -webkit-linear-gradient(to bottom, #fff 0%, #e5e5e5 100px, #e5e5e5 100%);
    background: linear-gradient(to bottom, #fff 0%, #e5e5e5 100px, #e5e5e5 100%);
    border-radius: 3px;
    box-shadow: 1px 1px 4px rgba(0,0,0,.2);
    opacity: 0;
    -webkit-transform: translate(0, 15px) scale(.95);
    transform: translate(0, 15px) scale(.95);
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
    pointer-events: none;
}

.menu-btn {
    background: none;
    line-height: normal;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;    
    color: #444;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-align: left;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    border-radius: 3px;
}

    .menu-btn::-moz-focus-inner, .menu-btn::-moz-focus-inner {
        border: 0;
    }

.menu-item:hover > .menu-btn {
    color: #fff;
    outline: none;
    background-color: #2E3940;
    background: -webkit-linear-gradient(to bottom, #5D6D79, #2E3940);
    background: linear-gradient(to bottom, #5D6D79, #2E3940);
    border: 1px solid #2E3940;
}

.menu-item.disabled {
    opacity: .5;
    cursor: not-allowed;
}

    .menu-item.disabled .menu-btn {
        pointer-events: none;
    }

.menu-separator {
    border-bottom: 1px solid #fff;
    background-color: #aaa;
}

.menu-item.submenu::after {
    content: "";    
    border: 5px solid transparent;
    border-left-color: #808080;
}

.menu-item.submenu:hover::after {
    border-left-color: #fff;
}

/*End  menu styles:*/

.pradcoOverlay {
    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.1); /* Black background with opacity */
    z-index: 10; /* Specify a stack order in case you're using a different order for other elements */
}

/*Start Progress Spinner*/

.pradcoProgressSpinnerDiv {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
    z-index: 12;
}

.lds-spinner {
    /*color: official;*/
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}
    .lds-spinner div:after {
        content: " ";
        display: block;
        position: absolute;
        top: 3px;
        left: 37px;
        width: 6px;
        height: 18px;
        border-radius: 20%;
        background: #2E3940;
    }
.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}



/*End Progress Spinner*/

.pradco-semi-bold {
    font-weight: 600;
}

.pradco-semi-bold-print {
    font-weight: 500;
}

.pradco-bold {
    font-weight: 700;
}

.pradco-score-low {
    color: #F2672A;
}

.pradco-score-moderate {
    color: #7890c9;
}

.pradco-score-high {
    color: #00436B;
}

.pradco-score-below-avg {
    color: #d5d5d5;
}

.pradco-dof-poor {
    background-color: #F2672A;
}

.pradco-dof-marginal {
    background-color: #d5d5d5;
    color: black;
}

.pradco-dof-good {
    background-color: #7890c9;
}

.pradco-dof-strong {
    background-color: #00436B;
}

.deactivated td > a {
    opacity: .5 !important;
}

.dropdown-menu > li > span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
    cursor: pointer;
}

.dropdown-menu > li > span:hover,
.dropdown-menu > li > span:focus {
  text-decoration: none;
  color: #262626;
  background-color: whitesmoke;
}