/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
 
body
{
font-family:'Roboto', sans-serif;
background:#f5f6fa !important;
}


 .note-editor.note-frame.panel.panel-default {
    border: 1px solid #a9a9a9;
 }

 .note-editor.note-frame.note-editing-area.note-editable {
    padding-left: 20px !important;
 }

 .google-visualization-orgchart-node {
     border: 0px !important;
 }

 .google-visualization-orgchart-nodesel {
     border: 0px !important;
 }
 
 .active_selected
 {
 background-color:#d0ffd0 !important;
 }
 
 .dt-toolbar
 {
 background-color:transparent;
 }

table .btn-primary
{
background-color: transparent!important;
    border-color: #ee1c25; 
	color:#ee1c25 !important;
	font-size:13px;
}

.rowlbl
{
color:#006699 !important;
}

.status_lbl
{
    padding: .3em .7em .4em;
    font-size: 85%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: black;
      
}

.lable_1{ background-color: #C9A66B; color: black !important;  }
.lable_2{ background-color: #7F152E;  }
.lable_3{ background-color: #D61800;  }
.lable_4{ background-color: #2e2300;  }
.lable_5{ background-color: #6e6702;  }
.lable_6{ background-color: #c05805;  }
.lable_7{ background-color: #DB9501;  }
.lable_8{ background-color: #AF4425;  }
.lable_9{ background-color: #662E1C;  }
.lable_10{ background-color: #217CA3;  }
.lable_11{ background-color: #E29930;  }
.lable_12{ background-color: #32384D;  }
.lable_13{ background-color: #211F30;  }
.lable_14{ background-color: #80add7;  }
.lable_15{ background-color: #0abda0;  }
.lable_16{ background-color: #a3765d;  }
.lable_17{ background-color: #714e3d;  }
.lable_18{ background-color: #ee6c81;  }