body, form, .form-control, .btn, table {
    font-size: 13px;
    font-family: Roboto,Helvetica,Arial,sans-serif;
}
body{
    background-color: #eee;
    color:#3c4858;
    font-weight: 300;
}
nav {
    font-size: 13px;
    background: linear-gradient(60deg,#ab47bc,#8e24aa);
}
h1{
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 52px;
    color: inherit;
}
h2{
    font-size: 18px;
    font-weight: bold;
}
ul.right-menu{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.right-menu a {
    text-decoration: underline;                
    font-size: 14px;
    line-height: 28px;
}
.btn-primary {
    border: none;
    
}

a {
    color: #9c27b0;
    text-decoration: none !important;
}
.form-signin label {
    margin-bottom: 0px;
}
.lbl-left{
    padding-right: 10px;
}

.card {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 6px;
    color: #333;
    background: #fff;
    font-size: .875rem;
}
.card [class*=card-header-]:not(.card-header-icon):not(.card-header-text):not(.card-header-image){
    border-radius: 3px;
    margin-top: -20px;
    padding: 15px;
}

.card .card-header-primary .card-icon, .card .card-header-primary .card-text, .card .card-header-primary:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(156,39,176,.4);
}

.card.bg-primary, .card .card-header-primary .card-icon, .card .card-header-primary .card-text, .card .card-header-primary:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-primary .back, .card.card-rotate.bg-primary .front {
    background: linear-gradient(60deg,#ab47bc,#8e24aa);
}

.card [class*=card-header-] {
    margin: 0 15px;
    padding: 0;
    position: relative;
}

.card .card-header {
    z-index: 3!important;
}

.card[class*=bg-], .card[class*=bg-] .card-title, .card[class*=bg-] .card-title a, .card[class*=bg-] .icon i, .card [class*=card-header-], .card [class*=card-header-] .card-title, .card [class*=card-header-] .card-title a, .card [class*=card-header-] .icon i {
    color: #fff;
}

.card .card-header {
    border-bottom: none;
    background: transparent;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn.btn-primary {
    color: #fff;
    background: linear-gradient(60deg,#51cbce,#43b7ba);
    box-shadow: 0 2px 2px 0 rgba(156,39,176,.14), 0 3px 1px -2px rgba(156,39,176,.2), 0 1px 5px 0 rgba(156,39,176,.12);
}

.btn, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
}

.btn {
    position: relative;
    padding: 12px 30px;
    margin: .3125rem 1px;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.428571;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-radius: .2rem;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow,transform;
}
label.btn-toggle.active, label.btn-toggle:hover {
    background-color: #fb8c00 !important;
}
label.btn-toggle {  
    background-color:#bfb9b0;              
    color:#fff;                
}

#feedback-list .tab-pane .card {
    margin-top: 0;
}

#feedback-list{
    margin: 0;
    padding: 0;
}

table th {
    color: #cccccc;
}

.nav-item img.avatar {
    width: 30px;
    margin-top: 3px;
    margin-right: 3px;
}

ul.pagination{
    margin-bottom: 0;
}

ul.pagination > li {
    padding: 2px;
}

.navbar-nav .avatar.default {
    color: #51cbce;
}

.navbar-nav .fa-user {
    padding-top: 4px;
    padding-right: 4px;

}

a.small-link {
    font-size: 11px;
}

/* Auto complete styles */
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
/* Auto complete styles */    

.alert-error{
    text-align: center;
    padding: 10px;
    border: 1px solid #f7342a;
    border-radius: .25rem;
    background-color: #fc8983;
    color: #780e08;
}

label.light {
    color: #a19f9f;
}

/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type:none;
    padding:0;
    -moz-user-select:none;
    -webkit-user-select:none;
}
.rating-stars ul > li.star {
    display:inline-block;
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
    font-size:1.5em; /* Change the size of the stars */
    color:#ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
    color:#FFCC36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
    color:#FF912C;
}


.cst-file-input{
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.cst-file-input input[type="file"]{
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    zoom: 1;  /* Fix for IE7 */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

ul.picture-info, ul.tag-list{    
  margin: 0; 
  padding: 0; 
  list-style: none;
}

ul.picture-info {
  width: 100%; 
}

ul.picture-info > li{
  float: left;
  margin-left: 6px;
}

ul.tag-list > li {
  background-color:#ffe57d;
  float: left;
  margin: 4px 2px;
  padding: 4px 10px;
  border: 1px solid #fadd69;
  border-radius: 5px;    
}

img.preview{
  width: 100px;
  height: 100px;    
}

.add-sale-card{
    margin-top: 10px;
    margin-bottom: 10px;
}
li.badge {
    background-color:#ffe57d;
    border: 1px solid #fadd69;
    border-radius: 5px;   
    padding: 4px 10px !important;
    margin-right: 4px;
}
li.badge > span{
    font-size: 13px !important;
    font-weight: normal !important;    
}

li.badge > button > span{
    font-size: 13px !important;
    font-weight: normal !important;    
}

.cst-file-input{
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.cst-file-input input[type="file"]{
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    zoom: 1;  /* Fix for IE7 */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.btn-card-header{
    padding: 2px 20px !important;
    margin:0px !important;
}

.table-no-header > tbody > tr:first-child > td {
    border: none;
}

.nav-item > a.nav-link > .badge {
    top: 10px;
}