/*
 * COPYRIGHT INFORMATION - DO NOT REMOVE
 *
 * Copyright (c) LinuxMagic Inc. 2016-2018 All Rights Reserved
 *
 * This file contains Original Code as created by LinuxMagic Inc.
 *
 * The Original Code is distributed on an 'AS IS' basis,
 * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, AND LINUXMAGIC
 * HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY
 * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET
 * ENJOYMENT OR NON-INFRINGEMENT.
 *
 * Do NOT download, distribute, use or alter this software or file in any
 * way without express written permission from LinuxMagic Inc. or its parent
 * company Wizard Tower TechnoServices signed by an authorized company officer.
 *
 * Author(s): HsuanWei <hsuanwei@linuxmagic.com>
 *
 * $Id$
 */

/* body */
body {
    background: #F2F2F2;
}

/* wrap everything in but not footer */
div.main div.wrap {
    background: WHITE;
}

/* footer style */
.footer{
    background: #222;
    color: white;
}

/* navigation bar */
.navbar .container-fluid span.glyph {
    color: WHITE;
}

/* text */
div, p, label, blockquote {
    font-weight: 200;
    font-size: 15px;
}
.text-margin {
    margin-bottom: 10.5px;
    margin-top: 10.5px;
}

/* form and input */
.form-horizontal-left .control-label {
    text-align: left;
}
.form-group {
    margin: 5px;
}
.form-control {
    font-size: 13px;
    color: #333333;
}

/* buttons */
.btn-group {
    margin-right: 10px;
}
.btn-primary {
    background: #99CEFF;
    border-color: #66B5FF;
    color: BLACK; 
}
.btn-primary:hover {
    background: #66B5FF;
    border-color: #66B5FF;
    color: BLACK;
}
.btn-danger {
    background: #ff9999;
    border-color: #ff6666;
    color: BLACK;
}
.btn-danger:hover {
    background: #ff6666;
    border-color: #ff6666;
    color: BLACK;
}

/* paginations */
.pagination {
    border: 1px solid #ddd;
    background: #eee;
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li > a, .pagination > li:first-child > a, .pagination > li:last-child > a, .pagination > li > span, .pagination > li:first-child > span, .pagination > li:last-child > span {
    border-radius: 0;
}

/* These two rules are meant to overwrite the bootstrap focus rule. That rule */
/* would cause buttons to look like they were still clicked (ie, they were */
/* darker than normal even after clicking). */
.btn-default:focus {
    color: #333333;
    background-color: #e7e7e7;
    border-color: #cccccc;
}
.btn-default:focus:hover {
    color: #333333;
    background-color: #cecece;
    border-color: #adadad;
}
