body {
  font-family: "Lato", sans-serif;
  transition: background-color .5s;
}

.sidenav {
  z-index: 2 !important;
  height: 100%;
  width: 0;
  position: fixed;
  /*z-index: 2100;*/
  top: 0;
  left: 0;
  padding-top:5px;
  background-color: whitesmoke;
  overflow-x: hidden;
  margin-top:65px;
  /*transition: all 0.25s ease-out;*/
}
.img-sidebar{
    width: 60px;
}
/*.select2-dropdown select2-dropdown--below{*/
/*}*/

.sidenav a:hover {
  color: #000 !important;
}

.sidenav a {
  padding: 10px 5px;
  text-decoration: none;
  font-size: 17px;
  color: gray;
  display: block;
  transition: 0.3s;
  font-weight: 600;
}


.main-box-1 .p_box{
    /*//border: 1px solid #ccc;*/
    border-radius:20px;
}

.sidenav  .fa{
  padding-right: 5px;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: -14px;
  right: 25px;
  font-size: 36px !important;
  margin-left: 5px ;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

/*.img-sidebar{*/
/*    width: 100px;*/
/*}*/
    
@media only screen and (min-width: 768px) {
 #selUser{
    width:180px !important;
    height:45px !important;
    padding: 20px;
    border: 1px solid #ccc;
 }   
#search-input{
    width:291px !important;
 }
}

.sidebar-animate{
    animation:toggle-sidebar 1s;
}

@keyframe toggle-sidebar{
    0% { transform:translateY(-100%); }
    100% { transform:translateY(0%); }
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 10px;
    margin-top:65px !important;
  }
  
  .img-sidebar{
        width: 12vh;
    }

  .sidenav a {
    font-size: 18px;
  }

  .sidenav .closebtn {
    top: 0px;
  }
  .sidenav1 {
    position: initial !important;
  }
}

/*::selection {*/
/*  background: #212129;*/
/*}*/

select {
  border-radius: 30px;
}

.list-inline-item {
  font-size: 25px;
  color: #286090;
}

#input {
  width: 100%;
  line-height: 1.75;
  font-weight: 400;
  font-size: 14px;
  height: 34px;
  border-color: var(--color-border-faint);
  background-color: var(--voyager-color-background-input-search);
  border-radius: var(--corner-radius-small);
  color: var(--color-text-active);
  padding: 0 40px;
}

#select {
  padding: 40px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 20px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 3px;
}

.list-inline>li {
  display: inline-block;
  /*padding-right: 21px;*/
  /*padding-left: 5px;*/
  padding-top: 3px;
}
.navbar{
  z-index: 1000;
}
.sidenav {
  z-index: 2000;
}
.select2-results__options{
}
.navbar-header {
  float: left;
  margin-top: 3px;
}

ol,
ul {
  margin-top: 4px;
  margin-bottom: 2px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 7px;
  right: 1px;
  width: 20px;
}

.icon {
  text-decoration: none;
}

input button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.btn1 {
  border-radius: 0px;
  margin-left: -6px;
}

.btn {
  border-radius: 0px;
}

/*::-webkit-scrollbar {*/
/*  display: none;*/
/*}*/

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  overflow: hidden;
}

.select2-container {
    z-index: 2500 !important;
}

#btn-warning {
  background-color: #FF6E04;
  padding-left: 10px;
  padding-right: 10px;
  /*box-shadow: 2px 2px 4px 0px gray;*/
  font-size: 19px;
}

.btn-warning:hover {
  color: #fff;
  background-color: green;
  border-color: green;
}

fieldset.scheduler-border {
  border: 1px groove #ddd !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
  font-size: 1.2em !important;
  font-weight: bold !important;
  text-align: left !important;
  width: auto;
  padding: 0 10px;
  border-bottom: none;
}

.input-group{
  margin: -10px !important;
  padding: 8px !important;
}

.text-mobile{
  /*padding-left:25px !important;*/
}

.cityhola ul li a{
  font-size:10px;
}