/* fullcalendar */
body.material .fc-state-default {
display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
	
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 13px;
	text-shadow: none;
	border: 1px solid rgba(0,0,0,0.15);
	box-shadow: none;
	background-color: #fff;
}
body.material .fc-state-default.fc-corner-left {
	border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;	
}
body.material .fc-state-default.fc-corner-right {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
body.material  .fc-state-active, 
body.material .fc-state-down, 
body.material  .fc-state-default:hover {
	background-color: rgba(0,0,0,0.15);
}
body.material  .fc-toolbar {
	padding-left: 0px;
	padding-right: 0px;
}

/* bootstrap */
.panel-default > .panel-heading, 
.panel-footer {
  clear: both;
  background-color: transparent;
}
.panel-heading:empty, 
.panel-footer:empty {
  display: none;
}
.panel-heading { 
  padding: 15px;
}
.panel-heading h3, 
.panel-heading h4 {
	margin: 0px;
	padding: 0px;
}
.nav-pages .panel-footer {
	min-height: 63px;
}
.panel-footer {
	border-color: rgba(0, 0, 0, 0.15);
	padding: 15px;
}
.panel-default > .panel-heading {
	border-color: rgba(0, 0, 0, 0.15);
}

/* google wysiwyg */
.wysiwyggoogle {
	font-family: arial;
	font-size: 13px;
	padding: 8px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.wysiwyggoogle [data-input=description] {
	padding-right: 1px;
	margin-left: 1px;
}
.wysiwyggoogle .description, .wysiwyggoogle .description a {
	color: #545454;
}
.wysiwyggoogle .description {
	line-height: 18px;
	padding: 0;
	margin: 0px;
	display: block;
	max-width: 450px;
	height: 35px;
	overflow: hidden;
}
.wysiwyggoogle .bc, .wysiwyggoogle .bc a {
	color: #006621;
}
.wysiwyggoogle .heading {
	font-size: 17.7px;
	color: #1e0fbe;
	background: url('/file/img/bg/google.png') no-repeat right top;
	background-size: 7%;
}
.wysiwyggoogle .googlehover {
	background-color: rgba(100,100,100,0.1);
}

/* codemirror */
.CodeMirror pre.CodeMirror-placeholder { color: #999; }
.CodeMirror-fullscreen { z-index: 999!important; }
.CodeMirror { height: auto!important; min-height: 45px; }

.swal2-modal {
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

/* bootstrap */
.pagination .paginate_button,
.pagination span a {
	position: relative;
    float: left;
    margin-left: -1px;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;	
	cursor: pointer;
	
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination .paginate_button[class*="active"],
.pagination span a[class*="active"],
.pagination .paginate_button:hover,
.pagination span a:hover {
	z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;	
}
.pagination .paginate_button[class*="disabled"],
.pagination span a[class*="disabled"] {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.dataTables_info, .dataTables_paginate {
	margin-top: 10px!important;
}
.dataTables_info {
	float: left;
	margin-bottom: 15px;
}
.dataTables_paginate {
	float: right;
	padding-top: 3px;
}
.pagination>.paginate_button:last-child  {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination>.paginate_button:first-child {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

/* modal */
.bootstrap-dialog-message .footer {
    margin-bottom: -66px;
    margin-top: 30px;
    position: relative;
    z-index: 9;
    background-color: #fff;
    padding-bottom: 2px;
}
.material .bootstrap-dialog-message .footer {
    margin-bottom: -50px;
}

/* fancybox */

html#custom-fancybox {
	background-color: #f9f9f9;
}
.fancybox-skin.aside {
	margin-right: 250px!important;
}
.fancybox-skin aside hr {
	border-color: #444;
}
.fancybox-skin aside a {
	color: #fff;
}
.fancybox-skin aside {
    position: absolute;
    word-wrap: break-word;
    width: 220px;
	top: 0px;
	bottom: 0px;
    right: -250px;
    text-align: left;
    color: white;
    opacity: 0;
    -webkit-transition: opacity 250ms ease-in-out;
    -moz-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out;
}
body .fancybox-wrap .small-screen.aside {
	margin-right: 150px;
}
body .fancybox-wrap .fancybox-skin.small-screen aside {
	width: 135px;
	right: -150px;
}
.fancybox-skin.bg-white {
	background-color: #fff;
	padding: 59px 60px!important;
}
body .fancybox-wrap .fancybox-skin.small-screen {
	background-color: transparent;
	padding: 0px!important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.fancybox-overlay>.fancybox-close {
	top: 17px;
	right: 17px;
}
.fancybox-skin aside q {
	display: block;
    margin: 15px 0 20px 4px;
}
.fancybox-skin aside .meta {
	color: #999;
    font-weight: 300;
}
.fancybox-skin aside .btn, .fancybox-skin aside .meta {
	margin-bottom: 10px;
	font-size: 14px;
}
.fancybox-skin aside .btn {
    background-color: #4d4d4d;
    border-color: #515151;
    color: #ccc;
}
.fancybox-type-iframe .fancybox-nav {
    width: 60px;       
}
.fancybox-type-iframe .fancybox-nav:hover span {
    visibility: visible;
    opacity: 1;
}
.fancybox-type-iframe .fancybox-next {
    right: -60px;
}
.fancybox-type-iframe .fancybox-prev {
    left: -60px;
}

/* autocomplete */
.autocomplete {
    min-width: 100%;
}
body .easy-autocomplete-container {
	z-index: 99;
}
.easy-autocomplete-container ul {
	margin-bottom: 0px;
	max-height: 200px;
	overflow: auto;
}

/* selectize */
div.form-control {
	height: auto;
}
body .selectize-control .selectize-dropdown.form-control {
	padding: 0px!important;
	margin-top: 5px!important;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)!important;
}
.selectize-input {
    padding: 0px!important;
    box-shadow: none!important;
    border: none!important;
	line-height: 20px!important;
}
body .selectize-control.multi .selectize-input>div
{
    background-color: #5bc0de;
    background-color: #03a9f4;
    font-size: 75%;
    font-size: 85%;
    margin-right: 2px;
    display: inline-block;
    padding: .4em .6em .3em;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
	position: relative;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
body .selectize-control.plugin-remove_button [data-value] .remove {
	top: 2px;
	border-left-width: 0px;
}