﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* 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: 280px;
}*/

/*.table.results{
  background-color: #2f4050;
}*/

/* Tooltip container */
.my-tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/ /* If you want dots under the hoverable text */
}

    /* Tooltip text */
    .my-tooltip .my-tooltiptext {
        visibility: hidden;
        width: 360px;
        /*background-color: black;*/
        background-color: rgba(0,0,0,0.75);
        color: #fff;
        text-align: left;
        padding: 5px 5px;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
        /* Position Right */
        top: -10px;
        left: 110%;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .my-tooltip:hover .my-tooltiptext {
        visibility: visible;
    }

    /* Add an arrow to the left of the tooltip */
    .my-tooltip .my-tooltiptext::after {
        content: " ";
        position: absolute;
        top: 50%;
        right: 100%; /* To the left of the tooltip */
        margin-top: -10px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent rgba(0,0,0,0.75) transparent transparent;
    }


/* Styling the bootstrap panels to have rounded corners and same background color */
.panel-body {
    background-color: #EFF6FC;
    border-radius: 4px;
    margin: 1px;
    padding: 10px 0px 0px 0px;
}

.checkbox label {
    padding: 0px;
}

/* Styling the "Transiient Occupancy" checkbox in the operating profile tab. */
md-checkbox.md-primary.md-checked.no-border .md-icon {
    background-color: #0057a3;
    /*border-color:black;*/
}

md-checkbox.md-primary.no-border .md-icon {
    background-color: #EFF6FC;
}

md-checkbox.md-primary.md-checked.black-border .md-icon {
    background-color: #0057a3;
    border-color: black;
}

md-checkbox.md-primary.black-border .md-icon {
    background-color: #EFF6FC;
}

.double {
    zoom: 1.4;
    transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

label.checkbox-label input[type=checkbox] {
    position: relative;
    vertical-align: middle;
    bottom: 1px;
}



.linkbutton {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    font-family: arial,sans-serif; /*input has OS specific font-family*/
    color: #069;
    text-decoration: underline;
    cursor: pointer;
}

#ajaxloaderDiv {
    position: absolute;
    top: 40%;
    left: 40%;
    width: 100%;
    height: 100%;
    z-index: 200;
    /*background-color: grey;*/
    opacity: .8;
}

.ajax-loader {
    position: absolute;
    left: 77%;
    top: 47%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px; /* -1 * image height / 2 */
    /*display: block;*/
}

.modal .text-info {
    color: orange;
}

.modal .text-danger {
    color: #ed5565;
}

.modal .text-success {
    color: darkolivegreen;
}

.panellabel {
    color: rgb(222, 128, 73)
}

rect.bordered {
    stroke: #E6E6E6;
    stroke-width: 2px;
}

text.mono {
    font-size: 9pt;
    font-family: Consolas, courier;
    fill: #aaa;
}

text.axis-workweek {
    fill: #000;
}

text.axis-worktime {
    fill: #000;
}

.HideShowButton {
    color: #2a577e !important;
    font-size: 8px !important;
    /*background-color: #0057a3;
    margin: 0 15px 15px 15px;
    text-transform: uppercase;
    padding: 12px 30px;*/
}

label.lblsuccess {
    color: #435033;
}

label.lblfail {
    color: #ec0725;
}

.fadein,
.fadeout {
    -webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    -moz-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    -o-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
}

    .fadein.ng-hide-remove,
    .fadeout.ng-hide-add.ng-hide-add-active {
        opacity: 0;
        display: block !important;
    }

        .fadeout.ng-hide-add,
        .fadein.ng-hide-remove.ng-hide-remove-active {
            opacity: 1;
            display: block !important;
        }

fieldset.selectvariable-border {
    border: 1px solid #ddd !important;
    padding: 0 0em 0em 0em !important;
    margin: 0 0 0em 1.5em !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    width: 80%
}

legend.selectvariable-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

.md-tooltip {
    height: 35px !important;
    background-color: red !important;
    color: white !important;
    border-radius: 5px;
}

.no-padding-left-right {
    padding-left: 0px;
    padding-right: 0px;
}

.no-padding-left {
    padding-left: 0px;
}

.no-padding-right {
    padding-right: 0px;
}

md-checkbox > div.md-label > label {
    display: inline-block;
    /*margin-bottom: 0.5em;*/
    text-transform: uppercase;
    font-size: 16px;
    color: #0057a3;
}

#toast-container > .toast-error:before {
    content: none;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.datepicker-width {
    max-width: 140px;
}
