
p /*{margin: 2em 0;}

/*:focus {
	border-color: #10bbf3;
	box-shadow: 0 0 2px 3px #10bbf3, 0 0 2px #10bbf3 inset;
	border-radius: 2px;
}
*/
.combobox {
	width: 280px;
	display: inline-block;
	position: relative;
}

.combobox input {
	font-size: 14px;
	color: #9e9e9e;
	font-weight: normal;
	width: 100%;
	outline: none;
	padding: 10px 10px;
	margin: 0;
	border:1px solid #cadbe3;
	border-radius: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.combobox input.selections {color: #069;}
.combobox button.toggle:focus {
	outline: none;
	box-shadow: none;
}
.combobox button.toggle {
	background-color: #fff;
	padding: 0;
	content: "\f0d7";
        font: normal normal normal 14px/1 FontAwesome;
        color:#000;
        font-size:14px;
	border-bottom: none;
	
	position: absolute;
	right: 4px;
	top: 2px;
	width:34px;
    border-left: 1px solid #cadbe3;
}

.combobox button.clear {
	display: none;
	position: absolute;
	top: 13px;
	right: 4px;
	width: 31px;
	height: 26px;
	background-color: #fff;
	border: none;
}

.combobox button.clear::before {
	content: '×';
	position: absolute;
	top: 2px;
	left: 6px;
	z-index: 1;
	background-color: #6c6c6c;
	border-radius: 100%;
	font-size: 19px;
	color: #fff;
	line-height: 1;
	width: 21px;
	height: 21px;
}

.combobox button.clear:focus::before,
.combobox button.clear:hover::before {background-color: #069;}

.combobox ul {
	display: none;
	list-style: none;
	background-color: #fff;
	font-size: 1em;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	border: 1px solid #cadbe3;
	border-radius: 5px;
}

.combobox li {
	font-weight: normal;
	padding: 5px 0 5px 50px;
	position: relative;
}

.combobox .activedescendant {
	background-color: #ddd;
	color: #9e9e9e;
}

.combobox li[aria-selected="true"] {color: #000;}

.combobox li[aria-selected="true"].activedescendant {color: #069;}

.combobox li span.check::before {
	position: absolute;
	content: ' ';
	line-height: 1;
	text-align: center;
	left: 20px;
	top: 10px;
	border-radius: 3px;
	width: 15px;
	margin-right: 10px;
	border: 1px solid #7B8E9B;
	background: #f9f9f9;
}

.combobox li[aria-selected="true"] span.check::before {content: "✓";}
/*.multiselect_icon b {background: #fff none repeat scroll 0 0;position: absolute;right: 10px;top: 0; content: ""; }*/
.multiselect_icon .caret{top:18px;border:0px;display:none;}
.multiselect_icon .btn-group .btn:after{border-left: 1px solid #d3e0e7;color: #a4bfce;content:'\f0d7';font-family: fontawesome;padding: 5px 10px;position: absolute;
right:0;top:0; background:#fff;}
.section_oneBg {
    background-color:red;
}
#wrapper .left_side::after {
    position: absolute;
    content: "";
    /* border: 20px solid transparent; */
    border-right: 20px solid #fff;
    right: 0;
    top: 10%;
}


.download-invoice-bg{float:left;width:100%; display:table;}
.download-invoice-cell{display:table-cell; padding:10px; vertical-align:top;}
.download-invoice-cell:nth-child(2){width:300px; padding-right:50px; text-align:center; font-size:14px;}
.download-invoice-cell:nth-child(2) span{color:#7dc14c; font-size:15px;}
.download-invoice-cell:nth-child(3){width:25%;vertical-align: middle;}
.download-invoice-cell-img {
    float: left;
    height: auto;
    text-align: center;
    border: 1px solid #ccc;
    padding: 6px; margin-right:10px;
}
.download-invoice-cell-txtbox {
    font-size: 14px;
}
.download-invoice-cell-green {
    font-size: 14px;
    color: #7dc14c;
}
.download-invoice-full-wd {
    float: left;
    height: auto;
}
.download-invoice-cell-greybox {
    float: left;
    width: 100%;
    height: auto;
    background: #f4f4f4;
    border-radius: 5px;
    padding: 20px 15px 20px;
}
.download-invoice-container {
    background: #fff none repeat scroll 0 0;
    float: left;
    padding: 20px;
    width: 100%;
    margin-bottom: 10px;
}
.datepicker-days { cursor: pointer; cursor: hand; }