/** Add css rules here for your application. */


/*************** OVERRIDES ****************/
.landing-page .header-back.one {
  background: url('./img/landing/Banner1_1.jpg') 50% 0 no-repeat;
}

.landing-page .header-back.two {
  background: url('./img/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;
  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: #4687E6;
  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: #222080;
  border: 2px solid #94A1B8;
  border: 2px solid #4687E6;
  -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: #4687E6 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("img/loader-small.gif") no-repeat center;
  z-index: 110;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.loader-big {
  background: url("img/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-left: -10px;
  margin-top: 21px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.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;
}

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;
}

/**********************************************/

.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 .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;
}



/********************************/
/* 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(0, 180, 160);
  display: block;
}

.tm-toolbar .uk-subnav-line li.active a {
  color: rgb(0, 180, 160) !important;
}