/* Cleaner Tooltip Better CSS */

.new-tooltip {
    border-radius: 4px;
    display: none;
    font-size: 13px;
    min-width: 135px;
    padding: 1em;
    position: absolute;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    z-index: 9999;
}

.new-tooltip:after {
    right: 21px;
    border-style: solid;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-width: 7px;
}

.new-tooltip.top:after {
    top: 100%;
    border-top-color: inherit;
    border-bottom-color: transparent !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
}

.new-tooltip.bottom:after {
    bottom: 100%;
    border-top-color: transparent !important;
    border-bottom-color: inherit;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
}

.new-tooltip.gray-border:before {
    right: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(185, 185, 185, 0);
    border-width: 8px;
    
}

.new-tooltip.dark-gray-border:before {
    right: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(113, 113, 113, 0);
    border-width: 8px;
    
}

.new-tooltip > ul > li {
    margin-bottom: .5em;
}

.new-tooltip > ul > li:last-child {
    margin-bottom: 0;
}

.special-edits li .upload-btn.small-text:first-of-type {
    min-width: 32px !important;
}

.new-tooltip.top.gray-border:before {
    top: 100%;
    border-top-color: #b9b9b9;
}

.new-tooltip.bottom.gray-border:before {
    bottom: 100%;
    border-bottom-color: #b9b9b9;
}

.new-tooltip.top.dark-gray-border:before {
    top: 100%;
    border-top-color: #717171;
}

.new-tooltip.bottom.dark-gray-border:before {
    bottom: 100%;
    border-bottom-color: #717171;
}

.new-tooltip.gray-bg:after {
    border-color: #B9B9B9;
}

.new-tooltip.white-bg:after {
    border-color: #fff;
}

.new-tooltip.red-bg:after {
    border-color: #d54245;
}

.new-tooltip.green-bg:after {
    border-color: #54ba60;
}

.new-tooltip.light-gray-bg:after {
    border-color: #EDEDED;
}

.new-tooltip.blue-bg:after {
    border-color: #487fdf;
}

.new-tooltip.top {
    bottom: 22px;
    right: -22px;
}

.new-tooltip.bottom {
    right: -20px;
    top: 129%;
}

.new-tooltip:not(a):hover {
    cursor: default;
}

.icon-hovers:hover:after {
    background-color: transparent;
    content: " ";
    height: 2em;
    position: absolute;
    width: 100px;
    right: -7px;
}

.fancy-editor-batchinfo .icon-hovers.add-ai-feedback-icon:hover:after {
    right: -20px;
    top: 11px;
}

.editing-wrapper .icon-hovers:hover:after {
    width: 29px;
}

.icon-hovers.top-position:after {
    bottom: 0;
}

.icon-hovers.bottom-position:after {
    top: 1em;
}

.extra-small.icon-hovers.lfloat.bottom-position .new-tooltip {
    right: -18px;
    top: 173%;
}

.icon-hovers ul.new-tooltip li {
    padding: .8em;
    border-bottom: 1px solid #ccc;    
}

.special-edits li {
    margin-bottom: 5px;
}

.special-edits li:last-child {
    margin-bottom: 0;
}

#main .blue-on-hover:hover {
    color: #487fdf;
}

#main .red-on-hover:hover {
    color: #d54245;
}

#main .green-on-hover:hover {
    color: #82d08d;
}

#main .white-on-hover:hover {
    color: #fff;
}
/*
[class$="on-hover"] {
    transition: color 1s ease-in;
}
*/
.icomoon:hover {
    opacity: 1 !important;
}


/* Uploader Step 2 */
.uploader-attachments {
    max-width: 65%;
    float: left;
}

.uploader-edits-time > span {
    font-size: 11px;
}
.uploader-edits-time > span.sep-right-quart.separator::after {
    display: none !important;
}

.library-box {
    max-height: 150px;
    overflow-y: auto;
}

.library-box .photo-list > li {
    width: 162px;
}
.upload-list.library-list > li:nth-child(odd),
.upload-list.library-list > li {
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
}

.upload-list.library-list > li:last-child {
    border-bottom: 0;
}

.upload-list li .hide-hover, 
.upload-list.library-list > li > .rfloat {
    opacity: 0;
    transition: opacity .3s ease-in;
}

.upload-list.library-list > li:hover {
    background-color: #f0f6fd;
}

.upload-list li:hover .hide-hover,
.upload-list.library-list > li:hover > .rfloat {
    opacity: 1;
}


/* Uploader Step 1 Modification */
.add-address-wrap .address-toggler {
    border-radius: 4px 0 0 4px;
    height: 35px;
    left: 0;
    position: absolute;
    top: 0;
    width: 17px;
}

.add-address-wrap .address-toggler.red-bg {
    background-color: #d54245;
}

.add-address-wrap .address-toggler.gray-bg {
    background-color: #b9b9b9;
}

/* .add-address-wrap .address-toggler:before {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #fff;
    content: "";
    font-size: 0;
    height: 0;
    left: 5px;
    line-height: 0;
    position: absolute;
    top: 16px;
    width: 0;
} */

.address-meta {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 0 0 4px 4px;
    padding: 1em;
    width: 92.6%;
    z-index: 600;
    display: none;
    margin-top: -1px;
}

#main .add-address-wrap .address-toggler .icomoon {
	color: #ffffff;
	font-size: 14px;
	margin-top: 10px;
	margin-left: 2px;
}

#main .add-address-wrap .address-toggler.active {
	border-bottom-left-radius: 0;
}

#main .add-address-wrap .address-toggler.active:not(.red-bg) {
    background-color: #487fdf;
}

/*
.address-toggler.active:before {
    border-left: 3px solid transparent;  
    border-right: 3px solid transparent; 
    border-bottom: 3px solid #fff; 
    border-top: 0;
} */

.address-toggler.active + input {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
}

.address-toggler.active + input + div + .add-address-icon {
    border-bottom-right-radius: 0;
}

.address-meta select option {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 0.3em;
}

.add-address-wrap.max .add-address-icon {
    height: 23px;
}
.add-address-wrap.max .address-meta {
    width: 95.6%
}

#add-library-folder .new-tooltip {
    right: -20px;
}

.add-address-wrap input[type="text"] {
    padding: 8px 6px 8px 1.5em;
    border: 1px solid #ddd;
    width: 92%;
    border-radius: 5px;
    font-size: 14px;
    margin: 0;
}

#new-order-info #export-option-table td {
    vertical-align: middle; 
    padding: 1em 0.7em;
}

#new-order-info #export-option-table td:first-child,
#manage-team-defaults #export-option-table td:first-child {
    width: 12%;
}

.export-list {
    position: relative;
    border-radius: 4px;
    min-width: 85px;
}

.export-list > ul {
    background-color: #487fdf;
    border-radius: 4px;
    height: 34px;
    overflow: hidden;
    z-index: 600;
}

.export-list.gray-bg > ul {
    background-color: #b9b9b9;
}

.export-list.gray-bg .controls {
    background-color: #848484;
}

/* EXTRA */
.dark-gray-border {
    border-color: #717171;
}

/*  */

#main .blue-on-hover:hover {
    color: #487fdf;
}

#main .red-on-hover:hover {
    color: #d54245;
}

#main .green-on-hover:hover {
    color: #82d08d;
}

#main .white-on-hover:hover {
    color: #fff;
}
/*
[class$="on-hover"] {
    transition: color 1s ease-in;
}
*/
.icomoon:hover {
    opacity: 1 !important;
}

.icomoon > * {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
}

/*.note-adder > p,
.note-adder .t-wrap {
    border: 1px solid #ccc;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    color: #333;
}

.add-note .note-adder > div.clearfix {
    border-radius: 4px 4px 0 0;
}*/

#loaderOverlay {
    overflow: hidden;
}

#loaderOverlay .wrap {
    width: 100%;
    height: 100%;
}

.loader, .small-loader, .small-blue-loader, .medium-loader{
    position: relative;
    top: 45%;
    font-size: 10px;
    text-indent: -9999em;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    border-radius: 50%;
}

.loader {
    border-top: 1.1em solid rgba(70,118,183,.6);
    border-right: 1.1em solid rgba(70,118,183,.6);
    border-bottom: 1.1em solid rgba(70,118,183,.6);
    border-left: 1.1em solid #3170de;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.small-loader  {
    border-top: 5px solid rgba(228, 230, 233, 0.6);
    border-right: 5px solid rgba(228, 230, 233, 0.6);
    border-bottom: 5px solid rgba(228, 230, 233, 0.6);
    border-left: 5px solid #fff;
    width: 8px;
    height: 8px;
    margin: 0 5px;
}

.small-blue-loader {
    border-top: 5px solid rgba(70,118,183,.6);
    border-right: 5px solid rgba(70,118,183,.6);
    border-bottom: 5px solid rgba(70,118,183,.6);
    border-left: 5px solid #3170de;
    width: 8px;
    height: 8px;
    margin: 0 5px;
}

.tab-loader{
    position: relative;
    left: 10px;
}

.medium-loader {
    border-top: 7px solid rgba(228, 230, 233, 0.6);
    border-right: 7px solid rgba(228, 230, 233, 0.6);
    border-bottom: 7px solid rgba(228, 230, 233, 0.6);
    border-left: 7px solid #fff;
    width: 14px;
    height: 14px;
    margin: 0 7px;
}

.loaderDashboard {
    overflow: hidden;
}

.loaderDashboard .wrap {
    width: 100%;
    height: 100%;
}

.loaderDashboard > .loader {
    position: relative;
    top: 45%;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(70,118,183,.6);
    border-right: 1.1em solid rgba(70,118,183,.6);
    border-bottom: 1.1em solid rgba(70,118,183,.6);
    border-left: 1.1em solid #3170de;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
.loaderDashboard > .loader,
.loaderDashboard > .loader:after {
        border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Fix tooltip client orders page 24hr */
#main .address-priority .i-icon .feature-lists {
    right: -76px;
    top: 50px;
    /*height: 253px;*/
    /*height: 415px;*/
}

#main .address-priority .i-icon:hover .feature-lists {
    display: inline-block !important;
}

.i-icon .feature-lists:before,
.i-icon .feature-lists:after {
    /*top: -26px;*/
}

.address-priority .i-icon .feature-lists:before,
.address-priority .i-icon .feature-lists:after {
    top: -26px;
}

.i-icon .feature-lists:before {
    display: none

}

#main .i-icon .feature-lists.gray-bg:after {
    border-color: rgba(169, 169, 169, 0);
    border-bottom-color: #bbb;
    border-width: 13px;
    margin-left: -13px;
}

.dashboard-pageloader{
    position: relative;
    height: auto;
    margin-bottom: 10px;
}

/* floor plan css harvz */
#flr-pln {
    width: 548px;
    right: -22px;
    top: 150%;
    z-index: 1000;
}

#flr-pln .flr-pln-wrp {
    position: relative;
    padding-bottom: 8px;
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#flr-pln .flr-pln-wrp .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#flr-pln .flrpln-save-def {
    display: block;
    text-align: left;
    padding-top: 10px;
}

.flr-pln-wrp .opt-title {
    text-align: left;
    margin-bottom: 5px;
}

.flr-pln-wrp .opt-title p {
    color: #2967de;
    display: inline;
    float: right;
    margin-right: 12px;
}

.flr-pln-wrp .add-flr-wrap {
    overflow: auto;
    margin-bottom: 20px;
}

#flrpln-disclosure {
    position: relative;
    top: -5px;
    left: 0;
}

#flr-pln .disclosure-wrap {
    text-align: left;
}

#flr-pln .disclosure-wrap textarea {
    width: 530px;
    display: block;
    border: 1px solid #2967de;
    border-radius: 5px;
    box-shadow: 0px -25px 20px #ffffff;
    resize: none;
    padding: 7px;
    margin-bottom: 10px;
}

#flr-pln .disclosure-wrap a.button.blue-bg {
    padding: 1em;
    margin-right: 10px;
}

#flr-pln .disclosure-wrap a.cancel {
    color: #666666;
}

.v2-btn.flr-pln {
    padding: 8px 15px;
}

.flrpln-check-grp .check-grp {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}

.check-grp .check-label {
    font-size: 14px;
    position: relative;
    /*display: block;*/
    margin-bottom: 8px;
    padding-left: 22px;
    cursor: pointer;
}

.check-grp .check-label input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox-indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    background: #f6f6f6;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
}

/* Hover and focus states */
.check-grp .check-label:hover input ~ .checkbox-indicator,
.check-grp .check-label input:focus ~ .checkbox-indicator {
    background: #f6f6f6;
}

/* Checked state */
.check-grp .check-label input:checked ~ .checkbox-indicator {
    background: #2967de;
    border-color: #2967de;
}

/* Hover state whilst checked */
.check-grp .check-label:hover input:not([disabled]):checked ~ .checkbox-indicator,
.check-grp .check-label input:checked:focus ~ .checkbox-indicator {
    background: #2967de;
}

/* Disabled state */
.check-grp .check-label input:disabled ~ .checkbox-indicator {
    pointer-events: none;
    opacity: .6;
    background: #e6e6e6;
}

/* Check mark */
.checkbox-indicator:after {
    position: absolute;
    display: none;
    content: '';
}

/* Show check mark */
.check-grp .check-label input:checked ~ .checkbox-indicator:after {
    display: block;
}

/* Checkbox tick */
.checkbox-ctrl .checkbox-indicator:after {
    top: 1px;
    left: 3px;
    width: 3px;
    height: 6px;
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.checkbox-ctrl input:disabled ~ .checkbox-indicator:after {
    border-color: #7b7b7b;
}

/* === floor plan color select === */
.flr-pln-colors .check-grp.flrpln-colors {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}

.check-grp.flrpln-colors .color-select {
    position: relative;
    display: block;
    cursor: pointer;
}

.check-grp.flrpln-colors .color-select.free {
    cursor: default;
}

.check-grp.flrpln-colors .color-select input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.color-select .color-indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    padding: 1px;
    background: none;
}

.color-select .color-indicator.option-1 {
    background: url("../images/flrpln-color-1.png") no-repeat;
    background-size: 100%;
}

.color-select .color-indicator.option-2 {
    background: url("../images/flrpln-color-2.png") no-repeat;
    background-size: 100%;
}

.color-select .color-indicator.option-3 {
    background: url("../images/flrpln-color-3.png") no-repeat;
    background-size: 100%;
}

.color-select .color-indicator.option-4 {
    background: url("../images/flrpln-color-4.png") no-repeat;
    background-size: 100%;
}

.color-select .color-indicator.option-5 {
    background: url("../images/flrpln-color-5.png") no-repeat;
    background-size: 100%;
}

.color-select .color-indicator.option-6 {
    background: url("../images/flrpln-color-6.png") no-repeat;
    background-size: 100%;
}

/* Hover and focus states */
.check-grp.flrpln-colors .color-select:hover input ~ .color-indicator
/*.check-grp.flrpln-colors .color-select input:focus ~ .color-indicator*/ {
    border: 1px solid #2967de;
    border-radius: 4px;
    padding: 0;
}

/* Checked state */
.check-grp.flrpln-colors .color-select input:checked ~ .color-indicator,
.check-grp.flrpln-colors .color-select div.free-color {
    border: 1px solid #2967de;
    border-radius: 4px;
    padding: 0;
}

/* Hover state whilst checked */
.check-grp.flrpln-colors .color-select:hover input:not([disabled]):checked ~ .color-indicator,
.check-grp.flrpln-colors .color-select input:checked:focus ~ .color-indicator {
    /*border: 1px solid #2967de;
    border-radius: 4px;*/
}

/* Disabled state */
.check-grp.flrpln-colors .color-select input:disabled ~ .color-indicator {
    pointer-events: none;
    /*opacity: .6;
    background: #e6e6e6;*/
}

/* Check mark */
/*.color-indicator:after {
    position: absolute;
    display: none;
    content: '';
}*/

/* Show check mark */
/*.check-grp.flrpln-colors .color-select input:checked ~ .color-indicator:after {
    display: block;
}*/

/* Checkbox tick */
/*.checkbox-ctrl .color-indicator:after {
    top: 1px;
    left: 3px;
    width: 3px;
    height: 6px;
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0;
}*/

/* Disabled tick colour */
.check-grp.flrpln-colors .checkbox-ctrl input:disabled ~ .color-indicator:after {
    border-color: #7b7b7b;
}

.check-grp .selected-item,
.flr-pln-colors .selected-item {
    background: none !important;
}

.check-grp .ico-pencil {
   margin-left: 4px;
   cursor: pointer;
}

.check-grp .ico-pencil:hover {
    color: #2967de;
}

.check-grp .tot-area-wrap p {
    color: #2967de;
    display: inline;
    margin-left: 5px;
}

.check-grp .tot-area-wrap p sup {
    font-size: 8px;
}

.tot-area-wrap .flrpln-tot-area {
    margin-bottom: 8px;
}

.tot-area-wrap .flrpln-tot-area input {
   width: 50px;
   padding: 8px;
   margin-left: 20px;
}

.flr-pln-colors ul li {
    text-align: left;
    width: 37px;
    height: 37px;
    margin-top: 8px;
    margin-bottom: 10px;
    position: relative;
}

.flr-pln-colors button {
    text-decoration: none;
    border: none;
    background: none;
    width: 34px;
    padding: 0;
    box-sizing: border-box;
    outline-color: #2967de;
}

.flrpln-color-free {
    width: 25px;
    line-height: 12px;
    text-align: center;
    font-size: 8px;
    font-weight: bold;
    color: #fff;
    background: #d54245;
    position: absolute;
    top: -5px;
    right: 0;
    border: transparent;
    border-radius: 10%;
}

.flrpln-color-chosen {
    width: 15px;
    line-height: 12px;
    text-align: center;
    font-size: 8px;
    font-weight: bold;
    color: #fff;
    background: #2967de;
    position: absolute;
    top: -5px;
    right: 0;
    border: transparent;
    border-radius: 10%;
}

.flrpln-colors-imgwrp {
    margin-top: 8px;
    margin-left: 10px;
}

.flrpln-rendering {
    margin-bottom: 14px;
    text-align: left;
}

.flrpln-rendering .rendering-1,
.flrpln-rendering .rendering-2 {
    margin-right: -4px;
}

.flrpln-rendering .rendering-1,
.flrpln-rendering .rendering-2,
.flrpln-rendering .rendering-3 {
    display: inline-block;
    position: relative;
}

.flrpln-rendering .rendering-1 input[type="radio"],
.flrpln-rendering .rendering-2 input[type="radio"],
.flrpln-rendering .rendering-3 input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
}

.flrpln-rendering .rendering-1 input[type="radio"]:checked+label,
.flrpln-rendering .rendering-2 input[type="radio"]:checked+label,
.flrpln-rendering .rendering-3 input[type="radio"]:checked+label {
    border: 1px solid #2967de;
    background: #2967de;
    color: #fff;
}

.flrpln-rendering .rendering-1 input[type="radio"]:checked+label,
.flrpln-rendering .rendering-2 input[type="radio"]:checked+label {
    border-right: none;
}

.flrpln-rendering .rendering-1 label,
.flrpln-rendering .rendering-2 label,
.flrpln-rendering .rendering-3 label {
    border: 1px solid #d1d1d1;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    display: block;
    transition: all .3s linear;
    padding: 12px;
    color: #666666;
    cursor: pointer;
}

.flrpln-rendering .no-rborder label {
    border-right: none; /* Prevent double borders */
}

.flrpln-rendering .rendering-1 label {
    border-top-left-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
}

.flrpln-rendering .rendering-2 label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.flrpln-rendering .rendering-3 label {
    border-top-right-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
}

.sqmft-wrap {
    display: inline;
    padding: 4px 6px;
    border-radius: 4px;
    background-color: #eee;
    margin-left: 3px;
}

.calc-area-checkbox {
    margin-left: 20px;
    margin-top: 8px;
}

#flrpln-logo-wrap {
    text-align: left;
}

#flrpln-logo-wrap .button.blue-bg{
    padding: 1em;
    margin-right: 10px;
}

#flrpln-logo-wrap .logo-cancel{
    color: #666666;
    margin-top: 14px;
}

#flrpln-logo-wrap .watermark-list-wrap > * {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin-bottom: 16px;
}

#flrpln-logo-wrap .watermark-preview.active {
    border: 3px solid #487fdf;
    border-radius: 2px;
    padding: 0;
}

#flrpln-logo-wrap .watermark-preview.empty {
    background: #ededed;
    border-radius: 2px;
    padding: 0;
}

#flrpln-logo-wrap .watermark-wrap > * {
    display: inline-block;
    vertical-align: middle;
}

#flrpln-logo-wrap .watermark-preview {
    width: 80px;
    height: 80px;
    position: relative;
    margin-bottom: 6px;
    padding: 3px;
}

#flrpln-logo-wrap .watermark-preview img {
    width: 100%;
    cursor: pointer;
}

#flrpln-logo-wrap .watermark-preview span.delete-icon{
    display: none;
    background: #d54245;
    border-radius: 2px;
    color: #fff;
    font-size: 9px;
    padding: 3px 6px;
    position: absolute;
    right: -8px;
    text-align: center;
    top: -7px;
    cursor: pointer;
    z-index: 1000;
    line-height: 10px
}

#flrpln-logo-wrap .watermark-preview:hover .delete-icon {
    display: block;
}

#flrpln-logo-wrap #watermark-upload-btn {
    line-height: 18px;
    top: -3px;
    margin-left: 3px;
}

#flrpln-logo-wrap #watermark-upload-btn > .v2-tooltip {
    top: 2px;
    width: 160px;
    line-height: 20px;
}


.new-option {
    float: left;
    color: #63c471;
    font-size: 11px;
    border: 1px solid #63c471;
    border-radius: 3px;
    padding: 4px;
    position: absolute;
    top: 5px;
    left: 80px;
}

#flrpln-wt .icons.ico-external-link {
    position: absolute;
    left: 78px;
    top: 15.5px;
    color: #2967de;
    font-size: 12px;
    cursor: pointer;
}

#flr-pln .icons.ico-external-link {
    position: absolute;
    left: 34px;
    top: 0px;
    color: #2967de;
    font-size: 12px;
    cursor: pointer;
}

.icon-hovers.grp-flr-pln-icon:hover:after {
    width: 80px;
    background-color: transparent;
    right: -15px;
    top: 10px;
}

.p-title-floor-area:hover {
	cursor: pointer;
}

/* end floor plan css harvz */

/* refresh button dashboard - ralphy */

.refresh-btn {
    position: absolute;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 2px;
    line-height: 20px;
    right: 20px;
    top: -10px;
    cursor: pointer;
    color: #fff;

}

.refresh-btn:hover > span {
    opacity: 1;
}

.refresh-btn > span {
    opacity: .7;
    line-height: 22px;
    font-size: 11px;
    width: 100%;
    height: 100%;
    display: inline-block;
    transition: opacity .1s ease;
}


/* start dashboard editors */
.manage-editor .jd-suggestions{
    min-height: 20px;
    max-height: 180px;
    overflow-y: scroll; 
    width: 148px !important;
    overflow-x: hidden;
}
/* end dashboard editors */



/* ralph css loader*/

#small-loader {
    display: block;
    height: auto;
    width: auto;
    position: absolute;
    top: 10px;
    /*left: 135px;*/
    right: 10px;
}

#small-loader .wrap {
    /*width: 100%;*/
    /*height: 100%;*/
}

#small-loader .loader {
    position: relative;
    top: 30%;
    font-size: 4px;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(70,118,183,.6);
    border-right: 1.1em solid rgba(70,118,183,.6);
    border-bottom: 1.1em solid rgba(70,118,183,.6);
    border-left: 1.1em solid #3170de;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
#small-loader .loader,
#small-loader .loader:after {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 auto;
}

.address-priority .feature-lists ul li {
    background: #b9b9b9;
    border-bottom: 2px solid #6a6a6a;
    width: 240px;
    margin-left: -26px !important;
    padding: 10px;
    border-radius: 4px;
}

#welcome_video .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}