﻿/*Các style với module tin tức*/
.vertical-login-right {
    margin-top: 10px;
}
.vertical-contact-right {
    text-align: center;
    margin-top: 10px;
}
.news-container {
    float: left;
    width: 600px;
    padding:10px
}
.news-header {
    font-size: 1.2em;
    font-weight: 800;
    color: #34A3DB;
    padding-top: 10px;
}
.news-seo {
    border: 1px solid #34a3db;
    padding: 5px 20px;
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.news-post {
    width: 100%;
    overflow: auto;
    font-size: 0.9em;
    border-bottom: 1px solid #34a3db;
    padding: 10px 0;
}
.news-image {
    width: 20%;
    float: left;
    margin-right: 1.5%;
    padding: 1%;
    background-color: #ECECEC;
    border: 1px solid #BFBFBF;
    border-radius: 5px;
}
.news-image img {
    width: 100%;
    /*height: 80px;*/
    height: auto;
    max-height: 80px;
}
.news-content {
    width: 75%;
    float: left;
}
.news-content a, a:hover {
    color: #34A3DB;
    font-weight: bold;
    text-decoration: none;
}
.news-seo b {
    color: #dc143c;
}
/*-----------------------*/
.form-group {
    margin-bottom: 10px !important;
}

.panel-body {
    padding: 10px !important;
}

.panel-bgcolor {
    background-color: #e6e7e8 !important;
}

.panel-branch {
    min-height:95px;
}

.branch {
    color: #2e5dac;
}

.branch .title {
    font-size: 12px;
    font-weight: bold;
}

.branch .detail {
    font-size: 12px;
    font-weight: normal;
}

.navbar-inner-black {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #0fb860 !important;
}

.vertical-login-center {
    left: 50%;
    top: 42%;
    margin-left: -168px;
    margin-top: -186px;
    position: absolute;
}

.vertical-contact-center {
    text-align: center;
    bottom: 110px;
    position: absolute;
    width: 100%;
}

.center-justified {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.login-active {
    height: 40px;
    width: 100%;
    vertical-align: middle;
    margin-left : 15px;
}

.login-active a {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
    font-size: 16px;
}

.login-active > a:after {
    border-color: transparent #f7f8fa transparent transparent;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    content: "";
    height: 0;
    margin-top: -9px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
}

.navbar-logo {
    font: 0/0 a !important;
    color: transparent !important;
    text-shadow: none !important;
    background-color: transparent !important;
    border: 0 !important;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    background: url("../images/TaxiLogo.jpg") no-repeat left center;
    height: 40px;
    width: 100px;
    margin-left: -20px;
}

.panel {
    background-color: #f7f8fa !important;
    border: 0 none !important;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #5081d4 !important;
}

.dropdown-menu > li > a:hover
{
     background-color: #5081d4 !important;
     color:#fff !important;
}

.dropdown-menu > li > a:focus {
    background-color: #5081d4 !important;
     color:#fff !important;
}
