﻿@font-face {
    font-family: "dagny";
    src: url("../fonts/dagny/DagnyWebPro.eot");
    src: url("../fonts/dagny/DagnyWebPro.eot?#iefix") format("embedded-opentype"),
         url("../fonts/dagny/DagnyWebPro.woff") format("woff"),
         url("../fonts/dagny/DagnyCompPro.ttf") format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: "dagny";
    src: url("../fonts/dagny/DagnyWebPro-Bold.eot");
    src: url("../fonts/dagny/DagnyWebPro-Bold.eot?#iefix") format("embedded-opentype"),
         url("../fonts/dagny/DagnyWebPro-Bold.woff") format("woff"),
         url("../fonts/dagny/DagnyCompPro-Bold.ttf") format("truetype");
    font-weight: bold;
}

body {
    margin: 0;
    font: normal 0.9em/140% dagny, arial, tahoma, verdana, sans-serif !important;
    color: #333;
    line-height: 1.5em;
    background-color: white;
    position: relative;
}

#background {
    background-color: white;
    padding-top: 0px;
}

.content-container {
    margin: 0 auto;
    max-width: 1000px;
}

#container {
    margin-left: 10px;
    margin-right: 10px;
}

#divHead {
    background-color: #ffffff;
    padding: 0 20px;
}

#divHeadLogin {
    width: 100%;
}

#divHeadLogin p {
    text-align: right;
    margin-top: 0px;
    margin-bottom: 0px;
}

#menu {
    /*margin-top: 30px;*/
    background-color: #7c878e;
    height: 40px;
    z-index: 0;
}

#menu ul {
    list-style: none;
    padding: 0 20px;
}

#menu ul li {
    display: inline;
    float: left;
    position: relative;
}

#menu ul li a {
    /* new */
    float: left;
    display: inline-block;
    padding: 5px 15px 0px 15px;
    height: 35px;
    color: #fff;
    line-height: 31px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9em;
}

#menu ul li:hover a {
    color: #666666;
    background-color: #f8f8f8;
    border: 1px solid #c5c5c5;
    padding: 3px 14px 0px 14px;
}

#menu ul .submenu:hover a {
    padding-top: 4px;
    border-bottom: 0px;
}

#menu ul li:hover ul {
    display: block;
}

#menu ul li:hover ul li a {
    display: block;
    padding: 5px 0px 5px 20px;
    border: 0px;
}

#menu ul li ul {
    margin-top: 40px;
    list-style: none;
    position: absolute;
    border: 1px solid #c5c5c5;
    border-top: 0px;
    display: none;
    background-color: #f8f8f8;
    padding: 10px 10px 10px 10px;
    z-index: 9;
}

#menu ul li ul li {
    width: 100%;
}

#menu ul li ul li a {
    background: url("../Images/bullet.png") left no-repeat scroll;
    color: #666666;
    font-weight: 400;
    line-height: 20px;
    height: auto;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
}

#menu ul li ul li a:hover {
    text-decoration: underline;
}

#divBody {
    background-color: white;
    min-height: 600px;
    width: auto;
    padding: 10px;
}

#divBody 
a:link {
    color: #0650D0;
    text-decoration: underline;
}

a:visited {
    color: #0650D0;
}

a:hover {
    color: #0650D0;
    text-decoration: none;
}

a:active {
    color: #0650D0;
}

#footer-placeholder {
    margin-top: 10px;
    height: 53px;
}

#divFooter {
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    height: 41px;
}

#footer-middle {
    background-color: #e6e6e6;
    position: relative;
    height: 41px;
}

#footer-middle ul {
    margin: 0px;
    margin-top: 11px;
    list-style-type: none;
    float: left;
    padding: 0px;
    margin-left: 9px;
}

#footer-middle ul li {
    display: inline;
    list-style: none;
    color: #666666;
    margin-left: 10px;
}

    #footer-middle ul li a {
        color: #0650D0;
        text-decoration: none;
    }

#payoff {
    color: #666666;
    line-height: 41px;
    float: right;
    margin-right: 15px;
}

#imgLogoFooter {
    float: right;
    margin-right: 19px;
    margin-top: 5px;
}

a:link {
    color: #0650D0;
    text-decoration: underline;
}

a:visited {
    color: #0650D0;
}

a:hover {
    color: #0650D0;
    text-decoration: none;
}

a:active {
    color: #0650D0;
}

/*Forms*/

fieldset {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p {
    margin: 2px 12px 10px 10px;
}

fieldset label {
    display: block;
}

fieldset label.inline {
    display: inline;
}

legend {
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input {
    padding: 3px;
}

input[type="select"] {
    width: 300px;
    border: 1px solid #ccc;
}

input[type="text"] {
    width: 300px;
    border: 1px solid #ccc;
}

input[type="password"] {
    width: 300px;
    border: 1px solid #ccc;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.editor-label,
.display-label {
    float: left;
    margin: 0px 0px 0px 10px;
}

.editor-field,
.display-field {
    float: none;
    margin: 0 0 5px 300px;
}

.registrationButton {
    margin: 20px 0px 20px 0px;
    height: 30px;
    width: 130px;
}

/* TABLE
----------------------------------------------------------*/

table {
    border-collapse: collapse;
}

table td {
    padding-left: 3px;
    padding-right: 20px;
    /*border: solid 1px #e8eef4;*/
}

table th {
    padding: 2px 3px;
    text-align: left;
    /*background-color: #e8eef4;
                border: solid 1px #e8eef4;*/
}

/*.table {}
.table th{ background:#cccccc ; color:#818181; text-align: left; padding:7px 10px; border-bottom:solid 1px #d2d1cb;}
.table td{ background:#d3dce0;    border-bottom:solid 1px #e0e0e0; padding:8px 10px; }
.table tr.odd td{ background:#ff0000; }
.table tr:hover td{ background:#fff9e1; }
.table a.ico{ }*/

.field-validation-error {
    color: #ff0000;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

#submit_button {
    color: #292a79;
    background-color: #d3dce0;
    width: 100%;
}

#approve_button_yes,
#approve_button_no,
#approve_button {
    width: 150px;
    float: left !important;
    margin-bottom: 10px;
    clear: both;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

.selectable:hover {
    /*background-color: #48497D;*/
    cursor: pointer;
    -moz-box-shadow: 8px 8px 5px #655e5e;
    -webkit-box-shadow: 8px 8px 5px #655e5e;
    box-shadow: 8px 8px 5px #655e5e;
}

.selected {
    background-color: black;
    color: whitesmoke;
    -moz-box-shadow: 8px 8px 5px #655e5e;
    -webkit-box-shadow: 8px 8px 5px #655e5e;
    box-shadow: 8px 8px 5px #655e5e;
}

.selectableRow {
    border: black solid 1px;
    border-radius: 10px;
}

.selectableRow:hover {
    background-color: white;
    cursor: pointer;
    border-radius: 10px;
}

.selectedRow {
    background-color: white;
    border-radius: 10px;
}

h3 {
    display: block;
    font-size: 1.1em;
    -webkit-margin-before: 10em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

h2 {
    font-size: 1.333em;
    line-height: 1.375em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #4a5c69;
    margin: 0 0 15px;
}

.ui-widget {
    font-size: 1em /*{fsDefault}*/;
}

.ui-widget button {
    font-size: 1em;
    margin: 20px 0px 20px 0px;
    height: 30px;
    width: 130px;
}

.article {
    margin-top: 20px;
    width: 650px;
    color: #282828;
}

.article a,
.article a:visited,
.article a:link,
.article a:active {
    text-decoration: none;
    color: #1b56b8 !important;
}

.article a:link:hover {
    text-decoration: underline;
    color: #1b56b8 !important;
}

.article h1 {
    font-size: 1.8em;
    padding-bottom: 0.5em;
    /*border-bottom: 2px solid #AFC836;*/
}

.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    /*margin-top: 40px;*/
    margin-bottom: 0px;
}

.article p {
    margin-top: 10px;
}

.article img,
.article .imageDesc {
    max-width: 550px;
    margin-left: 50px;
}

.article table {
    margin-top: 10px;
}

.article table,
.article td,
.article th {
    border: 0px;
}

.article table td {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.article table,
.article tr:nth-child(odd) {
    background-color: #f8f8f8;
}

.article table,
.article tr:nth-child(even) {
    background-color: #ffffff;
}

.article table th {
    padding: 7px;
    color: #4a5c69;
    background-color: #ffffff;
}

.article table td {
    padding: 7px;
}

.article-summary {
    margin-top: 30px;
    width: 250px;
    float: right;
    background-color: #f8f8f8;
    padding: 20px 10px 20px 10px;
    border: 1px solid #e6e6e6;
}

.article-summary ul {
    list-style: decimal;
}

.article-summary ul ul {
    list-style: square;
}

.article-summary a,
.article-summary a:visited,
.article-summary a:link,
.article-summary a:active,
.article-summary a:hover {
    color: #666666 !important;
    text-decoration: none;
    line-height: 20px;
}

.article-summary a:hover {
    text-decoration: underline;
}

.article-summary ul {
    padding-left: 20px;
}

p {
    text-align: justify;
}

/**Jquery styles**/
.ui-widget-content {
    border-bottom: 1px solid #aaaaaa;
    background: #f1f1f1;
    color: #222222;
    font-size: 1em;
}

.help-page-table .ui-widget-content {
    font-size: 0.9em;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #eee;
    border-bottom: 1px !important;
    background: #eee;
    color: #000;
    margin: 0 0 -1px 0 !important;
}

.ui-state-default.ui-corner-top.ui-tabs-selected.ui-state-active a,
.ui-tabs-nav .ui-state-active a,
.ui-widget-content .ui-tabs-nav .ui-state-active a,
.ui-widget-header .ui-tabs-nav .ui-state-active a {
    color: #000;
}

input[type="button"] {
    font: normal 0.9em/140% dagny, arial, tahoma, verdana, sans-serif !important;
    font-size: 1.25em;
}

input[type="submit"],
button,
.ui-dialog .ui-dialog-buttonpane button {
    padding: 4px 8px;
    font: normal 0.9em/140% dagny, arial, tahoma, verdana, sans-serif !important;
    font-size: 1.25em;
}

input[type="submit"],
button,
.ui-dialog .ui-dialog-buttonpane button,
.registrationButton {
    background-color: #0650D0;
    color: white;
    border: 0px;
    cursor: pointer;
}

    input[type="submit"]:hover,
    input[type="submit"]:after,
    input[type="submit"]:active,
    .ui-dialog .ui-dialog-buttonpane button:hover,
    .ui-dialog .ui-dialog-buttonpane button:after,
    .ui-dialog .ui-dialog-buttonpane button:active,
    button:hover,
    button:after,
    button:active,
    .registrationButton:hover,
    .registrationButton:focus,
    .registrationButton:active {
        background-color: #0650D0;
        outline: none;
        outline: none;
    }

/**tabs**/
.ui-tabs {
    background-color: white;
    border: none;
}

.ui-tabs .ui-tabs-nav {
    background-color: white;
    border: 0px;
}

.ui-tabs .ui-tabs-panel {
    background-color: #f1f1f1;
}

/**dialog**/
.ui-dialog.ui-widget-content {
    background-color: white;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
    border: none;
    border-radius: 3px;
}

.ui-dialog .ui-widget-content {
    background-color: white;
}

.ui-dialog .ui-dialog-buttonpane button:first-child {
    background-color: #0650D0;
}

.ui-dialog .ui-dialog-buttonpane button:first-child:hover,
.ui-dialog .ui-dialog-buttonpane button:first-child:focus,
.ui-dialog .ui-dialog-buttonpane button:first-child:active {
    background-color: #0650D0;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin-right: 10px !important;
}

.ui-button-text-only .ui-button-text {
    padding: 0px !important;
}

#tabs-apps table label {
    font-size: 0.9em;
}

#tabs-apps table td {
    font-size: 0.9em;
}

.ui-widget input:not([type="button"]),
.ui-widget select,
.ui-widget textarea {
    font-size: 0.8em !important;
}
