﻿/* __Floors.css    Sections: PANEL, FLOOR, MAP, LAYERS */


/*#region _________________________________________ PANEL _________________________________________  */
.employeepanel {
    box-sizing: content-box !important;
    border-radius: 3px;
    padding: 5px;
    color: #222222; /* required for publish pdf */
    font-family: 'Segoe UI', Arial; /* required for publish pdf */
    font-size: 9pt; /* required for publish pdf */
    position: absolute;
    z-index: 8;
    line-height: normal; /* required for publish pdf */
}

    .employeepanel span {
        min-width:6px;
        display:inline-block;
    }

    .employeepanel img {
        width: 32px;
        height: 32px;
        float: left;
        border-radius: 16px;
        vertical-align: middle;
    }

    .employeepanel:hover {
        z-index: 12;
    }

    .employeepanel .PanelEditField:hover {
        background-color: white;
        color: #222222;
    }

    .employeepanel .PanelEditField:focus {
        background-color: white;
        color: #222222;
    }

.employeepanel_assigned {
    background-image: url(../_engine/images/chair.png);
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: left top;
}




.employeepanel_template {
    display: none
}

.deskpanel_template {
    display: none
}

.assetpanel_template {
    display: none
}

.deskpanel {
    box-sizing: content-box !important;
    border-radius: 3px;
    padding: 5px;
    color: #000000; /* required for publish pdf */
    font-family: 'Segoe UI', Arial; /* required for publish pdf */
    font-size: 9pt; /* required for publish pdf */
    position: absolute !important;
    z-index: 7;
    line-height: normal; /* required for publish pdf */
}

.deskpanel[resid="-1"] img { border: 2px dotted yellow }   /* Show yellow dotted border for bookable desks */

    .deskpanel img {
        width: 32px;
        height: 32px;
        float:left;
        border-radius: 16px;
        vertical-align: middle;
    }

    .deskpanel span {
        /*background-color: white;*/
        min-width: 6px;
        display: inline-block;
    }


    /*.deskpanel:hover {
        background-color: red;
        color: #eeeeee;
    }*/

.deskbooked {
    /*background: none;*/
    /*background-color: #0fbe0f;*/
    /*border-radius: 3px;*/
    /*padding: 3px;*/
    /*color: #ffffff;*/
}

.deskbooked img { border:2px dotted #0fbe0f }  /* Show green dotted border for booked desks */

.deskbooked span {
    background: none;
}


.assetpanel {
    border-radius: 3px;
    padding: 5px;
    box-sizing: content-box !important;
    font-family: 'Segoe UI', Arial; /* required for publish pdf */
    font-size: 9pt; /* required for publish pdf */
    position: absolute;
    z-index: 8;
    min-width: 30px;
    min-height: 30px;
    line-height: normal;
    /*white-space: nowrap;*/
}

    .assetpanel img {
        width: 32px;
        height: 32px;
        vertical-align: middle;
    }

    .assetpanel span {
        /*padding-right: 4px;*/
        /*padding-left: 4px;*/
        min-width: 6px;
        display: inline-block;
    }

.PanelChangedFlag:before {
    position: absolute;
    top: 2px;
    left: 2px;
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #dc0909;
}


.Aligntop {
    text-align: center;
    min-height: 50px;
    min-width: 32px
}

    .Aligntop img {
        float: none !important;
    }

    .Aligntop span {
        display: block;
    }

.Alignright {
    text-align: right;
    /*white-space: normal;*/
    min-width: 32px;
    min-height: 32px;
}

    .Alignright img {
        float: right;
        margin-left: 5px;
    }

.Alignbottom {
    text-align: center;
    min-height: 50px;
    min-width: 32px;
}

    .Alignbottom img {
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        bottom: 5px;
        left: 0px;
        right: 0px;
        float: none !important;
    }

.Alignleft {
    min-width: 32px;
    min-height: 32px;
}

    .Alignleft img {
        margin-right: 5px;
    }

.panelselected {
    background-color: red !important;
    color:#ffffff;
    box-shadow: 0 0 0 rgba(255,0,0, 0.4);
    animation: panelselectedpulse 3s infinite;
    display: block!important;
    z-index: 10;
}

    .panelselected:hover {
        animation: none;
    }

.Requested_Desks img {
    height: 0px;
    width: 0px;
    background-image: url(../_engine/images/RequestedDesk.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 30px;
    padding-top: 30px;
    padding-left: 30px;
 
}

@keyframes panelselectedpulse {
    30% { box-shadow: 0 0 0 0 rgba(255,0,0, 0.4); }
    70% { box-shadow: 0 0 0 300px rgba(255,50,50, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255,0,0, 0); }
}
         

/*#endregion*/
/*#region _________________________________________ FLOOR _________________________________________  */

.ContextMenu {
    border: 1px solid #cccccc;
    position: absolute;
}

.ContextItem {
    background-color: White;
    color: #444444;
    padding: 10px;
    font-family: 'Segoe UI',Arial;
}

.ContextItem:hover {
    background-color: #eeeeee;
    cursor: pointer;
}



/* Hide the jquery resizable handle image */
.ui-resizable-handle {
    background-image: none;
}

.DeskAssignedIcon {
    width: 10px;
    height: 10px;
    position: absolute;
    left: 1px;
    top: 1px;
    display: inline-block;
    background-size: 10px;
    background-image: url(../_engine/images/deskassignedicon.png);
}

#PanelContextMenu {
    position: fixed;
    display: none;
    z-index: 1000;
    background-color: white;
    border: 1px solid black;
    padding: 7px;
    cursor: pointer;
}

/* Edit Panel Dropdown */
.EditPanelsButton {
    background-color: #4CAF50;
    color: white;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
    border: none;
    font-size: 13px;
    font-family: 'Segoe UI', Arial;
    width: 60px;
    margin-left: 60px;
    border-radius: 2px;
    margin-bottom: 2px;
}

.EditPanelsDropdown {
    /*position: absolute;*/
    position:fixed;
    right: 5px;
    top: 55px;
    display: inline-block;
    width: 120px;
    z-index: 5;
}

.EditPanelsDropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #444444;
    width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-size: 14px;
    font-family: 'Segoe UI Light','Segoe UI', Arial;
    padding: 2px;
}

.EditPanelsDropdown-content a {
    color: black;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.EditPanelsDropdown-content a:hover {
    background-color: #eeeeee;
}

.EditPanelsDropdown:hover .EditPanelsDropdown-content {
    display: block;
}

.EditPanelsDropdown:hover .EditPanelsButton {
    background-color: #3e8e41;
}

#divEditFloorToolbar {
    background-color: white;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    /*position: absolute;*/
    position: fixed;
    right: 5px;
    top: 55px;
    z-index: 6;
}


/*#divAddDeleteSaveButtons {
    background-color: white;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    position: absolute;
    right: 5px;
    top: 55px;
    z-index: 6;
}*/

#spanEditPanelHeading {
    font-family: 'Segoe UI Light', 'Segoe UI', Arial;
    font-size: 20px;
    color: #008fc7;
    padding-right: 15px;
    vertical-align: top;
    margin-top: 3px;
}

.PanelEdit_Icon {
    width: 30px;
    height: 30px;
    margin-left: 8px;
    cursor: pointer;
}

.PanelEdit_Save {
    width: 80px;
    height: 30px;
    background-color: #008fc7;
    text-align: center;
    line-height: 28px;
    color: white;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    font-family: 'Segoe UI Light', 'Segoe UI', Arial;
    border-radius: 2px;
}

.PanelEdit_Close {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

/*#endregion*/
/*#region ________________________________ MAP ___________________________________*/

.GoogleMapWindow {
    width: 100%;
    height: calc(100vh - 50px);
    top: 50px;
    position: absolute;
    z-index: 5;
}

#divGoogleMapWindow img[src$="employee"] {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    /*border: 1px solid #333333!important;*/
    /*background-color: #333333;*/
    padding:1px!important;
    background-color:#333333;
}

#divGoogleMapWindow img[src$="desk"] {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: 0px 0px 1px green, 1px 1px green;
    background-color: green;
}

#divGoogleMapWindow img[src$="booking"] {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    /*box-shadow: 0px 0px 1px green, 1px 1px green;*/
    /*background-color: green;*/
    /*border: 2px dotted #0fbe0f!important;*/
    padding: 1px !important;
    background-color: #0fbe0f;
}


#divGoogleMapWindow img[src$="asset"] {
    /*border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #b200ff !important;
    background-color: #ffffff;*/

}

.markerselected {
    border: 2px solid red !important;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow:none!important;
}


/*#endregion*/

/*#region __________________________________________ LAYERS ___________________________________________ */

#divLayerList input[type="checkbox"] {
    margin-right:5px;
    margin-top:10px;
}

.layername {
    cursor: pointer;
}

    .layername:hover {
        text-decoration: underline
    }

.LayerDetailBody label {
    width: 65px;
}

.LayerDetailBody input[type=text] {
    width: calc(100% - 70px);
    display: inline-block;
}

.LayerDetailBody select {
    width: calc(100% - 70px);
    display: inline-block;
}

.LayerDetailBody textarea {
    width: calc(100% - 70px);
    display: inline-block;
}

#lblLayerType {
    font-size: 1rem;
    font-weight: 400;
    display:inline-block;
}

.DeleteLayerIcon {
    width: 30px;
    height: 30px;
    cursor: pointer;
    float: right;
}

/*.lc-picker-contents .lc-pick-tool[title="Pencil"] { background-image: url(../_engine/jquery/literallycanvasimages/pencil.png) !important; }
.lc-picker-contents .lc-pick-tool[title="Eraser"] { background-image: url(../_engine/jquery/literallycanvasimages/eraser.png) !important; }
.lc-picker-contents .lc-pick-tool[title="Line"] { background-image: url(../_engine/jquery/literallycanvasimages/line.png) !important; }
.lc-picker-contents .lc-pick-tool[title="Rectangle"] { background-image: url(../_engine/jquery/literallycanvasimages/rectangle.png) !important; }
.lc-picker-contents .lc-pick-tool[title="Ellipse"] { background-image: url(../_engine/jquery/literallycanvasimages/pencil.png) !important; }
.lc-picker-contents .lc-pick-tool[title="Text"] { background-image: url(../_engine/jquery/literallycanvasimages/pencil.png) !important; }
.lc-picker-contents .lc-pick-tool[title="Polygon"] { background-image: url(../_engine/jquery/literallycanvasimages/pencil.png) !important; }
.lc-picker-contents .lc-pick-tool[title="Pan"] { background-image: url(../_engine/jquery/literallycanvasimages/pencil.png) !important; }
.lc-picker-contents .lc-pick-tool[title="Eyedropper"] { background-image: url(../_engine/jquery/literallycanvasimages/pencil.png) !important; }*/

/*#endregion*/