/* 
    Created on : 09.12.2016, 10:06:06
    Author     : Stefan Schmalhaus
*/

/*
    Forms
*/
.form-group.required .control-label:after { 
   content: " *";
   color: red;
}

.form-group.boxed {
    border-top: #c2cad8 1px solid;
    border-bottom: #c2cad8 1px solid;
    margin-top: 35px;
    padding-bottom: 10px;
    background-color: #f8f9fa;
}

.form-control.input-xxsmall {
    padding: 5px 5px;
    font-size: 12px;
    height: 28px;    
}

.login .login-alert {
    width: 400px;
    margin: 20px auto;
}

.login .content .form-actions { 
    border-bottom: none; 
}

.flash-notification {
    margin-top: 20px;
}

ul.flash-errors {    
    list-style-type: square;
}

.checksum-warning {
    color: red; 
}

/*
    jquery.multi-select
*/
.ms-container{
    width: 460px;
}

.ms-container .ms-list {
    height: 240px;
}

.multi-select-header {    
    text-align: center;
    padding: 4px;
    background: #c2cad8;
    color: #666;    
}

/*
    Overriding Bootstrap styles
*/
.feeds li .col2 {    
    width: 150px;
    margin-left: -150px;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list :last-child.task-list-item {
    border-bottom: 1px solid;
    border-color: #e7ecf1;
}

.mt-element-list .list-todo.mt-list-container {
    border-top: 1px solid;
    border-color: #e7ecf1;
}

.mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-datetime {
    width: 200px;
}

.tooltips {
    cursor: pointer;
}

.tooltip > .tooltip-inner {
    text-align: left;
    padding: 12px;    
    max-width: 400px;
}


/*
    Tables 
*/
.table > thead > tr > th.text-middle,
.table > tbody > tr > td.text-middle {
     vertical-align: middle;
}

th.text-middle,
td.text-middle {
     vertical-align: middle;
}

.table-50 {
    width: 50% !important;
}

.table-60 {
    width: 60% !important;
}

.table-70 {
    width: 70% !important;
}

.table-75 {
    width: 75% !important;
}

.table-80 {
    width: 80% !important;
}

.prev-value {
    padding-top: 10px;
    font-size: 13px;
}

table.dataTable thead {
    color: #fff;
    background-color: #555;
}

table .max-120 {
    width: 120px;
}

table .max-450 {
    width: 450px;
}

td.sorting-col,
th.sorting-col {
    cursor: pointer;
    color: #fff;   
}

th.sorting-both,
td.sorting-both {
    background: #555 url(../img/sort_both.png) center right no-repeat; 
}

th.sorting-asc,
td.sorting-asc {
    background: #555 url(../img/sort_asc.png) center right no-repeat; 
}

th.sorting-desc,
td.sorting-desc {
    background: #555 url(../img/sort_desc.png) center right no-repeat; 
}

th.sorting-both-bottom,
td.sorting-both-bottom {
    background: #555 url(../img/sort_both.png) bottom center no-repeat; 
}

th.sorting-asc-bottom,
td.sorting-asc-bottom {
    background: #555 url(../img/sort_asc.png) bottom center no-repeat; 
}

th.sorting-desc-bottom,
td.sorting-desc-bottom {
    background: #555 url(../img/sort_desc.png) bottom center no-repeat; 
}

table tr td.secondary-th {
    font-weight: 600;
}

table tr td.secondary-th.text-xxsmall,
table thead tr th.text-xxsmall {
    font-size: 13px;
}

table tr td.text-xxsmall {
   font-size: 13px; 
}

#table-bwa thead th,
#table-bwa tbody td,
#table-umsaetze thead th,
#table-umsaetze tbody td,
#table-planung tbody td {
    background-color: #fff;
}

td.bg-grey {
    background-color: #e2e2e2;
}

.phpinfo-output table {
    border-collapse: collapse;
}

.phpinfo-output table, 
.phpinfo-output th, 
.phpinfo-output td {
    border: 1px solid #e7ecf1;
}

.phpinfo-output th, 
.phpinfo-output td {
    padding: 5px;
}

/*
    Frontend Dashboard
*/
.dashboard-arrow-up {
    color: green;
    transform: rotate(-45deg);
}

.dashboard-arrow-right {
    color: yellow;        
}

.dashboard-arrow-down {
    color: red;
    transform: rotate(45deg);
}

.dashboard-table {
    width: 100%;
}

.dashboard-table .cell-label,
.dashboard-table .cell-value {
    font-weight: bold;
    font-size: 18px;
    padding: 5px;
}

.dashboard-table .cell-value {
    text-align: right;
}

.modal-body-scrollable {
    height: 350px;
    overflow-y: auto;
}
