/*START CSS RESET*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*---------------------------------------END CSS RESET-----------------------------------*/
/*----------------------------------------Liriki Edits-----------------------------------*/

.stema-text{
  padding:1% !important;
  margin-left:1% !important;
}
.stema {
  margin-top: 10px;
 
}
.kosovo {
  text-align: justify;
  color: #d2ae6d !important;
  font-family: 'Times New Rom', sans-serif;
  font-weight: bold;
}
.ministry {
  color: white !important;
  text-align: justify;
  font-family: 'Times New Rom', sans-serif;
  font-weight: bold;
}

.about-text {
  margin-top: 10px !important;
 
}

.btn-group{
  float:right;
  margin-top:-4%;
  margin-right:3%;
}

.btn btn-primary {
  background-color: transparent;
  border: none;
}

.about-text-nav p {
  color: white !important;
  text-align: left;
  white-space: nowrap;
  padding: 0px !important;
  font-family: 'Times New Rom', sans-serif;
  margin-left:10%;
}
.s-box{
  border: solid 1px white;
  background-color: transparent;
}
.jumbotron {
  font-family: 'Myriad Pro', sans-serif;
  border-radius: 0px !important;
  border: none;
  background-size: cover;
  max-height: 15% !important;
  padding-top: 3% !important;
  /*padding-bottom: 24% !important;*/
  opacity: 0.9 !important;
  margin-bottom: 0px !important;
}
.who-we-are {
  height: 0% !important;
}
.lorem-text p {
  font-family: 'Myriad Pro', sans-serif;
  color: white !important;
  line-height: 1.2 !important;
  font-weight: normal;
}
.down{
  margin:0 auto;
  text-align:center !important;
}
.background-recent {
 /* margin-top: -3% !important;*/
  background-color: #f2f2f2;
}
.background-relevant {
  background-color: #f2f2f2;
  /*margin-bottom: -18%;*/
}
.recent-publications{
  padding-top:3% !important;
}
.whatsnew {
  margin-top: 2%;
  margin-left: 3% !important;
}
.whatsnew p {
  color: #4a66ac !important;
}
.right-slider{
    margin-top:2%;
    margin-right:3%;
    background-color:white;
}
.all-publications p {
  color: #4a66ac;
  font-family: 'Myriad Pro', sans-serif;
  margin-left:55px;
}

.relevant-links {
  padding: 35px 0px 35px 0px !important;
  margin-left:42px !important;
}
links-part {
  padding: 3% 0% 5% 0% !important;

}
.links-part ul a {
  /*padding-top: 2% !important;*/
  display: block;
  max-width: fit-content;
}
::placeholder {
  color: white !important;
}
.footer-part{
  margin-left:3% !important;
}
.footer-right-part {
  margin-right: 4% !important;
  float: right;
}
.navbari{
  float:right !important;
}
/*----------------------------------E implementune-------------------------------------*/
.stylish-input-group .input-group-addon {
  background-color: transparent !important;
  float: left !important;
  padding: 1px 40px 14.4px 0px;
  border-color: white;
  color: white;
}
.stylish-input-group .form-control {
  border-right: 0;
  box-shadow: 0 0 0;
  border-color: white;
  background-color: transparent !important;
}

.stylish-input-group button {
  border: 0;
  background: transparent;

}
.form-control {
  text-decoration-color: white !important;
  display: block;
  height: 35px !important;
  padding: 6px 15px !important;
}
 
.left-table {
  float: left;
  margin-bottom: 0% !important;
  width: 100%;
  max-width: 100%;
}
.page-scroll:hover {
  color: #629dd1 !important;
}
.hand {
  padding-right: 2px !important;
}
blockquote {
  padding: 0px 21px !important;
  margin: 0px -35px 0px !important;
  font-size: 16px !important;
}
/*---------------------------------------- END ----------------------------------------*/
/*---------------------------------------E Impementune---------------------------------*/

section {
  /*padding-top: 100px;
  padding-bottom: 100px;*/
}

.quote {
  color: rgba(0,0,0,.1);
  text-align: center;
  margin-bottom: 30px;
}

/*    Carousel Fade Transition   */

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}

  #fade-quote-carousel.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
  }

  #fade-quote-carousel.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
  }

  #fade-quote-carousel.carousel .carousel-indicators {
    bottom: 10px;
  }

    #fade-quote-carousel.carousel .carousel-indicators > li {
      background-color: #4a66ac;
      border: none;
    }

#fade-quote-carousel blockquote {
  text-align: center;
  border: none;
}

#fade-quote-carousel .profile-circle {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 100px;
}
.right-slider {
  border: 1px solid #e9e9ec;
  border-radius: 15px;
  box-shadow: 0 10px 24px 10px #e9e9ec;
}
  .right-slider h2 {
    color: #4a66ac !important;
    float:left;
  }
  .right-slider p{
    text-align:justify;
    float:right;
  }

  /*----------------------------------- END ---------------------------------*/
  /*----------------------------------- Responsiviteti ---------------------------------*/
  @media (max-width: 992px) {
    .above-navbar{
    max-height:10%;
  }
  .stema {
    width: 46px;
    height: 52px;
  }
  .btn btn-primary {
    font-size:12px;
  }
  .about-text {
    white-space: nowrap;
    font-size:12px;

  }
  .scrolling-navbar{
    max-height:10%;
  }
  .about-text-nav p{
    padding-top:8% !important;
    font-size: 12px;
    display:flex;
  }
  .navbar-collapse{
    display:flex;
    padding-top:-10%;
  }
  .stylish-input-group .input-group-addon{
    padding-top:1px;
  }
  .lorem-text p {
    color: white !important;
    line-height: 1.0 !important;
    font-weight: normal;
  }
    .lorem-text h1{
      font-size:40px !important;
    }
    .right-slider h2 {
      color: #4a66ac !important;
      float: left;
      font-size: 20px !important;
    }
    .right-slider p {
      text-align: justify;
      float: right;
      font-size: 13px !important;
    }
    .fadeInRight {
      font-size: 30px !important;
    }
    .about-text-nav[_ngcontent-c1] {
      position: relative;
      padding: 0px 0px 8px 0px !important;
      color: #FFF;
      background: #365196;
    }
    .btn-group, .btn-group-vertical {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      margin-bottom: -1% !important;
    }
    .navbar-nav{
      margin-left:21% !important;
    }
    #navbarCollapse[_ngcontent-c1][_ngcontent-c1] {
      width: 100%;
      height: 100% !important;
      padding: 15px 30px 10px 4px;
      box-shadow: 13px 10px 13px #6d9cbf;
    }
    .raports-part{
      margin-left:-10px !important;
    }
    #copyright .nav-inline .nav-link {
      color: white;
      padding: 10px 0;
      margin-left: 10px;
      font-size: 12px;
      padding-left: 15px;
      bottom:-9 !important;
    }
    #copyright p {
      margin-bottom: 0;
      line-height: 40px;
      font-size: 12px;
    }
    .down {
      margin: 0 auto;
      text-align: center !important;
    }
    .side-nav{
      width: 104% !important;
      height: 103% !important;
    }
    #navbarCollapse[_ngcontent-c1][_ngcontent-c1] {
      width: 100%;
      height: 100% !important;
      padding: 15px 30px 11px 4px !important;
      box-shadow: 10px 8px 10px #6d9cbf !important;
    }
    .contact-block {
      width: 80% !important;
    }
    .lessons-table{
      /*width:80% !important;*/
    }
    .highcharts-root{
      width:80% !important;
    }
    .form-control {
      max-width: 25% !important;
      margin-left: 36% !important;
    }
    .side-nav .side-nav-inner .side-nav-menu li.dropdown .arrow {
      position: absolute;
      right: 21px !important;
      line-height: 26px;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
    }
    .relevant-links {
      /*margin-bottom:7%;*/
      margin-left: 3% !important;
    }
    .nav-item{
      margin-right:0 !important;
    }
    #copyright .nav-inline .nav-link {
      color: white;
      padding: 11px 0;
      margin-left: 5px;
      font-size: 12px;
      padding-left: 10px;
    }
    #copyright[_ngcontent-c5] .nav-inline[_ngcontent-c5] .nav-link[_ngcontent-c5] {
      color: white;
      padding: 10px 0;
      margin-left: 0px !important;
      padding-left: 15px;
    }
}
@media(max-width:768px){
  .above-navbar {
    max-height: 10%;
  }
  .stema {
    width: 36px;
    height: 42px;
  }
  .about-text {
    white-space: nowrap;
    font-size: 12px;
    padding-top:-100%;
    margin-left:10px;
  }
  .stylish-input-group .input-group-addon {
    padding: 1.6% 5% 1% 0%;
  }
  .btn-group button{
    font-size: 12px;
  }
  .about-text-nav p {
    color: white !important;
    text-align: left;
    white-space: nowrap;
    padding: 0% !important;
    margin-top:27px;
    display:block;
    margin-left:20px;
    }
  .jumbotron p {
    margin-bottom: 0px !important;
    font-size: 21px;
    font-weight: 200;
    font-size: 13px !important;
  }
  .form-control {
    max-width: 32% !important;
    margin-left: 32% !important;
  }
  .side-nav {
    width: 20%% !important;
  }
  .lorem-text p {
    color: white !important;
    font-size: 12px !important;
    line-height: 0.9 !important;
    font-weight: normal;
  }
  .down {
    margin: -8px auto;
    text-align: center !important;
    width:3% !important;
  }
  .site-info img {
    width: 60px !important;
    padding-bottom: 6px !important;
  }
  #copyright .nav-inline .nav-link {
    color: white;
    padding: 10px 0px;
    margin-left: 0px;
    font-size: 12px;
    padding-left: 13px;
  }
  #copyright p {
    margin-bottom: 0;
    line-height: 20px !important;
    font-size: 11px;
    margin-right: -5px;
    padding-top: 6px;
  }
  #copyright[_ngcontent-c5] .nav-inline[_ngcontent-c5] .nav-link[_ngcontent-c5] {
    color: white;
    padding: 10px 0;
    padding-left: 5px !important;
  }
  #copyright[_ngcontent-c10] .nav-inline[_ngcontent-c10] .nav-link[_ngcontent-c10] {
    color: white;
    padding: 10px 0;
    margin-left: 4px !important;
    background-color: transparent !important;
  }
  .footer-right-part {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .hand{
    float:left;
  }
  .carousel-indicators {
    display: none !important;
  }
  .ng-pristine {
    width: 525px;
  }
  .row ng-star-inserted{
    width:525px !important;
  }
  .admin {
    margin-top: 15px;
    margin-bottom: 25px !important;
  
  }
  .adduser-part{
    margin-left:0% !important;
  }
  .mat-column-actions{
    flex: 0 0 8% !important;
    width: 5% !important;
    text-align: center;
    margin-left: 10px !important;
  }
  .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    margin-right: 10px !important;
  }
  .whatsnew h1 {
    font-size: 30px !important;
  }
  #navbarCollapse[_ngcontent-c1][_ngcontent-c1] {
    width: 100%;
    height: 100% !important;
    padding: 14px 30px 11px 4px;
    box-shadow: 15px 10px 13px #6d9cbf;
    float: right;
}
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 0px;
    font-size: 12px;
    margin-left: 0px;
  }
  .mat-form-field-appearance-outline .mat-form-field-wrapper {
    margin: 11.25em 0 !important;
  }
  .above-search{
    margin-left:10px !important;
    top:-155px !important;
  }
}
@media (max-width: 568px) {
  .slider-up {
    width: auto !important;
    height: 100%;
    opacity: 0.9;
    background-repeat: no-repeat;
    position: relative;
  }
  .about-text-nav p {
    color: white !important;
    margin-top: 20px;
    margin-left: 35px;
    font-size: 12px;
  }
  .carousel-caption h1 {
    font-family: 'Myriad Pro';
    position: absolute;
    font-size: 24px !important;
    font-weight: normal;
    margin-left: 4px !important;
    margin-right: auto;
    top: -215px !important;
    width: 100%;
  }
  .mat-form-field-appearance-outline .mat-form-field-wrapper {
    margin: 0.25em 45px !important;
  }
  .stylish-input-group .input-group-addon {
    padding: 1.4% 10% 2% 0%;
  }
  .lessons-table {
    width: 102% !important;
  }
  .side-nav-inner {
    width: 95% !important;
   
  }
  .side-nav {
    margin-top: 51px !important;
  }
  .lorem-text p {
    color: white !important;
    font-size: 10px !important;
    line-height: 0.9 !important;
    font-weight: normal;
    margin-left: 20px !important;
  }
  .lorem-text h1 {
    font-size: 20px !important;
    margin-left: 20px;
  }
  .lorem-text{
    width:97% !important;
  }
  .overline {
    margin-left: 20px !important;
  }
  /* .jumbotron {
    height: 9% !important;
  }*/
  .background-relevant {
    background-color: #f2f2f2;
    margin-bottom: 0%;
  }
  .nav-item{
    margin-right:8px;
  }
  #copyright {
    padding: 0px !important;
  }
    #copyright p {
      margin-bottom: 0;
      line-height: 20px !important;
      font-size: 12px;
      margin-left: 6px;
      padding:0px !important;
    }
    #copyright .nav-inline .nav-link {
      color: white;
      padding: 12px 0px 0px 0px !important;
      margin-left: 0px;
      font-size: 12px !important;
      padding-left: 13px;
    }
  .down {
    margin: 5px auto;
    text-align: center !important;
  }
  .body-content{
    padding:0 !important;
  }
  .about-text {
    margin-top: -39px !important;
    margin-left: 50px;
    padding-bottom: 20px;
  }
  .btn-group{
    margin-top: -25px;
  }
  .relevant-links {
    /*margin-bottom: -25%;*/
    margin-left: 3% !important;
  }
  .carousel-indicators{
    display:none !important;
  }
  .footer-right-part {
    float: left !important;
  }
  .footer-part {
    margin: 0% !important;
  }

  .mat-form-field-appearance-outline .mat-form-field-flex {
    padding: 0px 0.75em 0 0.75em;
    margin-top: 0.75em !important;
    position: relative;
    width: 140px !important;
    /* margin-right: -25px; */
    margin-left: -24px !important;
  }
  .side-nav .side-nav-inner .side-nav-menu li.side-nav-header {
    text-transform: uppercase;
    font-size: 12px;
    padding: 0px !important; 
    opacity: 0.7;
  }
  .who-we-are {
    height: auto !important;
  }
  .about-text-nav[_ngcontent-c1]:after {
    content: " ";
    position: absolute;
    display: block;
    width: 172% !important;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #365196;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
  }

  body{
    overflow:hidden !important;
  }
  .relevant-links {
    /*margin-bottom:20% !important;*/
    padding-bottom:50px !important;
  }
  .relevant-links h1{
    font-size:25px !important;
  }
  .whatsnew h1{
    font-size:25px !important;
  }
  .jumbotron {
    padding-top: 30px;
    padding-bottom: 30px !important;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
  }
  #fade-quote-carousel.carousel {
    padding-bottom: 0px !important;
  }
  .links-part ul{
    padding-bottom: 15px !important;
  }
}

@media (max-width: 425px){
  .adduser-part{
    margin-left:0px !important;
  }
  .jumbotron {
    font-family: 'Myriad Pro', sans-serif;
    border-radius: 0px !important;
    border: none;
    background-size: cover;
    max-height: 20% !important;
    padding-top: 10% !important;
    padding-bottom: 7% !important;
    opacity: 0.9 !important;
    margin-bottom: 0px !important;
  }
  .search-boxi {
    left: 15% !important;
    width: 70% !important;
    top: -200% !important;
    position: absolute !important;
  }
  .carousel-caption h1 {
    margin-top: 65px !important;
    margin-bottom: 0px;
    margin-left:0px !important;
  }
  .btn {
    display: inline-block;
    padding: 3px 3px !important;
    margin-bottom: 0;
    font-size: 9px !important;
    font-weight: 400;
    line-height: 1.428571;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    b: 0px solid transparent;
    border: 1px solid transparent !important;
    order-radius: 4px;
  }
  .slider-up {
    width: auto !important;
    height: 100%;
    opacity: 0.9;
    background-repeat: no-repeat;
    position: relative;
  }
  .mat-form-field-appearance-outline .mat-form-field-flex {
    padding: 0px 0.75em 0 0.75em;
    margin-top: -0.25em !important;
    position: relative;
    width: 140px !important;
    /* margin-right: -25px; */
    margin-left: -65px !important;
  }
}
@media (max-width: 320px){
  .about-text-nav p {
    color: white !important;
    margin-top: 13px;
    margin-left: 10px;
    font-size: 11px;
  }
  .mat-form-field-appearance-outline .mat-form-field-flex {
    padding: 0px 0.75em 0 0.75em;
    margin-top: -1.25em !important;
    position: relative;
    width: 140px !important;
    /* margin-right: -25px; */
    margin-left: -82px !important;
  }
  .down {
    margin: -8px auto;
    text-align: center !important;
    width: 20px !important;
  }
  .about-text {
    white-space: nowrap;
    font-size: 10px;
  }
  .whatsnew h1 {
    font-size: 20px !important;
  }
  .relevant-links h1 {
    font-size: 20px !important;
  }
  .all-publications p {
    color: #4a66ac;
    font-family: 'Myriad Pro', sans-serif;
    margin-left: 3%;
    font-size: 12px;
    margin-top: 15px;
  }
  .links-part ul a {
    padding-top: 2% !important;
    font-size: 12px;
  }
}

  div.col-lg-3.col-md-6.col-xs-12 {
    padding-right: 0;
    padding-left: 0;
  }

  ul.dropdown-menu.sub-down {
    padding-left: 15px !important;
  }
  /*------------------------------------------------Admin Panel Part---------------------------------------------------------------------*/

  .adduser-part {
    margin-left: 130px;
    margin-top: 20px;
    margin-bottom: 3% !important;
  }

  .slider-up {
    width: inherit;
    height: 100%;
    opacity: 0.9;
    background-repeat: no-repeat;
    position: relative;
  }

main-layout{
  width:100% !important;
  float:left !important;
}

.container {
  width: unset !important;
  margin:0 auto !important;
}
