﻿@font-face
{
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v8/ATKpv8nLYAKUYexo8iqqrg.woff2) format('woff2'), url(https://fonts.gstatic.com/s/ptsans/v8/LKf8nhXsWg5ybwEGXk8UBQ.woff) format('woff');
}
@font-face
{
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://fonts.gstatic.com/s/ptsans/v8/0XxGQsSc1g4rdRdjJKZrNPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2'), url(https://fonts.gstatic.com/s/ptsans/v8/0XxGQsSc1g4rdRdjJKZrNBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
body
{
    font-family: 'PT Sans';
    font-size: medium;
    margin: 0px;
}

h1, h2
{
    margin: 0px;
}
#heading
{
    font-family: 'PT Sans';
    color: Black;
}
#panelColor
{
    background-color: #ADD8E6;
}
#topContent
{
    text-decoration: none;
    height: 100px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0 1px 1px #aaa;
    color: Lime;
    font-family: PT Sans;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    background-color: White;
}
#masterPageContent
{
    height: auto;
    width: 100%; /*1340px; } #topContent a {     text-decoration: none;     /*color: White; background-color: #EAEAEA;*/
}

#rightContent
{
    width: 373px;
    padding: 10px;
    font-size: 90%;
    text-align: left;
    position: absolute;
    top: 244px;
    margin-top: 10px;
    left: 1000px;
    height: 261px;
}
#leftContentHome
{
    width: 145px;
    padding: 10px;
    font-size: 90%;
    text-align: center;
    position: absolute;
    top: 202px;
    margin-top: 10px;
    left: 5px;
    height: 230px;
}
#rightContentHome
{
    width: 145px;
    padding: 10px;
    font-size: 90%;
    text-align: center;
    position: absolute;
    top: 195px;
    margin-top: 10px;
    left: 941px;
    height: 230px;
}

#middleContentHome
{
    width: 701px;
    padding: 10px;
    font-size: 90%;
    text-align: center;
    position: absolute;
    top: 188px;
    margin-top: 10px;
    left: 185px;
    height: 103px;
}
#rightContent h3
{
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    border-top: dotted 1px #660;
    border-bottom: dotted 1px #660;
}

#mainContent
{
    text-align: left;
    height: 421px;
    background: url(/Images/blue.jpg) no-repeat;
    width: 100%; /*1349px;*/
}

#footerContent
{
    text-align: center;
    background: url(/Images/Footer.jpg);
    padding: 15px;
    width: 1275px;
    height: 10px;
    margin-top: inherit;
}
#footerContentHome
{
    text-align: center;
    background: url(/Images/Footer.jpg);
    padding: 12px;
    width: 1318px;
    height: 8px;
    margin-top: 400px;
}
#rightContentLogin
{
    width: 366px;
    padding: 10px;
    font-size: 90%;
    text-align: left;
    position: absolute;
    top: 143px;
    margin-top: 10px;
    left: 904px;
    height: 343px;
}


.nav-icons
{
    position: relative;
    right: 30px;
    top: 35px;
}
.nav-icons .user-image .nav-icon-user-image
{
    width: 40px !important;
    height: 40px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    float: right;
    background: #1c4da1;
    text-align: center;
    font-size: 18px;
    font-family: "Heebo" ,sans-serif;
    color: #fff;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    top: -60px;
    left: 25px;
}

.dropdown-menu > li > a
{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap;
    text-shadow: 1px 1px 1px black, 0 0 1px blue, 0 0 1px darkblue;   
}



/*FOOTER*/

footer
{
    background: #16222A;
    background: -webkit-linear-gradient(59deg, #3A6073, #16222A);
    background: linear-gradient(59deg, #3A6073, #16222A);
    color: white;
}

footer a
{
    color: #fff;
    font-size: 14px;
    transition-duration: 0.2s;
}

footer a:hover
{
    color: #FA944B;
    text-decoration: none;
}

.copy
{
    font-size: 12px;
    padding: 10px;
    border-top: 1px solid #FFFFFF;
}

.footer-middle
{
    padding-top: 2em;
    color: white;
}



/* Form FS */
/* Grid Model Lables Textboxes */
table.gridtable
{
    font-family: verdana,arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    border-width: 1px;
    border-color: #000000;
    border-collapse: collapse;
}
table.gridtable th
{
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #666666;
    background-color: #dedede;
}
table.gridtable td
{
    border-width: 1px;
    padding: 5px;
    border-style: solid;
    border-color: #666666;
    background-color: #ffffff;
}
.textbox
{
    border: solid 1px #646464;
    outline: 0;
    height: 18px;
    width: 100px;
}

.longtextbox
{
    border: solid 1px #646464;
    outline: 0;
    height: 18px;
    width: 240px;
}
/*--Div table --*/

.divTable
{
    width: 100%;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
}
.divRow
{
    width: 100%;
    display: block;
    padding-bottom: 5px;
}
.divColumn
{
    float: left;
    width: 25%;
    display: block;
}
.PrintTextbox
{
    border: solid 1px #646464;
    outline: 0;
    height: 18px;
    width: 700px;
}


.EmployeeClass legend
{
    color: #0481b1;
    font-family: PT Sans;
    font-size: 12px;
    padding: 0 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 2px;
    font-weight: bold;
}
.EmployeeClass fieldset
{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin: 2px;
    padding: 5px;
    border: 1px solid #0481b1;
}
.header-top
{
    width: 100%;
}
.altCell
{
    font-family: PT Sans;
    font-size: 12px;
    font-weight: normal;
    padding: 3px;
}
.AttachmentEqp
{
    width: 176px;
}
.Employee fieldset
{
    border: 1px solid #0481b1;
    border-radius: 4px;
    height: 360px;
    left: 0;
    margin: 0 auto;
    padding: 5px;
    position: relative;
    top: 40px;
    width: 500px;
}
.field-validation-error > span
{
    font-family: PT Sans;
    font-size: 12px;
}
