﻿html {
    height: 100%;
}

body {
    background: #2b2b2b url('/images/zatkoff-portal-background.jpg') no-repeat fixed;
    background-size: 100%;
    height: 100%;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

h1 {
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    color: #777777;
    font-size: 36px;
    font-style: italic;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 15px;
    margin-top: 15px;
}

h2 {
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    color: #00205c;
    font-size: 24px;
}

h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
}

h3 {
    font-size: 1.438em;
    color: #565656;
}

h4 {
    font-size: 1.313em;
}

a {
    color: #4182fc;
    text-decoration: none;
}

.list-group-item.active a {
    color: #ffffff;
}


hr {
    border-top: 1px solid #BBB;
    margin-top: 0;
    margin-bottom: 25px;
}

a:hover {
    color: #003a5d;
    text-decoration: none;
}

span.req {
    color: #AA0000;
    font-size: 16px;
}
/* End Basic HTML */

/* start global bootstrap overrides */
.btn {
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-inline .form-group {
    font-weight: normal;
}

.navbar {
    margin-bottom: 30px;
}

.form-group .control-label {
	color: #333;
	}
/* end global bootstrap overrides */

/* Navbar*/
.navbar-brand-zatkoff {
    font-style: italic;
}
.navbar-brand-zatkoff:hover {
        color: #333;
} 
ul.navbar-right li a {
    text-transform: uppercase;
}
ul.navbar-right li a:hover {
    color: #333;
}
.navbar-default-zf {
    background: none;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.dropdown-toggle-zf {
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
}

.dropdown-menu-zf {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
}
strong.tt-highlight {
    background-color: #e8f5ff;
}

/*dashboard*/
.frontpage_square {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    }

.frontpage_square img {
    position: absolute;
    }

.title {
    position: absolute;
    color: white;
    height: 30px;
    padding-left: 15px;
    margin: -25px -5px;
    background: rgba(43, 43, 43, 0.75);
    width: 100%;
    }

.logout, .logout a {
    color: #FFF;
    text-transform: uppercase;
    }

.row-header {
    padding: 15px 0;
    }
/*end dashboard*/
.bg-warning {
	background-color: #999;
}
div.divDevEnv {
	background: url(/images/dev-stripe.gif) repeat;
	height: 10px;
	color: #FFF;
	font-size: 7px;
	text-shadow: 0 0 2px #000;
}