﻿/*//////// --BASIC-- /////////////////////////////*/
body {
    /*min-width: 960px;*/
    text-align: left !important;
    font-size: 0.9em;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
}

.disclaimerCheck input {
    width: 14px !important;
}

#suAgreement {
    color: #4E4E4E;
}

.white {
    color: white !important;
}

    .white:hover, .white:active {
        color: #3D547D;
    }

    .white:visited {
        color: #374B70;
    }

#MainContainer h2 {
    font-size: 1.5em;
    color: #de9904;
    margin-bottom: 18px;
}

.centerPane h2, .bluePane h2 {
    border-bottom: 1px solid;
    color: #DE9904;
    padding-bottom: 6px;
    padding-left: 15px;
}

#MainContainer h3 {
    font-size: 1.3em;
    font-weight: bold;
    color: #DE9904;
    margin: 0px;
    margin-bottom: 20px;
}

/*//////// --WORLD-- /////////////////////////////*/
#MainContainer .center {
    text-align: center;
}

.orange {
    color: #ff8200 !important;
}

#MainContainer .strong {
    font-weight: bold;
    color: Blue;
}

#MainContainer block {
    display: block;
}

.smallText {
    font-size: 0.8em;
    color: #7F7F7F;
}

#MainContainer .underline {
    text-decoration: underline !important;
}

/*//////// --HEADER-- ////////////////////////////*/

#title img {
    margin-left: -13px;
    margin-top: 4px;
}

h1 {
    display: inline;
}

/*//////// --CONTAINER-- /////////////////////////*/
#MainContainer {
    max-width: 960px;
    margin: 0 auto;
    background-color: white;
}

#contentArea {
    min-height: 340px;
    margin-bottom: 40px;
    margin-top: 25px;
    font-size: 0.9em;
}

/*//////// --FOOTER-- ////////////////////////////*/
#Master_bgFooter {
    background: -moz-linear-gradient(top, rgba(194,194,194,1) 0%, rgba(247,247,247,1) 11%, rgba(247,247,247,1) 89%, rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(top, rgba(194,194,194,1) 0%, rgba(247,247,247,1) 11%, rgba(247,247,247,1) 89%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(194,194,194,1)), color-stop(11%, rgba(247,247,247,1)), color-stop(89%, rgba(247,247,247,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(194,194,194,1) 0%, rgba(247,247,247,1) 11%, rgba(247,247,247,1) 89%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(194,194,194,1) 0%, rgba(247,247,247,1) 11%, rgba(247,247,247,1) 89%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(194,194,194,1) 0%, rgba(247,247,247,1) 11%, rgba(247,247,247,1) 89%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(194,194,194,1) 0%, rgba(247,247,247,1) 11%, rgba(247,247,247,1) 89%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2c2c2', endColorstr='#ffffff', GradientType=0 );
    border-top: 1px solid #C2C2C2;
    clear: both;
    /*height: 110px;*/
    padding-top: 30px;
    padding-bottom: 30px
}

/*//////// --CONTENT-- ///////////////////////////*/

/*------- --FORM: BASIC-- ------------------------*/

#MainContainer label {
    font-size: 0.8em;
    /*	color:#0D3252; */
    padding-left: 12px;
}

.validateError {
    color: Red;
    font-size: 0.8em;
    /*padding-bottom: 8px;*/
}

.signInMessage {
    padding-top: 5px;
    min-height: 30px;
    clear: both;
}

/*------- --BASIC FORM SETTINGS-- ----------------*/

.centerPane {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    clear: both;
}

.twoPane.left {
    margin-right: 50px;
}

.twoPane {
    float: left;
    width: 325px;
}

.centerPane input {
    margin-bottom: 10px;
    margin-top: 5px;
    width: 240px;
}

.twoPane_right {
    margin-top: 27px;
    float: left;
    width: 380px;
}

    .twoPane_right .requiredField {
        margin-bottom: 3px;
        margin-top: 0;
    }

.twoPane_left_others {
    padding-right: 55px;
    border: none;
    min-height: 256px;
}

.twoPane_right_others {
    margin-top: 42px;
    margin-bottom: 50px;
}

.onePane {
    margin-left: 150px;
    margin-top: 20px;
}

.twoPane_left {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    border-right: 2px solid #CCC;
    text-align: center;
}

.twoPane_right {
    width: 40%;
    padding-right: 10px;
    padding-left: 10px;
    float: right;
    text-align: center;
}

.signInFormField {
    margin: auto;
    padding-top: 10px;
}

.shortParagraph {
    margin: 0;
    margin: 2px 0 0;
    line-height: 1.5em;
}

    .shortParagraph span {
        margin-right: 12px;
        margin-top: -15px !important;
        position: relative;
        top: -11px;
    }

.blueSection {
    /*
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
        */
    background-color: #7697B3;
    padding: 10px 2px 12px;
}

/*------- --PAGE: ABOUT-- ------------------------*/

.transparentBlue {
    background-color: #fff;
    line-height: 1.4em;
    min-height: 300px;
}

.blueBar {
    background: url('../images/bluebar.png') top no-repeat;
    height: 51px;
    max-width: 518px;
    margin-left: 439px;
    margin-bottom: 21px;
}

    .blueBar h3 {
        padding-left: 20px;
    }

.transparentBlue > ul {
    float: left;
    letter-spacing: 0.03em;
    list-style: none outside url("../images/heartBullet.png");
    /* margin: 0 70px 0 87px;  ORIGINAL SETTINGS*/
    margin: 0 0px 0 73px;
}

.transparentBlue strong {
    font-size: 1.2em;
    font-weight: bold;
}

.transparentBlue > img {
    margin-top: 7px;
}

.transparentBlue p {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 23px;
}

/*--------- PAGE: EventDetails -----------------*/

.genericErrorMsg {
    margin-left: 20px;
}

.EventSection {
    padding-top: 10px;
}

.table {
    table-layout: fixed !important;
}

#container {
    padding-top: 0px !important;
}


/*----------------- CCal BEGIN ------------------*/
.circlearea {
    width: 48px;
    height: 48px;
    background: url('../Images/ico-circle.png') no-repeat;
    background-size: 48px;
    position: relative;
    margin-left: 8px;
    float: left
}

.circle {
    position: absolute;
    display: table;
}

    .circle p {
        width: 48px;
        height: 48px;
        line-height: 1em;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #ffffff;
        font-size: 0.8em;
        font-weight: bold;
    }

.eventwrapper {
    margin-bottom: 15px;
    border-collapse: collapse;
    border: solid 1px #dbdbdb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.eventdetailswrapper {
    margin-top: 5px;
}

.eventtitle, .eventdetailstitle {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #dbdbdb;
    font-size: 0.8em;
}

.eventtitletext {
    padding-left: 60px;
    display: block;
}

.eventtitle a, .eventdetailstitle a {
    color: #003366 !important;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
}

.eventdetails {
    line-height: 1.5em;
    font-family: Arial,Helvetica,sans-serif;
    margin-left: 60px;
    margin-bottom: 5px;
    font-size: 0.8em;
}

.eventdetailslabel {
    padding-right: 5px;
}

.eventdetailsfooter {
    border-top: dashed 1px #000;
    padding: 5px 0px 25px 60px;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    min-height: 20px;
    line-height: 20px;
}

    .eventdetailsfooter a {
        color: navy;
        cursor: pointer;
        margin-right: 10px;
    }

.dayheader {
    width: 240px;
    display: inline;
    /*white-space: nowrap;*/
}

.ellipsisinline {
    /*float: right;*/
    margin-right: 10px;
    max-width: 300px;
    min-height: 0px;
    max-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsisnewline {
    /*width: 625px;*/
    min-height: 0px;
    max-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fielderror {
    color: red;
}
/*----------------- CCal END ------------------*/


/** BEGIN: OCS v3 styles **/

.Master_NameGreet {
    font-weight: normal;
    cursor: pointer;
}

    .Master_NameGreet:hover {
        color: blue;
    }

normal {
    font-weight: normal;
}

/* Banner for OCS Home */
.ocs-widebanner-wrap {
    max-width: 960px;
    height: 206px;
    margin: 0;
    background: url(../images/ocsBanner.jpg);
    border-bottom: solid 1px #3399cc;
}

.ocs-widebanner-wrap-ES {
    max-width: 960px;
    height: 206px;
    margin: 0;
    background: url(../images/ocsBanner-ES.jpg);
    border-bottom: solid 1px #3399cc;
}

/* Banner for OCS inner pages */
.ocs-widebanner-wrapSlim {
    max-width: 960px;
    height: 73px;
    /*border-bottom: solid 1px #3399cc;*/
}

.ocs-widebanner-wrapcontent {
    color: #246093;
    font-weight: bold;
    text-align: center;
    font-size: 2.5em;
    max-width: 800px;
    padding-top: 30px;
    *display: inline;
    *line-height: 50px;
}

/* Begin: Emergency section */
.ocs-emergency {
    color: #246093;
    padding: 32px 10px 0 10px;
    font-weight: bold;
    text-align: center;
}

    .ocs-emergency a {
        color: #246093 !important;
        text-decoration: underline !important;
    }

/* End: Emergency section */


/* Begin: OCS MasteHeader Search Bar CSS */
#ocs-search {
    color: #003366;
    padding-bottom: 7px;
    padding-top: 7px;
    width: 100%;
    text-align: center;
    border-bottom: solid 1px #3399cc;
}

    #ocs-search select {
        background-color: #fff !important;
        border: 1px solid #ccc;
        margin-right: 10px;
        /*height: 28px;*/
        /*width: 320px;*/
        font-weight: normal !important;
        /*IE7 Overrides
    *float:none;
    *margin-right:52px*/
    }

    #ocs-search div {
        /*display: inline;
        position: relative;
        /*IE7 Overrides
    *float:none;    
    *margin-left:51px;
    */
    }

    #ocs-search input {
        border: 1px solid #ccc;
    }

        #ocs-search input[type='button'] {
            padding: 5px;
            width: 70px;
            color: #003366;
            margin-left: 4px;
            margin-right: 4px;
            vertical-align: top;
            text-align: center;
        }

        #ocs-search input[type='text'] {
            /*border: 1px solid #ccc;*/
            color: #2b1e11;
            /*margin-left: 5px;
            width: 270px;
            height: 20px;
            text-indent: 5px;*/
            padding: 0.3em;
        }

[id*="lbSearchByText"] {
    background: url(../images/magnify.png) no-repeat 4px 7px;
    position: absolute;
    /*border: 0 !important;
    width: 25px;
    height: 30px;
    right: 2px;
    top: -6px;*/
}
/* CSS3 */
#ocs-search input,
#ocs-search select {
    /*
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
        */
}

/* Override jquery-ui CSS
#ocssearch .ui-widget
{
     float: left;
     margin-left: 1px;    
}

#ocssearch span.ui-widget-content, span.ui-selectmenu-text, .ui-menu
{
    font-size: 0.9em !important;
    font-weight: normal;
    font-family: Arial;
    color: #003366;
}
*/

/* End: OCS MasterHeader Search Bar CSS */



/* Begin: Cause Areas CSS */
.ocs-searchcatg-hdr {
    color: #003366;
    font-size: 1.5em;
    margin: 0 auto;
    width: 90%;
    text-align: center;
}

.ocs-searchby-interests {
    margin: 15px;
}

    .ocs-searchby-interests td {
        padding: 15px;
        width: 50%
    }

.ocs-searchby-interests-label {
    margin: 0 0 0 20px;
    color: #003366 !important;
    font-size: 1.2em;
}

    .ocs-searchby-interests-label a:link,
    .ocs-searchby-interests-label a:visited {
        color: #003366 !important;
    }

.ocs-searchby-interests-outer {
    position: relative;
    display: table;
    vertical-align: bottom;
    float: left
}

.ocs-searchby-interests-inner {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
}

.ocs-searchby-interests-outer-icon {
    display: table-cell;
    vertical-align: bottom;
    width: 40px;
}

.ocs-searchby-interests-icon img {
    vertical-align: bottom;
}
/* End: Cause Areas CSS */

#ocs-view-org {
    color: #003366;
    padding-bottom: 7px;
    padding-top: 7px;
    width: 100%;
    text-align: center;
    border-top: solid 1px #3399cc;
}

    #ocs-view-org select {
        background-color: #fff !important;
        border: 1px solid #ccc;
        margin-right: 10px;
        min-height: 28px;
        max-width: 320px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        font-weight: normal !important;
    }


/* Begin: Spotlight CSS */
.ocs-spotlightouter {
    border-top: 1px solid #3399cc;
    margin: 0 auto;
    color: #003366;
    font-size: 0.9em;
    line-height: 1.5em;
    clear: both;
    min-height: 120px;
}

.ocs-spotlightinner {
    width: 70%;
}

#ocs-spotlight {
    /*float:left;*/
    width: 500px;
    margin: 20px 0 20px 20px;
}
/* End: Spotlight CSS */

#ocs-mobileapps {
    /*float:right;*/
    margin: 20px;
    /*margin-right: 90px;*/
    margin-top: 60px;
}

#ocs-disclaimer {
    font-size: 0.8em;
    line-height: 1em;
    margin: 0 2%;
}

.login {
    text-align: right;
    font-weight: bold;
    font-size: 1em;
    color: #003366;
    margin: 10px;
}

    .login a:link, .login a:visited {
        color: blue !important;
        text-decoration: underline !important;
    }

#MainContainer {
    font-size: 0.9em;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 1.2em;
    overflow: hidden;
}

    #MainContainer a {
        font-family: Arial, Helvetica, sans-serif;
        color: #4E7DA0;
        text-decoration: none;
    }

        #MainContainer a:hover, #MainContainer a:active {
            color: #3D547D;
        }

        #MainContainer a:visited {
            color: #374B70;
        }

.ocs-event-causes {
    float: right;
}

    .ocs-event-causes > img {
        padding-left: 5px;
        padding-right: 5px;
        margin: 0 auto;
    }

.ocseventdetails {
    padding-bottom: 10px;
    line-height: 1.5em;
}

    .ocseventdetails p {
        padding-bottom: 25px;
    }

.ocseventdetailslabels {
    padding-bottom: 10px;
    font-weight: bold;
    color: #5d5d5d;
}

#newsshare {
    float: right;
}

.ocs-title {
    color: #ff8200;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 10px;
}

    .ocs-title a:link,
    .ocs-title a:visited {
        color: #ff8200 !important;
    }

    .ocs-title a:hover {
        text-decoration: none;
    }

.ocseventdetailsSubTitle {
    color: #ff8200;
    font-weight: normal;
    font-style: italic;
    font-size: 1.3em;
    color: #ff8200;
    padding-bottom: 6px;
}

    .ocseventdetailsSubTitle a, .ocseventdetailsSubTitle a:visited {
        color: #ff8200 !important;
    }


.ocseventshifts {
    width: 100%;
    /*border: solid 1px #CCC;*/
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}
/* CSS3 */
.ocseventshifts {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.ocs-btn {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

a.ocs-btn, a.ocs-btn a:link, a.ocs-btn a:visited {
    padding: 5px;
    margin-top: 10px;
    display: inline-block;
    background-color: #DDD;
    color: #003366 !important;
    text-align: center;
    font-size: 1.2em;
    border: 1px solid #EEE;
    /*Rounded Corners*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*Gradient*/
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    /*Shadow*/
    -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

    a.ocs-btn:hover, a.ocs-btn:active, a.ocs-btn:focus {
        background-color: #CCC;
    }

.ocs-pad-title {
    padding-bottom: 30px;
}

.ocs-innercontent {
    border: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

input, textarea {
    color: #000;
}

.placeholder {
    color: #aaa;
}

.logininput {
    text-indent: 5px;
    width: 200px;
    height: 25px;
    font-size: 1em;
    border: 1px solid #ccc;
}

.logininput {
    /*Rounded Corners*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.signInFormValidators {
    min-height: 15px;
}

.ocs-mission {
    /*font-style: italic;*/
    color: #757575;
    line-height: 30px;
}

#ocsregister p {
    padding-top: 20px;
    padding-bottom: 20px;
}

.marginauto {
    margin: 0 auto
}

#divShiftIndicator {
    width: 180px;
    background: url(../images/navigate-up.png) top right no-repeat;
}

    #divShiftIndicator:hover {
        cursor: pointer;
        color: #5d5d5d;
    }

#divShifts table {
    width: 100%;
}

/*
div[id*="divShifts"] {
    background-color: #f9f9f9;
}
*/

.shift-shade {
    background-color: #f9f9f9;
}

.hideShifts {
    background: url(../images/navigate-down.png) top right no-repeat !important;
}

.ocs-shiftFormHdr {
    background-color: #f9f9f9;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

tr[id*="divShiftNotes"] {
    background-color: #f9f9f9;
    border-botom: solid 1px #CCC;
    padding: 10px;
    display: none;
}

span[id*="divNotes"] {
    cursor: pointer;
    margin-left: 10px;
}

.loginout {
    height: 30px;
    /*margin-right: 10px;*/
}

#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
    margin: 0;
    padding: 0;
    position: relative;
}

#cssmenu {
    line-height: 2.2;
    /*margin-right: 10px;
    float: right;*/
}

    #cssmenu:after,
    #cssmenu ul:after {
        content: '';
        display: block;
        clear: both;
    }

    #cssmenu a {
        color: #ffffff;
        font-family: Helvetica, Arial, Verdana, sans-serif;
        padding: 19px 20px;
        text-decoration: none;
    }

    #cssmenu ul {
        list-style: none;
    }

    #cssmenu > ul > li {
        display: inline-block;
        float: left;
        margin: 0;
    }

    #cssmenu.align-center {
        text-align: center;
    }

        #cssmenu.align-center > ul > li {
            float: none;
        }

        #cssmenu.align-center ul ul {
            text-align: center;
        }

    #cssmenu.align-right > ul {
        float: right;
    }

    #cssmenu.align-right ul ul {
        text-align: right;
    }

    #cssmenu > ul > li > a {
        color: #ffffff;
        font-size: 12px;
        font-size: 1em !important;
    }

    #cssmenu > ul > li:hover:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 50%;
        bottom: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #0fa1e0;
        margin-left: -10px;
    }

    #cssmenu > ul > li.nomarker:hover:after {
        content: normal !important;
    }

    #cssmenu > ul > li.nomarker > a {
        text-decoration: none;
    }


    #cssmenu > ul > li:first-child > a {
        border-radius: 5px 0 0 0;
        -moz-border-radius: 5px 0 0 0;
        -webkit-border-radius: 5px 0 0 0;
    }

    #cssmenu.align-right > ul > li:first-child > a,
    #cssmenu.align-center > ul > li:first-child > a {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }

    #cssmenu.align-right > ul > li:last-child > a {
        border-radius: 0 5px 0 0;
        -moz-border-radius: 0 5px 0 0;
        -webkit-border-radius: 0 5px 0 0;
    }

    #cssmenu > ul > li.active > a,
    #cssmenu > ul > li:hover > a {
        line-height: 2.2;
    }

    #cssmenu .has-sub {
        z-index: 1;
    }

        #cssmenu .has-sub:hover > ul {
            display: block;
        }

        #cssmenu .has-sub ul {
            display: none;
            position: absolute;
            width: 200px;
            top: 100%;
            left: 0;
        }

    #cssmenu.align-right .has-sub ul {
        left: auto;
        right: 0;
    }

    #cssmenu .has-sub ul li {
        *margin-bottom: -1px;
    }

        #cssmenu .has-sub ul li a {
            background: #0fa1e0;
            border-bottom: 1px dotted #31b7f1;
            font-size: 1em;
            filter: none;
            display: block;
            line-height: 120%;
            padding: 10px;
            color: #ffffff;
        }

        #cssmenu .has-sub ul li:hover a {
            background: #0c7fb0;
        }

    #cssmenu ul ul li:hover > a {
        color: #ffffff;
    }

    #cssmenu .has-sub .has-sub:hover > ul {
        display: block;
    }

    #cssmenu .has-sub .has-sub ul {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
    }

    #cssmenu.align-right .has-sub .has-sub ul,
    #cssmenu.align-right ul ul ul {
        left: auto;
        right: 100%;
    }

    #cssmenu .has-sub .has-sub ul li a {
        background: #0c7fb0;
        border-bottom: 1px dotted #31b7f1;
    }

        #cssmenu .has-sub .has-sub ul li a:hover {
            background: #0a6d98;
        }

    #cssmenu ul ul li.last > a,
    #cssmenu ul ul li:last-child > a,
    #cssmenu ul ul ul li.last > a,
    #cssmenu ul ul ul li:last-child > a,
    #cssmenu .has-sub ul li:last-child > a,
    #cssmenu .has-sub ul li.last > a {
        border-bottom: 0;
    }

.ocs-redmsg {
    color: Red;
    display: block;
}

.center {
    text-align: center;
}

.ocs-returnlink, ocs-returnlink > a {
    text-align: right;
    padding-top: 5px;
    padding-bottom: 10px;
    width: 100%;
}

.ocs-logoslim {
    /*float: left;
    width: 207px;*/
    margin-left: 15px;
    text-align: center;
}

.ocs-eventmanage-btns {
    width: 50%;
    text-align: center;
}

.ocs-dialog {
    display: none;
    width: 400px;
    font-weight: normal;
    font-size: 0.9em;
    line-height: 1.4em;
}

.ocs-normal {
    font-weight: normal !important;
    line-height: 1.2em !important;
    font-size: 0.8em !important;
    color: #000;
}


#map-canvas {
    padding: 20px 0px 20px 0px;
    height: 90%;
    border: 1px solid silver;
}

.outagenotice {
    color: Red;
}

/*Detail Map Settings*/

.detail-map-size {
    width: 100%;
}

.detail-desc-size {
    width: 100%;
}

@media (min-width: 576px) {
    .detail-map-size {
        width: 100%;
    }
    .detail-desc-size {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .detail-map-size {
        width: 100%;
    }
    .detail-desc-size {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .detail-map-size {
        width: 40%;
    }
    .detail-desc-size {
        width: 59%;
    }
}
