.btn-new-users{
	/*background-color: #008d4c;
	border-color: #008d4c;
	border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px;
    color: #fff;*/
}
.btn-new-users:hover{
	border-color: #255625;
    color: #fff;
}
.small, small {
    font-size: 100%;
}
.admin-radio,.manager-radio,.viewer-radio{
	vertical-align: text-bottom;
}
.form-horizontal {
    height: auto;
}
.nav-tabs-custom > .tab-content-custom {
    padding: 0px;
}
.role-checkbox > label {
    margin-left: 35px;
}
.form-horizontal.mini-form.col-md-12 {
    min-height: 100px;
}
.min-grp{
    border-bottom: 1px solid #eee;
}
.user-type{
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.error ul{
    padding: 0px;
}
.error li{
    list-style-type: none;
    color: red;
}
.pl-0{
    padding-left: 0 !important;
}
.pr-0{
    padding-right: 0 !important;
}
.pt-0{
    padding-top: 0 !important;
}
.pb-0{
    padding-bottom: 0 !important;
}
.ml-0{
    margin-left: 0 !important;
}
.mr-0{
    margin-right: 0 !important;
}
.mt-0{
    margin-top: 0 !important;
}
.mb-0{
    margin-bottom: 0 !important;
}
.mb-1{
    margin-bottom: 10px;
}
.xl-font{
    font-size: x-large;
}
.l-font{
    font-size: large;
}
.sm-font{
    font-size: small;
}
.min-height{
    min-height: 84px;
}
.border{
    border: 1px solid white;
}
.list-inline>li {
    padding: 2px !important;
}
.select2-container--default .select2-selection--single {
    border-radius : 0px !important;
}