@import url('https://fonts.googleapis.com/css?family=Oswald|Ubuntu Condensed');

/*font-family: 'Oswald', sans-serif;*/
/*font-family: 'Lobster', cursive;*/

body{
    margin: 0 !important;
    font-family: Ubuntu Condensed, sans-serif;
}

.no-padding{
    padding: 0 !important;
}
#first_ekran{
    background: url(../web/img/admin/fon1.jpg);
    background-position: right;
    position: relative;
    width:100%;
    height:1000px;
    display:block;
}

.order-info h2{
    font-size: 28px;
    margin-bottom: 20px;
}
.order-info p{
    font-size: 20px;
    margin-bottom: 15px;
}
.order-info p b{
    font-weight: bold;
}
#go_dela{
    position: absolute;
    top:40%;
    left:30%;
    color:#fff;
    border:3px solid #fff;
    border-radius: 4px;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 42px;
    font-family: 'Oswald', sans-serif;
}
    #go_dela:hover{
        transition: all .3s;
        background-color: rgba(255,255,255,.1);
        color:#fffb43;
        font-size: 52px;
        padding: 2px 40px 5px;
        left:28%;
        top:39%;
    }

.pagination > .active > a{
    color:#333;
}

#site-login{
    background:url(/web/images-admin/pablo-diskobar.jpg);
    background-position: center;
    position: absolute;
    width:100%;
    height:100%;
}

#admin_content{
    padding: 20px;
}

    .box_submit_button{
        margin-bottom: 40px;
    }
    #img_performer_admin{
        width:300px;
        border-radius: 50%;
        margin:0 auto 30px;
        overflow: hidden;
    }
        #img_performer_admin img{
            width:100%;
        }

.table.table-striped.table-bordered tbody tr td img{
    border-radius: 50%;
}