/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 16, 2017
    Author     : knott
*/

@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');

.validation_warning {
    color:darkorange !important;
    font-weight: bold !important;
}

.validation_error {
    color:red !important;
    display: block !important; /*errors should be on a new line */
    margin-bottom: 0rem !important;
}

body {
    font-family: "Myriad Pro", "PT Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    /*font-weight: bold;*/
}

label {
    font-weight: bold;
}

#main {
    margin-top: 30px;
    margin-bottom: 30px;
}

.strong {
    font-weight: bold;
}

.clickable {
    cursor: pointer;
}

.overflow-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}

.drag-target {
    min-height: 31px;
    padding: 2px;
    /*border: 1px dashed #ddd;*/
}

.switch {
    cursor: pointer;
}

.switch input {
    display: none;
}

.switch input:checked + .text-muted {
    display: none;
}

.switch input:not(:checked) + .text-muted {
    display: inline;
}

.switch input:checked + .text-muted + .text-success {
    display: inline;
}

.switch input:not(:checked) + .text-muted + .text-success  {
    display: none;
}

.incompleteCircleBig {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 3px solid #b5d3e7;
    font-weight: bold;
    color: #003366;
    padding: 30px 0px;
    line-height: 0px;
    text-align: center;
}

.pastSurveyTitle {
    font-size: 18px;
    font-weight: bold;
}

.pastSurveySubmitted {
    font-size: 12px;
}

.completeViewButt {
    text-align: right;
    padding: 10px 10px;
}

.larger {
    font-size: larger;
}

.draggable {
    cursor: grab;
}

.clickable {
    cursor: pointer;
}

.benchmarks .badge {
    font-size: .75rem;
}

[v-cloak] { 
    display: none;
}

.glossarizer_replaced {
    cursor: help;
}


/*reports*/

.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f106";
    float: right; 
}
.accordion .card-header.collapsed:after {
    content: "\f107"; 
}

.accordion .card-header {
    cursor: pointer; 
}

.accordion .card-header {
    /*        padding: 7px 10px !important; */
}

.secondary-nav {
    text-align: center;
    margin: 12px 0px;
}

.secondary-nav .nav-item:hover {
    transform: scale(1.05);
    transition: transform .1s;
}

.secondary-nav .active {
    color: #b2122a !important;
}

.secondary-nav .nav-item {
    display: inline-block;
    width: 110px;
}

.secondary-nav-label {
    display: inline-block;
    font-size: 14px;
    padding-top: 10px;
    line-height: 1.25;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 12px;
    border-radius: 5px;   
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%; 
    background: #026cb6;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #026cb6;
    cursor: pointer;
}

.multiselect-container>li>a>label { 
    padding: 3px 20px 3px 10px;
}

#myFilters .form-group {
    margin-bottom: .3rem !important;
}

.long-list {
    overflow-y: auto;
    max-height: 90vh;
}

.login-alert-warning {
    padding: 20px;
    background-color: #f44336; /* Red */
    color: white;
    margin-bottom: 15px;
    font-weight: bold;
}

.btn-red {
    background-color: #d43f3a;
    color: #fff;
}

.btn-red:hover {
    background-color: #b2122a;
    color: #fff;
}

.btn-xs {
    padding: 0.125rem .25rem;
    font-size: .65rem;
    line-height: 1.25;
    border-radius: 0;
}

.recipient {
    font-size: 12px;
    white-space: nowrap;
}

.recipient:after {
    content: ", ";
}

.recipient:last-child:after {
    content: "";
}

.summary-table-separator{
    border-right: 1px black;
}

/*Upload Field Classes

input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}*/