﻿/* =============================== Trang phản ánh =====================*/
.control-right,.control-left {
    padding-right: 0px;
}

  
.PhanAnh .title, .KiemTraPhanHoi .title, .HuongDanThuTuc .title {
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
}

    .PhanAnh .title h2, .KiemTraPhanHoi .title h2, .HuongDanThuTuc .title h2 {
        font-weight: bold;
        margin: 10px 0px;
        color: #333333;
    }

.ChonLinhVuc, .GuiPhanAnh, .ThongTinThamKhao {
    margin: 10px 0px;
}

.guides {
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
}

.PhanAnh .guides-right {
    margin-top: 7px;
}

.formPhanAnh .form-control {
    border: 1px solid #d5d5d5 !important;
    background-color: #f3f3f3;
    border-radius: 4px;
    height: 42px;
    width: 100%;
    font-size: 16px;
    margin: 5px 0px 5px -15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6px 12px;
}

.formPhanAnh .textarea {
    border: 1px solid #d5d5d5 !important;
    background-color: #f3f3f3;
    border-radius: 4px;
    height: 148px;
    width: 100%;
    font-size: 16px;
    margin: 5px 0px 5px -15px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.formPhanAnh .form-control:-ms-input-placeholder {
    color: rgb(51, 51, 51);
}

.formPhanAnh .uploadFile {
    border: 1px solid #d5d5d5 !important;
    background-color: #f3f3f3 !important;
    border-radius: 4px;
    border: 1px solid #d5d5d5 !important;
    height: 34px !important;
    width: 100% !important;
    font-size: 16px !important;
    margin: 0px 0px 5px -15px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    cursor: pointer;
}

.formPhanAnh .fileUpload {
    border-radius: 0px !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    float: right;
    padding-right: 5px;
}

.fileUpload, .attachmentFile {
    position: relative;
    overflow: hidden;
    margin: 0px;
}

    .fileUpload span {
        background: url(../img/camera.png) no-repeat 49% 3px;
    }

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.dnnLeft {
    border: none !important;
    border-radius: 4px;
    height: 34px !important;
    width: 100% !important;
    font-size: 16px !important;
    margin: 5px 0px 10px -15px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.formPhanAnh .checkbox {
    margin-left: 5px;
}

.dnnLeft div {
    display: none;
}

.formPhanAnh .btnGui {
    color: #fff;
    background-color: #cc3300;
    text-align: center;
    width: 100%;
    margin-left: -15px;
}

.msgError, .cmboError {
    color: green;
    font-size: 16px;
}

.NormalRed {
    display: none;
}

.DanhSachPhanHoi {
    margin-top: 30px;
}

.liPhanHoi {
    font-size: 16px;
    padding: 10px;
}

    .liPhanHoi .timer, .timeComment {
        font-style: initial;
        font-size: 16px;
        color: #999999;
    }

.question .nameusers, .profileName {
    font-weight: bold;
}

.liPhanHoi .answer {
    color: #314a93;
    margin: 20px 0px;
}

.seePhanHoi {
    margin-left: 35%;
    width: 30%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background-color: #003366;
    margin-bottom: 30px;
    margin-top: 10px;
}

    .seePhanHoi:hover {
        color: #fff;
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

.line {
    background: url(../img/line_bg.jpg) center center;
    height: 25px;
    width: 90%;
    float: left;
}

.add {
    background: url(../img/add-bg.png) no-repeat center right;
    height: 25px;
    width: 10%;
    float: left;
    cursor: pointer;
}

.sub {
    background: url(../img/sub_bg.png) no-repeat center right;
    height: 25px;
    width: 10%;
    float: left;
    cursor: pointer;
}

.email {
    background: url(../img/email.png) no-repeat center right;
    height: 20px;
    width: 20px;
    float: left;
    margin: 10px;
    cursor: pointer;
}

.print {
    background: url(../img/print.png) no-repeat center right;
    height: 20px;
    width: 20px;
    float: left;
    margin: 10px;
    cursor: pointer;
}

.linkDetail {
    background: url(../img/detail-icon.png) no-repeat center right;
    background-size: cover;
    height: 20px;
    width: 20px;
    float: left;
    margin: 10px;
    cursor: pointer;
}

.morecontent span {
    display: none;
}

.morelink {
    display: inline-block;
}

.readmoreIcon {
    background: url(../img/readmore.png) no-repeat center right;
    height: 13px;
    width: 13px;
    background-size: 13px;
}

.readlessIcon {
    background: url(../img/readless.png) no-repeat center right;
    height: 13px;
    width: 13px;
    background-size: 13px;
}

.readmoreIcon:hover {
    background: url(../img/readmore-hover.png) no-repeat center right;
    height: 13px;
    width: 13px;
    background-size: 13px;
}

.readlessIcon:hover {
    background: red url(../img/readless-hover.png) no-repeat center right;
    height: 13px;
    width: 13px;
    background-size: 13px;
}

.panelbarHeader {
    text-decoration: none;
    padding: 15px 0px;
    font-size: medium;
    font-weight: bold;
    cursor: pointer;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-flow: row wrap !important;
    flex-flow: row wrap !important;
    align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
}

    .panelbarHeader::after {
        content: "";
        position: absolute;
        border-bottom: solid 1px rgba(204,204,204,1);
        top: 100%;
        width: 97%;
        left: 0;
        z-index: 2;
    }

    .panelbarHeader:first-child::before {
        content: "";
        position: absolute;
        border-bottom: solid 1px rgba(204,204,204,1);
        top: 0px;
        left: 0;
        width: 97%;
    }

    /*.panelbarHeader:last-child::before {
        content: "";
        border-bottom: solid 1px rgba(204,204,204,1);
        top: 100%;
        width:97%;
    }*/
    .panelbarHeader a {
        width: 100%;
    }

.default {
    background: url(../img/leftmenu-white.png) no-repeat center center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    color: black !important;
}

.panelbarHeader:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

.selected, .panelbarHeader:hover {
    background: url(../img/leftmenu.png) no-repeat center center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    text-decoration: none;
}

.default .menuItem {
    background-image: url('/Portals/_default/Skins/Q1/img/LeftMenu_Arrow_2.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    line-height: 20px;
    text-decoration: none;
}

.panelbarHeader a, .panelbarHeader a:hover {
    text-decoration: none !important;
}

.selected .menuItem, .panelbarHeader:hover .menuItem {
    background-image: url('/Portals/_default/Skins/Q1/img/LeftMenu_Arrow_1.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    line-height: 20px;
    color: white !important;
    text-decoration: none;
}

.backBtn {
    margin: 15px;
    margin-top: 30px;
    position: absolute;
    right: 0;
    color: black;
    font-size: medium;
    height: 50px;
    width: 130px;
    border-left: solid 1px rgba(204,204,204,1);
    border-right: solid 1px rgba(204,204,204,1);
}

.backText {
    height: 70%;
    position: absolute;
    bottom: 0;
    left: 40%;
}

.backicon {
    font-size: 25px;
    position: absolute;
    top: 15px;
    left: 15%;
    height: 50%;
}

/*============== Kiểm tra phản hồi ===============================*/
.KiemTraPhanHoi .btnSubmit {
    width: 100%;
}

.KiemTraPhanHoi .form-control {
    border: none;
    background-color: #f3f3f3;
    border-radius: 4px;
    height: 42px;
    width: 100%;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.KiemTraPhanHoi .IdPhanHoi {
    color: red;
    margin: 15px;
}

.form_cmt .form-control {
    padding-left: 5px;
    background: #f3f3f3 !important;
    border: none !important;
    font-size: 16px;
}

.txtNoidung, .txtNoidungSub {
    height: 75px;
    border-radius: 4px !important;
    margin: 2px 0px !important;
    width: 100%;
    background: #f3f3f3 !important;
    border: none !important;
    font-size: 16px;
}

.KiemTraPhanHoi .titleForm {
    font-weight: bold;
    margin-top: 15px;
    margin-left: 20px;
    font-size: 16px;
}

.KiemTraPhanHoi .commentForm {
    border: 1px solid #f3f3f3;
    padding-bottom: 20px;
}

.formGuides .guides {
    margin: 0px;
    padding: 15px;
    float: left;
}


/*========================== Trang admin phản ánh =========================*/

.searchForm .control-label, .form .control-label {
    margin-top: 10px;
    padding-top: 5px;
    text-align: left;
}

.nav-tabs {
    border: none;
}

.PhanAnhGopYModule .listMenu .btnSubmit {
    margin: 0px 0%;
    width: 100%;
    margin-top: 10px;
    height: 35px;
    text-align: left;
}

.PhanAnhGopYModule .title h2 {
    margin-left: 17px;
}

.searchForm .form-control {
    border: none;
    background-color: #f3f3f3;
    border-radius: 4px;
    height: 42px;
    width: 100%;
    font-size: 16px;
    margin: 10px 0px;
}

/* ==================== Trang hướng dẫn thủ tục ====================*/
.HuongDanThuTuc .liPhanHoi div {
    margin-left: -5px;
    padding: 0px;
}


.dropDown {
    padding: 6px 25px 6px 12px !important;
    font-size: 15px !important;
    line-height: 1;
    height: 40px;
    overflow: hidden;
    background: rgb(243, 243, 243) url("../img/combo.png") no-repeat 98% 50% !important;
    border: 1px solid #d5d5d5 !important;
    border-radius: 0px !important;
    width: 100%;
    margin: 10px 0px;
    color: rgb(51, 51, 51) !important;
}

#dropDownOptions {
    margin-top: -10px;
    display: none;
    z-index: 5000;
    position: absolute;
    overflow-x: none;
    padding-bottom: 0 !important;
    width: 100%;
    border: 1px solid #d5d5d5 !important;
    background-color: #fff;
}

.scrollDiv {
    height: 200px;
    overflow-y: auto;
}

.optionDiv {
    background-color: #FFFFFF;
    border-bottom: 1px solid #C8C8C8;
    font-size: 16px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-top: 3px;
    width: 100%;
    cursor: default;
}

#dropDownOptions div:hover {
    background-color: #CCCCCC;
}

.DanhMucPhuong .control-label, .NoiDungPhanAnh .control-label {
    margin-top: 15px;
    font-weight: normal;
}

.DanhMucPhuong .btnSubmit, .NoiDungPhanAnh .btnSubmit {
    margin-top: 10px;
    margin-left: 15px;
}

.CMS_PROCEDURE_FIELD .control-label, .NoiDungPhanAnh .control-label {
    margin-top: 15px;
    font-weight: normal;
}

.CMS_PROCEDURE_FIELD .btnSubmit, .NoiDungPhanAnh .btnSubmit {
    margin-top: 10px;
    margin-left: 15px;
}

.TNPA_TableContent {
    /*font-family: Arial, Arial, Helvetica;*/
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    padding-top: 3px;
    padding-bottom: 3px;
    /*border: 1px solid #d5d4d4;*/
}

.TNPA_TableHeader, .tableHeader {
    /*background:#e9f0f7;*/
    background-image: url(bg_header.gif);
    background-size: 100% 100%;
    /*font-family: Arial, Arial, Helvetica;*/
    font-size: 15px;
    font-weight: bold;
    color: #003366;
    text-decoration: none;
    padding-top: 3px;
    text-align: center;
    height: 19px;
    border: 1px solid #d5d4d4;
}

.overlay {
    background-color: #333;
    opacity: 0.8;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: url('..\img\ajax-loader.gif') no-repeat center center;
}

#loadAjax {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    display: none;
}



.Pager {
    text-align: right;
}

.formheader {
    font-weight: bold;
}

#thongtinpa, #traloipa div {
    vertical-align: middle;
}

#thongtinpa, #traloipa .row {
    margin: 10px;
}

.nav-tabs > li {
    margin-right: 5px;
}

    .nav-tabs > li > a {
        background-color: #C8C8C8;
        border-color: #C8C8C8;
        border-bottom: none;
        border-radius: 0px;
        font-weight: bold;
        color: #000;
        font-size: 15px;
        padding: 10px 10px;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        background-color: #fff;
    }

    .nav-tabs > li > a:hover {
        background-color: #fff;
    }

.containertiepnhanphananh, .tnpaRight {
    background: #ffffff;
}

    .containertiepnhanphananh h2, .tnpaRight h2 {
        font-size: 1.6vw;
        font-weight: bold;
    }

    .containertiepnhanphananh h2 {
        color: #cc3300;
    }

a.btnLink {
    color: #cc3300;
    background: transparent url('../img/btnLink-bg.png') no-repeat 15px center;
    border-radius: 4px;
    text-decoration: none;
    display: block;
    text-align: left;
    padding: 15px 0px;
    padding-left: 30px;
    border: 1px solid #cccccc;
    margin: 6px 0px;
    font-size: 16px;
    font-weight: bold;
    line-height: 14px;
}

    a.btnLink:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }
/* Trang report */
.vertical-center {
    text-align: center;
    vertical-align: middle !important;
}

.vertical-right {
    text-align: right;
    vertical-align: middle !important;
}

.align-center {
    text-align: center;
}

.table-title {
    background: url(../img/bg_header.gif) no-repeat center center;
    background-size: 120% 120%;
    font-size: 15px;
    font-weight: bold;
    color: #003366;
    text-decoration: none;
    padding-top: 3px;
    text-align: center;
    height: 19px;
    border: 1px solid #d5d4d4;
}

html body .riSingle .riTextBox[type="text"] {
    height: 38px;
    font-size: 14px;
}

.RadPicker.RadPicker_Default {
    padding: 2px;
}

/*************************************** ***************************************
* Khung Responsive
 *************************************** ***************************************/

/*************************************** ***************************************
 * col-lg -> min-width: 1200px
 *************************************** ***************************************/

@media (min-width: 1401px) {
    .containertiepnhanphananh, .tnpaRight {
    }

        .containertiepnhanphananh textarea {
            height: 5vw;
        }
}

@media (max-width: 1199px) {
}
/*************************************** ***************************************
 * col-md -> min-width: 992px
 *************************************** ***************************************/

@media (max-width: 991px) {
    .containertiepnhanphananh select, .containertiepnhanphananh textarea {
        font-size: 15px;
    }

    .containertiepnhanphananh textarea {
        height: 10vw;
    }
}
/*************************************** ***************************************
 * col-sm -> min-width: 768px
 *************************************** ***************************************/

@media (max-width: 767px) {
    .control-right,.control-left{
        padding-right: 15px !important;
    }

    .selected, .panelbarHeader, .panelbarHeader:hover {
        background: #ffffff;
    }

        .panelbarHeader:hover {
            opacity: 1;
            filter: alpha(opacity=100);
        }

    .containertiepnhanphananh textarea {
        height: 15vw;
    }

    .styled-select {
        margin-right: 10px !important;
        width: 90% !important;
    }

    .complaintbyphone .styled-select {
        margin-right: 10px !important;
        width: 100% !important;
    }
    .formPhanAnh .uploadFile {
        border: 1px solid #d5d5d5 !important;
        width: 100% !important;
    }
}

/*************************************** ***************************************
 *  iPhone
 *  iPhone 6 Plus landscape · width: 736px
 *  iPhone 6 landscape · width: 667px
 *  iPhone 5 landscape · width: 568px
 *  iPhone 6 Plus portrait · width: 414px
 *  iPhone 6 portrait · width: 375px
 *************************************** ***************************************/

@media (max-width: 640px) {
    
    .formPhanAnh .uploadFile {
        border: 1px solid #d5d5d5 !important;
    }

    .captcha {
        margin: 10px 0px 5px 0px !important;
    }

    .PhanAnh, .ChonLinhVuc, .liPhanHoi div, .GuiPhanAnh, .ThongTinHuongDan div, .formPhanAnh, .KiemTraPhanHoi .IdPhanHoi {
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
    }

    .line {
        width: 85%;
    }

    .add, .sub {
        width: 15%;
    }

    .btnComment button {
        width: 50%;
        margin-left: 25%;
    }

    .styled-select {
        width: 100% !important;
    }

    .panel-heading > label {
        font-size: 14px;
    }

        .panel-heading > label > img {
            display: none;
        }

    .PhanAnh .title h2, .KiemTraPhanHoi .title h2, .HuongDanThuTuc .title h2 {
        font-size: 18px;
    }

    .containertiepnhanphananh h2, .tnpaRight h2 {
        font-size: 18px;
    }

    .formPhanAnh .form-control, input[type="checkbox"] + label span, .formPhanAnh .textarea, .formPhanAnh .uploadFile, #myCaptcha, .formPhanAnh .btnGui {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

@media (max-width: 480px) {
  
    .containertiepnhanphananh h2, .tnpaRight h2 {
        font-size: 18px;
    }

    .containertiepnhanphananh button {
        font-size: 2.5vw;
    }
}

@media (max-width: 320px) {
  
}

/*************************************** ***************************************
 * Thiet bi di dong cu
 *************************************** ***************************************/
@media (max-width: 240px) {
    .containertiepnhanphananh textarea {
        height: 10vw;
    }
}
/*************************************** ***************************************
 * col-xs -> min-width: 0;
 *************************************** ***************************************/

/*************************************** ***************************************
 * IPAD
 *************************************** ***************************************/

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    /* For landscape layouts only */

}
/*************************************** ***************************************
 * SAMSUNG GALASY
 *************************************** ***************************************/
/* Portrait */
@media (max-device-width: 800px) and (orientation: portrait) {
}
