.claim_form{
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 50%, #f4f4f4 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 50%, #f4f4f4 100%);
    background: radial-gradient(ellipse at center, #ffffff 50%, #f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=1 );
}
.claim_form form{	
    background: transparent;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    margin: 35px auto;
    border: 1px solid #eaeaea;
}
.input_zakup,
.opis_txt_area,
.error_form.radiobtn{
    max-width: 600px;
}
.disabled{
    opacity: .4;
}
.disabled label{
    cursor:not-allowed;
}

.file-upload {
    display: block;
    text-align: center;
    padding-bottom: 15px;
}
.file-upload .file-select {
    display: block;
    border: 2px solid #b6bcc3;
    color: #303e49;
    cursor: pointer;
    height: 52px;
    line-height: 50px;
    text-align: left;
    background: #fff;
    overflow: hidden;
    position: relative;
    max-width: 600px;
    margin: 15px auto 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.file-upload .file-select .file-select-button {
    background: #eaeaea;
    padding: 0 15px 0 15px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
}
.file-upload .file-select .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
.file-upload .file-select:hover{border-color:#34495e;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select:hover .file-select-button{background:#34495e;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select{border-color:#41c469;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select .file-select-button{background:#41c469;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
.file-upload .file-select.file-select-disabled{opacity:0.65;}
.file-upload .file-select.file-select-disabled:hover{cursor:default;display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select.file-select-disabled:hover .file-select-button{background:#dce4ec;color:#666666;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}


.docsy .radiobtn {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 5px auto;
    font-size: .875em;
    line-height: 1.25;
    padding: 8px 5px 8px 40px;
    border-bottom:1px solid #eaeaea;
}
.docsy .radiobtn:last-child{border-bottom:none;}







.grow,
.fade,
.spin {
    backface-visibility: none;
    perspective: 1000;
    transform: translate3d(0, 0, 0);
}
.grow:before,
.fade:before,
.spin:before {
    animation-duration: 1s;
    animation-iteration-count: 2;
    animation-timing-function: ease-in-out;
}

.grow:hover:before {
    animation-name: grow;
}

.fade:hover:before {
    animation-name: fade;
}

.spin:hover:before {
    animation-name: spin;
}

.status {
    display: inline-block;
    margin: 4px;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    border: 2px solid transparent;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.status:before {
    position: absolute;
    top: 50%;
    left: 50%;
}
.status.passed {
    border-color: #a3aebb;
}
.status.passed:before {
    content: "";
    border-bottom: 2px solid #a3aebb;
    width: 6px;
    margin-left: -3px;
    margin-top: -1px;
    display: block;
}
.status.pending {
    border-color: #747f8d;
}
.status.pending:before {
    content: "";
    display: block;
    height: 6px;
    width: 2px;
    margin-top: -3px;
    margin-left: -3px;
    border-right: 2px solid #747f8d;
    border-left: 2px solid #747f8d;
}
.status.active {
    border-color: #3cb87e;
}
.status.active:before {
    content: "";
    border-width: 3px;
    border-color: transparent;
    border-style: solid;
    margin-top: -3px;
    margin-left: -2px;
    border-left: 5px solid #3cb87e;
}
.status.offered {
    border-color: #d92525;
    border-width: 2px;
}
.status.offered:before {
    content: "";
    margin-left: -5px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background: #d92525;
    border-radius: 5px;
}
.status.lost {
    border-color: #f04848;
    font-family: arial, sans-serif;
}
.status.lost:before {
    line-height: 100%;
    font-size: 14px;
    height: 100%;
    width: 100%;
    margin-top: -50%;
    margin-left: -50%;
    content: "×";
    font-weight: bold;
    color: #f04848;
}
.status.complete {
    border-color: #3cb87e;
}
.status.complete:before {
    content: "✓";
    color: white;
    display: block;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
    text-indent: 1px;
    background: #3cb87e;
    font-weight: bold;
    line-height: 12px;
    text-shadow: 2px 0px 1px #3cb87e, -2px 0px 1px #3cb87e, 0 -2px 1px #3cb87e, 0 2px 1px #3cb87e;
    border-radius: 8px;
}
.status.waiting {
    border-color: #bbb;
}
.status.waiting:before {
    width: 3px;
    height: 4px;
    top: 2px;
    margin-left: -1px;
    content: "";
    border-left: 2px solid #bbb;
    border-bottom: 2px solid #bbb;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes grow {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.75);
    }
    100% {
        transform: scale(1);
    }
}

.docsy .status {
    position: absolute;
    top: 3px;
    left: 5px;
}

.select2-container {width: 100% !important;}

ul.file_desc li {
    padding: 15px 0;
    text-align: left;
    position: relative;
}
ul.file_desc li.uploaded_file {
    background: #F5F5F5;
    border-radius: 8px;
    padding-left: 8px;
    margin-bottom: 8px;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
ul.file_desc li.uploaded_file:hover {
    background: #EAEAEA;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.delete-file {
    color: #D92525;
    padding: 6px 8px;
    position: absolute;
    right: 5px;
    top: 50%;
    border-radius: 50px;
    border: 1px solid #D92525;
    background: #fff;
    margin-top: -16px;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.delete-file:hover {
    background: #D92525;
    color: #fff;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.upload_failed {
    border: 1px solid #d92525;
}
.upload_failed b{
    font-weight: 500;
}
.upload_failed .delete-file {
    background: #d92525;
    color: #fff;
    border-radius: 8px;
}