
.admin{
	text-align: center;
    width: 100%;
	float: left;
	height:auto;
	margin: 190px auto;
}
.main{
	margin: 5px 0px;
}
body{
    height:100%;
    width:100%;
    margin:0;
    background: linear-gradient(to left,#e53935 ,#114357);
    /*background-repeat:no-repeat;*/
	/*background-image:url("../images/featured.png");*/
	/*background-repeat: no-repeat;*/
	/*background-size: cover;*/
}
.switch{
	    background-color: #2196F3;
		border-radius: 34px;
		position: relative;
        display: inline-block;
        width: 60px;
        height: 34px;
    
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  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(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.user{

	text-align: center;
    width: 100%;
	float: left;
	height:auto;
	margin: 190px auto;
}
.usermain{
	margin: 20px auto !important;
}

.main{
	margin: 5px 0px;
	
}
.total_patient{
	    color: #fff;
    font-size: 50px;
    width: 100%;
	text-align: center;
    float: left;
}
.patient{
	width: 100%;
	height: auto;
	text-align: center;
}
.token,.invoice,.time{
	color: #000;
}
.token{
	font-size: 60px;
}
.invoice{
	font-size: 14px;
}
.time{
	    font-size: 14px;
    font-weight: bold;
    width: 100%;
    padding: 10px 0px;
    float: left;
        border-bottom: 2px solid #000;
}
.user_token{
	width: 100%;
	height: auto;
	float: left;
	    box-shadow: 2px 3px 20px #000;
    background: #fff;
    border-radius: 10px;
}
.home{    
	text-align: center;
    color: #fff;
}
.home a{
	color: #000;
	text-decoration: none;
}
#current{
	background: none;
    border: none;
    width: 100%;
    text-align: center;
    font-size: 10vw
}
#number{
	    background: none;
    border: none;
    width: 20%;
    text-align: center;
}
#series{
	 background: none;
    border: none;
	width: 75px;
	    text-align: right;

}
.note{
    font-size: 11px;
    border-bottom: 2px solid #000;
}
.web-link{
       border-bottom: 1px solid;
    border-bottom-style: dashed;
    width: 100%;
    height: auto;
	float: left;
	text-align: center;
    padding-bottom: 5px;
    font-size: 11px;
}
.web-link strong{
	    font-size: 15px;
    letter-spacing: 3px !important;
	width: 100%;
    height: auto;
    text-align: center;
}
.urdu{
    font-size: 11px;
    margin-bottom: 0px;
}
.logo{
    width: 100%;
    padding-top: 35px;
}
.token-logo{
        position: absolute;
    left: 20px;
    width: 100px;
    padding-top: 10px;
	z-index: 1;
	padding-right:20px;
}
#html-content-holder{
	width: 100%;
    height: auto;
    float: left;
    margin-top:100px;
}
#previewImage{
	display: none;
}
#previewImage canvas{
width: 320px !important;
    
}

@media (max-width:480px) and (min-width:0px){
    .user{
        margin:10px !important;
    }
}
.if-patient,.if-counter{
	margin: 0px !important;
}
.patient-if-btn,.counter-if-btn{
	font-size:8vw;
}
.patient-if-lable,.counter-if-lable{
	font-size: 7vw;
}