﻿[data-link] {
    cursor: pointer;
}

* {
    margin: 0;
    padding: 0;
}

html {
    background-color: #E9EAED;
    height: 100%;
}

body {
    color: #333333;
    /*  font-family: sans-serif;*/
    margin: 0px !important;
}

/* other elements */
#nav_v2 {
    display: none;
}

/* top level elements */
#nav, #nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#nav {
    border-bottom: 1px solid #3A4B7B;
    height: 30px;
    padding: 15px 0 10px 5px;
    /*position: relative;*/
}

    #nav > li {
        float: left;
        height: 22px;
        padding-right: 6px;
        position: relative;
        text-align: left;
    }

        #nav > li > a {
            border: 1px solid transparent;
            color: #FFFFFF;
            display: block;
            font-size: 12px;
            font-weight: bold;
            height: 27px;
            line-height: 27px;
            margin: -3px 0 0 -1px;
            padding: 0 1px 0 11px;
            text-decoration: none;
            text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
        }

        #nav > li:hover > a, #nav > a:hover {
            background-color: #425691;
            border-radius: 2px 2px 2px 2px;
            color: #FFFFFF;
            margin-right: -8px;
            padding: 0 9px 0 11px;
            position: relative;
            z-index: 1;
        }

        #nav > li.subs:hover > a {
            background-color: #FFFFFF;
            border: 1px solid rgba(100, 100, 100, 0.4);
            border-bottom-width: 0;
            border-radius: 2px 2px 0 0;
            color: #000000;
            text-shadow: 0 0 transparent;
            z-index: 2;
        }

.psmain {
    background: url(images/bg1_02.png) repeat-y center top;
    float: none;
    min-height: auto;
    margin: 0px auto;
    /*min-height: 720px;*/
    width: 1000px;
    vertical-align: top;
    /*border-left: thin solid #dddddd;*/
}

.formBackground {
    background-color: #eee;
    padding: 10px !important;
}

.clientlogo {
    /*width: 50px;*/
    height: 70px;
    text-decoration-color: white;
    color: white;
    margin-left: 10px;
    font-size: 32px;
    width: auto;
    font-weight: bold;
    padding-top: 7px;
    padding-right: 10px;
}

.motivesitelogo {
    text-decoration-color: white;
    color: white;
    margin-left: 10px;
    font-size: 32px;
    float: left;
    width: auto;
    font-weight: bold;
    padding-top: 7px;
    padding-right: 50px;
}

.motivesiteheader {
    background-image: url("Images/Neele.png");
    width: 100%;
}

.menuBarZone {
    border-style: solid;
    border-width: thin;
    border-color: #9ecaed;
    vertical-align: top;
    border-radius: 4px;
    box-shadow: 0 0 10px #9ecaed;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.addNewButton {
    padding-right: 10px;
    height: 20px;
    color: white !important;
    padding-left: 10px;
    float: right;
    position: relative;
    background-color: rgb(78,105,162);
    border-radius: 4px;
    padding-top: 5px;
    margin-right: 2px;
    cursor: pointer;
    margin-left: 7px;
    margin-right: 5px;
    font-family: sans-serif;
    font-size: 12px;
    text-decoration: none;
}

.pageTextBox {
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 20px;
    margin-left: 5px;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loading {
    font-family: sans-serif;
    font-size: 10pt;
    border: 5px solid #67CFF5;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}

.cformddc {
    margin-bottom: 10px;
}

.modal {
    z-index: 1500;
}

.extraClass {
    height: 75px;
    position: relative;
}

    .extraClass ul {
        position: absolute;
        bottom: 0;
    }

.ui-widget-header {
    background: none;
    background-color: #eee;
    color: #555;
}

.authBoxItem {
    margin-bottom: 10px;
}

.view-port, .track .inner {
    width: 1124px;
    padding: 0px;
    margin-bottom: 0px
}

.slider-container {
    height: 300px;
}

.pagination {
    margin: 0px 0px;
}

.actions {
    margin: 10px;
}


/* Full Calendar Styles*/

.ui-widget-header {
    border: 1px solid #dadada;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    color: #42718c;
}

.fc-event-hori {
    padding: 3px;
    border: none;
    border-radius: 0px !important;
    margin-bottom: 3px;
}

.ui-widget-header {
    border: 1px solid #dadada;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    color: #42718c;
}

.fc-day-number {
    color: #777;
}

.fc-agenda-divider {
    padding: 0px !important;
}

.fc-button {
    background-image: none;
    border-radius: 0px;
}

@media (max-width: 1200px) {
    .container {
        width: 97.5%; /*this gives it the precise width to match the Bootstrap defaults*/
    }

    .desktop-only { /*use this style on divs that should hide on mobile*/
        display: none;
    }

    body {
        font-size: 18px;
    }
}
