﻿body {
    height: 100%;
    padding: 0px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 100%;
}*/

@keyframes onAutoFill {
    from {
        opacity: 0.99;
    }
    to {
        opacity: 1;
    }
}

input:-webkit-autofill {
    animation-name: onAutoFill;
    animation-duration: 0.01s;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.abell-header-turquoise {
    background-color: #54bab6;
    border: none;
    height: 40px;
}

.abell-btn-disabled {
    background-color:lightgray;
}

.abell-footer-turquoise {
    background-color: #54bab6;
    border: none;
    height: 70px;
}

.abell-footer-big-turquoise {
    background-color: #54bab6;
    border: none;
    height: 90px;
}

.abell-footer-bigger-turquoise {
    background-color: #54bab6;
    border: none;
    height: 140px;
}

.abell-header-white {
    background-color: white;
    width: 100%;
    border: none;
    height: 70px;
}

.abell-body {
    width: 100%;
    height: 100%;
    min-height: 400px;
    min-width: 330px;
}

.timer-clock {
    color: #54bab6;
    font-weight: bold;
    font-size: 20px;
}

.dxeButtonEditButton_Moderno {
    background: none;
    border: none;
    background-color: #54bab6;
}

.dxeButtonEditButtonHover_Moderno {
    background: none !important;
    border: none !important;
    background-color: #54bab6;
}


.other-container-captcha {
    display: flex;
    justify-content: center;
}

.header-panel{
    padding: 0px !important;
}

.hamburger-btn {
    height: 100%;
    padding: 0 12px;
}

.hamburger-btn-container{
    height: 100%;
}

.hamburger-btn:hover {
    cursor: pointer;
}

#main-container {
    flex: 1 0 auto;
}

.footer{
    flex-shrink: 0;
}

.left-menu {
    box-sizing: border-box;
    padding: 53px 12px;
    height: 100%;
    width: 230px;
    position: fixed;
    /*z-index: 1;*/
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition-duration: 0.5s;
    border: 1px solid #d1d1d1;
    background-color: white;
}

#grey-background {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

.left-menu h1 {
    margin: 0;
}

#outstandingInvoicesPartialView {
    /*overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 10px;
    height: 400px;
    border: 0px solid red;*/
}

@media (max-width: 1360px) {
    .left-menu {
        display: none;
        z-index: 101;
    }

    #main-container{
        padding-left: 12px;
    }
}

.outstanding-grid-container {
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 300px;
    border: 1px solid red;
}

.headers{
    display: flex;
}

.headers .common-style {
    height: 36px;
    border: 1px Solid #d1d1d1;
    padding: 7px 10px 6px 10px;
    background-color: #FAFAFA;
    cursor: pointer;
}

.headers .check-box {
    width: 100px !important;
}

.headers .invoice-number {
    width: 150px !important;
}

.headers .invoice-date {
    width: 150px !important;
}

.headers .invoice-total {
    width: 100px !important;
}

.headers .balance {
    width: 120px !important;
}

.headers .service-description {
    width: 300px;
}

/*Start -> CSS used form Slider Only - Will probably be deleted*/
/*.form-container {
    max-width: 400px;
    margin: 10px auto;
    padding: 0 10px;
    border: 0px solid red;
}

.slider-container {
    margin: 60px auto;
    max-width: 500px;
    padding-bottom: 20px;
    padding-top: 15px;
}*/
/*END -> CSS used form Slider Only - Will probably be deleted*/
/*@media(max-width:449px) {
    .other-container {
        padding-left: 50px;
    }
}

@media(min-width:450px) and (max-width:768px) {
    .other-container {
        padding-left: 70px;
    }
}

@media(min-width:768px) and (max-width: 1200px) {
    .other-container {
        padding-left: 70px;
    }
}

@media(min-width:1200px) {
    .other-container {
        padding-left: 50px;
    }
}*/
.other-container {
    padding-left: 50px;
}

/* Changing some bootstrap css to adapt to the website needs */

@media (max-width: 768px) {
    .modal-dialog {
        width: auto;
        margin: 30px auto;
    }
}


.wrapper{
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

@media (max-width: 991px) {
    #main-container{
        flex-direction: column;
    }

    .communication-container{
        margin-bottom: 15px;
        margin-top: 15px;
    }
}

.user-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

@media (max-width: 860px){
    .user-profile {
        flex-direction: column;
    }
    .communication-container{
        margin-top: 30px;
    }

    .communication-action-btns{
        margin-top: 25px;
    }
}

.communication-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.communication-action-btns, .profile-action-btns{
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 564px){
    #header-logo-img{
        display: none;
    }
}

.email-text-area{
    width: 100%;
    border: 1px solid #c2c2c2;
}

.email-text-area:focus{
    outline: none !important;
    border: 2px solid #54BAB6;
}

.outstanding-invoices-grid{
    width: 100% !important;
}

@media (max-width: 400px) {
    .account-dropdown {
        width: 100% !important;
    }
}