.show-pointer{
	cursor:pointer !important;
}

.custom-disabled{ 
	opacity: 0.6;
    pointer-events: none;
    cursor: not-allowed;
}

.modal .chosen-container-multi
{
	width:auto !important;
}

.angDiv ul li {
    list-style: none;
    padding: 2px 0px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.angDiv ul{
    padding: 0 10px;
    margin: 0;
    height: 200px;
    overflow: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.angDiv input {
    width: 100%!important;
    box-sizing: border-box;
    padding: 0px 10px!important;
    height: 32px;
}
.angDiv ul[disabled="disabled"] {
    background-color: #eee;
}
.angDiv ul[disabled="disabled"] li{
	pointer-events: none;
	cursor: not-allowed;
}

.overlay-loader{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
}

#loader.loader{
	background: url(../img/ajax-loader-32.gif) no-repeat scroll 9px 6px #FFFFFF;
    border-color: #2C2C2C;
    border-radius: 0 0 12px 12px;
    border-style: solid;
    border-width: 0 0 4px;
    color: #808080;
    box-shadow: 0 0 3px #708090;
    padding: 11px 7px 13px 43px;
    text-shadow: 0 0 1px #F5F5F5;
    top: 0 !important;
}
.multiItemSelect-right-arrow {
    background:  url(../img/arrow.png) no-repeat scroll 9px 6px #FFFFFF;
    height: 51px;
    background-position: 50%;
    margin-top: 115px;
}

