body {
    font-family: "Raleway", "sans-serif" !important;
}

.crm-add-scroll {
    overflow-y: scroll;
	display: block;
}

.crm-comments-height{
	height: calc(100vh - 515px);
    min-height: 300px;
}

.crm-tab-content-height .tab-content{
	height: calc(100vh - 355px);
    min-height: 300px;
}

.crm-tab-comment-form-height{
	height: 250px;
	width: 100%;
}

.crm-noresize{
	resize: none;
}

.crm-tab-content-scroll {
	overflow-y: scroll;
	display: block;
}

.crm-div-img-avatar {
	overflow: hidden;
	display: block;
	height: 100px;
}

.crm-div-task-card {
	overflow: hidden;
	display: block;
	height: auto;
}

.crm-img-avatar {
    max-width: 100%;  
    max-height: 100px;
    display: block;
    margin: auto;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.crm-null-avatar {
    line-height: 100px;
    height: 100px;
    text-align: center;
}

.crm-null-avatar a{
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
}

.crm-null-avatar span{
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
}

.crm-tasks-tab-height{
	height: calc(50vh - 95px);
	overflow-y: scroll;
	display: block;

}

.ms-container {
    width: 100% !important;
}

.ms-list {
    height: 400px !important;
}

.alert-primary {
    background-color: #bde0fe !important;
    border-color: #bcdff1;
    color: #31708f;
}

.badge-wrap {
    white-space: normal !important;
    text-align: left !important;
}

#AutoCollapseMenuTools {
    position: absolute;
}

#AutoCollapseMenuTools > div {
    position: relative;
    float: left;
}

.pinkBg {
    background-color: #f8d7da;
}

.row {
    display: flex !important;
}

.comment-readmore {
    overflow: hidden;
}

input[type=checkbox] {
    height: auto;
    width: auto;
    margin-bottom: 1rem;
}

.opps-danger-readmore {
    overflow: hidden;
}

.select2-container, .select2-dropdown, .select2-search, .select2-results {
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
transition: none !important;
}

.collapse:not(.show) {
    display: none !important;
}

.card-comment p {
    margin-bottom: 0.3rem;
}
