﻿body {
    font-family: "Source Sans Pro",Segoe UI,Arial;
    font-size: 12px;
    color: #000000;
}

h2 {
    font-size: 36px;
    font-weight: normal;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

    h2 img {
        display: none;
    }

fieldset {
    border: none;
    border-bottom: solid 1px #d5d5d5;
    padding: 0px;
}

    fieldset legend {
        color: #26a99e;
        font-size: 14px;
        text-transform: uppercase;
    }

img {
    border: none;
}

a:link, a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

a.button-flat-primary:link, a.button-flat-primary:visited {
    color: #fff;
    text-decoration: none;
}

a.button-flat-primary:hover {
    color: #fff;
    text-decoration: none;
}


ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.centered {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 310px;
    height: 50%;
    margin: auto;
}

.boxCentral {
    border: solid 1px #1b7870;
    text-align: center;
    width: 310px;
}

table, td, th {
    text-align: left;
}

/******************************* modal pop up ***********************************/
.modalConfirmDialog {
    /*background: url(../../Images/Dialog24.png) no-repeat left top;*/
    margin: 0px auto;
    width: 330px;
    padding-top: 14px;
    position: relative;
    color: #222;
    background-color: #ffffff;
}

    .modalConfirmDialog .inner {
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 11px;
        background-color: #ffffff;
        float: left;
        margin: 0px 0px -20px 0px;
        width: 100%;
        padding-top: 0px;
        color: #222;
    }

    .modalConfirmDialog .base {
        border-top: #ddd 1px solid;
        /*background: url(../../Images/DialogBase.png) no-repeat left bottom;*/
        padding-bottom: 4px;
        margin-left: -11px;
        margin-right: -11px;
        padding-top: 4px;
        text-align: center;
        color: #222;
    }

    .modalConfirmDialog H2 {
        font-weight: bold;
        font-size: 16px;
        color: #f60;
        text-align: center;
        color: #222;
    }

    .modalConfirmDialog input {
        width: 50px;
    }

.modalClose {
    display: block;
    background: url(/Images/Close24.png) no-repeat 0px 0px;
    left: -5px;
    width: 26px;
    text-indent: -1000em;
    position: absolute;
    top: -7px;
    height: 26px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalTitle {
    background-color: #26a99e;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 6px;
    height: 34px;
}

/******************************* calendar ***********************************/

/******************************* hover popup ***********************************/
.hoverPopUpExtender {
    position: absolute;
    visibility: hidden;
    background-color: #F5F7F8;
    opacity: .9;
    filter: alpha(opacity=90);
    border: solid 1px black;
    width: 310px;
    padding: 4px;
}

    .hoverPopUpExtender p label {
        float: left;
        width: 150px;
        display: table-cell;
        border: dotted 1px gainsboro;
        padding: 2px;
    }

    .hoverPopUpExtender p {
        margin: 2px 0px 2px 0px;
        padding: 2px;
    }

.popupLink {
    color: Blue;
}

.popupHover {
    text-decoration: underline;
}

/******************************* sliding div ***********************************/
.groupHeader {
    font-size: 12px;
    color: White;
    margin-bottom: 2px;
    margin-top: 2px;
    padding: 4px;
    height: 20px;
    overflow: hidden;
    cursor: pointer;
}

.groupContent {
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    position: relative;
    border: dotted 1px #333333;
}

.modalBackground {
    background-color: #CCCCFF;
    filter: alpha(opacity=40);
    opacity: 0.5;
}

.ModalWindow {
    margin: 0px auto;
    border: solid 1px #c0c0c0;
    background: #f0f0f0;
    padding: 0px 10px 10px 10px;
    min-height: 480px;
    /*position: absolute;
    top: -1000px;
    z-index: 99999;*/
}


#alertmsg {
    font-size: 135%;
    font-weight: bold;
    overflow: hidden;
    width: 100%;
    text-align: center;
    position: relative;
    top: 0px;
    left: 0px;
    background-color: #efefef;
    height: 50px;
    color: #26a99e;
    font: 20px/40px arial, sans-serif;
    display: none;
    padding-top: 12px;
    -webkit-box-shadow: 3px 3px 5px #888;
    -moz-box-shadow: 3px 3px 5px #888;
    box-shadow: 3px 3px 5px #888;
}

.qtip-wiki {
    max-width: 540px;
    min-width: 340px;
}

    .qtip-wiki .qtip-content {
        padding: 10px;
        line-height: 12.5px;
    }

    .qtip-wiki h1 {
        margin: 0 0 7px;
        font-size: 1.5em;
        line-height: 1em;
    }

    .qtip-wiki img {
        padding: 0 10px 0 0;
    }

    .qtip-wiki p {
        margin-bottom: 9px;
    }

    .qtip-wiki .note {
        margin-bottom: 0;
        font-style: italic;
        color: #888;
    }

.reOrderedList li {
    list-style: none;
    margin-left: 0px;
}

.reorderCue {
    list-style: none;
    height: 20px;
    width: 100%;
    border: solid 1px black;
    background-color: silver;
    cursor: move;
}

.dragHandle {
    height: 20px;
    width: 25px;
    background-color: #26a99e;
    cursor: move;
    border: solid thin #d5d5d5;
}

.callbackStyle {
    border: thin #26a99e inset;
}

    .callbackStyle table {
        background-color: #26a99e;
        color: Black;
    }

.dragVisualContainer li {
    list-style: none;
}
