uoa-repository-manager-ui/src/assets/css/RepositoryManager.css

1748 lines
31 KiB
CSS
Executable File

/** Add css rules here for your application. */
/*************** OVERRIDES ****************/
.landing-page .header-back.one {
background: url('../imgs/landing/Banner1_1.jpg') 50% 0 no-repeat;
}
.landing-page .header-back.two {
background: url('../imgs/landing/Banner2.jpg') 50% 0 no-repeat;
}
.landing-page .carousel-image {
position: absolute;
right: 10px;
top: 150px;
top: 100px;
right:50px;
right:300px;
}
.landing-page .navbar-default .nav li a {
color:#1F2990;
}
.landing-page .navbar-default .navbar-nav > .active > a,
.landing-page .navbar-default .navbar-nav > .active > a:hover {
color:#1F2990;
}
.landing-page .navbar-scroll .navbar-nav > li > a {
padding: 30px 10px;
}
/*.has-success .form-control {
border-color: #6098eb;
}
.has-success .control-label {
color: #6098eb;
}*/
/** Make the left side menu fixed (not scrolling with the rest of the page) **/
.navbar-static-side {
position: fixed;
}
.btn-success {
border: 1px solid #63a042;
background-color: #76b852;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.2);
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear; }
.btn-success:focus, .btn-success:active {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14); }
.btn-success:hover {
background-color: #47a447; }
.btn.btn-success {
border: 1px solid #63a042;
background-color: #76b852;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.2);
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear; }
.btn.btn-success:focus, .btn.btn-success:active {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14); }
.btn.btn-success:hover {
background-color: #47a447; }
/*****************************************/
body {
color: #333;
}
.bigContent {
min-height: 700px;
}
.inlineBlock {
display: inline-block;
*zoom: 1;
*display: inline;
}
.comment {
font-size: 12px;
}
.fontItalic {
font-style: italic;
}
.middle-box h1 {
font-size: 70px;
}
.logo-name {
letter-spacing: -7px;
margin-bottom: 25px;
}
#page-wrapper {
min-height: 850px !important;
}
.white-bg {
background-color: #ffffff;
}
.wizard {
margin-top: 30px;
}
.wizard > .content {
background: #fff none repeat scroll 0 0;
min-height: 220px;
}
.wizard > .content > .body input {
display: inline-block;
}
.wizard > .wizardBreadcrumbs {
/*background: #5a6474 none repeat scroll 0 0;*/
/*background: #222080 none repeat scroll 0 0;*/
/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);*/
font-family: "Helvetica Neue",Arial;
padding: 11px 0 9px;
text-align: center;
}
.wizard > .wizardBreadcrumbs > .steps {
border-radius: 2px 2px 0 0;
margin: 0 auto;
width: 90%;
}
.wizard > .wizardBreadcrumbs > .steps > .step {
/*color: #f5f5f5;*/
color: #040067;
float: left;
font-size: 13px;
font-weight: 500;
padding-bottom: 20px;
padding-top: 20px;
position: relative;
text-align: center;
/*text-shadow: 1px 1px rgba(0, 0, 0, 0.05);*/
width: 25%;
}
@media (max-width: 767px) {
.wizard > .wizardBreadcrumbs > .steps > .step {
width: 100%;
padding: 10px 0; }
}
.wizard > .wizardBreadcrumbs > .steps > .step:after {
content: '';
position: absolute;
bottom: 31px;
left: 55%;
display: block;
height: 2px;
background: #94A1B8;
background: #4a89e3;
width: 100%; }
@media (max-width: 991px) {
.wizard > .wizardBreadcrumbs > .steps > .step:after {
left: 57%; } }
@media (max-width: 767px) {
.wizard > .wizardBreadcrumbs > .steps > .step:after {
display: none; } }
.wizard > .wizardBreadcrumbs > .steps > .step:last-child:after {
display: none; }
.wizard > .wizardBreadcrumbs > .steps > .step span {
width: 23px;
height: 23px;
display: block;
position: relative;
margin: 0 auto;
margin-top: 13px;
border-radius: 25px;
background: #5A6474;
background: #fff;
border: 2px solid #94A1B8;
border: 2px solid #4a89e3;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear; }
@media (max-width: 767px) {
.wizard > .wizardBreadcrumbs > .steps > .step span {
position: absolute;
top: 0;
right: 0;
width: 15px;
height: 15px; } }
/*.wizard > .wizardBreadcrumbs > .steps > .step::after {*/
/*background: #94a1b8 none repeat scroll 0 0;*/
/*bottom: 31px;*/
/*content: "";*/
/*display: block;*/
/*height: 2px;*/
/*left: 55%;*/
/*position: absolute;*/
/*width: 100%;*/
/*}*/
/*.wizard > .wizardBreadcrumbs > .steps > .step:last-child::after {*/
/*display: none;*/
/*}*/
/*.wizard > .wizardBreadcrumbs > .steps > .step span {*/
/*background: #5a6474 none repeat scroll 0 0;*/
/*border: 2px solid #94a1b8;*/
/*border-radius: 25px;*/
/*display: block;*/
/*height: 23px;*/
/*margin: 13px auto 0;*/
/*position: relative;*/
/*transition: all 0.2s linear 0s;*/
/*width: 23px;*/
/*}*/
.wizard > .wizardBreadcrumbs > .steps > .step.active span {
background: #94a1b8 none repeat scroll 0 0;
background: #4a89e3 none repeat scroll 0 0;
}
.wizard .wizardActions {
margin-top: 40px;
text-align: center;
}
.wizard .wizardActions {
margin-bottom: 45px;
}
.wizard .wizardActions .btn {
margin: 0 10px;
}
.btn-grey-light {
background: rgba(0, 0, 0, 0) linear-gradient(#f7f8fa, #eff1f4) repeat scroll 0 0;
border: 1px solid #adb2bb;
border-radius: 5px;
color: inherit;
font-weight: bold;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
}
.stepContent {
/*margin-left: 5%;*/
/*margin-right: 5%;*/
margin-top: 30px;
}
.wizard > .stepContent h2 {
color: #829333;
font-size: 18px;
padding-bottom: 10px;
}
.wizard .mark, .wizard mark {
padding: 0em;
}
.repositoriesRadioButtonForm .form-group {
margin-bottom: 0px;
}
.repositoriesRadioButtonForm .form-group .btn {
padding: 0px;
}
.externalLink {
margin-left: 7px;
}
.registeredLabel {
margin-left: 10px;
padding: 1px 5px;
}
.form-control, .single-line {
border: 1px solid #ccc;
border-radius: 2px;
}
.button {
background: rgba(0, 0, 0, 0) linear-gradient(#f7f8fa, #eff1f4) repeat scroll 0 0;
border-radius: 4px;
box-shadow: 0 1px 0 white inset;
color: #333;
display: block;
font-family: "Helvetica Neue",Arial;
font-size: 14px;
font-weight: bold;
height: 31px;
line-height: 31px;
padding-left: 15px;
padding-right: 15px;
text-shadow: 0 1px 0 #fff;
transition: all 0.1s linear 0s;
}
.interfacePanel {
/*width: 95%;*/
}
.interfaceActionsPanel {
/*width: 5%;*/
/*padding-left: 2%;*/
/*vertical-align: bottom;*/
float: right;
}
.interfaceActionsPanel a {
color: #c4c4c4;
}
.interface-box {
border: 1px solid #e7eaec;
min-height: 505px;
}
.interface-box.new {
border: 2px dashed #e7eaec;
min-height: 504px;
}
.interface-box.new a {
display: block;
text-align: center;
text-decoration: none;
}
.interface-box.new i {
color: #c4c4c4;
/*color: #c4def8;*/
display: block;
font-size: 60px;
margin-top: 155px;
}
.interface-box.new .info {
color: #c4c4c4;
/*color: #9ac0e7;*/
display: inline-block;
font-size: 21px;
padding-top: 10px;
text-align: center;
}
.interface-box .form-group:last-child {
margin-bottom: 0px;
}
.validationSetRadio {
padding: 5px 0px;
}
.wizard .stepContent .success {
text-align: center;
}
.wizard .stepContent .success i.fa-check-circle {
color: #3da838;
font-size: 47px;
}
.wizard .stepContent .success h3 {
color: #556579;
font-size: 21px;
margin-top: 25px;
}
/*.wizard .stepContent .success .button {*/
/*margin-top: 40px;*/
/*}*/
/*.wizard > .steps > ul > li {*/
/*width: 33%;*/
/*}*/
.product-imitation {
padding: 0px;
}
.form-group .col-sm-12 {
padding-left: 0px;
padding-right: 0px;
}
.wizard > .content .body {
position: relative;
}
.wizard > .content .body {
float: left;
height: 95%;
padding: 2.5%;
width: 95%;
}
.wizard > .content h2 {
color: #343cb1;
font-family: "YanoneKaffeesatzLight";
font-size: 30px;
font-weight: normal;
line-height: 30px;
padding-bottom: 10px;
padding-left: 5px;
padding-top: 3px;
text-transform: none;
/*color: #829333;
font-size: 18px;
padding-bottom: 10px;*/
}
.wizard > .content .interfacesForm .col-md-6:nth-child(odd) {
padding-left: 0px;
}
.wizard > .content .interfacesForm .col-md-6:nth-child(even) {
padding-right: 0px;
}
.alert {
padding: 10px;
}
.product-name {
font-size: 14px;
}
.displayBlock {
display: block;
}
.loading {
position: relative;
min-height: 200px;
}
.loading-medium {
position: relative;
min-height: 400px;
}
.loading-big {
position: relative;
min-height: 600px;
}
.loader-small {
background: url("../imgs/loader-small.gif") no-repeat center;
z-index: 110;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.loader-big {
background: url("../imgs/loader-big.gif") no-repeat center;
z-index: 110;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.whiteFilm {
background: #ffffff;
z-index: 105;
width: 100%;
height: 100%;
opacity: 0.7;
position: absolute;
top: 0;
left: 0;
}
.ibox-content h1 {
color: #829333;
font-size: 22px;
}
.ibox-content h2 {
color: #343cb1;
font-family: "YanoneKaffeesatzLight";
font-size: 30px;
font-weight: normal;
line-height: 30px;
padding-bottom: 10px;
padding-left: 5px;
padding-top: 3px;
text-transform: none;
}
.ibox-content .tab-content {
margin: 20px;
}
.updateRepoInfoButton {
margin-left: -10px;
}
.selectAll label {
display: block;
width: 100%;
background: rgba(0, 0, 0, 0) linear-gradient(#f7f8fc, #f8f9fc) repeat scroll 0 0;
border-bottom: 1px solid #dee3ea;
border-top: 1px solid #d4dbe4;
box-shadow: 0 1px rgba(255, 255, 255, 0.79) inset;
padding: 5px 10px;
margin-left: -5px;
margin-right: -5px;
}
.selectAll input[type="checkbox"] {
margin-left: -4px !important;
margin-right: 6px;
}
.selectAll span {
letter-spacing: 0.5px;
margin-left: 15px;
}
.margin10 {
margin: 10px;
}
.marginTop10 {
margin-top: 10px;
}
.marginTop20 {
margin-top: 20px;
}
.marginBottom20 {
margin-bottom: 20px;
}
.textAlignCenter {
text-align: center;
}
.showAdvanced {
text-decoration: underline;
margin-top: 15px;
color: #337ab7;
}
.showAdvanced:hover {
color: #23527c;
}
.xPathPanel {
display: block;
width: 100%;
background: rgba(0, 0, 0, 0) linear-gradient(#f7f8fc, #f8f9fc) repeat scroll 0 0;
border-bottom: 1px solid #dee3ea;
border-top: 1px solid #d4dbe4;
box-shadow: 0 1px rgba(255, 255, 255, 0.79) inset;
padding: 20px 10px;
margin-left: -5px;
margin-right: -5px;
}
.xPathPanel .btn {
background-color: rgba(0, 0, 0, 0);
}
a.linkBox, a.linkBox:hover, a.linkBox:focus, a.linkBox:visited {
color: #333;
}
a.linkBox:hover .product-name, a.linkBox:focus .product-name {
color: #6098eb;
}
.previewTitle {
color: #5d93ac;
font-size: 20px;
font-weight: 600;
padding: 20px 10px 0;
}
.previewPanel {
background-color: #ffffff;
box-shadow: 0 2px 4px 0 #5d93ac;
margin-top: 21px;
padding: 20px;
margin-bottom: 30px;
}
.helpAdminActionButtons {
margin-top: 20px;
text-align: center;
}
.helpAdminActionButtons .btn {
margin: 0 10px;
}
.showOptions {
float: right;
}
a.grid-view {
color: #bbb;
font-size: 22px;
margin-left: 14px;
position: relative;
text-decoration: none;
}
a.grid-view.active {
color: #111;
}
.repos-grid .repo {
margin-bottom: 35px;
}
.repo .name {
font-weight: 600;
}
.repos-list .headers {
min-height: 35px;
padding-bottom: 10px;
}
.repos-list .headers .header label, .repos-list .headers .header label a {
color: #333;
font-weight: 600;
height: 100%;
width: 100%;
}
.repos-list .repo .name {
color: #333;
position: relative;
text-decoration: none;
top: 13px;
}
.repos-list .repo .events {
top: 13px;
color: #333;
}
.repos-list .repo .actions {
top: 13px;
text-align: center;
}
.repos-list .repo .actions i {
color: #333;
}
.repos-list .repo:nth-child(2n) {
background: #fafafc none repeat scroll 0 0;
}
.repos-list .repo {
border-bottom: 1px solid #f0f0f0;
padding: 8px 0;
}
.repos-list .repo .avatar img {
border-radius: 50%;
max-width: 45px;
}
.repos-list, .repos-grid {
margin-top: 40px;
margin-bottom: 30px;
}
.repos-list td a {
display: block;
}
tr.footers {
font-weight: 600;
}
.topics-list {
}
.topics-list .headers {
min-height: 35px;
padding-bottom: 10px;
}
.topics-list .footers {
min-height: 35px;
padding-top: 10px;
}
.topics-list .events {
text-align: right;
}
.topics-list .headers .header label, .topics-list .headers .header label a {
color: #333;
font-weight: 600;
height: 100%;
width: 100%;
}
.topics-list .repo .actions i {
color: #333;
}
.topics-list .repo:nth-child(2n) {
background: #fafafc none repeat scroll 0 0;
}
.topics-list .repo {
border-bottom: 1px solid #f0f0f0;
padding: 8px 0;
}
.topics-list, .repos-grid {
margin-top: 40px;
margin-bottom: 30px;
}
/**********************************************/
.contentAndPagerPanel {
margin-top: 40px;
font-size: 14px;
}
.resultsPager {
margin-left: 15px;
margin-right: 15px;
}
.resultsPageLabel {
margin-top: -45px;
text-align: center;
}
.page-controls.row {
margin-left: 0;
margin-right: 0;
}
.page-controls {
margin-top: 10px;
}
.page-controls .filters .links {
}
.page-controls .filters .links .filterLabel {
/*font-size: 15px;*/
margin-right: 20px;
display: inline-block;
font-weight: 700;
margin-bottom: 5px;
display: inline-block;
}
.page-controls .filters .links .input-xxlarge {
width: 380px !important;
}
.page-controls .filters .links a {
color: #666;
margin-right: 35px;
padding-bottom: 2px;
text-decoration: none;
transition: all 0.1s linear 0s;
}
.page-controls .filters .links a.active {
border-bottom: 1px solid #82bfe9;
color: #378fca;
font-weight: 600;
}
/*.page-controls .filters > label {
font-size: 15px;
margin-right: 20px;
}*/
.page-controls .filters .show-options {
float: right;
}
.page-controls .filters .show-options .filterLabel {
/*font-size: 15px;*/
margin-right: 20px;
display: inline-block;
font-weight: 700;
margin-bottom: 5px;
display: inline-block;
}
.page-controls .filters .links .form-control,
.page-controls .filters .show-options .form-control {
display: inline-block;
}
.jobs-list {
margin-bottom: 20px;
margin-top: 25px;
}
.jobs-list.row {
margin-left: 5px;
margin-right: 5px;
}
.jobs-list .headers {
min-height: 35px;
padding-bottom: 10px;
}
.jobs-list .headers .header label a {
background: #fff none repeat scroll 0 0;
color: #333;
display: block;
font-weight: 600;
text-decoration: none;
transition: all 0.14s linear 0s;
}
.jobs-list tr.odd {
background: #fafafa none repeat scroll 0 0;
}
.jobs-list.uk-table *:not(:last-child) > td {
border-bottom: none;
}
/*
.jobs-list .job:nth-child(2n) {
background: #fafafc none repeat scroll 0 0;
}
*/
.jobs-list .job {
/*border-bottom: 1px solid #f0f0f0;*/
padding: 12px 0;
}
.job.row {
margin-left: 0px;
margin-right: 0px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
border-top: none;
vertical-align: middle;
padding: 10px 15px;
}
.btn.resubmitJob {
font-size: 12px;
}
.jobs-table {
width: 100%;
}
.viewDetailsLinkWrapper {
margin-bottom: 5px;
}
.viewDetailsLinkWrapper a i {
margin-left: 5px;
}
.tags .label {
margin-right: 5px;
}
.rules-table {
font-size: 14px;
}
.rules-table td p {
margin-bottom: 0px;
}
.jobs-list.uk-table-middle, .jobs-list.uk-table-middle td {
vertical-align: top !important;
}
/*.jobs-list.uk-table td {*/
/*padding: 3px 6px 0px 6px;*/
/*}*/
a.resubmitJob i {
margin-left: 5px;
}
.jobs-list.uk-table tr:nth-child(2n+1) td {
padding: 15px 6px 0px 6px;
}
.jobs-list.uk-table tr:nth-child(2n) td {
padding: 0px 6px 15px 6px;
}
/**********************************************/
.chart {
background: #fff none repeat scroll 0 0;
border: 1px solid #dfe3eb;
border-radius: 5px;
box-shadow: 0 1px 0 #ededed inset;
margin: 10px 0 30px;
/*margin: 40px 0 50px;*/
padding: 25px;
}
.metricsChart {
height: 350px;
}
.metricsChartLabel {
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #3E576F;
fill: #3E576F;
text-align: center;
padding-bottom: 20px;
}
.metrics {
background: linear-gradient(#303d4f, #435266) repeat scroll 0 0%, #686e78 none repeat scroll 0 0;
border: 1px solid #000;
border-radius: 5px;
box-shadow: 0 1px rgba(255, 255, 255, 0.3) inset;
font-family: "Helvetica Neue",Arial;
margin-top: 30px;
}
.metrics .metric {
/*border-right: 1px solid #526075;*/
float: left;
padding: 23px 0;
text-align: center;
width: 100%;
}
.metrics .metric .field {
color: #f4f4f4;
display: inline-block;
font-size: 14px;
margin-bottom: 9px;
}
.metrics .metric .data {
color: #fff;
display: block;
font-size: 27px;
text-shadow: 1px 1px #000;
}
.nav-tabs > li > a {
color: #a7b1c2;
font-weight: 600;
padding: 10px 50px;
}
.selectRepositoryPanel {
margin-top: 30px;
margin-bottom: 50px;
}
/**********************************************/
.enrichContentAdvancedSearch {
/*margin-right: 20px;*/
}
.enrichContentAdvancedSearch h3, .topics-list h3 {
font-size: 17px !important;
font-weight: 400;
margin: 20px 0 25px;
padding: 0 20px;
text-align: center;
}
.advancedSearchForm {
font-size: 12px;
}
.advancedSearchForm input[type="text"]:not([class*="uk-"]) {
height: 25px;
line-height: 23px;
}
.advancedSearchForm .form-control {
width: 90% !important;
margin-bottom: 5px !important;
font-size: 12px !important;
}
.advancedSearchForm .actionButtons .advancedSearch {
width: 44%;
margin-right: 2%;
}
.advancedSearchForm .actionButtons .clearCriteria {
width: 44%;
}
.deleteIcon {
margin-left: 3%;
width: auto;
}
.advancedSearchForm label {
display: inline-block;
font-weight: 700;
margin-bottom: 5px !important;
}
.events-results {
font-size: 14px;
}
.events-results .label-success {
background-color: #5cb85c;
}
.events-results .label-primary {
background-color: #337ab7;
}
.events-results .table-striped > tbody > tr:nth-of-type(2n+1) {
background-color: #fdfdfd;
}
.events-results .uk-table td {
padding: 8px 12px;
}
.events-results .resultsPageLabel {
color: #337ab7;
font-size: 12px;
margin-top: -45px;
text-align: center;
margin-bottom: 20px;
}
.numberOfEventsLabel {
margin-bottom: 30px;
font-size: 15px;
}
.events-list {
margin-top: 30px;
}
.events-list tbody tr.success > td {
background-color: #dff0d8;
}
.events-list li.success {
background-color: #dff0d8;
}
/********************************/
.slider.slider-horizontal {
margin-left: 2%;
width: 91% !important;
}
.slider {
display: block !important;
}
.fromDate {
width: 44% !important;
}
.toDate {
width: 44% !important;
margin-left: 2%;
}
.datepicker.dropdown-menu {
/*height: 100px !important;*/
}
/********************************/
/*.modal.confirmationModal {*/
/*!*margin-top: 90px !important;*!*/
/*}*/
/*.modal.confirmationModal .modal-body {*/
/*max-height: 75vh !important;*/
/*}*/
/*.modal.confirmationModal .modal-footer {*/
/*background-color: #fff !important;*/
/*}*/
.modal-body {
padding: 30px;
max-height: 600px;
}
/********************************/
.openAIRECompliantLogoDownload {
text-align: center;
margin-bottom: 30px;
margin-top: 40px;
}
.openAIRECompliantLogoMessage {
font-size: 20px !important;
}
.openAIRECompliantLogo {
}
.openAIRECompliantLogo img {
width: 150px;
margin-bottom: 5px;
}
/********************************/
.statsFrame {
border: none;
width: 100%;
height: 400px;
}
.usageStatisticsGuidelines {
margin-top: 30px;
text-align: justify;
margin-left: 30px;
margin-right: 30px;
}
/********************************/
/* ERROR & LOGIN & LOCKSCREEN*/
.middle-box {
max-width: 400px;
z-index: 100;
margin: 0 auto;
padding-top: 40px;
padding-bottom: 40px;
}
.lockscreen.middle-box {
width: 200px;
padding-top: 110px;
}
.loginscreen.middle-box {
width: 300px;
}
.loginColumns {
max-width: 800px;
margin: 0 auto;
padding: 100px 20px 20px 20px;
}
.passwordBox {
max-width: 460px;
margin: 0 auto;
padding: 100px 20px 20px 20px;
}
.logo-name {
color: #e6e6e6;
font-size: 180px;
font-weight: 800;
letter-spacing: -10px;
margin-bottom: 0px;
}
.middle-box h1 {
font-size: 170px;
}
.wrapper .middle-box {
margin-top: 140px;
}
.lock-word {
z-index: 10;
position: absolute;
top: 110px;
left: 50%;
margin-left: -470px;
}
.lock-word span {
font-size: 100px;
font-weight: 600;
color: #e9e9e9;
display: inline-block;
}
.lock-word .first-word {
margin-right: 160px;
}
/********************************/
.block {
display: block;
}
.full-width {
width: 100% !important;
}
.m-b {
margin-bottom: 15px;
}
body.mini-navbar.fixed-sidebar .profile-element, .block {
display: block !important;
}
/********************************/
.textTransformNone {
text-transform: none;
}
.uk-modal-title {
font-size: 30px;
line-height: 1.3;
}
/*.tm-toolbar .uk-subnav-line li.active {*/
/*background: #fff none repeat scroll 0 0;*/
/*color: rgb(40, 190, 255);*/
/*display: block;*/
/*}*/
/*.tm-toolbar .uk-subnav-line li.active a {*/
/*color: rgb(40, 190, 255) !important;*/
/*}*/
.tm-toolbar .uk-subnav-line li a:hover, .tm-toolbar .uk-subnav-line li:hover a {
display: block;
color: #d4d4d4 !important;
}
.tm-toolbar .uk-subnav-line li:hover {
display: block;
}
/********************************/
.uk-badge-warning {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba;
}
.uk-badge-warning:hover, .uk-badge-warning:focus {
color: #856404;
}
.uk-badge-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
.uk-badge-danger:hover, .uk-badge-danger:focus {
color: #721c24;
}
.uk-badge-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
.uk-badge-success:hover, .uk-badge-success:focus {
color: #155724;
}
/********************************/
#page\#6 {
font-weight: 700 !important;
color: #28beFF !important;
color: #008ec5 !important;
color: #17A6F6 !important;
}
#page\#7 {
color: #19116D !important;
font-size: 28px !important;
font-weight: normal !important;
}
#page\#12 {
font-weight: 300 !important;
}
#page\#4 {
font-weight: 400 !important;
}
#page\#37 .el-title {
height: 3em;
line-height: 1.5em;
overflow: hidden;
}
#page\#37 .el-content {
height: 7.5em;
line-height: 1.5em;
overflow: hidden;
}
#page\#37 a.uk-button-default {
text-transform: none !important;
font-weight: 400;
color: #f25f30;
}
#page\#37 a.uk-button-default:hover {
background: #f25f30 !important;
color: #fff !important;
}
#page\#39 .el-title {
height: 3em;
line-height: 1.5em;
overflow: hidden;
}
#page\#39 .el-content {
height: 7.5em;
line-height: 1.5em;
overflow: hidden;
}
#page\#39 a.uk-button-default {
text-transform: none !important;
font-weight: 400;
color: #68A704;
}
#page\#39 a.uk-button-default:hover {
background: #68A704 !important;
color: #fff !important;
}
#page\#41 .el-title {
height: 3em;
line-height: 1.5em;
overflow: hidden;
}
#page\#41 .el-content {
height: 7.5em;
line-height: 1.5em;
overflow: hidden;
}
#page\#41 a.uk-button-default {
text-transform: none !important;
font-weight: 400;
color: #ffc800;
}
#page\#41 a.uk-button-default:hover {
background: #ffc800 !important;
color: #fff !important;
}
#page\#43 .el-title {
height: 3em;
line-height: 1.5em;
overflow: hidden;
}
#page\#43 .el-content {
height: 7.5em;
line-height: 1.5em;
overflow: hidden;
}
#page\#43 a.uk-button-default {
text-transform: none !important;
font-weight: 400;
color: #d13f96;
}
#page\#43 a.uk-button-default:hover {
background: #d13f96 !important;
color: #fff !important;
}
/*#page\#34 .el-content {*/
/*text-transform: none !important;*/
/*color: #fff !important;*/
/*background: #f25f30 !important;*/
/*font-weight: 600;*/
/*}*/
/*#page\#38 .el-content {*/
/*background-color: #8bcc00 !important;*/
/*font-weight: 600;*/
/*}*/
/*#page\#38 .el-content {*/
/*text-transform: none !important;*/
/*color: #fff !important;*/
/*}*/
/*#page\#42 .el-content {*/
/*background-color: #ffc800 !important;*/
/*font-weight: 600;*/
/*}*/
/*#page\#42 .el-content {*/
/*text-transform: none !important;*/
/*color: #fff !important;*/
/*}*/
/*#page\#46 .el-content {*/
/*text-transform: none !important;*/
/*color: #fff !important;*/
/*background: #d13f96;*/
/*font-weight: 600;*/
/*}*/
.repositoryTypeSelection .uk-card-body {
padding: 20px 20px;
}
.repositoryTypeSelection .el-title {
font-size: 16px;
}
/********************************/
.section {
padding: 48px 0;
position: relative;
}
/*.md-bg-blue-grey-700 {*/
/*background-color: #214c9c !important;*/
/*}*/
.al_timeline {
position: relative;
padding: 24px 20px 32px;
font-size: 80%;
}
.al_timeline::after {
position: absolute;
top: 0;
bottom: 0;
margin-left: -2px;
left: 50%;
content: '';
width: 4px;
/*background: rgba(255, 255, 255, 0.5);*/
/*background: #D1303A;*/
background: #040067;
display: block;
}
.al_timeline_block::before, .al_timeline_block::after {
content: " ";
display: table;
}
.al_timeline_block::after {
clear: both;
}
.al_timeline_block + * {
margin-top: 10px;
}
.al_timeline_block:nth-child(2n) .al_timeline_content {
float: right;
}
.al_timeline_block:nth-child(2n+1) .al_timeline_content {
text-align: right;
}
[class*="uk-animation-"] {
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.uk-animation-scale-up {
-webkit-animation-name: uk-fade-scale-02;
animation-name: uk-fade-scale-02;
}
[class*="uk-animation-"] {
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
-webkit-animation-duration: 560ms;
animation-duration: 560ms;
}
.al_timeline_image {
position: absolute;
left: 50%;
width: 64px;
height: 64px;
margin-left: -32px;
background: #fff;
border-radius: 50%;
text-align: center;
z-index: 10;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
[class*="uk-animation-"] {
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
-webkit-animation-duration: 840ms;
animation-duration: 840ms;
}
[data-uk-scrollspy*="uk-animation-"]:not([data-uk-scrollspy*="target"]) {
opacity: 0;
}
[class*="uk-animation-"] {
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.uk-animation-slide-left {
-webkit-animation-name: uk-fade-left;
animation-name: uk-fade-left;
}
[class*="uk-animation-"] {
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
-webkit-animation-duration: 560ms;
animation-duration: 560ms;
}
.al_timeline_content {
box-sizing: border-box;
background: #fff;
width: 44%;
padding: 8px 15px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
position: relative;
border-radius: 4px;
}
[class*="uk-animation-"] {
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
-webkit-animation-duration: 840ms;
animation-duration: 840ms;
}
[data-uk-scrollspy*="uk-animation-"]:not([data-uk-scrollspy*="target"]) {
opacity: 0;
}
.md-color-red-600 {
/*color: #e53935 !important;*/
color: #040067 !important;
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 18px;
display: inline-block;
width: 1em;
height: 1em;
line-height: 1;
text-transform: none;
letter-spacing: normal;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
-webkit-font-feature-settings: 'liga';
font-feature-settings: 'liga';
vertical-align: -4px;
color: rgba(0, 0, 0, 0.54);
}
.al_timeline_image {
position: absolute;
left: 50%;
width: 40px;
height: 40px;
margin-left: -20px;
background: #fff;
border-radius: 50%;
text-align: center;
z-index: 10;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
margin-top: 12px;
}
.al_timeline_block.update .al_timeline_image {
position: absolute;
left: 50%;
width: 24px;
height: 24px;
margin-left: -12px;
/*background: #D1303A;*/
background: #040067;
border-radius: 50%;
text-align: center;
z-index: 10;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
margin-top: 20px;
}
.al_timeline_image > i {
font-size: 32px;
line-height: 64px;
}
.al_timeline_content::after {
position: absolute;
top: 24px;
right: -20px;
content: '';
display: block;
border: 10px solid transparent;
border-left-color: transparent;
border-left-color: #fff;
}
.al_timeline_block.update .al_timeline_content::after {
position: absolute;
top: 24px;
right: -20px;
content: '';
display: block;
border: 10px solid transparent;
border-left-color: transparent;
border-left-color: #214c9c;
}
.al_timeline_block:nth-child(2n) .al_timeline_content::after {
border-left-color: transparent;
border-right-color: #fff;
right: auto;
left: -20px;
}
.update.al_timeline_block:nth-child(2n) .al_timeline_content::after {
border-left-color: transparent;
border-right-color: #214c9c;
right: auto;
left: -20px;
}
.al_timeline_content h3 {
margin: 0 0 5px 0;
}
.al_timeline_content p {
margin: 0 0 5px 0;
}
* + p, * + ul, * + ol, * + dl, * + pre, * + address, * + fieldset, * + figure {
margin-top: 5px;
}
.al_timeline_block.update .al_timeline_content {
background: #214c9c;
box-shadow: none;
color: #fff;
}
.al_timeline_block.update .al_timeline_content h3 {
color: #fff;
}
/********************************/
.visible_uk_links:hover, .visible_uk_links:focus {
color: #128DD5;
}
/* EXTRA CLASSES added by Myrto - fixed topmenu links problem*/
.tooltipStyling {
padding: 15px 20px;
color: #333;
white-space: nowrap;
text-align:center;
text-transform: uppercase;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
background: #fff;
-moz-box-shadow: 0px 0px 1px #666;
-webkit-box-shadow: 0px 0px 1px #666;
box-shadow: 0px 0px 1px #666;
}
.myActiveClass {
background:#15A3FF!important;
background:#17A6F6!important;
}