/* Minification failed. Returning unminified contents.
(841,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
@charset "UTF-8";
/* CSS Document */
body.test {
	background-image:none;
	background-color:#fff;
	margin:20px;
}

.hide {
	display:none;
}
.point {
	cursor:pointer;
}
.ital {
	font-style:italic !important;
}
.cap {
	text-transform:uppercase;
}
.bold {
	font-weight:bold !important;
}
.normal {
	font-weight:normal;
}
.arr-or {
}
.arr-or:after {
	content: url(img/arr-or.png);
	margin-left:10px;
}
.inline {
	display:inline;
}
.just-r {
	text-align:right !important;
}
.just-l {
	text-align:left !important;
}
.just-c {
	text-align:center !important;
}
.abs-tr {
	position:absolute;
	z-index:1500;
	top:0px;
	right:0px;
}
.abs-tl {
	position:absolute;
	z-index:1500;
	top:0px;
	left:0px;
}
.va-top {
	vertical-align:top;
}
.full {
	width:100%;
}
.float-l {
	float:left;
}
.float-r {
	float:right;
}
.rel {
	position:relative;
}
.no-wrap {
	white-space:nowrap;
}
.alpha {
	margin-left:0;
}
.omega {
	margin-right:0;
}
.switch {
	position: absolute;
	left: -3000px;
	}
	
	
/*   Margins   */	
.mar-0 {
	margin:0;
}
.mar-10 {
	margin:10px;
}
.mar-20 {
	margin:20px;
}
.mar-t0 {
	margin-top:0px;
}
.mar-t10 {
	margin-top:10px;
}
.mar-t20 {
	margin-top:20px;
}
.mar-b0 {
	margin-bottom:10px;
}
.mar-b10 {
	margin-bottom:10px;
}
.mar-b20 {
	margin-bottom:20px;
}

	
/*   Padding   */	
.pad-0 {
	padding:0;
}
.pad-10 {
	padding:10px;
}
.pad-20 {
	padding:20px;
}
.pad-t0 {
	padding-top:0px;
}
.pad-t10 {
	padding-top:10px;
}
.pad-t20 {
	padding-top:20px;
}
.pad-b0 {
	padding-bottom:10px;
}
.pad-b10 {
	padding-bottom:10px;
}
.pad-b20 {
	padding-bottom:20px;
}


/* Border Radius */
.r4 {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.r6 {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.r8 {
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.r10 {
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}


/*Colors*/

/*----------- Fonts ----------*/

.black {
	color: #000000;
}
.blue-link {
	color: #049abc;
}
.blue {
	color: #008cff;
}
.red {
	color: #e80c4d;
}
.orange {
	color: #eb7a17;
}
.gold {
	color: #ffae00;
}
.purple {
	color: #d92dff;
}
.green {
	color: #36b300;
}
.white {
	color:#ffffff;
}


/* Border Elements */
.b-fff { border: 1px solid #fff; }
.b-ccc { border: 1px solid #ccc; }
.b-blue { border: 1px solid #0d213e; }
.b-orange { border: 1px solid #f93; }

.b2-fff { border: 2px solid #fff; }
.b2-ccc { border: 2px solid #ccc; }
.b2-blue { border: 2px solid #0d213e; }
.b2-orange { border: 2px solid #f93; }


/*  BGs  */
.bg-f2 {
	background-color:#f2f2f2;
}
.bg-f5 {
	background-color:#f5f5f5;
}
.bg-white {
	background-color:#ffffff;
}

/*Underlines*/
.uline-mango {
	display:block;
	border-bottom:1px solid #ef8e1f;
	margin:10px 0px;
	padding-bottom:0px;
}
.uline-dk-orange {
	display:block;
	border-bottom:1px solid #d77200;
	margin:10px 0px;
	padding-bottom:0px;
}
.uline-white {
	display:block;
	border-bottom:1px solid #fff;
	margin:10px 0px;
	padding-bottom:0px;
}
.uline-blue {
	display:block;
	border-bottom:1px solid #3d5e6b;
	margin:10px 0px;
	padding-bottom:0px;
}
.uline-blue-dash {
	display:block;
	border-bottom:1px dashed #3d5e6b;
	margin:10px 0px;
	padding-bottom:0px;
}
.uline {
	display:block;
    border-bottom:1px solid #ccc;
    margin:5px 0px 0 0;
	padding-bottom:0px;
}
.uline-dash {
	display:block;
	border-bottom:1px dashed #ccc;
	margin:10px 0px;
	padding-bottom:0px;
}
/* Google fonts
----------------------------------------------------------*/

.OpenSansLt {
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight:300;
}
.OpenSans {
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: 400;
}
.OpenSansB {
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: 700;
}
.OpenSansCnLt {
font-family: 'Open Sans Condensed', sans-serif;
font-style: normal;
font-weight: 300;
}
.OpenSansCn {
font-family: 'Open Sans Condensed', sans-serif;
font-style: normal;
font-weight: 400;
}
.OpenSansCnB {
font-family: 'Open Sans Condensed', sans-serif;
font-style: normal;
font-weight:700;
}



html {
    /*    background-color: #fff;
*/ margin: 0;
    padding: 0;
}

body {
    background: #f8f8f8 url(img/bg-stripes.png) repeat 0 0;
    /*color: #454545;*/
    color: #000000;
    font-size: .85em;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0 0 20px 0;
    min-width: 980px;
}

header {
    background: #fff;
}

a {
    color: #679146;
    outline: none;
    text-decoration: underline;
    margin: 0;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #679146;
    }

    a:hover {
        text-decoration: underline;
    }

    a.btn, a.inlinebtn {
        background-color: #679146;
        border: 0;
        cursor: pointer;
        margin: 0;
        padding: 7px 10px;
        position: relative;
        font-size: 1em;
        line-height: 1.2em;
        vertical-align: top;
        color: #fff;
        width: auto;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 400;
        float: left;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        text-decoration: none;
        white-space: nowrap;
    }

    a.inlinebtn {
        margin: 15px 10px 10px 0;
        font-size: 1em;
    }
    a.cancelbtn{
        background-color:indianred !important;
    }

    a.btn, a.processbtn {
        background-color: #679146;
        border: 0;
        cursor: pointer;
        margin: 0;
        padding: 7px 10px;
        position: relative;
        font-size: 1em;
        line-height: 1.2em;
        vertical-align: top;
        color: #fff;
        width: auto;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 400;
        float: left;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        text-decoration: none;
        white-space: nowrap;
    }

    a.processbtn {
        /*margin: 15px 0 10px 0;*/
        font-size: 1em;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    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: #454545;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans Condensed', sans-serif;
    font-style: normal;
    font-weight: 700;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.2em;
}

h5, h6 {
    font-size: 1.1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}

.extra-wrap {
    overflow: hidden;
    display: block;
}

.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

.content-full {
    min-height: 400px;
    height: auto !important;
    height: 400px;
    padding: 40px;
}

.account-box {
    background: #fff;
    width: 500px;
    padding: 40px;
    margin: 40px auto;
    border: 1px solid #999;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.full-title {
    position: relative;
    height: 20px;
    margin: 20px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #e1e1e1;
}

.content-wrapper.bl1-fff {
    margin: 0 auto;
    max-width: 959px;
    border-left: 1px solid #fff;
}

#body {
    clear: both;
    padding-bottom: 0;
    margin-bottom: 0;
}

.main-content {
    padding: 0;
    background: #fff;
    min-height: 400px;
    height: auto !important;
    height: 400px;
}

.featured + .main-content {
}


/* Admin
----------------------------------------------------------*/
div.urgent {
    height: 32px;
    width: 32px;
    background: url(img/error-warn.png) no-repeat 0 0;
}

.big-admin-btn-wrap {
    text-align: center;
    margin: 40px auto;
}

.big-admin-btn {
    background-color: #A9C398;
    border: 2px solid #679146;
    cursor: pointer;
    margin: 10px;
    padding: 10px 30px;
    position: relative;
    font-size: 1.25em !important;
    line-height: 1.25em !important;
    color: #fff !important;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    white-space: nowrap;
}

.big-admin-btn-over {
    background-color: #A9C398;
    text-decoration: none !important;
}

/*CenterCol-----------------------------------------------*/
.CenterCol {
    width: 770px;
    margin: 40px auto;
    padding: 20px;
    border-radius: 4px;
}

.CenterSplit1 {
    width: 320px;
    margin: 0 20px 0 0;
    padding: 0px;
    float: left;
}

.CenterSplit2 {
    width: 340px;
    margin: 0;
    padding: 0 0 0 20px;
    float: left;
    background: url(img/RIghtSplit2-bg.png) left top no-repeat;
}

.CenterSplit1 .display-title {
    position: relative;
    height: 20px;
    margin: 20px 0;
    width: 320px;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #e1e1e1;
}

.CenterSplit2 .display-title {
    position: relative;
    height: 20px;
    margin: 20px 0;
    width: 340px;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #e1e1e1;
}


/*.display-label, .display-field
{
    font-size: .85em;
    line-height: 1em;
    color: #454545;
    font-weight: normal;
    margin-bottom: 8px;
}*/

.CenterSplit2 textarea {
    width: 250px;
    height: 100px;
}

.CenterSplit2 .editor-field select {
    width: 262px;
}

.CenterSplit2 input[type="text"] {
    width: 250px;
}

.display-label {
    float: left;
    width: 130px;
    clear: left;
}

.display-field {
    float: left;
    width: 190px;
    padding-left: 20px;
}

dd {
    background: url(img/contact-icons-or.png) left top no-repeat;
    padding-left: 35px;
    margin: 0 0 20px 10px;
}

    dd.icon-1 {
        background-position: 0px 0px;
    }

    dd.icon-2 {
        background-position: 0px -53px;
    }

    dd.icon-3 {
        background-position: 0px -102px;
    }

    dd.icon-4 {
        background-position: 0px -153px;
    }

/* LeftCol
----------------------------------------------------------*/
.LeftCol {
    width: 180px;
    float: left;
    padding: 0;
    margin-right: 0;
}

    .LeftCol h2 {
        padding: 0 10px 10px 20px;
        color: #666;
        font-family: 'Open Sans Condensed', sans-serif;
        font-style: normal;
        font-weight: 600;
        margin: 20px 0 10px 0;
    }

ul#LeftNav {
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-align: left;
}

    ul#LeftNav li {
        list-style: none;
    }

        ul#LeftNav li a {
            font-size: .9em;
            display: block;
            background: none;
            color: #777;
            text-decoration: none;
            padding: 10px 10px 10px 20px;
            font-weight: 700;
        }

            ul#LeftNav li a:hover {
                background: #eee;
                color: #333;
                text-decoration: none;
            }

            ul#LeftNav li a:active, ul#LeftNav li a.active {
                background: #ddd;
                color: #333;
                text-decoration: none;
            }


.GettingStarted {
    padding: 10px;
}


/* RightCol **SPLIT**
----------------------------------------------------------*/
.RightCol {
    width: 770px;
    float: left;
    padding: 0;
    margin: 0;
    min-height: 675px;
    height: auto !important;
    border-left: 10px solid #ddd;
}

    .RightCol a {
        font-size: .85em;
    }

        .RightCol a.inlinebtn {
            font-size: 1em;
        }

.RightTitle {
    background: #f5f5f5;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e7e7e7;
}

.WrapRightMain {
    padding: 20px;
}

.RightCol h3 {
    color: #666;
    padding: 0 10px 10px 0;
    font-family: 'Open Sans Condensed', sans-serif;
    font-style: normal;
    font-weight: 600;
    margin: 0;
}

.RightCol .RightTitle h2 {
    padding: 0 10px 0px 20px;
    color: #333;
    font-family: 'Open Sans Condensed', sans-serif;
    font-style: normal;
    font-weight: 600;
    margin: 20px 0 10px 0;
}

.RightSplit1, .RightSplit2 {
    position: relative;
}

a.RightSplitEdit {
    position: absolute;
    bottom: 5px;
    right: 0px;
    z-index: 100;
    cursor: pointer;
    text-decoration: none;
}

a.RightSplitAdd {
    position: absolute;
    bottom: 5px;
    right: 0px;
    z-index: 100;
    cursor: pointer;
    text-decoration: none;
    padding-left: 20px;
    /*background: url(img/plus-sign.png) no-repeat left 0;*/
    line-height: 14px;
}

a.RightSplitEdit:hover {
    text-decoration: underline;
}

.RightSplit1 {
    width: 345px;
    margin: 0 20px 0 0;
    padding: 0px;
    float: left;
}

.RightSplit2 {
    width: 344px;
    margin: 0;
    padding: 0 0 0 20px;
    float: left;
    background: url(img/RIghtSplit2-bg.png) left top no-repeat;
}

.RightSplit1 .displayBox, .RightSplit1 .displayBox {
    width: 340px;
}

.display-title {
    position: relative;
    height: 20px;
    margin: 20px 0;
    width: 345px;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #e1e1e1;
}

.display-label, .display-field {
    font-size: 1em;
    line-height: 1em;
    *
    /*color: #454545;*/
    color: #000000;
    font-weight: normal;
    margin-bottom: 8px;
}

.display-label {
    float: left;
    width: 130px;
    clear: left;
}

.display-field {
    float: left;
    width: 190px;
    padding-left: 20px;
}


/* RightCol **FULL**
----------------------------------------------------------*/

.RightFullEdit {
    position: absolute;
    bottom: 5px;
    right: 0px;
    z-index: 100;
    cursor: pointer;
    text-decoration: none;
}

a.RightFullEdit {
    position: absolute;
    bottom: 5px;
    right: 0px;
    z-index: 100;
    cursor: pointer;
    text-decoration: none;
}

    a.RightFullEdit:hover {
        text-decoration: underline;
    }

a.RightFullAdd {
    position: absolute;
    bottom: 5px;
    right: 0px;
    z-index: 100;
    cursor: pointer;
    text-decoration: none;
    padding-left: 20px;
    /*background: url(img/plus-sign.png) no-repeat left 0;*/
    line-height: 14px;
}

    a.RightFullAdd:hover {
        text-decoration: underline;
    }

.RightFull {
    width: 730px;
    margin: 0;
    padding: 0px;
    line-height: 1em;
}

    .RightFull .display-title {
        position: relative;
        height: 20px;
        margin: 20px 0;
        width: 730px;
        padding: 0 0 5px 0;
        border-bottom: 1px solid #e1e1e1;
    }

    .RightFull .display-title2 {
        position: relative;
        height: 20px;
        margin: 30px 0 20px 0;
        width: 730px;
        padding: 0 0 5px 0;
        border-bottom: 1px solid #e1e1e1;
    }

    .RightFull .display-label, .RightFull .display-field {
        /*color: #454545;*/
        color: #000000;
        font-weight: normal;
        float: left;
    }

    .RightFull .displayBox {
        margin: 0 0 20px;
        width: 500px;
    }

    .RightFull .display-label {
        width: 150px;
        clear: left;
    }

    .RightFull .display-field {
        width: 300px;
        padding-left: 20px;
    }

    .RightFull .display-label-free {
        float: left;
        white-space: nowrap;
    }

    .RightFull .display-field-free {
        float: left;
        padding-left: 20px;
        text-align: left;
    }

        .RightFull .display-field-free input[type="checkbox"] {
            margin-top: 0px;
        }

    .RightFull .editor-field textarea {
        height: 50px;
        width: 180px;
    }

/* Architectural
----------------------------------------------------------*/
.archImages {
    overflow-y: auto;
    max-height: 185px;
    min-height: 80px;
}

.archDocs {
    overflow-y: auto;
    max-height: 185px;
    min-height: 80px;
}

img.archThumb {
    float: left;
    width: 50px;
    height: 50px;
    border: 2px solid #ccc;
    margin: 0 9px 9px 0;
}

/* Edit Sections
----------------------------------------------------------*/
.editorBox {
    width: 400px;
    margin: 20px 0;
}

.editorWrap {
    margin: 0;
    height: 30px;
}

.editor-label, .editor-field {
    font-size: .9em;
    line-height: 1em;
    /*color: #454545;*/
    color: #000000;
    font-weight: normal;
}

.editor-label {
    float: left;
    width: 150px;
    margin: 12px 0 0;
    clear: left;
}

.editor-check {
    float: left;
}

.editor-check-text {
    float: left;
    padding-left: 10px;
    margin-top: 4px;
}

.editor-field select {
    border: 1px solid #999;
    background: #fff;
    color: #333;
    font-size: 13px;
    line-height: 14px;
    margin: 5px 0;
    padding: 5px;
    width: 192px;
    height: 30px;
}

.editor-field input {
}

.lockbox-field {
    width:70px;
}
.editorBox select {
    border: 1px solid #999;
    background: #fff;
    color: #333;
    font-size: 13px;
    line-height: 14px;
    margin: 5px 0;
    padding: 5px;
    width: 200px;
    height: 30px;
}

input.bump-button {
    margin: 10px 0 0 150px;
    text-align: left;
    clear: left;
}

.bump-150 {
    margin: 10px 0 0 150px;
    text-align: left;
    clear: left;
}

/* secondmenu
----------------------------------------------------------*/
ul#secondmenu {
    font-size: 1em;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-align: left;
}

    ul#secondmenu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#secondmenu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#secondmenu li a:hover {
                color: #333;
                text-decoration: none;
            }

/* demo site title -----------------------------------------*/

.demo-site-title {
    color: #001C42;
    font-size: 2.1em;
    margin: 0 0 0 10px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-style: normal;
    font-weight: 700;
    background: transparent url(img/GPS_dashboard_Logo.png) no-repeat 0;
    text-indent: 160px;
    height: 37px;
    width: 700px;
}


    .demo-site-title a, .demo-site-title a:hover, .demo-site-title a:active {
        background: none;
        outline: none;
        text-decoration: none;
        color: #001C42;
    }

/* accounting site title -----------------------------------------*/

.accounting-site-title {
    color: #001C42;
    font-size: 2.1em;
    margin: 0 0 0 10px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-style: normal;
    font-weight: 700;
    background: transparent url(img/GPS_accounting_Logo.png) no-repeat 0;
    text-indent: 160px;
    height: 37px;
    width: 700px;
}


    .accounting-site-title a, .accounting-site-title a:hover, .accounting-site-title a:active {
        background: none;
        outline: none;
        text-decoration: none;
        color: #001C42;
    }




/* site title ---------------------------------------------*/
.site-title {
    color: #001C42;
    font-size: 2.1em;
    margin: 0 0 0 10px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-style: normal;
    font-weight: 700;
    background: transparent url(img/GPS_dashboard_Logo.png) no-repeat 0;
    text-indent: 50px;
    height: 37px;
    width: 700px;
}


    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        outline: none;
        text-decoration: none;
        color: #001C42;
    }


/* Main Nav Bars
----------------------------------------------------------*/

.secondary-bar {
    position: relative;
    width: 100%;
    height: 30px;
    background: #679146;
    padding: 0;
    margin: 4px 0 0;
}


/* login
----------------------------------------------------------*/
#login {
    font-size: .85em;
    line-height: 1em;
    position: absolute;
    z-index: 100;
    top: 10px;
    right: 50%;
    margin: 0 -470px 0 0;
    display: block;
    text-align: right;
}

    #login a {
        margin-left: 20px;
        padding: 0;
        text-decoration: none;
        color: #A9C398;
    }

        #login a:hover {
            text-decoration: underline;
        }

        #login a.username {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/

.primary-bar {
    position: relative;
    height: 40px;
    background: #001C42;
    padding: 0;
    margin: 20px 0 0;
}

    .primary-bar .address {
        position: absolute;
        z-index: 100;
        left: 0px;
        top: 0px;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 600;
        color: #fff;
        text-decoration: none;
        font-size: .7em;
        line-height: 16px;
        padding: 12px 0 12px 10px;
        margin: 0;
        text-transform: uppercase;
        white-space: nowrap;
    }

        .primary-bar .address span.owner {
            background: url(img/arrows/O-flag-lg.png) no-repeat 0px center;
            padding-left: 40px;
        }

        .primary-bar .address span.lessee {
            background: url(img/arrows/L-flag-lg.png) no-repeat 0px center;
            padding-left: 40px;
        }

ul#menu {
    position: absolute;
    z-index: 100;
    right: 0px;
    top: 0px;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 480px;
    white-space: nowrap;
}

    ul#menu li {
        display: inline;
        list-style: none;
        margin: 0;
    }

        ul#menu li a {
            font-family: 'Open Sans', sans-serif;
            font-style: normal;
            font-weight: 600;
            float: right;
            color: #fff;
            text-decoration: none;
            font-size: .9em;
            line-height: 16px;
            padding: 12px;
            margin: 0;
            text-transform: uppercase;
        }

            ul#menu li a:hover, ul#menu li a:active {
                background: #647393;
            }

/* submenu
----------------------------------------------------------*/
ul#submenu {
    margin: 0px;
    padding: 0;
    text-align: left;
    height: 30px;
}

    ul#submenu li {
        display: inline;
        list-style: none;
        margin: 0px;
        padding: 0;
        height: 30px;
        float: left;
        position: relative;
        text-align: center;
    }

        ul#submenu li a {
            display: block;
            color: #fff;
            text-decoration: none;
            font-size: 14px;
            line-height: 14px;
            border-right: 1px solid #fff;
            padding: 8px 10px;
            margin: 0;
            font-family: 'Open Sans', sans-serif;
            font-style: normal;
            font-weight: 400;
        }

            ul#submenu li a:hover, ul#submenu li a:active, ul#submenu li .active, ul#submenu li .home.active {
                background-color: #A9C398;
            }

        ul#submenu li .home {
            text-indent: -3000px;
            background: url(img/home-icon.png) no-repeat center center;
            width: 20px;
        }

/* footer
----------------------------------------------------------*/

footer {
    margin-bottom: 0px;
}

.footer {
    background: #454545 url(img/Greenacre-Logo.png) no-repeat center center;
    margin: 0 auto;
    padding: 20px 10px;
    border-top: 4px solid #679146;
    min-height: 80px;
    height: auto !important;
    height: 80px;
    width: 940px;
}

    .footer p {
        font-size: .85em;
        color: #ccc;
        padding: 0;
        margin: 8px 0 0;
        text-align: right;
    }

    .footer a {
        font-size: .85em;
        color: #ddd;
        padding: 20px 10px;
        margin: 0;
    }

footer a:hover {
    font-size: .85em;
    color: #fff;
}

.subfooter {
    margin: 0 auto;
    padding: 0;
    width: 960px;
    text-align: center;
    font-size: .85em;
    height: 20px;
}

    .subfooter p {
        line-height: 2.5em;
    }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        /*background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);*/
        color: #3e5667;
        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 {
    }

    hgroup.title h2 {
        font-weight: 700;
        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;
        }

.label {
    font-weight: 700;
}

/* 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 {
    background: #fff;
    border: 1px solid #999;
    color: #333;
    font-size: 1em;
    line-height: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 180px;
}
.editor-field textarea{
    width: 180px;
    height: 180px;
}
textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #999;
    }

.display-field input[type="checkbox"] {
    margin: 0px;
}

input[type="checkbox"] {
    background: #fff;
    border: 1px solid #999;
    width: auto;
    margin: 10px 0 6px 0;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #679146;
    border: 0;
    cursor: pointer;
    padding: 7px 10px;
    position: relative;
    font-size: 1em;
    line-height: 1.2em;
    color: #fff;
    width: auto;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}
    button.cancelbtn {
        background-color: indianred !important;
    }
    input[type="submit"]:disabled,
    input[type="button"]:disabled,
    button:disabled{
        opacity: 0.65;
        cursor: not-allowed;
    }
    #ArchImages input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
}

#ArchImages input[type="file"]:before {
    content: 'Select some files';
    display: inline-block;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 10pt;
    background-color: #679146;
    border: 0;
    cursor: pointer;
    padding: 7px 10px;
    position: relative;
    font-size: 1em;
    line-height: 1.2em;
    color: #fff;
    width: auto;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}

input[type="file"]:hover:before {
    border-color: black;
}

input[type="file"]:active:before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.Links {
    text-align: right;
    width: 103px;
}

.EditDeleteLinks {
    text-align: right;
    width: 70px;
}

.View {
    text-align: right;
    width: 45px;
}

.Save {
    float: left;
    margin: 10px 10px 0 0;
}

.Date {
    text-align: left;
    width: 100px;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 6px 10px;
    margin-right: 4px;
}
 td>a.inlinebtn{
     float:right;
 }
/* MAIN SEARCH FORM */

.search-bar {
    min-height: 30px;
}

    .search-bar fieldset {
        border: none;
        margin: 10px 0 30px 10px;
    }

    .search-bar input[type="text"] {
        background: #fff url(img/search-icon2.png) no-repeat 0 center;
        border: 1px solid #999;
        color: #333;
        font-size: 1em;
        line-height: 1.2em;
        margin: 0;
        padding: 5px 5px 5px 25px;
        width: 240px;
        float: left;
    }

    .search-bar select {
        border: 1px solid #999;
        background: #fff;
        color: #333;
        font-size: .85em;
        line-height: 1em;
        margin: 0 0 0 15px;
        padding: 5px;
        float: left;
        height: 28px;
    }

    .search-bar input[type="submit"].search-button {
        background-color: #679146;
        border: 0;
        cursor: pointer;
        margin: 0 0 0 15px;
        padding: 7px 10px;
        position: relative;
        font-size: 1em;
        line-height: 1.2em;
        vertical-align: top;
        color: #fff;
        width: auto;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 400;
        float: left;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

input[type="submit"].search-button:hover {
    /*	background-color: #A9C398;
*/
}


/* 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: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

h1.error {
    color: #e80c4d;
    background: url(img/error-warn.png) no-repeat left center;
    padding-left: 40px;
}

h2.error {
    padding-left: 40px;
    color: #454545;
}

h3.error {
    padding-left: 40px;
}

/* 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 !important;
}

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;
    width: 100%;
}

tr:nth-child(even) {
    background: #eee;
}

tr:nth-child(odd) {
    background: #fff;
}

th {
    font-size: .95em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
    color: #454545;
    padding: 0 0.25em 0.25em 0.25em;
}

    th .eye {
        width: 31px;
        height: 16px;
        background: url(img/eye.png) no-repeat center center;
    }

    th a {
        display: block;
        position: relative;
        font-size: 1em;
    }

.RightFull table td a, .RightSplit1 a, .RightSplit2 a, .display-title a {
    font-size: 1em;
}

th a:link, th a:visited, th a:active, th a:hover {
    color: #333;
    font-weight: 600;
    text-decoration: none;
    padding: 0;
}

th .sort:after {
    content: url(img/arrows/sort-blue.png);
    padding-left: 10px;
}

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: 15px 0 15px 5px;
    border: 0 none;
    font-size: .85em;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}
tr.future-transaction{
    background-color:lightpink !important;
}

tr.error {
    background-color: lightpink !important;
}


/* CLASS Designations
----------------------------------------------------------*/

.display-field.prime {
    background: url(img/arrows/arr-green.png) no-repeat left 2px;
    font-weight: bold;
    color: #222;
}

.display-field.manager {
    background: url(img/arrows/arr-red.png) no-repeat left 2px;
    font-weight: bold;
    color: #222;
}

.display-field.lessee {
    background: url(img/arrows/arr-blue.png) no-repeat left 2px;
    font-weight: bold;
    color: #222;
}

.display-field.status {
    background: url(img/arrows/arr-gold.png) no-repeat left 2px;
    font-weight: bold;
    color: #222;
}

.display-field.purple {
    background: url(img/arrows/arr-purple.png) no-repeat left 2px;
    font-weight: bold;
    color: #222;
}

.RightFull tr.prime {
    border-left: 6px solid #24af00;
    /*	background: #e2feda url(img/arrows/arr-green.png) no-repeat 0px center;
*/
}

    .RightFull tr.prime td .prime {
        font-weight: bold;
        margin-left: -4px;
    }

.RightFull tr.lessee {
    border-left: 6px solid #008cff;
}

    .RightFull tr.lessee td .lessee {
        font-weight: bold;
        margin-left: -4px;
    }


/*------------------------------- Home ----------------------------------------*/
.HomeImage {
    text-align: center;
    padding: 70px 20px;
}


/*------------------------- Check Box's ---------------------------------------*/

input[type=checkbox]#item_HasNotes {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=checkbox]#item_HasNotes + label.HasNotes_Label {
        padding-left: 20px;
        height: 15px;
        display: inline-block;
        line-height: 15px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 15px;
        vertical-align: middle;
    }

    input[type=checkbox]#item_HasNotes:checked + label.HasNotes_Label {
        background-position: 0 -15px;
    }

.HasNotes_Label {
    background: url(img/Check.png) top left no-repeat;
}


input[type=checkbox]#item_CompanyVehicle_Value {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=checkbox]#item_CompanyVehicle_Value + label.CompanyVehicle_Label {
        padding-left: 20px;
        height: 15px;
        display: inline-block;
        line-height: 15px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 15px;
        vertical-align: middle;
    }

    input[type=checkbox]#item_CompanyVehicle_Value:checked + label.CompanyVehicle_Label {
        background-position: 0 -15px;
    }

.CompanyVehicle_Label {
    background: url(img/Check.png) top left no-repeat;
}

input[type=checkbox]#item_IsClaimed {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=checkbox]#item_IsClaimed + label.IsClaimed_Label {
        padding-left: 20px;
        height: 15px;
        display: inline-block;
        line-height: 15px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 15px;
        vertical-align: middle;
    }

    input[type=checkbox]#item_IsClaimed:checked + label.IsClaimed_Label {
        background-position: 0 -15px;
    }

.IsClaimed_Label {
    background: url(img/Check.png) top left no-repeat;
}

.display-field input[type=checkbox]#Unit_InEscrow
{
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    .display-field input[type=checkbox]#Unit_InEscrow + label.InEscrow_Label
    {
        padding-left: 20px;
        height: 15px;
        display: inline-block;
        line-height: 15px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 15px;
        vertical-align: middle;
    }

    .display-field input[type=checkbox]#Unit_InEscrow:checked + label.InEscrow_Label
    {
        background-position: 0 -15px;
    }

.display-field .InEscrow_Label
{
    background: url(img/Check.png) top left no-repeat;
}


					
					.display-field input[type=checkbox]#Unit_PropertyLiened
{
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    .display-field input[type=checkbox]#Unit_PropertyLiened + label.PropertyLiened_Label
    {
        padding-left: 20px;
        height: 15px;
        display: inline-block;
        line-height: 15px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 15px;
        vertical-align: middle;
    }

    .display-field input[type=checkbox]#Unit_PropertyLiened:checked + label.PropertyLiened_Label
    {
        background-position: 0 -15px;
    }

.display-field .PropertyLiened_Label
{
    background: url(img/Check.png) top left no-repeat;
}

/****************************** Reports *************************************/

.ReportsCol {
    width: 920px;
    padding: 20px;
}

.reports-display-title {
    position: relative;
    height: 20px;
    margin: 20px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #e1e1e1;
}

/*************************** Account Overview ******************************/

.account-overview-filter {
    float: right;
    width: 360px;
}

    .account-overview-filter .account-overview-p {
        float: left;
        margin: 0 10px 0 0;
        position: relative;
        top: -19px;
        font-size: 14px;
    }

    .account-overview-filter .account-overview-select {
        float: left;
        margin: 0 10px 0 0;
        position: relative;
        top: -30px;
    }

.account-overview-select select {
    padding: 5px;
    width: 200px;
}

.account-overview-filter .account-overview-button {
    float: left;
    margin: 0 10px 0 0;
    position: relative;
    top: -26px;
}



/*************************** Unit Search *********************************/

.arr-gr:after {
    content: url(img/arr-gr.png);
    margin-left: 5px;
}

.UnitSearch-Table {
    font-size: 14px;
}

/************************ Association Admin******************************/
.UserSelect {
    max-width: 300px;
    min-width: 200px;
    min-height: 250px;
}

#MoveLeft {
    margin-right: 5px;
}

/************************** Miscellaneous *******************************/

.TextBoxAsLabel {
    border: none;
    background-color: #fff;
    background: transparent;
}

/*************************** Transactions *******************************/
.TransactionAdds {
    position: absolute;
    bottom: 5px;
    z-index: 100;
    cursor: pointer;
    text-decoration: none;
    padding: 0 0 5px 20px;
    /*background: url(img/plus-sign.png) no-repeat left 0;*/
    line-height: 14px;
}

.EnableOwner-button {
    float: right;
    position: relative;
    right: 275px;
    bottom: 38px;
}

.Charge {
    right: 0px;
}

.Payment {
    right: 95px;
}

.Transfer {
    right: 200px;
}

.transaction-field {
    padding-left: 20px;
    float: left;
    position: relative;
    top: 11px;
}

    .transaction-label select, .transaction-field select {
        margin: 5px 0 6px 0;
        padding: 2px;
    }

.transaction-label {
    float: left;
    min-width: 200px;
    margin: 12px 0 0;
    clear: left;
}

.transaction-label, .transaction-field {
    font-size: .9em;
    line-height: 1em;
    color: #454545;
    color: #000000;
    font-weight: normal;
}

.transaction-button {
    padding-left: 20px;
    float: left;
    position: relative;
    top: 23px;
}

.transaction-filter {
    float: right;
    width: 340px;
    margin: 0 0 10px 0;
}

    .transaction-filter .transaction-filter-label {
        float: left;
        margin: 14px 0 0 0;
        width: 80px;
        font-size: 13px;
    }

    .transaction-filter .transaction-filter-select {
        float: left;
        margin-right: 16px;
        font-size: .9em;
        line-height: 1em;
        color: #454545;
        color: #000000;
        font-weight: normal;
    }

    .transaction-filter .transaction-filter-button {
        float: left;
        margin: 7px 0 0 0;
    }
/********************************* Assessments ******************************/

.EffectivePeriod-field {
    padding-left: 20px;
    float: left;
    position: relative;
    top: 12px;
}

    .EffectivePeriod-label select, .EffectivePeriod-field select {
        margin: 5px 0 6px 0;
        padding: 2px;
    }

.EffectivePeriod-label {
    float: left;
    margin: 12px 0 0;
    clear: left;
}

.EffectivePeriod-label, .EffectivePeriod-field {
    font-size: .9em;
    line-height: 1em;
    color: #454545;
    color: #000000;
    font-weight: normal;
}

.assessment-button {
    padding-left: 20px;
    float: left;
    position: relative;
    top: 23px;
}

.EffectivePeriod-label input, .AssessmentAmount input {
    width: 82px;
}

.AssessmentAmount {
    padding-left: 20px;
    float: left;
    position: relative;
    top: 12px;
}

.AssessmentName {
    float: left;
    margin: 12px 0 0;
    clear: left;
}

.Assessment {
    font-size: .9em;
    line-height: 1em;
    color: #454545;
    color: #000000;
    font-weight: normal;
}

.Multiline textarea {
    width: 300px;
    height: 100px;
}

.Assessment_button {
    background-color: #679146;
    border: 0;
    cursor: pointer;
    margin: 0;
    padding: 7px 10px;
    position: relative;
    font-size: 1em;
    line-height: 1.2em;
    vertical-align: top;
    color: #fff;
    width: auto;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    float: left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    white-space: nowrap;
    margin: 2px 0 0 0;
}

.Assessment-Edit-Btns {
    margin-top: 5px;
    margin-right: 5px;
}

/* Loading Image */
.spinner {
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 1234;
    overflow: auto;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) 50% 50% no-repeat;
    opacity: 0.80;
}

.spinner_location {
    position: fixed;
    top: 44%;
    left: 44%;
}

/* Admin Buttons*/

.btn-admin {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
    text-decoration: none;
}

    .btn-admin p {
        color: white;
        margin-top: 5px;
    }

.btn-app {
    display: inline-block;
    width: 200px;
    height: 76px;
    margin: 2px;
    position: relative;
    font-size: 18px;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    text-shadow: 0 -1px -1px rgba(0,0,0,0.2) !important;
    border: 0;
    border-radius: 12px;
    padding: 12px 0 0;
}

.btn-warning {
    background: #679146 !important;
    background-color: #679146 !important;
    background-image: -moz-linear-gradient(top,#679146,#679146) !important;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#679146),to(#679146)) !important;
    background-image: -webkit-linear-gradient(top,#679146,#679146) !important;
    background-image: -o-linear-gradient(top,#679146,#679146) !important;
    background-image: linear-gradient(to bottom,#679146,#679146) !important;
    background-repeat: repeat-x !important;
}

.Admin-Row-1 {
    margin: 0 0 15px 0;
    left: 30%;
    position: relative;
}

.Admin-Row-2 {
    margin: 0 0 15px 0;
    left: 30%;
    position: relative;
}

#MoveLeft, #MoveRight {
    position: relative;
    top: -4px;
    margin: 0 5px;
}

#AddStatus {
    margin: 5px 0;
}

.LateLetterTextArea {
    position: relative;
    top: 15px;
    font-size: 14px;
    clear: both;
}

.LateLetter-label {
    float: left;
    clear: left;
    margin: 14px 0 0 0;
    width: 150px;
    font-size: 12px;
}

/* Association Accounts Columns */

.AccountSplit1 {
    width: 420px;
    margin: 0 20px 0 0;
    padding: 0px;
    float: left;
}

    .AccountSplit1 .display-title {
        position: relative;
        height: 20px;
        margin: 20px 0;
        width: 420px;
        padding: 0 0 5px 0;
        border-bottom: 1px solid #e1e1e1;
    }

.AccountSplit2 {
    width: 245px;
    margin: 0;
    padding: 0 0 0 20px;
    float: left;
    background: url(img/RIghtSplit2-bg.png) left top no-repeat;
}

    .AccountSplit2 .display-title {
        position: relative;
        height: 20px;
        margin: 20px 0;
        width: 245px;
        padding: 0 0 5px 0;
        border-bottom: 1px solid #e1e1e1;
    }

.SortableList {
    list-style-type: none;
    padding: 0px;
}

    .SortableList li {
        margin: 5px;
        padding: 5px;
        width: 200px;
        cursor: pointer;
    }


/**************** Call Log ******************/

.CallLogAdd {
    position: relative;
    /*left: 35px;*/
    top: 13px;
    cursor: pointer;
    text-decoration: none;
    padding-left: 20px;
    /*background: url(img/plus-sign.png) no-repeat left 0;*/
    line-height: 14px;
    font-size: 1em !important;
}

.icon::before {
    display: inline-block;
    margin-right: .5em;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.toasthere {
    position: absolute;
    top: 250px;
    width: 1000px;
    left: 40%;
    height: auto;
}

.datatable-scroll {
    overflow-x: auto;
    overflow-y: visible;
}
/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../images/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../images/next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}

