@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/openSans-regular.woff");
}

* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    width: 100%;
    min-width: 320px;
    font-size:14px;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #f1f1f1;
}

h1 {
    color: #666;
    font-weight: lighter;
}

h2 {
    padding-bottom: 20px;
}

h3 {
    margin: 10px 0 5px;
    font-size: 1.25em;
    font-weight: normal;
}

input, textarea {
    padding: 5px;
}

tr {
    padding: 10px;
}

th {
    font-weight: lighter;
}

.ui-widget {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
}

.required::after {
    content: "*";
    font-weight: bold;
    color: red;
}

#SideBar {
    width: 915px;
    max-width: calc(100% - 20px);
    margin: 0 auto;
    clear: both;
    padding: 0px 10px;
}

.hirum-logo.out {
    background: url('../images/hirumlogo.png') no-repeat !important;
    width: 167px;
    height: 50px;
    float: left;
    color: #fff;
}

.hirum-logo.in {
    background: url('../images/hirumlogo.png') no-repeat !important;
    width: 50px;
    height: 50px;
    float: left;
    color: #fff;
    margin-bottom: -20px;
}

hr {
    margin: 30px 20px;
    border-top: dashed 1px #777;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

img {
    margin: 10px;
}

a:link {
    color: #3E72A4;
    text-decoration: none;
}

a:hover {
    color: #09539a;
    text-decoration: underline;
}

a.button, input.button, .ui-button {
    font-size: 0.9em !important;
}

#MainWrap {
    float: left;
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#MainWrapContainer {
    max-width: 1115px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

#HeadWrap {
    position: relative;
    margin: 0 auto;
    position: fixed;
    top: 0PX;
    text-align: right;
    max-width: 100%;
    background: #3E72A4;
    height: 60px;
    z-index: 999;
    width: 100%;
}

.TopbarWrapper {
    width: 915px;
    max-width: calc(100% - 20px);
    margin: 0 auto;
    clear: both;
    padding: 0px 10px;
}

#HeadWrap P {
    margin: 0 auto;
    max-width: 100%;
}

#BodyWrap {
    width: 1115px;
    min-height: 600px;
    max-width: calc(100% - 20px);
    margin: 0 auto;
    clear: both;
    padding: 0px 10px;
    margin-top: 80px;
}

#Header {
    height: 50px;
}

.messagePost {
    background: white;
    border: 1px solid #e0e0df;
    padding: 15px;
    position: relative;
}

#ContentHeading {
    float: left;
}

#ContentInner {
    padding: 15px;
}

#Content p {
    margin: 0 20px 10pt;
    text-align: justify;
}

#StockImage {
    background: url(../images/statement.jpg) no-repeat;
    margin-left: 8px;
    width: 649px;
    height: 150px;
}

#SideBarInner {
    padding: 10px 13px 10px 5px;
}

#Footer {
    clear: both;
    width: 915px;
    max-width: 100%;
    height: 100px;
    background: #666;
    line-height: 30px;
    text-align: center;
}

th {
    font-weight: bold;
}

#MessageListTable {
    border: 1px solid #e0e0df;
    margin-top: 10px;
}

.border {
    border: 1px solid #e0e0df;
    background: white;
}

.logoutWrapper {
    position: fixed;
    top: 0px;
    width: 915px;
    max-width: calc(100% - 20px);
    z-index: 99999;
    clear: both;
}

.borderPadding {
    border: 1px solid #e0e0df;
    background: white;
    padding: 15px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    clear: both;
}

#Footer a:link,
#Footer a:visited {
    color: black;
    text-decoration: none;
}

#Footer a:hover,
#Footer a:active {
    text-decoration: underline;
}

#Footer img {
    float: right;
    margin-right: 20px;
    margin-top: 14px;
}

#Copyright {
    color: #666;
    margin: 0 auto;
    font-size: 12px;
    float: left;
    width: 100%;
    position: relative;
    bottom: 0px;
    padding: 20px 0px;
}

.footerLogo {
    display: inline-block;
    text-align: center;
    width: auto;
}

    .footerLogo img {
    }

#Copyright > div {
    float: left;
    width: calc(100% - 40px);
    text-align: center;
    padding: 0px 20px;
}

#Copyright a:link,
#Copyright a:visited {
    color: #666;
    text-decoration: none;
}

#Copyright a:hover,
#Copyright a:active {
    text-decoration: underline;
}

#LoginPanel {
    padding: 5px;
}

#PageMessages {
}

.NavigationPanel {
    position: fixed;
    top: 0px;
    height: 60px;
    width: 915px;
    max-width: calc(100% - 20px);
    clear: both;
}

.logout {
    display: block;
}

    .logout, .logout a {
        color: white;
        text-decoration: none;
        position: relative;
        z-index: 99;
        font-size: 12px;
        padding-top: 5px !important;
        text-align: right;
        margin: 10px 0;
        z-index: 99999;
    }

.NavigationPanel ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
}

    .NavigationPanel ul li a {
        text-align: left;
    }

.branding {
    width: 915px;
    max-width: 100%;
    margin: 0px;
    text-align: left;
}

    .branding img, .branding a {
        width: 128px;
        float: left;
        padding: 0px !important;
        margin-left: 0px !important;
    }

.NavigationPanel ul li {
    display: inline-block;
    margin-top: 10px;
    margin-left: 0px;
}

.NavigationPanel a {
    color: #FFF;
    text-decoration: none;
    padding: 5px 0px 5px 14px;
    line-height: 50px;

}

.NavigationPanelNoAvailability a {
    color: #FFF;
    text-decoration: none;
    padding: 20px 28px;
    line-height: 50px;
    border-right: 1px dotted #787878;
}

.NavigationPanelNoAvailability {
    position: absolute;
    right: 25px;
    top: 0;
}

    .NavigationPanelNoAvailability ul {
        list-style-type: none;
        padding: 5px 0;
    }

        .NavigationPanelNoAvailability ul li {
            display: inline;
            margin-left: 0px;
        }

.ui-dialog .ui-dialog-titlebar {
    padding: 10px;
}

#Content {
}
.booking-confirmation-title {
    font-weight:bold;
}
#LoginForm {
    margin: auto;
    position: relative;
    padding: 20px;
    width: calc(100% - 80px);
    max-width: 300px;
    background: #fff;
}

#LoginTable {
    width: 100%;
    display: inline-block;
}

    #LoginTable > div {
        float: left;
        width: 100%;
        padding: 6px 0px;
    }

        #LoginTable > div.login-username-container label, #LoginTable > div.login-password-container label {
            float: left;
            width: 30%;
            font-weight: bold;
            padding: 6px 0px;
        }

        #LoginTable > div.login-username-container input, #LoginTable > div.login-password-container input {
            float: left;
            width: calc(100% - 104px);
        }

        #LoginTable > div.buttons {
            font-size: 0.9em;
        }

            #LoginTable > div.buttons > input {
                float: left;
                width: calc(30% - 12px);
                margin-right: 12px;
                padding: 6px;
            }

            #LoginTable > div.buttons > span {
                float: right;
                width: 70%;
                text-align: right;
            }
            .checkbox-container {
                padding:8px 0px;
                
            }
            .checkbox {
                float:right;
                margin-top:3px;
            }
            .checkbox-label {
                color:#3E72A4;
                font-weight:bold;
                padding:0px 5px;
                float:right;
            }
            .checkbox-label.ui-state-active, .checkbox-label.ui-state-focus {
                background-color:transparent !important;
                border:none !important;
                color:#3E72A4 !important;
                text-decoration:none !important;
            }
            .checkbox-label.ui-state-hover {
                background-color:transparent !important;
                border:none !important;
                color:#3E72A4 !important;
                text-decoration:underline !important;
            }
            .checkbox-label:hover {
                cursor:pointer;
            }
            .checkbox-label span {

            }
            .checkbox-container .ui-button-text {
                padding:0px !important;
            }
            .checkbox-container .ui-icon-help {
                display:none;
            }
            .forgot-password {
                float:left;
                width:100%;
                text-align:right;
            }
            .forgot-password > a {
                color:#3E72A4;
                font-size:0.85em;
                font-weight:bold;
            }
.ui-widget-header {
    background: #3E72A4;
    border: #3E72A4;
    color: #fff;
    float: left;
    width: calc(100% - 22px);
}

.alignLeft {
    text-align: left;
}

.alignRight {
    text-align: right;
}

.clear {
    clear: both;
}

#adminPanelButton {
    float: right;
    text-align: right;
}

.titleWrapper {
    width: 100%;
    float: left;
}

table.form tbody tr td {
    padding: 5px 0px;
}

table.form tbody tr th {
    padding: 0 10px 5px 0;
    text-align: left;
    vertical-align: top;
}

table.data {
    width: 100%;
    margin-bottom: 25px;
}

    table.data thead th {
        background-color: #CCC;
        padding: 5px;
        text-align: left;
    }

    table.data tbody td {
        border: 1px solid #CCC;
        background-color: #EEE;
        padding: 2px;
    }

table.cleardata {
    margin: 0 20px 20px;
}

    table.cleardata tbody th {
        padding-right: 20px;
        text-align: right;
        vertical-align: top;
    }

table.avlPanel {
    width: 300px;
}

    table.avlPanel tbody td {
    }

table.bkPanel {
}

.saveButton {
    text-align: center;
    margin-top: 10px;
}

/* Message Page Styles */
#Body {
    float: left;
    width: 100%;
}

.removePost {
    float: right;
    text-align: center;
}

    .removePost a:link,
    .removePost a:visited {
        display: block;
        width: 16px;
        height: 16px;
        line-height: 16px;
        background-color: #fff;
        color: Black;
        text-decoration: none;
    }

    .removePost a:hover,
    .removePost a:active {
        background-color: #fff;
    }

.messageInfo {
    display: block;
    text-align: right;
    color: #CCC;
    font-style: italic;
}

.messagePost {
    margin-bottom: 15px;
}

/* Quick Reference Styles */
table.quickRef {
    width: 100%;
    max-width: 300px;
}

    table.quickRef tr th {
        text-align: left;
        width: 55%;
    }

    table.quickRef tr td {
        text-align: left;
        width: 45%;
    }

    table.quickRef tr td,
    table.quickRef tr th {
        padding: 5px;
        border-bottom: dotted 1px #aaa;
        vertical-align: top;
    }

table#UserListTable tr:nth-child(odd), table#MessageListTable tr:nth-child(odd), .zebra tr:nth-child(odd) {
    background-color: #f6f6f6;
}

table#UserListTable tr, table#MessageListTable tr, .zebra tr {
    background-color: #fff;
}

.zebra {
    border: 1px solid #e0e0df;
    width: 100%;
}

    .zebra th {
        background: white;
        border-bottom: 1px solid #e0e0df;
    }

td, th {
    padding: 15px 5px;
}

/* Calendar Styles */
.ui-datepicker {
    margin: 0 auto;
}

/* Admin Styles */
#accordion h3 {
    letter-spacing: normal;
}

.box {
    float: left;
    width: 100%;
    clear: both;
}

    .box input[type='text'], .box textarea {
        width: 100%;
        box-sizing: border-box;
    }

    .box textarea {
        height: 150px;
    }

    .box table.boxed {
        width: 100%;
        border: 1px solid #e0e0df;
    }

        .box table.boxed th {
            text-align: right;
            vertical-align: top;
        }

            .box table.boxed th.tableHeading,
            .box table.boxed thead tr th {
                text-align: center;
                background-color: #fff;
                color: black;
                font-weight: bold;
            }

                .box table.boxed thead tr th a {
                    text-decoration: none;
                    color: black;
                    display: inline-block;
                    padding: 0px 10px;
                }

        .box table.boxed .sort-button {
            padding: 0px;
        }

        .box table.boxed tbody td {
            padding: 15px;
        }

#propertyListDiv {
    max-height: 300px;
    overflow: auto;
}

table#propertiesCheckBoxList label {
}

table#sendToCheckBoxList {
    width: 100%;
}



#UsersPager,
#MessagesPager {
    float: right;
}

thead {
    border-spacing: 0px !important;
}

#UsersPager a,
#MessagesPager a {
    padding: 1px 5px;
    text-decoration: none;
}

    #UsersPager a.current,
    #MessagesPager a.current {
        font-weight: normal !important;
        background-color: transparent !important;
    }

    #UsersPager a:link,
    #UsersPager a:visited,
    #MessagesPager a:link,
    #MessagesPager a:visited {
        background-color: #f0f0f0;
    }

    #UsersPager a:hover,
    #UsersPager a:active,
    #MessagesPager a:hover,
    #MessagesPager a:active {
        font-weight: bold;
        background-color: #dfdfdf;
    }

#MessageListTable th {
    background: #fff;
    border-bottom: 1px solid #e0e0df;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: none;
    border: none;
}

.ui-widget-content, select {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
}
.ui-widget-content.ui-menu {
    background-color:#fff;
}

#_ctl0_MainContentPlaceHolder_messageListPanel {
    text-align: center;
}

.message-search-container {
    margin: 0px auto 15px auto;
    width: 50%;
}

.message-search-header {
    display: inline-block;
    width: auto;
    float: left;
    font-weight: bold;
    padding: 3px 0px 4px 0px;
}

#_ctl0_MainContentPlaceHolder_messageListPanel input {
    padding: 6px;
}

a.clearSearch {
    padding: 5px 12px 5px 0px;
    color: #3E72A4;
}

    a.clearSearch:hover {

    }

select {
    padding: 4px;
}

textarea {
    resize: none;
}

.NavigationPanel ul li a:hover {
    text-decoration: underline;
}

.NavigationMenuContainer {
    display: block;
}
    .NavigationMenu > li {
        font-weight: normal;
    }

    .NavigationMenu > li.active {
        font-weight: bold;
    }

.NavigationShowMenu {
    display: none;
    float: right;
    padding: 0px;
    margin: 20px -10px 0px -10px;
}

    .NavigationShowMenu:hover {
        cursor: pointer;
    }

    .NavigationShowMenu > img {
        display: block;
        width: 24px;
    }

.compose-message-container {
    float: left;
    width: calc(100% - 30px);
}

.message-item {
    margin: 12px 0px;
    float: left;
    width: 100%;
    clear: both;
}

    .message-item label {
        font-weight: bold;
        width: 80px;
        float: left;
    }

    .message-item input, .message-item textarea, .message-item .bordered, .message-item select {
        width: calc(100% - 80px) !important;
        float: left;
    }

        .message-item .bordered p {
            display: block;
            margin: 0px !important;
            text-align: left !important;
        }



.button {
    border-radius: 4px;
}

.saveButton {
}

.pager-container {
    float: right;
    /*width: 100%;
    margin: 10px auto 20px auto;
    float: left;
    text-align: center;*/
}

.pager-pager-container {
    display: inline-block;
    /*width: 100%;
    float: left;
    margin: 0px 5px 5px 5px;*/
}

.pager-previous {
    display: inline-block;
}

.pager-page-container {
    width: 80px;
    display: inline-block;
    padding-top: 5px;
}

.pager-next {
    display: inline-block;
}

.pager-page {
}

.pager-currentpage {
}

.pager-goto-container {
    display: inline-block;
    /*width: 100%;
    float: left;
    margin: 5px 5px 0px 5px;*/
}

.pager-goto {
}

.pager-goto-dropdown {
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #3E72A4;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #3E72A4;
    border-color: #3E72A4;
    color: #fff;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #3E72A4;
    border-color: #3E72A4;
    color: #fff;
}

.ui-state-hover, .ui-state-focus {
    background: #3E72A4;
    border-color: #3E72A4;
    color: #fff;
}

.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-default .ui-icon {
    background-image: url("images/ui-icons_4e7eac_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon {
    background-image: url("images/ui-icons_4e7eac_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_ffd27a_256x240.png");
}

#UserListTable {
}

.createuser-button {
    float: left;
    width: 100%;
    text-align: right;
    margin: 10px 0px;
}

.support-container-header p {
    text-align: left !important;
    margin: 6px 0px 0px 0px !important;
    float: left;
    width: 100%;
    font-weight: normal;
}

.email-username {
    border:none;
}

.user-search-container, .support-container {
    width: calc(100% - 32px);
}

.user-search-item-container, .support-item-container {

}

    .user-search-item-container > div, .support-item-container > div, .user-panel > div {
        float: left;
        width: 100%;
        padding: 6px 0px;
    }

        .user-search-item-container > div > label, .support-item-container > div > label, .property-settings-item-container > label, .user-panel > div > label {
            float: left;
            width: 100px;
            font-weight: bold;
            padding: 4px 0px;
        }
        .user-panel > div > label {
            width: 150px;
        }
        .support-item-container > div > label {
            width: 150px;
        }
         .user-panel {
            margin:0px;
            float:left;
            width:100%;
         }
        .property-settings-item-container {
            margin:10px 0px;
            float:left;
            width:100%;
        }
        .property-settings-item-container > label {
            width: 75px;
        }
        .property-settings-item-container > select {
            width: calc(100% - 78px);
        }
        .property-settings-item-container > input {
            width: calc(100% - 90px);
        }
        .user-search-item-container > div > input, .support-item-container > div > input {
            float: left;
            width: calc(100% - 115px);
        }

        .support-item-container > div > input, .user-panel > div > select, .user-panel > div > input {
            width: calc(100% - 165px);
        }
        .support-item-container > div > span {
            width: calc(100% - 150px);
        }
        .support-item-container > div > ul {
            width: calc(100% - 160px);
            margin-left: 150px;
            list-style-type: none;
        }

        .user-search-item-container > div > select, .support-item-container > div > select {
            float: left;
            width: calc(100% - 103px);
        }

        .support-item-container > div > select {
            width: calc(100% - 153px);
        }

        .support-item-container > div > textarea {
            float: left;
            width: calc(100% - 162px);
        }

.user-search-button {
    text-align: right;
}

.support-item-container > .support-button > input {
    float: right;
    width: auto;
}

.word-wrap-container {
    word-break: break-all;
}

    .word-wrap-container .word-wrap-block {
        display: table-cell;
    }

.master-property-select {
    width: 30%;
    margin-right:10px;
}

.reset-password-button {
    float: right !important;
    width: auto !important;
}

.filter-panel {
    padding: 25px 0 10px 0;
    width: 100%;
    clear: both;
}

    .filter-panel > div,
    .filter-panel > div > div {
        width: 100%;
        float: left;
        clear: both;
        margin-bottom: 8px;
    }

    .filter-panel > div > div > label {
        float: left;
        width: 130px;
        padding: 6px 0px;
        margin-left: 15px;
    }

    .filter-panel > div > div > input,
    .filter-panel > div > div > select {
        float: left;
        width: 250px;
        padding: 6px 0px;
    }

.tab-list {
    width: 100%;
    border-bottom: 1px solid #e0e0df;
    height: 27px;
}

    .tab-list > .tab-contents {
        margin-left: 5px;
    }

    .tab-list > .tab-contents > .tab-item {
        background-color: #e0e0e0;
        color: dimgray;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border: 1px solid #e0e0df;
        border-bottom: 0;
        padding: 20px;
        padding-top: 8px;
        padding-bottom: 8px;
        cursor: pointer;
        font-size: 0.9em !important;
        font-weight: bold;
    }

    .tab-list > .tab-contents > .tab-item:hover {
        background-color: #e9e9e9;
        color: black;
    }

    .tab-list > .tab-contents > .tab-item.active {
        background-color: #f1f1f1;
        color: black;
        border-bottom: 1px solid #f1f1f1;
    }

.action-panel {
    padding-top: 25px;
    padding-bottom: 10px;
    width: 100%;
    float: left;
    clear: both;
}

.select-box {
     padding: 4px 0px !important;
    }

    .select-box > .checkbox {
        float:left !important; margin-left: 8px !important; 
    }

.items-table {
    border: 1px solid #e0e0df;
    width: 100%;
}

    .items-table > thead > tr  {
        background-color: white !important;
        border-bottom: 1px solid #e0e0df;
    }
    
    .items-table > tbody {
        border-bottom: 1px solid #e0e0df;
    }

    .items-table tr {
        background-color: white;
        padding: 10px;
    }

    .items-table tr:nth-child(odd) {
        background-color: whitesmoke;
    }

    .items-table > tr > th,
    .items-table > tr > td {
        padding: 15px 5px;
    }

    .items-table > tr > th {
        font-weight: bold;
    }

.table-message {
    padding: 15px;
}

@media screen and (max-width: 875px) {
    .support-item-container > div > input {
        width: calc(100% - 15px);
    }

    .support-item-container > div > select {
        width: calc(100% - 3px);
    }

    .support-item-container > div > textarea {
        width: calc(100% - 5px);
    }

    .support-item-container > div > span {
        float: left;
        width: 100%;
    }

    .support-item-container > div > ul {
        float: left;
        width: 100%;
        margin-left: 0px;
    }

    .message-search-container {
        margin: 0 auto;
        width: 100%;
    }

    .NavigationMenuContainer {
        display: none;
        float: right;
        position: absolute;
        top: 60px;
        right: -10px;
    }

    .NavigationPanel ul {
        margin-top: 0px !important;
        float: right;
        width: 160px;
        background-color: #3E72A4;
    }

        .NavigationPanel ul li {
            display: block;
            padding: 0px 15px;
            margin: 0px;
        }

            .NavigationPanel ul li a {
                padding: 0px;
                margin: 0px;
                display: block;
                float: left;
                width: 100%;
                text-align: right;
            }

    .NavigationShowMenu {
        display: block;
    }
}

@media screen and (max-width: 549px) {
    #HeadWrap.in, .NavigationPanel {
        height: 70px;
    }

    .NavigationPanel {
        margin-top: 10px;
    }

    #BodyWrap.in {
        margin-top: 90px;
    }
}

@media screen and (max-width: 480px) {
    #LoginTable > div.login-username-container input, #LoginTable > div.login-password-container input {
        width: calc(100% - 12px);
    }

    .ui-widget-header {
        width: calc(100% - 20px);
    }

    #LoginTable > div.buttons > input {
        float: left;
        width: 100%;
        margin: 6px 0px;
    }

    #LoginTable > div.buttons > span {
        float: left;
        width: calc(100% - 2px);
        margin: 6px 0px;
    }

        #LoginTable > div.buttons > span label {
            width: 100%;
        }

    .titleWrapper {
        margin-bottom: 10px;
    }

    #adminPanelButton > a {
        margin-top: 10px;
    }

    #ContentHeading {
        float: left;
        width: 100%;
    }

    #adminPanelButton {
        margin: 0 auto;
        float: none;
        text-align: center;
    }
}

@media screen and (max-width: 320px) {
}

/* Responsive Tables */
.maintenance-table-col-1 { width: 5%; text-align: left; padding-left: 15px; padding-right: 15px; }
.maintenance-table-col-2 { width: 20%; text-align: left; padding-left: 15px; padding-right: 15px; }
.maintenance-table-col-3 { width: 30%; text-align: left; padding-left: 15px; padding-right: 15px; }
.maintenance-table-col-4 { width: 20%; text-align: left; padding-left: 15px; padding-right: 15px; }
.maintenance-table-col-5 { width: 20%; text-align: left; padding-left: 15px; padding-right: 15px; }
.maintenance-table-col-6 { width: 5%; text-align: left; padding-left: 15px; padding-right: 15px; }

.message-table-col-1 { width: 5%; text-align: center; padding-left: 15px; padding-right: 15px; }
.message-table-col-2 { width: 35%; text-align: left; padding-left: 15px; padding-right: 15px; }
.message-table-col-3 { width: 30%; text-align: left; padding-left: 15px; padding-right: 15px; }
.message-table-col-4 { width: 20%; text-align: left; padding-left: 15px; padding-right: 15px; }
.message-table-col-5 { width: 10%; text-align: center; }

.statement-table-col-1 { width: 4%; text-align: left; padding-left: 15px; padding-right: 15px; }
.statement-table-col-2 { width: 36%; text-align: left; padding-left: 15px; padding-right: 15px; }
.statement-table-col-3 { width: 20%; text-align: left; padding-left: 15px; padding-right: 15px; }
.statement-table-col-4 { width: 25%; text-align: left; padding-left: 15px; padding-right: 15px; }
.statement-table-col-5 { width: 15%; text-align: left; padding-left: 15px; padding-right: 15px; }

.invoices-table-col-1 { width: 4%; text-align: left; padding-left: 15px; padding-right: 15px; }
.invoices-table-col-2 { width: 51%; text-align: left; padding-left: 15px; padding-right: 15px; }
.invoices-table-col-3 { width: 20%; text-align: left; padding-left: 15px; padding-right: 15px; }
.invoices-table-col-4 { width: 25%; text-align: left; padding-left: 15px; padding-right: 15px; }

.sent-messages-table-col-1 { width: 4%; text-align: left; padding-left: 15px; padding-right: 15px; }
.sent-messages-table-col-2 { width: 35%; text-align: left; padding-left: 15px; padding-right: 15px; }
.sent-messages-table-col-3 { width: 15%; text-align: left; padding-left: 15px; padding-right: 15px; }
.sent-messages-table-col-4 { width: 16%; text-align: left; padding-left: 15px; padding-right: 15px; }
.sent-messages-table-col-5 { width: 30%; text-align: left; padding-left: 15px; padding-right: 15px; }

.user-table-col-1 { width: 5%; text-align: center; padding-left: 15px; padding-right: 15px; }
.user-table-col-2 { width: 15%; text-align: left; padding-left: 15px; padding-right: 15px; }
.user-table-col-3 { width: 15%; text-align: left; padding-left: 15px; padding-right: 15px; }
.user-table-col-4 { width: 15%; text-align: left; padding-left: 15px; padding-right: 15px; }
.user-table-col-5 { width: 15%; text-align: left; padding-left: 15px; padding-right: 15px; }
.user-table-col-6 { width: 20%; text-align: left; padding-left: 15px; padding-right: 15px; }
.user-table-col-7 { width: 15%; text-align: center; padding-left: 15px; padding-right: 15px; }

.add-user-table-col-1 { width: 50%; text-align: left; padding-left: 15px; padding-right: 15px; }
.add-user-table-col-2 { width: 50%; text-align: left; padding-left: 15px; padding-right: 15px; }
@media screen and (max-width: 768px) {
    .maintenance-table-col-1 { width: 5%; }
    .maintenance-table-col-2 { width: 50%; }
    .maintenance-table-col-3 { width: 40%; }
    .maintenance-table-col-4 { display: none; }
    .maintenance-table-col-5 { display: none; }
    .maintenance-table-col-6 { width: 5%; }

    .message-table-col-1 { width: 10%; }
    .message-table-col-2 { width: 30%; }
    .message-table-col-3 { width: 40%; }
    .message-table-col-4 { display: none; }
    .message-table-col-5 { }
    
    .statement-table-col-1 { width: 4%; }
    .statement-table-col-2 { width: 36%; }
    .statement-table-col-3 { width: 20%; display: none; }
    .statement-table-col-4 { width: 25%; }
    .statement-table-col-5 { width: 15%; }

    .invoices-table-col-1 { width: 4%; }
    .invoices-table-col-2 { width: 51%; }
    .invoices-table-col-3 { width: 20%; display: none; }
    .invoices-table-col-4 { width: 25%; }
    
    .sent-messages-table-col-1 { width: 4%; }
    .sent-messages-table-col-2 { width: 35%; }
    .sent-messages-table-col-3 { width: 15%; }
    .sent-messages-table-col-4 { width: 16%; display: none; }
    .sent-messages-table-col-5 { width: 30%; }

    .user-table-col-1 { display: none; }
    .user-table-col-2 { display: none; }
    .user-table-col-3 { display: none; }
    .user-table-col-4 { width: 33%; }
    .user-table-col-5 { width: 33%; }
    .user-table-col-6 { display: none; }
    .user-table-col-7 { width: 34%; }

    .add-user-table-col-1 {  }
    .add-user-table-col-2 {  }
}
@media screen and (max-width: 480px) {
    .maintenance-table-col-1 { width: 5%; }
    .maintenance-table-col-2 { width: 90%; }
    .maintenance-table-col-3 { display: none; }
    .maintenance-table-col-4 { display: none; }
    .maintenance-table-col-5 { display: none; }
    .maintenance-table-col-6 { width: 5%; }

    .statement-table-col-1 { width: 4%; }
    .statement-table-col-2 { width: 36%;  }
    .statement-table-col-3 { width: 20%; display: none; }
    .statement-table-col-4 { width: 25%; display: none; }
    .statement-table-col-5 { width: 15%; }

    .invoices-table-col-1 { width: 4%; }
    .invoices-table-col-2 { width: 51%;  }
    .invoices-table-col-3 { width: 20%; display: none; }
    .invoices-table-col-4 { width: 25%; display: none; }
    
    .sent-messages-table-col-1 { width: 4%; }
    .sent-messages-table-col-2 { width: 35%;  }
    .sent-messages-table-col-3 { width: 15%; display: none; }
    .sent-messages-table-col-4 { width: 16%; display: none; }
    .sent-messages-table-col-5 { width: 30%; }
    
    .message-table-col-1 { width: 10%; }
    .message-table-col-2 { display: none; }
    .message-table-col-3 { width: 60%; }
    .message-table-col-4 { display: none; }
    .message-table-col-5 { }

    .user-table-col-1 { }
    .user-table-col-2 { }
    .user-table-col-3 { }
    .user-table-col-4 { }
    .user-table-col-5 { }
    .user-table-col-6 { }
    .user-table-col-7 { }


    .add-user-table-col-1 {  }
    .add-user-table-col-2 {  }
}
/* Responsive Tables */