﻿
@font-face {
    font-family: Segoe UI;
    src: url(font/segoeui.ttf);
    font-weight: normal;
}

#cover {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 5;
    width: 100%;
    height: 100%;
    display: none;
}

#loginScreen {
    height: 380px;
    width: 340px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    display: none;
    background: url(login.png) no-repeat;
    border: 5px solid #cccccc;
    border-radius: 10px;
}

    #loginScreen:target, #loginScreen:target + #cover {
        display: block;
        opacity: 2;
    }

.cancel {
    display: block;
    position: absolute;
    top: 3px;
    right: 2px;
    background: rgb(245,245,245);
    color: black;
    height: 30px;
    width: 35px;
    font-size: 30px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

.textWarning {
    color: Red;
    position: absolute !important;
    left: 15px !important;
    top: 51px !important;
}
#contentMain_WBSTreePopUp_tvTasks_tvHighriseEngineering {
    margin: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px -62px 13px -111px inset, rgba(0, 0, 0, 0.3) 0px -2px 19px -10px inset;
    padding: 8px;
    border-radius: 8px;
}
.calendaricon {
    top: 29px;
}
.pa8 {
    padding:8px;
}