html, body {
    height: 100%;
}

body {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    overflow: hidden;
    margin: 0px;
    font-size: 14px;
}

label {
  font-weight: 600;
}

a {
  color: #3c8dbc;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.submit-error {
  border: solid 0.5px rgba(243, 23, 0, 0.5);
}

.div-25 {
  width: 25%;
}

.div-33 {
  width: 33.33%;
}

.div-50 {
  width: 50%;
}

/* 
==========================================================================================================
----------- Navigation Bar ------------
kendo-drawer angular component
==========================================================================================================
*/

.k-drawer-wrapper::-webkit-scrollbar-thumb:hover {
    background: #1e282c;
}

.k-drawer-item:hover, 
.k-drawer-item.k-state-hover {
    color: #ffffff;
    background-color: #1e282c;
}

.k-drawer-item:focus, 
.k-drawer-item.k-state-focused {
    background-color: #1e282c;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.k-drawer-item:focus:hover, 
.k-drawer-item:focus.k-state-hover, 
.k-drawer-item.k-state-focused:hover, 
.k-drawer-item.k-state-focused.k-state-hover {
    color: #ffffff;
    background-color: #3c8dbc;
}

.k-drawer-item.k-state-selected {
    color: #ffffff;
    background-color: #3c8dbc;
    border-color: #1e282c;
    border: 0.1px solid #1e282c;
}

.k-drawer-item.k-state-selected:hover, 
.k-drawer-item.k-state-selected.k-state-hover {
    color: #ffffff;
    background-color: #3c8dbc;
}

.k-drawer-mini .k-drawer-wrapper {
  overflow: auto;
}


/* 
==========================================================================================================
kendo-dialog angular component
==========================================================================================================
*/

.k-dialog-titlebar {
    background-color: #3c8dbc;
}

.k-window-content:last-child {
  padding-bottom: 5px;
}

.k-window-content, .k-prompt-container {
  padding: 5px 15px;
}

.k-notification-group {
  right: 10px !important;
  top: 55px !important;
}


/* 
==========================================================================================================
kendo-buttongroup angular component
==========================================================================================================
*/

.k-button-group .k-button:active, .k-button-group .k-button.k-state-active, .k-button-group .k-button.k-state-selected, .k-button-group > input[type="radio"]:checked + .k-button, .k-button-group > input[type="checkbox"]:checked + .k-button {
    border-color: #3c8dbc;
    background-color: #3c8dbc;
}


/* 
==========================================================================================================
common css
==========================================================================================================
*/

.pull-right {
    float: right!important;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper {
  z-index: unset;
}

.k-tabstrip-content.k-state-active, .k-tabstrip > .k-content.k-state-active {
  z-index: auto;
}

/*
==========================================================================================================
kendo-popup css
==========================================================================================================
*/

  .dropdown-menu {
    box-shadow: none;
    border-color: #eee;
  }

  .dropdown-menu > li > a {
    color: #777;
  }

  .dropdown-menu > li > a > .glyphicon,
  .dropdown-menu > li > a > .fa,
  .dropdown-menu > li > a > .ion {
    margin-right: 10px;
  }

  .dropdown-menu > li > a:hover {
    background-color: #e1e3e9;
    color: #333;
  }

  .dropdown-menu > .divider {
    background-color: #eee;
  }

  .dropdown-menu,
  .dropdown-menu,
  .dropdown-menu {
    width: 280px;
    padding: 0 0 0 0;
    margin: 0;
    top: 100%;
  }
  
  .dropdown-menu > li,
  .dropdown-menu > li,
  .dropdown-menu > li {
    position: relative;
  }

  .dropdown-menu > li.header,
  .dropdown-menu > li.header,
  .dropdown-menu > li.header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ffffff;
    padding: 7px 10px;
    border-bottom: 1px solid #f4f4f4;
    color: #444444;
    font-size: 14px;
  }

  .dropdown-menu > li.footer > a,
  .dropdown-menu > li.footer > a,
  .dropdown-menu > li.footer > a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 12px;
    background-color: #fff;
    padding: 7px 10px;
    border-bottom: 1px solid #eeeeee;
    color: #444 !important;
    text-align: center;
  }

  @media (max-width: 991px) {
    .dropdown-menu > li.footer > a,
    .dropdown-menu > li.footer > a,
    .dropdown-menu > li.footer > a {
      background: #fff !important;
      color: #444 !important;
    }
  }

  .dropdown-menu > li.footer > a:hover,
  .dropdown-menu > li.footer > a:hover,
  .dropdown-menu > li.footer > a:hover {
    text-decoration: none;
    font-weight: normal;
  }

  .dropdown-menu > li .menu,
  .dropdown-menu > li .menu,
  .dropdown-menu > li .menu {
    max-height: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden;
  }
  
  .dropdown-menu > li .menu > li > a,
  .dropdown-menu > li .menu > li > a,
  .dropdown-menu > li .menu > li > a {
    display: block;
    white-space: nowrap;
    border-bottom: 1px solid #f4f4f4;
  }

  .dropdown-menu > li .menu > li > a:hover,
  .dropdown-menu > li .menu > li > a:hover,
  .dropdown-menu > li .menu > li > a:hover {
    background: #f4f4f4;
    text-decoration: none;
  }

  .dropdown-menu > li .menu > li > a {
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
  }

  .dropdown-menu > li .menu > li > a > .glyphicon,
  .dropdown-menu > li .menu > li > a > .fa,
  .dropdown-menu > li .menu > li > a > .ion {
    width: 20px;
  }

  .dropdown-menu > li .menu > li > a {
    margin: 0;
    padding: 10px 10px;
  }

  .dropdown-menu > li .menu > li > a > div > img {
    margin: auto 10px auto auto;
    width: 40px;
    height: 40px;
  }

  .dropdown-menu > li .menu > li > a > h4 {
    padding: 0;
    margin: 0 0 0 45px;
    color: #444444;
    font-size: 15px;
    position: relative;
  }

  .dropdown-menu > li .menu > li > a > h4 > small {
    color: #999999;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .dropdown-menu > li .menu > li > a > p {
    margin: 0 0 0 45px;
    font-size: 12px;
    color: #888888;
  }

  .dropdown-menu > li .menu > li > a:before,
  .dropdown-menu > li .menu > li > a:after {
    content: " ";
    display: table;
  }

  .dropdown-menu > li .menu > li > a:after {
    clear: both;
  }

  .dropdown-menu > li .menu > li > a {
    padding: 10px;
  }

  .dropdown-menu > li .menu > li > a > h3 {
    font-size: 14px;
    padding: 0;
    margin: 0 0 10px 0;
    color: #666666;
  }

  .dropdown-menu > li .menu > li > a > .progress {
    padding: 0;
    margin: 0;
  }

  .dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 1px 0 0 0;
    border-top-width: 0;
    width: 280px;
  }

  .dropdown-menu,
  .dropdown-menu > .user-body {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .dropdown-menu > li.user-header {
    padding: 10px;
    text-align: center;
    background: #3c8dbc;
  }

  .dropdown-menu > li.user-header > img {
    z-index: 5;
    height: 90px;
    width: 90px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
  }

  .dropdown-menu > li.user-header > p {
    z-index: 5;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .dropdown-menu > li.user-header > p > small {
    display: block;
    font-size: 12px;
  }

  .dropdown-menu > .user-body {
    padding: 15px;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #dddddd;
  }

  .dropdown-menu > .user-body:before,
  .dropdown-menu > .user-body:after {
    content: " ";
    display: table;
  }

  .dropdown-menu > .user-body:after {
    clear: both;
  }

  .dropdown-menu > .user-body a {
    color: #444 !important;
  }

  @media (max-width: 991px) {
    .dropdown-menu > .user-body a {
      background: #fff !important;
      color: #444 !important;
    }
  }

  .dropdown-menu > .user-footer {
    background-color: #f9f9f9;
    padding: 5px;
  }

  .dropdown-menu > .user-footer:before,
  .dropdown-menu > .user-footer:after {
    content: " ";
    display: table;
  }

  .dropdown-menu > .user-footer:after {
    clear: both;
  }

  .dropdown-menu > .user-footer .btn-default {
    color: #666666;
  }

  @media (max-width: 991px) {
    .dropdown-menu > .user-footer .btn-default:hover {
      background-color: #f9f9f9;
    }
  }

  .user-image {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
  }

  @media (max-width: 767px) {
    .user-image {
      float: none;
      margin-right: 0;
      margin-top: -8px;
      line-height: 10px;
    }
  }

  .dropdown-menu {
    position: absolute;
    left: auto;
    list-style: none;
    width: 230px;
    margin: -3px -75px;
    border: 1px solid #eee;
  }

  @media (max-width: 991px) {
    .dropdown-menu {
      position: absolute;
      right: 5%;
      left: auto;
      border: 1px solid #ddd;
      background: #fff;
    }
  }


  .k-listview-content {
    overflow-x: hidden;
  }

/*
==========================================================================================================
component container css
==========================================================================================================
*/

kendo-grid {
  height: inherit;
}

kendo-tabstrip {
  height: inherit;
}

kendo-tabstrip p {
  margin: 0px;
  padding: 8px;
}

.card-component {
  grid-column: 1 / -1;
  overflow: hidden;
  height: inherit;
}

.card-container {
  background-color: #FFFFFF;
  padding: 5px 5px;
  text-align: center;
  height: 540px;
  overflow: hidden;
}

.card-header-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}


/*
==========================================================================================================
kendo-multiselect component
==========================================================================================================
*/

.k-multiselect .k-multiselect-wrap {
  padding: 0 0 0 0;
}


/*
==========================================================================================================
css kendo-list --- for Product-List
==========================================================================================================
*/

.k-listview-header,
.k-listview-content {
    padding: 0px 0px;
    justify-content: center;
}

.k-listview-footer {
    border-width: 0;
}

.listview-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, 180px);
    gap: 15px 30px;
    margin: 15px 0 0 0;
}

/*
==========================================================================================================
kendo-dropdownlist component 
==========================================================================================================
*/

.k-dropdown .k-dropdown-wrap, .k-dropdowntree .k-dropdown-wrap {
  border-color: rgba(0, 0, 0, 0.08);
  color: #212529;
  background-color: #d6e5e9;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}

.k-card-image, .k-card-media {
  border: 0;
  max-width: 180px;
  max-height: 180px;
  width: fit-content;
  height: fit-content;
  margin-left: auto;
  margin-right: auto;
}

/*
.k-tilelayout-item-body {
  max-height: 290px;
}
*/