
html, body {
    margin: 0;
    height: 100%;
}

#body {
    border-top: 5px solid #e2e2e2;
}

.pageWrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -60px;
}

.pageTitle {
    margin-left: 10px;
    width: 600px;
}

    .pageTitle h2 {
        font-weight: 600;
    }

    .pageTitle h1 {
        font-weight: 600;
    }

.org-logo-container {
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
    height: 90px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: white;
}

.org-logo {
    max-width: 280px;
    max-height: 80px;
}

@media (max-width: 1230px) {
    .org-logo-container {
        display: none;
    }
}

.ocrfield {
    font-family: "Courier New", Courier, monospace;
    font-size: 14px;
    border: solid 2px transparent;
    margin-bottom: 3px;
    padding: 2px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ocrfieldselected {
    border: dotted 2px #e5e5e5;
    margin-bottom: 3px;
    padding: 2px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.widgetheader {
    background-color: black;
    opacity: 0.7;
    border-bottom-color: rgba(51, 51, 51, 0.35);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    padding: 5px;
    color: rgb(255, 255, 255);
    line-height: 20px;
}

    .widgetheader a {
        color: white;
    }

.push {
    clear: both;
    height: 60px;
}

.text-black {
    color: black !important;
}

#pageFooter {
    height: 60px;
    bottom: 0;
    width: 100%;
    clear: both;
    font-size: 0.9em;
    border-top: solid 10px white;
}

    #pageFooter .footer-wrapper {
        color: white;
        padding: 10px 100px;
        height: 50px;
        background: black;
        opacity: 0.7;
    }

        #pageFooter .footer-wrapper a {
            color: white;
        }


.error {
    color: red;
}

.background-dark {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjEwJSIgY3k9IjAiIHI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYmEoMTAyLCAxMDUsIDEwNCwgMC45MCkiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0icmdiYSg5MywgMTEyLCAxMTksIDAuODkpIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDE2MCwgMTc0LCAxNTAsIDAuOTApIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4="), url("../img/bgnoise_lg_dark.png");
    background-color: rgba(102, 105, 104, 0.9);
    background: radial-gradient(farthest-side ellipse at 10% 0, rgba(102, 105, 104, 0.9), rgba(93, 112, 119, 0.89), rgba(160, 174, 150, 0.9)), url("../img/bgnoise_lg_dark.png");
    background: -webkit-radial-gradient(10% 0, farthest-side ellipse, rgba(102, 105, 104, 0.9), rgba(93, 112, 119, 0.89), rgba(160, 174, 150, 0.9)), url("../img/bgnoise_lg_dark.png");
    background: -moz-radial-gradient(10% 0, farthest-side ellipse, rgba(102, 105, 104, 0.9), rgba(93, 112, 119, 0.89), rgba(160, 174, 150, 0.9)), url("../img/bgnoise_lg_dark.png");
}

header, footer, hgroup,
nav, section {
    display: block;
}

.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 {
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    margin-top: 0px !important;
}

h2 {
    /* padding-bottom:10px;
 padding-top:10px;*/
    margin-top: 0px !important;
}

.space-after {
    margin-bottom: 10px;
}

.space-right {
    margin-right: 10px;
}

.space-left {
    margin-left: 10px;
}

.inline {
    display: inline !important;
}

.fixed-button {
    width: 90px !important;
}

.height100max {
    max-height: 100px !important;
    overflow-y: auto;
}

.height150 {
    height: 150px;
}

.height200 {
    height: 200px;
}

.height210max {
    max-height: 210px !important;
    overflow-y: auto;
}

.height220max {
    max-height: 220px !important;
    overflow-y: auto;
}

.height250 {
    height: 250px;
}

.height260max {
    max-height: 260px !important;
    overflow-y: auto;
}

.height300max {
    max-height: 300px !important;
    overflow-y: auto;
}

.height320max {
    max-height: 320px !important;
    overflow-y: auto;
}

.height300 {
    height: 370px !important;
    overflow-y: auto;
}

.height400 {
    height: 500px !important;
    overflow-y: auto;
}

.height400max {
    max-height: 400px !important;
    overflow-y: auto;
}

.height450max {
    max-height: 450px !important;
    overflow-y: auto;
}

.height350 {
    height: 350px !important;
}

.height500 {
    height: 500px !important;
}

.height500max {
    max-height: 500px !important;
    overflow-y: auto;
}

.height600 {
    min-height: 600px !important;
}

.height700 {
    min-height: 700px !important;
}

.height800 {
    height: 800px !important;
    overflow-y: auto;
}

.white {
    color: white !important;
}

.initialhide {
    display: none;
}

label.required-field::after {
    color: #D60000;
    content: "*";
}

span.required-field {
    color: #D60000;
}

.field {
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: -3px;
    margin-right: -3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    /*padding-bottom:2px;*/
    border: solid 1px transparent;
    line-height: 30px;
}

    .field div {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

.fieldvalid {
    border: solid 1px transparent;
}

    .fieldvalid span {
        color: black !important;
    }

.fieldnotvalid {
    margin-left: -10px;
    border: 8px #e5603b;
    border-left-style: solid;
}

    .fieldnotvalid span {
        color: black !important;
    }

.divnotvalid {
    margin-left: -10px;
    border: 8px #e5603b;
    border-left-style: solid;
}

.k-grid tr td .form-container.has-errors {
    margin-left: -0.6em;
    border: 0.6em #e5603b;
    border-left-style: solid;
}

.k-grid tbody .k-button,
.k-ie8 .k-grid tbody button.k-button {
    min-width: 28px;
    min-height: 22px;
}

.k-grid tbody button.k-button {
    min-width: 28px;
    /* for all except IE8 */
}

.glow {
    background-color: lemonchiffon !important;
}

.noglow {
    background-color: white !important;
}

.cellcontained {
    -ms-word-break: break-all;
    /* Be VERY careful with this, breaks normal words wh_erever */
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}



.vtop {
    vertical-align: top;
}

.spanLabel {
    display: inline-block;
    width: 80px;
}

.width15 {
    width: 15px !important;
    display: inline-block;
}

.width100 {
    width: 60px !important;
    display: inline-block;
}

.width110 {
    width: 110px !important;
    display: inline-block;
}

.width50 {
    width: 50px !important;
    display: inline-block;
}

.width150 {
    width: 150px !important;
    display: inline-block;
}

.width30 {
    width: 30px !important;
    display: inline-block;
}

.width200 {
    width: 200px !important;
}

.width200 {
    width: 174px !important;
}

.height20 {
    height: 20px !important;
    line-height: 20px;
}

.height28 {
    height: 28px !important;
    line-height: 28px;
}

.width300 {
    width: 400px !important;
}

.width700 {
    width: 700px;
}

.width800 {
    width: 800px;
}

.width900 {
    width: 900px;
}

.pointer {
    cursor: pointer;
}

.whitebackground {
    background-color: white;
}

.panelheadingpadding {
    padding-bottom: 4px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    padding-top: 4px !important;
}

.redicon {
    color: #C7431F !important;
}

.greenicon {
    color: white !important;
    background-color: green;
    padding: 2px;
}

.center {
    text-align: center;
}

.tdthumbnail {
    width: 140px;
    text-align: center;
}

    .tdthumbnail img {
        border: solid 1px #e5e5e5;
    }

.hiddenImage {
    left: -9999px;
    top: -9999px;
    position: absolute;
}

.selectedpage {
    font-weight: bold;
}

#divOrgTitleContainer {
    /*font-family: "CrimsonSemibold", "Times New Roman", Georgia, serif;*/

    font-size: 40px;
    letter-spacing: -1px;
    font-weight: 500;
    color: white;
    line-height: 1.1em;
}

.uline {
}



/* Doc Browser*/

#DocBrowser {
}

    #DocBrowser div {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 20px;
    }

        #DocBrowser div div {
            position: relative;
        }

            #DocBrowser div div div.StatusFlag {
                position: absolute;
                right: 9px;
                top: 0px;
                z-index: 40;
            }



            #DocBrowser div div div.item {
                background-color: #e5e5e5;
                margin-right: 16px;
                padding: 8px;
            }

        #DocBrowser div img.BrowseTN {
            cursor: pointer;
            border: solid 1px #c5c5c5;
        }

/* Standard Control Properties
----------------------------------------------------------
    #divOrgTitle { position:absolute;left:50%; width:1px;
}
#divOrgTitleContainer { position:relative; left:-50%;
}
    
    */
#divOrgTitle {
    position: absolute;
    padding: 20px;
}

.inactive {
    text-decoration: line-through;
}

.modal-fieldset {
    height: 400px;
}

.modal-ScrollContainer {
    max-height: 390px;
    overflow-y: auto;
}

.modalbackground-dark {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjEwJSIgY3k9IjAiIHI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYmEoMTAyLCAxMDUsIDEwNCwgMC45MCkiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0icmdiYSg5MywgMTEyLCAxMTksIDAuODkpIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDE2MCwgMTc0LCAxNTAsIDAuOTApIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4="), url("../img/bgnoise_lg_dark.png");
    background-color: rgba(102, 105, 104, 0.9);
    background: radial-gradient(farthest-side ellipse at 10% 0, rgba(102, 105, 104, 0.9), rgba(93, 112, 119, 0.89), rgba(160, 174, 150, 0.9)), url("../img/bgnoise_lg_dark.png");
    background: -webkit-radial-gradient(10% 0, farthest-side ellipse, rgba(102, 105, 104, 0.9), rgba(93, 112, 119, 0.89), rgba(160, 174, 150, 0.9)), url("../img/bgnoise_lg_dark.png");
    background: -moz-radial-gradient(10% 0, farthest-side ellipse, rgba(102, 105, 104, 0.9), rgba(93, 112, 119, 0.89), rgba(160, 174, 150, 0.9)), url("../img/bgnoise_lg_dark.png");
}

.modal-TableContainer200 {
    max-height: 220px;
    overflow-y: auto;
    margin-bottom: 10px;
}

.modal-TableContainer400 {
    height: 400px;
    overflow-y: auto;
    margin-bottom: 10px;
}

.modal-TableContainer600 {
    height: 600px;
    overflow-y: auto;
    margin-bottom: 10px;
    padding-right: 2px;
}

.modal-TableContainer720 {
    height: 710px;
    overflow-y: auto;
    margin-bottom: 10px;
}

.modal-TableContainer300 {
    height: 300px;
    overflow-y: hidden;
}

.modal-bar {
    background-color: #efeeef;
    padding: 5px;
}

.nav > li > a:hover {
    background-color: transparent;
}

.nav > li > a:focus {
    border: 1px none black;
    border-radius: 2px;
}

.nav > li > a.keyboardNavigationCheck:focus {
    border: 1px solid black;
    border-radius: 2px;
}

.searchbox {
    width: 400px;
}

.smallsearchbox {
    width: 85px !important;
    margin-right: 20px;
}



.page-nav {
    height: 1px;
    border: solid 1px transparent;
}

    .page-nav > div {
        margin-top: -55px;
    }

.validation-warning {
    display: inline-block;
    color: #B30000; /* comply with WCAG*/
    padding-left: 5px;
    font-weight: bold;
    margin-bottom: 0px;
}

#ui-wait {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 99999;
    cursor: wait;
    background-color: white;
    filter: alpha(opacity=00);
    -moz-opacity: 0.0;
    opacity: 0.0;
}

.tablebutton {
    text-align: center;
}

    .tablebutton button {
        padding: 0px 5px;
        line-height: 17px;
    }

.table-striped a {
    color: rgb(85, 85, 85);
}

/*OCR Document Editor*/
.ocrdocpreview {
    /*background-color:#808080;*/
    /* margin-left:-10px;*/
}

.ocrdata {
    width: 400px;
    z-index: 5;
    position: relative;
}

.ocrdatawell {
    /*margin-right:10px;    */

    padding: 20px;
}

    .ocrdatawell select {
        color: black;
    }

.text-strike {
    text-decoration: line-through;
}

.ocrthumbs {
    min-width: 141px;
    position: relative;
    z-index: 14;
}

.ocrthumbheader {
    font-weight: bold;
    color: white;
    text-align: center;
    padding: 5px;
    background-color: rgba(51,51,51,.5);
    margin-top: 10px;
    border: solid 1px rgba(0, 0, 0, 0.14902);
}

.ocrthumbheaderleft {

}

.ocrthumbheaderright {

}


.ocrthumbswell {
    padding: 10px;
}

.ocrthumbs img {
    margin: 10px 10px 5px 10px;
    border: solid 1px darkgray;
}

.ocrthumbs .pageid {
    text-align: center;
    color: white;
}

.ocrpreview {
    margin-right: 401px;
    padding-top: 10px;
    text-align: center;
}

    .ocrpreview img {
        padding: 10px 10px 10px 10px
    }

.ocrthumbselected {
    border: dotted 1px white;
    text-align: center;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ocrthumbnotselected {
    border: solid 1px transparent;
    text-align: center;
}

.font14 {
    font-size: 14px;
}


#datarefresh {
    position: relative;
}

    #datarefresh div {
        color: white;
        font-weight: bold;
        position: absolute;
        top: -10px;
        left: 50%;
        margin-left: -54px;
    }

.sectionbreak {
    margin-top: 3px;
    border-bottom: solid 1px darkgrey;
    margin-bottom: 3px;
}


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 1230px;
}


a.site-logo {

    display: block;
    width: 100px;
    height: 80px;
    text-indent: -9999px; /*hides the link text*/
    padding-bottom: 10px;
}

.main-content {
    padding-left: 10px;
    padding-top: 10px;
}

.table-maint-selector {
    background-color: white;
    border: solid 1px #e5e5e5;
    min-height: 400px;
}


.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper {
    padding-top: 10px;
    height: 95px;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
}



.fullwidth {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

/*Maintenance Page Layout*/

.MaintenanceLeft {
    float: left;
    width: 180px;
    min-height: 400px;
}

.MaintenanceBody {
    margin-left: 200px;
    min-height: 400px;
}

    .MaintenanceBody .nav {
        height: 46px;
    }

.MaintenanceLeftFooter {
    float: left;
    width: 180px;
}

.MaintenanceBodyFooter {
    margin-left: 200px;
}
/* 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;
        }

.label {
    font-weight: 700;
}

.centered {
    text-align: center;
}

/* Settings to override bootstrap overrides*/
html {
    font-size: 100%;
}

label {
    font-weight: normal;
    margin-bottom: 0px;
}

/*The Document Container
  -----------------------  */
.doc-container {
    min-height: 500px;
    padding: 20px;
}

.accountno-width {
    width: 150px;
}

.formblock {
    margin-right: 20px;
}

.numberbox {
    text-align: right;
    width: 50px !important;
}







/* ordered list */
.ListDropDown {
    padding-left: 0 !important;
    margin: 0 !important;
}

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;
        }

/* menu
----------------------------------------------------------*/
li.active {
    z-index: 10;
    border-bottom: solid 4px #efeeef;
    position: relative;
}

li.invalid {
    z-index: 10;
    border-bottom: solid 4px #e5603b;
    position: relative;
}

.menuhome {
    border-bottom: solid 4px transparent;
    z-index: 10;
    position: relative;
}

    .menuhome:hover {
        border-bottom: solid 4px lightblue;
        z-index: 11;
    }

.menuadmin {
    border-bottom: solid 4px transparent;
    z-index: 0;
    position: relative;
}

.menuinvoice {
    border-bottom: solid 4px transparent;
    z-index: 0;
    position: relative;
}

.menuabout {
    border-bottom: solid 4px transparent;
    z-index: 0;
    position: relative;
}

    .menuabout:hover {
        border-bottom: solid 4px yellow;
        z-index: 11;
    }


.menucontact {
    border-bottom: solid 4px transparent;
    z-index: 0;
    position: relative;
}

    .menucontact:hover {
        border-bottom: solid 4px green;
        z-index: 11;
    }


.sectionheaderhome {
    border-bottom: solid 3px lightblue;
}

.sectionheaderinvoice {
    border-bottom: solid 3px orange;
}

.sectionheaderadmin {
    border-bottom: solid 3px blue;
}

.sectionheaderabout {
    border-bottom: solid 3px yellow;
}

.sectionheadercontact {
    border-bottom: solid 3px green;
}

/*Tab Headers on Grey*/
.tabblackheader {
    color: black !important;
}



/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    /* float: left;
    width: 50%;*/
}

    #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;
    }


/*Top of Page SignIn */
#signin {
    text-align: right;
}

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}


/*TYPE AHEAD STYLE */

.twitter-typeahead {
    width: 100%;
    position: relative;
}

    .twitter-typeahead .tt-query,
    .twitter-typeahead .tt-hint {
        margin-bottom: 0;
        width: 100%;
        height: 34px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .twitter-typeahead .tt-hint {
        color: #a1a1a1;
        z-index: 1;
        padding: 6px 12px;
        border: 1px solid transparent;
    }

    .twitter-typeahead .tt-query {
        z-index: 2;
        border-radius: 4px !important;
        /* add these 2 statements if you have an appended input group */
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        /* add these 2 statements if you have an prepended input group */
        /*  border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important; */
    }

.tt-dropdown-menu {
    min-width: 160px;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
}

    .tt-suggestion.tt-is-under-cursor {
        color: #fff;
        background-color: #0081c2;
        background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
        background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
        background-image: -o-linear-gradient(top, #0088cc, #0077b3);
        background-image: linear-gradient(to bottom, #0088cc, #0077b3);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
    }

        .tt-suggestion.tt-is-under-cursor a {
            color: #fff;
        }

    .tt-suggestion p {
        margin: 0;
    }

/*Previous and Next Buttons*/

.previousbutton {
    width: 60px;
    height: 60px;
    background: white;
    position: relative;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 5px;
    color: #efefef;
    opacity: 0.2;
}

    .previousbutton :hover {
        color: rgb(102,102,102);
        opacity: 1;
    }

    .previousbutton i {
        font-size: 45px;
    }

.novisiblelink {
    text-decoration: none;
}

    .novisiblelink:hover {
        text-decoration: none;
    }

.splash {
    border: solid 10px #d5d5d5;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    ;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}





/*DATA TABLES*/
/*
 * Table styles
 */
table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    /*
   * Header and footer styles
   */
    /*
   * Body styles
   */
}

    table.dataTable thead th,
    table.dataTable tfoot th {
        font-weight: bold;
    }

    table.dataTable thead th,
    table.dataTable thead td {
        padding: 10px 18px;
        border-bottom: 1px solid #111111;
    }

        table.dataTable thead th:active,
        table.dataTable thead td:active {
            outline: none;
        }

    table.dataTable tfoot th,
    table.dataTable tfoot td {
        padding: 10px 18px 6px 18px;
        border-top: 1px solid #111111;
    }

    table.dataTable thead .sorting_asc,
    table.dataTable thead .sorting_desc,
    table.dataTable thead .sorting {
        cursor: pointer;
        *cursor: hand;
    }

    table.dataTable thead .sorting {
        background: url("../images/sort_both.png") no-repeat center right;
    }

    table.dataTable thead .sorting_asc {
        background: url("../images/sort_asc.png") no-repeat center right;
    }

    table.dataTable thead .sorting_desc {
        background: url("../images/sort_desc.png") no-repeat center right;
    }

    table.dataTable thead .sorting_asc_disabled {
        background: url("../images/sort_asc_disabled.png") no-repeat center right;
    }

    table.dataTable thead .sorting_desc_disabled {
        background: url("../images/sort_desc_disabled.png") no-repeat center right;
    }

    table.dataTable tbody tr {
        background-color: white;
    }

        table.dataTable tbody tr.selected {
            background-color: #b0bed9;
        }

    table.dataTable tbody th,
    table.dataTable tbody td {
        padding: 8px 10px;
    }

    table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
        border-top: 1px solid #dddddd;
    }

    table.dataTable.row-border tbody tr:first-child th,
    table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
    table.dataTable.display tbody tr:first-child td {
        border-top: none;
    }

    table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
        border-top: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
    }

    table.dataTable.cell-border tbody tr th:first-child,
    table.dataTable.cell-border tbody tr td:first-child {
        border-left: 1px solid #dddddd;
    }

    table.dataTable.cell-border tbody tr:first-child th,
    table.dataTable.cell-border tbody tr:first-child td {
        border-top: none;
    }

    table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
        background-color: #f9f9f9;
    }

        table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
            background-color: #abb9d3;
        }

        table.dataTable.hover tbody tr:hover,
        table.dataTable.hover tbody tr.odd:hover,
        table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover,
        table.dataTable.display tbody tr.odd:hover,
        table.dataTable.display tbody tr.even:hover {
            background-color: whitesmoke;
        }

            table.dataTable.hover tbody tr:hover.selected,
            table.dataTable.hover tbody tr.odd:hover.selected,
            table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected,
            table.dataTable.display tbody tr.odd:hover.selected,
            table.dataTable.display tbody tr.even:hover.selected {
                background-color: #a9b7d1;
            }

    table.dataTable.order-column tbody tr > .sorting_1,
    table.dataTable.order-column tbody tr > .sorting_2,
    table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
    table.dataTable.display tbody tr > .sorting_2,
    table.dataTable.display tbody tr > .sorting_3 {
        background-color: #f9f9f9;
    }

    table.dataTable.order-column tbody tr.selected > .sorting_1,
    table.dataTable.order-column tbody tr.selected > .sorting_2,
    table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
    table.dataTable.display tbody tr.selected > .sorting_2,
    table.dataTable.display tbody tr.selected > .sorting_3 {
        background-color: #acbad4;
    }

    table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
        background-color: #f1f1f1;
    }

    table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
        background-color: #f3f3f3;
    }

    table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
        background-color: whitesmoke;
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
        background-color: #a6b3cd;
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
        background-color: #a7b5ce;
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
        background-color: #a9b6d0;
    }

    table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
        background-color: #f9f9f9;
    }

    table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
        background-color: #fbfbfb;
    }

    table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
        background-color: #fdfdfd;
    }

    table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
        background-color: #acbad4;
    }

    table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
        background-color: #adbbd6;
    }

    table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
        background-color: #afbdd8;
    }

    table.dataTable.display tbody tr:hover > .sorting_1,
    table.dataTable.display tbody tr.odd:hover > .sorting_1,
    table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
    table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
    table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
        background-color: #eaeaea;
    }

    table.dataTable.display tbody tr:hover > .sorting_2,
    table.dataTable.display tbody tr.odd:hover > .sorting_2,
    table.dataTable.display tbody tr.even:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
    table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2,
    table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
        background-color: #ebebeb;
    }

    table.dataTable.display tbody tr:hover > .sorting_3,
    table.dataTable.display tbody tr.odd:hover > .sorting_3,
    table.dataTable.display tbody tr.even:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3,
    table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3,
    table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
        background-color: #eeeeee;
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_1,
    table.dataTable.display tbody tr.odd:hover.selected > .sorting_1,
    table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
    table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,
    table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
        background-color: #a1aec7;
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_2,
    table.dataTable.display tbody tr.odd:hover.selected > .sorting_2,
    table.dataTable.display tbody tr.even:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
    table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,
    table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
        background-color: #a2afc8;
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_3,
    table.dataTable.display tbody tr.odd:hover.selected > .sorting_3,
    table.dataTable.display tbody tr.even:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,
    table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,
    table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
        background-color: #a4b2cb;
    }

    table.dataTable.no-footer {
        border-bottom: 1px solid #111111;
    }

    table.dataTable.nowrap th, table.dataTable.nowrap td {
        white-space: nowrap;
    }

    table.dataTable.compact thead th,
    table.dataTable.compact thead td {
        padding: 5px 9px;
    }

    table.dataTable.compact tfoot th,
    table.dataTable.compact tfoot td {
        padding: 5px 9px 3px 9px;
    }

    table.dataTable.compact tbody th,
    table.dataTable.compact tbody td {
        padding: 4px 5px;
    }

    table.dataTable th.dt-left,
    table.dataTable td.dt-left {
        text-align: left;
    }

    table.dataTable th.dt-center,
    table.dataTable td.dt-center,
    table.dataTable td.dataTables_empty {
        text-align: center;
    }

    table.dataTable th.dt-right,
    table.dataTable td.dt-right {
        text-align: right;
    }

    table.dataTable th.dt-justify,
    table.dataTable td.dt-justify {
        text-align: justify;
    }

    table.dataTable th.dt-nowrap,
    table.dataTable td.dt-nowrap {
        white-space: nowrap;
    }

    table.dataTable thead th.dt-head-left,
    table.dataTable thead td.dt-head-left,
    table.dataTable tfoot th.dt-head-left,
    table.dataTable tfoot td.dt-head-left {
        text-align: left;
    }

    table.dataTable thead th.dt-head-center,
    table.dataTable thead td.dt-head-center,
    table.dataTable tfoot th.dt-head-center,
    table.dataTable tfoot td.dt-head-center {
        text-align: center;
    }

    table.dataTable thead th.dt-head-right,
    table.dataTable thead td.dt-head-right,
    table.dataTable tfoot th.dt-head-right,
    table.dataTable tfoot td.dt-head-right {
        text-align: right;
    }

    table.dataTable thead th.dt-head-justify,
    table.dataTable thead td.dt-head-justify,
    table.dataTable tfoot th.dt-head-justify,
    table.dataTable tfoot td.dt-head-justify {
        text-align: justify;
    }

    table.dataTable thead th.dt-head-nowrap,
    table.dataTable thead td.dt-head-nowrap,
    table.dataTable tfoot th.dt-head-nowrap,
    table.dataTable tfoot td.dt-head-nowrap {
        white-space: nowrap;
    }

    table.dataTable tbody th.dt-body-left,
    table.dataTable tbody td.dt-body-left {
        text-align: left;
    }

    table.dataTable tbody th.dt-body-center,
    table.dataTable tbody td.dt-body-center {
        text-align: center;
    }

    table.dataTable tbody th.dt-body-right,
    table.dataTable tbody td.dt-body-right {
        text-align: right;
    }

    table.dataTable tbody th.dt-body-justify,
    table.dataTable tbody td.dt-body-justify {
        text-align: justify;
    }

    table.dataTable tbody th.dt-body-nowrap,
    table.dataTable tbody td.dt-body-nowrap {
        white-space: nowrap;
    }

    table.dataTable,
    table.dataTable th,
    table.dataTable td {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

table.dataTable {
    margin-bottom: 10px;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1;
}

    .dataTables_wrapper .dataTables_length {
        float: left;
    }

    .dataTables_wrapper .dataTables_filter {
        float: right;
        text-align: right;
    }

        .dataTables_wrapper .dataTables_filter input {
            margin-left: 0.5em;
        }

    .dataTables_wrapper .dataTables_info {
        clear: both;
        float: left;
        padding-top: 0.755em;
    }


.dataTables_paginate {
    margin: 5px 0px;
    float: right;
}

    .dataTables_paginate .previous, .dataTables_paginate .next {
        display: none;
    }

    .dataTables_paginate .first {
        -webkit-border-radius: 30px 0 0 30px;
        -moz-border-radius: 30px 0 0 30px;
        border-radius: 30px 0 0 30px;
    }

    .dataTables_paginate .last {
        -webkit-border-radius: 0 30px 30px 0;
        -moz-border-radius: 0 30px 30px 0;
        border-radius: 0 30px 30px 0;
    }

    .dataTables_paginate .paginate_button, .dataTables_paginate .paginate_active {
        background: #e6e6e6;
        margin-left: 1px;
        padding: 5px 12px;
        border: none;
        outline: none;
    }

        .dataTables_paginate .paginate_button:hover, .dataTables_paginate .paginate_active:hover {
            background: #d9d9d9;
            cursor: pointer;
            color: black;
        }

    .dataTables_paginate .paginate_active {
        background: #ffaa3a;
        color: white;
    }

        .dataTables_paginate .paginate_active:hover {
            background: #ffaa3a;
            color: white;
        }



.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #333333;
}

.dataTables_wrapper .dataTables_scroll {
    clear: both;
}

    .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
        *margin-top: -1px;
        -webkit-overflow-scrolling: touch;
    }

        .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
        .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
            height: 0;
            overflow: hidden;
            margin: 0 !important;
            padding: 0 !important;
        }

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
    border-bottom: none;
}

.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center;
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em;
    }
}

@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center;
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em;
    }
}

/* POST-IT*/

.quote-container {
    margin-top: 50px;
    position: relative;
}

.note {
    color: #333;
    position: relative;
    max-width: 300px;
    min-width: 150px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Open Sans';
    font-size: 16px;
    box-shadow: 0 10px 10px 2px rgba(0,0,0,0.3);
    display: inline-block;
}



    .note .author {
        display: block;
        margin: 40px 0 0 0;
        text-align: right;
    }

.yellow {
    background: #eae672;
}

.lightBlue {
    background: #BBDEFB;
}

.lightgreen {
    background: #90fa90;
}

.pinkpostit {
    background: #F193B0;
}

.redpostit {
    background: #FF7766
}

.orangepostit {
    background: #fa8b42
}

.pin {
    background-color: #aaa;
    display: block;
    height: 32px;
    width: 2px;
    position: absolute;
    left: 50%;
    top: -16px;
    z-index: 1;
}

    .pin:after {
        background-color: #A31;
        background-image: radial-gradient(25% 25%, circle, hsla(0,0%,100%,.3), hsla(0,0%,0%,.3));
        border-radius: 50%;
        box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.1), inset 3px 3px 3px hsla(0,0%,100%,.2), inset -3px -3px 3px hsla(0,0%,0%,.2), 23px 20px 3px hsla(0,0%,0%,.15);
        content: '';
        height: 12px;
        left: -5px;
        position: absolute;
        top: -10px;
        width: 12px;
    }

    .pin:before {
        background-color: hsla(0,0%,0%,0.1);
        box-shadow: 0 0 .25em hsla(0,0%,0%,.1);
        content: '';
        height: 24px;
        width: 2px;
        left: 0;
        position: absolute;
        top: 8px;
        transform: rotate(57.5deg);
        -moz-transform: rotate(57.5deg);
        -webkit-transform: rotate(57.5deg);
        -o-transform: rotate(57.5deg);
        -ms-transform: rotate(57.5deg);
        transform-origin: 50% 100%;
        -moz-transform-origin: 50% 100%;
        -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        -o-transform-origin: 50% 100%;
    }

.miniMask {
    float: left;
    background-color: white;
    width: 30px;
    height: 30px;
    border: solid 1px #b5b5b5;
    cursor: pointer;
}

    .miniMask div div {
        float: left;
        width: 6px;
        height: 6px;
        background-color: #e5e5e5;
        margin-bottom: 1px;
        margin-right: 1px;
    }

    .miniMask .selected {
        background-color: lightsteelblue !important;
    }

.maxiMask {
    background-color: white;
    width: 100px;
    height: 100px;
    border: solid 2px #b5b5b5;
    box-shadow: 5px 5px 2px #888888;
}

    .maxiMask div div {
        float: left;
        width: 20px;
        height: 20px;
        background-color: #e5e5e5;
        margin: 2px;
    }

    .maxiMask .selected {
        background-color: lightsteelblue !important;
    }

    .maxiMask canvas {
        position: absolute;
        z-index: 10;
        cursor: crosshair;
        width: 96px;
        height: 96px;
    }

.btnGroupRule .selected {
    background-color: lightsteelblue !important;
}

.btnGroupRule .btn {
    width: 100px;
    font-weight: bolder;
    color: #666666;
}

.btnGroupRule-Big .selected {
    background-color: lightsteelblue !important;
}

.btnGroupRule-Big .btn {
    width: 130px;
    font-weight: bolder;
    color: #666666;
}


.TextAreaSelector {
    border: solid 2px #b5b5b5;
    margin-left: auto;
    margin-right: auto;
}

    .TextAreaSelector .NearBy {
        padding: 10px;
    }

        .TextAreaSelector .NearBy .NearByLink {
            position: absolute;
            top: -25px;
            z-index: 1;
            width: 100%;
            padding-right: 20px;
        }

    .TextAreaSelector .SelectionArea {
        background-color: #e5e5e5;
    }

    .TextAreaSelector .AreaLeft {
        padding-left: 15px;
        padding-right: 5px;
    }

    .TextAreaSelector .AreaMiddle {
        padding-left: 10px;
        padding-right: 10px;
    }

    .TextAreaSelector .AreaRight {
        padding-left: 5px;
        padding-right: 15px;
    }

.rotate-45-left {
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.rotate-45-right {
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btnPageBox .btn {
    position: relative;
    height: 50px;
    width: 50px;
}

.btnPageBox .selected {
    background-color: lightsteelblue !important;
}

.radioLabel {
    display: block;
    text-indent: -15px;
    padding-left: 15px;
}

.radioInput {
    width: 13px;
    height: 13px;
    vertical-align: bottom;
    position: relative;
    top: 0px;
    *overflow: hidden;
}
