body {
    padding-top: 70px;
}

input, select {
    outline: none;
}

input {
    border: 1px Solid #e6e6e6;
    text-indent: 5px;
}

input:focus {
    border: 1px Solid #999999;
    background-color: #fafafa;
}

#mainOuter {
    width: 100%;
}

#mainOuter .ui-jqgrid tr.ui-search-toolbar:nth-child(2) th {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px Solid #dadada;
}

#mainOuter .ui-jqgrid tr.ui-search-toolbar th {
    border-top: 1px Solid #dadada !important;
    border-bottom: 1px Solid #dadada !important;
    background-color: #fafafa;
}

#mainOuter .ui-jqgrid .ui-jqgrid-htable th {
    padding-bottom: 10px;
    font-size: 15px;
}

#mainOuter .ui-jqgrid tr.jqgfirstrow td {
    border-right: none;
}

#pager {
    margin-top: 5px !important;
    border-top: 1px Solid #dadada !important;
    border-bottom: 1px Solid #dadada !important;
    background-color: #fafafa;
}

ul.ui-search-menu {
    list-style-type: none;
    background-color: #fafafa;
    border: 1px Solid #f0f0f0;
}

ul.ui-search-menu li {
    padding: 2px 15px 2px 5px;
    list-style-type: none;
}

ul.ui-search-menu li:hover {
    background-color: #f0f0f0;
    cursor: pointer;
}

.ui-jqgrid tr.ui-row-ltr td {
    border-style: none !important;
    border-width: 0px;
}

.ui-jqgrid-titlebar {
    display: none;
}

.panel.min {
    min-height: 340px;
}

#callsChart {
    height: 270px;
}

.accordion .tableOuter {
    height: 250px;
    overflow-y: scroll;
}

#loginForm {
    margin: 100px auto 0px auto;
    width: 550px;
}

.spacer-element{
    height: 1px;
    width: 100%;
    margin-bottom: 10px;
    float: left;
}

.ui-tabs-nav li {
    float: left;
    line-height: 30px;
    padding: 0 15px;
    text-align: center;
    width: auto;
}

.ui-tabs-nav.ui-widget-header {
    border: 0px none;
    background: none; 
}

.ui-search-toolbar .ui-th-column div{
    height: auto !important;
}

ul#phones {
    box-shadow: none;
}

#messagesOuter {
    padding: 20px 0;
    text-align: center;
    width: 100%;
}

#messagesOuter div {
    padding: 5px 0 10px;
}

.tag_phones {
    box-shadow: none;
    margin: 10px 0 10px 70px;
}