﻿html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    border-top: solid 10px #000;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}
.k-input, input.k-textbox, textarea.k-textbox, input.k-textbox:hover, textarea.k-textbox:hover, .k-textbox>input, .k-multiselect-wrap{
    color:black !important;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    /*background-color: #a6dbed;*/
    font-weight:bold;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    /*background-color: #efeeef;*/
    clear: both;
    padding-bottom: 35px;
}

    /*.main-content {
        background: url("../Images/accent.png") no-repeat;
        padding-left: 10px;
        padding-top: 30px;
    }

    .featured + .main-content {
        background: url("../Images/heroAccent.png") no-repeat;
    }*/

header .content-wrapper {
    padding-top: 20px; 
}

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }

*/

/* menu
----------------------------------------------------------*/
/*ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }*/


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #5e5b89;
        background-image: -ms-linear-gradient(left, #5e5b89 0%, #5e5b89 100%);
        background-image: -o-linear-gradient(left, #5e5b89 0%, #5e5b89 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #5e5b89), color-stop(1, #5e5b89));
        background-image: -webkit-linear-gradient(left, #5e5b89 0%, #5e5b89 100%);
        background-image: linear-gradient(left, #5e5b89 0%, #5e5b89 100%);
        color: #fff;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }
        
/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    /*width: 300px;*/
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #5e5b89;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #5e5b89;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
    padding-right: 25px;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    /*input {
        width: 90%;
    }*/

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}

.logoLink{
    background: url(../Images/logo.gif) no-repeat top left !important;
     display: block;
     width: 241px;
     height: 50px;
     text-indent: -9999px; /* hides the link text */
}

.control-label {
    /*color: white;*/
    text-shadow: none;
    width: auto;
    /*font-size: 12px;*/
    font-weight: 400;
}
.searchDropdownLabel {
    color: white;
    font-size: 12px;
}
.searchDropdown {
    width: inherit;
}
.searchDropdownDiv {
    margin: -3px 10px 0;
    display: inline-block;
}
.formOptions {
    float: right;
    margin-right: 5px;
}
.client-btn {
    padding: 0px;
}
.clientListTable {
    width: 100%;
    table-layout:fixed;
}

.clientListTable th {
    width: 10%;
}

.clientListTable #smallHeader{
    width: 50px;
}

.clientListTable #mediumHeader{
    width: 150px;
}

.clientListTable #largeHeader{
    width: 250px;
}

.formTitle {
    margin: 0px;
}
.formTitleBar {
    position: inherit;
    z-index: 3001;
    right: 22px;
    left: 175px;
    margin: 0 -20px;
}
.OJPReport tr {
    border: solid 1px #333;
}
.formStyles label {
    margin: 2px 0;
}
.float {
    text-align: right;
    /*clear: both;*/
    float:left;
    margin-right:15px;
}
.formStyles .float {
    margin-right:15px;
}
.formStyles textarea {
    margin: 10px 0 -20px 0;
    height: 50px
}
.formStyles textarea, .formStyles input {
    font-size: 1.2em;    
}
.centered {
    text-align: center;
}
.loginTable {
    width: 240px;
    margin: 0px auto;
    font-size: 15px;
}
.createnew:hover {
    background-color: #185b85;
    color: #c7d1d6 !important;
}
.viewAll:hover {
    background-color: #185b85;
    color: #c7d1d6 !important;
}
.export:hover {
    background-color: #185b85;
    color: #c7d1d6 !important;
}
#login {
    text-align: center;
}
#submitButton {
    position:relative;
    top:11px;
    border:none;
    height: 30px;
}
th {
    font-weight: 700 !important;
}
div .ss-button {
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
    color: #676767;
}
div .ss-button:hover {
    background-image: none,linear-gradient(to bottom,rgba(0,0,0,.01) 0,rgba(0,0,0,.06) 100%);
}
.formDetailsHide {
    margin-left: 1050px;
}
.OfficeLocationCombo {
    width: 250px !important;
}
.OfficeLocationCombo > span {
    width: 250px !important;
}

/*********New Design From Nubson's**********/

/* YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - http://cssreset.com */
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,500,700);
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box; }


/* login
----------------------------------------------------------
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {

        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }

	/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.29em;
    font-weight: normal;
	line-height: 2em;
    margin: 0 0 5px;
    padding: 4px;
    text-align: left;
	  display: block;
}

    ul#menu li {

        list-style: none;
        padding-right: 15px;
		background-image:url(../Images/arrow.gif);
		background-repeat: no-repeat;
		background-position: right;
    }

        ul#menu li a {
            color: #fff;
            text-decoration: none;
            width: 100%;
            display: block;
            margin-top: 5px;
        }

        ul#menu li a:hover {
            color: black;
        }




/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    /*border: 2px solid #dce0e1;*/
	margin-top: 20px;
}

.formTable {
	width: 95%;
	margin-top: 20px;
	 border: none;
 	}

.formTable  td {
	padding: 20px;
	}

.detailsTable {
	 margin-top: 6px;
	 border: none !important;
	 font-size: .89em;
}

.detailsTable tr:nth-child(even) {
    background-color: #d2e3bf;
}

th {
    font-size: .99em;
    text-align: left;
	padding: 4px;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 700;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 4px;
}
 td img {
	padding:1px;
	 }

tr.pager td {
    padding: 0 0.25em 0 0;
}

tr {
    border: solid rgba(250, 250, 250, 0);
	}

.formTable tr {

border: none;
	}


/*tr:nth-child(4n) {
    background-color: #edeae9;
}*/

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

input, textarea, select {
  *font-size: 100%; }

legend {
  color: #000; }


.createnew {
	background-color: #185b85;
	padding: 6px 6px 8px 30px;
	margin-left: 20px;
    text-decoration: underline !important;
	color: white !important;
	 text-shadow: none;
	 background-image:url(../Images/btn-new.gif);
	 background-position: left;
	 background-repeat: no-repeat;
}

.createnew a {
	color: white;
	text-decoration:underline;
}

.viewAll {
	background-color: #185b85;
	padding: 6px 6px 8px 6px;
	margin-left: 20px;
	color: white !important;
    text-decoration:underline;
	text-shadow: none;
}

.viewAll a {
	color: white;
	text-decoration:underline;
}
.export {
	background-color: #185b85;
	padding: 6px 6px 8px 6px;
	margin: 0 15px;
	color: white !important;
    text-decoration:underline;
	text-shadow: none;
}

.export a {
	color: white;
	text-decoration:underline;
}

.logout {
	background-color: #842307;
	padding: 6px 6px 6px 30px;
	margin: 20px;
	color: white;
	 text-shadow: none;
	 background-image:url(../Images/btn-logout.gif);
	 background-position: left;
	 background-repeat: no-repeat;
}
.logout:hover {
	background-color: #842307;
    color: #c7d1d6 !important;
}


header {
    padding-top: 20px;
	width: inherit;
	background-color: #e8f0de;
	text-align: left;

}
.title {
    /*border-bottom: 4px solid #f3b001;*/
	border-bottom: 4px solid #F8F8F8;
	font-size: 2.0em;

}


.headerarea {
	background-color: #535152;
	padding: 5px 0 0 30px;
	height: 60px;
}

body {
  font-size: .85em;
  background-color: #f8f8f8;
  /*text-shadow: #fff 0px 1px 0px;*/
  text-align: left }

.wrap {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px; }

.inner-wrap {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px; }

p {
  line-height: 2em;
  margin: 0 0 20px; }

strong {
  font-weight: 600; }

em {
  font-style: italic; }

a {
  color: #45556c;
  text-decoration: none; }
  a:hover {
    color: #000; }

.txt-ctr {
  text-align: center; }

h1, .h1 {
  font-size: 2em;
  font-weight: 700;
  margin: 0.67em 0; }

h2, .h2 {
  font-size: 1.5em;
  font-weight: 600;
  margin: 0.83em 0; }

h3, .h3 {
  font-size: 1.17em;
  font-weight: 500;
  margin: 1em 0; }

h4, .h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5, .h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6, .h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.nav {
  /* overflow: hidden; */ }

.nav li {
  display: inline-block;
  margin-left: -0.32em;
  /*float: left;*/ }

/* pushes the first li back in place */
.nav li:first-child {
  margin-left: 0; }

.nav li a {
  display: block; }

@media screen and (max-width: 550px) {
  p {
    line-height: 1.6em; } }
/* retina swapping code */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* Retina-specific stuff here */ }
.highlight {
  background: #181818;
  color: #f0ebd5;
  border-radius: .25em;
  position: relative;
  /* Comment */
  /* Error */
  /* Keyword */
  /* Comment.Multiline */
  /* Comment.Preproc */
  /* Comment.Single */
  /* Comment.Special */
  /* Generic.Deleted */
  /* Generic.Emph */
  /* Generic.Error */
  /* Generic.Heading */
  /* Generic.Inserted */
  /* Generic.Output */
  /* Generic.Prompt */
  /* Generic.Strong */
  /* Generic.Subheading */
  /* Generic.Traceback */
  /* Keyword.Constant */
  /* Keyword.Declaration */
  /* Keyword.Namespace */
  /* Keyword.Pseudo */
  /* Keyword.Reserved */
  /* Keyword.Type */
  /* Literal.Number */
  /* Literal.String */
  /* Name.Attribute */
  /* Name.Builtin */
  /* Name.Class */
  /* Name.Constant */
  /* Name.Decorator */
  /* Name.Entity */
  /* Name.Function */
  /* Name.Namespace */
  /* Name.Tag */
  /* Name.Variable */
  /* Operator.Word */
  /* Text.Whitespace */
  /* Literal.Number.Float */
  /* Literal.Number.Hex */
  /* Literal.Number.Integer */
  /* Literal.Number.Oct */
  /* Literal.String.Backtick */
  /* Literal.String.Char */
  /* Literal.String.Doc */
  /* Literal.String.Double */
  /* Literal.String.Escape */
  /* Literal.String.Heredoc */
  /* Literal.String.Interpol */
  /* Literal.String.Other */
  /* Literal.String.Regex */
  /* Literal.String.Single */
  /* Literal.String.Symbol */
  /* Name.Builtin.Pseudo */
  /* Name.Variable.Class */
  /* Name.Variable.Global */
  /* Name.Variable.Instance */
  /* Literal.Number.Integer.Long */ }
  .highlight * {
    font-family: Consolas, Monaco,"Lucida Console"; }
  .highlight a:hover {
    border: 0; }
  .highlight pre {
    counter-reset: line-numbering;
    border-radius: 0;
    padding: 20px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 30px;
    white-space: pre;
    overflow-x: auto;
    word-break: inherit;
    word-wrap: inherit;
    text-shadow: none;
    background: #222;
    border-radius: 5px;
    overflow: auto; }
    .highlight pre a::before {
      content: counter(line-numbering);
      counter-increment: line-numbering;
      padding-right: 1em;
      /* space after numbers */
      width: 25px;
      text-align: right;
      opacity: 0.7;
      display: inline-block;
      color: #aaa;
      background: #222;
      margin-right: 16px;
      padding: 2px 10px;
      font-size: 13px;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .highlight pre a:first-of-type::before {
      padding-top: 10px;
      border-top-left-radius: .25em; }
    .highlight pre a:last-of-type::before {
      padding-bottom: 10px;
      border-bottom-left-radius: .25em; }
    .highlight pre a:only-of-type::before {
      padding: 10px; }
  .highlight .hll {
    background-color: #ffffcc; }
  .highlight .c {
    color: #5F5A60;
    font-style: italic; }
  .highlight .err {
    border: #B22518; }
  .highlight .k {
    color: #cda869; }
  .highlight .cm {
    color: #5F5A60;
    font-style: italic; }
  .highlight .cp {
    color: #5f5a60; }
  .highlight .c1 {
    color: #5F5A60;
    font-style: italic; }
  .highlight .cs {
    color: #5F5A60;
    font-style: italic; }
  .highlight .gd {
    background: #420e09; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    background: #b22518; }
  .highlight .gh {
    color: #000080;
    font-weight: bold; }
  .highlight .gi {
    background: #253b22; }
  .highlight .gp {
    font-weight: bold; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #800080;
    font-weight: bold; }
  .highlight .kd {
    color: #e9df8f; }
  .highlight .kp {
    color: #9b703f; }
  .highlight .na {
    color: #f9ee98; }
  .highlight .nb {
    color: #cda869; }
  .highlight .nc {
    color: #9B859D;
    font-weight: bold; }
  .highlight .no {
    color: #9b859d; }
  .highlight .nd {
    color: #7587a6; }
  .highlight .ni {
    color: #CF6A4C;
    font-weight: bold; }
  .highlight .nf {
    color: #9B703F;
    font-weight: bold; }
  .highlight .nn {
    color: #9B859D;
    font-weight: bold; }
  .highlight .nt {
    color: #CDA869;
    font-weight: bold; }
  .highlight .nv {
    color: #7587a6; }
  .highlight .ow {
    color: #AA22FF;
    font-weight: bold; }
  .highlight .w {
    color: #141414; }
  .highlight .mf {
    color: #cf6a4c; }
  .highlight .mh {
    color: #cf6a4c; }
  .highlight .mi {
    color: #cf6a4c; }
  .highlight .mo {
    color: #cf6a4c; }
  .highlight .sb {
    color: #8f9d6a; }
  .highlight .sc {
    color: #8f9d6a; }
  .highlight .sd {
    color: #8F9D6A;
    font-style: italic; }
  .highlight .s2 {
    color: #8f9d6a; }
  .highlight .se {
    color: #F9EE98;
    font-weight: bold; }
  .highlight .sh {
    color: #8f9d6a; }
  .highlight .si {
    color: #DAEFA3;
    font-weight: bold; }
  .highlight .sx {
    color: #8f9d6a; }
  .highlight .sr {
    color: #e9c062; }
  .highlight .s1 {
    color: #8f9d6a; }
  .highlight .ss {
    color: #cf6a4c; }
  .highlight .bp {
    color: #00aaaa; }
  .highlight .vc {
    color: #7587a6; }
  .highlight .vg {
    color: #7587a6; }
  .highlight .vi {
    color: #7587a6; }
  .highlight .il {
    color: #009999; }

.code-select {
  bottom: 0;
  right: 0;
  position: absolute; }

.header {
  width: 100%;
  background-image: url(/assets/img/header-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #222933;
  text-align: center;
  padding-bottom: 20px;
  background-size: 100%; }
  @media screen and (max-width: 1500px) {
    .header {
      background-size: auto; } }

.head-text {
  padding: 80px 0 0 0;
  min-height: 215px;
  color: #fff;
  font-size: 2em;
  text-shadow: #000 0px 2px 4px;
  text-align: center; }

.tagline {
  margin: 20px 0 0;
  font-size: 2em;
  font-weight: 600;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }

.sub-tagline {
  margin: 0;
  font-size: 1em;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }

.lift-text .tagline {
  margin: 0; }
.lift-text .sub-tagline {
  opacity: 1; }


.typed-cursor {
  font-weight: 100;
  padding: 0 2px;
  -webkit-animation: blink 1s infinite;
  -moz-animation: blink 1s infinite;
  -ms-animation: blink 1s infinite;
  -o-animation: blink 1s infinite;
  animation: blink 1s infinite; }

@media screen and (max-width: 800px) {
  .head-text {
    padding: 50px 0 0;
    min-height: 180px;
    font-size: 1.75em; } }
@media screen and (max-width: 600px) {
  .head-text {
    padding: 30px 0 0;
    min-height: 150px;
    font-size: 1.5em; } }
@media screen and (max-width: 550px) {
  .head-text {
    padding: 20px 0 0;
    font-size: 1em;
    min-height: 110px;
    margin: 0 -100px; } }
@-webkit-keyframes blink {
  0% {
    opacity: 1; }

  50% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 1; }

  50% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@-ms-keyframes blink {
  0% {
    opacity: 1; }

  50% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@-o-keyframes blink {
  0% {
    opacity: 1; }

  50% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@keyframes blink {
  0% {
    opacity: 1; }

  50% {
    opacity: 0; }

  100% {
    opacity: 1; } }
.nav {
  list-style: none;
  margin: 40px auto;
  text-align: center; }
  .nav li {
    display: inline-block;
    margin: 10px 15px; }
  .nav .label {
    padding: 0 0 0 5px; }

.main-nav {
  list-style: none;
  display: block;
  margin: 0;
  text-align: center; }
  .main-nav li {
    display: inline-block;
    margin: 5px 15px;
    vertical-align: top; }
  .main-nav a {
    display: block;
    width: 95px;
    padding: 15px 0;
    color: #fff;
    font-size: 2.25em;
    text-decoration: none;
    text-shadow: none;
    border-radius: 3px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    .main-nav a:hover {
      color: #333;
      background: #fff; }
  .main-nav .label {
    display: block;
    clear: both;
    font-size: 0.5em; }

.divider {
  display: block;
  margin: 5px auto;
  width: 50%;
  height: 1px;
  border-top: rgba(0, 0, 0, 0.1) 1px solid;
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid; }

.sub-nav {
  margin: 0 0 30px;
  font-size: 0.6em; }
  .sub-nav a {
    width: 60px;
    padding: 10px 0; }

.inline-nav {
  display: inline-block;
  vertical-align: top; }

@media screen and (max-width: 800px) {
  .main-nav {
    font-size: 0.8em; }
    .main-nav a {
      width: 80px; }

  .sub-nav {
    font-size: 0.6em; }
    .sub-nav a {
      width: 60px; } }
@media screen and (max-width: 650px) {
  .divider {
    width: 60%; }

  .main-nav li {
    margin: 5px 10px; } }
@media screen and (max-width: 550px) {
  .divider {
    width: 50%; }

  .main-nav {
    font-size: 0.6em; }
    .main-nav li {
      margin: 5px 5px; }
    .main-nav a {
      width: 70px; }

  .sub-nav {
    font-size: 0.5em; }
    .sub-nav a {
      width: 50px; } }
.page-title {
  margin: 0px 0 10px;
  padding: 15px 0;
  font-size: 2em;
  font-weight: 600;
  color: #333;
  border-top: #EEE 2px solid;
  border-bottom: #EEE 2px solid; }

.block {
  display: block;
  margin: 10px auto;
  padding: 0;
  text-align: center; }
  .block .media, .block .media-desc {
    vertical-align: middle; }
  .block .media {
    display: inline-block; }
  .block .media-desc {
    display: inline-block;
    max-width: 500px;
    margin: 0 0 0 20px;
    padding: 10px;
    text-align: left; }
    .block .media-desc h3 {
      margin: 10px 0; }

.latest {
  display: block;
  margin: 0 auto 30px; }
  .latest li {
    padding-left: 20px;
    border-left: #9fabb9 2px solid; }
  .latest a {
    font-size: 1.5em;
    font-weight: 600; }

.body-notice {
  margin: 0 auto;
  padding: 20px;
  max-width: 900px;
  background: #fff;
  text-align: left;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px;
  border-radius: 4px; }

@media screen and (max-width: 550px) {
  .page-title {
    margin: 0 0 5px;
    padding: 10px 0;
    font-size: 1.5em; } }
.entry {
  margin: auto;
  padding: 1.5em 0 1.5em;
  border-top: #EEE 2px solid; }
  .entry .h2 {
    margin: 0 0 20px; }
  .entry p {
    color: #444; }
  .entry img {
    max-width: 100%; }
  .entry:first-of-type {
    border-top: none; }

.entry-info {
  display: block;
  margin: 10px 0;
  line-height: 1.7em;
  font-size: 0.8em;
  color: #444; }

.entry-cont {
  float: right;
  clear: left; }

.entry-links {
  margin: 0 auto 35px;
  text-align: center; }
  .entry-links a {
    margin: 0 5px;
    padding: 10px 20px;
    font-size: 0.85em;
    color: #fff;
    background: #222;
    border-radius: 20px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    .entry-links a:hover {
      color: #333;
      background: #fff; }

.post .h2, .post h2, .post .h3, .post h3 {
  padding: 0.5em 0;
  font-weight: 600;
  border-top: #EEE 1px solid;
  border-bottom: #EEE 1px solid; }
.post p {
  margin: 0 auto 2em;
  font-size: 1.10em; }
.post img {
  display: block;
  width: 90%;
  margin: 0 auto 3em; }
.post ul {
  margin: 10px auto 3em;
  font-size: 0.95em;
  color: #444; }
  .post ul li {
    margin: 10px 10px;
    padding-left: 10px;
    border-left: #EEE 2px solid; }
.post .inline-code {
  background: #222;
  padding: 5px 10px;
  font-size: 0.85em;
  color: #f0ebd5;
  text-shadow: none;
  border-radius: 5px; }

.share-button {
  display: inline-block;
  float: right;
  margin: 0 5px 10px; }

@media screen and (max-width: 550px) {
  .entry {
    margin: auto;
    padding: 1em 0 1em;
    border-top: #EEE 2px solid; }
    .entry .h2 {
      font-size: 1.35em;
      margin: 0 0 10px; } }

.module {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 170px;
  height: 100%;
  color: #fff;
  text-shadow: none;
  background: #1f1b1a;

  overflow: hidden;
  z-index: 9999999; }

.module-head {
  margin: 0 auto;
  padding: 20% 0 0;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
  .module-head .badge {
    width: 150px;
    height: 150px;
    margin: 0 auto 50px;
    border-color: #222933;
    box-shadow: #000 0px 2px 10px; }
  .module-head a {
    color: #fff; }
    .module-head a:hover {
      color: #333; }

.module-body {
  background-color: #f8f8f8;
  position: absolute;
  padding: 5px 5px 0 5px;
  top: 0;
  bottom: 0;
  left: 170px;
  right: 0;
  overflow: auto;
}

.module-inner-wrap {
  margin: auto;
  max-width: 1200px;
  text-align: left; }

.module-body-list {
  display: block;
  margin: 0 auto 1em; }
  .module-body-list li {
    padding: 0 0 1em 0;
    border-bottom: #EEE 2px solid; }

aside {
  display: inline-block;
  vertical-align: top; }

.sidebar {
  margin: 20px 0;
  padding: 0 50px;
  text-align: left; }

.top-list {
  display: inline-block;
  margin: 0 20px 0 0; }
  .top-list .label {
    margin: 0 10px 0 0;
    font-weight: 500; }
  .top-list li {
    display: inline-block;
    margin: 0 0 25px 0; }
    .top-list li a {
      font-size: 0.4em;
      margin: 0 0.5em 0 0;
      padding: 0.5em 1em 0.5em 0;
      border-right: #EEE 2px solid; }

.ex-dm-title {
  text-align: center;
  font-size: 2.5em; }

.ex-dm-link {
  display: inline-block;
  text-align: center; }
  .ex-dm-link a {
    padding: 10px 20px;
    color: #fff;
    text-shadow: none;
    background: #333;
    border-radius: 20px; }
    .ex-dm-link a:hover {
      color: #333;
      background: #fff; }

.target-toggle {
  position: absolute;
  display: block;
  padding: 5px;
  left: 10px;
  bottom: 20px;
  width: 40px;
  height: 35px;
  font-size: 0.8em;
  opacity: 0.4;
  background: #000;
  border-radius: 5px;
  text-align: left;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .target-toggle:hover {
    width: 220px;
    opacity: 0.6;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 4px; }
    .target-toggle:hover span {
      opacity: 1; }
  .target-toggle span {
    position: absolute;
    margin: -3px 10px;
    padding: 0;
    display: inline-block;
    opacity: 0;
    font-size: 0.85em;
    line-height: 3em;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .target-toggle input {
    display: inline-block;
    padding: 5px;
    width: 30px;
    color: #999;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer; }

.demo-block {
  display: inline-block;
  width: 500px;
  margin: 0 5px 20px 0;
  padding: 0 0 20px 0;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
  vertical-align: top;
  border-bottom: #EEE 3px solid; }

.demo-title {
  height: 90px;
  padding: 10px 10px 5px;
  background: #222933; }

.demo-title a {
  color: #fff;
  font-size: 2em; }

.demo-title p {
  margin: 5px 0;
  font-size: 0.9em;
  line-height: 1.2em; }

.demo-frame-wrap {
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #f0f0f0;
  overflow: hidden; }

.demo-frame {
  width: 200%;
  height: 200%;
  zoom: 0.5;
  -moz-transform: scale(0.5);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.5);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.5);
  -webkit-transform-origin: 0 0; }

@media screen and (max-width: 800px) {
  .demo-block {
    display: block;
    width: 100%; } }
@media screen and (max-width: 1200px) {
  .module {
    width: 300px; }
    .module .main-nav {
      font-size: 0.8em; }
      .module .main-nav a {
        width: 80px; }
    .module .sub-nav {
      font-size: 0.6em; }
      .module .sub-nav a {
        width: 60px; }

  .module-body {
    left: 315px; } }
@media screen and (max-width: 800px) {
  .module {
    position: relative;
    width: 100%;
    height: auto;
    max-width: none;
    background-size: auto auto; }

  .module-head {
    padding: 20px 0;
    min-height: auto; }
    .module-head .badge {
      width: 100px;
      height: 100px;
      margin: 10px auto 20px; }

  .module-body {
    position: relative;
    left: 0;
    padding: 0 10px;
    overflow: hidden; } }
.footer {
  margin: 0 auto 50px; }

.dark-bg {
  color: #fff;
  text-shadow: #000 0px 1px 1px; }
  .dark-bg a {
    color: #b0bccd; }
    .dark-bg a:hover {
      color: #fff; }

.foot-avatar {
  width: 150px;
  height: 150px;
  border-radius: 5px;
  overflow: hidden; }
  .foot-avatar img {
    border-radius: 5px;
    border: 0;
    overflow: hidden; }

.about {
  width: 100%;
  margin: 40px auto 0;
  padding: 20px 0 40px;
  background-image: url(../assets/img/footer-bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #222933; }
  @media (min-width: 1400px) {
    .about {
      background-size: 100%; } }

.copyright {
  font-size: 0.85em;
  color: #666;
  text-align: center; }

.search {
	height: 30px;
	padding: 10px;
}

.input
{
	height: 45px;
	padding: 12px;


	}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

ul.pagination li a.active {
    background-color: #185c83;
    color: white;
    border: 1px solid #185c83;
}

.innerpadding {
	 padding: 0 20px 20px;
	}

form label {
	font-size: 1.2em;
	/*width: 45%;*/
}

.textArea {
 width: 360px;
 height: 120px;
	}

hr {
	border-bottom: 6px solid #edeae9;
}

.tinyBtn {
	width: 20px;
	height: 20px;
	}

#ClientListGrid .k-grid-header th.k-with-icon .k-link {
    margin-right: 0px;
}

#ClientListGrid .k-grid-header th.k-header .k-icon {
    float: right;
}

#ClientListGrid .k-grid-filter.k-state-active .k-icon.k-filter {
    background-color: lightgreen;
}
#StepsReport table, #StepsReport th, #StepsReport td, #StepsReport tr {
    border: 1px solid black;
}
#GoalsReport table, #GoalsReport th, #GoalsReport td, #GoalsReport tr {
    border: 1px solid black;
}
.MergeDiv {
    padding: 25px;
}

.MergeForm div {
    padding-top: 10px;
    width: 350px;
    margin: auto;
}
.formStyles .k-editor .k-content {
    height: 50px;
}
.formStyles .k-editor {
    margin-top: 5px;
}
.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}
