html,
body {
    height: 100%;
    background-image: none!important;
    background-color: #f5f8fa!important;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 60px;
}

.wrap > .container {
    /*padding: 50px 15px 20px;*/
    padding: 30px 2px 0px;
}


.btn-w{
    padding: 5px 20px;
}

.teacher-time-index{
    /*padding: 20px 5px 20px 5px;*/
    padding: 5px;
    margin: 20px 0 10px;
    border: 0;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tbox{
    text-align: center;
}
.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.navbar-brand{
    padding-top: 15px;
}

.navbar-inverse{
    background-color: #fff;
    border-width: 0;
    box-shadow: 0 1px 10px rgba(0,0,0,0.1);
}
.navbar {

    font-size: 16px;
}

.navbar-inverse .navbar-brand
{
    color: #428BCA;
}
.navbar-brand:hover{
    color: #428BCA;
}

.navbar-inverse .navbar-nav > li > a
{
    color: #428BCA;
}

.navbar-inverse .navbar-nav > li > a:hover
{
    color: #000;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus
{
    background-color: #ffffff;
    color:#428BCA;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus
{
    background-color: #ffffff;
    color: #000;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td
{
    vertical-align: middle;
}





.btn-primary.btn-outline:hover, .btn-success.btn-outline:hover, .btn-info.btn-outline:hover, .btn-warning.btn-outline:hover, .btn-danger.btn-outline:hover {
    color: #fff;
}
.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}
.red-color{
    color: red;
}
.currency{
    color: red;
}
.table-responsive th,td{
    text-align: center;
}
th.text-left,td.text-left{
    text-align: left;
}

.reservation-page{
    margin: 0;
}
.pointer{
    cursor: pointer;
}
tr.reservation-tr{
    height: 51px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}
.info-msg{
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
}
.info-textarea{
    clear: both;
    width:100%
}
.pull-left{
    clear:both;
}

























