@charset "utf-8";

/*-------CSS RESET-----------------*/
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, str5ong, 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%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*--------------------------------------------*/
p {
    color:#555555;
    font-family:Arial, Geneva, SunSans-Regular, sans-serif;
    font-family: 'Lora', serif;
    font-size:14px;
    line-height:1.8;
}

label {
    color:#555555;
    font-family:Arial, Geneva, SunSans-Regular, sans-serif;
    font-size:14px;
    line-height:1.8;
}


h1{
    font-family: 'Lato', sans-serif;
    font-size:28px !important;
    text-transform: uppercase;
    color: #9f8db4;
    text-align:center;
}

.wrapper{
    margin:0px auto;
    width:500px;
}

#userNameForSpamBots {display:none;}

.button{
    background-color: #9f8db4;
    -moz-box-shadow: 0px 0px 0px 2px #9f8db4;
    -webkit-box-shadow: 0px 0px 0px 2px #9f8db4;
    box-shadow: 0px 0px 0px 2px #9f8db4;
    background-color: #9f8db4;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #fff;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 19px;
    padding: 12px 37px;
    text-decoration: none;
}


#autocompleteCompanies {
    padding: 20px;
    line-height: 1.4em;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    height: 34px;
    border: 1px solid transparent;
    border-top: none;
    border-bottom: 1px solid #DDD;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;
}

textarea:focus, input:focus{
    outline: none;
}

/*------ CUSTOMER SEARCH AUTOFILL ----------*/
.ui-menu .ui-menu-item .c-inline{
    display:inline !important;
}

.ui-menu .ui-menu-item a .autofill-meta-major{
    font-size: 15px;
    color: #7d7d7d;
    font-weight:700;
}
.ui-menu .ui-menu-item a .autofill-meta-minor{
    font-size: 12px;
    color: #9f8db4;
}

.ui-menu .ui-menu-item a .autofill-meta-score{
    font-size: 10px;
    color: #555;
    display: inline;
}

.ui-menu-item{
    border: 1px solid #cccccc;
    background: #fff;
    color: #444444;
    line-height: .9;
    padding: 14px 10px !important;
    text-align: left;
    font-family: 'Lato', sans-serif;
}

.ui-state-focus, .ui-widget-content .ui-state-focus {
    border: 3px solid #9f8db4 !important;
    background: #f8f2fb !important;
    font-weight: inherit !important;
    /*color: #fff;*/
}
/*
.ui-widget-content .ui-state-focus .autofill-meta-major{
    xcolor: #fff !important;
}
.ui-widget-content .ui-state-focus .autofill-meta-minor{
    xcolor: #fff !important;
}*/

.border-bottom{
    border-bottom: 1px solid #ddd;
}

#addNewCompany{
    display:none;
}

.addNewCompany a{
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    text-shadow: none;
    background:#f7f5f5 !important;
    font-size: 10px;
    padding: 16px 0;
    text-align: center;
    color: #888 !important;
}


.addNewCompany:hover{
    cursor:pointer !important;
    font-weight:700;
}

.ui-page-theme-a a:visited, html .ui-bar-a a:visited, html .ui-body-a a:visited, html body .ui-group-theme-a a:visited{
    color: inherit !important;
}

.noResultsFound{
    font-size: 10px;
}


.sectionTag {
    background: #0092ef;
    color: #fff;
    text-align: center;
    width: 100px;
    vertical-align: middle;
}

.tableContainer{
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.tableCell{
    display: table-cell;
    padding: 4px;
    vertical-align: top;
    position: relative;
}