body {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Regular.ttf');
}

@font-face {
    font-family: 'Mulish';
    src: url('Mulish-Regular.ttf');
}


@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Regular.ttf');
}

header,
nav,
main,
article,
section,
figure,
aside,
footer {
    display: block;
}

header {
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
}

.column-header {
    overflow: hidden;
    padding: 10px;
    width: 90%;
    margin: auto;
}

.menu-left {
    margin: 0;
    padding: 0 0 0 10px;
    float: left;
    display: table;
    background: none;
}

.logo {
    width: 120px;
    height: 40px;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}

.banner {
    position: relative;
    min-height: 250px;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #fff;
    background-image: url(images/header-image.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

main {
    width: 90%;
    margin: auto;
    margin-top: 5px;
    text-align: center;
    padding: 10px;
}

article {
    width: 90%;
    margin: auto;
    text-align: center;
    overflow: hidden;
    padding: 10px 10px 0 10px;
}

figure {
    width: 80%;
    margin: auto;
    text-align: center;
    overflow: hidden;
    padding: 0 10px;
}

.product,
.services,
.form {
    text-align: center;
    overflow: hidden;
    padding: 0 10px;
}

.border {
    overflow: hidden;
}

.form2 {
    width: 60%;
    margin: auto;
    margin-top: 20px;
    padding-bottom: 20px;
    border: 2px solid #ffa726;
    border-radius: 10px;
}

.form3 {
    width: 60%;
    border: 2px solid #ffa726;
    border-radius: 10px;
    float: left;
    background: #ffa726;
}

.form4 {
    width: 37%;
    border-top: 2px solid #000;
    border-bottom: 2px solid #ffa726;
    padding: 10px 0 20px 0;
    float: right;
}

.form5 {
    width: 60%;
    margin: auto;
    border: 2px solid #ffa726;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 10px 0 20px 0;
}

aside {
    text-align: center;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: #ffa726;
}

.column-aside {
    width: 90%;
    margin: auto;
    overflow: hidden;
}

.column-bottom {
    width: 33.33333333%;
    margin-top: 20px;
    margin-left: auto;
    margin-bottom: 10px;
    float: left;
}

.clear {
    clear: both;
}

.row {
    padding-top: 60px;
}

.row1 {
    padding-top: 30px;
}

.row2 {
    clear: both;
    padding-top: 50px;
}

a {
    color: #ff9800;
    text-decoration: none;
}

a:hover {
    border-bottom: 1px solid #ff9800;
}

#under-line {
    border-bottom: 1px solid #ff9800;
}

.menu {
    height: 20px;
    line-height: 20px;
    padding: 10px 10px 10px 0;
    margin: 0;
    display: block;
    float: right;
    background: none;
}

.menu ul {
    float: right;
    margin: 0;
}

.menu li {
    list-style-type: none;
    display: inline-block;
    margin: 0 0 0 20px;
}

.menu a {
    font-family: 'Roboto', sans-serif;
    font-size: 11pt;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0;
    transition: all 0.2s ease-in;
}

.menu a:hover {
    color: #333;
    border-bottom: 0;
}

.menu ul ul {
    padding: 5px 0;
    margin-top: 17px;
    margin-left: -10px;
    display: none;
}

.menu ul ul li {
    text-align: left;
    padding: 0;
    margin: 0 10px 10px 10px;
    display: block;
    border-bottom: 1px solid #f3f3f3;
}

.menu ul ul li a {
    font-size: 10pt;
}

.submenu,
.submenu2,
.submenu3 {
    height: auto;
    position: fixed;
    background: #29b6f6;
    display: none;
}

.btn-dropdown {
    display: none;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 16pt;
    text-align: left;
}

h1 a {
    color: #ffff;
}

h1 a:hover {
    border-bottom: 0;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30pt;
    color: #333;
    margin: 0 10px;
    text-align: left;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 26pt;
    color: #333;
    margin: 0;
    text-align: center;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18pt;
    color: #333;
    margin: 0;
    text-align: center;
}

h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14pt;
    color: #fff;
    margin: 0 0 15px 0;
    text-align: left;
}

.column1 {
    width: 33.33333333%;
    float: left;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.col {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 3px 3px #f3f3f3;
}

.column2 {
    width: 48%;
    height: 390px;
    padding-left: 10px;
    float: left;
}

.column3 {
    width: 48%;
    height: 400px;
    padding: 0 0 0 5px;
    float: right;
    background-color: #fff;
    background-image: url(images/token-listrik.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.column-left-2 {
    width: 48%;
    height: 400px;
    padding: 0 5px 0 0;
    float: left;
    background-color: #fff;
    background-image: url(images/voucher.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.column-left {
    width: 48%;
    height: 400px;
    padding: 0 5px 0 0;
    float: left;
    background-color: #fff;
    background-image: url(images/topup-pulsa.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.column-right {
    width: 48%;
    height: 400px;
    padding-right: 10px;
    float: right;
}

.column4 {
    width: 90%;
    margin: 0 auto;
    padding: 10px 5px 12px 5px;
    background: #e3f2fd;
    border-radius: 10px;
}

.column5 {
    width: 25%;
    background: none;
    margin-top: 20px;
    margin-left: auto;
    margin-bottom: 10px;
    float: left;
}

.column6 {
    width: 50%;
    margin: auto;
    margin-top: 20px;
    border: 2px solid #ffa726;
    overflow: hidden;
}

.column7 {
    width: 10%;
    margin-top: 20px;
    margin-right: 20px;
    float: left;
}

#idCountry, #idVoucher {
    width: 80%;
    float: left;
    text-align: left;
    padding: 10px;
    border: 0;
    background: none;
    outline: none;
}

#goCountry, #goVoucher {
    width: 15%;
    height: 40px;
    float: right;
}

.comment {
    width: 90%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px 10px 0 10px;  
    text-align: center;
    background: #f3f3f3;
}

.row-comment {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #bbb;
    font-family: 'Roboto', sans-serif;
    font-size: 11pt;
    color: #333;
    padding-bottom: 10px;
}

.rating {
    font-size: 15pt;
    color: #ffd700;
}

.name-comment {
    color: #4caf50;
}

.text-number {
    padding: 5px 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    color: #fff;
    border-radius: 50%;
    background-color: #29b6f6;
}

.col-img {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.main-text {
    text-align: left;
    margin: 10px 10px 15px 10px;
}

.text {
    text-align: left;
    margin: 0 10px;
}

.text-center {
    text-align: center;
    margin: 0 10px;
}

.text-box {
    height: 390px;
    text-align: left;
    padding: 0 10px;
    margin-top: 0;
    display: table-cell;
    vertical-align: middle;
}

.img-logo {
    text-align: left;
    margin: 0 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 10pt;
    color: #333;
}

.img-logo2 {
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 5px;
    background: #fff;
}

#img-cap {
    width: 400px;
}

#img-smart {
    width: 76px;
    margin-right: 10px;
    margin-top: 5px;
}

#img-logo {
    width: 50px;
    margin-right: 10px;
    margin-top: 5px;
}

#img-xl {
    width: 35px;
    margin-right: 10px;
    margin-top: 5px;
}

#img-social {
    width: 24px;
    margin-right: 10px;
    margin-top: 5px;
}

#img-xs {
    width: 18px;
    margin-right: 10px;
    margin-top: 5px;
}

#chevron::after {
    content: "";
    border: 5px solid transparent;
    border-top-color: #fff;
    height: 10px;
    top: 13px;
    right: -7px;
    position: relative;
}

#chevron:hover::after {
    border-top-color: #333;
}

p {
    line-height: 1.2rem;
    font-family: 'Roboto', sans-serif;
    font-size: 11pt;
}

.small {
    font-family: 'Mulish', sans-serif;
    font-size: 12pt;
    color: #111;
}

.medium {
    font-family: 'Mulish', sans-serif;
    font-size: 14pt;
    color: #333;
}

.xs {
    font-family: 'Roboto', sans-serif;
    font-size: 11pt;
    color: #fff;
}

.pad {
    margin-top: 15px;
    margin-bottom: 15px;
}

.table-order,
.table-detail {
    width: 100%;
    margin-top: 15px;
    padding: 0 15px 20px 15px;
}

.table-order input,
.table-order select,
.table-detail input {
    width: 100%;
    outline: none;
    border: 0;
    background: none;
    font-family: 'Roboto', sans-serif;
    font-size: 11pt;
    color: #333;
}

.table-order textarea {
    width: 100%;
    height: 100px;
    outline: none;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 11pt;
    color: #333;
    background: #f3f3f3;
}

.table-data {
    width: 100%;
    margin: 0;
    padding: 0 20px 20px 20px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    background: #f3f3f3;
}

.table-data input {
    outline: none;
    border: 0;
    background: none;
    font-family: 'Roboto', sans-serif;
    font-size: 11pt;
    color: #333;
    text-align: right;
}

table.table-info {
    width: 60%;
    margin: 10px auto;
    border-collapse: collapse;
}

table.table-history {
    width: 100%;
    margin: 20px 10px 10px 10px;
    border-collapse: collapse;
}

table.table-info tr th,
table.table-history tr th {
    font-family: 'Mulish', sans-serif;
    font-size: 11pt;
    color: #fff;
    text-align: center;
    background: #ffa726;
    padding: 7px;
    display: table-cell;
    vertical-align: middle;
}

table.table-info tr {
    border: 1px solid #ccc;
}

table.table-history th {
    border: 1px solid #ffa726;
}

table.table-history tr {
    border: 1px solid #ccc;
}

table.table-info td,
table.table-history td {
    font-family: 'Mulish', sans-serif;
    font-size: 11pt;
    color: #222;
    padding: 7px 30px;
    text-align: left;
}

table.table-info td:first-child,
table.table-history td:first-child {
    border-left: 1px solid #ccc;
}

table.table-info td:last-child,
table.table-history td:last-child {
    border-right: 1px solid #ccc;
}

table.table-info tr:nth-child(even),
table.table-history tr:nth-child(even) {
    background: #f2f2f2;
}

input[type="text"] {
    border: 0;
    background: 0;
    outline: 0;
}

input[type="submit"] {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ff9800;
    background: 0;
    cursor: pointer;
}

input[type="radio"] {
    -webkit-appearance: none;
    background: #ffff;
    width: 15px;
    height: 15px;
    border: 2px solid #000;
    border-radius: 50%;
    float: left;
    margin: 7px 0 0 0;
}

input[type="radio"]:checked {
    background: #000;
    float: left;
    margin: 7px 0 0 0;
}

.status {
    margin-top: 90px;
}

.selling-table {
    margin-top: 40px;
}

#col-70 {
    width: 60%;
    float: right;
    margin-top: 5px;
}

.td-1 {
    width: 40%;
    font-family: 'Roboto', sans-serif;
    font-size: 11pt;
    color: #222;
    height: 20px;
    display: table-cell;
    vertical-align: middle;
    float: left;
    text-align: left;
}

.td-1a {
    width: 60%;
    font-family: 'Roboto', sans-serif;
    font-size: 11pt;
    color: #222;
    height: 20px;
    display: table-cell;
    vertical-align: middle;
    float: right;
    text-align: right;
}

.td-1b {
    width: 25%;
    font-family: 'Roboto', sans-serif;
    font-size: 11pt;
    color: #222;
    height: 20px;
    display: table-cell;
    vertical-align: middle;
    float: left;
    text-align: left;
}

.td-1c {
    width: 75%;
    font-family: 'Roboto', sans-serif;
    font-size: 11pt;
    color: #222;
    height: 20px;
    display: table-cell;
    vertical-align: middle;
    float: right;
    text-align: left;
}

.td-1ca {
    width: 75%;
    font-family: 'Roboto', sans-serif;
    font-size: 11pt;
    color: #222;
    height: 20px;
    display: table-cell;
    vertical-align: middle;
    float: left;
    text-align: left;
}

.td-1d {
    width: 80%;
    font-family: 'Roboto', sans-serif;
    font-size: 11pt;
    color: #222;
    height: 20px;
    display: table-cell;
    vertical-align: middle;
    float: left;
    text-align: left;
}

.td-2 {
    font-family: 'Roboto', sans-serif;
    font-size: 11pt;
    color: #222;
    text-align: center;
    padding-top: 15px;
}

.td-3 {
    font-family: 'Roboto', sans-serif;
    font-size: 11pt;
    color: #222;
    padding-top: 15px;
    text-align: left;
    border-bottom: 1px solid #333;
}

.col-1,
.col-1a {
    width: 30%;
    height: 28px;
    display: table-cell;
    vertical-align: middle;
}

.col-2 {
    width: 70%;
    height: 28px;
    border-radius: 5px;
    background: #f3f3f3;
    display: table-cell;
    vertical-align: middle;
}

.col-2a, .col-2b {
    width: 70%;
    height: 28px;
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px solid #bbb;
}

col-2c {
    width: 70%;
    height: 28px;
    display: table-cell;
    vertical-align: middle;
}

.col-2c-left {
    width: 70%;
    float: left;
}

.text-td-1 {
    font-family: 'Roboto', sans-serif;
    font-size: 11pt;
    color: #333;
    text-align: left;
    margin: 0;
}

.text-td-2 {
    font-family: 'Roboto', sans-serif;
    font-size: 11pt;
    color: #333;
    text-align: left;
    margin: 0 5px 0 5px;
}

#check-id {
    width: 220px;
    border: 1px solid #ff9800;
    padding: 10px 15px;
    border-radius: 5px;
    text-align: left;
    float: left;
    margin-left: 10px;
}

#go-id {
    float: left;
    margin-left: 10px;
    border-radius: 5px;
}

.stt {
    font-family: 'Montserrat', sans-serif;
    font-size: 14pt;
    color: green;
    text-align: center;
    margin: 0 10px;
}

.tool-copy {
    font-family: 'Roboto', sans-serif;
    font-size: 11pt;
    color: #ff9800;
    margin-left: -50px;
    border-bottom: 1px solid #ff9800;
}

.tool-copy-2 {
    font-family: 'Roboto', sans-serif;
    font-size: 11pt;
    color: #ff9800;
    margin-left: -10px;
    border-bottom: 1px solid #ff9800;
}

.tool-copy-3 {
    font-family: 'Roboto', sans-serif;
    font-size: 11pt;
    color: #ff9800;
    margin-left: 10px;
    border-bottom: 1px solid #ff9800;
}

#myInput,
#idInput {
    text-align: left;
    color: #333;
}

#myTooltip,
#myTool {
    cursor: pointer;
}

#star5,
#star4,
#star3,
#star2,
#star1 {
    color: #ffd700;
    font-size: 16pt;
    float: left;
    margin-left: 10px;
    margin-top: -2px;
}

button {
    border: 0;
    background: none;
}

button a {
    color: #fff;
}

button a:hover {
    border-bottom: 0;
}

.btn-rounded {
    font-family: 'Roboto', sans-serif;
    font-size: 12pt;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 30px;
    border-radius: 30px;
    box-shadow: 2px 2px 2px #bbb;
    cursor: pointer;
}

button a:hover,
.btn-rounded:hover,
.btn-thin:hover {
    color: #333;
    transition: all 0.3s ease-in;
}

.btn-thin {
    font-family: 'Roboto', sans-serif;
    font-size: 12pt;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 30px;
    box-shadow: 2px 2px 2px #bbb;
    cursor: pointer;
}

.btn {
    font-family: 'Roboto', sans-serif;
    font-size: 11pt;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.print {
    width: 10%;
    margin: auto;
    margin-bottom: 10px;
    color: blue;
    cursor: pointer;
    display: block;
}

.fa-print {
    width: 10%;
    margin-left: 77%;
    margin-top: -30px;
    color: blue;
    cursor: pointer;
    display: block;
}

#fa-print-mobile {
    display: block;
}

.white-smoke {
    background-color: #f3f3f3 !important;
}

.light-grey {
    background-color: #ccc !important;
}

.light-blue {
    background-color: #29b6f6 !important;
}

.light-blue-text {
    color: #29b6f6;
}

.light-orange {
    background-color: #ffa726 !important;
}

.light-orange-text {
    color: #ffa726;
}

.orange {
    background-color: #ff9800 !important;
}

.orange-text {
    color: #ff9800;
}

.border-grey {
    border: 1px solid grey;
}

.OK,
#OK {
    font-family: 'Mulish', sans-serif;
    color: blue;
}

.PD,
#PD {
    font-family: 'Mulish', sans-serif;
    color: green;
}

.FL,
#FL {
    font-family: 'Mulish', sans-serif;
    color: red;
}

.CL,
#CL {
    font-family: 'Mulish', sans-serif;
    color: red;
}

.RF,
#RF {
    font-family: 'Mulish', sans-serif;
    color: brown;
}

.REF,
#REF {
    font-family: 'Mulish', sans-serif;
    color: #222;
}

.oke {
    font-family: 'Mulish', sans-serif;
    font-size: 12pt;
    color: green;
    text-align: center;
    margin-top: 10px;
}

.error {
    font-family: 'Mulish', sans-serif;
    font-size: 12pt;
    color: red;
    text-align: center;
    margin-top: 10px;
}

aside a {
    color: #fff;
}

aside a:hover {
    color: #333;
    border-bottom: 0;
}

footer {
    width: 100%;
    margin: 0;
    float: left;
    background: #333;
}

.copyright {
    font-family: 'Roboto', sans-serif;
    font-size: 12pt;
    color: #a9a9aa;
    height: 20px;
    padding: 10px;
    text-align: center;
}

.copyright a {
    color: #a9a9aa;
}

.copyright a:hover {
    border-bottom: 0;
}

#backTop {
    position: fixed;
    bottom: 40px;
    right: 10px;
    background: #333;
    padding: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 10pt;
    color: #ff9800;
    cursor: pointer;
    display: none;
}

#backTop:hover {
    color: #222;
    border-bottom: 0;
    background: #ff9800;
}

@media only screen and (max-width: 1000px) {
    #col-70 {
        width: 80%;
    }
}

@media only screen and (max-width: 800px) {

    .column-header {
        width: 100%;
        margin: 0;
    }

    .banner {
        min-height: 150px;
    }

    .form2 {
        width: 100%;
        margin: 20px 0 0 0;
    }

    .form3 {
        width: 100%;
        margin: 0;
        float: none;
    }

    .form4 {
        width: 100%;
        border: 0;
        float: none;
    }

    .form5 {
        width: 100%;
        padding: 10px 0 20px 0;
    }

    .table-order,
    .table-detail {
        padding: 0 0 20px 0;
    }

    table.table-info {
        width: 100%;
        margin: 10px 0;
    }

    table.table-history {
        width: 97%;
    }

    table.table-history thead {
        display: none;
    }

    table.table-history td {
        display: block;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        padding-left: 20px;
        padding-right: 20px;
    }

    table.table-history td:first-child {
        border-top: 1px solid #ccc;
    }

    main {
        width: 100%;
        margin: 0;
        padding: 5px 0 0 0;
    }

    article {
        width: 100%;
        margin: 0;
        padding: 0;
        float: none;
    }

    .column1 {
        width: 100%;
        float: none;
    }

    .col {
        width: 80%;
    }

    #col-70 {
        width: 70%;
    }

    .column-left,
    .column-left-2,
    .column-right {
        width: 100%;
        height: 300px;
        float: none;
    }

    .text-box {
        width: 100%;
        height: 280px;
        padding: 0 10px;
    }

    .column2,
    .column3 {
        width: 100%;
        height: 300px;
        float: none;
        padding: 0;
    }

    .column4 {
        float: none;
    }

    .column5 {
        width: 100%;
        float: none;
    }

    .column6 {
        width: 72%;
    }
    
    .column7 {
        width: 20%;
        margin-right: 10px;
    }

    .column-aside {
        width: 100%;
        margin-bottom: 10px;
        float: none;
    }

    .menu {
        position: fixed;
        height: 100%;
        top: 0;
        width: 75%;
        left: -610px;
        padding: 15px;
        border: 1px solid #29b6f6;
        background: #29b6f6;
        text-align: left;
        overflow-y: scroll;
        display: none;
        -webkit-animation-name: slideInLeft;
        animation-name: slideInLeft;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    @-webkit-keyframes slideInLeft {
        0% {
            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%);
            visibility: hidden;
        }

        100% {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }
    }

    @keyframes slideInLeft {
        0% {
            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%);
            visibility: hidden;
        }

        100% {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }
    }

    .menu ul {
        float: none;
        padding: 0;
        margin-bottom: 30px;
    }

    .menu li {
        list-style-type: none;
        padding: 10px 0;
        margin: 0;
        display: block;
    }

    .menu a {
        text-decoration: none;
    }

    .menu ul ul {
        margin-top: 13px;
        margin-left: 10px;
        margin-bottom: -10px;
        padding: 0;
        position: relative;
        display: none;
        border: 0;
    }

    .menu ul ul li {
        padding-top: 7px;
        display: block;
        border: 0;
    }

    .menu ul ul li a {
        font-size: 11pt;
    }

    #chevron::after {
        border-top-color: #fff;
        top: 11px;
    }

    #chevron:hover::after {
        border-top-color: #000;
    }

    .icon-bar {
        display: block;
        width: 100%;
        height: 3px;
        background: #fff;
        transition: .3s;
    }

    .icon-bar+.icon-bar {
        margin-top: 5px;
    }

    .icon-bar1 {
        display: block;
        width: 100%;
        height: 3px;
        background: #fff;
        margin-top: 0;
        transition: .3s;
    }

    .icon-bar2 {
        display: block;
        width: 100%;
        height: 3px;
        background: #fff;
        margin-top: 5px;
        transition: .3s;
    }

    .icon-bar3 {
        display: block;
        width: 100%;
        height: 3px;
        background: #fff;
        margin-top: 5px;
        transition: .3s;
    }

    .change .icon-bar1 {
        display: block;
        width: 100%;
        height: 3px;
        margin-top: 9px;
        background: #fff;
        transition: .3s;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .change .icon-bar2 {
        background: transparent;
    }

    .change .icon-bar3 {
        display: block;
        width: 100%;
        height: 3px;
        margin-top: -11px;
        background: #fff;
        transition: .3s;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate (45deg);
        -ms-transform: rotate (45deg);
        -o-transform: rotate (45deg);
        transform: rotate(45deg);
    }

    .btn-dropdown {
        float: right;
        z-index: 1;
        border: 0;
        background: none;
        height: auto;
        width: 27px;
        padding: 10px;
        margin-right: 20px;
        cursor: pointer;
        touch-action: manipulation;
        display: block;
    }

    .fa-print {
        width: 25%;
        margin: 0 auto;
    }

    #img-cap {
        width: 300px;
    }

    .show {
        left: 0 !important;
    }
}

@media only screen and (max-width: 600px) {

    .column6 {
        width: 100%;
        margin: 0;
        }
    
    .column7 {
        width: 28%;
        }

    .form5 {
        margin-bottom: 15px;
    }

    table.table-detail td {
        display: block;
    }

    table.table-history {
        width: 95%;
    }

    #col-70 {
        width: 90%;
    }

    .col-1a,
    .col-2a {
        width: 92%;
        padding-right: 25px;
    }

    .text-td-2 {
        margin: 0;
    }

    table.table-info td {
        display: block;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

    table.table-info td:first-child {
        border-top: 1px solid #ccc;
    }
}