body {
  font-family: 'PT Sans', sans-serif !important;
  font-size: 12px;
  color: black;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  background-color: transparent !important;
}
html {
	background: url(../images/background_login.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  overflow: hidden;
  height:100%;
  width:100%;
}
* {
	margin: 0;
}

#add_category_circle_button:hover,
#add_class_circle_button:hover,
#add_type_circle_button:hover,
#add_phrase_circle_button:hover {
  color:#bbe9ff;
  cursor:pointer;
}

.add_button_circle {
  float:left;
  width: 142px;
  text-align: right;
  margin: 5px;
  font-size: 17px;
  margin-bottom: 0px;
  padding-right: 5px;
}

#api_input {
outline: none !important;
    outline-style: none;
    box-shadow: none;
    border-color: #e4e4e4;
    border-radius: 4px;
}
#api_input:focus {
outline: none !important;
    outline-style: none;
    box-shadow: none;
    border-color: #e4e4e4;
    border-radius: 4px;
}

@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.uil-ring-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
}
.uil-ring-css > div {
  position: absolute;
  display: block;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 80px;
  box-shadow: 0 6px 0 0 #88e2ff;
  -ms-animation: uil-ring-anim 0.77s linear infinite;
  -moz-animation: uil-ring-anim 0.77s linear infinite;
  -webkit-animation: uil-ring-anim 0.77s linear infinite;
  -o-animation: uil-ring-anim 0.77s linear infinite;
  animation: uil-ring-anim 0.77s linear infinite;
}







@keyframes dots-1 { from { opacity: 0; } 25% { opacity: 1; } }
@keyframes dots-2 { from { opacity: 0; } 50% { opacity: 1; } }
@keyframes dots-3 { from { opacity: 0; } 75% { opacity: 1; } }
@-webkit-keyframes dots-1 { from { opacity: 0; } 25% { opacity: 1; } }
@-webkit-keyframes dots-2 { from { opacity: 0; } 50% { opacity: 1; } }
@-webkit-keyframes dots-3 { from { opacity: 0; } 75% { opacity: 1; } }

.dots span {
    animation: dots-1 1s infinite steps(1);
    -webkit-animation: dots-1 1s infinite steps(1);
}

.dots span:first-child + span {
    animation-name: dots-2;
    -webkit-animation-name: dots-2;
}

.dots span:first-child + span + span {
    animation-name: dots-3;
    -webkit-animation-name: dots-3;
}

._XXXX_ellipsis_container {
  font-size: 30px;
}

._XXXX_ellipsis_container:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4,end) 900ms infinite;      
  animation: ellipsis steps(4,end) 900ms infinite;
  content: "\2026"; /* ascii code for the ellipsis character */
  width: 0px;
}

@keyframes ellipsis {
  to {
    width: 1.25em;    
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;    
  }
}


/*
*:focus {
  outline: none !important;
  border-color: initial !important;
  border: initial !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}*/

.a_delete_button {
    color: white !important;
    background-color: rgba(255, 255, 255, 0) !important;
    border: 1px solid transparent !important;
    font-size: 10px !important;
    text-shadow: none !important;
    outline:none !important;
    float:right !important;
    padding: 0px 12px !important;
}
.a_delete_button:hover {
    color: red !important;
    background-color: rgba(255, 255, 255, 0) !important;
    border: 1px solid transparent !important;
    font-size: 10px !important;
    text-shadow: none !important;
    outline:none !important;
    float:right !important;
    padding: 0px 12px !important;
}

.can_delete {
  cursor:initial !important;
}

.dict_column {
  float:left;
  background:rgba(255,255,255,0.1);
  height:100%;
  width:200px;
  font-size:12px;
  margin: 5px;
  overflow-y: auto;
  margin-top:0px;
}

.dict_element, .dict_element_api {
  width: 100%;
  padding: 7px;
  font-size: 10px;
  font-weight: bold;
}
.dict_element:hover, .dict_element_api:hover {
  background: rgba(255, 255, 255, 0.17);
  cursor: pointer;
}
.dict_selected:hover {
  background: rgba(255, 255, 255, 0.36);
}
.dict_selected {
  background: rgba(255, 255, 255, 0.36);
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th
{
    padding: 5px !important;
    border-top: 0px solid #ddd !important;
}

.sol-current-selection {
  width: 450px;
}
.sol-checkbox {
  margin: -1px 0 0 !important;
}

.status_ERROR_NOT_LIVE {
  text-align: center;
  font-weight: bold;
  /* border: 1px solid #C9E1BD; */
  background: #FBFFC8;
  color: #734C00;
}
.status_LIVE {
  text-align: center;
  font-weight: bold;
  /* border: 1px solid #F9C9BF; */
  background: #88FF44;
  color: #325E1C;
}
.status_ERROR {
  text-align: center;
  font-weight: bold;
  /* border: 1px solid #F9C9BF; */
  background: #FF6038;
  color: #FFFFFF;
}
.status_INIT {
  text-align: center;
  font-weight: bold;
  /* border: 1px solid #F4DAA6; */
  color: #FFFFFF;
}
.status_VALID {
  text-align: center;
  font-weight: bold;
  /* border: 1px solid #F9C9BF; */
  background: #69D4FF;
  color: #002828;
}

.dropdown-menu {
  height: auto;
  max-height: 500px;
  overflow-x: hidden;
}

.btn-default {
    outline: none !important;
}

.bg_label > input{ /* HIDE RADIO */
  display:none;
}
.bg_label > img{ /* HIDE RADIO */
  height:50px;
  width:70px;
}
.bg_label > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  /*border:2px solid transparent;*/
}
.bg_label > input:checked + img{ /* (CHECKED) IMAGE STYLES */
  /*border:2px solid #f00;*/
}


.autoping_checkbox li {
  min-width: 230px !important;
}

.type_checkbox li {
  min-width: 175px !important;
}

#chat_button:hover {
  cursor: pointer;
}

label {
  font-size: 17px;
}
.ama_box {
  padding: 10px;
  z-index: 9999999999;
  color: black;
  position: fixed;
  left: 0px;
  right: 0px;
  width: 70%;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
  border-radius: 15px;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  max-width: 400px;
  max-height: 400px;
  line-height: 25px;  
}

.ama_box select { 
  font-size: 20px;
  padding: 5px;
  font-family: 'Asap' sans-serif !important;
  width: 100%;
  padding-left: 10px;
  font-weight: normal;
  background: rgba(0,0,0,0.36);
  color: white;
}





a {
    text-decoration: none;
}
html, body {

}
.page-wrap {
  text-align: center;
  background: rgba(56, 62, 70, 0.36);
}
.page-wrap:after {
	content: "";
	display: block; 
}
.site-footer, .page-wrap:after { 
}
.site-footer {
  background-color: rgba(255,255,255,0.5);
  color: white;
  text-align: center;
  font-size: 13px;
}
.content_box {
  clear:both;
  position:relative;
  margin:0px auto;

}

/* LOGIN PAGE */
.login_input {
float: left;
    border-radius: 2px;
    width: 100%;
    padding: 17px;
    font-size: 17px;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.1);
    color: white !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.1) inset;
    -webkit-text-fill-color: white !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 99999s ease-in-out 0s;
}

.error_p {
    margin-bottom: 15px;
    background: #ffe7e7;
    padding: 10px;
    margin-right: 5px;
    border-radius: 5px;
    border: 1px #ffbebe solid;
    color: #bb4040;
}

.info_p {
margin-bottom: 20px;
    background: #e7f5ff;
    padding: 10px;
    margin-right: 5px;
    border-radius: 5px;
    border: 1px #bee4ff solid;
    color: #405fbb;
}
.login-form {
    padding: 10px;
    width: 555px;
    margin: 0 auto;
    margin-top: 55px;
}

#login_button, #register_button {
    padding: 11px;
    font-weight: bold;
    font-size: 17px;
    color: #fff;
    border: 1px solid white;
    background: transparent;
    border-radius: 2px;
    cursor: pointer;
    width: 220px;
    margin-top: 45px;
}
#login_button:hover, #register_button:hover {
	    background: rgb(9, 115, 173);
}


.dialog_input {
    border-radius: 2px;
    width: 90%;
    padding: 7px;
    font-size: 12px;
    font-weight: bold;
    background: rgb(255, 255, 255);
}

.patient_input {
    color: white;
    background-color: #1D2E43;
    width: 90px;
}

.group_input {
    color: white;
    background-color: #1D2E43;
    width: 65px;
}

.patient_input:hover, .group_input:hover {
    background-color: #6E7A87;
}
.patient_input:focus, .group_input:focus {
    background-color: #6E7A87;
}

.plus_input_box {
  padding-left: 21px !important;
  background: url(../images/plus.png) no-repeat !important;
}

.red_background {
    background-color: rgba(193,107,107,1) !important;
}

.green_background {
  background-color: rgb(107, 193, 125) !important;
} 



.ei-form {
	/* padding: 10px; */  
}

.ei-form .input, .r-form .input {
	width: 100%;
	padding: 3vmin;
	font-size: 3vmin;
	color: #FFFFFF;
	background: rgba(0,0,0,0.28);
  /* font-weight: bold; */
	/* border-radius: 2vmin; */
}

.ei-form .input:focus, .r-form .input:focus{
	background: rgba(255,255,255,0.77);
	color: #414848;	
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
}

.ei-form .password {
	margin-top: 25px;
}






.reply_container {
  clear: both;
  width:100%;
  z-index: 1;
  overflow: hidden;
}



.content_box_left {   

  float:left;  
  position:relative;
  width:490px;  
  padding:10px;
  padding-left: 5px;
  border-right: 2px solid #999999;
 
}
.content_box_right {    

  float:left;    
  position:relative;  
  width:470px;  
  padding:10px; 
  top:35px;
  left:20px;
}

.login_text {
  font-size: 50px;
  text-align: left;
}




#logout_tess, #reset_tess, #medication, #edit_background, #login_dialog_box {
  cursor:pointer;
}



#reset_tess:hover, #download_transcript:hover, #medication:hover, #edit_background:hover {
  color:rgb(23, 37, 61) !important;
}






*:focus {
    outline: 0;        
}

* {
  border: none;  
  /*-webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;*/   
} 



#login_box_text_container {
  position:relative;
  background: rgb(255, 255, 255); 
  background: rgba(255, 255, 255, 0.17);
  padding: 10px;
width: 420px;
  height: 236px;
  top:36px;
}

#login_box_text {
color:white;
font-size: 12px;
}



.ad {
  line-height: 35px;
  font-size: 15px;
}



select {
	width: 400px;
	padding: 15px 25px;
	font-size: 14px;
	color: #FFFFFF;
	background: rgba(0,0,0,0.5);
  font-weight: bold;
	border-radius:10px;
  font-family: 'PT Sans', sans-serif !important;
}

/*
#ghost_button, #ping_button, #medi_button {
  width: 150px;
  margin: 0 auto !important;
  text-align: center;
  margin: 15px;
  border: white 1px solid;
  padding: 10px;
  font-size: 15px;
  margin-top: 20px !important;
  background: none;
  font-weight: bold;
}


#ghost_button:hover, #ping_button:hover, #medi_button:hover {
  background: rgba(255, 255, 255, 0.17);
  cursor: pointer;
}
*/

#ghost_button, #ping_button {
  outline:0;
}

#ghost_button.ghosting_on {
  background: rgba(248, 57, 57, 0.72);
  color: white;
  outline:0;
}

#ghost_button.ghosting_on:hover {
  background: rgba(255, 0, 0, 0.5);
  color: white;
  outline:0;
}



/* Animation */
.input, .password, #login_button {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

div.fader {
  background: rgba(0,0,0,0.66);	
  width:      100%;
  height:     100%; 
  z-index:    10;
  top:        0; 
  left:       0; 
  position:   fixed; 
}

#errormessage {
  top:0px;
  margin: 0 auto auto auto;
  position: absolute;
  left: 0; bottom: 0; right: 0;
  background: rgba(255,0,0,0.7);	 
  padding: 5px;
  width:500px;
  height:17px;
  color:white;
  font-size: 14px;
  text-align:center;
  -moz-animation-duration: 3s;
  -webkit-animation-duration: 3s;
  -moz-animation-name: slidein;
  -webkit-animation-name: slidein;
}


















#topbar {
  background: #111111;
  padding: 5px 0px 5px 0px;
  text-align: left;
  height: 28px;
  overflow: hidden;
  color: white;
  -webkit-transition: height 0.2s ease-in;
  -moz-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
  position: absolute;
width: 100%;   
z-index:9999999 !important ;

}
#topbar a {
  color: white;
  font-size:1.3em;
  line-height: 1.25em;
  text-decoration: none;
  opacity: 0.8;
  z-index:9999999 !important ;

}
#topbar a:hover {
  opacity: 1;
  z-index:9999999 !important ;
}
 
#tophiddenbar {
  display: block;
  width: 100%;
  background: #111111;
  color: #b09f82;
  padding: 7px 0px 0px 15px;
  font-size: 1.3em;
  text-align: left;
  text-shadow: 1px 1px 0 #444;
  z-index:9999999 !important ;
  float:left;
}
#tophiddenbar a {
  color: #fff;
  font-size: 1.0em;
  text-decoration: none;
  opacity: 0.5;
  text-shadow: none;
  z-index:9999999 !important ;
}
#tophiddenbar a:hover { opacity: 1; z-index:9999999 !important ;}
 
#topbar:hover { height: 60px; z-index:9999999 !important ;}

#fader {
  background: rgba(0,0,0,0.66);	
  width:      100%;
  height:     100%; 
  z-index:    10;
  top:        0; 
  left:       0; 
  position:   fixed;
  color:white;
}

















.io {
  background: rgba(255, 255, 255, 0.77);
  width:984px;
  height:500px;
  position:relative;
  padding:20px;
  font-size:14px;
  clear:both;
}
.picture_card {
  float:left;
  padding:20px;
}
.picture_title {
  font-size: 55px;
  padding:20px;
}








.text_input_box {
width: 984px;
height:500px;
}

.einteract{
clear:both;
}

.ei_input, .r_input {
width: 729px;
height: 20px;
font-size: 20px;
padding: 10px;
background-color: rgba(255, 255, 255, 0.80);
float:left;
}

.ei_enter, .r_enter {
float:left;
	font-weight: 400;
	color: #fff;
	text-shadow: 0px 1px 0 rgba(0,0,0,0.25);	
	background: #0099FF;
	cursor: pointer;	
  width: 40px;
  font-size: 30px;
  height: 40px;
  margin-left:5px;
}

.ei_enter:hover, .r_enter:hover {
	background: #2FACFF;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}

.ei_auto_reply {
float:left;
	font-weight: 400;
	color: #fff;
	text-shadow: 0px 1px 0 rgba(0,0,0,0.25);	
	background: #0099FF;
	cursor: pointer;	
  width: 90px;
  font-size: 11px;
  height: 40px;
  margin-left:5px;
}

.ei_auto_reply:hover {
	background: #2FACFF;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}


.button_generic {
float:right;
	font-weight: 700;
	color: #fff;
	text-shadow: 0px 1px 0 rgba(0,0,0,0.25);	
	background: #0099FF;
	cursor: pointer;	
  width: 170px;
  font-size: 14px;
  height: 40px;
  margin-left:5px;
}

.button_generic:hover {
	background: #2FACFF;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}

#feedback_ta {
  border: 1px solid #999999; 
  outline: none;
  resize: none;
  overflow: auto;
}

























#feedback_button {
  position: fixed;
  top: 120px;
  left: 0;
  height:118px;
  width:32px;
	background: url("../images/feedback.png") no-repeat;
}

#feedback_button:hover {
	background: url("../images/feedback_hover.png");
  cursor: pointer;
}

.ei_replies {
padding: 10px;
text-align: left;
height: 440px;
position: relative;
width: 964px;
}

ul 
{
    list-style-type: none;
    padding-left: 0px;
}

li#you {
  padding-top: 15px;
  width: 95%;
  float: left;
  color: white;
  font-size: 20px;
  min-width: 176px;
  
  color: #0077C7;
  font-size:17px;
}
li#me {
  padding-top: 15px;
  width: 95%;
  float: left;
  color: white;
  font-size: 20px;
  min-width: 176px;
  
  color: #333333;
  font-weight: normal;
 font-size:15px;
}

.links_cont li a {
  text-decoration: none;
  color: white;
}

.links_cont li a:hover {
font-size: 25px;
  top: -3px;
  position: relative;
}




















/* Styles for dialog window */
#small-dialog {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 400px;
	margin: 40px auto;
	position: relative;
}

#feedback-dialog {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 700px;
	margin: 40px auto;
	position: relative;
}


/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 



	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}



/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;

	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;

	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}













.onoffswitch {
    position: relative; width: 60px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;

    border-radius: 22px;
}
.onoffswitch-inner {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left; width: 50%; height: 22px; padding: 0; line-height: 22px;
    font-size: 12px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    border-radius: 22px;
    box-shadow: 0px 11px 0px rgba(0,0,0,0.08) inset;
}
.onoffswitch-inner:before {
    content: "On";
    padding-left: 15px;
    background-color: #53CF3A; color: #FFFFFF;
    border-radius: 22px 0 0 22px;
}
.onoffswitch-inner:after {
    content: "Off";
    padding-right: 15px;
    background-color: #EB4141; color: #FFFFFF;
    text-align: right;
    border-radius: 0 22px 22px 0;
}
.onoffswitch-switch {
    width: 23px; margin: 0px;
    background: #FFFFFF;
    border: 2px solid #FFFFFF; border-radius: 26px;
    position: absolute; top: 0; bottom: 0; right: 38px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
    box-shadow: 0 1px 1px white inset;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}






@include keyframes(bounce) {
	0%, 20%, 50%, 80%, 100% {
    @include transform(translateY(0));
  }
	40% {
    @include transform(translateY(-30px));
  }
	60% {
    @include transform(translateY(-15px));
  }
}


.arrow {
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left:-20px;
  width: 40px;
  height: 40px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
  background-size: contain;
}

.bounce {
  @include animation(bounce 2s infinite);
}



.bubble_tess, .bubble_me, .bubble_wait, .me_bubble_wait {
    float: left;
    position: relative;
    max-width: 60%;
    /* border: 1px solid rgba(255, 255, 255, 0.78); */
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 2vmin;
    color: white;
    margin: 0 auto;
    font-size: 2.6vmin;
    margin-top: 1vmin;
    /* font-weight: bold; */
    text-align: left;
    padding-top: 1vmin;
    padding-bottom: 0.5vmin;
    line-height: 5vmin;
    padding-left: 4.5vmin;
    padding-right: 2.9vmin;
    border-top-left-radius: 0;
    margin-bottom: 1.5vmin;
    background: rgba(255, 255, 255, 0.11);
}

.bubble_tess, .bubble_wait {
      margin-left: -3vmin;
}

  .bubble_me, .me_bubble_wait {
    border-radius: 2vmin;
    float: right;
    border-top-right-radius: 0;
    padding-left: 2.9vmin;
    padding-right: 4.5vmin;
    margin-right: -3vmin;  
  }

.profile_image_left {
  height: 7vmin;
  margin-left: 1vmin;
  margin-top: 1vmin;
    z-index: 2;
    position: relative;
}

.profile_image_right {
  height: 7vmin;
  margin-right: 1.4vmin;
  margin-top: 1vmin;
    z-index: 2;
    position: relative;
}

.message_time_left {
font-size: 1.5vmin;
    margin-top: -1.5vmin;
    text-align: right;
    margin-bottom: -0.4vmin;
    color: rgba(255, 255, 255, 0.55);

}

.message_time_right {
    font-size: 1.5vmin;
    margin-top: -1.5vmin;
    text-align: left;
    margin-bottom: -0.4vmin;
    color: rgba(255, 255, 255, 0.55);

}

abbr[data-original-title], abbr[title] {
    border-bottom: none !important;
}


.new_form_label {
    float: left;
    font-weight: normal;
    padding-top: 5px;
    font-size: 17px;
    margin-right: 22px;
    margin-left: 5px;
    width: 85px;
}
 
 
.big_check {
    /*-webkit-appearance:none;*/
    width:30px;
    height:30px;
    background:white;
    border-radius:5px;
    border:1px solid #CCCCCC;
    outline:none !important;
    margin:0px !important;
    cursor:pointer;
}
.big_check:checked {
    background: #0A1E21;
}
 
 
/* Bootstrap overriders for table: */
.table-responsive {
  border:none !important;
}
.table-hover>tbody>tr:hover {
    background-color: rgba(255, 255, 255, 0.17) !important;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 0px solid rgba(255, 255, 255, 0.07) !important;
}

/* Datatables overriders for table: */ 
table.dataTable tbody tr {
    background-color: inherit !important;
} 
table.dataTable.no-footer {
    border-bottom: none !important;
    margin-bottom: 15px !important;
}
div.dataTables_wrapper div.dataTables_filter input {
    background: none !important;
    border-radius: 0 !important;
    margin-left: 20px !important;
    padding: 5px !important;
    width: 200px !important;
    color: white !important;
}
.table>thead>tr>th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.36) !important;
}

.patient_dropdown {
    color: #FFF !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-color: transparent !important;
    text-shadow: none !important;
    font-size: 10px !important;
    padding: 3px 6px !important;
}
.patient_dropdown:hover {
        background-color: rgba(255, 255, 255, 0.42) !important;
}


.pagination {
  margin-left: -60px !important;
}

@media screen and (max-width: 767px) {
  #manage_table_info {
  margin-left: -30px !important;
}
}
  
  .me_bubble_wait {
    font-size: 7vmin;      
  }  
  
  .bubble_wait {
    font-size: 7vmin; 
  }

  .bubble_tess:after, .bubble_me:after, .bubble_wait:after, .me_bubble_wait:after {
  content: "";
  position: absolute;
  top: 8px;
  left: -12px;
  /* border-style: solid; */
  border-width: 7px 12px 7px 0;
  border-color: transparent rgba(255, 255, 255, 0.5);
  display: block;
  width: 0;
  z-index: 1;
}

.bubble_me:after, .me_bubble_wait:after {
  left: initial;
  right: -12px;
  border-width: 7px 0 7px 12px;
}

.positive_emotion {
  background: rgb(48, 180, 0);
  cursor: help;
  color: white;
  padding: 2px;
}

.negative_emotion {
  background: rgb(255, 56, 56);
  cursor: help;
  color: white;
  padding: 2px;
}

.neutral_emotion {
  background: rgb(67, 67, 177);
  cursor: help;
  color: white;
  padding: 2px;
}

.a_person {
  background: white;
  cursor: help;
  padding: 2px;
}

.wiki_link {
  color: #17253D;
}

#button_blue_small {
  background: #17253D;
  border-radius: 5px;
  font-size: 1.2vmax;
  padding: 0.4vmax 0.8vmax;
  color: white;
  position: relative;
  top: -0.4vmax;
  font-weight: bold;
}

#button_blue {
  background: #17253D;
  border-radius: 5px;
  font-size: 16px;
  padding: 8px 17px 8px 17px;
  color: white;
  position: relative;
  top: -7px;
  font-weight: bold;
}

#button_blue:hover {
  background: rgb(63, 99, 161);
  cursor: pointer;
}

#button_blue_small:hover {
  background: rgb(63, 99, 161);
  cursor: pointer;
}

#med_list li {
  color: rgb(212,212,212);
  font-weight: bold;
  padding:10px;
  margin-top: 10px;
}

#med_list li:hover {
  background: rgba(0,0,0,0.2);
  border-radius: 10px;
  cursor: pointer;
}

#med_list .selected {
  background: #17253D;
  border-radius: 10px;
  cursor: pointer;
}

#med_list .selected:hover {
  background: #17253D;
}

label {
  font-size: 15px;
}
.medication_box, .background_box, .login_box, .root_box {
  padding: 10px;
  z-index: 9999999999;
  color: black;
  position: fixed;
  left: 0px;
  right: 0px;
  width: 70%;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
  border-radius: 15px;
  font-size: 20px;
  text-align: left;
  line-height: 36px;
  font-weight: bold;
  max-width: 400px;
  max-height: 400px;  
}

.root_box form, .login_box form, .medication_box form, .background_box form  {     }
.root_box p, .login_box p, .medication_box p, .background_box p     { }
.medication_box p    {   line-height: 22px; }
.root_box label, .login_box label, .medication_box label, .background_box label { }


.root_box select  {
    font-size: 12px;
    padding: 5px;
    font-family: 'Asap' sans-serif !important;
    width: 95%;
    padding-left: 10px;
    font-weight: bold;
    background: rgb(255, 255, 255);
    color: #17253D;
    border-radius: 5px;
}


.login_box input, .medication_box input, .medication_box select, .background_box input, .background_box select { 
  font-size: 20px;
  padding: 5px;
  font-family: 'Asap' sans-serif !important;
  width: 100%;
  padding-left: 10px;
  font-weight: normal;
  background: rgba(0,0,0,0.36);
  color: white;
}
.medication_box select {
  font-size: 12px;
}

#spinner.active {
    display: block;
}
#spinner {
    display: none;
    position: absolute;
    height: 60px;
    width: 60px;
    top: 40%;
    left: 48%;
    z-index: 1;
}
.spinner_ball {
    position: absolute;
    display: block;
    background-color: white;
    left: 24px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
}

.new_select {
  width: 180px !important;
    padding: 5px 9px !important;
    font-size: 12px !important;
    color: #17253D !important;
    background: rgba(255, 255, 255, 0.36) !important;
    font-weight: bold !important;
    border-radius: 6px !important;
    font-family: 'PT Sans', sans-serif !important;
    margin: 10px !important;
}

.sidebar_ul {
  margin-top: 15px;
  /*border-top: 1px solid rgba(255, 255, 255, 0.22);*/
}
.sidebar_li {
  width: 100%;
  font-size: 12px;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.22);*/
  padding-bottom: 7px;
  padding-top: 7px;
  float: left;
}

.sidebar_li:hover {
  cursor:pointer;
  background: rgba(255, 255, 255, 0.15); 
}


    


#ball_1 {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0.3, 0.9, 0.9);
    -webkit-animation-name: rotate; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 6px 30px;
}
#ball_2 {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0.5, 0.9, 0.9);
    -webkit-animation-name: rotate; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 6px 30px;
}
#ball_3 {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0.7, 0.9, 0.9);
    -webkit-animation-name: rotate; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 6px 30px;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
  }
  100% { 
    -webkit-transform: rotate(1440deg) scale(1); 
  }
}​


