html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/* Custom */
.height35
{
    height: 35px;
}

.maxHeightMaxWidth100
{
    max-height: 100px;
    max-width: 100px;
}

.maxHeightMaxWidth75
{
    max-height: 75px;
    max-width: 75px;
}

.maxHeightMaxWidthProcent100
{
    max-height: 100%;
    max-width: 100%;
}

.maxHeightMaxWidthProcent50
{
    max-height: 50% !important;
    max-width: 50% !important;
}

.widthPercent100
{
    width: 100%
}

.navbar .divider-vertical {
    height: 50px;
    margin: 0 9px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #f2f2f2;
}

.navbar-inverse .divider-vertical {
    border-right-color: #222222;
    border-left-color: #111111;
}

@media (max-width: 767px) {
    .navbar-collapse .nav > .divider-vertical {
        display: none;
    }
}

.auth-clients {
    -webkit-padding-start: 0px;
}

.hr-sect {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: rgba(51, 51, 51, 1.0);
    margin: 8px 0px;
}

.hr-sect::before,
.hr-sect::after {
    content: "";
    flex-grow: 1;
    background: rgba(51, 51, 51, 1.0);
    height: 1px;
    font-size: 0px;
    line-height: 0px;
}

.hr-sect::after
{
    margin: 0px 0px 0px 8px;
}

.hr-sect::before
{
    margin: 0px 8px 0px 0px;
}

.c-btn-navbar
{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    width: 100%;
    text-align: inherit;
    background-color: transparent;
}

.c-btn-navbar:hover, .c-btn-navbar:focus
{
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.inverse-dropdown {
    background-color: #222;
    border-color: #080808;
}
.inverse-dropdown > li > a, .inverse-dropdown .c-btn-navbar {
    color: #999;
}
.inverse-dropdown > li > a:hover, .inverse-dropdown .c-btn-navbar:hover {
    color: #fff;
    background-color: #000;
}
.inverse-dropdown > .divider {
    background-color: #000;
}

.modal-dialog{
    max-width: 75%;
}

.cursorPointer {
    cursor: pointer;
}

.addthis_inline_share_toolbox
{
    margin-bottom: 7px;
}

#amzn-native-ad-0
{
    margin:auto;
}