.custom-template {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: -325px;
	width: 325px;
	height: max-content;
	display: block;
	z-index: 1;
	background: #ffffff;
	transition: all .3s;
	z-index: 1003;
	box-shadow: -1px 1px 20px rgba(69, 65, 78, 0.15);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	transition: all .5s;
}

.custom-template.open {
	right: 0px;
}

.custom-template .custom-toggle {
	position: absolute;
	width: 45px;
	height: 45px;
	background: rgb(88, 103, 221);
	top: 50%;
	left: -45px;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right: 1px solid #177dff;
	cursor: pointer;
	color: #ffffff;
	box-shadow: -5px 5px 20px rgba(69, 65, 78, 0.21);
}

.custom-template .custom-toggle i {
	font-size: 20px;
	animation: 1.3s spin linear infinite;
}

.custom-template .title{
    padding: 15px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    border-top-left-radius: 5px;
    border-bottom: 1px solid #ebedf2;
    background: #5867dd;
}

.custom-template .custom-content{
	padding: 20px 15px;
	max-height: calc(100vh - 90px);
	overflow: auto;
}

.custom-template .switcher {
	padding: 5px 0;
}

.custom-template .switch-block h4 {
	font-size: 13px;
	font-weight: 600;
	color: #444;
	line-height: 1.3;
	margin-bottom: 0;
	text-transform: uppercase;
}

.custom-template .btnSwitch {
	margin-top: 20px;
	margin-bottom: 25px;
}

.custom-template .btnSwitch button {
	border: 0px;
	height: 20px;
	width: 20px;
	outline: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	padding: 0;
	border-radius: 50%;
	border: 2px solid #eee;
	position: relative;
	transition: all .2s;
}

.custom-template .btnSwitch button:hover{
	border-color: #0bf;
}

.custom-template .btnSwitch button.selected{
	border-color: #0bf;
}

.custom-template .img-pick {
	padding: 4px;
	min-height: 100px;
	border-radius: 5px;
	cursor: pointer;
}

.custom-template .img-pick img {
	height: 100%;
	height: 100px;
	width: 100%;
	border-radius: 5px;
	border: 2px solid transparent;
}

.custom-template .img-pick:hover img, .custom-template .img-pick.active img{
	border-color: #177dff;
}

.demo .btn, .demo .progress{
	margin-bottom: 15px !important;
}

.demo .form-check-label, .demo .form-radio-label{
	margin-right: 15px;
}

.demo .toggle, .demo .btn-group{
	margin-right: 15px;
}

.demo #slider{
	margin-bottom: 15px;
}

.table-typo tbody > tr > td{
	border-color: #fafafa;
}

.table-typo tbody > tr > td:first-child{
	min-width: 200px;
	vertical-align: bottom;
}

.table-typo tbody > tr > td:first-child p{
	font-size: 14px;
	color: #333;
}

.demo-icon {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
	padding: 10px;
	transition: all .2s;
}

.demo-icon:hover{
	background-color: #f4f5f8;
	border-radius: 3px;
}

.demo-icon .icon-preview{
	font-size: 1.8rem;
	margin-right: 10px;
	line-height: 1;
	color: #333439;
}

body[data-background-color="dark"] .demo-icon .icon-preview {
	color: #969696;
}

.demo-icon .icon-class{
	font-weight: 300;
	font-size: 13px;
	color: #777;
}

body[data-background-color="dark"] .demo-icon .icon-class {
	color: #a9a8a8;
}

.form-show-notify .form-control{
	margin-bottom: 15px;
}

.form-show-notify label{
	padding-top: 0.65rem;
}

.map-demo {
	height: 300px;
}

#instructions li{
	padding: 5px 0;
}

.row-demo-grid{
	margin-bottom: 15px;
}

.row-demo-grid [class^="col"]{
	text-align: center;
}

.row-demo-grid [class^="col"] .card-body{
	background: #ddd;
}

/******* New Custom Css Start ********/
::-webkit-scrollbar { height:5px;}
::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 3px rgba(194, 194, 194, .2); border-radius: 5px;}
::-webkit-scrollbar-thumb { border-radius: 5px; background-color: rgba(194, 194, 194, .4);}
.region-specific form select{background-color: #eee;}
.main-header .navbar .desktopBadges{ overflow:hidden; width:100%; height:62px; padding-top:15px;}
.main-header .navbar .desktopBadges:hover{ overflow-x:auto; overflow-y:hidden;}
.main-header .navbar .desktopBadges ul{ white-space:nowrap; float:left; position:relative; padding-left:75px; flex-wrap:nowrap;}
.main-header .navbar .desktopBadges ul li:first-child{position:absolute; left:0;}
.main-header .navbar .desktopBadges ul li{ display:inline-block;}
.main-header .navbar .desktopBadges ul li:last-child{margin-right:7px;}

@media screen and (max-width:991px) {
.logo-header[data-background-color="blue"]{ background:#1269DB !important; box-shadow:0 0px 15px rgba(0, 69, 158, .5);}
.main-header .logo-header .mobileBadges { position: absolute; left: 55px; width:calc(100% - 105px); 
 height: 62px; z-index:999; overflow:hidden;}
.main-header .logo-header .mobileBadges:hover{ overflow-x:auto; overflow-y:hidden;}
.main-header .logo-header .mobileBadges ul{white-space: nowrap; margin: 0; padding:14px 0 0 70px; float:left;
position: relative; flex-wrap:nowrap;}
.main-header .logo-header .mobileBadges ul li:first-child{ position:absolute; left:0;}
.main-header .logo-header .mobileBadges ul li{ display:inline-block;}
.main-header .logo-header .mobileBadges ul li a {font-size:11px; padding:7px 13px !important; line-height:17px;
color: #fff !important; background-color: transparent; margin:0 -5px 0 0; border: 1px solid #fff !important;}
}

@media screen and (max-width:767px) {
    .page-inner {
        padding-top:0px; /* 40px !important;*/
    }
}
/******* New Custom Css End ********/


.btnSwitch button[data-color="white"] {
        background-color: #fff;
    }
.btnSwitch button[data-color="grey"] {
	background-color: #f1f1f1;
}
.btnSwitch button[data-color="black"] {
	background-color: #191919;
}
.btnSwitch button[data-color="dark"] {
	background-color: #1a2035;
}
.btnSwitch button[data-color="blue"] {
	background-color: #1572E8;
}
.btnSwitch button[data-color="purple"] {
	background-color: #6861CE;
}
.btnSwitch button[data-color="light-blue"] {
	background-color: #48ABF7;
}
.btnSwitch button[data-color="green"] {
	background-color: #31CE36;
}
.btnSwitch button[data-color="orange"] {
	background-color: #FFAD46;
}
.btnSwitch button[data-color="red"] {
	background-color: #F25961;
}
.btnSwitch button[data-color="dark2"] {
	background-color: #1f283e;
}
.btnSwitch button[data-color="blue2"] {
	background-color: #1269DB;
}
.btnSwitch button[data-color="purple2"] {
	background-color: #5C55BF;
}
.btnSwitch button[data-color="light-blue2"] {
	background-color: #3697E1;
}
.btnSwitch button[data-color="green2"] {
	background-color: #2BB930;
}
.btnSwitch button[data-color="orange2"] {
	background-color: #FF9E27;
}
.btnSwitch button[data-color="red2"] {
	background-color: #EA4d56;
}
.btnSwitch button[data-color="bg1"] {
	background-color: #fafafa;
}
.btnSwitch button[data-color="bg2"] {
	background-color: #fff;
}
.btnSwitch button[data-color="bg3"] {
	background-color: #f1f1f1;
}

@media screen and (max-width: 550px){
	.table-typo tr td{
		display: flex;
		align-items: center;
		word-break: break-word;
	}

	.table-typo tr td:first-child p{
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 576px){
	.custom-template .custom-content {
		overflow: auto;
	}
	.form-show-notify > .text-right, .form-show-validation > .text-right {
		text-align: left !important;
	}
}

@media screen and (max-width: 400px) {
	.custom-template {
		width: 85% !important;
		right: -85%;
	}
}

.nav-section .input-group {
    border: 0;
    background: #ffffff !important;
    box-shadow: 3px 3px 6px 0 rgba(0,0,0,.07);
    transition: all .4s;
    margin-bottom: 15px;
    cursor:pointer;
}
.nav-section .input-group {
    border-radius: 5px;
}
.search-field .input-group-text{
    padding:6px;
    background: #1572e8;
    color:white;
}
.nav-section .search-icon {
    font-size: 18px;
}

.sidebar .nav .nav-section.search-bar {
    padding:0 10px;
}

.user-name{
    display: block;
    position: relative;
    color: #575962;
    font-weight: 400;
}

.user a span{
    color: #1572e8 !important;
    font-weight: 400;
}

.user a:hover {
    text-decoration: underline !important;
}

.logo h2{
    color:white;
    margin-top:16px;
}

.icon-tab{
    padding:0px 3px 0px 5px;
}

.region-list .nav-collapse li a .sub-red:before{
    background: red;
    height:6px;
    width:6px;
}

.region-list .nav-collapse li a .sub-green:before{
    background: green;
    height:6px;
    width:6px;
}

.region-list .nav-collapse li a .sub-orange:before{
    background: orange;
    height:6px;
    width:6px;
}

.region-list .nav-collapse li a .sub-blue:before{
    background: blue;
    height:6px;
    width:6px;
}

.summary .table td, .table th{
    height: 40px;
}

.sidebar .nav>.nav-item a, .sidebar[data-background-color=white] .nav>.nav-item a{
    padding: 5px 18px !important;
}

/********************  Preloader Demo-11 *******************/
.loader11{
  
	position: fixed;
	z-index: 9999;
	height: 2em;
	width: 2em;
	overflow: visible;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity:0.8;
	  
  
  
  }
  .loader11 span{display:block;width:5px;height:10px;background:#e43632;position:absolute;bottom:0;animation:loading-11 2.25s infinite ease-in-out}
  .loader11 span:nth-child(2){left:11px;animation-delay:.2s}
  .loader11 span:nth-child(3){left:22px;animation-delay:.4s}
  .loader11 span:nth-child(4){left:33px;animation-delay:.6s}
  .loader11 span:nth-child(5){left:44px;animation-delay:.8s}
  .loader11 span:nth-child(6){left:55px;animation-delay:1s}
  .loader11 span:nth-child(7){left:66px;animation-delay:1.2s}
  .loader11 span:nth-child(8){left:77px;animation-delay:1.4s}
  .loader11 span:nth-child(9){left:88px;animation-delay:1.6s}
  @-webkit-keyframes loading-11{
	  0%{height:10px;transform:translateY(0);background:#ff4d80}
	  25%{height:60px;transform:translateY(15px);background:#3423a6}
	  50%{height:10px;transform:translateY(-10px);background:#e29013}
	  100%{height:10px;transform:translateY(0);background:#e50926}
  }
  @keyframes loading-11{
	  0%{height:10px;transform:translateY(0);background:#ff4d80}
	  25%{height:60px;transform:translateY(15px);background:#3423a6}
	  50%{height:10px;transform:translateY(-10px);background:#e29013}
	  100%{height:10px;transform:translateY(0);background:#e50926}
  }



  .loader08 {

    position: fixed;
    z-index: 9999;
    height: 20px;
    width: 20px;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.8;
    animation: loader08-ub06eb63b 1s ease infinite;
    
   }
  
  @keyframes loader08-ub06eb63b {
    0%, 100% {
      box-shadow: -13px 20px 0 #0052ec, 13px 20px 0 rgba(0, 82, 236, 0.2), 13px 46px 0 rgba(0, 82, 236, 0.2), -13px 46px 0 rgba(0, 82, 236, 0.2); }
    25% {
      box-shadow: -13px 20px 0 rgba(0, 82, 236, 0.2), 13px 20px 0 #0052ec, 13px 46px 0 rgba(0, 82, 236, 0.2), -13px 46px 0 rgba(0, 82, 236, 0.2); }
    50% {
      box-shadow: -13px 20px 0 rgba(0, 82, 236, 0.2), 13px 20px 0 rgba(0, 82, 236, 0.2), 13px 46px 0 #0052ec, -13px 46px 0 rgba(0, 82, 236, 0.2); }
    75% {
      box-shadow: -13px 20px 0 rgba(0, 82, 236, 0.2), 13px 20px 0 rgba(0, 82, 236, 0.2), 13px 46px 0 rgba(0, 82, 236, 0.2), -13px 46px 0 #0052ec; } }

/*.logo-header[data-background-color=blue] {
    background: #008dc9 !important;
}

.navbar-header[data-background-color=blue2] {
    background: #008dc9!important;
}

.bg-primary-gradient {
    background: #008dc9!important;
    background: -webkit-linear-gradient(legacy-direction(-45deg),#06418e,#008dc9)!important;
    background: linear-gradient(-45deg,#06418e,#008dc9)!important;
}*/

.navbar .navbar-nav .nav-item .nav-link .fa{
    font-size: 16px;
}

.btn-info {
    background: #42ACDC!important;
    border-color: #42ACDC!important;
}
.nav-pills.nav-secondary .nav-link.active {
    background: #1e9af9;
    border: 1px solid #fff !important;
}

.main-header .navbar-header[data-background-color] .navbar-nav #myTab .nav-item .nav-link {
    color: #fff !important;
    border: 1px solid #fff !important;
    background: transparent;
    font-size: 11px;
    padding: 7px 13px;
    margin:0px -10px 0 0;
}

    .main-header .navbar-header[data-background-color] .navbar-nav #myTab .nav-item .nav-link.active {
        background: #1e9af9 !important;
    }
.navbar .navbar-nav .nav-item .nav-link i.fa-times {
    font-size: 14px ;
}

.page-inner{
    padding:5px 15px;
}

@media (max-width: 1200px) { 
      .page-inner{
        padding-top:0px; /*50px;*/
      }
}

.card .card-header, .card-light .card-header{
    background-color: rgba(0,0,0,.03);
}

.sidebar .nav>.nav-item a, .sidebar[data-background-color=white] .nav>.nav-item a{
    padding: 5px 18px !important;
}
.card .card-header, .card-light .card-header{
    background-color: rgba(0,0,0,.08);
}

.sidebar .nav .nav-item ,.sidebar .nav .nav-section {
   padding:0;
}

.sidebar .nav .nav-item a:focus, .sidebar .nav .nav-item a:hover, .sidebar .nav .nav-item a[data-toggle=collapse][aria-expanded=true] {
    background: rgba(199,199,199,.2);
}

.Blink {
  animation: blinker 1.5s cubic-bezier(.8, 0, 1, 1) infinite alternate;  
  padding-right: 10px;
}

@keyframes blinker {  
  from { opacity: 1; }
  to { opacity: 0; }
}

.emerg-text{
    font-weight:500;
}

.emerg-box{
    padding-top: 3px;
    padding-left: 17px;
}

/* --------------------------------------------------------------------------------- emergency color codes ---------------------------------------------------------------------------------------------- */

.region-list .nav-collapse li a .G1:before{
    background:#DBD739;
    height:20px;
    width:20px;
    content:"G1";
    color:white;
    left:-26px;
    text-align: center;
    font-size:10px;
    padding-top:3px;
}

.region-list .nav-collapse li a .G2:before{
    background: orange;
    height:20px;
    width:20px;
    content:"G2";
    color:white;
   left:-26px;
    text-align: center;
    font-size:10px;
    padding-top:3px;
}

.region-list .nav-collapse li a .G3:before{
    background: #f25961;
    height:20px;
    width:20px;
    content:"G3";
    color:white;
    left:-26px;
    text-align: center;
    font-size:10px;
    padding-top:3px;
}

.region-list .nav-collapse li a .P1:before{
    background:#DBD739;
    height:20px;
    width:20px;
    content:"P1";
    color:white;
    left:-26px;
    text-align: center;
    font-size:10px;
    padding-top:3px;
}
.region-list .nav-collapse li a .P2:before{
    background: orange;
    height:20px;
    width:20px;
    content:"P2";
    color:white;
    left:-26px;
    text-align: center;
    font-size:10px;
    padding-top:3px;
}

.region-list .nav-collapse li a .P3:before{
    background: #f25961;
     height:20px;
    width:20px;
    content:"P3";
    color:white;
    left:-26px;
    text-align: center;
    font-size:10px;
    padding-top:3px;
}

.region-list .nav-collapse li a .sub-no:before{
    background:transparent;
    height:20px;
    width:20px;
    content:"";
    color:white;
    left:-26px;
    text-align: center;
    font-size:10px;
    padding-top:3px;
}


/* Custom css by mayank */
.custom-avatar-title-full
{
  margin-left: 75px !important;
}
.custom-avatar-title-mini
{
  margin-left: 0px !important;
}

.custom-search-field-full
{
  display: block;
}
.custom-search-field-mini
{
  display: none;
}

/* Custom css by mayank end */ 

.current-item{
  background: rgba(199,199,199,.2);
}

.toggleView-sidebar {
    position: fixed;
    left: 0 !important;
    right: 0;
    -webkit-transform: translate3d(-270px, 0, 0);
    -moz-transform: translate3d(-270px, 0, 0);
    -o-transform: translate3d(-270px, 0, 0);
    -ms-transform: translate3d(-270px, 0, 0);
    transform: translate3d(-270px, 0, 0) !important;
    transition: all .5s;
    margin-top: 0px;
}

 .toggleView-mainpanel {
    width: 100% !important;
    transition: all .3s;
    float:left !important;
}

/* .tab-content{
    margin-top:60px;
} */
