/* CSS StyleSheet Generated by J.Jayaprakash */
* {
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
  
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
  
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
  
    /* Support for IE. */
    font-feature-settings: 'liga';
    cursor: pointer;
  }

body{
    margin: 0px;
}
.root {
    /* display: flex;
    flex-direction: row; */
    height: calc(100vh - 0px);
    overflow: hidden;
}
.dynamic_page {
    background-color: #f1f1f1;
    margin-left: 240px;
}
.sidebar {
    width: 240px;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background-color: #3b424f;
    /* flex-shrink: 0; */
}
.s_header {
    height: 200px;
    background-color: #4d5465;
    background-size: cover;
    position: relative;
}
.profile {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    border: 6px solid #3b424f;
}

.s_body h1 {
    color: #fff;
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 16px;
    padding-left: 30px;
}
.s_body ul {
    margin: 0px;
    padding: 0px;
}
.s_body ul li {
    color: #fff;
    font-size: 14px;
    list-style-type: none;
    margin-bottom: 0px;
    line-height: 25px;
    vertical-align: middle;
    display: flex;
    padding: 10px 30px;
    cursor: pointer;
}
.s_body ul li:hover {
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.9s;
}
.s_body {
	padding: 0px 0px 50px 0px;
	max-height: calc(100vh - 175px);
	overflow-y: auto;
	margin-top: 30px;
}
.logo {
    width: 130px;
    position: absolute;
    top: 20px;
    left: 20px;
}
#menu {
    color: #3b424f;
    position: relative;
    top: 7px;
    /* right: 20px; */
    cursor: pointer;
    padding-right: 7px;
}
.s_body ul li>i {
    padding-right: 10px;
    font-size: 18px;
}
.group {
    padding-top: 30px;
}
.AppHeader {
    height: 50px;
    box-shadow: 0px 0px 8px 2px #888888;
    padding: 0px 15px;
    background-color: #fff;
}

.app_title {
    font-size: 16px;
    color: #383838;
    padding-top: 18px;
    display: inline-block;
}


.rt_profile {
    padding-top: 15px;
    display: inline-block;
    float: right;
}
.AppFooter {
    position: relative;
    bottom: 0px;
    display: flex;
    height: 30px;
    line-height: 30px;
    padding: 00px 15px;
}
.AppFooter p {
    font-size: 12px;
    margin: 0px;
    padding-bottom: 10px;
}
.f_right {
    margin-left: auto !important;
}
.f_right a {
    padding-left: 5px;
    text-decoration: none;
    color: #383838;
}

.App_body {
    padding: 15px 15px;
    overflow-y: auto;
    height: calc(100vh - 80px);
}

.card {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    padding: 15px;
    background-color: #fff;
}

.primary_title {
    margin: 0px;
    font-size: 14px;
    color: #383838;
    padding-bottom: 10px;   
}
.primary_caption {
    color: #9c9898;
    font-size: 14px;
    margin: 0px;
}



.upload_sec {
    position: relative;
    padding: 18px 0px;
}
.border_box{
    padding: 10px;
    display: table;
    color: #383838;
    width: 100%;
    border: 1px dashed #d2d2d2;
    text-align: center;
    font-size: 12px;
}
input[type="file"] {
    display: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width:100%;
}
table tr th, table tr td {
    text-align: left;
    border:1px solid #ddd;
    padding: 8px;
    font-size: 14px;
    white-space: nowrap;
}
table .material-icons {
    font-size: 20px;
    color: #3b424f;
}

table input[type="checkbox"] {
    vertical-align: inherit;
    margin: 0px 5px;
}

.table_action {
    padding: 18px 0px;
    display: flex;
}

.table_right {
    margin-left: auto;
}
.input_txt {
    padding: 4px;
    display: inline-block;
}
table thead {
    background: #f0f0f0;
}
.w_100 {
    width: 100px;
}
button {
    background: #fff;
    border: 0px;
    border: 1px solid #ddd;
    padding: 8px 14px;
    margin-left: 14px;
    cursor: pointer;
}
.sucess {
    border-color: #e64a19;
    color: #e64a19;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.drawer_hidden .sidebar {
    left: -240px;
}
.drawer_hidden .dynamic_page {
    margin-left: 0px;
}
.overlay {
    visibility: hidden;
}
#listA {
    width: 100%;
    height: calc(100vh - 140px);
    /* overflow-y: auto; */
}
.flex_colum {
    display: flex;
}
.profile_name {
    padding: 72px 0px 0px 0px;
}

.profile_name {
    padding: 72px 0px 0px 0px;
  }
  .s_header h1 {
    color: #fff;
      font-size: 14px;
      text-align: center;
      opacity: 0.9;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      width: 80%;
      margin: auto;
      padding-bottom: 8px;
      font-weight: 500;
  }
  .s_header h2 {
    color: #fff;
    font-size: 12px;
    text-align: center;
    opacity: 0.9;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80%;
    margin: auto;
    font-weight: 400;
  }
  .profile {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    border: 6px solid #3b424f;
  }

#listA .webix_list {
    width: 100% !important;
}
@media(max-width:767px) {
    .sidebar {
      left: -240px;
    }
    .dynamic_page {
      margin-left: 0px;
    }
    .drawer_hidden .sidebar {
      left: 0;
      z-index: 999;
    }
    .drawer_hidden .overlay {
      position: fixed;
      top: 0px;
      bottom: 0px;
      background: rgba(0, 0, 0, 0.30);
      z-index: 999;
      left: 0;
      right: 0px;
      visibility: visible;
    }
  }