﻿html {
    min-height: 100%;
    height: 100%;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    min-height: 100%;
    height: 100%;
    background-color: aliceblue;
}

.ihealthsuite-dialog {
    background-color: aliceblue;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.navbar-brand {
    padding-top: 4px;
}

.tileContainer
{
    /*display: block;*/
    position: relative;
    padding-top: 10px;
}

.tile
{
    width: 160px;
    height: 80px;
    background-color: #1291C4;
    float: left;
    margin: 6px;
    padding: 4px;
    position: relative;
    cursor: pointer;
}

    .tile p
    {
        position: absolute;
        bottom: 1px;
        right: 1px;
        text-align: center;
        /*float: right;*/
        width: 50%;
        font-family: 'Segoe UI',Calibri, Verdana, Sans-Serif;
        font-size: small;
        color: white;
        padding:2px;
    }

    .tile img
    {
        width: 50%;
        max-width: 50%;
        position: absolute;
        top:1px;
        left:1px;
    }

.fill { 
    min-height: 100%;
    height: 100%;
}

.height-100 {
    min-height: 100%;
    height: 100%;
}

.width-100 {
    width: 100%;
}

.facility-panel {
    padding-top: 10px;
}

.facility-panel-parent {
    margin-top: 10px;
    border-right: solid;
    border-right-color: rgb(0,136,206);
    border-right-width: thin;
}

.facility-tile
{
    width: 160px;
    height: 112px;
    background-color: White; /*#1291C4;*/
    float: left;
    margin: 6px;
    padding: 6px;
    position: relative;
    text-align: center;
    cursor: pointer;
}

    .facility-tile p
    {
        position: absolute;
        bottom: 1px;
        text-align: center;
        float: right;
        width: 90%;
        margin: 5px;
        font-family: 'Segoe UI',Calibri, Verdana, Sans-Serif;
        font-size: small;
        color: ButtonText;
        background-color: #e4eefa;
    }

.facility-helper
{
    /*display: inline-block;
    height: 100%;
    vertical-align: middle*/
}

.facility-tile img
{
    vertical-align: top;
    max-height: 80%;
    max-width: 100%;
    margin: 0 auto;
}

.pad-10-top {
    padding-top: 10px;
}

#ihstoolbar {
    padding: 4px;
    margin-top: 10px;
}

.schedule
{
    overflow: scroll;
}

    .schedule th
    {
        padding: 4px;
        border: solid;
        border-width: 1px;
        border-color: gray;
    }

    .schedule td
    {
        padding: 4px;
        /*border: solid;
        border-width: 1px;
        border-color: lightgray;*/
        border: 1px solid #007FCC;
    }

    .schedule table
    {
        font-family: Tahoma;
        font-size: xx-small;
        border: 1px solid #007FCC;
        border-spacing: 1px;
        border-collapse: collapse;
    }

.normal
{
    text-align: center;
    background-color: #AACCEE;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#DDEEFF', EndColorStr= '#aaccee');
}

.normal2
{
    font-family: tahoma;
    text-align: center;
    background-color: #ddeeff;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#ffffff', EndColorStr= '#ddeeff');
}

.empty
{
    background-color: #e0fff0;
}

.heading {
    background-color: #007FCC;
	color: white;
	font-weight: bold;
    border-bottom:1px solid #7FCCFF;
    border-right:1px solid #7FCCFF;
    border-top:1px solid #7FCCFF;
    border-left:1px solid #7FCCFF;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#7FCCFF' , EndColorStr= '#007FCC' );
}

.schedule-days {

}

.schedule-players {

}

.on-demand-fixed {

}

.ih-tag {
    padding: 2px;
    border: 1px solid rgb(0,136,206);
    margin: 2px;
    float: left;
    color: rgb(0,136,206)

}

.ih-tooltip {
    display: inline;
    position: relative;
}

.ih-tooltip span {
    font-size: 10px;
    position:absolute;
    z-index: 999;
    white-space:nowrap;
    bottom:9999px;
    left: 50%;
    background:rgb(0,136,206);
    color:#ffffff;
    padding:0px 7px;
    line-height: 24px;
    height: 24px;
     
    opacity: 0; 
    transition:opacity 0.4s ease-out; 
    }       
     
.ih-tooltip span::before {
    content: "";
    display: block;
    border-left: 6px solid rgb(0,136,206);
    border-bottom: 6px solid transparent;
    position: absolute;
    bottom: -6px;
    left: 0px;
    }
     
.ih-tooltip:hover span {
    opacity: 1;
    top:-35px;
    }

.ih-remove {
    position:absolute;
    top:-1px;
    right:14px;
}

.ih-media-checkbox {

}

.ih-row-padding {
    padding-top: 4px;
    padding-bottom: 4px;
}

.ih-margin-right {
    margin-right: 4px;
}

.ih-margin-left {
    margin-left: 4px;
}

.ih-text-blue {
    color: rgb(0,136,206);
}

.ih-indent {
    text-indent:1.4em;
}

.ih-disabled {
    background-color:darkgray;
}

.ih-schedule {
    background-color:#873E63;
}

.ih-library {
    background-color:#3D9999;
}
