body{
    font-family: Arial,Helvetica,sans-serif;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.audiojs div {
    display: none;
}

#_speakpipe_flash_recorder{
	position: absolute;
}

#flashobj-page .nativeobj-container {
	width: 220px;
	height: 140px;
}

#flashobj-page ol,
#flashobj-page li{
    margin: 0;
    /*padding: 0;*/
    text-align: left;
}

#flashobj-page ol{
    margin: 0 0 10px;
}

.privacy-respect-msg{
    margin: 5px 0;
}

.alt-recorder-msg{
    font-size: 12px;
}

.page-title{
    text-align: center;
    font-size: 26px;
    margin: 5px 5px 15px;
    background-color: transparent;
}

#recording-page .page-title{
    font-weight: bold;
    font-size: 30px;
}

#start-recording-page .page-title{
    margin-bottom: 10px;
}

.dlg-page{
	display: none;
	text-align: center;
}

#start-recording-page .dlg-msg{
    margin: 0 0 5px;
}

.dlg-note{
    font-weight: bold;
    font-size: 14px;
}


.main-btn{
    border-radius: 6px;
    background-color: #70b144;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    cursor: pointer;
    padding: 9px 25px;
    display: inline-block;
}

.main-btn:hover{
    background-color: #578a35;
}

#start-recording-page .main-btn{
    margin: 3px 0 5px;
    font-size: 24px;

    background-image: url("../../../../static/img/inline-widget/mic-small.png");
    background-position: 22px 8px;
    background-repeat: no-repeat;
    padding-left: 48px;
}

.secondary-btn{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    margin-left: 7px;
    padding: 6px 12px;
    border-radius: 5px;
    background-color: #63809c;
}

.secondary-btn:hover{
    background-color: #566f87;
}

.progressbar{
    border: 1px solid #999;
    height: 22px;
    background-color: #ddd;
    width: 80%;
    margin: 10px auto 15px;
}

.progressbar div{
    background-color: #63809c;
    width: 0%;
    height: 100%;
}

.progressbar span{
    font-size: 13px;
    height: auto;
    width: auto;
    margin: -18px 0 0;
    display: block;
}

#mic-activity-level{
    background-color: #ddd;
    padding: 1px;
    margin: 5px auto 10px;
    width: 80%;
}

#mic-activity-level .mic-al-left,
#mic-activity-level .mic-al-right{
    width: 50%;
}

#mic-activity-level .mic-al-left div,
#mic-activity-level .mic-al-right div{
    height: 10px;
    background-color: #ddd;
}

#mic-activity-level .mic-al-left,
#mic-activity-level .mic-al-right div{
    background-color: #63809c;
}

#mic-activity-level .mic-al-left{
    border-right: 1px solid #fff;
}

#mic-activity-level .mic-al-left div{
    width: 100%;
}

#mic-activity-level .mic-al-right{
    margin: -10px 0 0 50%;
    border-left: 1px solid #fff;
}

#mic-activity-level .mic-al-right div{
    width: 0;
}

.workflow-hint{
    font-size: 15px;
    margin: 5px 0 0;
    font-weight: bold;
}

.workflow-hint span.bullet{
    font-size: 14px;
    background-color: #63809c;
    padding: 1px 5px;
    border-radius: 18px;
    color: #fff;
    font-weight: bold;
}

.contact-info-section{
    text-align: left;
    margin: 0 auto 10px;
    max-width: 400px;
    width: 93%;
}

.contact-info-section input{
    margin: 0;
}

#subscribe-email-field{
    font-size: 12px;
    display: none;
}

#subscribe-email-field input[type=checkbox]{
    position: relative;
    top: 2px;
}

.section-label{
    font-weight: bold;
}

.contact-info-section .author-name-field{
    margin: 0 0 5px;
}

.input-field input[type="text"]{
    width: 95%;
    padding: 5px;
    border: 1px solid #d4aa00;
    background-color: #ffeeaa;
    border-radius: 4px;
    font-size: 14px;
}

.input-field input[type="text"].value-error{
    border-color: red;
    background-color: #FFD5D5;
}

#start-recording-page .page-note{
    margin: 14px 0 0;
    font-size: 14px;
}

#recording-page .mic-img{
    width: 80px;
}


#audio-file-upload-form{
    margin: 15px 0 0;
}

#audio-file-upload-form .main-btn,
#audio-file-upload-form a{
    position: relative;
}

#audio-file-upload-form input[type="file"]{
    display: block !important;
    opacity: 0 !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    overflow: hidden !important;
    cursor: pointer;
}


#android-recorder-page #audio-file-upload-form{
    margin: 10px 0 0;
}


.play-pause-btn{
    height: 50px;
    width: 50px;
    background-color: #63809c;
    cursor: pointer;
    float: left;
    border-radius: 6px;
}

.play-pause-btn:hover{
    background-color: #566f87;
}

.play-icon{
    background-image: url("../../../../static/img/player/play-icon-sw.png");
    background-position: 17px center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.pause-icon{
    background-image: url("../../../../static/img/player/pause-icon-sw.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
}


.audio-player .progressbar{
    height: 12px;
    border-radius: 4px;
    width: 100%;
    margin-top: 0px;
}

.audio-info{
    margin-left: 65px;
}

.audio-player{
    margin: 20px 20px 40px;
}

#recording-warn-page .dlg-msg{
    font-size: 14px;
    margin: 0 0 15px;
}

#reset-recording-page .dlg-msg{
    font-size: 14px;
}

#thankyou-page .dlg-msg{
    margin: 25px 5px 0;
    font-size: 22px;
}

.dlg-action{
    margin: 5px 0 0;
}


.powered-by {
    bottom: 0;
    font-size: 14px;
    padding: 0 0 1px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.powered-by a{
    color: #244b84 !important;
    text-decoration: underline;
}

.instructions-list{
    margin: 0;
    text-align: left;
    width: 85%;
    font-size: 14px;
}

#ios-app-page .dlg-msg{
    margin: 0 0 10px;
}

a.appstore-badge-btn{
    display: block;
    color: #000;
    text-decoration: none;
    width: 170px;
    height: 50px;
    background-image: url('../../../../static/img/widget/appstore_download.svg');
    background-size: 170px 50px;
    margin: 0 auto 10px;
}

a.launch-speakpipe-app-icon {
    background-color: #fff;
    background-image: url("../../../../static/img/widget/mobile_app_icon.png");
    background-position: 5px 5px;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    color: #000000;
    display: block;
    font-weight: bold;
    font-size: 14px;
    height: 60px;
    padding-left: 55px;
    text-decoration: none;
    width: 100px;
    margin: 0 auto 10px;
}


a.launch-speakpipe-app-icon div{
    padding: 6px 3px;
}


#submit-recording-page .input-field{
    margin: 0 0 5px;
}

.use-html5-recorder-hint{
    margin: 8px 0 0;
    display: none;
}

#rec-details-page .page-title{
    font-size: 24px;
}

.msg-url{
    width: 95%;
    border: 1px solid #999;
    font-size: 12px;
    padding: 5px;
    background-color: #dedede;
}

.shr-section a img{
    width: 50px;
    margin: 0 3px;
}

#embed-recording-page .page-title{
    font-size: 24px;
}

#embed-recording-page .msg-embed-code{
    width: 95%;
    height: 80px;
    background-color: #dedede;
    border: 1px solid #999;
    /*border-radius: 3px;*/
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 5px;
    margin: 0 0 20px;
}


.demo-tip{
    display: none;
}

#start-recording-page .demo-tip{
    margin: 5px 0;
    background-color: #ddd;
    padding: 5px;
}

#start-recording-page .demo-tip-title{
    font-size: 18px;
}