/*
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 : 16/07/2019, 12:51:05 PM
    Author     : estvaz
*/

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: 100px;
}

.font-size-17{
    font-size: 17px;
}

.bg-white {
    background: #fff !important;
}

.btn-cancel-custom{
    border:1px solid orange;
    background-color: white;
}

a.btn-cancel-custom{
    color: orange;
}


.btn-cancel-custom:hover{
    border:1px solid orange;
    background-color: #fff8a1;
}

a:hover.btn-cancel-custom:hover{
    color: orange;
}


hr{
    border-color: #ccccff !important;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

.form-control-custom{
    border-top: none;
    border-left: none;
    border-right: none;
    font-size:14px;
}

.width-40{width: 40px;}

.border-imput-gray{
    border-right: 1px solid #d2d6de;
}

.margin-right-10{
    margin-right: 10px;
}

.margin-left-10{
    margin-left: 10px;
}

.clear-50{
    height: 100px;
}

.clear-25{
    height: 25px;
}



fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
}

legend {
    padding: 5px;
    border: 0;    
    width: auto !important;  
}