*
{
	
	    box-sizing: border-box;
}
body
{
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
}
button{
	outline: none;
}
.container_upload
{
    width: 100%;
    margin: auto;
}
.header_title
{
    left: 0;
    right: 0;
    background: #fdfdfd;
    padding: 10px;
    position: fixed;
    z-index: 999;
    top: 0;
}
.header_title h4
{
float: left;
    font-size: 13px;
    font-weight: 400;
    color: #607D8B;
    text-align: left;
    margin: 0px;
}
.header_title small
{
    float: right;
    font-size: 13px;
    font-weight: 400;
    color: #2196F3;
}
.dropzone {
    background-color: #ccc;
    border: 3px dashed #888;
    width: 350px;
    height: 150px;
    border-radius: 25px;
    font-size: 20px;
    color: #777;
    padding-top: 50px;
    text-align: center;
}
.dropzone.over {
    opacity: .7;
    border-style: solid;
}
#dropzone .dropzone {
    margin-top: 25px;
    padding-top: 60px;
}
.up_img
{
	width: 100%;
	float: left;
}
.up_img img
{
    width: 35px;
    margin: 0px auto 15px auto;
}
.upload_multiple
{
    width: 100%;
    float: left;
}
.upload_multiple_inst
{
width: 100%;
    height: auto;
    float: left;
    font-size: 13px;
    padding: 10px;
    background: #fdfdfd;
    border-left: 2px solid #E91E63;
    border-radius: 1px 5px 5px 0px;
    color: #607D8B;
	margin: 10px 0px 70px 0px;
}
.up_all_btn
{
    position: fixed;
    z-index: 999;
    left: 0px;
    right: 0px;
    bottom: 65px;
    background: #2196F3;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.remove_all_btn {
    font-size: 14px;
    float: left;
    font-weight: 200;
    text-align: right;
    width: 100%;
    padding: 0px 0px 10px 0px;
    text-decoration: none;
    color: #E91E63;
}
.fileup-file {
        background-color: #fdfdfd;
    border: 1px solid #f5f5f5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font: 12px Verdana, Geneva, sans-serif;
    margin-bottom: 5px;
    max-width: 350px;
    padding: 10px;
    position: relative;
    overflow: hidden;
}
.fileup-name
{
    width: 100%;
    float: left;
    color: #000;
    font-size: 12px;
    font-weight: 500;
}
.fileup-file.fileup-image .fileup-preview {
    width: 85px;
    float: left;
}
.fileup-file.fileup-doc .fileup-preview {
    width: 32px;
    float: left;
}
.fileup-file.fileup-image .fileup-preview img {
    max-height: 80px;
    max-width: 80px;
}
.fileup-file.fileup-image.fileup-no-preview .fileup-preview img,
.fileup-file.fileup-doc .fileup-preview img {
    display: none;
}
.fileup-file.fileup-image.no-preview .fileup-preview {
    width: 80px;
    height: 56px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAA4CAAAAABP3SBGAAACW0lEQVRYw+3Y3U8aQRAAcP7/98bb3YFDxSvUBCKlxigllVrFILFEmmJrxdYrB7e7Q+JfUD4Ocgcs7OX2oQ/OAwmZ8Mt+zO7NkcraZiOVSRuNTMp+BU2BzCIJAyIgK19eJIv6PoRB0njBRDHiBRYG6Rf0EwXvv/3fQM6Ngsjd5/GHKZCLdvkgV2wOhSmwRglj1Kp43AgoG9a05mCnKk2AvO+w4HjZj8IAKLsAwcmlLdQEl4oiCt6x+VVAGpogf3KFEhQPmWCEwNpSAZKLKHh0NNwwxhIJZuy4XAvEO2adqGctuzad7gm9RV8H5H6RpklVqMWOM74Arb2m9LVAbFFIA6lJteg2q6dXT9LXArlXmMwIyLla5CglCl8PxMZszWGlOKX+9RUC+XMuqDOg1xGx31Ev6wYQz6153QK0wkt7Qz4rRTUoe7uLg5Bm6a+jxU9ch9LToYwL4pkVesyyTAdDIwer/FfGA+XP+bmaXyjfZxn5y54krMMexgJFhURbAbp7P02JD7MEyXUxBojfAJaaC7r/gNPTGCSo3cYYIyzRlXaFOj3JB4eLBIPGasUrQLylsNoAkfzvl6vQVjH6iQstkA/e0XUtFSneH7DQdyDHntQB8Zqsb9JYdmngVukPbge5GxlHOGB1GR5wKyjrRL+zpHsd3AJyL09j9KoscxPqRdaDBRan+2WsLrhJcLzZZ0NhEpzcFa7cBDo7NGa8cX5w9S57teOTuFH5OHs0ry9sIeOHP9TpHJL32MlBLx8FL0c8UYhB9D0FCpX3yaKchei7Hk0a8PoCbgw0/a/IP7jBCOMW5IDRAAAAAElFTkSuQmCC);
}
.fileup-file.fileup-doc .fileup-preview {
    width: 32px;
    height: 32px;
    background-image: url('../images/attached-file.png');
	background-size: 100%;
    background-repeat: no-repeat;
}
.fileup-file .fileup-clear {
    clear: both;
}
.fileup-file.fileup-doc .fileup-container {
    margin-left: 42px;
}
.fileup-file.fileup-image .fileup-container {
    margin-left: 90px;
}
.fileup-file .fileup-controls {
    margin-top: 5px;
}
.fileup-file .fileup-controls .fileup-upload {
    margin-right: 10px;
}
.fileup-file .fileup-controls .fileup-remove {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    width:  16px;
    height: 16px;
    background-image: url('../images/close.png');
}
.fileup-file .fileup-controls .fileup-upload,
.fileup-file .fileup-controls .fileup-abort {
    color: #428bca;
    cursor: pointer;
}
.fileup-file .fileup-controls .fileup-upload:hover,
.fileup-file .fileup-controls .fileup-abort:hover {
    color: #2a6496;
    text-decoration: underline;
}
.fileup-file .fileup-container .fileup-description {
    padding-right: 15px;
    color: #607D8B;
    word-break: break-all;
}
.fileup-file .fileup-container .fileup-size {
    white-space: nowrap;
    color: #607D8B;
}
.fileup-file .fileup-result.fileup-success {
    color: #4CAE4C;
}
.fileup-file .fileup-result.fileup-error {
    color: #e91e63;
}
.fileup-progress {
    background-color: #E5E5E5;
    margin-top: 10px;
    width: 100%;
}
.fileup-progress-bar {
    width: 1px;
    height: 3px;
    background-color: #0099ff;
    -webkit-transition: width .1s ease-out 0.1s;
    -moz-transition: width .1s ease-out 0.1s;
    -o-transition: width .1s ease-out 0.1s;
    transition: width .1s ease-out 0.1s
}
.fileup-btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.fileup-btn input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}
.upload_multiple_i
{
	    color: #c5c5c5;
    font-size: 12px;
}
.upload_multiple_span
{
	color: #E91E63;
    font-size: 12px;
}

.footer_nav
{
position: fixed;
    z-index: 999;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-top: 1px solid #f5f5f5;
    box-shadow: 0px 3px 15px -4px rgba(0,0,0,.3);
}
.footer_nav_ul
{
	margin: 0;
    padding: 0;
    display: inline-flex;
	    width: 100%;
    float: left;
}
.footer_nav_ul li
{
	list-style: none;
	    width: 100%;
    float: left;
}
.footer_nav_ul li button
{
	    background: #fdfdfd;
    box-shadow: none;
    border-bottom: 3px solid #fbfbfb;
    border-top:none;
    border-right:none;
    border-left:none;
	outline: none;
    font-size: 11px;
	    padding: 10px;
		    width: 100%;
    float: left;
}
.footer_nav_ul li button i 
{
	float: left;
	width: 100%;
}
.footer_nav_ul li button i img
{
    width: 22px;
    margin: 0px auto 5px auto;
}
.footer_nav_ul li button span
{
	float: left;
	width: 100%;
	color: #607D8B;
}
.upload_media_con_in
{
	width: 100%;
	float: left;
}
.click_to_record {
    position: fixed;
    z-index: 999;
    left: 0px;
    width: 100%;
    right: 0px;
    bottom: 65px;
    background: #2196F3;
    font-size: 16px;
    border: none;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.nav_sel
{
    border-bottom: 3px solid #2196F3 !important;
	    background: #f5f5f5 !important;
}
.main_container
{
width: 100%;
    float: left;
    height: calc(100vh - 100px);
    padding: 10px;
    margin-bottom: 62px;
    overflow-y: scroll;
    margin-top: 38px;
}
.upload_media_container {
    width: 100%;
    float: left;
}
.click_to_record
{
	
}
.click_to_record i
{
	    width: 100%;
    float: left;
}
.click_to_record i > img
{
	width: 30px;
	margin: auto;
}
.click_to_record span
{
	font-size: 12px;
    color: #fff;
}
.audio_shw_con
{
		    width: 100%;
    float: left;
}
.dl_im
{
	float: left;
}
.dl_im img
{
	width: 17px;
    float: right;
    margin: 3px 0px 3px 15px;
}
.play_btn_svg
{
	    width: 13px;
}
.sound_btn_svg
{
	    width: 16px;
}
/*****************************************************************/


/*****************************************************************/

body {
  margin: 0;
}
.holder {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.holder .get-it-on-github {
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: 'Roboto';
  color: #55606e;
}
.audio.green-audio-player {
width: 100%;
    min-width: 300px;
    height: 48px;
    border: 1px solid rgba(0, 0, 0, .07);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px;
    user-select: none;
    -webkit-user-select: none;
    background-color: #fff;
}
.audio.green-audio-player .play-pause-btn {
  /*display: none;*/
  cursor: pointer;
}
.audio.green-audio-player .spinner {
  width: 18px;
  height: 18px;
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/355309/loading.png);
  background-size: cover;
  background-repeat: no-repeat;
  animation: spin 0.4s linear infinite;
}
.audio.green-audio-player .slider {
  flex-grow: 1;
  background-color: #d8d8d8;
  cursor: pointer;
  position: relative;
}
.audio.green-audio-player .slider .progress {
  background-color: #44bfa3;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.audio.green-audio-player .slider .progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #44bfa3;
  position: absolute;
  pointer-events: all;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
}
.audio.green-audio-player .controls {
font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 15px;
    color: #55606e;
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
}
.audio.green-audio-player .controls .slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.audio.green-audio-player .controls .slider .progress {
  width: 0;
  height: 100%;
}
.audio.green-audio-player .controls .slider .progress .pin {
  right: -8px;
  top: -6px;
}
.audio.green-audio-player .controls span {
  cursor: default;
}
.audio.green-audio-player .volume {
  position: relative;
}
.audio.green-audio-player .volume .volume-btn {
  cursor: pointer;
	float: left;
}
.audio.green-audio-player .volume .volume-btn.open path {
  fill: #44bfa3;
}
.audio.green-audio-player .volume .volume-controls {
  width: 30px;
  height: 135px;
  top: 25px;
  background-color: rgba(0, 0, 0, 0.62);
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
}
.audio.green-audio-player .volume .volume-controls.hidden {
  display: none;
}
.audio.green-audio-player .volume .volume-controls .slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.audio.green-audio-player .volume .volume-controls .slider .progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.audio.green-audio-player .volume .volume-controls .slider .progress .pin {
  left: -5px;
  top: -8px;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}

/*****************************************************************/
#growls {
    z-index: 50000;
    position: fixed; }
#growls.default {
    top: 10px;
    right: 10px; }
#growls.tl {
    top: 10px;
    left: 10px; }
#growls.tr {
    top: 10px;
    right: 10px; }
#growls.bl {
    bottom: 10px;
    left: 10px; }
#growls.br {
    bottom: 10px;
    right: 10px; }
#growls.tc {
    top: 10px;
    right: 10px;
    left: 10px; }
#growls.bc {
    bottom: 10px;
    right: 10px;
    left: 10px; }
#growls.tc .growl, #growls.bc .growl {
    margin-left: auto;
    margin-right: auto; }

.growl {
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: relative;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
.growl.growl-incoming {
    opacity: 0;
    filter: alpha(opacity=0); }
.growl.growl-outgoing {
    opacity: 0;
    filter: alpha(opacity=0); }
.growl.growl-small {
    width: 200px;
    padding: 5px;
    margin: 5px; }
.growl.growl-medium {
    width: 250px;
    padding: 10px;
    margin: 10px; }
.growl.growl-large {
    width: 300px;
    padding: 15px;
    margin: 15px; }
.growl.growl-default {
    color: #FFF;
    background: #7f8c8d; }
.growl.growl-error {
    color: #FFF;
    background: #e91e63; }
.growl.growl-notice {
    color: #FFF;
    background: #2ECC71; }
.growl.growl-warning {
    color: #FFF;
    background: #F39C12; }
.growl .growl-close {
    cursor: pointer;
    float: right;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-family: helvetica, verdana, sans-serif; }
.growl .growl-title {
    font-size: 18px;
    line-height: 24px; }
.growl .growl-message {
    font-size: 14px;
    line-height: 18px; }







