#dropex_widget_uploader {
	position: relative;
	font-family: 'Open Sans';
    font-size: 16px;
    color: rgba(64,64,64,1);
    text-align: center;
}

#dropex_widget_uploader .dropex-wrapper {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255, 255, 255, 1);
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-color: rgba(255, 255, 255, 1.0);
	border-right-color: rgba(255, 255, 255, 1.0);
	border-bottom-color: rgba(255, 255, 255, 1.0);
	border-left-color: rgba(255, 255, 255, 1.0);
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1), 0 10px 30px 0 rgba(0, 0, 0, 0.2)
}

#dropex_widget_uploader .dropex-panel {
	display: none;
	max-height: 400px;
    overflow-y: hidden;
    overflow-x: hidden;
    padding-right: 10px;
    padding-left: 10px;
}

#dropex_widget_uploader .dropex-panel-message {
    border-bottom-style: solid;
    border-bottom-color: #E8EBED;
    border-bottom-width: 1px;
    text-align: left;
    padding: 10px;
}
#dropex_widget_uploader .dropex-panel-message textarea {
	width: 100%;
	height: 85px;
}
#dropex_widget_uploader .dropex-panel-message h4{
	margin-top: 5px;
	margin-bottom: 5px;

}

#dropex_widget_uploader .dropex-panel.dropex-panel-upload {
	display: block;
}

#dropex_widget_uploader .dropex-svg-plus{
    width: 1em !important;
    height: 1em !important;
    fill: currentColor;
    float: left;
    font-size: 20px;
    margin-right: 5px;
}

#dropex_widget_uploader .dropex-panel.dropex-panel-progress {
    padding-top: 10px;
    position: relative;
}

#dropex_widget_uploader .dropex-panel.dropex-panel-progress .progress_text {
     position: absolute;
    width: 380px;
    top: 80px;
    font-size: 22px;
    font-weight: 600;
}




#dropex_widget_uploader #fileupload__add {

    padding-top: 010px;
    padding-bottom: 10px;
}

#dropex_widget_uploader #fileupload__add:hover {

    color: rgba(76,131,181,1.0);
    cursor: pointer;
}

#dropex_widget_uploader #fileupload__list {
	list-style: none;
    padding: 0;
    margin: 0;
    text-algin: left;
}

#dropex_widget_uploader .filelist__item {
    position: relative;
	padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    border-bottom: 1px solid #E8EBED;
 }

#dropex_widget_uploader  .fl-1 .filelist__name {
    font-family: "Fakt Pro Normal", "Fakt Pro Normal Cyr", "Fakt Pro Normal Grk", -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
}

#dropex_widget_uploader .filelist__name {
    display: block;
    padding: 0;
    font-weight: 400;
    font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
    line-height: 1.4285714286em;
    font-size: 0.875em;
    color: #17181A;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    width: 330px;
}

#dropex_widget_uploader .fl-1 .filelist .filelist__size, .fl-1 .filelist .filelist__open-link {
    font-family: "Fakt Pro Normal", "Fakt Pro Normal Cyr", "Fakt Pro Normal Grk", -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
}

#dropex_widget_uploader .filelist .filelist__size, .filelist .filelist__open-link {
    display: block;
    font-weight: 400;
    font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
    font-size: 0.75em;
    line-height: 1.1666666667em;
    color: #6A6D70;
}

#dropex_widget_uploader .fl-1 .filelist__size, .fl-1 .filelist__preview-action {
    font-family: "Fakt Pro Normal", "Fakt Pro Normal Cyr", "Fakt Pro Normal Grk", -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
}

#dropex_widget_uploader .filelist__size, .filelist__preview-action {
    display: block;
    margin: 0;
    font-weight: 400;
    font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
    font-size: 0.75em;
    line-height: 1.25em;
    color: #6A6D70;
        text-align: left;

}

#dropex_widget_uploader .filelist__action {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    width: 1em;
    height: 100%;
    bottom: 0;
    right: 5px;
    top: 0;
}
#dropex_widget_uploader .filelist__action svg {
    position: absolute;
    height: 1.5em;
    width: 1.5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#dropex_widget_uploader #dropex-button-upload {
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    background-color: rgba(50,140,193,1);
    padding-right: 4px;
    padding-left: 4px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
#dropex_widget_uploader #dropex-button {
    border-top-style: solid;
    border-top-color: #E8EBED;
    border-top-width: 1px;
    margin-top: 010px;
    padding-top: 12px;
    padding-bottom: 12px;
}

#dropex_widget_uploader #dropex-button-upload-text {
    color: rgba(255,255,255,1.0);
    font-size: 22px;
    height: 100%;
    width: 100%;
    line-height: 50px;
}
#dropex_widget_uploader #form_fileupload {
    width: 0px;
    height: 0px;
    overflow: hidden;
}


#dropex_widget_uploader .dropex-panel.dropex-panel-error h3 {
    font-size: 24px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    color: rgba(168,64,64,1.0);
}

#dropex_widget_uploader div{
	font-style: normal;
	direction: ltr;
	list-style-type: disc;
	text-decoration: none;
	text-transform: none;
	float: none;
	display: block;
	background-size: auto;
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: visible;
	visibility: visible;
	clear: none;
	position: static;
	border-top-width: 0px;
	border-top-style: none;
	border-right-width: 0px;
	border-right-style: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-left-width: 0px;
	border-left-style: none;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px
}


.uploader-window {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,86,132,.9);
    z-index: 250000;
    display: none;
    text-align: center;
    opacity: 0;
    transition: opacity 250ms;
}

.uploader-window-content {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px dashed #fff;
}

.uploader-window h1, .uploader-window h3 {
    margin: -.5em 0 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 40px;
    color: #fff;
    padding: 0;
}




.scroll-1::-webkit-scrollbar-track
{
	border-radius: 10px;
	background-color: #FFF;
	    margin-top: 10px;
    margin-bottom: 2px;
}

.scroll-1::-webkit-scrollbar
{
	width: 4px;
	background-color: #fff;
}

.scroll-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

.lds-dual-ring {
  display: inline-block;
  width: 64px;
  height: 64px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.spinner__circle {
	  animation: lds-dual-ring 1.2s linear infinite;

}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

div.dropex-widget-panel {display: none;}
div#dropex_widget_panel_upload {display: block;}

input.complete_link {
	width: 80%;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
}

table#uploads td, table#uploads th {
   background-color: rgba(0,0,0,0.5);
   border: 1px solid #000;
}
table#uploads {
  border-collapse: separate !important;
  border-spacing: 2px !important;

}

#ct_section_46_post_2 {
  overflow: auto;
}

