iframe{
    border:0;
    width:100%;
}
.list-group .list-group-item{
    border-radius:0;
    -webkit-border-radius:0;
}
.sidenav {
    padding-left:0;

}
body.white{
    background:#fff;
    padding: 0 0;
}

body.white .content-container{
    margin:0 70px;
    padding-top: 30px;
}
.sidenav li{
    list-style-type:none
}
.sidenav li a{
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 13px;
    font-weight: 400;
    color:#999;
    padding-left: 18px;
}

.filter_options .chosen-container-multi .chosen-choices li.search-field input[type=text]{
    padding:13px 10px;
}

.filter_options button{
    margin-top:10px;
}

iframe.header{
    height:180px;
}

.sidenav li.active>a{
    color:#41A535; font-weight:600;
    border-left:2px solid #41A535;
}

ul.errors{
    padding-left:0;
    list-style-type:none;
    color:red;
    text-align:left;
}

body{
    background:#EDEDED;
}

input[type=radio] {
    margin: 0 5px 0 6px;
}

.container{
    background:#ffffff;
}
#reminder-bar{
    position:fixed;
    bottom:0;
    right:0px;
    text-align:right;
}

#reminder-bar a{
    padding:5px 25px;
    background: #222;
    color:#fff;
    display:block;
    width:300px;
    text-align:center;
}

#reminder-box h3{
    display:block;
    color:#fff;
    background:#222;
    padding:5px 25px;
    font-weight:normal;
    font-size:15px;
    margin-top:0;
    position:relative;
}

#reminder-box h3 .close{
    color:#fff;
    text-shadow:none;
    opacity:1;
    position:absolute;
    right:9px;
    top:1px;
}

.panel-title a.re-instate{
    color:#ffffff;
}

#reminder-box{
    border: 1px solid #ccc;
    position:fixed;
    width:300px;
    right:00px;
    bottom:30px;
    background:#fff;
    padding-top:0;
}

.tariff table{
    margin-bottom:15px;
}

.tariff table th{
    padding-right:5px;
}

.tariff .cta{
    padding-top:25px;
}

.tariff .table tbody>tr>th, .tariff .table tbody>tr>td{
    border-top:none;
}

.call{
    overflow: hidden;
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
    background-color: #fbeed5;
    border-color: #f0ad4e;
}

.call h4{
    color: #f0ad4e;
}

.call-green{
    background:#dff0d8;
    border-color:#41A535;
}

.call-green h4{
    color:#41A535;
}
.call-red {
    border-color:#d9534f;
    background:#f2dede;
}
.call-red h4{
color:#d9534f
}
.user-nav{
    float:right;
    margin-top:5px;
    background:#8DC63F;
    padding-right: 70px;
}
.user-nav li{
    float:left;
    list-style-type:none;
    padding-left:5px;
    color:black;
}

.user-nav li a{
    color:#fff;
    padding:8px 8px;
    display:block;
}

#menu{
    margin: 0 auto;
    padding: 0 0 0 0;
    height: 39px;
    margin-top: 13px;
    text-align: center;

}

#header{
    width: 960px;
    height: 182px;
    padding: 0;
    margin-left: 0px;
    background-color: none;
    background-image: url(http://www.businesssavingsexperts.co.uk/wp-content/themes/bse/images/header.png);
    background-repeat: no-repeat;
}

.main-nav{
    float:left;
    background:#285B6E;
    display:block;
    width:100%;
    padding: 0 60px;
    margin:20px 0 0 0;
 
}

.logo{
    margin-top: 28px;
    margin-left: 70px;
}

.main-nav li{
    list-style-type:none;
    float:left;
}

.main-nav li a{
    color:#fff;
    padding:10px 0;
    display:block;
    margin-left:10px;

}

.well{
    border-radiius:0;
    -webkit-border-radius:0;
}

.block{
    margin-bottom:20px;
    border-bottom:1px solid #ccc;
}

.block .lead{
    font-weight:bold;
}

.panel{
    border-radius:0;
    -webkit-border-radius:0;
}

.filter_options{
    background: #f1f5fb;
    border: 1px solid #afc9e6;
    padding: 1.5em;
    margin: 1em auto;
}
.main-nav.affix {
   top: 20px;
    z-index: 1;
    margin-top: 0
}
.affix-placeholder {
    display: none;
}
.main-nav.affix + .affix-placeholder {
    height: 30px;
    visibility: hidden;
    display: block;
    
}
ul.main-nav.affix:before {
    content: " ";
    height: 20px;
    width: 105%;
    display: block;
    position: absolute;
    top: -20px;
    background: rgba(255,255,255,0.8);
    }

.record-call{
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 95px 95px 0 0;
    border-color: #8DC63F transparent transparent transparent;
    position:fixed;
    top:0;
    left:0;
    z-index: 2;

}

.record-call span{
    color:#fff;
    transform:rotate(-45deg);
    -ms-transform:rotate(-45deg); /* IE 9 */
    -webkit-transform:rotate(-45deg); /* Opera, Chrome, and Safari */
    position:absolute;
    top:-85px;
    left:5px;
    text-align:center;
}

.footer{
    padding-bottom:20px;
}

.horizontal .control-group{
    float:left;
    width:50%;
    margin-bottom:10px;
}

.horizontal .control-group:nth-of-type(odd){
    clear:left;
}

.notes .control-group{
    width:100%;
}

.horizontal .notes .controls{
    width:100%;
}

.notes .form-control textarea{
height: 75px;
}

.horizontal .controls{
    width:80%;
}

#current-criteria {
    margin-bottom: 0;
}

.call-gray{
    background:#f5f5f5;
    border-color:#ddd;
}

.call-compact{
    padding:0 20px;
}

.stats label {
    font-weight: normal;
}

.meter {
    padding-bottom: 20px;
}

div[class*=kva] {
    display: none;
}

.mpan input.form-control {
    padding: 6px;
}

.current-supply label {
    margin-bottom: 0;
}

.current-supply .table tr {
    height: 50px;
}

#contract-setup input[type=radio] {
    margin-top: 4px;
}

#contract-setup label.radio {
    display: inline-block;
    margin-top: 0;
}

.row.stats {
    border-bottom:  1px solid #ddd;
    padding: 5px 0;
}

.core {
    margin: 0 -5px;
}

.core input {
    padding: 6px 2px;
}

.core .col-sm-4 {
    padding: 0 5px;
}

.core .errors li {
    text-align: center;
}

.notes textarea{
    border: 1px solid #ddd;
    width: 100%;
    height: 300px;
}

.notes .panel-footer{
    text-align: right;
}

.addresses h3 {
    margin: 20px 0 10px;
}

.form-control[readonly]{
    background:white;
    border:none;
}

input.has-error,
select.has-error{
    border-color:#b94a48;
}

label.radio{
    font-weight: normal;
}

#contract-setup .errors{
    margin-left:35%;
}

.contacts .holder{
    list-style-type: none;
    margin-top:10px;
    padding-left:0;
}

.contacts .holder input{
    margin-right:15px;
}

.disable-service{
    position:relative;
    top:-10px;
    right:-10px;
}

.message .meta{
    border-right: 1px solid #ddd;
    padding-left:40px;
}

.message{
    border-bottom: 1px solid #ddd;
    overflow:hidden;
}

.message .msg,
.message .meta{
    padding: 10px 10px 10px 20px;
}

h5{
	font-weight: bold;
}

.tasks .identifier,
.tasks .location,
.tasks .company{
    width:13%;
}

.tasks .contact{
    width:17%;
}

.tasks .actions,
.tasks .service_type{
    width:9%;
}

.tasks .id{
    width:3%;
}

.panel-warning>.panel-heading{
    color:#f0ad4e;
    background-color:#fbeed5;
    border-color:#f0ad4e;
}

.panel-warning{
    border-color:#f0ad4e;
}

.services th, .services td{
    width:20%;
}

.services th.renewal, .services td.renewal{
    width:10%;
}

table.reminders th{
    text-align:center;
}

.reminders-controls{
    margin-bottom:20px;
}

.btn-success{
    background-color:#8DC63F;
    border-color:#8DC63F;
}

.wysihtml5-sandbox {
    font-family: Calibri, sans-serif;
}

.statuses h3 span{
    font-size:0.8em;
}


.call-gray h4{
    color:#ddd;
}

.service-item{
min-height: 130px;
height:auto !important;
height: 130px;
}


.service-item .btn{
    margin-top:20px;
}

.ttl{
    width: 190px;
}

.amt{
    width: 80px;
}

.table-suppliers th{
    min-width:150px;
}

#charting{
    height:350px;
    margin-top:30px;
    width:100%;
}

.badge-danger{
    background-color:#d9534f;
}