@font-face {
    font-family: 'Croobie';
    src: url('../fonts/CROOBIE_.TTF');
}

body {
    background-color: #F5F5F5;
    font-family: "verdana";
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
}

.row {
    margin: 0;
}

h2,
h3,
h4,
h5 {
    font-family: "Lato"
}

h3 {
    font-size: 20px;
}

i {
    vertical-align: middle;
}

.alpha {
    padding-left: 0 !important;
}

.omega {
    padding-right: 0 !important;
}

.well {
    background: #FFF;
    border-radius: 0;
    padding: 0;
}

.bd-orange {
    border-color: #D24726 !important;
}

.bd-blue {
    border-color: #248dc1 !important;
}

.bd-yellow {
    border-color: #ffb848 !important;
}

.bd-green {
    border-color: #47a447 !important;
}

.bd-terques {
    border-color: rgb(75, 183, 192)
}

.bd-grey {
    border-color: #AAA;
}

.bg-grey {
    background-color: #DDD;
}

.light-grey {
    background-color: #D3D3D3 !important;
    color: #5D5F63;
}

.LightGray {
    background-color: #D3D3D3 !important;
    border-color: #D3D3D3 !important;
}

.bg-darkgrey {
    background-color: #555;
}

.bg-white {
    background-color: #FFFFFF;
}

.text-black {
    color: #000;
}

.text-green {
    color: green !important;
}

.BrightGreen {
    color: #72fb0a !important;
}

.text-blue {
    color: #248dc1 !important;
}

.dark-orange {
    background: #FF6400;
    /*!important; jangan pakai important*/
}

.orange {
    background: #F0AD4E !important;
}

.black {
    background: #000 !important;
    color: #FFF;
}


/*D24726*/

.blue {
    background: #248dc1;
}

.red {
    background: #D24726 !important;
}

.light-red {
    background-color: #FF7F7F !important;
}

.yellow {
    background: #ffb848;
}

.yellow-light {
    background: #FFE7BC;
}

.green {
    background: #47a447 !important;
}

.green_not_imp {
    background: #47a447;
    color: #FFFFFF;
}

.orange-light {
    background-color: #FFB798;
}

.light-green {
    background-color: #92DD92;
    color: #fff;
}

.greensuccess {
    background: #a0d468;
}

.btn-BrightGreen {
    background: #72fb0a !important;
}

.text_bold {
    font-weight: bold !important;
}

.table-striped>tbody>tr.greensuccess:nth-child(odd)>td {
    background: #a0d468;
}

.orangewarning {
    background: #fcf8e3;
}

.table-striped>tbody>tr.orangewarning:nth-child(odd)>td {
    background: #fcf8e3;
}

.white {
    background: #FFF;
}

.grey {
    background: #EEE !important;
}

.darkgrey {
    background: #CCC !important;
}

.darkblue {
    background: #114966 !important;
}

.darkgreen {
    background: #2e7500 !important;
}

.terques {
    background: rgb(75, 183, 192);
}

.purple {
    background: rgb(175, 94, 197);
}

.borderless {
    border: none !important;
}

.text-white {
    color: #FFFFFF !important;
}

.text-line-through {
    text-decoration: line-through
}

.no-content:before {
    content: '' !important;
}

.form-control,
.input-group-addon,
.pagination>li>a,
.pagination>li>span,
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span,
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span,
.breadcrumb,
.btn-default {
    border-color: #AAA;
    border-radius: 0;
    box-shadow: none
}

.pagination>.active>a,
.pagination>.active>a:hover {
    background-color: #248DC1;
    color: #FFF
}

.btn,
.nav-tabs>li>a,
.alert,
.tooltip-inner,
.panel,
.panel-heading,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-radius: 0 !important;
}

.tooltip-inner {
    max-width: none;
}

.popover,
.modal-content {
    border-color: #AAA;
    border-radius: 0
}

.modal-header {
    background-color: #F5F5F5 !important
}

.modal-header .modal-title {
    color: #333;
}

.datepicker {
    padding: 5px 10px;
    margin-top: 0;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.no-padding-right {
    padding-right: 0 !important
}

a.no-style:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.dl-horizontal dt {
    width: 200px;
    margin: 2px 0;
}

.dl-horizontal dd {
    margin-left: 220px;
}

.table {
    background-color: #FFF;
    font-size: small
}

.table.bold {
    background: none;
    margin-bottom: 0;
}

.table>tbody>tr.active>td {
    background-color: #FCFCFC;
    outline: 0;
}

.table-bordered {
    border: 0;
}

.table-bordered>thead>tr>th {
    vertical-align: middle;
    text-align: center;
    color: white;
    background: #3E454C;
    cursor: pointer;
    border-top-color: #3E454C;
}

.table-bordered.white>thead>tr>th {
    border-color: #ddd !important;
    background-color: white;
    color: #3E454C;
    border-top: 1px solid #ddd !important;
}

.table-bordered>thead>tr>th:first-child {
    border-left-color: #3E454C;
}

.table-bordered>thead>tr>th:last-child {
    border-right-color: #3E454C;
}

.table>tbody>tr.success>td .popover,
.table>tbody>tr.warning>td .popover {
    color: #333
}

.table>tbody>tr.success>td {
    background-color: rgb(223, 240, 216) !important;
}

.table>tbody>tr.darkgrey>td {
    background: #CFCFCF;
}

.table>tbody>tr.info>td {
    background-color: #D9EDF7;
}

.table>tbody>tr.alert>td {
    background-color: #D2322D;
    color: white
}

.table>tbody>tr.alert>td a {
    color: #39B3D7
}

.table>tbody>tr.alert>td a:hover {
    color: #269ABC
}

.table td.info {
    background-color: #D9EDF7;
}

.popover-box {
    position: relative;
    padding: 0
}

.popover-box .popover {
    top: 20px;
    left: -5px
}

.table .popover {
    white-space: nowrap;
    max-width: none;
    right: 0;
    left: auto;
}

.table .popover.bottom .arrow {
    right: 7%;
    left: auto
}

.table .popover ul {
    margin-bottom: 0;
}

.table .popover a:focus {
    color: #000;
}

.table .popover .popover-content span {
    display: block;
}

.table th a {
    color: #FFF;
}

table tr th.white,
table tr td.white {
    background: #FFF;
    border: unset;
}

select.country-option option {
    padding: 6px 0 8px 38px;
}

.error-info {
    display: none;
}

.no-wrap {
    white-space: nowrap;
}

.mid-col {
    display: table-cell;
    vertical-align: middle !important;
}

hr.dash {
    border: none;
    border-top: 1px dashed #DDD;
}

.add-padding-left {
    padding-left: 20px;
}

.add-dblpadding-left {
    padding-left: 40px;
}

.btn-group-xs i.fa {
    font-size: 14px;
    padding: 2px;
    margin-right: 0;
}

.text-grey {
    color: #999;
}

.btn-dark-grey {
    color: #fff !important;
    background-color: #2e7500 !important
}

.progress,
.btn-group-xs>.btn,
.btn-group-sm>.btn {
    border-radius: 0;
    box-shadow: none
}

.form-file {
    display: inline;
    width: 200px;
    margin-right: -5px
}

.img-thumbnail,
.thumbnail {
    border-radius: 0;
}

.comment-list li {
    border-bottom: 1px dashed #DDD;
    padding: 10px 0
}

.comment-list li:first-child {
    padding-top: 0;
}

.comment-list li:nth-child(2n) {
    background-color: #FCFCFC;
}

.flag-sm {
    height: 10px;
    margin: 0 2px;
    border: 1px solid #555;
}

#search-form .input-group,
#column-box .input-group,
.search-term ul li.input-group,
.add-ticket .input-group {
    float: left;
    padding: 0 10px;
}

.add-ticket .input-group {
    padding: 0 15px;
}

.no-border {
    border: 0 !important
}

.no-bg {
    background: none !important
}

.short {
    width: 100px;
    margin: auto
}

img.preloader {
    margin: auto
}

#dashboard-title h3 {
    margin-top: 0;
    margin-bottom: 20px
}

.check-trigger {
    margin-right: 5px !important;
    vertical-align: bottom
}

.cust-btn-group {
    width: 177px;
}

.alert-warning td {
    background: #fcf8e3 !important
}

.function-title h4 {
    margin-top: 0;
}

.baseline {
    vertical-align: baseline;
}

.text-red {
    color: #F00 !important;
}

.multiselect.text-left {
    text-align: left !important;
}

ul.multiselect-container {
    width: 100%;
}

.multiselect {
    border-color: #AAA;
}

.multiselect-container>li:first-child {
    padding-left: 10px !important;
}

.multiselect-container>li {
    font-size: 12px;
}

.multiselect-container>li>label.multiselect-group {
    padding: 3px 0;
}

.multiselect-container>li>a>label {
    padding: 3px 20px;
}

.multiselect-item .input-group {
    width: 100%;
    padding: 0;
}

.list_multi_tab ul.multiselect-container {
    margin: 0px !important;
}

.list_multi_tab li.multiselect-container {
    margin: 5px 0;
}

.list_multi_tab ul li:first-child {
    padding-left: 10px !important;
}

.nudge-left {
    padding-left: 10px;
}

.form-help {
    text-align: left !important;
    padding: 0;
    font-weight: normal
}

span.help-info {
    padding: 10px 5px 0 0;
    display: block
}

.att-label {
    margin-top: -1px
}

.sticker-left {
    top: 18px;
    left: -40px;
    background: none repeat scroll 0% 0% #D24726;
    transform: rotate(-45deg);
    width: 150px;
    padding: 5px;
    font-size: 13px;
    position: fixed;
    text-align: center;
    z-index: 9999;
    color: white
}

.trigger,
.trigger_update {
    cursor: pointer
}

body#login-page,
body#error-404 {
    background: url(../images/AU5A-bg.jpg);
    background-size: cover
}

.login-container {
    width: 480px;
    top: 45%;
    margin-top: -200px;
    margin-left: -240px;
    left: 50%;
    position: absolute
}

.login-container .form-bordered .form-group {
    margin: 0;
    padding: 15px;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px dashed #F5F5F5
}

.login-container .form-bordered .form-group.form-action {
    background-color: none
}

.login-container .login-title {
    padding: 20px 10px;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.6);
    font-family: 'Candara';
    color: white
}

.login-container .login-title span {
    padding-left: 137px;
}

.login-container .input-group-addon,
.login-container .input-group input {
    border: none;
    box-shadow: none;
    background-color: white
}

.login-container .alert {
    margin: 0;
}

.login-container .btn-action {
    width: 100%
}

.login-container h1 {
    font-family: 'Candara';
    font-size: 48px;
    font-weight: normal;
    color: white;
    margin: 0;
    padding: 0
}

.login-container h1 a {
    color: white;
    transition: color 0.5s ease
}

.login-container h1 a:hover {
    text-decoration: none;
    color: rgb(75, 183, 192)
}

.login-container ul.login-form {
    text-align: left;
    width: 500px;
    margin: auto;
    padding: 0;
}

.login-container ul.login-form li {
    font-size: 32px;
    margin-bottom: 7px;
}

.login-container ul.login-form .input-group-addon {
    font-size: 38px;
    padding: 20px;
    height: 100px;
    width: 200px;
    border-right: 7px solid;
    color: white;
    border-top: none;
    border-bottom: none;
    border-left: none
}

.login-container ul.login-form .input-group-addon,
.login-container ul.login-form .form-control {
    border-color: #393939;
}

.login-container ul.login-form .form-control {
    padding: 7px 12px;
    height: 42px;
    font-size: 18px;
}

.login-container ul.login-form .login-input {
    height: 120px;
    padding: 40px;
    display: inline-block;
    width: 380px;
}

.login-container ul.login-form .input-group-addon.sign-in {
    width: 246px;
    margin-left: 0;
    margin-right: 0;
    border-right: 0;
}

.login-container ul.login-form .input-group-addon.sign-up {
    width: 254px;
    margin-right: 0;
    color: #CCC;
}

.login-container ul.login-form .input-group-addon.sign-in:hover {
    background: #ffb848;
}

.login-container .box {
    width: 160px;
    display: inline-block;
    font-size: 70px;
    height: 160px;
    padding-top: 30px;
    margin-left: 6px;
    margin-bottom: 8px
}

.login-container .box:first-child {
    margin-left: 0;
}

.login-container .full-box {
    width: 500px;
    display: inline-block;
    height: 160px;
    margin-bottom: 8px;
    font-size: 42px;
    padding-top: 15px
}

.login-container .input-group-addon.show-password {
    padding: 6px 8px;
}

.login-container .input-group-addon.show-password .btn {
    padding: 6px;
}

.login-container .input-group-addon.show-password .btn {
    color: #555;
}

.login-container .input-group-addon.show-password .btn:hover {
    color: #ccc;
}

header {
    background-color: #3E454C;
    color: white;
    position: relative;
    z-index: 10;
}

header .main-title span {
    color: #FFF;
}

header .main-title,
header .notif {
    padding: 0;
}

header .main-title {
    font-family: 'Candara';
}

header .notif {
    text-align: right
}

header .nav-tabs {
    border-bottom: none;
}

header h1 {
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 0 10px;
    display: inline-block;
    margin-right: 10px;
    padding-top: 5px
}

header h1 a {
    color: white;
    transition: color 0.5s ease
}

header h1 a:hover {
    color: rgb(75, 183, 192);
    text-decoration: none;
}

header .nav-tabs>li {
    margin-bottom: 0
}

header .nav-tabs>li>a {
    border-radius: 0;
    margin-right: 0;
    border-top: none;
    border-left: none;
    border-right: none
}

#main-content {
    padding: 0;
    background: #F5F5F5;
    position: relative
}

#main-content .inner {
    padding: 0 5px 20px 5px;
}

.nav-list>li.active>a {
    background-color: rgb(14, 99, 144);
}

.nav-list>li>a,
.nav-list>li>a:hover {
    background-color: rgb(36, 141, 193);
}

.breadcrumb>li+li:before {
    padding: 0 3px;
    font-family: 'FontAwesome';
    content: "\f105";
}

#trigger .breadcrumb>li+li:before {
    padding: 0 6px 0 0;
    content: "|";
}

#trigger .btn-group>.btn {
    margin-bottom: 5px;
}

.trigger_title {
    padding: 7px 11px;
}

#back-to-top {
    position: fixed;
    right: 10px;
    bottom: 0px;
    font-size: 48px;
    color: #248dc1;
    display: none;
    opacity: 0.9;
}

#back-to-top:hover {
    opacity: 1;
}

#back-to-top a,
#back-to-top a:focus {
    color: #248dc1;
}

#back-to-top a:hover {
    text-decoration: none;
}

#back-to-top ul {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#back-to-top ul li {
    display: inline;
}

#back-to-top ul li#back-to-top {
    opacity: 1;
    display: inline;
}

#help {
    position: fixed;
    right: 10px;
    bottom: 0px;
    font-size: 48px;
    color: #248dc1;
}

.top-ribbon .notif a {
    color: white;
    padding: 10px
}

.top-ribbon .notif a:hover {
    text-decoration: none;
    background: #666;
}

.notif ul {
    margin: 0;
}

.notif ul li {
    position: relative;
    padding: 10px 0;
}

.notif ul li .popover {
    top: 30px;
    color: #333;
    right: 0;
    left: auto;
    max-width: 310px;
    width: 310px
}

.notif ul li .popover .popover-content a {
    color: rgb(66, 139, 202);
    padding: 0;
}

.notif ul li .popover .popover-content a:hover {
    background: none;
    color: rgb(42, 100, 150);
}

.notif ul li .ticket-popup.popover,
.notif ul li .agent-popup.popover {
    right: -50%
}

.notif ul li .ticket-popup.popover .popover-content,
.notif ul li .comment-popup.popover .popover-content,
.notif ul li .agent-popup.popover .popover-content {
    padding: 0;
}

.notif ul li .popover .arrow {
    left: 80%
}

.notif ul li .popover label {
    text-align: left;
}

.notif ul li .popover .form-group:last-child {
    margin-bottom: 5px;
    padding-bottom: 0;
}

.notif ul li .popover li {
    padding: 5px 14px;
    border-bottom: 1px solid rgb(221, 221, 221)
}

.notif ul li .popover li:last-child {
    border-bottom: none;
}

.top-ribbon .notif .user-info a.edit-btn {
    padding: 5px 10px !important;
    color: white !important;
}

.top-ribbon .notif .user-info a.edit-btn:hover {
    background: #3276B1;
    border-color: #285E8E;
}

ul span.toggle {
    margin-left: 5px;
}

.container-fluid {
    padding: 0;
    color: #333;
}

.container-fluid .entries {
    padding: 15px 20px;
    background: #FFF;
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 20px;
}

.container-fluid .entries .brmenu {
    padding-top: 3px;
}

.container-fluid .entries .brmenu li {
    padding: 0;
    font-size: 12px;
}

.container-fluid .entries .brmenu li i {
    vertical-align: baseline;
}

.container-fluid .breadcrumb {
    background: #FFF;
    padding: 7px 11px;
    border: 1px solid #e1e1e1;
    margin-bottom: 0;
}

.container-fluid .breadcrumb a:hover {
    text-decoration: none;
}

#trigger .breadcrumb {
    padding: 2px 6px;
}

#trigger .breadcrumb li {
    padding: 5px;
}

#page-title {
    margin-bottom: 10px;
    display: inline
}

#page-title h2 {
    margin: 0;
    font-size: 23px;
}

.well-header {
    min-height: 40px;
    color: #FFF;
    padding-top: 3px
}

.well-header i {
    margin-right: 7px;
}

.well-header h3 {
    margin: 0;
    padding: 5px 7px;
    display: inline-block;
    padding: 5px 10px;
    font-size: 18px
}

.well-header h5 {
    margin: 0;
    padding: 9px 7px;
}

.well-header span {
    padding: 2px 5px;
}

.well-header span.exhibit {
    padding: 7px
}

.well-header a {
    color: #FAFAFA;
    display: inline-block;
    padding-top: 5px;
}

.well-header a:hover {
    text-decoration: none;
    color: #FFF;
}

.well-content {
    height: 220px;
    overflow: auto
}

.well-content .list-group {
    margin-bottom: 0;
}

.well-content .list-group-item {
    border-left: none;
    border-right: none;
    padding: 0;
    position: relative
}

.well-content .list-group-item a {
    padding: 6px 30px 6px 15px;
    color: #555;
    display: block;
}

.well-content .list-group-item a:hover {
    text-decoration: none;
}

.well-content .list-group-item a:hover .badge {
    text-shadow: none
}

.well-content .list-group-item:hover {
    background: #EFEFEF;
}

.well-content .list-group-item .more {
    display: block;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.7);
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 30px;
    color: white;
}

.well-content .list-group-item .more i {
    font-size: 14px;
    color: rgb(255, 255, 255);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -7px;
}

.well-content .list-group-item a .badge {
    float: right;
    margin-right: -15px;
}

.well-content .list-group-item:first-child {
    border-top: none;
    border-radius: 0
}

.well-content .list-group-item:last-child {
    border-bottom: none;
    border-radius: 0
}

.well-content .list-group-item strong {
    display: inline-block;
    width: 47px;
}

.well-content small {
    color: #47a447
}

.loader {
    color: grey;
    padding: 40px 0;
    text-align: center;
    font-size: 50px;
}

.container-fluid .collapse-toggle {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #FFF;
    margin: 15px;
    display: block;
    position: relative;
    height: 2px;
}

.container-fluid .collapse-toggle a {
    position: absolute;
    left: 49%;
    top: -13px;
    padding: 3px 5px;
    border: 1px solid #CCC;
    background: #e0e0e0;
    border-radius: 50%;
    color: white;
    display: block
}

.container-fluid .collapse-toggle a i {
    margin-right: 0;
}

.container-fluid .collapse-toggle a:hover {
    text-decoration: none;
    background-color: #CCC
}

.search-term ul li {
    padding: 0 10px;
    vertical-align: middle
}

.search-term ul li label,
.column-mgr ul li label {
    display: block;
    margin: 0;
    font-weight: normal;
    cursor: pointer
}

.search-term ul li:first-child,
.search-term ul li.sc-button:first-child,
#search-form ul li.input-group:first-child {
    padding-left: 15px;
}

.search-term ul li:nth-child(6) {
    padding-right: 15px;
}

.search-term ul li.sc-button {
    display: inline-block;
    padding: 0 5px;
}

.search-term ul li.sc-form {
    padding: 3px 5px;
    display: inline-block;
}

.search-term li.multiselect-item:first-child {
    padding-left: 10px
}


/* product development */

.pro-dev {
    position: relative
}

.tb-wrapper {
    padding: 5px
}

.pro-dev .text-warning {
    color: #EC971F
}

.pro-dev .text-grey {
    color: #CCC
}

.pro-dev a .text-grey:hover {
    color: #555
}

.pro-dev .upload-dev {
    position: absolute;
    bottom: 5px;
    left: 10px
}

.pro-dev .upload-dev label {
    margin-bottom: 0 !important;
    cursor: pointer
}

.pro-dev .upload-dev label .text-grey:hover {
    color: #555
}

.pro-dev .list-dev {
    position: absolute;
    bottom: 5px;
    right: 10px
}

.pro-dev .dev-desc {
    padding: 0 15px
}

.pro-dev .att-label {
    margin-top: -2px
}

.pro-dev .chat_content .att-label {
    margin-top: -3px
}

.chat-dialog {
    margin-bottom: 20px;
    overflow: scroll;
    overflow-x: hidden;
    max-height: 400px
}

.chat-list {
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 20px
}


/*
maxomorra login style
*/


/*
filtering header
*/

.collapse-toggle #sc-collapse-title {
    position: absolute !important;
    display: block !important;
    padding: 3px 6px !important;
    font-size: 12px !important;
    top: -13px !important;
    color: #333 !important;
    border-radius: 2px !important;
    border: 1px solid #eee !important;
}

.collapse-toggle>#sc-collapse-title:eq(1) {
    left: 96% !important;
}

.clear-collapse-toggle {
    border: none !important;
}

.manage-table {
    margin-bottom: 10px;
}

.manage-table ul.pagination {
    margin: 0;
}

.result-info {
    padding-top: 10px;
}

.result-info h2 {
    margin: 0 0 10px 0;
}

.invdate {
    padding-top: 10px;
}

.nav-list>li .submenu>li>a {
    font-size: 13px;
}

#column-box {
    padding: 10px 5px 5px 5px
}

.input-sm.mini {
    width: 40px;
    text-align: center;
}

.page-info {
    margin: 0 0 15px 0;
}

.info-box {
    color: #FFF;
    padding: 15px;
    position: relative
}

.info-box h3 {
    padding: 5px 0;
    margin: 0;
    display: inline-block;
    font-size: 24px;
}

.info-box h4 {
    font-size: 18px;
}

.info-box i {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 75px;
    color: #FAFAFA
}

.rev {
    float: right;
    position: absolute;
    text-align: right;
    margin-left: 10px;
}

.subtitle {
    padding: 10px;
    background-color: #FFFFFF;
    margin-bottom: 15px;
    border: 1px solid #E1E1E1
}

.subtitle h3 {
    display: inline-block;
    margin: 0;
    vertical-align: text-top;
}

.modal-container {
    background: #FFF
}

.modal-title {
    color: #333;
}

.modal-command {
    padding-top: 20px;
}

.modal-body {
    background: white;
}

.modal-footer {
    margin-top: 0;
}

.mortgage-info {
    max-width: 360px;
}

.mortgage-info label {
    display: inline-block;
    width: 240px;
}

.tab-content .box-title {
    margin-top: 25px !important;
}

.tab-content {
    margin: 0;
    min-height: 340px
}

.tab-content ul {
    margin: 25px 25px 0 25px;
}

.tab-content ul label {
    cursor: pointer;
}

.tab-content li {
    margin: 10px 0;
}

.tab-content ul.list-unstyled {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
}

#trigger {
    margin-bottom: 10px;
}

#trigger label {
    margin-bottom: 0;
}

.progress {
    margin-bottom: 10px;
}

.highlight {
    border: 1px solid #E1E1E8;
    border-top: 0;
    margin-bottom: 14px;
    padding: 9px 14px;
    background: #FFF;
}

.nav-tabs li {
    text-align: center
}

.hide {
    display: none
}

.text-gray {
    color: #CCC
}

.move {
    cursor: move
}

.boxes {
    font-size: x-small;
    text-align: center;
    border: 1px solid #CCC;
    border-radius: 3px;
    padding: 1px 5px;
    cursor: pointer;
    margin-right: 3px;
}

.boxes:hover {
    opacity: 0.6
}

.input-xsm {
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 3px 5px;
    width: 40px;
    text-align: center;
    margin: auto;
}

.prv-tcomn {
    clear: both;
    margin-top: 25px;
}

p.cmn-info {
    margin-top: 5px;
}

#blog-page h3 {
    margin-top: 0;
}

.blog_item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 5px solid #DDD
}

.blog_item:last-child {
    border: none;
}

.blog_date {
    text-align: center;
    padding: 10px 5px;
    background: #999;
    margin: 10px;
    color: #FFF;
    display: inline-block;
    width: 53px;
    font-size: 36px;
}

.blog_month {
    padding-bottom: 30px;
}

.blog-list li {
    margin-bottom: 10px;
}

.blog-container {
    margin-top: 30px;
}

.image-box {
    display: table-cell;
    vertical-align: middle;
    width: 244px;
    height: 366px;
    position: relative
}

.image-box .progress {
    position: absolute;
    top: 5px;
    height: 20px;
    width: 244px;
}

#upload-kids {
    padding-top: 10px;
    padding-bottom: 40px
}

.uploader {
    padding: 20px;
    border: 1px solid #DDD;
    background: white;
    margin-bottom: 20px;
    height: 180px
}

.uploader h3 {
    margin-top: 55px;
}

.more-margin-right {
    margin-right: 5px
}

#upload-kids .panel {
    height: 180px;
    overflow: auto
}

#upload-kids .panel-upload {
    height: 380px;
    overflow: auto
}

.photo-sample-size {
    margin-bottom: 10px
}

@keyframes blink {
    0% {
        background: #248DC1;
        color: #FFF;
    }
    100% {
        background: black;
        color: #FFF;
    }
}

@-webkit-keyframes blink {
    0% {
        background: #248DC1;
    }
    100% {
        background: black;
    }
}

.blink td {
    z-index: 999;
    -webkit-animation: blink 0.5s linear infinite;
    -webkit-animation-name: blink;
    -moz-animation: blink 0.5s linear infinite;
    -ms-animation: blink 0.5s linear infinite;
    -o-animation: blink 0.5s linear infinite;
    animation: blink 0.5s linear infinite;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}


/* Wide Modal Bootstrap styling */

.modal.modal-wide .modal-dialog {
    width: 90%;
}

.modal-wide .modal-body {
    overflow-y: auto;
}


/* Modal 70 Bootstrap styling */

.modal.modal-wide70 .modal-dialog {
    width: 70%;
}

.modal.modal-wide80 .modal-dialog {
    width: 80%;
}

.modal-wide50 .modal-body {
    overflow-y: auto;
}


/* Modal 70 Bootstrap styling */

.modal.modal-wide50 .modal-dialog {
    width: 50%;
}

.modal-wide50 .modal-body {
    overflow-y: auto;
}


/* email tag styling */

.tag-list {
    margin-top: 6px
}

.tag-list a {
    font-size: 14px;
    color: white
}

.tag-list a:hover {
    text-decoration: none
}

.tag-list .label {
    border-radius: 0;
    padding: 5px 8px;
}

.tag-list .label:hover {
    background-color: #999
}

.input-email {
    display: inline !important;
    width: 30% !important;
    margin-top: 10px;
    float: left;
}

.mini-fieldset {
    background-color: #D9EDF7;
    border: 1px solid #a7c7d6;
    padding: 5px;
    border-radius: 4px;
    margin-right: 5px;
    font-size: 12px;
}

.mini-fieldset label:hover {
    cursor: pointer;
}


/* Supplier Shipment Styling */

ul.ship-list {
    list-style-type: none;
    padding: 0;
}


/* Data tables row selected */

.row_selected {
    background-color: #DFF0D8;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-circle.btn-set {
    width: 47px;
    height: 32px;
    text-align: center;
    padding: 6px 0;
    font-size: 9px;
    color: #FFF;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}


/*Discount Type Styling*/

.default-dt {
    width: 10%;
    position: relative;
}

.input-dt {
    width: 10%;
    position: relative;
}

.dt-header {
    width: 100%;
    text-align: center;
}

.dt-header span {
    display: block;
}

.dt-footer {
    display: block;
}

.dt-footer span {
    display: block;
}

.table-dt tr th {
    border-top: none !important;
}

.table-dt tr td {
    border-top: none !important;
}


/* article styling */

.product-list {
    list-style-type: none;
}

.product-list li {
    float: left;
    width: 10%;
    background-color: #f9f9f9;
    height: 90px;
    text-align: center;
    line-height: 1.4;
    border: 1px solid #fff;
    cursor: pointer;
}

.product-list li.selected {
    color: white;
    background-color: #3294c8;
}

.product-list li.selected-disabled {
    color: white;
    background-color: #535b61 !important;
}

.product-list li.unselected-disabled {
    color: white;
    background-color: #cacdd1 !important;
}

.product-list li:hover {
    background-color: #7DC7ED;
    color: white;
}

.product-list .product-list-header {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 15px;
    position: relative;
    display: inline-block;
}

.product-list .product-list-footer {
    display: block;
    text-align: center;
}

.product-list .product-list-checkbox {
    margin-top: 5px;
    display: block;
    text-align: center;
}


/* Group Range Styling */

.color-list li {
    width: 30px;
    height: 30px;
    float: left;
    cursor: pointer;
}


/* Age Group Styling in Pattern */

.age-group-list li {
    float: left;
    min-width: 17%;
    width: 45%;
    background-color: #f2f2f2;
    border-radius: 4px;
    margin: 5px;
    padding: 5px;
    cursor: pointer;
}

.age-group-list li i {
    color: #f2f2f2;
}

.age-group-list li:hover {
    background-color: #389BCF;
    color: white;
}

.age-group-selected {
    background-color: #389BCF !important;
    color: white;
}


/* Pattern Styling */

.color-list-select li {
    width: 30px;
    height: 30px;
    float: left;
    cursor: pointer;
}

.color-list-select li {
    width: 50px;
    height: 50px;
    float: left;
    cursor: pointer;
    padding-top: 2px;
    padding-left: 2px;
}

.color-list-select li:hover {
    color: white !important;
}

.color-list-select-selected {
    color: white !important;
}

.pattern-picture-box {
    width: 140px;
    background-color: #f2f2f2;
    float: left;
    margin-right: 10px;
    moz-border-radius: 10px;
    webkit-border-radius: 10px;
    border: 1px dashed grey;
}


/* Age Group Styling inside Table */

.age-group-list-mini {
    list-style-type: none;
    display: inline;
}

.age-group-list-mini li {
    float: left;
    display: inline-block;
    color: white;
    background-color: #47a447;
    text-align: center;
    font-size: 12px;
    padding: 2px;
    border-radius: 5px;
    moz-border-radius: 5px;
    webkit-border-radius: 5px;
}

.age-group-list-mini li:hover {
    background-color: #47a447;
}


/*sandi */

.come .popover-title,
.popover-content {
    color: #000 !important;
}

.white-space-normal {
    white-space: normal !important;
}

.come .popover-content {
    padding: 0px !important
}

.come .popover {
    max-width: 450px !important;
}

.come .list-group-item {
    border-right: 0px !important;
    border-left: 0px !important;
    border-bottom: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    padding-top: 0px !important;
}


/**
 * Mail Setting Styling
 */

.list-variables-mlst {
    font-size: 11px !important;
}

.list-variables-mlst .list-variables-mlst-item i {
    color: #ffffff;
}

.list-variables-mlst .list-variables-mlst-item {
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 4px;
    overflow: hidden;
}

.list-variables-mlst .list-variables-mlst-item:hover {
    color: #ffffff;
    background-color: #3294C8;
    cursor: pointer;
}

.list-variables-mlst .selected {
    color: #ffffff;
    background-color: #3bb3ef;
}

.list-variables-mlst-height {
    margin: 10px !important;
    overflow: auto !important;
    height: 300px !important;
}

.box-title {
    margin-top: 0px !important;
}


/**
 * Language Setting Styling
 * @jimboy
 */

.dataTable .status_lang {
    cursor: pointer;
}

.dataTable .edit_lang {
    cursor: pointer;
}

.dataTables_paginate .pagination>li:first-child>a,
.dataTables_paginate .pagination>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dataTables_paginate .pagination>li:last-child>a,
.dataTables_paginate .pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.dataTable td a {
    cursor: pointer;
}


/**
 * Ticket Developer Note Styling
 * @jimboy
 */

.chat-ticket-note {
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat-ticket-note>li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat-ticket-note>li.left .chat-body {
    margin-left: 42px;
}

.chat-ticket-note>li.right .chat-body {
    margin-right: 42px;
}

.chat-ticket-note>li .chat-body p {
    margin: 0;
    color: #777777;
}

.chat-ticket-note>li .btn-remove-ticket-note {
    display: none !important;
}

.chat-ticket-note>li:hover .btn-remove-ticket-note {
    display: block !important;
}

#ticket-dev-log {
    font-size: 75%;
}

.popover {
    z-index: 9999;
    /* A value higher than 1010 that solves the problem */
}

.file-list {
    list-style-type: none;
}

.screenshot-holder {
    margin-bottom: 5px;
}


/* color in destination*/

.color_green {
    background-color: #e9f6dc !important;
}


/* ---- .element-item ---- */

.element-item {
    position: relative;
    float: left;
    width: 100px;
    height: 100px;
    margin: 5px;
    padding: 10px;
    background: #888;
    color: #262524;
}

.element-item>* {
    margin: 0;
    padding: 0;
}

.element-item .name {
    position: absolute;
    left: 10px;
    top: 60px;
    text-transform: none;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: normal;
}

.element-item .symbol {
    position: absolute;
    left: 10px;
    top: 0px;
    font-size: 42px;
    font-weight: bold;
    color: white;
}

.element-item .number {
    position: absolute;
    right: 8px;
    top: 5px;
}

.element-item .weight {
    position: absolute;
    left: 10px;
    top: 76px;
    font-size: 12px;
}


/* ---- isotope ---- */

.isotope {
    border: 1px solid #333;
}


/* clear fix */

.isotope:after {
    content: '';
    display: block;
    clear: both;
}

.element-item .modifier {
    color: #ffffff;
    position: absolute;
    left: 10px;
    top: 45px;
    text-transform: none;
    letter-spacing: 0;
    font-size: 10px;
    font-weight: normal;
}


/*model detail */

.title-model-detail a {
    font-size: 10px;
    color: #212121 !important;
}

.value-model-detail a {
    font-size: 20px;
    color: #212121 !important;
}


/* all about cursor */

.auto {
    cursor: auto;
}

.default {
    cursor: default;
}

.none {
    cursor: none;
}

.context-menu {
    cursor: context-menu;
}

.help {
    cursor: help;
}

.pointer {
    cursor: pointer;
}

.progress {
    cursor: progress;
}

.wait {
    cursor: wait;
}

.cell {
    cursor: cell;
}

.crosshair {
    cursor: crosshair;
}

.text {
    cursor: text;
}

.vertical-text {
    cursor: vertical-text;
}

.alias {
    cursor: alias;
}

.copy {
    cursor: copy;
}

.move {
    cursor: move;
}

.no-drop {
    cursor: no-drop;
}

.not-allowed {
    cursor: not-allowed;
}

.all-scroll {
    cursor: all-scroll;
}

.col-resize {
    cursor: col-resize;
}

.row-resize {
    cursor: row-resize;
}

.n-resize {
    cursor: n-resize;
}

.e-resize {
    cursor: e-resize;
}

.s-resize {
    cursor: s-resize;
}

.w-resize {
    cursor: w-resize;
}

.ns-resize {
    cursor: ns-resize;
}

.ew-resize {
    cursor: ew-resize;
}

.ne-resize {
    cursor: ne-resize;
}

.nw-resize {
    cursor: nw-resize;
}

.se-resize {
    cursor: se-resize;
}

.sw-resize {
    cursor: sw-resize;
}

.nesw-resize {
    cursor: nesw-resize;
}

.nwse-resize {
    cursor: nwse-resize;
}


/*custom */

.bootstrap-select>.dropdown-toggle.bs-placeholder {
    color: #fff !important;
}

select.transparent-select {
    border: none;
    background: transparent;
}

.th_detail {
    vertical-align: middle;
    text-align: center;
    color: white;
    background: #808080 !important;
    cursor: pointer;
}

.supplier-comment .edit-trigger {
    cursor: pointer;
}

#list_pr {
    margin-top: 15px
}

.column-setting-container {
    background-color: #fff;
    min-width: 200px;
    position: absolute;
    right: 0;
    top: 200px;
    min-height: 200px;
    max-height: 500px;
    overflow-y: auto;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border: 1px solid rgba(0, 0, 0, .15);
    padding: 15px;
}

.column-setting-container .control-label {
    width: 100%;
    display: block;
    padding: 4px 15px;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.column-setting-container .control-label>input {
    display: none;
}

.tab-content nav ul {
    margin: 0;
}

.tab-content nav ul>li {
    margin: 0;
}

#float-navbar {
    min-height: 20px !important;
    background: #000;
    width: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 1049;
    border-bottom: 1px solid #F5F5F5;
    box-shadow: 2px 1px 2px #F5F5F5;
    -moz-box-shadow: 2px 1px 2px #F5F5F5;
    -webkit-box-shadow: 2px 1px 2px #F5F5F5;
}

#float-navbar .navbar-inverse {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #FFFFFF;
    padding: 0 40px;
}

#float-navbar .navbar-brand {
    font-size: 14px;
    color: #000;
}

#float-navbar .navbar-right {
    padding-right: 15px;
}

#sidebar:before,
.nav-list .search-form,
.nav-list .search-pan input,
.nav-list>li>a {
    background-color: #3E454C !important;
}

#sidebar .nav-list>li.active>a,
#sidebar .nav-list>li>a:focus,
#sidebar .nav-list>li .submenu>li>a:focus {
    background-color: #485159 !important;
}

#sidebar .nav-list>li .submenu>li>a:hover,
#sidebar .nav-list>li>a:hover,
#sidebar .nav-list>li .submenu>li.active>a {
    background-color: #5187E0 !important;
    /* width: 90%; */
    margin: auto;
}

#sidebar .nav-list>li .submenu {
    background-color: #4F5861 !important;
}

#float-navbar .navbar .nav>li>a,
.navbar .nav>li>a:hover,
.navbar .nav>li>a:focus,
.dropdown-navbar>li.nav-header,
.flaty-nav>li>a>[class*=fa-],
.navbar .brand,
.nav-list .search-pan input,
.nav-list .search-pan button>i,
.nav-list>li>a,
.nav-list>li>a:focus,
.nav-list>li>a:hover,
.nav-list>li>a .arrow,
.nav-list>li a:hover>.arrow,
.nav-list>li.active>a>.arrow,
.nav-list>li.open>a>.arrow,
.nav-list>li.open>a,
.nav-list>li.active>a,
.nav-list>li.active>a:hover,
.nav-list>li.active>a:focus,
.nav-list>li.active>a:active,
.nav-list>li .submenu>li>a,
#sidebar-collapse>[class*=fa-],
.sidebar-collapsed .nav-list>li.open:hover>a,
.nav-list>li .subsubmenu>li>a {
    color: #000;
}

@media (max-width: 1400px) {
    #sum-quantity {
        display: none;
    }
    #invoice-summary .col-lg-10 {
        width: 100%;
    }
}

#sidebar .dropdown-toggle .fa.arrow {
    position: absolute;
    right: -1px;
}

#sidebar.nav-collapse p.logo-mini {
    display: none;
}

#sidebar.nav-collapse.sidebar-collapsed p.logo-mini {
    display: block;
    font-weight: bold;
}

#sidebar.nav-collapse.sidebar-collapsed p.logo-lg {
    display: none;
}

#sidebar.nav-collapse.sidebar-collapsed>ul.nav.nav-list.menu-lg {
    display: none;
}

.table.table-row-bordered tr,
.widget .well-content table.table.table-row-bordered tr {
    border-bottom: 1px solid #ddd;
}

.table.table-row-bordered tr:last-child,
.widget .well-content table.table.table-row-bordered tr:last-child {
    border-bottom: none;
}

.widget .well-content table.table.table-row-bordered tr>td,
.widget .well-content table.table.table-row-bordered tr>th {
    padding: 6px 8px;
}

.font-table-11 {
    font-size: 11px !important;
}

.pos-relative {
    position: relative !important;
}

.page-navigation-container {
    position: absolute;
    bottom: 0;
    right: 0;
}

.page-navigation-container ul>li,
.page-navigation-container ul>li:first-child,
.page-navigation-container ul>li:last-child {
    padding: 0px;
}


/*menu baru */

input.select2-search__field::-webkit-input-placeholder {
    color: #cacaca;
    font-style: italic;
    font-size: 13px;
}

#search-box .select2-container {
    width: 100% !important;
}

input.select2-search__field:-moz-placeholder {
    color: #cacaca;
    font-style: italic;
    font-size: 13px;
}

#adv-search .dropdown-san.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}

.dropdownMenuAct.dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
    margin-left: 0px !important;
}

#adv-search .btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
    border-right: none;
}

#adv-search .btn-group .btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#adv-search .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

#adv-search .form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#adv-search .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-top: 1px solid #aaa !important;
    border-right: 1px solid #aaa !important;
    border-bottom: 1px solid #aaa !important;
    border-left: none !important;
}

#adv-search .select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px 1px 1px 0p solid #aaa;
    border-radius: 0px;
    cursor: text;
    height: 34px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-left: none;
}

#adv-search .select2-container--default .select2-search--inline .select2-search__field {
    width: auto !important;
}

@media screen and (min-width: 768px) {
    #adv-search .dropdown-san.dropdown-lg {
        position: static !important;
    }
    #adv-search .dropdown-san.dropdown-lg .dropdown-menu {
        min-width: 500px;
        max-width: 500px;
    }
    .dropdownMenuAct.dropdown-menu {
        min-width: 300px;
        max-width: 300px;
    }
}


/*end */

.badge-sea {
    background: #1abc9c;
}

.meyaboo-filter .dropdown-menu {
    padding-left: 15px;
    padding-right: 15px;
}

.meyaboo-filter .dropdown-menu .list-group {
    margin-bottom: 0px;
}

.dropdownMenuAct li:first-child {
    margin-top: 10px;
}

.dropdownMenuAct li:last-child {
    margin-bottom: 10px;
}