/* customize search box and other things */
body { padding-top: 50px; }

/* by Abhishek on 22-dec-2020 */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

.form-control{
  border: 1px solid #aaa;
  border-radius: 4px;
}

.view-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
}

.main-header .logo {
  width: 180px;
}
.main-header .logo .logo-lg{
  position: relative;
}
.main-header .logo .logo-img{
  max-height: 48px;
  vertical-align: top;
}
.main-header .logo .powered-by-text-inside{
  position: absolute;
  font-size: 8px;
  bottom: -17px;
  right: 0px;
  font-weight: 500;
}

.dropdown-menu.animated {
  /* Speed up animations */
  -webkit-animation-duration: 0.55s;
  animation-duration: 0.55s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

.dropdown-menu.animated.fadeIn {
  /*
   * Example of further customisation for the "fadeIn" effect
   * Can be used for all effects ie. .dropdown-menu.animated.EFFECTNAME
   */
  -webkit-animation-duration: 0.45s;
  animation-duration: 0.45s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;  
}
  #search-dropdown {
    padding: 5px 5px;
    position: fixed;
    /* top: 50px;
    width: 88%; */
    margin: auto;
    left: 0;
    width: 58%;  
    top: 15%
  }

  #search-dropdown li {
    display: flex;

  }

  #search-dropdown button {
    margin-left: 3px;
  }

  #search-dropdown #search-input {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    height: 50px;
    font-size: x-large;
  }

  #main-search-box {
    color: #fff;
    cursor: pointer;
  }
  #main-search-box i{
    margin-top: 10px;
  }

  .blur-bg{
    -webkit-filter: blur(3px);
  }

  .dropdown-menu {
    box-shadow: 0 2px 8px rgb(0, 0, 0, .18) !important;
  }

  .twitter-typeahead {
    width: 100%;
  }

  .tt-cursor {
    background-color: #dedede; 
  }

  .tt-menu {
    width: 100%;
  }
  .list-group.search-results-dropdown {
    margin-top: 15px;
  }

  /*timepicker width issue*/
.ui-state-default {
    width: 100% !important;
    height: 100% !important;
    font-size: 14px !important;
    padding: 3px !important;

}

.ui-timepicker-title {
    border-radius: 4px !important;
    background: #3b8cbc !important;
    border: none !important;
    color: white !important;
}

.ui-state-active {
  color: #367fa9 !important;
}

.ui-timepicker-hour-cell a, .ui-timepicker-minute-cell a{
    border: none !important;
    background: #ebeff7 !important;
}

.ui-timepicker-table {
    border: none !important;
    /*box-shadow: 1px 1px 8px #cccccc, 1px 0px 8px #cccccc !important;*/
    box-shadow: 1px 1px 8px #636d84, 1px 0px 8px #636d84 !important;
}

table.ui-timepicker-table td:hover{
    background: none;
    box-shadow: 1px 1px 5px #797b80;    
}

.top-5 {
  margin-top: 5px;
}

.bottom-5 {
  margin-bottom: 5px;
}


/* remove cross sign from time input */
input[type="time"]::-ms-clear {
    display: none;
}

input[type="time"]::-webkit-clear-button {
    display: none;
}

input::-ms-clear {
    width: 0;
    height: 0;
}

.block-img {
  height: 50px;
}

.blockUI.blockOverlay {
  z-index: 1050 !important;
}

.blockUI.blockPage, .blockUI.blockElement {
  z-index: 1060 !important;
}

.tooltip.fade.in {
  z-index: 123 !important;
}

/*set select2 container's z-index*/
.select2-container {
  z-index: 122;
}

.select2-container--open {
  z-index: 124 !important;
}

.select2-hidden-accessible {
 z-index: -1 !important;
}

.select2-results__options {
  z-index: 124  !important;
}

.bootstrap-tagsinput input {
  width: 100%;
  
}

.required-field {
    position: absolute;
    right: 4px;
    top: 20%;
    font-size: large;
    color: #dd4b39;
}

.required-field-s {
  position: absolute;
  /* right: 0px; */
  top: 20%;
  font-size: large;
  color: #dd4b39;
  margin-left: 3px;
}

.required-note {
    position: relative;
    top: 5px;
    font-size: large;
    font-weight: bolder;
    color: #dd4b39;
}

.inline-block {
  display: inline-block;
}

.pointer {
  cursor: pointer !important;
}
.cursor-default{
	cursor: default !important;
}
.pe-none{
  pointer-events: none;
}

.timezone-li {
  max-width: 175px;
}

.timezone-a {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.right-10 {
  margin-right: 10px;
}

.break-all {
  word-break: break-all;
}

tr.dashboard-filter-marked td {
  background-color: rgba(23, 162, 184, 0.24) !important;
}


.timezone-li .select2-selection--single {
    padding-left: 1px !important;
    padding-right: 1px !important;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 33px !important;
    padding-top: 5px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.timezone-li .reset-timezone-btn, .timezone-li .reset-timezone-btn:hover {
  padding: 6px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
}
  

.select2-results__options {
  max-height: 350px !important;
}

.timezone-li .select2-container {
  width: 120px !important;
}

.select2-container {
    font-size: 14px !important;
} 

.select2-container--open.timezone-select {
    z-index: 1035 !important;
}

.select2-dropdown--below {
    min-width: 170px !important;
}

.timezone-li .select2-selection__rendered {
  padding-left: 8px !important;
}

/*** Modify User Profile image right corner ***/
.user-profile-dd {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.user-profile-img {
  height: 30px;
  width: 30px;
}
/************/

.login-logo-modified {
  margin-top: 25px;
}

.login-logo-modified a{
  color: white !important;
  display: inline-block;
  position: relative;
}
.login-logo-modified .logo-img{
  width: 200px;
}
.powered-by-text{
  position: absolute;
  font-size: 10px;
  bottom: 2px;
  right: 14px;
  font-weight: 500;
}

.text-white {
  color: white;
}

.navbar li.active {
  background-color: rgba(60, 141, 188, 0.33);
  /*font-weight: bold;*/
  border-bottom: 2px solid #3c9ebc;
}

.font-weight-normal{
	font-weight: normal;
}
.font-weight-bold{
	font-weight: bold;
}
.font-medium {
  font-size: medium !important;
}

.no-events {
  pointer-events: none;
}

.no-resize{
  resize: none !important;
}

.width-100p .select2-container--default {
  width:100% !important;
}

.right-5 {
  margin-right: 5px;
}

.master_sidebar{
  width: 100%;
}
.master_sidebar .sidebar-menu{
  padding-left: 15px;
}


.custom-note{
	padding: 10px;
  background: #f5f5f5;
  font-size: 12px;
  border-radius: 3px;
}

/* .skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #293143  !important;
} */

.well-modified {
  border-radius: 0px;
  background: #ffffff;
}

.custom-dropdown, .custom-dropdown li{
  /* width: max-content;
  margin: 2px 45px 2px 0px; */
}

.dropdown-menu  li > a {
    color: #777;
}

.dropdown-divider{
	height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-header{
	display: block;
	padding: 0.5rem 0;
	margin-bottom: 0;
	font-size: 12px;
	color: #6c757d;
	white-space: nowrap;
}

/* .dropdown-menu  li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
} */

.custom-dropdown.dropdown-menu li > a {
    display: block;
    padding: 5px 5px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.custom-dropdown.dropdown-menu li > a:hover {
    background-color: #e1e3e9;
    color: #333;
}

.custom-dropdown .title {
  border-bottom: 0.5px solid #c8c8c8;
  min-width: 120px;
  width: max-content;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
  margin-left: 0px;
  /* border-bottom-right-radius: 15px; */
  padding: 5px 2px;
  /* margin: 0px 23px 5px 0px; */
}

.custom-dropdown .dropdown-div {
  padding: 0px 20px 10px 15px;
  /* display: inline-block; */
  /* width: 140px; */
  display: table-cell;
  /* margin: 0px 0px 0px 0px; */
  /* border-right: 1px solid #c7c7c7; */
}


/* custom nav tabs */

.custom-nav-tabs{
  border-bottom: 0;
  background: #FFF;
}
.custom-nav-tabs.custom-nav-full{
	display: flex;
}
.custom-nav-tabs.custom-nav-full li{
	width: 100%;
}
.custom-nav-tabs li{
	text-align: center;
}
.custom-nav-tabs li a{
  color: #555;
  padding: 10px 18px;
  border-radius: 0 !important;
  border: 0;
  border-top: 2px solid transparent !important;
  border-bottom: 2px solid transparent !important;
}
.custom-nav-tabs li.active a.nav-link {
  font-weight: bold;
  border: 0;
  border-bottom: 2px solid #292C44 !important;
}
.custom-nav-tabs li.active a.nav-link:hover,
.custom-nav-tabs li.active a.nav-link:focus {
	border: 0;
}
.custom-nav-tabs li a:hover{
	border-bottom-color: #dddddd !important;
  background: #f7f7f7 !important;
}
.custom-nav-tabs li a:focus{
  background: transparent;
}


.modal-dialog-center-helper{
    display:table;
    height: 100%;
    width: 100%;
}
.modal-dialog-centered{
    display: table-cell;
    vertical-align: middle;
}
.modal-content {
    width:inherit;
    height:inherit;
    margin: 20px auto;
}

.custom-modal .modal-content{
  border-radius: 3px;
}
.custom-modal .close{
	font-size: 28px;
	margin-top: 0;
	margin-bottom: 0;
}

.modal-md{
  max-width: 650px;
}

@media (min-width: 992px) {
  .modal-xl {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    width: 1140px;
  }
}

.ui-timepicker {
  z-index: 1000 !important;
}


.left-addon input.value-field, .left-addon input.formated-value-field {
  padding-left: 20px; 
}

.inner-addon .edit-dollar {
  position: absolute; 
  padding-left: 10px; 
  padding-top: 6px; 
  pointer-events: none; 
  font-size: medium; 
}

.width-full {
  width: 100%;
}

#popup-image {
  max-width: 100%; 
  max-height: 500px; 
}

.m-top-30 {
  margin-top: 30px; 
}

.m-top-40 {
  margin-top: 40px; 
}


/*********basic colorpicker css******/
.bcPicker-palette {
  top: 25px !important;
}

.bcPicker-color {
  cursor: pointer;
}

.no-wrap-inherit {
  white-space: inherit !important;
}

.bcPicker-palette {
  z-index: 1000 !important;
}
/*************************/

.almost-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.btn-disabled {
  background: #e3e3e3;
      font-style: italic;
      color: #828282;
}


/* by Abhishek on 21-oct-2020 */

/* content header */
.content-header{
  font-size: 20px;
}


.w-100{
  width: 100%;
}
.w-75{
  width: 75%;
}
.w-50{
  width: 50%;
}
.w-25{
  width: 25%;
}
.w-auto{
  width: auto;
}



.fs-10{
	font-size: 10px;
}
.fs-12{
	font-size: 12px;
}
.fs-14{
	font-size: 14px;
}
.fs-16{
	font-size: 16px;
}


/* flex */
.d-flex{
  display: flex !important;
}
.justify-content-between{
  justify-content: space-between;
}
.justify-content-center{
  justify-content: center;
}
.justify-content-start{
  justify-content: start;
}
.justify-content-end{
  justify-content: end;
}
.align-items-center{
  align-items: center;
}
.align-items-start{
  align-items: flex-start;
}
.align-items-end{
  align-items: flex-end;
}
.flex-wrap{
	flex-wrap: wrap;
}

/* margin */
.m-0{
  margin: 0;
}
.m-1{
  margin: 4px;
}
.m-2{
  margin: 8px;
}
.m-3{
  margin: 15px;
}
.m-4{
  margin: 24px;
}
.mr-0{
  margin-right: 0;
}
.mr-1{
  margin-right: 4px;
}
.mr-2{
  margin-right: 8px;
}
.mr-3{
  margin-right: 15px;
}
.mr-4{
  margin-right: 24px;
}
.ml-0{
  margin-left: 0;
}
.ml-1{
  margin-left: 4px;
}
.ml-2{
  margin-left: 8px;
}
.ml-3{
  margin-left: 15px;
}
.ml-4{
  margin-left: 24px;
}
.mb-0{
  margin-bottom: 0;
}
.mb-1{
  margin-bottom: 4px;
}
.mb-2{
  margin-bottom: 8px;
}
.mb-3{
  margin-bottom: 15px;
}
.mb-4{
  margin-bottom: 24px;
}
.mt-0{
  margin-top: 0;
}
.mt-1{
  margin-top: 4px;
}
.mt-2{
  margin-top: 8px;
}
.mt-3{
  margin-top: 15px;
}
.mt-4{
  margin-top: 24px;
}

.mx-1{
  margin: 0 4px 0 4px;
}
.mx-2{
  margin: 0 8px 0 8px;
}
.mx-2{
  margin: 0 15px 0 15px;
}


/* padding */
.p-0{
  padding: 0 !important;
}
.p-1{
  padding: 4px;
}
.p-2{
  padding: 8px;
}
.p-3{
  padding: 15px;
}
.px-0{
  padding-right: 0;
  padding-left: 0;
}
.pr-0{
  padding-right: 0;
}
.pr-1{
  padding-right: 4px;
}
.pr-2{
  padding-right: 8px;
}
.pr-3{
  padding-right: 15px;
}
.pl-0{
  padding-left: 0;
}
.pl-1{
  padding-left: 4px;
}
.pl-2{
  padding-left: 8px;
}
.pl-3{
  padding-left: 15px;
}
.pb-0{
  padding-bottom: 0;
}
.pb-1{
  padding-bottom: 4px;
}
.pb-2{
  padding-bottom: 8px;
}
.pb-3{
  padding-bottom: 15px;
}
.pt-0{
  padding-top: 0 !important;
}
.pt-1{
  padding-top: 4px;
}
.pt-2{
  padding-top: 8px;
}
.pt-3{
  padding-top: 15px;
}


/* row */
.no-gutters{
  margin: 0;
}

.row.equal-height {
  display: flex;
  flex-wrap: wrap;
}
.row.equal-height > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

/* filter bar */
#custom-filter-bar{
  margin-left: 0;
  background: #FFF;
  padding: 10px;
  border-radius: 5px;
  display: none;
  border: 1px solid #ddd;
}

/* custom filter box */
.custom-filter-box .control-label{
  display: block;
  font-weight: 600;
  margin-bottom: 2px;
  margin-right: 0;
  font-size: 14px;
}
.custom-filter-box{
  padding-left: 0;
}

.form-group .control-label{
  font-weight: 600;
  font-size: 14px;
}

.form-group .control-label-sm{
  font-size: 12px;
  padding: 0;
  font-weight: normal;
}

/* reset filter */
#reset-filters,
#refresh-dashboard{
  height: 34px;
  outline: none;
}

/* filter toggle */
#filter-toggle{
  padding: 6px 9px;
  outline: none;
}


/* breadcrumb style */
.breadcrumb-container{
  min-height: 34px;
}
.breadcrumb > li{
  display: flex;
}
.breadcrumb {
  margin-bottom: 0;
  border-radius: .25rem;
  padding: 0 8px;
  display: flex;
  align-items: center;
  background: #fcfcfc;
  /*border: 1px solid #ddd;*/
}
.breadcrumb-item{
  font-size: 16px;
  color: #283043;
  line-height: 20px;
}
.breadcrumb-item + .breadcrumb-item:before{
  padding: 0 10px;
  color: #bbb;
  font-size: 20px;
  font-family: 'FontAwesome';
  content: '\f101';
  vertical-align: middle;
  font-weight: normal;
}
.breadcrumb-item.active{
  /*font-size: 20px;*/
  font-weight: 600;
  display: flex;
  align-items: center;
  color: #283043;
}
.breadcrumb-item a{
  /*color: #283043;*/
  color: #3c8dbc;
}
.breadcrumb-item a:hover,
.breadcrumb-item a:active,
.breadcrumb-item a:focus{
  color: #367FA9;
}


/* by Abhishek on 7-nov-2020 */

/* noUISlider */
.noUi-target{
  border-radius: 10px;  
  /*margin: 10px 0;*/
  margin-top: 5px;
}
.noUi-horizontal{
  height: 9px;
}
.noUi-connect{
  background: #283043;
}
.noUi-handle{
  border: 4px solid #FFF;
  border-radius: 50%;
  width: 15px !important;
  height: 15px !important;
  top: -4px !important;
  right: -9px !important;
  cursor: pointer;
  outline: none;
  background: #283043;
  box-shadow: 0 0 0 1px #aaa;
}
.noUi-handle:after, .noUi-handle:before{
  content: none;
}
.noUi-tooltip{
  line-height: 12px;
  font-size: 12px;
  padding: 3px;
}
.custom-noUiLabel{
  display: block;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  text-align: center;
  white-space: nowrap;
  line-height: 12px;
  font-size: 12px;
  padding: 3px;
}


/* badge */
.custom-badge{
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  border: none;
  outline: none;
  white-space: nowrap;
  margin-bottom: 0;
}
.badge-danger { background: #dd4b39; color: #fff; }
.badge-warning{ background: #f39c12; color: #fff; }
.badge-info   { background: #00c0ef; color: #fff; }
.badge-success{ background: #00a65a; color: #fff; }
.badge-primary{ background: #3c8dbc; color: #fff; }
.badge-default{ background: #f4f4f4; color: #293043; }
.badge-dark{ background: #283043; color: #fff; }


/* select 2 tag */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
  color: #fff;
}


.form-control.datepicker[readonly]{
  cursor: default !important;
  background: #FFF !important;
}

/* dataTables table light */

table.dataTable.table-light.no-footer {
	border-bottom: none;
}

table.dataTable.table-light {
	margin-bottom: 20px;
}

table.dataTable.table-light thead th {
	border-bottom: 1px solid #f4f4f4;
	padding: 8px 18px 8px 8px;
}


/* datatables pagination */

  .custom-table-info {
    display: none;
  }

  .dataTables_paginate .pagination {
    margin: 0px;
    margin: 5px 5px !important;
    font-size: 12px;
  }
  .dataTables_paginate > ul {
    float: left;
  }
  .paginate_button {
    padding: initial !important;
  }
  .paginate_button.next {
    position: initial !important;
  }


  .pagination > .active > a, 
  .pagination > .active > span, 
  .pagination > .active > a:hover, 
  .pagination > .active > span:hover,
  .pagination > .active > a:focus, 
  .pagination > .active > span:focus,
  .pagination > li > a:hover, 
  .pagination > li > span:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #151923;
    border-color: #151923;
    cursor: default;
  }
  
  .pagination > li:not(.active) > a:focus,
  .pagination > li:not(.active) > span:focus{
    color: #fff !important;
    background: #293043 !important;
    border: 1px solid #3B4250 !important;
  }

  .pagination.pagination-light > .active > a, 
  .pagination.pagination-light > .active > span, 
  .pagination.pagination-light > .active > a:hover, 
  .pagination.pagination-light > .active > span:hover,
  .pagination.pagination-light > .active > a:focus, 
  .pagination.pagination-light > .active > span:focus{
    z-index: 2;
    color: #FFF !important;
    background-color: #151923 !important;
    border-color: #151923 !important;
    cursor: default;
  }
  .pagination.pagination-light > li > a,
  .pagination.pagination-light > li > a:hover, 
  .pagination.pagination-light > li > span:hover{
    z-index: 2;
    color: #151923;
    background-color: #FFF;
    border-color: #777;
    cursor: default;
  }
  .pagination.pagination-light > li > a:focus, 
  .pagination.pagination-light > li > span:focus{
    color: #151923 !important;
    background-color: #FFF !important;
    border-color: #777 !important;
  }

  .pagination > li > a {
    background: #293043;
    color: #fff;
    cursor: pointer !important;
  }
  .pagination > li > a, .pagination > li > span {
    border: 1px solid #3B4250;
  }
  .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    background-color: initial;
    border-color: initial; 
  }

  .dataTable caption {
    padding: 15px 10px;
  }
  .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 1px solid transparent !important;
    background: initial;
  }


/* smooth scroll */

.smooth-scroll::-webkit-scrollbar {
  width: 8px;
}
.smooth-scroll::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.smooth-scroll::-webkit-scrollbar-thumb {
  background: #ccc; 
  border-radius: 8px;
}
.smooth-scroll::-webkit-scrollbar-thumb:hover {
  background: #aaa; 
}


/* documents ui */

.documents-container {
	padding: 6px;
	/*border: 1px solid #aaa;*/
	background: #F5F5F5;
	border-radius: 4px;
	width: 100%;
	max-height: 138px;
	overflow-y: auto;
}
.document-item {
	padding: 4px 6px;
	border-radius: 3px;
	background: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}
.document-item:not(:last-child) {
	margin-bottom: 5px;
}
.document-item .delete-document {
	color: #afafaf;
	cursor: pointer;
}
.document-item .document-name {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-right: 10px;
}
.document-item .delete-document:hover {
	color: #777;
}


/* toast */

#toast-container > div{
	opacity: 1 !important;
	filter: opacity(1) !important;
	box-shadow: 0 5px 10px rgb(0, 0, 0, .2) !important;
}


/* custom grid for 5 columns */

.col-xs-2p5,
.col-sm-2p5,
.col-md-2p5,
.col-lg-2p5,{
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-2p5 {
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 576px) {
    .col-sm-2p5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 768px) {
    .col-md-2p5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 992px) {
    .col-lg-2p5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1200px) {
    .col-xl-2p5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}



/* custom toggle / switch */

input[type="checkbox"].custom-switch{
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 2.7em;
  height: 16px;
  margin: 0px 6px;
  background: #cecece;
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  vertical-align: middle;
}

input[type="checkbox"].custom-switch:checked{
  background: #CEECFF;
}

input[type="checkbox"].custom-switch:after{
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 .25em rgba(0,0,0,.3);
          box-shadow: 0 0 .25em rgba(0,0,0,.3);
  -webkit-transform: scale(.7);
          transform: scale(.7);
  left: -6px;
  top: -5px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

input[type="checkbox"].custom-switch:checked:after{
  left: calc(100% - 1.5em);
  background: #238DDE;
}


/* custom select 2 */

.custom-select2 ~ .select2-container--default .select2-selection--single, 
.custom-select2 ~ .select2-selection .select2-selection--single{
  padding: 6px 12px 6px 6px;
}
.custom-select2 ~ .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(158, 158, 158, .2);
}
.custom-select2 ~ .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 30px;
}
.custom-select2 ~ .select2-container .select2-selection--single{
  height: 30px;
}
.custom-select2 ~ .select2-container .select2-selection--single .select2-selection__rendered{
  padding-left: 4px;
  margin-top: -6px;
}


/* perfect scrollbars */

.ps-container > .ps-scrollbar-x-rail, 
.ps-container > .ps-scrollbar-y-rail,
.ps-container:hover > .ps-scrollbar-x-rail, 
.ps-container:hover > .ps-scrollbar-y-rail,
.ps-container.ps-active-x > .ps-scrollbar-x-rail, 
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
	background: transparent !important;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x,
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	border-radius: 20px !important;
}
.ps-scrollbar-y:hover,
.ps-scrollbar-y:active {
  width: 18px !important;
  right: 0px !important;
}
.ps-scrollbar-x:hover,
.ps-scrollbar-x:active {
	height: 18px !important;
	bottom: 0px !important;
}

/* disabled achor link */
.disabled {
	pointer-events: none !important;
}
.disabled a {
	color: #aaa;
	cursor: default !important;
}