a[ng-click] {
    cursor: pointer;
}

.pagination {
    margin-left: 15px;
}

.table-angular {
    min-height: 309px;
}

.card .table tbody td:last-child a span:first-child,
.icon-name {
    color: #008acc; 
    transition: all .3s ease;
}

.card .table tbody td:last-child a:hover span:first-child,
.card .table tbody td:last-child a:focus span:first-child,
.card .table tbody td:last-child a:hover .icon-name,
.card .table tbody td:last-child a:focus .icon-name {
    color: #286090;
}

.card .content {
    padding: 0 15px 0 15px;
}

@media (max-width: 991px) {
    .card .content {
        padding: 0;
        border-radius: inherit;
    }

    .table-bordered {
        border-top: 0;
    }
}

.card .title {
    margin-top: 5px;
    color: #66615b;
    font-size: 20px;
    /*font-family: Helvetica,Arial,sans-serif;*/
    font-weight: 700;
    background-color: transparent;
}

.card .header {
    padding: 20px 20px 20px;
}

.table-responsive .header {
    padding: 20px 20px 20px;
}

.table-responsive .header .pagination {
    margin: 0
}

.sidebar .nav p {
    text-transform: initial;
    font-size: 14px;
}

.pagination > li > a, .pagination > li > span {
    color: #008acc;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #008acc;
    border-color: #008acc;
}

a:hover, a:focus {
    color: #008acc;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #008acc;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #bbb;
}

.alert span[data-notify="icon"] {
    display: none;
}

.alert.alert-with-icon {
    padding-left: 15px;
}

/* = Order By Table Links Styles
-------------------------------------------------------------- */

th {
    position: relative;
    background-color: #d9edf7;
}

.table > thead > tr > th {
    font-weight: 400;
    font-size: 1.15em;

}

th a {
    display: block;
    height: 8px;
    font-size: 9px;
}

.pagination{
    float: right;
    margin: 0;
}

 .orderContainer a.active {
    color: #008acc;
} 

.table {
    margin-bottom: 0
}

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

/* = Center sort columns arrow vertically
-------------------------------------------------------------- */
.orderContainer {
    position: absolute;
    top: 0;
    right: 5px;
    height: 100%;
    text-align: center;
}

.dTable {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

th.hasSort {
    padding-right: 17px !important;
}

/* = Border table
-------------------------------------------------------------- */
.statusGreen {
    color: green;
    font-weight: 700;
}

.card .alert {
    padding: 0 5px;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}

.table-bordered,
.card .table tbody td:first-child, .card .table thead th:first-child,
.card .table tbody td:last-child, .card .table thead th:last-child {
    border-left: 0;
    border-right: 0;
}

/* = View booking details
-------------------------------------------------------------- */
.table thead tr > th, .table thead tr > td, .table tbody tr > th, .table tbody tr > td, .table tfoot tr > th, .table tfoot tr > td {
    border-top: 1px solid rgba(204, 197, 185, 0.21);
}

.table-info {
    border: 1px solid #ebe8de;
}

/* = View booking details nav
-------------------------------------------------------------- */
.iconLink {
    font-size: 30px !important;
    background-color: white;
    border-radius: 50px;
    padding: 20px;
    margin-bottom: 10px;
    border: 1px solid #bfbcb7;
}

.text-center > a {
    transition: all 0.3s ease;
    display: block;
}
.checkInCheckOut{
    margin-top: 10px;
}

/* = Footer
-------------------------------------------------------------- */
.footer {
    margin-top: 70px;
}

/* = Logout link
-------------------------------------------------------------- */
.logoutLink{
    float: right;
    margin-top: 25px;
}
.logoutLink .dropdown a > i, .logoutLink .dropdown a > p {
    display: inline-block;
    margin: 0;
}
.logoutLink .dropdown a:not(.btn) {
    color: #9A9A9A;
}

/* = Login form
-------------------------------------------------------------- */
.panel-default > .panel-heading {
    background-color: #ffeee6;
    color: #777;
}

.panel {
    margin-top: 100px;

}

.form-control {
    background-color: #f9f6ff;
}

.btn{
    background-color: #008acc;
    border-color: #337ab7;
    border-width: 1px;
    color: #FFF;
}

.btn:hover {
    /*border-color: #286090;*/
    background-color: #286090;
    color: #FFF;
    border-color: #204d74;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

.btn:active, .btn:focus,
.btn:hover:active, .btn:hover:focus {
    border-color: #008acc;
    background-color: #008acc;
    color: #FFF;
}

.btn-reload {
    padding: 3px 27px;
    margin: -7px 0 0 0;
}

.has-error .form-control {
    background-color: #fff4f0
}

.login-form h1 {
    font-size: 25px;
    color: #676767;
    text-align: center;
    margin: 8px 0 27px;
    font-weight: 700;
}

.navbar .navbar-nav>li>a.btn-primary, .btn-primary {
    /*border-color: #008acc; */
    /*background-color: #008acc; */
    color: #FFF; 
    padding: 6px 30px;
}
.form-mb-20{
    margin-bottom: 20px;
}

/* = Cache tag grid information
-------------------------------------------------------------- */
.showCacheResultFlag {
    margin: 9px 0 0;
}

.showCacheResultFlag a {
    font-weight: bold;
    color: #286090;
}

/* = Disabled anchor
-------------------------------------------------------------- */
a.disabled {

    /* And disable the pointer events */
    /*pointer-events: none;*/

    cursor: not-allowed;
}
a.disabled,
a.disabled p,
a.disabled:hover > p{
    /* Make the disabled links grayish*/
    color: #888;
}

a.disabled .iconLink{
    border-color: #888;
}

a:focus {
    outline: none;
    outline-offset: 0;
}

a.btn{
    /*font-weight: 600;*/
}

/* = Booking view layout fixes
-------------------------------------------------------------- */

#bookingNav {
    border-bottom: 1px solid #DDD;
    padding-top: 30px;
    padding-bottom: 15px;
}

td span.title{
    color: #d43f3a;
    font-size: 17px;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.mt-20{
    margin-top: 20px;
}