﻿body {
    background-color: rgb(250, 250, 250);
}

html {
  position: relative;
  min-height: 100%;  
}

.loggedin-user {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}



.header {
    background-color: rgb(250, 250, 250);
    padding:1em 2em;
    margin-bottom: 4em;
}


.page-content {
    margin-bottom:6em;
}

.footer {
    background-color: rgb(250, 250, 250);
    color: rgb(4, 4, 4);
    bottom:0;
    width: 100%;
}

.footer a:hover {
    color: #def4ff;
    text-decoration:none;
}

.footer-content {
    padding:2em;
}


.mv0 {
    margin-top:0;
    margin-bottom:0;
}

.mt4 {
    margin-top:3em;
}

.bb {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

/* Forms */
.loggedin-user .btn {
    border: none;
    border-radius: 0px;
    background-color: rgb(0, 0, 0);
    color: rgb(220,220,220);
}

.loggedin-user .btn-default:hover {
    background-color: rgb(33, 33, 33);
}
.loggedin-user .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: rgb(220,220,220);
    background-color: rgb(33, 33, 33);
    border-color: #adadad;
}

.loggedin-user .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    color: rgb(220,220,220);
    background-color: rgb(33, 33, 33);
    border-color: #8c8c8c;
}

.loggedin-user .dropdown-menu {
    background-color: rgb(33, 33, 33);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.loggedin-user .dropdown-menu > li > a {
    color: rgb(220,220,220);
}

.loggedin-user .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: rgb(220,220,220);
    background-color: rgb(66, 66, 66);
}

.loggedin-user .dropdown-menu {
    margin-top:0;
    padding-top:0;
}



.k-grid td.action {
    text-align:center;
}

@media (max-width:500px)
{
    body {
        margin-bottom:100px;
    }
    .logo {
        text-align:center;
    }
    .footer {
        height:100px;
    }
}


#emailCertificateContent .fa-check-circle-o, #emailCertificateContent .fa-exclamation-circle {
  font-size: 6em;
  color:#ddd;
}


#emailCertificateContent h4{
  color:#444;
}

.fa-key, .fa-tachometer {
  font-size: 4em;
}

.profile-action {
  background-color: #fff;
}

.profile-action a {
  font-weight: 700;
}

.profile-action a:hover {
  text-decoration: none;
}

h3 {
  font-weight: 700;
  color:rgba(14, 35, 59, 0.8);
}

hr, .profile-action {
  border-color: rgba(51, 122, 183, 0.5);
}

.alert-warning a {
  color:#8a6d3b;
  font-weight:700;
}

.page-message h2 {
    color:#051323;
}

.page-icon {
  font-size:6em;
  color:#a5b2c1;
}

