@import 'setup';

// @todo(ct-orchard, rickpelletier) refactor this to reuse the style
.file-upload-mask {
  position:relative;

  input[type='file'] {
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    top:0;
    width:100%;
  }

}

.progress {
  padding: 2px 6px 3px;
}

.bar {
  height: 25px;
  background: green;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding-top: 4px;
}

header.manage-rights {
    padding-top: 20px;
    margin-bottom: 20px;
    .bread {
        font-size: 11px;
        font-weight: bold;
        a {
            color: #333;
            &.active {
                color: #428BCA;
            }
        }
    }
}

.overview .panel-body {
    display: table;
}

.overview-title {
    margin-top: 0px;
    line-height: normal;
}

.complete {

    > em {
        color: $green-update;
    }

}

.incomplete {

    > em {
        color: $red-destroy;
    }

}

.col-xs-8 {
    
    > p {
        margin: 0 0 8.5px;
    }    
    
}

.complete,
.incomplete {
    display: table-row;

    > em {
        display: table-cell;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        max-width: 62px;
        padding-right: 6px;
        text-align: right;
    }
}

.weak-hide {
    display: none;
}

.alert {
    color: $red-destroy;
}

.f-14 {
    font-size: 14px;
}

.progress-text {
    padding: 0 30px;
    font-size: 24px;
    font-weight: $font-weight-bold;
    margin-top: -4px;
}

.progress {
    overflow: hidden;
    width: 75%;
    height: 25px;
    border-radius: 3px;
    border: 1px solid #74797D;
}

.progress-bar {
    width: 0%;
    height: 25px;
    overflow: hidden;
    background-image: url('/images/loadingbar.gif');
    border-radius: 3px;
}
.upload-breadcrumb {
    @include background-image(linear-gradient(#DEDEDE 0, #AAAAAA 100%));
    border-radius: 4px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    line-height: 25px;
    overflow: hidden;
    > div {
        position: relative;
        font-weight: bold;
        padding-left: 20px;
        &:first-child {
            padding-left: 10px;
        }
        i {
            position: absolute;
            display: block;
            color: #F7F7F7;
            right: -16px;
            top: -15px;
            font-size: 60px;
            z-index: 100;
        }
        &.active {
            @include linear-gradient(to bottom, rgba(179, 221, 0, 0.6) 0%, rgba(75, 125, 22, 0.6) 100%);

            background-color:$green-update;
            color: #EFEFEF;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);

            i {
                text-shadow: none;
            }

        }
    }
}

h3 {
    display: inline-block;
}

#fileName,
#cancelButton {
    padding-left: 10px;
}

#fileName {
    display: block;
    max-width: 75%;
    word-break: break-all;
}

.example-quote {
    margin-left: 42px;
}

.overview .text-right {
    line-height: 24px;
}

.export_status {
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
    margin-top: 20px;
    padding: 4px 12px;
    display: block;
    width: 100%;
    > div {
        float: left;

        &:first-child {
            width: 20px;
        }

        &:last-child {
            width: calc(100% - 20px);
        }

    }
}

.yellow {
    border-color: #FAF395;
}

.green {
    border-color: $green-update;
}


.red {
    border-color: $red-destroy;
}

#uploadButtonContainer > a,
#uploadButtonContainer > span {
    float: left;
}

#export_status_message {
    
    margin-top: 20px;    
    
    .indicatorloader {
        float: left; 
        padding-right: 5px;    
    }
    
}

.master-rights-title {
    margin-top: 0px;
    margin-bottom: 9px;
}
