/*
Bootstrap 3.1 overrides from http://bootply.com

This CSS code should follow the 'bootstrap.css'
in your HTML file.

license: MIT
author: bootply.com
*/

body {
  padding-top: 70px;
}



.navbar-brand{
    
    padding:7px;
}


.panel-default > .panel-heading {
 // background-color: rgba(170, 212, 238, 0.75);
}



.editmode{
  background-color: rgba(255, 241, 200, 0.75);
}


.panel-heading {
    //background-color: #ececb0 !important;
}

.panel-default > .panel-heading-edit {
    background: #fdf9c7;     
}

.panel-default > .panel-heading-standard{
    background: #d7e4f0 ;     
}

//CustomPanelClass


.test{
  background: red;
}


#dialog-confirm { visibility: hidden; }