/* =============================================================================
   InvoicePlane
   Custom Stylesheet

   All changes made in this file will override the default styles.
   ========================================================================== */
   
.item_tax_rate{
	width : 35%;
	padding-right: 0px;
}
.leftPadding{
	padding-left: 0px;
}
.stageHeader{
	background-color:#099e95;
	color:white;
	padding-left:22px !important;
}

.feedbackspace{
	right: 15px;
	width: 135px;
}

.invoice_adjustments tr td:last-child{
	text-align:right ;
}

.display_inline{
	display:inline;
}
.discount_field_size{
	    max-width: 45%;
	    margin-left: 5px;
}

.myButton {
	-moz-box-shadow:inset 1px 0px 3px 0px #91b8b3;
	-webkit-box-shadow:inset 1px 0px 3px 0px #91b8b3;
	box-shadow:inset 1px 0px 3px 0px #91b8b3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #6c7c7c));
	background:-moz-linear-gradient(top, #ffffff 5%, #6c7c7c 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #6c7c7c 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #6c7c7c 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #6c7c7c 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #6c7c7c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#6c7c7c',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #566963;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:20px 76px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
}

.opportunityStage{
	padding:10px;
	background-color:#DEDDDD;
	position: relative;
	display: inline-block;
	margin-left: 23px;
	margin-bottom: 5px;
}
.opportunityStage:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #DEDDDD; /* #88b7d5; */
	border-width: 20px;
	margin-top: -20px;
}

.selectedOpportunityStage{
	padding:10px;
	background-color:#88b7d5;
	position: relative;
	display: inline-block;
	margin-left: 23px;
}
.selectedOpportunityStage:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #88b7d5; 
	border-width: 20px;
	margin-top: -20px;
}

.surveysubmissionbranding{
	text-align: center;
    
    height: 100px;
    vertical-align: middle;
    display: table;
    width: 100%;
}

.lightshadowgreycolor{
	background-color: #efefef;
}

.surveysubmissionbranding div{
	display: table-cell;
    vertical-align: middle;
	font-size: xx-large;
}

#questionName {
/*	width:100% !important; */
}

.question{
	padding : 1%;
	border-radius : 5px;
}

.questionText{
	word-wrap: break-word;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #474747;
    font-weight: normal;
	padding-bottom: 7px;
}

div#surveyNavigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    background-color: #f3f3f3;
}

div#surveyNavigation li {
    float: left;
}

div#surveyNavigation li a {
    display: block;
    color: #666;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

div#surveyNavigation li a:hover:not(.active) {
    background-color: #ddd;
}

div#surveyNavigation li a.active {
    color: white;
    background-color: #4CAF50;
}
.pricingalign{
	margin : 0 0 0 23%;
	font-weight: 500;
}

#bs-example-navbar-collapse-1{
	float:right;
}

.navbar-brand{
	color : #000 !important;
}

.link_btn{
	display: inline-block;
    background-color: rgb(234, 234, 234);
    color: #FFFFFF;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin-left: 20px;
    opacity: 0.9;
	border-radius: 3px;
	border: 1px solid #ccc;
}

.layout-margin{
	margin:1% 0%  0% 0%;
}

.welcome-user{
	color: green !important;
	font-weight:bold;
}

@media only screen and (max-width: 700px) {
    body {
        margin-top:30px;
    }
}

.navbar{
	 display: table-caption; 
}
.main-area-crm{
	margin: 16px;
    width: auto !important;
	display: unset !important;
}

#password_reset{
	background-color: #fff;
    border-color: #ddd;
    padding: 2%;
    border-radius: 2px;
    border: 1px solid transparent;
}

/*survey*/
.answer{
	margin-bottom : 1%;
}
.sqgroup{
	padding:1%;   
	background-color:#f9f9f9;
}
.qheading{
	background-color: #efefef;
	padding:1%;
}
.sqdetail{
	border : 1px solid #e0e0e0;
}
.sqdetail input{
	border : 0px;
}
.sqheader{
	color : white;
	padding : 1%;
	border-radius: 3px 3px 0 0;
}
.tempSq{
	    box-shadow : 0 1px 10px rgba(196, 196, 196, 0.95);
}
.apptable{
width:75%;
margin: auto;
}
.object-table-content{
	background-color: #eaeaea;
	margin:20px 10px 10px 10px;
	padding: 10px !important;
	border-radius: 4px;
}
.object-header{
	padding: 0px 0px 10px 10px;
	font-weight: bold;
	font-size: 20px;
}

.display-a > div{
	display:flex;
}
.two-column > div{
	float: left;
    width: 50%;
    display: flex;
}

#bugcutterlogo{margin:20px auto;display:block;width:200px;height:180px;background:url("../img/logo.png") center center no-repeat}

/****************survey*************************/
.report_table{
	margin:2%
}
/****************survey*************************/

/**********************Accounting start*******************/
table#item_table .td-amount{
	max-width:85px !important;
}
/**********************Accounting end*******************/
@media(max-width: 768px){
	.title-link{
		position : absolute;
	}
}

.user-image{
	background-color: #d6dadc;
    border-radius: 25em;
    cursor: default;
    display: block;
    height: 85px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 85px;
    z-index: 0;
	float: right;
}

.profile-image{
	border-radius: 25em;
	height: 85px;
    width: 85px;
}

.user-layout-image{
    border-radius: 25em;
    width: 35px;
    height: 35px;
}

.profile-image-avatar{
	font-weight: 700;
    text-align: center;
    left: 0;
    position: absolute;
    vertical-align: middle;
    top: 0px;
    width: 85px;
    font-size: 34px;
    line-height: 85px;
}

.content{
	padding:20px;
}

.table-responsive{
	overflow-x: unset;
}

.table-responsive-horizontal{
	overflow-x: auto;
}

table#contactList tbody tr td{
	    word-break: break-all;
}

#headerbar .nav {
overflow-y : auto;
max-height : 200px;
}

.hide{
	display: none;
}

.favouriteGold{
	color: #f2d600;
}

table tbody tr .favourite:hover{
	display: inline;
}
.page_layout_list{
width: 25%;	
display:inline-block;
}

#insertBox, .insertBox {
    background-color: #fafafa;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #aaa;
    text-align: center;
}

.reference-field-input-box{
	float: left;
    width: 73%;
    border-right: none;
    border-radius: 4px 0px 0px 4px;
}
.reference-field-input-box-serach-icon{
	border: 1px solid #ccc;
    border-left: none;
    border-radius: 0px 4px 4px 0px;
    height: 34px;
}
.field-required{
	border-left: 2px solid red;
}
.sort-field-icon{
	/* display: inline-block !important; */
    margin-left: 10px;
    font-weight: 100;
    font-size: 13px;
}

th.sort-field > div{
	float: left;
	cursor: pointer;
	min-width: 25px;
}

.link:hover{
	text-decoration: underline;
}