﻿/* Set padding to keep content from hitting the edges */
.body-content {
    position: fixed;
    right: 0;
    width: 84%;
    height: 100%;
    background-color: #F8FAFF;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1;
}

.stretched {
    width: 95%;
}

.isometric-background {
    position: fixed;
    top: -10px;
    left: 7%;
    z-index: 1;
    width: 30vw;
    height: 18.4vw;
    background-color: #D1E9FE;
    -webkit-mask-image: url('../images/timestone_isometric_pattern.svg');
    mask-image: url('../images/timestone_isometric_pattern.svg');
    background-size: contain;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.stretched .isometric-background {
    left: 4.5%;
}

.main-panel {
    position: relative;
    width: 94%;
    height: auto;
    margin: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    padding: 30px 45px 45px 45px;
    background: rgba(237, 243, 255, 0.8);/* #EDF3FF */
    border-radius: 12.5px;
    -moz-box-shadow: 0 0 5px #97A8D899;
    -webkit-box-shadow: 0 0 5px #97A8D899;
    box-shadow: 0 0 5px #97A8D899;
    z-index: 2;
}
.header-container {
    position: relative;
    z-index: 2;
}

.content-panel {
    margin-top: 20px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 40px 40px 40px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 10px #D1E9FE;
    -webkit-box-shadow: 0 0 10px #D1E9FE;
    box-shadow: 0 0 10px #D1E9FE;
    background: rgba(255, 255, 255, 1.0); /* White */
}
    .content-panel div.form-control {
        background-color: #e9ecef;
    }

    .content-panel li {
        cursor: pointer !important;
        color: #35A5F9;
    }

.row div.vertical-seperator {
    border-right: 2px solid #D1D8E5;
    padding-right: 40px;
}
.row div.vertical-seperator + div {
    padding-left: 45px;
}

/* Client container that exists on many pages */
#clientContainer {
    left: 0;
    right: 0;
    margin-top: -105px;
    text-align: right;
    position: absolute;
    padding-right: 75px;
}

    #clientContainer label {
        color: #35A5F9;
        text-transform: uppercase;
        margin-top: 7px;
        font-size: 22px;
        text-align: right;
        margin-right: 10px;
        letter-spacing: 1.82px
    }

    #clientContainer div.selectContainer {
        color: #35A5F9;
        margin-top: 7px;
        font-size: 22px;
        text-align: right;
        display: inline-block;
        width: 300px;
    }

        #clientContainer div.selectContainer .dropdown-toggle {
            background-color: white;
            border: 1px solid rgba(0,0,0,.15);
        }

/* Aligns the contents of this element with the text in a table above it containing a textbox in the last column */
.align-right-table-and-textbox {
    margin-right: 14px;
}
/* Aligns the contents of this element with the text in a table above it containing an icon in the last column */
.align-right-table-one-icon {
    margin-right: 52px;
}

/* RecurringInvoice */
#selectedInvoiceSettings .form-control {
    margin-bottom: 25px;
}
#SaveRecurringElements {
    float: right;
    margin-top: 25px;
}
.content-panel .datePickerBox {
    position: relative;
    display: inline;
}
.content-panel .datePickerBox .hasDatepicker {
    width: 130px;
    padding-left: 8px;
    padding-right: 8px;
}

.datePickerBox .ui-datepicker-trigger {
    position: absolute !important;
    top: 0;
    left: 95px;
    cursor: pointer;
}