form {
  background: transparent;
  border: solid 1px #EAEAEA;
  padding: 2px;
  
}

form.without-border {
  border: none!important;
}

fieldset {
  background: #F6F6F6;
  padding: 6px 10px 10px 10px;
  border: 0;
  margin: 0;
}

fieldset input[type="text"], input[type="password"] {
  width: 250px;
}

fieldset select {
  padding: 3px;
  width: 262px;
  height: 26px;
}

fieldset label {
  display: block;
  height: 17px;
  padding: 0;
  text-align: left;
  font: 12px/170% Verdana, sans-serif;
  font-weight: bold;
  color: #494949;
}

fieldset span label { 
  display: inline; 
}

fieldset span {
  display: block;
}

fieldset div {
  clear: both;
}

fieldset div.filter_title {
  width: 100px;
  display: inline-block;
}


fieldset div p {
  float: left;
  margin-right: 15px;
  border-bottom: none;
}

fieldset div.radio-choice p label {
  line-height: 23px;
  font-weight: normal;
}

fieldset div.radio-choice p * {
  float: left;
}

fieldset p span.error {
  display: block;
}

p.buttons-wrap {
  margin: 0;
  border: none;
}

p.more-margin-bottom {  
  margin: 0 0 20px 0!important;
}

p.buttons-wrap span {
  display: inline;
}

a.draw-like-button,
button, input[type="button"], input[type="submit"], a.link-button  {
  display: inline-block;
  background: transparent url(../img/button-bg.png) repeat-x 0 0;
  background-color: #CCC; 
  color: #141414;
  border: 1px solid rgba(0,0,0,0.2);
  padding: 4px 7px 4px 7px;
  font-weight: bold;
  -moz-border-radius: 8px;
  -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
  -webkit-border-radius: 8px;
  -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
  cursor: pointer;
/*  font-size: 0,12em !important;*/
  font-size: 10pt !important;
}

a.draw-like-button:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover, .link-button:hover{ 
  background-color: #417299; color: #FFF; 
}

a.draw-like-button:hover {
  text-decoration: none;
}

div#filter-wrap {
  margin-bottom: 20px;
}

div#filter-wrap form {
  height: 58px;
}

div#filter-wrap form fieldset {
  height: 38px;
}

div#filter-wrap fieldset label,
div#filter-wrap fieldset span {
  height: 31px;
  float: left!important;
  padding-right: 10px;
  line-height: 31px;
}
div#filter-wrap fieldset span.error {
  position: absolute;
  margin: 18px 0 10px 139px;
}

span.clean-field {
  margin: 3px 0 0 -29px;
}

div#filter-wrap div.movs label.ccaf-filter,
div#filter-wrap label.order-by-filter {
  clear: left;
  width: 110px;
}

div#filter-wrap div.vigentes label.ccaf-filter,
div#filter-wrap label.vigentes-order-by-filter {
  clear: left;
  width: 98px;
}

span#fake-delete-result {
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/delete.png);
  position: absolute;
  margin-top: 5px;
  margin-left: 240px;
}

fieldset h3 {
  font-size: 15px;
  font-weight: normal;
}

input[size="1"]  { width: 22px; }
input[size="2"]  { width: 30px; }
input[size="3"]  { width: 38px; }
input[size="4"]  { width: 46px; }
input[size="5"]  { width: 54px; }
input[size="6"]  { width: 62px; }
input[size="7"]  { width: 70px; }
input[size="8"]  { width: 78px; }
input[size="9"]  { width: 86px; }
input[size="10"] { width: 94px; }
input[size="11"] { width: 102px; }
input[size="12"] { width: 110px; }
input[size="13"] { width: 118px; }
input[size="14"] { width: 126px; }
input[size="15"] { width: 134px; }
input[size="16"] { width: 142px; }
input[size="17"] { width: 150px; }
input[size="18"] { width: 158px; }
input[size="19"] { width: 166px; }
input[size="20"] { width: 184px; }
input[size="21"] { width: 192px; }
input[size="22"] { width: 200px; }
input[size="23"] { width: 208px; }
input[size="24"] { width: 216px; }
input[size="25"] { width: 224px; }
input[size="26"] { width: 230px; }

fieldset select[class="11"] { width: 122px; }

textarea {
  width: 550px;
  min-height: 50px; 
  resize: none;
  color: #848484;
  font: normal 13px Helvetica, Arial, Verdana, sans-serif;
}

/*input:read-only, select:disabled, textarea:read-only*/
input[readonly], select[disabled], textarea[readonly]
{
  color: #A4A4A4;
  font-style: italic;
  font-weight: bold;
  background: #F2F5A9;
}


div .hidden-content { display: none; clear: left;}

.datepicker { background: #FFF!important; }

input#searched-value { text-transform: uppercase; }

ul.permissions {
  padding: 0!important;
  margin-top: 0!important;
  margin-bottom: 5px;
}

ul.permissions li {
  margin-left: 0;
  padding: 0 5px 0 0;
}

ul.permissions li.actions {
  float: left;
}

ul.actions {
 padding: 0px;
}
ul.actions li {
  height: 14px;
  border: none;
}
ul.actions li span,
ul.actions li label {  
  color: #848484!important;
  display: inline!important;
  padding: 0!important;
}
ul.actions li span,
ul.actions li span input {
  margin: 0;
  height: 13px!important;
  line-height: 0px;
}

ul.actions li label {
  font-size: 0.8!important;
  font-weight: normal!important;
  line-height: 0px;
}

label.module-name {
  margin: 0;
  padding: 0;
}

label.permission-name {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0.9em!important;
  color: #2B7FC4;
}

span.description textarea { width: 250px; height: 100px; }

div.user-data,
div.role-data {
  width: 271px;
  float: left;
}

div.role-data textarea { width: 250px; height: 180px; }

div.user-permission, div.role-permission { width: 980px; float: left; clear: none; }

div.user-permission div.module, div.role-permission div.module { 
  display: block;
  margin-bottom: 10px;
  padding: 5px; 
  background: #FFF;
  border: solid 1px #D4D4D4;
}

form fieldset label span {
  padding-left: 5px;
  color: #F5A71E;
  display: inline!important;
}

form fieldset span.error input[type="text"],
form fieldset span.error input[type="password"],
form fieldset span.error textarea,
form fieldset span.error select {
  border: 1px solid #C52020;
}

form fieldset div.action-data {
  width: 285px;
  float: left;
}

form fieldset div.associative-actions {
  clear: right;
}
form fieldset div.associative-actions span a {
  float: right;
}

div.sign-in form fieldset p.submit { width: 260px; }
div.sign-in form fieldset p.submit span { float: left; }
div.sign-in form fieldset p.submit span.recover-password-link { line-height: 30px; float: right; }
div.sign-in form fieldset p.submit span.recover-password-link a { color: #2B7FC4; }

.custom-input-file {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border: 2px solid #A4A4A4;
    border-radius: 5px;
    background-color: white;
    color: #848484;
    text-align: left;
    font-family: Arial;
    font-size: 14px;
    width: 350px;
    min-height: 14px;
    padding: 6px;
    margin-top: 4px;
}
.custom-input-file:hover {
    background-color: #A4A4A4;
    color: #417299;
}

.upload_file{ width: 100%; height: 100%; }

div.indicativo-form {
    border-radius: 5px;
    background-color: whitesmoke;
    color: #848484;
    text-align: left;
    font-family: Arial;
    padding: 6px;
    margin-top: 5px;
}

div.sugerencia{
   color: #777;
   font-style: italic; 
   display: inline-block;
   margin-left: 5px;
}

div.calculado-en{
  position: absolute; width: 1269px; text-align: right; margin-top: -33px;
}

fieldset select.hhrr {
  width: 810px;
}

textarea.hhrr {
  width: 800px;
}

fieldset select#categoria_riesgo {
  width: 562px;
}