﻿@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");

/* #### Generated By: http://font.download #### */

@font-face {
  font-family: 'General Sans Regular';
  font-style: normal;
  font-weight: normal;
  src: local('General Sans Regular'), url('./../fonts/GeneralSans-Regular.woff') format('woff');
  letter-spacing: 0.1px;
}

  @font-face {
    font-family: 'General Sans';
    font-style: normal;
    font-weight: normal;
    src: local('General Sans Regular'), url('./../fonts/GeneralSans-Regular.woff') format('woff');
    letter-spacing: 0.1px;
  }
  

  @font-face {
  font-family: 'General Sans Italic';
  font-style: normal;
  font-weight: normal;
  src: local('General Sans Italic'), url('./../fonts/GeneralSans-Italic.woff') format('woff');
  }
  

  @font-face {
  font-family: 'General Sans Extralight';
  font-style: normal;
  font-weight: normal;
  src: local('General Sans Extralight'), url('./../fonts/GeneralSans-Extralight.woff') format('woff');
  }
  

  @font-face {
  font-family: 'General Sans Extralight Italic';
  font-style: normal;
  font-weight: normal;
  src: local('General Sans Extralight Italic'), url('./../fonts/GeneralSans-ExtralightItalic.woff') format('woff');
  }
  

  @font-face {
  font-family: 'General Sans Light';
  font-style: normal;
  font-weight: normal;
  src: local('General Sans Light'), url('./../fonts/GeneralSans-Light.woff') format('woff');
  }
  

  @font-face {
  font-family: 'General Sans Light Italic';
  font-style: normal;
  font-weight: normal;
  src: local('General Sans Light Italic'), url('./../fonts/GeneralSans-LightItalic.woff') format('woff');
  }
  

  @font-face {
  font-family: 'General Sans Medium';
  font-style: normal;
  font-weight: normal;
  src: local('General Sans Medium'), url('./../fonts/GeneralSans-Medium.woff') format('woff');
  }
  

  @font-face {
  font-family: 'General Sans Medium Italic';
  font-style: normal;
  font-weight: normal;
  src: local('General Sans Medium Italic'), url('./../fonts/GeneralSans-MediumItalic.woff') format('woff');
  }
  

  @font-face {
  font-family: 'General Sans Semibold';
  font-style: normal;
  font-weight: normal;
  src: local('General Sans Semibold'), url('./../fonts/GeneralSans-Semibold.woff') format('woff');
  }
  

  @font-face {
  font-family: 'General Sans Semibold Italic';
  font-style: normal;
  font-weight: normal;
  src: local('General Sans Semibold Italic'), url('./../fonts/GeneralSans-SemiboldItalic.woff') format('woff');
  }
  

  @font-face {
  font-family: 'General Sans Bold';
  font-style: normal;
  font-weight: normal;
  src: local('General Sans Bold'), url('./../fonts/GeneralSans-Bold.woff') format('woff');
  }
  

  @font-face {
  font-family: 'General Sans Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local('General Sans Bold Italic'), url('./../fonts/GeneralSans-BoldItalic.woff') format('woff');
  }

body {
  /* background-color: #FFFFFF !important; */
  /*font-family: 'Montserrat', sans-serif !important;*/
  font-size: 14px !important;
  font-family: "Roboto", sans-serif !important;
  color: #292b34;
}
body,
app-layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  /* min-height: 100vh; */
  height: 100%;
  width: 100%;
}
.form-control {
  font-size: 13px !important;
}

.btn {
  font-size: 14px;
}

/*scrollbar style begins*/

*::-webkit-scrollbar {
  width: 15px;
  height: 15px;
  right: 2px;
}

*::-webkit-scrollbar-track {
  background-color:  #ffffff;
  height: 18px;
}

*::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: darkgrey;
  outline: 0 solid slategrey;
  background: darkgrey ;
  height: 18px;
  right: 2px;
}

*::-webkit-scrollbar-thumb:hover {
background: slategrey ;
}

/*scrollbar style ends*/

.content-wrapper {
  /*display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-x: hidden;*/
  flex: 1;
  display: block;
  min-height: 96vh;
  max-height: 100%;
}

app-footer {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: none;
  -ms-flex: 0 0 20px;
  flex: 0 0 30px;
  text-align: center;
  color: #8b8c8b;
  font-size: 13px;
}


.sub-header {
  padding: 10px;
  border-bottom: 1px solid #d6d6d6;
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 3;
  top: 64px;
  height: 80px;
  display: flex;
  
}



.sub-header.autoHeight {
  height: auto;
}

@media (max-width: 1600px) {
  .sub-header {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/*
.breadcrumb {
  background: none !important;
}

.breadcrumb-item:before {
  content: none !important;
}

.breadcrumb-item:after {
  content: ">" !important;
  display: inline-block;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  color: #6c757d;
} 

.breadcrumb > li > a {
  color: #808080;
  text-decoration: underline;
}

.breadcrumb > li > a {
  font-weight: 300;
  text-decoration: underline !important;
}
*/

.flex-1 {
  flex: 1;
}

.btn-primary {
  /* background-color: #f69022 !important;
  background-image: linear-gradient(
    to right,
    #f69022,
    #f68729,
    #f67d2f,
    #f57435,
    #f36b3b
  ) !important; */
  background-color: #f69022;
  background-image: linear-gradient(
    to right,
    #f69022 0%,
    #f36b3b 51%,
    #f69022 100%
  );
  color: #fff !important;
  border-radius: 2px !important;
  border: none !important;
  text-transform: uppercase;
  min-width: 100px;
  background-size: 200% auto;
}
.btn-primary:hover {
  background-position: right center;
}

.btn-primary > span {
  font-size: 30px;
  line-height: 0;
  position: relative;
  top: 3px;
}

.main-layout,
app-dashboard {
  width: 100%;
}

.main-layout {
  margin-top: 160px;
}

.btn-info {
  background-color: #5ba7dc !important;
  border-color: #5ba7dc !important;
  border-radius: 2px !important;
  border: none;
}

.no-arrow.dropdown-toggle::after {
  content: none !important;
}

.font-14 {
  font-size: 14px !important;
}

.dropdown-item {
  color: #5f606b;
  font-size: 13px;
  padding: 8px 15px;
  font-weight: normal;
  cursor: pointer;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item:active {
  background-color: #d6d6d6 !important;
  color: #282b34 !important;
}

.dashboard-dropdown {
  border: none;
}

.dashboard-dropdown:focus {
  outline: none !important;
  box-shadow: none !important;
}

:host {
  width: 100% !important;
}
.pagination > li a.page-link {
  margin: 0 0.5px;
  line-height: 10px;
  border-color: #707070;
  color: #828590;
}

.page-item:first-child .page-link {
  border-radius: 0 !important;
}

/**overriding notifier css**/
.notifier__notification {
  top: 10px;
  right: 10px;
  bottom: auto !important;
  left: auto !important;
}
/**overriding notifier css**/

.notifier__container {
  position: absolute;
  bottom: 0;
}

.theme-green .bs-datepicker-head {
  background-color: #282b34 !important;
}

.theme-green .bs-datepicker-body table td.week span {
  color: #282b34 !important;
}

.theme-green .bs-datepicker-body table td span.selected,
.theme-green .bs-datepicker-body table td.selected span,
.theme-green .bs-datepicker-body table td span[class*="select-"]:after,
.theme-green .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #282b34 !important;
}

.font-20 {
  font-size: 20px;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border: 1px solid #dc3545 !important;
}

.w-max-100 {
    max-width:100% !important; 
}

.btn-default {
    background: #f2f0f0 !important;
}

    .btn-default:hover {
        background: #0098f7 !important;
        color: #fff !important;
    }

.font-12 {
    font-size:12px !important;
}

.btn-line {
    background: #fff !important;
    border: 1px solid #f2f0f0 !important;
}

btn-line:hover {
    background: #f2f0f0 !important;
}



.valign-middle {
    vertical-align: middle !important;
}

.dropdown-list {
    margin-top:2px !important;
}

.tabletext-mt-5 {
    float: left;
    margin-top: 5px;
}

.ccid-container .ccid-right {
    width: 350px !important;
}

.ccid-container .ccid-left {
    flex: 0 0 calc(100% - 350px) !important;
    max-width: -ms-calc(100% - 350px) !important;
    max-width: -o-calc(100% - 350px) !important;
    max-width: calc(100% - 350px) !important;
}

/*p, td {
    word-break: break-all;
}*/

.inline-calender .owl-dt-calendar-table .owl-dt-calendar-cell-content {
    font-size: 13px !important;
}

.inline-calender .owl-dt-inline-container .owl-dt-calendar, .owl-dt-popup-container .owl-dt-calendar {
    height: auto !important
}

.inline-calender .owl-dt-inline-container, .owl-dt-popup-container {
    box-shadow: none !important
}

.popover-body {
    max-height:500px;
    overflow-y:scroll;
}


.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #f36b3b !important;
}

.dropdownFilter__list
 .ng5-slider .ng5-slider-span.ng5-slider-bubble.ng5-slider-limit.ng5-slider-floor {
  opacity: 0 !important;
  }


.dropdownFilter__list .ng5-slider .ng5-slider-ticks .ng5-slider-tick:nth-child(1) {
    opacity: 0 !important;
}


bs-dropdown-container {
    z-index: 9999 !important;
}


.ngx-pagination {
    margin-bottom: 0 !important;
}



.pagination-recordtab .ngx-pagination {
    margin: 0 !important;
    padding: 0 !important;
}

controlmapWrapper .panel .panel-body {
    background: #f5f4f4;
}

.controlmapWrapper .accordionHeading {
    font-weight: 600;
}


.color-picker .preset-area .preset-label::after {
    content: "Select Default color";
    font-size: 10px;
    color: #000;
}

.color-picker .preset-area .preset-label {
    font-size: 0 !important;
}


.main_menu_area {
    z-index: 100;
}



.singleselect .multiselect-item-checkbox {
    padding: 0px !important;
}

.singleselect input[type=checkbox] + div:before {
    display: none !important;
}

.singleselect input[type=checkbox] + div:after {
    display: none !important;
}

.singleselect input[type=checkbox] + div {
    padding: 6px 10px !important;
}

.singleselect input[type=checkbox]:checked + div {
    background-color: #337ab7 !important;
    color: #fff !important;
}

.singleselect .dropdown-list .filter-textbox input {
    padding:0 !important;
}

.singleselect .multiselect-dropdown .dropdown-btn {
    padding: 6px 3px !important;
}


.color-picker .preset-area .cp-preset-colors-class .preset-color {
    margin: 4px 3px 5px !important;
}



.multiselect-dropdown .dropdown-btn {
    word-break: break-word;
}
