@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
/* line 5, ../../../../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*
$total-columns  : 12;
$column-width   : 4em;
$gutter-width   : 1em;
$grid-padding   : $gutter-width;

$show-grid-backgrounds  : true;
*/
@font-face {
  font-family: 'OstrichSansMedium';
  src: url("../fonts/ostrich-regular-webfont.eot");
  src: url("../fonts/ostrich-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ostrich-regular-webfont.woff") format("woff"), url("../fonts/ostrich-regular-webfont.ttf") format("truetype"), url("../fonts/ostrich-regular-webfont.svg#OstrichSansMedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'aller_lightregular';
  src: url("../fonts/aller_lt-webfont.eot");
  src: url("../fonts/aller_lt-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aller_lt-webfont.woff") format("woff"), url("../fonts/aller_lt-webfont.ttf") format("truetype"), url("../fonts/aller_lt-webfont.svg#aller_lightregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 5, ../sass/partials/_forms.scss */
input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* line 8, ../sass/partials/_forms.scss */
input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 12, ../sass/partials/_forms.scss */
input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  margin-right: 3px;
}

/* line 21, ../sass/partials/_forms.scss */
.box-content p {
  margin: 5px 5px 5px 5px;
  color: #000;
  line-height: 1.2em;
}
/* line 27, ../sass/partials/_forms.scss */
.box-content .alert {
  margin: 10px 10px;
}

/* line 34, ../sass/partials/_forms.scss */
label {
  margin-bottom: 0;
}
/* line 37, ../sass/partials/_forms.scss */
label strong > span {
  font-size: 10px;
  clear: both;
  font-weight: normal;
  display: block;
  color: #999999;
}

/* line 51, ../sass/partials/_forms.scss */
.form-group {
  margin-bottom: 0;
  padding: 4px 10px;
}

/* line 56, ../sass/partials/_forms.scss */
.fieldset-group {
  margin-top: 10px;
}

/* line 61, ../sass/partials/_forms.scss */
fieldset {
  border: 1px solid #ccc;
  margin: 2px 0 6px 0;
}
/* line 65, ../sass/partials/_forms.scss */
fieldset.group-fieldset {
  margin-left: 5px;
  margin-top: 2px;
  margin-right: 5px;
  background-color: #f5f5f5;
}
/* line 72, ../sass/partials/_forms.scss */
fieldset .form-group {
  padding-left: 5px;
  padding-right: 5px;
}
/* line 77, ../sass/partials/_forms.scss */
fieldset legend {
  margin-left: 5px;
  margin-bottom: 5px;
  width: auto;
  padding: 0 5px;
}
/* line 84, ../sass/partials/_forms.scss */
fieldset .info-message {
  color: #0000aa;
  text-align: center;
  margin: 3px 0 5px 0;
}
/* line 90, ../sass/partials/_forms.scss */
fieldset .form-group > span.checkbox,
fieldset .form-group > span.radio,
fieldset .form-group > span.checkbox-inline,
fieldset .form-group > span.radio-inline {
  margin-left: 8px;
}

/* line 99, ../sass/partials/_forms.scss */
.form-horizontal .control-label {
  text-align: left;
}
/* line 102, ../sass/partials/_forms.scss */
.form-horizontal .control-label strong {
  font-weight: normal;
}
/* line 107, ../sass/partials/_forms.scss */
.form-horizontal .form-group-header {
  border-bottom: 1px solid #e3e3e3;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
  box-shadow: 0px 1px 0px #fff;
  padding: 8px 10px;
}
/* line 115, ../sass/partials/_forms.scss */
.form-horizontal .form-group-footer {
  border-top: 1px solid #e3e3e3;
  margin-left: 0;
  margin-right: 0;
  margin-top: 5px;
  box-shadow: 0px 1px 0px #fff;
  padding: 8px 10px 5px 10px;
}

/* line 125, ../sass/partials/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 25px;
}

/* line 130, ../sass/partials/_forms.scss */
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  margin-left: 0px;
  margin-top: -1px;
}

/* line 136, ../sass/partials/_forms.scss */
.radio label,
.checkbox label {
  margin-right: 10px;
  padding-left: 15px;
}

/* line 143, ../sass/partials/_forms.scss */
input[type=radio], input[type=checkbox] {
  margin-top: 0;
}

/* line 152, ../sass/partials/_forms.scss */
.btn {
  font-size: 12px;
}
/* line 155, ../sass/partials/_forms.scss */
.btn.float-right {
  float: right;
}

/* line 160, ../sass/partials/_forms.scss */
.btn-separator {
  border-left: 1px solid #ddd;
  display: inline-block;
  margin: 0px 5px 0px 8px;
}
/* line 167, ../sass/partials/_forms.scss */
.btn-separator:before {
  content: "\00a0";
  line-height: 24px;
}

/* line 173, ../sass/partials/_forms.scss */
input[type=number].form-control,
input[type=date].form-control {
  padding-right: 0;
}

/* line 178, ../sass/partials/_forms.scss */
textarea.form-control {
  line-height: 18px;
  padding-top: 4px;
  padding-bottom: 4px;
  resize: none;
}

/* line 184, ../sass/partials/_forms.scss */
textarea.resizable {
  resize: both;
}

/* line 188, ../sass/partials/_forms.scss */
.form-control.disabled,
.form-control.readonly {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

/* line 195, ../sass/partials/_forms.scss */
input[readonly] + .input-group-addon {
  background-color: #ddd;
  color: #888;
}

/* line 200, ../sass/partials/_forms.scss */
.input-group input[type=text] {
  text-align: right;
}

/* line 204, ../sass/partials/_forms.scss */
.form-control.item-disabled {
  color: #fff;
  background-color: #d5a6a6;
  border-color: #800;
}

/* line 211, ../sass/partials/_forms.scss */
.form-control.width-100 {
  width: 100px;
}

/* Elementos específicos ListDetalleCobrosFacturaClienteNP.ascx */
/* line 219, ../sass/partials/_forms.scss */
.cobros-linea-factura .form-control {
  display: inline-block;
  text-align: right;
}

/* line 226, ../sass/partials/_forms.scss */
.cobros-totales td {
  font-weight: bold;
  background-color: #fbfbfb;
}
/* line 231, ../sass/partials/_forms.scss */
.cobros-totales .cobros-cobrado-cs,
.cobros-totales .cobros-cobrado-delegacion,
.cobros-totales .cobros-cobrado-total {
  margin-right: 16px;
}

/* Manage Errors */
/* line 242, ../sass/partials/_forms.scss */
.form-control.error {
  border-color: #faab20;
}

/* line 246, ../sass/partials/_forms.scss */
div.error-container {
  border-bottom: 1px solid #aaa;
  position: absolute;
  width: 200px;
  background: #fff;
  z-index: 100;
  padding: 15px 25px 6px 10px;
  left: 0;
  top: 18px;
  box-shadow: 0px 1px 1px #ccc;
  background: url('/themes/opmega/images/warning.png?1423503916') no-repeat 178px 12px, url('/themes/opmega/images/bgerror.png?1423504650') no-repeat left top;
  text-align: left;
}
/* line 259, ../sass/partials/_forms.scss */
div.error-container span.error {
  position: relative;
  border: none;
  padding: 0;
  background: transparent;
  left: auto;
  top: auto;
  color: #666;
  white-space: normal;
  line-height: 1.2em;
}

/* line 274, ../sass/partials/_forms.scss */
.form-group span.error {
  position: absolute;
  border: 1px solid;
  padding: 5px 10px;
  z-index: 1;
  background: #f4cccc;
  color: #800;
  font-size: 11px;
  left: 5%;
  top: 18px;
  z-index: 100;
}

/* line 287, ../sass/partials/_forms.scss */
.dataTableTab-container span.error {
  position: absolute;
  border: 1px solid;
  padding: 5px 10px;
  z-index: 1;
  background: #f4cccc;
  color: #800;
  font-size: 11px;
  left: 7%;
  top: 27px;
}

/* line 301, ../sass/partials/_forms.scss */
.info-block {
  padding: 0;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  border-bottom: none;
  border-left: none;
  margin-bottom: 10px;
  margin-left: 5px;
}
/* line 310, ../sass/partials/_forms.scss */
.info-block .info-block-title {
  color: #333;
  background: #dedede;
  padding: 5px;
}
/* line 316, ../sass/partials/_forms.scss */
.info-block strong {
  font-weight: 700;
}
/* line 320, ../sass/partials/_forms.scss */
.info-block div {
  font-size: 12px;
  padding: 7px 5px;
  border-left: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
/* line 326, ../sass/partials/_forms.scss */
.info-block div.info-block-subtitle {
  background: #eee;
}

/* line 337, ../sass/partials/_forms.scss */
.label-tooltip {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  margin-left: 6px;
}
/* line 343, ../sass/partials/_forms.scss */
.label-tooltip i {
  font-size: 16px;
  color: #aaa;
  margin-top: -2px;
}
/* line 351, ../sass/partials/_forms.scss */
.label-tooltip:hover i {
  color: #666;
}

/* line 357, ../sass/partials/_forms.scss */
.tooltip-inner {
  font-size: 11px;
  text-align: left;
  padding: 5px;
  max-width: 220px;
}

/* Input Form Blink */
/* line 366, ../sass/partials/_forms.scss */
.form-control-blink {
  transition: background-color 0.3s;
}

/* line 371, ../sass/partials/_forms.scss */
.alerta-sen-gravar {
  display: inline-block;
}

/* line 379, ../sass/partials/_forms.scss */
.position-relative {
  position: relative;
}

/* line 382, ../sass/partials/_forms.scss */
.position-absolute {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 395, ../sass/partials/_forms.scss */
.box-content .description-block {
  margin: 10px 8px 13px 8px;
}
/* line 399, ../sass/partials/_forms.scss */
.box-content .description-block p {
  font-size: 1.1em;
  color: #000;
  /* color: #09489d; */
  line-height: 1.3em;
  margin: 0 0 7px 0;
}

/* line 415, ../sass/partials/_forms.scss */
#FacturasCliente .find-delegacion {
  margin: 8px 5px 0 -5px;
  border: 1px solid #ccc;
  padding: 5px 0;
}

/* line 420, ../sass/partials/_forms.scss */
#FacturasCliente .find-delegacion-fieldset {
  margin-left: 0;
  background-color: transparent;
}

/* line 431, ../sass/partials/_forms.scss */
.alert {
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
}
/* line 436, ../sass/partials/_forms.scss */
.alert h4 {
  font-size: 1.1em;
}
/* line 440, ../sass/partials/_forms.scss */
.alert p {
  margin: 10px 0;
}

/* line 454, ../sass/partials/_forms.scss */
.box-content .box-content-modal {
  display: none;
  width: 380px;
  position: absolute;
  z-index: 1;
  top: 15%;
  left: 50%;
  margin-left: -190px;
  z-index: 201;
  z-index: 99;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 3px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
/* line 469, ../sass/partials/_forms.scss */
.box-content .box-content-modal.box-content-modal-large {
  width: 500px;
  margin-left: -250px;
}
/* line 474, ../sass/partials/_forms.scss */
.box-content .box-content-modal .panel {
  margin-bottom: 0;
}
/* line 478, ../sass/partials/_forms.scss */
.box-content .box-content-modal .panel-title {
  font-weight: bold;
}
/* line 483, ../sass/partials/_forms.scss */
.box-content .box-content-modal-backdrop {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 501, ../sass/partials/_forms.scss */
.twitter-typeahead {
  width: 100%;
}
/* line 504, ../sass/partials/_forms.scss */
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}
/* line 508, ../sass/partials/_forms.scss */
.twitter-typeahead .tt-dropdown-menu {
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 100%;
}
/* line 525, ../sass/partials/_forms.scss */
.twitter-typeahead .tt-suggestion {
  display: block;
  padding: 3px 20px;
  cursor: pointer;
}
/* line 531, ../sass/partials/_forms.scss */
.twitter-typeahead .tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #084393;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #0c62d7 0, #09489d 100%);
  background-image: -o-linear-gradient(top, #0c62d7 0, #09489d 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0c62d7), to(#09489d));
  background-image: linear-gradient(to bottom, #0c62d7 0, #09489d 100%);
}
/* line 541, ../sass/partials/_forms.scss */
.twitter-typeahead .tt-suggestion.tt-cursor a {
  color: #fff;
}
/* line 545, ../sass/partials/_forms.scss */
.twitter-typeahead .tt-suggestion p {
  margin: 0;
}
/* line 549, ../sass/partials/_forms.scss */
.twitter-typeahead .tt-highlight {
  font-weight: 600;
}

/* line 562, ../sass/partials/_forms.scss */
.compselect-operationtype .compselect-operationtype-title {
  display: none;
}
/* line 566, ../sass/partials/_forms.scss */
.compselect-operationtype.hide-operation-fieldset .compselect-operationtype-title {
  display: block;
}
/* line 569, ../sass/partials/_forms.scss */
.compselect-operationtype.hide-operation-fieldset fieldset {
  border: none;
  margin: 0 0 6px 0;
}
/* line 572, ../sass/partials/_forms.scss */
.compselect-operationtype.hide-operation-fieldset fieldset legend {
  display: none;
}

/* line 582, ../sass/partials/_forms.scss */
.compselect-list.hide-operation-fieldset {
  margin: 8px 0 5px 0;
}

/* line 22, ../sass/login.scss */
body {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
  background: url('/themes/opmega/images/submenu-bg.jpg?1339787254') repeat left top #d6dbe1;
}

/* line 28, ../sass/login.scss */
.login-component {
  background: #f0f3f5;
  position: relative;
  top: 40px;
  border: 2px solid #ccc;
  box-shadow: 0px 0px 1px #bbb;
  min-height: 300px;
}

/* line 37, ../sass/login.scss */
.login-header {
  margin: 20px 0 20px 0;
  padding: 0 0 5px;
  border-bottom: 1px solid #aaa;
  box-shadow: 0px 1px 0px #fff;
  width: 100%;
  float: left;
}
/* line 45, ../sass/login.scss */
.login-header .icon {
  float: left;
  display: block;
  margin-right: 15px;
  width: 45px;
  height: 45px;
  border: 3px solid #aaa;
  padding: 2px;
  margin-top: 5px;
  border-radius: 50%;
  text-align: center;
  margin-left: 5px;
}
/* line 58, ../sass/login.scss */
.login-header .icon i {
  font-size: 24px;
  color: #666;
  line-height: 35px;
}
/* line 65, ../sass/login.scss */
.login-header h1 {
  font-size: 26px;
  color: #4C4C4C;
  font-weight: bold;
  display: block;
  float: left;
  line-height: 35px;
  padding: 0px;
  margin: 0px;
  font-family: 'aller_lightregular';
}
/* line 76, ../sass/login.scss */
.login-header h1 small {
  font-size: 11px;
  color: #666;
  display: block;
  line-height: 20px;
}

/* line 86, ../sass/login.scss */
.bloqueHtml {
  background: #333;
  padding: 15px 15px;
  border-bottom: 1px solid #ccc;
}
/* line 91, ../sass/login.scss */
.bloqueHtml p {
  color: #fff;
}

/* line 97, ../sass/login.scss */
.login-form {
  margin-bottom: 20px;
}
/* line 100, ../sass/login.scss */
.login-form p {
  font-size: 1em;
  margin: 0px 15px 10px 15px;
  line-height: 1.4em;
}
/* line 106, ../sass/login.scss */
.login-form .form-group {
  margin-bottom: 5px;
}
/* line 110, ../sass/login.scss */
.login-form label {
  margin: 0 0 5px 5px;
}
/* line 114, ../sass/login.scss */
.login-form .checkbox {
  margin-bottom: 5px;
  margin-left: 3px;
  margin-top: 0;
}
/* line 119, ../sass/login.scss */
.login-form .checkbox input[type=checkbox] {
  margin-left: 0;
}
/* line 122, ../sass/login.scss */
.login-form .checkbox label {
  padding-left: 15px;
}
/* line 127, ../sass/login.scss */
.login-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  background-color: #fff !important;
}
/* line 132, ../sass/login.scss */
.login-form input[type=text], .login-form input[type=password] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/* line 146, ../sass/login.scss */
.login-form input[type=text]:focus, .login-form input[type=password]:focus {
  border-color: #333;
  box-shadow: none;
}
/* line 152, ../sass/login.scss */
.login-form input[type=submit], .login-form button {
  padding: 7px 12px 6px 12px;
}
/* line 156, ../sass/login.scss */
.login-form input.error {
  border-color: #a00;
}
/* line 160, ../sass/login.scss */
.login-form label.error {
  margin-top: 10px;
  color: #a00;
}

/* line 175, ../sass/login.scss */
.notification {
  position: relative;
  margin: 0 1% 15px 1%;
  padding: 0;
  float: left;
  border: 1px solid;
  background-position: 10px 10px !important;
  background-repeat: no-repeat !important;
  font-size: 13px;
  width: 98%;
  padding: 12px 10px 10px 40px;
  display: block;
  border-radius: 3px;
}
/* line 189, ../sass/login.scss */
.notification.attention {
  background: #fffbcc url('/themes/opmega/images/exclamation.png?1317981258') 10px 11px no-repeat;
  border-color: #e6db55;
  color: #666452;
}
/* line 195, ../sass/login.scss */
.notification.information {
  background: #dbe3ff url('/themes/opmega/images/information.png?1317981264');
  border-color: #a2b4ee;
  color: #585b66;
}
/* line 201, ../sass/login.scss */
.notification.success {
  background: #d5ffce url('/themes/opmega/images/tick.png?1282998642');
  border-color: #9adf8f;
  color: #556652;
}
/* line 207, ../sass/login.scss */
.notification.error {
  background: #ffcece url('/themes/opmega/images/cross_circle.png?1317981270');
  border-color: #df8f8f;
  color: #665252;
}
/* line 213, ../sass/login.scss */
.notification.help {
  background: #d5f0fd url('/themes/opmega/images/help.png?1330461640');
  border-color: #64c3f7;
  color: #665252;
}
/* line 219, ../sass/login.scss */
.notification .close_notification {
  position: absolute;
  right: 10px;
  top: 9px;
  cursor: pointer;
}
/* line 225, ../sass/login.scss */
.notification .close_notification span {
  display: none;
}
/* line 232, ../sass/login.scss */
.notification ul li {
  margin-bottom: 3px;
}

/*# sourceMappingURL=login.css.map */
