@font-face {
  font-family: 'AzoSans-Light';
  src: url('../../assets/fonts/AzoSans-Light.eot');
  src: url('../../assets/fonts/AzoSans-Light.eot') format('embedded-opentype'),
  url('../../assets/fonts/AzoSans-Light.woff') format('woff'),
  url('../../assets/fonts/AzoSans-Light.ttf') format('truetype'),
  url('../../assets/fonts/AzoSans-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AzoSans-Regular';
  src: url('/assets/fonts/AzoSans-Regular.eot');
  src: url('../../assets/fonts/AzoSans-Regular.eot') format('embedded-opentype'),
  url('../../assets/fonts/AzoSans-Regular.woff') format('woff'),
  url('../../assets/fonts/AzoSans-Regular.ttf') format('truetype'),
  url('../../assets/fonts/AzoSans-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'AzoSans-Light' !important;
  background: #fbfbfb;
}

* {
  padding: 0;
  margin: 0;
}

::-webkit-scrollbar {
  width: 5px !important;
  height: 10px;
}

::-webkit-scrollbar-track {
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 0px;
}

::-webkit-scrollbar-track:vertical {
  height: 12px !important;
}

::-webkit-scrollbar-thumb:vertical {
  height: 12px !important;
}

/* Loader BLock Start*/

.page-loader-block {
  width: 100%;
  text-align: center;
  height: 100%;
}

.loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #788c8c;
  width: 36px;
  height: 36px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Loader BLock End*/

/* Header top BLock Start*/
.header-top {
  background: #ecf0f1;
  padding: 8px 20px;
}

.left-logo {
  position: relative;
  top: 10px;
}

.right-user-block {
  float: right;
}

.right-user-block ul li {
  list-style: none;
  float: left;
}

.user-name {
  text-align: right;
  margin-right: 15px;
  margin-top: 8px;
  display: block;
}

.user-name h1 {
  color: #333;
  font-size: 16px;
  margin: 0;
  margin-bottom: 4px;

}

.user-name a {
  color: #999;
  font-size: 14px;
  margin: 0;
  text-decoration: none;
}

.user-name a:hover {
  transition: 0.3s;
  color: #666;
}

.user-icon img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid #fff;
}

/* Header top BLock End*/

/* Menu BLock Start*/

#first-level-menu {
  background-color: #788c8c;
  position: relative;
  width: 100%;
  display: block;
}

.main-full-wrapper {
  overflow: hidden;
}

.main-full-wrapper ul {
  overflow: hidden;
  margin-bottom: 0;
  padding-left: 20px;
  margin-top: 4px;
}

.main-full-wrapper ul li {
  list-style: none;
  float: left;
  color: #fff;
  line-height: 29px;
  padding: 14px;
  text-transform: capitalize;
  font-size: 16px;
}

.main-full-wrapper li.active {
  background: #d1dbdb;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #333 !important;
}

.add-comp-first {
  display: inline-block;
}

li.add-comp-first {
  padding: 0 !important;
}

.add-comp-first .mdi {
  color: #acbfbf;
  font-size: 21px;
  line-height: 57px;
}

#second-level-menu {
  background-color: #d1dbdb;
  position: relative;
  width: 100%;
  display: block;
}

.main-full-wrapper1 {
  overflow: hidden;
}

.main-full-wrapper1 ul {
  overflow: hidden;
  margin-bottom: 0;
  padding-left: 20px;
  margin-top: 4px;
}

.main-full-wrapper1 ul li {
  list-style: none;
  float: left;
  color: #333;
  line-height: 16px;
  padding: 14px;
  text-transform: capitalize;
  font-size: 16px;
}

.main-full-wrapper1 li.active {
  font-family: 'AzoSans-Regular';
}

li.add-comp-second {
  padding: 0 !important;
}

.add-comp-second .mdi {
  color: #acbfbf;
  font-size: 21px;
  line-height: 44px;
  position: relative;
  top: 2px;
}

#third-level-menu {
  background-color: #e9eeef;
  position: relative;
  width: 100%;
  display: block;
}

.main-full-wrapper2 {
  overflow: hidden;
}

.main-full-wrapper2 ul {
  overflow: hidden;
  margin-bottom: 0;
  padding-left: 20px;
  margin-top: 4px;
}

.main-full-wrapper2 ul li {
  list-style: none;
  float: left;
  color: #333;
  padding: 8px 14px;
  text-transform: capitalize;
  font-size: 16px;
}

.main-full-wrapper2 li.active {
  font-family: 'AzoSans-Regular';
}

li.add-comp-third {
  padding: 0 !important;
}

.add-comp-third .mdi {
  color: #acbfbf;
  font-size: 21px;
  position: relative;
  top: 3px;
}

/* Menu BLock End*/

/* SubHeader BLock Start*/
.sub-header-block {
  padding: 25px 34px;
  overflow: hidden;
}

.subtitle-wrapper {

}

.subtitle-wrapper h1 {
  font-size: 40px;
  margin: 0;
  color: #d35714;
  line-height: inherit;
  display: inline-block;
  margin-right: 23px;
  text-transform: capitalize;
  position: relative;
  top: 2px;
}

.add-widget-btn {
  display: inline-block;
  margin-right: 23px;
  position: relative;
  top: -2px;
}

.add-widget-btn .mdi {
  font-size: 25px;
  color: #788c8c;
}

.add-widget-btn:hover .mdi {
  color: #506363;
  transition: 0.3s;
}

.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 15px;
  margin-bottom: 3px;
  margin-right: 26px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e9eeef;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 0px;
  bottom: -3px;
  background-color: #788c8c;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch input:checked + .slider {
  background-color: #d1dbdb;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #ccc;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 60px;
}

.slider.round:before {
  border-radius: 50%;
}

.re-arrange-btn {
  display: inline-block;
  position: relative;
  top: -6px;

}

.re-arrange-btn .btn {
  text-transform: uppercase;
  line-height: inherit;
  background: #b8c3c3;
  color: #fff;
  padding: 8px 12px 6px;
  display: block;
}

.re-arrange-btn:hover .btn {
  text-transform: uppercase;
  line-height: inherit;
  background: #788c8c;
  color: #fff;
  transition: 0.3s;
}

/* SubHeader BLock End*/

/* Add Main Menu Modal start*/

.modal-add-menu .modal-dialog {
  width: 400px;
}

.input-tag input {
  width: 100%;
  display: block;
  border: none;
  padding: 10px 0;
  border-bottom: solid 1px #788c8c;
  -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #788c8c 4%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #788c8c 4%);
  background-position: -400px 0;
  background-size: 400px 100%;
  background-repeat: no-repeat;
  color: #333;
}

.input-tag input:focus, .input-tag input:valid {
  box-shadow: none;
  outline: none;
  background-position: 0 0;
}

.input-tag input:focus::-webkit-input-placeholder, .input-tag input:valid::-webkit-input-placeholder {
  color: #788c8c;
  font-size: 13px;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  visibility: visible !important;
}

.input-tag button {
  border: none;
  background: #788c8c;
  cursor: pointer;
  border-radius: 3px;
  padding: 6px;
  width: 100%;
  color: white;
  margin-left: 25px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.input-tag button:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
}

.modal-footer {
  background: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border: 0;
  padding: 25px;
  padding-top: 0px;
}

.close-btn {
  display: inline-block;
  padding: 10px 12px 6px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background: #ccc;
  border: 0;
  border-radius: 4px;
  color: #fff;
}

.close-btn:hover {
  transition: 0.3s;
  background: #999;
}

.add-btn {
  display: inline-block;
  padding: 10px 12px 6px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  margin-left: 15px;
  background: #788c8c;
  border: 0;
  border-radius: 4px;
  color: #fff;
}

.add-btn:hover {
  transition: 0.3s;
  background: #506363;

}

/* Add Main Menu Modal End*/

/* card view Modal Start*/
.modal-card-view .modal-dialog {
  width: 94%;
}

.right-date-block {
  display: inline-block;
  float: right;
  margin-top: 10px;
  margin-right: 20px;
}

/* card view Modal End*/

/* main-body-card Start*/

.main-body-card {
  padding: 0px 29px;
  overflow: hidden;
}

.chart-card {
  background: #fff;
  border: 2px solid #f1f1f1;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: relative;
}

.card-content {
  padding: 15px;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
}

.card-option{
  visibility: hidden;
  opacity: 0;
  background-color: #d1dbdb;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
}

.chart-card:hover .card-option{
  visibility: visible;
  opacity: 1;
}

.drag-area{
  visibility: hidden;
  opacity: 0;
  background-color: #d1dbdb;
  border-radius: 4px;
}

.chart-card:hover .drag-area{
  visibility: visible;
  opacity: 1;
}

/*.card-content:hover{
    z-index: 6;
    background-color: #d1dbdb;
    color: #000;
    cursor: move;
    opacity: .6;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}*/
.view-delte-icon{
  position: absolute;
  top: 12px;
  right: 15px;
  z-index: 55555;
}
.drag-area .mdi {
  position: absolute;
  top: 44.5%;
  left: 0%;
  right: 0;
  margin: 0 auto;
  font-size: 23px;
  text-align: center;
  color: #333;
  z-index: 55555;
}

.card-content:hover .drag-area {
  display: block;
}


.view-dropdown-menu {
  display: none;
}

.card-content:hover .view-dropdown-menu {
  display: block;
}

.view-dropdown-menu .btn-group {
  position: absolute;
  right: 10px;
  top: 10px;
}

.view-dropdown-menu .btn-group .fa {
  font-size: 25px;
  color: #333;
  cursor: pointer;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
}

.view-dropdown-menu .dropdown-menu {
  left: -144px;
  border: none;
  font-size: 15px;
  color: #788c8c;
  padding: 0;
  margin: 0;
  box-shadow: 0 3px 4px rgba(0,0,0,.3);
  border-radius: 2px;
}
.view-dropdown-menu .dropdown-menu>li>a{
  padding: 10px 20px;
}

.top-cont h1 {
  color: #4c4c4c;
  text-transform: capitalize;
  overflow: hidden !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 1;
  width: 100%;
  display: inline-block;
  margin: 0;
  font-size: 20px;

}

.top-cont p {
  color: #939393;
  font-size: 28px;
  margin: 0;
  margin-top: 3px;
}

.top-cont p span {
  color: #939393;
  font-size: 14px;
}

span.header-desc {
  color: #b4b4b4;
  font-size: 15px;
  overflow: hidden !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 1;
  width: 100%;
  display: inline-block;
}

/* main-body-card End*/

/* Add New Component In Dashboard BLock start*/
.modal-title {
  font-size: 24px;
  text-transform: capitalize;
  color: #333;
  font-weight: 400;
  display: inline-block;
}

.modal-header {
  padding: 16px 25px 12px;
  background: #d1dbdb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border: 0;
}

.modal-header .close {
  font-size: 26px;
  margin-top: 5px;
  display: inline-block;
}

.modal-content {
  border: 0;
  border-radius: 6px;
}

.modal-block .modal-dialog {
  width: 1000px;
}

.modal-body {
  padding: 25px;
  overflow: hidden;
}

.title-search-block .title-text {
  display: inline-block;
  font-size: 22px;
  margin: 0;
  padding: 0;
  color: #666;
}

a.back-arrow {
  display: inline-block;
  color: #333;
  text-decoration: none;
  margin-right: 20px;

}

.title-search-block #custom-search-input {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: absolute;
  right: 0px;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

#custom-search-input .search-query {
  padding-right: 3px;
  padding-left: 30px !important;
  margin-bottom: 0;
  width: 270px !important;
}

#custom-search-input .form-control {
  background-color: #fff;
  background-image: none;
  border: 0 solid #ccc;
  border-radius: 0px;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
  color: #333;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 0px;
  transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
  border-bottom: 1px solid #ccc;
}

#custom-search-input button {
  border: 0;
  background: none;
  padding: 2px 5px;
  margin-top: 4px;
  margin-bottom: 0;
  border-radius: 3px;
  color: #666;
}

#custom-search-input .mdi {
  font-size: 19px;
  color: #666;
}

#custom-search-input .input-group-btn {
  z-index: 33333;
  left: -4px;
  position: absolute;

}

.product-logo-wrap {
  margin-top: 40px;
  max-height: 354px;
  overflow-y: auto;
  min-height: 150px;
  margin-bottom: -10px;
}

.product-card {
  width: 143px;
  border: 2px solid #f5f5f5;
  border-radius: 3px;
  padding: 14px;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  min-height: 170px;
  vertical-align: top;
  margin-bottom: 10px;
}

.connector-selected {
  background: #e2e2e2;
}

.product-card:hover {
  border: 2px solid #d1dbdb;
  transition: 0.3s;
  cursor: pointer;
}

.badge-wrap .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #788c8c;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 10px;
  position: relative;
  margin-left: 42px;
}

.badge-wrap {
  margin-bottom: -12px;
}

.card-img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.product-card h1 {
  font-size: 14px;
  word-break: break-all;
  text-transform: capitalize;
  line-height: 20px;
  margin-bottom: 0;
}

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none; /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}

.modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}

/* Add New Component In Dashboard BLock End*/

/* Google Analytics BLock Start*/
.fancy-collapse-panel .panel-default > .panel-heading {
  padding: 0;

}

.fancy-collapse-panel .panel-heading a {
  padding: 12px 35px 12px 40px;
  display: inline;
  width: 100%;
  background-color: #f9f9f9;
  color: #333;
  position: relative;
  text-decoration: none;
}

.fancy-collapse-panel .panel-heading a:after {
  font-family: "FontAwesome";
  content: "\f107";
  position: absolute;
  right: 20px;
  font-size: 20px;
  font-weight: 400;
  top: 50%;
  line-height: 1;
  margin-top: -10px;
  color: #666;
}

.fancy-collapse-panel .panel-title {
  display: flex;
}

.fancy-collapse-panel .panel-group .panel {
  margin-bottom: 10px !important;
}

.fancy-collapse-panel .panel-heading a.collapsed:after {
  content: "\f105";
}

.fancy-collapse-panel .panel {
  border: 1px solid #f2f2f2;
}

.fancy-collapse-panel .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #f2f2f2;
}

.collapse-checkbox {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline;
  z-index: 1;
  margin-left: 15px;
}

.disablebtn {
  background: #a6b7b7;
}
/* Google Analytics BLock End*/



.service-item{
  background: #333;
  padding: 10px;
}
.service-icon{
  font-size: 71px;
  color: #fff;
  text-align: center;
  padding: 110px 0;
}
.service-item .service-content{
  position: absolute;
  top:0;
  left:0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.service-item:hover .service-icon{
  opacity: 0;
  visibility: hidden;
}
.service-item:hover .service-content{
  visibility: visible;
  opacity: 1;

}
.inner-services{
  text-align: center;
}

.inner-services h2{
  color: #fff;
}
.inner-services p{
  color: #fff;
}

/* Mobile Menu BLock Start*/

.ma5-page{
  display: none;
}

/* Mobile Menu BLock Start*/







.common-component-table {
  height: calc(100% - 15px);
  overflow: auto;
}
.common-component-table table{
  margin-bottom: 0;
}







@media (max-width: 1100px) {
  .chart-card {

  }
}

@media (max-width: 768px) {

  .header-top{
    position: absolute;
    right: 0;
    left:0;
  }
  .main-body-card{
    margin-top: 10px;
  }
  .main-body-card {
    padding: 0 3px;
  }
  .chart-card {
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 8px;
  }
  .ma5-page{
    display: block;
  }
  #first-level-menu{
    display: none;
  }
  #second-level-menu{
    display: none;
  }
  #third-level-menu{
    display: none;
  }
  .user-name{
    display: none;
  }
  .subtitle-wrapper h1{
    color: #fff;
    top: 54px;
    right: -38px;
  }
  .re-arrange-btn .btn{
    display: none;
  }
  .add-widget-btn{
    position: absolute;
    top: -3px;
    z-index: 1;
    right: 113px;
  }
  .switch{
    position: absolute;
    z-index: 1;
    top: 4px;
    right: 40px;
  }
  .sub-header-block{
    overflow: inherit;
  }
  .datepicker-block{
    margin-top: 70px;
  }
}

