﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
.row:before, .row:after {
    display: none !important;
}

.fa-google {
    background: #dd4b39;
    color: white;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.social {
    cursor:pointer;
    border-style: none;
    padding: 20px;
    font-size: 30px;
    width: 60px;
    border-radius: 50%;
    text-decoration: none;
    margin: 5px 2px;
}


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}
tr.selected {
    background: #337ab74a;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.navbar-brand > img {
    display: block;
    width: 141px;
    float: left;
    margin-right: 10vw;
}
.navbar-inverse {
    background-color: #EEE;
    border-color: #080808;
}

.btn-primary{
    background-color: #002850;
    border-radius: 40px;
}
.btn-success {
    border-radius: 40px;
}
.btn-danger {
    border-radius: 40px;
}

.dt-buttons{
    margin-left:15px;
}