﻿
.iframe-view {
    width: 100%;
    height: 500px;
}
.iframe-view>html>body>img{
    width: 100%;
    height: 100%;
}
/*
* 360 Custom Style
*/
.btn-ci360-dark1 {
    color: #fff;
    background-color: #137991;
    border-color: #137991;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
.btn-ci360-dark1:hover {
    color: #fff;
    background-color: #0f5d6f;
    border-color: #0d5364; }
.btn-ci360-dark1:focus, .btn-ci360-dark1.focus {
    color: #fff;
    background-color: #0f5d6f;
    border-color: #0d5364;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 141, 162, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(54, 141, 162, 0.5); }
.btn-ci360-dark1.disabled, .btn-ci360-dark1:disabled {
    color: #fff;
    background-color: #137991;
    border-color: #137991; }
.btn-ci360-dark1:not(:disabled):not(.disabled):active, .btn-ci360-dark1:not(:disabled):not(.disabled).active,
.show > .btn-ci360-dark1.dropdown-toggle {
    color: #fff;
    background-color: #0d5364;
    border-color: #0c4a59; }
.btn-ci360-dark1:not(:disabled):not(.disabled):active:focus, .btn-ci360-dark1:not(:disabled):not(.disabled).active:focus,
.show > .btn-ci360-dark1.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 141, 162, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(54, 141, 162, 0.5); }

.btn-outline-ci360-dark1 {
    color: #137991;
    border-color: #137991; }
.btn-outline-ci360-dark1:hover {
    color: #fff;
    background-color: #137991;
    border-color: #137991; }
.btn-outline-ci360-dark1:focus, .btn-outline-ci360-dark1.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(19, 121, 145, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(19, 121, 145, 0.5); }
.btn-outline-ci360-dark1.disabled, .btn-outline-ci360-dark1:disabled {
    color: #137991;
    background-color: transparent; }
.btn-outline-ci360-dark1:not(:disabled):not(.disabled):active, .btn-outline-ci360-dark1:not(:disabled):not(.disabled).active,
.show > .btn-outline-ci360-dark1.dropdown-toggle {
    color: #fff;
    background-color: #137991;
    border-color: #137991; }
.btn-outline-ci360-dark1:not(:disabled):not(.disabled):active:focus, .btn-outline-ci360-dark1:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-ci360-dark1.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(19, 121, 145, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(19, 121, 145, 0.5); }

/* ANIMATION */
.ui-sortable-column .fa-sort {
    display: none !important;
}
.show-aside .aside {
    transform: translateX(0);
    animation-name: animationMenuMobileSlideIn;
    animation-duration: 0.1s;
}
.content-body {
    padding: 20px 15px 30px 15px;
}

@keyframes flip-scale-down-diag-2 {
    0% {
        transform: scale(1) rotate3d(-1, 1, 0, 0deg);
    }

    50% {
        transform: scale(0.4) rotate3d(-1, 1, 0, -90deg);
    }

    100% {
        transform: scale(1) rotate3d(-1, 1, 0, -180deg);
    }
}

@keyframes animationOrderSlideIn {
    from {
        left: 100%;
    }

    to {
        left: 0%;
    }
}

@keyframes animationOrderSlideOut {
    from {
        left: 0%;
    }

    to {
        left: 100%;
    }
}

@keyframes animationMenuMobileSlideIn {
    from {
        width: 0;
    }

    to {
        width: 240px;
    }
}


/* ############### FONTS ############### */

.swal2-popup {
    border-radius: 0 !important;
}

.swal2-title {
    font-size: 24px !important;
}

.swal2-content {
    font-size: 16px;
}

.swal2-styled.swal2-confirm {
    border-radius: 0 !important;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.fnKanit {
    font-family: 'Kanit', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Kanit', sans-serif;
}

a,
button {
    font-family: 'Kanit', sans-serif;
}

body {
    font-family: 'Kanit', sans-serif;
    font-weight:300;
}


/* Default Style */

.font-normal {
    font-size: 16px !important;
}


/* End Default Stype  */

.mouseClick {
    cursor: pointer;
}

.sp360Text {
    color: #799851;
}

.sp360DarkText {
    color: #7a9953;
}

.sp360DarkTextUnder {
    font-size: 18px;
    line-height: 20px;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #799851;
}


/* ############### Layout ############### */

.mainContentFull {
    height: calc(100vh - 106px);
}

.mainContent {
    height: calc(100vh - 218px);
}

.mainContentFormBG {
    background-image: url(images/bg_banner_fw.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.navbar-menu .nav-link:hover {
    color: #D5DF31;
}

.navbar-header {
    /*background-color: #333333 !important;*/
    border-bottom-width: 0;
}

.footer {
    background-color: #232323 !important;
}

    .footer a,
    .footer a:hover,
    .footer a:visited {
        color: white !important;
    }

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 8px;
}

.navbar-menu .nav-link {
    font-size: 18px;
}

@media (min-width: 992px) {
    .navbar-menu {
        width: auto;
    }
}

@media (min-width: 1200px) {
    .navbar-header .navbar-right {
        width: auto;
    }
}


/* ############### Button ############### */

.btn-360Green {
    background-color: white;
    border-color: #7BA65E;
    color: #7BA65E;
    border-width: 2px;
    border-radius: 10px;
    cursor: pointer;
}

    .btn-360Green:hover,
    .btn-360Green:focus {
        border-color: #678B4F;
        color: white;
        background-color: #DCF003;
    }

    .btn-360Green:active,
    .btn-360Green.active {
        background-color: #DCF003;
        color: white;
    }

.btn-360Carrier {
    background-color: white;
    border-color: #01ACC8;
    color: #333333;
    border-width: 2px;
    border-radius: 10px;
    cursor: pointer;
}

    .btn-360Carrier:hover,
    .btn-360Carrier:focus {
        border-color: #01ACC8;
        color: white;
        background-color: #01ACC8;
    }

    .btn-360Carrier:active,
    .btn-360Carrier.active {
        background-color: #01ACC8;
        color: white;
    }

.btn-360primary {
    color: #333333;
    background-color: #D5DF31;
    border-color: #D5DF31;
    font-weight: bold;
}

    .btn-360primary:hover {
        color: #333333;
        background-color: #DBF000;
        border-color: 0px #0153c7;
    }

    .btn-360primary:focus,
    .btn-360primary.focus {
        /*box-shadow: 0 0 0 0.2rem rgba(39, 127, 251, 0.5);*/
        box-shadow: 0 0 0 1px rgb(124, 130, 30);
    }

    .btn-360primary.disabled,
    .btn-360primary:disabled {
        color: #333333;
        background-color: #DBF000;
        border-color: #DBF000;
    }

    .btn-360primary:not(:disabled):not(.disabled):active,
    .btn-360primary:not(:disabled):not(.disabled).active,
    .show > .btn-360primary.dropdown-toggle {
        /*color: #333333;
        background-color: #0153c7;
        border-color: #014ebb;*/
        color: #333333;
        background-color: #d0d935;
        border-color: rgb(124, 130, 30);
    }

        .btn-360primary:not(:disabled):not(.disabled):active:focus,
        .btn-360primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-360primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(39, 127, 251, 0.5);
        }

.btn-360Green2 {
    background-color: white;
    border-color: #efefef;
    color: #bdbdbd;
    cursor: pointer;
}

    .btn-360Green2:hover,
    .btn-360Green:focus {
        border-color: #f5f7cf;
        color: #d5df31;
        box-shadow: 0 0 0 0.6rem rgb(250, 255, 197);
    }

    .btn-360Green2:active,
    .btn-360Green.active {
        color: white;
    }

.btn360Active {
    border-color: #bec70c !important;
    box-shadow: 0 0 0 0.6rem rgb(250, 255, 197) !important;
}

.btn-360Carrier2 {
    background-color: #01ACC8;
    border-color: #01ACC8;
    color: white;
    /* border-width: 2px;
    border-radius: 10px; */
    cursor: pointer;
}

    .btn-360Carrier2:hover,
    .btn-360Carrier2:focus {
        background-color: white;
        border-color: #01ACC8;
        color: #333333;
    }

.btn-DefualtCarrier {
    background-color: white;
    border-color: #01ACC8;
    color: #333333;
    border-width: 2px;
    border-radius: 0.2rem;
    cursor: pointer;
    border-width: 1px !important;
    width: 180px !important;
    padding-top: 10px !important;
}

.btn-Active360Carrier {
    background-color: #00ACC8;
    border-color: #01ACC8;
    color: white;
    border-width: 2px;
    border-radius: 0.2rem;
    cursor: pointer;
    border-width: 1px !important;
    width: 180px !important;
    padding-top: 10px !important;
    font-weight: bold;
}

.btn-360CarrierBID {
    background-color: #E4C158;
    border-color: #E4C158;
    color: white;
    border-width: 2px;
    border-radius: 0.2rem;
    cursor: pointer;
    border-width: 1px !important;
    width: 100% !important;
    padding-top: 10px !important;
    font-weight: bold;
}

.btnPrint {
    color: #fff;
    background-color: #E4C158;
    border-color: #E4C158;
}

.BgColorNone {
    background-color: white !important;
}

.TxtNoBorderL {
    border-left: none !important;
}

a,
a:visited {
    color: #D5DF31;
}

    a:hover {
        color: #7A9953;
    }

.btn360Gradian {
    color: white;
    background: linear-gradient(92.22deg, #D5DF31 4.23%, #799851 99.62%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border-left: none;
}

    .btn360Gradian:active,
    .btn360Gradian:hover {
        background: linear-gradient(92.22deg, #D5DF31 4.23%, #d3ecb2 99.62%);
    }

.div360Green {
    border: solid 1px #E9F19E;
}

    .div360Green:hover,
    .div360Green:focus {
        border-color: #f5f7cf;
        box-shadow: 0 0 0 0.2rem rgb(250, 255, 197);
    }

.div360GreenNoborder {
    border: none !important;
    box-shadow: 0 0 0 0.2rem rgb(241, 241, 236);
}

    .div360GreenNoborder:hover,
    .div360GreenNoborder:focus {
        border-color: #f5f7cf;
        box-shadow: 0 0 0 0.2rem rgb(250, 255, 197);
    }

.div360GreenCarrierNoBor {
    border: none !important;
    box-shadow: 0px 4px 10px rgba(189, 189, 189, 0.2);
}

    .div360GreenCarrierNoBor:hover,
    .div360GreenCarrierNoBor:focus {
        box-shadow: 0px 0px 10px rgba(0, 172, 200, 0.3);
    }

.div360DocGreen:hover,
.div360DocGreen:focus {
    box-shadow: 0 0 0 0.2rem #ffbe0759;
}


/* ############### CheckBox ############### */

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #678B4F;
    background-color: #DCF003;
}

.custom-control-label::before {
    border: #678B4F solid 1px;
}

.customcarrier-control-input:checked ~ .customcarrier-control-label::before {
    color: #fff;
    border-color: #678B4F;
    background-color: #DCF003;
}

.customcarrier-control-label::before {
    border: #678B4F solid 1px;
}


/* ############### Signup Page ############### */

#ShipperBFtitlePanel {
    background-position: right;
    background-image: url(../assets/image/bg/logistics.jpg);
    width: 100%;
    height: 300px;
    padding: 10px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

#CarrierBFtitlePanel {
    background-position: left;
    background-image: url(../assets/image/bg/logistics.jpg);
    width: 100%;
    height: 300px;
    padding: 10px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

.BFtitlePanel {
    border-radius: 15px;
    border: solid 2px #7BA65E;
}

.CarrierColor {
    color: #01ACC8 !important;
}

.CarrierBgColor {
    background-color: #01ACC8 !important;
}

.ShipperColor {
    color: #D5DF31 !important;
}

.ShipperDarkGreenColor {
    color: #799851 !important;
}

.UnknownColor {
    color: #4f4f4f !important;
}

.ShipperBgColor {
    background-color: #D5DF31 !important;
}

.CarrierBFtitlePanel {
    border-radius: 15px;
    border: solid 2px #01ACC8;
}

.CarrierSignUpPanel {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../assets/image/logo/360carrier.png);
    width: 100%;
    height: 300px;
    padding: 10px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

.input-group #txtSignupCountryCode {
    width: 80px;
}

.input-group #txtSignupMobile {
    width: calc(100%-80px);
}

.nav-label360 {
    font-size: 13px !important;
    font-family: 'Kanit', sans-serif !important;
}

.txtForgetPass {
    font-size: 12px;
    text-align: right;
    text-decoration-line: underline;
    color: #D5DF31;
    opacity: 0.99;
}

.spRequire {
    color: red;
}

.spSuccess {
    color: green;
}

.spBorderRequire {
    border: solid 1px red !important;
}

.txtUnderLine {
    text-decoration-line: underline;
}


/*Radzen Custom*/

.ui-selectbutton .ui-button.ui-state-active,
.ui-selectbutton .ui-state-active.ui-paginator-element {
    background-color: #D4E148;
    color: #333333;
    border: solid 1px #D4E148;
    box-shadow: 0 0 0 0.2rem rgb(250, 255, 197);
}

.ui-selectbutton .ui-button {
    margin: 5px 5px 5px 5px;
}


/*Radzen CheckBox*/

.ui-chkbox-box.ui-state-active {
    background-color: #D5DF31;
}

    .ui-chkbox-box.ui-state-active:hover {
        background-color: #D5DF31;
    }


/*Step - Start*/

.wizard > .steps .current a .number,
.wizard > .steps .current a:hover .number,
.wizard > .steps .current a:active .number {
    border-color: #D5DF31;
    background-color: #D5DF31;
    color: #fff;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
    color: #001737;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
    justify-content: center;
}

.wizard {
    border: none;
}

    .wizard > .steps > ul li .title {
        font-size: 12px;
    }


/*Step - End*/

.df-settings {
    display: none;
}

.borderCurve {
    border-radius: 4px;
    border: solid 1px #e6ecef;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.01);
    padding: 1rem;
    background-color: #ffffff;
}


/* ############### Modal Animation ############### */

#modal-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    /*opacity: .50;
    -webkit-opacity: .9;
    -moz-opacity: .9;
    filter: alpha(opacity=90);*/
    z-index: 1001;
}

#modal-content {
    background-color: white;
    display: none;
    height: 300px;
    left: 50%;
    margin: -120px 0 0 -250px;
    padding: 10px;
    position: absolute;
    top: 30%;
    width: 500px;
    z-index: 1001;
    text-align: center;
}

    #modal-background.active,
    #modal-content.active {
        display: block;
    }


/*.modal-content .close {
    font-weight: 300 !important;
    font-size: 45px !important;   
}*/


/* ############### Step ############### */

.wizard > .steps > ul li + li::before {
    top: 30%;
}


/* ############### START : Hover Color and grayscale  ############### */

.grayscale img {
    /* Firefox 3.5+, IE10 */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease;
    /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
}

.grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.imgColor {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.grayscale img {
    /* Firefox 3.5+, IE10 */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease;
    /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
}

.grayscale:hover img {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.svgGrayscale {
    transition: all .6s ease;
    /* Firefox 3.5+, IE10 */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease;
    /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
}

svg image:hover {
    opacity: 0;
}

.grayscale svg {
    /* Firefox 3.5+, IE10 */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease;
    /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
}

.grayscale:hover svg {
    filter: none;
    -webkit-filter: grayscale(0%);
}


/* ############### END : Hover Color and grayscale  ############### */

.carousel-wrapper {
    overflow: auto;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 686px;
    float: left;
}

    .jcarousel ul {
        width: 10000em;
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
    }

.day-month {
    font-weight: bold;
    font-size: 20px;
}

.jcarousel-prev,
.jcarousel-next {
    display: inline-block;
    width: 25px;
    text-align: center;
    float: left;
    font-size: 20px;
    line-height: 72px;
    color: #b2b2b2;
}

.jcarousel-prev {
    margin-right: 7px
}

.jcarousel-next {
    margin-left: 7px
}

.verticalLine {
    border-left: 2px solid rgba(206, 212, 218, 0.5) !important;
    margin-left: 9px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.form-control:focus {
    color: #596882;
    background-color: #fff;
    border-color: #D5DF31;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #dbf0000f;
}

.form-control {
    border-radius: 3px;
}


/* I'm March's CSS */

.point-end-date-button {
    font-size: 14px;
    color: #799851;
    border: 0px;
    background-color: #FFFFFF;
}

.filter-status {
    min-width: 140px;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0px 4px 10px rgba(189, 189, 189, 0.2);
}

.p-left-0 {
    padding-left: 0px;
}

.mybooking-black {
    color: black;
}

.mybooking-white {
    color: white;
}

.mybooking-green {
    color: #799851;
}

.mybooking-black:hover {
    color: black;
}

.mybooking-white:hover {
    color: white;
}

.mybooking-green:hover {
    color: #799851;
}

.fav-star {
    z-index: 100;
    width: 30px;
    background-color: white;
}

.doc-button {
    width: 120px;
}

.btn-disabled {
    color: #333333;
    background-color: #BBBBBB;
    border-color: #BBBBBB;
    font-weight: bold;
}

.file-thumbnail {
    max-width: 100px;
    max-height: 120px;
}

.noti-link {
    color: #1461CE;
}

    .noti-link:hover {
        color: #114793;
    }

.bg-unreaded {
    background-color: #F9FF9F;
}

    .bg-unreaded:hover {
        background-color: #F6FF5F;
    }

.bg-readed {
    background-color: #f5f5f5;
}

    .bg-readed:hover {
        background-color: #ededed;
    }

.noti-text {
    font-size: 14px;
}

.shipper-unread {
    background-color: #F9FF9F;
}

    .shipper-unread:hover {
        background-color: #F6FF5F;
    }

.shipper-read {
    background-color: #f5f5f5;
}

    .shipper-read:hover {
        background-color: #ededed;
    }

.carrier-unread {
    background-color: #BAEAFF;
}

    .carrier-unread:hover {
        background-color: #6ABFE6;
    }

.carrier-read {
    background-color: #f5f5f5;
}

    .carrier-read:hover {
        background-color: #ededed;
    }

.docPrintItem {
    cursor: pointer;
}

    .docPrintItem.disabled {
        pointer-events: none;
        cursor: default;
        color: #c1c1c1 !important;
    }

.doc-print {
    background-color: #D8D411;
}

.doc-thunder {
    background-color: #B81212;
}

.doc-edit {
    background-color: #A8CC23;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.min-h-100 {
    min-height: 100px;
}

.c-red {
    color: #FF0000;
}

.w-100p {
    width: 100%;
}

.m-bottom-15 {
    margin-bottom: 15px;
}
.ui-autocomplete {
    display: block !important;
}

.btn-secondary.active {
    color: #fff !important;
    background-color: #01ACC8 !important;
    border-color: #01ACC8 !important;
}

i {
    width: unset !important;
}

.ui-datatable-data td {
    text-align: center !important;
}