/* Alset RPS v7.160.624 */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);

/* Main CSS Elements */
body {font-family: "Arial", Helvetica, sans-serif; background: #2585AC;}
body.no_margin {margin: 0px;}
.height_100pct {height: 100%;}
p {font-family: "Arial", Helvetica, sans-serif;}
h4 {font-family: "Arial", Helvetica, sans-serif; font-size: 16pt;}

textarea {outline: none; resize: none;}
input {outline: none; -webkit-appearance: none;}

.fontBold {font-weight: bold;}
.textBox-light-blue {background-color: #e9f3f7;}
.textBox-mid-blue {background-color: #d8eaf1;}
.textBox-g {background-color: #d7efe9;}
.textBox-r {background-color: #efd7d7;}
.text-grey {color: #7c7e7e;}
.text-black {color: #000000;}
.floatLeft {float: left;}
.floatRight {float: right;}
.topPadding-04 {padding-top: 4px; margin-right: 2px;}

.wrapper {
	position: relative;
	min-height: 100%;
	margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height */
	
}
footer, .push {
	position: relative;
	margin: 0 auto;
	text-align: center;
	height: 20px; /* '.push' must be the same height as 'footer' */
}

.alset_rps_footer {
	text-align: center;
    height: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 6pt;
    color: #d8eaf1;
    width: 100%;
}

#alset_rps_footer {
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 9pt;
	text-align: center; 
	color: #FFFFFF;
	height: 20px;
	width: 100%;
	margin-top: 100px;
}

#main_container_footer {
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 6pt;
    text-align: left;
    color: #d8eaf1;
    height: 15px;
    padding-top: 10px;
    width: 100%;
    float: left;
}


.alset_rtc_body {
	background-color: #92c2d6;
    font-family: 'Roboto', sans-serif;
	font-weight: 400;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

#alset_rtc_room_buffer {
	color: #000;
	background: rgba(233,243,247,.7);
	width: 150px;
	border: 0px;
	outline: 0px;
}

#alset_rtc_room_js_result {
	color: #000;
	background: rgba(233,243,247,.7);
	width: 150px;
	border: 0px;
	outline: 0px;
}

#alset_rtc_main_container {
	font-size: 0;
    height: 100%;
    position: absolute;
    transition: all 1s;
    width: 100%;
}

#alset_rtc_main_container video {
    object-fit: contain;
}

#alset_rtc_header {
	position: absolute;
    width: 100%;
	height: 30px;
    text-align: right;
    opacity: 0;
    z-index: 3;
    background: rgba(233,243,247,.7);
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

.alset_signout_button {
	border: 0px;
	width: 90px;
	height: 30px;
	background: #2585AC;
	outline: none;
	cursor: pointer;
	color: #fff;
	font-size: 1em;
	z-index: 12;
	pointer-events: auto;
}

.full_opacity {
	opacity: 1 !important;
}

.zero_opacity {
	opacity: 0 !important;
}

.pointer_events_none {
	pointer-events: none;
}

.pointer_events_auto {
	pointer-events: auto;
}

#alset_rtc_header_text {
    font-family: 'Roboto', sans-serif;
    font-size: 9pt;
    font-weight: bold;
}

#alset_rtc_header_text_left{
	padding-left: 5px; 
	padding-top: 7px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400; 
	font-size: 9pt;
	float: left;
}

#alset_rtc_local_video {
	border: 0px;
    bottom: 1%;
    right: 1%;
    width: 20%;
    min-width: 90px;
	max-width: 250px;
    opacity: 1;
    position: absolute;
    transition: opacity 1s;
    opacity: 1;
    z-index: 2;
	overflow: hidden;
}


#localVideo {
	object-fit: cover !important;
    max-height: 180px;
	height: 100%;
    width: 100%;
}

#alset_rtc_remote_video video{
	display: block;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    opacity: 0;
    position: absolute;
    transition: opacity 1s;
    width: 100%;
	opacity: 1;
    z-index: 1;
}

/* unvisited link */
#alset_rtc_header a:link {

    color: #2585AC;
	text-decoration: none;
}

/* visited link */
#alset_rtc_header a:visited {

    color: #2585AC;
	text-decoration: none;
}

/* mouse over link */
#alset_rtc_header a:hover {

    color: #92D3EC;
	text-decoration: none;
}

/* selected link */
#alset_rtc_header a:active {

    color: #2585AC;
	text-decoration: none;
}


#alset_rtc_logo {
	border: 0px;
    bottom: 1%;
    left: 1%;
    opacity: 1;
    position: absolute;
    transition: opacity 1s;
    opacity: 0.2;
    z-index: 2;
}

#alset_rtc_logo_large_centered {
	border: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    position: absolute;
    transition: opacity 1s;
    opacity: 1;
    z-index: 0;
}

.alset_rtc_logo_centered {
	display: block;
    margin: 0 auto;
	margin-top: 10%;
}

#alset_rtc_pin_dialog {
	font-family: 'Roboto', sans-serif;
	padding: 20px;
	background: #92c2d6;
	position: absolute;
	margin-top: 14%;
    margin-left: 42%;
	transition: opacity 1s;
	opacity: 1;
	z-index: 5;
}


.swing {
        -webkit-animation: swing .3s ease;
        animation: swing .3s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
}

@-webkit-keyframes swing
{
    15%
    {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    30%
    {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    50%
    {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    65%
    {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    80%
    {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing
{
    15%
    {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    30%
    {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    50%
    {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    65%
    {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    80%
    {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


#rtc_pin_textbox {
	border: 0px;
    width: 240px;
    height: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 32pt;
    text-align: center;
	letter-spacing: 16px;
	margin-bottom: 15px;
	padding-left: 10px;
}

#rtc_pin_display_textbox {
	border: 0px;
    width: 240px;
    height: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 32pt;
    text-align: center;
	letter-spacing: 16px;
	margin-bottom: 15px;
	padding-left: 10px;
}


.rtc_pin_button {
	width: 80px;
	height: 80px;
	background: #e9f3f7;
	font-family: 'Roboto', sans-serif;
    font-size: 32pt;
	cursor: pointer;
	border: 0px;
	outline: none;
	margin-top: 5px;
}

.rtc_pin_button_center {
	margin-left: 5px;
	margin-right: 5px;
}

#alset_rtc_dimmer_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 4;
    background: #000000;
    opacity: .7;
	transition: opacity .5s;
}

#alset_rtc_p_dimmer_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 4;
    background: #000000;
    opacity: .7;
	transition: opacity .5s;
}

.alset_rtc_p_body {
	background-color: #e9f3f7;
    font-family: 'Roboto', sans-serif;
	font-weight: 400;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

#alset_rtc_p_room_buffer {
	color: #000;
	background: rgba(233,243,247,.7);
	width: 150px;
	border: 0px;
	outline: 0px;
}

#alset_rtc_p_room_js_result {
	color: #000;
	background: rgba(233,243,247,.7);
	width: 150px;
	border: 0px;
	outline: 0px;
}

#alset_rtc_p_main_container {
	font-size: 0;
    height: 100%;
    position: absolute;
    transition: all 1s;
    width: 100%;
}

#alset_rtc_p_main_container video {
    object-fit: contain;
}

#alset_rtc_p_header {
	position: absolute;
    width: 100%;
	height: 30px;
    text-align: right;
    opacity: 0;
    z-index: 3;
    background: rgba(233,243,247,.7);
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

#alset_rtc_p_header_text {
    font-family: 'Roboto', sans-serif;
    font-size: 9pt;
    font-weight: bold;
}

#alset_rtc_p_header_text_left{
	padding-left: 5px; 
	padding-top: 7px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400; 
	font-size: 9pt;
	float: left;
}

#alset_rtc_p_local_video {
	border: 0px;
    bottom: 1%;
    right: 1%;
    width: 20%;
    min-width: 90px;
	max-width: 250px;
    opacity: 1;
    position: absolute;
    transition: opacity 1s;
    opacity: 1;
    z-index: 2;
	overflow: hidden;
}


#localVideo_p {
	object-fit: cover !important;
    max-height: 180px;
	height: 100%;
    width: 100%;
}

#alset_rtc_p_remote_video video{
	display: block;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    opacity: 0;
    position: absolute;
    transition: opacity 1s;
    width: 100%;
	opacity: 1;
    z-index: 1;
}

/* unvisited link */
#alset_rtc_p_header a:link {

    color: #2585AC;
	text-decoration: none;
}

/* visited link */
#alset_rtc_p_header a:visited {

    color: #2585AC;
	text-decoration: none;
}

/* mouse over link */
#alset_rtc_p_header a:hover {

    color: #92D3EC;
	text-decoration: none;
}

/* selected link */
#alset_rtc_p_header a:active {

    color: #2585AC;
	text-decoration: none;
}


#alset_rtc_p_logo {
	border: 0px;
    bottom: 1%;
    left: 1%;
    opacity: 1;
    position: absolute;
    transition: opacity 1s;
    opacity: 0.2;
    z-index: 2;
}

#alset_rtc_p_logo_large_centered {
	border: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    position: absolute;
    transition: opacity 1s;
    opacity: 1;
    z-index: 0;
}

.alset_rtc_p_logo_centered {
	display: block;
    margin: 0 auto;
	margin-top: 10%;
}








.fa-lg_arrows_01 {
	font-size: 2em !important;
	vertical-align: -20%;
	margin-top: -20px;
	margin-bottom: -20px;
}

.fa-arrow_left_01 {
	margin-right: 20px;
}

.fa-arrow_right_01 {
	margin-left: 20px;
}
 
.pending_title {
	text-align: center;
    font-size: 16pt;
    background-color: #eadcde;
    border-bottom: 1px solid #FFF;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.approved_title {
	background: #d7efe9;
	text-align: center;
    float: left;
    width: 225px;
    font-size: 16pt;
    border-bottom: 1px solid #FFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
	cursor: pointer;
}

.approved_title:hover {
	background: #f1fffb !important;
	text-align: center;
    float: left;
    width: 225px;
    font-size: 16pt;
    border-bottom: 1px solid #FFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
	cursor: pointer;
}

.ui-datepicker-trigger_hover {
	background: #9ad4ba !important;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 5px;
	padding-right: 5px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.approved_title {-webkit-transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s}

.archived_title {
	background: #fff0db;
	color: #000;
	text-align: center;
    float: left;
    width: 225px;
    font-size: 16pt;
    border-bottom: 1px solid #FFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
	cursor: pointer;
}

.archived_title:hover {
	background: #fffdfa !important;
	color: #767676 !important;
	text-align: center;
    float: left;
    width: 225px;
    font-size: 16pt;
    border-bottom: 1px solid #FFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
	cursor: pointer;
}

.archived_title:hover ~ #return_from_datepicker_right.archived {
	background: #ffd497 !important;
    padding-top: 4px;
    padding-left: 4px;
    padding-bottom: 5px;
    padding-right: 5px;
	color: #FFF;
    float: left;
    width: 16px;
    height: 16px;
	border-bottom: 1px solid #FFF;
	cursor: pointer;
}

.archived_title {-webkit-transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s}

#left_arrow_datepicker.approved {
	background: #c4ebda;
    padding-top: 5px;
    padding-left: 5px;
    color: #000;
    float: left;
    width: 20px;
    height: 20px;
	cursor: pointer;
	border-bottom: 1px solid #FFF;
}

#left_arrow_datepicker.approved:hover {
	background: #9ad4ba;
    padding-top: 5px;
    padding-left: 5px;
    color: #FFF;
    float: left;
    width: 20px;
    height: 20px;
	cursor: pointer;
	border-bottom: 1px solid #FFF;
}

#left_arrow_datepicker.archived {
	background: #ffdeaf !important;
    padding-top: 5px;
    padding-left: 5px;
    color: #000;
    float: left;
    width: 20px;
    height: 20px;
	cursor: pointer;
	border-bottom: 1px solid #FFF;
}

#left_arrow_datepicker.archived:hover {
	background: #ffd497 !important;
    padding-top: 5px;
    padding-left: 5px;
    color: #FFF;
    float: left;
    width: 20px;
    height: 20px;
	cursor: pointer;
	border-bottom: 1px solid #FFF;
}

#left_arrow_datepicker {-webkit-transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s}

#return_from_datepicker_right.approved {
	background: #d7efe9;
	padding-top: 4px;
    padding-left: 4px;
    padding-bottom: 5px;
    padding-right: 5px;
    float: left;
    width: 16px;
    height: 16px;
	border-bottom: 1px solid #FFF;
	cursor: pointer;
}

#return_from_datepicker_right.approved:hover {
	background: #9ad4ba;
	padding-top: 4px;
    padding-left: 4px;
    padding-bottom: 5px;
    padding-right: 5px;
	color: #FFF;
    float: left;
    width: 16px;
    height: 16px;
	border-bottom: 1px solid #FFF;
	cursor: pointer;
}

#return_from_datepicker_right.archived {
	background: #fff0db !important;
    padding-top: 4px;
    padding-left: 4px;
    padding-bottom: 5px;
    padding-right: 5px;
    float: left;
    width: 16px;
    height: 16px;
	border-bottom: 1px solid #FFF;
	cursor: pointer;
}

#return_from_datepicker_right.archived:hover {
	background: #ffd497 !important;
    padding-top: 4px;
    padding-left: 4px;
    padding-bottom: 5px;
    padding-right: 5px;
	color: #FFF;
    float: left;
    width: 16px;
    height: 16px;
	border-bottom: 1px solid #FFF;
	cursor: pointer;
}

#return_from_datepicker_right {-webkit-transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s}


#right_arrow_datepicker.approved  {
    background: #c4ebda;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 8px;
    color: #000;
    float: right;
    width: 12px;
    height: 20px;
    cursor: pointer;
    border-bottom: 1px solid #FFF;
}

#right_arrow_datepicker.approved:hover  {
    background: #9ad4ba;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 8px;
    color: #FFF;
    float: right;
    width: 12px;
    height: 20px;
    cursor: pointer;
    border-bottom: 1px solid #FFF;
}

#right_arrow_datepicker.archived {
	background: #ffdeaf;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 8px;
    color: #000;
    float: left;
    width: 12px;
    height: 20px;
	cursor: pointer;
	border-bottom: 1px solid #FFF;
}

#right_arrow_datepicker.archived:hover {
	background: #ffd497 !important;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 8px;
    color: #FFF;
    float: left;
    width: 12px;
    height: 20px;
	cursor: pointer;
	border-bottom: 1px solid #FFF;
}

#right_arrow_datepicker {-webkit-transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s}

#datepicker_container {
	background: #d7efe9;
    float: left;
    width: 25px;
    height: 25px;
	cursor: pointer;
	border-bottom: 1px solid #FFF;
}

.ui-datepicker-trigger {
	background: #d7efe9;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 5px;
	padding-right: 5px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.ui-datepicker-trigger:hover {
	background: #9ad4ba !important;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 5px;
	padding-right: 5px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.ui-datepicker-trigger.approved {
	background: #d7efe9;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 5px;
	padding-right: 5px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.ui-datepicker-trigger.approved:hover {
	background: #9ad4ba !important;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 5px;
	padding-right: 5px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.ui-datepicker-trigger {-webkit-transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s}

.ui-datepicker-trigger.archived {
	background: #fff0db !important;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 5px;
	padding-right: 5px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.ui-datepicker-trigger.archived:hover {
	background: #ffd497 !important;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 5px;
	padding-right: 5px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.ui-datepicker-trigger.archived {-webkit-transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s}


 
 .barcodeInstructionsText-g {
    padding: 10px;
    background-color: #d8eaf1;
    color: #63c079;
    font-size: 2em;
    text-align: center;
}

 .barcodeInstructionsText-r {
    padding: 10px;
    background-color: #c06363;
    color: #63c079;
    font-size: 2em;
    text-align: center;
}
 
 
button {
  background: #2585AC;
  outline: none;
  padding: 4px;
  cursor: pointer;
  color: #fff;
  border: 0px;
  transition:background-color .2s;
}



.small_reset_button {
	font-size: 8pt;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    background: #9ad4ba;
    outline: none;
    cursor: pointer;
    color: #000;
    border: 0px;
}




.noBorder {border: 0px;}

#resetRxNum {
	clear: both;
	float: right;
}

.background-grey {
	background-color: #d8d8d8;
}

.background-light-blue {
	background-color: #e9f3f7;
}

.background-mid-blue {
	background-color: #d8eaf1;
}

.capture-button-lg {
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 8px;
    margin-bottom: 10px;
	font-size: 0.75em;
}

.capture-button-lg:hover {
background: #1e6d8d !important;
}

.addRx-button-lg {
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
	background-color: #226319;
    margin-top: 4px;
    margin-bottom: 10px;
	font-size: 0.75em;
}

.addRx-button-lg:hover {
	background-color: #416b3b !important;
}

.approveRx-button-lg {
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
	background-color: #63c079;
    margin-top: 4px;
    margin-bottom: 10px;
	font-size: 0.75em;
	width: 195px;
}

.approveRx-button-lg:hover {
	background-color: #48b161 !important;
}

.rejectRx-button-lg {
	float: right;
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
	background-color: #e26565;
    margin-top: 4px;
    margin-bottom: 10px;
	font-size: 0.75em;
	width: 100px;
}

.rejectRx-button-lg:hover {
	background-color: #d14646 !important;
}

.resetRx-button-lg {
	float: right;
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
	background-color: #e26565;
    margin-top: 4px !important;
    margin-bottom: 10px;
	font-size: 0.75em;
}

.resetRx-button-lg:hover {
	background-color: #d14646 !important;
}

.resetRx-button-02-lg {
	float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #e26565;
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 0.75em;
}

.resetRx-button-02-lg:hover {
	background-color: #d14646 !important;
}

.return-button-tab-01-lg {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #2585ac;
    margin-top: 4px;
    margin-bottom: 10px;
    font-size: 0.75em;
}

.return-button-tab-01-lg:hover {
background: #1e6d8d !important;
}

.return-button-lg {
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 8px;
    margin-bottom: 10px;
	font-size: 0.75em;
	background-color: #efaa00;
}

.redButton {
	background: #e26565;
	padding-top: 1px;
    padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 0.75em;
}

.redButtonBottom {
	background: #c06363;
	padding-top: 4px;
    padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 0.75em;
	position: absolute;
	bottom: 0;
	margin-bottom: 10px;
}

.rx_archive_x {
	color: #c4ebda;
	float: right;
	text-align: right;
	padding-right: 5px;
	font-size: 13pt;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

.rx_archive_x {-webkit-transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s}

.rx_archive_x:hover {
	color: #ff6969 !important;
}

table.alset-right tbody tr:hover .rx_archive_x {
	color: #000000;
	float: right;
	text-align: right;
	padding-right: 5px;
	font-size: 13pt;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

table.alset-right tbody tr.highlight .rx_archive_x {
	color: #000000;
	float: right;
	text-align: right;
	padding-right: 5px;
	font-size: 13pt;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

.rx_delete_x {
	color: #ffdeaf;
	float: right;
	text-align: right;
	padding-right: 5px;
	font-size: 13pt;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

.rx_delete_x {-webkit-transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s}

.rx_delete_x:hover {
	color: #ff6969 !important;
}

table.alset-right tbody tr:hover .rx_delete_x {
	color: #000000;
	float: right;
	text-align: right;
	padding-right: 5px;
	font-size: 13pt;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

table.alset-right tbody tr.highlight .rx_delete_x {
	color: #000000;
	float: right;
	text-align: right;
	padding-right: 5px;
	font-size: 13pt;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

.archived_rx_archive_x {
	color: #ffdeaf;
	float: right;
	text-align: right;
	padding-right: 5px;
	font-size: 13pt;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

.archived_rx_archive_x {-webkit-transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s}

.archived_rx_archive_x:hover {
	color: #ff6969 !important;
}

table.alset-right tbody tr:hover .archived_rx_archive_x {
	color: #000000;
	float: right;
	text-align: right;
	padding-right: 5px;
	font-size: 13pt;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

table.alset-right tbody tr.highlight .archived_rx_archive_x {
	color: #000000;
	float: right;
	text-align: right;
	padding-right: 5px;
	font-size: 13pt;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}


.rx_pending_delete_x {
	color: #f8fbfc;
	float: right;
	text-align: right;
	padding-right: 5px;
	font-size: 13pt;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

.rx_pending_delete_x {-webkit-transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s}

.rx_pending_delete_x:hover {
	color: #ff6969 !important;
}

table.alset tbody tr:hover .rx_pending_delete_x {
	color: #000000;
	float: right;
	text-align: right;
	padding-right: 5px;
	font-size: 13pt;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

table.alset tbody tr.highlight .rx_pending_delete_x {
	color: #000000;
	float: right;
	text-align: right;
	padding-right: 5px;
	font-size: 13pt;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}


.rx_pending_waiting_delete_x {
	color: #ebc4c4;
	float: right;
	text-align: right;
	padding-right: 5px;
	font-size: 13pt;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

.rx_pending_waiting_delete_x {-webkit-transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s}

.rx_pending_waiting_delete_x:hover {
	color: #ff6969 !important;
}

table.alset tbody tr:hover .rx_pending_waiting_delete_x {
	color: #000000;
	float: right;
	text-align: right;
	padding-right: 5px;
	font-size: 13pt;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

table.alset tbody tr.highlight .rx_pending_waiting_delete_x {
	color: #000000;
	float: right;
	text-align: right;
	padding-right: 5px;
	font-size: 13pt;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

.alset_alert_headline {
	font-size: 26px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	text-align: center;
}

.alset_alert_body_01 {
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-align: center;
}

.alset_alert_footer {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-align: center;
}

#override-button-container {
	text-align: center;
}

.override-button-lg {
	background: #c06363;
	padding: 10px;
	font-size: 0.75em;
    margin-top: 14px;
    margin-bottom: 10px;
}

.override-button-lg-02 {
	background: #c06363;
	padding: 10px;
	font-size: 0.75em;
    margin-top: 12px;
    margin-bottom: 10px;
}

.redButtonRight {
	float: right;
	background: #e26565;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 0.75em;
    margin-top: 5px;
}

p{
	margin: 0px;
}

#uploadButton {
  /*display: block;*/
  background: #2585AC;
  /*width: 314px;*/
  padding: 4px;
  cursor: pointer;
  color: #fff;
  border: 0px;
  /*margin: auto;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 17px;
  transition: all 0.3s ease;
  */
}
 
#videoMain { }
#canvasRPS { margin-top: 10px; border: 1px solid #ccc; border-top-width: 0px; display: block; }
#liveVideo {}



.hidden { display: none; }
.invisible {visibility: hidden;}

.highlight {background-color: #feffdb !important;}

#mainContainer {width:1332px; padding-top: 25px; padding-left: 25px; padding-right: 25px; padding-bottom: 0px; margin: 0 auto; background-color: rgba(255,255,255,0.5); overflow:hidden;}
#mainContainer_rtc-alt {width:1000px; padding-left: 25px; padding-right: 25px; padding-top: 25px; padding-bottom: 0px; margin: 0 auto; background-color: rgba(255,255,255,0.5); overflow:hidden;}
#headingContainer {text-align: right; background-color: rgba(255,255,255,0.8); height: 20px; width: 1332px; margin-bottom:10px;}
#headingContainer.rtc-alt {text-align: right; background-color: rgba(255,255,255,0.8); height: 20px; margin-bottom:10px;}

#headingText{
	padding-right: 15px;
	padding-top: 3px;
	font-family: 'Roboto', sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

#headingTextLeft{
	padding-left: 5px; 
	padding-top: 3px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400; 
	font-size: 9pt;
	float: left;
}

#formContainer {float:left; width:325px;}
#refreshButtonContainer {
width: 325px;
height: 413px;
float: left; 
background-color: rgba(255,255,255,0.8);
}

#smallInputContainer { 
	float: left;
	width: 305px;
	margin-top: 10px; 
    padding-left: 10px;
	padding-right: 10px;
 }
#rxNumContainer {}

.center-main-div {
	float: left;
	width: 672px;
	height: 711px;
}

.right-main-div {
	float: left;
	width: 325px;
	height: 711px;
	margin-left: 10px;
}

.right-top-div {
    background: #e9f3f7;
	float: left;
	width: 325px;
	height: 413px;
}

.right-bottom-div {
	background: #e9f3f7;
	float: left;
	width: 325px;
	height: 288px;
	margin-top: 10px;	
}

#rxNumAndNotesContainer-top.taller-corners-g {
	float: left;
	width: 305px;
	height: 60px; 
	background-image: url('../images/corners-g-rxNumAndNotesContainer-top.png');
	background-repeat: no-repeat;
	padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#rxNumAndNotesContainer-top.taller-g {
	float: left;
	width: 305px;
	height: 60px;
	background-color: #c4ebda;
	padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#rxNumAndNotesContainer-top.taller-b {
	float: left;
	width: 305px;
	height: 60px;
	background-color: #d8eaf1;
	padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#rxNumAndNotesContainer-top.shorter {
	float: left;
	height: 40px;
	padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#rxNumAndNotesContainer-top {-webkit-transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s}

#smallBarcodeContainer {
	float: left;
	margin-left: 2px;
	margin-top: 9px;
    border-left-width: 1px;
    border-right-width: 1px;
}

#smallBarcodeInstructionsContainer {
	color: #00ab41;
    font-size: 1.25em;
    text-align: center;	
}

#smallBarcodeInstructionsContainer.smallText {
	color: #00ab41;
    font-size: 1em;
    text-align: center;	
}

#barcodeInstructionsContainer {
	background-color: #f8fbfc;
	width: 642px;
	height: 236px;
	float: left;
	margin-bottom: 8px;
}

#barcodeInstructionsContainer-02 {
	background-color: #f8fbfc;
	width: 642px;
	height: 236px;
	float: left;
	margin-bottom: 8px;
}

#barcodeInstructionsContainer-03 {
	background-color: #f8fbfc;
	width: 642px;
	height: 236px;
	float: left;
	margin-bottom: 8px;
	text-align: center;
}

.alset_logo_08 {
	margin-top: 40px;
}

#barcodeInstructions-middle-03-left {
	float: left;
	font-size: 30pt;
	color: #2585ac;
	text-align: center;
	padding-left: 40px;
}

#barcodeInstructions-middle-03-right {
	float: right;
	font-size: 30pt;
	color: #2585ac;
	text-align: center;
	padding-right: 40px;
}

#barcodeInstructions-middle-03-spacer {
	float: left;
	width: 200px;
	height: 100px;
}

#barcodeInstructionsContainer.relative {
	background-color: #f8fbfc;
	width: 642px;
	height: 236px;
	float: left;
	margin-bottom: 8px;
	position: relative;
}

#barcodeInstructions-left {
	background-color: #ebc4c4;
	width: 214px;
	height: 236px;
	float: left;
	margin-bottom: 10px;
	color: #2585ac;
    font-size: 2em;
}

#barcodeInstructionsText-left {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #7c7e7e;
    font-size: 1em;
    text-align: center;
}

#barcodeInstructions-left-bottom {
	background-color: #efd7d7;
	width: 194px;
	height: 159px;
	float: left;
	color: #7c7e7e;
    font-size: 0.5em;
	padding: 10px;
	position: relative;
}

#override-textbox {
	margin-top: 2px;
	border: 0px;
	width: 190px;
	height: 50px;
}

.tab-instructions-text-left {
	float: left;
	width: 400px;
	height: 28px;
	padding-top: 1px;
	padding-bottom: 1px;
    background-color: #d8eaf1;
	color: #000000;
	font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 18pt;
    text-align: center;
}

.tab-instructions-text-left-expanded {
	float: left;
	width: 100%;
	height: 28px;
	padding-top: 1px;
	padding-bottom: 1px;
    background-color: #d8eaf1;
	color: #000000;
    font-size: 18pt;
	font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.tab-instructions-text-right {
	float: left;
	width: 242px;
	height: 28px;
	padding-top: 1px;
	padding-bottom: 1px;
    background-color: #d8eaf1;
	color: #000000;
	font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 18pt;
    text-align: center;
}

.tab-instructions-text-right-y {
	float: left;
	width: 242px;
	height: 28px;
	padding-top: 1px;
	padding-bottom: 1px;
    background-color: #FFF7E3;
	color: #000000;
	font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 18pt;
    text-align: center;
}

.tab-instructions-text-right-g {
	float: left;
	width: 242px;
	height: 28px;
	padding-top: 1px;
	padding-bottom: 1px;
    background-color: #c4ebda;
	color: #000000;
	font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 18pt;
    text-align: center;
}

#barcodeInstructionsText {
	padding: 10px;
    background-color: #d8eaf1;
	color: #000000;
    font-size: 2em;
    text-align: center;
}

#barcodeInstructionsText-02 {
    padding: 10px;
    background-color: #efd7d7;
    color: #000000;
    font-size: 2em;
    text-align: center;
}

#barcodeInstructionsText-03 {
	padding: 10px;
    background-color: #d8eaf1;
	color: #000000;
    font-size: 2em;
    text-align: center;
}

#barcodeInstructionsMiddle-left {
	width: 214px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
    font-size: 2em;
    text-align: center;
}

#barcodeInstructionsMiddle-left.g {
	width: 214px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #63c079;
    font-size: 2em;
    text-align: center;
}

#barcodeInstructionsMiddleText-left {
	height: 18px;
	color: #000000;
    font-size: 0.5em;
    text-align: center;
}

#barcodeInstructionsMiddleText-left.g {
	height: 18px;
	color: #63c079;
    font-size: 0.5em;
    text-align: center;
}

#barcodeInstructionsMiddle-center {
	width: 214px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
    font-size: 2em;
    text-align: center;
}

#barcodeInstructionsMiddle-center-02 {
	width: 214px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
    font-size: 2em;
    text-align: center;
}

#barcodeInstructionsMiddle-center.g {
	width: 214px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #63c079;
    font-size: 2em;
    text-align: center;
}

#barcodeInstructionsMiddle-center-02.g {
	width: 214px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #63c079;
    font-size: 2em;
    text-align: center;
}

#barcodeInstructionsMiddle-center.r {
	width: 214px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #c06363;
    font-size: 2em;
    text-align: center;
}

#barcodeInstructionsMiddle-center-02.r {
	width: 214px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #c06363;
    font-size: 2em;
    text-align: center;
}

#barcodeInstructionsMiddleText-center {
	height: 18px;
	color: #000000;
    font-size: 0.5em;
    text-align: center;
}

#barcodeInstructionsMiddleText-center-02 {
	height: 18px;
	color: #000000;
    font-size: 0.5em;
    text-align: center;
}

#barcodeInstructionsMiddleText-center.g {
	height: 18px;
	color: #63c079;
    font-size: 0.5em;
    text-align: center;
}

#barcodeInstructionsMiddleText-center-02.g {
	height: 18px;
	color: #63c079;
    font-size: 0.5em;
    text-align: center;
}

#barcodeInstructionsMiddleText-center.r {
	height: 18px;
	color: #c06363;
    font-size: 0.5em;
    text-align: center;
}

#barcodeInstructionsMiddleText-center-02.r {
	height: 18px;
	color: #c06363;
    font-size: 0.5em;
    text-align: center;
}

#barcodeInstructionsMiddle-right {
	width: 214px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
    font-size: 2em;
    text-align: center;
}

#barcodeInstructionsMiddle-right-02 {
	width: 214px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
    font-size: 2em;
    text-align: center;
}

#barcodeInstructionsMiddle-right.g {
	width: 214px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #63c079;
    font-size: 2em;
    text-align: center;
}

#barcodeInstructionsMiddle-right-02.g {
	width: 214px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #63c079;
    font-size: 2em;
    text-align: center;
}

#barcodeInstructionsMiddle-right.r {
	width: 214px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #c06363;
    font-size: 2em;
    text-align: center;
}

#barcodeInstructionsMiddle-right-02.r {
	width: 214px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #c06363;
    font-size: 2em;
    text-align: center;
}

#barcodeInstructionsMiddleText-right {
	height: 18px;
	color: #000000;
    font-size: 0.5em;
    text-align: center;
}

#barcodeInstructionsMiddleText-right-02 {
	height: 18px;
	color: #000000;
    font-size: 0.5em;
    text-align: center;
}

#barcodeInstructionsMiddleText-right.g {
	height: 18px;
	color: #63c079;
    font-size: 0.5em;
    text-align: center;
}

#barcodeInstructionsMiddleText-right-02.g {
	height: 18px;
	color: #63c079;
    font-size: 0.5em;
    text-align: center;
}

#barcodeInstructionsMiddleText-right.r {
	height: 18px;
	color: #c06363;
    font-size: 0.5em;
    text-align: center;
}

#barcodeInstructionsMiddleText-right-02.r {
	height: 18px;
	color: #c06363;
    font-size: 0.5em;
    text-align: center;
}

i.hidden {
	display: none !important; 
}

#barcodeInstructionsBottom-left {
	float: left;
	width: 214px;
	height: 56px;
	text-align: center;
}

#barcodeInstructionsBottom {
	float: left;
	width: 428px;
	height: 56px;
	text-align: center;
}

#barcodeInstructionsBottom-02 {
	float: left;
	width: 428px;
	height: 56px;
	text-align: center;
}

#rescan-button {
	background: #2585ac;
    padding: 10px;
    margin-top: 12px;
    font-size: 0.75em;
}

#rescan-button:hover {
background: #1e6d8d !important;
}

#rescan-button-02 {
	background: #2585ac;
    padding: 10px;
    margin-top: 12px;
    font-size: 0.75em;
}

#rescan-button-02:hover {
background: #1e6d8d !important;
}

#barcodeInstructionsBottom.absolute {
    margin-left: 10px;
	color: #00ab41;
    font-size: 2em;
	position: absolute;
	bottom: 0;
}


#labelNDC-container {
	background-color: #f8fbfc;
	width: 316px;
	height: 278px;
	float: left;
	margin-right: 5px;
}

#labelNDC-container-top {
	width: 296px;
	height: 60px; 
	margin-bottom: 10px;
	padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#labelNDC-container-top {-webkit-transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s}

#labelNDC-container-bottom {
	text-align: center;
}

#labelNDC-container-top.corners-g {
	width: 296px;
	height: 60px; 
	margin-bottom: 10px; 
	background-image: url('../images/corners-g-NDC-container-top.png');
	background-repeat: no-repeat;
	padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#labelNDC-container-top.g {
	width: 296px;
	height: 60px; 
	margin-bottom: 10px; 
	background-color: #c4ebda;
	padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#labelNDC-container-top.b {
	width: 296px;
	height: 60px; 
	margin-bottom: 10px;
	background-color: #d8eaf1;
	padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#labelNDC-container-top.r {
	width: 296px;
	height: 60px; 
	margin-bottom: 10px;
	background-color: #ebc4c4;
	padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#labelNDC-num {font-size: 14pt; height: 22px; width: 100%;}


#stockNDC-container {
	background-color: #f8fbfc;
	width: 316px;
	height: 278px;
	float: left;
	margin-left: 5px;
}

#stockNDC-container-top {
	width: 296px;
	height: 60px; 
	margin-bottom: 10px;
	padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#stockNDC-container-top {-webkit-transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s}

#stockNDC-container-bottom {
	text-align: center;
}

#stockNDC-container-top.corners-g {
	width: 296px;
	height: 60px; 
	margin-bottom: 10px; 
	background-image: url('../images/corners-g-NDC-container-top.png');
	background-repeat: no-repeat;
	padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#stockNDC-container-top.g {
	width: 296px;
	height: 60px; 
	margin-bottom: 10px;
	background-color: #c4ebda;
	padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#stockNDC-container-top.b {
	width: 296px;
	height: 60px; 
	margin-bottom: 10px;
	background-color: #d8eaf1;
	padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#stockNDC-container-top.r {
	width: 296px;
	height: 60px; 
	margin-bottom: 10px;
	background-color: #ebc4c4;
	padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#stockNDC-num {font-size: 14pt; height: 22px; width: 100%;}


#canvasRxNDC {
    margin-top: 10px;
}

#canvasRxNDC-overlay {
	height: 164px;
	width: 316px;
	position: relative;
}

#canvasRxNDC-overlay-top {
	height: 50px;
	width: 316px;
}

#canvasRxNDC-overlay-middle {
	color: #000000;
	font-size: 3em;
	-webkit-transform: rotate(330deg);
}

#canvasRxNDC-overlay-bottom {
	height: 50px;
	width: 316px;
	position: absolute;
	bottom: 0;
}



#canvasRxNDC-overlay span {
    background: #c4ebda;
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

#canvasRxNDC-overlay span.light {
    background: #c4ebda;
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0.2;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

#canvasRxNDC-overlay span.r {
    background: #ebc4c4;
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

#canvasRxNDC-overlay span.r-light {
    background: #ebc4c4;
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0.2;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

#canvasRxNDC-overlay span.hidden {
    display: none !important;
}


#canvasStockNDC {
    margin-top: 10px;
}

#canvasStockNDC-overlay {
	height: 164px;
	width: 316px;
	position: relative;
}


#canvasStockNDC-overlay-top {
	height: 50px;
	width: 316px;
}

#canvasStockNDC-overlay-middle {
	color: #000000;
	font-size: 3em;
	-webkit-transform: rotate(330deg);
}

#canvasStockNDC-overlay-bottom {
	height: 50px;
	width: 316px;
	position: absolute;
	bottom: 0;
}

#canvasStockNDC-overlay span {
    background: #c4ebda;
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

#canvasStockNDC-overlay span.light {
    background: #c4ebda;
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0.2;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

#canvasStockNDC-overlay span.r {
    background: #ebc4c4;
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

#canvasStockNDC-overlay span.r-light {
    background: #ebc4c4;
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0.2;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

#canvasStockNDC-overlay span.hidden {
    display: none !important;
}


#status_display_top
{
	text-align: center;
    float: left;
    height: 30px;
    width: 310px;
	padding-top: 2px;
    margin-bottom: 5px;
	color: #000000;
	font-size: 16pt;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
	transition: transform 1s;
	-webkit-transition: transform 1s;
}




#statusDisplayContainer {
    float: left;
    background-color: rgba(255,255,255,0.8);
    height: 115px;
    width: 310px;
    margin-left: 35px;
}

#statusDisplayContainer.r {
    float: left;
    background-color: #ebc4c4 !important;
    height: 115px;
    width: 310px;
    margin-left: 35px;
}

#statusDisplayContainer.y {
    float: left;
    background-color: #fff7e3 !important;
    height: 115px;
    width: 310px;
    margin-left: 35px;
}

#statusDisplayContainer.g {
    float: left;
    background-color: #c4ebda !important;
    height: 115px;
    width: 310px;
    margin-left: 35px;
}

#statusDisplayContainer {-webkit-transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s}

#rtcButtonContainer {
	float:left; 
	background-color: rgba(255,255,255,0.8); 
    padding-top: 1px;
    padding-bottom: 1px;
    height: 31px;
    padding-left: 1px;
    padding-right: 1px;
    width: 308px;
	margin-top: 10px;
	margin-left: 10px;
}
#rtcButton{width: 100%;}


#statusDisplay {text-align: center; font-size: 2.0em;}
#queueTable {float:left; height: 370px; width: 325px; margin-bottom: 10px; background-color: #f8fbfc;}
#queueTable-right {float:left; height: 370px; width: 325px; margin-bottom: 10px; background-color: #f8fbfc;}

#queueMsg {padding-left: 10px;}
#rxNumAndNotes {float:left; background-color: rgba(255,255,255,0.8); margin-top: 10px; height: 288px; width: 325px;}
#rxNum {font-size: 14pt; height: 22px; width: 100%;}
#rxNotes {    
	font-size: 12pt;
    height: 133px;
    width: 301px;
    border: 0px;
}
#addRxButton {}
#removeRxButton {}

#addRxButton.grey {
	background-color: #d0d0d0;
	color: #e8e8e8;
}

#alsetLogoContainer {
	float: left;
	margin-left: 36px;
}

#refreshQueueButton {margin-left: 10px; margin-bottom: 10px;}

#epochTimeContainer {}
#purgeQueueButton {margin-left: 10px; margin-bottom: 10px;}


#consultationWindowLink {float: left; width: 200px; padding-right: 15px; padding-top: 3px; font-size: 9pt; font-weight: bold;}

.buffer_labels {
	padding: 15px;
	font-size: 8pt;
}

.buffer_text {
	font-size: 8pt;
	width: 80px;
}

#loginHeader {
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-weight: normal;
  margin: 0px;
  /*padding-top: 5%;*/
  margin-top: 30px;
}

#loginHeader img {
  max-width: 90%;
}

#loginForm {
  max-width: 400px;
  height: 230px;
  background: #edeff1;
  margin: 0px auto;
  margin-top: 30px;
  padding-top: 20px;
}

#pdf_wrapper_01 {
	margin: 0px auto;
	text-align: center;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

#description_div {
  max-width: 700px;
  margin: 0px auto;
  margin-top: 50px;
  padding: 10px;
  text-align: center;
  color: #FFF;
  /*background-color: rgba(1, 66, 92, 0.3);*/
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 18pt;
}

a:link {
    text-decoration: none;
	color: #fff;
}

a:visited {
    text-decoration: none;
	color: #fff;
}

a:hover {
    text-decoration: none;
	color: #fff;
}

a:active {
    text-decoration: none;
	color: #fff;
}

.description_div_background {
	background-color: #1a7194;
}

.info_div_background {
	background-color: #105d7c;
}

#info_div {
  max-width: 700px;
  margin: 0px auto;
  /*margin-top: 50px;*/
  padding: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  color: #FFF;
  /*background-color: rgba(1, 66, 92, 0.6);*/
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14pt;
}

#info_bottom {
  font-weight: 200;
}

#info_div a:link {
    text-decoration: none;
	color: #fff;
}

#info_div a:visited {
    text-decoration: none;
	color: #fff;
}

#info_div a:hover {
    text-decoration: none;
	color: #fff;
}

#info_div a:active {
    text-decoration: none;
	color: #fff;
}

#loginForm.rtc_login_pharm {
    width: 325px;
    height: 200px;
    background: #edeff1;
    margin: 0px auto;
    padding-top: 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

input.loginStyle[type="text"]{
  display: block;
  width: 309px;
  height: 35px;
  margin: 15px auto;
  background: #fff;
  border: 0px;
  padding: 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 20pt;
  border: 2px solid #fff;
  transition: all 0.3s ease;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

input.loginStyle[type="password"]:focus{
  border: 2px solid #2585AC;
}

input.loginStyle[type="password"]{
  display: block;
  width: 309px;
  height: 35px;
  margin: 15px auto;
  background: #fff;
  border: 0px;
  padding: 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 20pt;
  border: 2px solid #fff;
  transition: all 0.3s ease;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

input.loginStyle[type="text"]:focus{
  border: 2px solid #2585AC;
}

input.loginStyle[type="submit"]{
  display: block;
  background: #2585AC;
  width: 314px;
  padding: 12px;
  cursor: pointer;
  color: #fff;
  border: 0px;
  margin: auto;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 20pt;
  transition: all 0.3s ease;
}

input.loginStyle[type="submit"]:hover{
  background: #4B97B3;
}


/* do not group these rules */
input.loginStyle::-webkit-input-placeholder {
    color: #dedede;
}
input.loginStyle:-moz-placeholder {
    /* FF 4-18 */
    color: #dedede;
}
input.loginStyle::-moz-placeholder {
    /* FF 19+ */
    color: #dedede;
}
input.loginStyle:-ms-input-placeholder {
    /* IE 10+ */
    color: #dedede;
}


::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-button {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: #e9f3f7;
}
::-webkit-scrollbar-thumb {
  background: #e1e1e1;
}

table.tablesorterOLD {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CDCDCD;
	margin:10px 10px 15px;
	font-size: 10pt;
	width: 305px;
	text-align: left;
}
table.tablesorter {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt; 
    width: 315px;
    text-align: left;
    border-collapse: collapse;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #d8eaf1;
    border-right: 1px solid #FFF;
    font-size: 12pt;
    padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	/*background-color: #FFF;*/
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

table.alsetOLD tr:nth-child(odd) {
    background-color: #F0F0F6;
}
table.alsetOLD tr:nth-child(even) {
    background-color: #FFF;
}


table.alset {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt; 
    width: 325px;
    text-align: left;
    border-collapse: collapse;
}

.alset-thead-right {
	display: block;
}

.alset-thead-left {
	display: block;
}

table.alset thead tr .header {
	background-color: #d8eaf1;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.alset thead tr th, table.alset tfoot tr th {
	background-color: #d8eaf1;
    border-right: 1px solid #FFF;
    font-size: 12pt;
    padding: 4px;
}

table.alset thead tr .headerSortUp {
	background-image: url(images/asc.gif);
}
table.alset thead tr .headerSortDown {
	background-image: url(images/desc.gif);
}

table.alset tr {
    border-bottom: 1px solid #b1b1b1;
}

table.alset th, td {
	padding-top: 8px;
	padding-bottom: 8px;	
}

table.alset tbody tr {	
	-webkit-transition: background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;
	transition: background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;
}

table.alset tbody tr:hover {background-color:#ccc; cursor: pointer;}

.alset-table-column01 {
	padding-left: 8px;
	width: 197px;
}

.alset-table-column02 {
	padding-left: 0px;
	width: 108px;
}

.queue_rx_number {
	padding-bottom: 2px;
}


table.alset-right {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt; 
    width: 325px;
    text-align: left;
    border-collapse: collapse;
}

table.alset-right thead tr .header {
	background-color: #d8eaf1;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.alset-right thead tr th, table.alset-right tfoot tr th {
	background-color: #d8eaf1;
    border-right: 1px solid #FFF;
    font-size: 12pt;
    padding: 4px;
}

table.alset-right thead tr .headerSortUp {
	background-image: url(images/asc.gif);
}
table.alset-right thead tr .headerSortDown {
	background-image: url(images/desc.gif);
}

table.alset-right tr {
    border-bottom: 1px solid #b1b1b1;
}

table.alset-right th, td {
	padding-top: 8px;
	padding-bottom: 8px;	
}

table.alset td {	
}

table.alset-right td {
}

table.alset-right tbody tr 
{-webkit-transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s}

table.alset-right tbody tr:hover {background-color:#ccc; cursor: pointer;}


.pharmacist_notify_button {
	width: 100%;
	height: 100%;
	font-size: 11pt;
}

.notification_button {
	width: 100%;
	height: 100%;
	font-size: 11pt;
}

.notification_button:hover {
background: #1e6d8d !important;
}

.rx-time-date-spacer {
	float: left;
	width: 25px;
	height: 21px;	
	padding-left: 6px;
}

.rx-num-override-spacer {
	float: left;
	width: 14px;
	height: 21px;	
	padding-right: 4px;
}

.time-header {
	width: 214px;
}

.rx-num-header {
    border: none;
    width: 95px;
}

.black {
	color: #000000;
}

/*
tr:hover {
    background-color: #D8D8D8;
	cursor: pointer;
}
*/



/* unvisited link */
#headingText a:link {

    color: #2585AC;
	text-decoration: none;
}

/* visited link */
#headingText a:visited {

    color: #2585AC;
	text-decoration: none;
}

/* mouse over link */
#headingText a:hover {

    color: #92D3EC;
	text-decoration: none;
}

/* selected link */
#headingText a:active {

    color: #2585AC;
	text-decoration: none;
}

#queueTable a:link {
	color: #000000;
    text-decoration: none;
}

#queueTable a:visited {
	color: #000000;
    text-decoration: none;
}

#queueTable a:hover {
	color: #000000;
    text-decoration: none;
}

#queueTable a:active {
	color: #000000;
    text-decoration: none;
}



#queueTable-right a:link {
	color: #000000;
    text-decoration: none;
}

#queueTable-right a:visited {
	color: #000000;
    text-decoration: none;
}

#queueTable-right a:hover {
	color: #000000;
    text-decoration: none;
}

#queueTable-right a:active {
	color: #000000;
    text-decoration: none;
}

tbody.alset-table-scroll {
	display: block !important;
    overflow: auto;
    height: 344px;
}

.waiting {
	background-color: #ebc4c4;
}

.waiting-highlight {
	background-color: #feffdb !important;
}

.approved {
	background-color: #c4ebda;
}

.archived {
	background-color: #ffdeaf;
}






#alsetLogoContainerRTC {padding: 5px; float: left; margin-left: 400px;}
#alsetLogoContainer_rtc-alt {padding-top: 5px; padding-bottom: 5px; width: 1000px;}
#alsetLogoContainer_rtc-alt img {display:block; margin-left:416px;}




#waitingCheckboxContainer {
	color: #7c7e7e;
	float: right;
    margin-top: -4px;
	font-size: 12px;
}

#microtime_buffer{
	width: 175px;
}

.rpsCheckbox {
	margin-top: 3px;
    margin-right: 5px;
    margin-left: 0px;
    margin-bottom: 0px;
    width: 15px;
    height: 15px;
    padding-top: 3px;	
}



.room-details { display: none !important; }
.chat { display: none !important; }
a.button.has-icon.close-stream { display: none !important; }
a.button.button-neutral.button-medium.has-icon.toggle-screenshare { display: none !important; }
.stream-peer-info { display: none !important; }
.roster-select-streams { display: none !important; }
a.button.button-neutral.button-medium.has-icon.toggle-audio { display: none !important; }
a.button.button-neutral.button-small.has-icon.toggle-audio { display: none !important; }
.stream.portrait.video.audio.remote.focused.selected.connected.video-ready { display: none !important; }
h3.joinMe { display: none !important; }
.lander-instructions { display: none !important; }
.page-flag { display: none !important; }

@media screen and (max-width: 768px) {
.stream-video-wrapper {
	width: 99px !important;
	height: 75px !important;
}

video.portrait {
	height: 75px !important;
	min-width: 75px !important;
	min-height: 75px !important;
}

}

iframe.rtc-c {
	border-style: solid;
    border-color: #e9f3f7;
}

.remoteVideoContainer {
	width: 980px;
	margin-top: 10px;
    border: 10px;
	border-style: solid;
    border-color: #e9f3f7;
  
}

iframe.rtc_pharm {
	border: 0px;
	float: left;
}

#right-bottom-tabs-container {
	width: 325px;
	height: 38px;
	float: left;
	background: #92c2d6;
	position: relative;
	overflow: hidden;
}

.rtc_pharm_view_container {
	float: left;
	width: 325px;
	height: 250px;
	margin-top: 0px;
    border: 0px;
}



.alset_chat_top {
	background: #e9f3f7;
	color: #000000;
	float: left;
	padding-left: 5px;
	width: 320px;
	height: 200px;
	margin-top: 0px;
    border: 0px;
}

.alset_chat_top_messages_container {
	float: left;
	width: 320px;
	height: 200px;
	margin-top: 0px;
    border: 0px;
	overflow-y: scroll;
	font-family: 'Roboto', sans-serif;
    font-size: 10pt;
    font-weight: 400;
	line-height: 11pt;
}


.alset_chat_top_messages_received {
	float: left;
    text-align: left;
	clear: both;
    background: #d8d8d8;
    color: #000000;
    padding-left: 4px;
    padding-right: 4px;
	padding-top: 2px;
    padding-bottom: 2px;
	margin-top: 1px;
	margin-right: 40px;
}

.alset_chat_top_messages_sent {
	float: right;
    text-align: left;
    clear: both;
    background: #2585ac;
    color: #FFFFFF;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 1px;
    margin-left: 40px;
}

.alset_chat_bottom_messages_container {
	float: right;
    width: 307px;
    height: 48px;
    margin: 0px;
    border: 0px;
    padding-top: 2px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background: #FFFFFF;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 10pt;
    font-weight: 400;
	line-height: 11pt;
}


.alset_chat_bottom {
	background: #FFFFFF;
	color: #000000;
	float: left;
    padding-left: 5px;    
    padding-right: 5px;
	width: 315px;
	height: 50px;
	margin-top: 0px;
    border: 0px;
	cursor: text;
}



body.alset_memberlist {
	background: #2585AC;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
	margin: 0px !important;
}

#memberlist_main_containter {
	width: 1420px;
	margin: 0 auto;
	text-align: center;
}

h1.alset_memberlist {
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
    font-weight: 200;
	font-size: 40pt;
    margin-top: 0px;
    margin-bottom: 20px;
	width: 100%;
}

a.alset_memberlist {
	float: left;
	clear: left;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

table.alset_memberlist {
	clear: left;
	background: #d8eaf1;
	border-collapse: collapse;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
	margin-bottom: 40px;
}

tr.alset_memberlist {
	border-bottom: 1px solid #000000;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

td.alset_memberlist {
	padding-top: 6px;
    padding-bottom: 6px;
	padding-left: 4px;
    padding-right: 4px;
	font-size: 8pt;
	border-right: 1px dashed #000000;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

th.alset_memberlist {
	font-size: 7pt;
    text-align: left;
    font-weight: 900;
	padding-top: 10px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    border-right: 1px dashed #000000;
	border-bottom: 2px solid #000000;
	font-family: 'Roboto', sans-serif;
	background: #a8c4d0;
}



#register_main_containter {
	width: 1420px;
	margin: 0 auto;
	text-align: center;
}

#register_header {
	text-align: right; 
	background-color: #e9f3f7;
	height: 20px;
	width: 100%;
	margin-bottom:10px;
}

#register_header_text {
	padding-right: 15px;
	padding-top: 3px;
	font-family: 'Roboto', sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

#register_header_text_left {
	padding-left: 15px; 
	padding-top: 3px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400; 
	font-size: 9pt;
	float: left;
}

a.alset_register {
	
}

body.alset_register {
	background: #2585AC;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;

}

h1.alset_register {
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
    font-weight: 200;
	font-size: 40pt;
    margin-top: 0px;
    margin-bottom: 20px;
	width: 100%;
}

a.alset_register {
	float: left;
	clear: left;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

table.alset_register {
	width: 1418px;
	clear: left;
	background: #d8f1e6;
	border-collapse: collapse;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
	margin-bottom: 40px;	
}

tr.alset_register {
	border-bottom: 1px solid #000000;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

td.alset_register {
	padding-top: 6px;
    padding-bottom: 6px;
	padding-left: 4px;
    padding-right: 4px;
	font-size: 8pt;
	border-right: 1px dashed #000000;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

th.alset_register {
	font-size: 7pt;
    text-align: left;
    font-weight: 900;
	padding-top: 10px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    border-right: 1px dashed #000000;
	border-bottom: 2px solid #000000;
	font-family: 'Roboto', sans-serif;	
	background: #b9cab7;
}

input.alset_register {
	width:100%;
	border:0;
	padding-left:0;
	padding-right:0;
	font-size: 8pt;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

select.alset_register {
	width:100%;
	border:0;
	padding-left:0;
	padding-right:0;
	font-size: 8pt;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

#register_button.alset_register {
	width: 200px;
	font-size: 12pt !important;
	font-weight: 400;
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
	background-color: #47ad80;
	color: #fff;
	outline: none;
	cursor: pointer;
	border: 0px;
	transition:background-color .2s;	
}

#register_button.alset_register:hover {
	background-color: #48b161 !important;
}

/* unvisited link */
#register_header a:link {

    color: #2585AC;
	text-decoration: none;
}

/* visited link */
#register_header a:visited {

    color: #2585AC;
	text-decoration: none;
}

/* mouse over link */
#register_header a:hover {

    color: #92D3EC;
	text-decoration: none;
}

/* selected link */
#register_header a:active {

    color: #2585AC;
	text-decoration: none;
}



#rtc_chat_top-overlay {
	height: 164px;
	width: 315px;
	position: relative;
}


#rtc_chat_top-overlay-top {
	height: 66px;
	width: 315px;
}

#rtc_chat_top-overlay-middle {
	color: #b9b9b9;
    font-size: 2em;
	width: 315px;
    -webkit-transform: rotate(0deg);
    text-align: center;
}

#rtc_chat_top-overlay-bottom {
	height: 50px;
	width: 315px;
	position: absolute;
	bottom: 0;
}

#rtc_chat_top-overlay span {
    background: #e9f3f7;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}



#toggleSwitchContainer {
	float: right;
	padding-right: 10px;
	padding-bottom: 10px;
}

.onoffswitch {
    position: relative; width: 130px;
    -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: 0px solid #999999; border-radius: 0px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 23px; padding: 0; line-height: 23px;
    font-size: 13px; color: white; font-family: "Arial", Helvetica, sans-serif;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Auto-Delete ON";
    padding-left: 5px;
    background-color: #2585AC; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "Auto-Delete OFF";
    padding-right: 5px;
    background-color: #E1E1E1; color: #575757;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 10px; margin: 6.5px;
    position: absolute; top: 0; bottom: 0;
    right: 103px;
    border: 0px solid #999999; border-radius: 0px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-switch-on {
    background: #82f77c;
}
.onoffswitch-switch-off {
    background: #FFFFFF;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}


.container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}
.control {
	display: block;
    position: relative;
    padding-left: 18px;
    cursor: pointer;
    font-size: 14px;	
	padding-top: 1px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
	position: absolute;
    top: 2px;
    left: 0;
    height: 14px;
    width: 14px;
    background: #ebc4c4;
}
.control--radio .control__indicator {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #fff;
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ebc4c4;
}
.control input:checked ~ .control__indicator {
  background: #c06363;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #c06363;
}
.control input:disabled ~ .control__indicator {
  background: #ebc4c4;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
	left: 5px;
    top: 1px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #ebc4c4;
}
.control--radio .control__indicator:after {
    left: 4px;
    top: 4px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #c06363;
}

.control_override {
	cursor: default !important;
}

.control_override:hover input ~ .control__indicator_override{
	background: #FFFFFF !important;
}

.control__indicator_override:hover {
	background: #FFFFFF !important;
}

#waiting_checkbox_indicator.control_override:hover input ~ #waiting_checkbox_indicator.control__indicator_override{
	background: #ebc4c4 !important;
}

#waiting_checkbox_indicator.control__indicator_override:hover {
	background: #c06363 !important;
}

#waiting_checkbox_indicator.control_override:hover input:not([disabled]):checked ~ #waiting_checkbox_indicator.control__indicator_override,
#waiting_checkbox_indicator.control_override input:checked:focus ~ #waiting_checkbox_indicator.control__indicator_override {
  background: #ebc4c4 !important;
}

.control_override_02:hover input ~ .control__indicator_override_02{
	cursor: default !important;
}

.control__indicator_override-02:hover {
	cursor: default !important;
}

.control_override-02:hover input:not([disabled]):checked ~ .control__indicator_override-02,
.control_override-02 input:checked:focus ~ .control__indicator_override-02 {
  cursor: default !important;
}



.control_override:hover input:not([disabled]):checked ~ .control__indicator_override,
.control_override input:checked:focus ~ .control__indicator_override {
  background: #c06363 !important;
}

.center-top-div {
	float: left;
	width: 672px;
	height: 115px;
}

.center-middle-div {
	float: left;
	width: 672px;
	height: 53px;
}

#navigation-tabs {
	float: left;
	background-color: #92c2d6;
	width: 342px;
    height: 43px;
	margin-top: 10px;
	margin-left: 10px;
	text-align: center;
}

.tab-button {
	color: black;
	float: left;
	clear: left;
	background: #eee;
	width: 84px;
	height: 34px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
	font-size: 8pt;
}

.tab-button-selected {
	color: black;
	float: left;
	clear: left;
	background: #e9f3f7;
	width: 84px;
	height: 35px;
	padding: 0px;
	padding-bottom: 1px;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
	font-size: 8pt;
}

.tab-div {
	float: left;
    margin-right: 1px;
	margin-bottom: 1px;
}

.tab-div-top {
	float: left;
	background: #eee;
	width: 84px;
	height: 2px;
}

.tab-div-top-selected {
	float: left;
	background: #e9f3f7;
	width: 84px;
	height: 2px;
}

.tab-div-status-g {
	float: left;
	clear: left;
	background: #6cd895;
	width: 84px;
	height: 6px;
}

.tab-div-status-grey {
	float: left;
	clear: left;
	background: #d8d8d8;
	width: 84px;
	height: 6px;
}

.tab-div-status-r {
	float: left;
	clear: left;
	background: #c06363;
	width: 84px;
	height: 6px;
}

.tab-div-status-b {
	float: left;
	clear: left;
	background: #2585ac;
	width: 84px;
	height: 6px;
}

.tab-div-status-y {
	float: left;
	clear: left;
	background: #ffd670;
	width: 84px;
	height: 6px;
}

.right-bottom-tab-button {
	color: black;
	float: left;
	clear: left;
	background: #eee;
	width: 84px;
	height: 31px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 8pt;
    line-height: 9pt;
}

.right-bottom-tab-button-selected {
	color: black;
	float: left;
	clear: left;
	background: #e9f3f7;
	width: 84px;
	height: 32px;
	padding: 0px;
	padding-bottom: 1px;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 8pt;
    line-height: 9pt;
}

#right-bottom-tab-02-button {
	color: #000000;
}

.right-bottom-tab-div {
	float: left;
    margin-right: 1px;
	margin-bottom: 1px;
}

.right-bottom-tab-notifier-div {
	position: absolute;
	right: 0px;
	bottom: -38px;
	background: #e9f3f7;
	padding-left: 1px;
    padding-right: 1px;
	padding-top: 1px;
	transition: 0.2s ease-out;
}

.right-bottom-tab-notifier-div.alset_active {
	bottom: 0px !important;
}

.right-bottom-tab-notifier-button {
	color: #000;
    background: #ebc4c4;
    width: 135px;
    height: 37px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 9pt;
    line-height: 9pt;
	transition: 0.3s ease-out;
}

.right-bottom-tab-notifier-button:hover {
	background: #d7efe9 !important;
	font-size: 10pt;
    line-height: 10pt;
}

.right-bottom-tab-notifier-button.alset_heartbeat {
	animation: alset_heartbeat 2s linear infinite;
}

@keyframes alset_heartbeat {
  0% {
    background-color: #ebc4c4;
  }
  
  40% {
    background-color: #ebc4c4;
  }
  
  44% {
    background-color: #f75a5a;
  }
  
  48% {
    background-color: #ebc4c4;
  }
  
  52% {
    background-color: #ebc4c4;
  }
  
  56% {
    background-color: #f75a5a;
  }
  
  60% {
    background-color: #ebc4c4;
  }
  
  100% {
    background-color: #ebc4c4;
  }
}







.right-bottom-tab-div-top {
	float: left;
	background: #eee;
	width: 84px;
	height: 2px;
}

.right-bottom-tab-div-top-selected {
	float: left;
	background: #e9f3f7;
	width: 84px;
	height: 2px;
}

.right-bottom-tab-div-status-g {
	float: left;
	clear: left;
	background: #6cd895;
	width: 84px;
	height: 4px;
}

.right-bottom-tab-div-status-grey {
	float: left;
	clear: left;
	background: #d8d8d8;
	width: 84px;
	height: 4px;
}

.right-bottom-tab-div-status-r {
	float: left;
	clear: left;
	background: #ebc4c4;
	width: 84px;
	height: 4px;
}

.right-bottom-tab-div-status-r.alset_heartbeat {
	animation: alset_heartbeat 2s linear infinite;
}

.right-bottom-tab-div-status-b {
	float: left;
	clear: left;
	background: #2585ac;
	width: 84px;
	height: 4px;
}

.right-bottom-tab-div-status-y {
	float: left;
	clear: left;
	background: #ffd670;
	width: 84px;
	height: 4px;
}

.rtc_pharm_overlay_small {
	width: 325px;
	height: 250px;
    position: relative;
	z-index: 20;
	overflow: hidden;
}

#alset_rtc_p_main_container:hover .rtc_pharm_overlay_small_button {
	left: 0px !important;
}

.rtc_pharm_overlay_small_button {
    margin-left: 6px;
	width: 50px;
	height: 50px;
    position: absolute;
	z-index: 21;
	opacity: .7;
	left: -60px;
}

.rtc_pharm_overlay_small_button:hover {
	background: #35a3d0;
	opacity: 1;
}

i.fa-alset {
	transition: 0.3s ease;
}

.fa-alset-stack-02 {
	font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    font-size: 30pt !important;
    line-height: 26pt !important;
}

.rtc_pharm_overlay_small_button:hover i.fa-alset-stack-01 {
	font-size: 2em !important;
}

.rtc_pharm_overlay_small_button:hover i.fa-alset-stack-02 {
	font-size: 3em !important;
}

.rtc_overlay_mute_button:hover i.fa-alset-stack-01 {
	font-size: 2em !important;
}

.rtc_overlay_mute_button:hover i.fa-alset-stack-02 {
	font-size: 3em !important;
}

.rtc_overlay_mute_button:hover {
	opacity: 1 !important;
}

#rtc_p_mute {
	top: 10px;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease-out;
}

#rtc_p_mute.button_muted {
	background: #ac2525 !important;
}

#rtc_p_mute.button_muted:hover {
	background: #ef2b2b !important;
}

#rtc_p_expand_view {
	top: 70px;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	transition: 0.4s ease-out;
}

#rtc_p_mute_local_video_overlay {
	background: #ac2525 !important;
	border: 0px;
    bottom: 1%;
    right: 1%;
    width: 90px;
    height: 68px;
    position: absolute;
    transition: opacity 1s;
    opacity: .3;
    z-index: 22;
    overflow: hidden;
}

#rtc_p_mute_local_video_overlay.unmuted {
	opacity: 0 !important;
}

#rtc_top_right_status_overlay {
	background: #ac2525 !important;
	color: #FFF;
	border: 0px;
    top: 5%;
    right: -200px;
	padding-left: 20px;
    width: 180px;
    height: 30px;
    opacity: .6;
    position: absolute;
    z-index: 22;
    overflow: hidden;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 18pt;
	transition: 0.2s ease-out;
	cursor: pointer;
}

#rtc_top_right_status_overlay.alset_active {
	right: 0px !important;
}

.opacity_30 {
	opacity: .3 !important;
}

.opacity_20 {
	opacity: .2 !important;
}

.opacity_10 {
	opacity: .1 !important;
}




#photoContainer {
    float: left;
	background: #e9f3f7;
    position: relative;
    height: 543px;
    width: 662px;
    margin-left: 10px;
	overflow: hidden;
}


.photoContainer-tab {
	position: absolute;
	padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 642px;
    height: 523px;
	transition: all 0.2s ease-out;
}

.tab-onscreen {
	left: 0px !important;
}

.tab-offscreen-left {
	left: -662px;
}

.tab-offscreen-right {
	left: 662px;
}


.canvasRPS-tab { 
	float: right;
    width: 642px;
    height: 450px;
}

.rxNumAndNotes-b {
	background-color: #e9f3f7 !important;
}
