@font-face {

    font-family: "Poppins";

    src: url("../fonts/Poppins-Regular.ttf");

}

@font-face {

    font-family: "Poppinslight";

    src: url("../fonts/Poppins-Light.ttf");

}

html{ position:relative; height:100%;}
body { position:relative; height:100%;-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;font-family: 'Poppinslight', sans-serif !important; color:#fff }
	a {
    color: #ff7c00;
}




/* width */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #27293d; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #353854; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #4f5481; 
  z-index:999
}
.mynavigationmenu {overflow-y:scroll; height:80vh}
.loginform
{
	background-color:#F3F3F3;
	height:300px;
	-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
margin-top:100px;
}
.logintext
{
	text-align:center
	
}
.logintext span
{
	color:#666666;
	
}
.logintext b
{
	color:#900;
	
}
.loginlogo
{
	
	
	width:40%
}

/*
.btn-outline-primary {
    color: #007bff;
    border:4px solid #007bff;
	background-color:transparent !important;
	
}*/

.btn-outline-primary {
    color: #ffffff;
        border: 2px solid rgb(255 123 0);
    background-color: rgb(255 123 0);



	
   
}
.btn-outline-primary:hover {
   
	color:#fff;

	
	
}
.btn-outline-primary:visited {
  color: #fff;
    border:4px solid #007bff;
	background-color:transparent !important;
}
.content-wrapper, .right-side {
    min-height: 100%;
    background-color: #1e1e2f;
    z-index: 800;
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #1e1e2f  !important;
	
	
}
.skin-blue .sidebar-menu>li.header {
    color: #ffffff;
    background-color:transparent;
}
.skin-blue .sidebar a {
    color: #fff;
	font-size: 13px;
}

.sidebar-menu .treeview-menu {
   
    padding-left: 0px;
	border:none;
}

.skin-blue .sidebar-menu>li>.treeview-menu>li {
    margin: 0 1px;
    background: #1e1e2f;
    
}
.skin-blue .sidebar-menu>li>.treeview-menu>li :hover{
    
   background-color: #612254;
    
}



.skin-blue .treeview-menu>li>a {
    color: #fff;
}
.skin-blue .main-header .navbar {
    background-color: #1e1e2f  !important;
}

.skin-blue .main-header .logo {
   background-color: #1e1e2f  !important;
    color: #fff;
    border-bottom: 0 solid transparent;
}
.treeview i{font-size: 16px;}
.treeview::after {
   content: '';
   display: inherit;
   width: 90%;
   margin: 0px 0px 0px 8px;
   border-top:none;
}



.main-header {
    position: fixed;
    max-height: 100px;
    z-index: 1030;
    
    width: 100%;
}

.main-sidebar, .left-side {
  
    width: 230px;
	position:fixed;
    
}

.content-wrapper, .right-side, .main-footer {
   
    margin-left: 230px;margin-top:50px;

}

@media only screen and (max-width: 768px) {
.content-wrapper, .right-side, .main-footer {
   
    margin-left: 0px;margin-top:50px;

}
}

.sidebar-collapse .treeview::after {

   width: 50% !important;
  
}
.treeview:last-of-type::after {
 
  content: '';
   display: inherit;
   width: 50%;
   margin: 0px 0px 0px 18px;
   border-top:none;
   margin-bottom:50px;
}
.sidebar-menu>li>a {
    padding: 12px 5px 12px 4px;
    display: block;
}
/*tree structure*/
.fixedtreelayout
{
	width:100%;
	height:250px;
	overflow:hidden;
	overflow-y:scroll;
	
}


.sidebar {
    padding-bottom: 10px;
	/*background: rgb(255 123 1);
    background: linear-gradient(*/
/*180deg, rgb(255 163 3) 0%,*/ /*rgb(255 106 0) */ /*rgb(255 59 0) 100%); this line not required*/
/*rgb(239 124 25) 0%,  rgb(239 74 24) 100%);*/
/*background:rgb(54 57 84);*/
background: rgb(39 41 61);
	border-radius:5px;
	margin-left: 15px;
	height:88vh !important;
}

.sidebar-menu {
    margin-top: 16px;
}

.bg-dark {
    background-color:rgba(39,41,61,0.97) !important;
	color:#fff;
	
	
}

.modal-body {
   
    background-color: #27293d;
}
.loginbg{background-color: #27293d  !important;box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.31);
-webkit-box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.31);
-moz-box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.31);}
.bg-darkcard {
   /* background-color: #415997  !important;
	
	border-top: 3px solid #4c66a9;*/
	background-color: #27293d  !important;
    border-top: 3px solid #27293d ;
	border-radius:5px;
}
.bg-darkcard >.box-header {
    color: #fff;
   
}
.bg-purple {
    background-color: #303248 !important;
}
.bg-purple-bg{background: rgb(255 123 1);
    background: linear-gradient(
180deg, rgb(255 163 3) 0%, rgb(255 106 0) 100%);}
.bg-purple-btn{ background: rgb(255 123 1);
    background: linear-gradient(
180deg, rgb(255 163 3) 0%, rgb(255 106 0) 100%); border: none}
.bg-purple-btn::hover{ background: rgb(238,151,248);}

.bg-darkcard>.box-header.with-border {
  border-bottom: 0px solid #12151c;
}

.main-footer {
    background: #1e1e2f;
    padding: 15px;
    color: #737272;
    border-top: 0px solid #535388;
	
}


}

.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.no-border {
	border:none;
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand. 
* Use a preprocesser with autoprefixing.
*/
/*

.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

}*/

.widget-header-div {
  display: flex;
  flex-wrap: wrap;
}

.widget-header-item .panel {
  height: 100%;
}
.widget-header-item {
 // margin-bottom: 20px;
}

.fullheight{position:relative; height:100%; }
.p-20{padding-left:20px; padding-right:20px;}
.pt-100{padding-top:20%}
.pt-50{padding-top:10%}
.pb-100{padding-bottom:50px;}
.colsm{position:relative}
section video{ position:absolute; left: 0;
  top: 0; z-index:-1;
  
 width: 100%;}
 @media only screen and (max-width: 768px) {
.colsm video{
   position:relative;;
  }
}
.fullbg{position:absolute;top:0;left:0;width:100%;
height:100%; opacity:0.92}
.notes{ color:#fff; font-weight:bold; padding-top:150px; }
.notes h2{ font-size:3.2em; font-weight:bold}
.notes h4{ font-size:2.0em; font-weight:bold}
.errorlist{ background-color:#fd4a4a; border-radius:5px; padding:2px; padding-left:5px;padding-right:5px;  }
.errorlist:empty
{
    display:none;
}


.select2-container--default .select2-selection--single {
  

border-bottom-right-radius:3px;
border-top-right-radius:3px;
border-bottom-left-radius:0px !important;
border-top-left-radius:0px !important;
padding:2px;
}

.select2-container .select2-selection--single {
   
    height: 40px !important;
  
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
   
    line-height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
    
}
#dynamicchart{ width:100%; height:390px}
#dynamicchartclient{ width:100%; height:250px}
.dashcharts h5{ font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 2px;
    color: #b3b3b3;}
/*.bg-darkcardwidthcontrol{ width:480px; !important}*/
.hiddencalendarui{ display:inline-block}

/* toast */

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}


.btn-lgt
{height:40px;}
.daterange-btn{width:100%}


.darkcardpanel .box-body {

    padding: 1px !important;
}
.darkcardpanel  .box-tools
{
position:absolute;
top:-15px;
right:-7px;	
background-color: #4c4c6e;
 border-radius: 50%;
  z-index: 9;
}


.darkcardpanel  .btn-box-tool {
   
    padding-top: 0px !important;
    padding-bottom: 0px !important;
	 color: #ffffff !important;
   
}


.input-group .form-control {
  
   /*z-index:  -1*/;
    
}
.form-control.btn  {
  
   z-index: 2;
    
}
.darkcardpanel .panel-heading {
    /* padding: 10px 15px; */
	padding:0px;
   /* padding-bottom: 28px;*/
	padding-right:10px;
    
}

.darkcardpanel .panel-title {
    position: relative;
   
    line-height: 55px;
	padding-left:10px;
	
}
.darkcardpanel>.panel-heading{ background-color:#2b2d42}
.darkcardpanel li{ list-style:none;}

.lefttitleclass{ font-size:300%; text-align:center; line-height:1.3em;cursor:pointer;opacity:0.8;}
.info-box{padding:5px;}
.bgtransgrey
{
	position:absolute;
	
	top:0px ;
	right:0px;
	background-color:rgba(0,0,0,0.1);
	padding:3px;
	

}

.bgtransgrey i{color:rgba(0,0,0,0.2);}
.lefttitleclass:hover
{opacity:1;}
.savedtitle{background-color:#2b2d42; color:#fff;margin-top:0px; margin-bottom:10px; padding:8px; padding-left:5px;border-radius:3px;}
.allsavedqueries{position:relative; color:#fff}


.eachsavedquery {
    position: relative;
    background-color: #3b3e5a;
}
.orangeinfobox{ background-color: #703e12;}
/*
.eachsavedquery:nth-child(odd) {
    background-color: #575b89;
}*/
.lefbarmenu{
	position:absolute;
	width:90% !important;
white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #3b3e5a;
  border-bottom:none; 
    border-radius: 5px 5px 0 0;
}
.popover {background-color: #1e1e2f !important;}

.popover.bottom>.arrow {
  
    left: 90% !important;
  
}.popover.bottom>.arrow:after {
   
    border-bottom-color: #1e1e2f !important;
}
.popover-content{ min-width:150px !important;}
.popover-content li{ list-style:none; color:rgb(255 123 0);}
.popover-content li:hover{ opacity:0.7; cursor:pointer}

.skin-blue .main-header li.user-header {
    background-color: #27293d !important;
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
   
    border:none !important;
    background: #1e1e2f !important;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body {
 
    border-bottom:none !important; 
    border-top:none !important;
}
.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
    background-color: #1e1e2f !important;
   
}


.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #353750 !important;
	color:#fff;
	text-align:left
}


.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td:hover {
	background-color:transparent;
	opacity:0.8
}

.table-bordered {
    border: 1px solid #353750 !important;
}


.table-hover>tbody>tr:hover {
    background-color: #1e1e2f;
}
.box.box-primary {
    border-top-color: #1e1e2f;
}


.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0;
    background-color: #353750;
}

label{ color: #fff !important;}
 input {
 
    color: #fff !important;
    background-color: #1e1e2f !important;
    border: 1px solid #1b1b2a !important;
}
 select {
 
    color: #fff !important;
    background-color: #1e1e2f !important;
    border: 1px solid #1b1b2a !important;
}
.btn-default {
    background-color: #1e1e2f;
    color: #fff;
    border-color: #1b1b2a;
}
.darkcardpanel{padding:5px;}


.sweet-alert {
    background-color: #2b2f44 !important;
	
}

.sweet-alert h2 {
    color: #994a00 !important;
	
}

.box-footer {
   
    border-top: 1px solid #303248;
  
    background-color: #303248;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #3b3b58;
    border-color: #232334;
}

pagination>li>a {
    background: #3b3b58;
    color: #ffffff;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
      background: #3b3b58;
    text-decoration: none;
   color:#fff;
    border: 1px solid #232334;
}


.feather {
	position:relative;
	top:5px;
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  margin-right: 10px;
}


.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
 
    background: #2b2f44 !important;
   
}



.sweet-alert .sa-icon.sa-success .sa-fix {
  
    background-color: #2b2f44 !important;
   
}
#analyticstitle{ text-transform:uppercase; font-size:13px;    color: #999999;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    /* font-family: 'Source Sans Pro',sans-serif; */
	font-family: 'Poppinslight', sans-serif !important;
	
}

.daterangepicker {
   
    background: #1e1e2f !important;
   
}
.daterangepicker .calendar-date {
   
    background: #1e1e2f !important;
}
.daterangepicker td.in-range {
    background: #575b85 !important;
    
}
.daterangepicker .ranges li {
    font-size: 12px !important;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #08c;
    padding: 1px 12px !important;
    margin-bottom: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 2px !important;
    cursor: pointer;
}
.logo-lg span {
   
    margin-top: -20px;
    position: relative;
    top: 6px;
}
.btn-lng
{
width:50%;	
}
.rowleftpadding
{
	padding-left:0 !important;
}

.sidebar-mini.sidebar-collapse .main-header .logo>.logo-mini {
   
     margin-left: 0; 
   
}

.equipmentgroup .fa,.equipmentgroup .fas,.equipmentgroup .far
{
	width:20px;height:20px;
}
.modal-xl{width:99% !important}

.modal-xl .modal-content {
   
    width: 100%;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
  }

#searchModal .modal-body{ height:2000px;}

.daterangepicker .ranges {
    width: 220px !important;
 
}

.daterangepicker .calendar {
   
   max-width: 18.9em !important;
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
   padding:0px; 
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
   
    min-width: 24px !important;
}

.box-tools .feather {
    position: relative;
    top: 0px;
    width: 20px;
    height: 20px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
     margin-right: 0px; 
	
}
.box-tools .input-group-addon
{
	    padding: 0px 0px;
		border-radius: 0;
    border-color: #3b3b60;
    background-color: #3b3b5c;
    border-top-left-radius: 5px;
	color:#fff
}

.btn-box-tool {
    padding: 2px;
    font-size: 12px;
    background: #3b3b5c;
    color: #ffffff;
}
.box-tools .col-sm-2 {
  padding-left: 0px !important;
}
.box-tools button{ width:100%;}

.smalltoolicon{ width:14px !important; height:14px !important; margin-left:3px; margin-right:3px;}

.projectwindow .info-box {
    display: block;
    min-height: 75px;
    background: #3b3e5a !important;
    width: 100%;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    border-radius: 2px;
    margin-bottom: 15px;
	cursor:pointer;
}
.projectwindow .info-box:hover {
	opacity:0.9;
}
.projectwindow .info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 65px;
    width: 90px;
    text-align: center;
    /* font-size: 45px; */
    line-height: 80px;
    background: rgba(0,0,0,0.2);
}

.projectwindow .feather {
    position: relative;
    top: 0px;
    width: 48px;
    height: 48px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
     margin-right: 0px; 
}

.skin-blue .sidebar-menu>li:hover>a,.skin-blue .sidebar-menu>li.active>a{color:#fff;background:none}
li:hover>a .feather {
  color:#f36805
}
.dynamicchartclientbelow
{
	border: 1px solid #3a3d5a;
    border-radius: 8px;
    padding: 15px;
    margin-top: 20px;
	
}