body {
 /*font-family: 'Montserrat' !important;*/
}

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; }

.dataTables_length { margin-left: 10px !important; }

.dataTables_filter { float: right !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: #666666 !important; }

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

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

@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: #53bbff !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: 1px !important;
}

.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;
}

pre
{
  margin: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.note-editor.note-frame.panel.panel-default {
    margin-bottom: 0px;
}

.note-editing-area {
    height: 200px;
}

img.todb {
  max-width: 100%
}

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

.mylabelcheck {
  float: left;
  margin-right: 5px !important;
}

label.turno-ocupado {
  padding-left: 33px;
  background-color: #ffb6b6;
}

label.turno-libre {
  background-color: #c7ffc7;
}

nav i {
  width: 15px;
  text-align: center;
}

div.container.vh-100 {
  width: calc( 100vw - 15px );
}

.pb-0 {
  padding-bottom: 0px;
}

.pt-0 {
  padding-top: 0px;
}

@media screen and (orientation:landscape) {
  .carousel-inner > .item > img, .carousel-inner > .item > a > img
  {
    width: 100vw;
    height: calc( 100vh - 52px );
    object-fit: cover;
  }
}

select.custom-select
{
  float:right;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 10px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: -5px;
  margin-right: -10px;
}
