﻿/**********************************************************************/
/*                          IMPORTANT - TO READ                       */
/**********************************************************************/
/*   Any css changes must be done in ..\css\Custom\CustomOwners.css   */
/* This file is for reference only and will be changed with the setup */
/**********************************************************************/

.login-form {
    margin-top: 15%;
    padding-left: 15px;
    padding-right: 15px;
}

.client-logo-center {
    /*background-image: url("/areas/owners/Images/file_with_hotel_logo.jpg");*/
    height: 94px;
    width: 221px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.client-logo-left {
    /*background-image: url("/areas/owners/Images/file_with_hotel_logo.jpg");*/
    height: 94px;
    width: 221px;  
    
    float: left; 
    margin: 10px 0 0 20px  
}

.center-top-menu {
    display: inline-block;
    margin-left: -241px;
}


/************* Main Menu ************/
.menu_btn_password {
    /*display: none!important;*/
}
.menu_btn_bookings {
    /*display: none!important;*/
}
.menu_btn_reservation {
    /*display: none!important;*/
}
.menu_btn_account {
    /*display: none!important;*/
}
.menu_btn_rents {
    /*display: none!important;*/
}


/*********** Bookings Page **********/
.bookings_col_resno {
    /*display: none;*/    
}
.bookings_col_type {
    /*display: none;*/    
}
.bookings_col_room {
    /*display: none;*/    
}
.bookings_col_category {
    display: none;
}
.bookings_col_upgrade {
    display: none;
}
.bookings_col_checkin {
    /*display: none;*/    
}
.bookings_col_checkout {
    /*display: none;*/    
}
.bookings_col_pax {
    /*display: none;*/    
}
.bookings_col_status {
    /*display: none;*/    
}
.bookings_col_price {
    /*display: none;*/    
}
.bookings_col_total {
    /*display: none;*/    
}

.bookings_btn_detail {
    /*display: none!important;*/
}
.bookings_btn_invoice {
    /*display: none!important;*/
}