﻿/* 
*
* 01) General
* 02) Header/Navbar
* 03) Content
* 04) Forms
* 05) Modal
* 
*/


/* ----------------------------------------------------------  
* 01) General
------------------------------------------------------------- */
body {
    background: #ECEFF1;
    color: #212121;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    width: auto;
    padding-top: 40px;
}

h1,
h2 {
    font-weight: 400;
}

a,
a:hover,
a:focus,
a:active {
    color: #23a9f6;
    text-decoration: none;
}


/* ----------------------------------------------------------  
* 02) Header/Navbar
------------------------------------------------------------- */
.navbar-inverse,
.navbar-brand,
.navbar-nav,
.navbar-nav li,
.navbar-nav li a {
    height: 75px;
    line-height: 45px;
}

.navbar-inverse {
    background-color: #fff;
    border-color: #B0BDC5;
}

    .navbar-inverse .navbar-brand {
        color: #2196F3;
        font-weight: 700;
    }

        .navbar-inverse .navbar-brand:hover {
            color: #212121;
        }
    /* To hide the logo and show the text linke, comment out the class below - - - - - - - - */
    .navbar-inverse .navbar-brand {
        background: url(images/Logo.png) 20px 0 no-repeat;
        background-size: contain;
        width: 200px;
        padding: 0;
        line-height: 0;
        font-size: 0;
        color: transparent;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #212121;
        font-weight: 600;
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus,
        .navbar-inverse .navbar-nav > li > a:active {
            color: #2196F3;
        }

@media (max-width : 599px) {
    body {
        padding-top: 120px;
    }

    .navbar-brand {
        width: 100%;
    }

    .navbar-inverse,
    .navbar-brand,
    .navbar-nav,
    .navbar-nav li,
    .navbar-nav li a {
        height: auto;
        line-height: normal;
        text-align: center;
    }
}


/* ----------------------------------------------------------  
* 03) Content
------------------------------------------------------------- */
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* ----------------------------------------------------------  
* 04) Forms
------------------------------------------------------------- */
fieldset {
    margin-bottom: 20px;
}

#theform fieldset legend {
    font-size: 21px;
    border-bottom: none;
    margin-bottom: 20px;
    padding-bottom: 4px;
    font-weight: 700;
}

#theform fieldset h1,
#theform fieldset h2,
#theform fieldset #section1 fieldset legend,
#theform fieldset #section2 fieldset legend {
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding-bottom: 4px;
    font-weight: 500;
}

.btn {
    border-radius: 3px;
    padding: 10px 30px;
}

.input-group-btn .btn {
    padding: 6px 15px;
}

#divPassword .btn {
    padding: 7px 15px;
}

@media (max-width : 599px) {
    #divPassword .btn {
        margin-top: 6px;
    }
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3;
}

.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    color: #fff;
    background-color: #4CAE51;
    border-color: #4CAE51;
}

.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    color: #fff;
    background-color: #607d8b;
    border-color: #607d8b;
}

.btn-link,
.btn-link:hover {
    color: #23a9f6;
    text-decoration: none;
    font-weight: 600;
    font-size: 21px;
}

.form-control {
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .form-control:focus {
        border-color: rgba(33,150,243,.8);
        box-shadow: 0 0 0 rgba(33,150,243,.6);
    }

label {
    font-weight: 400;
}

.lead label {
    font-weight: 500;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

#divGuestActions,
#submit-section {
    text-align: right;
}

.table > tbody > tr > td {
    vertical-align: middle;
}




/* ----------------------------------------------------------  
* 05) Modal
------------------------------------------------------------- */
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #B0BDC5;
}

.modal-body {
    background: #ECEFF1;
}

.swal-button {
    background-color: #4CAE51;
}

.modal-body .gstMatches h3 strong {
    font-weight: 500;
    font-size: 16px;
}
