﻿@charset "UTF-8";

@media(max-width: 768px) {
    .txt-footer h3 {
        font-size: 16px !important;
        font-weight: 700;
    }

    .right-footer img {
        width: 20%;
    }

    .txt-footer {
        text-align: left;
    }
}

.progress-bar {
    color: #333;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.red {
    background: red;
}

.green {
    background: green;
}

.form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
}

body {
    background: url(../images/background/bg-login.jpg) no-repeat center center fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

form[role=login] {
    color: #5d5d5d;
    background: #f2f2f2;
    padding: 26px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

    form[role=login] img {
        display: block;
        margin: 0 auto;
        margin-bottom: 35px;
    }

    form[role=login] input, form[role=login] button {
        font-size: 18px;
        margin: 16px 0;
    }

    form[role=login] > div {
        text-align: center;
    }

.form-links {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 50px;
}

    .form-links a {
        color: #fff;
    }

.login-form h2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

.bg-opa {
    background-color: rgba(255,171,98,0.8);
    border: none;
    z-index: 2;
    padding: 5px 10px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff !important;
}

.bg-opa img {
    line-height: auto;
}

.size-form {
    height: 40px;
}

.box-logo-main {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: auto;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #dbc7ac;
}

footer {
    background-color: rgba(255,171,98,0.9);
    width: 100%;
    z-index: 0;
    padding: 0;
    position: fixed;
    bottom: 0;
}

.footer .left-footer img {
    margin: 10% auto;
    display: block;
    width: 80%;
}

.footer .right-footer img {
    margin: 10% auto;
    display: block;
    width: 50%;
}

.txt-footer {
    text-align: center;
}

    .txt-footer h3 {
        font-size: 17px;
        font-weight: 700;
    }

    .txt-footer h4 {
        font-size: 13px;
        font-weight: 700;
    }

input[name="capcha-code"] {
    width: 40%;
    margin: 10px auto !important;
    display: block !important;
    float: rigt;
}

.img-capcha {
    width: 50%;
    margin: -50px auto;
    float: left;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.content {
    padding-bottom: 10px;
}

p a {
    color: #000;
    text-decoration: none;
}

.glyphicon-ok-sign {
    color: #337ab7;
}

.content-main {
    min-height: 300px !important;
    border-radius: 10px;
}

.gly-item {
    font-size: 700%;
    text-align: center;
    margin: auto;
    display: block;
}

.bg-icon {
    background: url(../Images/icon/icon-list.png) no-repeat center;
    width: 100%;
    height: 150px;
}

.item-tram-tron {
    padding: 0;
    margin-top: 0;
}

    .item-tram-tron .item-list {
        color: #fff;
        font-size: 500%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        float: none;
        text-align: center;
    }

.title-item-tram-tron {
    text-transform: uppercase;
    color: #717171;
}

.item-tram-tron p {
    margin: auto;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px;
}

.bg-item-tram-1, .bg-item-tram-7 {
    background: #006dbb;
}

    .bg-item-tram-1:hover, .bg-item-tram-7:hover {
        background-color: #246eae;
    }

.bg-item-tram-2, .bg-item-tram-8 {
    background: #009600;
}

    .bg-item-tram-2:hover, .bg-item-tram-8:hover {
        background-color: #038503;
    }

.bg-item-tram-3, .bg-item-tram-5 {
    background: #008299;
}

    .bg-item-tram-3:hover, .bg-item-tram-5:hover {
        background: #047488;
    }

.bg-item-tram-4, .bg-item-tram-6, .bg-item-tram-11 {
    background: #ad193e;
}

    .bg-item-tram-4:hover, .bg-item-tram-6:hover, .bg-item-tram-11:hover {
        background: #9a0b2f;
    }

.bg-item-tram-9 {
    background: #d34826;
}

    .bg-item-tram-9:hover {
        background-color: #c03715;
    }

.bg-item-tram-10 {
    background: #094ab2;
}

    .bg-item-tram-10:hover {
        background-color: #0a3f93;
    }

.content .page-header {
    color: #fff;
}

.table-hover {
    background: #fff;
    margin-top: 10px;
    -webkit-box-shadow: 10px 10px 5px -10px rgba(0,0,0,0.7);
    -moz-box-shadow: 10px 10px 5px -10px rgba(0,0,0,0.7);
    box-shadow: 10px 10px 5px -10px rgba(0,0,0,0.7);
}

.table tr th, td {
    text-align: center;
}

.table-hover tr:hover td {
    background: #cdf2f9;
}

.table-hover tr:nth-child(odd) td {
    background: #eaeaea;
}

.table-hover tr:nth-child(odd):hover td {
    background: #cdf2f9;
}

.frm-search-cap-phoi {
    height: 40px;
    font-size: 14px;
}

.frm-khach-hang {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 5px -10px rgba(0,0,0,0.7);
    -moz-box-shadow: 10px 10px 5px -10px rgba(0,0,0,0.7);
    box-shadow: 10px 10px 5px -10px rgba(0,0,0,0.7);
}

.content-categories {
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
}

.page-header h3 {
    text-transform: uppercase;
}

.btn-thong-ke {
    margin-top: 25px;
    height: 40px;
}

.text-right input {
    text-align: right;
}

.text-right .col-xs-2 .alert-info {
    background: #ccc !important;
}

.height-40px {
    height: 40px;
}

.page-header .breadcrumbconten h3 {
    background: none;
}

.padding-10px {
    padding: 30px;
}

#pwd-container {
    margin-top: 10%;
}

.checkbox-login {
    padding: 0px;
    margin-top: -15px;
    height: 30px;
    font-weight: normal;
    float: left;
}

    .checkbox-login em {
        font-style: normal;
        line-height: 30px;
        top: -10px;
    }

    .checkbox-login input {
        width: 17px;
        height: 17px;
    }

.text-error {
    color: red;
    margin: auto;
}
