

table.management-user-list th {
    min-width: 40px;
}

table.management-user-list span.badge {
    padding: 3px 4px;
    border-radius: 5px;
}


thead.scope-row {
    background-color: #7f7f7f;
    color: #ffffff;
    /*cursor: pointer;*/
}

thead.scope-row > tr > td > i {
    cursor: pointer;
}


.col-block {
    /*padding: 2px 11px 2px 7px !important;*/
}

.col-block-data {
    padding: 0px !important;
}

.col-block-border {
    border-right: 1px solid #cccccc;
}

.section-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    font-style: bold;
}

.section-title a {
    color: #777777;
}

.block-data {
    margin: 2px;
    padding: 2px;
    border-radius: 10px;
    white-space: nowrap;
}

.block-data-1 {
    text-align: center;
    padding: 3px 10px 5px 10px;
}

.block-data-1 .block-data-lg {
    font-size: 2.8em;
}

.block-data-1 .block-unit-lg {
    font-size: 1.4em;
}

.block-data-2 {
    text-align: right;
    padding: 10px 10px 5px 10px;
    line-height: 1.2;
}

.block-data-2 .block-data-md {
    font-size: 2em;
}

.block-data-2 .block-unit-md {
    font-size: 1.4em;
}

.block-data-2 .block-data-sm {
    font-size: 1em;
}

.block-data-2 .block-unit-sm {
    font-size: 0.8em;
}

.block-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.block-data-3 {
    border-radius: 5px;
    padding: 2px 16px 2px 16px;
}



.block-data-title {
    font-size: 12px;
}

.block-data-unit {
    font-size: 0.7em;
}

.block-data-blue {
    background-color: #52708d;
    color: #ffffff;
}

.block-data-red {
    background-color: #dc0000;
    color: #ffffff;
}

.block-data-grey {
    background-color: #f2f2f2;
    color: #777777;
}







.panel-stat4 {
    position: relative;
    overflow: hidden;
    /*padding: 0px 20px 25px 20px;*/
    margin-bottom: 20px;
    color: #fff;
    cursor: pointer;
    /*border-radius: 10px;*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.panel-stat4 .title .stat-icon {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 30px;
    opacity: 0.3;
}
.panel-stat4 .refresh-button {
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    color: rgba(0, 0, 0, 0.3);
}
.panel-stat4 .refresh-button:hover {
    color: #fff;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.panel-stat4 .stat-icon {
    opacity: 1 !important;
    font-size: 2em !important;
    margin-top: 4px;
}
.panel-stat4 .stat-icon .fa {
    color: #ffffff;
}


.panel-stat4 .title {
    padding: 2px 20px 2px 20px;
    border-radius: 10px 10px 0px 0px;
}
.panel-stat4 .content {
    padding: 5px 20px 5px 20px;
    border-radius: 0px 0px 10px 10px;
}


.panel-stat4 .col-left {
    padding: 0px;
    text-align: center;
    border-right: solid 1px #ffffff;
}
.panel-stat4 .col-right {
    padding: 0px;
    text-align: center;
}
.panel-stat4 .col-left-align {
    text-align: right;
    display: inline-block;
}
.panel-stat4 .col-name {
    text-align: center;
}


/*
.small-green-chip{
    background-image: url(/themes/endless/img/icon-green-chip-16.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-top: 6px;
}
.large-green-chip{
    background-image: url(/themes/endless/img/icon-green-chip-32.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    margin-top: 8px;
}
*/



.panel-stat4 .value-sm {
    font-size: 2.5em;
}
.panel-stat4 .value-lg {
    font-size: 3.4em;
    line-height: 86px;
}
.panel-stat4 .name {
    font-size: 1.8em;
}


.panel-stat4.theme1 .title {
    background-color: #52708d;
}
.panel-stat4.theme1 .content {
    background-color: #a9b1c3;
}
.panel-stat4.theme2 .title {
    background-color: #777777;
}
.panel-stat4.theme2 .content {
    background-color: #bfbfbf;
}
.panel-stat4.theme3 .title {
    background-color: #c80000;
}
.panel-stat4.theme3 .content {
    background-color: #d99694;
}


.circle {
    border-radius: 50%;
    display: inline-block;
    opacity: 0% !important;
}
.circle-green {
    background-color: #00b050;
}
.circle-red {
    background-color: #dc0000;
}
.circle-sm {
    width: 18px;
    height: 18px;
    margin: 2px;
}
.circle-lg {
    width: 28px;
    height: 28px;
    margin: 1px;
}

/*
.panel-comment {
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #bfbfbf;
    margin: 5px !important;
}
.form-comment {
    padding: 5px;
}
*/

.checkbox-comment {
    display: inline-block;
    margin-left: 15px;
    margin-top: 5px;
    font-weight: normal;
}
.btn-comment {
    background: none repeat scroll 0 0 #777777;
    border: 1px solid #777777;
    color: #ffffff !important;
    vertical-align: top;
    margin: 0px;
}
.list-comment {
    margin: 5px 10px 5px 10px;
    height: 70px;
    overflow-y: scroll;
}

.panel-bar-chart {
    height: 200px;
}


.progress .progress-bar {
    background-color: #bbbbbb;
}

.progress-title {
    margin-bottom: 2px;
}
.progress-title-value {
    display: block;
    float: right;
}

.progress-cursor {
    /*background-color: blue;*/
    width: 100%;
    height: 24px;
    margin-top: -20px;
    margin-bottom: 20px;
}

.progress-bar-cursor {
    /*background-color: red;*/
    text-align: right;
}

.progress-cursor-value {
    display: block;
    float: right;
    text-align: right;
    width: 100%;
}

.fa-cursor {
    font-size: 1.33333em;
    height: 8px;
    /*float: right;*/
    /*display: block;*/
}

.fa-bell-alert {
    color: red;
}




.modal-content.theme1 .modal-header {
    background-color: #52708d;
}
.modal-content.theme1 .modal-body {
    background-color: #a9b1c3;
}
.modal-content.theme2 .modal-header {
    background-color: #777777;
}
.modal-content.theme2 .modal-body {
    background-color: #bfbfbf;
}
.modal-content.theme3 .modal-header {
    background-color: #c80000;
}
.modal-content.theme3 .modal-body {
    background-color: #d99694;
}


.progress-blue {
    background-color: #52708d !important;
}
.progress-red {
    background-color: #dc0000 !important;
}



table.table-graph-recap {
    margin-left: 10px;
    width: 540px;
    font-size: 11px;
}

td.table-graph-legend {
    width:90px;
}

td.table-graph-data {
    width: 30px;
    text-align: center;
}



.panel_indic_load {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    display: none;
}

.panel_indic_load img {
    display: block;
    margin: 60px auto;
}

