body {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    color: #fff;
    font-size: 13px;
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
input, select, textarea {
    background-color: #eee;
    border: 2px solid #ccc;
    color: #666666;
    font-size: 1.1em;
    font-weight: normal;
    margin: 0.5%;
    border-radius: 4px;
    /*  padding: 6px;*/
}
input[type=radio] {
    background: url("./images/form_input.gif") repeat-x scroll left top #eee;
    height: 31px;
    width: 31px;
}
input[type=text], input[type=date],input[type="password"], {
    background: url("./images/form_input.gif") repeat-x scroll left top #eee;
    height: 32px;
}
select {
    background: url("./images/form_input.gif") repeat-x scroll left top #eee;
}
option {
    height: 20px;
    border-bottom: 1px solid #ddd;
    padding: 4px 7px 0;
}
option:nth-child(odd) {
    background-color: #fafafa;
}
/*D8EBD3 B5DDF7*/

option:nth-child(even) {
    background-color: #eee;
}
/* DAEEFB */

option[selected="selected"] {
    background-color: #A9CDD9;
}
option:hover {
    background-color: #FFF7D0;
}
#incfont {
    display: none;
    font-size: 1em;
}
#decfont {
    display: none;
    font-size: 1em;
}
.heading{
    color: #FFFF00;
    font-size: 18pt;
    font-style: italic;
	line-height

}
.fileselect {
    font-weight: normal;
    font-size: 1em;
    color: #222;
}
.button {
    border: 1px solid #3079ED;
    color: #222;
    min-width: 100px;
    padding: 5px;
    font-weight: normal;
    background-color: #FFFF00;
    border: 1px solid #CCCCCC;
    font-size: 15px;
    line-height: 25px;
    cursor: pointer;
}
.button:hover {
    background-color: #2F528F;
    border: 1px solid #ccc;
    color: #fff;
}
.commentbutton {
    width: auto;
}
.button2 {
    background-color: #498BF4;
    border: 1px solid #3079ED;
    color: #fff;
    min-width: 100px;
    padding: 5px;
    border-radius: 4px;
    cursor: pointer;
}
.button2:hover {
    background-color: #D14836;
    border: 1px solid #ccc;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #000;
}
.topbar {
    height: 34px;
    padding: 2px;
    margin-top: 5px;
    margin-bottom: 3px;
    text-align: right;
    min-height: 38px;
}
.navbar{
    text-align: right;
}
.pagination{
 text-align: center;   
}
#subcontent {
    clear: both;
}
#searchform_container {
    display: none;
}
#talkboxlogo {
    color: #FFFF00;
    border: 2px solid #FFFF00;
    border-radius: 5px;
    padding: 5px 8px;
    background-color: #2F528F;
    float: left;
    margin: -4px 0 3px 5px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}
#talkboxlogo:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
    border: 2px solid #FFFF00;
    border-radius: 5px;
}
.minibutton {
    color: transparent;
    height: 24px;
    width: 24px;
    display: inline-block;
    background-color: #FFFF00;
    border: 2px solid #fff;
    border-radius: 6px;
    padding: 4px
}
.minibutton:hover {
    color: transparent;
    background-color: #2F528F !important
}


.midbutton{
border: 1px solid #3079ED;
color: #222;

padding: 4px 5px;
font-weight: normal;
background-color: #FFFF00;
font-size: 15px;
line-height: 25px;
cursor: pointer;
border-radius: 7px;
position: relative;
height: 28px;
margin: 2px;
display: inline-block;
}

.midbutton:hover {
    
    background-color: #2F528F !important
    color: #fff;
}
.midbutton sup{
background-color: #FF0000;
color: #fff;
margin-left: 5px;
padding: 0px;
border-radius: 50%;
min-width: 19px;
display: inline-block;
text-align: center;
line-height: 20px;
top: -11px;
position: absolute;
left: -17px;
}
.lobuton{
        color: #fff;
    height: 24px;
    width: 24px;
    display: inline-block;
font-weight: bold;
    border: 2px solid #fff;
    border-radius: 6px;
    padding: 4px
}

#newmsgbutton{

}
#refreshbutton {
    background: transparent url("./images/refresh-24.png") no-repeat center center;
}
#nextbutton {
    background: transparent url("./images/next-24.png") no-repeat center center;
}
#prebutton {
    background: transparent url("./images/pre-24.png") no-repeat center center;
}
#searchbutton {
    background: transparent url("./images/search-24.png") no-repeat center center;
}
#talkbutton {
    background: transparent url("./images/talk-32.png") no-repeat center center;
}
#decfont {
    background: transparent url("./images/decrease-font-24.png") no-repeat center center;
}
#incfont {
    background: transparent url("./images/increase-font-24.png") no-repeat center center;
}
.cl {
  
    clear: both;
display: block;
margin: 3px 0;
min-height: 34px;
}
.cl:after {
    content: "";
    display: table;
    clear: both;
}

.uname{
font-weight: bold;
color: #ff0;
}
.thetalk {
    font-size: 16px;
}
.c {
    font-size: 16px;
}
.red{
    color: #f00;
}
.showtalkbutton {
    margin-right: 2px;
    float: right;
}
.showtalkbutton, .ybutton {

    background-color: #FFFF00;
    border: 2px solid #375FA5;
    border-radius: 6px;
    color: #4472C4;
    padding: 4px 16px;
      font-size: 15px;
}


.dimtext {
    color: #ccc;
    font-weight: 15px;
}
.paginationlink {
    padding: 3px 4px;
    margin: 2px;
    font-size: 15px;
    font-weight: bold;
}
.paginationlink.current {
    color: #333;
}
ul {
    margin: 0;
    padding: 0;
}
.wfull {
    width: 98%
}
.w23 {
    width: 64%;
}
.w13 {
    width: 32%;
}
.w12 {
    width: 48%;
}
.copyright {
    text-align: center
}
#maincontainer {
    margin: 0 auto;
    border: 2px solid #4472C4;
    padding: 3px;
    background-color: #4472C4;
    position: fixed;
    top: 0;
    bottom: 2px;
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-flow: column;
    /*
   width: 100%;
    max-width: 400px;
left: 50%;
    margin-left: -25%;*/
}
#maincontent {
    flex: 1 1 auto;
    overflow-y: auto;
}
@media only screen and (max-width: 768px) {
    #maincontainer {
        width: 98%;
        max-width: 700px;
    }
}
#newtalk {
    width: 100%
}
#showmsg {
    font-size: 1.2em;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    background: #00B0F0;
    border: 1px solid #ddd;
    border-top: 0px;
    padding: 3px 2px 2px 2px;
    color: #fff;
    height: 25px;
    display: none;
    text-align: center;
    z-index: 6;
}
#msgbox {
    background: #CDED8F;
    border: 1px solid #88BD21;
    border-top: 0px;
    color: #333;
    height: 33px;
    top: 8px;
    width: 40%;
}
#processing {
display: none;
 
position: fixed;
top: 46%;
left: 46%;
padding: 2px;
z-index: 10;
background: #fff;
border: 4px solid #fff;
border-radius: 4px;
}
#proessmsg {
    border-top: 0px;
    color: #666;
    filter: alpha(opacity=70);

    opacity: 0.7;
    width: 100%;
}

#proessmsg img{
    vertical-align: middle;
}
#box {
    background: #fff;
    border: 10px solid #666;
    color: #000;
    display: none;
    padding: 2px 5px;
    position: fixed;
    right: 50%;
    top: 16%;
    width: auto;
    min-height: 300px;
    min-width: 300px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    max-height: 80%;
    max-width: 80%;
    overflow: scroll;
}
#closebox {
    background: #fff none repeat scroll 0 0;
    border: 8px8px solid #777;
    border-radius: 10px;
    cursor: pointer;
    float: left;
    font-size: 20px;
    position: absolute;
    left: 0;
    text-align: center;
    top: 0;
    width: 22px;
    z-index: 2147483647;
}
#thecontents {
    text-align: center;
    position: relative;
    top: 20px;
}
#talkform_container {
    margin-bottom: 12px;
}



#recordContainer{
background: none repeat scroll 0 0 #ffffff;
border: 4px solid #ccc;
position: absolute;
top: 142px;
width: 92%;
z-index: 999;
margin: 0 auto;
color: #000;
display: none;
padding: 2%;
text-align: center;
min-height: 234px;
}
#closerecordContainer{
cursor: pointer;
position: absolute;
top: 1px;
right: 1px;
color: #f00;
background-color: #ddd;
border-radius: 5px;
padding: 2px 8px;

}
#recordingsList{
    margin:0;
    padding:0;
}

.slidecontainer {
  width: 96%;
 margin: 8px 0;

}

.slider {
  -webkit-appearance: none;
  width: 98%;
  height: 3px;
  border-radius: 2px;
  border:none;
  background: #7F7F7F;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 4px;
  height: 25px;
  border-radius: 0%;
  background: #ED7D31;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 4px;
  height: 25px;
  border-radius: 0%;
  background: #ED7D31;
  cursor: pointer;
}

.ap{
display: block;
float:right;
font-weight:bold;
background-color: #900;
 background:transparent url('./images/play.png') no-repeat;
 background-size: contain;
height: 32px;
width: 44px;
border-radius: 5px;
padding: 0 1px;
margin: 2px 0;
}

.ap:hover{
color: #900;
background-color: #ddd;

}

#uploadbox,
#recordbox{
width: 100%;
    position: absolute;
    top: 32px;
}


.yellowbutton{
background-color: #FFFF00;
border: 1px solid #4472C4;
width: 128px;
height: 48px;
display: block;
margin: 6px auto;
font-weight: bold;
cursor: pointer;
}


.yellowbutton:disabled,
.yellowbutton[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}


.orangebutton{
background-color: #ED7D31;
border: 1px solid #4472C4;
width: 96px;
height: 96px;
 
margin: 6px auto;
font-weight: bold;
border-radius: 50%;
color: #fff;
cursor: pointer;
font-size: 18px;
}

#recordedA{
    display: none;
}

#timecounter
{
font-size: 18px;}