
/* 
    Created on : 07-Aug-2018, 12:37:29
    Author     : ej
*/

.navbar-brand img {
	width: 60px ;
	margin-top: -10px ;
}

.hover {
    cursor: pointer ;
}

hr.custom {
    margin-top: 5px;
    margin-bottom: 7px;
}

#main-custom-container {
    margin-left: 20px;
    margin-right: 20px;
}

.conditional {
    display: none ;
}

.conditional-display {
    color: darkred ;
}


table.display-info tr {
    border-bottom: 1px solid lightGrey ;
    height: 40px ;
}

table.display-info tr td:first-child {
    font-weight : bold ;
}


table.display-info {
    width:100%;
}


table.display-info tr td:nth-child(2) {
    padding-left:10px ;
    color : #007bff ;  /* primary */
	width: 80% ;
}

table.display-info tr:nth-child(even) {background: #ffffff}
table.display-info tr:nth-child(odd) {background: #f5f5f5}



span.edit-input, span.edit-textarea, span.edit, span.edit-select {
    cursor: pointer ;
}

span.edit-input:hover, span.edit-textarea:hover, span.edit:hover, span.edit-select:hover {
    color: darkred ;
}

.edit input {
    display: inline-block;
}

.edit #form-edit {
    border: 1px solid darkred;
    padding: 10px;
    border-radius: 10px;
}

.customGrey {
    color: grey ;
}


/* scheduler */
.dhx_cal_lsection {
    width: 180px !important;
}

.glyphicon {
    cursor: pointer ;
}

.glyphicon.glyphicon-save {
    font-size: 25px;
}


/* bill builder */
table#list-lines {
	width: 100% ;
}


table#list-lines td, #list-bill td  {
	/* white-space: pre; */
	cursor: pointer ;
}

td.right, th.right {
	text-align: right ;
} 

table#account-client, table#report  {
	width: 100%;
}

table#account-client td, table#report td {
	padding-top: 3px;
	padding-bottom: 3px;
	
}

table#account-client td a {
	color: #333333; 
}

table.memos tr td:first-child {
	width:20%;
}

@media print {
	h3.ej-head, button {
		display: none ;
	} 
}

table.display.responsive {
	width:100% !important;
}


.ck.ck-content {
    height: 500px !important ;
}