/*!
 * Start Bootstrap - 4 Col Portfolio HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
html {
	width: 100%;
	height: 100%;
	overflow: hidden;    
	font-family: Arial, sans;
	background-color: #FFF;
	color: #000;	
}
body {
	width: 100%;
	height: -webkit-calc(100% - 10px);
    height:    -moz-calc(100% - 10px);
    height:         calc(100% - 10px);
	
	overflow-x: hidden; 
	overflow-y: auto; 
	font-size:14px;
    margin-top: 0px;
	/*padding-top: 0px; /* Required padding for .navbar-fixed-bottom. Remove if using .navbar-static-bottom. Change if height of navigation changes. */
	/* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    /*margin-bottom: 20px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	padding-bottom: 0px; /* Required padding for .navbar-fixed-bottom. Remove if using .navbar-static-bottom. Change if height of navigation changes. */
}


/* scrollbar width */
::-webkit-scrollbar {
  width: 8px;
}

/* scrollbar track */
::-webkit-scrollbar-track {
  background: #eee;
}

/* scrollbar handle */
::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: #00d2ff;
  background-image: linear-gradient(to top, #00d2ff 0%, #3a7bd5 100%);
}

[ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak {
	display: none;
}

.power-container {
    background-color: #2E424D;
    width: 300px;
    height: 15px;
    border-radius: 5px;
}
.power-container #power-point {
    background-color: #D73F40;
    width: 1%;
    height: 100%;
    border-radius: 5px;
    transition: 0.5s;
}
.star {
    background-color: lightgrey;
    background-image: linear-gradient(to right,orange, orange);
	background-repeat: no-repeat;
	position:absolute;
	background-size: 1%;
	top:0px;
	left:0px;
	z-index:10;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}
.empty-star {
	background-size: 1%;
}
.half-star {
	background-size: 50%;
}
.onethird-star {
	background-size: 35%;
}
.twothird-star {
	background-size: 70%;
}
.full-star {
	background-size: 100%;
}
.blink {
  -webkit-animation: blink 1s infinite;
  -moz-animation: blink 1s infinite;
  -ms-animation: blink 1s infinite;
  -o-animation: blink 1s infinite;
  animation: blink 1s infinite;
}
@-webkit-keyframes blink {
  0%   { opacity: 0; }
  49%   { opacity: 0; }
  50%   { opacity: 1; }
  100% { opacity: 1; }
}
@-moz-keyframes blink {
 0%   { opacity: 0; }
  49%   { opacity: 0; }
  50%   { opacity: 1; }
  100% { opacity: 1; }
}
@-o-keyframes blink {
  0%   { opacity: 0; }
  49%   { opacity: 0; }
  50%   { opacity: 1; }
  100% { opacity: 1; }
}
@keyframes blink {
 0%   { opacity: 0; }
  49%   { opacity: 0; }
  50%   { opacity: 1; }
  100% { opacity: 1; }
}

.blinkFade {
  -webkit-animation: blink 1s infinite;
  -moz-animation: blink 1s infinite;
  -ms-animation: blink 1s infinite;
  -o-animation: blink 1s infinite;
  animation: blink 1s infinite;
}
@-webkit-keyframes blink {
  0%   { opacity: 0.5; }
  49%   { opacity: 0.5; }
  50%   { opacity: 1; }
  100% { opacity: 1; }
}
@-moz-keyframes blink {
  0%   { opacity: 0.5; }
  49%   { opacity: 0.5; }
  50%   { opacity: 1; }
  100% { opacity: 1; }
}
@-o-keyframes blink {
  0%   { opacity: 0.5; }
  49%   { opacity: 0.5; }
  50%   { opacity: 1; }
  100% { opacity: 1; }
}
@keyframes blink {
  0%   { opacity: 0.5; }
  49%   { opacity: 0.5; }
  50%   { opacity: 1; }
  100% { opacity: 1; }
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.input-append .btn.dropdown-toggle {
    float: none;
}

.content-section-a {
    padding: 30px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 30px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    font-size: 18px;
    font-weight: 800;
		font-style:italic;
    margin-bottom: 20px;
}

.lead {
    font-size: 16px;
    font-weight: 400;
}
.portfolio-item {
  margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.authorList {
	margin: 0px;
	padding: 0px;
	list-style: none inside none;
	width: 100%;
	float: left;
}
.author {
	padding: 5px 10px;
	margin: 5px 0;
	border-radius: 5px;
	background-color: #CEF6F5;
	font-weight: bold;
	text-align: center;
}
.floatingList > .authorList {
	float: left;
	width: 70px;
}

 .as-sortable-item, .as-sortable-placeholder {
	display: block;
}

table .as-sortable-item, table .as-sortable-placeholder {
	display: table-row;
}

.as-sortable-item {
	-ms-touch-action: none;
	touch-action: none;
	/* to disable context menu on iOS devices */
	-webkit-touch-callout: none;
}

.as-sortable-item-handle {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -moz-grab;
}

.as-sortable-placeholder {
	background: #eee;
}

.as-sortable-drag {
	position: absolute;
	pointer-events: none;
	z-index: 9999;
}

.as-sortable-hidden, .as-sortable-dragging {
	display: none !important;
}

.as-sortable-un-selectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
		
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.no_checkbox>i.jstree-checkbox
{
    display:none
}
.clearfix {
	*zoom: 1;
}
.thumbnail {
	border: 1px solid lightgray;
    box-sizing: border-box;
	/*box-shadow: 4px 4px 2px #888888;*/
	box-shadow:0 3px 4px rgba(0,0,0,.25);
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	text-decoration: none;
	padding:5px;
	margin-left:5px;
	background: url(blah.jpg) 50% 50% no-repeat; /* 50% 50% centers image in div */
	width: 250px;
	height: 250px;
}
.thumb1 { 
	background: url(blah.jpg) 50% 50% no-repeat; /* 50% 50% centers image in div */
	width: 250px;
	height: 250px;
}

.floatingBtn {
    display: visible; /* Hidden by default */
    position: fixed !important; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 999; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #00000010; /* Set a background color */
    color: DarkOrange; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 12px; /* Some padding */
    border-radius: 40px; /* Rounded corners */
		width: 40px;
		height: 40px;
}

.floatingBtn:hover {
    background-color: DarkOrange; /* Add a dark-grey background on hover */
		color : white;
}
.verdana{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.led-red {
  margin: 0;
  width: 24px;
  height: 24px;
  background-color: #F00;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 12px;
  -webkit-animation: blinkRed 0.5s infinite;
  -moz-animation: blinkRed 0.5s infinite;
  -ms-animation: blinkRed 0.5s infinite;
  -o-animation: blinkRed 0.5s infinite;
  animation: blinkRed 0.5s infinite;
}

.led-gray {
  margin: 0;
  width: 24px;
  height: 24px;
  background-color: #BBB;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #3F3F3E 0 -1px 9px, #AAA 0 2px 14px;
}

@-webkit-keyframes blinkRed {
    from { background-color: #F00; }
    50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
    to { background-color: #F00; }
}
@-moz-keyframes blinkRed {
    from { background-color: #F00; }
    50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
    to { background-color: #F00; }
}
@-ms-keyframes blinkRed {
    from { background-color: #F00; }
    50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
    to { background-color: #F00; }
}
@-o-keyframes blinkRed {
    from { background-color: #F00; }
    50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
    to { background-color: #F00; }
}
@keyframes blinkRed {
    from { background-color: #F00; }
    50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
    to { background-color: #F00; }
}

.led-green {
  margin: 0;
  width: 24px;
  height: 24px;
  background-color: #ABFF00;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px;
}

.led-blue {
  margin: 0;
  width: 24px;
  height: 24px;
  background-color: #24E0FF;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #006 0 -1px 9px, #3F8CFF 0 2px 14px;
}


#menuLat {
	position: fixed !important;
	top: 100px;
  left: 30px;
	z-index: 99;
}

#sourceBtn {
	position: fixed !important; /* Fixed/sticky position */
	top: 80px; /* Place the button at the top of the page */
	left: 100px; /* Place the button 100px from the right */
	z-index: 99; /* Make sure it does not overlap */
	height: 50px;
}

#translationBtn {
	position: fixed !important; /* Fixed/sticky position */
	top: 80px; /* Place the button at the top of the page */
	right: 100px; /* Place the button 100px from the left */
	z-index: 99; /* Make sure it does not overlap */
	height: 50px;
}

.btn-group-sm .btn-fab{
  position: fixed !important;
  right: 39px;
}
.btn-group .btn-fab{
  position: fixed !important;
  right: 30px;
}
#main{
  bottom: 20px;
}
#mail{
  bottom: 80px
}
#comment{
  bottom: 125px
}
#edit{
  bottom: 170px
}

h1 { width:100%; text-align:left; margin-left:0px; font-size:1.7em} 
h2 { width:100%; text-align:left; margin-left:0px; font-size:1.5em; font-style:italic;  } 
h3 { width:100%; text-align:left; margin-left:0px; font-size:1.2em} 
h4 { width:100%; text-align:left; line-height:1.0em; vertical-align:middle; margin:20px 0 10px; } 
h4 span { color:#68b ;background:#fff; padding:0 10px; }
h5 { width:100%; text-align:left; line-height:1 em; font-style:italic; vertical-align:middle; margin:20px 0 10px; } 
h5 span { font-size:1em ;width:100%; text-align:left; line-height:0.1em; vertical-align:middle; margin:10px 0 20px; color:#68b ;background:#fff; padding:0 10px 0 50px; }
#dropZone {
            height: calc(100% - 250px);
            width: 100%;
            background-color: #F0F0F0;
            overflow: auto;
        }
				
#log {	
	background: rgba(204, 255, 255, 1);
	position:fixed;
	position:absolute;
	top:50px;
	right:0%;
	bottom:0%;
	left:0%;
	visibility:hidden;
	z-index:100;
	overflow:scroll;"
}
#log:target{
	opacity: 1;
	visibility: visible;	
}
#extendedSearch,#quiz{
	opacity: 0;
	position:absolute;
	visibility:hidden;
	box-shadow:0 3px 7px rgba(0,0,0,.25);
	box-sizing:border-box;
	top: -50%;
	left:50%;
	margin:-15% 0 0 -40%;
	width:80%;	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
#extendedSearch:target{
	opacity: 1;
	top:50%;
	visibility: visible;
}
#extendedSearch h3 {
	margin:0;
}
#mouse, #mouseButtons{
	height:38px;
	position:absolute;
	top:50px;
	left:10px;
	background-color: rgba(0, 0, 0, 0);
	overflow:hidden
}
#mouse {
	width:23px;
}
#mouseButtons {
	display:none;
	width:105px;
}
#dicomTools, #gridFormat {
	display:none;
	width:105px;
	height:290px;
	position:absolute;
	top:50px;
	left:10px;
	line-height:12px;
	background-color: rgba(255, 255, 255, 0.9);
	overflow:hidden;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
#viewingFormat{
	height:30px;
	position:absolute;
	top:105px;
	left:10px;
	opacity:0.5;
	color:white;
	background-color: rgba(0, 0, 0, 0);
	overflow:hidden
}
#gridFormat {
	display:none;
	width:105px;
	height:130px;
	position:absolute;
	top:105px;
	left:10px;
	line-height:12px;
	background-color: rgba(255, 255, 255, 0.9);
	overflow:hidden;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.padding {
	padding-left: 30px;
	padding-right: 30px;
}
.greyOrange{
	color:grey;	
}
.greyOrange:hover{
	color:orange;	
}
.highlight{
	background-color:yellow !important;
}
.redBg{
	background-color:red !important;
	color:white;
}
.greenBg{
	background-color:green !important;
	color:white;
}
.whiteBg{
	background-color:white;
	color:black;
}
.orange{
	color:orange;	
	font-weight:normal;
}
.orange:hover{
	font-weight:bold;
}

.orangeRed{
	color:orange;	
	font-weight:normal;
}
.orangeRed:hover{
	color:red;
	font-weight:bold;
}
.greyRed{
	color:grey;	
}
.greyRed:hover{
	color:red;	
}
.redGrey{
	color:red;	
}
.redGrey:hover{
	color:grey;	
}
.greenGrey{
	color:green;	
}
.greenGrey:hover{
	color:grey;	
}
.greyGreen{
	color:grey;	
}
.greyGreen:hover{
	color:green;	
}
.infos{
	padding:0px 0px 0px 10px;color:grey;font-style:italic;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
.infos:hover{
	color:black;font-style:normal;white-space: initial;overflow: show;
}

.menu {
	height:50px;
	line-height:50px;
	padding-left: 30px;
	font-size: 16px;
	width:100% ;
}
.menu-option {
	height:50px;
	line-height:50px;
	font-size: 16px;
	float:right ;
	padding:0px 20px 0px 20px;
}
.indicators, .authorHeader, .adminHeader{
	position:absolute;
	padding-left:20px;
	top:50px;
	height:40px;
	line-height:40px;
	font-size: 14px;
	width:100%; 
}
.menuChoice {
	padding:5px 10px 5px 10px;
}
.menuChoice a:hover {
	font-weight: bold;
	font-style:none;
}
.darkHeader {
	background-color: #37474F;
	color:white;
	font-style:italic;
	font-weight: normal;
	font-size:12px;
}
.menuChoice a:visited {
	font-weight: bold;
	background:lightgrey;
	font-style:none;
}
.menuSelected {
	padding:5px 10px 5px 10px;
	font-size: 14px;
}
.myHandle {
	vertical-align: middle;
	cursor: move;
}
/* modal classes for uib-modal */
.app-modal-window {
	width:2000px;
	
}
.modal-dialog {
	width:1000px;
	height:600px;
}
/* other modal classes */
.modal-content, .modal-header, .modal-footer, .modal-detail {
	padding:20px;
}
.modal-header, .modal-footer {
	border-bottom: 1px solid #e7e7e7;
	border-radius: 5px 5px 0 0;
}
.modal-footer {
	border:none;
	border-top: 1px solid #e7e7e7;
	border-radius: 0 0 5px 5px;
}
.modal-btn {
	float:right;
}
.modal-content {
	background: #f7f7f7;
	position: relative;
	z-index: 20;
	border-radius:5px;
}
.modal-detail {
	font-size: 10px;
	font-style: italic;
	color: grey;
	background: #f7f7f7;
	position: relative;
	z-index: 20;
	border-radius:5px;
}
.modal-body {
	background: #fff;
	padding-left:20px;
	padding-right:20px;
}
.modal-overlay, .modal-overlay-black  {
	background-color: #000;
	background: rgba(0,0,0,.5);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3;
}
.command {
	position:absolute;
	padding-left:20px;
	top:50px;
	height:20px;
	line-height:24px;
	font-size: 16px;
	width:95%; 
}
.medcase-page, .medcase-page-selected {
   	border: 1px solid lightgray;
    box-sizing: border-box;
	/*box-shadow: 4px 4px 2px #888888;*/
	box-shadow:0 3px 4px rgba(0,0,0,.25);
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	text-decoration: none;
	padding:5px;
	margin-left:5px;
}
.medcase-page:hover {
	color: white;
	background-color: gray;
	font-weight: bold
}
.medcase-page {
	border: 1px solid lightgray;
}
.medcase-page-selected {
	border: 1px solid gray;
	background-color: lightgray;
}
#globalWrap {
 	min-height: 95%;

  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -25px;
  /* Pad bottom by footer height */
  padding: 0 0 25px;
}
#footer {
  height: 25px;
  background-color: #f5f5f5;
}
#wrap, #medcase, #medcase_edit {
	background: #f7f7f7;
	//box-shadow:0 3px 7px rgba(0,0,0,.25);
	//box-sizing:border-box;
	left: 0px; 
	position:absolute;
	top: 120px;
	margin:0 0 0 0;
	width:100%;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
#volet {
	width:0px;
	display:table-cell;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
#volet_wrap {
	position:absolute;
	z-index:10;
	width:330px;
	top:40px;
	left:-300px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
#volet_edit {
	position:absolute;
	z-index:10;
	width:330px;
	top:70px;
	left:-300px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
#volet_content {
	width:300px;
	display:table-cell;
	background: rgba(255,255,255,1);
	box-shadow:0 3px 7px rgba(0,0,0,.25);
	box-sizing:border-box;
}
.volet_content_shown {
	position:absolute;	
	top:0px;
	width:298px;
	opacity: 1;
	visibility: visible;
	overflow: auto;
}
.volet_content_masked {
	position:absolute;	
	width:0px;
	opacity: 0;
	visibility: hidden;
}
.volet_content_title {
	font-weight:bold;
	padding:5px;
	width:100%;
}
.volet_content_list {
	background:rgba(255,255,255,1);
	font-weight:normal;
	padding-left:10px;
	width:100%;
}
#page_title_edit, #page_text_edit, #page_media_edit, #page_ref_edit, #page_question_edit {
	width:100%;
	margin-top:30px;
	min-height:30px;
	vertical-align: middle ;
	line-height: 30px;
	text-align:center;
	color: lightgray;
	background: rgba(255,255,255,1);
	border: 1px solid rgba(120,120,120,1);
	box-shadow:0 3px 7px rgba(0,0,0,.25);
	box-sizing:border-box;
}
.pink_light{
	color :#AD1457;
	background-color :#F8BBD0;
}
.pink_dark{
	color : #FCE4EC;
	background-color : #AD1457;
}
.purple_light{
	color :#F8BBD0;
	background :#E1BEE7;
}	
.purple_dark{
	color :#FCE4EC;
	background :#AD1457;
}
	
.indigo_light{
	color :#283593;
	background :#C5CAE9;
}
.indigo_dark{
	color :#E8EAF6;
	background :#283593;
}
.cyan_light{
	color :#00838F;
	background :#B2EBF2;
}
.cyan_dark{
	color :#E0F7FA;
	background :#00838F;
}
.teal_light{
	color :#E0F2F1;
	background :#B2DFDB;
}
.teal_dark{
	color :#E0F2F1;
	background :#00695C;
}
.grey_light{
	color :#616161;
	background :#F5F5F5;
}
.grey_dark{
	color :#FAFAFA;
	background :#616161;
}
.bluegrey_light{
	color :#37474F;
	background :#CFD8DC;
}
.bluegrey_dark{
	color :#ECEFF1;
	background :#37474F;
}
.MCU{
	background :#B2DFDB;
}
.PU{
	background : #BBDEFB;
}
.Cl1{
	color: black;
	background :#FFE0B2;
}
.ClEx1{
	color: black;
	background :#FF9800;
}
.ClEx2{
	color: white;
	background :#E65100;
}
.thisYear{
	background : #F7FE2E;
}
.tab {
	width:30px;
	font-weight:bold;
	padding:5px 5px;
	margin-top:5px;
	-webkit-border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	border-radius: 0 8px 8px 0;
}
#case, #caseEdit {
	background: #f7f7f7;
	position:absolute;
	box-shadow:0 3px 7px rgba(0,0,0,.25);
	box-sizing:border-box;
	left: 0px; 
	top: 50px;
	margin:0 0 0 0;
	width:100%;
}
#quiz, #user, #dataEdit, #solution, #options, #help  {
	opacity: 0;
	position:absolute;
	visibility:hidden;
	box-shadow:0 3px 7px rgba(0,0,0,.25);
	box-sizing:border-box;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	z-index:100;
}
#quiz, #dataEdit, #solution, #options, #help {
	top: -50%;
	left:50%;
	margin:-15% 0 0 -40%;
	width:80%;
}
#user {
	right: 0px;
	width:350px;
	top: 50px;
}
#mupload  {
	left:20%;
	margin:0 0 0 0;
	width:60%;
	top: 10%;
}
#images, #video {
	left:0%;
	margin:0 0 0 0;
	width:100%;
	height:100%;
	top: 0%;
}
#audio {
	top: 30%;
	left:50%;
	margin:0 0 0 -280px;
	width: 560px;
}
#quiz:target, #dataEdit:target, #solution:target, #options:target, #help:target {
	opacity: 1;
	top:50%;
	visibility: visible;
}
#user:target {
	opacity: 1;
	right:5px;
	visibility: visible;
}
#images:target, #video:target{
	opacity: 1;
	top:0%;
	visibility: visible;
}
#record-container:target, #log:target, #mupload:target {
	opacity: 1;
	visibility: visible;	
}
#audio:target  {
	opacity: 1;
	top:30%;
	visibility: visible;
}
#start h3, #case h3, #caseEdit h3, #solution h3, #page h3, #help h3, #answer h3, #quiz h3, #quizzes h3, #dataEdit h3, #itemEdit h3, #record-container h3, #images h3, #video h3, #audio h3,  #hypoth h3, #prescription h3, #toDeliver h3, #inbox h3, #futur h3, #options  h3, #mupload h3 {
	margin:0;
}
/*.note-editor .note-dropzone { opacity: 0 !important; }*/
.row {
  padding-right:10px;
  padding-left:10px;
}
.dndPlaceholder {
    background-color: #ddd;
    min-height: 20px;
    display: block;
    position: relative;
}
.dropzone .selected {
    border-color: #d6e9c6;
}
.caseMap ul[dnd-list]{
	min-height: 20px;
	margin:10px;
	padding:0px
}
.caseMap ul[dnd-list],
.caseMap ul[dnd-list] > li {
	position: relative;
	list-style: none;
}
.dndlist {
		position: relative; 
		list-style: none;
}
.list-page, .list-study, .list-serie, .list-quiz, .list-link {
    background-color: #fff;
    border: 2px solid #ddd;
    display: block;
    padding: 5px;
		margin-bottom: 10px;
		-moz-box-shadow: 3px 2px 5px 0px #656565;
		-webkit-box-shadow: 3px 2px 5px 0px #656565;
		-o-box-shadow: 3px 2px 5px 0px #656565;
		box-shadow: 3px 2px 5px 0px #656565;
		filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=123, Strength=5);
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
}
.shown {
	display:block;
	opacity: 1;
	visibility: visible;
	overflow: auto;
}
.masked {
	display:none;
	opacity: 0;
	visibility: hidden;
}
/* items focus state */
[data="image"]:hover
{
    border-color:orange;
    border-style:dotted;
    border-width:3px;
}
/* image selected */
[data="image"][selected="true"]
{
    border-color:orange;
    border-style:solid;
    border-width:3px;
}
/* selection  */
.caseSelection
{
	padding-left:3px; 
	height:25px;
	width:25px;
	position:absolute;
	top:0px;
	overflow:hidden;
	background:rgba(0,0,0,0.3);
	color:rgba(200,200,200,0.6);
	border-style:solid;
	border-width:2px;
	border-color:rgba(60,60,60,0.6);
	z-index:10;
}
.caseSelection:hover
{
	border-color:orange;
}
.caseSelected
{
	background:rgba(0,0,0,1);
  color:orange;
}
.details
{
	padding:30px 5px 5px 5px; 
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	overflow:hidden;
	background:rgba(0,0,0,0);
	opacity:0;
	border-style:solid;
	border-color:white;
	border-width:0px 20px 0px 0px;
	text-align:left;
}
.details:hover
{
	opacity:0.8;
	background:rgba(0,0,0,0.5);
	color:orange;
}

/* votes  */
.caseVotes
{
	padding-left:3px; 
	height:25px;
	width:120px;
	position:absolute;
	top:0px;
	right:10px;
	overflow:hidden;
	background:rgba(0,0,0,0);
	color:yellow;
	z-index:10;
	font-size:18px;
}
.caseVotes:hover
{
	border-color:black;
}

.overlay_target 
{
	position: relative;
	display: inline-block;
	height: 35px;
	background-color: rgba(255, 255, 0, 0.5);
	border: 3px solid gray;
	color: red;
	font-size:24px;
	font-weight:bold;
	padding-left:5px;
}
/* LOADING  */
.fadein.ng-enter {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}
.fadein.ng-enter.ng-enter-active {
  opacity: 1;
}
.inline-fadein.ng-hide-remove {
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  -o-transition: 500ms ease all;
  transition: 500ms ease all;
  display: inline-block !important;
  opacity: 0;
}
.inline-fadein.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
}
@-webkit-keyframes webkit-spin {
  from {
    -webkit-transform: scale(1) rorate(0deg);
  }
  to {
    -webkit-transform: scale(1) rotate(359deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loading-icon {
  -ms-animation: spin .7s infinite linear;
  -moz-animation: spin .7s infinite linear;
  -webkit-animation: webkit-spin .7s infinite linear;
  top: 2px;
  margin-left: 7px;
}
.alert {
  margin-top: 15px;
}
.ima_small {
	max-width:100px;
}
.ima_large: {
	max-width:1200px;
}


a, a:active, a:hover, a:visited, a:focus, select, select:active, select:hover, select:focus {
	outline: 0 !important;
}

.app-modal-window .modal-dialog {
  width: 90%;
  max-width: 800px;
}

.senior {
	font-weight: bold;
}

.junior{
	font-weight: normal;
}

.copied {
  outline: 3px dotted red;
  box-shadow: 0 0 0 3px black;
  animation: 0.3s animateBorder ease infinite;
}

.cut{
  outline: 3px dotted red;
  box-shadow: 0 0 0 3px black;
  animation: 0.3s animateBorder ease infinite;
  opacity:0.4;
}

.exception {
		font-style: oblique;
		color: yellow;
}

.closed {
		font-style: normal;
		color: ligthgrey;
}

.onFocus{
	color: yellow;
  outline: 4px solid yellow;
  box-shadow: 0 0 0 3px red;

}

@keyframes animateBorder {
  to {
    outline-color: black;
    box-shadow: 0 0 0 3px red;
  }
}

/***** Main Scheduler element *****/
scheduler {
	position: relative;
	display: block;
	width: 100%;
	background-color: #FFF;
	border: 1px solid #DDD;
	min-height: 100px;
	font-size: 0.9em;
	margin: 25px 0 25px 0;
}
scheduler header {
	display: block;
	width: 100%;
	padding: 5px 15px;
	background-color: #EEE;
	line-height: 3em;
}
scheduler header .leftActions {
	float: left;
	text-align: left;
}
scheduler header .rightActions {
	float: right;
	text-align: right;
}
scheduler header .centerActions {
	text-align: center;
}
.Hsep {
	display: inline-block;
	margin-left:10px;
	margin-right: 10px;
}


/***** Scheduler grid table *****/
scheduler table {
	width: 100%;
	table-layout: fixed;
}
scheduler table tr th, scheduler table tr td {
	border-right: 1px solid #BBB;
	padding: 0; margin: 0;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
}

/***** Scheduler grid table HEAD *****/
scheduler table tr.monthLine th {
	font-size: 1.2em;
	background-color: #F5F5F5;
	height: 45px;
}
scheduler table tr.dayLine th {
	font-weight: bold;
	background-color: #F5F5F5;
}
scheduler table tr.hourLine th {
	border-right: 1px solid #E5E5E5;
	font-weight: normal;
	font-size: 0.8em;
}
scheduler table tr.hourLine th:last-of-type { border: none; }

/***** Scheduler grid table BODY *****/
scheduler table tbody tr td {color: #000;vertical-align: bottom;}
/*scheduler table tbody tr:hover td {background-color:  #FFFED8;}*/
scheduler table.hourGrid { width: 100%; height: 100%; }
scheduler table.hourGrid th { vertical-align: bottom; }
scheduler table.hourGrid th:last-of-type { border:none; }


scheduler tr.highlight {
	background-color: #FFFED8 !important;
}

/***** Scheduler grid special cells *****/
scheduler table td.today, scheduler table th.today {
	background-color: #FFDBCE !important;
}
scheduler table td.before, scheduler table th.before {
	background-color: #B4B4B4 !important;
}
scheduler table td.base, scheduler table th.base {
	background-color: #F3FCF2 ;
}
scheduler table td.normal, scheduler table th.normal {
	background-color: white ;
}
scheduler table td.sunday, scheduler table th.sunday {
	border-right: 1px solid #F88;
	background-color: #DADADA;
}
scheduler table td.saturday, scheduler table th.saturday {
	background-color: #EAEAEA;
}
scheduler table td.lastDmonth, scheduler table th.lastDmonth {
	border-right: 1px solid #F33;
}
scheduler table td.daySelected, scheduler table tr.daySelected {
	border-right: 1px solid #F33;
	background-color: yellow;
	color: black;
}


/***** Scheduler containers *****/
scheduler .timelineContainer {
	width: 100%;
	z-index: 100;
}
scheduler .eventsContainer {
	position: absolute;
	top: 127px;
	height: auto;
	z-index: 900;
}

/***** Scheduler events *****/
scheduler event, scheduler eventhelper {
	position: absolute;
	box-sizing: border-box;
	height: auto;
	background-color: #46b8da;
	padding: 0;
	border-radius: 5px;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.5);
	z-index: 200;
}
scheduler event handle {
	display: block;
	position: absolute;
	background-color: rgba(0,0,0,0.1);
	height: 100%;
	width: 10px;
	min-width: 5px;
	z-index: 300;
}
scheduler event handle.leftHandle {
	left: 0;
	cursor: w-resize;
	border-radius: 5px 0 0 5px;
}
scheduler event handle.rightHandle {
	right: 0;
	cursor: e-resize;
	border-radius: 0 5px 5px 0;
}
scheduler event label {
	display: block;
	padding: 3px 10%;
	text-align: center;
	font-size: 8pt;
	color: #FFF;
	margin: 0;
	cursor: move;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

scheduler event.overLeft {
	border-radius: 50px 0 0 50px;
}
scheduler event.overLeft handle.leftHandle {
	display: none;
}
scheduler event.overRight {
	border-radius: 0 50px 50px 0;
}
scheduler event.overRight handle.rightHandle {
	display: none;
}

/***** Scheduler events special classes *****/
scheduler event.past {
	background-color: #888 !important;
}
scheduler event.locked {
	
	box-shadow: none;
}
scheduler event.locked label {
	cursor: not-allowed;
}
scheduler event.current {
	background: linear-gradient(45deg, transparent, transparent 40px, rgba(255,0,0,0.15) 40px, rgba(255,0,0,0.15) 80px, transparent 80px, transparent);
	background-size: 120px;
	background-position: 0 0;

	-webkit-animation: animStripes 5s linear infinite;
	-moz-animation: animStripes 5s linear infinite;
	-o-animation: animStripes 5s linear infinite;
	animation: animStripes 5s linear infinite;
}

/***** Scheduler event helper (when drag & drop) *****/
scheduler eventhelper {
	display: none;
	top: 0;
	width: 0;
	background-color: #EEE;
  outline: 3px dotted red;
  box-shadow: 0 0 0 3px #EEE;
  animation: 0.3s animateBorder ease infinite;
	color: #555;
	text-align: center;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

scheduler event.normal { background-color: #3AAFAF; }
scheduler event.urgent { background-color: #D88447; }
code { font-weight: bold; }
i { color: #666; }
.menuFixed { position: fixed; left: 10px; top: 140px; }
.menuFixed ul { margin: 0; padding: 0; padding-left: 12px; }
.menuFixed li { list-style: none; }
.menuFixed a { font-size: 0.9em; }

.tabSelected{
	background-color:yellow
}

.physicianList {
	margin: 0px;
	padding: 0px;
	list-style: none inside none;
	width: 100%;
	float: left;
}

.physician {
	padding: 5px 10px;
	margin: 5px 0;
	border-radius: 5px;
	background-color: #ccc;
	color: black;
	font-weight: bold;
	text-align: center;
}

.firstPhysician {
	padding: 5px 10px;
	margin: 5px 0;
	border-radius: 5px;
	color: black;
	background-color: #CEF6F5;
	font-weight: bold;
	text-align: center;
}


.myHandle {
  vertical-align: middle;
  cursor: move;
}

.floatingList > .physicianList {
	float: left;
	width: 70px;
}

/***** Animations *****/
@-webkit-keyframes animStripes {
    from { background-position: 0 0; }
	to { background-position: 120px 0; }
}
@-moz-keyframes animStripes {
    from { background-position: 0 0; }
	to { background-position: 120px 0; }
}
@-o-keyframes animStripes {
    from { background-position: 0 0; }
	to { background-position: 120px 0; }
}
@keyframes animStripes {
    from { background-position: 0 0; }
	to { background-position: 120px 0; }
}

