blob: 2b0ddef83f09b97594c66bb4a6f1ed10780d005a [file]
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
body{
background-color: #ffffff;
}
.navbar.navbar-app {
background-color: #F26E5F;
color: rgba(255,255,255, 0.84);
}
.foot-wrap{
background-color: #5B90E7;
height:100px;
color: #FFFFFF;
}
.foot-wrap > *{
margin-top:20px;
}
.avatar{
border-radius: 100%;
}
@media (min-width: 1024px){
.left{
/*background-color: #5B90E7;*/
/*color: #FFFFFF;*/
/*margin-top:-20px;*/
margin-left: 20px;
display: block;
}
}
.left .separator{
clear: both;
overflow: hidden;
margin-top: 10px;
margin-bottom: 10px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
content: "";
}
.left .nav {
font-size: 20px;
color: #000000;
}
@media (min-width: 1024px) {
.right{
width: 61.8%;
margin-left: 23.2%;
} }
.right{
}
.right .separator{
/*clear: both;*/
overflow: hidden;
margin-top: 10px;
margin-bottom: 10px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
content: "";
}
a, a:hover, a:focus {
color: #000000;
}
a {
color: #337ab7;
text-decoration: none;
}
.form-group .checkbox label, .form-group .radio label, .form-group label{
color:#333333;
}
.form-group.is-focused .radio label:hover, .form-group.is-focused label.radio-inline:hover, .form-group.is-focused .radio label:focus, .form-group.is-focused label.radio-inline:focus{
color:#333333;
}