/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}


body, html {
  margin:0;
  padding:0;
  font-family: 'Open Sans', sans-serif;
}


.center {
  margin-left:auto;
  margin-right:auto; 
  text-align:center;
}

.right {
  text-align:right;
}

.float-right {
    float:right;
}

.rightp2 {
  text-align:right;
	padding-right:2px;
}

.clearboth {
 clear:both; 
}

.floatl, .float-left {
	float:left;
}

#main-wrapper {
  width: 100%;
  height: 100%;
  
}

#top-nav {
 top: 0;
 height: 49px;
 background-color: #fff;
 width: 100%; 
 border-bottom: 1px solid #bbb;
 position:fixed;
 z-index: 710;
}

#top-logo {
  padding-top:10px;
  padding-left:10px;
  width: 80px;
  float:left;
}

#top-module {
  padding-top:14px;
  padding-left:10px;
  min-width: 120px;
  float:left;
font-size: 16px;
font-weight: 500;
}

#company-name-select {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px dashed #000;
}

    #top-logo img {
        height: 30px;
    }

#login-info {
  padding-top:14px;
  max-width: 200px;
  float:right;
	font-size: 14px;
	text-align:right;
	padding-right:10px;
}

#login-info-top {
  padding-top:14px;
  width: 250px;
  float:right;
	font-size: 14px;
	text-align:right;
	padding-right:10px;
	height: 48px;
}

#login-info-name {
	float:left;
	padding-right:10px;
	padding-top:2px;
	max-width:198px;
	width:198px;
	height: 18px;
	max-height: 18px;
	overflow:hidden;
}

#logout-btn {
	width: 20px;
	float:right;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	border-left:1px dashed #000;
	cursor: pointer;
}


.center-content {
  margin-left:auto;
  margin-right:auto; 
  width: 960px;
  
}

.button {
  background-color:#0180d1;
  color:#f4f4f4;
  font-size: 14px;
  font-weight:400; 
  padding:5px;
	border: 1px solid #aaa;
}

.button:hover {
	cursor:pointer;
	border: 1px solid #000;
	font-weight:700
}

.cat-button-del, .t1-button-del {
    background-color: #cc482f !important;
}

.next {
    float: right;
    width: 50px;
    text-align: center;
    cursor: pointer;
}

.record-submit {
	margin-left: 250px;
	width: 45px;
}


#content-wrapper-outer {
	top:50px;
	position:absolute;
	width: 100%;
	
}

#content-wrapper-inner {
	padding-left:200px;
}

#content-wrapper-inner.small {
	padding-left:50px;
}

.width-auto {
    width:auto !important;
}

.width-full {
    width: 100% !important;
}

.info-msg {
    background-image: url('../images/icons/info-20.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    height: 20px;
    line-height: 18px;
    padding: 5px;
    padding-left: 25px;
    color: #3d78b2;
    font-weight: 400;
}

    .info-msg:hover {
        background-image: url('../images/icons/Hot/info-20.png');
        background-repeat: no-repeat;
        background-position: 0px 5px;
        font-weight: 400;
        cursor: help;
    }


.info-msg-large {
    background-image: url('../images/icons/info-64.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    /*height: 64px;*/
    line-height: 22px;
    padding: 5px;
    padding-left: 70px;
    color: #3d78b2;
    font-weight: 400;
}

.warning-msg {
    background-image: url('../images/icons/warning-20.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    height: 20px;
    line-height: 18px;
    padding: 5px;
    padding-left: 25px;
    color: #e7ae56;
    font-weight: 400;
}

    .warning-msg:hover {
        background-image: url('../images/icons/Hot/warning-20.png');
        background-repeat: no-repeat;
        background-position: 0px 5px;
        font-weight: 400;
        cursor: pointer;
    }


.warning-msg-large {
    background-image: url('../images/icons/warning-32.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 32px;
    line-height: 26px;
    padding: 5px;
    padding-left: 40px;
    color: #e7ae56;
    font-weight: 400;
}

.warning-msg:hover-large {
    background-image: url('../images/icons/Hot/warning-32.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    font-weight: 400;
    cursor: pointer;
}


.warning-msg-small {
    background-image: url('../images/icons/warning-16.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    height: 20px;
    line-height: 18px;
    padding: 5px;
    padding-left: 25px;
    color: #e7ae56;
    font-weight: 400;
}

.warning-msg-small:hover {
    background-image: url('../images/icons/Hot/warning-16.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    font-weight: 400;
    cursor: pointer;
}



.error-msg {
    background-image: url('../images/icons/error_button-20x20.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    height: 20px;
    line-height: 18px;
    padding: 5px;
    padding-left: 25px;
    color: #cc482f;
    font-weight: 400;
}

    .error-msg:hover {
        background-image: url('../images/icons/Hot/error_button-20x20.png');
        background-repeat: no-repeat;
        background-position: 0px 5px;
        font-weight: 400;
        cursor: pointer;
    }


.success-msg {
    background-image: url('../images/icons/ok_button-20x20.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    height: 20px;
    line-height: 18px;
    padding: 5px;
    padding-left: 25px;
    color: #56ad89;
    font-weight: 400;
}

    .success-msg:hover {
        background-image: url('../images/icons/Hot/ok_button-20x20.png');
        background-repeat: no-repeat;
        background-position: 0px 5px;
        font-weight: 400;
    }




.add-link {
    background-image: url('../images/icons/add_button-20.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    height: 20px;
    line-height: 18px;
    padding: 5px;
    padding-left: 25px;
    color: #56ad89;
    font-weight: 400;
}

    .add-link:hover {
        background-image: url('../images/icons/Hot/add_button-20.png');
        background-repeat: no-repeat;
        background-position: 0px 5px;
        font-weight: 400;
        cursor: pointer;
    }

.add-link-small {
    background-image: url('../images/icons/add_button-16.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    height: 20px;
    line-height: 18px;
    padding: 5px;
    padding-left: 20px;
    color: #56ad89;
    font-weight: 400;
}

    .add-link-small:hover {
        background-image: url('../images/icons/Hot/add_button-16.png');
        background-repeat: no-repeat;
        background-position: 0px 5px;
        font-weight: 400;
        color: #33ae7b;
        cursor: pointer;
    }

.delete-link-small {
    background-image: url('../images/icons/delete-16.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    height: 20px;
    line-height: 18px;
    padding: 5px;
    padding-left: 20px;
    color: #56ad89;
    font-weight: 400;
}

    .delete-link-small:hover {
        background-image: url('../images/icons/Hot/delete-16.png');
        background-repeat: no-repeat;
        background-position: 0px 5px;
        font-weight: 400;
        color: #33ae7b;
        cursor: pointer;
    }

#choices {
	padding-top: 35px;
	width: 30%;
}

#chooseYes {
	padding: 10px;
	background-color:#56ad89;
	float:right;
	width: 50px;
	font-size: 16px;
	color:#fff;
	border: 1px solid #aaa;
}

#chooseNo {
	padding: 10px;
	background-color:#cc482f;
	float:left;
	width: 50px;
	font-size: 16px;
	color:#fff;
	border: 1px solid #aaa;
}

#chooseYes:hover, #chooseNo:hover {
	font-weight:700;
	border: 1px solid #000;
	cursor:pointer;
}


#add-new-user {
	margin-top:10px;
	margin-left:10px;
}



.form-label {
  float:left;
  clear:both; 
  width: 150px;
  

}

.spacer-40 {
  clear:both;
	height: 40px;  
}

.spacer-20 {
  clear:both;
	height: 20px;  
}

.display-none {
	display:none;
}

.nopaddingmargin {
	padding:0;
	margin:0;
}

.padding20 {
	padding:20px;
}

.padding10 {
	padding:10px;
}

.paddingRight20 {
	padding-right:20px;
}

.ui-datepicker {
	font-size: 12px !important;
}

.event-dp a {
    background-color: #42B373 !important;
    background-image :none !important;
    color: #ffffff !important;
}



#dialog-search {
	display:none;
	overflow: hidden;
	border: 0;
}

#global-search {
	width: 100%;
	box-sizing:border-box;
	padding: 15px;
	height:100%;
	font-size: 18px;
	border:0;
}

#searchForm {
	margin:0;
	padding:0;
}

#global-search:focus {
    outline: none;
}

#search-terms {
	float:left;
	margin-left: 40px;
	padding-top:4px;
}


.email-sent {
    background-image: url('../images/icons/Disabled/ok-16.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 16px;
    width: 16px;
}

.email-delivered {
    background-image: url('../images/icons/Disabled/ok-16.png');
    background-repeat: repeat-x;
    background-position: 0px 0px;
    height: 16px;
    width: 32px;
}

.email-read {
    background-image: url('../images/icons/ok-16.png');
    background-repeat: repeat-x;
    background-position: 0px 0px;
    height: 16px;
    width: 32px;
}

#notice-links {
 position:relative;
 bottom:150px;
 font-size: 12px;
 padding-left: 10px;
}

#notice-links div {
    cursor:pointer;
    text-decoration:underline;
}

#dialog-disclaimer {
    display:none;
}

.ui-widget-overlay {
    background: #000 !important;
    opacity: 0.7 !important;
    z-index: 2000 !important;
    filter: Alpha(Opacity=70);
}


.helper-icon {
    background-image: url('../images/icons/help-16.png');
    width:16px;
    height:16px;
    background-repeat:no-repeat;
    margin-top: 4px;
}

.helper-icon:hover {
    background-image: url('../images/icons/Hot/help-16.png');
    cursor: pointer;
}


input.disabled {
    background-color: #bbb;
    border:1px solid #444;
}

.sort-list {
    margin-bottom: 5px;
    list-style:none;
    height:auto;
}

.display-block {
    display:block !important;
}

.data-link-popup {
    text-decoration:underline;
    cursor:pointer;
    color:blue;
}

.form-row {
    clear: both;
    margin-bottom: 10px;
    min-height: 40px;
}

.form-label {
    float: left;
    clear: both;
    width: 150px;
}

.form-row .form-input {
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
    box-sizing:border-box;
    float:left;
}

.form-row .form-input-auto {
    width: auto;
    box-sizing: border-box;
    float: left;
}

label[for] {
    cursor:pointer;
}

div[class^="form-row"] textarea {
    width: calc(100% - 165px);
    padding: 4px;
    box-sizing: content-box;
    height: 100px;
    border: 1px solid #000;
}

div[class^="form-row"] input[type="text"] {
    width: calc(100% - 165px);
    padding: 4px;
    box-sizing: content-box;
}

textarea:disabled, input[type="text"]:disabled {
    background-color: #ddd !important;
    border: 1px solid #000;
}

input.error, select.error {
    border: 1px solid #cc482f;
}

.form-error {
    color: #cc482f;
}

label.form-label span.small {
    font-size: 14px;
}

#drop-file-zone {
    background-color: #eee;
    border: #999 3px dashed;
    width: 40%;
    height: 200px;
    padding: 8px;
    font-size: 18px;
    background-image: url(../images/icons/project-upload-64.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    float: left;
}

#drag-upload-file {

    text-align:center;
    margin-left:auto;
    margin-right:auto;

}

#drag-upload-file p {
    text-align: center;
    padding-top:70px;
}

#drag-upload-file #selectfile {
    display: none;
}