﻿.noPadding {
    padding-left: 0px;
    padding-right: 0px;
}

.alignLeft {
    text-align: left !important;
}

.alignRight {
    text-align: right !important;
}

.alignCenter {
    text-align: center !important;
}

.noLeftPadding {
    padding-left: 0px !important;
}

.noRightPadding {
    padding-right: 0px !important;
}

.width100 {
    width: 100% !important;
}

.width10 {
    width: 10% !important;
}

.width5 {
    width: 5% !important;
}

.noVisible {
    visibility: hidden !important;
}

.cursorPointer {
    cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button {
    opacity: 1;
}

.backgroundNone {
    background: none !important;
}

.noBorder {
    border: none!important;
}

.whiteBackground {
    background-color:white!important;
}

.fontFamilyArial {
    font-family: arial;
    font-size: 20px;
    color: white;
}

.fontWeightBold {
    font-weight: bold;  
}

.colorBlack {
    color: black;
}

.colorWhite {
    color: white;
}


.divEllipsis {   
  text-overflow: ellipsis;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
}

@media (max-width: 400px) {
    .divEllipsis {
        text-overflow: ellipsis;
        max-width:180px;
        white-space: nowrap;
        overflow: hidden;
    }
}


@media (max-width:400px) and (min-height: 500px) {
    .divEllipsis {
        text-overflow: ellipsis;
         max-width:180px;
        white-space: nowrap;
        overflow: hidden;
    }
}

.menuOption {
    height: 27px;
}

.fontWeightNormal {
    font-weight: normal!important;
}

.displayInlineBlock {
    display: inline-block;
}

.whiteColor {
    color: white !important;
}

.midGrayColor {
    color: #808080!important;
	word-wrap: break-word;
}
.paddingTop10 {
    padding-top: 10px;
}

.midBlueColor {
    color: #53A1D3;
}

.displayCell {
    display: table-cell;
}

.breakAll {
    word-break: break-all;
}

.floatInherit {
    float: inherit;
}


.wrappedText {
    white-space: normal;
    word-break: break-word;
}

.spnSuccessMsg {
    color: #808080;
}

.paddingTop0 {
    padding-top: 0px;
}

.marginTop0 {
    margin-top: 0px;
}

.width35 {
    width: 35% !important;
}

.wordWrapBreakWord {
    word-wrap: break-word;
}

.whiteSpacePreWrap {
    white-space: pre-wrap;
}

.wordBreakBreakAll {
    word-break: break-all;
}

.noOutLine {
    outline: none;
}

.centeringDiv {
           
  display: -moz-box;             
  display: -webkit-box;         
  -moz-box-align: center;         
  -webkit-box-align: center;  
  -moz-box-pack: center;           
  -webkit-box-pack: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.grayColor {
    color: #808080;
}

.paddingTop5 {
    padding-top: 5px;
}
.width200 {
    width: 200px !important;
}

.displayInline {
    display: inline;
}

.marginTop15 {
    margin-top: 15px;
}

.marginTop20 {
    margin-top: 20px!important;
}

.paddingTop20 {
    padding-top: 20px;
}

.noBoxShadow {
    box-shadow: none!important;
}

.marginBottom5 {
    margin-bottom: 5px;
}

.zeroTopPadding {
    padding-top: 0px !important;
}

.zeroBottomPadding {
    padding-bottom: 0px;
}

.fontSize12 {
    font-size: 12px;
}

.marginTop9 {
    margin-top: 9px;
}

.lightGrayBackground {
    background-color: #F1F1F1!important;
}

.marginBottom0 {
    margin-bottom: 0px;
}

.padding-left-20 {
    padding-left: 20px;
}

.marginTop2 {
    margin-top: 2px;
}

.positionInherit {
    position: inherit;
}

@font-face {
    font-family: Montserrat;
    src: url("../Fonts/Montserrat-Regular.ttf") format("truetype")
}

.btnDashBoard {
    background-color: #315286 !important;
    color: white !important;
}

    .btnDashBoard:hover {
        color: #00FFFF !important;
    }

.btnDashBoardWhite {
    background-color: transparent !important;
    color: #315286 !important;
    border-radius: 0px !important;
}

    .btnDashBoardWhite:hover {
        color: #00FFFF !important;
        background-color: #315286 !important;
        border: 1px solid #315286 !important;
        border-radius: 0px !important;
    }

.btnDashBoard, .btnDashBoardWhite {
    font-family: Montserrat !important;
}

.show-hide-pwd {
    margin-left: 35%;
    cursor: pointer;
}

.password-validation-container {
    display: none;
}

.password-validation {
    height: 22px;
    border: 1px solid #f5f5f5;
    width: 260px;
    background-color: #efefef;
    border-radius: 2px;
    display: inline-block;
    font-size: 10px;
}

.span-progress-bar {
    height: 20px;
    display: inline-block;
    border-radius: inherit;
    transition: width ease 1s;
    -webkit-transition: width ease 1s;
    text-align: center;
    color: white;
    line-height: 20px;
    vertical-align: middle;
}