﻿.loader {
    position: fixed !important;
    left: 45% !important;
    top: 45% !important;
}

.pull-right{
    text-align:right;
}
.no-padding {
    padding: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.d-none {
    display: none !important;
}
/*Google chrome display thick outline from bootstrap css so handle that*/
a:focus {
    outline: none !important;
    box-shadow: none !important;
}

#toast-container > div {
    opacity: 1;
}

/* Prevent transparency issue */
.toast {
    opacity: 1 !important;
}

.divCenter {
    margin: auto;
    width: 100%;
}
/*Batch Edit Grid view button Alignment*/
tbody tr.dxgv td.dxgvCommandColumn_BlackGlass div {
    float: left !important;
}

.pr-5 {
    padding-left: 20px !important;
}

#directionSteps {
    clear: both;
    width: 100%;
    margin: 10px 0 0 0;
    font-size: 13px;
    line-height: normal;
}

#directionSteps p {
    font-size: 13px;
    color: #999
}

.drMsg {
    padding-left: 5%;
    padding-right: 5%;
}
.Remove_BlackGlass {
    background: none !important;
    border: none !important;
}

#directionsPanel {
    height: 790px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #999;
    border-left: none;
    border-top: none;
    padding: 10px 15px;
}
.GridViewPagerBottom{
    width:99.4% !important;
}