/* START Slider-Style Checkboxes */

.menu-margin-spacer{
    margin-top: 70px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 28px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
/* END Slider-Style Checkboxes */
/* START Vue Modal*/
.modal-mask {
    position: fixed;
    /*    z-index: 9998;*/
    z-index: 50; /* Edited From Default to support tinyMCE table editor menus  */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.modal-container {
    width: 950px;
    margin: 0px auto;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
    font-family: Helvetica, Arial, sans-serif;
    overflow: auto; 
    height: auto;
    max-height: 95vh;
}

.modal-header{
    position: relative;
}

.modal-header .button-container{
    position: absolute;
    float: right;
    right: 0;    
}

.modal-header .modal-default-button{
    position: absolute;
    float: right;
    right: 0;
}

.modal-header h3 {
    margin-top: 0;
    color: #42b983;
}

.modal-body {
    margin: 20px 0;
}


.modal-enter {
    opacity: 0;
}

.modal-leave-active {
    opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/* END Vue Modal */
/*START Form Table*/

table.form_table{
    border-collapse: collapse;
    margin: 2px 0px 10px 0px;
    /*border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
    border: 2px solid #d9d9d9;
    width: 100%;
}

table.form_table tr{    
    border: 1px solid #d9d9d9;    
}

table.form_table thead tr th{
    text-align: center;
    font-weight: bold;
    vertical-align: top;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
    background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
    background-color:#f9f9f9;
    padding: 5px;
    border: 1px solid #d9d9d9;    
    border-bottom: 2px solid #d9d9d9;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 50;
}
table.form_table tbody tr td{
    text-align: left;
    vertical-align: middle;
    border: 1px solid #d9d9d9;
    padding: 2px 5px 2px 5px;
}



.form_table.sticky-left-column tbody tr td:first-of-type{
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    z-index: 99;    
    background-color: inherit !important;
    border-top: 1px solid #d9d9d9 !important;
    border-bottom: 1px solid #d9d9d9 !important;
}

.form_table.sticky-left-column tbody tr:nth-child(2n+1) td:first-of-type{
    background-color: #f5f5f5;
}

.form_table.sticky-left-column tbody tr:nth-child(2n) td:first-of-type{
    background-color: #fff;
}

table.form_table.even tr td,table.form_table.even tr th{
    width: 1%;
}

table.form_table.center-all tr td,table.form_table.center-all tr th{
    text-align: center;
}

table.form_table tbody tr:nth-child(2n+1) {
    background-color: #f5f5f5;
    width: 100%;
}
table.form_table tbody tr:nth-child(2n) {
    background-color: #fff;
    width: 100%;
}


table.form_table.paired_row  tbody tr{
    background-color: #fff !important; 
}
table.form_table.paired_row  tr:nth-child(4n-1), table.form_table.paired_row  tr:nth-child(4n){
    background-color: #f5f5f5  !important;
}

table.form_table_fixed_first_350 { 
    width: 99%; 
    margin: 0 auto; 
    table-layout:fixed;
}
.form_table_fixed_first_350 thead tr th:first-of-type, 
.form_table_fixed_first_350 tbody tr td:first-of-type {
    width: 350px;
}
.form_table_fixed_first_350 thead tr th:not(:first-of-type), 
.form_table_fixed_first_350 tbody tr td:not(:first-of-type) {
    width: 50%;
}

/*END Form Table*/

.edit-icon{
    cursor: pointer;
}
/*  START Vue-Draggable Styles */
.fade-enter-active, .fade-leave-active {
    transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
    opacity: 0;
}
/*  END Vue-Draggable Styles */
/* dot-field banner */


#logo-wrapper{
    width: 100%;
}

#logo-wrapper .banner-logo{
    top: 0px;
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
}

/* START concurrency notification:  Used to display the views of who else is on a given page */
#concurrency-notifier{
    position: fixed;
    left: 0px;
    bottom: 0px;
    background-color: #ccc;
    border-top-right-radius: 5px;
    padding: 3px;
    color: #123456;
}
/* END concurrency notification */

/* START tooltip styles http://www.menucool.com/tooltip/css-tooltip */
.extra-info {
    display:inline-block;
    position:relative;
    /*                border-bottom:1px dotted #666;*/
    color: #48734d;
    font-weight: bold;
    text-align:left;
}

.extra-info.extra-info-wide .top, .extra-info.extra-info-wide .bottom { 
    min-width:550px; 
}
.extra-info.extra-info-slight-wide .top, .extra-info.extra-info-slight-wide .bottom { 
    min-width:300px; 
}
.extra-info .top {
    min-width:250px; 
    max-width: 350px;
    white-space: break-spaces;
    top:-20px;
    left:50%;
    transform:translate(-50%, -100%);
    padding:10px 20px;
    color:#444444;
    background-color:#EEEEEE;
    font-weight:normal;
    font-size:13px;
    border-radius:8px;
    position:absolute;
    z-index:1000;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
}

.extra-info:hover .top {
    display:block;
}

.extra-info .top i {
    position:absolute;
    top:100%;
    left:50%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}

.extra-info .top i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color:#EEEEEE;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}
/* */
.extra-info {
    display:inline-block;
    position:relative;
    border-bottom:1px dotted #666;
    text-align:left;
}

.extra-info h3 {
    margin: .25em 0 !important;
}

.extra-info .bottom {
    min-width:200px;
    /*max-width:400px;*/
    top:40px;
    left:50%;
    transform:translate(-50%, 0);
    padding:20px;
    color:#666666;
    background-color:#EEEEEE;
    font-weight:normal;
    font-size:13px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
}

.extra-info:hover .bottom {
    display:block;
}

.extra-info .bottom img {
    width:400px;
}

.extra-info .bottom i {
    position:absolute;
    bottom:100%;
    left:50%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}

.extra-info .bottom i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,50%) rotate(45deg);
    background-color:#EEEEEE;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}


/* END tooltip styles */

.page-break-after{
    page-break-after:always;
}

.page-break-after:only-of-type{
    page-break-after:always !important;
}

.page-break-after:last-of-type{
    page-break-after:avoid;
}

.continued-pages-note{
    display: none;
}
.important-note{
    color: #990000;
}

.scoring-decision-section, .report-section{
    margin-top: 1em;
}













.dropbox {
    outline: 2px dashed grey; /* the dash box */
    outline-offset: -10px;
    background: lightcyan;
    color: dimgray;
    padding: 10px 10px;
    min-height: 100px; /* minimum height */
    position: relative;
    cursor: pointer;
    text-align: center;
}

.input-file {
    opacity: 0; /* invisible but it's there! */
    width: 100%;
    height: 100px;
    position: absolute;
    cursor: pointer;
}

.dropbox:hover {
    background: lightblue; /* when mouse over to the drop zone, change color */
}

.dropbox p {
    font-size: 1.2em;
    text-align: center;
    padding: 10px 0;
}

/* ************************************************************ */
.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% { 
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% { 
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}
/*
Markup:
 <div class="spinner">
    <div class="rect1"></div>
    <div class="rect2"></div>
    <div class="rect3"></div>
    <div class="rect4"></div>
    <div class="rect5"></div>
</div>
*/
/* ************************************************************ */