/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
h1, h2, h3, h4, h5, h6 {
    color: #193E72;
    font-family: "roboto";
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: none;
}
.uk-article-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    text-transform: none;
}
.uk-panel-box, .tm-block-light {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.1);
    color: #656565;
    padding: 30px;
}
.uk-navbar {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.03)) repeat scroll 0 0 #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    color: #fff;
}
.uk-navbar-nav > li > a {
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 500;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
}
.tm-block {
    padding: 1px 40px 1px 10px;
}
.tm-content {
    background: none repeat scroll 0 0 #ffffff;
    padding: 30px 40px 40px 30px;
}
.uk-navbar, .uk-navbar.uk-active {
    margin-bottom: 20px;
    z-index: 12000;
}
html {
    background: none repeat scroll 0 0 #ffffff;
    color: #656565;
    font: 300 15px/22px "Roboto";
}

.definitions{
    display: block;
    float: right;
  text-transform: uppercase;
}
div.formBody {
    display: block;
    float: none;
}
strong.formRequired {
    color: red;
    font-style: normal;
    font-weight: bold;
    margin-left: 3px;
}
em {
    color: red;
}
h3, .uk-h3 {
    font-size: 22px;
    line-height: 32px;
}
.uk-panel-box-secondary .uk-panel-title, .tm-block-secondary .uk-panel-title {
    color: #193e72;
      font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    text-transform: none;
}
.uk-grid + .uk-grid, .uk-grid-margin, .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 0;
}
.uk-button {
    background: #193e72;
    border: medium none;
    border-radius: 2px;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-family: inherit;
    font-feature-settings: inherit;
    font-kerning: inherit;
    font-language-override: inherit;
    font-size: 1rem;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-synthesis: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: 30px;
    margin: 0;
    min-height: 30px;
    overflow: visible;
    padding: 0 12px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all 0.2s ease 0s;
    vertical-align: middle;
}
.form-actions {
    background-color: transparent;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 22px;
    margin-top: 22px;
    padding: 21px 20px 22px;
}
body {
    background: #f3f3f3 none repeat scroll 0 0;
    border-top: 5px solid #000;
}
.tm-footer {
    background: #000 none repeat scroll 0 0;
    margin-top: 50px;
}
.uk-button:hover,
.uk-button:focus {
  background-color: #000;
  color: #ffffff;
  /* 2 */
  outline: none;
  /* 3 */
  text-decoration: none;
  background-position: 0% 0%;
  box-shadow: inset 0 0 0 1px #1db9e8;
}
.tm-toolbar .uk-float-right .uk-form .uk-form-row  {  
float: left;   
line-height: 32px;  
margin: 20px 0 0 20px;  
}  

.tm-toolbar .uk-float-right .uk-form .uk-list {  
display: none;  
}
.uk-button-danger {
    background: #1DB9E8;
    border: medium none;
    border-radius: 2px;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-family: inherit;
    font-feature-settings: inherit;
    font-kerning: inherit;
    font-language-override: inherit;
    font-size: 1rem;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-synthesis: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: 30px;
    margin: 0;
    min-height: 30px;
    overflow: visible;
    padding: 0 12px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all 0.2s ease 0s;
    vertical-align: middle;
}
.toolbar-left {
  top: 10px;
}
.toolbar-right {
  top: -13px;
}
.uk-navbar-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    text-align: center;
}
.well {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
    padding: 30px !important;
}

