﻿
/*Sticky Footer */
/*If  using ASP.NET, add the form CSS to the Sticky Footer code.*/
form {
    height: 100%;
}

* {
    margin: 0;
    outline: none;
}

html, body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    /*height: 100%;*/
    margin: 0 auto -60px; /*'.wrapper' must be negative the same height as 'footer' and 'push' */
}

.push {
    height: 60px; /* '.push' must be the same height as 'footer' */
}

.footer /*wrapps the footer divs*/ {
    height: 60px; /* '.push' must be the same height as 'footer' */
    /*padding-left: 15px;
    padding-right: 15px;*/
     border-style: solid;
    border-width: 5px;
    border-color: transparent;
    
}

.blue_at_bottom_of_login_page {
    background-color: #084b81;
    margin: auto;
    height: 30px;
}

.white_at_bottom_of_login_page {
    padding: 5px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    
}


.logo_footer {
    /*display: block; if added the logo floats left*/
    /*width: 100%;
   height: 100%;*/
    /*max-height: 81px;
   max-width: 438px;*/
}
/*Color Chart
http://paletton.com/#uid=33s0u0kX+OmrfVdEyXgX-uDWfnN
*/
/* DEFAULTS*/
body {
    /*font-size: 0.90em;*/
    font-size: 10pt;
    color: #2A3A55;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    /*background-repeat: repeat; removed 6.30.18
    background-color: #f5f5f5;*/
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

/*Links*/
a:link, a:visited {
    color: #0E3E6F;
}

a:hover {
    color: #BE8900;
    text-decoration: none;
}

a:active {
    /*color: #377c2b;*/
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/
h1 {
    font-size: x-large;
    font-weight: 400;
    /*color: #BE2800;*/
    margin-bottom: 0px;
    /*color:#2b2a2a;*/
    color: black;
}

h2 {
    font-size: large;
    /*color: #785B00;*/
    font-weight: 400;
    margin-bottom: 10px;
    color: #1a4d84;
}



h3 {
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    /*color: #333333;*/
    color: black;
}


/* LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    /*width: 960px;*/ /*changed 6.27.18*/
    min-width: 960px;
    /*width: 98%*/;
    background-color: #fff;
    margin: 10px auto 10px auto;
    height: 100%;
    /*background-repeat: repeat;
    -moz-box-shadow: 0 0 20px #777777;
    -webkit-boxs-hadow: 0 0 20px #777777;
    box-shadow: 0 0 20px #777777;
    padding-bottom:10px;*/
    border-style: solid;
    border-width: 5px;
    border-color: transparent;
}

.header {
    position: relative;
    /*margin: 0px;*/
    padding: 0px;
    /*width: 100%;*/
    min-width: 960px;
    margin: 0px auto 0px auto;
}

.main {
    min-height: 500px;
    height: auto !important;
    /*padding-left:10px;
  padding-right:10px;*/
    padding-left: 0px;
    padding-right: 0px;
}


.clear {
    clear: both;
    height: 0px;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    /*padding: 10px;*/
}

    .loginDisplay a:link {
        /*color: #f78429;*/
    }

    .loginDisplay a:visited {
        /*color: #f78429;*/
    }

    .loginDisplay a:hover {
        /*color:#782400;*/
    }


/*Messages*/
.Instructions {
    border: 1px solid #084b81;
    color: #084b81;
    background-color: #e9f8fc;
    padding: 5px 5px 5px 5px;
    font-size: 1.0em;
    display: inline-block;
}

.ErrorMessage {
    border: 1px solid Red;
    color: red;
    background-color: #FFCCE0;
    padding: 5px 5px 5px 5px;
    font-size: .90em;
    display: inline-block;
}

.ErrorMessageHeader {
    margin-bottom: 10px;
    border: 1px solid Red;
    color: red;
    background-color: #FFCCE0;
    padding: 5px 5px 5px 5px;
    font-size: .90em;
    display: inline-block;
}

.SuccessMessage {
    margin-bottom: 10px;
    border: 1px solid green;
    color: green;
    background-color: #CCFFCC;
    padding: 5px 5px 5px 5px;
    font-size: .90em;
    display: inline-block;
}

.SuccessMessageHeader {
    margin-bottom: 10px;
    border: 1px solid green;
    color: green;
    background-color: #CCFFCC;
    padding: 5px 5px 5px 5px;
    font-size: .90em;
    display: inline-block;
}

.GrayMessage {
    border: 1px solid #666666;
    color: #333333;
    background-color: #CCCCCC;
    padding: 5px 5px 5px 5px;
    font-size: .90em;
    display: inline-block;
}

.yellowDDL .rddlInner {
    /*color: Red !important;*/
    background-color: #DAE7F5 !important;
}


.commandbutton {
    border: 1px solid #ccc;
    padding: 3px;
    border-radius: 5px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

    .commandbutton:hover {
        background-color: #e6e6e6;
    }

      /*Default name icon*/

  .IconCircle {
            font-family: Arial;
            font-weight: 500;
            width: 80px;
            height: 80px;
            line-height: 80px;
            text-align: center;
            color: white;
            display: inline-block;
            float:left;           
            border-radius: 50%;            
            cursor: default;
            font-size: 20px;
            /*dont select text*/
            -webkit-touch-callout: none; /* iOS Safari */
            -webkit-user-select: none; /* Safari */
            -khtml-user-select: none; /* Konqueror HTML */
            -moz-user-select: none; /* Firefox */
            -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
        }
 div.IconCircleManageEmployeesPage {
            font-family: Arial;
            font-weight: 500;
            width: 80px;
            height: 80px;
            line-height: 80px;
            text-align: center;
            color: white;
            display: inline-block;
            margin-bottom: -10px;
            border-radius: 50%;            
            cursor: default;
            font-size: 20px;
            /*dont select text*/
            -webkit-touch-callout: none; /* iOS Safari */
            -webkit-user-select: none; /* Safari */
            -khtml-user-select: none; /* Konqueror HTML */
            -moz-user-select: none; /* Firefox */
            -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
        }

.menudate {
   
    width:200px;
    color: white;
    /*font-size:12px;*/
    
    margin-right: 10px;
    margin-top: 35px;
    right:0px;
    z-index: 1100;
    position: absolute;
}