﻿/*@font-face {
    font-family: 'AvenirNext';
    src: url('<%= ResolveUrl("~/fonts/AvenirNextLTPro-Regular.eot")%>');
    src: url('<%= ResolveUrl("~/fonts/AvenirNextLTPro-Regular.eot?#iefix")%>') format('embedded-opentype'), url('<%= ResolveUrl("~/fonts/AvenirNextLTPro-Regular.otf")%>') format('opentype'), url('<%= ResolveUrl("~/fonts/AvenirNextLTPro-Regular.ttf")%>') format('truetype');
}

@font-face {
    font-family: 'AvenirNextDemi';
    src: url('<%= ResolveUrl("~/fonts/AvenirNextLTPro-Demi.eot")%>');
    src: url('<%= ResolveUrl("~/fonts/AvenirNextLTPro-Demi.eot?#iefix")%>') format('embedded-opentype'), url('<%= ResolveUrl("~/fonts/AvenirNextLTPro-Demi.otf")%>') format('opentype'), url('<%= ResolveUrl("~/fonts/AvenirNextLTPro-Demi.ttf")%>') format('truetype');
}

@font-face {
    font-family: 'AvenirNextBold';
    src: url('<%= ResolveUrl("~/fonts/AvenirNextLTPro-Bold.eot")%>') format('embedded-opentype');
    src: url('<%= ResolveUrl("~/fonts/AvenirNextLTPro-Bold.eot?#iefix")%>') format('embedded-opentype'), url('<%= ResolveUrl("~/fonts/AvenirNextLTPro-Bold.otf")%>') format('opentype'), url('<%= ResolveUrl("~/fonts/AvenirNextLTPro-Bold.ttf")%>') format('truetype');
}*/

html * :not(.rsIcon) :not(span) {
    font-family: 'AvenirNext', 'Malgun Gothic', 'Segoe UI Semibold' !important;
    font-size: 12px;
}
body {
    /*background-image: url("../Images/bg_air_sea.jpg");*/
    /*background-image: url("../Images/bg_air_sea_gray.jpg");*/
    background: linear-gradient(0deg, rgba(230, 230, 230, 0.4), rgba(230, 230, 230, 0.4)), url('../Images/bg_spp.jpg');
    background-size: cover;
    background-position: center;
}
input[type="text"]::placeholder, input[type="password"]::placeholder {
    font-family: 'AvenirNext', 'Malgun Gothic', 'Segoe UI Semibold';
}

input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder {
    font-family: 'AvenirNext', 'Malgun Gothic', 'Segoe UI Semibold';
}

input[type="text"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder {
    font-family: 'AvenirNext', 'Malgun Gothic', 'Segoe UI Semibold';
}
.styMarginBeforeFooter{
    margin-bottom: 60px;
}
.bgWhite {
    background-color: #FFFFFF;
    width: 100%;
    position: absolute;
    opacity: 0.3;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.headerSupplier {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 20px;
}
.logoGeodis{
    width: 100%;
}
.logoGeodis img {
    width: 160px;
}
.textHeader h1{
    font-size: 36px !important;
    font-weight: 900;
    color: #3200E6;
}
.SecBar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: transparent !important;
    text-align: center;
    padding: 0px 50px;
    width: 100% !important;
}
.styleIconHeadMobile a, .styleIconHeadMobile span {
    color: #3200E6 !important;
    font-size: 14px !important;
}
.styleIconHeadMobile a {
    display: inline-block;
    height: 30px;
    padding: 0px 20px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.styleIconHeadMobile a:hover {
    color: #A9A9A9 !important;
}
.styleIconHeadMobile a:hover span {
    color: #A9A9A9 !important;
}
.hoverMenu {
    background-color: #3200E6;
    position: absolute;
    top: -32px;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    right: 0;
    transition: all 0.2s ease-in-out;
}
.hoverMenuShow{
    top: 0px;
}
.menuTable {
    display: table;
    width: 100%;
    height: calc(100vh - 220px);
}
.menuTableCell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.btnMain {
    justify-content: center;
    margin: auto;
    text-align: center;
}
.btnStyle {
    background-color: transparent !important;
    border-style: none !important;
    width: 245px;
    height: 450px !important;
    background-image: none !important;
    margin: 12px;
    transform: scale(1);
    transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
    left: -150px;
}
.overLayButton {
    background-color: rgba(0,0,0,0.6) !important;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
}
.hideMenusOverLay {
    background-color: rgba(64,64,64,0) !important;
}
.nameMenus {
    margin: 15px 10px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.IconMenusHide {
    visibility: hidden !important;
    opacity: 0 !important;
}
.IconMenus {
    display: table;
    height: 70%;
    width: 100%;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.IconMenusTc {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.IconMenus img {
    display: block;
    margin: auto;
    width: 90px;
}
.nameMenus span {
    line-height: 25px;
    color: #ffffff;
    text-align: left;
    float: left;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}
.lineUnder {
    background-color: #FFFFFF;
    height: 5px;
    margin-top: 10px;
}
.altReturnMenuShow {
    visibility: visible !important;
    opacity: 1 !important;
}
.altReturnMenu {
    position: absolute;
    right: -15px;
    bottom: -25px;
    background-color: rgba(0,0,0,0.2);
    padding: 2px 8px;
    border-radius: 3px;
    color: #FFFFFF;
    visibility: hidden;
    opacity: 0;
    transition: all 0.1s ease-in-out;
}
.iconSearch {
    background-color: #3200E6;
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    padding: 15px 15px;
    border-radius: 100px !important;
}
.iconSearchShow{
    opacity: 1 !important;
    visibility: visible !important;
}
.iconSearchTb {
    position: absolute;
    display: table;
    height: 100%;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    transform: scale(0.5);
}
.iconSearchTbEf {
    transform: scale(1.5);
}
.iconSearchTc {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.iconSearch svg {
    font-size: 32px !important;
}
.btnMain input {
    background-image: none !important;
    color: #ffffff !important;
    font-size: 18px !important;
    white-space: normal;
    width: 165px;
    text-align: center !important;
    height: 90px !important;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
}
input[type="submit"]:hover:not(.subButton), input[type="button"]:hover:not(.subButton):not(.clsFlow):not(.clsSms) {
    background-color: transparent !important;
    border: none !important;
}
.headPage{
    margin: 20px 10px;
    text-align: center;
}
.headPage span {
    font-size: 22px !important;
}
.searBlogchStyle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.searBlogchStyleSubmission{
    display: flex;
    justify-content: flex-start;
}
.searBlogchStyleMo {
    display: block;
}
.searBlogchStyleRow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}
.searchInline {
    margin: 0px 5px;
    display: flex;
    align-items: center;
}
.searchInline .textToDate{
    color: #FFFFFF;
    padding: 0 11px;
}
.searchInlineMo {
    margin-bottom: 12px;
    position: relative;
}
.searchInlineProfile{
    display: block;
    text-align: left;
}
.profileStyleCol{
    margin-bottom: 8px;
}
.searchInlineProfile .RadListBox {
    margin-top: 8px;
}
.searchInlineProfile .RadListBox label {
    color: #575756 !important;
}
.searchInlineProfile strong{
    color: #ffffff;
}
.searchInlineMo label {
    margin-bottom: 5px !important;
    width: 100%;
}
.searchInline label {
    display: block;
    margin-bottom: 0px;
    margin-right: 10px;
    color: #FFFFFF;
    font-weight: 100;
    min-width: 100px;
    text-align: left;
}
input[type=radio]{
    margin: 0;
}
.searBlogchStyleBg {
    border-radius: 8px;
    padding: 15px;
    background-color: rgba(0,0,0,0.6);
}
.RadComboBox_Silk .rcbActionButton{
    border: none !important;
    background-image: none !important;
    background-color: transparent !important;
}
.searchInline .RadInput_Silk .riTextBox, .searchInline .RadComboBox_Silk .rcbReadOnly, .searchInline .RadComboBox_Silk .rcbInner {
    border-color: #FFFFFF;
    border-top: none;
    border-right: none;
    border-left: none;
    background-color: transparent;
    background-image: none;
    color: #FFFFFF;
    border-radius: 0;
}
.searchInlineMo .RadComboBox_Silk .rcbReadOnly, .searchInlineMo .RadInput_Silk .riTextBox, .searchInlineMo .RadComboBox_Silk .rcbInner{
    min-width: 200px;
    font-size: 12px;
}
.gridData {
    margin-top: 10px;
}
.RadGrid_Silk .rgHeader {
    padding: 0 10px !important;
    border-left-style: solid;
    border-left-width: 1px;
}
.btnSection {
    text-align: center;
    /*margin: 8px 0 5px 0;*/
}
.btnSection span{
    margin: 0px 8px;
}
.RadGrid_Silk .rgHeader a{
    border: none !important;
}
.styCheckBox .rbIcon {
    margin: 0 0 0 12px !important;
}
span.RadButton_Silk .rbDecorated, .RadButton .rbText {
    position: relative;
    z-index: 2;
    font-size: 12px;
    display: inline-block !important;
}
span.RadButton_Silk.rbSkinnedButton {
    /*width: 140px;*/
}
.rbtSearch::after, .rbtExport::after, .rbtRefresh::after, .btnUpdateHandle::after {
    content: "";
    background-color: rgba(0,0,0,0.4);
    width: auto;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    right: 242px;
    z-index: 1;
    transition: all 0.2s ease-in-out;
}
.rbtSearch:hover::after, .rbtExport:hover::after, .rbtRefresh:hover::after, .btnUpdateHandle:hover::after {
    right: 0 !important;
}
.RadPicker_Silk.rcCalPopupOpen .RadInput, .RadPicker_Silk.rcMYPopupOpen .RadInput, .RadPicker_Silk.rcTimePopupOpen .RadInput{
    background-color: transparent !important;
}
.styleIconHeadMobile{
    display: flex;
    align-items: baseline;
}
.siteMap {
    width: 100%;
    margin-left: 20px;
    display: none;
}
.barRight, .barLeft {
    display: flex;
    align-items: baseline;
}
.styleIconHeadMobile {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
}
.siteMap a:hover {
    color: #575756 !important;
    text-decoration: none;
}
.DetailSppLine {
    margin-right: 15px;
    font-weight: 100;
}
.MainDetailSpp {
    display: flex;
    margin-top: 12px;
    font-size: 14px !important;
    font-weight: 900;
    background-color: rgba(0,0,0,0.6);
    color: #FFFFFF;
    width: max-content;
    padding: 9px 12px;
    border-radius: 8px;
}
.uploadMessFiles{
    float: right;
}
.searBlogchStyleBgSubmiss {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}
.popupUpload{
    position: absolute;
    top: 0;
    background-color: rgba(0,0,0,0.6);
    width: 100vw;
    height: 100vh;
    z-index: 2;
}
.DropZone1, .DropZone2 {
    width: 94%;
    margin: 0 auto;
    padding: 16px 0;
    background-color: #FFFFFF !important;
    border-color: #575756;
    border-style: dashed;
    border-width: 1px;
    color: #767676;
    text-align: center;
    font-size: 16px;
    color: #575756;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
    margin-right: 10px;

    position: relative;
    overflow: hidden;
}
.hoverDropZone {
    background-color: #3200E6 !important;
    border-color: #FFFFFF !important;
    color: #FFFFFF !important;
}
.DropZone1:hover, .DropZone2:hover {
    background-color: #3200E6 !important;
    border-color: #FFFFFF;
    color: #FFFFFF !important;
}
.DropZone1 p, .DropZone2 p {
    font-size: 14px !important;
    margin-bottom: 0;
    cursor: unset;
}
.uploadSectionIn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.sppHandleManage {
    width: 100%;
}
.RadInput_Silk .riDisabled{
    cursor: no-drop !important;
}
.uploadLeftInvoice .ruFileLI {
    display: none !important;
}
.uploadRightSupporting .RadUpload {
    position: unset !important;
}
.uploadStyleShowFile{
    transition: all 0.2s ease-in-out;
}
.uploadStyleShowFile {
    position: absolute;
    top: 145px;
    z-index: 9;
    background-color: #FFFFFF;
    border-color: #575756;
    border-style: solid;
    right: 20px;
    border-width: 1px;
    padding: 5px 14px !important;
    border-radius: 5px;
}
.rowUpload {
    display: flex;
    justify-content: start;
}
.pnUploadInvoice, .pnUploadSupporting {
    width: 60%;
    margin: auto;
}
.SectionUpload {
    margin: 22px 0 8px 0;
    width: 100%;
}
.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.swAvtive {
    display: flex;
    align-items: center;
    text-align: right;
    justify-content: flex-end;
}
.swAvtive span {
    padding-right: 5px;
    color: #FFFFFF;
}
.RadButton_Silk.rbRadioButton .rbText, .RadButton .rbIcon {
    color: #FFFFFF !important;
}
.headHaveActive{
    display: flex;
    justify-content: space-between;
}
.searBlogchStyleRowMo{
    justify-content: center;
}
.headHaveActiveSPPHandle {
    justify-content: flex-end;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 15px;
    left: 0px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
input:checked + .slider {
    background-color: #3200e6;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
input[readonly=readonly] {
    cursor: not-allowed;
}
.sppHandlePage{
    margin-top: 18px;
}
.RadSearchBox_Silk .rsbInner {
    border-radius: 8px;
    border-color: transparent !important;
    margin-bottom: 10px;
    background-color: rgba(0,0,0,0.6) !important;
    color: #FFFFFF !important;
    padding: 4px 0px !important;
}
.shwPdf {
    height: 85vh !important;
}
.gridData .RadGrid_Silk .rgSelectedRow {
    background-color: #81CFDC !important;
    color: #575756 !important;
}
.gridData .RadGrid_Silk .rgSelectedRow a {
    color: #575756 !important;
}

.rmPadding{
    padding: 0 !important;
}


.alertTextPass {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 300000;
    visibility: hidden;
    opacity: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
}
.overlayPopupAlert {
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 4;
}
.alertTextPassShow {
    visibility: visible;
    opacity: 1;
}
.alertTextPassHide {
    top: -100vh;
    opacity: 0;
    visibility: hidden;
}

.msgCheckUserIdStyle, .msgPassMis {
    /*    background-color: #FFD618;*/
    background-color: #E4E4E4;
    display: inline-block;
    /*    padding: 10px 24px;*/
    border-radius: 5px;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 5px;
    /*    text-align: center;*/
    text-align: left;
    padding-left: 110px;
    /*max-width: 35%;
    min-width: 35%;*/

    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: fit-content;
    max-width: 1000px;
    min-width: 600px;

    /*min-height: 110px;
    max-height: 110px;*/
    position: absolute;
    left: 0;
    right: 0;
    top: -110px;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.msgCheckUserIdStyleShow{
    top: 0;
    opacity: 1;
    visibility: visible;
}
.msgCheckUserIdStyleText{
    display: table;
/*    height: 110px;*/
    height: 100%;
    padding: 8px 0;
    width: 100%;
}
.msgCheckUserIdStyleTextTc{
    display: table-cell;
    vertical-align: middle;
}
.msgCheckUserIdStyleText h4{
    font-size: 24px !important;
    font-weight: bold;
}
.msgCheckUserIdStyleText .closeAlert svg {
    font-size: 18px;
    transition: all 0.2s ease-in-out;
}
.msgCheckUserIdStyleText .closeAlert svg:hover{
    color: #575756;
}
.msgCheckUserIdStyle span:hover {
    transform: scale(1.2);
}
.msgCheckUserIdStyle p, .msgPassMis p {
    margin-bottom: 0;
    font-size: 14px !important;
    font-weight: bold;
}
.styleOverFlow {
    max-height: 150px;
    overflow-y: scroll;
}
.msgCheckUserIdStyleText .countNumber {
    font-size: 18px !important;
    margin-top: 5px;
}
.msgCheckUserIdTable {
    display: table;
    padding: 30px 0;
    width: 100%;
    text-align: center;
}
.msgCheckUserIdTableCell {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 5;
}
.searchInline input[type="text"]::-webkit-input-placeholder {
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 100 !important;
    opacity: 0.5;
}
.sppManage, .sppBlogManage {
    width: 100%;
}
.RadSplitter_Black .rspPane, .RadSplitter_Black .rspPaneHorizontal{
    border: none !important;
}
.RadSplitter_Black {
    border: none !important;
}
.RadComboBox .rcbDisabled {
    opacity: 0.5 !important;
}
.listCoutMain {
    border-radius: 10px;
    margin-top: 15px;
    padding: 10px;
    background-color: rgba(0,0,0,0.6);
    color: #FFFFFF;
}
.textToDate{
    color: #FFFFFF;
}
.RadComboBoxDropDown_Silk{
    height: 200px !important;
}
.RadSearchBox .rsbInner{
    overflow: hidden;
}
.btnChat{
    height: 18px !important;
    width : 24px !important;
}
.btnChat .rbIcon {
    position: initial !important;
    margin: auto !important;
    width: 15px !important;
    height: 15px !important;
}
.watherMask {
    min-width: inherit !important;
    position: absolute;
    cursor: pointer;
    right: -10px;
    top: 5px;
    width: unset !important;
}
.popupEx {
    position: absolute;
    right: 20px;
    top: -5px;
    background-color: #FFFFFF;
    padding: 0px 10px;
    border-radius: 3px;
    line-height: 18px;
    font-size: 11px;
    font-weight: bold;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.popupExShow{
    visibility: visible;
    opacity: 1;
}
/* ---------- Grid Style ------------ */
.styleDataInt{
    text-align: right !important;
}
.RadGrid_Silk .rgHeader {
    font-size: 12px !important;
    color: #FFFFFF !important;
    text-transform: none !important;
    text-align: center !important;
}
.RadGrid_Silk .rgHeader a {
    color: #000000 !important;
}
.RadGrid_Silk .rgHeader, .RadGrid_Silk th.rgResizeCol, .RadGrid_Silk .rgHeaderWrapper, .RadGrid_Silk .rgFilterRow, .RadGrid_Silk td.rgExpandCol {
    background-color: #3200E6 !important;
}
.RadGrid_Silk .rgHeader a {
    color: #ffffff !important;
}
.RadGrid .rgCheck input {
    margin: 0 6px;
}

.RadGrid_Silk .rgExpand:hover, .RadGrid_Silk .rgExpand:focus, .RadGrid_Silk .rgExpand:active {
    background-position: -16px -168px !important;
}

.RadGrid_Silk .rgCollapse:hover, .RadGrid_Silk .rgCollapse:focus, .RadGrid_Silk .rgCollapse:active {
    background-position: -16px -68px !important;
}

.RadGrid_Silk .rgHeader:first-child::after {
    content: "";
    border: none;
}

.RadGrid_Silk .rgRow > td:first-child,
.RadGrid_Silk .rgAltRow > td:first-child {
    position: relative !important;
}

.RadGrid_Silk .rgMasterTable .rgSelectedCell, .RadGrid_Silk .rgSelectedRow {
    background-color: #3200E6 !important;
    color: #FFFFFF !important;
}
.RadGrid_Silk .rgRow > td, .RadGrid_Silk .rgAltRow > td, .RadGrid_Silk .rgEditRow > td {
    border-style: solid !important;
    border-bottom: 1px solid #e3e3e3 !important;
    border-width: 0 0 1px !important;
}
.RadGrid_Silk .rgHeader a {
    border-left-style: solid;
    border-left-width: 1px;
    padding: 2px 5px;
    display: inline-block;
}
.RadGrid_Silk {
    border: none !important;
}

.RadGrid td.rgPagerCell {
    padding: 0px !important;
}

.RadGrid_Silk .rgPageFirst, .RadGrid_Silk .rgPagePrev, .RadGrid_Silk .rgPageNext, .RadGrid_Silk .rgPageLast {
    width: 25px !important;
    height: 25px !important;
}

.RadGrid_Silk .rgWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px !important;
}

.RadGrid_Silk .rgInfoPart, .RadGrid_Silk .rgPager .rgPagerButton {
    height: 25px !important;
    line-height: 24px !important;
}

.RadGrid_Silk .rgInfoPart strong {
    padding: 0 5px !important;
}

.inputCenterAling {
    display: flex;
    align-items: center;
}

.RadGrid_Silk .rgPagerCell .rgPagerButton, .RadGrid_Silk .rgPagerCell .rgActionButton {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #c4c4c4 !important;
    color: #5f5f5f !important;
    background-color: #e3e3e3 !important;
    background-image: linear-gradient(white,#e3e3e3) !important;
}

.RadGrid_Silk .rgInfoPart, .RadGrid_Silk .rgPager .rgPagerButton {
    font-family: 'AvenirNext', 'Malgun Gothic', 'Segoe UI Semibold' !important;
}

.RadGrid_Silk .rgSortAsc, .RadGrid_Silk .rgSortDesc {
    vertical-align: middle !important;
}
.RadPicker_Silk .RadInput a {
    text-indent: unset !important;
    border-left: none;
}
.RadComboBox .rcbActionButton .p-icon{
    color: #FFFFFF;
}
.RadInput_Silk a{
    color: #FFFFFF !important;
}
.RadInput_Silk .riTextBox, .RadInput_Silk .riSelect, .RadInput_Silk .rcSelect, .RadInputMgr_Silk{
    background-color: transparent !important;
}
.RadInput_Silk a:hover{
    background-color: transparent !important;
    background-image: none !important;
}
.RadComboBox_Silk .rcbReadOnly.rcbHovered{
    background-color: transparent !important;
    background-image: none !important;
    border-color: #3200E6 !important;
}
.RadInput_Silk.RadInputHovered .riTextBox {
    border-color: #3200E6 !important;
}
.RadComboBox_Silk .rcbReadOnly.rcbFocused, .RadComboBox_Silk .rcbReadOnly.rcbExpanded{
    background-color: transparent !important;
    border-color: #3200E6 !important;
}
.searchInline .RadInput_Silk.RadInputFocused .riTextBox {
    color: #FFFFFF !important;
}
.RadInput_Silk.RadInputFocused .riSelect, .RadInput_Silk.RadInputFocused .rcSelect, .RadInput_Focused_Silk {
    color: #FFFFFF !important;
}
span.RadButton_Silk.rbSkinnedButton, span.RadButton_Silk.rbVerticalButton, span.RadButton_Silk.rbLinkButton, .RadButton_Silk.rbButton, .RadButton_Silk.rbButton.rbDisabled, .RadButton_Silk .rbSplitPart {
    background-image: none !important;
    background-color: #3200E6 !important;
    color: #FFFFFF !important;
    border-radius: 5px !important;
    position: relative;
    overflow: hidden !important;
    padding: 5px !important;
    border: none;
    border-style: none !important;
}

.SectionUpload .RadUpload_Default .ruSelectWrap .ruButton {
    background-image: none !important;
    background-color: #3200E6 !important;
    color: #FFFFFF !important;
    border-radius: 5px !important;
    position: relative;
    overflow: hidden !important;
    padding: 6px 20px !important;
    border: none;
    border-style: none !important;
    height: auto;
    min-width: unset;
    margin-top: 0px;
    font-size: 14px;
}
.RadUpload_Default .ruSelectWrap .ruButton {
    background-image: none !important;
    background-color: #3200E6 !important;
    color: #FFFFFF !important;
    border-radius: 5px !important;
    position: relative;
    overflow: hidden !important;
    border: none;
    border-style: none !important;
    height: auto;
    min-width: unset;
    margin: 3px 0;
    font-size: 14px;
    padding: 5px 20px;
}
.SectionUpload .RadUpload .ruFileLI .ruButton {
    font-size: 12px !important;
}
.RadUpload .ruStyled .ruFileInput {
    cursor: pointer;
}
.headSupAll{
    margin-bottom: 25px;
}
.mobileBurger{
    display: none;
}
.rgvUserListStyle {
    border-radius: 8px;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #575756 !important;
    overflow: hidden;
}
.btnChatStyle{
    text-align: center;
}
.popupPDFSection {
    padding: 50px 0;
}
.popupCommentSection, .popupPDFSection, .popupSendMailRecon {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}
.overlayPDF, .overlayComment, .overlaySendMailRecon {
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 4;
}
.pdfTable {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    z-index: 999;
}
.popupTable, .popupTable {
    display: table;
    width: 100%;
    height: 100vh;
}
.popupTableCell, .popupTableCell{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.popupMainStyle{
    background-color: #FFFFFF;
    border-radius: 8px;
    width: 100%;
    padding: 15px 20px;
    width: 80%;
    margin: auto;
    position: relative;
    z-index: 5;
}
.closePopup {
    position: absolute;
    top: 7px;
    right: 10px;
    cursor: pointer;
}
.closePopup svg{
    font-size: 32px !important;
    color: #3200E6;
}
.closePopup:hover svg{
    color: #575756;
    transition: all 0.3s ease-in-out;
}
.selectStatusPopup {
    margin: 30px 0;
}
.selectStatusPopupStyle{
    margin: 0;
}
.selectStatusPopupStyle label {
    color: #575756;
    text-align: left;
    min-width: 60px;
    max-width: 60px;
}
.selectStatusPopupStyle .RadComboBox_Silk .rcbReadOnly {
    border-color: #575756;
    color: #575756;
    min-width: unset;
}
.selectStatusPopupStyle .RadComboBox .rcbActionButton .p-icon {
    color: #575756;
}
.popupTextBox {
    margin-top: 20px;
    text-align: left;
}
.popupTextBox .titleComment {
    margin-bottom: 6px;
    display: block;
}
.popupTextBox .RadInput.riResizable .riTextBox {
    min-height: 190px;
    font-family: 'AvenirNext', 'Malgun Gothic', 'Segoe UI Semibold' !important;
}
.btnSendComment{
    margin-top: 15px;
}
.popupTextBox .RadInput_Silk.RadInputFocused .riTextBox {
    color: #575756 !important;
}
.popupTextBox .RadInput_Silk .riTextBox {
    border-color: #575756;
}
.popupCommentSection, .popupPDFSection, .popupSendMailRecon {
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.popupCommentSectionShow, .popupPDFSectionShow, .popupSendMailReconShow {
    visibility: visible;
    opacity: 1;
}
.closePopup .RadButton_Silk.rbButton {
    background-color: transparent !important;
}
.closePopup .RadButton .rbIcon {
    color: #3200E6 !important;
}
.closePopup .RadButton_Silk.rbButton svg {
    font-size: 32px !important;
    color: #3200E6;
    height: 25px;
    width: 25px;
}
.selectStatusPopupStyle .RadComboBox_Silk .rcbReadOnly.rcbHovered {
    color: #575756 !important;
}
.selectStatusPopupStyle .RadComboBox_Silk .rcbReadOnly.rcbExpanded {
    color: #575756 !important;
}
.selectStatusPopupStyle .RadComboBox_Silk .rcbReadOnly.rcbFocused {
    color: #575756 !important;
}
.btnInvoiceCopy {
    min-width: 100px !important;
    cursor: pointer !important;
}
.closePopupPDF .RadButton .rbIcon{
    color: #FFFFFF !important;
}
.btnStylewidth {
    max-width: 260px;
    min-width: 130px;
}
.styleLinkSupporting{
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.styleLinkSupporting:hover{
    color: #3200E6;
}
.notePassword {
    text-align: left;
    display: block;
    color: #FFFFFF;
    font-size: 10px;
    padding-top: 4px;
}
.RadInputError:after{
    top: -5px !important;
}
.searchInlineSubmisstion{
    padding: 8px 0;
    display: block;
}
.styRadio {
    display: flex;
    align-items: center;
}
.disableProfile {
    pointer-events: none;
    cursor: default;
}
.titleInformationProfile {
    text-align: left;
    margin: 0 20px 12px 20px;
}
.titleInformationProfile strong {
    color: #FFFFFF;
    padding-bottom: 6px;
    display: block;
}
.mainStyleType{
    display: flex;
    align-items: center;
}
.mainStyleType label {
    min-width: max-content !important;
}
.styRadio {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 16px;
    margin-right: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.styRadio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    left: -85px;
    z-index: 1;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #FFFFFF;
    border-radius: 50%;
}

.styRadio:hover input ~ .checkmark {
    background-color: #ccc;
}

.styRadio input:checked ~ .checkmark {
    background-color: #3200E6;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.styRadio input:checked ~ .checkmark:after {
    display: block;
}

.styRadio .checkmark:after {
    top: 4px;
    left: 4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #FFFFFF;
}
.rowSearchSubm{
    display: flex;
    align-items: center;
}
.rowDownloadTemp{
    margin-top: 10px;
}
.lineSection {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.styleTextRight{
    text-align: right;
}
.btnStyleEf{
    opacity: 0;
}
.profileEntity{
    height: 440px;
    overflow: scroll;
    background-color: #FFFFFF;
}
.btnConfirm {
    margin-top: 10px;
}
.btnConfirm button {
    border: none;
    box-shadow: none;
    padding: 5px 20px;
    background-color: #2100e6;
    color: #FFFFFF;
    margin-right: 10px;
    transition: all 0.2s ease-in-out;
}
.btnConfirm button:hover {
    background-color: #8DDAF5 !important;
    border: none !important;
    box-shadow: none;
    color: #000000;
}
.moveConfirm{
    display: none !important;
}
.bgColorSuccess {
    background-color: #79F0D1 !important;
    color: #FFFFFF;
}
.bgColorError {
    background-color: #F50F0F !important;
    color: #FFFFFF;
}
.bgColorProcess {
    background-color: #8DDAF5 !important;
    color: #FFFFFF;
}
.overlayDropColor {
    background-color: rgba(0,0,0,0.3) !important;
    position: absolute;
    left: 0px;
    top: 0;
    /*    height: 110px;*/
    bottom: 0;
    width: 100%;
}

.sectionPointStatus {
    background-color: #F8D24B;
/*    height: 110px;*/
bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
}
.iconStatus{
    color: #FFFFFF;
    display: table;
    width: 100%;
    text-align: center;
    height: 100%;
}
.iconStatusTc{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.iconStatusTc svg {
    font-size: 38px !important;
    opacity: 0.8;
}
.toolTipPattern {
    font-size: 16px !important;
    display: inline-block;
    align-items: center;
    vertical-align: sub;
    margin-left: 4px;
}
.toolTipPatternContent {
    background-color: #3200E6;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 25px 15px;
    display: inline-block;
    text-align: left;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    transform: scale(0);
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 160px;
}
.toolTipPatternContentShow {
    visibility: visible;
    transform: scale(1);
}
.btnPlusRef {
    padding: 2px 0px !important;
    background-color: #3200E6 !important;
    color: #FFFFFF;
    border-radius: 3px;
    height: 26px !important;
    width: 24px !important;
}

.btnPlusRef input {
    padding-left: 0px !important;
    font-size: 16px !important;
    font-weight: bold !important;
}
.gridPopupRef{
    border-style: none !important;
}
.RadGrid_Default .rgCommandCell {
    background-color: transparent !important;
    background-image: none !important;
}
.gridPopupRef .rgAdd {
    background-color: #3200E6 !important;
    color: #FFFFFF !important;
    padding: 6px 8px !important;
}
.gridPopupRef .rgCommandCell {
    padding: 8px 0 8px 0 !important;
}
/* Mobile Size */
@media only screen and (min-width : 320px) and (max-width : 767px) {
    .styleIconHeadMobile a, .styleIconHeadMobile span{
            font-size: 12px !important;
        }
        .pdfTableCell {
            padding: 0 10px;
        }
        .menuTable {
            margin-top: 25px;
            height: unset;
        }
        .btnMain {
            display: block;
            width: 100%;
            text-align: center;
            padding: 0 5px;
        }
        .btnStylewidth{
            min-width: unset;
            max-width: unset;
        }
        .text-footer, .FooterLink {
            font-size: 10px !important;
        }
        .text-footer.additional-footer {
            font-size: 12.5px !important;
        }
        .searchInline label {
            min-width: 125px;
            padding: 0;
        }
        .searBlogchStyleRow {
            display: block;
        }
        .searchInline {
            display: block;
            margin: 20px 0;
        }
        .searchInline .textToDate {
            display: block;
        }
        .searBlogchStyle {
            display: block;
            width: 100%;
        }
        .hoverMenu {
            background-color: transparent;
        }
        .SecBar {
            transition: all 0.3s ease-in-out;
            margin-top: 0;
            align-items: unset;
            padding: 40px 0 0 0;
        }
        .barRight{
            display: flex;
            justify-content: center;
        }
        .SecBar .styleIconHeadMobile {
            display: block;
        }
        .SecBarShow {
            top: 90px;
            visibility: visible;
            opacity: 1;
            width: 100%;
            height: 100vh;
            box-shadow: 0px 7px 24px #575756;
        }
        .styleIconHeadMobile a{
            display: block;
            margin: 8px 0;
            height: unset;
        }
        .barLeft{
            margin-bottom: 18px;
        }
        .altReturnMenu{
            display: none;
        }
        .icon {
            height: 3px;
            width: 32px;
            top: 30px;
            background-color: #114B5F;
            border-radius: 20px;
            position: absolute;
            transition-duration: 0.5s;
        }
        .icon:before {
            left: 0;
            position: absolute;
            top: -10px;
            height: 3px;
            width: 32px;
            background-color: #114B5F;
            content: "";
            border-radius: 20px;
            transition-duration: 0.5s;
        }
        .icon:after {
            left: 0;
            position: absolute;
            top: 10px;
            height: 3px;
            width: 32px;
            background-color: #114B5F;
            content: "";
            border-radius: 20px;
            transition-duration: 0.5s;
        }
        .menu {
            width: 40px;
            position: relative;
            top: -12px;
            transition-duration: 1s;
            cursor: pointer;
        }
        .burger .icon {
            transition-duration: 0.5s;
            transition-delay: 0.5s;
        }
        .burger .icon:after {
            transition: transform 0.5s, top 0.5s 0.5s;
        }
        .burger .icon:before {
            transition: transform 0.5s, top 0.5s 0.5s;
        }
        .burger.toggle .icon {
            transition-duration: 0.1s;
            transition-delay: 0.5s;
            background: transparent;
        }
        .burger.toggle .icon:before {
            transition: top 0.5s, transform 0.5s 0.5s;
            top: 0px;
            transform: rotateZ(-45deg);
        }
        .burger.toggle .icon:after {
            transition: top 0.4s, transform 0.5s 0.5s;
            top: 0px;
            transform: rotateZ(45deg);
        }
        .headerSupplier {
            align-items: unset;
        }
        .mobileBurger {
            display: block;
        }
        .MainDetailSpp {
            display: block;
        }
        .searBlogchStyleBg {
            margin-top: 20px;
        }
        .profileBlogchStyleBg{
            margin: 20px 15px 0 15px;
        }
        .msgCheckUserIdStyle, .msgPassMis {
            max-width: 95%;
            min-width: 95%;
        }
        .watherMask {
            right: -5px;
            top: 0;
        }
        .RadGrid_Silk .rgWrap {
            display: block;
            white-space: unset !important;
        }
        .RadGrid_Silk .rgPageFirst, .RadGrid_Silk .rgPagePrev {
            width: unset !important;
            height: unset !important;
        }
        .rowUpload{
            display: block;
            width: 100%;
        }
        .SectionUpload {
            width: 90%;
            margin: 22px auto 0px auto;
        }
        .DropZone1, .DropZone2{
            width: 100%;
            margin: 8px auto;
        }
        .DetailSppLine{
            margin-top: 5px;
            margin-right: 0;
        }
        .logoGeodis img{
            width: 120px;
        }
        .btnSection{
            margin-top: 20px;
        }
        .rmPaddingMb {
            padding: 0 !important;
        }
        .styRadio{
            display: flex;
            align-items: center;
            margin-top: 10px;
        }
        .titleInformationProfile{
            margin: 0;
        }
        .searBlogchStyleBgSubmiss {
            display: inline-block;
        }

        .searchInlineSubmisstion {
            margin: 8px 5px;
        }

        .uploadSectionIn {
            display: block;
        }

        .DropZone1, .DropZone2, .pnUploadInvoice, .pnUploadSupporting {
            width: 100%;
        }
        .rowSearchSubm{
            display: inline-block;
        }
        .searBlogchStyleBgSubM {
            padding: 15px 0;
        }
        .disPad {
            padding: 0;
        }
        .styleTextRight {
            text-align: left;
        }
        .btnStyle {
            width: 100%;
            height: unset !important;
            margin: 0 0 8px 0;
        }
        .nameMenus {
            float: inherit;
            width: 65%;
            display: inline-block;
        }
        .IconMenus {
            width: auto;
            height: 98px;
            float: left;
        }
        .IconMenus img{
            width: 60px;
        }
        .iconSearchTbEf {
            transform: scale(1);
        }
    }
/* Tab Size */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
    .searBlogchStyleRow {
        display: block;
    }
    .searchInlineMo label {
        min-width: 170px;
        width: auto;
    }
    .mobileBurger {
        display: block;
    }
    .watherMask {
        right: -5px;
    }
    .popupEx{
        right: 30px;
        top: -10px;
    }
    .searBlogchStyle{
        display: block;
        width: 100%;
    }
    .searchInline{
        margin: 15px;
    }
    .msgCheckUserIdStyle, .msgPassMis{
        min-width: 85%;
        max-width: 85%;
    }
    .popupMainStyle{
        width: 100%;
    }
    .styRadio {
        display: flex;
        align-items: center;
        margin-top: 10px;
    }
    .searBlogchStyleBgSubmiss{
        display: inline-block;
    }
    .searchInlineSubmisstion{
        margin: 8px 5px;
    }
    .uploadSectionIn{
        display: block;
    }
    .DropZone1, .DropZone2, .pnUploadInvoice, .pnUploadSupporting {
        width: 100%;
    }
    .rowSearchSubm {
        display: inline-block;
    }
    .searBlogchStyleBgSubM {
        padding: 15px 0;
    }
    .disPad{
        padding: 0;
    }
    .styleTextRight {
        text-align: right;
    }
    .btnStyle{
        width: 260px !important;
        height: 260px !important;
    }
    .iconSearchTbEf {
        transform: scale(1);
    }
}