html,body{
  font-weight: 300;
  height:100%;
/*   font-size: 11px; */
  /* font-family: 'Nunito', sans-serif; */
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;

  letter-spacing: 0.35px;
  word-spacing: 0.5px;
  line-height: 20px;
}

.app_bg{
  height: 100%;
	background-color:green;
}

.app_logo{
  height:30px;
  padding-left: 10px;
}

 .app_home_icon {
     display: none;
 }

.app_footer{
  display: grid;
  place-items:center center;
  height: 35px;
/*   font-size: 10px; */
  color:#cfcfcf;
  background-color:#33383b;
  background-image: url(../images/header.webp) !important , url('../images/header.png') !important;
}

.plain_footer{
  background-image: none!important;
}

.app_container{
	background-color: aliceblue;
    border: 0px solid blue;
    display: grid;
    grid-template-rows: 1fr;
    overflow-y: hidden;
}

/* Show that pressed effect */
.uk-button:active{
  cursor:pointer;
  transform: scale(0.95);
}

.app_full_height{
  height:100%;
}

.app_partition{
  display: grid;
  grid-template-columns: 2fr 1fr;
}

.app_partition{
  display: grid;
  height:100%;
  grid-template-columns: 2fr 1fr;
}

.video_section{
    font-family:"google-raleway";
    padding: 20px;
    /*background-image: url(/resources/images/bg.webp);*/
    background-color: #000;
    background-size: cover;
}

.video_section_dark{
    font-family:"google-raleway";
    background-color: #272726f0 !important;
    padding: 20px;
}

.accessory_section{
  background-color:white !important;
  border-left: 1px solid #33333345;
  display: grid !important;
  height: 100%;
  overflow-y: hidden;
  grid-template-rows: 50px 1fr;
  z-index: 2;
}

.accessory_section_dark{
  height: 100%;
/*   font-size: 10px; */
  background-color: #464646 !important;
  border-left: 1px solid #33333345;
  z-index: 2;
}

.layout_type_2{
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: 1fr 1fr;
}

.video_section:nth-child(odd) {
  /*background: #ffeb3b1f;*/
}

.video_section:nth-child(even) {
  /*background: #96d7f4;*/
}

/*
@font-face {
  font-family:"google-raleway";
  src: url("../fonts/Raleway/Raleway-Light.ttf") format("truetype");
}
*/

.uk-navbar-nav {
    display: flex;
    margin: 0 50px;
    padding: 0;
    list-style: none;
}

.uk-navbar-container{
  background-image: url('../images/header.webp') !important, url('../images/header.png') !important;
  height: 50px;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,.32), 0 4px 8px rgba(0,0,0,.45);
  -webkit-box-shadow: 0 0 4px rgb(0 0 0 / 22%), 0 4px 8px rgb(0 0 0 / 0%);
  box-shadow: 0 0 4px rgba(0,0,0,.32), 0 4px 8px rgba(0,0,0,.45);
  box-shadow: 0 0 4px rgb(0 0 0 / 22%), 0 4px 8px rgb(0 0 0 / 0%);
}

.uk-navbar-nav>li>a {
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color,background-color;
}
.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a.uk-open, .uk-navbar-nav>li>a:focus {
    color: #cbcbcb;
    outline: 0;
}

.uk-navbar-nav>li.uk-active>a {
    color: #fff;
}

.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    min-height: 50px;
    font-family: 'google-raleway';
/*     font-size: 10px; */
    font-weight: lighter;
}

.uk-subnav-pill>*>a {
/*     font-size: .675rem!important; */
    border-radius: 2px;
}

.uk-subnav-pill>.uk-active>a {
    background-color: #03A9F4;
    color: #fff;
}

.uk-card-primary {
    background: #03A9F4;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}


.uk-form-label {
	line-height: 25px;
  font-size: .775rem;
  color: #696969;
}

.uk-form-label {
    font-size: .775rem;
    color: #696969;
    font-weight: 300;
}

.uk-input {
    border: 0.5px solid #c1c1c1;
    /* font-family: 'Nunito', sans-serif !important; */
    font-family: 'Poppins', sans-serif;
    /*height: 34px;*/
    /*width: 642px;*/
    /*left: 0px;*/
    /*top: 0px;*/
    border-radius: 8px !important;
    /*padding: 10px;*/
}

.uk-button,.uk-button-small {
    border-radius: 8px;
}


.uk-button-default {
    background-color: #fff;
    color: #635959;
    border: 0.5px solid #afafaf;
}

.uk-divider-icon {
    background-size: 12px;
}

.uk-divider-icon::after, .uk-divider-icon::before {
    border-bottom: 0.5px solid #e5e5e5;
}

.uk-checkbox {
  height: 12px;
  width: 12px;
  border: 0.05em solid #ccc;
}
.uk-checkbox:checked {
    background-size: contain;
}


.ui_grid_row{
  transition: all 0.2s linear;
}

.ui_grid_row:hover{
  background: aliceblue;
}
.ui_grid_row div{
  display: grid;place-items: center start;
}

.ui_button_small{
    cursor: pointer;
/*     font-size: 8px; */
    padding: 0px 15px !important;
    line-height: 25px;
    border: 0.05em solid #e8e8e8;
    font-weight: normal !important;
    color: #6A6A6D !important;
  transition: all 0.2s linear;
}

.ui_button_small:hover{
    border: 0.05em solid #2196F3;
    color: #2196F3 !important;
}

.ui_button_small_green{
    cursor: pointer;
/*     font-size: 8px; */
    padding: 0px 15px !important;
    line-height: 20px;
    border: 0.05em solid #e8e8e8;
    font-weight: normal !important;
    color: #6A6A6D !important;
  transition: all 0.2s linear;
}

.ui_button_small_green:hover{
    border: 0.05em solid #83b018;
    color: #4CAF50 !important;
}


.ui_button_small_red{
    cursor: pointer;
/*     font-size: 8px; */
    padding: 0px 15px !important;
    line-height: 20px;
    border: 0.05em solid #e8e8e8;
    font-weight: normal !important;
    color: #6A6A6D !important;
  transition: all 0.2s linear;

}

.ui_button_small_red:hover{
    border: 0.05em solid #f44336;
    color: #f44336 !important;
}


.adk_grid_header{
	padding: 10px 12px;
    background: #03A9F4 !important;
    color: white !important;
    text-transform:uppercase;
/*     font-size: .875rem; */
    font-weight: 400;
}

.adk_grid_list_header{
	padding: 10px 12px;
    background: #03A9F4 !important;
    color: white !important;
    text-transform:uppercase;
/*     font-size: .875rem; */
    font-weight: 400;
}

.mini_chat_notification{
  position: absolute;right: 10px;bottom: 5px;z-index: 10;color: white;font-size: 0.85rem;display: grid;grid-template-columns: 1fr 1fr;background-color: rgb(3, 169, 244);padding: 3px 10px;height: 20px;border-radius: 5px;transition: all 0.3s linear 0s;
}

.opacityZero{
  opacity:0;
}

.opacityOne{
  opacity: 1;
}

.current-timezone{
  position:absolute;
  bottom:10px;
  right: 10px;
  font-size: 0.75rem
}

.uk-notification-message {
    border: 1px solid #00000036;
    border-radius: 4px;
    padding: 10px;
    width: max-content;
    min-width: 250px;
}

.uk-notification-message-success{
  background: #4caf50d4;
  color: white;
}

.uk-notification-message-danger {
    background: #f0506ecf;
    color: white;
}

.uk-notification-close {
  color:white;
  top: 15px;
  right: 15px;
}

.uk-close:focus, .uk-close:hover {
  color:white;
  outline: 0;
}

.taskone-notification{
    display: grid;
    place-items: center start;
    grid-template-columns: 30px auto;
}

/* Smooth page transition when clicking on chat icon */

.page{
  transition: 0.25s ease-in;
  box-sizing: border-box;
}

.page-show {
  opacity: 1;
  /* top:0; */
  z-index: 1;
  transition-delay:0.25s;
}

.page-hide{

  /* top:-100%; */
  opacity: 0;
  z-index: -100;
}

/* page transition ends here.. */


.uk-navbar-container {
    background: #fbfbfbb8;
    background-image: none!important;
    border-bottom: 0px solid #ccc;
}

/*  websocket connection indicator */

.soc_connected {
  background: greenyellow;
}

.soc_disconnected {
  background: red;
}
/*  websocket connection indicator ends here. */


#app-container {
  width: 100% !important;display: flex;flex-direction: column;flex-grow: 9;overflow-y: hidden;
}

.app-navbar {
  box-shadow: 0 0 4px rgb(0 0 0 / 22%), 0 4px 8px rgb(0 0 0 / 6%);z-index: 3;
}

.loading{
  display:grid;place-items:center;place-content:center;background-color:#333;color:whitesmoke
}

.app-module-container{
  display: flex;grid-template-columns: auto auto 1fr;z-index: 2;overflow-y: hidden;flex-grow: 1;
}

.app-module-icon {
  transform: scale(0.85);
  border: 3px solid rgb(230 230 230);
  background: rgb(234 234 234);
  border-radius: 50%;
  position: relative;
  padding:7px;
  display: flex;
}

.app-module-label {
  transform: scale(0.85);
  text-transform: uppercase;
  font-size: 0.6rem;
  letter-spacing: 1px;
  user-select:none;
  padding-left: 1px;
  font-weight:400;
}

.dull-text{
    color: #7B7D81;
    background: #ffffff !important;
    min-height: 30px !important;
    border-radius: 5px !important;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 20px;
    border: 0.5px solid #ffffff;
    border-bottom: 1px solid #8080804f;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.list-row .task-sno {
    font-size: 0.75rem;
    font-weight: bold;
    font-family: Muli, sans-serif !important;
    color: #7B7D81;
}

.xuk-switcher-component {
    margin-top: 0px;
    font-size: 0.875rem;
    color: black;
    padding: 5px 10px;
    overflow-y: hidden;
    display: flex;
    flex-grow: 1;
    background: rgb(255, 255, 255, 0);
    touch-action: pan-y pinch-zoom;
    box-sizing: border-box;
}

.comment-block {
    /* cursor:pointer;
    user-select:none; */
    font-weight: normal;
    position: relative;
    min-height: 30px;
    align-items: center;
}

.uk-tab>*>a {
    text-transform: none;
}

.main-view-divider-margin {
    margin: 5px 20px 15px 20px;
}

.uk-tab::before {
     border-bottom: 0px;
}

.uk-tab>.uk-active>a {
    color: #2579FF;
    border-color: #2579FF;
    font-weight: 600;
}

.uk-tab>*>a {
    font-size: 0.75rem;
}

.task-view-tabs > .uk-tab {
    margin-left: 0px;
}

.task-view-tabs .uk-tab>* {
    flex: none;
    padding-left: 3px;
    position: relative;
    margin-left: 0px;
}

.tab-items-counter {
    position: absolute;
    right: -10px;
    background: #2579FF;
    color: #FFFFFF;
    top: 1px;
    border-radius: 15px;
    text-align: center;
    justify-content: center;
    padding: 1px 1px 1px 1px;
    min-width: 13px;
    font-size: 0.55rem;
}

.uk-input, .uk-select, .uk-textarea {
    border: 1px solid #C6CEDD;
    border-radius: 8px !important;
    font-weight: 300;
}

.uk-input.input-error, .uk-select.input-error, .uk-textarea.input-error{
  border:1px solid red !important;
}

.form-input-error-label{
  color: red;
  font-size: 0.65rem;
  padding-left: 5px;
  padding-top: 5px;
}
