/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14.4.2016, 22:40:26
    Author     : tomas
*/
body {
        font-size: 13px !important;
}
#login_header, #login, #main_menu, #overview,
#admin_domains, #admin_virtual, .nav_bar, #alias_domain_table,
#alias_table, #mailbox_table, #overview_table, #log_table,
#admin_table, #footer, .subnav {
        width: 100% !important;
        margin: 0 auto;
}
.h1, h1 {
    font-size: 30px !important;
}
.h4, h4 {
    font-size: 16px !important;
}
.modal-header {
    padding: 2px !important;
}
.selectBootstrap {
    width: 100%;
    border: 1px solid #ccc;
    color: #333;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 4px 15px;
}
#fDomain {
    padding: 10px 15px;
}
.label {
    color: black;
}
/*.topConderIsRounded {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}*/
.activeButtonColor {
    width: 60px;
}
.btn{
    color: white !important;
}
#selectDomain {
    height: 34px;
}
.displayNone {
    display: block !important;
    line-height: 20px !important;
}
.inputDescription {
    width: 50px;
}
.navbar-inverse {
    background-color: #0b1728;
}
.top-nav > li > a:hover, .top-nav > li > a:focus, .top-nav > .open > a, .top-nav > .open > a:hover, .top-nav > .open > a:focus {
    background-color: #0b1728;
}
.navbar-inverse .navbar-brand {
    color: white;
}
.top-nav > li > a {
    color: #dbe3e2;
}
.navbar-inverse .navbar-nav > li > a {
    color: #dbe3e2;
}
.bigfont {
    font-size: 4em !important;
    color: #00112b;
}
    .quota {
    z-index: 99;
    height: 12px !important;
    position: relative !important;
    margin: 16px 0 -13px 0;
}
.quota_text {
    position: relative !important;
}
.input-group {
    width: 100%;
    margin-bottom: 15px;
}
#loginWrapper {
    text-align: center;
}
#login {
    width: 40% !important;
    max-width: 450px;
    background: none !important;
}
.modal-footer { 
    border-top: 0px; 
}
#h4login {
    padding: 5px 20px;
    color: red;
}