/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Oct 12, 2017, 1:50:34 PM
    Author     : LT-Duy
*/
.section-service{
    height: 110px;
}
.alert-danger{
    background-color: #f2dede;
}
/************************Css new bill***************************/
div.box{
	height: unset;
	overflow: unset;
	background-color: unset;
	padding: unset;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	font-family: Verdana, Geneva, sans-serif;
}
.rs-padding{
	padding: 0px;
}
.set-padding-rl{
	padding-right: 5px !important;
	padding-left: 5px !important;
}
.portlet-title{
	background-color: #F2F2F2;
}
.portlet-body{
	padding: 10px;
}
.title-color{
	color: #5F5D5D;
	font-weight: bold;
	font-size: 14px;
}
.set-bill_bg{
	background-color: #F6F6F6;
	border:1px solid #CFCFCF;
	border-radius: 5px;
}
.set-title_sub{
	padding-left: 10px;
}
label.control-label{
	font-weight: 400;
}
.service-price label{
	font-weight:400;
}
.set-label_man label{
	font-weight:400;
}
.detail-cost .col-sm-12 .col-sm-6,.set-bg-sum .col-sm-12 .col-sm-6{
	background-color: #fff;
	padding: 5px;
}
.addbill_note{
	margin: 0 0 15px 0;
}
.enable_no, .enable_NO, .enable_ {
    pointer-events: none;
    cursor: not-allowed;
}

.service-note-warning{
    color: red;
    font-weight: 600;
    white-space: normal;
    word-wrap: break-word;
    font-style: italic;
    font-size: 11px;
}