﻿body {
    background-color: rgba(68, 72, 84, 0.05);
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: "Open Sans", sans-serif;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    /*padding-left: 15px;
    padding-right: 15px;*/
    background-color: #fff;
    margin: 65px auto;
    padding: 67px 68px 82px;
}

/* 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;
    }
}

.membernowrap {
    white-space: nowrap;
}

.hov-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
}

.dropdown-content a {
    display: block;
    color: #9d9d9d;
    background-color: rgb(34, 34, 34);
    padding-top: 15px;
    padding-bottom: 15px;
    padding: 10px 15px;
    text-decoration: none;
}

.dropdown-content a:hover {
    color: #fff;
}

.hov-dropdown:hover .dropdown-content {
    display: block;
}

.dataTables_wrapper .dataTables_info {
    padding: 0 0 0.75em 0;
    float: initial!important;
    text-align: center;
}

.dataTables_wrapper .dataTables_length {
    padding-top: 0.75em;
}

.dataTables_wrapper .dataTables_length label {
    font-weight: initial;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:last-child {
    padding-right: 0;
}

.title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: .15em;
}

.title a {
    font-weight: 300;
    text-transform: initial;
    font-size: 1em;
    letter-spacing: initial;
}

table select {
    height: 26px;
}

table .table_label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #444854;
    letter-spacing: .15em;
}

table input[type="button"] {
    border: 0;
    padding: 5px 15px;
    /*border-radius: 20px;*/
    margin-right: 20px;
}

table th {
    text-transform: uppercase;
    letter-spacing: .15em;
}

/*table input[type="text"] {
    border-width: 1px;
    border-style: solid;
}*/

table input[type="radio"], table input[type="checkbox"] {
    margin-right: 10px;
}

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 60%;
}

#sortable li {
    margin: 0 3px 3px 3px;
    padding: 0.4em;
    padding-left: 1.5em;
    font-size: 1.4em;
    height: 18px;
}

#sortable li span {
    position: absolute;
    margin-left: -1.3em;
}

.ui-autocomplete {
    z-index: 9999 !important;
}