custom.css 3.4 KB
/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

/*
Change Quick Sidebar Width
*/

/*
.page-quick-sidebar-wrapper {
  right: -370px;
  width: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-left: -370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-footer {
  margin-right: 370px;
  margin-left: -370px;
}

.page-sidebar-reversed.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-right: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content.page-quick-sidebar-full-height .page-header {
  margin-left: -370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-list {
  width: 370px !important;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-item {
  width: 370px !important;
  margin-left: 370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-content-item-shown .page-quick-sidebar-list {
  margin-left: -370px;
}
*/

.fa{
    margin-right: 3px;
}

.right{
    float:right;
}

.dashboard-stat .details {
    width: 100%;
    height: 150px;
    position: relative;
    right: 0;
    padding-right: 0;
    text-align: center !important;
}
.dashboard-stat .details .number {
    padding-top: 45px;
    text-align: center;
}

.more {
    text-align: center !important;
    height:29px;
}

.box-name{
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid rgba(255,255,255,0.5);
    color: rgba(255,255,255,0.5);
    padding: 3px 9px;
}
.left{
    float:left;
}

.offline{
    background-color: #c6c6c6;
    color: #dfdfdf;
}

.msg-box{
    display: inline-table;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    padding: 10px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    margin-left: 20px;
}

.status-content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-weight: 300;
    font-size: 30px;
    line-height: 110px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.box-status {
    font-size: 24px;
    letter-spacing: -1px;
    margin-bottom: 0px;
    font-weight: 300;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    color: white;
}

.status-wrap {
    display: table;
    width: 100%;
    height: 100%;
    color: white;
}

:-webkit-full-screen div {
    font-size: 36px;
}

:-moz-full-screen div {
    font-size: 36px;
}

:-ms-fullscreen div {
    font-size: 36px;
}

:fullscreen div {
    font-size: 36px;
}

.control-label{
    padding:5px;
}

.label-wait {
    background-color: #dfba49 !important;
    border-color: #dfba49 !important;
}
.label-executing {
    background-color: #45b6af !important;
    border-color: #45b6af !important;
}
.label-pause {
    background-color: #f3565d !important;
    border-color: #f3565d !important;
}
.label-finished {
    background-color: #89c4f4 !important;
    border-color: #89c4f4 !important;
}
.label-end {
    background-color: #c6c6c6 !important;
    border-color: #c8c8c8 !important;
}
.label-cancel {
    background-color: #c6c6c6 !important;
    border-color: #c8c8c8 !important;
    text-decoration:line-through;
}