﻿ .headerDiv {
            height: 70px;
            width: 100%;
            padding-top:16px;
            padding-left:33px;
            background-color:#AE0C2A;
        }

            .headerDiv img {
                float: left;
            }

            .headerDiv span {
                color: #fff;
                margin-left: 30px;
                font-size: 25px;
                font-weight: 600;
                float: left;

            }
#userLoginDiv {
    cursor:pointer;
    float: right;
    margin-right: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
}

.inputGroupZ{
	float:left;width:20px;margin-right:15px;
}
    .inputGroupZ span {
        background:#fff;
        font-size:12px !important;
        font-weight:600;
    }

    .inputGroupZ input, select {
        font-size:12px !important;
    }

.itemsDiv {
    cursor:pointer;
}
 .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
            background-color: rgba(0,0,0,0);
            border-color: #337ab7;
        }

        .nav > li > a:focus, .nav > li > a:hover {
            text-decoration: none;
            background-color: rgba(0,0,0,0);
        }

.bottomDivFottor {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 30px;
    background: #888888;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}

[v-cloak] {
        display: none;
    }

