/* because of the scripting going on between main and cbp.css, I cannot make changes currently. I put the extra styles in here... */

#appmenu {

}

body {
  /* cursor: wait !important; */
}

body.login img.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    float: left;
    margin-right: 10px;
}
#workingBlocker {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
}

#workingBlocker div {
   position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: #fff;
}


#LBandpopover {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
}

#LBandpopover div {
   position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: #fff;
}


table.table td.nickname {
  font-size: 8px;
}
.attachmentEditorThumbnailBrowser {
    height: 260px;
    overflow: auto;
    overflow-y: scroll; 
    overflow-x:hidden;
}

.attachmentEditor_thumbnail {
    padding: 5px 20px 5px 40px;
}

.attachmentEditorThumbnailBrowser p {
    text-align: center;
    color: #999;
    font-size: 10px;

}
.attachmentEditor_thumbnail span {
    float: right;
    margin: 20px 40px 0 0;
    font-weight: bold;
    color: #999;
}

.attachmentEditor_thumbnail a img {
    max-width:120px;
    max-height:160px;
    border:1px solid #000;
    box-shadow: 2px 5px 5px #666; 
    padding: 2px; 
    min-height:100px; 
    min-width:100px;
    border-radius: 5px;
}

.attachmentEditor_thumbnail a:hover img {
    border:1px solid #009;
    box-shadow: 2px 10px 10px #000; 
}
.attachmentEditingPanel {
    width: 300px;
    padding: 0 10px 20px 10px;
    position: fixed;
    z-index: 5;
    top: 120px;
    right: 0;
    background: #eee;
    height: 400px;
    overflow: none;
    overflow-y: none; 
    overflow-x:none;
}

.attachmentEditingPanel h2 {
    padding: 4px 0 0 0;
    font-size: 17px;
    text-align: center;
    border-bottom: 1px solid #666;
}

.customerSelectorCombination {
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #efefef;
    padding: 9px 2px 9px 10px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border: 1px solid #ccc;
}

.customerSelectorCombination a {
    text-decoration: none;
}

.customerSelectorCombination a:hover span.customerSname {
    text-decoration: none;
    background-color: #d44946;
    color: #fff;
    text-shadow: none;
}

.customerSelectorCombination span.customerSnumber {
    color: #00a3f5;
    padding: 4px 10px 4px 0px;
    margin: 2px 15px 2x 5px;
    font: bold 12px "Courier New", Courier, mono;
}

.customerSelectorCombination span.customerSname {
    color: #fff;
    margin: 2px 0 2x 15px;
    padding: 3px 10px 3px 10px;
    background-color: #0077c5;
    text-shadow: #004a90 2px 2px 0;
    letter-spacing: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.customerSelectorEditMode {
    color: #090;
    border: 1px solid #090 !important;
}

div.customerSelectorResults {
    z-index: 3999;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85148);
    /* overflow-y: scroll; */
    width: 500px;
    color: #000;
    padding: 10px;
    line-height: 24px;
}

div.customerSelectorResults span.no {
    color: #00a3f5;
    padding: 4px 5px 4px 5px;
    margin: 2px 15px 2x 5px;
    font: bold 12px "Courier New", Courier, mono;
}

div.customerSelectorResults span.no:hover {
    color: #fff;
    background-color: #00a3f5;
    font: bold 12px "Courier New", Courier, mono;
}

div.customerSelectorResults span.name {
    margin: 2px 0 2x 15px;
    padding: 3px 10px 3px 10px;
    color: #0061a9;
    letter-spacing: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

p.dashboardLogEntry {
    margin: 0;
}

p.dashboardLogEntry a span.hour {
    font-family: "Courier New", Courier, mono;
}

p.dashboardLogEntry a {
    color: #000;
    text-decoration: none;
    padding: 2px;
    display: block;
}

p.dashboardLogEntry a:hover {
    color: #1279c2;
    background-color: #d0ecff;
    text-decoration: none;
}

.certifiedPartnerInList {
    margin: 0 0 10px 0;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.certifiedPartnerInList p {
    text-align: right;
}

.reddot {
    height: 15px;
    width: 15px;
    background-color: #d00;
    border-radius: 50%;
    display: inline-block;
}

.greendot {
    height: 15px;
    width: 15px;
    background-color: #0a0;
    border-radius: 50%;
    display: inline-block;
}

.amberdot {
    height: 15px;
    width: 15px;
    background-color: #fccf03;
    border-radius: 50%;
    display: inline-block;
}

.customerAttachmentsList ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.customerAttachmentsList ul li {
    padding: 5px 0 5px 0;
    margin: 0;
}

.customerAttachmentsList ul li span.name {
    display: block;
    font-weight: lighter;
    font-size: 0.9em;
}

.customerAttachmentsList ul li span.actions {
    float: right;
    font-size: 0.9em;
}

.customerAttachmentsList ul li span.actions a {
    color: #ddd;
}

.tag {
    white-space: nowrap;
    background: #DAE1E7;
    color: #3D4852;
    border-radius: 1rem;
    padding: 0.5rem;
    text-transform: uppercase;
    font-size: 1rem;
    display: inline-block;
}

.number {
    text-align: right;
    white-space: nowrap;
}

td.owners {
    text-align: center;
}

#companySearchResults .E3colleageCompanySearchResultItem a {
/*
    margin: 0 0 5px 0;
    padding: 10px !important;
    background-color: rgb(234,206,166,0.5);
*/
    border-left: 3px solid #FF2600;
    border-right: 3px solid #FF2600;
    margin-bottom: 5px;
}

#companySearchResults .E3colleageCompanySearchResultItem h4 {
    padding: 5px 0 2px 0;
    font-size: 14px;
    font-weight: lighter;
    margin: 0 0 0 0;
    color: #000;
}

#companySearchResults .E3colleageCompanySearchResultItem h4 strong {font-size: 17px;}
#companySearchResults .E3colleageCompanySearchResultItem p {
    color: rgb(106, 115, 125);
    margin: 0 0 0 0;
    padding: 2px 0 2px 0;
    font-size: 13px;
}

div#alternatecontent p a.compactbutton {
  margin: 0;
  font-size: 14px;
  display: block;
  padding: 3px 8px 3px 8px;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

div#alternatecontent p a.compactbutton i {
    padding-top:4px;
}
div#alternatecontent p a.compactbutton:hover {
  color: #000;
  text-decoration: none;
  background-color: #c8c8c9;
  background-image: linear-gradient(to bottom, #ebeaec, #c8c8c9);
  display: block; }

.text-monospace {
    /* because our bootstap doesn't have it yet */
    font-family: monospace;
}

.section {
    padding: 5px;
    border-radius: 10px;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border: 1px solid #cccccc;
    border-bottom-color: #b3b3b3;
    margin: 0 0 20px 0;
}
/* https://leaverou.github.io/bubbly/ */
.speech-bubble {
	position: relative;
	background: #F1F1F1;
	border-radius: .4em;
    padding: 20px;
    font-family: ProximaNova, helvetica;
    font-weight: lighter;
    font-size: 12px;
    color: #666;
    margin-top: 20px;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	top: 0;
	left: 30%;
	width: 0;
	height: 0;
	border: 35px solid transparent;
	border-bottom-color: #F1F1F1;
	border-top: 0;
	border-left: 0;
	margin-left: -17.5px;
	margin-top: -35px;
}

tr.vsat-pending td {
    color: #aaa;
}

.mobile_memberOfSetHolder {
  float: right;
}

.mobile_memberOfSetHolder a.title {
  text-decoration: none;
  padding: 10px;
  display:block;
  border: 1px solid #ed5;
  border-radius: 10px;
  background-color: #ffa;
  color: #333;  
}

.mobile_memberOfSetHolder a.title span {
  vertical-align: super;
  font-weight: bolder;
}

.mobile_memberOfSetHolder ul {
  display:none;
}

.contactsContainer {
  padding:5px !important;
  border-radius: 5px;
  border:1px solid #ddd;
}

.contactsContainer h3 {
  font-size: 1.3em;
  color: #666;
  margin: 0 0 10px 0;
  padding: 0 0 2px 0;
  border-bottom: 1px solid #ddd;
}

.contactsContainer .contactsContact {
  border-left: 5px solid #eee;
  padding: 3px 3px 3px 10px;
  margin: 0 0 5px 0;
}

.contactsContainer .contactsContact:hover {
  background-color: #eee;
}

.contactsContainer .contactsContact a {
    font-size: 12px;
}

#platformUnderConstruction {
    display: block;
    width: 100%;
    clear: both;
    background: #fdd;
    color: #900;
    padding: 3px;
}

fieldset.bordered {
    border-left: 3px solid #ddd;
    padding-left: 10px;
}

fieldset.bordered legend {
    background-color: none;
    padding: 3px;
}