.fc td {
	cursor: pointer;
}

.fc-event-inner {
	cursor: pointer;
}

.prodynamic-boxed {
	margin-left: 0px !important;
	margin-top: 42px;
}

#gmap_routes_instructions{
  margin-top: 10px;
}

#gmap_routes_instructions li{
  display:none;
}

.fm-modal {
    z-index: 10011; /** Because CKEditor image dialog was at 10010 */
    width:80%;
    height:80%;
    top: 10%;
    left:10%;
    border:0;
    position:fixed;
    -moz-box-shadow: 0px 1px 5px 0px #656565;
    -webkit-box-shadow: 0px 1px 5px 0px #656565;
    -o-box-shadow: 0px 1px 5px 0px #656565;
    box-shadow: 0px 1px 5px 0px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=5);
}

.margin-top-20 {
	margin-top: 20px;
}

#bee-plugin-container {
    position: absolute;
}

.page-header.navbar .page-logo {
    padding-right: 10px;
}

.page-header.navbar .page-logo .logo-default {
    margin: 12px 0 0;
    height: 32px;
}

.login {
    background: #585858 !important;
}

.login a {
    color: #99be37 !important;
}

.login a:hover {
    color: #99be31 !important;
}

.page-footer-inner a {
    color: #99be37 !important;
}

.page-footer-inner a:hover {
    color: #99be31 !important;
}

#additional-cost-container .additional-cost .help-text{
    font-size: 12px;
    color: #666;
}

#additional-cost-container .container-btn-sort {
	padding-bottom: 20px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

#additional-cost-container .additional-cost {
	position: relative;
}

#additional-cost-container .btn-sort {
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

#additional-cost-container .additional-cost-form-container {
	padding: 0 60px;
}

#additional-cost-container .container-btn-remove {
	position: absolute;
	right: 0;
	top: 0;
}

#additional-cost-container input[type=text],
#additional-cost-container input[type=number] {
    margin-bottom: 10px;
}

.address-container p {
    margin:0;
}

.select2-container--bootstrap .select2-results>.select2-results__options {
    max-height: 260px;
}

#customer-info p {
    margin: 0;
}

.select2-addresses + span.select2 p {
    overflow: hidden;
    margin: 0;
}

.select2-container .select2-results__option .tag-type,
#tags + .select2 .tag-type,
#tags_exclude + .select2 .tag-type {
    border: 1px solid #ccc;
    font-size: 10px;
    bottom: 2px;
    position: relative;
    padding: 3px;
    background-color: #eee;
    font-weight: 900;
    margin-right: 6px;
}

.select2-container .select2-results__option .tag-type.tag-type-news,
#tags + .select2 .tag-type.tag-type-news,
#tags_exclude + .select2 .tag-type.tag-type-news {
    background-color: #faebd7;
}

.select2-container .select2-results__option .tag-type.tag-type-sales,
#tags + .select2 .tag-type.tag-type-sales,
#tags_exclude + .select2 .tag-type.tag-type-sales {
    background-color: #b4e1f6;
}

.select2-container .select2-results__option .tag-type.tag-type-mailer,
#tags + .select2 .tag-type.tag-type-mailer,
#tags_exclude + .select2 .tag-type.tag-type-mailer {
    background-color: #b7c0fa;
}

.select2-container .select2-results__option .tag-type.tag-type-events,
#tags + .select2 .tag-type.tag-type-events,
#tags_exclude + .select2 .tag-type.tag-type-events {
    background-color: #dcffdb;
}

.select2-container .select2-results__option .tag-type.tag-type-users ,
#tags + .select2 .tag-type.tag-type-users,
#tags_exclude + .select2 .tag-type.tag-type-users {
    background-color: #ffccd6;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] .tag-type {
    color: #000;
}

#helpdesk_widget #widget_button {
    border-radius: 30px !important;
}

.cke_combopanel__addborders {
    width: 160px !important;
    height: 145px !important;
}

.marketing-content-btns i{
    display: block !important;
    line-height: initial !important;
    margin-bottom: 10px;
}

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

table.dataTable tr.highlighted {
    background-color: #EDF3FF;
}

table.dataTable.a-table tr td:first-child i:nth-child(2),
table.dataTable.a-table tr th:first-child i:nth-child(2) {
    font-size: 10px;
    line-height: 12px;
}

table.dataTable.a-table tr td:first-child .fa-stack,
table.dataTable.a-table tr th:first-child .fa-stack {
    height: 1em;
}