﻿/* MVC Validation error */
.field-validation-error {color:#b94a48; display: block; font-size: 0.8em; margin-bottom: 1em;}

/* pop over */
.popovertarget
{
    margin-left: 10px;
}

/* modals */
#dialog_additem, #dialog_addservice
{
    font-size: 0.8em;
}

/* edit invoice */
#invoicedetail_edit > .rowcontainer:nth-child(odd)
{
    background-color: #F5F5F5;
}

#invoicedetail_edit > .rowcontainer
{
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
    padding: 1em 0;
}

/* jq grid overrides */
/* overrides */
.grid .ui-widget-content
{
    border: none;
}

.grid .ui-state-default, .grid .ui-widget-content .ui-state-default, .grid .ui-widget-header .ui-state-default
{
    border-bottom: none;
}

.ui-jqgrid-btable
{
    border-collapse: inherit;
}

.grid .ui-widget-content a
{
    text-decoration: underline;
}

.grid .ui-widget-content a:hover
{
    text-decoration: none;
}

.ui-widget
{
    font-family: inherit !important;
}

.ui-widget input, .ui-widget textarea, .ui-widget select
{
    font-family: inherit !important;
}

.ui-jqgrid table
{
    table-layout: auto !important;
    font-size: 13px;
}

.ui-jqgrid tr.jqgfirstrow td
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* modifiers */
.light
{
    color: #aaa;
}

.bold
{
    font-weight: bold;
}

.float-right
{
    float: right;
}

.float-left
{
    float: left;
}

.text-centered
{
    text-align: center;
}

.text-right
{
    text-align: right;
}

.entityheader
{
    font-size: 1.1em;
}

.inline
{
    display: inline;
}

.clearfix
{
    clear: both;
}

.hidden
{
    display: none;
}

.smalltext
{
    font-size: 0.9em;
}


/* cursor */
.pointer:hover
{
    cursor: pointer;
    color: #be3907;
}


/* login */
.login
{
    /*width: 78%;*/
    min-width: 480px;
    margin: 5% auto;
    margin-top: 3em;
    border: solid 1px #aaa;
    padding: 1em;
    background-color: #fff;
    -webkit-box-shadow:0 0 6px #dbc59e;-moz-box-shadow:0 0 6px #dbc59e;box-shadow:0 0 6px #dbc59e;
    color: #133c48;
}

.login .submit
{
    margin: 1em 0 1em 0;
}

.login .submit input
{

}

.loginform
{
    margin-top: 2em;
    padding: 1em;
    -webkit-box-shadow:0 0 6px #dbc59e;-moz-box-shadow:0 0 6px #dbc59e;box-shadow:0 0 6px #dbc59e;
    background-color: #b3deeb;
}

.loginform label
{
    font-weight: bold;
}

/* loading indicator */
#loadingIndicator
{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 1.5em;
}

/* search result cards */
.searchCard
{
    font-size: 1.1em;
    background-color: #fff;
    padding: 1em 0;
    -webkit-box-shadow:0 0 6px #dbc59e;-moz-box-shadow:0 0 6px #dbc59e;box-shadow:0 0 6px #dbc59e;
    margin-bottom: 1em;
}

.searchCard:nth-child(even)
{
    background-color: #f5f5f5;
}

.searchCard:hover
{
    background-color: #b3deeb;
}

.searchCard .btn
{
    margin-left: -4px;
}

.searchCard h4.title
{
    font-size: 1.1em;
}

.searchCard .cardFooter
{
    border-top: solid 1px #efefef;
    font-size: 0.9em;
}

.searchCard .btn-group
{
    margin-top: 0.5em;
    margin-left: 0.2em;
}

/* comma delimited list */
.comma-separated div.listitem
{
    display: inline;
}

.comma-separated div.listitem:before    
{
    content:',\0000a0'; 
    margin-left:0;       
}  
    
.comma-separated div.listitem:first-child:before   
{
    content:'';
}

/* invoice item catalog */
.categories
{
    list-style: none;   
    margin-left: 0; 
    background-color: #efefef;
    padding: 0.3em;
}

.categories li
{
    margin-bottom: 0.5em;
}

/* POI Attach Footer */
div.poicollection
{
    width: 100%;
    height: 100px;
    max-height: 300px;
    overflow: scroll;
    border-top: solid 1px black;
    padding: 1em;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #efefef;
}

div.poicollectionlist
{
    width: 100%;
    height: 90px;
    max-height: 250px;
    overflow: scroll;
    border: dashed 1px #efefef;
    background-color: #ffffff;
}

div.poicollectionlist ul
{
    list-style-type: none;
}

div.poicollectionlist a:hover
{
    color: Red;
}

.poistring
{
    font-size: 0.9em;
    margin-bottom: 4px;
}

nav.navbar.bootsnav.navbar-cem{
 
    display: block;
    width: 100%;
    height:90px;
}


.footer-bottom-cem{
     bottom: 0;
    height: 100px;
    left: 0;
    position: absolute;
    width: 100%;
}

.modal {
    top: 350px !important;
    z-index: 10040;
    overflow: auto;
    overflow-y: auto;
}