@font-face{
  font-family: "iClear";
  src: url("iClear.ttf") format("truetype");
}

@font-face{
  font-family: "Inter-Regular";
  src: url("../../fonts/inter/Inter-Regular.ttf") format("truetype");
}

@font-face{
  font-family: "Inter-Bold";
  src: url("../../fonts/inter/Inter-Bold.ttf") format("truetype");
}

@font-face{
  font-family: "Inter-SemiBold";
  src: url("../../fonts/inter/Inter-SemiBold.ttf") format("truetype");
}

@font-face{
  font-family: "Inter-Medium";
  src: url("../../fonts/inter/Inter-Medium.ttf") format("truetype");
}

body {
  font-family: 'Inter-Regular' !important;
  background-color: #f5f5f5 !important;
}

*:not(.fa, .fas) {
  font-family: 'Inter-Regular' !important;
}
#identifikohu #error_display{
  color:red;
  font-weight:bold;
  padding:5px;
  border:1px solid red;
  border-radius:10px;
  display:none;
  margin-top:20px;
}

.identifikohu-container {
  background: #023c5b;
  background-size: cover !important;
  background-position: center center !important;
  padding:0px;
  margin:0px;
  height:auto;
  margin-top:-30px;
}

.mobile-right-menu {
  display:none;
}

.identifikohu-container .outer {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.identifikohu-container .middle {
  display: table-cell;
  vertical-align: middle;
}

.identifikohu-container .inner {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  /*whatever width you want*/
}

.identifikohu-container .box {
  background-color:#fff;
  border-radius:5px;
  width:350px;
  height:auto;
  overflow:auto;
  padding-top:5px;
}

.identifikohu-container .box img {
  margin: auto auto;
  display:block;
}

.identifikohu-container table td {
  vertical-align: top;
}

.identifikohu-container table {
  border-collapse: separate;
  border-spacing: 0 15px;
}

.main-container {
  padding-top:20px !important;
}

.hyrja_takimet_ditore_content{
    width:auto;
    height:210px;
    position:relative;
    color:#fff;
    overflow:hidden;
    border:1px solid #E6E6E6;
    border-radius:8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.hyrja_takimet_ditore_content table#data{

    position:relative;
    color:#fff;

}

.hyrja_takimet_ditore_content table td {
  width:25%;
}

.htdc_inner {
  flex: 1;
  overflow-y: auto;
}
.hyrja_takimet_ditore_content .htdc_inner{
  overflow-y:auto;
}
.htdc_inner {
    -ms-overflow-style: none;  // IE 10+
    scrollbar-width: none;  // Firefox
}
.htdc_inner::-webkit-scrollbar {
    display: none;  // Safari and Chrome
}
.hyrja_takimet_ditore_content .gradientback{

    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    height:50px;
    background: -moz-linear-gradient(top,  rgba(137,255,241,0) 0%, rgba(255,255,255,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(137,255,241,0)), color-stop(100%,rgba(255,255,255,0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(137,255,241,0) 0%,rgba(255,255,255,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(137,255,241,0) 0%,rgba(255,255,255,0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(137,255,241,0) 0%,rgba(255,255,255,0.8) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(137,255,241,0) 0%,rgba(255,255,255,0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089fff1', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}
.datepicker, .datepicker-inline, .datepicker-days,  .table-condensed {
  width:100% !important;
}

.fc-event-container .fc-title {
  font-weight:bold !important;
}

li.picked {
  background-color:#023C5B !important;
  color:white !important;
}

.nav-header-secondary {
  position:fixed !important;
  top:75px;width:100%;
  background-color:#023C5B;
  color:white;z-index:999px;
  height:37px;
  font-weight:;
  font-size:18px;
  padding:px;
  left:0px;
  z-index:999;
}

.nav-header-secondary li {
  padding:0px;margin-right:20px;
}

.nav-header-secondary a{
  color:white;
}

.nav-header-secondary a:hover{
  color:#E0EEF5;
}

.jumbotron.jumbotron-fluid {
  padding:15px !important;
}

.jumbotron .container h3 {
  font-size:25px;
  font-family: iClear;
}

.modal { overflow: auto !important; }
#txt {
  border-right:3px solid #ddd;
  padding-right:5px;
}

.footer:not(.footer-main) {
  width: 100%;
  text-align:left;

  color:#012e45;
  padding:5px;
  margin-top:px;
  background-color:#eee;
  border-top:1px solid #012e45;
  font-size:10px;
  font-family: iClear;
  padding:10px;
  height:50px;
  /* position:fixed;
  bottom:0; */
  position:absolute;
  left:0;
}


.footer.footer-main {
  width: 100%;
  text-align:left;
  color:#012e45;
  padding:5px;
  margin-top:px;
  background: #064C72 !important;;
  border-top:0px solid #012e45;
  font-size:13px;
  font-family: iClear;
  padding:10px;
  height:40px;
  /* position:fixed;
  bottom:0; */
  position:absolute;
  left:0;
  text-align:center;
  color:white;

}

/* body {
  margin-bottom:100px !important;
} */

html, body {
   height: 100%;
   width: 100%;
   min-height: 100%;
   padding: 0;
   margin: 0;
}

@font-face {
    font-family: 'weather';
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot');
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff') format('woff'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf') format('truetype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}


#weather {
  margin: 0px auto;
  text-align: left;
  text-transform: ;
  margin-top:-20px;
}

#weather i {
  color: #2D7787;
  font-family: weather;
  font-size: 60px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}

.icon-0:before { content: ":"; }
.icon-1:before { content: "p"; }
.icon-2:before { content: "S"; }
.icon-3:before { content: "Q"; }
.icon-4:before { content: "S"; }
.icon-5:before { content: "W"; }
.icon-6:before { content: "W"; }
.icon-7:before { content: "W"; }
.icon-8:before { content: "W"; }
.icon-9:before { content: "I"; }
.icon-10:before { content: "W"; }
.icon-11:before { content: "I"; }
.icon-12:before { content: "I"; }
.icon-13:before { content: "I"; }
.icon-14:before { content: "I"; }
.icon-15:before { content: "W"; }
.icon-16:before { content: "I"; }
.icon-17:before { content: "W"; }
.icon-18:before { content: "U"; }
.icon-19:before { content: "Z"; }
.icon-20:before { content: "Z"; }
.icon-21:before { content: "Z"; }
.icon-22:before { content: "Z"; }
.icon-23:before { content: "Z"; }
.icon-24:before { content: "E"; }
.icon-25:before { content: "E"; }
.icon-26:before { content: "3"; }
.icon-27:before { content: "a"; }
.icon-28:before { content: "A"; }
.icon-29:before { content: "a"; }
.icon-30:before { content: "A"; }
.icon-31:before { content: "6"; }
.icon-32:before { content: "1"; }
.icon-33:before { content: "6"; }
.icon-34:before { content: "1"; }
.icon-35:before { content: "W"; }
.icon-36:before { content: "1"; }
.icon-37:before { content: "S"; }
.icon-38:before { content: "S"; }
.icon-39:before { content: "S"; }
.icon-40:before { content: "M"; }
.icon-41:before { content: "W"; }
.icon-42:before { content: "I"; }
.icon-43:before { content: "W"; }
.icon-44:before { content: "a"; }
.icon-45:before { content: "S"; }
.icon-46:before { content: "U"; }
.icon-47:before { content: "S"; }

#klinika_brand_top {
  display: inline-block;
  text-align: right;
  position: relative;
  overflow: auto;
  float:right;
}

#klinika_brand_top #klinika_emri {
  color:#176EB1;
  font-weight:bold;
  font-size:24px;
  text-align:right;
  float:;
  display:block;
  display:none;
}

#klinika_brand_top #klinika_logo {
  display:block;
  float:;
  text-align:center;
  height:120px !important;
  max-width:540px;
}

#klinika_brand_top #klinika_logo img{
  height:120px !important;
  width: auto !important;
  max-width:540px;
}

#klinika_mesazhi_left {
  padding-top:20px;
}

#klinika_mesazhi_left img{
  margin-top:-5px;
  display:inline-block;
}

.alert.row_njoftim{
  margin:0px;
  padding:0px;
  padding-left:5px;
  padding-right:5px;
  padding-bottom:3px;
  border-bottom:1px solid #ddd;
  color:#093658;
  font-size:13px;
}

.picker__select--year, .picker__select--month {
  padding:0px !important;
}

.jumbotron {
  background: linear-gradient(to bottom right, white, #BED4F1, white);
}


.modal-header {
  text-align:center !important;
  background-color:#fff !important;
  color:#023C5B !important;
  border-bottom:px solid gray !important;
  padding-top:5px !important;
  padding-bottom:5px !important;
  text-align:left;
}

.modal-title {
  margin: 0 auto !important;
  /* text-transform: capitalize !important; */
}

.close {
  color:red !important;
  font-size:24pt !important;
  margin-left:0px !important;
}

.modal-body {
  padding-left:40px !important;
  padding-right:40px !important;
}

.modal-footer button.btn-primary {
  background-color:#023C5B !important;
  padding-left:25px !important;
  padding-right:25px !important;
}

.jpanel-top {
  padding-bottom:0px;background-image: linear-gradient(white, #CCDBEF, white);
}

.nopadding {
  padding:0px !important;
  margin:0px !important;
}

.card-takimet, .card-pacientet, .card-debitoret, .card-raportet, .card-hyrja-list {
  background: linear-gradient(white, #E1E6EB);border:0px !important;border-right:2px solid #999 !important;
  border-radius: 0px !important;
  border-image:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      #bbb,
      rgba(0, 0, 0, 0)
    ) 1 100% !important;
    margin:0px !important;
  height:310px !important;
  /* width: 185px !important; */
  width: 100%;
  padding:10px;
  font-size:18px;
  padding-top:5px;
}

.card-permbledhje {
  background: linear-gradient(white, #EFF1F2);
}

.card-takimet .card-body, .card-pacientet .card-body, .card-debitoret .card-body, .card-raportet .card-body, .card-hyrja-list .card-body {
  padding-top:0px;
  padding:8px;
}

.card-img-top {
  height: 88px !important;
  width: auto !important;
}

.jpacientet {
  background: linear-gradient(to bottom right, white, #F5E9DB, white);border-bottom-right-radius:65 !important;box-shadow:5px 5px 5px #eee !important;
}

.jtakimet {
  background: linear-gradient(to bottom right, white, #E4FBED, white);border-bottom-right-radius:65 !important;box-shadow:5px 5px 5px #eee !important;
}

.jdebitoret {
  background: linear-gradient(to bottom right, white, #F3CFC8, white);border-bottom-right-radius:65 !important;box-shadow:5px 5px 5px #eee !important;
}

.jraportet {
  background: linear-gradient(to bottom right, white, #F5F2CD, white);border-bottom-right-radius:65 !important;box-shadow:5px 5px 5px #eee !important;
}

.jdoktoret {
  background: linear-gradient(to bottom right, white, #DCE2F5, white);border-bottom-right-radius:65 !important;box-shadow:5px 5px 5px #eee !important;
}

.jsuporti {
  background: linear-gradient(to bottom right, white, #F5E9DB, white);border-bottom-right-radius:65 !important;box-shadow:5px 5px 5px #eee !important;
}


/* *********** */
/* MOBILE CSS */
/* *********** */


/* xs */
.main_screen_logo img {
    width: 80% !important;
    height: auto;
}
.main_screen_logo {
    width: auto !important;
    height: auto;
}

#klinika_mesazhi_left{
  font-size:21px;
  text-align:left;
}

#klinika_mesazhi_left #time{
  font-size:12px;
  font-weight:normal;
  display:none;
}

#klinika_mesazhi_left #weather{
  font-size:13px;
  font-weight:bold;
  display:none;
}

.card-takimet, .card-pacientet, .card-debitoret, .card-raportet {
  margin-top:5px;
}

#btn_anullo {
  display:none;
}

/* sm */
@media (min-width: 768px) {
    img.main_screen_logo {
        width: 400px;
    }
    .main_screen_logo {
        width: 400px !important;
        height: auto;
    }

    #klinika_mesazhi_left #time{
      font-size:21px;
      font-weight:bold;
      display:inline-block;
    }

    #klinika_mesazhi_left{
      font-size:21px;
      text-align:left;
    }

    #klinika_mesazhi_left #weather{
      font-size:21px;
      font-weight:normal;
      display:inline-block;
    }

    #btn_anullo {
      display:inline-block;
    }
}

.main-container {
  padding-left:20px !important;
  padding-right:20px !important;

}

.nav-header-secondary .navbar .navbar-nav .nav-item {
  margin-top:px;
}


.nav-header-secondary .navbar .navbar-nav .nav-item .dropdown-menu {
  margin-top:-5px;border-radius:0px;background-color:#025B8B;
  padding:0px;
  width:200px;
}

.nav-header-secondary .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color:#eee;
}

/* .navbar .navbar-nav .nav-item a {
  background-color:transparent;
  color:#fff;
} */

.nav-header-secondary .navbar .navbar-nav .nav-item.show a {
  background-color:#fff !important;
  color:#023C5B;
}

.autocomplete_table {
  margin:5px;
}

.autocomplete_table thead tr td {
  padding:7px;
}

.autocomplete_table td {
  width:150px;
  padding:3px !important;
}

.autocomplete_table tr:hover {
  background-color:#eee;
}

.autocomplete_table thead tr:hover {
    background-color: white;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-state-active.ui-button:hover
{
  border: 0px solid #000;
  background: #fff;
  color: #000;
}

@media (min-width: 1024px) {
  /* body {
    width:75% !important;
    margin: auto auto !important;
  } */

  .navbar {
    /* width: 75% !important;;
    margin: auto auto !important; */
  }
}

/* md */
@media (min-width: 992px) {
    img.main_screen_logo {
        width: 400px;
    }
    .main_screen_logo {
        width: 400px !important;
        height: auto;
    }

    #klinika_mesazhi_left #time{
      font-size:21px;
      font-weight:bold;
      display:inline-block;
    }

    #klinika_mesazhi_left{
      font-size:21px;
      text-align:left;
    }

    #klinika_mesazhi_left #weather{
      font-size:21px;
      font-weight:normal;
      display:inline-block;
    }


}
/* lg */
@media (min-width: 1200px) {
    img.main_screen_logo {
        width: 400px;
    }
    .main_screen_logo {
        width: 400px !important;
        height: auto;
    }

    #klinika_mesazhi_left #time{
      font-size:21px;
      font-weight:bold;
      display:inline-block;
    }

    #klinika_mesazhi_left{
      font-size:21px;
      text-align:left;
    }

    #klinika_mesazhi_left #weather{
      font-size:21px;
      font-weight:normal;
      display:inline-block;
    }
}





/* ********************* */



dd {
    margin-right: 0;
}

figure {
    margin: 0 0 1rem;
}

caption {
    text-align: right;
}

th {
    text-align: right;
}

.list-unstyled {
    padding-right: 0;
}

.list-inline {
    padding-right: 0;
}

.list-inline-item:not(:last-child) {
    margin-right: 0;
    margin-left: 5px;
}

.blockquote {
    border-left: none;
    border-right: 0.25rem solid #eceeef;
}

.blockquote-reverse {
    padding-left: 1rem;
    padding-right: 0;
    text-align: left;
    border-left: 0.25rem solid #eceeef;
    border-right: 0;
}

dl.row > dd + dt {
    clear: right;
}


.pull-0 {
    left: auto;
}

.pull-1 {
    left: 8.33333%;
}

.pull-2 {
    left: 16.66667%;
}

.pull-3 {
    left: 25%;
}

.pull-4 {
    left: 33.33333%;
}

.pull-5 {
    left: 41.66667%;
}

.pull-6 {
    left: 50%;
}

.pull-7 {
    left: 58.33333%;
}

.pull-8 {
    left: 66.66667%;
}

.pull-9 {
    left: 75%;
}

.pull-10 {
    left: 83.33333%;
}

.pull-11 {
    left: 91.66667%;
}

.pull-12 {
    left: 100%;
}

.push-0 {
    right: auto;
}

.push-1 {
    right: 8.33333%;
}

.push-2 {
    right: 16.66667%;
}

.push-3 {
    right: 25%;
}

.push-4 {
    right: 33.33333%;
}

.push-5 {
    right: 41.66667%;
}

.push-6 {
    right: 50%;
}

.push-7 {
    right: 58.33333%;
}

.push-8 {
    right: 66.66667%;
}

.push-9 {
    right: 75%;
}

.push-10 {
    right: 83.33333%;
}

.push-11 {
    right: 91.66667%;
}

.push-12 {
    right: 100%;
}

.offset-1 {
    margin-right: 8.33333%;
}

.offset-2 {
    margin-right: 16.66667%;
}

.offset-3 {
    margin-right: 25%;
}

.offset-4 {
    margin-right: 33.33333%;
}

.offset-5 {
    margin-right: 41.66667%;
}

.offset-6 {
    margin-right: 50%;
}

.offset-7 {
    margin-right: 58.33333%;
}

.offset-8 {
    margin-right: 66.66667%;
}

.offset-9 {
    margin-right: 75%;
}

.offset-10 {
    margin-right: 83.33333%;
}

.offset-11 {
    margin-right: 91.66667%;
}

@media (min-width: 544px) {



    .pull-sm-0 {
        left: auto;
    }

    .pull-sm-1 {
        left: 8.33333%;
    }

    .pull-sm-2 {
        left: 16.66667%;
    }

    .pull-sm-3 {
        left: 25%;
    }

    .pull-sm-4 {
        left: 33.33333%;
    }

    .pull-sm-5 {
        left: 41.66667%;
    }

    .pull-sm-6 {
        left: 50%;
    }

    .pull-sm-7 {
        left: 58.33333%;
    }

    .pull-sm-8 {
        left: 66.66667%;
    }

    .pull-sm-9 {
        left: 75%;
    }

    .pull-sm-10 {
        left: 83.33333%;
    }

    .pull-sm-11 {
        left: 91.66667%;
    }

    .pull-sm-12 {
        left: 100%;
    }

    .push-sm-0 {
        right: auto;
    }

    .push-sm-1 {
        right: 8.33333%;
    }

    .push-sm-2 {
        right: 16.66667%;
    }

    .push-sm-3 {
        right: 25%;
    }

    .push-sm-4 {
        right: 33.33333%;
    }

    .push-sm-5 {
        right: 41.66667%;
    }

    .push-sm-6 {
        right: 50%;
    }

    .push-sm-7 {
        right: 58.33333%;
    }

    .push-sm-8 {
        right: 66.66667%;
    }

    .push-sm-9 {
        right: 75%;
    }

    .push-sm-10 {
        right: 83.33333%;
    }

    .push-sm-11 {
        right: 91.66667%;
    }

    .push-sm-12 {
        right: 100%;
    }

    .offset-sm-0 {
        margin-right: 0%;
    }

    .offset-sm-1 {
        margin-right: 8.33333%;
    }

    .offset-sm-2 {
        margin-right: 16.66667%;
    }

    .offset-sm-3 {
        margin-right: 25%;
    }

    .offset-sm-4 {
        margin-right: 33.33333%;
    }

    .offset-sm-5 {
        margin-right: 41.66667%;
    }

    .offset-sm-6 {
        margin-right: 50%;
    }

    .offset-sm-7 {
        margin-right: 58.33333%;
    }

    .offset-sm-8 {
        margin-right: 66.66667%;
    }

    .offset-sm-9 {
        margin-right: 75%;
    }

    .offset-sm-10 {
        margin-right: 83.33333%;
    }

    .offset-sm-11 {
        margin-right: 91.66667%;
    }
}

@media (min-width: 768px) {

    .navbar-brand {
      display:none !important;
    }

    .pull-md-0 {
        left: auto;
    }

    .pull-md-1 {
        left: 8.33333%;
    }

    .pull-md-2 {
        left: 16.66667%;
    }

    .pull-md-3 {
        left: 25%;
    }

    .pull-md-4 {
        left: 33.33333%;
    }

    .pull-md-5 {
        left: 41.66667%;
    }

    .pull-md-6 {
        left: 50%;
    }

    .pull-md-7 {
        left: 58.33333%;
    }

    .pull-md-8 {
        left: 66.66667%;
    }

    .pull-md-9 {
        left: 75%;
    }

    .pull-md-10 {
        left: 83.33333%;
    }

    .pull-md-11 {
        left: 91.66667%;
    }

    .pull-md-12 {
        left: 100%;
    }

    .push-md-0 {
        right: auto;
    }

    .push-md-1 {
        right: 8.33333%;
    }

    .push-md-2 {
        right: 16.66667%;
    }

    .push-md-3 {
        right: 25%;
    }

    .push-md-4 {
        right: 33.33333%;
    }

    .push-md-5 {
        right: 41.66667%;
    }

    .push-md-6 {
        right: 50%;
    }

    .push-md-7 {
        right: 58.33333%;
    }

    .push-md-8 {
        right: 66.66667%;
    }

    .push-md-9 {
        right: 75%;
    }

    .push-md-10 {
        right: 83.33333%;
    }

    .push-md-11 {
        right: 91.66667%;
    }

    .push-md-12 {
        right: 100%;
    }

    .offset-md-0 {
        margin-right: 0%;
    }

    .offset-md-1 {
        margin-right: 8.33333%;
    }

    .offset-md-2 {
        margin-right: 16.66667%;
    }

    .offset-md-3 {
        margin-right: 25%;
    }

    .offset-md-4 {
        margin-right: 33.33333%;
    }

    .offset-md-5 {
        margin-right: 41.66667%;
    }

    .offset-md-6 {
        margin-right: 50%;
    }

    .offset-md-7 {
        margin-right: 58.33333%;
    }

    .offset-md-8 {
        margin-right: 66.66667%;
    }

    .offset-md-9 {
        margin-right: 75%;
    }

    .offset-md-10 {
        margin-right: 83.33333%;
    }

    .offset-md-11 {
        margin-right: 91.66667%;
    }
}

@media (min-width: 992px) {

    .pull-lg-0 {
        left: auto;
    }

    .pull-lg-1 {
        left: 8.33333%;
    }

    .pull-lg-2 {
        left: 16.66667%;
    }

    .pull-lg-3 {
        left: 25%;
    }

    .pull-lg-4 {
        left: 33.33333%;
    }

    .pull-lg-5 {
        left: 41.66667%;
    }

    .pull-lg-6 {
        left: 50%;
    }

    .pull-lg-7 {
        left: 58.33333%;
    }

    .pull-lg-8 {
        left: 66.66667%;
    }

    .pull-lg-9 {
        left: 75%;
    }

    .pull-lg-10 {
        left: 83.33333%;
    }

    .pull-lg-11 {
        left: 91.66667%;
    }

    .pull-lg-12 {
        left: 100%;
    }

    .push-lg-0 {
        right: auto;
    }

    .push-lg-1 {
        right: 8.33333%;
    }

    .push-lg-2 {
        right: 16.66667%;
    }

    .push-lg-3 {
        right: 25%;
    }

    .push-lg-4 {
        right: 33.33333%;
    }

    .push-lg-5 {
        right: 41.66667%;
    }

    .push-lg-6 {
        right: 50%;
    }

    .push-lg-7 {
        right: 58.33333%;
    }

    .push-lg-8 {
        right: 66.66667%;
    }

    .push-lg-9 {
        right: 75%;
    }

    .push-lg-10 {
        right: 83.33333%;
    }

    .push-lg-11 {
        right: 91.66667%;
    }

    .push-lg-12 {
        right: 100%;
    }

    .offset-lg-0 {
        margin-right: 0%;
    }

    .offset-lg-1 {
        margin-right: 8.33333%;
    }

    .offset-lg-2 {
        margin-right: 16.66667%;
    }

    .offset-lg-3 {
        margin-right: 25%;
    }

    .offset-lg-4 {
        margin-right: 33.33333%;
    }

    .offset-lg-5 {
        margin-right: 41.66667%;
    }

    .offset-lg-6 {
        margin-right: 50%;
    }

    .offset-lg-7 {
        margin-right: 58.33333%;
    }

    .offset-lg-8 {
        margin-right: 66.66667%;
    }

    .offset-lg-9 {
        margin-right: 75%;
    }

    .offset-lg-10 {
        margin-right: 83.33333%;
    }

    .offset-lg-11 {
        margin-right: 91.66667%;
    }
}

@media (min-width: 1200px) {

    .pull-xl-0 {
        left: auto;
    }

    .pull-xl-1 {
        left: 8.33333%;
    }

    .pull-xl-2 {
        left: 16.66667%;
    }

    .pull-xl-3 {
        left: 25%;
    }

    .pull-xl-4 {
        left: 33.33333%;
    }

    .pull-xl-5 {
        left: 41.66667%;
    }

    .pull-xl-6 {
        left: 50%;
    }

    .pull-xl-7 {
        left: 58.33333%;
    }

    .pull-xl-8 {
        left: 66.66667%;
    }

    .pull-xl-9 {
        left: 75%;
    }

    .pull-xl-10 {
        left: 83.33333%;
    }

    .pull-xl-11 {
        left: 91.66667%;
    }

    .pull-xl-12 {
        left: 100%;
    }

    .push-xl-0 {
        right: auto;
    }

    .push-xl-1 {
        right: 8.33333%;
    }

    .push-xl-2 {
        right: 16.66667%;
    }

    .push-xl-3 {
        right: 25%;
    }

    .push-xl-4 {
        right: 33.33333%;
    }

    .push-xl-5 {
        right: 41.66667%;
    }

    .push-xl-6 {
        right: 50%;
    }

    .push-xl-7 {
        right: 58.33333%;
    }

    .push-xl-8 {
        right: 66.66667%;
    }

    .push-xl-9 {
        right: 75%;
    }

    .push-xl-10 {
        right: 83.33333%;
    }

    .push-xl-11 {
        right: 91.66667%;
    }

    .push-xl-12 {
        right: 100%;
    }

    .offset-xl-0 {
        margin-right: 0%;
    }

    .offset-xl-1 {
        margin-right: 8.33333%;
    }

    .offset-xl-2 {
        margin-right: 16.66667%;
    }

    .offset-xl-3 {
        margin-right: 25%;
    }

    .offset-xl-4 {
        margin-right: 33.33333%;
    }

    .offset-xl-5 {
        margin-right: 41.66667%;
    }

    .offset-xl-6 {
        margin-right: 50%;
    }

    .offset-xl-7 {
        margin-right: 58.33333%;
    }

    .offset-xl-8 {
        margin-right: 66.66667%;
    }

    .offset-xl-9 {
        margin-right: 75%;
    }

    .offset-xl-10 {
        margin-right: 83.33333%;
    }

    .offset-xl-11 {
        margin-right: 91.66667%;
    }
}

.form-check-label {
    padding-right: 1.25rem;
}

.form-check-input {
    margin-right: -1.25rem;
}

.form-check-inline {
    padding-right: 1.25rem;
}

    .form-check-inline + .form-check-inline {
        margin-right: .75rem;
    }

.form-control-feedback {
    margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
    padding-left: 2.25rem;
    background-position: center right 0.625rem;
}

.form-inline .form-check-label {
    padding-right: 0;
}

.dropdown-toggle::after {
    margin-right: 0.3em;
}

.dropdown-menu {
    right: 0;
    float: right;
    margin: 2px 0 0;
    text-align: right;
}

.dropdown-divider {
    margin: 0.5rem 0;
}



.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-right: -1px;
}

.btn-toolbar {
    margin-right: -0.5rem;
}



    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-right: 0.5rem;
    }

.btn-group > .btn:first-child {
    margin-right: 0;
}

.btn-group > .btn-group {
    float: right;
}

.btn + .dropdown-toggle-split::after {
    margin-right: 0;
}


.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-right: 0;
}

.input-group .form-control {
    float: left;
}

.input-group-addon:not(:last-child) {
    border-right: 1px solid rgba(0,0,0,.15);
    border-left: 0;
}

.form-control + .input-group-addon:not(:first-child) {
    border-left-width: medium;
    border-right: 0;
}



.input-group-btn > .btn + .btn {
    margin-right: -1px;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
    margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
    margin-right: -1px;
}

.custom-control {
    padding-right: 1.5rem;
}

    .custom-control + .custom-control {
        margin-right: 1rem;
    }

.custom-control-indicator {
    right: 0;
}

.custom-controls-stacked .custom-control + .custom-control {
    margin-right: 0;
}

.custom-select {
    padding-left: 0.75rem \9;
}

.nav {
    padding-right: 0;
}



    .nav-tabs .nav-item + .nav-item {
        margin-right: 0.2rem;
    }



    .nav-pills .nav-item + .nav-item {
        margin-right: 0.2rem;
    }

.nav-stacked .nav-item + .nav-item {
    margin-right: 0;
}







.navbar-nav .nav-link + .nav-link {
    margin-right: 1rem;
}

.navbar-nav .nav-item + .nav-item {
    margin-right: 1rem;
}

#main_page_downloads {
  margin-top:70px;text-align:center;
}

#nav_mobile {
  display:none;
}

#nav_desktop {
  display:inline-block;
}

.search_top {
  width:200px;margin:auto auto;float:left;margin-top:0px;margin-left:100px;
}

#foto_profili_mobile {
  display:none;
}

#logo_top_mobile {
  display: none;
}

#gap_space_mobile {
  display: none;
}

@media (max-width: 767px) {
    .navbar-toggleable .navbar-nav .nav-item {
        margin-right: 0;
    }

    .mobile-right-menu {
      display:block;
    }

    .identifikohu-container .inner {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      /*whatever width you want*/
    }

    .identifikohu-container .box {
      width:90%;margin-left:auto;margin-right:auto;
    }

    .footer.footer-main {
      height:auto;
    }

    #main_page_downloads {
      margin-top:50px;
    }

    #navbarsExample02 #hyrja {
      display:none;
    }
    #navbarsExample02 #hyrja_mob {
      display: inline-block !important;

    }

    #klinika_mesazhi_top1 {
      display: none !important;
    }

    .search_top {
      display: none;
      position:fixed;
      right:10px;
      top:50px;
    }

    #cover_top_mobile {
      height:40px !important;
    }

    #cover_top_mobile_margin {
      margin-bottom:10px !important;
    }

    #logo_top_mobile {
      /* display: inline-block !important; */
      display: none;
    }

    #div_mobile {
      margin-right: 0px !important;
    }

    #gap_space_mobile {
      display: block;
    }

    #nav_desktop {
      display:none;
    }

    #nav_mobile {
      display:inline-block;
    }

    .search_top {
      width:90%;margin:auto auto;float:right;margin-top:0px;margin-left:;
    }

    .navbar-expand {
      height: auto !important;
    }

    .main-container {
      margin-top:100px;
    }

    #njoftimi_takimet_top, #buttons_top_right, #hidden {
      display:none;
    }

    #hidden_desktop {
      display: inline-block;
    }

    #sherbimet_rregullime, #sherbimet_llogaria, #sherbimet_njoftimet {
      margin-left:-3px; margin-right:-3px;
    }

    #sherbimet_rregullime, #sherbimet_njoftimet {
      margin-top:3px;
    }

    #kerko_takimet_container {
      display:none;
    }

    #calendar {
      height:500px;
    }

    #gjendja_gojes_map {
      width: 100% !important;
      margin-left: -50px;
    }

    #foto_profili_mobile {
      display:block;
    }

    .card-header {
      height:auto;
    }

    .mobile_menu {
      border:1px solid #0055B1;
      border-bottom:2px solid #0055B1;
      border-bottom-left-radius:7px;
      border-bottom-right-radius:7px;
    }

    .pacienti_cont .card-header{
      height:auto !important;
      overflow:auto;
    }

    .pacienti_cont .card-body {
      padding: 0px;
    }

    .pacienti_cont .container-fluid {
      overflow: hidden;
    }

    .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
      left:0 !important;
      width:100% !important;
    }

    .card-body {
      overflow-x: scroll !important;
    }

    #menu-toggle {
      display: inline-block;
      margin:0px !important;margin-top:-30px !important;;margin-right:-15px !important;;
    }

    #ikona_sherbimet_llogaria, #ikona_sherbimet_njoftimet, #ikona_sherbimet_rregullime {
      font-size:24px !important;
    }



    .container-fluid.main-container {
      all: initial;
      /* * {
        all: unset;
      } */
    }

    .header_top_mobile {
      display:none;
    }

    .card-permbledhje .notes, .card-permbledhje #datepicker {
      display:none;
    }

    .nav-header-secondary {
      display: none !important;
    }

    .identifikohu-container {
      /* background: url('https://login.dentalsoft.al/images/identifikohu_bg.png') no-repeat center center !important;
      background-size: cover !important;
      background-position: center center !important; */
      background: #023c5b !important;
      background-color: #023c5b ;
      padding:0px;
      margin:0px;
      height:auto;
      margin-top:-30px;
     background-size: 100% 100%;
     background-position:100% 100%;
    }

}

@media (max-width: 767px) {
    .navbar-toggleable-sm .navbar-nav .nav-item {
        margin-right: 0;
    }
    .mobile_img img.mobilev{
      display: block !important;
    }

    .mobile_img img.desktopv{
      display: none !important;
    }
}

@media (max-width: 991px) {
    .navbar-toggleable-md .navbar-nav .nav-item {
        margin-right: 0;
    }
}

.card-link + .card-link {
    margin-right: 1.25rem;
}

.card-blockquote {
    border-right: 0;
}

.breadcrumb-item {
    float: right;
}

.pagination {
    padding-right: 0;
}

.page-item:first-child .page-link {
    margin-right: 0;
}

.page-link {

    margin-right: -1px;
}

.alert-dismissible {
    padding-left: 2rem;
}

    .alert-dismissible .close {
        left: -1rem;
    }

.media-list {
    padding-right: 0;
}

.list-group {
    padding-right: 0;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    right: 0;
}

.close {
    float: left;
}

.tooltip {
    text-align: right;
}

    .tooltip.tooltip-top .tooltip-arrow,
    .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
        right: 50%;
        margin-right: -5px;
    }

    .tooltip.tooltip-bottom .tooltip-arrow,
    .tooltip.bs-tether-element-attached-top .tooltip-arrow {
        right: 50%;
        margin-right: -5px;
    }

.popover {
    right: 0;
    text-align: right;
}

    .popover.popover-top .popover-arrow,
    .popover.bs-tether-element-attached-bottom .popover-arrow {
        right: 50%;
        margin-right: -11px;
    }

        .popover.popover-top .popover-arrow::after,
        .popover.bs-tether-element-attached-bottom .popover-arrow::after {
            margin-right: -10px;
        }

    .popover.popover-bottom .popover-arrow,
    .popover.bs-tether-element-attached-top .popover-arrow {
        right: 50%;
        margin-right: -11px;
    }

        .popover.popover-bottom .popover-arrow::after,
        .popover.bs-tether-element-attached-top .popover-arrow::after {
            margin-right: -10px;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .carousel-item.next,
    .carousel-inner > .carousel-item.active.right {
        right: 0;
    }

    .carousel-inner > .carousel-item.prev,
    .carousel-inner > .carousel-item.active.left {
        right: 0;
    }

        .carousel-inner > .carousel-item.next.left,
        .carousel-inner > .carousel-item.prev.right,
        .carousel-inner > .carousel-item.active {
            right: 0;
        }
}

.carousel-inner > .active {
    right: 0;
}

.carousel-inner > .next {
    right: 100%;
}

.carousel-inner > .prev {
    right: -100%;
}

    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        right: 0;
    }

.carousel-inner > .active.left {
    right: -100%;
}

.carousel-inner > .active.right {
    right: 100%;
}

/*.carousel-control {
  right: 0;
}

.carousel-control.right {
  left: 0;
  right: auto;
}*/

.carousel-control .icon-prev {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-next {
    left: 50%;
    margin-left: -10px;
}

.carousel-indicators {
    right: 50%;
    padding-right: 0;
    margin-right: -30%;
}

.carousel-caption {
    left: 15%;
    right: 15%;
    z-index: 10;
}

@media (min-width: 544px) {
    .carousel-control .icon-prev {
        margin-right: -15px;
    }

    .carousel-control .icon-next {
        margin-left: -15px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
    }
}



/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */

body {
  overflow-x: hidden;
}

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-right: 250px;
  margin-top:70px;

}

#sidebar-wrapper {
  z-index: 500;
  position: fixed;
  right: 250px;
  width: 0;
  height: 100%;
  margin-right: -250px;
  overflow-y: auto;
  background: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #F8F9FA !important;
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}

#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: 0px;
}


/* Sidebar Styles */

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #F8F9FA !important;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: 999999;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: fff;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {
  color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
  color: #fff;
  background: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(9,55,244, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-brand {
  margin-top:20px;
}

@media(min-width:768px) {
  #wrapper {
    padding-left: 0;
  }
  #wrapper.toggled {
    padding-right: 250px;
  }
  #sidebar-wrapper {
    width: 0;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
  }
  #page-content-wrapper {
    padding: 20px;
    position: relative;
  }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}

.menu-vertikale {
  display:block;
}
.menu-vertikale .menu-block{
  padding:5px;
  margin-top:10px;
}
.menu-vertikale .menu-header {
  background-color:#096697;
  padding:3px;
  padding-left:7px;
  color:white;
  font-size:18px;
}

.menu-vertikale .menu-block a {
  display:block;
  padding:3px;
  margin-left:5px;
}

.bootstrap-select {
  border:1px solid #ccc;
  border-radius:3px;
}

@media only screen and (max-width: 767px) {
  #slide-navbar-collapse {
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 999;
    width: 280px;
    height: 100%;
    background-color: #012A68;
    color:white;
    overflow: auto;
    padding:25px;
    padding-top:75px;
    font-family: "iClear" !important;
  }

  .card-pacientet-mrg, .card-takimet-mrg {
    padding:0px !important;
    margin:0px !important;
  }

  .fc-button {
    height:30px !important;
    padding:2px !important;
  }

  .fc-center {
    font-size:9px !important;
  }

  .fc-today-button {
    margin-left: 2px !important;
  }

  #slide-navbar-collapse a {
    color: white !important;
    font-weight: ;

  }
  #slide-navbar-collapse ul li {
    margin-bottom:7px;
  }
  .menu-overlay {
    display: none;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* IE7 & 8 */
    position: fixed;
    right: 0;
    top: 0;
    z-index: 49;
  }
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px !important;
    height: 30px !important; !important;
    padding: 6px 0px !important;
    border-radius: 15px !important;
    text-align: center !important;
    font-size: 12px !important;
    line-height: 1.42857 !important;
    position:relative;position:fixed;right:12px;top:15px;z-index:1000;
}
