humhub/themes/HumHub/css/theme.css
2014-07-05 21:20:11 +02:00

1170 lines
22 KiB
CSS

/*@colorPrimary3: #526e82;*/
body {
background-color: #ededed;
color: #777777;
font-family: 'Open Sans', sans-serif;
}
body a,
body a:hover {
color: #555555;
}
h4 {
font-weight: 300;
font-size: 150%;
}
.heading {
font-size: 16px;
font-weight: 300;
color: #555555;
background-color: white;
border: none;
padding: 10px;
}
.text-center {
text-align: center !important;
}
.topbar .dropdown-header {
font-weight: 300;
color: #bebebe;
}
.topbar .dropdown-header .dropdown-header-link a {
color: #4cd9c0 !important;
}
#topbar-first {
background-color: #7191a8;
color: white;
}
#topbar-first a {
color: white;
}
#topbar-first .caret {
border-top-color: #bebebe;
}
#topbar-first .btn-group > a {
background-color: #819db2;
}
#topbar-first .media-list a {
color: #555555;
}
#topbar-first .media-list li {
color: #555555;
}
#topbar-first .media-list li i.accepted {
color: #4cd9c0 !important;
}
#topbar-first .media-list li i.declined {
color: #ff8989 !important;
}
#topbar-first .media-list li.placeholder {
border-bottom: none;
}
#topbar-first .media-list .media .media-body .label {
padding: .1em .5em .1em;
}
#topbar-first .account .user-title {
text-align: right;
}
#topbar-first .account .user-title span {
color: #d7d7d7;
}
#topbar-first .dropdown.account > a,
#topbar-first .dropdown.account.open > a,
#topbar-first .dropdown.account > a:hover,
#topbar-first .dropdown.account.open > a:hover {
background-color: #7191a8;
}
#topbar-second {
background-color: #ffffff;
background-image: none;
-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
border-bottom: 1px solid #d4d4d4;
}
#topbar-second .nav > li > a {
padding: 6px 13px 0px 13px;
text-decoration: none;
text-shadow: none;
font-weight: 600;
font-size: 10px;
text-transform: uppercase;
text-align: center;
min-height: 49px;
}
#topbar-second .nav > li > a i {
font-size: 14px;
}
#topbar-second .nav > li > a .caret {
border-top-color: #7a7a7a;
}
#topbar-second .nav > li.active > a {
min-height: 46px;
}
#topbar-second .nav > li > a#space-menu {
padding-right: 13px;
border-right: 1px solid #ededed;
}
#topbar-second .nav > li > a#search-menu {
padding-top: 15px;
}
#topbar-second .nav > li > a:hover,
#topbar-second .nav .open > a,
#topbar-second .nav > li.active {
border-bottom: 3px solid #4cd9c0;
background-color: #f7f7f7;
color: #555555;
}
#topbar-second .nav > li.active > a:hover {
border-bottom: none;
}
#topbar-second #space-menu-dropdown li > ul > li > a > .media .media-body p {
color: #bebebe;
font-size: 11px;
margin: 0;
font-weight: 400;
}
.media-list li {
border-bottom: 1px solid #eee;
border-left: 3px solid white;
font-size: 12px;
}
.media-list li a {
color: #555555;
}
.media-list li.new {
border-left: 3px solid #ebf6f3;
background-color: #ebf6f3;
}
.media-list li:hover,
.media-list li.selected {
background-color: #f7f7f7;
border-left: 3px solid #4cd9c0;
}
.media .media-body {
font-size: 13px;
}
.media .media-body h4.media-heading {
font-size: 14px;
font-weight: 500;
color: #555555;
}
.media .media-body h4.media-heading a {
color: #555555;
}
.media .media-body h4.media-heading small {
font-size: 11px;
color: #bebebe;
}
.media .media-body h5 {
color: #aeaeae;
font-weight: 300;
margin-top: 5px;
margin-bottom: 5px;
min-height: 15px;
}
.media .media-body .time {
font-size: 11px;
color: #bebebe;
}
.media .media-body .module-controls {
font-size: 85%;
}
.media .media-body .module-controls a {
color: #4cd9c0;
}
.media .content a {
color: #4cd9c0;
}
.modal .dropdown-menu,
.panel .dropdown-menu,
.nav-tabs .dropdown-menu {
border: 1px solid #d7d7d7;
}
.modal .dropdown-menu li.divider,
.panel .dropdown-menu li.divider,
.nav-tabs .dropdown-menu li.divider {
background-color: #f7f7f7;
border-bottom: none;
margin: 9px 1px !important;
}
.modal .dropdown-menu li,
.panel .dropdown-menu li,
.nav-tabs .dropdown-menu li {
border-left: 3px solid white;
}
.modal .dropdown-menu li a,
.panel .dropdown-menu li a,
.nav-tabs .dropdown-menu li a {
color: #555555;
font-size: 14px;
font-weight: 400;
padding: 4px 15px;
}
.modal .dropdown-menu li a i,
.panel .dropdown-menu li a i,
.nav-tabs .dropdown-menu li a i {
margin-right: 5px;
}
.modal .dropdown-menu li a:hover,
.panel .dropdown-menu li a:hover,
.nav-tabs .dropdown-menu li a:hover {
background: none;
}
.modal .dropdown-menu li:hover,
.panel .dropdown-menu li:hover,
.nav-tabs .dropdown-menu li:hover,
.modal .dropdown-menu li.selected,
.panel .dropdown-menu li.selected,
.nav-tabs .dropdown-menu li.selected {
border-left: 3px solid #4cd9c0;
background-color: #f7f7f7 !important;
}
.panel {
border: none;
background-color: #ffffff;
box-shadow: 0 0 3px #dadada;
-webkit-box-shadow: 0 0 3px #dadada;
-moz-box-shadow: 0 0 3px #dadada;
border-radius: 4px;
position: relative;
}
.panel h1 {
font-size: 16px;
font-weight: 300;
margin-top: 0px;
color: #555555;
}
.panel .panel-heading {
font-size: 16px;
font-weight: 300;
color: #555555;
background-color: white;
border: none;
padding: 10px;
border-radius: 4px;
}
.panel .panel-body {
padding: 10px;
font-size: 13px;
}
.panel .panel-body p {
color: #555555;
}
.panel .statistics .entry {
margin-left: 20px;
font-size: 12px;
}
.panel .statistics .entry .count {
color: #4cd9c0;
font-weight: 600;
font-size: 20px;
line-height: 0.8em;
}
.panel h3.media-heading small {
font-size: 75%;
}
.panel h3.media-heading small a {
color: #4cd9c0;
}
.panel-danger {
border: 2px solid #ff8989;
}
.panel-danger .panel-heading {
color: #ff8989;
}
.panel-success {
border: 2px solid #4cd9c0;
}
.panel-success .panel-heading {
color: #4cd9c0;
}
.panel-warning {
border: 2px solid #fdd198;
}
.panel-warning .panel-heading {
color: #fdd198;
}
.installer h2 {
font-weight: 100;
}
.installer .panel {
margin-top: 50px;
}
.installer .panel h3 {
margin-top: 0px;
}
.well-small {
padding: 10px;
border-radius: 3px;
}
.well {
border: none;
box-shadow: none;
background-color: #ededed;
margin-bottom: 1px;
}
.well hr {
margin: 5px 0 10px 0;
border-top: 1px solid #d9d9d9;
}
.well table > thead {
font-size: 11px;
}
.img-rounded {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.nav-pills .dropdown-menu,
.nav-tabs .dropdown-menu,
.account .dropdown-menu {
background-color: #7191a8;
border: none;
}
.nav-pills .dropdown-menu li.divider,
.nav-tabs .dropdown-menu li.divider,
.account .dropdown-menu li.divider {
background-color: #61859e;
border-bottom: none;
margin: 9px 1px !important;
}
.nav-pills .dropdown-menu li,
.nav-tabs .dropdown-menu li,
.account .dropdown-menu li {
border-left: 3px solid #7191a8;
}
.nav-pills .dropdown-menu li a,
.nav-tabs .dropdown-menu li a,
.account .dropdown-menu li a {
color: white;
font-weight: 400;
font-size: 13px;
padding: 4px 15px;
}
.nav-pills .dropdown-menu li a i,
.nav-tabs .dropdown-menu li a i,
.account .dropdown-menu li a i {
margin-right: 5px;
font-size: 14px;
display: inline-block;
width: 14px;
}
.nav-pills .dropdown-menu li a:hover,
.nav-tabs .dropdown-menu li a:hover,
.account .dropdown-menu li a:hover {
background: none;
}
.nav-pills .dropdown-menu li:hover,
.nav-tabs .dropdown-menu li:hover,
.account .dropdown-menu li:hover,
.nav-pills .dropdown-menu li.selected,
.nav-tabs .dropdown-menu li.selected,
.account .dropdown-menu li.selected {
border-left: 3px solid #4cd9c0;
color: #ffffff !important;
background-color: #61859e !important;
}
/*.nav-tabs {
.dropdown-menu {
li {
a {
font-size: 12px;
}
}
}
}*/
.nav-pills.preferences {
position: absolute;
right: 10px;
top: 10px;
}
.nav-pills.preferences .dropdown .dropdown-toggle {
padding: 2px 10px;
color: #bebebe;
}
.nav-pills.preferences .dropdown.open .dropdown-toggle,
.nav-pills.preferences .dropdown.open .dropdown-toggle:hover {
background-color: #7191a8;
color: white;
}
.popover .popover-title {
background: none;
border-bottom: none;
font-weight: 300;
font-size: 18px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
background-color: #7191a8;
}
.nav-tabs li {
font-weight: 600;
font-size: 12px;
}
.tab-content .tab-pane a {
color: #4cd9c0;
}
.tab-content .tab-pane .form-group {
margin-bottom: 5px;
}
/*.nav-tabs {
border-bottom-width: 2px;
border-bottom: 1px solid #ddd;
li {
font-weight: 300;
font-size: 16px;
margin-bottom: 6px;
}
}
.tab-content .tab-pane {
a {
color: @colorInfo2;
}
.form-group {
margin-bottom: 5px;
}
}
.nav-tabs {
li > a {
margin-right: 2px;
line-height: 1.428571429;
border: none;
border-radius: none;
color: @colorFont1;
padding: 0 10px 3px 10px;
}
li > a:hover {
background: none;
color: @colorFont3;
}
}*/
.nav-tabs.tabs-center li {
float: none;
display: inline-block;
}
.nav-tabs.tabs-small li > a {
padding: 5px 7px;
}
/*.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
color: @colorFont3;
cursor: default;
background-color: #fff;
border: none;
}*/
.nav .caret,
.nav .caret:hover,
.nav .caret:active {
border-top-color: #555555;
border-bottom-color: #555555;
}
.nav li.dropdown > a:hover .caret,
.nav li.dropdown > a:active .caret {
border-top-color: #555555;
border-bottom-color: #555555;
}
.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
border-top-color: #555555;
border-bottom-color: #555555;
}
/*.nav-tabs > li {
font-size: 11px;
font-weight: 600;
}*/
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
border-color: #ededed;
color: #555555;
}
.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
color: #555555;
}
.btn {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
-moz-box-shadow: none;
background-image: none;
text-shadow: none;
border-radius: 3px;
outline: none !important;
margin-bottom: 0;
font-size: 14px;
font-weight: 600;
/*padding: 6px 14px;*/
padding: 8px 16px;
}
.input.btn {
outline: none;
}
.btn-lg {
padding: 16px 28px;
}
.btn-sm {
padding: 4px 8px;
font-size: 12px;
}
.btn-sm i {
font-size: 14px;
}
.btn-xs {
padding: 1px 5px;
font-size: 12px;
}
.btn-default {
background: #ededed;
color: #7a7a7a !important;
}
.btn-default:hover,
.btn-default:focus {
background: #e8e8e8;
text-decoration: none;
color: #7a7a7a;
}
.btn-default:active,
.btn-default.active {
outline: 0;
background: #e0e0e0;
}
.btn-primary {
background: #7191a8;
color: white !important;
}
.btn-primary:hover,
.btn-primary:focus {
background: #61859e;
text-decoration: none;
}
.btn-primary:active,
.btn-primary.active {
outline: 0;
background: #61859e;
}
.btn-info {
background: #4cd9c0;
color: white !important;
}
.btn-info:hover,
.btn-info:focus {
background: #37d5b9 !important;
text-decoration: none;
}
.btn-info:active,
.btn-info.active {
outline: 0;
background: #37d5b9;
}
.btn-danger {
background: #ff8989;
color: white !important;
}
.btn-danger:hover,
.btn-danger:focus {
background: #ff6f6f;
text-decoration: none;
}
.btn-danger:active,
.btn-danger.active {
outline: 0;
background: #ff6f6f;
}
.btn-success {
background: #4cd9c0;
color: white !important;
}
.btn-success:hover,
.btn-success:focus {
background: #37d5b9;
text-decoration: none;
}
.btn-success:active,
.btn-success.active {
outline: 0;
background: #37d5b9;
}
.btn-warning {
background: #fdd198;
color: white !important;
}
.btn-warning:hover,
.btn-warning:focus {
background: #fdcd8e;
text-decoration: none;
}
.btn-warning:active,
.btn-warning.active {
outline: 0;
background: #fdcd8e;
}
/*.btn-group {
border: 2px solid @colorPrimary3;
border-radius: 6px;
}*/
.radio,
.checkbox {
margin-top: 5px !important;
margin-bottom: 0;
}
.form-control {
border: 2px solid #ededed;
box-shadow: none;
}
.form-control:focus {
border: 2px solid #4cd9c0;
outline: 0;
box-shadow: none;
}
.form-control.form-search {
border-radius: 30px;
background-image: url('../img/icon_search16x16.png');
background-repeat: no-repeat;
background-position: 10px 8px;
padding-left: 34px;
}
.form-group-search {
position: relative;
}
.form-group-search .form-button-search {
position: absolute;
top: 4px;
right: 4px;
border-radius: 30px;
}
textarea {
resize: none;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url('../img/select_arrow.png') !important;
background-repeat: no-repeat;
background-position: right 13px;
overflow: hidden;
width: 120%;
}
/* Firefox hack */
@-moz-document url-prefix() {
select {
background-image: none !important;
padding: 5px 12px !important;
}
}
::-webkit-input-placeholder {
color: #bebebe !important;
}
::-moz-placeholder {
color: #bebebe !important;
}
/* firefox 19+ */
:-ms-input-placeholder {
color: #bebebe !important;
}
/* ie */
input:-moz-placeholder {
color: #bebebe !important;
}
.help-block {
color: #aeaeae !important;
font-size: 12px;
}
.label {
text-transform: uppercase;
}
.label {
text-transform: uppercase;
display: inline-block;
padding: 3px 5px 4px 5px;
font-weight: 600;
font-size: 10px !important;
color: white !important;
vertical-align: baseline;
white-space: nowrap;
text-shadow: none;
}
.label-default {
background: #ededed;
color: #7a7a7a !important;
}
a.label-default:hover {
background: #e0e0e0 !important;
}
.label-info {
background-color: #4cd9c0;
}
a.label-info:hover {
background: #37d5b9 !important;
}
.label-danger {
background-color: #ff8989;
}
a.label-danger:hover {
background: #ff6f6f !important;
}
.label-success {
background-color: #4cd9c0;
}
a.label-success:hover {
background: #37d5b9 !important;
}
.label-warning {
background-color: #fdd198;
}
a.label-warning:hover {
background: #fdc67f !important;
}
.alert-default {
color: #555555;
background-color: #f7f7f7;
border-color: #ededed;
font-size: 13px;
}
.alert-default .info {
margin: 10px 0 10px 0;
}
.alert-success {
color: #84be5e;
background-color: #f7fbf4;
border-color: #97d271;
}
.alert-warning {
color: #e9b168;
background-color: #fffbf7;
border-color: #fdd198;
}
.alert-danger {
color: #ff8989;
background-color: #fff6f6;
border-color: #ff8989;
}
.badge-space {
margin-top: 6px;
}
.badge {
padding: 3px 5px;
border-radius: 2px;
font-weight: normal;
font-family: Arial, sans-serif;
font-size: 10px !important;
text-transform: uppercase;
color: #ffffff;
vertical-align: baseline;
white-space: nowrap;
text-shadow: none;
background-color: #d7d7d7;
line-height: 1;
}
.list-group-item {
padding: 6px 15px;
border: none;
border-width: 0 !important;
border-left: 3px solid #fff !important;
font-size: 12px;
font-weight: 600;
}
.list-group-item i {
font-size: 14px;
}
a.list-group-item:hover,
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
z-index: 2;
color: #555555;
background-color: #f7f7f7;
border-left: 3px solid #4cd9c0 !important;
}
/*.list-group-item:first-child {
border-top: none;
}
.list-group-item {
background-color: white;
border: none;
padding: 6px 15px;
line-height: 20px;
font-weight: 600;
font-size: 13px;
font-weight: 600;
border-left: 3px solid red !important;
}
a.list-group-item {
color: @colorFont3;
}
.list-group-item:hover, list-group-item.active:hover {
background: @colorBackground1;
color: @colorFont3;
padding-left: 12px;
border-left: 3px solid @colorInfo2;
}
a.list-group-item.active:hover {
padding-left: 13px;
}
a.list-group-item.active {
background: @colorBackground1;
color: @colorFont3;
border: none;
padding-left: 13px;
border-left: 3px solid @colorInfo2;
}*/
.modal {
border: none;
}
.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal h5 {
margin-top: 20px;
color: #555555;
font-weight: 300;
}
.modal h4.media-heading {
margin-top: 0;
}
.modal-title {
font-size: 20px;
font-weight: 200;
color: #555555;
}
.modal-dialog {
margin-top: 10%;
}
.modal-content {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
box-shadow: 0 2px 26px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 2px 26px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 2px 26px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.1);
border: none;
}
.modal-content .modal-header {
padding: 20px 20px 0 20px;
border-bottom: none;
text-align: center;
}
.modal-content .modal-header .close {
margin-top: 2px;
margin-right: 5px;
}
.modal-content .modal-body {
padding: 20px;
font-size: 13px;
}
.modal-content .modal-footer {
margin-top: 0;
text-align: left;
padding: 10px 20px 30px 20px;
border-top: none;
text-align: center;
}
.modal-content .modal-footer hr {
margin-top: 0;
}
.modal-content .modal-footer .modal-loader {
position: absolute;
right: 30px;
bottom: 30px;
}
.modal-backdrop {
background-color: rgba(0, 0, 0, 0.5);
}
.ekko-lightbox .modal-content .modal-body {
padding: 10px;
}
.ekko-lightbox .modal-content .modal-footer {
padding: 0 10px 10px 10px;
}
.progress {
height: 10px;
margin-bottom: 15px;
box-shadow: none;
background: #ededed;
border-radius: 10px;
}
.progress-bar-info {
background-color: #4cd9c0;
-webkit-box-shadow: none;
box-shadow: none;
}
.tooltip-inner {
background-color: #7191a8;
max-width: 400px;
text-align: left;
font-weight: 300;
padding: 2px 8px 4px 8px;
}
.tooltip.top .tooltip-arrow {
border-top-color: #7191a8;
}
.tooltip.top-left .tooltip-arrow {
border-top-color: #7191a8;
}
.tooltip.top-right .tooltip-arrow {
border-top-color: #7191a8;
}
.tooltip.right .tooltip-arrow {
border-right-color: #7191a8;
}
.tooltip.left .tooltip-arrow {
border-left-color: #7191a8;
}
.tooltip.bottom .tooltip-arrow {
border-bottom-color: #7191a8;
}
.tooltip.bottom-left .tooltip-arrow {
border-bottom-color: #7191a8;
}
.tooltip.bottom-right .tooltip-arrow {
border-bottom-color: #7191a8;
}
.tooltip.in {
opacity: 1;
filter: alpha(opacity=100);
}
table th {
font-size: 11px;
color: #bebebe;
font-weight: normal;
}
table thead tr th {
border: none !important;
}
table .time {
font-size: 12px;
}
table td a:hover {
color: #4cd9c0;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 6px 5px 4px 5px;
}
.loader {
height: 60px;
background: url('../img/loader.gif') no-repeat center center;
}
.loader-small {
height: 32px;
width: 32px;
}
.grid-view .filters input,
.grid-view .filters select {
border: 2px solid #ededed;
box-shadow: none;
border-radius: 4px;
font-size: 12px;
padding: 4px;
}
.grid-view .filters input:focus,
.grid-view .filters select:focus {
border: 2px solid #4cd9c0;
outline: 0;
box-shadow: none;
}
.grid-view {
padding: 15px 0 0 0;
}
.grid-view img {
border-radius: 3px;
}
.grid-view table th {
font-size: 13px !important;
font-weight: bold !important;
}
.grid-view table tr {
font-size: 13px !important;
}
.grid-view .summary {
font-size: 12px;
color: #bac2c7;
}
.grid-view-loading {
background: url('../img/loader.gif') no-repeat top left;
}
.userInput,
.spaceInput {
background-color: #4cd9c0;
font-weight: 600;
}
.wall-entry {
position: relative;
}
.wall-entry .media .img-space {
position: absolute;
top: 35px;
left: 35px;
}
.wall-entry .wall-entry-controls,
.wall-entry .wall-entry-controls a {
font-size: 11px;
color: #aeaeae;
}
.space-owner {
text-align: center;
margin: 14px 0;
font-size: 13px;
color: #999;
}
.placeholder {
padding: 10px;
}
.placeholder-empty-stream {
background-image: url('../img/placeholder-postform-arrow.png');
background-repeat: no-repeat;
padding: 37px 0 0 70px;
margin-left: 90px;
}
ul.tag_input {
-webkit-box-shadow: none;
box-shadow: none;
border: 2px solid #ededed;
}
ul.tag_input.focus {
border: 2px solid #4cd9c0;
outline: 0;
box-shadow: none;
}
.space-member-sign {
color: #4cd9c0;
}
#contentFormError {
color: #ff8989;
}
.data-saved {
padding-left: 10px;
color: #4cd9c0;
}
.wallFilterPanel li {
font-size: 11px;
font-weight: 600;
}
.wallFilterPanel li a {
color: #555555;
}
.wallFilterPanel .dropdown-menu li {
margin-bottom: 0;
}
.wallFilterPanel .dropdown-menu li a {
font-size: 12px;
}
.wallFilterPanel .dropdown-menu li a:hover {
color: #fff !important;
}
.errorMessage {
color: #ff8989;
}
.error {
border-color: #ff8989 !important;
}
.highlight {
background-color: #f9f0d2;
}
.modal-dialog.fadeIn,
.modal-dialog.pulse {
-webkit-animation-duration: 200ms;
-moz-animation-duration: 200ms;
animation-duration: 200ms;
}
.panel.pulse,
.panel.fadeIn {
-webkit-animation-duration: 200ms;
-moz-animation-duration: 200ms;
animation-duration: 200ms;
}
img.bounceIn {
-webkit-animation-duration: 800ms;
-moz-animation-duration: 800ms;
animation-duration: 800ms;
}
/*body {
background-color: @colorPrimary3;
.panel {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
}*/
.outside .text {
color: #ffffff;
font-size: 12px;
margin-bottom: 15px;
}
.outside .text a {
color: #ffffff;
text-decoration: underline;
}
.outside h1,
.outside h2 {
color: #ffffff !important;
}
.outside .panel {
box-shadow: 0px 0px 15px #627d92;
-moz-box-shadow: 0px 0px 15px #627d92;
-webkit-box-shadow: 0px 0px 15px #627d92;
}
.outside .panel .panel-heading,
.outside .panel .panel-body {
padding: 15px;
}
.outside .panel .fa {
width: 18px;
}
.outside .panel .check-ok {
color: #4cd9c0;
}
.outside .panel .check-warning {
color: #fdd198;
}
.outside .panel .check-error {
color: #ff8989;
}
.outside .panel .prerequisites-list ul {
list-style: none;
padding-left: 15px;
}
.outside .panel .prerequisites-list ul li {
padding-bottom: 5px;
}
.outside .install-header {
position: relative;
text-align: center;
height: 152px;
background-position: top center;
border-radius: 3px;
border: 3px solid #ffffff;
}
.outside .install-header .install-header-title {
padding: 6% 30px 0 30px;
}
.outside .install-header.install-header-small {
height: 110px;
}
.outside .install-header.install-header-small .install-header-title {
padding: 3% 30px 0 30px;
}