

/* UltimaG */
/*
body {
    background: -webkit-gradient(linear,right top, left top, from(#f8f9fa ), to(#f8f9fa ));
    font: 62.5% "Arial", sans-serif; margin: 0px;
    font-weight: bold;
    color:#000;
    }
*/
label {
    display: inline-block;
    width: 100px;
    }
    
legend { 
    padding: 0.5em; 
    }

fieldset fieldset label{
    display: block;
    }
    
/*
.demoHeaders {
     margin-top: 2em;
    }
*/    
#dialog_link {
    padding: .4em 1em .4em 20px;
    text-decoration: none;
    position: relative;
    }
    
#dialog_link span.ui-icon {
    margin: 0 5px 0 0;
    position: absolute;
    left: .2em;
    top: 50%;
    margin-top: -8px;
    }

ul#icons {
    margin: 0; 
    padding: 0;
    }

ul#icons li {
    margin: 2px; 
    position: relative; 
    padding: 4px 0; 
    cursor: pointer; 
    float: left;  
    list-style: none;
    }
    ul#icons span.ui-icon {float: left; margin: 0 4px;}
    td{font: 78.5% "Arial", sans-serif; margin: 50px;}
    input{
        font:78.5%"Arial", sans-serif;
        border-bottom-right-radius:2px;
        border-bottom-left-radius:2px;
        border-top-right-radius:2px;
        border-top-left-radius:2px;
        border:1px solid #A6C9E2;
        color:#222222;
     }

.ui-timepicker-div .ui-widget-header { 
    margin-bottom: 8px; 
    }

.ui-timepicker-div dl { 
    text-align: left;
    }
    
.ui-timepicker-div dl dt { 
    height: 25px; 
    margin-bottom: -25px; 
    }

.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
    }

.ui-timepicker-div td {
    font-size: 90%; 
    }

.ui-tpicker-grid-label { 
    background: none; 
    border: none; 
    margin: 0; 
    padding: 0; 
    }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
      color: #636363;
    }

    input:-moz-placeholder, textarea:-moz-placeholder {
      color: #636363;
    }

.no-close .ui-dialog-titlebar-close {
    display: none;
    }

.alert {
    position:relative;
    padding:1rem 1rem;
    margin-bottom:0rem;
    border:0px solid transparent;
    border-radius:.25rem;
    }

.alert-danger {
    color:#084298;
    background-color:#B92909;
    border-color:#FF5733;
    }

.texto-1 { 
    font-size: 2.5em;
    }
