/*Custom CSS goes here*/
.morris-hover {
	position: absolute;
	z-index: 1000
}

.morris-hover.morris-default-style {
	border-radius: 10px;
	padding: 6px;
	color: #666;
	background: rgba(255, 255, 255, 0.8);
	border: solid 2px rgba(230, 230, 230, 0.8);
	font-family: sans-serif;
	font-size: 12px;
	text-align: center
}

.morris-hover.morris-default-style .morris-hover-row-label {
	font-weight: bold;
	margin: 0.25em 0
}

.morris-hover.morris-default-style .morris-hover-point {
	white-space: nowrap;
	margin: 0.1em 0
}

.fontawesomeicons i, .fontawesomeicons h4 {
	color: #000000 !important;
}

#qunit-tests .badge {
	font-size: 1.5em !important;
}

.specialrichtext .ql-toolbar-container i {
	margin-right: 5px !important;
	width: 11px !important;
}

/* Notes/discussion log */
.discussion-timeline {
    position: relative;
    float: left;
    /* width: 760px; */
}
.discussion-timeline::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 79px;
    z-index: -1;
    display: block;
    width: 2px;
    content: "";
    background-color: #f3f3f3;
}

.timeline-comment-wrapper {
    position: relative;
    padding-left: 64px;  /*  0px 560w */
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.timeline-initials {
	z-index: 100;
    width: 48px;
    height: 48px;
    position: relative;	
}
.timeline-comment-wrapper>.timeline-comment::after, .timeline-comment-wrapper>.timeline-comment::before, .timeline-new-comment .timeline-comment::after, .timeline-new-comment .timeline-comment::before {
    position: absolute;
    top: 11px;
    right: 100%;
    left: -16px;
    display: block;
    width: 0;
    height: 0;
    pointer-events: none;
    content: " ";
    border-color: transparent;
    border-style: solid solid outset;
}
.timeline-comment-wrapper>.timeline-comment::before, .timeline-new-comment .timeline-comment::before {
    border-width: 8px;
    border-right-color: #ddd;
}

.timeline-comment-wrapper:first-child {
    margin-top: 0;
}
.timeline-comment-avatar {
    float: left;
    margin-left: -64px;
    border-radius: 3px;
}
.timeline-comment {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.timeline-comment-header {
    padding-right: 15px;
    padding-left: 15px;
    color: #767676;
    background-color: #f7f7f7;
    border-bottom: 1px solid #eee;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    /* min-height: 55px; 560w */
}
.timeline-comment-actions {
    float: right;
    margin-right: -5px;
    margin-left: 10px;
}
.timeline-comment-header-text {
    max-width: 78%;
    padding-top: 10px;
    padding-bottom: 10px;
}
strong {font-weight: 600;}
.timeline-comment-header .author {
    color: #555;
}
.timeline-comment-header .timestamp {
    color: inherit;
    white-space: nowrap;
}

.comment-body {
    width: 100%;
    padding: 15px;
    overflow: visible;
    font-size: 14px;
}


.markdown-body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1.1em;
    line-height: 1.4em;
    word-wrap: break-word;
}
.markdown-body::before {
    display: table;
    content: "";
}
.markdown-body p, .markdown-body blockquote, .markdown-body ul, .markdown-body ol, .markdown-body dl, .markdown-body table, .markdown-body pre {
    margin-top: 0;
    margin-bottom: 16px;
}
.markdown-body>*:first-child {
    margin-top: 0 !important;
}
.markdown-body>*:last-child {
    margin-bottom: 0 !important;
}

.markdown-body::after {
    display: table;
    clear: both;
    content: "";
}
.comment-reactions::before {
    display: table;
    content: "";
}
.comment-reactions::after {
    display: table;
    clear: both;
    content: "";
}
.discussion-item {
    position: relative;
    padding-left: 25px;
    margin: 15px 0 15px 79px;
}
.discussion-item+.discussion-item {
    padding-top: 15px;
    border-top: 1px solid #f5f5f5;
}
.discussion-item-header {
    min-height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
    color: #767676;
    word-wrap: break-word;
}
.discussion-item-header:last-child {
    padding-bottom: 0;
}
.discussion-item-icon {
    float: left;
    width: 32px;
    height: 32px;
    margin-top: -7px;
    margin-left: -40px;
    line-height: 28px;
    color: #767676;
    text-align: center;
    background-color: #f3f3f3;
    border: 2px solid #fff;
    border-radius: 50%;
    padding-top: 2px;
}

.octicon {
    display: inline-block;
    vertical-align: text-top;
    fill: currentColor;
}
.octicon {
    vertical-align: text-bottom;
}
.discussion-item-icon .octicon {
    vertical-align: text-bottom;
}
svg:not(:root) {
    overflow: hidden;
}

.avatar {
    display: inline-block;
    overflow: hidden;
    line-height: 1;
    vertical-align: middle;
    border-radius: 3px;
}
.discussion-item .author {
    font-weight: 600;
    color: #555;
}
.discussion-item .label-color {
    padding: 2px 4px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 2px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.12);
}
.discussion-item .timestamp {
    color: inherit;
    white-space: nowrap;
}

.discussion-item-header .avatar {
    float: left;
    margin-top: 2px;
    margin-right: 5px;
}
.red {color:red;}
.green {color:rgb(0,128,0);}

.discussion-timeline-actions {
    background-color: #fff;
    border-top: 2px solid #f3f3f3;
}


.form-table label {
	margin-bottom:0;
	font-size:.8em;
	font-weight:bold;
	color:gray;
	margin-right:1em;
}

.download-table {
	margin-top: 1.1em;
}
.download-table .columnClasses, .download-table .headerClass {
	padding-right:1em!important;
}



.download-table thead {
	font-size:.8em;
	color:gray;
}

.download-table .rowClasses {
	font-size:.8em;
}

/* HFC Online floating table formatting */
.form-table td {
	padding:1px .4em 0px .4em;
}
.form-table-hdr {
	background-color:#2f5496; 
    	color:white;
    	font-size: .8em;
   	font-weight: bold;
   	padding-left: .5em;
}

.form-table {
	border: solid 1px #2f5496;
    margin-bottom: 1em;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(107, 107, 107,0.5);
    -moz-box-shadow: 1px 2px 1px 0px rgba(107, 107, 107,0.5);
    box-shadow: 1px 2px 1px 0px rgba(107, 107, 107, 0.5);
    min-width: 325px;    
    background-color: #FFF;
}


.insidebar label {
	margin-right:0!important; */
}

@media (min-width: 980px) {
	.insidebar {
		min-width:220px!important;
		font-size:.9em!important;
	}
}

@media (min-width: 1200px) {
	.insidebar {
		min-width:270px!important;
		font-size:.9em!important;
	}
}

@media (max-width: 979px) and (min-width: 768px) {
	.insidebar {
		min-width: 166px;
		font-size:.8em!important;
	}
}

/* Video player controls https://codepen.io/blackjacques/pen/bgamaj */


    
    #player {
    	float:left;
    	padding:1em 1em .5em;
    	background-color:black;
      border:2px solid grey;
      border-radius: 9px;
    }
    
    #controls {
      border: 1px solid gray;
      width: 675px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      margin-top: 5px;
      padding-bottom: 3px;
      border-radius: 7px;
    }
    
    video {
    	border:1px solid gray;
    	width:675px;
    	height:400px;
    	background:black;
    }
    
    .mediaplayer {
	    position: relative;
	    height: 0;
	    width: 100%;
	    padding-bottom: 56.25%;
	    /* 16/9 */
	}
	.mediaplayer video, .mediaplayer .polyfill-video {
	    position: absolute;
	    top: 0;
	    left: 0;
	    height: 100%;
	    width: 100%;
	}


/****************************/