﻿/* Sections: GENERAL, FLOOR, PANEL, BOX, TOOLBAR, @MEDIA */

/*----------------------------- GENERAL ----------------------------*/

.glyphicon {      
    /* As a placeholder to see where old glyphicons were */
    border: 2px solid red
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 300px;
    overflow:hidden;
}

/**, ::after, ::before {
    box-sizing: border-box;
}*/

#divBottomTab {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    overflow: hidden;
    transition: 0.3s;
}

#divBottomTab_content {
    background-color: #7a7a6d;
    color: #FFFFFF;
    /*border-top: 1px solid black;*/
    height: 100%;
    /*padding: 5px;*/
    font-family: 'Segoe UI Light', 'Segoe UI', Arial;
    font-size: 20px;
    cursor: pointer;
}

    /*#divBottomTab_content img {
        width: 46px;
        height: 46px;
        margin-right: 5px;
    }*/

#divBottomTab .closebtn {
    position: absolute;
    font-family: 'Segoe UI Light', 'Segoe UI', Arial;
    top: 0;
    right: 5px;
    font-size: 36px;
    line-height: 35px;
    color: #bbbbbb;
    cursor: pointer;
}

    #divBottomTab .closebtn:hover {
        color: #000000;
    }


/*------------------------------ FLOOR -----------------------------*/
.FloorSection {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100vh;
    overflow: hidden !important;
}

.FloorContainer {
    position: relative;
    /* Apply styles below to all panels */
    line-height: normal;
    color: #222222;
    font-family: 'Segoe UI', Arial;
    font-size: 9pt;
}

#divZoomButtons {
    position: fixed;
    width: auto;
    border-radius: 2px;
    z-index: 10;
}

.ZoomButtons_Floorplan {
    bottom: 6px;
    right: 8px;
    background-color: white;
}


.ZoomButtons_Map {
    bottom: 24px;
    right: 60px;
    height: 40px;
    background-color: white;
    box-shadow: 0px 1px 4px -1px rgba(0,0,0,0.3);
}

    .ZoomButtons_Map .ZoomButton {
        display: none;
    }

.ZoomButton {
    width: 50px;
    height: 50px;
    opacity: .2;
    cursor: pointer;
    padding: 15px;
    border-radius: 25px;
    vertical-align: middle;
}

    .ZoomButton:hover {
        border: 1px solid black;
        opacity: 1;
    }

#divBookingFilter {
    margin-left: 15px;
    margin-right: 15px;
    font-family: 'Segoe UI', Arial;
    color: #666666;
    cursor: pointer;
    line-height:38px;
}

    #divBookingFilter:hover {
        color: #0094ff;
    }


/*.ZoomButtons {
    z-index: 10;
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: auto;
    height: auto;
    margin-right: 8px;
    margin-bottom: 6px;
    border-radius: 23px;
    background-color: white;
}*/






/*.zoom-in:hover, .zoom-out:hover {
    background-color: #aaaaaa;
}*/





/*------------------------------ FLOOR (end) -----------------------------*/





/*------------------------------- BOX --------------------------------*/
#divTabWrapper {
    width: calc(100vh - 50px);
    height: 20px;
    transform: rotate(90deg);
    transform-origin: 10px 10px;
    position: absolute;
    left: 0px;
    top: 50px;
    z-index: 11;
    background: linear-gradient(rgba(255,0,0,0) 0px,rgba(255,0,0,0) 6px,#333333 6px,#333333 20px);
}

#divTabContainer {
    display: inline-block;
    float: right;
    padding-right: 20px;
    line-height: 1;
}

.SideTab {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    background-color: #777777;
    color: #ffffff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 12px;
    padding-right: 12px;
    font-family: 'Segoe UI', Arial;
    font-size: 13px;
    cursor: pointer;
}

#divBoxContainer {
    position: absolute;
    top: 50px;
    height: calc(100vh - 50px);
    left: 0px;
    max-width: 100vw;
    overflow: hidden;
    z-index:11;
}

.box {
    float: left;
    width: 0px;
    max-width: 100vw;
    height: calc(100vh - 50px);
    background-color: #ffffff;
    z-index: 11;
    overflow: hidden;
    position:relative;
    /*resize:horizontal;*/
}

.box_content {
    font-family: 'Segoe UI', Arial;
    min-width: 325px;
    /*width: calc(100% - 1px);*/
    width: 100%;
    height: calc(100vh - 50px);
    float: right;
    border-right: 1px solid black;
    border-top: 3px solid #222222;
}

/*.BoxHTML {
    padding: 10px;
    display: inline-block;
}*/

.CloseForm {
    cursor: pointer;
    width: 32px;
    height: 33px;
    padding-right:10px;
    padding-left:4px;
    padding-top:10px;
    padding-bottom:5px;

}

.PinIcon {
    width: 14px;
    height: 14px;
    margin-top: 10px;
    margin-right: 5px;
}

/*.box_content .dropdown {
    display: inline-block;
}*/

#boxmenudots {
    width: 33px;
    height: 33px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right:5px;
    padding-bottom:5px;
    opacity: .5;
}

    #boxmenudots:hover {
        opacity: 1;
        cursor: pointer;
    }

.BoxDropdown {
    position: absolute;
    right: 40px;
    display: inline-block;
}

.BoxDropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 90px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: -10px;
    border-radius: 4px;
}

    .BoxDropdown-content a {
        color: black;
        padding-top: 7px;
        padding-bottom:7px;
        padding-right:10px;
        padding-left:15px;
        text-decoration: none;
        display: block;
        font-family: 'Segoe UI Light', 'Segoe UI', Arial;
        font-size: 14px;
        cursor:pointer;
        border-radius:4px;
    }

        .BoxDropdown-content a:hover {
            background-color: #ddd;
        }

.BoxDropdown:hover .BoxDropdown-content {
    display: block;
}


.box_content .BoxDropdown {
    display: inline-block;
}



.BoxActions {
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    right: 0px;
    padding-top:7px;
    padding-right:5px;
}





/*.box_container {
    position: absolute;
    top: 50px;
    height: calc(100vh - 50px);
    left: 0px;
    z-index: 6;
}*/

/*.box {
    float: left;
    width: 0px;
    max-width: 100vw;
    height: calc(100vh - 50px);
    background-color: #ffffff;
    font-family: 'Segoe UI', Arial;
    overflow: hidden;
    display: inline-block;
}*/

/*.box_content {
    min-width: 324px;
    width: calc(100% - 1px);
    height: calc(100vh - 50px);
    float: right;
}*/

/*#box1_content, #box2_content, #box3_content, #box4_content {
    border-right: 1px solid #888888 !important;
    xpadding-right: 1px;
    border-top: 3px solid #222222;
}*/

.EmployeeDetailClose {
    margin-right: 15px;
    margin-top: 15px;
    position: absolute;
    right: 0px;
    cursor: pointer;
    width: 22px;
    height: 22px;
    opacity: 0.5;
}

    .EmployeeDetailClose:hover {
        opacity: 1;
    }




/*.FirstLastHeading {
    font-size: 25px;
    font-family: 'Segoe UI', Arial;
    color: #333333;
    margin-left: 15px;
    margin-top: 13px;
    margin-bottom: 13px;
}*/

/*#divLiveEmpFields {
    width: 100%;
    font-size: 14px;
    font-family: 'Segoe UI Light', 'Segoe UI', Arial;
    font-weight: normal;
    color: #333333;
    background: linear-gradient(180deg, #444444 162px, #FFFFFF 0, #FFFFFF 100%);
    padding-top: 20px;
}

#divLiveEmpFields .fieldrow {
    border-top: 1px solid #f5f5f5;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 15px;
    margin-right: 15px;
}

.EmpFldLabel {
    width: 105px;
    font-size: 12px;
    color: #42a1ba;
    display: inline-block;
    vertical-align: top;
}

.EmpFldValue {
    padding-left: 3px;
    display: inline-block;
    width: calc(100% - 110px);
    font-size: 14px;
    color: #000000;
    font-family: 'Segoe UI Light','Segoe UI', Arial;
}*/

#imgAssetFormPic {
    width: 100%;
    max-width: 325px;
    display: block;
}

#divLiveAssetFields {
    width: 100%;
    font-size: 14px;
    font-family: 'Segoe UI Light', 'Segoe UI', Arial;
    font-weight: normal;
    color: #333333;
}

#divLiveAssetFields .fieldrow {
    border-top: 1px solid #f5f5f5;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
}

.AssetFldValue {
    padding-left: 3px;
    display: inline-block;
    width: calc(100% - 110px);
    font-size: 14px;
    color: #000000;
    font-family: 'Segoe UI', Arial;
}

#divLiveAssetFields .fieldrow div:nth-child(1) {
    width: 105px;
    font-size: 13px;
    color: #777777;
    display: inline-block;
    vertical-align: top;
}


.fieldmoreicon {
    float: right;
    width: 20px;
    height: 20px;
    cursor: pointer;
    padding-top: 4px;
    padding-bottom: 3px;
    padding-left: 4px;
}


/*------------------------------ BOX (end) ----------------------------*/



/*------------------------------ TOOLBAR -----------------------------*/
.ToolbarTransparency {
    height: 50px;
    width: 100%;
    background-color: #f5f5f5;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 5;
    opacity: 0.98;
}

.MainToolBar {
    height: 50px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 11;
}


.MoreIcon {
    width: 18px;
    height: 18px;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 5px;
    float: left;
    cursor: pointer;
    opacity: .9;
}

.SearchBox {
    border: none;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 8px;
    padding-right: 30px;
    border-radius: 4px;
    width: 100%;
    font-family: 'Segoe UI', Arial;
    font-size: 14px;
    color: #333333;
    outline: none;
    background-image:url(../_engine/images/searchicon.png);
    background-size:18px;
    background-repeat:no-repeat;
    background-position: right 8px center;

}


#divFloorlabel {
    color: #222222;
    line-height: 50px;
    padding-left: 20px;
    display: inline-block;
    font-size: 14px;
    font-family: 'Segoe UI Light', 'Segoe UI', Arial;
    cursor: pointer;
}

#divCustomHeaderHTML {
    display:inline-block;
    float:left;
    line-height:50px;
}

#divSearchContainer {
    display: inline-block;
    border-radius: 5px;
    padding: 1px;
    background-color: #f5f5f5;
    margin-top: 8px;
    width: 450px;
    margin-left:7px;
}

    #divSearchContainer:hover {
        box-shadow: 0px 0px 1px #aaaaaa;
    }




#divQuickSearchIcons {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 4px;
}

#divQuickSearchResults {
    background-color: white;
    padding: 8px;
    font-family: 'Segoe UI Light', 'Segoe UI', Arial;
    font-size: 14px;
}

.quicksearchicon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px;
    background-repeat: no-repeat;
    opacity: 0.6
}

    .quicksearchicon:hover {
        opacity: 1;
    }

    /*.quicksearchicon i {
        position: relative;
        top: 0px;
        left: 0px;
        font-size: 20px;
        color: rgba(217, 83, 79, 0.7);
        display: none;
    }*/

.qs_disabled {
    background-color: red;
    border-radius:10px;
}


.qs_employee {
    background-image: url(../_engine/images/qs_employee.png);
}

.qs_desk {
    background-image: url(../_engine/images/qs_desk.png);
}

.qs_asset {
    background-image: url(../_engine/images/qs_asset.png);
}

.qs_booking {
    background-image: url(../_engine/images/qs_booking.png);
}

.quicksearchicon {
    margin-left: 15px;
    cursor: pointer;
    color: #666666;
}

#divQuickSearchResults div {
    background-size: 35px;
    background-repeat: no-repeat;
    background-position-y: 4px;
    background-position-x: 4px;
    padding-left: 50px;
    font-family: 'Segoe UI', Arial;
    font-size: 15px;
    color: black;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 6px;
    padding-top: 2px;
    line-height: 19px;
}

    #divQuickSearchResults div:hover {
        background-color: #eef2f5;
        cursor: pointer;
    }


    #divQuickSearchResults div span {
        font-family: 'Segoe UI Light', 'Segoe UI', Arial;
        font-size: 11px;
        color: #666666;
        background-image: url(../_engine/images/check_mark.png);
        background-size: 9px;
        background-repeat: no-repeat;
        background-position-y: 3px;
        padding-left: 11px;
        padding-right: 14px;
    }

.QuickSearchSelected {
    background-color: #eef2f5;
}

.LoginButton {
    border: 1px solid Transparent;
    height: 30px;
    line-height: 25px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 10px;
    margin-right: 5px;
    font-family: 'Segoe UI Light', 'Segoe UI', Arial;
    font-size: 11pt;
    color: #222222;
    cursor: pointer;
    position: fixed;
    right: 0px;
    z-index: 6;
}

.LoginAsAdmin {
    padding-top: 6px;
    padding-bottom: 7px;
    padding-left: 11px;
    padding-right: 11px;
    background-color: #222222;
    margin-top: 52px;
    margin-right: 2px;
    font-family: 'Segoe UI Light', 'Segoe UI', Arial;
    font-size: 12pt;
    color: #ffffff;
    outline: 0;
    z-index: 123;
    position: fixed;
    right: 0px;
    width: auto;
    height: auto;
    border-radius: 3px;
}

    .LoginAsAdmin:hover {
        opacity: 1;
    }

.LoginAsAdmin_msg {
    color: #aaaaaa;
    font-size: 8pt;
}

.LoginAsAdmin_close {
    float: right;
    padding-left: 10px;
    font-size: 10pt;
    cursor: pointer;
}

.LoginAsAdmin_link {
    color: #00b3f6;
    cursor: pointer;
}

/*.LoginButton {
    border: 1px solid Transparent;
    height: 30px;
    line-height: 25px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 10px;
    margin-right: 5px;
    font-family: 'Segoe UI Light', 'Segoe UI', Arial;
    font-size: 11pt;
    color: #222222;
    cursor: pointer;
    position: fixed;
    right: 0px;
    z-index: 6;
}*/

    /*.LoginButton:hover {
        border-radius: 4px;
        background-color: white;
        font-weight: bold;
    }*/



/*.LoginHeading {
    font-family: 'Segoe UI', Arial;
    font-size: 16pt;
    font-weight: 600;
    color: #444444;
}*/


/*------------------------------ TOOLBAR (end) -----------------------------*/


