/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
        border-radius: 4px !important;
}

.portlet .portlet-title {
        border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
        border-radius: 0px 0px 4px 4px !important;
}
*/
/* Modified by Hardik on 25-07-2014 starts*/
.page-header.navbar {
    background-color: transparent;
}

@media (max-width: 991px) {
    /* 991px */
    /* Page header */
    .page-header.navbar {
        padding: 0 20px 0 20px;
        position: relative;
        clear: both;
        background-color: #1f1f1f;
        /* Page logo */
        /* Menu Toggler */
        /* Search Form */
        /* Top Menu */
    }
}

.div-img-style { 
    border: thin solid !important;
    padding: 5px !important;
}
.float-left {
    float: left !important;
}
img.booking_status  { 
    bottom: 2px;
    position: relative;
    width:22px;
}
.border-bottom-none {
    border-bottom: none !important;
}
.border-left-none {
    border-bottom: none !important;
}

/*  Ends */