/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/
.document-comment-input {
    width:100%;
}

.whatsapp-icon {
    background: url(/assets/global/svg/whatsapp.svg) 2px 2px no-repeat;
    background-size: 14px;
    width: 16px;
    height: 16px;
    float: right;
    margin-left: 4px;
}

.sortableTable tr, .ui-sortable-helper {
    cursor: move;
}

.fa-eye{
    position: absolute;
    top: 3%;
    right: 88%;
    cursor: pointer;
    color: lightgray;
}
.fa-eye-slash{
    position: absolute;
    top: 3%;
    right: 88%;
    cursor: pointer;
    color: lightgray;
}


@media screen and (max-width: 480px) {

    .fa-eye{
        right: 84%;
    }
    .fa-eye-slash{
        right: 84%;
    }
}