﻿
/* HACKS *********************************************************************/
.floatcontainer:after
{
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.floatcontainer
{
    display: inline-block;
}

/* Hides from IE Mac \*/
* html .floatcontainer
{
    height: 1%;
}
.floatcontainer
{
    display: block;
}





/* Reset IE centering of tooltips when using jquery-tooltip *****************************/
#tooltip
{
    text-align: left;
}

#tooltip
{
    font-size: 10px;
}

/* Force Blueprint <hr> to be exactly one pixel high */
body hr
{
    height: 1px;
}

/* MVC unobtrusive validation */
.field-validation-error
{
    color: Red;
}
.input-validation-error
{
    border: solid 1px red;
}

.nowrap
{
    white-space: nowrap;
}

body .inline-block{
    display: inline-block;
}

/* A links */
a {
    cursor: pointer;
}

a.strong, .strong
{
    font-weight: bold;
}

a img 
{
    vertical-align: text-bottom;
}

.numeric
{
    text-align: right;
}

body
{
    margin: 0;
    padding: 0;
}

textarea.error, input.error
{
    border: 2px solid Red !important;
}

input[type="text"], input[type="password"], input.text, input.title, textarea, select
{
    background-color: #FFFFFF;
    border: solid 1px #5A7A97;
}

body input.placeholder
{
    color: #888;
}

h2 img
{
    margin-right: 5px;
}

img
{
    vertical-align: middle;
    border: none;
}

.has-tooltip,
.tooltip_indicator
{
    border-bottom: dotted 1px #888;
}

.tooltip_help_contents
{
/*	background-color: #fff4c1; */
    background-color: Red;
}

p + p { text-indent: 0; margin-top: 0; } /* Reset blueprint fancy type paragraph setting */

/* Tweak jQuery Impromptu design */
div.jqi button
{ 
    float: none;
    display: inline;
}

div.jqi .jqimessage p
{ 
    font-weight: normal;
}
/***********************************/

div.notice-item
{
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 100%;
    font-weight: bold;
}

select /* To match Blueprint padding for other input elements */
{
    border: 1px solid #BDBDBD;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
    padding: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

span.micro-copy, .explanation{
    color: #395B95;
}

span.error, label.error
{
    white-space: nowrap;
    line-height: 2.5em;
}

label.checkbox-label
{
    font-weight: normal;
}

div.focusbox
{
    border: solid 1px #073763; 
    background-color: #CFE2F3; 
    padding: 0 7px;
}





/* Wizard step/progress indicator ***************************************************/
.wizard-steps ul
{
    list-style-type: none;
    padding-left: 0;
}
    .wizard-steps li 
    {
        width: 150px;
        float: left;
        height: 32px;
        margin-bottom: 32px;
        line-height: 32px;
    }
        .wizard-steps li a
        {
            color: #cccccc;
            text-decoration: none;
            cursor: inherit;
        }
        .wizard-steps li.enabled a
        {
            color: #808080;
        }
        .wizard-steps li.enabled a:hover
        {
            text-decoration: underline;
            cursor: pointer;
        }
        .wizard-steps li.active a
        {
            color: #101010;
        }
        .wizard-steps li span.num
        {
            display: block;
            float: left;
            width: 32px;
            height: 32px;
            margin: 0 5px;

            text-align: center;
            font-size: 18px;
            font-weight: bold;

            color: #fff;
            background-color: #cccccc;
 
            -moz-border-radius: 16px;  
            -webkit-border-radius: 16px;  
            border-radius: 16px;
        }

        .wizard-steps li.enabled span.num
        {
            background-color: #808080;
        }

        .wizard-steps li.active span.num
        {
            background-color: #314e74;
        }





/* Action button **********************************************************************************************/
html body .ui-widget-content a.actionbutton,
html body .ui-widget-content a.actionbutton:visited,
html body a.actionbutton,
html body a.actionbutton:visited 
{
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ffffff;
    padding: 10px 20px;
    background-color: #146600;
    background: -moz-linear-gradient(
        top,
        #42ff42 0%,
        #146600);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#42ff42),
        to(#146600));
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #134201;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    text-shadow:
        0px -1px 0px rgba(000,000,000,0.4),
        0px 1px 0px rgba(255,255,255,0.3);
}  
   
/* WHILE HOVERED */  
a.actionbutton:hover {  
}  
   
/* WHILE BEING CLICKED */  
a.actionbutton:active {  
}  





/* Secondary action button ***********************************************************************************************/
html body .ui-widget-content a.secondaryactionbutton,
html body .ui-widget-content a.secondaryactionbutton:visited,
html body a.secondaryactionbutton,
html body a.secondaryactionbutton:visited 
{
    width: 125px;
    height: 30px;  
    line-height: 30px;  
    color: white;  
    text-decoration: none;  
    font-size: 14px;  
    font-family: helvetica, arial;  
    font-weight: bold;  
    display: block;  
    text-align: center;  
    position: relative;  
   
    /* BACKGROUND GRADIENTS */  
    background: #014464;  
    background: -moz-linear-gradient(top, #0D658E, #0C577A 50%, #014D71 51%, #003E5C);  
    background: -webkit-gradient(
        linear, 
        left top, 
        left bottom, 
        color-stop(0, #0D658E), 
        color-stop(.5, #0C577A), 
        color-stop(.5, #014D71), 
        to(#003E5C));   
   
    /* BORDER RADIUS */  
    -moz-border-radius: 8px;  
    -webkit-border-radius: 8px;  
    border-radius: 8px;  
   
    border: 1px solid #6f7edf;  
    border-top: 1px solid #c3c7df;  
   
    /* TEXT SHADOW */  
   
    text-shadow: 1px 1px 1px black;  
   
    /* BOX SHADOW */  
    -moz-box-shadow: 0 1px 3px black;  
    -webkit-box-shadow: 0 1px 3px black;  
    box-shadow: 0 1px 3px black;  
}  
  
/* WHILE HOVERED */  
a.secondaryactionbutton:hover {  
    background: #014464;  
    background: -moz-linear-gradient(top, #0c5f85, #0b5273 50%, #024869 51%, #003853);  
    background: -webkit-gradient(
        linear, 
        left top, 
        left bottom, 
        color-stop(0, #0c5f85), 
        color-stop(.5, #0b5273), 
        color-stop(.51, #024869), 
        to(#003853));  
}  
   
/* WHILE BEING CLICKED */  
a.secondaryactionbutton:active {  
    -moz-box-shadow: 0 2px 6px black;  
    -webkit-box-shadow: 0 2px 6px black;  
}  





/* Square button ********************************************************************************************/
body a.squarebutton
{
    display: block;
    border: solid 1px #36666C;
    background-color: #93C47D;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    padding: 6px;
    text-decoration: none;
}

a.squarebutton:hover
{
}

a.squarebutton:active
{
}



/* Full calendar ********************************************************************************************/
body .fc-booking
{
    background-color: #ffffff;
    color: #202020;
}

body .fc-testbooking
{
    background-color: #fff29e;
    color: #202020;
}

body .fc-adminbooking
{
    background-color: #d9f7ff;
    color: #202020;
}

body .fc-autobooking
{
    background-color: #ffead9;
    color: #202020;
}

body .fc-confirmedbooking
{
    background-color: #beffc1;
    color: #202020;
}

body .fc-view .fc-first th
{
    overflow: hidden;
}
