﻿* {
    margin: 0;
}

html, body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
}
.push
{
    height: 60px; /* .push must be the same height as .footer */
}
.footer
{
    height: 60px;
}

.errorText {
    font-weight: bold;
    color: Red;
}

.ui-autocomplete {
    position: absolute;
    z-index: 1000;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .ui-autocomplete > li {
        padding: 3px 20px;
        line-height: 24px;
    }

        .ui-autocomplete > li.ui-state-focus {
            background-color: #DDD;
        }

.ui-helper-hidden-accessible {
    display: none;
}

.ll-skin-lugo {
    font-size: 90%;
}

    .ll-skin-lugo .ui-widget {
        font-family: "Helvetica","Trebuchet MS",Tahoma,Verdana,Arial,sans-serif;
        background: #1c1c1c;
        border: none;
        border-radius: 0;
        -moz-box-shadow: 0 0 3px #292c32;
        -webkit-box-shadow: 0 0 3px #292c32;
        box-shadow: 0 0 3px #292c32;
    }

    .ll-skin-lugo .ui-datepicker {
        padding: 0;
    }

    .ll-skin-lugo .ui-datepicker-header {
        margin-top: 5px;
        font-size: 80%;
        border: none;
        border-top: 1px solid #000; /* stroke */
        border-bottom: 1px solid #000; /* stroke */
        background: #333; /* layer fill content */
        color: #fff; /* text color */
        font-size: 14px;
        font-weight: bold;
        text-shadow: 0 1px 2px rgba(0,0,0,.7); /* drop shadow */
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -moz-box-shadow: inset 0 0 3px rgba(255,255,255,.1); /* inner glow */
        -webkit-box-shadow: inset 0 0 3px rgba(255,255,255,.1); /* inner glow */
        box-shadow: inset 0 0 3px rgba(255,255,255,.1); /* inner glow */
    }

        .ll-skin-lugo .ui-datepicker-header .ui-state-hover {
            background: transparent;
            border-color: transparent;
            cursor: pointer;
        }

    .ll-skin-lugo .ui-datepicker .ui-datepicker-next span {
        background-image: url(images/ui-icons_ffffff_256x240.png);
        background-position: -32px -16px;
    }

    .ll-skin-lugo .ui-datepicker .ui-datepicker-prev span {
        background-image: url(images/ui-icons_ffffff_256x240.png);
        background-position: -96px -16px;
    }

    .ll-skin-lugo .ui-datepicker table {
        margin: 0;
    }

    .ll-skin-lugo .ui-datepicker th {
        color: #b7b7b7;
        font-size: 9px;
        text-transform: uppercase;
    }

    .ll-skin-lugo .ui-datepicker td {
        border-top: 1px solid #2c2c2c;
        border-right: 1px solid #2c2c2c;
        padding: 0;
        background: #eee;
    }

        .ll-skin-lugo .ui-datepicker td:last-child {
            border-right: none;
        }

    .ll-skin-lugo td .ui-state-default {
        border: none;
        text-align: center;
        padding: .7em 0;
        margin: 0;
        font-size: 12px;
        font-weight: bold;
        color: #e7e7e7; /* text color */
        text-shadow: 0 1px 2px #000; /* drop shadow */
        background-color: #373737; /* layer fill content */
        -moz-box-shadow: inset 0 0 3px rgba(255,255,255,.2); /* inner glow */
        -webkit-box-shadow: inset 0 0 3px rgba(255,255,255,.2); /* inner glow */
        box-shadow: inset 0 0 3px rgba(255,255,255,.2); /* inner glow */
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM3MzczNyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQyNDI0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
        background-image: -moz-linear-gradient(bottom, #373737 0%, #424242 100%); /* gradient overlay */
        background-image: -o-linear-gradient(bottom, #373737 0%, #424242 100%); /* gradient overlay */
        background-image: -webkit-linear-gradient(bottom, #373737 0%, #424242 100%); /* gradient overlay */
        background-image: linear-gradient(bottom, #373737 0%, #424242 100%); /* gradient overlay */
    }

    .ll-skin-lugo td.ui-state-disabled .ui-state-default {
        background: #666;
        color: #ccc;
        text-shadow: none;
    }

    .ll-skin-lugo td .ui-state-hover {
        background-color: #373737; /* layer fill content */
        -moz-box-shadow: inset 0 0 4px rgba(0,0,0,.7); /*inner shadow */
        -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2); /* inner shadow */
        box-shadow: inset 0 0 4px rgba(0,0,0,.2); /* inner shadow */
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyNDI0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM3MzczNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
        background-image: -moz-linear-gradient(bottom, #424242 0%, #373737 100%); /*gradient overlay*/
        background-image: -o-linear-gradient(bottom, #424242 0%, #373737 100%); /*gradient overlay */
        background-image: -webkit-linear-gradient(bottom, #424242 0%, #373737 100%); /* gradient overlay */
        background-image: linear-gradient(bottom, #424242 0%, #373737 100%); /* gradient overlay */
    }

    .ll-skin-lugo td .ui-state-active {
        background: #3f6b8a; /* layer fill content */
        -moz-box-shadow: inset 0 0 5px rgba(7,15,21,.9); /* inner shadow */
        -webkit-box-shadow: inset 0 0 5px rgba(7,15,21,.9); /* inner shadow */
        box-shadow: inset 0 0 5px rgba(7,15,21,.9); /* inner shadow */
    }

input,
select,
textarea {
    max-width: 400px;
}

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            /*color: #DD4814;*/
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            /*color: #aea79f;*/
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            /*color: #97310e;*/
            background-color: #eeeeee;
            border-color: #dddddd;
        }

.table tbody > tr > td.vert-align {
    vertical-align: middle;
}

.popover {
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}
