﻿

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,900);

body {
   /* background-color: #E0E0E0;*/
    font-family: 'Roboto', sans-serif
}

a[data-toggle="modal"] {
    margin: 5px;
}

.title0 {
    color: #757575;
    font-weight: bold;
}

.modal {
    text-align: left;
}

.modal-content0 {
    border: none;
    border-radius: 2px;
    box-shadow: 0 16px 28px 0 rgba(0,0,0,0.22),0 25px 55px 0 rgba(0,0,0,0.21);
}

.modal-header0 {
    border-bottom: 0;
    padding-top: 15px;
    padding-right: 26px;
    padding-left: 26px;
    padding-bottom: 0px;
}

.modal-title0 {
    font-size: 34px;
}

.modal-body0 {
    border-bottom: 0;
    padding-top: 5px;
    padding-right: 26px;
    padding-left: 26px;
    padding-bottom: 10px;
    font-size: 15px;
}

.modal-footer0 {
    border-top: 0;
    padding-top: 0px;
    padding-right: 26px;
    padding-bottom: 26px;
    padding-left: 26px;
}

/*.btn-default, .btn-primary {
    border: none;
    border-radius: 2px;
    display: inline-block;
    color: #424242;
    background-color: #FFF;
    text-align: center;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 2rem;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    letter-spacing: .5px;
    transition: .2s ease-out;
}

    .btn-default:hover {
        background-color: #FFF;
        box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    }

.btn-primary {
    color: #FFF;
    background-color: #2980B9;
}

    .btn-primary:hover {
        background-color: #2980B9;
        box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    }*/

footer {
    text-align: center;
    margin: 15px;
}

    footer h4 {
        font-size: 2.92rem;
        font-weight: 100;
        margin: 1.46rem 0 1.168rem;
    }

.pgatour {
    background: #1A237E;
    color: #FFFFFF;
}

panel > .panel-heading {
    background-image: none;
    background-color: #048789;
    color: white;
}

.panel-info > .panel-heading-custom {
    background: #048789;
    color: #FFFFFF;
}

.panel-success > .panel-heading-custom {
    background: #048789;
    color: #FFFFFF;
}


.input-buttons {
    display: inline-block; /* Make the container inline */
    margin-right: 10px; /* Add some spacing between the inputs/buttons and the title */
    position: relative; /* Set position to relative */
    top: 50%; /* Move the element down by 50% of its own height */
    transform: translateY(-50%); /* Adjust the element upwards by 50% of its own height */
}


/* CSS */
.custom-button {
    border: 1px solid #ffffff; /* White border */
    color: #ffffff; /* White text color */
    background-color: transparent; /* Transparent background */
    padding: 5px 10px; /* Adjust padding as needed */
    cursor: pointer; /* Add pointer cursor for interaction */
    transition: background-color 0.3s, color 0.3s; /* Add a smooth transition effect */
}

    .custom-button:hover {
        background-color: #ffffff; /* Change background on hover */
        color: #000000; /* Change text color on hover */
    }

    /* Active, focus, and expanded state */
    .custom-button:focus,
    .custom-button:active,
    .custom-button[aria-expanded="true"] {
        color: #ffffff; /* Ensure the text color remains white */
        background-color: transparent; /* Keep the background transparent */
        border: 1px solid #ffffff; /* Ensure border remains white */
    }



.table-titlecustom {
    padding-bottom: 15px;
    background: #435d7d;
    color: #fff;
    padding: 16px 30px;
    min-width: 100%;
    margin: -20px -25px 10px;
    border-radius: 3px 3px 0 0;
}

    .table-titlecustom h2 {
        margin: 5px 0 0;
        font-size: 24px;
    }

    .table-titlecustom .btn-group {
        float: right;
    }

    .table-titlecustom .btn {
        color: #fff;
        float: right;
        font-size: 13px;
        border: none;
        min-width: 50px;
        border-radius: 2px;
        border: none;
        outline: none !important;
        margin-left: 10px;
    }

        .table-titlecustom .btn i {
            float: left;
            font-size: 21px;
            margin-right: 5px;
        }

        .table-titlecustom .btn span {
            float: left;
            margin-top: 2px;
        }


.table-titlecustom .btn {
    border: 1px solid #ffffff; /* White border */
    color: #ffffff; /* White text color */
    background-color: transparent; /* Transparent background */
    padding: 5px 10px; /* Adjust padding as needed */
    cursor: pointer; /* Add pointer cursor for interaction */
    transition: background-color 0.3s, color 0.3s; /* Add a smooth transition effect */
}

    .table-titlecustom .btn:hover {
        background-color: #ffffff; /* Change background on hover */
        color: #000000; /* Change text color on hover */
    }



/* Increase the size of the checkbox */
.checkboxSize {
    transform: scale(2.0); /* You can adjust the scale factor to make it larger or smaller */
    margin: 0 5px; /* Add some margin to create space around the checkbox */
}