.btn.loading,.btn.loading:hover,.btn.loading:focus{
    text-decoration: none;
    opacity: 0.6;
}

.btn.success,.btn.success.btn-primary,.btn.success:hover,.btn.success:focus,.btn.success:active{
    background-color: #4CAF50;
    text-decoration: none;
}
.exp-link{
    display: inline-block;
}

.exp-link a,.exp-link a,.exp-link a:link,.exp-link a:visited,.exp-link a:active{
    color: #fff;
    display: block;
    font-size: 1.5em;
    margin: 10px 10px 10px 0;
    padding: 10px 15px;
    text-align: center;
    width: 100%;
}

.exp-finalizado a,.exp-link a,.exp-link a:link,.exp-link a:visited,.exp-link a:active{
    background-color: #cc3300;

}
.exp-encurso a,.exp-encurso a:link,.exp-encurso a:visited,.exp-encurso a:active{
    background-color: #333399;
}

.lista-expedientes-leyenda {
    padding-left: 50px;
}
.leyenda-expediente{
    text-transform: none;
}
.leyenda-expediente:before{
    content: "";
    display: inline-block;
    width: 50px;
    height: 1.2em;
    background-color: #cc3300;
    margin-left: 20px;
    margin-right: 10px;
    vertical-align: top;
}
.leyenda-expediente-en-curso:before{
    /*background-color: #333399;*/
	/*mc*/
	background: url(/wp-content/themes/ddp/system/img/icons/icon_triangulo.png) no-repeat;
}

.ajax-result .alert.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
    border-radius: 0;
    padding: 15px;
}

.ajax-result .alert.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    border-radius: 0;
    padding: 15px;
}

.ajax-result .alert.alert-danger a{
    color: #a94442;
    text-decoration: underline;
}


.uploader
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.uploader-active {
    border-color: #0B85A1;
}

.uploader div.or {
    font-size:14px;
    font-weight: normal;
    color: #222;
    padding: 10px;
}

.uploader div.browser label {
    background-color: #F2F2F2;
    padding: 5px 15px;
    color: #222!important;
    text-align:center;
    font-size: 14px;
    line-height:35px;
    font-weight: normal;
    cursor: pointer;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    display: block;
    width: 300px;
    margin: 20px auto 0px auto;
    border-color:#757575;
    border:1px solid;
}
.uploader .drag-drop{
    margin-bottom:30px;
}
.uploader div.browser span {
    cursor: pointer;
}

.uploader div.browser input {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px;
    border: solid transparent;
    border-width: 0 0 100px 200px;
    opacity: .0;
    filter: alpha(opacity= 0);
    -o-transform: translate(250px,-50px) scale(1);
    -moz-transform: translate(-300px,0) scale(4);
    direction: ltr;
    cursor: pointer;
}

.uploader div.browser label:hover {
    background-color: #427fed;
}

/*
 * File list
 */
.fileList {
    /* float:right;*/
    width: 330px;
    height:auto;
    margin: 12px;
    padding: 0px;
    list-style-type: none;
    color: gray;

    font-size: 12px;
    clear:both;
    overflow: visible;
}

.fileList .file {
    width: 290px;
    margin-bottom: 15px;
}

.fileList .info {
    width: 290px;
    /* height: 26px;*/
    height:auto;
    display: block;
    overflow: hidden;

    line-height: 13px;
}

.fileList .filename {
    margin-right:20px;
}

.fileList .bar {
    border: solid 1px #C0C0C0;
    height: 16px;
    margin-top: 5px;
    padding: 1px;
    width: 290px;

    display:none;
}

.fileList .progress {
    height: 12px;
    background-color: #00CCFF;
    border-radius:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
}

.fileList span.success {
    color: rgb(0, 104, 0);
}

.fileList span.error {
    color: #990000;
}
