body {
    margin: 0;
    font-family: Calibri, "Noto serif", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    touch-action: manipulation;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.small,
small {
    font-size: 85%;
}

.container, .row, .form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
}

.table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td {
    padding: 8px;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #BFD7BF;
}

/*.table-striped > thead > tr > th,
.table-striped > tbody > tr > th,
.table-striped > thead > tr > td,
.table-striped > tbody > tr > td {
    border-top: 1px solid #ddd;
    text-align: left;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > td {
    border: 1px solid #ddd;
}*/

.text-center th {
    text-align: center;
}

.text-bold {
    font-weight: bold;
}

img {
    max-width: 100%;
}

.link-btn {
    color: inherit;
    text-decoration: none;
}

.link-btn:hover,
.link-btn:focus,
.link-btn:active {
    color: inherit;
    text-decoration: none;
}

.panel-manhattan {
    border-color: #00acd2;
}

.panel-manhattan > .panel-heading {
    color: #fff;
    background-color: #00acd2;
    border-color: #00acd2;
}

.panel-manhattan .panel-title a.btn {
    padding: 0;
    text-decoration: none;
}

.panel-manhattan .panel-title .btn-link:hover, .panel-manhattan .panel-title .btn-link:focus {
    color: #fff;
}

.panel-manhattan .panel-title a[aria-expanded="true"] .glyphicon-triangle:before {
    content: "\e253";
}

.panel-manhattan .panel-title a[aria-expanded="false"] .glyphicon-triangle:before {
    content: "\e252";
}

.btn-manhattan {
    color: #fff;
    background-color: #00acd2;
    border-color: #00acd2;
}

.btn-manhattan:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.form-max-width {
    max-width: 500px;
}

.form-label {
    font-size: 90%;
    font-weight: bold;
    color: #808080;
    margin-bottom: 5px;
}

.form-group.required .control-label:after {
    content: " *";
    color: red;
}

.form-group-inline {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: stretch;
}

.form-group-inline > .form-label {
    margin-bottom: 0px;
    text-align: right;
    margin-right: 10px;
}

.form-group-inline > .form-control {
    flex: 1;
}

.form-group-inline > .right {
    flex: 1;
}

.form-group-inline > * {
    min-width: 0;
}

.mt-10 {
    margin-top: 10px !important;
}

.container {
    max-width: 1000px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

.section-2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.bootstrap-tagsinput {
    width: 100%;
}

.has-error .bootstrap-tagsinput {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .bootstrap-tagsinput {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}

.twitter-typeahead .tt-hint {
    display: none;
}

.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 4px 0 0 -7px;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}

.frmSsSuggestFilter {
    min-width: 250px;
    padding: 5px 10px;
}

.frmSsSuggestFilter .form-group {
    margin: 5px !important;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.tt-suggestion.tt-cursor,
.tt-suggestion:hover,
.tt-suggestion:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.tt-suggestion.Site {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.login-page {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-page .login-form {
    width: 100%;
    max-width: 334px;
    border: 1px solid #929292;
    margin: 15px;
    padding: 15px 0px;
    border-radius: 5px;
}

.login-page .login-form .logo {
    text-align: center;
}

.login-page .login-form .logo img {
    width: 194px;
}

.login-page .login-form .title {
    background-color: #00acd4;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    margin-top: 10px;
    font-size: 28px;
}

.login-page .login-form .msg {
    font-size: 85%;
}

.login-page .login-form .input-panel {
    padding: 15px;
}

.login-page .login-form .input-panel .input-group {
    position: relative;
}

.login-page .login-form .input-panel .input-group .left-icon {
    position: absolute;
    color: #aaaaaa;
    font-size: 140%;
    top: 7px;
    left: 6px;
}

.login-page .login-form .input-panel .input-group input {
    font-size: 16px;
    padding-left: 35px;
}

.login-page .login-form .input-panel .input-group .btn-show-pass {
    position: absolute;
    color: #aaaaaa;
    font-size: 140%;
    top: 7px;
    right: 6px;
    cursor: pointer;
}

.login-page .login-form .input-panel .btn {
    font-weight: bold;
    font-size: 18px;
}

/**************************************/
/* Custom navigation bar and side bar */
/**************************************/
#ptxLogo {
    background-color: #DBE6B5;
    width: 200px;
    height: 40px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
}

#ptxLogo img {
    position: absolute;
    width: 72%;
    top: 10px;
    left: 30px;
}

#divGroupSite {
    padding: 10px 0;
}

#divGroupSite img {
    height: 70px;
    max-width: none;
}

#divGroupSite h1 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

#btnUserSetting {
    height: 34px;
    line-height: 34px;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    color: #000;
}

.align-left-0 {
    margin-left: -15px;
}

.align-right-0 {
    margin-right: 0px;
}

.avaLogin {
    /*margin-left: -34px;*/
    background-color: #00ACD4;
    border: 1px solid #00ACD4;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: inline-block;
}

.navbar-inverse {
    background: #9BBE22;
    border: none;
}

#navbar {
    margin-top: 40px;
}

@media (max-width: 768px) {
    #navbar {
        margin-top: 10px;
    }
}

#navbar .dropdown-menu {
    background-color: #fff;
}

#navbar ul li a {
    color: #fff;
}

#navbar ul li ul li a {
    color: #808080;
}

#navbar li ul li a:hover {
    color: #5bc0de;
    background-color: #fff;
    text-decoration: none;
}

.sidebar-nav > li > ul > li > a {
    padding-left: 20px;
}

#parameterSubMenu li {
    text-indent: 20px;
    line-height: 40px;
}

/* Toggle Styles */
.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 200px;
}

#sidebar-wrapper {
    position: fixed;
    left: 200px;
    z-index: 1000;
    overflow-y: auto;
    margin-left: -200px;
    width: 0;
    height: 100%;
    background: #424A5D;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 200px;
}

#page-content-wrapper {
    margin-top: 115px;
    width: 100%;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -200px;
}

/* Sidebar Styles */
#menuToggleId {
    color: #000;
}

.logo img {
    float: none;
    margin: 25px auto;
}

.manhattan {
    text-align: center;
    margin-top: -45px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.sidebar-nav {
    position: absolute;
    top: 50px;
    margin: 0;
    padding: 0;
    width: 200px;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 10px;
    line-height: 40px;
}

.sidebar-nav li .glyphicon,
.sidebar-nav li .fa,
.sidebar-nav li .fas {
    text-indent: 0;
}

.sidebar-nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.sidebar-nav li a:hover {
    background: #5bc0de;
    color: #fff;
    text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    background: none;
    color: #fff;
}

@media (max-width: 768px) {
    #btnUserSetting {
        margin-left: 27px;
    }
}

@media (min-width: 768px) {
    #wrapper {
        padding-left: 200px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 200px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

/******************
  Customize Panel
*******************/
.popover.has-error {
    border-color: #a94442;
    color: #a94442;
}

.popover-content .panel {
    margin-bottom: 0;
}

#igSegmentSite input {
    min-width: 240px;
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    #igSegmentSite input {
        min-width: 360px;
    }
}

#divGroupSite.popover-content {
    padding: 8px;
}

#divGroupSite .pagination {
    float: right;
    margin: 0;
}

#divGroupSite .panel-body {
    padding: 10px 4px 10px 10px;
}

#tblGroupSiteContainer {
    float: left;
    width: calc(100% - 25px);
}

#tblGroupSiteCharFilter {
    float: right;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
}

#tblGroupSiteCharFilter ul {
    margin-bottom: 0;
}

#tblGroupSiteCharFilter .btn {
    padding: 1px 3px;
    font-size: 10px;
    line-height: 1;
}

.panel-footer {
    background-color: #fff;
    border-top: 0.5px solid #ddd;
    height: 50px !important;
}

.tab-pane.panel {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.tabs .tab-buttons .tab-button {
    display: inline-block;
    padding: 10px 30px;
    text-decoration: none;
    border: 1px solid #aaaaaa;
    border-bottom: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: inherit;
}

.tabs .tab-buttons .tab-button.active {
    background-color: #5bc0de;
    color: #ffffff;
}

.tabs .tab-body {
    padding: 15px;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    border-top-left-radius: 0px;
}

.page-action {
    background-color: #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
}

.page-action .fa {
    font-size: 150%;
    cursor: pointer;
}

.page-report-dashboard .total-group {
    margin-top: 15px;
}

.page-report-dashboard .total-group .group-name {
    color: #1464f6;
    font-size: 120%;
    font-weight: bold;
}

.page-report-dashboard .total-group .total-group-body {
    display: table-row;
}

.page-report-dashboard .total-group .total-group-body > * {
    display: table-cell;
}

.page-report-dashboard .total-group .total-group-body .summary {
    border-left: 10px solid #388e3c;
    padding: 10px;
    font-weight: bold;
    width: 170px;
}

.page-report-dashboard .total-group .total-group-body .summary .ttc {
    font-size: 150%;
    color: #388e3c;
}

.page-report-dashboard .total-group .total-group-body .details {
    border-left: 3px solid #cccccc;
    padding: 10px 30px;
}

.page-report-dashboard .total-group .total-group-body .details .item {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 15px;
}

.page-report-dashboard .total-group .total-group-body .details .item .left {
    padding-right: 10px;
    font-weight: bold;
}

.page-report-dashboard .total-group .total-group-body .details .item .left.up {
    color: #388e3c;
}

.page-report-dashboard .total-group .total-group-body .details .item .left.down {
    color: #d32f2f;
}

.page-report-dashboard .total-group .total-group-body .details .item .right {
    width: 130px;
}

/* Block UI */
.blockMsg h1 {
    margin-bottom: 20px;
}

/* Datatable */
.dataTables_wrapper {
    position: relative;
}

div.dataTables_wrapper div.panel-heading div.dataTables_info {
    padding-top: 3px;
}

div.dataTables_wrapper div.panel-heading div.dataTables_length select {
    width: 60px;
    padding: 5px;
}

.panel-heading .dataTables_length, .panel-heading .dataTables_paginate {
    height: 34px;
}

div.dataTables_wrapper div.panel-heading div.dataTables_paginate ul.pagination {
    margin: 0;
}

.dataTable.table > thead > tr > th {
    vertical-align: top;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    top: 8px;
}

.dataTable.table tbody td.dt-body-right {
    text-align: right;
}

/* CSS to add checkboxes to colvis items */
ul.dt-button-collection.dropdown-menu {
    margin: 2px;
}

.dt-button-collection li.buttons-columnVisibility {
    position: relative;
}

.dt-button-collection li.buttons-columnVisibility:before,
.dt-button-collection li.buttons-columnVisibility.active a:before {
    display: block;
    position: absolute;
    top: 1.2em;
    left: 0;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    text-indent: 0;
}

.dt-button-collection li.buttons-columnVisibility:before {
    content: ' ';
    margin-top: -10px;
    margin-left: 10px;
    border: 1px solid black;
    border-radius: 3px;
}

.dt-button-collection li.buttons-columnVisibility.active a:before {
    content: '\2714';
    font-size: 12px;
    margin-top: -11px;
    margin-left: 12px;
    text-align: center;
    text-shadow: 1px 1px #DDD, -1px -1px #DDD, 1px -1px #DDD, -1px 1px #DDD;
}

.dt-button-collection li.buttons-columnVisibility a {
    text-indent: 20px;
}

table.dataTable tbody tr.group {
    background-color: #9BBE22;
    font-weight: bold;
    text-align: center;
}

/*table.dataTable tbody tr.even {
    background-color: #eee;
}*/

.datatable-grid {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.datatable-grid .thumbnail {
    background-color: #dfedd6;
    padding: 10px;
}

.datatable-grid .thumbnail.selected {
    background-color: #0085c7;
    color: #fff;
}

.datatable-grid .thumbnail p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-group .btn-text {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    cursor: text;
    font-weight: bold;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.btn-text:active, .btn-text.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-heading .media label {
    margin-top: 6px;
}

.form-inline .form-group + .form-group {
    margin-left: 20px;
}

.form-inline .form-group label {
    margin-right: 10px;
}

.form-inline .form-group .checkbox label {
    margin-right: 0;
}

.input-group.date .form-control[readonly] {
    background-color: #fff;
    padding: 6px;
}

.alert-dismissible.filter-control {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 15px 5px 5px;
}

.alert-dismissible.filter-control {
    margin-right: 10px;
}

.alert-dismissible.filter-control:last-child {
    margin-right: 0;
}

.alert-dismissable.filter-control .close, .alert-dismissible.filter-control .close {
    top: 0px;
    right: -10px;
}