html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	max-width: 100%;
	overflow: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* reset jquery-mobile css */
body .ui-body-c, body .ui-overlay-c { 
	text-shadow:0 0 0; 
}

body{
	background: #0099c4;
	color: #fff;
	font-family: 'Raleway', sans-serif;
}
::-webkit-input-placeholder { /* Edge */
  color: rgba(255,255,255,0.5);
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255,255,255,0.5);
}

::placeholder {
  color: rgba(255,255,255,0.5);
}
input{
	font-size: 18px;
	background: transparent;
    border: none;
	border-bottom: 1px solid #fff;
	width: 100%;	
	color: #fff;
	padding: 10px 10px 10px 40px;
	box-sizing: border-box;
}
input:focus, button:focus, textarea:focus {
   outline: none;
}
input[type="file"] {
    display: none;
}
textarea {
    font-family: 'Raleway', sans-serif;
    resize: none;
    padding: 14px;
    font-size: 16px;
    color: #555;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #aaa;
    border-radius: 15px;
}
.custom-file-upload {
    border-bottom: 1px solid #0099c4;
    display: block;
    padding: 6px 12px;
    cursor: pointer;
}
#alertBox{
	position: fixed;
	top:0;
	left: 0;
	padding: 17px;
	background: rgba(255,255,255,0.7);
	width: 100%;
	z-index: 100;
	display: none;
	-webkit-animation-duration:.5s;
	animation-duration: .5s;
}
#alertBox.alert{
	background: rgba(255,0,0,0.8);
}
#alertBox.green{
	background: rgba(33,176,0,0.8);
}
.page {
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  background: #0099c4;	
  max-width: 1200px; 
  margin: 0 auto;
  display: none;
}
.page>div{
	display: block;
}
.page.active{
	display: block;
}
.blur{
	filter: blur(5px);
}
.header{
	width: 100%;
	padding: 10% 5% 5% 5%;
	box-sizing: border-box;
}
.login, .password, .button, .forgot{
	width: 100%;
	padding: 20px 5%;
	box-sizing: border-box;
}
.forgot{
	bottom: 0;
    text-align: right;
    cursor: pointer;
    width: 270px;
    float: right;
}
.button{
	width: 100%;
	text-align: center;
}
#login_val{
	background-image: url("../img/ico_login.svg");
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 60px;
	padding: 10px 10px 10px 72px;
}
#password_val{
	background-image: url("../img/ico_password.svg");
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 60px;
	padding: 10px 10px 10px 72px;
}
.doctor_name{
	background-image: url("../img/ico_doctor.svg");
	background-position: 10px 50%;
    background-repeat: no-repeat;
    background-size: 40px;
	min-height: 60px;
	box-sizing: border-box;
}
.presentation_name{
	background-image: url("../img/ico_content.svg");
	background-position: 10px 50%;
    background-repeat: no-repeat;
	min-height: 60px;
	height: 60px;
	width: 100%;
    background-size: 40px;
	display: table !important;
	box-sizing: border-box;
}
.presentation_name>div{
	display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 50px;
    border-bottom: 1px solid #0099c4;
}
.media_file_name{
	background-image: url("../img/ico_media.svg");
	background-position: 10px 50%;
    background-repeat: no-repeat;
	min-height: 60px;
	height: 60px;
	width: 100%;
    background-size: 40px;
	display: table !important;
	box-sizing: border-box;
}
.media_file_name label{
	display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 50px;
    border-bottom: 1px solid #0099c4;
}
#dname_val{
	padding: 10px 10px 10px 50px !important;
}
.password{
	width: 100%;
}
progress::-moz-progress-bar { background: #0099c4; }
progress::-webkit-progress-value { background: #0099c4; }
progress { color: #0099c4; }

#questionPopup>div{
	padding: 30px 15px 5px 15px;
	color: #444;
	border: 1px solid #0099c4;
	background-color: #fff;
	font-size: 20px;
	border-radius: 25px;
}
#questionPopup #selectFileName{
	font-style: italic;
	font-weight: bold;
}
#questionPopup>div>div:nth-child(1){
	margin-top: 40px;
}
#questionPopup>div>div{
    padding: 11px 12px;
    height: 40px;
    border-radius: 32px;
    background-repeat: no-repeat;
    background-position: 16px 50%;
    border: 1px solid #0099c4;
    width: 252px;
    box-sizing: border-box;
    text-align: center;
    margin: 1px 5px;
    background-color: #fff;
    color: #0099c4;
    margin: 25px auto;
}
h1{
	font-size: 38px;
	font-weight: normal;
	margin-bottom: 50px;
}

button{
	font-size: 18px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: bolder;
	text-align: center;
	padding: 15px;
	background: none;
	border: 1px solid #fff;
	border-radius:30px;
	min-width: 300px;
	margin: 15px;
	right: 0;
	user-select: none;
	cursor: pointer;
	cursor: pointer;
}

#btn_home{
	position: absolute;
	top:0;
	left: 0;
	width:50px;
	height: 50px;
	background-image: url("../img/btn_home.svg");
	background-size: 25px;
    background-position: 50%;
    background-repeat: no-repeat;
}
#btn_list{
	position: absolute;
	top:0;
	left: 50px;
	width:50px;
	height: 50px;
	background-image: url("../img/btn_list.svg");
	background-size: 25px;
    background-position: 50%;
    background-repeat: no-repeat;
}
#btn_seetings{
	position: absolute;
	top:0;
	right: 0;
	width:50px;
	height: 50px;
	background-image: url("../img/ico_seetings.svg");
	background-size: 25px;
    background-position: 50%;
    background-repeat: no-repeat;
}
#user_info{
	position: absolute;
	top:0;
	right: 50px;
	display: table;
	height: 50px;
	padding: 5px 15px 5px 5px;
	box-sizing: border-box;
	
}
.contentBox{
	position: absolute;
	top:50px;
	height: calc(100% - 50px);
	width: 100%;
	background: #fff;
	
}
#formBox{
	position: absolute;
    bottom: 0px;
    height: calc(100% - 105px);
    width: 100%;
    background: #fafafa;
	overflow-y: scroll;
	color: #555;
}

#formBox ::-webkit-input-placeholder { /* Edge */
  color: #555;
}

#formBox :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #555;
}

#formBox ::placeholder {
  color: #555;
}
#seetingsViewPopup ::-webkit-input-placeholder { /* Edge */
  color: #555;
}

#seetingsViewPopup :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #555;
}

#seetingsViewPopup ::placeholder {
  color: #555;
}
#forgotViewPopup ::-webkit-input-placeholder { /* Edge */
  color: #555;
}

#forgotViewPopup :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #555;
}

#forgotViewPopup ::placeholder {
  color: #555;
}
#newPassPopup ::-webkit-input-placeholder { /* Edge */
  color: #555;
}

#newPassPopup :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #555;
}

#newPassPopup ::placeholder {
  color: #555;
}
.info {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    color: #0099c4;
}
#formBox>div{
	display: block;
	padding: 10px;
}
#presentationsListPopup{
	position: absolute;
	max-width: 1200px;
	margin: 0 auto;
    top: 50px;
    height: calc(100% - 100px);
    width: 100%;
    background: #fff;
	overflow-y: scroll;
	color: #555;
	z-index: 10;
	padding-top: 50px;
	display:none;
}
#presentationsListPopup>header{
	width: 100%;
    padding: 10px;
    box-sizing: border-box;
    color: #0099c4;
    height: 50px;
    display: table;
    position: fixed;
    margin-top: -50px;
    background: #fff;
    max-width: 1200px;
}
#presentationsListPopup>header>div{
	display: table-cell;
	vertical-align: middle;
}
#presentationsListPopup>div{
	display: table;
    background: #eee;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
#presentationsListPopup>div>div{
	display: table-cell;
	vertical-align: middle;
	height: 60px;
}
#presentationsListPopup>div:nth-child(n+3){
	border-top: 1px solid #777;
}
#presentationsListPopup>div>div:nth-child(1){
	width: 60px;
}
#presentationsListPopup>div>div:nth-child(1)>a>div{
	width: 60px;
	height: 60px;
}
#presentationsListPopup>div>a>div:nth-child(1){
	width: 60px;
}
#presentationsListPopup>div>div:nth-child(2){
	padding: 0 10px;
}
#presentationsListPopup>div>div:nth-child(3){
	padding: 0 10px;
	font-size: 50px;
	color: #0099c4;
	width: 35px;
	text-align: center;
	cursor: pointer;
}
#messageListPopup{
	position: absolute;
	max-width: 1200px;
	margin: 0 auto;
    top: 50px;
    height: calc(100% - 50px);
    width: 100%;
    background: #fff;
	color: #555;
	z-index: 10;
	display:none;
}
#messageListPopup>header{
	width: 100%;
    padding: 10px;
    box-sizing: border-box;
    color: #0099c4;
	height: 50px;
	display: table;
}
#messageListPopup>header>div{
	display: table-cell;
	vertical-align: middle;
}
#messageListPopup>div{
	position: absolute;
    background: #eee;
    width: 100%;    
	overflow: scroll;
    bottom: 0px;
    height: calc(100% - 50px);
    width: 100%;
    background: #fafafa;
	overflow-y: scroll;
	color: #555;
	-webkit-overflow-scrolling: touch;
}
#messageListPopup>div>div{
	display: table;
	padding: 10px;
	 width: 100%;
    box-sizing: border-box;
}
#messageListPopup>div>div>div{
	display: table-cell;
	vertical-align: middle;
	height: 60px;
}
#messageListPopup>div>div:nth-child(n+2){
	border-top: 1px solid #777;
}
#messageListPopup>div>div>div:nth-child(1){
	width: 60px;
	
}
#messageListPopup>div>div>div:nth-child(2){
	padding: 0 10px;
	font-weight: bold;
}
#messageListPopup>div>div>div:nth-child(3){
	padding: 0 10px;
	width: 90px;
}
#messageListPopup>div>div>div:nth-child(4){
	padding: 0 10px;
	font-size: 30px;
	color: #555;
	width: 17px;
	text-align: center;
}
#messageViewPopup{
	position: absolute;
    top: 50px;
    height: calc(100% - 50px);
    width: 100%;
    background: #fff;
	color: #555;
	z-index: 10;
	display:none;
}

#messageViewPopup>header{
	width: 100%;
    padding: 10px;
    box-sizing: border-box;
    color: #0099c4;
	height: 50px;
	display: table;
}
#messageViewPopup>header>div{
	display: table-cell;
	vertical-align: middle;
}
#messageViewPopup>div{
	position: absolute;
	
    background: #eee;
    width: 100%;    
	overflow-y: scroll;
	overflow-x: hidden;
    bottom: 0px;
    height: calc(100% - 50px);
    width: 100%;
    background: #fafafa;
	overflow-y: scroll;
	color: #555;
	-webkit-overflow-scrolling: touch;
}
#messageViewPopup>div>div:nth-child(1){
	display: table;
    background-position: 10px 50% !important;
    padding-left: 55px;
    background-color: #ddd;
    width: 100%;
    margin-bottom: 15px;
}
#messageViewPopup>div>div:nth-child(1)>div{
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	
}
#messageViewPopup .messageBox{	
    padding: 16px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    line-height: 120%;
	
	/*margin: 0 20px;
    padding: 16px;
    box-sizing: border-box;
    border: 1px solid #888;
    box-shadow: 3px 2px 5px 0px #999;
    border-radius: 15px;
	line-height: 120%;*/
}
#messageViewPopup .messageDate{
	margin: 0 20px;
    padding: 8px 15px;
    font-size: 14px;
    text-align: right;
	font-style: italic;
}
#user_info>div{
	display: table-cell;
	vertical-align: middle;
}
#contaktForm, #contactOption{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	color: #0099c4;
}
#contactOption>div{
	/*display: inline-block;*/
}
.ico_sms{
	background-image: url("../img/ico_sms.svg");
	background-position: 50%;
	background-size: 25px;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
}
.ico_email{
	background-image: url("../img/ico_email.svg");
	background-position: 50%;
	background-size: 25px;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
}
#btnSMS{
	background-image: url("../img/ico_sms.svg");
	background-size: 22px;
    padding: 11px 12px 0px 42px;
    height: 40px;
    border-radius: 32px;
    background-repeat: no-repeat;
    background-position: 13px 50%;
    border: 1px solid #0099c4;
    width: 90px;
    box-sizing: border-box;
    text-align: center;
    margin: 1px 2px;
    display:none;
    cursor: pointer;
}
#btnSMS.active{
	background-image: url("../img/ico_sms_active.svg");
	background-size: 22px;
    padding: 11px 12px 0px 42px;
    height: 40px;
    border-radius: 32px;
    background-repeat: no-repeat;
    background-position: 13px 50%;
	background-color: #0099c4;
    border: 1px solid #0099c4;
    width: 90px;
    box-sizing: border-box;
    text-align: center;
	margin: 1px 2px;
	color:#fff;
    
}
#btnEmail{
	background-image: url("../img/ico_email.svg");
	background-size: 25px;
    padding: 11px 12px 0px 50px;
    height: 40px;
    border-radius: 32px;
    background-repeat: no-repeat;
    background-position: 16px 50%;
    border: 1px solid #0099c4;
    width: 113px;
    box-sizing: border-box;
    text-align: center;
	margin: 1px 2px;
    display:none;
    cursor: pointer;
}
#btnEmail.active{
	background-image: url("../img/ico_email_active.svg");
	background-size: 25px;
    padding: 11px 12px 0px 50px;
    height: 40px;
    border-radius: 32px;
    background-repeat: no-repeat;
    background-position: 16px 50%;
	background-color: #0099c4;
    border: 1px solid #0099c4;
    width: 113px;
    box-sizing: border-box;
    text-align: center;
	margin: 1px 2px;
	color:#fff;
}

#btnWhatsApp{
	background-image: url("../img/WatsApp_blue.svg");
	background-size: 32px;
    padding: 11px 12px 0px 40px;
    height: 40px;
    border-radius: 32px;
    background-repeat: no-repeat;
    background-position: 8px 50%;
    border: 1px solid #0099c4;
    width: 136px;
    box-sizing: border-box;
    text-align: center;
	margin: 1px 2px;
    display: none;
    cursor: pointer;
}
#btnWhatsApp.active{
	background-image: url("../img/WatsApp_white.svg");
	background-size: 32px;
    padding: 11px 12px 0px 40px;
    height: 40px;
    border-radius: 32px;
    background-repeat: no-repeat;
    background-position: 8px 50%;
	background-color: #0099c4;
    border: 1px solid #0099c4;
    width: 136px;
    box-sizing: border-box;
    text-align: center;
	margin: 1px 2px;
	color:#fff;
}
.contentBox input{
	font-size: 18px;
	background: transparent;
    border: none;
	border-bottom: 1px solid #0099c4;
	width: 100%;	
	color: #555;
	padding: 10px 10px 10px 40px;
	box-sizing: border-box;
	font-family:Raleway, sans-serif;
	font-size:16px;
}
.contentBox button {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: bolder;
    text-align: center;
    padding: 15px;
    background: none;
    border: 1px solid #0099c4;
	color:#0099c4;
    border-radius: 30px;
    min-width: 300px;
    margin: 15px;
    right: 0;
    user-select: none;
}
#uploadPopup{
	position: fixed;	
	top:0;
	left: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
	background: rgba(50,50,50,.5);
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 10px;
	grid-auto-rows: 200px;
	grid-template-areas: 
		". a a ."
		". a a .";
	z-index: 10;
	display: none;
}
#uploadPopup>div{
  grid-area: a;
  align-self: center;
  justify-self: center;
}
#questionPopup{
	position: fixed;	
	top:0;
	left: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
	background: rgba(50,50,50,.5);
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 10px;
	grid-auto-rows: 200px;
	grid-template-areas: 
		". a a ."
		". a a .";
	z-index: 10;
	display: none;
}
#questionPopup>div{
  grid-area: a;
  align-self: center;
  justify-self: center;
}
form>div{
	padding: 10px;
}
#seetingsViewPopup{
	position: fixed;	
	top:50px;
	left: 0;
	width: 100%;
	max-width: 1200px;
	height: 100%;
	background:#fff;
	transform-origin: top;
	padding: 10px;
	z-index: 15;
	display: none;
	box-sizing: border-box;
}
#seetingsViewPopup.show{
	display: block !important;
}
#seetingsViewPopup .title{
	font-size: 17px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
    padding: 10px 10px 10px 40px ;
    box-sizing: border-box;
    color: #0099c4;
	background-image: url("../img/ico_settings_blue.svg");
	background-size: 30px;
    background-position: 0 50%;
	background-repeat: no-repeat;
}
#seetingsViewPopup input {
    font-size: 18px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #0099c4;
    width: 100%;
	
    color: #555;
    padding: 10px;
    box-sizing: border-box;
    font-family: Raleway, sans-serif;
    font-size: 16px;
}
#seetingsViewPopup .button{
	width: 100%;
    text-align: center;
}
#seetingsViewPopup button{
	font-size: 17px;
    color: #0099c4;
    font-family: 'Raleway', sans-serif;
    font-weight: bolder;
    text-align: center;
    padding: 15px;
    background: none;
    border: 1px solid #0099c4;
    border-radius: 30px;
    min-width: 300px;
    margin: 15px;
    right: 0;
    user-select: none;
}

#forgotViewPopup{
	position: fixed;	
	top:50px;
	left: 0;
	width: 100%;
	max-width: 1200px;
	height: 100%;
	background:#fff;
	transform-origin: top;
	padding: 10px;
	z-index: 15;
	display: none;
	box-sizing: border-box;
}
#forgotViewPopup.show{
	display: block !important;
}
#forgotViewPopup .title{
	font-size: 17px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
    padding: 10px 10px 10px 40px ;
    box-sizing: border-box;
    color: #0099c4;
	background-image: url("../img/ico_settings_blue.svg");
	background-size: 30px;
    background-position: 0 50%;
	background-repeat: no-repeat;
}
#forgotViewPopup input {
    font-size: 18px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #0099c4;
    width: 100%;	
    color: #555;
    padding: 10px;
    box-sizing: border-box;
    font-family: Raleway, sans-serif;
    font-size: 16px;
}
#forgotViewPopup .button{
	width: 100%;
    text-align: center;
}
#forgotViewPopup button{
	font-size: 17px;
    color: #0099c4;
    font-family: 'Raleway', sans-serif;
    font-weight: bolder;
    text-align: center;
    padding: 15px;
    background: none;
    border: 1px solid #0099c4;
    border-radius: 30px;
    min-width: 300px;
    margin: 15px;
    right: 0;
    user-select: none;
}

#newPassPopup{
	position: fixed;	
	top:50px;
	left: 0;
	width: 100%;
	max-width: 1200px;
	height: 100%;
	background:#fff;
	transform-origin: top;
	padding: 10px;
	z-index: 15;
	display: none;
	box-sizing: border-box;
}
#newPassPopup.show{
	display: block !important;
}
#newPassPopup .title{
	font-size: 17px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
    padding: 10px 10px 10px 40px ;
    box-sizing: border-box;
    color: #0099c4;
	background-image: url("../img/ico_settings_blue.svg");
	background-size: 30px;
    background-position: 0 50%;
	background-repeat: no-repeat;
}
#newPassPopup input {
    font-size: 18px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #0099c4;
    width: 100%;
	
    color: #555;
    padding: 10px;
    box-sizing: border-box;
    font-family: Raleway, sans-serif;
    font-size: 16px;
}
#newPassPopup .button{
	width: 100%;
    text-align: center;
}
#newPassPopup button{
	font-size: 17px;
    color: #0099c4;
    font-family: 'Raleway', sans-serif;
    font-weight: bolder;
    text-align: center;
    padding: 15px;
    background: none;
    border: 1px solid #0099c4;
    border-radius: 30px;
    min-width: 300px;
    margin: 15px;
    right: 0;
    user-select: none;
}


#contentViewPopup{
	position: fixed;	
	top:0;
	left: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
	background: rgba(50,50,50,.5);	
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 11;
	display: none;
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
}
#contentViewPopup>div:nth-child(1){
    position: fixed;
    right: 5px;
    top: 5px;
    width: 50px;
    height: 50px;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    font-size: 23px;
    text-align: center;
    color: #555;
    font-weight: bold;
    border-radius: 50%;
}
#contentViewPopup>div:nth-child(2){
	display: table;
	margin: 0 auto;
}
#contentViewPopup :nth-child(2)>div>div{
	display: table-row;
}
video {
	width:100%;
	height: 50%;
}
.imageAttach{
	width:100%;
	height: 50%;
}
.presentationItemView{
	display: table;
    padding-left: 110px;
    width: 100%;
    height: 68px;
}
.presentationItemView>div{
	display: table-cell;
	vertical-align: middle;
}
.wasOpenCount{
	font-size: 11px;
    color: #fff;
    background: #0099c4;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    right: 5px;
    padding: 4px 4px 5px 4px;
    text-align: center;
    width: 15px;
}
.option{
	font-size: 15px;
	width: 100%;
    padding: 15px;
    box-sizing: border-box;
    color: #0099c4;
	display: table;
	border-top: 1px solid #0099c4;
	position: relative;
}
.option>div{
	display: table-cell;
	vertical-align: middle;
}
.option>div.right{
	position: absolute;
	right: 10px;
	top:13px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 43px;
  height: 28px;
	top: -5px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}
.category_bar{
	background: #ccc !important;
	font-weight: bold;
}
.category_bar>div{
	height: 40px !important;
}
#presentationsListPopup>div.category_bar>div:nth-child(1){
	width: 100%;
	
}
#presentationsListPopup>div.category_bar>div:nth-child(2){
	padding: 0 20px;
	font-size: 20px;
	color: #0099c4;
	width: 35px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}
#presentationsListPopup>div.hide{
	display: none;
}