﻿body {
    padding-top: 100px;
    padding-bottom: 20px;
}



/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.form-control-checkbox-input {
    margin-left: 0px !important;
}

.form-control-checkbox {
    width: 40px;
    float: left;
}
/* 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;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

@media all and (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -20px;
    }

    #logoutForm {
        display: inline;
    }

    .dl-horizontal dt {
        margin-bottom: 5px;
    }
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Fix for not 100% wide inputs together with an input-addon */
.input-group {
    max-width: 280px;
}
    /* Fix for not 100% wide inputs together with an input-addon */
    .input-group > input {
        max-width: 250px;
    }

/* Fix for tooltip width. */
.tooltip-inner {
    max-width: 325px;
    /* If max-width does not work, try using width instead */
    width: 325px;
}


/*fix for datatables checkboxes*/
table.dataTable.dt-checkboxes-select tbody tr,
table.dataTable thead th.dt-checkboxes-select-all,
table.dataTable tbody td.dt-checkboxes-cell {
    cursor: pointer;
}

table.dataTable thead th.dt-checkboxes-select-all,
table.dataTable tbody td.dt-checkboxes-cell {
    text-align: center;
}

div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
    margin-left: 0.5em;
}

@media screen and (max-width: 640px) {
    div.dataTables_wrapper span.select-info,
    div.dataTables_wrapper span.select-item {
        margin-left: 0;
        display: block;
    }
}


/*Navbar PEN*/
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #555;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }


.form-control-checkbox-input {
    margin-left: 0px !important;
}

.form-control-checkbox {
    width: 40px;
    float: left;
}

.MembercardTable {
    background: url("../images/watermark.png");
    padding : 1px;
    border-color:black;
    border-style:solid;
}

#watermark {
    height: 300px;
    width: 450px;
    position: absolute;
    overflow: hidden;
}

    #watermark img {
        max-width: 50%;
    }

    #watermark p {
        position: relative;
        top: 15%;
        left: 5%;
        color: lightgray;
        opacity : 0.5;
        font-size: 250px;
        pointer-events: none;
        -webkit-transform: rotate(-25deg);
        -moz-transform: rotate(-25deg);
        
        z-index :-1;
    }


.DivLogo {
    position: absolute;
    top: 15%;
    left: 75%;
    opacity: 0.9;
    z-index: 999;
}
/*
@media (min-width: 768px) { 
}
@media (min-width: 992px) { 
}
@media (min-width: 1200px) { 
}
*/