body {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.hide {
    display: none;
}

.note-editor .note-editing-area img.note-float-center {
    display: block;
    margin: 0 auto;
}

.note-icon-float-center:before {
    content: "\ea02";
}

.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
    background-color: #3a4b55;
}

.sidebar-menu > li {
    border-top: 1px solid #49565d;
}

.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
    font-size: 16px;
    padding-right: 5px;
    width: auto;
}

.skin-blue .sidebar a {
    padding: 13px 14px 14px;
    display: block;
}

.table-configuration-wrap {
    margin: 15px 0px;
    display: none;
    background: #fff;
    padding: 15px;
    position: relative;
    width: 100%;
}

.table-configuration-wrap .configuration-close-btn {
    position: absolute;
    top: 0px;
    right: 5px;
    border-radius: 50% !important;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    cursor: pointer;
    z-index: 1;
    font-size: 24px;
}

.table-configuration-wrap .configuration-close-btn i {
    color: #ccc;
}

.table-configuration-wrap .configuration-close-btn i.fa-times:hover {
    color: red;
}

.table-config-search {
    display: none;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 12px;
}

.table-config-search .configuration-close-btn {
    position: absolute;
    top: 0px;
    right: 5px;
    border-radius: 50% !important;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    cursor: pointer;
    z-index: 1;
    font-size: 24px;
}

.table-config-search .configuration-close-btn i {
    color: #ccc;
}

.table-config-search .configuration-close-btn i.fa-times:hover {
    color: red;
}

.breadcrumb {
    background: transparent;
    font-size: 13px;
    padding: 0;
    border-radius: 0;
    margin-bottom: 20px;
}

.breadcrumb > li:first-child:before {
    content: "\f015";
    padding-right: 4px;
    color: #333;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.breadcrumb > li > a {
    color: #444;
    text-decoration: none;
    display: inline-block;
}

.box-header {
    color: #fff;
}

.tab-content {
    border: 1px solid #ddd;
    border-top: 0;
    background-color: #fff;
    padding: 10px;
}

.note {
    margin: 0 0 20px;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
    border-radius: 0 4px 4px 0;
}

.note.note-success {
    background-color: #c0edf1;
    border-color: #58d0da;
    color: #000;
}

.note.note-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #000;
}

.note p:last-child {
    margin-bottom: 0;
}

.note p {
    margin: 0;
    font-size: 14px;
}

.nav-tabs > li > a {
    margin-right: -1px;
    border-radius: 0;
    font-weight: 600;
    color: #333;
    padding: 11px 14px 12px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.required:after {
    content: "必須";
    color: red;
    font-size: 0.8em;
    display: inline-block;
    margin-left: 5px;
}

.multi-lang:before {
    content: "多言語";
    color: red;
    font-size: 0.8em;
    display: inline-block;
    margin-left: 5px;
    order: 3;
}

.form-control {
    padding: 7px 9px 8px;
    font-size: 14.4px;
    border-color: #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 38px;
}

.form-actions {
    margin-bottom: 5px;
    margin-top: 20px;
}

.widget {
    background: #fff;
    clear: both;
    margin-bottom: 20px;
}

.meta-boxes {
    margin-top: 20px;
}

.form-actions.form-actions-default {
    margin-top: 0;
    border-top: 1px solid #ededed;
}

.right-sidebar .widget.meta-boxes:first-child {
    margin-top: 0;
}

.widget-title {
    cursor: move;
    overflow: hidden;
    background: #ebeae8;
    background-image: -o-linear-gradient(top, #fff 0, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f2f2f2", GradientType=0);
    height: 44px;
    line-height: 34px;
    border-bottom: 1px solid #fff;
}

.meta-boxes .widget-title {
    cursor: move;
    overflow: hidden;
    height: 35px;
    border-bottom: 1px solid #eee;
    padding: 0 5px;
    background: none;
}

.widget-title > h4 {
    float: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    margin: 0;
}

.meta-boxes .widget-title > h4 {
    line-height: 35px;
    height: 35px;
}

.widget-title > h4 span {
    margin-left: 10px;
}

.widget-body {
    padding: 15px;
    border-radius: 0 0 3px 3px;
    min-height: 200px;
}

.meta-boxes .widget-body {
    min-height: 0;
}

.btn:not(.btn-sm):not(.btn-lg) {
    line-height: 1.44;
}

.btn {
    outline: none;
    padding: 8px 12px;
    border-radius: 0px;
    font-size: 14px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-primary {
    border-color: #0d64b0;
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.ui-select-wrapper .next-icon-text,
.ui-select-wrapper .svg-next-icon {
    cursor: pointer;
    display: block;
    fill: #798c9c;
    position: absolute;
    right: 7px;
    top: 9px;
    pointer-events: none;
}

.preview-image-wrapper {
    position: relative;
    display: inline-block;
    /*display: inline-block !important;*/
    min-height: 150px;
    min-width: 100%;
    text-align: center;
    border: 1px solid rgba(195, 207, 216, .3);
    vertical-align: middle;
    margin-bottom: 10px;
    background: #fafbfc;
}

.preview-image-wrapper img {
    height: 150px;
    max-width: 100%;
}

.btn_remove_image {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #ddd;
    color: #000;
    display: inline-block;
    border-radius: 50% !important;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 18px;
}

.image-box-actions a:not([href]):not([tabindex]) {
    color: #fff;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

.content-wrapper .table-hover .btn {
    margin: 0 8px 8px 0;
    padding: 3px 8px;
}

.content-wrapper .table-hover .btn:last-child {
    margin-right: 0px;
}


.dataTables_wrapper .status-label {
    display: inline-block;
    padding: 0 5px;
    color: #fff;
}

.dataTables_wrapper .table > tbody > tr > td,
.dataTables_wrapper .table > tbody > tr > th,
.dataTables_wrapper .table > tfoot > tr > td,
.dataTables_wrapper .table > tfoot > tr > th,
.dataTables_wrapper .table > thead > tr > td,
.dataTables_wrapper .table > thead > tr > th {
    vertical-align: middle;
    word-break: break-all;
}

ul.pagination {
    margin: 0px 0px 20px 0px;
    float: right;
}

tbody .fa-heart {
    color: #dd4b39;
}

.form-group-no-margin {
    margin-bottom: 0;
}

.multi-choices-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 5px;
}

.multi-choices-widget ul li {
    display: block;
}

.list-item-checkbox li {
    list-style: none;
}

.multi-choices-widget ul ul {
    padding-left: 18px;
}

.list-item-checkbox .hrv-checkbox,
.list-item-checkbox input[type=checkbox] {
    position: relative;
    top: 0;
    margin: 0 .5rem 0 0;
    cursor: pointer;
}

.portlet-title .dropdown {
    display: inline-block;
}

.portlet-title .dropdown-menu > li > a {
    padding: 8px 20px;
}

.portlet-title .open > .dropdown-menu {
    padding: 0px;
}

.error {
    color: red;
    font-style: italic;
    font-size: 13px;
}

.form-control.error {
    border-color: red;
    background: rgba(255, 0, 0, 0.08);
}

.form-control.error:focus {
    border-color: red;
}

.form-inline .form-group > label {
    padding-right: 5px;
}

.no-margin {
    margin: 0px;
}

/*----------  input file upload addFile  ----------*/

label.file {
    position: relative;
    display: block;
    width: 100%;
    position: relative;
    padding-top: 100%;
    text-align: center;
    border: 2px dashed #ccc;
    -moz-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in;
    cursor: pointer;
}

label.file:hover {
    border: solid 2px #ac1f25;
}

label.file a {
    position: absolute;
    top: 50%;
    transform: translatex(-50%) translatey(75%);
    color: #999;
    letter-spacing: 1px;
    line-height: 20px;
}

label.file b {
    font-size: 14px;
    line-height: 18px;
    font-family: pro-bold;
    font-weight: 100;
    color: #333;
    display: block;
    float: left;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translatex(-50%) translatey(75%);
}

label.file b span.fileUPload_info {
    float: left;
    display: block;
    width: 100%;
    color: rgba(0, 0, 0, .5);
    font-size: 13px;
    font-family: pro-re;
}

label.file:before {
    font-family: 'simple-line-icons';
    content: "\e084";
    color: rgba(0, 0, 0, .04);
    position: absolute;
    font-size: 110px;
    transform: translatex(-50%) translatey(-200%);
    -moz-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in;
}

label.file:hover:before {
    color: #ac1f25
}

label.file:active,
label.file.focus {
    border-color: #ac1f25;
}

/*input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    outline: 0;
    border: 1px solid red;
}*/
p.warning-UploadFile {
    padding-top: 20px;
    margin-bottom: 30px;
    float: left;
    display: block;
    font-size: 14px;
    border-top: solid 1px #ac1f25;
    line-height: 18px;
}

p.warning-UploadFile b {
    font-family: pro-black;
    color: #ac1f25
}

p.warning-UploadFile span {
    font-family: pro-bold
}

p.warning-UploadFile-cap {
    font-size: 14px;
    text-align: left
}

p.warning-UploadFile-cap b {
    color: #ac1f25
}

.form-inline.fv-form-bootstrap .form-group,
.fv-form-bootstrap4.form-inline .form-group {
    vertical-align: top
}

.fv-has-feedback {
    position: relative
}

.fv-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    display: block;
    text-align: right;
}

.fv-help-block {
    display: block
}

.fv-form [placeholder]::-ms-clear {
    display: none
}

.fv-form-foundation .form-error,
.fv-form-uikit .uk-text-danger {
    display: block
}

.fv-form-bootstrap .help-block {
    margin-bottom: 0
}

.fv-form-bootstrap .tooltip-inner {
    text-align: left
}

.fv-form-bootstrap .fv-bootstrap-icon-input-group {
    z-index: 100
}

.fv-form-bootstrap4 .fv-control-feedback {
    right: 0;
    line-height: 38px;
    font-size: 11px
}

.fv-form-bootstrap4 .form-group.row .fv-control-feedback {
    right: 15px
}

.fv-form-bootstrap4 .form-group.row .form-check ~ .fv-control-feedback {
    top: -7px
}

.fv-form-bootstrap4:not(.form-inline) label ~ .fv-control-feedback {
    top: 32px
}

.fv-form-bootstrap4:not(.form-inline) label.sr-only ~ .fv-control-feedback {
    top: -7px
}

.fv-form-bootstrap4:not(.form-inline) .form-check ~ .fv-control-feedback {
    top: 25px
}

.fv-form-bootstrap4 .has-success .fv-control-feedback {
    color: #5cb85c;
    position: absolute;
}

.fv-form-bootstrap4 .has-warning .fv-control-feedback {
    color: #ac1f25;
    position: absolute;
}

.fv-form-bootstrap4 .has-warning .form-control-feedback {
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    font-size: 11px;
    color: #ac1f25;
    text-align: left;
}

/*----------  customize input - btn add field  ----------*/
.edit-field .btn-confirmList li:first-child, .edit-field .btn-confirmList li:last-child {
    margin-top: 0;
    margin-bottom: 0
}

.edit-field .btn-confirmList li {
    float: right;
    width: auto;
    padding: 0;
    border-bottom: 0;
}

.btn-confirmList {
    width: 100%
}

.btn-confirmList li button {
    float: right;
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 50px;
    border-radius: 3px;
    margin-left: 15px;
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
}

.btn-confirmList li .btn-cancelField {
    border: solid 1px rgba(0, 0, 0, .1);
    color: #ac1f25
}

.btn-confirmList li .btn-cancelField:hover {
    box-shadow: 0px 10px 45px 0px rgba(0, 0, 0, 0.08);
}

.btn-confirmList li .btn-addField {
    background: #ac1f25;
    color: #fff
}

.btn-confirmList li .btn-addField:hover {
    color: #fff;
}

#uploadPointForm .box-body {
    padding: 10px 0px;
}

.btn-confirmList {
    width: 100%;
    overflow: hidden;
}

.btn-confirmList li {
    list-style: none;
}

.red {
    color: #f4645f;
}

.btn-edit-field {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    box-shadow: 0px 8px 25.38px 1.62px rgba(89, 5, 12, 0.37);
    text-shadow: 0px 7px 13.5px rgba(0, 0, 0, 0.45);
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    background: #ac1f25;
    color: #fff;
    line-height: 24px;
    text-align: center;
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.btn-edit-field i {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 5px;
    right: 0;
    bottom: 0;
}

.btn-edit-field:hover {
    color: #fff;
}

.btn-close-field {
    display: none;
}

.btn-close-field.show {
    display: inline-block !important;
}

.button-bottom button {
    float: right;
    background: #3c8dbc;
    color: white;
}

.button-bottom button:hover {
    background: #3c8dbc;
    color: white;
}

.button-top button {
    float: right;
    background: #3c8dbc;
    color: white;
}

.button-top button:hover {
    background: #3c8dbc;
    color: white;
}

li.button-top {
    float: right !important;
}

select.type-create {
    padding: 6px;
    float: right;
}

div.type-create {
    width: 90%;
    float: left;
}

/*----------  Notification  ----------*/
.content-form {
    padding: 25px;
    width: 90%;
}

.content-form textarea {
    height: 250px;
}

.push-button {
    width: 10%;
    float: right;
}

.push-button input {
    background: #3c8dbc;
    color: white;
}

#form_news {
    display: none;
}

#form_advertise {
    display: none;
}

.show-form {
    display: block !important;
}

.push-button input {
    border-radius: 4px;
}

.color-back {
    color: #444;
}

.colspan5 {
    width: 20%;
    float: left;
    padding: 0px 15px;
}

.box-header.with-border .btn-group:first-child {
    display: none;
}

.treeview-menu > li:not(:first-child) {
    border-top: 1px solid #49565d;
}

.skin-blue .sidebar-menu > li > .treeview-menu {
    padding-left: 0px;
}

.fa-times {
    color: red;
}

.fa-check {
    color: #7ad03a;
}

.ld-version-tag {
    background-color: #f5716c;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.admin-detail-record .box-header .box-title {
    color: #333;
}

.platform-login .social-btn {
    display: block;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 41px;
    line-height: 41px;
    color: #ffffff;
    font-weight: 400;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    padding: 0px;
    border-radius: 4px;
    outline: none;
}

.platform-login .social-btn:hover {
    -webkit-box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}

.platform-login .social-btn span.icon-social {
    float: left;
    height: 41px;
    width: 41px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.platform-login .social-btn.btn-facebook {
    background: #3b5998;
}

.platform-login .social-btn.btn-google {
    background: #df4a32;
}

.platform-login .social-btn.btn-twitter {
    background: #1da1f2;
}

.platform-login {
    text-align: center;
    margin-top: 20px;
}

.platform-login .social-btn:not(:last-child) {
    margin-bottom: 20px;
}

.platform-login .error {
    margin-bottom: 20px;
}

.platform-login .social-btn.no-connect {
    /*pointer-events: none;*/
    cursor: not-allowed;
    text-decoration: none;
    background: #888 !important;
}

.btn-back {
    background: none;
    border: 1px solid #0d64b0;
    color: #0d64b0;
}

.btn-back:hover {
}

textarea.form-control {
    max-width: 100%;
}

.modal-preview .modal-header .modal-title {
    font-weight: bold;
}

.modal-preview .md-label {
    font-weight: bold;
}

.modal-preview .preview_img {
    max-width: 70%;
    margin: 0 auto;
    display: block;
}

.modal-preview .preview_img img {
    max-width: 100%;
}

.box-avatar img {
    max-width: 100%;
}

.box-avatar input {
    display: none;
}

.label-user-avatar {
    width: 100%;
    background: #ffffff;
    color: #4ea5da;
    margin-top: 20px;
    border-radius: 0;
}

.label-user-avatar input {
    display: none;
}

.user-avatar-bg {
    position: relative;
}

.user-avatar-bg .btn-primary {
    width: 100%;
    margin-top: 10px;
}

.preview_body img {
    max-width: 100%;
}

.preview_body iframe {
    max-width: 100%;
}

/* iCheck plugin Square skin
----------------------------------- */
/* iCheck plugin Flat skin
----------------------------------- */
.icheckbox_flat,
.iradio_flat {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(flat.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_flat {
    background-position: 0 0;
}

.icheckbox_flat.checked {
    background-position: -22px 0;
}

.icheckbox_flat.disabled {
    background-position: -44px 0;
    cursor: default;
}

.icheckbox_flat.checked.disabled {
    background-position: -66px 0;
}

.iradio_flat {
    background-position: -88px 0;
}

.iradio_flat.checked {
    background-position: -110px 0;
}

.iradio_flat.disabled {
    background-position: -132px 0;
    cursor: default;
}

.iradio_flat.checked.disabled {
    background-position: -154px 0;
}

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_flat,
    .iradio_flat {
        background-image: url(flat@2x.png);
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
}

/* red */
.icheckbox_flat-red,
.iradio_flat-red {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(red.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_flat-red {
    background-position: 0 0;
}

.icheckbox_flat-red.checked {
    background-position: -22px 0;
}

.icheckbox_flat-red.disabled {
    background-position: -44px 0;
    cursor: default;
}

.icheckbox_flat-red.checked.disabled {
    background-position: -66px 0;
}

.iradio_flat-red {
    background-position: -88px 0;
}

.iradio_flat-red.checked {
    background-position: -110px 0;
}

.iradio_flat-red.disabled {
    background-position: -132px 0;
    cursor: default;
}

.iradio_flat-red.checked.disabled {
    background-position: -154px 0;
}

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_flat-red,
    .iradio_flat-red {
        background-image: url(red@2x.png);
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
}

/* green */
.icheckbox_flat-green,
.iradio_flat-green {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(green.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_flat-green {
    background-position: 0 0;
}

.icheckbox_flat-green.checked {
    background-position: -22px 0;
}

.icheckbox_flat-green.disabled {
    background-position: -44px 0;
    cursor: default;
}

.icheckbox_flat-green.checked.disabled {
    background-position: -66px 0;
}

.iradio_flat-green {
    background-position: -88px 0;
}

.iradio_flat-green.checked {
    background-position: -110px 0;
}

.iradio_flat-green.disabled {
    background-position: -132px 0;
    cursor: default;
}

.iradio_flat-green.checked.disabled {
    background-position: -154px 0;
}

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_flat-green,
    .iradio_flat-green {
        background-image: url(green@2x.png);
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
}

/* blue */
.icheckbox_flat-blue,
.iradio_flat-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(../images/blue.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_flat-blue {
    background-position: 0 0;
}

.icheckbox_flat-blue.checked {
    background-position: -22px 0;
}

.icheckbox_flat-blue.disabled {
    background-position: -44px 0;
    cursor: default;
}

.icheckbox_flat-blue.checked.disabled {
    background-position: -66px 0;
}

.iradio_flat-blue {
    background-position: -88px 0;
}

.iradio_flat-blue.checked {
    background-position: -110px 0;
}

.iradio_flat-blue.disabled {
    background-position: -132px 0;
    cursor: default;
}

.iradio_flat-blue.checked.disabled {
    background-position: -154px 0;
}

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_flat-blue,
    .iradio_flat-blue {
        background-image: url(blue@2x.png);
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
}

/* aero */
.icheckbox_flat-aero,
.iradio_flat-aero {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(aero.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_flat-aero {
    background-position: 0 0;
}

.icheckbox_flat-aero.checked {
    background-position: -22px 0;
}

.icheckbox_flat-aero.disabled {
    background-position: -44px 0;
    cursor: default;
}

.icheckbox_flat-aero.checked.disabled {
    background-position: -66px 0;
}

.iradio_flat-aero {
    background-position: -88px 0;
}

.iradio_flat-aero.checked {
    background-position: -110px 0;
}

.iradio_flat-aero.disabled {
    background-position: -132px 0;
    cursor: default;
}

.iradio_flat-aero.checked.disabled {
    background-position: -154px 0;
}

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_flat-aero,
    .iradio_flat-aero {
        background-image: url(aero@2x.png);
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
}

/* grey */
.icheckbox_flat-grey,
.iradio_flat-grey {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(grey.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_flat-grey {
    background-position: 0 0;
}

.icheckbox_flat-grey.checked {
    background-position: -22px 0;
}

.icheckbox_flat-grey.disabled {
    background-position: -44px 0;
    cursor: default;
}

.icheckbox_flat-grey.checked.disabled {
    background-position: -66px 0;
}

.iradio_flat-grey {
    background-position: -88px 0;
}

.iradio_flat-grey.checked {
    background-position: -110px 0;
}

.iradio_flat-grey.disabled {
    background-position: -132px 0;
    cursor: default;
}

.iradio_flat-grey.checked.disabled {
    background-position: -154px 0;
}

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_flat-grey,
    .iradio_flat-grey {
        background-image: url(grey@2x.png);
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
}

/* orange */
.icheckbox_flat-orange,
.iradio_flat-orange {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(orange.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_flat-orange {
    background-position: 0 0;
}

.icheckbox_flat-orange.checked {
    background-position: -22px 0;
}

.icheckbox_flat-orange.disabled {
    background-position: -44px 0;
    cursor: default;
}

.icheckbox_flat-orange.checked.disabled {
    background-position: -66px 0;
}

.iradio_flat-orange {
    background-position: -88px 0;
}

.iradio_flat-orange.checked {
    background-position: -110px 0;
}

.iradio_flat-orange.disabled {
    background-position: -132px 0;
    cursor: default;
}

.iradio_flat-orange.checked.disabled {
    background-position: -154px 0;
}

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_flat-orange,
    .iradio_flat-orange {
        background-image: url(orange@2x.png);
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
}

/* yellow */
.icheckbox_flat-yellow,
.iradio_flat-yellow {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(yellow.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_flat-yellow {
    background-position: 0 0;
}

.icheckbox_flat-yellow.checked {
    background-position: -22px 0;
}

.icheckbox_flat-yellow.disabled {
    background-position: -44px 0;
    cursor: default;
}

.icheckbox_flat-yellow.checked.disabled {
    background-position: -66px 0;
}

.iradio_flat-yellow {
    background-position: -88px 0;
}

.iradio_flat-yellow.checked {
    background-position: -110px 0;
}

.iradio_flat-yellow.disabled {
    background-position: -132px 0;
    cursor: default;
}

.iradio_flat-yellow.checked.disabled {
    background-position: -154px 0;
}

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_flat-yellow,
    .iradio_flat-yellow {
        background-image: url(yellow@2x.png);
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
}

/* pink */
.icheckbox_flat-pink,
.iradio_flat-pink {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(pink.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_flat-pink {
    background-position: 0 0;
}

.icheckbox_flat-pink.checked {
    background-position: -22px 0;
}

.icheckbox_flat-pink.disabled {
    background-position: -44px 0;
    cursor: default;
}

.icheckbox_flat-pink.checked.disabled {
    background-position: -66px 0;
}

.iradio_flat-pink {
    background-position: -88px 0;
}

.iradio_flat-pink.checked {
    background-position: -110px 0;
}

.iradio_flat-pink.disabled {
    background-position: -132px 0;
    cursor: default;
}

.iradio_flat-pink.checked.disabled {
    background-position: -154px 0;
}

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_flat-pink,
    .iradio_flat-pink {
        background-image: url(pink@2x.png);
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
}

/* purple */
.icheckbox_flat-purple,
.iradio_flat-purple {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(purple.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_flat-purple {
    background-position: 0 0;
}

.icheckbox_flat-purple.checked {
    background-position: -22px 0;
}

.icheckbox_flat-purple.disabled {
    background-position: -44px 0;
    cursor: default;
}

.icheckbox_flat-purple.checked.disabled {
    background-position: -66px 0;
}

.iradio_flat-purple {
    background-position: -88px 0;
}

.iradio_flat-purple.checked {
    background-position: -110px 0;
}

.iradio_flat-purple.disabled {
    background-position: -132px 0;
    cursor: default;
}

.iradio_flat-purple.checked.disabled {
    background-position: -154px 0;
}

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_flat-purple,
    .iradio_flat-purple {
        background-image: url(purple@2x.png);
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
}

/* blue */
.icheckbox_square-blue,
.iradio_square-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(../images/blue.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-blue {
    background-position: 0 0;
}

.icheckbox_square-blue.hover {
    background-position: -24px 0;
}

.icheckbox_square-blue.checked {
    background-position: -48px 0;
}

.icheckbox_square-blue.disabled {
    background-position: -72px 0;
    cursor: default;
}

.icheckbox_square-blue.checked.disabled {
    background-position: -96px 0;
}

.iradio_square-blue {
    background-position: -120px 0;
}

.iradio_square-blue.hover {
    background-position: -144px 0;
}

.iradio_square-blue.checked {
    background-position: -168px 0;
}

.iradio_square-blue.disabled {
    background-position: -192px 0;
    cursor: default;
}

.iradio_square-blue.checked.disabled {
    background-position: -216px 0;
}

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_square-blue,
    .iradio_square-blue {
        background-image: url(../images/blue@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}

.postcode-zipInput span {
    display: inline-block;
    padding: 0 5px 0 0px;
}

.postcode-zipInput input.p-postal-code {
    display: inline-block;
    width: auto;
}

.postcode-zipInputHelp {
    display: inline-block;
    margin-left: 10px;
    vertical-align: baseline;
    line-height: 0;
}

.postcode-zipInputHelp .postcode-zipInputHelp__icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #525263;
    border-radius: 50%;
    font-size: 13px;
    position: relative;
    top: -1px;
}

.postcode-zipInputHelp a {
    color: #337ab7;
}

.postcode-zipInput input[name="postal_code"] {
    display: inline-block;
    width: auto;
}

a.unlock_user {
    margin-left: 10px;
}

a.coppy-clipboard {
    margin-right: 10px;
}

.message-content {
    font-family: Roboto, sans-serif;
    background: rgba(0, 0, 0, .05);
    padding: 15px;
    border-radius: 5px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

#reply-wrapper {
    margin-bottom: 25px;
}

.table-hover img.thumb {
    width: 100px;
    height: 50px;
    object-fit: contain;
}

.btn-confirm-action .btn {
    background-color: #FFFFFF;
    color: #595959;
    border: 1px solid #595959;
    display: inline-block;
}

.modal .modal-header {
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}

.modal .modal-title {
    display: contents;
    font-weight: bold;
}

.modal-footer a.btn {
    background-color: #F5F6F8;
    border-color: transparent;
    color: #262626;
}

.modal-footer a.btn-ec-conversion {
    color: #fff;
    background-color: #437EC4;
    border-color: transparent;
}

.btn-ec-conversion {
    color: #fff;
    background-color: #437EC4;
    border-color: transparent;
}

.btn-ec-conversion:hover,
.btn-ec-conversion:focus,
.btn-ec-conversion:active {
    color: #fff;
    background-color: #2963AB;
}

.card-header {
    padding: 10px 15px;
    margin-bottom: 0;
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 15px;
}

.btn-action-coppy {
    background-color: #FFFFFF;
    border-color: #595959;
    color: #595959;
    border: 1px solid #595959;
    border-radius: 5px;
    margin: 10px auto;
    display: inline-block;
}

.table.has-border > thead > tr > th,
.table.has-border > tbody > tr > th,
.table.has-border > tfoot > tr > th,
.table.has-border > thead > tr > td,
.table.has-border > tbody > tr > td,
.table.has-border > tfoot > tr > td {
    border-top: 1px solid #ddd;
}

.table.has-border > thead > tr > th,
.table.has-border > thead:first-child > tr:first-child > th,
.table.has-border > tbody > tr > th {
    border-top: 1px solid #ddd;
    border-bottom: 2px solid #ccc;
}

.table > tbody > tr > td.align-middle {
    vertical-align: middle;
}

.product_attribute_merge table {
    border-bottom: 1px solid #ddd;
}

.card.rounded {
    background: #fff;
    margin-bottom: 20px;
}

.card.rounded .card-body {
    padding: 0px 15px;
}

.btn-ec-delete,
.btn-ec-delete:hover,
.btn-ec-delete:focus,
.btn-ec-delete:active {
    color: #fff;
    background-color: #C04949;
    border-color: transparent;
}

.btn-ec-delete:hover,
.btn-ec-delete:focus,
.btn-ec-delete:active {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}

button.btn-ec-sub {
    background-color: #D6D9E0;
}

.form-delete-attr {
    display: inline-block;
}

/**
Drop Custom
 */
@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.dropzone.dz-started .dz-message {
    display: none;
}

.dropzone.dz-drag-hover {
    border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
    opacity: 0.5;
}


.dropzone-previews .dz-preview:hover {
    z-index: 1000;
}

.dropzone-previews .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone-previews .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone-previews .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}

.dropzone-previews .dz-preview.dz-image-preview {
    background: white;
}

.dropzone-previews .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.dropzone-previews .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}

.dropzone-previews .dz-preview .dz-remove:hover {
    text-decoration: underline;
}

.dropzone-previews .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone-previews .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%;
}

.dropzone-previews .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px;
}

.dropzone-previews .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}

.dropzone-previews .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}

.dropzone-previews .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropzone-previews .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}

.dropzone-previews .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px;
}

.dropzone-previews .dz-preview.dz-processing:not(.dz-complete) .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.dropzone-previews .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone-previews .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone-previews .dz-preview .dz-success-mark, .dropzone-previews .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
}

.dropzone-previews .dz-preview .dz-success-mark svg, .dropzone-previews .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}

.dropzone-previews .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.dropzone-previews .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}

.dropzone-previews .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}

.dropzone-previews .dz-processing .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}

.dropzone-previews .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}

.dropzone-previews .dz-preview.dz-error .dz-error-message {
    display: block;
}

.dropzone-previews .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
}

.dropzone-previews .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white;
}

.dropzone-previews .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626;
}

/**
End Drop Custom
 */


.dropzone-previews {
    margin: 0 -5px;
}

.dropzone-previews .dz-preview {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0px 5px;
    position: relative;
    margin-bottom: 10px;
}

#dropzone .dz-message span {
    display: flex;
    justify-content: center;
    align-items: center;
}

#dropzone .dz-message span i {
    color: #ccc;
    margin-right: 10px;
}

.btn-upload-dropzon {
    background-color: #FFFFFF;
    border-color: #595959;
    color: #595959;
    border: 1px solid #595959;
    border-radius: 5px;
    display: inline-block;
    padding: 6px 12px;
}

.dz-preview .dz-details,
.dz-preview .dz-success-mark,
.dz-preview .dz-error-mark,
.dz-preview .dz-error-message {
    display: none;
}

.dropzone-previews .dz-image {
    border-radius: 3px;
    overflow: hidden;
    width: 100%;
    height: 100px;
    position: relative;
    display: block;
    z-index: 10;
    border: 1px solid #ccc;
    text-align: center;
}

.dropzone-previews .dz-image img {
    height: 100%;
    object-fit: cover;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group-prepend,
.input-group-append {
    display: -ms-flexbox;
    display: flex;
}

.input-group input[type="number"] {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-left: 0px;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.form-inline select[name="apply_date[*]"] {
    display: inline-block;
    min-width: 80px;
}

.edit-tax {
    display: none;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border: 1px solid #ddd;
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 2px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.align-middle p {
    margin-bottom: 0px;
}

.box-header.has-color {
    color: #333;
}

/* Boostrap 4 */
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group-prepend,
.input-group-append {
    display: -ms-flexbox;
    display: flex;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 12px;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.mt-5 {
    margin-top: 5px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-12 {
    margin-bottom: 15px;
}

.box-header.with-border {
    border-bottom: 1px solid #d2d6de;
}

hr {
    border-top: 1px solid #ddd;
}

.mb-10 {
    margin-bottom: 10px;
}

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

.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.justify-content-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.h4.font-weight-normal {
    font-size: 21px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-12 {
    margin-right: 12px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.ml-10 {
    margin-right: 10px;
}

.ml-12 {
    margin-right: 12px;
}

.ml-15 {
    margin-right: 15px;
}

.ml-20 {
    margin-right: 20px;
}

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

.mt-12 {
    margin-top: 12px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.pb-15 {
    padding-bottom: 15px;
}

textarea {
    max-width: 100%;
}

.sidebar-option-theme ul {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

.sidebar-option-theme ul li {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    font-size: 16px;
}

.sidebar-option-theme ul li:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.input-group.date .input-group-addon {
    width: auto;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.7) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc !important;
    border-color: #367fa9 !important;
    padding: 1px 10px !important;
    color: #fff !important;
}

.dataTables_length {
    display: none;
}

/**
New Admin Css
*/
body {
    background-color: #ededed;
}

.wrapper {
    overflow: unset;
}

.main-menu {
    background: #0d64b0;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999 !important;
}

.main-menu .nav-link {
    padding: 10px 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.site-header {
    background: #fff;
}

.site-content {
    min-height: calc(100vh - 157px);
}

.site-footer {
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 1000;
}

.coppyright {
    background: #0d64b0;
    text-align: center;
    color: #fff;
    padding: 10px 0px;
}

.login-form .card-header {
    text-align: center;
    border-bottom: 0px;
    margin-top: 15px;
    margin-bottom: 0px;
    padding-bottom: 0;
}

.login-form .card-header h1 {
    color: #0d64b0;
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0 0;
}

.login-form .card-body {
    padding: 20px 40px 30px 40px;
}

.card.login-form {
    border: none;
    -webkit-box-shadow: 0 0 5px 0px #3c8dbc;
    -moz-box-shadow: 0 0 5px 0px #3c8dbc;
    box-shadow: 0 0 5px 0px #3c8dbc;
    max-width: 370px;
    margin: 0 auto;
}

.login-form input::-webkit-input-placeholder { /* Edge */
    color: #999;
}

.login-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999;
}

.login-form input::placeholder {
    color: #999;
}

.is-invalid {
    color: red;
}

.form-control.is-invalid {
    color: red;
    background: rgba(255, 0, 0, 0.08);
}

.navbar-nav > .user-menu > .dropdown-menu {
    left: inherit !important;
    right: 0;
    transform: unset !important;
    top: calc(100%) !important;
    z-index: 10000;
    box-shadow: 0 0 7px -3px #999;
    margin: 0;
}

.account-menu > .navbar-nav:hover .dropdown-menu,
.account-menu > .navbar-nav .dropdown-menu:hover {
    display: block !important;
    position: absolute;
}

.logo {
    padding: 15px;
}

.account-menu .navbar-nav {
    background: #fff;
    height: 100%;
    justify-content: center;
    align-items: flex-end;
    padding: 0px 15px;
    margin-right: -15px;
}

.main-menu .navbar {
    padding: 0;
}

.main-menu .nav-item:last-child .nav-link {
    border-right: 0px;
}

.main-menu .nav-item:first-child .nav-link {
    padding-left: 0;
}

.main-menu .nav-item:last-child .nav-link {
    padding-right: 0;
}

@media (max-width: 991px) {
    .main-menu .nav-link {
        padding: 10px 0px;
    }

    .megamenu-item-first {
        border: 0px;
    }
}

@media (max-width: 991px) {
    .login-form .card-body {
        padding: 20px 20px 30px 20px;
    }
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 98%;
    }
}

@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 98%;
    }
}

@media all and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 15px;
    }

    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        padding: 0px;
        color: white;
        background-color: gray;
        margin: 0px;
        border: 0px;
        border-radius: 0px;
    }

    .navbar .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .megamenu a {
        color: white
    }

    .list-unstyled a {
        color: #c5ccf7
    }

    .megamenu-item-first {
        border-right: 1px solid #ffffff;
        padding-left: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .megamenu-item {
        border-right: 1px solid #ffffff;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .megamenu-item-final {
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 98%;
    }
}

.swal2-popup {
    padding: unset;
    padding-top: 15px;
    background: whitesmoke;
    width: 320px;
}

.swal2-popup .swal2-content {
    padding: 10px 14px 24px 14px;
}

.swal2-popup .swal2-actions {
    margin: unset;
}

.swal2-popup .swal2-styled.swal2-cancel {
    background-color: white !important;
    color: #0d64b0 !important;
    width: 50%;
    border-radius: unset;
    border-bottom-left-radius: .25em;
    font-size: 17px;
}

.swal2-popup .swal2-styled.swal2-confirm {
    background-color: #0d64b0 !important;
    color: #fff;
    font-size: 17px;
    width: 50%;
    border-radius: unset;
    border-bottom-right-radius: .25em;
}

.swal2-popup .swal2-styled {
    font-weight: 50;
    margin: unset;
    font-family: monospace;
}

.swal2-popup .swal2-styled:focus {
    box-shadow: none !important;
}

.custom-confirm-button {
    border: 0;
    background-color: #0d64b0 !important;
    color: #fff;
    font-size: 17px;
    margin: 10px 10px 10px 10px;
    padding: .625em 2em;
    font-weight: bold;
    font-family: monospace;
    box-shadow: none;
}

.custom-confirm-button:focus {
    box-shadow: none !important;
}

.swal2-popup .swal2-title {
    margin: unset;
    font-size: 24px;
}

table.table thead th a {
    color: #333;
}

.d-inline-block > label {
    margin-bottom: 0px;
}

span.required {
    color: red;
    margin-left: 3px;
}

span.required:after {
    content: none;
}

.modal.custom .modal-dialog {
    width: 320px;
}

.modal.custom .modal-content {
    background-color: whitesmoke;
    border-radius: .3125em;
}

.modal.custom .modal-header {
    border: unset;
    padding: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
}

.modal.custom .modal-body {
    padding: 10px 14px 24px 14px;
}

.modal.custom .close {
    position: absolute;
    top: 0;
    right: 0;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    transition: color .1s ease-out;
    border: none;
    border-radius: 0;
    background: 0 0;
    color: #ccc;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
    cursor: pointer;
    overflow: hidden;
    margin: 0rem 0rem -1rem auto;
}

.modal.custom .modal-title {
    font-size: 24px;
    display: block;
    position: relative;
    max-width: 100%;
    padding: 0;
    color: #595959;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}

.modal.custom .modal-footer {
    padding: unset;
}

.custom-select {
    width: 75% !important;
}

.modal.custom .modal-body #layer1 {
    margin-left: 8px;
}

#layer2, #layer3, #layer4 {
    margin-left: 13px;
}

.modal-footer-custom button {
    max-width: 50%;
    flex: 0 0 50%;
    margin: 0;
    border: none;
    padding: .625em 2em;
    font-weight: 50;
    font-family: monospace;
}

.modal-footer-custom button:disabled {
    color: #fff;
    background-color: #0d64b0 !important;
    border-color: #0d64b0 !important;
    opacity: .65;
}

.modal-footer-custom .custom-cancel {
    background-color: white !important;
    color: #0d64b0 !important;
    width: 50%;
    border-radius: unset;
    border-bottom-left-radius: .25em;
    font-size: 17px;
    border: 0;
}

.modal-footer-custom .custom-submit {
    background-color: #0d64b0 !important;
    color: #fff;
    font-size: 17px;
    width: 50%;
    border-radius: unset;
    border-bottom-right-radius: .25em;
}

.modal {
    background: unset;
}

div#modalCatalogDestroy {
    padding-right: unset !important;
}

.group-status .radio-status:first-child {
    margin-right: 20px;
}

.pd-30 {
    padding: 30px;
}

#layer2.form-control,
#layer3.form-control,
#layer4.form-control {
    margin-left: 0;
}

.custom-valid {
    margin-left: 25%;
}

.swal2-popup #swal2-content {
    font-size: 15px;
}

.note-layer {
    color: red;
}

button:focus,
a:focus {
    outline: none;
}

.dz-remove {
    position: absolute;
    top: -10px;
    right: -5px;
    z-index: 900;
    background: #ffffff;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    color: red;
}

.form-event-custom .custom-select {
    width: 100% !important;
}

#accordion_event,
#accordion_user,
#accordion_agency,
.accordion-custom,
#accordion_user_customer {
    margin-bottom: 20px;
}

#accordion_event .card,
#accordion_user .card,
#accordion_agency .card,
.accordion-custom .card,
#accordion_user_customer .card {
    border: 0;
}

#accordion_event .card .card-header,
#accordion_user .card .card-header,
#accordion_agency .card .card-header,
.accordion-custom .card .card-header,
#accordion_user_customer .card .card-header {
    padding: 10px 15px 10px 0;
    border-bottom: 0 !important;
}

#accordion_event .card .card-body,
#accordion_user .card .card-body,
#accordion_agency .card .card-body,
.accordion-custom .card .card-body,
#accordion_user_customer .card .card-body {
    padding: 1.25rem 1.25rem 1.25rem 0;
}

#accordion_event .card .card-header a,
#accordion_user .card .card-header a,
#accordion_agency .card .card-header a,
.accordion-custom .card .card-header a,
#accordion_user_customer .card .card-header a {
    border-bottom: 1px #ddd solid;
}

#accordion_event .card .card-header h5,
#accordion_user .card .card-header h5,
#accordion_agency .card .card-header h5,
.accordion-custom .card .card-header h5,
#accordion_user_customer .card .card-header h5 {
    border-bottom: 1px #ddd solid;
}

.table-secondary .sorting_asc {
    background: #d6d8db url(../images/sort_desc.png) no-repeat 350px 20px;
}

.table-secondary .sorting_desc {
    background: #d6d8db url(../images/sort_asc.png) no-repeat 350px 20px;
}
.table .th--actions {
    min-width: 100px;
}
.table .th--big-actions {
    min-width: 180px;
}
.table .th--small-actions {
    min-width: 140px;
}
.table .th--block {
    min-width: 55px;
}
.table .th--status {
    min-width: 85px;
}
.table .th-max-width-600 {
    max-width: 600px;
}
.tilde-datetime {
    padding: 0;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.tilde-date {
    padding: 0;
    position: absolute;
    right: -6px;
    top: 55%;
    transform: translateY(-50%);
}

.unset-padding-right {
    padding-right: unset;
}


/*======customise=====*/
.main-menu .navbar-nav .dropdown-toggle:hover + .dropdown-menu {
    display: block;
}

.dropdown-menu:hover {
    display: block !important;
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle,
.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
    background: #0d64b0;
    border-color: #0d64b0;
}

.content {
    padding: 30px 0;
}

.navbar-nav > .user-menu .user-image {
    width: 32px;
    height: 32px;
    margin-top: 0;
    border: 1px solid;
    margin-right: 5px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
    border: 1px solid #cbecff;
}

.navbar-dark .navbar-toggler {
    border: none;
    padding: 5px 0;
}

.navbar-toggler-icon {
    width: 2rem;
    height: 2rem;
}

.table thead th i[class*="fa-sort"] {
    float: right;
    line-height: 1.3;
}

.table-hover tbody tr:hover {
    background: #d7edff;
}

.tabbable-custom p.is-invalid,
.tabbable-custom div.is-invalid,
.tabbable-custom span.is-invalid {
    margin: 5px 0 0;
    font-size: 12px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    padding: 20px 10px 10px;
    height: unset;
}

.pagination-custom {
    padding: 0 30px;
    position: relative;
    display: inline-block;
}

.pagination-custom.first {
    padding-left: 0;
}

.pagination-custom.last {
    padding-right: 0;
}

.pagination-custom__next,
.pagination-custom__prev {
    background: #fff;
    position: absolute;
    height: 100%;
    width: 25px;
    border: 1px solid #767676;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 18px;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.pagination-custom__next:hover,
.pagination-custom__prev:hover {
    background: #eee;
    color: #0d64b0;
}

.pagination-custom__next {
    right: 0;
}

.pagination-custom__prev {
    left: 0;
}

.pagination-custom__input {
    text-align: center;
}

.pagination-custom__input::-webkit-inner-spin-button,
.pagination-custom__input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-group__field {
    position: relative;
    padding-bottom: 35px;
}

.form-group__field p.is-invalid,
.form-group__field div.is-invalid,
.form-group__field p.error,
.form-group__field div.error {
    position: absolute;
    margin-top: 5px;
}

.note-toolbar .btn {
    padding: 0 5px;
}

.box-header > .box-tools {
    top: 3px
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
    line-height: 1.3;
}

.translations-notification {
    color: red;
}

.checkbox-control input[type="checkbox"],
.checkbox-control input[type="radio"] {
    display: none;
}

.checkbox-control label {
    cursor: pointer;
    padding-left: 45px;
    position: relative;
    color: #6c757d;
    font-size: 13px;
    line-height: 21px;
}

.checkbox-control label:before {
    content: '';
    width: 38px;
    height: 100%;
    position: absolute;
    border-right: 1px solid #ddd;
    top: 0;
    left: 0;
}

.checkbox-control input[type="checkbox"]:checked + label,
.checkbox-control input[type="radio"]:checked + label {
    background: #e8f0fe;
}

.checkbox-control input[type="checkbox"]:checked + label:before,
.checkbox-control input[type="radio"]:checked + label:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #0d64b0;
    font-size: 24px;
    text-align: center;
    line-height: 35px;
}

.checkbox-control input[type="radio"]:checked + label:before {
    content: '\f192';
}

.checkbox-control.checkbox-control--radio label {
    border-radius: 50px;
}

.display-item__p {
    border-bottom: 1px #ddd solid
}

@media (max-width: 991px) {
    .main-menu .navbar {
        justify-content: flex-end;
    }
}

@media (max-width: 767px) {
    .dropzone-previews .dz-image {
        height: 50px;
    }
}

@media (max-width: 575px) {
    .logo {
        padding: 10px 15px;
    }

    .logo img {
        max-width: 150px;
    }

    .title-page h3 {
        font-size: 20px;
    }

    .tilde-datetime {
        display: none;
    }

    .tilde-date {
        display: none;
    }

    .box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
        font-size: 16px;
    }

    .box-header > .box-tools {
        right: 0;
    }
}


/*customise select2*/
.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
    min-height: 38px !important;
    border-radius: 0 !important;
    border-color: #ddd !important;
    padding: 3px !important;
}

.select2-search.select2-search--inline {
    display: inline-block;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding-left: 0 !important;
    border-radius: 0 !important;
    margin: 3px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background: none !important;
    color: #fff !important;
}


/*customise calendar fc library*/
.fc-toolbar.fc-header-toolbar {
    padding: 0;
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 60px;
    border: 1px solid #999;
}

.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 10px 15px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    height: 40px;
    line-height: 40px;
    color: #999;
    border-radius: 5px 10px 10px 5px;
    font-weight: 300;
}

.file-upload-wrapper:before {
    content: 'ファイルを選択';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 60px;
    background: #0d64b0;
    color: #fff;
    font-weight: 700;
    z-index: 25;
    font-size: 16px;
    line-height: 60px;
    padding: 0 15px;
    text-transform: uppercase;
    pointer-events: none;
}

.file-upload-wrapper:hover:before {
    -webkit-box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}

.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 40px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.customer-table-order-detail tr td:first-child {
    font-weight: bold;
    width: 30%;
}

.menu-agency {
    background: #F58737 !important;
}

.menu-user {
    background: #00A348 !important;
}

.modal-client .box-body, .modal-supplier .box-body,
.modal-supplier-manufacturer .box-body,
.modal-sale-destination .box-body,
.modal-supplier-search-name .box-body,
.modal-vendor-search-name .box-body{
    max-height: 350px;
    overflow-y: auto;
}

.modal-client .tbl-client,
.modal-supplier .tbl-supplier,
.modal-sale-destination .tbl-sale-destination,
.modal-supplier-manufacturer .tbl-supplier-manufacturer,
.modal-supplier-search-name .tbl-supplier-sn,
.modal-vendor-search-name .tbl-vendor-sn{
    border-collapse: collapse;
    width: 100%;
}

.modal-sort .tbl-sort thead th,
.modal-client .tbl-client thead th,
.modal-supplier .tbl-supplier thead th,
.modal-sale-destination .tbl-sale-destination thead th,
.modal-supplier-manufacturer .tbl-supplier-manufacturer thead th,
.modal-supplier-search-name .tbl-supplier-sn thead th,
.modal-vendor-search-name .tbl-vendor-sn thead th{
    position: sticky;
    top: -1px;
}

.modal-supplier, .modal-supplier-manufacturer, .modal-supplier-search-name, .modal-vendor-search-name {
    z-index: 99999;
}

.tbl-supplier tr.active,
.tbl-supplier tr.active:hover,
.tbl-supplier-manufacturer tr.active,
.tbl-supplier-manufacturer tr.active:hover,
.tbl-supplier-sn tr.active,
.tbl-supplier-sn tr.active:hover,
.tbl-vendor-sn tr.active,
.tbl-vendor-sn tr.active:hover{
    background-color: #0d64b0;
    color: #FFFFFF;
}
.modal-body span {
    overflow-wrap: break-word;
}

/* Loader */
#loader {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: none;
    position: fixed;
    z-index: 9999;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    cursor: no-drop;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*IE*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .swal2-popup {
        padding: 0;
        padding-top: 15px;
        background: whitesmoke;
        width: 320px;
    }

    .swal2-popup .swal2-content {
        padding: 10px 14px 24px 14px;
    }

    .swal2-popup .swal2-actions {
        margin: 0;
    }

    .swal2-popup .swal2-styled.swal2-cancel {
        background-color: white !important;
        color: #0d64b0 !important;
        width: 50%;
        border-radius: 0;
        border-bottom-left-radius: .25em;
        font-size: 17px;
    }

    .swal2-popup .swal2-styled.swal2-confirm {
        background-color: #0d64b0 !important;
        color: #fff;
        font-size: 17px;
        width: 50%;
        border-radius: 0;
        border-bottom-right-radius: .25em;
    }

    .swal2-popup .swal2-styled {
        font-weight: 50;
        margin: 0;
        font-family: monospace;
    }

    .swal2-popup .swal2-styled:focus {
        box-shadow: none !important;
    }

    .modal-footer-custom .custom-submit {
        background-color: #0d64b0 !important;
        color: #fff;
        font-size: 17px;
        width: 50%;
        border-radius: 0;
        border-bottom-right-radius: .25em;
    }
    .modal {
        background: 0;
    }
    div#modalCatalogDestroy {
        padding-right: 0 !important;
    }
    .modal-footer-custom .custom-cancel {
        background-color: white !important;
        color: #0d64b0 !important;
        width: 50%;
        border-radius: 0;
        border-bottom-left-radius: .25em;
        font-size: 17px;
        border: 0;
    }
    .modal.custom .modal-footer {
        padding: 0;
    }
    .modal.custom .modal-header {
        border: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 15px;
    }
}
.list_user p,
.accordion_user p {
    padding-left: 10px;
}
.a--link-modal-proposal {
    text-decoration: unset;
    color: #0056b3;
    border-bottom: 1px solid;
    font-size: 11px;
}
/* END Loader */

table.fixed{
    width: 100%;
    overflow: auto;
}
table.fixed td,table.fixed th{
    min-width: 100px;
    white-space: nowrap;
}
table.fixed tr td:nth-child(1),table.fixed tr th:nth-child(1){
    background-color: #ffffff;
    position: sticky;
    min-width: 100px;
    max-width: 100px;
    left: 0;
    z-index: 20;
}

table.fixed tr td:nth-child(2),table.fixed tr th:nth-child(2){
    background-color: #ffffff;
    position: sticky;
    min-width: 82px;
    max-width: 82px;
    left: 100px;
    z-index: 20;
}

table.fixed tr td:nth-child(3),table.fixed tr th:nth-child(3){
    background-color: #ffffff;
    position: sticky;
    min-width: 130px;
    max-width: 130px;
    left: 182px;
    z-index: 20;
}

table.fixed tr td:nth-child(4),table.fixed tr th:nth-child(4){
    background-color: #ffffff;
    position: sticky;
    min-width: 50px;
    max-width: 50px;
    left: 312px;
    z-index: 20;
}

table.fixed tr td:nth-child(5),table.fixed tr th:nth-child(5){
    background-color: #ffffff;
    position: sticky;
    min-width: 400px;
    max-width: 400px;
    left: 362px;
    z-index: 20;
}

table.fixed tr td:nth-child(6),table.fixed tr th:nth-child(6){
    background-color: #ffffff;
    position: sticky;
    min-width: 80px;
    max-width: 80px;
    left: 762px;
    z-index: 20;
}

table.fixed tr td:nth-child(7),table.fixed tr th:nth-child(7){
    background-color: #ffffff;
    position: sticky;
    min-width: 150px;
    max-width: 150px;
    left: 842px;
    z-index: 20;
}

table.fixed tr td:nth-child(8),table.fixed tr th:nth-child(8){
    background-color: #ffffff;
    position: sticky;
    min-width: 140px;
    max-width: 140px;
    left: 992px;
    z-index: 20;
}

/* @media only screen and (min-resolution: 150dpi) {
    table.fixed tr td:nth-child(-n+6),table.fixed tr th:nth-child(-n+6) {
      position: static;
    }
} */
@media only screen and (max-width: 1500px) {
    table.fixed tr td:nth-child(-n+7),table.fixed tr th:nth-child(-n+7) {
      position: static;
    }
}
table.fixed tr:nth-child(2n+1) td{
    background-color: #e2f3fc;
}
table.fixed tr:nth-child(2n) td{
    background-color: #ffffff;
}
table.fixed tr td, table.fixed tr th{
    outline: #ddd solid 1px;
    border: 0;
}
/* table.fixed tr:hover td{
    background-color:#a7d4f8 !important;
}  */

.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
}
.table-responsive::-webkit-scrollbar:vertical {
    width: 11px;
}

.table-responsive::-webkit-scrollbar:horizontal {
    height: 11px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}
.table-responsive::-webkit-scrollbar-track {
    background-color: #f1f1f1; 
}

