html {
    height: 100%;
}

body {
    height: 100%;
    padding-bottom: 100px;
}

.foot {
    height: 100px;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.jumbotron {
    padding: 0px;
    margin: 0px;
}

.color {
    color: White;
}

.well1 {
    margin: 0px;
}

h1, h2 {
    margin: 0;
    font-weight: normal;
    color: #618C04;
}

.tab-content {
    border: #ffa500;
}

.panel1 {
    height: 200px;
}

.tab-content {
    border: 1px solid orange;
}

.tab-pane {
    padding-left: 20px;
}

/*.embed-responsive-16by9 {
    width: 750px;
    height: 650px;
}*/

.glyphicon glyphicon-thumbs-up {
    color: Blue;
    height: 100%;
    width: 100%;
}

#clockbox {
    font-size: 12pt;
    margin-top: 10px;
    margin-left: 10px;
}

.text {
    color: white;
}

/* Padding in div , background color of div ,text color in div */
.div_padding {
    padding-top: 10px;
    padding-bottom: 10px;
}

.div_color {
    background-color: #e7fbde;
}

.text_color {
    color: black;
}

/*Calendar Control CSS*/
.MyCalendar .ajax__calendar_container {
    border: 1px solid #646464;
    background-color: lemonchiffon;
    color: black;
}

.MyCalendar .ajax__calendar_other .ajax__calendar_day, .MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: green;
}

.MyCalendar .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: green;
}

.MyCalendar .ajax__calendar_active .ajax__calendar_day, .MyCalendar .ajax__calendar_active .ajax__calendar_month, .MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: green;
    font-weight: bold;
}

/*---- for printing web pages -----------*/
@media print {
    #div_nonprintable {
        display: none;
    }

    .Non-Printable {
        display: none !important;
    }

    .Printable {
        display: block !important;
        font-size: large;
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .panel.well1 {
        border: none !important;
    }
}
