/* 
    Document   : itctime
    Created on : 2013-apr-25, 13:51:33
    Author     : Kenny Westermark
*/

html {
    height: 100%;
}
body {
    height: 100%;
    background-image: url('../img/bg.png');
}

h1 {
    font-size:32px;
    line-height: 35px;
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -60px;
}
.container {
}

/* Set the fixed height of the footer here */
#push,
#footer {
    height: 60px;
}
#footer {
    background-color: #f5f5f5;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.credit {
    margin: 20px 0;
}

.navbar-fixed-top {
    margin-bottom: 0px;
}
@media only screen and (max-width: 979px) {
    .navbar-fixed-top {
        margin-bottom: 0px;
    }
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: static;
}

tr.hr-more {
    font-size:0.9em;
    display:none;
}

#grid .gridtype_2 {
    display: none;
}
#grid th.day {
    text-align:center;
    line-height: 0.9em;
}
#grid th.day span {
    font-size:0.8em;
    display:block;
}
#grid select, #grid input {
    margin-bottom: 0;
}

.page-header .btn-group{
    bottom: 15px;
    position: relative;
    top: 15px;
}

.box {
    -webkit-box-shadow: 0 2px 2px -2px #cccccc;
    -moz-box-shadow: 0 2px 2px -2px #cccccc;
    box-shadow: 0 2px 2px -2px #cccccc;
    background: #fbfbfb;
    border: 1px solid #cdcdcd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
}
.box .box-header, .box .box-footer {


    background: none repeat scroll 0 0 #006DCC;
    background-size: 100%;
    /*
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fdfdfd),color-stop(100%,#eaeaea));
    background-image: -webkit-linear-gradient(top,#fdfdfd,#eaeaea);
    background-image: -moz-linear-gradient(top,#fdfdfd,#eaeaea);
    background-image: -o-linear-gradient(top,#fdfdfd,#eaeaea);
    background-image: linear-gradient(top,#fdfdfd,#eaeaea);
    */
    border-bottom: 1px solid #CDCDCD;
    /*
    color: #636363;
    text-shadow: 0 1px white;
    */
    font-weight: 600;
    color: #FFFFFF;
}
.box-header h1, .box-header h2, .box-header h3, .box-header h4, .box-header h5 {
    padding: 0px 15px;
}
.padded {
    padding: 15px;
}

.box-header {
    height: 40px;
}
.box-header .btn-group {
    height: 40px;
}
.box-header .btn-group button {
    height: 40px;
    border-right: none;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #e6e6e6;
    
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    
    
}

.page-header {
    background: #ececec;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fafafa),color-stop(100%,#ececec));
    background-image: -webkit-linear-gradient(top,#fafafa,#ececec);
    background-image: -moz-linear-gradient(top,#fafafa,#ececec);
    background-image: -o-linear-gradient(top,#fafafa,#ececec);
    background-image: linear-gradient(top,#fafafa,#ececec);
    -webkit-box-shadow: 0 2px 1px -1px rgba(0,0,0,0.07);
    -moz-box-shadow: 0 2px 1px -1px rgba(0,0,0,0.07);
    box-shadow: 0 2px 1px -1px rgba(0,0,0,0.07);
    border-bottom: 1px solid #ccc;
    position: relative;
    width: 100%;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    margin-top:0;

    
}
.page-header h1, 
.page-header h2, 
.page-header h3, 
.page-header h4,
.page-header h5 {
    font-weight: 300;
    color: #666;
}  



.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-size: 14px !important;
}
.saturday {
    color:#CCC;
}
.holiday {
    color:#EA8;
}





.row-fluid [class*="span"] {
   margin-left: 0 !important;
}