/* to override Bootstrap styles for some things */


/* colors used:
dark blue 	#003a6e
red 		#cc1616
white 		#fff
*/

.space-above {
	margin-top: 20px;
	padding-top: 20px;
}

.blocker {
	display: block;
}

*{
	font-family: 'Muli',"Helvetica Neue", Arial, sans-serif;
}

/* General */
body {
	background: url("../img/Medasense background.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
	color: #fff;
	margin: 0 auto;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-size: 16px;
	font-family: 'Muli',"Helvetica Neue", Arial, sans-serif;
	min-height: 100vh;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bcbcc0;
}

.container {
	width: 100%;
	margin: 0 auto;
}

.form {
	width: 100%;
	display: block;
}

#main-block{
	width: 100%;
	display: block;
}
.page-wrap {
	min-height:100vh;
	min-width: 100%;
	position: relative;
}

/* Position */
body{
	/* Position and center the image to scale nicely on all screens */
	background-size: cover;
	position: relative;
}

p{
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

.headline {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
}

.center{
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translate(-50% ,-50%);
}

.first-page-align{
	left: 50%;
	transform: translate(-50%, -50%);
}

.bottom {
	bottom: 20px;
	position: absolute;

}

.center-form-page{
	margin: 0;
/*	position: absolute;*/
	-ms-transform: translate(-50% ,-50%);
}

#graph-preview-section{
	position: relative;
	margin: 0 auto;
}

#ann-list-section{
	display: flex;
	margin-left: 30px;
}

#edit-graph{
/*	position: relative;
*/	margin: 0 auto;
overflow: hidden;
}


.update-button{
	position: relative;
	float:right;
}

.title-one-line , .info-one-line{
	margin-left: 11px;
}

#user-form{
	overflow:hidden;
	    width: fit-content;
    position: relative;
	margin-left: 30px;
}

#weight{
    width: 87px;
}

.form-col{
    display: inline-grid;
}
.form-col1{
    display: inline-grid;
}

.column{
	float: left;
	width: 450px;
	margin: 20px;
	height: 400px;
}

.column.p70{
	width: 100%;
}

.column.p30{
	width: 30%;
	height: 200px;
}

.twa-number {
    font-size: 60px;
    text-shadow: -3px -1px 6px black;
    text-align: center;
    display: block;
    padding: 10px 0 0 0;
}

.twa_text {
    font-size: 15px;
    text-shadow: -1px -0.3px 1px black;

}

.conclusion{
	overflow: initial;
	margin: 10px;
}

.prev-nxt-buttons{
	font-size:16px;
	width: fit-content;
	display: inline-table;
	float: right;
	margin-right: 62px;
}

.overview{
	display: inline-table;
	float: left;
	margin-left: 70px;
}

#prev_btn, #home_btn, #next_btn, .btn {
	padding: 6px 10px;
	border-radius: 100px 100px 100px 100px;

}

.disabled{
  color: #666666;
}

#next_btn.disabled:hover, #prev_btn.disabled:hover{
  	cursor:no-drop;
  	font-weight: normal;
  	color: #666666;
	box-shadow: none;
}

#prev_btn:hover, #home_btn:hover, #next_btn:hover, .logout:hover,.btn:hover{
	font-weight: bold;
	color: #cc1616;
	cursor: pointer;
	box-shadow: inset 0px 0px 5px #c1c1c1;
}

.prev-nxt-sign{
	font-size: 30px;
	padding: 0px 8px;
	font-weight: bold;
}

.ann-add-rmv{
	width: fit-content;
	height: fit-content;
	margin-top: 15%;
}
.checkbox, label:hover {
 	cursor:pointer;
}

.annotations_list{
	height: 250px;
    width: 90%;
    font-size: 16px;
}

.annotations_list:hover{
	cursor: pointer;
}

/* Typography */

h1, h2 ,h3{
	color: #fff;
	font-size: 40px;
	font-weight: normal;
	line-height: 44px;
	font-family: 'Muli',"Helvetica Neue", Arial, sans-serif;

}

h2 {
	font-size: 30px;
	text-align: center;
	text-shadow: -3px -1px 6px black;
	background: rgba(20, 20, 20, 0.3);
    border-radius: 15px 15px 0 0;
    padding: 10px;
}

h3 {
	font-size: 20px;
}

h4 {
	text-shadow: 0 0 5px black;
	letter-spacing: 1px;
	font-size:20px;
}

/* Tooltip text */
.tooltiptext {
  visibility: hidden;
  width: 130px;
  font-size: 13px;
  background-color: rgba(255, 255, 255, 0.36);
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;/* Position the tooltip text */
  z-index: 1;
}

#remove_annotation .tooltiptext{
/* top tooltip*/
    bottom: 22.5%;
    left: 50%;
    margin-left: -90px;
}

#add_annotation .tooltiptext {
 /* buttom tooltip */
    top: 87%;
    left: 50%;
    margin-left: -90px;
}

/* Show the tooltip text when you mouse over the tooltip container */
#remove_annotation:hover .tooltiptext,
#add_annotation:hover .tooltiptext {
  visibility: visible;
}

.remove_annotation .tooltiptext::after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

/* Header */

/* Hero */

#hero {
	/*position: fixed;*/
	background: #fff;
	top:10;
	width: 100%;
	height: 80px;
	padding: 10px 0 0 0;
	/*	background: rgba(255, 255, 255, 0.95);*/
}

#hero #logo {
	height: 57.67px;
	width: 298.34px;
	margin-left: 20px;
	margin-top:9px;
	float: left;
}

#title-link {
	flex-grow: 1;
}

footer {
	position:fixed;
	bottom:0;
	width:100%;
	height:60px;   /* Height of the footer */
	text-align: center;
	font-size: 0.9em;
	text-shadow: -3px -1px 6px black;
    background:rgba(0, 58, 110, 0.8);
}

/* buttons */
/* Ofir CR: Shani maybe button is enough and we don't need submit and file */
button, #submit, #file {
	color: #ffffff;
	background-color: #cc1616;
	border-radius: 100px 100px 100px 100px;
	border: 0;
	display: block;
	margin: 0px auto;
	line-height:45px;
	width:176px;
	font-family: "Muli", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
	/*Hoverable Buttons*/
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}


.logout{
    border-radius: 0px;
    margin: 0 88.6%;
    background-color: #cc161600;
    box-shadow: inset 0px 0px 5px #c1c1c1;
}


#file {
	width:420px;
}

#choose-file #file{
	height:22px;
	cursor: pointer;
	display: flex;
}

#terms{
    color: white;
    text-align: center;
    display: block;
    font-size: 15px;
    padding: 20px 0 40px 0;
}

#terms:hover{
	font-weight: bold;
}
/*form*/

button:hover, #submit:hover {
	background-color: #fff; /* white */
	color: #cc1616;
	cursor: pointer;
	box-shadow: inset 0px 0px 5px #c1c1c1;
}
#show_procedure_detail:hover , #show_NOL_graph:hover{
	color: #cc1616;
	text-decoration: underline;
	cursor: pointer;
	box-shadow: inset 0px 0px 5px #c1c1c1;
}

#zoom_annotations:hover {
    cursor: pointer;
}

#nol_graph {
	width:800px;
	height:520px;
	align-items: center;
	display: flex;
	justify-content: center;
}

#nol_graph img {
	max-height:100%;
	max-width:100%;
	box-shadow: 0 0 5px 1px white;
}

#nol_highchart {
    width:800px;
	height:700px;
	align-items: center;
	display: flex;
	justify-content: center;
}

#donut  {
	height:200px;
	align-items: center;
	display: flex;
	justify-content: center;
}

.big-numbers{
    font-size: 60px;
}

.more-facts-checkbox{
	padding: 0 0 30px 0;
	text-align: center;
}
.tab_button {
	text-decoration: underline;
}

#tabs {
	margin-left: auto;
	margin-right:auto;
	width:1100px;

}

.space {
	margin-top: 50px;
}

.char_counter{
	display: flex;
	color: #bcbcc0;
	font-size: 12px;
}

.section{
	margin: 0 auto;
}

/* pie chart  */
svg {
	width: 100%;
	height: 100%;
}

path.slice{
	stroke-width:2px;
}

polyline{
	opacity: .9;
	stroke: white;
	stroke-width: 3px;
	fill: none;
}

.upload_file{
    padding: 6px 210px;
    background: #808080;
    margin-left: 20px;
}

.required{
	margin-left: 20px;
}
#report-print-title{
    color: black;
    font-size: 2.5vw;
    margin: 20px 10px 10px 20px;
    height: 50px;
    text-align: center;
    flex-grow: 4;
}

.folder-upload, .procedure-information, .main-charts-box, .charts-box, .analytics-box {
    background: rgba(20, 20, 20, 0.2);
    border-radius: 15px;
}

.left-padding {
    padding: 0 0 0 9%;
}

#CaseHighlights, #Conclusion{
    width: 92%;
}

#createPDF{
    bottom : 10%;
    left: 3%;
    position: fixed;
    z-index: 100;
    box-shadow: rgb(255 255 255) 0px 5px 15px;
    border: solid #717171;
 }

 .form-right-text{
    width: 89%
 }

 .custom-file{
 padding: 0 0 0 15%;
 }

 .show-hide-main, .show-hide-analytics, .show-hide-charts {
    cursor: pointer;
 }
 .define-thresholds{
    background: rgba(108, 122, 137, 0.8);
    border-radius: 15px;
    text-align: center;
    padding-bottom: 15px;
    font-size: 22px;
 }
#nol_upper_threshold, #nol_lower_threshold{
    margin-right: 50px;
    font-size: 22px;
 }

 #Physician_details, #age, #gender {
    width:330px;
 }
 #weight, #units, #Hight, #units1 {
    width: 102px
 }

.ann-list-col{
    margin-left: 5%;
}

.form_title{
    text-align: center;
}

#case_report_title{
    width: 500px;
    height: 17px;
}

#hospital-logo-img {
	flex-grow:  1;
	max-width:300px;
	max-height: 80px;
	object-fit: contain;
}

.charts{
    padding: 0 5% 2% 5%;
}

.footer-copyright{
    color: white;
}

#myProgBar{
  width: 10%;
  height: 30px;
  background-color: #708090;
  text-align: center; /* To center it horizontally (if you want) */
  line-height: 30px; /* To center it vertically */
  color: white;
}

/*print mode*/

@media print {@page {size: A4 landscape}
    body,.folder-upload, .procedure-information, .main-charts-box, .charts-box, .analytics-box {
        background-color: #ffff;
    }

    input {
        border: none;
    }
    textarea {
        border: none;
        resize: none;
    }
    select {
        appearance: none;
        border: none;

    }
    ::-webkit-input-placeholder { /* WebKit browsers */
      color: transparent;
    }
    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
      color: transparent;
    }
    ::-moz-placeholder { /* Mozilla Firefox 19+ */
      color: transparent;
    }
    :-ms-input-placeholder { /* Internet Explorer 10+ */
      color: transparent;
    }

    .highcharts-button-symbol, .highcharts-button-box {
        display: none;
    }
    .highcharts-background {
        borderColor: black;
        margin: 0;
    }

    .highcharts-range-selector-buttons {
        display: none;
    }
    .highcharts-menu-wrapper{
        display: none;
    }
    .highcharts-arrow-left{
        display: none;
    }
    .highcharts-scrollbar{
         display: none;
    }
    .print-hide {
        display: none;
    }

    #hero {
            background-color:none;
    }

    #hero .container {
		background: url("../img/Medasense background.png");
		height: 80px;
    }

    div.title,div.title-one-line, div.title-units, div.title-weight, div.title-Hight {
            text-decoration: underline;
    }
    .page-wrap {
        color: #000;
        font-weight: bold;
        font-color: black;
        background-color: #fff;
        padding: 0px 10px 0 0;
    }

    h1, h2 ,h3 {
        display: none;
	}

	.info {
	    outline: none;
	}

    #report-print-title {
        display: inline;
        /*color: white;*/
	    /*text-shadow: -3px -1px 6px #123;*/
    }
    footer {
    	text-shadow: none;
    }
    .graph-space {
    	margin-top: 100px;
    }
    .charts {
         page-break-before: always;
         display:flex;
         justify-content:center;
         align-items:center;
         padding: 0 0 20px 0;
         width: 90%;
         height: 90%;
         border-style: solid;
         border-color: #808080;
         margin-left: 60px;
    }
    #draw-analytics {
        background: gray;
    }
    #ann-list-section{
        display: none;
    }

    .char_counter{
        display:none;
    }
    .pagebreak { page-break-after: always; } /* page-break-after works, as well */
}

/* Force Elements to Self Clear its Children: http://css-tricks.com/snippets/css/clear-fix/ */
.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */


