#main-content{
	max-height: calc(100vh - 60px);
    overflow: auto;
    min-height: calc(100vh - 60px);
}
.icon-cross{
	float: right;
    padding: 5px;
    cursor: pointer;
    margin-top: -6%;
    font-size: 20px;
}
.modal-header{
    padding: 10px;
    color: #385972;
    text-shadow: 0px 0px 0px #144b6d;
}
.custom-input{
	width: 65% !important;
}
.bootbox .modal-dialog{
	width: 30%
}
.each-user-comments{
    border: 1px solid gray;
    border-radius: 20px;
    margin-bottom: 10px;
}
.each-user-comments.green-comment{
    background: lightgreen;
}
.each-user-comments.blue-comment{
    background: lightblue;
}
.ticket_details_container{
    min-height: calc(100vh - 290px);
    max-height: calc(100vh - 290px);
    border-top: 2px solid #d5d5d5;
}
.product-name{
    text-align: right;
    color: white;
}
.product-name h2{
    margin-top: 8px;
}
.top-menu-icon{
    padding: 5px !important;
}
.comment-body{
    min-height: calc(100vh - 390px);
    max-height: calc(100vh - 390px);
    position: relative;
}
.topFilters{
    margin-bottom: 10%;
}
.topFilters .filter-content{
    /*padding-left: 20px;*/
    text-align: left;
}
.topFilters .filter-content select{
    width: 100%;
}
.filter-reset-icon{
    float: right;
    padding: 9px;
    font-size: 18px;
    padding-right: 20px;
    cursor: pointer;
}
li.csv-download{
    float: right;
    top: 12px;
}