﻿/* ------ */
/* Layout */
/* ------ */

.form-horizontal .form-horizontal .form-group 
{
    margin-left  : 0px;
    margin-right : 0px;
}

.form-group label
{
    padding-top : 6px;
}

input[type="text"    ].form-control,
input[type="password"].form-control,
input[type="file"    ].form-control
{
    padding: 6px 12px;
}
textarea.form-control 
{
    padding: 6px 12px;
}
div.form-control
{
    height  : auto;
    padding : 6px 12px;
}


/* ----- */
/* Style */
/* ----- */

.form-group label
{
    /*font-family : Montserrat;*/
    /*font-family : Lato;
    font-size   : 9pt;
    font-weight : bold;*/

    /*color : #5e5e5f;*/
    color : #444444;

    text-align : right;
}



/*input[type="text"    ].form-control,
input[type="password"].form-control,
input[type="file"    ].form-control,
textarea,
div.form-control
{
    border-color  : #cccccc;
    border-color  : #fafafa !important;
    box-shadow    : none;

    border-radius : 0px !important;
}*/

/*input[type="text"    ].form-control:hover, 
input[type="password"].form-control:hover,
input[type="file"    ].form-control:hover, 
textarea.form-control:hover,
div.form-control:hover
{*/
    /* border-color : #92c0e0; */
    /*border-color : #cccccc !important;

    box-shadow   : inset 0 1px 1px rgba( 0, 0, 0, 0.075), inset 0 0 8px rgba( 0, 0, 0, .075) !Important;
    transition   :*/ /*border-color ease-in-out .15s,*/ 
                   /*box-shadow   ease-in-out .15s;
}*/ 

/*input[type="text"    ].form-control:focus, 
input[type="password"].form-control:focus,
input[type="file"    ].form-control:focus, 
textarea.form-control:focus,
div.form-control:focus
{*/
    /*border-color : #66afe9;*/
    /*border-color : #971318 !important;
    border-color : #cccccc !important;*/

    /*box-shadow   : inset 0 1px 1px rgba( 0, 0, 0, .075), 0 0 8px rgba( 102, 175, 233, .6);*/
    /*box-shadow   : inset 0 1px 1px rgba( 0, 0, 0, .075), 0 0 8px rgba( 0, 0, 0, .1) !Important;
    transition   : border-color ease-in-out .15s,
                   box-shadow   ease-in-out .15s;
}*/ 

/*
.input-group-addon
{
    border-color  : #cccccc;
    border-color  : #fafafa !important;

    background-color : white !important;
}
*/


/* ///////////// */
/* Para os addon */
/* ///////////// */

/* Layout */
.PA-WebPartContentWrapper .input-group .input-group-addon
{
    min-width     : 34px;
    max-width     : 34px;
    padding-left  : initial;
    padding-right : initial;
}
