html, body, button, input, select, textarea {
    font-family: 'Open Sans', sans-serif;
}

[draggable=true] {
	cursor: move;
}

a {
    cursor: pointer;
}

html {
    padding-bottom: 60px;
}

body {
    padding: 60px 0;
}

h1, h2, h3, h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

ul { list-style: none; list-style-image: url(../img/folder.png); margin-left: 30px; padding: 0; }

.breadcrumb {
    background-color: #fff;
    padding-left: 0;
    margin-bottom: 0;
}

.breadcrumb + h2 {
    margin-top: 0;
    margin-bottom: 30px;
}

.progress {
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}

.progress-bar-info {
    background-color: rgb(131, 172, 222);
}

.sidebar {
    position: fixed;
    top: 55px;
    bottom: 65px;
    overflow: auto;
}

.sidebar-form {
    margin-bottom: 20px;
}

.home-box {
    height: 200px;
    margin-left: 5px;
    margin-right: 5px;
    width: 31%;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.open {
    background-color:#ddd;
}

/*========================
Progress
=========================*/

#bar_blank {
    border: solid 1px #000;
    height: 20px;
    width: 300px;
}
#bar_color {
    background-color: #006666;
    height: 20px;
    width: 0px;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 20px 0 20px;
    background-color: rgb(249, 249, 249);
    border-top: 1px solid rgb(221, 221, 221);
}