/***common styles*****/
body {
	font-family: 'Play';
	color: #1b1b1b;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
}

.container {
	
}
.color-red {
	color: #ff0000;
}
.color-orange {
	color: #ff6600;
}

.color-green {
	color: #55b851;
}

.color-white{
	color:#fff;
}

.color-bg-green {
	background: #55b851 !important;
}

.error {
	color: red !important;
	border: 1px solid !important;
}
.margin-5{
	margin:5px;
}
.margin-btm-5{
	margin-bottom:5px;
}
.margin-10{
	margin:10px;
}
.margin-btm-10{
	margin-bottom:10px;
}
.btn-rounded, .menu-btn {
	border: 1px solid #bababa;
	border-radius: 30px;
	color: #ff6600;
	display: inline-block;
	padding: 10px 20px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
}

.btn-rounded:hover, .menu-btn:hover, .menu-btn.active {
	text-decoration: none;
	background: #ff6600;
	color: #fff;
	border: 1px solid #ff6600;
}

.menu-btn {
	margin-left: 10px;
	padding: 5px 15px;
}



.a {
	text-decoration: none;
	color: inherit;
}

@media ( max-width : 992px) {
	.team-category.affix {
		position: relative;
		top: auto;
	}
}

#wrapper {
	min-height: 100%;
	position: relative;
}

#wrapper .footerHld {
	bottom: 0;
	height: 40px;
	left: 0;
	position: absolute;
	width: 100%;
	border-top: medium solid;
}

.mainCont {
	min-height: 600px;
}

/***end common style**/
.navHld {
	border-bottom: medium solid;
	margin-bottom: 30px;
}

.dashbord-hld{
	padding:10px;
	margin-bottom:30px;
}

.dashbord-hld.green{
	background:#28A327;
}

.dashbord-hld.orange{
	background:#CC8700;
}

.dashbord-hld.blue{
	background:#009FE8;
}
.dashbord-hld.gray {
    background: #9a9a9a none repeat scroll 0 0;
}
.dashbord-hld.red {
    background: #CB0000 none repeat scroll 0 0;
}
.dashbord-hld.dblue{
	background:#4952B1;
}


.cont-hld{
	height: 100px;
}

.link-hld{
}

.cont-hld.domain{
	background:url(../images/domain.png) no-repeat right center;
}
.cont-hld.server{
	background:url(../images/server.png) no-repeat right center;
}
.cont-hld.invoice{
	background:url(../images/invoice.png) no-repeat right center;
}

.cont-hld.expense{
	background:url(../images/expense.png) no-repeat right center;
}

.cont-hld.project{
	background:url(../images/project.png) no-repeat right center;
}



.Income {
    color: #02cc00;
}
.Expense {
    color: red;
}
.itemDetailHld,.noteHld {
    margin-bottom: 20px;
}
.asset-img{
	max-width:300px;
	max-height:100px;
}
.btn-round {
    background: #fff500 none repeat scroll 0 0;
    border-radius: 50%;
    padding: 10px 0;
    text-align: center;
    width: 50px;
}
/***print quote******/
