.skin-blue .main-header .navbar {
    background-color: #222d32;
}

.callout {
    padding: 5px;
}

.callout.callout-info{
    color: #333 !important;
    background-color: #ddd !important;
    border-color: #ddd !important;
}


ul.fancytree-container {
 border: 0px;   
}

body {
    font-size: 12px;
}

.page-header {
    margin: 10px 0 5px;
    padding-bottom: 0;
}

.nav-tabs-custom > .nav-tabs > li.header {
    font-size: 16px;
}
.form-control {
    font-size: 12px;
    height: 28px;
}

.header{
    font-size:16px;
}


.label-cls{
    
    background-color: #0063dc;
}

.percent
{
    
	margin-bottom:2em;
	padding:2em;
	background: #ddd;
	color: #fff;

}
.tab-content-percent{
   background: #ddd;
	color: #fff;
 
}

.list-unstyled-row{
    background: #1087dd;
    color:#333;
}

.fadeInRight {
    animation-name: fadeInRight;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    z-index: 100;
}

.wrapper-content {
    padding: 20px 10px 40px;
}


/* AGILE BOARD */
.sortable-list {
  padding: 10px 0;
}
.agile-list {
  list-style: none;
  margin: 0;
}
.agile-list li {
  background: #FAFAFB;
  border: 1px solid #e7eaec;
  margin: 0 0 10px 0;
  padding: 10px;
  border-radius: 2px;
}
.agile-list li:hover {
  cursor: pointer;
  background: #fff;
}
.agile-list li.warning-element {
  border-left: 3px solid #f8ac59;
}
.agile-list li.danger-element {
  border-left: 3px solid #ed5565;
}
.agile-list li.info-element {
  border-left: 3px solid #1c84c6;
}
.agile-list li.success-element {
  border-left: 3px solid #1ab394;
}
.agile-detail {
  margin-top: 5px;
  font-size: 12px;
}

* {
    box-sizing: border-box;
}


.btn-white {
    background: white none repeat scroll 0 0;
    border: 1px solid #e7eaec;
    color: inherit;
}

.gray-bg {
    background-color: #f3f3f4;
}
.progress-bar {
    color: #333;
}

/* UI Sortable */
.ui-sortable .ibox-title {
  cursor: move;
}
.ui-sortable-placeholder {
  border: 1px dashed #cecece !important;
  visibility: visible !important;
  background: #e7eaec;
}
.box.ui-sortable-placeholder {
  margin: 0 0 23px !important;
}

.btn-save{
    margin-top:16px;
}
