body.material, html {
	font-family: Roboto, sans-serif;
	font-weight: 400;
}
body.material body,
body.material h1,
body.material h2,
body.material h3,
body.material .panel-default > .panel-heading {
	color: #5e5e5e;
}
body.material .nav .open > a, 
body.material .nav .open > a:hover, 
body.material .nav .open > a:focus {
 background-color: rgba(255,255,255,0.15);
}
body.material .panel {
  border-width: 0px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);	
}

body.material .btn, 
body.material .form-control, 
body.material .dropdown-menu, 
body.material .bootstrap-tagsinput,
body.material .input-group .text-addon 
{
	font-size: 13px;
}
body.material .btn {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-transform: uppercase;
}
body.material .btn-xs, .btn-group-xs > .btn {
	font-size: 12px;
}
body.material .btn:hover, 
body.material .btn.hover {
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.2);
    box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.2);
}
body.material .btn:focus, 
body.material .btn.focus {
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.2);
    box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.2);
}
body.material .btn:active, 
body.material .btn.active {
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.12), 1px 3px 4px rgba(0,0,0,.2);
    box-shadow: 0 0 4px rgba(0,0,0,.12), 1px 3px 4px rgba(0,0,0,.2);
}
body.material .btn-default:active, 
body.material .btn-default.active, 
body.material .open > .dropdown-toggle.btn-default {
	border-color: #fff;
}

body.material .nav-tabs {
	-webkit-box-shadow: inset 0 -2px 0 0 #eeeeee;
	-moz-box-shadow: inset 0 -2px 0 0 #eeeeee;
	box-shadow: inset 0 -2px 0 0 #eeeeee;
	border: 15px solid #fff;
	border-width: 15px 20px;
	background-color: #fff;
	padding-bottom: 1px;
}
body.material .nav-tabs li {
    display: inline-block;	
	float: none;
}
body.material .nav-tabs li > a {
	border-width: 0px!important;
    display: inline-block;
    color: #BBBBBB;
    position: relative;
    width: 100%;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
}
body.material .nav-tabs li.active > a:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
body.material .nav-tabs li > a:after {
    content: "";
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
body.material .nav-tabs:not([data-tab-color]) > li > a:after {
    background: #2196f3;
}
body.material .nav-tabs li.active > a, 
body.material .nav-tabs li.active > a .fa,
body.material .nav-tabs li > a:hover {
	background-color: transparent;
    color: #000;
}

body.material .input-group-addon {
    border: 0;
    background-color: transparent;	
}
body.material .input-group-addon:first-child {
	padding-left: 0px;
}
body.material .input-group-addon:last-child {
	padding-right: 0px;
}
body.material .help-block {
	font-size: 0.85em;
}
body.material .form-control {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    resize: vertical;
    line-height: 1.42857143;
}
body.material .form-control:hover, 
body.material .form-control:focus {
	border-bottom-color: rgba(33,150,243,1);
}
body.material .has-error .form-control {
	border-bottom-color: #d9534f!important;
}
body.material .form-control[disabled]:hover {
	border-bottom-color: #999;
}
body.material .form-control:focus {
	-webkit-box-shadow: inset 0px -1px 0px 0px rgba(33,150,243,1)!important;
	-moz-box-shadow: inset 0px -1px 0px 0px rgba(33,150,243,1)!important;
	box-shadow: inset 0px -1px 0px 0px rgba(33,150,243,1)!important;
}
body.material .has-error .form-control:focus, body.material .has-error .form-control.error {
	-webkit-box-shadow: inset 0px -1px 0px 0px #d9534f!important;
	-moz-box-shadow: inset 0px -1px 0px 0px #d9534f!important;
	box-shadow: inset 0px -1px 0px 0px #d9534f!important;
}
body.material .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 9px;
	font-weight: 400;
}
body.material .form-control[disabled], 
body.material .form-control[readonly], 
body.material fieldset[disabled] .form-control {
    color: #9d9d9d;
    background: transparent;
}
body.material .form-control, 
body.material .bootstrap-tagsinput {
	min-height: 34px;
	border-color: #e0e0e0;
    background-color: #ffffff;
    background-image: none;
    border-radius: 0!important;
	padding: 7px;
}
body.material .form-control:not(.fc-alt),
body.material .bootstrap-tagsinput input,
body.material .bootstrap-tagsinput {
	padding: 0;	
	box-shadow: none;
}
body.material .bootstrap-tagsinput {
	min-height: 29px;
	padding-bottom: 6px;
}
body.material .form-control:not(.fc-alt), 
body.material .bootstrap-tagsinput:not(.fc-alt) {
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

body.material .dropdown-menu {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border-radius: 3px;
    border: 0;
}
body.material .dropdown-menu > li:not(.active) > a {
	color: #5e5e5e;
}
body.material .dropdown-menu > li > a {
    padding: 5px 20px;
    -webkit-transition: background-color;
    -o-transition: background-color;
    transition: background-color;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
body.material .dropdown-menu .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.08);
}

body.material td.options a.img-circle {
	border-radius: 50%!important;
	height: 25px;
    line-height: 25px;
    width: 25px;
    text-align: center;
    display: inline-block;	
}

body.material .cmn-toggle + label + p.help-block {
	margin-top: 15px;
}
body.material .cmn-toggle + label {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 16px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.26);
    -webkit-transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
	margin-bottom: -10px;
}
body.material input.cmn-toggle + label:after {
	display: none;
}
body.material input:checked.cmn-toggle + label:before {
	left: 20px;
}
body.material input.cmn-toggle + label:before {
	content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    webkit-transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fafafa;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);	
}
body.material .input-group-addon input.cmn-toggle-xs + label {
	margin-bottom: 0px;
}
body.material input.cmn-toggle-xs + label {
	height: 10px;
	width: 36px;
}
body.material input.cmn-toggle-xs + label:before {
	width: 18px;
    height: 18px;	
}

body.material .checkbox label::after,
body.material .radio label::after {
	top: 1px;
	font-size: 12px!important;
}
body.material .checkbox label::before,
body.material .radio label::before {
	border: 2px solid #7a7a7a;
}
body.material .checkbox label::before {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
body.material .radio label::after {
    width: 9px;
    height: 9px;
    left: 4px;
	top: 4px;
}
body.material .checkbox:not(.checkbox-danger) input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
body.material .checkbox input[type="checkbox"]:checked + label::after {
  color: #fff; }
body.material .radio:not(.radio-danger) input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }
body.material .radio:not(.radio-danger) input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

@media (min-width: 768px) 
{
	body.material .nav-tabs li > a > .fa {
		display: block;
		margin: 0 auto;
		height: 24px;
		width: 24px;
		font-size: 16px;
		padding-bottom: 10px;
	}
	body.material .nav-tabs.no-text li > a {
		color: transparent!important;
		font-size: 1px;
	}
	body.material .nav-tabs.no-text li > a > .fa {
		margin-bottom: -10px;
		color: #BBBBBB;
	}	  
}

body.material .panel-footer .btn:not(:hover):not(:focus),
body.material .bootstrap-dialog .modal-dialog .modal-header,
body.material .modal-footer .btn:not(:hover):not(:focus) {
	border-color: #fff;
	background-color: #fff;
}
body.material .panel-footer .btn,
body.material .modal-footer .btn {
	font-weight: bold;
}
body.material [class*="panel-"] > .panel-heading, 
body.material .panel-footer .btn[class*="btn-"]:not(.btn-default):hover,
body.material .panel-footer .btn[class*="btn-"]:not(.btn-default):focus,
body.material .modal-footer .btn[class*="btn-"]:not(.btn-default):hover,
body.material .modal-footer .btn[class*="btn-"]:not(.btn-default):focus {
	color: rgba(255,255,255, 0.84);
}
body.material .alert, body.material .alert p {
	color: rgba(255,255,255, 0.84)!important;
}
body.material .panel-footer .btn-success,
body.material .type-success .modal-header,
body.material .modal-footer .btn-success {
	color: #4caf50;
}
body.material .panel-footer .btn-danger,
body.material .type-danger .modal-header,
body.material .modal-footer .btn-danger {
	color: #f44336;
}
body.material .panel-footer .btn-warning,
body.material .type-warning .modal-header,
body.material .modal-footer .btn-warning {
	color: #ff5722;
}
body.material .panel-footer .btn-info,
body.material .type-info .modal-header,
body.material .modal-footer .btn-info {
	color: #03a9f4;
}
body.material .panel-footer .btn-primary,
body.material .modal-footer .btn-primary {
	color: #2e6da4;
}
body.material .modal-body {
	font-size: 1.1em;
	color: rgba(0,0,0,0.71);
	padding-top: 0px;
	padding-bottom: 0px;
}
body.material .modal-header {
	font-size: 22px;
	font-weight: 600;
}

body.material .modal-content, 
body.material .swal2-modal {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
body.material .modal-header, 
body.material .modal-footer {
	border: none;
}
body.material .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .45;
}

body.material .alert, 
body.material .alert ul,
body.material .alert p {
	border: none!important;
	border-radius: 2px!important;
}
body.material .panel.panel-success > .panel-heading,
body.material .label.label-success,
body.material .alert.alert-success,
body.material .alert.alert-success p {
	background-color: #4caf50;
}
body.material .panel.panel-danger > .panel-heading,
body.material .label.label-danger,
body.material .alert.alert-danger,
body.material .alert.alert-danger p {
	background-color: #f44336;
}
body.material .panel.panel-warning > .panel-heading,
body.material .label.label-warning,
body.material .alert.alert-warning,
body.material .alert.alert-warning #error,
body.material .alert.alert-warning p {
	background-color: #ff5722;
}
body.material .panel.panel-info > .panel-heading,
body.material .label.label-info,
body.material .alert.alert-info,
body.material .alert.alert-info p {
	background-color: #03a9f4;
}
body.material .alert-dismissable .close, 
body.material .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
}
body.material div.alert:before,
body.material .alert-dismissable .close, 
body.material .alert-dismissible .close {
    color: #fff!important;
	opacity: .2;
}
body.material:not(.wpbar) #page-wrapper > .alert:after {
    left: -16px;
    right: -20px;
}
body.material .btn-sm {
	padding: 4px 10px!important;
}