@charset 'utf-8';
@import url("font.css");


/*default*/
body {
    font-family: 'NotoSansKR-Regular', 'Roboto-Regular'!important;
    font-size: 15px;
    color: #3f4d67;
    letter-spacing: -0.08em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'NotoSansKR-Medium', 'Roboto-Regular';
    color: #333;
}

button {
    cursor: pointer; 
    background: none; 
    border: 0 ;
    padding: 0; 
    margin: 0;
    outline: 0;
}

button:focus {
    outline: 0;
}


.btn-basic {
    padding: 7px 20px;
}
.btn-outline-default {
/*    padding: 5px 20px;*/
    color: #3f4d67;
    border: 1px solid #3f4d67;
}
.lh-100 {
    line-height: 100%;
}

.radio input[type=radio] + .cr:after {
    top: 15px;
}
.fs-18 {
    font-size: 18px;
}
.wd-100p {
    width: 100%;
}
.wd-140 {
    width: 140px;
}
.input-row {
    width: calc(100% - 115px);
    margin-right: 10px;
}
.input-row-radio {
    width: calc(100% - 190px);
    margin-right: 10px;
}
.input-row-check {
    width: calc(100% - 55px);
}


.checkbox.checkbox-sky input[type=checkbox]:checked + .cr:before {
    background: #00ceff;
    border-color: #00ceff;
}
.border-top {
    border-top: 1px solid #dee2e6!important;
}
.padding-tb-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.card .card-header h5 {
    font-size: 18px;
    height: 38px;
    line-height: 48px;
}
.card .card-header h5:after {
    content: "";
    background-color: #04a9f5;
    position: absolute;
    left: -25px;
    top: 14px;
    width: 4px;
    height: 20px;
}
.card-header .dropdown {
    margin-top: 10px;
}


.breadcrumb {
  background: transparent;
  padding: 0;
}
.breadcrumb > .breadcrumb-item a {
  color: #888;
}
.breadcrumb > .breadcrumb-item:last-child a {
  color: #111;
  font-weight: 600;
}

/*layout*/
.right_board {
    min-height: 758px;
}
.btn-area {
    display: flex;
    justify-content: flex-end;
}
.page-header-title h5 {
    font-family: 'NotoSansKR-Bold';
    font-size: 30px;
}
.card {
    border-radius: 0.5rem;
}
.card .card-header {
    padding: 15px 25px;
}

/*login*/
.btn.btn-login {
    background: linear-gradient(to right, #1cc2ea, #06abf4);
    color: #fff;
    padding: 10px 35px;
    margin-right: 0;
}
.login-logo img {
    height: 40px;
}

/*content*/
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: ">";
}

.board_view .dropdown-toggle::after {
    display: none;
    margin-left: 0;
    vertical-align: 0.255em;
    content: "";
    border: none;
}
.board_view .dropdown a {
    color: #888;
}
.board_view .dropdown .pro-body a:hover, .board_view .dropdown .pro-body a:focus {
    background: #d6edf8;
}
.board_view .dropdown .pro-body {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}
.board_view .dropdown .pro-body li {
    position: relative;
}
.board_view .dropdown .pro-body li a {
    padding: 5px 10px 5px 30px;
}
.board_view .dropdown .pro-body li a:before {
    content: '';
    display: block;
    width: 2px;
    height: 2px;
    background: #888;
    position: absolute;
    left: 20px;
    top: 15px;
}

.board_view .dropdown .dropdown-menu {
    left: 18px !important;
    padding: 10px 0;
}
.board_view .dropdown .dropdown-item {
    padding: 0.25rem 0.5rem;
    border-radius: 0;
}

.input-search-group {
    border: 1px solid #ced4da;
}
.input-search-group input{
    border: none;
}
.input-search-group .btn {
    padding: 10px;
}
.input-search-group i {
    font-size: 18px;
    color: #888;
    margin-right: 3px;
}

.left_sel_board .page-link {
    padding: 0.5rem 0.6rem;
}

.left_sel_board .table td, .left_sel_board .table th {
    border-top: 1px solid #eaeaea;
    white-space: nowrap;
    padding: 0.5rem 0.5rem;
}
.left_sel_board .custom-select,.left_sel_board .form-control {
        font-size: 13px;
}
.search_btn_area button {
    width: 100%;
}

.top_btn_area {
    display: flex;
}
.top_btn_area button {
    width: 200px;
}

.condition .tab-content {
    padding: 0;
    box-shadow: none !important;
}
.condition-line {
    border-top: 2px solid #dee2e6!important;
    border-bottom: 2px solid #dee2e6!important;
}
.condition-line > div {
    padding: 14px 10px;
    border-bottom: 1px solid #dee2e6;
}

/*search-form*/
.search-form .form-group {
    margin-right: 20px;
}


/*datetimepicker*/
.left_sel_board .input-group.date, .search-box .input-group.date {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.left_sel_board .input-group .btn {
    margin-bottom: 0;
    margin-right: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
    padding: 5px;
}
.left_sel_board .input-group.date .form-control, .search-box .input-group.date .form-control {
    border: 0 !important;
    border-radius: 0 !important;
}
.left_sel_board .input-group-addon, .search-box .input-group-addon {
    border: 0 !important;
    background: none!important;
}
.left_sel_board .input-group-addon i, .search-box .input-group-addon i {
    padding-top: 3px;
    font-size: 20px;
}

.search-box .date-bar {
    position: absolute;
    left: 46.8%;
    top: 15%;
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
    width: 14.2857142%;
    background: #fff !important;
    border: 0 !important;
    color: #666;
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
    padding: 0;
    border-collapse: collapse;
    cursor: pointer;
    height: 25px;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
    border-bottom: 1px solid #eaeaea !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
    color: #3f4d67 !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
    background: #fff !important;
    box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 260px !important;
    float: left;
    margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
    color: #3f4d67 !important;
    color: #fff !important;
    box-shadow: none !important;
    background-color: #00ceff !important;
    border-radius: 0.25rem;
}
.xdsoft_datetimepicker .xdsoft_label i, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button {
    background-image: url(../../assets/images/datepicker.jpg) !important;
}
.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev {
    background-image: url(../../assets/images/left.jpg) !important;
    background-position: 0 !important;
}
.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next {
    background-image: url(../../assets/images/right.jpg) !important;
    background-position: 0 !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
    color: #fff !important;
    background: #00ceff !important;
    box-shadow: none !important;
    border-radius: 0.25rem;
}

/*timepicker*/
.input-group.date .input-group-addon {
    cursor: pointer;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
    width: 100px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    margin-left: 35px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: center;
    border-collapse: collapse;
    cursor: pointer;
    border-bottom-width: 0;
/*
    height: 30px;
    line-height: 30px;
*/
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
    font-size: 14px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    background-image: url(../../assets/images/up.jpg) !important;
    background-position: 0 !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next
{
    background-image: url(../../assets/images/down.jpg) !important;
    background-position: 0 !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    border: none;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
    border: none;
    background: #fff;
}


/*datepicker*/
.datepicker-dropdown {
    color: #000;
    background: #fff;
    padding: 0;
}
.datepicker table tr td.old, .datepicker table tr td.new {
    color: #999 !important;
}
.datepicker th, .datepicker td {
    padding: 0.7rem;
}
.datepicker th {
    font-family: 'Roboto-Regular';
    border-bottom: 1px solid #eaeaea !important;
    padding: 0.5rem;
    color: #666;
}
.datepicker th.datepicker-switch {
    color: #333;
}
.datepicker th.prev {
    background: url(/assets/images/left.jpg) no-repeat center 3px ;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    opacity: 0.5;
}
.datepicker th.next {
    background: url(/assets/images/right.jpg) no-repeat center 3px ;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    opacity: 0.5;
}
.datepicker th.prev:hover {
    background: #fff url(/assets/images/left.jpg) no-repeat center 3px ;
    opacity: 1;
}
.datepicker th.next:hover {
    background: #fff url(/assets/images/right.jpg) no-repeat center 3px ;
    opacity: 1;
}
.datepicker th.datepicker-switch:hover {
    background: #fff;
    color: #333;
}
.datepicker td.day:hover, .datepicker td.day.active, .month.active, .month:hover {
    background: #00ceff !important;
    color: #fff;
}






/*paging*/
.page-link ,.page-link:hover {
    color: #333;
}


/*도면*/
.plan {
   position: relative;
}
.plan img{
    width: 100%;
}
.plan_btn_area {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.btn_icon_point {
    width: 30px;
    position: absolute;
}
.btn_name_point {
    padding: 3px 12px;
    font-size: 12px;
    position: absolute;
}
.btn_xsmall {
    padding: 3px 12px;
    font-size: 12px;
}
.tooltip-body .btn {
    margin: 5px 0 0 0;
}
.tooltip-body .btn_wrap {
    width: 100%;
    text-align: center;
}

.tooltip {
    position: absolute;
    z-index: 1060;
    display: block;
    max-width: 276px;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    top: 0;
    left: 0;
    border: none;
    -webkit-box-shadow: 0 0 8px #999;
    box-shadow: 0 0 8px #999;
    border-radius: 5px;
}
.tooltip.red {
    background: #ff0000;
    color: #fff;
}
.tooltip.red .arrow::before {
    color: #ff0000;
}
.tooltip.tooltip_alert {
    border: 2px solid #ff0000;
}
.tooltip.tooltip_alert .arrow {
    bottom: calc((0.5rem + 2px) * -1);
}
.tooltip.tooltip_alert .arrow::before {
    color: #ff0000;
}
.tooltip.stage {
    width: 200px;
    border-radius: 0;
    border: 1px solid #ebebeb;
}

.btn-red {
    color: #ff0000;
    background-color: #ffffff;
    border-color: #ff0000;
}
.btn-redBg {
    color: #ffffff;
    background-color: #ff0000;
    border-color: #ff0000;
}
.tooltip .arrow {
    position: absolute;
    left: 40%;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
    bottom: calc((0.5rem + 1px) * -1);
}

.tooltip .arrow::before {
    content: "\6d";
    top: -1px;
    left: 0;
    font-family: "pct";
    font-size: 20px;
    line-height: 0.3;
    color: #fff;
    border: none;
    text-shadow: 0 2px 3px rgb(220 220 220 / 70%);
}
.tooltip-body {
    padding: 0.8rem 1rem;
    color: inherit;
    font-size: 13px;
    line-height: 2;
}
.tooltip-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-radius: 0;
    border-bottom: 1px solid #ebebeb;
}
.tooltip-footer { 
    padding: 0.5rem 0.75rem;
    border-top: 1px solid #ebebeb;
    display: flex;
    justify-content: space-around;
}
.tooltip-body .form-group {
    margin-bottom: 0;
}
.tooltip-footer .btn {
    margin-right: 0;
    width: 75px;
}

/*table*/
.table .select-cell {
    font-weight: 600;
    background-color: rgba(4, 169, 245, 0.05);
}

.footable-details.table th, .footable.table th {
    text-align: center;
}

.user-list .table td {
    padding: 0.5rem 0.75rem;
}

.table-row th, .table-row td {
    border-top: 1px solid #c6c9cf;
    border-bottom: 1px solid #c6c9cf;
}
.table-row th {
    background: #ecedef;
    color: #393c40;
    vertical-align: middle;
    padding: 0.65rem 2rem;
}
.table-row td {
    padding: 0.65rem 0.75rem;
}
.table-row .form-control {
    width: 114px;
}

/*검색*/
.btn-search {
    padding: .375rem 4.0rem;
}

.icon-search-wrap {
    position: relative;
}
.icon-search-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #888;
}
.icon-search-btn:hover {
    color: #888;
}
.icon-search-btn i {
    font-weight: bold;
    font-size: 18px;
}
.form-control {
    border: 1px solid #3f4d67;
}
.search-box .input-group.date {
    border: 1px solid #3f4d67;
}
.search-box .input-group.date.disabled {
    border: 1px solid #ced4da;
}
.search-box .input-group.date input.form-control {
    border-radius: 0.25rem !important;
}
.search-form .form-control {
    padding: 11px 6px;
}
.search-form .date .input-group-addon {
    padding: 12px 8px;
}
.search-form .date .input-group-addon i {
    font-size: 16px;
}

.search-form .date.col-sm-6 {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
}




/*태그배포*/
.tag-table .row {
    margin-left: -10px;
    margin-right: -10px;
}
.tag-table .col {
    flex: 0 0 6.66%;
    max-width: 6.66%;
    padding-right: 10px;
    padding-left: 10px;
}
.tag_btn_area {
    display: flex;
    min-height: 57px;
    padding: 12px 20px;
}
.tag_btn_area button {
    padding: .375rem 0;
    width: 120px;
}
.card-block.small {
    padding: 15px 25px;
}
.tag-table .card {
    cursor: pointer;
    margin-bottom: 15px;
}
.tag-table .card .card-block {
    padding: 10px 10px;
}
.tag-table .card .card-block h6 {
    min-height: 17px;
}
.tag-table .bg-primary {
    background-color: #00ceff !important;
}
.tag-table .bg-danger {
    background-color: #f44236 !important;
 
}
.tag-table .card.bg-primary h5, .tag-table .card.bg-primary h6, .tag-table .card.bg-primary span, .tag-table .card.bg-danger h5, .tag-table .card.bg-danger h6, .tag-table .card.bg-danger span {
    color: #fff !important;    
}

/*도면/구역 관리*/
h3 span {
    font-size: 15px;
    color: #888;
}
.add-plan p .btn{
    width: 100%;
    margin-top: 10px;
}
.add-plan img {
    width: 100%;
}
.custom-file-label::after {
    display: none !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

/*히트맵*/
.left_sel_board .nav-tabs .nav-item {
    width: 50%;
    text-align: center;
    border-bottom: 1px solid #ecedef;
}
.left_sel_board .nav-tabs .nav-item.show .nav-link, .left_sel_board .nav-tabs .nav-link.active {
    border: none;
    color: #111;
    box-shadow: none!important;
    position: relative;
}
.left_sel_board .nav-tabs .nav-link.active:after {
    content:'';
    display: block;
    width: 80px;
    height: 3px;
    background: #04a9f5;
    position: absolute;
    left: 50%;
    bottom: -1px;
    margin-left: -40px;
}
.footable-details.table-hover>tbody>tr:hover, .footable.table-hover>tbody>tr:hover {
    background-color: #f5f5f5 !important;
}
.footable-details.table-striped>tbody>tr:nth-child(odd), .footable.table-striped>tbody>tr:nth-child(odd) {
    background-color: #f9f9f9 !important;
}

/*chart*/
/*.chartjs-render-monitor {
    width: 100%!important; 
    height: 400px!important;
}*/

/*모달팝업*/
.modal-md {
    max-width: 650px;
}
.modal-header h1 {
    font-size: 1rem;
    border-radius: 0.25rem;
    color: #fff;
    padding: 10px 24px;
    background: #5d6e76;
}
.col-form-label-lg {
    font-size: 1rem;
}

.tagDtr-modal .tab-content {
    padding: 20px 0;
    background: #fff;
    box-shadow: none;
}
.tagDtr-modal .nav-tabs .nav-item:first-child .nav-link {
    border-radius: 0.25rem 0 0 0.25rem;
}
.tagDtr-modal .nav-tabs .nav-item:nth-child(2) .nav-link {
    border-radius: 0 0.25rem 0.25rem  0 ;
}
.tagDtr-modal .nav-tabs .nav-link {
    border: none;
    color: #ffffff;
    background: #748892;
}
.tagDtr-modal .nav-tabs .nav-link.active {
    border: none;
    color: #ffffff;
    background: #5d6e76;
}
.tab-btn-area {
    border-top: 1px solid #eaeaea;
    padding-top: 15px;
    text-align: right;
}
.tab-btn-area button {
    margin-right: 0;
}

.tagDtr-modal .tab-content .search-area {
    padding: 15px 15px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.btn-gray {
    background: #5d6e76;
    color: #fff;
}
.btn-gray:hover, .btn-gray:focus{
    color: #fff;
}

@media all and (max-width:1600px) {
    .tag-table .col {
        flex: 0 0 10%;
        max-width: 10%;
    }
    
    .search-box .search-form {
        display: block;
        width: 100%;
    }
    .search-box .search-form .col-xl-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .search-box .search-form .col-xl-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .btn-search {
        margin-top: 20px !important;
    }
    
    
}

@media all and (max-width:1400px) {
    
    .search-box .form-group{
        margin-bottom: 10px !important;
    }
    .btn-search {
        padding: 13px 23px;
    }
    
    .tag-table .col {
        flex: 0 0 16.5%;
        max-width: 16.5%;
    }
}


@media all and (max-width:768px) {

    .responsive-board {
        display: block;
    }
    .responsive-board > .col-3, .responsive-board > .col-9 {
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%;
    }

    
    .search-form {
        justify-content: flex-end !important;
    }
    .btn-search {
        margin-top: 10px !important;
        margin-right: 0 !important;
    }
    
    .search-form .form-group {
        margin-bottom: 10px !important;
    }
    
    
    
    
}

/* 20220128 : 달력 css 추가*/
.datepicker>.datepicker-days {
    display: block;
}

.form_input_list{
    list-style:none;
    padding-left:0px;
}

.form_input_list li{
    list-style-type: none;
    float:left
}

/* 20220203 : 부서 css추가 */
.form_input_list{
    display:table;width:100%;
}
.form_input_list > li{
    display:table-cell;vertical-align: middle;
}

.form_input_list > li.has_input{
    width:70%;/* 20220204:다시 수정 필요!! */
}

.form_input_list > li.has_btn{
    padding-left: 5px;
    width:50px;
}

/* 20220210 : 화면명 옆 부서 콤보박스 css */
.form-control.biz {
    width:200px !important;
    display: inline !important;
}  
/*
.form_input_list .has_input{
    width:87%;
    margin-right: 4px;
}

.form_input_list .has_btn{
    width:6%;
    
}
*/

/* 20220304 : 메뉴 관리 css 추가 START*/
#menuList tr td.td_name {
    padding:1.05rem 0.75rem 1.05rem 40px;
    background-image:url("../images/round_arrow.png");
    background-size:24px;
    background-position: 10px center;
    background-repeat: no-repeat;
}

#menuList tr td.td_button {
    vertical-align: inherit;
}

.btn.btn-icon.btn-outline-info.btn_addSubMenu {
    margin-right:0px;
    margin-bottom:0px;
    padding: 3px 3px;
    font-size: 13px;
    width: 30px;
    height: 30px;
}

.btn.btn-icon.btn-outline-danger.btn_delMenu {
    margin-right:0px;
    margin-bottom:0px;
    padding: 3px 3px;
    font-size: 13px;
    width: 30px;
    height: 30px;
}
/* 20220304 : 메뉴 관리 css 추가 END*/

/* 20220315 : 원 그래프 데이터 없음 문구 START */
.graphNoData{
    text-align: center;
    display:table-cell;
    vertical-align:middle
}
/* 20220315 : 원 그래프 데이터 없음 문구 END */

/* 20220413 : 테이블 헤더 문구 중앙정렬 START */
.table thead th.inteTh{
	vertical-align: middle;
}
/* 20220413 : 테이블 헤더 문구 중앙정렬 END */

/* 20220524 */
.btn.btn-icon, .btn.drp-icon {
    width: 45px;
    height: 43px;
    padding: 5px 10px;
}

.modal.fade.sos.show{background:rgba(200, 0, 0, 0.35);}

.mr-1.alert-icon{
	width:20px
}

.alert-icon{
    width:20px
}

.statusGood{
	width:10px;
	height:10px;
	border-radius: 50%;
	background-color: green;
	float: left;
	margin-top: 4px
}

.statusError{
    width:10px;
    height:10px;
    border-radius: 50%;
    background-color: red;
    float: left;
    margin-top: 4px
}

.statusGoodCom{
    width:10px;
    height:10px;
    border-radius: 50%;
    background-color: green;
    float: right;
    margin-top: 12px;
}

.statusErrorCom{
    width:10px;
    height:10px;
    border-radius: 50%;
    background-color: red;
    float: right;
    margin-top: 12px;
}

.table td i.menuIcon {
    margin-left: 0px !important;
}

.table thead th.middle{
	vertical-align:middle;
}
