﻿/******************************** defaults ********************************/

body, form {
    margin: 0;
    padding: 0;
}

body {
    background-color: #dfddd8;
}

body, form, input, textarea, select, h1, h2, h3, h4, h5 {
    font-family: 'Open Sans', sans-serif;
}

body, form, input, textarea, select {
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    line-height: 1.75em;
}

h1 {
    margin-bottom: 20px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

label {
    margin-bottom: 0px !important;
}

/******************************** bootstrap ********************************/
/*@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}
@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}*/
table th {
    font-weight: 500;
}
table td {
    font-weight: 300;
}
    table td a {
        color: #333;
    }

table thead th, table thead td {
    background: #CDE2B8 !important;
}

.btn-primary {
    background-color: #64B23B;
    border-color: #64B23B;
}

    .btn-primary:hover, .btn-secondary:hover {
        background-color: #549531;
        border-color: #549531;
    }

/******************************** Hamburger Menu ********************************/
#hamburgerMenu {
    display: none; background-color: grey;
}

#hamburgerMenu a {
    text-align: left;
    display: block;
    color: white;
    font-size: 14pt;
    font-weight: 300;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid white;
    text-decoration: none;
}

/******************************** Top Bar ********************************/

#topBarContainer {
    display: block;
    background-color: #000000;
}
#topBarContainer .row {
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0px auto 0px auto;
/*    max-width: 1200px;*/
    text-align: left;
    vertical-align: middle;
    color: #4A5368;
}
    #topBarContainer .col-sm-9 a {
        padding-left: 5px;
        padding-right: 5px;
        border: 1px solid white;
        border-color: rgba(255,255,255,0.3);
        color: white;
        text-decoration: none;
        font-weight: 600;
        font-size: 9pt;
        display: inline-block;
    }
    #topBarContainer .fa {
        margin-right: 5px;
    }


/******************************** Header ********************************/
#headerLeagueMobile {
    background-color: #64b23b;
    text-align: center;
    padding: 15px;
}
    #headerLeagueMobile a, #headerLeague a {
        color: white;
    }
#headerLeague {
    margin-top: 3px;
    background-image: url(/templates/pool.jpg);
    height: 80px;
    vertical-align: middle;
    line-height: 80px;
    padding-right: 20px;
    font-size: 20px;
}
#headerMenu {
    margin-top: 3px;
    color: #fff;
    background: #64b23b;
    line-height: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
}
#headerMenu a {
    color: #fff;
    padding: 7px;
}

/******************************** Container Main ********************************/

#containerMain {
    background-color: white;
}

/******************************** Container Body ********************************/

#containerBody {
    /*margin-top: 10px;*/
}

/******************************** Container Footer ********************************/

#containerFooter {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: white;
}

/******************************** Sidebar ********************************/

#sidebar {
    background-color: #ededed;
    color: white;
    padding-top: 10px;
}

    #sidebar ul {
        list-style-type: none;
        padding: 0;
    }

.sidebar-header a {
    color: black;
}

.sidebar-subheader {
    color: darkgrey;
    font-style: italic;
}

/******************************** Main Body ********************************/

#mainBody {
    background-color: white;
    padding-top: 10px;
    padding-bottom: 20px;
}

/******************************** Table Header ********************************/
/*.tableHeader th, .tableHeader td {
    background: #CDE2B8;
}*/
/******************************** Table ********************************/
.table-subheader {
    background-color: #FFFFEA !important;
}


.breadcrumb {
    background-color: white !important;
/*    padding: 10px 0 0 0 !important;*/
}