body.backend { 
	background: #eef5f9 !important;
}

.modal-loader {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('https://res.cloudinary.com/djfxnzkur/image/upload/v1580029793/b0986e-10-1_dgiepl.gif') 
                50% 50% 
                no-repeat;
}
body.loading .modal-loader {
    overflow: hidden;   
}
body.loading .modal-loader {
    display: block;
}

.page-breadcrumb { padding: 0 !important; }
.breadcrumb { padding:0 !important; }

.btn-light {
    border: 1px solid #d9d9d9 !important;
}

.form-label {
    padding: 0.375rem 0.75rem;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.msg_box{
	position:fixed;
	bottom:-5px;
	width:350px;
	background:white;
	border-radius:5px 5px 0px 0px;
}

.msg_box .msg_head{	
	background:black;
	color:white;
	padding:8px;
	font-weight:bold;
	cursor:pointer;
	border-radius:5px 5px 0px 0px;
}

.msg_box .msg_body{
	background:white;
	height:300px;
	font-size:12px;
	padding:15px;
	overflow:auto;
	overflow-x: hidden;
	border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.msg_box .msg_input{
	width:100%;
	height: 55px;
	border: 1px solid white;
	border-top:1px solid #DDDDDD;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;   
	box-sizing: border-box;
	padding-left: 15px;
	border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.msg_box .btn-close{
	float:right;
	cursor:pointer;
}
.msg_box .minimize{
	float:right;
	cursor:pointer;
	padding-right:5px;
	
}

.msg_box .msg-left{
	position:relative;
	background:#e2e2e2;
	padding:5px;
	min-height:10px;
	margin-bottom:5px;
	margin-right:10px;
	border-radius:5px;
	word-break: break-all;
}

.msg_box .msg-right{
	background:#d4e7fa;
	padding:5px;
	min-height:15px;
	margin-bottom:5px;
	position:relative;
	margin-left:10px;
	border-radius:5px;
	word-break: break-all;
}

.msg_box {
	right:50px;
	z-index:1;
}

@media only screen and (max-width: 600px) {
	.msg_box {
		right:15px;
	}
}

.sidebar-nav ul .sidebar-item .sidebar-link i {
    font-size: 17px !important;
}

.sidebar-nav ul .sidebar-item .sidebar-link {
    padding: 8px 15px !important;
}

.qdetail .table td, .qdetail .table th{
	padding: 10px;
}

.table.mini td, .table.mini th {padding: 10px;}
.table-bordered td, .table-bordered th {
    padding: 1rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.user-pic .fa-user-circle {
	font-size: 25px;
	padding:5px;
}
.user-name {
	margin-bottom: 0;
}

.pro-pic .fa-user-circle {
	font-size: 30px;
}

.swal-btn-cancel {
	border-color: #c9c9c9 !important;
    background-color: #afafaf !important;
}