/*
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 : 22/03/2016, 12:40:29
    Author     : luisfilipe
*/
@CHARSET "ISO-8859-1";

.ui-slider-horizontal {
    height: .4em!important;
}

.ui-slider .ui-slider-handle {
    width: 0.8em!important;
    height: 0.8em!important;
}

.ui-dialog-titlebar{
    font-size: 14px;
}

.ui-dialog-titlebar-collapse{
    height: 20px;
    width: 20px;
    display: block;
}

.ui-dialog-titlebar-collapse{
    height: 20px!important;
    width: 20px!important;
    display: block;
}

.ui-dialog-titlebar-restore{
    height: 20px!important;
    width: 20px!important;
    display: block;
}

.ui-draggable, .ui-droppable {
    background-position: top left;
}

.left-nav{
    padding-right: 10px;
}

.control-label{
    font-size: 14px!important;
}

.form-control{
    font-size: 14px!important;
}

.btn{
    font-size: 14px!important;
}

.minicolors-theme-default.minicolors {
    width: 100%!important;
}

.minicolors-theme-default .minicolors-input {
    height: 34px!important;
}

.toast-title{
    font-size: 18px;
}

.toast-message{
    font-size: 13px;
}


