/* app css stylesheet */

@font-face {
      font-family: 'Roboto';
      src: 
           url('webapp/bower_components/materialize/font/Roboto-Bold.ttf') format('truetype'),
           url('webapp/bower_components/materialize/font/Roboto-Bold.woff') format('woff'),
           url('webapp/bower_components/materialize/font/Roboto-Bold.woff2') format('woff2'),
           url('webapp/bower_components/materialize/font/Roboto-Light.ttf') format('truetype'),
           url('webapp/bower_components/materialize/font/Roboto-Light.woff') format('woff'),
           url('webapp/bower_components/materialize/font/Roboto-Light.woff2') format('woff2'),
           url('webapp/bower_components/materialize/font/Roboto-Medium.ttf') format('truetype'),
           url('webapp/bower_components/materialize/font/Roboto-Medium.woff') format('woff'),
           url('webapp/bower_components/materialize/font/Roboto-Medium.woff2') format('woff2'),
           url('webapp/bower_components/materialize/font/Roboto-Regular.ttf') format('truetype'),
           url('webapp/bower_components/materialize/font/Roboto-Regular.woff') format('woff'),
           url('webapp/bower_components/materialize/font/Roboto-Regular.woff2') format('woff2'),
           url('webapp/bower_components/materialize/font/Roboto-Thin.ttf') format('truetype'),
           url('webapp/bower_components/materialize/font/Roboto-Thin.woff') format('woff'),
           url('webapp/bower_components/materialize/font/Roboto-Thin.woff2') format('woff2'),
}

body {
    color: #212121;
    background: #fcfcfc;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
} 
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-style: normal;
}
h3 {
    font-size: 18px!important;
    margin: 10px 0!important;
    line-height: 18px!important;
}
h4 {
    font-size: 16px!important;
}
.md-calendar-day-header {
    width: auto!important;
}
.navbar-fixed-primary {
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    min-height: 50px!important;
    z-index: 58;
}
.navbar-fixed-second {
    position: fixed;
    top: 50px;
    min-height: 50px!important;
    left: 0;
    z-index: 58;
    -webkit-box-shadow: 0 8px 7px -6px rgba(136, 136, 136, 1);
    -moz-box-shadow: 0 8px 7px -6px rgba(136, 136, 136, 1);
    box-shadow: 0 8px 7px -6px rgba(136, 136, 136, 1);
}
.page-contents {
    position: relative;
    top: 100px;
}
.page-container {
    height: 100vh;
    background: #f4f4f4!important;
}

.white-container {
	height: 100vh;
	background-color: #ffffff!important;
}
.md-button i {
    vertical-align: middle;
}
/* md-input-container.md-outside-theme .md-input {
    border-color: #5b5e71!important;
} */
md-select.md-outside-theme ._md-select-value {
    border-color: #5b5e71!important;
}
.sidenav-lg {
    width: 800px!important;
    max-width: 800px!important;
}
.sidenav-md {
    width: 550px!important;
    max-width: 550px!important;
}
.text-right {
    text-align: right!important;
}
.text-center {
    text-align: center!important;
}
.float-btn-inside .md-fab {
    background-color: #333!important;
    color: #fff!important;
}
.float-btn-inside .md-fab:hover {
    background-color: #111!important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .26);
}
.form-input-container md-input-container {
    margin: 0 0px!important;
}
.datatable-input md-input-container {
    margin: 10px 0 0px!important;
}
.form-input-container {
    margin: 0 10px 10px!important;
}
.bg-red {
    background: red;
}
.clearFix {
    clear: both!important;
}
.fabicon-top {
    position: fixed;
    top: 98px;
    right: 15px;
    z-index: 50;
}
.fabicon-bottom-left {
    position: fixed;
    bottom: 20px;
    left: 00px;
    z-index: 50;
}
.fabicon-bottom {
    position: fixed;
    bottom: 20px;
    right: 40px;
    z-index: 50;
}
.tab-content {
    padding: 25px 10px!important;
}
/*
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search]
*/
/* textarea.materialize-textarea {
    height: 30px!important;
} */
.close .md-icon-button {
    background: transparent!important;
}
.close .md-icon-button i {
    color: rgba(0, 0, 0, 0.54);
}
.close .md-icon-button:hover i {
    color: rgba(0, 0, 0, 1);
}
md-content {
    background: transparent!important;
}
.bg-white {
    background: #fff!important;
}
.btn-wrapper {
    margin: 10px 0!important;
}
md-select-menu md-content md-optgroup {
    background: #fff !important;
}
.md-outside-theme input[type=text]:focus:not([readonly]),
.md-outside-theme input[type=password]:focus:not([readonly]),
.md-outside-theme input[type=email]:focus:not([readonly]),
.md-outside-theme input[type=url]:focus:not([readonly]),
.md-outside-theme input[type=time]:focus:not([readonly]),
.md-outside-theme input[type=date]:focus:not([readonly]),
.md-outside-theme input[type=datetime-local]:focus:not([readonly]),
.md-outside-theme input[type=tel]:focus:not([readonly]),
.md-outside-theme input[type=number]:focus:not([readonly]),
.md-outside-theme input[type=search]:focus:not([readonly]),
.md-outside-theme textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #5b5e71!important;
    box-shadow: 0 1px 0 0 #5b5e71!important;
}
.md-inside-theme input[type=text]:focus:not([readonly]),
.md-inside-theme input[type=password]:focus:not([readonly]),
.md-inside-theme input[type=email]:focus:not([readonly]),
.md-inside-theme input[type=url]:focus:not([readonly]),
.md-inside-theme input[type=time]:focus:not([readonly]),
.md-inside-theme input[type=date]:focus:not([readonly]),
.md-inside-theme input[type=datetime-local]:focus:not([readonly]),
.md-inside-theme input[type=tel]:focus:not([readonly]),
.md-inside-theme input[type=number]:focus:not([readonly]),
.md-inside-theme input[type=search]:focus:not([readonly]),
.md-inside-theme textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #4A90E2!important;
    box-shadow: 0 1px 0 0 #4A90E2!important;
}
/* md-input-container.md-inside-theme .md-input {
    border-bottom: 1px solid #4A90E2!important;
}
md-input-container.md-inside-theme md-select {
    border-bottom: 1px solid #4A90E2!important;
} */
.collapsible .collapsible-body {
    background: #fff;
}
md-select-menu {
    background: #fff;
}
md-select-menu.md-inside-theme {
    color: #212121
}
md-select-menu.md-inside-theme md-content md-option {
    background: #fff;
    color: #212121
}
.md-button.md-default-theme.md-primary:focus,
.md-button.md-primary:focus,
.md-button.md-icon-button:focus {
    background: transparent!important;
}
.datatable-icons .md-icon-button i {
    color: rgba(0, 0, 0, 0.6);
}
.datatable-icons .md-icon-button:hover i {
    color: #f58924;
}
md-toolbar.md-table-toolbar {
    box-shadow: inherit!important;
}
.md-subhead {
    font-size: 16px!important;
}
md-list-item ._md-no-style:focus,
md-list-item._md-no-proxy:focus {
    background-color: rgba(204, 204, 204, .4)!important;
    color: #212121!important;
}
/**********popover************/

.popover {
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 2px;
    bottom: -10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    color: #212121;
    display: none;
    font-size: 12px;
    left: -160px;
    padding: 7px 10px;
    position: absolute;
    width: 200px;
    z-index: 45;
    text-align: center;
    top: 0px;
    height: 115px;
}
.popovervisible {
    display: block;
    -webkit-animation: fade-in .3s linear 1, move-up .3s linear 1;
    -moz-animation: fade-in .3s linear 1, move-up .3s linear 1;
    -ms-animation: fade-in .3s linear 1, move-up .3s linear 1;
}
@-webkit-keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-ms-keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes move-up {
    from {
        bottom: 30px;
    }
    to {
        bottom: 42px;
    }
}
@-moz-keyframes move-up {
    from {
        bottom: 30px;
    }
    to {
        bottom: 42px;
    }
}
@-ms-keyframes move-up {
    from {
        bottom: 30px;
    }
    to {
        bottom: 42px;
    }
}
/**********popover************/

.collapsible-body md-list-item.active {
    background-color: #f5f5f5;
}
.collapsible-body md-list-item.active p {
    font-weight: 500;
}
.sucess-icons i {
    vertical-align: middle;
    color: green;
}
.warning-icons i {
    vertical-align: middle;
    color: red;
}
.text-center {
    text-align: center!important;
}
/**********Sidebar Ends************/

.sidebar-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;
}
.sidebar-content {
    padding-left: 330px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.sidebar-wrapper.toggle .sidebar-content {
    padding-left: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sidebar-wrapper.toggle .api-sidenav {
    left: -320px;
}
.sidenav-icons {
    position: absolute;
    top: 0;
    right: 0;
}
.api-sidenav {
    z-index: 45;
    position: fixed!important;
    top: 100px;
    /*background-color: #f4f4f4!important;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    left: 0;
    padding: 15px 10px;
}
.api-sidenav md-list-item .md-button {
    line-height: 0!important;
}
.sidebar-content {
    margin-bottom: 20px;
}
/**********Sidebar Ends************/

.md-secondary {
    background: #d5d5d5!important;
}
md-tabs.md-secondary .md-tab.md-active,
md-tabs.md-secondary .md-tab.md-active md-icon,
md-tabs.md-secondary .md-tab.md-focused,
md-tabs.md-secondary .md-tab.md-focused md-icon {
    color: #fff!important;
}
md-tabs.md-secondary .md-tab {
    color: rgba(0, 0, 0, 0.54)!important;
}
md-tabs.md-secondary md-ink-bar {
    background: #FF5252!important;
    color: #FF5252!important;
}
/* md-input-container label {
    font-weight: 300;
    color: rgba(0, 0, 0, 1)!important;
} */
.md-button.md-outside-theme.md-accent.md-raised:not([disabled]):hover,
.md-button.md-outside-theme.md-accent.md-fab:not([disabled]):hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .4);
}
.md-button.md-inside-theme.md-accent.md-raised:not([disabled]):hover,
.md-button.md-inside-theme.md-accent.md-fab:not([disabled]):hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .4);
    background-color:#f68720;
}
.md-button.md-inside-theme.md-primary {
    color: rgba(49, 64, 145, .8);
}
.md-button.md-inside-theme.md-primary:hover {
    color: rgba(49, 64, 145, 1);
}
.md-chips md-chip {
    border-radius: 3px!important;
    font-size: 14px!important;
}
.md-chips md-chip strong {
    font-weight: 300!important;
}
.upload-certificate {
    color: blue!important;
    ;
}
.md-tab {
    font-weight: 400!important;
}
md-select.md-outside-theme ._md-select-value._md-select-placeholder {
    color: rgba(0, 0, 0, 1)!important;
    font-weight: 300!important;
}
md-select.md-inside-theme ._md-select-value._md-select-placeholder {
    color: rgba(0, 0, 0, 1)!important;
    font-weight: 300!important;
}
.clr-blue {
    color: blue!important;
}
.search-box input[type=text] {
    margin-bottom: 0!important;
}
md-option {
    height: 35px!important;
}
md-option ._md-text {
    font-size: 14px!important;
}
.tab-content md-input-container .md-errors-spacer {
    min-height: 5px;
}
.filter-leftpanel h5 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
}
table.clone thead tr:last-child th {
    border-bottom: 1px rgba(0, 0, 0, 0.12) solid;
}
table.clone + md-table-container table tbody tr:first-child td {
    border-top: none;
}
.dataFiltertables .sidebar-content {
    padding-left: 321px;
}
.dataFiltertables .gridStyle {
    margin: 0 0 5px 0;
}
.dataFiltertables .api-sidenav {
    background-color:  #f4f4f4;
    padding: 0;
}
.dataFiltertables .collection-data {
    padding: 0;
}
.toolbar-hidden md-table-container {
    max-height: 460px;
    min-height: 460px;
}
.toolbar-show md-table-container {
    max-height: 360px;
    min-height: 360px;
}
.tab-table md-table-container {
    max-height: 384px;
    min-height: 384px;
}
@supports (-moz-appearance: meterbar) {
    .toolbar-show md-table-container {
        max-height: 384px;
        min-height: 350px;
    }
}
.toolbar-hidden md-table-pagination,
.tab-table md-table-pagination {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    left: 0;
}
.boxshadow-none {
    box-shadow: none!important;
}
.tab-center md-pagination-wrapper {
    right: 0!important;
    margin: auto!important;
}
.filter-heading h5 {
    padding: 13px 15px;
    margin-bottom: 6px;
    margin-top: 6px;
    line-height: 18px;
}
.filter-heading {
    border-bottom: 1px rgba(0, 0, 0, .12) solid;
}
.filter-body {
    padding: 10px 15px;
}
@media screen and (min-width: 1400px) and (max-width: 1920px) {
    .toolbar-hidden md-table-container {
        max-height: 700px;
        min-height: 700px;
    }
}
.gridStyle md-switch {
    margin: 0!important;
    vertical-align: middle;
}
.custom-tab {
    position: relative;
}
.tab-breadcrumb-wrapper {
    position: absolute;
    left: 0;
    z-index: 55;
}
.hideToolbar {
    top: 50px!important;
}
.tab-breadcrumb-wrapper .breadcrumb {
    margin: 20px 0 0 16px;
}
.showToolbar {
    top: 100px!important;
}
.static-tabs {
    min-height: 615px!important;
}
@supports (-moz-appearance: meterbar) {
    .static-tabs {
        min-height: 605px!important;
    }
}
.tab-table .md-table-toolbar {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12)!important;
}
@media screen and (max-width: 960px) {
    .dataFiltertables .sidebar-content {
        padding-left: 0px;
    }
}
@media screen and (max-width: 767px) {
    .header-title {
     font-size: 16px!important;
  }
  .cus-btm-sheet{
    padding: 10px 0px 0px!important;
    top: 0;
  }
  .btmsheet-card md-card-title {
    padding: 0px 16px 0px;
 }
}


.breadcrumb {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 15px;
    font-size: 14px;
    font-weight: 400;
}
.breadcrumb li {
    display: inline;
    color: rgba(255,255,255,.9);
    font-weight: 400;
    vertical-align: text-bottom;
}
.breadcrumb li i {
  /*   vertical-align: text-bottom; */
}
.breadcrumb>li+li:before {
    content: ">";
    padding: 0 5px;
    vertical-align: middle;
    color: rgba(255,255,255,.9);
  
}
.breadcrumb li a {
    color: rgba(255,255,255,.9);
    text-decoration: none;
}
.breadcrumb li a:hover,.breadcrumb li:hover{
    color:#fff;
   
}
.breadcrumb li a i {
    vertical-align: text-bottom;
}

md-grid-list md-grid-tile {
    display: block;
    position: absolute;
    outline: 0;
}


md-toast.error-toast div.md-toast-content{
    color: white !important;
    background-color: red !important;
}

md-toast.success-toast div.md-toast-content{
    color: white !important;
    background-color: green !important;
}

md-toast.warn-toast div.md-toast-content{
    color: white !important;
    background-color: orange!important;
}



md-icon.md-inside-theme{
    color:white;
}

.switchdemoBasicUsage .inset {
  padding-left: 25px;
  padding-top: 25px; }
  
.strike {
      text-decoration: line-through;
    }
.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
   /*  height:100px; */
   /*  background:#ccc; */
}


.overlay {
    position: absolute;
    top: 0;
   /*  right: 0; */
    left: 0;
   /*  z-index: 5; */
    /* opacity: 1.0; */
   /*  bottom: 0; */
    /* background-color: rgba(0, 0, 0, .25); */
    width: 100% !important;
    height: 700px !important;
    margin:auto;
}


.progress-center{
	width: 100px !important;
	height: 100px !important;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.loading {
    text-align: center;
}
.loading.overlay p {
    /* color: #ffffff; */
   /*   top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute; */
    /* padding: 1rem; */
    /* margin-top: 7rem; */
}

.loadspin-text{
	position:absolute;
	/* display: inline; */
	/* left:5px; */
	/* top:2px; */
	bottom:7px;
	right:5px;
}

.loading-buttonicon {
  -ms-animation: spin .7s infinite linear;
  -moz-animation: spin .7s infinite linear;
  -webkit-animation: webkit-spin .7s infinite linear;
  top: 2px;
  margin-left: 7px;
}
.mark {
    background: rgba(189, 189, 189, 0.46);
    color: #000;
}
.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

// copied from materialize


/* h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }
 */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 {
  font-size: 4.2rem;
  line-height: 4.62rem;
  margin: 2.1rem 0 1.68rem 0; }

h2 {
  font-size: 3.56rem;
  line-height: 3.916rem;
  margin: 1.78rem 0 1.424rem 0; }

h3 {
  font-size: 2.92rem;
  line-height: 3.212rem;
  margin: 1.46rem 0 1.168rem 0; }

h4 {
  font-size: 2.28rem;
  line-height: 2.508rem;
  margin: 1.14rem 0 0.912rem 0; }

h5 {
  font-size: 1.64rem;
  line-height: 1.804rem;
  margin: 0.82rem 0 0.656rem 0; }

h6 {
  font-size: 1rem;
  line-height: 1.1rem;
  margin: 0.5rem 0 0.4rem 0; }



.overlay_progress {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.7);
    top: 100px;
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
}


.overlay_progress_common {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    opacity: 1;
    top: 100px;
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
}

.install-center{
	width: 200px !important;
	height: 200px !important;
	position: absolute;
    text-align: center;
	top:200px;
	bottom: 0;
	left: 10px;
	right: 0;
	margin: auto;
}

.install-center > i {
    font-weight: bold;
    padding-top: 10px;
    color: rgb(246,135,32);
	
}

.install-center > md-progress-circular {
    margin: auto;
    width: 50%;
    padding: 10px;
    
}

