
.vertical-text {
    transform: rotate(-90deg);
    transform-origin: left top 0;
}

#askbutton {
    position: fixed;
    right: -137px;
    top: 60%;
    z-index: 1000;
    cursor: pointer;
    /*background: linear-gradient(to bottom, #11bcbc, #11bcbc);
    border-radius:5px 5px 5px 5px ;*/
}
#asklibbutton {
    position: fixed;
    right: -137px;
    top: 60%;
    z-index: 1000;
    cursor: pointer;
    /*background: linear-gradient(to bottom, #11bcbc, #11bcbc);
    border-radius:5px 5px 5px 5px ;*/
}

@media only screen and (max-width: 575px) {
	#askbutton {
	right: -40px;
	width:90px;
    top: 80%;
    /*background: linear-gradient(to bottom, #11bcbc, #11bcbc);
    border-radius:5px 5px 5px 5px ;*/
}
	#asklibbutton {
	right: -50px;
	width:130px;
    top: 80%;
}
}


.header {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #0dc3cc, #11bcbc) repeat scroll 0 0;
   border-radius: 0px 0px 0px 0px;
   padding: 3px;
}

.headerpop {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #0dc3cc, #11bcbc) repeat scroll 0 0;
    position: absolute;
    top: 0; 
    left: 0; 
    right: 0; 
    /*height: 40px;*/
}



.headertab {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #0dc3cc, #11bcbc) repeat scroll 0 0;
    top: 50px; 
    left: 0; 
    right: 0; 
}

.chatbox {
  border-radius:0px 0px 0px 0px ;
}

.chatcontentcontainer {
    /*margin-top:60%;
    margin-right:10%;
    float:right;*/

	/*position: fixed;
    right: 10%;
    top: 10%;*/
	left: 500px;
	top: 100px;
    z-index: 1000;
	width: 500px;
	height: 600px;
	visibility: visible;
	position: absolute;

   /* float:right;
    overflow: hidden;
    position: absolute;
    right: 5%;
    top: 10%;
    z-index: 1000;*/
}
@media only screen and (max-width: 984px) {
	.chatcontentcontainer {
	left: -800px;
	}
}

.iframepop {
   position: absolute; 
   top: 50px; 
   left: 0; 
   right: 0; 
   bottom: 0;
}
.iframepop iframe {
    display: block; 
    width: 100%; 
    height: 100%; 
    border: none;
}


.iframetab {
   position: absolute; 
   top: 50px; 
   left: 0; 
   right: 0; 
   bottom: 0;
}
.iframetab iframe {
    display: block; 
    width: 100%; 
    height: 100%; 
    border: none;
}




#refreshbutton{
cursor: pointer;
height: 16px;
width: 16px;
}

#minbutton{
cursor: pointer;
}

#maxbutton{
cursor: pointer;
}

#closebutton{
cursor: pointer;
}

