@CHARSET "UTF-8";

div#wrapper {
    font:1.15em normal arial,helvetica,sans-serif;
}
table.tablesorter {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
}

table.tablesorter th.header {
    background-color: #eee;
    color: #666666;
    font-weight: bold;
    cursor: default;
}

table.tablesorter td {
    padding: 2px;
}

table.tablesorter th.headerSortUp {
    background-color: #5590F4;
    color: #EEEEEE;
}

table.tablesorter th.headerSortDown {
    background-color: #5590F4;
    color: #EEEEEE;
}

table.tablesorter tr.odd td {
    background-color:#F0F0F6;
}

table.paginator {
    width: 100%;
    background-color: #eee;
    padding-left: 10px;
    padding-right: 10px;
}

table.paginator td.count {
    width: 30%;
}

table.paginator td.paginator {
    width: 40%;
    text-align: center;
}

table.paginator td.selpage {
    width: 30%;
    text-align: right;
}

div.submenu {
    padding: 5px;
    padding-left: 5%;
    background-color: #eee;
}
ul.subsubpage {
    margin-left: 160px;
}

div.contents {
    padding-top: 10px;
}

div.contractDetail {
    margin-bottom: 10px;
    background-color: #eee;
    clear: both;
}

div.contractDetail:after { /*cleafix*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.contractDetail div.contractAddress {
    float:left;
    width: 45%;
    padding: 20px;
}

div.contractDetail div.contractData {
    float: left;
    width: 28%;
    padding: 10px;
}

div.contractDetail div.contractData td.label{
    text-align: right;
    padding-right: 10px;
}

div.contractDetail legend {
    font-weight: bold;
}

div.importAgb .zend_form dd {
    margin-left: 0;
    margin-top: 5px;
}

div.importAgb .zend_form .submit-element input {
    margin-left: 40px;
}

table.powerformtable {
    margin: 10px auto 0;
    background-color: #eee;
}

table.powerformtable td {
    text-align: right;
    padding-right: 8px;
}

table.powerformtable td.label {
    text-align: right;
    font-weight: bold;
}

table.splitReportTable {
    margin-top: 10px;
    margin-left: 8px;
    width: 80%;
    background-color: #e5e5e5;
}

table.splitReportTable td.label {
    text-align: right;
    font-weight: bold;
}

table.splitReportTable td {
    text-align: right;
    padding-right: 8px;
}

#paginationControl {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
table.powerSummary{
    width:90%;
    margin: 10px auto 0 auto;
    background-color: #eee;
    padding:5px 10px;
}

table.powerSummary td.count{
    width:30%;
}
table.powerSummary td.provision{
    width:40%;
    text-align:right;
}
table.powerSummary td.fee{
    width:30%;
    text-align:center;
}

table.apimanager {
    margin-left: auto;
    margin-right:auto;

}

table.apimanager th {
    background-color: #eee;
    color: #666666;
    font-weight: bold;
}
table.apimanager td {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}
table.apimanager a.edit {
  display: block;
  width: 16px;
  height:16px;
  background: url('../img/icons/notebook--pencil.png') center no-repeat;
}

table.apimanager a.delete {
  display: block;
  width: 16px;
  height:16px;
  background: url('../img/icons/minus-circle.png') center no-repeat;
}

table.apimanager a.service {
  display: block;
  width: 16px;
  height:16px;
  background: url('../img/icons/wrench-screwdriver.png') center;
}

table.apimanager a.config {
  display: block;
  width: 16px;
  height:16px;
  background: url('../img/icons/gear.png') center;
}

table.apimanager span {
    display:none;
}
.content {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.elementMiddle {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#kpi {
    border: 1px solid black;
    margin-top: 5px;
    margin-bottom: 5px;
}
#contractProvider {
    width: 350px;
}

.breadcrumb {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: auto;
    background-color: #E96B10;
}
#topnav {
    background-color: #E96B10;
    width: 100%;
    text-align: left;
    color: #FFFFFF;
}
#topnav #welcome {
    text-align: center;
}
#topnav #nav {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#topnav ul {
    display: inline-block;
    padding:0 3px;
    margin:2px 0px 4px 0px;
    z-index: 1
}

#topnav ul li {
    list-style-type:none;
}

#topnav ul li:hover > ul {
    display: block;
}

#topnav ul li ul {
    display: none;
    position: absolute;
    margin-top: 5px;
    background-color: #E96B10;
}

#topnav ul li ul li {
    position: relative;
    padding: 5px;
}

#topnav li li ul {
    display: none;
    position: absolute;
    top: -6px;
    left: 100%;
    background-color: #E96B10;
}

#topnav li li li {
    position: relative;
    padding: 5px;
}

#topnav a, #topnav li > span {
    padding: 5px;
    color: #ffffff;
    cursor: pointer;
}
#searchBox {
    padding-top: 10px;
    padding-bottom: 10px;
}

.login {border: 2px solid #E96B10;padding:2px;}

table.conversionValueManager a.edit {
  display: block;
  width: 16px;
  height:16px;
  background: url('../img/icons/notebook--pencil.png') center no-repeat;
}

table.conversionValueManager a.delete {
  display: block;
  width: 16px;
  height:16px;
  background: url('../img/icons/minus-circle.png') center no-repeat;
}

/* CSS Bereich für die Vertragsabwicklung */
form.contractEdit input[disabled='disabled'] {
    color:#000000;
}
.contractStatus {
    background-color: #c1c1c1;
    width: 432px;
    padding: 5px;
}
.stornoStatus {
    margin-left: 30px;
}

input[type="submit"] {background-color: #E96B10;border: 0 none;color: #FFFFFF;padding:2px;}
a.linkAsButton {background-color: #E96B10;border: 0 none;color: #FFFFFF;padding:2px;}

li.subItem {list-style: circle outside none; margin-left: 14px;}

.error, .errors {padding:2px; border: 1px solid black; background-color: #BE290A;}
.success {padding:2px; border: 1px solid black; background-color: #E96B10;}

li.subItem {list-style: circle outside none; margin-left: 14px;}

/*---Tarifvergleichsseite---*/
span.green {display:inline; color: #00ff00;}
span.red {display:inline; color: #ff0000;}

tr.borderTop td, tr.borderTop th {border-top: 1px solid black;}
tr.borderBottom td, tr.borderBottom th {border-bottom: 1px solid black;}
td.borderRight, th.borderRight {border-right: 1px solid black;}
td.borderLeft, th.borderLeft {border-left: 1px solid black;}

div.esel {margin-left: 700px;width:250px;}
div.esel img.flip{height:180px; -moz-transform: scaleX(-1); -o-transform: scaleX(-1);-webkit-transform: scaleX(-1);transform: scaleX(-1);filter: FlipH;-ms-filter: "FlipH";}
#automailingBlacklist .marked {background-color:#cd5c5c}

div.roleSelects {float:left; margin-right: 20px}

.providerAsssessmentTable {
    border-collapse: collapse;
    width: 100%;
}
.providerAsssessmentTable td {
    border: 0 solid lightgrey;
}
.companyLine td{
    border-bottom: 1px dotted black;
}

ul.providerAssessment {  display: table; width: 1000px;border-bottom: 1px solid grey;padding:15px}
ul.providerAssessment li {display: table-cell; table-layout: fixed; border-spacing: 5px;padding-left:7px;}
ul.providerAssessment li.power {width:500px;border: 1px solid #329c01}
ul.providerAssessment li.power::after {border-color: #329c01 transparent;}
ul.providerAssessment li.gas {width:500px;border: 1px solid #FF6C12}
ul.providerAssessment li.gas::after {border-color: #FF6C12 transparent;}
.triangle-isosceles::after {border-color: #f3961c transparent; border-style: solid; border-width: 15px 15px 0;bottom: -15px;content: "";display: block;left: 250px;position: absolute;width: 0;}
.triangle-isosceles {border-radius: 10px;color: #000;margin: 1em 0 3em;padding: 15px;position: relative;}
span.power {color: #329c01}
span.gas {color: #FF6C12}

.providerManagerRate {
    float:left;
    width:230px;
}
.first {
    margin-left: 20px;
}

div.hotlinemanager {
    width: 320px;
    float: left;
}
div.hotlinemanager ul {
    text-align: right;
    list-style: none
}
ul.nostyletype li {
    list-style-type:none;
}
ul.switchReport li.zebra {
    background-color: #a8a8a8;
}
ul.switchReport li:hover {
    background-color: #cbcbcb;
}
ul.quota {
    border: 1px solid black
}
ul.quota li {
    display: inline-block;
    list-style-type:none;
    padding-right: 150px;
}

.width1100 {
    max-width: 1100px;
}

.widthp15 {
    width: 15%;
}

.widthp35 {
    width: 35%;
}

.widthp40 {
    width: 40%;
}

.widthp50 {
    width: 50%;
}

.width200 {
    width: 200px !important;
}

.greyed {
    color: grey;
}

.rounded {
    border-radius: 4px;
}

.flex-container {
    display: flex;
    justify-content: space-around;
}

.flex-item-fixed {
    flex: 0 0 200px;
}

.btn {
    border: none;
    padding: 10px 15px;
}

.btn-rounded {
    border-radius: 2px;
}

.btn-positive {
    background: #8cc152;
}

.btn-negative {
    background: #e9573f;
}

#phoneCallStatusModal {
    width: 500px;
}

.providerRatingScale {
    margin-bottom: 30px;
}

.providerRatingScale > table {
    text-align: center;
    border-collapse: collapse;
}

.providerRatingInfo {
    margin-top: 15px;
    width: 70%;
    font-weight: bold;
    color: red;
}

.providerRatingInfo input[type="submit"] {
    margin-top: 15px;
}

.powerformtable select#provider{
    width: 350px;
    height: 250px;
}

.ui-autocomplete-loading {
    background: white url('../img/ui-anim_basic_16x16.gif') right center no-repeat !important;
}
