﻿
.raport {
    background-color: blue;
}

.jumbotron-download {
    padding-top: 0px;
    padding-bottom: 15px;
    background-color: #e6e6e6;
}

.jumbotron-upload {
    padding-top: 0px;
    padding-bottom: 5px;
    background-color: khaki
}

.wiersz {
    background-color: #d18f8f;
    font-size: 14px;
}

.list-group-item > .wiersz {
    float: none;
    margin-left: 10px;
}

.list-group-item > .raport {
    float: none;
    margin-left: 10px;
}

li.justify-content-between {
    border-top: none;
    border-bottom: 1px solid #981515;
    border-right: none;
    border-left: none;
}

label {
    font-size: large;
    margin-left: 15px;
    margin-bottom: 15px;
}

nav.navbar-inverse {
    margin-top: 5px;
}

.alert.alert-shadowed {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.alert.radius-bordered {
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

.alert {
    margin-bottom: 20px;
    margin-top: 0;
    color: #fff;
    border-width: 0;
    border-left-width: 5px;
    padding: 10px;
    border-radius: 0;
}

   .alert-warning {
        border-color: #ffce55;
        color: #555;
        background: #fff1a8;
    }

    .alert-success {
        border-color: #8cc474;
        background: #a0d468;
        height: auto;
        font-size: small;
        padding:1px 1px 1px 5px;
        font-size:small;
        margin-top:1px;
    }

    .alert-info {
        border-color: #11a9cc;
        background: #57b5e3;
    }

   .alert-danger {
        border-color: #df5138;
        background: #e46f61;
    }

 .badge-darkorange.graded {
    background: linear-gradient(to right,#ed4e2a,#f5a998) !important;
}
.badge-success.graded {
    background: linear-gradient(to right,#53a93f,#b0e0a4) !important;
}


.badge-darkorange.graded {
    background: linear-gradient(to right,#ed4e2a,#f5a998) !important;
}

.badge-darkorange {
    background-color: #ed4e2a;
    background-image: none !important;
}

.swal-button {
    background-color: #f8bb86;
    text-align: center;
    border-radius: 5px;
    border: 2px solid #e46f61;
}


.swal-overlay {
    background-color: rgba(43, 165, 137, 0.45);
}

.swal-modal{
    background-color:whitesmoke;
}

.swal-text {
    font-size: medium;
    letter-spacing: 2px;
    white-space: pre-line;
    line-height: 1.5;
    padding: 17px;
    display: block;
    text-align:center;
    margin:auto;
}

td#podejrzyjPlik{
   padding-top:5px;
}

.input-group-addon{
    min-width:140px;
    text-align:right;
}

.form-group-start {
    margin-bottom: 10px;
    width: 340px;
}

.form-group-start-button {
    margin-left: 0;
    margin-top: 10px;
}

.table-tbody-wynik {
    font-size:xx-small;
}

.btn-collapse{
    padding-bottom:1px;
    padding-top:1px;
}

#headNavbar {
    height:80px;
}

#firstIcon {
    color: khaki;
    font-size: 30px;
    margin-top: -5px;
}


#secondIcon {
    color: white;
    margin-top: 3px;
    font-size: 37px;
}

#thirdIcon {
    color:white;
    font-size: 37px;
    margin-top: 3px;
}

#fourthIcon {
    color: white;
    margin-right:5px;
    margin-top:30px;
    cursor:pointer;
}

#instrModalContent {
    background-color: whitesmoke;
    position:relative;
    
}



#instModalBody {
    padding: 0px 2px 2px 0px;
    height: 500px;
    overflow-y: auto;
}

#infoOPlikach {
    background-color: #5bc0de;
    color: white;
    border-radius: .25em;
    padding: .2em .6em .3em;
    font-size: 75%;
}

.jumbotron-uploadZestUPS {
    background-color:khaki;
}

#FilesToUpload {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: transparent;
    color: transparent;
}

.raportZestUps {
    background-color:blue;
    color:white;
    margin-top:-5px;
    margin-left:-5px;
}

.panel-zlaLiczbaKolumn {
    background-color: navajowhite;
    color: black;
    border-radius: .25em;
    border-top-color: darkred;
    border-left-width: 5px;
    border-left-color: darkred;
}

#headPanel {
    line-height:2;
}

#wynikTable {
    margin-left:-20px;
    margin-top:50px;
}

#przeniesDiv {
    text-align:center;
}

#zaimportowaneDiv {
    color: white;
    background-color: #57b5e3;
}

.jumbotron-ListaPlikow > table > tbody > tr, .jumbotron-ListaPlikow > table > thead > tr {
    height: 40px;
    font-size: medium;
}


