body{   
    color:#333;
    font-family: 'Open Sans', sans-serif, Arial, Verdana, Tahoma;
    font-size: 9px;
    margin:0;	       
    overflow: visible; /*overlay*/
    /*min-width: 768px;*/
    min-width: 320px;
    
    height:100%; 
}

footer,
header,
main,
menu,
nav{
  display: block;
}
a {
  background-color: transparent;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
}

h5{
    font-weight: normal;
}


button,
input,
select,
textarea {
  margin: 0;
 /* font: inherit;*/
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
img {
  vertical-align: middle;
}
[role="button"] {
  cursor: pointer;
}
p{
  margin: 0 0 10px;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12,col-xss-5,col-xss-7 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,col-xss-5,col-xss-7 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xss-7 {
    width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xss-5 {
    width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}

@media (max-width: 425px) {
    .col-xss-5 {
        width: 43.33333333%;
    }
    .col-xss-7 {
        width:56.66666667%;
    }
}




fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.form-control3{
    display: block;
  /*  width: 100%;*/
    height: 22px;
  /*  padding: 6px 12px;*/
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control {
    display: block;
  /*  width: 100%;*/
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
   /* background-image: none;*/
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input.ng-invalid{
    background-color: #F6ADAD !important;
}


label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  cursor: pointer;  
  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 #dbdbdb;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}


.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}



.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
 /* right: 0px;*/
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 10px;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;    
}
.nav > li {
  position: relative;
  display: block; 
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 1px 15px;
  
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #fff;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
  background: #f5f5f5;
  margin-top: 0;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-left: 2px;
  line-height: 1.42857143;
  border: 1px solid #C6C6C6;
  border-radius: 4px 4px 0 0;
  color: #3d464d !important;
  margin-right: 0px; 
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  
  cursor: default;
  background-color: #fff;
  border: 1px solid #C6C6C6  ;
  border-bottom-color: transparent ;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/*.nav-tabs > li > a {
  margin-left: 5px;
  line-height: 1.6;
  border: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
  color: #3d464d !important;
  margin-right: 0px;
}*/
.nav-tabs > li > a:hover {
  border: 1px solid #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #1d7dc1 !important;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.panel {
    margin-bottom: 20px;
    background: #eaf3fe;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 7px 20px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  color: inherit;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-default {
  border-color: #ddd;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default {
  color: #333;
  border-color: #ddd;
  margin-left: 5px;
}
.panel {
    margin-bottom: 20px;
    background: #eaf3fe;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 700px;
    margin: 30px auto;
  }
  .modal-dialogPeq {
    width: 500px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
/* app css stylesheet */
.bordeGeneral{
    border-width: 50px;
    border-color: #FFFFE0;
}
.accordion{
    height:100%;
}

.observaciones{
    background-position: right center;
   /* padding-left: 17px;
    padding-right: 5px;
    width:183px;*/
    background-position: right center;
    background-image: url(../imagenes/comentario.png);
    background-repeat: no-repeat;
}

.clip{
   /* padding-left: 17px;
    padding-right: 5px;
    width:183px;*/
   text-align: center;
   padding-left: 18px;
    background-position: left center;
    background-image: url(../imagenes/clip19.png);
    background-repeat: no-repeat; 
}

.ojo{
    /* padding-left: 17px;
     padding-right: 5px;
     width:183px;*/
    text-align: center;
    background-position: center;
    background-image: url(../imagenes/ojo19.png);
    background-repeat: no-repeat;
}


.espanol{
    background-position: right center;
    background-image: url(../imagenes/idiomas/es.gif);
    background-repeat: no-repeat;
}

.english{
    background-position: right center;
    background-image: url(../imagenes/idiomas/en.gif);
    background-repeat: no-repeat;
}

/*
.listaDesplegable{
    background-position: right center;
    padding-left: 17px;
    padding-right: 15px !important;
    width:183px;
    background-position: right center;
    background-image: url(../imagenes/campoLista.png);
    background-repeat: no-repeat;
}
*/
input[type="text"]:disabled { background: #D8D8D8;color: black; }

.deshabilitado{
    color:inherit !important;
}

.proveedor{
   padding-left: 15px;
   font-weight: bolder;
}
.proveedornivel2{
    padding-left: 35px;
    font-weight: bolder;
}
.proveedornivel3{
    padding-left: 65px;   
}
.proveedornivel4{
    padding-left: 95px;
}
.proveedornivel5{
    padding-left: 125px;
}
.recurso{
   padding-left:45px;
   font-weight: bolder;
}
.recursonivel2{
    padding-left: 75px;
    font-weight: bolder;
}
.recursonivel3{
    padding-left: 105px;
}
.recursonivel4{
    padding-left: 135px;
}
.recursonivel5{
    padding-left: 165px;
}
.recursoInterviniente{
    display: inline-block;
}
.recursoSinPadre{
    text-align: left;
     padding-left: 0px;
}
.test{
   background:  #499fd8;
   color: white;
}
.sinObservaciones{
    background-position: right center;
    /*padding-left: 17px;*/
    width:183px;
    background-image: url(../imagenes/sincomentario.png);
    background-repeat: no-repeat;
}
.fondogrisfoto{
    background-image: url(../imagenes/bg.png);
}

.panel-collapse{
    height:100%; 
}

.fondoBlanco{  
    background: white !important;
}

.etiquetaFormulario{
    font-size: 1.2em;
    font-weight: bold;
}

.margenarriba{
    margin-top: 60px;
}
.logoPrincipal{
    height: 20px;
    width: 120px;
}
.menu{
    list-style: none;
    border-bottom: 0.1em solid black;
    margin-bottom: 2em;
    padding: 0 0 0.5em;
}

.menu:before {
  content: "[";
}

.menu:after {
  content: "]";
}

.menu > li {
  display: inline;
}

.menu > li:before {
  content: "|";
  padding-right: 0.3em;
}

.menu > li:nth-child(1):before {
  content: "";
  padding: 0;
}
.menuAvisos{
    list-style:none;
    margin-left: -25px;
    cursor: pointer;
}
.panel-heading{
    cursor:pointer;   
}

.bodeFino{
    border: 1px solid #ccc;
    border-radius: 5px;
}
.noseleccionable{
     cursor:  default;
 }
.seleccionable{
    cursor: pointer;  
}
.grande{
    font-size: 1.3em;    
}
.muygrande{
    font-size: 1.6em;     
}
.mediograndeSinEfectos{
    font-size: 1.2em;    
}
.medio{
    font-size: 1em;
}

.fuenteBlanca{
    color:white !important;
}

.mediograndeOf{
    font-size: 1.7em;
    color:graytext; 
   vertical-align: inherit;
}
.grispestana{
    background: #ededed;
    font-size: 13px;
}
.grispestanaActiva{
    font-size: 13px;
    font-weight: 400;
}

.azul{
    color: #1d7dc1 !important ;
}

.myGrid{ 
    width: 100%;
    height: 100%;
}
.ui-grid-menu-button {
  height: 35px;
}

.bordeCabecera{
    height:2px;
    background: #fefefe;
}
.encima{
    overflow: visible;
    z-index: 4;
}
.cabeceraProsoft{
    background: #f5f5f5;
    background-repeat: no-repeat;
    background-position:  top left;
    background-attachment:  fixed;
    width: auto;
    height: 63px;
}

.fondogris{
    background: #e5e5e5;
}
.fondogrisclaro{
    background: #f5f5f5;
}
.bordeRedondeado{
    border-radius: 2px;
}
.bsfuerte{
    font-weight: 700;
}
.tituloPrincipal{
    padding-left: 15px;
    padding-bottom: 2px;
    padding-top: 6px;
}
.rojo{
    background: #ffffcc !important;
    text-align: right;
    border: solid  #000 !important;
    border-width: 0.005em !important;
    border-color:  gainsboro !important ; 
    line-height: 2;
}
.grid-align {
   text-align: right;
     line-height:2;
    padding-right: 0px;
    padding-left: 0px;
    }
#content {
    position: absolute;
     float:left;
    top: 52px;
    bottom: 0;
    left: 457px;
    right: 0;
    height: auto;
    background: #f5f5f5;
}
.toda{
    font-size: 100% !important;
}
.normal{
    font-weight: normal;
}

.rotulos{
        background: #ddd;
    color: #1d7dc1;
    /*margin-top: 40px;*/
        margin-bottom: 0px;
    font-weight: 600;
    line-height: 2.5em;
}

.inicio{
    font-size: 1.3em;
    color: #3d464d;
    text-rendering: optimizeLegibility;
  /*  margin-top: 10px;*/
    vertical-align: central ;
}

.cabeceraBusqueda{
    background: #a9bbd2;
    margin-left: 0px;
    margin-right: 0px;
    height: 45px;
}

.cabeceraEstado{
    margin-top: 6px;
}

.subcabeceraBusqueda{ 
    background: #b8cbe5;
    margin-left: 0px;
    margin-right: 0px;
}

.row3 {
  margin-right: 0px;
  margin-left:0px;
}

.modal-content2 {
    position: relative;
    background: #eaf3fe;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 10px solid #fff;
    outline: 0;
    -webkit-box-shadow: none;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
   line-height: 1.42857143;
}

modal-content {
     -webkit-box-shadow: none;
    box-shadow: 0 1px 5px #ddd;
    border: 0px solid #999 ;
    border-radius: 4px;
}

@media (min-width: 768px){
    .modal-content {
        -webkit-box-shadow:  none;
        border: 0px solid #999;
        box-shadow: 0 1px 5px #ddd;
    }
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow:none;
    box-shadow: none;
}

.modal-header2 {
  padding: 20px;
  border-bottom: 2px solid #e5e5e5;
  background: 	#b8cbe5;
}

.modal-dialog{
  width:whatever
}

.modal-body{
    padding: 0px;
    z-index: 1;
}
.modal-body2{
    z-index: 1;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 0px solid #e5e5e5;
}
.combo4{
    background: #eaf3fe url(../imagenes/arrowcombo_bl.png) no-repeat 90% center;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    border-radius: 2px;
    box-shadow: 1px 1px 2px #b6b6b6;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    cursor: pointer;
    font-size: 1.0em;
    margin: 0px 0px 4px 0px;
    color: #3d464d;
    height: 2em;
    outline: 0 none;
    padding: 1px 4px 1px 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-rendering: optimizeLegibility;
    display: inline-block;
}
.margendetalle{
    padding-left: 35px;
    padding-right: 25px;
}
.imagenListaAjuste{
     padding-left: 0
}
.imagenLista{
 margin-left: 2px;
 margin-right: 2px;
}

.table-hover1 > tbody > tr:hover {
  background: #BDBDBD;
}
.table1 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px;
  font-size: 1em;
  border-collapse: separate;
  border-spacing: 0px 2px;
}

.margenizq2{
     margin-left:  15px;
}
.fila{
   height: 25px;
   background: #FFFFE2; 
   box-shadow: 0 0px 0px black;
   font-size:1em; 
   border-width: 0.8px;
   border: solid;
   border-color: #00FF00;
}
@media only screen and (min-width: 1024px){
    .fila{
       height: 25px;
       background: #FFFFE2; 
       box-shadow: 0 0px 0px black;
       font-size:1em; 
       border-width: 1px;
       border: solid;
       border-color: #00FF00;
    }

}
tr:nth-child(even) { background: #f5f5f5 }
tr:nth-child(odd) { background: #FFFFFF}

.sinpaddinglateral{
    padding-right: 0px;
    padding-left: 0px;
}
.small-box {
  position: relative;
  display: block;
  border-radius: 2px;
  /*margin-bottom: 10px;
  margin-top: 10px*/
}

.listaPrincipal {
  color:  graytext;
  background: rgb(255, 255, 255);
  margin-left: 5px;
  margin-right: 25px;
  height: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 15px;
  padding-left: 0px; 
  width: 94%;
  left: 2%;
  
}
.gris{
    color: #a1a1a1;     
}
.blanco{
    color:white !important; 
}
.negro{
    color:black ; 
}
.finLista{
   background: #eaf3fe;
}
.alertLista {
  padding: 5px;
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.circle {
    width: 100px;
    height: 100px;
    background: #1d7dc1;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 4em;
    line-height: 95px;
    color: #ffffff;
    cursor: pointer;
    margin:0px  auto;
    margin-top: 40px;
    text-align: center;
}
.smallcircle {
    width: 28px;
    height: 28px;
    background: #1d7dc1;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 30px;
    font-size: 1.2em;
    line-height: 28px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
}
.square {
    width: 100px;
    height: 100px;
    background: #df6c4f;
    font-size: 4em;
    line-height: 95px;
    color: #ffffff;
    cursor: pointer;
    margin: auto;
        text-align: center;
}
.smallsquare {
    width: 28px;
    height: 28px;
    background: #df6c4f;
    font-size: 1.2em;
    line-height: 28px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
}


.formulariobuscador {
    border: 1px solid #DADADA;
    background: #F0F0F0;
    border-radius: 2px;
    height: 25px;
    margin: 0px 10px 0px 0px;
    outline: 0 none;
    padding: 0px 14px 2px 5px;
    display: inline-block;
    background-image: url("../imagenes/lupa.png");
    background-repeat: no-repeat;
    background-position: right ;
    cursor: pointer;
}

.formulariobuscadorBlanco {
    border: 1px solid #DADADA;
    background: #ffffff;
    border-radius: 2px;
    height: 25px;
    margin: 0px 10px 0px 0px;
    outline: 0 none;
    padding: 0px 14px 2px 5px;
    display: inline-block;
    background-image: url("../imagenes/lupa.png");
    background-repeat: no-repeat;
    background-position: right ;
    cursor: pointer;
}

.formulariobuscador2Blanco {
    border: 1px solid #DADADA;
     background:  #ffffff;
    border-radius: 2px;
    margin: 0px 8px 0px 0px;
    outline: 0 none;
    padding: 4px 14px 2px 5px;
    display: inline-block;
    cursor: pointer;
}
.formulariobuscador2 {
    border: 1px solid #DADADA;
     background:  #FFFDD1;
    border-radius: 2px;
    margin: 0px 8px 0px 0px;
    outline: 0 none;
    padding: 4px 14px 2px 5px;
    display: inline-block;
    cursor: pointer;
}

.formulariobuscador3 {
    border: 1px solid #DADADA;
  /*  background: #ffffff;*/
    border-radius: 2px;
    margin: 0px 2px 0px 0px;
    outline: 0 none;
    padding: 2px 2px 2px 2px;
    display: inline-block;
    cursor: pointer;
    font-size: 0.7em;
}
.formulariobuscador5 {
    border: 1px solid #DADADA;
    background:  #eaf3fe;
    border-radius: 2px;
    margin: 0px 8px 0px 0px;
    outline: 0 none;
    padding: 4px 14px 2px 5px;
    display: inline-block;
    cursor: pointer;
}
.formulariobuscador3:hover {
    border: 1px solid  #499fd8;
}
.formulariobuscador3:focus {
    border: 2px solid  #499fd8;
}
.formulariobuscador2:hover {
    border: 1px solid  #499fd8;
}
.formulariobuscador2:focus {
    border: 2px solid  #499fd8;
}
.formulariobuscador5:hover {
    border: 1px solid  #499fd8;
}
.formulariobuscador5:focus {
    border: 2px solid  #499fd8;
}
.formulariobuscador4 {
    /*border: 1px solid #DADADA;*/
     background:  #D8D8D8;
    border-radius: 2px;
    margin: 0px 8px 0px 0px;
    outline: 0 none;
    color: black;
    padding: 4px 4px 2px 5px;
    display: inline-block;

}


.modal-header {
    padding: 5px;
    border-bottom: 0;
}
.alert-prosoft {
  color: #31708f;
  font-size: 2em;
}

.alert-prosoft .alert-link {
  color: #245269;
}
.ajustada{
    width: 100%;
    margin-top: 5px;
    padding-left: 5px;
}
.ajustada2{
    width: 100%;
    margin-bottom: 5px;
    padding-left: 5px;
}
.busquedaAvanzada{
     padding-right: 5px;
    padding-left: 5px;   
}
.detallePublicarDocumentos{
    color: #c3c3c3 ;
    font-weight: 100 !important;
    padding-right: 10px;
    padding-left: 0px;
    margin-top:  5px;
}
.btn-lg{
    width: 100%;
    text-align: center;   
}
.cabeceraListadosTabla{
    background: #eaf3fe;
    border: 5px solid transparent;
    border-radius: 4px;
   /* font-size: 0.8em;*/
    box-shadow: 0 1px 2px #ddd;
}
@media only screen and(min-width:1024px){   
    .cabeceraListadosTabla,.cabeceraListadosTabla > tr{
        background: #eaf3fe;
        border: 5px solid transparent;
        border-radius: 4px;
        font-size: 1em;
        box-shadow: 0 1px 2px #ddd;
    }
}
.margenDetalleDerecho{
    padding-right: 20px;
}
.formulario input[type="text"], .formulario input[type="date"], .formulario input[type="menu"], .formulario input[type="mes"], .formulario textarea {
    border: 1px solid #DADADA;
    border-radius: 2px;
    height: 15px;
    margin: 0px 0px 4px 0px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
    .custom-file-input input {
        visibility: hidden;
        width: 15px;
    }
    .custom-file-input:before {
        content: 'Selecciona';
        display: block;
       background-image: linear-gradient(to bottom, #ffffff, #e6e6e6) !important;
        border-radius: 4px;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
        padding: 3px 10px;
        color: #3d464d;
        outline: none;
        white-space: nowrap;
        cursor: pointer;
        text-align: center;
        position: absolute;
    }
    .custom-file-input:active:before {
        background: #febf01;
    }

    .botonArchivo{
       background-image: linear-gradient(to bottom, #ffffff, #e6e6e6) !important;
    }
    
    input[type="file"] {
        width: 10px;
    }
    
 .btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}    
/*
.lista {
	background: url('../imagenes/bgv.png') 95% 50% no-repeat;
	padding-right: 25px;
	cursor: pointer;
        background-color: white;
}
*/
/*FUNCIONES SIDEKICK*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  clip: rect(0,0,0,0);
  border: 0;
}
.sidekick {
  height: 100%;
}

.sidekick {
  width:220px;
  height: 100%;
  min-width: 165px;
  position: fixed;
  background:  #eaf3fe;
  opacity: 0.9;
}

.sidekickMini {
  width: 50px;
  height: 100%;
  position: fixed;
  background:   #ddd;
}



@media (max-width: 800px) {
.columnasFilaXs{
    width: 100%;
}

}



@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.categorias{
     color:white;
     font-size: 1.4em;
}
@media (max-width: 776px) {
.categorias{
     color:white;
     font-size: 1.4em;
}
}

.sidekickbodyMini {
    background: #eaf3fe;
    margin-left:50px;
    margin-bottom: 5%;

}

  .sidekickbody {
    background: #eaf3fe;
    margin-left:220px;
    margin-bottom: 5%;

  }
  .sidekickbody:after,
  .sidekickbody:before {
      content: " ";
      display:  table;
      clear: both;
    }
  
  .sidekick-panel {
    margin-top: 40px;  
    background: #ddd;
    color:  #1d7dc1;
    position: absolute;
    width: 100%;
    min-width: 40%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
  }
    .sidekick-panelUp {
    background:  #ddd;
    color:  #1d7dc1;
    position: absolute;
    width: 100%;
    min-width: 40%;
    height: 40px !important;
    top: 0;
    left: 0;
    padding: 10px;
  }

  #sidekickToggle {
    display: none;
  }
.sidekick-toggle {
    color: black;
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    position: absolute;
    z-index: 99;
    left: 0.3em;
    cursor: pointer;
    margin-left: 0;
}
.sidekick-toggleizq {
    color: black;
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    position:  inherit;
    z-index: 99;
    left: 0.3em;
    cursor: pointer;
    margin-left: 0;
}

/*
@media (max-width: 768px) {

   .sidekick-panel {

    width: 70%;

  }   
    .sidekick-panelUp {

    width: 70%;

  }    
    
    
}*/



.botonMenu{
    margin-left: 10px;
    font-size: 4em;
    color:white;
}

.botonMenuActivo{
    align-content: right;
    font-size: 4em;
    color:#a1a1a1;
}
.imagenLogo{
    width:200px;
    height: 50px;
}

@media (max-width: 767px){
    .imagenLogo{
        margin-top: 5px;
        width:55px;
        height: 50px;
    }
}





.filaCabecera{
    font-weight: 700;
    font-size: 1em;
}
/*
.filaTabla{
    height: 12px;
}*/

  input[type="checkbox"]:checked ~ .sidekick {
    position: fixed;

  }
/*FUNCIONES MAIN CSS*/
iframe,
img,
svg,
video {
    vertical-align: middle;
}
textarea {
    resize: vertical;
    overflow: hidden !important;
}

/*FUNCIONES NORMALICE CSS*/

.margenMenu{
    margin-left: 5px;
}
.top5{
    margin-top:5px;
}
.top10{
    margin-top:10px;
}
.top15{
    margin-top:15px;
}

.ui-grid-cell-focus {
    outline: 0;
    background: #b3c4c7;
}

.ui-grid-cell-contents{
    padding:5px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    white-space:nowrap;
    -ms-text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    overflow:hidden;
    height:100%;
    line-height:2;
}
.ui-grid-cell-contents-hidden{
    visibility:hidden;
    width:0;
    height:0;
    display:none
}
div.menuContextual{
      width:280px;
      position:absolute;      
      border:1px solid black;
      background: white; 
      -moz-box-shadow: 0 0 5px #888;
      -webkit-box-shadow: 0 0 5px#888;
      box-shadow: 0 0 5px #888;
      padding: 10px;
}
ul.menuContextual{
      list-style: none;
      list-style-type: none;
      list-style-position: outside;
}
li.menuContextual{
      line-height: 30px;
      font-size: 0.8em;
      cursor:pointer;
}
li.menuContextual:hover{
      background:  #28a4c9;
}
.filaSeleccionada{
     background: #499fd8 !important; 
     color: white;
}

/* MODULO PARA ELEGIR COLORES DE LA WEB, APARECE EN MIS DATOS/AJUSTES VISUALES */

div.kolorPicker-wrapper {position:relative !important;}
input.kolorPicker {height:15px; padding:2px 0 2px 5px; border:1px solid #666666 ; width:86px; font-size:0px; line-height:15px; background:  url(images/color-wheel.jpg) no-repeat 70px 0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;/* font-family: Verdana,Arial,sans-serif;*/ position:relative !important; float:left;}
input.kolorPicker::-ms-clear {display: none;}
div.kolorpicker-palette { float: left; margin: 0 0 10px 78px;width:180px;position:relative;display:inline;}
div.kolorpicker-palette ul { margin:0; padding-left:20px;}
div.kolorpicker-palette ul li { list-style: none; float: left; width: 42px; height: 20px; background: #D0DFE5; border: 1px solid #666666; font-size: 10px; line-height:12px; text-align: center; margin: 0 3px 0 0; padding: 3px 3px 4px 3px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; color: #353448; cursor: pointer; }
#kolorPicker .kolorpicker-palette-select { background: #353448; color: #D0DFE5; }
div.x-close-box { float: right !important; width: 15px; height: 20px; font-size: 10px; line-height:12px; background: #353448; border: 1px solid #666666; text-align: center; padding: 3px 3px 4px 3px; margin: 0 2px 0 0; display: block; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; color: #ffffff; cursor: pointer; }
#kolorPicker { border: 1px solid #353448; margin: 0; background: #f5f9fb; padding: 7px 5px 5px 5px; color: #fff; width: 320px; height: auto; position: absolute; top: -8px; left: -8px; cursor:pointer; }
div#kolorPicker table td.tile {line-height:20px;}
.kolorPickerUI { margin: 0px; padding: 0px; width: 100%; height: 100%; top: 0px; left: 0px; opacity: 0.0; position: fixed; }



.contenidoPrincipal{
   z-index: 1;
 /*  margin-left: 0%;
   width: 95%;*/
}

.contenidoPrincipalMini{
    z-index: 1;
    margin-left: 24%;
    width: 79%;
}


.pantallaDetalle {
    position: relative;
    background: white;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 10px solid #fff;
    outline: 0;
    -webkit-box-shadow: none;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
   line-height: 1.42857143;
}
.cabeceraDetalle{
    margin-top: 0px;
    padding: 5px;
    border-bottom: 0;
}
.cabeceraPestanasDetalle{
    
}
.cuerpoDetalle{
    background: white;
}
.pieDetalle{
    
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}


/*FUNCIONES LOGIN CSS*/

.fondoWeb{
    background: #eaf3fe;
}

#fondoWeb{
    background: #eaf3fe;
}

ul{
	margin: 0;
	padding: 0;
}
p{
	color: #666;
}

.wrapper{
    margin: 0 auto;
    max-width: 680px;
}

.cuadroLogin{
    float: right !important;
    width: 33.33333333%;
}

@media (max-width: 767px ){
    .wrapper{
        margin: 0 auto;
        max-width: 425px;
    }
    .cuadroLogin{
        float: right !important;
        width: 100%;
    }

}

pre{
    border: 0px solid white;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;

}





.cabecera{
	background: #fff; /*00A4F8*/
	height: 80px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.logo{
        max-height: 170px;
	width: auto;      
        
}
.divlogin{
    background:#fff;
    border:0px solid #999;
    border-radius:2px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-sizing: border-box;
    margin-top: 20px;
    padding:10px;
}

.divloginI{
    float: left;
    width: 400px;
    
}

.divloginD{
    background:#f5f5f5;
    float: right;
    padding:20px 20px 5px;
    width: 250px;
}
.divfeat{
    padding: 5px 15px 0;
}
.subtituloLogin{
    color: #808080;
    font-size:15px;
    font-weight: 400 !important; 
}
.detalleLoginCabecera{
    color: #c3c3c3 ;
    font-size:15px;
    font-weight: 100 !important;
    padding-right: 20px;
}
.detalleLoginCabeceraBlanca{
    color: aliceblue ;
    font-size:15px;
    font-weight: 100 !important;
    padding-right: 20px;
}
.detalleLogin{
    color:   #808080;
    font-size:12px;
    font-weight: 300 !important;
    margin: 0;
}

/***listas***/
.listfeat > li{
 	font-weight:bold;
	list-style:none;
    padding:0 0 5px 10px;
	margin:12px 0;
}
/***span***/
.titlogin{
	font-size:20px;
        font-weight:bold;
}

.html5{
	margin: 5px 0 0 30px;
	padding-right: 10px;
}
.html5 > p{
	color: #808080;
	font-size: 10px;
	line-height: 20px;
	margin-top: 20px;
}
.html5 > p > a, .html5 > p > span
{
	color: #499fd8;
	font-weight: bold;
}
.html5 > img{
	float: left;
	margin-left: -35px;
	padding: 10px;
	width: 50px;
}
.error {
  color: #c95f65;
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
.icono{
    opacity: 0.5;
}

.icono:hover{
    opacity: 1.5;
}

.icono.disabled,
.icono[disabled],
fieldset[disabled] .icono {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}

/*quitar las flechas de los input de tipo number*/

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] { -moz-appearance:textfield; }

/*aletas*/
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/*Pantalla principal de pendientes, ajustes tamaño por */

.pendientes{
  width: 25% ;
  position: relative;
  min-height: 1px;
  /*padding-right: 10px;
  padding-left: 10px;*/
  float: left;
}

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content:center ;
  align-items: flex-end;
}


.flex-item {
	max-width: 10%;
	min-width: 100px;
	margin: 5px 2%;
	font-family: 'Open Sans', sans-serif, Arial, Verdana, Tahoma;
    font-size: 1.7em;
    color: #333;
    cursor:pointer;
    text-align:center;
}

.flex-circle{
  	width: 100px;
	height: 100px;
	margin: 5px auto;
	line-height: 100px;
	background: #1d7dc1;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	font-family: 'Open Sans', sans-serif, Arial, Verdana, Tahoma;
    font-size: 2.5em;
    color: #ffffff;
    cursor:pointer;
    text-align: center;
    align-items: baseline;

}

.cabeceraBorrar{
     background-position:  center;
   /* padding-left: 17px;
    padding-right: 5px;
    width:183px;*/
    background-position:  center;
    background-image: url(../imagenes/delete.png);
    background-repeat: no-repeat;
}

.lineaDetalle{
    font-size: 1.2em;
}

textarea:disabled{
    background:  #D8D8D8;
}

.tcal:disabled{
     background:  #D8D8D8;
}

.tcalInput:disabled {
   background:  #D8D8D8 !important; 
}


.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 8px 10px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4em;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}



.dirSelect1{

    background-color: gainsboro;

}
.dirNoSelect1{

    background-color: #8c8c8c ;

}


.dirSelect{
    font-size: 1.4em;
    background-color: gainsboro;
    border:1px solid #DADADA;
    border-radius: 2px;
    margin:2px 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.ui-grid-cell {
    overflow: hidden;
    float: left;
    background-color: inherit;
    border-right: 0px solid !important;
    border-color: #d4d4d4;
    box-sizing: border-box;
}


.dirNoSelect{
    font-size: 1.4em;
    background-color: gainsboro;
    border:1px solid #DADADA;
    border-radius: 2px;
    margin:2px 2px;
    
    box-shadow: inset 0 20px 1px rgba(0, 0, 0, .25);
}

.cajaTexto:enabled:hover{
        border: 1px solid #499fd8 !important;
}

.cajaTexto:disabled{
    background: none !important;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: initial ;
    text-align: start;
    text-align: right;
    margin: 0em;
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    padding: 1px;
        border-radius: 2px;
    border-width: 0px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}
.cajaTexto{
    background: none !important;
    text-rendering: auto;
    color: initial;
        border-radius: 2px;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: initial ;
    text-align: start;
    text-align: right;
    margin: 0em;
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    padding: 1px;
    border-width: 0px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
    
    
   
}

.cajaTexto:focus{
    background-color: #FFFFCC !important;
    border: 2px solid #808000;
  
    color:black;
    
    
    
    
}    

small[name=caja] {

  
}

small[name=caja]:hover {

  border: 1px solid #499fd8;
}

.ui-grid-cell {
    overflow: hidden;
    float: left;
    background-color: inherit;
    border-right: 0px solid;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: rgb(212, 212, 212);
    border-color: #d4d4d4;
    /* box-sizing: border-box; */
}
.lineaObservaciones{
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 100%;
    line-height: 2;
}




.cajaTexto2:enabled:hover{
        border: 2px solid #499fd8 !important;
}

.cajaTexto2:disabled{
    background: none !important;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
        border-radius: 2px;
    text-shadow: none;
    display: initial ;
    text-align: start;
    text-align: right;
    margin: 0em;
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    padding: 1px;
    border-width: 0px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}
.cajaTexto2{
  /*  background: none !important;*/
  background-color: #FFFFCC !important;
  border: 1px solid #499fd8;
    text-rendering: auto;
        border-radius: 2px;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: initial ;
    text-align: start;
    text-align: right;
    margin: 0em;
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    padding: 1px;
  /*  border-width: 0px;
    border-style: inset;
    border-color: initial;
    border-image: initial;*/
    
    
   
}

.cajaTexto2:focus{
    background-color: #FFFFCC !important;
  /*  border: 2px solid #808000;*/
   border: 1px solid #499fd8 !important;
    color:black;
    
    
    
    
}    

.expansivo{
    line-height: 15px;
    min-height: 1px;
}

.expansivo:hover{
    line-height: 20px;

}

.imagentd{
     background-position: left center;
    background-image: url(../imagenes/add14.png);
    background-repeat: no-repeat; 
    
}



@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}



.main-header{
    height: 63px;
    background: #ddd;
}

.resalta:hover{ padding: 2px; }

.resalta:hover{ text-decoration: none; border-radius: 10px; border: 2px solid white; background: #ffff00 }

@media (max-width: 767px){
    .estira {
        width: 100% !important;
    }
    .estiraMitad {
        width: 48% !important;
        padding: 0px !important;
    }
    .estiraTercio {
        width: 33% !important;
    }
    .noMostrarPequeno{
        display: none;
    }
    .main-header{
      /*  height: 100px;*/
        background: #ddd;
    }
    .cabeceraBusqueda{
        background: #a9bbd2;
        margin-left: 0px;
        margin-right: 0px;
        height: 100px;
    }
}

@media (max-width: 500px){
    .mostrarTablaGrande{
        display: none;
    }

}
@media (min-width: 501px){
    .mostrarTablaPequena{
        display: none;
    }

}




@media (min-width: 443px) and (max-width: 767px){
    .cabeceraBusqueda{
        background: #a9bbd2;
        margin-left: 0px;
        margin-right: 0px;
        height: 63px;
    }

}



    @media (min-width: 768px){
    .noMostrarGrande2{
        display: none;
    }
}
@media (max-width: 767px){
    .noMostrarPequeno2{
        display: none;
    }
}


.nivel0{
   /* border: 1px solid #ccc;*/
    border-radius: 2px;
    background: #f7e1b5;
    padding: 5px;
}
.nivel1{
  /*  border: 1px solid #ccc;*/
    border-radius: 2px;
    background: #f9f2f4 ;
    margin-left: 20px;
    padding: 5px;
}
.nivel2{
    /*  border: 1px solid #ccc;*/
    border-radius: 2px;
    background: #f9f2f4 ;
    margin-left: 30px;
    padding: 5px;
}
.nivel3{
    /*  border: 1px solid #ccc;*/
    border-radius: 2px;
    background: #f9f2f4 ;
    margin-left: 40px;
    padding: 5px;
}
.nivel4{
    /*  border: 1px solid #ccc;*/
    border-radius: 2px;
    background: #f9f2f4 ;
    margin-left: 50px;
    padding: 5px;
}
.nivel5{
    /*  border: 1px solid #ccc;*/
    border-radius: 2px;
    background: #f9f2f4 ;
    margin-left: 60px;
    padding: 5px;
}
.eliminado{
    background: #C6C6C6;
}