.go-addressbook-url.homepage:before {
  display: inline-block;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 21px;
  /* Preferred icon size */
  /*	max-width: dp(24);
  	max-height: dp(24);*/
  color: inherit;
  width: auto;
  height: auto;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  vertical-align: middle;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

.go-module-icon-addressbook, .go-menu-icon-addressbook {
  background: url(/go/go/modules/community/addressbook/views/extjs3/themes/default/resources/addressbook.png);
}

.go-addressbook-star {
  color: #febf35;
}

.go-addressbook-index-row:not(:first-child):before {
  content: "";
  top: -7px;
  position: absolute;
  width: 100%;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.go-addressbook-index-row:not(:first-child) {
  margin-top: 14px;
  position: relative;
}

.go-addressbook-name-panel {
  padding: 14px;
}
.go-addressbook-name-panel h4, .go-addressbook-name-panel h3 {
  margin: 0;
}
.go-addressbook-name-panel .go-addressbook-star {
  margin-top: -7px;
}

.go-addressbook-name {
  position: absolute;
  top: 14px;
  right: 14px;
}

.go-addressbook-url-panel {
  text-align: right;
  line-height: 17.5px;
}

.go-addressbook-url {
  height: 17.5px;
  width: 17.5px;
  background-repeat: none;
  background-position: center;
  background-size: contain;
  display: inline-block;
  border-radius: 1px;
}
.go-addressbook-url.linkedin {
  background-image: url(/go/go/modules/community/addressbook/views/extjs3/themes/default/resources/linkedin.png);
}
.go-addressbook-url.facebook {
  background-image: url(/go/go/modules/community/addressbook/views/extjs3/themes/default/resources/facebook.png);
}
.go-addressbook-url.twitter {
  background-image: url(/go/go/modules/community/addressbook/views/extjs3/themes/default/resources/twitter.png);
}
.go-addressbook-url.homepage {
  background-color: #243a80;
  border-radius: 2px;
}
.go-addressbook-url.homepage:before {
  font-size: 17.5px;
  content: "home";
  vertical-align: baseline;
  line-height: inherit;
  color: white;
}

.go-ab-avatar {
  margin-right: 14px;
}

.avatar.organization {
  background-image: none;
}

/*# sourceMappingURL=/go/go/modules/community/addressbook/views/extjs3/themes/default/style.css.map */

.entity.Note::before {
	content: "note"
}

.go-module-icon-notes , .go-menu-icon-notes{
	background:url(/go/go/modules/community/notes/views/extjs3/themes/default/images/notes.png);
}
.go-tab-icon-googleauthenticator {
	background-image: none !important;
}

.go-module-icon-googleauthenticator , .go-menu-icon-googleauthenticator{
	background-image:url(/go/go/modules/community/googleauthenticator/views/extjs3/themes/default/images/icon.png) !important;	
}

img.googleauthenticator-qr {
	margin:20px auto;
	display:block;
}
.entity.Comment::before {
	content: "comment"
}

.go-module-icon-comments , .go-menu-icon-comments{
	background:url(/go/go/modules/community/comments/views/extjs3/themes/default/images/comments.png);
}

.categorie {
	clear: both;
	margin-bottom: 8px;
	margin-top: 16px;
}

.closebutton {
	cursor:pointer;
}

.thumbnails {
	background: transparent;
	font-size: 11px;
	padding: 8px 16px;
}

.thumbnails .x-panel-body{
	background: transparent ;
	font-size: 11px;
}
.thumbnails .thumb{
	padding: 4px 4px 4px 4px;
	background: transparent;
}

.thumbnails .icons{
	float: left;
	padding: 2px 2px 2px 2px;
	background: transparent;
}

.thumb-name{
	/*line-height:40px;*/
	vertical-align:top;
	padding-bottom:16px;
	padding-top:8px;
	padding-left:48px;
	background-position: 0px 8px;
	 background-size: 24px 24px;
	background-repeat:no-repeat;
}


.thumbnails .thumb-wrap{
	float: left;
	width:300px;
	height:100px;
	overflow:hidden;
	cursor:pointer;
	overflow:hidden;
/*	margin: 1px;*/
}
.thumbnails .thumb-wrap:hover {
	background-color: rgb(218, 212, 212);
}

.thumbnails .thumb-wrap span{
	display: block;
	overflow: hidden;
	text-align: center;
}

.thumbnails .x-view-over{
  background: white ;
}

.thumbnails .x-view-selected .thumb{
	background: white ;
}

.thumbnails .textonly {
	background: transparent;
	font-size: 12px;
}

.bookmark-column {
    float:left;
    width:320px;
    border-right: 1px solid #eee;
    padding: 16px;
}

.bookmark-column span{
    display: block;
}

.bookmark-column span.link{
    box-sizing: border-box;
    text-decoration: none;
    color:inherit;
    width:100%;
    padding:5px 10px;
		
}

.bookmark-column span.title{
    /*font-weight: bold;*/
    color: #333333;
    letter-spacing:1px;    
    font-size: 1.2em;
    width:100%;
    text-align:left;
    padding:10px;
		
}

.bookmark-column span.thumb{
    background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: left center;
    padding-left:40px;
	line-height: 40px;
	min-height: 40px;
}

.bookmark-column span.link.x-view-over{
    border:none;
    margin:0;
    cursor:pointer;
}

.go-module-icon-bookmarks, .go-menu-icon-bookmarks{
	background:url(/go/go/modules/community/bookmarks/views/extjs3/themes/default/images/bookmark.png);
}
.entity.Event::before {
	content: "event"
}



.cal-has-reminders{
	background:url(/go/modules/calendar/themes/Default/images/16x16/reminder.png) no-repeat 0 1px;
	padding:8px !important;
	float:right;
}

.cal-is-private{
	background:url(/go/modules/calendar/themes/Default/images/16x16/private.png) no-repeat 0 1px;
	padding:8px !important;
	float:right;
}
.cal-recurring{
	background:url(/go/modules/calendar/themes/Default/images/16x16/recurring.png) no-repeat 0 1px;
	padding:8px !important;
	float:right;
}
.cal-resources{
	background:url(/go/modules/calendar/themes/Default/images/16x16/resources.png) no-repeat 0 1px;
	padding:8px !important;
	float:right;
}

.cal-comment{
	white-space:normal !important;
}


.cal-date-picker .x-date-bottom .x-btn{
	float:left;
	margin-left:25px;
}

.cal-go-title{
	font-size:16px;
	margin-bottom:10px;
}

.cal-display-panel .x-toolbar table{
	float:right;	
}

.cal-display-panel * {
	/* box-sizing: content-box; */
}

#availability_date{
font-size: 12px;	
}

.availability{
	width:100%;
border-collapse:collapse;

}
.availability td{
	font-size: 10px;
	border:1px solid rgba(0,0,0,.54);
		
}

.availability_time {
	width:28px;
	padding: 0px 2px;
	text-align:center;
	font-size: 8px;	
	border:1px solid rgba(0,0,0,.16);
	
}

.time-over{
	/*background-color:rgba(0,0,255, .16) !important;*/
}

.free {
	width:6px;
}

.busy {
	background-color:rgba(255,0,0, .16);
	width:6px;
}

.go-menu-icon-calendar, .go-module-icon-calendar{
	background-image: url(/go/modules/calendar/themes/Default/images/calendar.png) !important;
}
.go-tab-icon-calendar {
	background-image: none !important;
}

.go-model-icon-GO_Calendar_Model_Event{
	background-image: url(/go/modules/calendar/themes/Default/images/calendar.png) !important;
	width:16px;
	height:16px;
}

/* sets the padding for panels with forms or text in it */
.cal-blue-panel .x-panel-body{
	background-color:#D0DEF0;
}

#calendarList {
	/*font:normal 10px "Lucida Sans Unicode","Lucida Grande","Mukti Narrow", sans-serif;*/
	font:normal 11px tahoma,arial,helvetica,sans-serif;
	padding:6px;
	background-color: transparent;
	position:relative;
	/*border-bottom:1px solid #c3daf9;*/
		
}

#calendarList div{
	border:1px solid white;
	display:block;
	-moz-outline:none;
	margin-bottom:2px;
	text-decoration:none;
	line-height:18px;
	cursor: default;
}

#calendarList .calendar-wrap{
	border:1px solid white;
	display:block;
	-moz-outline:none;
	cursor: default;
	margin-top:4px;
	padding:2px 2px 2px 6px;
}

#calendarList .x-view-over{
	background-color:#ebf1e2;
  border:1px solid #ebf1e2;
	margin-top:4px;
	padding:2px 2px 2px 6px;
}

#calendarList .x-view-selected{
	border:1px solid #669900;
	background-color:#ebf1e2;
	margin-top:4px;
	padding:2px 2px 2px 6px;	
}




#viewList {
	font:normal 11px arial, tahoma, helvetica, sans-serif;
	padding:6px;
	background-color: transparent;
	position:relative;
}

#viewList div{
	border:1px solid white;
	display:block;
	-moz-outline:none;
	margin-bottom:2px;
	text-decoration:none;
	line-height:18px;
	cursor: default;
}

#viewList .view-wrap{
	border:1px solid white;
	display:block;
	-moz-outline:none;
	margin-top:4px;
	padding:2px 2px 2px 6px;
	cursor: default;
}

#viewList .x-view-over{
  background-color:#ebf1e2;
  border:1px solid #ebf1e2;
 	margin-top:4px;
	padding:2px 2px 2px 6px;
}

#viewList .x-view-selected{
	border:1px solid #669900;
	background-color:#ebf1e2;
	margin-top:4px;
	padding:2px 2px 2px 6px;
	
}

#resourceList {
	font:normal 11px arial, tahoma, helvetica, sans-serif;
	padding:6px;
	background-color: transparent;
	position:relative;
}

#resourceList div{
	border:1px solid white;
	display:block;
	-moz-outline:none;
	margin-bottom:2px;
	text-decoration:none;
	line-height:18px;
	cursor: default;
}

#resourceList .resource-wrap{
	border:1px solid white;
	display:block;
	-moz-outline:none;
	margin-top:4px;
	padding:2px 2px 2px 6px;
	cursor: default;
}

#resourceList .x-view-over{
  background-color:#ebf1e2;
  border:1px solid #ebf1e2;
 	margin-top:4px;
	padding:2px 2px 2px 6px;
}

#resourceList .x-view-selected{
	border:1px solid #669900;
	background-color:#ebf1e2;
	margin-top:4px;
	padding:2px 2px 2px 6px;

}

.x-calGrid-panel .x-panel-body{
/*background-color: #F1F1F1 !important;*/
}
.x-calGrid-table-wrapper{
	position:relative;
	background:transparent;
}

.x-calGrid-indicator{
	position:absolute;
	border-top:2px solid #177ea3; /* #dd4b39; */
	z-index:3001;
}
.x-calGrid-table{
	table-layout:fixed;
	border-collapse: collapse;
}

.x-calGrid-blankRow,.x-calGrid-hourRow{
	/*new theme fix */
	/* box-sizing: content-box; */
}
.x-calGrid-blankRow{
	border-top:1px solid transparent;
	border-right:2px solid rgba(0,0,0, 0.04);
	height:20px;
	background-color: transparent;
}

.x-calGrid-hourRow{
	border-top:1px solid rgba(0,0,0, 0.12);
	border-right:2px solid rgba(0,0,0, 0.04);
	background-color: transparent;
}

.x-calGrid-halfhourRow{
	border-top:1px solid transparent;
	border-right:2px solid rgba(0,0,0, 0.04);
	height:20px;
	background-color: transparent;
}

.x-calGrid-timeHead{
	background-color: transparent;
	width:40px;
	height:20px;
	border-top:1px solid rgba(0,0,0, 0.04);
	border-right:1px solid rgba(0,0,0, 0.04);
	text-align:right;
	overflow: hidden;
}
/*.x-calGrid-today{
	background-color:rgba(0,0,0, 0.04) !important;
}*/
.x-calGrid-selector{
	background-color:#DFE8F6;
	position:absolute;
	visibility:hidden;
	z-index:1;
	opacity: 0.6;
	filter:alpha(opacity=60);
}

.x-calGrid-event-container {
	cursor:default;	
	position:absolute;	
	/*border:1px solid #669900;*/
	border:1px solid transparent;	
	background-color:#ebf1e2;
	overflow: hidden;
	font:normal 11px tahoma,arial,helvetica,sans-serif;
	color:#000;
	padding:3px 3px 3px 7px;
	border-radius:2px;
	outline:none;
}

.x-calGrid-event-container .x-resizable-handle-south, .x-calGrid-event-container .x-resizable-handle{
	background:transparent;
	background-image: url(/go/modules/calendar/themes/Default/../../../../views/Extjs3/ext/resources/images/default/s.gif);
}

.x-calGrid-all-day-event-container {
	text-align:left;
	padding-left: 8px;
	margin: 2px 2px 4px 0;
	position:relative;
	background-color:#ffffcc;
	color:#000;
	overflow: hidden;
	border-radius: 2px;
	-moz-outline:none;
	outline:none;
}

.x-calGrid-selected {
	background-color: rgba(23,126,163,.16) !important;
	z-index:3001 !important;
}

.x-calGrid-event-time{
	font-weight:bold;
}

.x-calGrid-grid-container{
	overflow:auto;
	position:relative;
	font:normal 11px arial, tahoma, helvetica, sans-serif;
	margin: -1px;
}

.x-calGrid-headings-table {
	background-color: transparent;
	border-collapse:collapse;
	table-layout:fixed;
	border-bottom:1px solid rgba(0,0,0, 0.12);	
}

.x-calGrid-heading{	
	font-size: 11px;
	vertical-align:middle;
	text-align:center;	
	/*color:rgba(0,0,0, 0.87);	*/
	line-height:22px;
	margin:1px;
}

.x-calGrid-heading-today{
	font-weight:bold;
}

.x-calGrid-all-day-table-container{
	overflow:auto;
}
.x-calGrid-all-day-table {
	border-collapse:collapse;
	table-layout:fixed;
	background-color: transparent;
	border-bottom:3px solid rgba(0,0,0, 0.12);	
}


.x-calGrid-all-day-first-col{
	width: 40px;
	/*border-right:1px solid rgba(0,0,0, 0.12);;*/	
} 

.x-calGrid-all-day-container{
	height:0px;
	vertical-align:top;
	/*border-right:1px solid rgba(0,0,0, 0.12);;*/
}
#cal-monthGrid-wrap {
	/*scroll fix */
	    overflow: hidden;
}
#cal-monthGrid-wrap div{
	box-sizing: border-box;

  /* and for older/other browsers: */
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.cal-monthGrid-cell{
	border-bottom:1px solid rgba(0,0,0, 0.12);
	border-right:1px solid rgba(0,0,0, 0.12);
	vertical-align:top;
	text-align:left;
	overflow:hidden;
	font-size:11px;
	float:left;
}
.cal-monthgrid-week-no{
	border-bottom:1px solid rgba(0,0,0, 0.12);
	border-right:1px solid transparent;
	vertical-align:top;
	/*background-color:#d9e3e6;*/
	float:left;
	text-align:center;
	font-size: 11px;
}
.cal-overflow-indicator{
	font-style:italic;
	position:absolute;
	padding:1px 2px;
}
.cal-monthGrid-cell .x-monthGrid-cell-day-text {
	padding:4px;
	margin-left: 4px;
}

.x-monthGrid-cell-current, .x-monthGrid-cell-today{
	background-color: transparent;
}
.x-monthGrid-cell-weekend{
	background-color: rgba(0,0,0, 0.04);
}

.x-monthGrid-cell-today .x-monthGrid-cell-day-text{
	background-color: #177ea3;
	color: white  !important;
	border-radius: 10px;
}

a.x-monthGrid-cell-day-text:link, a.x-monthGrid-cell-day-text:visited,a.x-monthGrid-cell-day-text:active{
	font-size: 10px;
	text-decoration: none;
}
a.x-monthGrid-cell-day-text:hover{
	color: #26687C;
}

.x-calGrid-month-event-container {
	text-align:left;
	cursor:pointer;
	margin:0 4px 1px 0;
	background-color:rgba(23,126,163,.16);
	color: #000;
	overflow: hidden;
	padding-left:8px;
	position:relative;
	border-radius: 2px;
	-moz-outline:none;
	outline:none;
}

.x-calGrid-month-event-proxy {
	text-align:left;
	cursor:default;
	background-color:rgba(23,126,163,.06);
	height:24px;
	border-radius: 2px;
}



.x-calGrid-drag-overlay {
	/*background:white none repeat scroll 0%;*/
	display:none;
	height:100%;
	left:0pt;
	opacity:0;
	position:absolute;
	top:0pt;
	width:100%;
	z-index:3002;
}




/* start view grid */

.x-viewGrid-table{
	table-layout: fixed;
	border-collapse: collapse;
}

.x-viewGrid-table td{
	overflow:hidden;
	border:1px solid #ddd;
	border-bottom:4px double #ddd;
	vertical-align:top;
	/*font:normal 11px "Lucida Sans Unicode","Lucida Grande","Mukti Narrow", sans-serif;*/
	font:normal 11px arial, tahoma, helvetica, sans-serif;
}
.x-viewGrid-calendar-name-cell {
/*	font-weight:bold;	*/
	padding:6px;
	white-space: nowrap;
	background-color:#F0F1F3;
}

.x-viewGrid-row-allday{
background-color:#f6f6f6;
}

.x-viewGrid-row-morning{
/*	background-color:#f6f6f6;*/
}
.x-viewGrid-row-afternoon{
/*	background-color:#f6f6f6;*/
}
.x-viewGrid-row-evening{
background-color:#f6f6f6;
}

.x-viewGrid-event-container {
	background-color:#ebf1e2;
	text-align:left;
	cursor:default;
	border:1px solid #C0C0C0;
	margin:1px;
	padding:1px 2px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-moz-outline:none;
	outline:none;
}

.x-viewGrid-event-proxy {
	text-align:left;
	cursor:default;
	border:1px solid #0000aa;
	margin:1px;
	background-color:#B8CFEE;/*#c3daf9;*/
	height:14px;
}


/* end view grid */




.x-grid3-col-summary-calendar-name-heading{
	white-space:normal !important;
}


#resources-panel .x-panel-header{
	background:none;
	border:0;
}

#resources-panel .x-panel-header-text{
	font-size:13px;
}

#resources-panel .x-fieldset-header-text{
	color:#666
}

.x-calGrid-event-status {
	border-radius: 2px 0px 0px 2px;
	display: block;
	top:0;bottom:0;
	left:0;
	position:absolute;
	margin-right: 4px;
	width: 4px;
}

.x-calListGrid-event-status{
	/*	background-color: red;*/
	border-radius: 6px 6px 6px 6px;
	display: block;
/*	float: left;*/
	height: 8px;
	line-height: 50px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 1px;
	width: 8px;
}


.cal-event-partstatus-DECLINED{
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
	filter: alpha(opacity=50); /* IE 5-7 */
}

.cal-event-partstatus-NEEDS-ACTION{
	border: 2px dashed orange;
}
.cal-arrow-left,.cal-arrow-right,.cal-arrows {
	display:inline;
	padding:0px 14px 0px 0px;
	background: no-repeat center center;
}
.cal-arrow-left{ background-image:url(/go/modules/calendar/themes/Default/images/16x16/arrowleft.png);  }
.cal-arrow-right{ background-image:url(/go/modules/calendar/themes/Default/images/16x16/arrowright.png);}
.cal-arrows{ background-image:url(/go/modules/calendar/themes/Default/images/16x16/arrows.png);  }


.go-module-icon-cron , .go-menu-icon-cron{
	background:url(/go/modules/cron/themes/Default/images/cron.png);
}

.go-tab-icon-cron {
	background-image: none !important;
}

.go-add-icon-cron {
	background-image:url(/go/modules/cron/themes/Default/images/add-cron.png) !important;
}
@media print {
 .go-warning-msg,.message-move,.em-autolink-message,.em-contact-link-container,.em-links,.em-link-message, .em-links-header{ display: none !important; }
}

.em-autolink-message{
	padding:5px;
	border:1px solid #ddd;
	background-color:#f1f1f1;
	margin-bottom:20px;
}

.em-autolink-link{
	cursor:pointer;
	text-decoration:underline;
}

.go-html-formatted a.em-link-link:link, .go-html-formatted a.em-link-link:visited, .go-html-formatted a.em-link-link:active{
	cursor:pointer;
	text-decoration:none;
	padding-left:18px;
	margin-left:5px;
	background-repeat: no-repeat;
	display:inline-block;
	width: auto !important;
}

.em-link-message{
	padding:5px;
	border:1px solid #ddd;
	background-color:#f1f1f1;
	margin-bottom:20px;
}

.em-links .go-icon-list{
	display: inline-block;	
	margin-left: -15px;
}


.em-spam-move-block {
	float:right;
	color: lightgray;
}

.em-tree-node-noselect .x-tree-node-anchor span, .em-readonly a span{
	font-style:italic;
	color:#666 !important;
}



.em-statusbar-body span{
line-height:21px !important;
padding-left:2px;
}

.em-usage-95{
	color:red !important;
	font-weight:bold !important;
	line-height: 20px !important;
}
.em-usage-85, .em-usage-90{
	color:orange !important;
	font-weight:bold !important;
	line-height: 20px !important;
}



.em-blocked{
margin:5px 2px;
}

#ml-notify, #ml-notify:hover{
	float:left;
	padding-left:20px;
	line-height:16px;
	background: url(/go/modules/email/themes/Default/images/16x16/message.png) no-repeat;
	height:16px;
	vertical-align:middle;
	color:#666666;
	font-size: 10px;
	margin-top:3px;
}
.go-model-icon-GO_Email_Model_ImapMessage, .go-model-icon-GO_Savemailas_Model_LinkedEmail {
	background-image: url(/go/modules/email/themes/Default/images/16x16/message.png) !important;
	width:16px;
	height:16px;
}

.em-btn-email-files{
	background-image: url(/go/modules/email/themes/Default/images/16x16/attach.png) !important;
}

.go-module-icon-email , .go-menu-icon-email{
	background-image: url(/go/modules/email/themes/Default/images/email.png) !important;
}

.go-tab-icon-email {
	background-image: none !important;
}


.btn-message-unseen {
	border-radius: 50%;
	background-color: rgba(23,126,163, .16);
	max-width:8px;
	margin: 0 8px;
	max-height: 8px;
}

.em-btn-share-mailbox {
	background-image:url(/go/modules/email/themes/Default/images/16x16/share_mailbox.png) !important;
}


.ml-seen-mail{
	margin:2px 0px;
}

.ml-unseen-mail{
 margin:2px 0px;
 font-weight:bold;
 color:#15428B;
}

.ml-seen-from{
}


.ml-seen-subject{
	margin:0px;
	font-weight:normal;
}

.ml-unseen-subject{
	margin:0px;
}







.message-header-table td{
	vertical-align:top;
}

.message-icalendar{
	background-color:#EBF0F2;
	border-bottom:1px solid #d0d0d0;
	padding: 0 8px 0 8px;
	text-align:left;
	line-height:20px;
}

.message-move {
	color: gray;
	padding: 0 8px 0 8px;
	text-align: right !important;
	line-height: 20px;
}

.message-icalendar-icon{
	background-repeat:no-repeat;
	background-position:0 2px;
	padding:0px 0px 2px 20px;
	white-space:nowrap;
	float:left;
	width:auto !important;
}
.message-icalendar-actions{
	float:right;
	height:20px;
}

.message-icalendar a{
	color: black;
	text-decoration: none;
}
.message-icalendar a:hover{
	color: black;
	text-decoration: underline;
}

#email-message-panel .x-panel-body {
	/*background-color:white;*/

}
#email-message-panel .message-body {
	/*color: rgba(0,0,0,0.87);*/
}

.email-grid-icon{
	float:left;
	width:16px;
	height:16px;
}

.em-attachments-container{
	outline: none;
}

.attachment-wrap {
	cursor: default;
	border:1px solid transparent !important;
}
.attachment-wrap.x-view-over{
	background-color:#ebf1e2;
	border:1px solid #ebf1e2 !important;
	color: black;
	border-radius: 3px;
}
.attachment-wrap.x-view-selected{
	background-color:#ebf1e2;
	border:1px solid #669900 !important;;
	color: black;
	border-radius: 3px;
}

.email-upload-pc{
	padding-left:13px;
	cursor:pointer;
	line-height:16px;
	text-decoration:none;
	white-space:nowrap;

}
.email-upload-pc td.x-btn-tl, .email-upload-pc td.x-btn-tc, .email-upload-pc td.x-btn-tr,
.email-upload-pc td.x-btn-ml, .email-upload-pc td.x-btn-mc, .email-upload-pc td.x-btn-mr,
.email-upload-pc td.x-btn-bl, .email-upload-pc td.x-btn-bc, .email-upload-pc td.x-btn-br {
	background:transparent !important;
}

.email-upload-pc button.x-btn-text
{
	color:#000000 !important;
	font:12px tahoma,arial,helvetica,sans-serif;
	white-space:nowrap;
}

.x-menu-list-item form
{
	background:transparent !important;
}

.em-contact-link-container{
	float:left;
}

.em-contact-link{
	 float:right;
	 margin-left:2px;
	 margin-bottom:2px;
}

.em-contact-link .x-form-check-wrap{
	line-height:inherit !important;
}

div.em-message-labels-container span {
	float: left;
	border-radius: 5px;
	padding: 3px 8px;
	line-height: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
}

div.em-messages-grid-labels-container > div {
	border-radius: 4px;
	float: left;
	height: 16px;
	margin: 0 4px 4px 0;
	width: 16px;
}

.ml-deleted{
	color:#777777;
	text-decoration: line-through;
}

.entity.File::before {
	content: "description"
}

.entity.Folder::before {
	content: "folder"
}


.fs-img-viewer{
border:1px solid #d0d0d0;
display:block;
margin:auto;
cursor:pointer;
}

.go-module-icon-files , .go-menu-icon-files {
	background-image: url(/go/modules/files/themes/Default/images/folder.png) !important;
}

.go-tab-icon-files {
	background-image: none !important;
}

.go-model-icon-GO_Files_Model_File {
	background-image: url(/go/modules/files/themes/Default/images/filenew.png) !important;
}
.go-model-icon-GO_Files_Model_Folder {
	background-image: url(/go/modules/files/themes/Default/images/folder.png) !important;
}

/*.btn-download {
	background-image:url(/go/modules/files/themes/Default/images/download.png) !important;
}*/

.btn-download-gota {
	background-image:url(/go/modules/files/themes/Default/images/gota.gif) !important;
}

.btn-properties{
	background-image:url(/go/modules/files/themes/Default/images/properties.png) !important;
}

.btn-templates{
	background-image:url(/go/modules/files/themes/Default/images/templates.png) !important;
}

.btn-compress{
	background-image:url(/go/modules/files/themes/Default/images/compress.png) !important;
}
.btn-decompress{
	background-image:url(/go/modules/files/themes/Default/images/decompress.png) !important;
}



.go-files-location-panel .x-plain-body{
	padding: 5px 5px 0px 6px;
/*background:#D0DEF0 url(/go/modules/files/themes/Default/../../../../ext/resources/images/default/toolbar/bg.gif);*/
}


.x-tree-node img.folder-default, .x-tree-node-collapsed img.folder-default {
    background-image:  url(/go/modules/files/themes/Default/images/folder.png);
}
.x-tree-node-expanded img.folder-default
{
    background-image:  url(/go/modules/files/themes/Default/images/folder.png);
}

.x-tree-node img.folder-home, .x-tree-node-collapsed img.img.folder-home, .x-tree-node-expanded img.folder-home{
    background-image:  url(/go/modules/files/themes/Default/images/folder_home.png);
}
.folder-shared, .x-tree-node img.folder-shared, .x-tree-node-collapsed img.img.folder-shared, .x-tree-node-expanded img.folder-shared{
    background-image:  url(/go/modules/files/themes/Default/images/folder_public.png);
}
.x-tree-node img.folder-shares, .x-tree-node-collapsed img.img.folder-shares, .x-tree-node-expanded img.folder-shares{
    background-image:  url(/go/modules/files/themes/Default/images/network.png);
}
.x-tree-node img.folder-new, .x-tree-node-collapsed img.img.folder-new, .x-tree-node-expanded img.folder-new{
    background-image:  url(/go/modules/files/themes/Default/images/folder_new.png);
}



.fs-thumb{
	padding: 8px;
	text-align:center;
	height: 120px;
	width: 140px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:contain;
}
.fs-thumb-wrap{
	float: left;
	margin: 8px;
	margin-right: 0;
	padding: 8px;
	height:152px;
	width:152px;
	border-radius: 2px;
	overflow:hidden;
}
.fs-thumb-wrap span{
	display: block;
	overflow: hidden;
	text-align: center;
}

.fs-view-over{
  background-color: rgba(23,126,163, .16);
}
.fs-view-selected{
	background-color: #eeeeee;
}
/*.fs-view-selected .fs-thumb{
	background:transparent;
}*/

.fs-loading-indicator {
	font-size:11px;
	background-image:url(/go/modules/files/themes/Default/../../../../views/Extjs3/themes/Default/images/extjs/grid/loading.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
	margin:10px;
}

.fs-btn-normal-size {
	background-image:url(/go/modules/files/themes/Default/images/normal_size.png) !important;
}

.fs-btn-fit-image {
	background-image:url(/go/modules/files/themes/Default/images/fit_image.png) !important;
}

.fs-imageviewer{
	background-image:url(/go/modules/files/themes/Default/images/imageviewer.png) !important;
}

.fs-browser{
	background-image:url(/go/modules/files/themes/Default/images/browser.png) !important;
}

.fs-grid-locked{
	background-repeat:no-repeat;
	padding-right:20px;
	height:16px;	
	background: url(/go/modules/files/themes/Default/../../../../views/Extjs3/themes/Default/images/16x16/lock.png) no-repeat;
	background-position: right;
	float:left;
}


.fs-thumb-locked{
	background: url(/go/modules/files/themes/Default/../../../../views/Extjs3/themes/Default/images/16x16/lock.png) no-repeat;
	background-position: 80px 84px;
	height:100px;
	width:100px;
}


.fs-handler-icon{
	background-repeat:no-repeat;
	padding-left:24px !important;	
	background-position: 4px 10px;
	background-size: 16px 16px;
}

.fs-dropzone {
	border: 2px dashed grey;
	min-height: 100px;
	margin: 14px 14px 0;
	text-align:center;
	padding-top:40px;
}

.content-expired {
	color:red;
}

.go-module-icon-summary, .go-menu-icon-summary{
	background-image: url(/go/modules/summary/themes/Default/images/summary.png) !important;
}
.go-tab-icon-summary {
	background-image: none !important;
}

.rss-icon{
	background-image: url(/go/modules/summary/themes/Default/images/rss.gif) !important;
}
.note-icon{
	background-image: url(/go/modules/summary/themes/Default/images/note.png) !important;	
}
.go-module-icon-sync , .go-menu-icon-sync {
	background:url(/go/modules/sync/themes/Default/images/sync.png);
}

.go-tab-icon-sync {
	background-image: none !important;
}

.entity.Task::before {
	content: "check";
}


#ta-notify, #ta-notify:hover{
	float:left;
	padding-left:20px;
	line-height:16px;
	background: url(/go/modules/tasks/themes/Default/images/tasks.png) no-repeat;
	height:16px;
	vertical-align:middle;
	color:white;
	font-size: 10px;
	margin-top:3px;
}

.go-module-icon-tasks , .go-menu-icon-tasks {
	background-image: url(/go/modules/tasks/themes/Default/images/tasks.png) !important;
}

.go-tab-icon-tasks {
	background-image: none !important;
}

.go-model-icon-GO_Tasks_Model_Task {
	background-image: url(/go/modules/tasks/themes/Default/images/tasks.png) !important;
	width:16px;
	height:16px;
}

.btn-new-task .x-btn-small .x-btn-text{
	padding:0px !important;
}

#tasks-new-task-icon{
	background-image: url(/go/modules/tasks/themes/Default/images/newtask.png) !important;
	height:16px;
	width:16px;
	margin-left:5px;	 
}

.tasks-completed{
	text-decoration:line-through !important;
/*	color: black !important;*/
}

.tasks-late td, a.tasks-late, td.tasks-late{
	color: red !important;
}

.tasks-active td, a.tasks-active, td.tasks-active{
	color: green !important;
}

.tasks-call{
	background-image: url(/go/modules/tasks/themes/Default/images/call.png) !important;
	width:16px;
	height:16px;
}

.img-call-add{
	background:url(/go/modules/tasks/themes/Default/images/phone-add.png) no-repeat top right !important;
	width:16px !important;
	height:16px !important;
}

.gd-googledrive-icon{
	background-image:url(/go/modules/googledrive/themes/Default/images/googledrive.png) !important;
}
.go-module-icon-imaputhenticator , .go-menu-icon-googleauthenticator{
	background-image:url(/go/go/modules/community/imapauthenticator/views/extjs3/themes/default/images/imapauthenticator.png) !important;	
}
