﻿/******************************************************************
modules.css
-------------------------------------------------------------------
Stylesheet: Module Output Styles
-------------------------------------------------------------------

Styles for AZ-Index, News, Calendar, etc. styles go here.

******************************************************************/
/*
------------------------------------------------------------------
--> News
------------------------------------------------------------------*/

    article.news-article {
    float: left;
    width: 100%;
    padding-bottom: 0;
    }

    article.news-article a.news-img-link {
    float: left;
    }

    /* News article header link */
    article.news-article .article-head {
    font-size: 1.8em;
    margin-top: 0;
    line-height: 23px;
    }
        
        article.news-article .article-head a,
        article.news-article .news-summary p{
        font-size: inherit;
        }

    article.news-article .article-head:hover {
    text-decoration: none;
    }

    article.news-article .news-summary {
    font-size: 1.4em;;
    line-height: 20px;
    margin:5px 0 10px 0;
    font-family: 'Open_Sans_Regular';
    }

    /* homepage news */
    #hp-news-wrapper article.news-article .news-summary {
    font-size: 1.4em;
    }

    hr.news-sep {
    float: left;
    width: 100%;

    margin: 40px 0;
    }

    /* News article "read more" link */
    article.news-article a.read-more {
    float: left;`
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    color: #fff;
    background-color: #555;
    border-radius: 4px;
    text-decoration: none;

    transition: background-color .3s ease-in-out, padding .3s ease-in-out, box-shadow .6s ease-in-out;
    -o-transition: background-color .3s ease-in-out, padding .3s ease-in-out, box-shadow .6s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, padding .3s ease-in-out, box-shadow .6s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out, padding .3s ease-in-out, box-shadow .6s ease-in-out;
    }
        
        #news_body {
        padding: 0 15px 0 0;
        }

    /* Homepage "read more" link */
    #hp-news-wrapper article.news-article a.read-more {
    font-size: 1.4em;
    }

    article.news-article a.read-more:hover {
    background-color: #777;
    box-shadow: 0 2px 16px #666;
    }

    article.news-article a.alt-link {
    margin: 20px 0 10px;
    }

    /* News article image */
    article.news-article img.news-img {
    float: left;
    margin: 0 15px 15px 0;
        width:100px;
    border: 1px solid #2c8d93;
    }

    hr.news-sep { margin: 10px 0; }

    article.news-article a.read-more {
    float: left;
    text-align: left;
    padding: 0;
        font-weight:bold;
    background-color: transparent;
    color: #2c8d93;
    font-family: 'Open_Sans_Regular';
    }

    article.news-article a.read-more:hover {
    background-color: transparent;
    text-decoration: underline;
    box-shadow: none;
        color:#3abbc2;
    }

    article.news-article a.alt-link { float: none; }

    }

    a.news-archive-link {
    color: #fff;
    padding: 15px;
    text-decoration: none;
    background-color: #2c8d93;
    border: 0;
    margin: 0 5px;
    height: 45px;
    font-family: 'Open_Sans_Regular';
    transition: background-color .6s ease-out;
    -o-transition: background-color .6s ease-out;
    -moz-transition: background-color .6s ease-out;
    -webkit-transition: background-color .6s ease-out;
    }

    a.news-archive-link:hover{
    background-color: #42d4db;  
    }
        
        .news_details img{
        margin: 0 15px 0 0 !important;
        float: left;
        }
        
        .news_details h2{
        font-size:1.9em !important;
        margin: 5px 0 20px 0 !important;
        }

/*------------------------------------------------------------------
--> Sitemap
------------------------------------------------------------------*/
    
    .jstree ul li ul {
    border-top: 1px solid #ccc;
    }

    .jstree ul li a {
    /* float: left !important; */
    font-family: 'Open_Sans_Regular' !important;
    color: #2c8d93 !important;
    }


/* --> Galleria --------------------------------------------------*/

    .galleria-info-text {
    display: block;
    padding: 0;
    }

    .galleria-info-description {
    font-size: inherit;
    }

    .galleria img{
    margin: 0 !important;
    }

    .galleria-info-description h1,
    .galleria-info-description h2,
    .galleria-info-description h3,
    .galleria-info-description h4,
    .galleria-info-description h5,
    .galleria-info-description h6 {
    color: #fff;
    }

    .galleria-height-200 #galleria { height: 200px !important; }
    .galleria-height-300 #galleria { height: 300px !important; }
    .galleria-height-400 #galleria { height: 400px !important; }
    .galleria-height-500 #galleria { height: 500px !important; }

    .widget-galleria .galleria-container {
    background:none;
    }

    #pageHTML .galleria-stage {
    top: 0;
    left: 0;
    right: 0;
    }

    #pageHTML .galleria-info {
    width: 100%;
    bottom: 60px;
    top:auto;
    left: 0;
    }

    #pageHTML .galleria-read-more{
    display: none;
    }

    #pageHTML .galleria-info-title {
    font-family: 'Open_Sans_Regular';
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    }

    #pageHTML .galleria-info-link {
    display: none;
    }

    #pageHTML .galleria-info-description {
    color: #eee;
    font-family: Verdana, sans-serif;
    font-style: normal;
    line-height: 18px;
    font-size: .8em;
    }

    #pageHTML .galleria-info-text {
    background-color: rgba(44, 44, 44, 0.9);
    background: rgba(44, 44, 44, 0.9);
    color: rgba(44, 44, 44, 0.9);
    }

    #pageHTML .galleria-thumbnails .galleria-image {
    border-color: #26364e;
    }
    
    #pageHTML .galleria-thumbnails .galleria-image:hover {
    border-color: #fff;
    }

    #pageHTML .galleria-thumbnails .galleria-image.active {
    border-color: #ebe4da;
    }


/*------------------------------------------------------------------
--> Portal
------------------------------------------------------------------*/

    #mycity-portal-wrap,
    .portal-notify-title{
    font-family: 'Open_Sans_Regular'; 
    }

    .portal-login-btn,
    .portal-signup-btn,
    .portal-logoutconfirm-btn,
    .portal-notify-btn,
    .portal-profile-btn, 
    .portal-updateacct-btn,
    .portal-changepass-btn,
    .portal-contactadmin-btn,
    .portal-howtoback-btn,
    .portal-newpass-btn,
    .portal-back-btn{
    background-color: #013e84;

    transition: background-color .6s ease-out;
    -o-transition: background-color .6s ease-out;
    -moz-transition: background-color .6s ease-out;
    -webkit-transition: background-color .6s ease-out;
    }

    .portal-login-btn:hover,
    .portal-signup-btn:hover,
    .portal-logoutconfirm-btn:hover,
    .portal-notify-btn:hover,
    .portal-profile-btn:hover, 
    .portal-updateacct-btn:hover,
    .portal-changepass-btn:hover,
    .portal-contactadmin-btn:hover,
    .portal-howtoback-btn:hover,
    .portal-newpass-btn:hover,
    .portal-back-btn:hover{
    background-color: #0253b0;  
    }

    .portal-myIcon-img {
    width: 28px;
    height: 28px;
    }

    ul.system-btns-list a span {
    display: none;
    }

    .portal-myIcon-wrap, .ui-portal-icon-helper {
    display: block;
    float: left;
    width: 28px;
    height: 28px;
    background-color:transparent;
    border:0;
    padding: 0;
    margin: 0;
    }

    .portal-nav-span {
    width: 100%;
    background: transparent;
    padding: 10px 20px;
    margin-bottom: 30px;
    border-bottom: 3px solid #013e84;
    }

    h1.portal-main-head{
    color: #222;
    }

    nav.portal-user-nav ul li a{
    color: #222;
    }

    h2.portal-section-head {
    font-family: 'Open_Sans_Regular';
    font-size: 2em;
    cursor: default;
    border-bottom: 3px solid #013e84;
    }

    .titleText,
    .paraDesc,
    .secTitleText {
    font-family: 'Open_Sans_Regular' !important;
    }



/*------------------------------------------------------------------
--> A-Z Index
------------------------------------------------------------------*/

/*------------------------------------------------------------------
--> jQuery Clock
------------------------------------------------------------------*/


/* --> Analog ----------------------------------------------------*/

    .analog {
    position: relative;
    width: 150px;
    margin: auto;
    background: url('/custom/widgets/clock/images/clockface.jpg');
    list-style: none;
    }

    .analog,.analog .hour,.analog .min,.analog .sec {
    height: 150px;
    margin: 0;
    padding: 0;
    }

    .analog .hour,.analog .min,.analog .sec {
    position: absolute;
    width: 8px;
    top: 0;
    left: 70.5px;
    padding: 0;
    margin: 0;
    padding: 0;
    }

    .analog .sec {
    background: url('/custom/widgets/clock/images/sechand.png');
    z-index: 3;
    margin: 0;
    padding: 0;
    }

    .analog .min {
    background: url('/custom/widgets/clock/images/minhand.png');
    z-index: 2;
    margin: 0;
    padding: 0;
    }

    .analog .hour {
    background: url('/custom/widgets/clock/images/hourhand.png');
    z-index: 1;
    margin: 0;
    padding: 0;
    }

    .title {
    font-size: 11px;
    font-weight: bold;
    color: #333;
    margin: 0;
    padding: 0;
    }

    .analog .meridiem {
    position: absolute;
    top: 90px;
    width: 150px;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    display: inline-block;
    padding: 0;
    text-align: center;
    }

/* --> Digital ---------------------------------------------------*/

    .digital li, .digital li {
    display:inline;
    color:#333333;

    font-size:11px;
    font-weight:bold;
    }

    .digital, .digital  {
    padding-left: 0;
    margin: 5px 0;
    }

    .title {
    color:#333333;
    font-size:11px;
    font-weight:bold;
    margin: 0;
    }

/*------------------------------------------------------------------
--> Filebank Layouts
------------------------------------------------------------------*/
    img#GetAcrobat {
    display: block;
    float: left;
    margin-bottom: 50px;
    }
        
        .listnone ul{ 
        margin-left: 0 !important;
        list-style:none !important;
        display: block;
        float: left;
        margin-top: 8px;
        }

    img#WWWIcon { margin: 0; }

    img.fb-file-icon {
    float: left;
    margin: 0 14px 0 0 !important;
    margin-top: 2px !important;
    }

    .fb-cont-node {
    float: left;
    width: 100%;
    margin: 5px 0;
    }
        .fileclass{padding:0; margin-bottom: 12px;}
    .fb-node-contents {
    float: left;
    margin-left: 10px;
    }

    h3.fbFolderName {
    float: left;
    width: 100%;
    border-bottom: 2px solid #104467;
    padding-bottom: 5px;
    margin: 20px 0 10px;
    }

    .fbFileSize {
    color: #666;
    font-size: 0.8em;
    margin-left: 10px;
    }

    .fbNewFile {
    color: #307342;
    font-size: 1.4em;
    margin-left: 10px;
    margin-left: 20px \9;
    }

/*------------------------------------------------------------------
--> Search Page
------------------------------------------------------------------*/

    .srchSubHeader {
    background: #104467;
    padding: 8px;
    margin-top: 30px;
    margin-bottom: 10px;
    }

    .srchSubHeader h4 {
    color: #fff;
    margin: 0;
    }

    .results-info {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    }

    .search-nomatches {
    font-weight: bold;
    }

    .srchResultsLabel {
    display: inline-block;
    font-weight: bold;

    }

    .srchResultsInfo {
    display: inline-block;
    }

    .srchDisplayLink {
    display: block;
    }

    .srchDisplaySub {
    display: block;
    line-height: 20px;
    margin-bottom: 20px;
    }

    .search-top-info {
    font-size: 1.4em;
    }

    .search-top-info a {
    font-size: inherit;
    }

    .srchDisplayLink {
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 10px;
    }

    .srchDisplayUrl {
    display: block;
    color: #666;
    font-size: 1.3em;
    margin-bottom: 30px;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    }

    a.srchResultsAll {
    float: right;
    font-size: 1.2em;
    }


    /*------------------------------------------------------------------
    --> Simple Forms
    ------------------------------------------------------------------*/

    #sfmQuestionForm {
    padding: 0 15px 0 0;
    }

    #sfmQuestionForm font {color:#cc0000;}

    #sfmQuestionForm fieldset legend {
    font-size: 2.2em;
    font-weight: normal;
    background: none
    }

    fieldset {
    border-radius: 8px;
    box-shadow: 0px 1px 3px #ccc;
    margin:20px 15px 0 15px;
    }

    #sfmQuestionForm fieldset label {
    float: left;
    width: 30%;
    display: inline-block;
    text-align: right;
    padding-right: 15px;
    margin: 0;
    margin-top: 5px;
    }

    #sfmQuestionForm input {
    float: left;    width: 70%;
    display: inline-block;
    margin: 0;
    max-width: 400px;
    border-color: #999;
    }
    #sfmQuestionForm input[type="checkbox"],
    #sfmQuestionForm input[type="radio"] {
    width: auto;
    }
    #sfmQuestionForm select {
    width: 70%;
    max-width: 400px;
    padding: 3px !important;
    border-color: #999;
    border-width: 1px;}
    #sfmQuestionForm h3 {
    font-size: 2.0em;
    }

    #sfmQuestionForm label h3 {    font-size: inherit;
    }

    #sfmQuestionForm p span {
    font-size: inherit;}

    #sfmQuestionForm #geocodetext {
    float: left;    margin-top: 10px;}

    #sfmQuestionForm textarea {
    float: left;
    width: 70%;
    display: inline-block;    margin: 0;
    max-width: 400px;    border-color: #999;
    }

    #captchadiv table {
    background: transparent;
    border: 1px solid #ccc;
    }

    #captchadiv input {
    width: 80%;
    margin-left: 10%;}

    .speciallabel {
    display: block;
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    }

    #sfmQuestionForm .button, #sfmQuestionForm button {
    color: #fff;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
    background-color: #2c8d93;
    border:0; 
    padding: 0 15px;
    margin: 0 5px;
    height: 45px;
        font-size: 1.4em;
    font-family: 'Open_Sans_Regular';

    transition: background-color .6s ease-out;
    -o-transition: background-color .6s ease-out;
    -moz-transition: background-color .6s ease-out;
    -webkit-transition: background-color .6s ease-out;
    }

    #sfmQuestionForm div table {
    float: left;
    width: 34%;
    display: block;
    }

    #sfmQuestionForm .button:hover, #sfmQuestionForm button:hover{
    background-color: #1d5e61;  
    }

    #sfmQuestionForm label h5 {
    font-size: inherit;
    font-weight: normal;
    }

    .speciallabel h5 {
    font-size: inherit;
    }


    fieldset button p{
    margin:0px;
    line-height:normal;
    }

/*------------------------------------------------------------------
--> FAQs
------------------------------------------------------------------*/

    .faq-layout-cont {
    margin-top: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    }

    .faq-combined-links{
    margin: 0 !important;
    }

    .faq-combined-links .category-header{
    background: url('/img/00/toggler.png') no-repeat scroll 5px 13px;
    border-bottom: 1px solid #793809;
    margin-bottom: 15px;
    display: block;
    font-size: 18px;
    line-height: 28px;
    padding: 0.5%;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
    text-indent: 19px;

    transition: border .6s ease-in-out, background .6s ease-in-out;
    -o-transition: border .6s ease-in-out, background .6s ease-in-out;
    -moz-transition: border .6s ease-in-out, background .6s ease-in-out;
    -webkit-transition: border .6s ease-in-out, background .6s ease-in-out;    
    }

    .faq-search-btn,
    .faq-cat-btn,
    .faq-back-btn {
    color: #fff !important;
    background: #2c8d93;
    border: 0;
    -moz-box-shadow:    none;
    -webkit-box-shadow: none;
    box-shadow:         none;

    transition: border .6s ease-in-out, background .6s ease-in-out;
    -o-transition: border .6s ease-in-out, background .6s ease-in-out;
    -moz-transition: border .6s ease-in-out, background .6s ease-in-out;
    -webkit-transition: border .6s ease-in-out, background .6s ease-in-out;   
    }

    .faq-cat-btn {
    font-weight: normal;
    }

    .faq-back-btn {
    color: #333 !important;
    font-weight: normal;
    }

    .faq-search-btn:hover,
    .faq-cat-btn:hover,
    .faq-back-btn:hover {
    text-decoration: none;
    background: #42d4db;
    }

    #searchstr {
    height: 36px;
    border-color: #666;
    }

    .faq-btns-cont {
    margin-top: 20px;
    }

    .faq-entry-item {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    }

    .faq-search-links {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    }

    span .faq-search-btn {font-size: inherit;}

/*------------------------------------------------------------------
--> Calendar Layouts
------------------------------------------------------------------*/

    .cal-monthly {
    width: 100%;
    }

    .cal-monthly .cal-head-span {
    color: #333;
    }

    .cal-monthly img.cal-logo {
    float: left;
    width: 70px;
    margin-bottom: 5px;
    }

    .cal-monthly h1.cal-header {
    float: left;
    color: #333;
    margin-top: 12px;
    margin-left: 20px;
    margin-bottom: 0;
    cursor: default;
    }

    .cal-monthly .cal-head-top {
    float: left;
    width: 100%;
    border-bottom: 2px solid #104467;
    margin-bottom: 20px;
    }

    .cal-monthly .cal-form {
    float: left;
    }

    .cal-pick-cycle-cont {
    float: right;
    width: 50%;
    }

    .cal-pick-cycle {
    width: 100%;
    padding: 10px;
    }

    .cal-print-btn {
    float: right;
    font-weight: bold;
    padding: 8px 12px;
    margin-top: 41px;
    }

    .cal-print-btn .cal-printer-icon {
    float: left;
    width: 20px;
    }

    .cal-print-btn .cal-txt {
    float: left;
    font-size: 1.0em !important;
    font-weight: normal;
    margin-top: 4px;
    margin-left: 10px;
    }

    .cal-viewby-cont {
    float: right;
    margin-top: 45px;
    }

    .cal-viewby-cont .viewby-btn {
    font-size: 1.2em;
    color: #fff;
    background: #104467;
    border: 0;
    font-weight: normal;
    padding: 10px 12px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-right: 6px;
    margin-bottom: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    }

    .cal-viewby-cont .viewby-btn:hover {
    background: #186699;
    text-decoration: none;
    }

    .cal-cycle-arr {
    float: left;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 3px;
    }

    .cal-cycle-arr-dbl {
    float: left;
    display: block;
    width: 30px;
    height: 20px;
    margin-top: 3px;
    }

    .cal-cycle-left {
    background: url('/custom/0000/img/calendar/cal_arrs.png') no-repeat;
    }

    .cal-cycle-left:hover {
    background-position: 0 -20px;
    }

    .cal-cycle-left-dbl {
    background: url('/custom/0000/img/calendar/cal_arrs.png') 0 -40px no-repeat;
    }

    .cal-cycle-left-dbl:hover {
    background-position: 0 -60px;
    }

    .cal-cycle-right {
    background: url('/custom/0000/img/calendar/cal_arrs.png') -25px 0 no-repeat;
    }

    .cal-cycle-right:hover {
    background-position: -25px -20px;
    }

    .cal-cycle-right-dbl {
    background: url('/custom/0000/img/calendar/cal_arrs.png') -30px -40px no-repeat;
    }

    .cal-cycle-right-dbl:hover {
    background-position: -30px -60px;
    }

    .cal-pick-cycle .calpickMonth-wrap,
    .cal-pick-cycle .calpickYear-wrap {
    float: left;
    width: 50%;
    }

    .cal-pick-cycle .calpickMonth,
    .cal-pick-cycle .calpickYear {
    display: block;
    font-size: inherit;
    margin-left: 10px;
    }

    .cal-month-daylbl {
    width: 14%;
    color: #fff;
    background: #145580;


    text-align: center;
    font-size: 1.4em;
    padding: 10px;
    }

    .calpickMonth .cal-month-txt {
    float: left;
    font-size: 1.4em;
    margin: 0 10px;
    margin-top: 3px;
    }

    .calpickYear .cal-year-txt {
    float: left;
    font-size: 1.4em;
    margin: 0 10px;
    margin-top: 3px;
    }

    .caMonthlyViewHeader {
    float: left;
    width: 50%;
    font-size: 2.5em;
    }

    .cal-grid-cont {
    float: left;
    width: 100%;
    margin-top: 20px;
    }

    .cal-grid-cont td {
    width: 14%;
    padding: 8px;
    font-size: 1.2em;
    border: 1px solid #ccc;
    vertical-align: top;
    height: 100px;
    }

    .cal-side-wrap .cal-grid-cont td {
    height: 50px;
    }

    .cal-month-daylbl {
    border-color: #0c334d !important;
    height: auto !important;
    }

    .calLargeEntry {
    font-size: inherit;
    }

    .cal-grid-cont .calpickDates {
    display: inline-block;
    font-size: 1.5em;
    padding-right: 10px;
    padding-bottom: 10px;
    }

    .cal-grid-cont .day-active {
    background: #cfe8f9;
    }

    .cal-grid-cont .day-empty {
    background: #fff;
    }

    hr.cal-events-sep {
    border-color: #a5bac7;
    }

    .cal-small-month-cycle .calpickMonth .cal-month-txt,
    .cal-small-year-cycle .calpickYear .cal-year-txt {
    font-size: 0.8em;
    margin-top: 5px;
    }

    .cal-small-month-cycle {
    float: left;
    width: 50%;
    }

    .cal-small-year-cycle {
    float: left;
    width: 50%;
    }

    .cal-small-month-cycle .cal-cycle-arr,
    .cal-small-year-cycle .cal-cycle-arr,
    .cal-small-year-cycle .cal-cycle-arr-dbl {
    margin-top: 0;
    }

    .cal-side-wrap .calpickDates {
    font-size: 1.0em;
    }

    .cal-cycle-cont {
    width: 100%;
    }

    .cal-legend-cont {
    width: 100%;
    }

    .cal-legend-cont .calLegend {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    }

    .cal-legend-cont .calLegend-lbl {
    display: block;
    margin-bottom: 5px;
    }

    #smlCal002_Head {
    font-size: 1.600em;
    font-weight: bold;
    text-align: center;
    }

    #smlCal002_Head .short, #smlCal002_Head .long {
    display: none;
    }

    .smlCal002_Table td {
    padding: 4%;
    text-align: center;
    }

    #cal3hi-picker-bucket span.chooser-date{
    font-size: 1.4em;
    padding: 0 11px;
    }

    .cvCalendar3 .header-background, #cal3hi-bucket .header-background{
    background-color: #2c8d93;
    font-family: 'Open_Sans_Regular';
    }

    .button.submit {
    margin: 0; 
    margin-top: 10px; 
    font-size: 0.8em; 
    background: #9c2800; 
    border:none; 
    transition: background .6s ease-in-out;
    -o-transition: background .6s ease-in-out; 
    -moz-transition: background .6s ease-in-out; 
    -webkit-transition: background .6s ease-in-out; 
    }

    .edtdiv-jobs-output table tr.even, .edtdiv-jobs-output table tr.alt, .edtdiv-jobs-output table tr:nth-of-type(2n) {
    background: none !important;
    }

    .edtdiv-jobs-output table.table1, .edtdiv-jobs-output table.responsive {
    border: none !important;
    }
 
    .admin-log {
    position: absolute;
    z-index: 555555;
    } 
    /* These styles are applied for viewports 768px and higher */
    @media only screen and (min-width: 768px) { 

        #widget-content .widget-wrap-content {padding:0 5px;}

    }

        
