.ajax-file-upload{
    float:right;
    margin: 0 0 0 0;
}
.ajax-upload-dragdrop{
    min-height:30px;
    border: 1px solid #A5A5C7;
    width: 100%;
    text-align: left;
    vertical-align: middle;
    padding: 0;
}
.ajax-upload-dragdrop span{
    padding:10px;
    display:inline-block;
}
.ajax-file-upload-container {
    margin: 10px 0px 0 0;
}

._url {
    margin: 10px 0px 0 0;
}

.urlbutton, .urlbutton:hover {
    font-family: 'News Cycle', sans-serif;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    line-height: 20px;
    height: 40px;
    margin: 0;
    display: inline-block;
    background: #fff;
    border: 0;
    color: #888;
    min-width: 36px;
    text-decoration: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 10px 4px 10px;
    color: #fff;
    background: #2f8ab9;
    border: none;
    vertical-align: middle;
}

.required .ajax-upload-dragdrop {
    background: #EEEEEE;
    color:#000;
    font-weight:normal;
}

.required.urlcont,
.required.urlcont input {

    background: #EEEEEE;
    color: #000;
}
.item_name {
    display: none;
    width: 100%;
    min-height:30px;
    border: 1px solid #A5A5C7;
}
.item_name span{
    display:inline-block;
    padding:10px;
}

.ajax-file-upload {
    font-family: 'News Cycle', sans-serif;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    line-height: 20px;
    height: 40px;
    margin: 0;
    display: inline-block;
    background: #fff;
    border: 0;
    color: #888;
    text-decoration: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 10px 4px 10px;
    color: #fff;
    background: #2f8ab9;
    border: none;
    vertical-align: middle;
}
.ajax-file-upload:hover {
    background: #3396c9;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    opacity:.5;
    box-shadow: none;
}
.ajax-upload-dragdrop,.ajax-file-upload-statusbar{
    width:100%!important;
    margin:5px 0;
}
.ajax-upload-dragdrop.state-hover{
    opacity:0.5;
}
.ajax-file-upload-filename{
    width:calc(100% - 10px)!important;
    word-break: break-all;
}
.item_name.required, .item_name.required a {
    background: #d4edda;
    color: #155724;
}
.ajax-file-upload-progress {
    margin: 5px 10px 5px 0px;
    width:90%;

}
.item-upload-container h3{
    font-size:13px;
}
.item-upload-container h3 span{
    color:#d50d27;
    font-weight:bold;
}
.item_name.vis {
    display: block;
}
.item_name.required, .item_name.required a {
    background: #d4edda;
    color: #155724;
}
.noresult {
    display: none;
}
.urlcont {
    margin: 10px 0px 0 0;
    width: 100%;
    border: 1px solid #A5A5C7;
}
.item-upload-container input {
    width: calc(100% - 40px);
    font-size: 16px;
    padding: 6px 0 6px 7px;
    border: none;
}
.item-upload-container {
    display: inline-block;
    width: 24%;
    vertical-align: top;

}
@media screen and (max-width: 768px) {
.item-upload-container {
    display: block;
    width: 100%;
    vertical-align: top;
}

.ajax-upload-dragdrop {
    width: 100% !important;
}

.urlcont {
    width: 100% !important;
}}