img{
	user-drag: none; 
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
::placeholder { /* Firefox, Chrome, Opera */ 
    color: #8f8f8f !important; 
} 
:-ms-input-placeholder { /* Internet Explorer 10-11 */ 
    color: #8f8f8f !important; 
} 
::-ms-input-placeholder { /* Microsoft Edge */ 
    color: #8f8f8f !important; 
}
.btn .badge {
    top: 0px;
}
.bold{
	font-weight: bold;
}
.bold.light{
	font-weight: 500;
	color: #646464;
}
.table.shrunk td, .table.shrunk th{
	padding: 3px 6px;
}
.hide{
	display: none;
}
.fhide{
	display: none !important;
}
.no-padding{
	padding: 0px;
}
.datatable{
	width: 100% !important;
}
.dt-toolbar {
    display: inline-block;
}
.dataTables_length select{
	padding: 4px 30px 4px 8px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    font-size: .875rem;
}
.dataTables_filter input[type='search']{
	padding: .25rem .5rem;
    border-radius: .2rem;
    border: 1px solid #ced4da;
}
.dataTables_length{
	display: inline-block;
}
.dataTables_filter{
	display: inline-block;
	float: right;
}
.dataTables_paginate .paginate_button:hover,
.dataTables_paginate .paginate_button.current{
	background: #3f6ad8;
	color: #fff;
    border: 1px solid #3f6ad8;
}
.dataTables_paginate .paginate_button{
    margin: 0px 0px 0px 6px;
    padding: 5px 12px 5px 12px;
    border: 1px solid #e0e0e0;
	cursor: pointer;
	text-decoration: none;
	border-radius: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 14px;
}
.select2-selection--multiple .select2-search__field{ font-size: 15px !important; }
.select2-selection__clear{ display: none; }
.select2-container--default .select2-selection--single {
    height: 32px;
}
.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}
.select2-container--default:not(.select2-container--open){
	border: none;
	border-radius: 4px;
}
.select2-container--default.select2-container--focus, .btn-add:focus, .btn-remove:focus{
	border: 1px solid #337ab7;
}
.select2-container .select2-selection--single{
	height: 38px !important;
	-webkit-box-shadow: inherit !important;
	box-shadow: inherit !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 36px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
	padding: 3px 0px 3px 12px !important;
}
.select2-container--default .select2-selection--multiple{ border: none; }
.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background-color: #337ab7 !important;
}

.hand-cur{
	cursor: pointer;
}
.hand-cur:hover{
	opacity: 0.9;
}
.empty:empty{ display: none;}
textarea.form-control{ 
	resize: none; height: 80px;
}

#gshow_message{
	position: fixed;
	width: 100%;
	top: -70px;
	z-index: 10000;
	text-align: center;
	box-shadow: 0px 2px 10px 0px;
	transition: all 1s;
}
.gfwrapper{
	position: fixed;
	top: 0;
    left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: #00000052;
    transition: all 1s;
}
span.required:after {
    content: "*";
    color: #e74c3c;
    display: inline-block;
    font-size: 13px;
}
.chars{
	position: absolute;
    right: 19px;
}

.bootstrap-datetimepicker-widget{
    display: block;
}
.bootstrap-datetimepicker-widget table th, .bootstrap-datetimepicker-widget table td {
    height: 30px !important;
    line-height: 30px !important;
}
.small-caps{
	font-variant: all-petite-caps;
}
.modal-backdrop.fade{ opacity: 0.5; background-color: #000; } 
.modal.fade.in { opacity: 1; }
.modal-dialog { margin: 5rem auto; }

.with-errors {
    color: #dc3a61;
    border-radius: inherit;
    margin-top: 2px;
}
.with-errors .list-unstyled{
	margin-bottom: 0px;
}
.with-errors p{ margin-bottom: 0px; }
label{
	color: #2651be;
}

.gform{
	position: fixed;
	top: 0;
    right: 0;
    z-index: 10000;
    border-left: 1px solid #337;
    padding: 10px;
    background: #fff;
    width: 300px;
    height: 100%;
    transition: all 0.5s;
    overflow: auto;
}
.gform.ghidden{
	right: -300px;
}
.gfwrapper{
	position: fixed;
	top: 0;
    left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: #00000052;
    transition: all 1s;
}
.header-btn-lg{
	padding-left: 0px;
    margin-left: 10px;
}
.header-btn-lg::before{
	display: none;
}
#TooltipDemo{
	top: 42px;
    padding: 0;
    bottom: auto;
    height: 31px;
    line-height: 30px;
    width: 30px;
}
.ui-theme-settings { right: -65px; }
.settings-open #TooltipDemo{
	left: -100px;
}
.nbm .form-group{
	margin-bottom: 0px;
}
.mbm .form-group{
	margin-bottom: 6px;
}
.form-control {
    height: 40px;
}
input[type='file'].form-control{
	font-size: 14px;
}


/* Google Loader Starts */
#gloader.shown{
	display: block;
}
#gloader{
	display: none;
	z-index: 10000;
    position: fixed;
    background: #000000b8;
    width: 100%;
    height: 100%;
}
.load_containter {
  	margin: 0 auto;
    width: 30px;
    height: 30px;
    position: relative;
    top: 48%;
}
.load_containter.animation-6 {
  -webkit-animation: rotation 1s infinite;
          animation: rotation 1s infinite;
}
.load_containter.animation-6 .shape {
  width: 12px;
  height: 12px;
  border-radius: 2px;
}
.load_containter .shape {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 1px;
}
.load_containter .shape.shape1 {
  left: 0;
  background-color: #5C6BC0;
}
.load_containter .shape.shape2 {
  right: 0;
  background-color: #8BC34A;
}
.load_containter .shape.shape3 {
  bottom: 0;
  background-color: #FFB74D;
}
.load_containter .shape.shape4 {
  bottom: 0;
  right: 0;
  background-color: #F44336;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes animation6shape1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, 18px);
            transform: translate(0, 18px);
  }
  50% {
    -webkit-transform: translate(18px, 18px);
            transform: translate(18px, 18px);
  }
  75% {
    -webkit-transform: translate(18px, 0);
            transform: translate(18px, 0);
  }
}
.animation-6 .shape1 {
  -webkit-animation: animation6shape1 2s linear 0s infinite normal;
          animation: animation6shape1 2s linear 0s infinite normal;
}
@keyframes animation6shape1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, 18px);
            transform: translate(0, 18px);
  }
  50% {
    -webkit-transform: translate(18px, 18px);
            transform: translate(18px, 18px);
  }
  75% {
    -webkit-transform: translate(18px, 0);
            transform: translate(18px, 0);
  }
}
.animation-6 .shape2 {
  -webkit-animation: animation6shape2 2s linear 0s infinite normal;
          animation: animation6shape2 2s linear 0s infinite normal;
}

@-webkit-keyframes animation6shape2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(-18px, 0);
            transform: translate(-18px, 0);
  }
  50% {
    -webkit-transform: translate(-18px, 18px);
            transform: translate(-18px, 18px);
  }
  75% {
    -webkit-transform: translate(0, 18px);
            transform: translate(0, 18px);
  }
}

@keyframes animation6shape2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(-18px, 0);
            transform: translate(-18px, 0);
  }
  50% {
    -webkit-transform: translate(-18px, 18px);
            transform: translate(-18px, 18px);
  }
  75% {
    -webkit-transform: translate(0, 18px);
            transform: translate(0, 18px);
  }
}
.animation-6 .shape3 {
  -webkit-animation: animation6shape3 2s linear 0s infinite normal;
          animation: animation6shape3 2s linear 0s infinite normal;
}

@-webkit-keyframes animation6shape3 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(18px, 0);
            transform: translate(18px, 0);
  }
  50% {
    -webkit-transform: translate(18px, -18px);
            transform: translate(18px, -18px);
  }
  75% {
    -webkit-transform: translate(0, -18px);
            transform: translate(0, -18px);
  }
}

@keyframes animation6shape3 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(18px, 0);
            transform: translate(18px, 0);
  }
  50% {
    -webkit-transform: translate(18px, -18px);
            transform: translate(18px, -18px);
  }
  75% {
    -webkit-transform: translate(0, -18px);
            transform: translate(0, -18px);
  }
}
.animation-6 .shape4 {
  -webkit-animation: animation6shape4 2s linear 0s infinite normal;
          animation: animation6shape4 2s linear 0s infinite normal;
}

@-webkit-keyframes animation6shape4 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, -18px);
            transform: translate(0, -18px);
  }
  50% {
    -webkit-transform: translate(-18px, -18px);
            transform: translate(-18px, -18px);
  }
  75% {
    -webkit-transform: translate(-18px, 0);
            transform: translate(-18px, 0);
  }
}

@keyframes animation6shape4 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, -18px);
            transform: translate(0, -18px);
  }
  50% {
    -webkit-transform: translate(-18px, -18px);
            transform: translate(-18px, -18px);
  }
  75% {
    -webkit-transform: translate(-18px, 0);
            transform: translate(-18px, 0);
  }
}
/* Google Loader Ends */

/* CodeIgniter Pagination Starts */
.pagination {
    margin-top: 10px;
}
.pagination .elink{ 
	border: 1px solid #452b4f;
	border-radius: 0px;
    margin: 0px 4px; 
    cursor: pointer;
    display: inline-grid;
}
.pagination .curlink, .pagination .elink a{ 
    padding: 6px 14px;
    color: #452b4f;
}
.pagination .elink:hover, .pagination .curlink{
	background: #3f6ad8; 
	background-image: linear-gradient(120deg, #452b4f 0%, #704780 100%);
	color: #fff;
}
.pagination .elink a:hover{
	text-decoration: none;
}
.pagination .elink:hover a, .pagination .curlink a{
	color: #fff;
}
.pagination .curlink{
	cursor: not-allowed;
}
/* CodeIgniter Pagination Ends */

.g-notifications .vertical-time-icons {
    padding: 1rem 0 0;
}
.g-notifications .vertical-timeline-element-content .timeline-title {
    padding: 0px 0 0;
}
.g-notifications .vertical-time-icons .vertical-timeline-element-icon{
    top: 0px;
}
.btn-group-toggle .btn:not(.active){
	opacity: 0.5;
}
.app-header.header-text-dark .app-header-right .icon-wrapper-alt .icon-wrapper-bg.bg-danger.force {
    background-color: #d92550 !important;
    opacity: .1;
}
.app-header.header-text-light .app-header-right .icon-wrapper-alt .icon-wrapper-bg.bg-danger.force {
    background-color: #d92550 !important;
    opacity: .7;
}
.app-header.header-text-dark .app-header-right .icon-wrapper-alt .icon-wrapper-bg.bg-success.force {
    background-color: #3ac47d !important;
    opacity: .1;
}
.app-header.header-text-light .app-header-right .icon-wrapper-alt .icon-wrapper-bg.bg-success.force {
    background-color: #3ac47d !important;
    opacity: .7;
}
.app-header.header-text-dark .app-header-right .icon-wrapper-alt .icon.text-danger.force {
    color: #d92550 !important;
}
.app-header.header-text-dark .app-header-right .icon-wrapper-alt .icon.text-success.force {
    color: #3ac47d !important;
}
textarea.xs{ height: 80px; }
textarea.sm{ height: 110px; }
textarea.md{ height: 140px; }
textarea.lg{ height: 170px; }
textarea.xl{ height: 200px; }
.app-main .app-main__inner {
    padding: 30px 30px 30px;
}
.dt_sticky{
	position: fixed;
    margin: 0px;
    background: #fff;
    top: 60px;
    z-index: 1111;
    box-shadow: 1px 1px 10px #ccc;
}
@media (max-width: 768px){
	.dropdown-menu.dropdown-menu-right.show{
		top: 260px !important;
	}
	.app-header-right .widget-content-wrapper .btn-group > a{
		pointer-events: none;
	}
	.app-header-right .widget-content-wrapper .btn-group .fa{
		display: none;
	}
}
