.RadEditor, :not(.RadEditor *) {
    font-size: 15px;
}

.RadTreeView .rtUL {
    width: auto;
}

.ListArticleControl td:nth-child(3) img {
    width: 150px;
    height: auto;
}

.btn-action input{
        width: 160px !important;
}

.RadGrid .rgHeader, .RadGrid th.rgResizeCol, .RadGrid .rgHeaderWrapper {
    background: #3e85ff   !important;
}

.RadGrid .rgHeader {
    color: #ffffff !important;
    height: 30px;
    font-weight: normal !important;
}

.controlBtn {
    background-color: #e9eef6;
    padding: 10px 5px;
}

.rgAltRow {
    background: #e7f4ff;
}

.rgMasterTable tbody tr:hover {
    background-color: #fff9dc;
}

#EditArticleControl .rtbOuter {
    margin-bottom: 20px;
}

#ArticleForm #ctrlAI9_fvArticle_lnkImage {
    background-color: #337fdd;
    color: #fff !important;
    padding: 8px 15px;
    text-decoration: none !important;
    border-radius: 5px;
}

.windialog .dialogheader {
    background: #0d62cf !important;
}

.windialog .dialogheader .title {
  
    font-weight: normal;
}

.cbx-allcate label {
    margin-top: 4px;
}

.cbx-allcate input[type="radio"], .cbx-allcate input[type="checkbox"] {
    -webkit-appearance: auto;
}

.cbx-allcate input[type="radio"]:checked:after, .cbx-allcate input[type="checkbox"]:checked:after {
    content: none;
}

#EditArticleControl .TreeView #drpProcessType {
    display: none;
}

.BoxHeader {
    display: none;
}
.windialog .dialogheader .button {
    height: 30px;
    width: 30px;
}

.RadGrid .rgFilterBox {
    height: 30px;
}
.ListArticleControl.vnp table {
    height: calc(100% - 80px) !important;
}

td.MainFormBanner.info-td-child #portal-info #portal-name {
    background-image: url(https://cdn.haiphong.gov.vn/gov-hpg/6528/test/haiphong.png);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: 20px 10px;
    padding: 22px 70px;
}

a#ctrlAI6_fvArticleCategory_lnkIcon {
    background-color: #1e97ff;
    padding: 5px 15px;
    border-radius: 4px;
    color: #fff;
    font-weight: normal;
}

.panel-cate {
    background-color: #e9eef6;
    font-weight: bold;
}

div#ctrlAI9_grvListArticle_GridData {
    border-right: 1px solid #ccc;
}

div#historyContent img {
    max-width: 100% !important;
    max-height: fit-content;
}
@media only screen and (max-width: 768px) {
    #ctrlAI9_grvListArticle img {
    width: 25px !important;
}
        .ListArticleControl.vnp table {
    height: calc(100% - 30px) !important;
}
}

.ck-source-editing-area textarea {
   overflow-y: auto !important;
}