﻿.header-logo {
    height: 46px !important;
}
.Border-Radius_ {
    border-radius: 5px;
}
.Width-Full_ {
    width: 100% !important;
}
.DivForm_ {
    width: 320px;
    margin: 40px auto 50px auto;
    background-color: rgba(0, 0, 0, 0.1) !important;
    padding: 10px;
}
.CenterElement_{
    margin: auto;
}
.MarginContent {
    margin: 20px auto 20px auto;
}
.MarginTop {
    margin-top: 10px;
}
.MarginRight {
    margin-right: 10px;
}
.MarginLeft {
    margin-left: 10px;
}
.CenterTitle_ {
    color: #494949;
    text-align: center;
    font-size: 13.5pt;
    font-weight: 600;
    background-image: url(Background/bgTitle.jpg);
    width: auto;
    display: block;
}
.LeftTitle_ {
    color: #494949;
    font-size: 13.5pt;
    font-weight: 600;
    background-image: url(Background/bgTitle.jpg);
    width: auto;
    display: block;
}
.PaddingTitle {
    padding: 13px 20px 9px 20px;
}
.CenterTitlePadding_ {
    font-size: 13pt;
    text-align: center;
    padding: 10px 0 5px 0;
}
.TitleResult {  
    padding: 7px 0 1px 0;
    font-weight: bold;
    color: red;
    text-align: center;
    line-height: 22px;
}
.CellGridResult {
    border: 1px dashed rgba(0,0,0,0.1) !important;
    border-left: none !important;
    border-top: none !important;
}
.Border {
    border: 1px solid #00b3f0;
}
.CenterLink_ {
    color: #00b3f0;
    text-align: center;
    display: inherit;
    padding-bottom: 10px;
}
.CenterText_ {
    text-align: center;
    display: inline-block;
    padding-bottom: 10px;
}
.CenterRanking_ {
    text-align: center;
    display: inline-block;
    padding: 7px 0 5px 0;
    font-weight: bold;
    color: #CC0000;
}
.CenterRanking2_ {
    text-align: center;
    display: inline-block;
    padding: 7px 0 5px 0;
    font-weight: bold;
    color: green;
}
.UpperCase_ {
    text-transform: uppercase;
}
.CustomForm_ {
    margin: 5px 0 10px 0;
}
.CustomFormTitle_ {
    padding: 20px 0;
}
.CustomImageAvatar {
    width: 96px;
    height: 96px;
    margin: 0 auto;
    display: table;
    border-radius: 50%;
    cursor: pointer;
    object-fit: cover;
    object-position: top;
}
.CustomDeleteAvatar {
    border-radius: 50%;
    background-color: #eeeeee;
}
.CustomDeleteAvatar:hover {
    background-color: #00b3f0
}
.Error_Color {
    color: #CC0000;
}
.Error_ {
    color: #CC0000;
    text-align: center;
    margin: 0;
    font-size: 11pt;
}
.Success_Color {
    color: #007E33;
}
.Success_ {
    color: #007E33;
    text-align: center;
    margin: 0;
    font-size: 11pt;
}
.Warning_Color {
    color: #FF8800;
}
.Warning_ {
    color: #FF8800;
    text-align: center;
    margin: 0;
    font-size: 11pt;
}

.Online {
    padding-right: 10px;
    color: #41a700;
}

.Offline {
    padding-right: 10px;
    color: #a5acb9;
}

.PriceSuggestBox {
    display: flex !important;
    align-items: center;
    text-align:left !important;
    margin: 0 5px 7px 0;
}

.PriceSuggest {
    color: white;
    font-weight: bold;
    border-radius: 5px;
    padding: 3px 5px;
    margin-left: 5px;
    cursor: pointer;
    -webkit-animation: glow linear 1s infinite;
    animation: glow linear 2s infinite;
}

@-webkit-keyframes glow {
    0% {
        background-color: darkred;
    }
    50% {
        background-color: red;
    }
    100% {
        background-color: orangered;
    }
}

@keyframes glow {
    0% {
        background-color: darkred;
    }
    50% {
        background-color: red;
    }
    100% {
        background-color: orangered;
    }
}

.Border-None {
    border: 0 !important;
}

.InVisible {
    display: none;
}

.Vertical-Bottom {
    vertical-align: bottom;
}

.Text-Left {
    text-align: left !important;
}
.Info_ {
    color: #0099CC;
    text-align: center;
    margin: 0;
    font-size: 11pt;
}
#PageContent_ASPxPopupControlMessage_ASPxFormLayoutMessage_1, 
#PageContent_ASPxPopupPassDefault_ASPxFormPassDefault_1 {
    padding-top: 10px !important;
}
.MessageEmail {
    font-family: Arial;
    font-size: 13pt;
}
.right-block .header-sub-menu .item:first-child:not(#HeaderPanel_RightAreaMenu_DXI0i0_) {
    padding: 0 !important;
}
.right-block .header-sub-menu .item {
    padding: 5px !important;
}
.user-info {
    display: table;
}
.user-info .text-container {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}
.user-info .avatar
{
    display: table-cell;
    vertical-align: middle;
}
.user-info .avatar img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}
.OtherDetailsCaption {
    width: 90px;
    color: #666;
}
a:link {
    text-decoration: none;
    color: #00b3f0;
}
.uploadFilesContainerPanel {
    border: none !important;
}
.uploadFilesContainerPanel tbody tr:first-child {
    /*display: none !important;*/
}
.dxflItem_Office365 {
    padding: 2px 0 !important;
}
.GridEditFormButton {
    padding-top: 17px !important;
    padding-bottom: 7px !important;
}
.GridViewImage {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #00b3f0;
    object-fit: cover;
    object-position: top;
    cursor: pointer;
}
.ImageSquare {
    width: 32px;
    height: 32px;
    border: 1px solid #00b3f0;
    object-fit: cover;
    object-position: top;
}
.dxgvDataRow_Office365 td.dxgv, .dxgvEmptyDataRow_Office365 td.dxgv {
    padding: 5px 5px 4px 10px !important;
}
.footer-wrapper {
    line-height: 20px;
    height: unset;
}
@media only screen and (min-width: 768px) {
    .footer-col1, .footer-col2 {
        width: calc((100% - 350px)/2);
    }
}
@media only screen and (max-width: 599px) {
    .formLayout-container {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .DivForm_ {
        width: calc(100% - 40px);
        height: calc(100vh - 215px);
        margin: 10px auto;
        overflow-y: auto;
    }
    .MarginContent {
        margin: 10px auto 50px auto;
    }
    .DivHeightSmall_ {
        height: unset;
    }
    .formLayout-container {
        max-width: 362px;
        width: calc(100% - 20px);
    }
    .footer > span:last-child {
    	  font-size: 12px !important;
    }
    .footer-col3 {
        width: 300px;
    }
}
@media (max-width: 359px) {
    .header-logo {
        background: url('Images/logo.png') no-repeat center center;
        background-size: cover;
        height: 33px !important;
        width: 200px;
    }
}
.footer-col1, .footer-col2, .footer-col3 {
    padding-top: 5px !important;
}
.footer {
    position: fixed;
    bottom: 0px;
    font-size: 13px;
    color: #00b3f0;
    display: block;
    width: calc(100% - 10px);
    padding: 10px 5px;
    background-image: url(Background/bgl1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 2px 5px 3px rgb(0 0 0 / 20%) !important;
}
.page-toolbar {
    background-image: url(Background/bgTitle.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
#HeaderPanel_ApplicationMenu_DXSA3 > ul > li {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.dxgvFocusedRow_Office365 {
    background-color: rgba(0, 179, 240, 0.25) !important;
    color: black !important;
}
.dxgvFocusedRow_Office365 a {
    color: #00b3f0 !important;
}
/*Merge 2 column header*/
/*#PageContent_ASPxPopupControlView_callbackPanel1_detailGrid_col2,
#PageContent_ASPxPopupControlView_callbackPanel1_detailGrid_col3
{
    display: none;
}*/
.BtnNo {
    margin-left: 10px;
}
/*Customize right panel filter report*/
.dx-editors .dx-editor .dx-field-label.dx-accordion-header {
    width: 110px;
    right: unset;
}
.dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button) {
    width: calc(100% - 110px);
}
.dx-list-item {
    display: block;
    overflow: unset;
    text-overflow: unset;
}
.dx-list-item:last-of-type {
    padding-bottom: 20px !important;
}
.dx-list-item-content {
    padding-right: 20px !important;
    font-size: 11px;
    font-weight: 500;
    font-family: unset;
}
.dx-scrollable-content {
    display: initial;
    width: 100%;
    overflow-x: scroll;
}
.dx-scrollable-container {
    overflow-x: scroll;
}
.dx-field {
    font-family: unset;
    font-weight: bold;
}
.dx-designer .dx-texteditor:not(.dx-multiline):not(.dx-textarea) .dx-texteditor-input {
    text-overflow: unset;
}

/*End customize right panel filter report*/