/**********************************************************************************************************************/
/************************************************** Sharegraph styles *************************************************/
/**********************************************************************************************************************/

#sharegraph {
	margin-bottom: 40px;
}
#target-sharegraph-wrapper {
    margin-top: -20px;
}

.flex-fill {
	flex: 1 1 auto !important;
}

#sharegraph-container {
    height: 250px;
    width: 100%;
}

/* small sharegraph */
#mini-sharegraph #sharegraph-container {
    margin: 20px auto;
    height: 150px;
    width: 500px;
}

#top-row {
	border-bottom: 1px solid #ccc;
}

#target-ticker div p {
	font-weight: bold;
	line-height: 1em;
	font-size: 1rem;
	color: #000033;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 768px) {
	font-size: 0.9rem;
}

/* Horisontal ticker *******************************************/

#horisontal-ticker {
    width: 100%;
    margin: 20px auto;
    border-collapse: collapse;
}


 #horisontal-ticker td, #horisontal-ticker th {
	 padding: 5px 10px;
	 border: 0;
 }

 #horisontal-ticker th.image {
     border-bottom: none;
 }

 #horisontal-ticker th.image img {
     width: 40px;
     margin-bottom: -28px;
     padding-right: 2px;
 }


/***************************************** Sharegraph extras ***********************************************/


#sharegraph .prev:hover, .next:hover {
    cursor: pointer !important;
}

#sharegraph .row {
    padding: 25px 15px 25px 5px;
    margin-left: 0px;
}

#sharegraph .dropdown {
    float: left;
    margin-right: 10px;
}

.sharegraph-extras .date-picker {
    float: left;
    margin-right: 10px;
    width: 160px;
}

#share-options-select li a, #share-download-options li a {
    min-width: 220px;
    color: #333;
    margin-right: 40px;
}

#share-options-select li.cision-disabled a {
    color: grey;
}
#share-options-select li.cision-disabled:hover, #share-options-select li.cision-disabled:hover a {
    cursor: default;
}

#share-options-select li .fa-check {
    display: none;
    float: right;
    margin-top: 4px;
}

#share-options-select li.selected .fa-check {
    display: inline-block;
}

#sharegraph .performance-table td:first-child {
    font-weight: 500;
}

#sharegraph .sharegraph-extras {
	margin-top: 10px;
	width: 100%;
}