/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24/06/2017, 16:37:07
    Author     : Danilo
*/  
body{
    
}

.uk-button-primary{
    background-color: #CDB269 !important;
}

.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked {
    background-color: #CDB269 !important; 
}
.uk-checkbox:disabled{
    background-color: #f8f8f8 !important;
}
.uk-button-danger{
    background-color: #4C4C4D !important;
}

#app_content{
    
}
@media only screen and (min-width: 993px) {
  nav a.button-collapse {
    display: inline;
  }

  #app_content{
    min-height: 530px;    
  }
}

@media (max-width:420px){
  #app_content{
    min-height: 366px;        
  }
}

.breadcrumbs_web{
    margin-left: 20px;    
}

.breadcrumbs_web a{
    font-size: 14px;    
}

#parceiro-cliente, #parceiro-novo{
    padding: 20px;    
}

.uk-text-verde{
    color: #00C853;
}

.ms-container {
  width: 600px !important;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
    input[type="number"] {
    -moz-appearance: textfield;
    }