
.padding-1 {
    padding: 1px !important;
}

.noPadding {
    padding: 0px;
}

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

.padding-top-6{
    padding-top: 6px;
}
.noPaddingRight {
    padding-right: 0px !important;
}

.noPaddingTop {
    padding-top: 0px !important;
}

.noPaddingBottom {
    padding-bottom: 0px !important;
}

.minPaddingLeft {
    padding-left: 8px !important;
}

.noMargin {
    margin: 0px !important;
}

.noMarginLeft {
    margin-left: 0px !important;
}

.noMarginRight {
    margin-right: 0px !important;
}

.noMarginLeftRight {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.noMarginTop {
    margin-top: 0px !important;
}

.noMarginBottom {
    margin-bottom: 0px !important;
}

.height-auto {
    height: auto !important;
}

.topShadow {
    box-shadow: 0 -5px 5px -5px #333 !important;
}

.topOnlyShadow{
    box-shadow: 0px 0px 8px 3px #ccc !important;
}

.bottomOnlyShadow{
    box-shadow: 0px 4px 12px -4px #ccc !important;
    
}

.rightShadow {
    box-shadow: 5px 0 5px -5px #333 !important;
}

.bottomShadow {
    box-shadow: 0 5px 5px -5px #333 !important;
}

.leftShadow {
    box-shadow: -5px 0 5px -5px #333 !important;
}

.allShadow {
    box-shadow: 0 0 5px #333 !important;
}
.bold-font {
    font-weight: bold;
}

.bold-mild-font {
    font-weight: 600;
}

.background-shade-one {
    background-color: #f4f4f4;
    border-top: 1px solid #ececec;
    color: #333;
}

.background-shade-two {
    background-color: #F9F9F9;
    border-top: 1px solid #F9F9F9;
    color: #333;
}
.noBorder {
    border: none !important;
}
.white-color {
    color: #000 !important;
}

.white-bg {
    background-color: #ffffff;
}


.text-color {
    color: #191919;
}

.noBorderRadius {
    border-radius: 0px !important;
}

.noBorderRadiusLeft {
    /*border-radius-left: 0px !important;*/
    border-top-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.noBorderRadiusRight {
    /*border-radius-right: 0px !important;*/
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.noBorderRadiusTop {
    /*border-radius-top: 0px !important;*/
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.noBorderRadiusBottom {
    /*border-radius-bottom: 0px !important;*/
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}


/*body.modal-open {
    overflow: hidden;
    position: fixed;
}*/


.noPaddingLeftRight {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.form-group{
    /*margin-bottom: 5px !important;*/
}
.help-block{
    display:none;
}

.noWrap{
    white-space: pre-wrap;
}







