﻿/* styles for the master page and the full web site */

body {
    font-family: 'Open Sans', sans-serif;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    cursor: default;
    font-size: 14px;

    color: #093254;
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
}


/*#region typography */

.cursorLink {
    cursor: pointer;
}

h1 {
    font-weight: 600;
    font-size: 36px;
}

h2.subtitle {
    font-weight: 300;
    color: #666;
    font-size: 19px;
    margin-bottom: 0;
}

p {
    line-height: 23px;
}

a {
    padding: 0;
}

label {
    font-weight: 700;
}

h5 {
    cursor: text;
}

    h5 a {
        color: inherit;
        text-decoration: none;
        /*pointer-events: none;*/
    }

blockquote p {
    font-size: 17.5px;
}

/*#endregion */

/*#region icons */

i {
    color: #093254;
}

/*#endregion */

/*#region card */

.card {
    border-color: #093254;
}

.card .card-header {
    color: #ffffff;
    background-color: #093254;
}

    .card .card-header .btn {
        color: #ffffff;
        text-decoration: none;
    }

        .card .card-header .btn:hover {
            color: #0099da;
        }
.card-body {
    padding: 10px;
}
/*#endregion */


/*#region button */

.btn {
    font-size: 13px;
    color: #fff;
}

.btn-cjcc {
    background-color: #093254;
}

a.btn-cjcc {
    color: #ffffff !important;
}

.btn-inverse {
    background-color: transparent;
    color: #ffffff;
    border-radius: 0;
    border: 1px solid #ffffff;
}

.btn-inverse:hover {
    background-color: #ffffff;
    color: #093254;
}

.btn-inverse i {
    color: #ffffff;
}

.btn-inverse:hover i {
    color: #093254;
}

/*#endregion */

/*#region navbar */

.navbar {
    background-color: #ffffff;
    padding: 0;
    padding-left: 2%;
    padding-right: 2%;
    box-shadow: 0 0 8px #999;
    height: 50px;
}

    .navbar .navbar-brand {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        color: #777;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 18px;
        line-height: 20px;
        float: left;
    }

.navbar-subbar {
    margin-top: 50px;
    z-index: 5;
    background-color: #ccc;
}

    .navbar-subbar .navbar-brand {
        padding-left: 15px !important;
        text-transform: none;
    }

.navbar-collapse {
    height: -webkit-fill-available;
}

.navbar-nav li {
    height: 50px;
    text-align: center;
    display:inline-grid;
    background: #ffffff;
}

.navbar-subbar li {
    background: #ccc !important;
}

.navbar-nav > li > a {
    color: #093254;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px;
    height: -webkit-fill-available;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .navbar-nav > li > a:hover, .navbar-nav > li.active > a {
        background-color: #a41e34;
        color: #ffffff;
    }

        .navbar-nav > li.active > a:hover {
            background-color: #710001;
            color: #ffffff;
        }

.navbar > ul.navbar-nav > li > a:-webkit-any {
    cursor: pointer;
} 

/*#endregion */

/*#region master page - footer */

.footer-option {
    background: #363839;
    color: #8C8989;
}

.footer-option a {
    color: #ffffff; 
}

.footer-option a:hover {
 	color: #0099da;
    text-decoration: none;
}

.footer-option a.btn:hover {
 	background: #093254;
    text-decoration: none;
}

.footer-option a:hover i {
    color: #ffffff; 
}

.footer-copyright {
	background: #093254;
    color: #ffffff;
}

.footer-option .post-list i {
    background-color: #ffffff;
    color: #093254;
    font-size: 16px;
    width: 40px;
    height: 30px;
    border-radius: 10%;
    text-align: center;
    line-height: 30px;
    margin: 5px 0;
    vertical-align: middle;
}

.footer-option .post-list a:hover i {
    background-color: #093254;
    color: #ffffff;
    border: 1px solid #ffffff;
}

th, td {
    padding: 5px;
}
/*#endregion */