/**
* 위젯 공통
*/
div[data-role=widget] > div.panel-body {
    height: 260px;
}
div[data-role=widget] > div.panel-body > ul > li:first-child {
    padding-top: 80px;
}

/**
* 전자결재
*/
div[data-role=widget] .gauge-parent {
    width: 320px;
    height: 150px;
    margin: auto;
}
div[data-role=widget] .gauge {
    width: 320px;
    height: 150px;
}

div[data-role=widget] .well {
    padding: 0 20px;
    border: none;
    border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
}
div[data-role=widget] .well > div > div:not(:first-child):before {
    content: "";
    display: inline-block;
    float: left;
    margin-top: 8px;
    margin-left: -15px;
    width: 1px;
    height: 50px;
    border: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #fff;
}
div[data-role=widget] .well > div > div > h5 {
    font-size: 12px;
    margin-bottom: 5px;
}
div[data-role=widget] .well > div > div > span {
    font-size: 28px;
    font-weight: bold;
}
div[data-role=widget] .well > div > div > span > small {
    font-size: 22px;
    font-weight: normal;
}


/**
* 스케쥴
*/
div[data-role=widget] .widget-schedule-date {
    font-size: 24px;
    font-weight: bold;
}
div[data-role=widget] .widget-schedule-list {
    height: 190px;
    overflow-y: auto;
    margin-top: 10px;
}
div[data-role=widget] .widget-schedule-list > ul > li {
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: left;
    padding: 10px 5px;
    margin-top: 10px;
    color: #666;
}
div[data-role=widget] .widget-schedule-list > ul > li:first-child {margin-top: 0;}
div[data-role=widget] .widget-schedule-list > ul > li > span {
    display: inline-block;
}
div[data-role=widget] .widget-schedule-list > ul > li > span:first-child {
    width: 100px;
}
div[data-role=widget] .widget-schedule-list .sch-box {
    display: inline-block;
    float: left;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-top: 2px;
}

/**
* To-Do
*/
div[data-role=widget] .widget-todo-list {
    height: 240px;
    overflow-y: auto;
}
div[data-role=widget] .widget-todo-list > ul > li {
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: left;
    padding: 10px 5px;
    margin-top: 10px;
    color: #666;
}
div[data-role=widget] .widget-todo-list > ul > li:first-child {margin-top: 0;}
div[data-role=widget] .widget-todo-list > ul > li > label.checkbox-inline {
    padding-left: 0;
}
div[data-role=widget] .widget-todo-list .sch-box {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-top: 2px;
}

/**
* 근태
*/
div[data-role=widget] .attendance-title {
    font-size: 28px;
    padding-top: 10px;
}
div[data-role=widget] .attendance-buttons {
    padding-top: 20px;
    padding-bottom: 60px;
}
div[data-role=widget] .attendance-buttons > button {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 120px;
    font-size: 16px;
}
div[data-role=widget] .attendance-buttons > button:not(:first-child) {
    margin-left: 20px;
}

/**
* table
*/
div[data-role=widget] div.table-responsive {
    height: 240px;
    overflow-y: auto;
}