﻿#MainMenu {
    height: Calc(100vh - 125px) !important;
}


#TopHeader, #MainTable, #lblLogin, #lblClerkRegister {
    visibility: hidden;
}


#TabDiv1 {
    padding: 20px;
    float: none !important;
    width: 350px !important;
    top: 140px !important;
    left: 59px !important;
    position: absolute !important;
}

#TabMain {
    height: 120px !important;
}

#PageTitle {
    width: 250px;
    border: none;
    margin-left: 80px;
}

#lblPageTitle {
    width: 100%;
    text-align: center;
    float: left;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    padding-bottom: 10px;
    font-weight: bolder;
    color: #999;
}

#MainContent, #divLogin, #TabDiv1 {
    background-color: transparent;
}

#btnClerkRegister {
    background-image: none;
    padding: 0px;
    margin: 112px 0px 0px 0px;
    background-color: #fff;
    color: #4597d5;
    height: auto;
    width: auto;
    font-size: 15px;
    float: right;
    font-size: 13px;
    font-family: 'Source Sans Pro', sans-serif;
}

#divClerkRegister {
    margin-left: 320px;    
    margin-top: -100px;
    width: 0px !important;
    height: 0px !important;
}

#btnLogin {
    background-image: none !important;
    padding: 0px;
    text-decoration: none;
    background-color: #7ac241;
    color: #fff;
    margin: 50px 40px 30px 64px;
    width: 256px !important;
    height: 40px;
}

#divLogin {
    width: 340px !important;
}


#Logo2 {
    background-color: transparent !important;
    height: 40px;
    background-image: url(../Images/fw1_logo_ProTime_white.png);
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
}

#logDivBack {
    opacity: 1;
    height: 420px;
    width: 415px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

input[type="text"], input[type="password"] {
    width: 200px !important;
}

select {
    width: 211px !important;
}

#loginDiv {
    height: 420px;
    width: 415px;
}

#forgotpassword {
    top: 380px;
    left: 136px;
    color: #4597d5;
    font-size: 13px;
    text-decoration: none;
}

.controlicon {
    width: 30px;
    text-align: center;
}

#loginwrapper {
    background: url(../Images/login-bg.jpg);
    background-size: cover;
}



.loginhelplink {
    left: 403px;
}




#BottomTabPageButton {
    background-color: transparent;
    
}