.form-connection {
    margin: 10% auto 0 auto;
    padding: 150px 0 50px 0;
    width: 300px;
    text-align: center;
    background: #e7e7e7 url(../img/favicon.png) no-repeat top;
    background-size: 50%;
}

.form-connection input {
    display: inline;
    width: 70%;
}

.navbar .container {
    padding-left: 100px;
    background: url(../img/favicon.png) no-repeat 20px;
    background-size: contain;
}

.container-table {
    margin-top: 70px;
}

.input-group-search {
    padding: 0 20px;
    background-image: url(../img/icon/search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}

.input-group-pick {
    padding: 0 20px;
    background-image: url(../img/icon/pick.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    cursor: pointer;
}

table {
    margin-top: 10px;
}

table th span {
    cursor: pointer;
}

table th .caret.reverse {
    transform: scaleY(-1);
}

table th, table td {
    white-space: nowrap;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.dropdown {
    padding-left: 0;
}

.dropdown .dropdown-menu, .dropdown button {
    min-width: initial;
    width: 65px;
}

.clear {
    position: absolute;
    top: 6px;
    right: 50px;
    z-index: 4;
}

.alert {
    text-align: left !important;
}

.btn:not(.dropdown-toggle) {
    padding-left: 40px;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.btn.btn-xs {
    padding-left: 20px;
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 10px;
}

.btn.btn-login {
    background-image: url(../img/icon/login.png);
}

.btn.btn-add {
    background-image: url(../img/icon/add.png);
}

.btn.btn-logout {
    background-image: url(../img/icon/logout.png);
}

.btn.btn-search {
    background-image: url(../img/icon/search.png);
}

.btn.btn-edit {
    background-image: url(../img/icon/edit.png);
}

.btn.btn-delete {
    background-image: url(../img/icon/delete.png);
}

.btn.btn-cancel {
    background-image: url(../img/icon/cancel.png);
}

.btn.btn-validate {
    background-image: url(../img/icon/validate.png);
}

.uib-datepicker-popup {
    padding: 0 5px 5px 5px;
    width: 250px;
}

table.uib-daypicker,
table.uib-monthpicker,
table.uib-yearpicker {
    width: 100%;
}

table.uib-daypicker thead th,
table.uib-monthpicker thead th,
table.uib-yearpicker thead th,
table.uib-daypicker tbody td,
table.uib-monthpicker tbody td,
table.uib-yearpicker tbody td {
    padding: 5px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
}

table.uib-daypicker .uib-title,
table.uib-monthpicker .uib-title,
table.uib-yearpicker .uib-title {
    width: auto;
}

table.uib-monthpicker tbody td {
    width: 33%;
}

table.uib-yearpicker tbody td {
    width: 20%;
}

table.uib-daypicker thead th[ng-click]:hover,
table.uib-monthpicker thead th[ng-click]:hover,
table.uib-yearpicker thead th[ng-click]:hover,
table.uib-daypicker tbody td:hover,
table.uib-monthpicker tbody td:hover,
table.uib-yearpicker tbody td:hover {
    color: #333;
    background-color: #eee;
    cursor: pointer;
}