@import url(https://fonts.googleapis.com/css?family=Ubuntu);@charset "UTF-8";

@font-face {
    font-family: 'Icons';
    src: url('/vendor/atk4/ui/public/external/fomantic-ui/dist/themes/default/assets/fonts/icons.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 14px;
}

body {
    font-family: 'Ubuntu';
    font-size: 14px;
}

main {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.atk-auth-header .container {
    max-width: none;
    padding-left:70px;
    padding-right:70px;
}

.atk-auth-header .container a {    
    padding-left: 1.14286em;
    padding-right: 1.14286em;
    font-weight: 400;
}

ul li.nav-item {
    padding-left: 1.14286em;
    padding-right: 1.14286em;
}

.navbar {
    height: 32px; 
}

.navbar.atk-auth-header .container{
    background-color: #2c2c2c;
    min-height: 32px;
}

.navbar.atk-auth-header .container {
    min-height: 32px;
    align-items: center;
}

.navbar.atk-auth-header a, h3 {
    height: 100%;
    color: #aaa;
   
}

.navbar.atk-auth-header h3 {
    font-size:1.28571429rem;
    padding-left: 6px;
}

.navbar.atk-auth-header a {
    /*font-size: 1rem;*/
    padding-right: 1.14286em;
}

.navbar.atk-auth-header svg {
    fill: #aaa;
}

.home.icon {
    color: #aaa;
}

.sign.in.alt.icon {
    color: #aaa;
}

.atk-auth-header h3 {
    margin: 0px;
    display: flex;
    align-items: center;
    font-weight:600
}

.atk-auth-header .container {
    display: flex;
    align-items: center;
}


.navbar-expand-md .navbar-nav .nav-link {
    padding:0px;
}

i.icon::before {
    font-family: 'Icons';
    font-style: normal;
    font-weight: normal;
}

i.icon.home::before {
    content: "\f015";    
}

i.icon.sign.in::before {
  content: "\f2f6"; 
  margin-right: 3px;
}

.atk-auth-header a {
    text-decoration: none;
}


.btn.btn-primary {
    background-color :#fff;
    color: #2c2c2c;
    border: 1px solid #e1e1e1;
    border-radius: .28571429rem;
    font-size: 14px;
}

.btn.btn-link {
    background-color :#fff;
    color: #2c2c2c;
    font-size: 14px;
    text-decoration:none;
}

footer p a {
    background-color :#fff;
    color: #2c2c2c;
    font-size: 14px;
    text-decoration:none;
}

.btn.btn-primary:hover {
    background-color: #2c2c2c;
    color: #fff;
}

.atk-auth-header .container a > i:hover {
    color: #fff;
}

.atk-auth-header .container #navbarSupportedContent ul li a:hover {
    color: #fff;
}

.atk-auth-header #navbarSupportedContent a:hover i::before {
    color: #fff;
}

.text-body-secondary {
    color: #2c2c2c !important;
}

.form-check-input:checked {
  background-color: #2c2c2c;
  border-color: #2c2c2c;
}

.card-header a {
    color: #2c2c2c;
}

a:hover {
    color:#a4a4a4;
}

.btn.btn-link:hover {
    color:#a4a4a4;
}


.form-control:focus {
  color: rgba(0,0,0,.95);
  border-color: #85b7d9;
  border-radius: .28571429rem;
  background: #fff;
  box-shadow: 0 0 0 0 rgba(34,36,38,.35) inset;
}

.card-header {
    color: rgba(0, 0, 0, 0.95);
    font-weight: 600;
}
.card-body {
    color: rgba(0, 0, 0, 0.85) !Important; 
}

a {
    text-decoration: none;
}
