﻿body{
    padding:0;
    margin:0
}
.bg_header_support{
    background-image: url(/WebApp/fontend/Content/images/bg_hepldesk.jpg);
    background-position: center;
    background-size: cover;
    background-color: #0088cc;
    height: 400px;
    padding: 0 20px;
    text-align: center;
    width: 100%;
}
.hero-inner {
    position: relative; 
    max-width: 610px;
    margin: 0 auto;
    margin-top: 50px;
}
h1.welcome_text {
    color: #ffffff;
    margin-bottom: 25px;
}
.search {
    position: relative;
    margin-top: 8px;
}
.search-full input[type="search"] {
    border: 1px solid #fff;
}
.search input[type="search"] {
    border: 1px solid #ddd;
    border-radius: 2px;
    box-sizing: border-box;
    color: #999;
    height: 40px;
    padding-left: 40px;
    padding-right: 20px;
    -webkit-appearance: none;
    width: 100%;
}
.search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    min-width: 100px;
    max-width: 100px;
    border-radius: 0 2px 2px 0;
    background: #005ba9;
}
.search > i {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    color: rgb(0 91 169);
    font-size: 18px;
    position: absolute;
    left: 15px;
    font-weight: bold !important;
}
.button-large, input[type=submit] {
    background-color: rgba(243, 146, 0, 1);
    border: 0;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.72;
    min-width: 190px;
    padding: 0 20px;
    width: 100%;
}
.community-image {
    padding: 100px 0;
    background-image: url(/WebApp/fontend/Content/images/guiyeucau.jpg);
    background-color: #0088cc;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.community-image .btn {
    background: rgba(255, 255, 255, 0.78);
    border: 2px solid rgba(255, 255, 255, 0.72);
    color: #333 padding: 10px 45px;
    font-size: 25px;
}
.icon_colums{
    width:50px;
    height:50px;
    border-radius:50px;
    display:block;
    margin:0 auto;
    text-align:center;
    background:#005ba9;
    /*border: 2px solid #005ba9;*/
}
.icon_colums>i{
    color:#fff;
    margin-top: 9px;
    font-size: 30px;
}
.support_colums > h2{
    text-align:left;
    padding-left: 20px;
}
.support_colums{
    padding: 15px 10px;
}
.quick-articles ul > li, .quick-articles {
    text-align: left;
   list-style: none;
}
.article-list > li, .quick-articles ul > li {
    position: relative;
    padding-left: 20px;
    list-style: none;
}
.quick-articles ul li:last-child > a{
    border:none;
}
.quick-articles a {
    border-bottom: 1px solid #ddd;
    color: #333333;
    display: block;
    padding: 15px 0;
}
.quick-articles a:hover{
    text-decoration:none;
    color:#005ba9;
}
.form_request {
    background: #efefef;
    padding:40px 40px 10px 40px;
    margin-bottom: 80px;
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 0;
    top: 26px;
}
.video_lists {
    margin-left: -15px;
    padding-left: 25px;
}
.video_lists .lst {
    list-style: none;
}
.video_lists li:first-child {
    border-top: none;
}
.video_lists li:nth-child(2){
    border-top: none;
}
.video_lists li {
    border-top: solid 1px #eaeaea;
    padding-top: 15px;
}
.thumb.lft, .thumb.rgt {
    width: 160px;
}
.thumb.lft {
    margin-right: 10px;
    height: 90px;
    width: 150px;
    overflow: hidden;
    text-align: center;
}
.thumb {
    position: relative;
    width: 100%;
}
.lft {
    float: left!important;
}
.video_lists img{
    display: block;
    margin: 0 auto;
    height: auto;
    width: auto;
    max-width: 100%;
}
.video_lists .title {
    font-weight: bold;
    padding: 10px 0;
    display: block;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    height: 6em;
}
.thumb.lft+.title, .thumb.rgt+.title {
    padding-top: 0;
}
.media a{
    background-color: transparent;
    color: #28262c;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
.media a:hover {
    color: #1565c0!important;
}
.header_top{
    margin: -50px 5px 10px;
}
.module_top {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    flex: 1 0 250px;
    flex-direction: column;    
    max-width: 100%;
    text-align: center;
    position: relative;
    background:#fff;
    padding: 25px 0;
}
.module_top h4{
    text-transform:uppercase;
}
.ul_category, .ul_category li{
    list-style:none;
}
.sidenav-item{
    background: #efefef;
    border-radius: 4px;
    color: #333333;
    display: block;
    margin-bottom: 2px;
    padding: 10px;
    font-size: 14px;
}
.sidenav-item.current-article, .sidenav-item:hover {
    background-color: #005ba9;
    color: #FFFFFF;
    text-decoration: none;
}
.icon_printpdf{
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #666;
    background: #fff;
    border-radius: 50%;
    line-height: 2;
    float:right;
    cursor:pointer
}
.icon_printpdf:hover{
    border: 1px solid #005ba9;
}
.icon_printpdf:hover i{
    color:#005ba9;
}
.icon_printpdf i{
    color:#666;
}
.input-upload {
    position: absolute;
    top: 0;
    margin: 0;
    height:30px;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
    width: 200px;
}
.fileAddtk::after{
    content:",";
    display:inline-flex;
    width:2px;
    height:auto;  
}
span.fileAddtk:last-child::after {
    content: "";
}
#PrintConent img{
    max-width:100% ;
    width:auto;
}
#PrintConent{
    margin-bottom:0px;
}
.search-results-list > li {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}
.search-results-list > li a{
    font-size:14px;
}
.search-results-list > li:nth-child(1){
        padding-top: 0;
}
.search-results-list{
    list-style:none;
}
.search-results-list > li:last-child{
    border-bottom:none;
}
#livesearch{
    position: absolute;
    text-align: left;
    z-index: 9;
    background: #f5f5f5;
    width: 100%;
    /*border-bottom: 1px solid !important;*/
}
#livesearch a{
    padding: 5px 15px 5px;
    cursor: pointer;
    color: #333;
    text-decoration: none;
    display: block;
}
#livesearch a:hover{
    color: #337ab7;
}

.breadcrumbs li a {
    color: #333;
    font-size: 16px;
}
.breadcrumbs li {
    color: #666;
    display: inline;
    font-size: 13px;
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.breadcrumbs {
    margin: 15px 0 15px 0;
    padding: 0;
}
.breadcrumbs li + li:before {
    content: ">";
    margin: 0 4px;
}
.table_noborder td{
    border:none;
}
hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #eee;
}
.boxContent{
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 0px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    position: relative;
}
.boxContent:before {
    position: absolute;
    font-family: FontAwesome;
    font-size: 24px;
    content: "";
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #ddd;
    left: -11px;
    top: -1px;
}
.box_left{
    width:36%;
    float:left
}
.box_right{
    width:64%;
    float:left
}
#boxFeedback{
    margin-bottom:20px;
}
#boxFeedback,.boxFeedback{
    clear:both;
    height: 100%;
}
.boxFeedback{
    clear:both;
    height: 100%;
    width: 100%;
    display: flex;
    padding:15px;
    border-radius:3px;
}
#customerReview{
    margin-bottom:50px;
    text-align:center
}
#cfmOk.actived{
    background:#337ab7
}
.badge_waiting{
    background:#ccc;
}
.badge_processing{
    background:#fb9e1a
}
.badge_answered{
    background:#03d603
}
.badge_closed{
    background: #777;
}
.badgeSTT .badge_waiting, .badgeSTT .badge_processing, .badgeSTT .badge_answered, .badgeSTT .badge_closed{
    font-style: normal;
    padding: 2px 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
}
#cfmNo.actived{
    border: 2px solid #a60401;
    color: #a60401;
}
#cfmOk.actived{
    border: 2px solid #26a428;
    color: #26a428;
}
.stepwizard-step p {
    margin-top: 0px;
    color:#666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.closePopup{
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px;
    background: rgba(255,255,0255,0.2);
    cursor:pointer;
}
div.boxLoading{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:9999;
    background:rgba(0,0,0,0.5);
    display:none;
}
.boxLoading > .imageLoading{
    background-image: url(/WebApp/fontend/Content/images/loading_tnd.gif);
    background-position: center;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-top: 150px;
    background-size: 100px;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
#input_platenumber > .form-control-feedback{
    right: 18px;
    top: 0;
}