﻿html {
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-size: 10px;
    font-weight: 200;
    line-height: 1.4;
}

@media (max-width: 767px) {
    html {
        font-size: 10px;
    }
}



/* custom font */
@font-face {
    font-family: 'bernina_sanssemibold';
    src: url('fonts/BerninaSans-Semibold.eot');
    src: url('fonts/BerninaSans-Semibold.eot?#iefix') format('embedded-opentype'),
    url('fonts/BerninaSans-Semibold.woff') format('woff'),
    url('fonts/BerninaSans-Semibold.ttf') format('truetype'),
    url('fonts/BerninaSans-Semibold.svg#bernina_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bernino_sansregular';
    src: url('fonts/BerninaSans-Regular.eot');
    src: url('fonts/BerninaSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/BerninaSans-Regular.woff') format('woff'),
    url('fonts/BerninaSans-Regular.ttf') format('truetype'),
    url('fonts/BerninaSans-Regular.svg#bernino_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #F7F7F7;
    color: #333;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #4DABCD;
    font-weight:700;
    outline: none;
    padding-left: 1px;
    padding-right: 1px;
    text-decoration:none;
}

a:link, a:visited, a:active {
    color: #4DABCD;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    text-decoration: none;
    background-color:#4DABCD; 
    outline: 2px solid #4DABCD;
    color: #fff;
}

header, footer, hgroup, nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
    padding:0px;
    margin:0px;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: 'bernino_sansregular',Arial,Helvetica,sans-serif;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.2em;
}

h5, h6 {
    font-size: 1.2em;
}

h5 a:link, h5 a:visited, h5 a:active {
    padding: 0;
    text-decoration: none;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    padding:0;
    max-width: 1340px;
}

@media only screen and (max-width: 1340px) {
    .content-wrapper {
        margin: 0 auto;
        padding:0;
        max-width: 960px;
    }
}




#body {
    clear: both;
    background-color: #fff;
    border-top:1px solid silver;
     /*padding-bottom: 130px; --padding removed 180529 since the entire footer was removed.  height of the fixed footer +30 */
}

header {
    margin: 0px;
    padding: 0px;
}

footer {
   position:fixed;
   bottom:0px;
   padding-top:10px;
   width:100%;
   height:100px;   
   background-color: #F7F7F7;
   border-top:1px solid silver;
   display:none !important; /* footer removed 180529 */
}

.main-content {
    padding-left: 10px;
    padding-top: 20px;
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat; 
    padding-top: 25px;
}



/* header 
----------------------------------------------------------*/
header .site-title {
    margin: 0px;
}
header .content-wrapper {
    position:relative;
}
header .menu-wrapper {
    position:absolute;
    left:150px;
    top:100px;
}
header .loggedin-wrapper {
    position:absolute;
    right:10px;
    top:25px;
}
header .hideAt740 {
    display:inline;
}
header .showAt740 {
    display:none;
}


/* footer 
----------------------------------------------------------*/
.address{ max-width:130px;}
.address p{ font-family:Arial, Helvetica, sans-serif; font-size:11px;}
.address strong{ font-weight:bold;}
.first-address{ margin-left:141px;}
.second-address{ margin-right:10px;}
.first-address p strong, .second-address p strong{
  width:100%;
}
.address p, .footer-right ul li{ line-height: 18px;}
.logo {
    padding-top:5px;
    padding-left:10px;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

#login a {
    background-color: #d3dce0;
    margin-left: 10px;
    margin-right: 3px;
    padding: 2px 3px;
    text-decoration: none;
}

#login a.username {
    background: none;
    margin-left: 0px;
    text-decoration: underline;
}

#login ul {
    margin: 0;
}

#login li {
    display: inline;
    list-style: none;
}


/* menu
----------------------------------------------------------*/
ul.menu {
    font-size: 1.3em;
    font-weight: 600;
    font-family:'bernino_sansregular'; 
    margin: 0 0 5px;
    padding: 5px;
    text-align: right;
}

ul.menu li {
    display: inline;
    list-style: none;
    padding-left: 15px;
}
ul.menu li.showAt740 {
    display:none;
}


ul.menu li a {
    background: none;
    color:#00A1C1; 
    text-decoration: none;
    font-family:'bernina_sanssemibold'; 
    text-transform:capitalize; 
    padding-left: 5px;
    padding-right: 5px;
    margin-left:5px;
    white-space:nowrap;
}

ul.menu li a:hover {
    text-decoration: underline;
}

ul.menu li a:focus {
    text-decoration: none;
    background-color:#4DABCD; 
    outline: 2px solid #4DABCD;
    color: #fff;
}

ul.menu li a.active {
    text-decoration: none;
    background-color:#4DABCD; 
    color: #fff;
}

/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
    padding-top:12px;
}

.featured .content-wrapper {
    background-color: #7AC0DA;
    color: #fff;
    padding: 20px;
    padding-left:30px;
    padding-bottom:10px;
}

.featured hgroup.title h1, .featured hgroup.title h2 {
    color: #fff;
}

.featured p {
    font-size: 1.4em;
    font-weight:400;
}

.featured a {
    color:#fff; 
    text-decoration: underline;
    font-weight:600;
}

/* page titles */
hgroup.title {
    margin-top: 10px;
    margin-bottom: 30px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
p {
    font-size:1.2em;
}

article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

fieldset.open-auth-providers {
    margin-top: 15px;
}

    fieldset.open-auth-providers button {
        margin-bottom: 12px;
    }
    
/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

fieldset.displaylegend {
    border-left: 2px solid #00A1C1;
    padding-top: 10px;
    padding-left: 10px;
    margin-bottom:20px;
}

    fieldset legend {
        display: none;
    }
    
    fieldset.displaylegend legend {
        display: inline-block;
        font-size: 1.4em;
        color: #00A1C1;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

    fieldset ol li {
        padding-bottom: 10px;
    }

    fieldset.horizontal ol li {
        display: inline-block; 
        padding-right:20px;
        padding-bottom: 0px;
    } 

    label {
        display: block;
        font-size: 1.2em;
        font-weight: 400;
    }

    input, textarea, select {
        border: 1px solid #e2e2e2;
        background: #fff;
        color: #666;
        font-size: 1.2em;
        margin: 0 0 0 0;
        padding: 3px;
    }

    input[type="text"], input[type="password"], input[type="date"], select {
        width: 300px;
    }

    select.legend {
        font-size: 1.0em;
        color: #00A1C1;
        border-color: #00A1C1;
        margin-bottom: 0px;
    }

    textarea {  
        font-family: inherit;
        font-size: 1.2em;
        width: 300px;
    }
    
    input:focus, textarea:focus, select:focus {
        border: 1px solid #7ac0da;
    }

    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 5px;
        margin-right: 15px;
        min-width: 70px;
    }


    input[type="submit"]:focus,
    input[type="button"]:focus,
    button:focus {
        outline:2px solid #4DABCD; 
        border-color: #4DABCD; 
    }

    fieldset.displaylegend input[type="submit"],
    input[type="button"],
    button {
        margin-bottom: 15px;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }
        
    input[disabled], textarea[disabled], select[disabled], input[readonly], textarea[readonly], select[readonly]
    {
        background-color: #F7F7F7;
    }

    input[readonly]:focus, textarea[readonly]:focus, select[readonly]:focus {
        border: 1px solid #e2e2e2;
    }

    input.w280, select.w280 {
        width: 280px;
    }
    input.w140, select.w140 {    
        width: 140px; 
    }
    input.w110, select.w110 {
        width: 110px;
    }
    input.w105, select.w105 {
        width: 105px;
    }
    input.w90, select.w90 {
        width: 90px;
    }
    input.w65, select.w65 {
        width: 65px;
    }
    input.w70, select.w70 {
        width: 70px;
    }

    input.full, select.full {
        width: 700px;
    }

    input[type='checkbox'] {
        color: #666;
        width:25px;
    }
    input[type='checkbox'] + label {
        display: inline;
        font-size: 1.2em;
        color: #666;
        padding-right:10px;
    }
    input[type='radio'] {
        color: #666;
        width:25px;
    }
    input[type='radio'] + label {
        display: inline;
        font-size: 1.2em;
        color: #666;
        padding-right:10px;
    }




/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: 700;
    font-size: 20px;
    line-height:16px;
    padding-left: 5px;
    vertical-align:bottom;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}
input[type="radio"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* tables
----------------------------------------------------------*/
table {
    margin-top: 0.75em;
    border: 1px solid white;
    min-width: 700px;
}

th {
	font-size: 1.2em;
    font-weight: 600;
    text-align: left;
    padding: 2px;
    padding-right:10px;
    border: 1px solid white;
    background-color: #7AC0DA;
    color:white;
}

td {
	font-size: 1.2em;
    text-align: left;
    padding: 2px;
    padding-right:10px;
    border: 1px solid white;
    white-space:nowrap;
}
td.clearFont-fix {
    font-size: 1.0em;
}

tr .alternating {
    background-color: #F7F7F7;
}
tr.default td {
    border-bottom: 1px solid #F7F7F7;
    border-right: 1px solid #F7F7F7;
}
tr.default td.theatre {
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #F7F7F7;
}
tr.alternating td.theatre {
    border-bottom: 1px solid #F7F7F7;
    border-right: 1px solid #ffffff;
}

td.LockedUser {
    background: url("../Images/lock-icon.jpg") no-repeat; 
    background-position: center left;
    padding-left:14px;
}
td.DeletedUser {
    background: url("../Images/cross.gif") no-repeat; 
    background-position: center left;
    padding-left:14px;
}

.ActionIcon{
    background: transparent;
    border: none;
    padding: 0px;
    height:16px;
    width: 16px;
}
.ActionIcon:focus{
    border: 0;
    outline: 2px solid #4DABCD;
}

td.Fixed20 {
    width:20px;      
}
td.Fixed30 {
    width:30px;      
    text-align:center; 
    padding-left:4px;
    padding-right:4px;
}
td.Fixed50 {
    width:50px;       
}
td.Fixed90 {
    width:90px;       
}
td.Fixed150 {
    width:150px;       
}

td.hideAt740, th.hideAt740 {
    display:table-cell;
}
td.showAt740, th.showAt740 {
    display:none;    
}


table.colorCodes {
    margin-top: 0px;
    border: 0px;
    min-width: 100px;
    display:none; /* Overruled in other stylesheets where appropriate */
}
table.colorCodes td {
	font-size: 1em;
    padding-left: 4px;
    border:0px;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 740px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    header .content-wrapper {
        position:static;
        float:left;
    }
    header .menu-wrapper {
        position: static;
        float: none;
        padding-top: 5px;
        padding-right: 10px;
    }
    header .hideAt740 {
        display:none;
    }
    header .showAt740 {
        display:inline;
    }


    /* logo */
    header .site-title {
        display: none;
    }

    #body {
        padding-bottom: 10px; 
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: left;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul.menu {
        margin: 0;
        padding-bottom:0px;
        padding-top: 5px;
        padding-right:0px;
        text-align: right;

    }
    ul.menu li {
        font-size:0.8em;
        padding-left:0px;
    }

    ul.menu li.showAt740 {
        display:inline;
    }

    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    td.hideAt740, th.hideAt740 {
        display:none;
    }
    td.showAt740, th.showAt740 {
        display:table-cell;    
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }


        fieldset.horizontal ol li {
            display: inherit; 
            padding-right: 0px;
            padding-bottom: 10px;
        } 

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */

    input[type="text"], input[type="password"], input[type="date"], textarea, select {
        width: 90%;
    }

    input.w280 {    
        width: calc(90% - 20px);
    }

    input.w140 {    
        width: calc(45% - 10px);
    }

    
    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer
    ----------------------------------------------------------*/
    footer {
        display: none;
    }

   /* other elements
    ----------------------------------------------------------*/

    table {
        width: 100%;
        min-width: 320px;
    }
}


@media only screen and (max-height: 600px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: left;
    }

    header .content-wrapper {
        position:static;
        float:left;
    }
    header .menu-wrapper {
        position: static;
        float: none;
        padding-top: 5px;
        padding-right: 10px;
    }
    header .hideAt740 {
        display:none;
    }
    header .showAt740 {
        display:inline;
    }


    /* logo */
    header .site-title {
        display: none;
    }

    #body {
        padding-bottom: 10px; 
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: left;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul.menu {
        margin: 0;
        padding-bottom:0px;
        padding-top: 5px;
        padding-right:0px;
        text-align: right;

    }
    ul.menu li {
        font-size:0.8em;
        padding-left:0px;
    }

    ul.menu li.showAt740 {
        display:inline;
    }

    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    td.hideAt740, th.hideAt740 {
        display:none;
    }
    td.showAt740, th.showAt740 {
        display:table-cell;    
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */

    input[type="text"],input[type="password"], textarea, select  {
        width: 90%;
    }

    input.w280 {    
        width: calc(90% - 20px);
    }

    input.w140 {    
        width: calc(45% - 10px);
    }

    
    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer
    ----------------------------------------------------------*/
    footer {
        display: none;
    }

   /* other elements
    ----------------------------------------------------------*/

    table {
        width: 100%;
        min-width: 320px;
    }

}
/* END: Mobile Styles */




@media print {
    a[href]:after {
        content: " ";
    }

    abbr[title]:after {
        content: " ";
    }
}