/*
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 : 13/05/2015, 08:08:52 AM
    Author     : Carlos Pinto
*/


/*.form-control input.input-control,
textarea.input-control ,
select.input-control {*/
.form-control input,
.form-control select{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: 0;
    padding: 0em .4em;
    display: inline-block;
    border: 1px solid #ccc;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px;
    font-weight: 500;
    line-height: 1em;
    border-radius: 4px; 
    height: 1.8em;
    background: #ffffff;

}

.form-control textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: 0;
    padding: .2em .4em;
    display: inline-block;
    border: 1px solid #ccc;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*font-size: 10px;*/
    font-weight: 500;
    line-height: 1em;
    border-radius: 4px; 
    background: #ffffff;
    resize:none

}

.form-control input:disabled,
.form-control select:disabled,
.form-control textarea:disabled{
    background-color: #dddddd ;
}
.form-control input:read-only:not(.hasDatepicker):not(.searchPlugin),
.form-control textarea:read-only:not(.hasDatepicker):not(.searchPlugin){
    background-color: #f5f5f5 ;
}


/*.form-control input.input-control:focus,
textarea.input-control:focus,
select.input-control:focus {*/
.form-control input:focus,
.form-control textarea:focus,
.form-control select:focus {
    box-shadow: 0 0 3.5px rgba(74,179,201,0.6) ;
    border: 1px solid rgba(109, 160, 171, 1);
}

.form-control .btn {
    background: #c0d0db;
    background-image: -webkit-linear-gradient(top, #c0d0db, #8f9ba3);
    background-image: -moz-linear-gradient(top, #c0d0db, #8f9ba3);
    background-image: -ms-linear-gradient(top, #c0d0db, #8f9ba3);
    background-image: -o-linear-gradient(top, #c0d0db, #8f9ba3);
    background-image: linear-gradient(to bottom, #c0d0db, #8f9ba3);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    text-shadow: 1px 1px 3px #828082;
    font-family: Arial;
    color: #ffffff;
    font-size: 10px;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
}

.form-control .btn:hover {
    background: #f0f3f5;
    background-image: -webkit-linear-gradient(top, #f0f3f5, #949494);
    background-image: -moz-linear-gradient(top, #f0f3f5, #949494);
    background-image: -ms-linear-gradient(top, #f0f3f5, #949494);
    background-image: -o-linear-gradient(top, #f0f3f5, #949494);
    background-image: linear-gradient(to bottom, #f0f3f5, #949494);
    text-decoration: none;
}


.button{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width:100px;


}

.redbutton{
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.greenbutton{

    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.yelbutton{

    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;


}

.disabledd{
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.bluebutton{
    color: #fff;
    background-color: #999ce8;
    border-color: #106bdc;
}


.square{
    width: 20px;
    height: 20px;
    border: 1px dotted black; 
}

.resaltar{
    background: #C2E373 !important;
    border: 1px dotted red !important;

}