2017-03-08 13:53:09 -05:00
|
|
|
body {
|
|
|
|
/* background: url('/static/images/purplebg.jpg') no-repeat center center fixed; */
|
2017-05-10 23:08:38 -04:00
|
|
|
background-size: cover;
|
2017-03-08 13:53:09 -05:00
|
|
|
-webkit-background-size: cover;
|
|
|
|
-moz-background-size: cover;
|
2017-05-10 23:08:38 -04:00
|
|
|
-o-background-size: cover;
|
|
|
|
padding-top: 0px;
|
|
|
|
background-color: #cccccc;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-attachment: fixed;
|
|
|
|
top:0;
|
|
|
|
left:0;
|
|
|
|
width:100%;
|
|
|
|
height:100%;
|
2017-03-08 13:53:09 -05:00
|
|
|
font-size: 12pt;
|
2017-05-09 22:15:36 -04:00
|
|
|
/* font-weight: bold; */
|
2017-03-08 13:53:09 -05:00
|
|
|
}
|
|
|
|
|
2017-05-10 23:08:38 -04:00
|
|
|
.page_wrap {
|
|
|
|
width: 1140px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer_cols {
|
|
|
|
background:url(/static/images/footer_header_bg.png) repeat;
|
|
|
|
border-bottom: 1px solid #2c2c2e;
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 16px 0 5px 0;
|
|
|
|
color: #818387;
|
|
|
|
margin-top: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.one_four {
|
|
|
|
float: left;
|
|
|
|
width: 210px;
|
2017-05-12 15:10:56 -04:00
|
|
|
margin-right: 84px;
|
2017-05-10 23:08:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.one_four h4 {
|
|
|
|
font-size: 18px;
|
|
|
|
color: #FFF;
|
|
|
|
background: url(/static/images/footer_cols_divider.png) no-repeat bottom center;
|
|
|
|
padding-bottom: 13px;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.last_col {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tweet_day {
|
|
|
|
font-size: 14px;
|
|
|
|
color: #484a4e;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form_field {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.newsletter_input {
|
|
|
|
background: url(/static/images/footer_newsletter_input.png) no-repeat;
|
|
|
|
width: 190px;
|
|
|
|
height: 38px;
|
|
|
|
padding: 0 10px;
|
|
|
|
border: 0;
|
|
|
|
outline: 0;
|
|
|
|
font-size: 13px;
|
|
|
|
color: #666666;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.newsletter_submit {
|
|
|
|
background: url(/static/images/footer_newsletter_input_btn.png) no-repeat;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
border: 0;
|
|
|
|
text-indent: -9999px;
|
|
|
|
font-size: 0;
|
|
|
|
position: absolute;
|
|
|
|
right: 10px;
|
|
|
|
top: 10px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Footer Copyright */
|
|
|
|
#footer_copyright {
|
|
|
|
background-color: #536a2f;
|
|
|
|
/* background: url(/static/images/footer_top_bg.png) repeat; */
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 20px 0 5px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.copyright {
|
|
|
|
color: #fff;
|
|
|
|
float: left;
|
|
|
|
width: 500px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.copyright a {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.design_by {
|
|
|
|
color: #fff;
|
|
|
|
float: right;
|
|
|
|
width: 300px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.design_by a {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2017-03-08 13:53:09 -05:00
|
|
|
header {
|
|
|
|
background: url('/static/images/texture-diagonal.png' repeat, url('static/images/header-layer.jpg') no repeat 50% -25px, #493874 url('/static/images/bg-linear.jpg') repeat-x 50%, -25px;
|
|
|
|
background-position: 50%, 0;
|
|
|
|
clear: both;
|
2017-05-09 22:37:19 -04:00
|
|
|
position: relative;
|
2017-03-08 13:53:09 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:link {
|
|
|
|
color: #2DA6F7;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:visited {
|
|
|
|
color: #2DA6F7;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
color: #0099f0;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:active {
|
|
|
|
color: #2DA6F7;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.fluidMedia {
|
|
|
|
position: relative;
|
|
|
|
padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
|
|
|
|
padding-top: 30px;
|
|
|
|
height: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fluidMedia iframe {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-form {
|
|
|
|
max-width: 350px;
|
|
|
|
margin-top: 25%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-panel {
|
|
|
|
margin-top: 25%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form {
|
|
|
|
max-width: 500px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.padding-left-32 {
|
|
|
|
padding-left: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.padding-left-16 {
|
|
|
|
padding-left: 16px;
|
|
|
|
}
|
|
|
|
|
2017-06-01 18:27:17 -04:00
|
|
|
.container {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2017-03-08 13:53:09 -05:00
|
|
|
.container-fluid {
|
|
|
|
position: relative;
|
2017-06-01 18:27:17 -04:00
|
|
|
max-width: 100%;
|
|
|
|
min-width: 280px;
|
2017-03-08 13:53:09 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.container-fluid-index {
|
|
|
|
position: relative;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container-fluid-index a:active {
|
|
|
|
color: lightgray;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container-fluid-index a:link {
|
|
|
|
color: lightgray;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container-fluid-index a:hover {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container-fluid-index a:visited {
|
|
|
|
color: lightgray;
|
|
|
|
}
|
|
|
|
|
|
|
|
.roundavatar {
|
|
|
|
border-radius: 50%;
|
|
|
|
-moz-border-radius: 50%;
|
|
|
|
-webkit-border-radius: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-outline {
|
|
|
|
color: inherit;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-primary.btn-outline {
|
|
|
|
color: #428bca;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-success.btn-outline {
|
|
|
|
color: #5cb85c;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-info.btn-outline {
|
|
|
|
color: #5bc0de;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-warning.btn-outline {
|
|
|
|
color: #f0ad4e;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-danger.btn-outline {
|
|
|
|
color: #d9534f;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-primary.btn-outline:hover,
|
|
|
|
.btn-success.btn-outline:hover,
|
|
|
|
.btn-info.btn-outline:hover,
|
|
|
|
.btn-warning.btn-outline:hover,
|
|
|
|
.btn-danger.btn-outline:hover {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-primary.btn-outline:focus,
|
|
|
|
.btn-success.btn-outline:focus,
|
|
|
|
.btn-info.btn-outline:focus,
|
|
|
|
.btn-warning.btn-outline:focus,
|
|
|
|
.btn-danger.btn-outline:focus {
|
|
|
|
background-color: #fff;
|
|
|
|
border-color: #070;
|
|
|
|
}
|
|
|
|
|
2017-06-01 18:27:17 -04:00
|
|
|
.panel-heading {
|
2017-05-31 11:20:53 -04:00
|
|
|
padding: 6px 15px;
|
|
|
|
border-bottom: 1px solid transparent;
|
|
|
|
border-top-left-radius: 3px;
|
|
|
|
border-top-right-radius: 3px;
|
|
|
|
}
|
2017-06-01 18:27:17 -04:00
|
|
|
|
|
|
|
.tooltip-inner {
|
|
|
|
max-width: 350px;
|
|
|
|
/* If max-width does not work, try using width instead */
|
|
|
|
width: 350px;
|
|
|
|
}
|