html body {
	background: #f7f7f7;
	margin: 0;
	min-width: 1380px;
	overflow: hidden;
}

html{
	overflow: hidden !important;
}

* {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

:focus {
	outline: none;
}

::-moz-focus-inner {
	border: 0;
}

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE/Edge */
	user-select: none; /* non-prefixed version, currently
                                  not supported by any browser */
}

.imgLoading {
	position:relative;
	float:left;
	height: 24px;
	width: 24px;
	margin: 5px;
}

.rightPart {
	position: absolute;
	left: 20%;
	width: 80%;
	height: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
}

.rightPart-content {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0px;
	bottom: 0;
	overflow-y: hidden;
	overflow-x: hidden;
}

.full {
	width: 100%;
}

.pBottom {
	clear: both;
	/*margin-left: 5%;
	width: 90%;*/
	width: 100%;
}

.pDate {
	width: 30%;
	margin-right: 3%;
	float: left;
}

.pButtons-left {
	clear: both;
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-top: 20px;
	margin-bottom: 10px;
}

.pButtons-right {
	position: absolute;
	top:130px;
	right: 0;
	width: 20%;
	margin-bottom: 10px;
}

.pButtons {
	margin-top: 20px;
	float: right;
}

.pButtons-bottom {
	position: absolute;
	float: right;
	bottom: 10px;
	right: 2%;
	width: 50%;
}

.pButtons-bottom div {
	position: relative;
	float: right;
	width: auto;
	text-align: center;
	font-size: 12px;
	margin-left: 1%;
	padding: 5px;
	padding-top: 5px;
	white-space: nowrap;
	padding-bottom: 5px;
}

.pButtons-export {
	position: absolute;
	float: right;
	bottom: 0px;
	left: 80%;
	width: 18%;
}

.subtitle {
	clear: both;
	margin-top: 20px;
	font-size: 15px;
	color: #5c4267;
	border-bottom: 1px solid #e9e9e9;
}

.subtitle.marginTop {
	margin-top: 40px;
}

.subtitle.paddingTop {
	padding-top: 40px;
}

.gwt-DatePicker {
	text-align: center;
	width: 100%;
	margin-top: 10px;
}

.datePickerDayIsToday {
	padding: 3px;
}

.errorDialog {
	border-radius: 3px;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-o-border-radius: 3px !important;
	padding: 15px;
	max-width: 300px;
	background: #72537c;
	z-index: 10;
}

.alert {
	border-radius: 3px;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-o-border-radius: 3px !important;
	padding: 15px;
	max-width: 350px;
	background: #72537c;
	z-index: 10;
}

.alert-content {
	
}

.alert-password {
	clear: both;
	width: 98%;
	font-size: 15px;
	margin-right: 50px;
	margin-top: 5px;
	border-radius: 5px;
	box-sizing: content-box;
	padding: 5px;
}

.alert-buttons {
	clear: both;
	float: right;
	padding-top: 5px;
	height: 50px;
	width: 100%;
}

.alert-buttons .grayButton, .alert-buttons .greenButton {
	clear: none;
	padding: 0px;
	float: left;
	margin: 5px;
	max-height: 50px;
	border: 0px;
	width: 43%;
}

.alert-buttons .redButton {
	clear: none;
	padding: 0px;
	float: left;
	margin: 5px;
	margin-right: 8%;
	max-height: 50px;
	border-radius: 3px;
	border: 0px;
	width: 42%;
}

.dialogMiddle .gwt-Button {
	margin-top: 20px;
	background: #b5c02f;
	border-radius: 5px;
	color: white;
	padding: 10px;
	margin-left: 15%;
	width: 70%;
	text-align: center;
	font-size: 15px;
}

.dialogMiddle .gwt-Button:hover {
	cursor: pointer;
	background: #cdd84d;
}

.placeHolder {
	color: #bebebe;
}

.rightPart .container {
	position: absolute;
	top: 150px;
	bottom: 0px;
	height: auto;
	left: 2%;
	right: 20%;
	width: 76%;
	overflow: auto;
}

.gwt-SuggestBoxPopup {
	background-color: #fff;
	padding-top: 2px;
}

.suggestPopupContent {
	height: 200px;
	width: 100% !important;
	overflow-y: scroll;
}

.gwt-SuggestBoxPopup .item {
	width: 400px !important;
	padding: 5px !important;
	background: white !important;
	color: black !important;
}

.gwt-SuggestBoxPopup .item-selected {
	background: #feb3eb !important;
	color: white !important;
}

.border {
	border: 1px solid #af85db
}

.pQuestion-innerTable {
	height: 100%;
	width: 100%;
	background: white;
	overflow-y: auto;
}

.addQuestion {
	position: relative;
	padding: 10px 0px 10px 10px;
	color: white;
	overflow: hidden;
	background: #70547a;
	text-align: center;
	cursor: pointer;
}

.addQuestion:hover {
	background: #5c4267;
}

link {
	position: relative;
	width: 100%;
	text-align: center;
	clear: both;
	color: #5c4267;
	float: left;
	text-decoration: underline;
	font-weight: 500;
	cursor: pointer;
}

.option {
	width: auto;
	padding-right: 2%;
	float: left;
	font-size: 15px;
	color: gray;
	margin-bottom: 10px;
	text-align: left;
	font-weight: lighter;
}

.fc-content {
	background: white;
}

.pVideos .video {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
}

::-webkit-scrollbar {
	width: 0.4em;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	outline: 1px solid slategrey;
}

.patientSurveyQuestion {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
	color: #5b4265;
}

.patientSurveyQuestionComments {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	font-size: 13px;
	color: #454545;
}

.patientSurveyQuestionReply {
	position: relative;
	float: left;
	width: 98%;
	clear: both;
	font-size: 16px;
	font-weight: bold;
	padding: 1%;
	color: black;
}

.patientSurveyQuestionReply .sqBadge {
	position: relative;
	float: left;
	border-radius: 10px;
	width: 12px;
	height: 12px;
	margin: 5px;
	margin-top: 10px;
}

.patientSurveyQuestionReply .sqReply {
	position: relative;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: black;
	margin-left: 0px;
	margin-top: 5px;
}

.tdColor {
	position: relative;
	float: left;
	width: 100%;
}

.tdColor .tdColorBadge {
	position: relative;
	border-radius: 10px;
	width: 12px;
	height: 12px;
	margin-left: auto;
	margin-right: auto;
}

.Caption {
	color: white;
}

a, a:visited {
	color: #5c4267 !important;
	text-decoration: none;
}

.gwt-PopupPanelGlass {
	z-index: 1;
}

.opentok-viewer {
	z-index: 10;
}

.call-viewer {
	z-index: 9;
}

.quality-star {
	position:relative;
	float: left;
	margin-right: 6px;
	width: 30px;
	height: 30px;
}

.panel-stars {
	clear:both;
	position:relative;
	padding-top:10px;
	left: 50%;
	margin-left: -90px;
}



/*Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type='range'] {
      overflow: hidden;
      width: 80px;
      -webkit-appearance: none;
      background-color: #ffffff;
    }
    
    input[type='range']::-webkit-slider-runnable-track {
      height: 10px;
      -webkit-appearance: none;
      color: #5d4267;
      margin-top: -1px;
    }
    
    input[type='range']::-webkit-slider-thumb {
      width: 10px;
      -webkit-appearance: none;
      height: 20px;
      cursor: ew-resize;
      background: #a0a0a0;
      box-shadow: -80px 0 0 80px #5d4267;
    }

}
/** FF*/
input[type="range"]::-moz-range-progress {
  background-color: #5d4267; 
}
input[type="range"]::-moz-range-track {  
  background-color: #ffffff;
}
/* IE*/
input[type="range"]::-ms-fill-lower {
  background-color: #5d4267; 
}
input[type="range"]::-ms-fill-upper {  
  background-color: #ffffff;
}

.margin-top{
	margin-top: 10px;
}