
.customselect2span
{
	font-size: 14px;
	box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
    border-radius: 10px !important;
    max-width:100%;
}


.customselect2ul
{
	box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.customselect2li
{
	border-radius: 15px;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    background-color: #EFEEEE;
    color: #000000;
    border: none;
    vertical-align: middle;
    display: inline-block;
    margin-left: 4px;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    word-wrap: break-word;
    box-sizing: border-box;
    white-space: normal;
    max-width: 100%;
}

.customselect2span span
{
	float: right;
	color: #999;
	cursor: pointer;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    padding-left: 3px;
}

.customselect2span span:hover
{
	color: #333;
}

.subjecttext
{
   	font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}

/* For Long String in buttons */
.modal-sm {
     max-width: 500px !important;
}
#modal-btn-yes
{
    width: 200px !important;
}

#modal-btn-no
{
    width: 200px !important;
}

/* For Mobile */
@media (max-width: 576px) {
    
    .modal-sm {
   		 width: 300px;
    }

    #modalOverride2
    {
        display: inline;
        text-align: center;
    }

    #modal-btn-yes
    {
        width: 200px !important;
        margin-bottom: 15px !important;
        margin-right: 0px !important;
    }

    #modal-btn-no
    {
        width: 200px !important;
    }
}

.displayInlineBlock {
	display: inline-block;
}

.zIndex1000{
	z-index: 1000;
}

.paddingl35{
	padding-left:35px;
}

.paddingR35{
    padding-right:35px;
}

.DisplayNone{
	display: none;
}

.minWidth0{
	min-width:0
}

.BreakWord{
	word-break: break-word;
	word-wrap: break-word;
}

.marginL20px{
	margin-left: 20px;
}

.fontWeightBold{
	font-weight: bold
}

.minWidth100{
	min-width: 100px;
}

.width132{
	width:132px;
}