﻿body {
    background-color: #f0f0f0 !important;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.container-fluid {
    padding: 15px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
    background-image: url(/content/footer.png);
    background-size: cover;
    text-align: center;
}

.container-fuild .text-muted {
    margin: 20px 0;
    color: #777;
}

img.logo {
    padding: 2px 16px 0 16px;
    border-style: none;
    width: 130px;
    max-height: 80%;
    margin-left: 0;
}

div.navbar-custom {
    background-color: #fff !important;
    border-color: #fff
}

div.container-custom {
    margin-top: 58px;
    margin-bottom: 64px;
}

h4.custom-modal-header {
    padding: 10px;
}

div.custom-location {
    padding-top: 20px;
    background-color: #158e9c !important;
}

div.custom-location-h4-container {
    margin-top: -5px;
}

h4.custom-location-h4 {
    display: inline;
    color: #fff;
    font-size: 16px;
}

div.custom-location-text-div {
    display: table-cell;
    vertical-align: middle;
    padding-left: 2px;
}

p.custom-location-p {
    font-size: 14px;
    color: #fff;
}

div.custom-location-img-container {
    display: table-cell;
    vertical-align: text-top
}

div.custom-location-text {
    margin-top: -6px;
    padding-right: 2px;
    padding-bottom: 10px;
}

img.custom-location-img {
    vertical-align: middle;
    max-height: 28px;
    cursor: pointer
}

div#condenserPanels {
    margin-top: 16px;
}

.custom-margin-bottom-0 { 
    margin-bottom: 0; 
}

.custom-margin-bottom-10 {
    margin-bottom: 10px;
}

.custom-button-icon {
    background-color: #cccccc; 
    margin-right: 4px;
}

.custom-button-icon-bg {
    background-color: #cccccc;
}

.custom-div-friendlyname {
    background-color: #158e9c;
    color: #fff;
    margin-top: -.5px;
    margin-left: -2px;
    margin-bottom: 0;
    padding: 7px;
}

.custom-margin-top-10 {
    margin-top: 10px;
}

.custom-padding-top-10 {
    padding-top: 10px;
}

.custom-margin-top-16 {
    margin-top: 16px;
}

.custom-panel-systems {
    margin-right: -30px !important;
}

.custom-quantity {
    width: 33%;
}


.padding-bottom-5 {
    padding-bottom: 5px;
}

.system-button-edit {
    background-color: #fff;
    margin-left: 4px;
    margin-right: 4px;
}

.system-button-delete {
    background-color: #fff;
}

.system-condenser-friendlyname {
    background-color: #158e9c;
    color: #fff;
    margin-top: -.5px;
    margin-left: -2px;
    margin-bottom: 0;
    padding: 7px;
}

.system-evaporator-friendlyname {
    background-color: #158e9c; 
    color: #fff; 
    margin-top: -.5px; 
    margin-left: -2px; 
    margin-bottom: 0; 
    padding: 7px;
}

.system-button-roi {
    background-color: #158e9c !important;
    color: #fff !important;
    width: 50%;
}

.system-panel-roi {
    margin-top: 20px;
}

.system-roi-divider {
    border-bottom: 1px solid #ccc;
}


.inline-block {
    display: inline-block;
}

h4 {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: normal;
}

input, select, textarea {
    font-size: 16px !important;
}

.navbar-inverse {
    border-style: none !important;
}

.navbar-inverse .navbar-toggle {
    border-style: none !important;
}

.btn-warning {
    background-color: #f0a21b !important;
    border-color: #f0a21b !important;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 0;
    border-style: none;
    color: #fff;
}

.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nav-justified > li > a {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    border: 1px solid #000 !important;
}

.systemchevrons .evaporatorTrashButton .condenserTrashButton .condenserEditButton .evaporatorEditButton .systemEditButton .systemTrashButton {
    cursor: pointer;
}

#systemChevron #evaporatorChevron #condenserChevron {
    cursor: pointer;
}

.validationMessage {
    color: #8a6d3b;
    margin-top: 4px;
    background-color: #fcf8e3;
    border-color: #faebcc;
    padding: 7px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
    width: 100%;
}

.invalidInput {

    border-color: #a94442;
}

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0;
}

.modal {
    overflow-y: auto;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}
.modal-content {
    width: inherit;
    height: inherit;
    margin: 0 auto;
    pointer-events: all;
}

#locationText {
    margin: 0 !important;
}

.form-group .col-xs-6 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.form-group .col-xs-12 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.form-group .col-xs-7 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.form-group .col-xs-5 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: url('chevron-arrow-down.png') no-repeat 97% 50% #ffffff;
    background-size: 11px 7px;
}

select::-ms-expand {
    display: none;
}

/* small device */
@media (max-width: 767px) {
     .device-big {
         display: none;
     }
     .device-small {
         display: block;
     }

     .nav-justified > li {
         display: table-cell;
         width: 1%;
     }

     .nav-justified > li > a {
         -webkit-border-radius: 0 !important;
         -moz-border-radius: 0 !important;
         border-radius: 0 !important;
         margin-bottom: 0 !important;
         border: 1px solid #000 !important;
     }

     .custom-class {
         width: 80%;
     }

    .clg-panel {
        display: none;
        margin-left: -30px;
    }

    img.logo {
        margin-left: 0;
    }

 }

/* big device */

@media only screen and (min-width: 768px) {
            
     .navbar-collapse .navbar-nav.navbar-right:last-child {
         margin-right: -5px !important;
     } 
            
     .device-big, .tab-content > .tab-pane {
         display: block;
     }
     .device-small {
         display: none;
     }

     .tab-content {
         display: flex;
         flex-wrap: wrap;
     }

     .tab-content > div[class*='col'] {
         display: flex;
         flex-direction: column;
     }

     .tab-content > .tab-pane {

         border-right: 1px solid #c4c4c4;

     }

     .tab-content > .tab-pane {
         display: block;
         border-right: 1px solid #c4c4c4;
     }

     .tab-content > .last-pane {
         border-right-style: none !important;
     }

     .custom-class {
         width: 20%;
     }

     .clg-panel {
         display: block;
         border-left-style: none !important;
         background-color: #0b636d;
         color: #fff;
         text-align: center;
         margin-left: -15px;
         margin-right: -15px;
         padding: 10px 15px;
         margin-bottom: 20px;
     }

    .custom-panel-condensers {
        margin-left: -30px;
    }

    .lcshim {
        margin-left: -10px;
    }

     .rcshim {
         margin-left: 5px;
     }

     #condenserFields {
         margin-left: -15px;
     }

     #systemFields {
         margin-right: -15px;
     }

     .pm-fix {
         margin-left: -15px;
     }


 }