body {
 font-family: 'Roboto' !important;
}

.font2 {
 font-family: 'Oswald' !important;
}

@font-face {
    font-family: 'Oswald'; /*a name to be used later*/
    src: url('../fonts/Oswald-Variable.ttf'); /*URL to font*/
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(../fonts/Roboto-ThinItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/Roboto-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Roboto-Italic.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Roboto-MediumItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Roboto-BoldItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/Roboto-BlackItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(../fonts/Roboto-Thin.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/Roboto-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Roboto-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Roboto-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Roboto-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/Roboto-Black.ttf) format('truetype');
}

input[role='spinbutton'] { padding-right: 20px; }

div#page-wrapper { margin-top: 45px; }

/*#navbaricon { display: none; }*/

.no_padding td { padding: 0px 5px 0px 0px !important; }

.no_padding label { font-weight: unset; margin-top: 0px !important; margin-bottom: 0px !important; }

.inactive > a { color: #FFFFFF !important }

.inactive:hover { background-color: #777777 !important }

.active:hover > a { color: #999999 !important }

.dataTables_filter, .dataTables_length {display: inline !important; }

.dt-button { padding-left: 5px !important; padding-right: 5px !important; }

.ui-spinner { width: 100%; }

.ui-spinner-input { text-align: right; width: 100%; padding-right: 20px; }

.navbar-default .navbar-nav > .open > a { background-color: #888888 !important; }

.navbar-default .navbar-nav > li:hover > a { background-color: #888888 !important; }

.navbar-default .navbar-nav > li > a { color: #FFFFFF !important; }

@media print
{
    .sidebar{ display:none !important;}
    #page-wrapper{ margin-left: 0px !important; border-left: none;}
}

.navbar .navbar-header .navbar-brand label { font-size: 25px !important; color: #F7F7F7 !important; font-variant: small-caps; }

.tableicon { width: 20px; }

.navbar {background-color: #444344 !important;}

#divLoading { width: 100%; height: 100%; top: 0px; left: 0px;  opacity: 0.5; position: fixed; display: block; z-index: 1499; background-color:#FFF; }

#divLoading-image { position: absolute; top: 48%; left: 48%; z-index: 1500; background-color: #FFF; border-radius: 2px; padding: 2px;}

#lbl_loading_message { position: absolute; top: 25%; left: 0px; z-index: 1501; text-align: center; color: #444344; font-weight: bold; }

.form-group label { margin-top: 7px !important; }

.enumitem { width: 90% !important; }

.righttext {text-align: right; }

input[tipo_dato=integer],input[tipo_dato=decimal] {text-align: right; }

input[tipo_dato=file] {display: inline !important; }

.note-editing-area, .note-codable, .note-editable{
  min-height: 300px;
}

label.switch {margin-bottom: -5px;}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.navbar-text {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  margin: auto;
  padding-top: 10px;
}

.form-group {
    margin-bottom: 15px !important;
}
.panel-access{
  width: 200%;
  margin-left: -30px;
  color:white;

}


.ui-spinner {
     width: 60px !important ;
}

.tab-content {
  margin-top: 15px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #00bcff !important;
}

label.nohover {
    cursor: pointer;
}

.blur{
  -webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px);
}


body {
  /* Margin bottom by footer height */

}
.footer {


  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #cccccc;
  padding: 15px;
  margin-top: 20px;
}

.sombra{
  -webkit-box-shadow: 6px 14px 11px -16px rgba(0,0,0,0.65);
-moz-box-shadow: 6px 14px 11px -16px rgba(0,0,0,0.65);
box-shadow: 6px 14px 11px -16px rgba(0,0,0,0.65);
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: white !important;
  }
}

.input-group-addon
{
    min-width:150px;
    text-align:left;
}

.mt-1
{
  margin-top: 10px;
}

.mb-1
{
  margin-bottom: 10px;
}

a.langflag
{
  padding: 5px 5px 5px 5px !important;
  margin-right: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}

img.langflag
{
  border-radius: 100%;
  display: inline;
  width: 40px;
  margin-bottom: 0px;
}

img.langflag.active
{
  border: solid 1px orange;
}

div.row
{
     margin-right: 0px;
     margin-left: 0px;
}

div.page-header-body
{
  padding-top: 15px;
  margin-bottom: 15px;
  display: block;
  padding-right: 20px;
  line-height: 25px;
}

div.page-header-body label
{
  margin-bottom: 0px;
}

div.no-padding
{
  padding-left: 0px;
  padding-right: 0px;
}

#latabla input.numero {
    width: 50px;
    border-left: none;
    border-right: none;
    text-align: center;
    border-top: solid black 1px;
    border-bottom: solid black 1px;
}

#latabla input.numero.left {
    border-right: solid gray 1px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-left: solid black 1px;
}

#latabla input.numero.right {
    border-left: solid gray 1px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-right: solid black 1px;
}

div.row-botones button.btn-block {
  margin-bottom: 10px
}

div.row-botones > div {
  padding-left: 3px;
  padding-right: 3px;
  display: inline-block;
  float: inherit;
}

div.row-botones
{
  text-align: center;
}



.input-group-btn > .btn
{
  height: 34px;
}

/*@media (min-width: 768px)
{
  .modal-dialog {
      width: 70vw !important;
  }
}*/

div.col-xs-12
{
  padding-top: 0px !important;
}

img.todb {
  background-color: lightgray;
  max-width: 100%;
  max-height: 200px;
}

.no-padding
{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

@media (max-width: 950px)
{
  a.navbar-brand#navbaricon /*, div#bs-example-navbar-collapse-1 ul.nav.navbar-nav.navbar-right*/
  {
    display: none;
  }

  /*nav > div.container
  {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100vw !important;
  }*/
}

@media (min-width: 992px) {
  .tabular div.row div.no-padding.col-md-6.col-xs-12:nth-child(odd)
  {
      padding-right: 5px !important;
  }

  .tabular div.row div.no-padding.col-md-6.col-xs-12:nth-child(even)
  {
      padding-left: 5px !important;
  }
}

button.btn-square
{
  aspect-ratio: 1/1;
}