/*
	Version: 1.0
	Author: Adi Lasmana
*/
.semi-bold{
	font-weight:400;
}

h1,h2,h3,h4{
	font-weight:300;
	margin:15px 0;
}
h5,h6{
	font-weight:300;
	margin:10px 0;
}

.c-bactive{
	color:#2D3E47;
	font-weight:400;
}
/*===== 

PANEL 

=====*/
.panel{
	display:block;
	position:relative;
	margin-bottom:20px;
	border:1px solid #eaeaea;
	box-shadow:none;
	border-radius:2px;
}

.panel-body{
	position:relative;
	padding:25px 30px;
	background-color:#fff;
}

.panel-heading{
	padding: 15px 20px;
	border-bottom:1px solid #ededed;
	position:relative;
	background-color:#fff;
	border-radius:0px;
}
.panel-heading a{
	color:inherit;
}
.panel-title{
	margin:0;
	font-weight:400;
	font-size:18px;
}
.panel-subtitle{
	opacity:.7;
	margin:0;
	margin-top:5px;
}
.panel-tool > button{
	float: right;
	border: none;
	background-color: transparent;
	opacity:.5;
	padding:0px 4px;
}
.panel-footer{
	padding: 15px 20px;
	border:none;
	background-color:#fff;
	border-top:1px solid #ededed;
}

.panel-transparent{
	border:none;
	background-color:transparent;
}

.panel-transparent > .panel-heading, .panel-transparent > .panel-body, .panel-transparent > .panel-footer{
	background-color:transparent;
}

.panel-tool,.panel-tool-icon{
	float: right;
}

.c-collapse > .panel-body{
	display:none;
}

.panel-head-primary > .panel-heading{
	background-color:#00A6A6;
	color:#fff;
}
.panel-head-success > .panel-heading{
	background-color:#16DB94;
	color:#fff;
}
.panel-head-info > .panel-heading{
	background-color:#00AEEF;
	color:#fff;
}
.panel-head-warning > .panel-heading{
	background-color:#FCCD05;
	color:#fff;
}
.panel-head-danger > .panel-heading{
	background-color:#FC7A57;
	color:#fff;
}
.panel-head-dark > .panel-heading{
	background-color:#2D3E47;
	color:#fff;
}

.panel-primary > .panel-heading,.panel-primary > .panel-body{
	background-color:#00A6A6;
	color:#fff;
	border-color:#ededed4d;
}
.panel-success > .panel-heading,.panel-success > .panel-body{
	background-color:#16DB94;
	color:#fff;
	border-color:#ededed4d;
}
.panel-info > .panel-heading, .panel-info > .panel-body{
	background-color:#00AEEF;
	color:#fff;
	border-color:#ededed4d;
}
.panel-warning > .panel-heading,.panel-warning > .panel-body{
	background-color:#FCCD05;
	color:#fff;
	border-color:#ededed4d;
}
.panel-danger > .panel-heading, .panel-danger > .panel-body{
	background-color:#FC7A57;
	color:#fff;
	border-color:#ededed4d;
}
.panel-dark > .panel-heading, .panel-dark > .panel-body{
	background-color:#2D3E47;
	color:#fff;
	border-color:#ededed4d;
}
.panel-primary > .panel-body p,.panel-success > .panel-body p,.panel-info > .panel-body p,.panel-warning > .panel-body p,.panel-danger > .panel-body p,.panel-dark > .panel-body p{
	color:rgba(255,255,255,.9);
}

.panel.band-horizontal{
	border-top-width:4px;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
}
.panel.band-horizontal.band-primary{
	border-top-color:#00A6A6;
}
.panel.band-horizontal.band-success{
	border-top-color:#16DB94;
}
.panel.band-horizontal.band-info{
	border-top-color:#00AEEF;
}
.panel.band-horizontal.band-warning{
	border-top-color:#FCCD05;
}
.panel.band-horizontal.band-danger{
	border-top-color:#FC7A57;
}
.panel.band-horizontal.band-dark{
	border-top-color:#2D3E47;
}

.panel.band-vertical{
	border-left-width:4px;
	border-top-left-radius:2px;
	border-bottom-left-radius:2px;
}

.panel.band-vertical.band-primary{
	border-left-color:#00A6A6;
}
.panel.band-vertical.band-success{
	border-left-color:#16DB94;
}
.panel.band-vertical.band-info{
	border-left-color:#00AEEF;
}
.panel.band-vertical.band-warning{
	border-left-color:#FCCD05;
}
.panel.band-vertical.band-danger{
	border-left-color:#FC7A57;
}
.panel.band-vertical.band-dark{
	border-left-color:#2D3E47;
}

.example-panel > li{
	cursor:pointer;
}
.example-panel > .primary{
	color:#00A6A6;
}
.example-panel > .success{
	color:#16DB94;
}
.example-panel > .info{
	color:#00AEEF;
}
.example-panel > .warning{
	color:#FCCD05;
}
.example-panel > .danger{
	color:#FC7A57;
}
.example-panel > .dark{
	color:#2D3E47;
}

.panel-group .panel{
	margin-bottom:0px;
}
/*===== 

DROP CAPS 

=====*/
.drop-caps:first-letter{
	font-size:70px;
	float:left;
	padding:10px;
	margin-top:5px;
	margin-right:5px;
	color:inherit;
}
.drop-caps.dc-primary:first-letter{
	color:#00A6A6;
}
.drop-caps.dc-primary-o:first-letter{
	color:#fff;
	background-color:#00A6A6;
	border-radius:5px;
}
.drop-caps.dc-success:first-letter{
	color:#16DB94;
}
.drop-caps.dc-success-o:first-letter{
	color:#fff;
	background-color:#16DB94;
	border-radius:5px;
}
.drop-caps.dc-info:first-letter{
	color:#00AEEF;
}
.drop-caps.dc-info-o:first-letter{
	color:#fff;
	background-color:#00AEEF;
	border-radius:5px;
}
.drop-caps.dc-warning:first-letter{
	color:#FCCD05;
}
.drop-caps.dc-warning-o:first-letter{
	color:#fff;
	background-color:#FCCD05;
	border-radius:5px;
}
.drop-caps.dc-danger:first-letter{
	color:#FC7A57;
}
.drop-caps.dc-danger-o:first-letter{
	color:#fff;
	background-color:#FC7A57;
	border-radius:5px;
}
/*===== 

BUTTONS 

=====*/
.btn{
	position: relative;
	overflow: hidden;
	font-weight:500;
	border-radius: 2px;
	outline:0 !important;
	box-shadow:none !important;	
	/*transition: all 0.4s ease-in;*/
}

.btn:before {
    content: '';
    position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 5px;
	background: rgba(255, 255, 255);
	opacity: 0;
	border-radius: 100%;
	transform: scale(1, 1) translate(-50%);
	transform-origin: 50% 50%;
}
.btn-default:before{
	background-color: #555;
}
.btn:focus {
    outline: 0;
  }
.btn:focus:not(:active)::before  {
	animation: effect_dylan .8s ease-out;
}

@keyframes effect_dylan {
	0% {
	transform: scale(0, 0);
	opacity: .5;
	}
	
	100% {
		opacity: 0;
		transform: scale(40, 40);
	}
}
.btn-primary{
	background-color:#00A6A6;
	color:#fff;
	border-color:#059A9A;
}
.btn-primary:focus,
.btn-primary.focus{
	background-color:#059A9A;
	color:#fff;
	border-color:#0F8383;
}
.btn-primary:hover{
	background-color:#059A9A;
	color:#fff;
	border-color:#0A8F8F;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #059A9A;
  border-color: #0A8F8F;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #0A8F8F;
  border-color: #0F8383;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #00A6A6;
  border-color: #059A9A;
}
.btn-primary .badge {
  color: #00A6A6;
  background-color: #fff;
}

.btn-success{
	background-color:#16DB94;
	color:#fff;
	border-color:#19CA8A;
}
.btn-success:focus,
.btn-success.focus{
	background-color:#19CA8A;
	color:#fff;
	border-color:#1FA977;
}
.btn-success:hover{
	background-color:#19CA8A;
	color:#fff;
	border-color:#1CB981;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #19CA8A;
  border-color: #1CB981;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #1CB981;
  border-color: #1FA977;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #16DB94;
  border-color: #19CA8A;
}
.btn-success .badge {
  color: #16DB94;
  background-color: #fff;
}

.btn-info{
	background-color:#00AEEF;
	color:#fff;
	border-color:#05A2DC;
}
.btn-info:focus,
.btn-info.focus{
	background-color:#05A2DC;
	color:#fff;
	border-color:#0F89B7;
}
.btn-info:hover{
	background-color:#05A2DC;
	color:#fff;
	border-color:#0A95C9;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #05A2DC;
  border-color: #0A95C9;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #0A95C9;
  border-color: #0F89B7;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #00AEEF;
  border-color: #05A2DC;
}
.btn-info .badge {
  color: #00AEEF;
  background-color: #fff;
}

.btn-warning{
	background-color:#FCCD05;
	color:#fff;
	border-color:#E8BE0A;
}
.btn-warning:focus,
.btn-warning.focus{
	background-color:#E8BE0A;
	color:#fff;
	border-color:#C09F13;
}
.btn-warning:hover{
	background-color:#E8BE0A;
	color:#fff;
	border-color:#D4AE0E;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #E8BE0A;
  border-color: #D4AE0E;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #D4AE0E;
  border-color: #C09F13;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #FCCD05;
  border-color: #E8BE0A;
}
.btn-warning .badge {
  color: #FCCD05;
  background-color: #fff;
}

.btn-danger{
	background-color:#FC7A57;
	color:#fff;
	border-color:#E87353;
}
.btn-danger:focus,
.btn-danger.focus{
	background-color:#E87353;
	color:#fff;
	border-color:#C0654C;
}
.btn-danger:hover{
	background-color:#E87353;
	color:#fff;
	border-color:#D46C50;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #E87353;
  border-color: #D46C50;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #D46C50;
  border-color: #C0654C;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #FC7A57;
  border-color: #E87353;
}
.btn-danger .badge {
  color: #FC7A57;
  background-color: #fff;
}

.btn-dark{
	background-color:#2D3E47;
	color:#fff;
	border-color:#2E3D45;
}
.btn-dark:focus,
.btn-dark.focus{
	background-color:#2E3D45;
	color:#fff;
	border-color:#2F3B41;
}
.btn-dark:hover{
	background-color:#2E3D45;
	color:#fff;
	border-color:#2E3C43;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #fff;
  background-color: #2E3D45;
  border-color: #2E3C43;
}
.btn-dark:active:hover,
.btn-dark.active:hover,
.open > .dropdown-toggle.btn-dark:hover,
.btn-dark:active:focus,
.btn-dark.active:focus,
.open > .dropdown-toggle.btn-dark:focus,
.btn-dark:active.focus,
.btn-dark.active.focus,
.open > .dropdown-toggle.btn-dark.focus {
  color: #fff;
  background-color: #2E3C43;
  border-color: #2F3B41;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-image: none;
}
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled.focus,
.btn-dark[disabled].focus,
fieldset[disabled] .btn-dark.focus {
  background-color: #2D3E47;
  border-color: #2E3D45;
}
.btn-dark .badge {
  color: #2D3E47;
  background-color: #fff;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-socialicon{
	background-color:transparent;
	font-size:16px;
	color: #4682B4;	
}
.btn-socialicon:hover{
	color:#55626A;
}
.btn-socialicon:active,
.btn-socialicon.active {
  background-image: none;
  color: #4682B4;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.example-button > button,.example-button > .btn-group > button:first-child {
	margin-bottom:5px;
}
/*===== 

TABLE 

=====*/
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td
{
	padding-top:10px;
	padding-bottom:10px;
}

.table-bordered.table-striped > thead > tr > th,
.table-bordered.table-striped > tbody > tr > th,
.table-bordered.table-striped > tfoot > tr > th,
.table-bordered.table-striped > thead > tr > td,
.table-bordered.table-striped > tbody > tr > td,
.table-bordered.table-striped > tfoot > tr > td {
  border: 1px solid #ddd !important;
}
.table-bordered.table-striped > thead > tr > th,
.table-bordered.table-striped > thead > tr > td {
  border-bottom-width: 2px !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #F3F4F5;
}
.table.table-striped > thead > tr > th,
.table.table-striped > thead > tr > td,
.table.table-striped > tbody > tr > th,
.table.table-striped > tbody > tr > td,
.table.table-striped > tfoot > tr > th,
.table.table-striped > tfoot > tr > td{
	border:none;
}

.table-hover > tbody > tr:hover {
  background-color: #F0F1F2;
  transition:all .5s;
}
/*===== 

ALERT 

=====*/
.alert{
	font-family: Roboto;
	border:2px solid transparent;
	border-radius:2px;
}
.alert-primary {
  color: #008585;
  background-color: #CCEDED;
  border-color: #B2E4E4;
}
.alert-primary hr {
  border-top-color: #aaa;
}
.alert-primary .alert-link {
  color: #008585;
}

.alert-success {
  color: #12af76;
  background-color: #d0f8ea;
  border-color: #BAF4DF;
}
.alert-success hr {
  border-top-color: #aaa;
}
.alert-success .alert-link {
  color: #12af76;
}
.alert-info {
  color: #008BBF;
  background-color: #CCEFFC;
  border-color: #b3e7fa;
}
.alert-info hr {
  border-top-color: #aaa;
}
.alert-info .alert-link {
  color: #008BBF;
}
.alert-warning {
  color: #CAA404;
  background-color: #FEF5CD;
  border-color: #FEF0B4;
}
.alert-warning hr {
  border-top-color: #aaa;
}
.alert-warning .alert-link {
  color: #CAA404;
}
.alert-danger {
  color: #CA6246;
  background-color: #FEE4DD;
  border-color: #FED7CD;
}
.alert-danger hr {
  border-top-color: #aaa;
}
.alert-danger .alert-link {
  color: #CA6246;
}
.alert-dark {
  color: #eee;
  background-color: #2D3E47;
  border-color: #243239;
}
.alert-dark hr {
  border-top-color: #aaa;
}
.alert-dark .alert-link {
  color: #eee;
}
/*===== 

TOOLTIP,POPOVER 

=====*/
.tooltip, .popover{
	font-family: Roboto;
}
.popover-title {
	background-color:#fff;
	font-weight:300;
}
.popover-content{
	font-weight:300;
}
/*===== 

LABEL 

=====*/
.label-primary {
  background-color: #00A6A6;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #059A9A;
}
.label-success {
  background-color: #16DB94;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #19CA8A;
}
.label-info {
  background-color: #00AEEF;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #05A2DC;
}
.label-warning {
  background-color: #FCCD05;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #E8BE0A;
}
.label-danger {
  background-color: #FC7A57;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #E87353;
}
.label-dark {
  background-color: #2D3E47;
}
.label-dark[href]:hover,
.label-dark[href]:focus {
  background-color: #2E3D45;
}
/*===== 

BADGE 

=====*/
.badge-primary{
	background: #00A6A6;
	color: #fff;
}
.badge-success{
	background: #16DB94;
	color: #fff;
}
.badge-info{
	background: #00AEEF;
	color: #fff;
}
.badge-warning{
	background: #FCCD05;
	color: #fff;
}
.badge-danger{
	background: #FC7A57;
	color: #fff;
}
.badge-dark{
	background: #2D3E47;
	color: #fff;
}
/*===== 

PROGRESS 

=====*/
.progress-bar{
	background-color: #00A6A6;
}
.progress-bar-secondary {
	background-color: #3AAFA9;
}
.progress-bar-success {
	background-color: #16DB94;
}
.progress-bar-info {
	background-color: #00AEEF;
}
.progress-bar-warning {
	background-color: #FCCD05;
}
.progress-bar-danger {
	background-color: #FC7A57;
}
.progress-bar-dark {
	background-color: #2D3E47;
}

.progress.progress-xs{
	height:3px;
}
.progress-sm{
	height:5px;
}
.progress.progress-md{
	height:10px;
}
.progress.progress-md > .progress-bar{
	line-height:10px;
	font-size:8px;
}
/*===== 

MODAL 

=====*/
.modal-dialog{
	margin:80px auto;
}
.modal-content{
	border-radius:0px;
}
.modal-header{
	border-bottom:none;
}
.modal-body{
	padding: 15px 25px;
}
.modal-footer{
	border-top:none;
}

.modal-primary > .modal-content > .modal-header{
	background-color:#00A6A6;
	color:#fff;
}
.modal-secondary > .modal-content > .modal-header{
	background-color:#3AAFA9;
	color:#fff;
}
.modal-success > .modal-content > .modal-header{
	background-color:#16DB94;
	color:#fff;
}
.modal-info > .modal-content > .modal-header{
	background-color:#00AEEF;
	color:#fff;
}
.modal-warning > .modal-content > .modal-header{
	background-color:#FCCD05;
	color:#fff;
}
.modal-danger > .modal-content > .modal-header{
	background-color:#FC7A57;
	color:#fff;
}
.modal-dark > .modal-content > .modal-header{
	background-color:#2D3E47;
	color:#fff;
}
/*===== 

FORM 

=====*/
.form-control{
	border-radius:2px;
	height:38px;
	font-size:13px;
	color:inherit;
	box-shadow:none;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgba(102, 175, 233, .6);
}

.form-group > label{
	margin-bottom: 8px;
	font-weight: 300;
}
.form-group > label > span.info{
	opacity:.5;
	font-size:13px;
	margin-left:10px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #ececec;
  opacity: 1;
}

.control-label-top{
	display:block;
}

.input-lg{
	height:46px;
	font-size:17px;
}

.input-sm{
	height:30px;
	font-size:11px;
}

.input-group-addon{
	color:inherit;
	border-radius:2px;
}
.input-group-btn .btn{
	border-radius:2px;
}
.input-group-btn > .btn {
  height:38px;
}

.nolabel{
	margin:0;
}

.nolabel > label{
	margin:0;
	color:#55626A;
}

.input-group.transparent.left > .input-group-addon{
	background-color:#fff;
	padding:6px 0px 6px 14px;
	transition-delay: .1s;
}
.input-group.transparent.left > .form-control{
	border-left:none;
}
.input-group.transparent.left > .form-control:focus{
	border-left:none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.input-group.transparent.right > .input-group-addon{
	padding:6px 14px 6px 0px;
	background-color:#fff;
	transition-delay: .1s;
}
.input-group.transparent.right > .form-control{
	border-right:none;
}
.input-group.transparent.right > .form-control:focus{
	border-right:none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 10px 16px !important;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 5px 10px !important;
}
.ig-focus{
	border-radius:2px;
	-webkit-box-shadow: 0 0 2px rgba(102, 175, 233, .6);
          box-shadow: 0 0 2px rgba(102, 175, 233, .6);
}
.has-error .ig-focus{
	border-color: #a94442;
	border-right:none;
	-webkit-box-shadow: 0 0 6px #ce8483;
	box-shadow: 0 0 6px #ce8483;
}

.addon-focus{
	border-color: #66afe9;
	outline:0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}


.addon-primary{
	color:#fff;
	background-color:#00A6A6;
	border-color:#00A6A6;
}
.addon-success{
	color:#fff;
	background-color:#16DB94;
	border-color:#16DB94;
}
.addon-info{
	color:#fff;
	background-color:#00AEEF;
	border-color:#00AEEF;
}
.addon-warning{
	color:#fff;
	background-color:#FCCD05;
	border-color:#FCCD05;
}
.addon-danger{
	color:#fff;
	background-color:#FC7A57;
	border-color:#FC7A57;
}
.addon-dark{
	color:#fff;
	background-color:#2D3E47;
	border-color:#2D3E47;
}

.select2-container--default .select2-selection--single{
	border-radius: 2px;
	border-color: #ccc;
}
.select2-container .select2-selection--single{
	height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 1.42857143;
	color:inherit;
}
.select2-container .select2-selection--single .select2-selection__rendered{
	padding-top: 9px;
	font-size: 13px;
	padding-bottom: 8px;
	padding-left: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height:37px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple{
	border-color:#ccc;
}
.select2-container--default .select2-selection--multiple{
	border-color:#ccc;
}
.select2-container--default .select2-selection--multiple{
	border-radius:2px;
	min-height:38px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
	padding: 5px 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
	border-color:#e4e4e4;
	padding: 3px 8px;
	font-size: 13px;
}
.has-error .select2-container--default .select2-selection--single, .has-error .select2-container--default .select2-selection--multiple{
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.input-with-icon{
	position: relative;
}
.input-with-icon.right i{
	right: 8px;
	float: right;
}
.input-with-icon i {
    color: #fff;
    display: block;
    position: absolute;
    margin: 9px 2px 4px 10px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;

}
.has-error > .input-with-icon > i{
	color:#a94442 !important;
}
.has-success > .input-with-icon > i{
	color:#3c763d !important;
}
/*===== 

TAB 

=====*/
.tabs{
	margin-bottom:20px;
}

.tab-content{
	background-color:#fff;
	padding: 20px 30px;
	position:relative;
	overflow:hidden;
}
.nav-tabs{
	border-bottom:none;
}
.nav-tabs > li{
	margin-bottom: 0px;
}
.nav-tabs > li > a{
	color:#84959E;
	font-weight:300;
	padding-left:20px;
	padding-right:20px;
	border:none;
	border-radius: 2px 2px 0 0;
	background-color:#eaebec;
	margin-right:0px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: inherit;
  border-color:#eee;
  border:none;
  border-radius: 2px 2px 0 0;
  
}
.nav-right > li{
	float:right;
}

.nav-pills{
	margin-bottom:10px;
}

.nav-pills > li > a{
	font-weight:300;
	border-radius:2px;
	color:#84959E;
	padding-left:20px;
	padding-right:20px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #00AEEF;
}

.tab-side.tab-side-right > .nav-tabs{
	float:right;
}

.tab-side > .nav-tabs{
	float:left;
}
.tab-side > .nav-tabs > li	{
	float:none;
}
.tab-side > .nav-tabs > li > a{
	padding:15px 25px;
}
/*===== 

DROPDOWN 

=====*/
.dropdown-menu{
	font-size:13px;
	box-shadow:none;
	padding:5px;
	color:#55626A;
	border-color:#eaeaea;
}
/*===== 

WIDGET 

=====*/
.widget-1, .widget-2, .widget-3, .widget-4, .widget-5, .widget-6, .widget-7, .widget-8{
	margin-bottom:20px;
}
.widget-1 > .panel-body{
	height:150px;
	padding:20px;
}
.widget-1 > .panel-body > .chart{
	height:50%;
	position:absolute;
	display:block;
	top:auto;
	bottom:0;
	left:0;
	right:0;
}

.widget-1 .title{
	font-weight:500;
	font-size: 14px;
	padding-top:0;
}
.widget-1 h3{
	font-weight:400;
}

.widget-1 .icon{
	position: absolute;
	z-index: 0;
	right:20px;
	left:auto;
	opacity: 0.3;
}
.widget-1 .icon > i{
	width:100%;
}

.widget-2{
	background-color:#fff;
}
.widget-2 > .w-heading{
	position:relative;
	display:block;
	height:130px;
	background-color:#00AEEF;
}
.widget-2 > .w-heading >img{
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 100%;
	position: absolute;
	top:auto;
	left: 0;
	right: 0;
	bottom: -50px;
	margin: 0 auto;
	border:6px solid #fff;
}
.widget-2 > .w-body{
	padding:15px;
	padding-top:50px;
	text-align:center;
}
.widget-2 > .w-body > h5{
	margin-top:-5px;
}
.widget-2 > .w-body > ul{
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	display:table;
}
.widget-2 > .w-body > ul > li{
	display:table-cell;
}
.widget-3{
	background-color:#fff;
}
.widget-3 > .w-heading{
	position:relative;
	display:block;
	height:130px;
	background-size:cover; 
	background-repeat: no-repeat;
    background-position: center top;
}
.widget-3 > .w-heading >img{
	width: 90px;
	height: 90px;
	object-fit: cover;
	border-radius: 100%;
	position: absolute;
	top:auto;
	left: auto;
	right: 20px;
	bottom: -50px;
	border:6px solid #fff;
}
.widget-3 > .w-body{
	padding:20px;
}
.widget-3 > .w-body > h5{
	margin-top:-5px;
}
.widget-3 > .w-body > ul{
	text-align:center;
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	display:table;
}
.widget-3 > .w-body > ul > li{
	display:table-cell;
}

.widget-5{
	background-color:#fff;
}
.widget-5 > .w-heading{
	position:relative;
	display:block;
	height:140px;
	background-color:#00AEEF;
	padding:25px;
}
.widget-5 > .w-heading >img{
	width: 90px;
	height: 90px;
	object-fit: cover;
	border-radius: 100%;
	border:6px solid #fff3;
	float:left;
	margin-right:20px;
}
.widget-5 > .w-heading >h4{
	color:#fff;
}
.widget-5 > .w-heading >h5{
	color:#ffffffb3;
}
.widget-5 > .list-group > .list-group-item{
	padding:15px;
}
.widget-5 > .list-group > .list-group-item > i{
	margin-right:10px;
}

.widget-6{
	display:flex;
	background-color:#fff;
	width:100%;
}

.widget-6 > .w-heading{
	background-color:#00AEEF;
	text-align:center;
	color:#fff;
}
.widget-6 > .w-heading > i{
	display:block;
	font-size:50px;
	line-height:160px;
	padding:0px 40px;
}
.widget-6 > .w-body{
	position:relative;
	padding:30px 0px;
	color:#55626ACC;
	height:160px;
	opacity:.8;
	width:100%;
}
.widget-7{
	background-color:#fff;
	text-align:center;
}
.widget-7 > i{
	display:block;
	background-color:#00AEEF;
	color:#fff;
	line-height:100px;
	font-size:50px;
}
.widget-7 > .w-body{
	padding:15px 0px;
	color:#55626ACC;
}
.widget-7 > .w-body h3,.widget-7 > .w-body h5{
	margin:0;
	margin-bottom:5px;
}
.widget-8 .item {
  background-color: #00AEEF;
  color: white;
  padding: 20px;
  position:relative;
}
.widget-9{
	padding:15px;
	padding-bottom:20px;
	border-radius:2px;
	background-color:#fff;
	
}
.widget-9 ul{
	text-align:center;
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	display:table;
	margin-bottom:25px;
}
.widget-9 ul > li{
	display:table-cell;
	border-right:1px solid #eaeaea;
	padding:0px 10px;
}
.widget-9 ul > li:last-child{
	border-color:transparent;
}
.widget-9 h4{
	margin:5px 0px;
}
.widget-todo{
	background-color:#fff;
	border-radius:2px;
	border:1px solid #eaeaea;
	margin-bottom:20px;
}
.widget-todo .heading{
	padding:10px 15px;
	font-size:15px;
	font-weight:300;
	border-bottom:1px solid #eaeaea;
	margin-bottom:10px;
}
.widget-todo ul{
	list-style:none;
	padding:0px;
	
}
.widget-todo ul li {
	margin-bottom:0px;
	padding:10px 15px;
	display:flex;
	position:relative;
	margin-bottom:4px;
	font-size:13px;
	border-right:2px solid #00AEEF;
	border-left:2px solid transparent;
}
.widget-todo ul li:nth-of-type(odd){
	border-left-color:#00AEEF;
	border-right-color:transparent;
}
.widget-todo .todo-check{
	padding-right:5px;
}
.widget-todo .todo-title{
	width:100%;
}
.widget-todo form{
	padding:5px 10px;
}
.widget-todo .pretty{
	margin:0;
}
.widget-todo .todo-tool{
	display:flex;
}
.widget-todo .todo-tool button{
	background-color:transparent;
	border:none;
	padding:0px 1px;
	opacity:.8;
}
.widget-todo .todo-tool button:active{
	opacity:.5;
}
.widget-todo .checklist{
	background-color:#f5f5f5;
	opacity:.5;
}
.widget-todo .checklist .todo-title{
	text-decoration-line: line-through;
}
.bg-primary{
	color:#fff;
	background-color:#00A6A6 !important;
}
.bg-success{
	color:#fff;
	background-color:#16DB94 !important;
}
.bg-info{
	color:#fff;
	background-color:#00AEEF !important;
}
.bg-warning{
	color:#fff;
	background-color:#FCCD05 !important;
}
.bg-danger{
	color:#fff;
	background-color:#FC7A57 !important;
}
.bg-dark{
	color:#fff;
	background-color:#2D3E47 !important;
}

.text-primary{
	color:#00A6A6 !important;
}
.text-success{
	color:#16DB94 !important;
}
.text-info{
	color:#00AEEF !important;
}
.text-warning{
	color:#FCCD05 !important;
}
.text-danger{
	color:#FC7A57 !important;
}
/*===== 

CUSTOM PLUGIN 

=====*/
#external-events {
	width: 200px;
}

#external-events .fc-event {
	margin-bottom: 5px;
	cursor: move;
	padding:5px 11px;
	background-color:#14C585;
	border-color:#16DB94;
}

.fc .fc-month-view td, .fc .fc-month-view th {
  border: none ;
}

.fc .fc-month-view .fc-head{
	border-bottom:1px solid #ddd;
}
.fc .fc-month-view .fc-day-header{
	padding-bottom:10px;
	text-transform: uppercase;
}
.fc-month-view.fc-basic-view .fc-body .fc-row{
	padding-top:5px;
	border-bottom:1px solid #ddd;
}
.fc-unthemed .fc-month-view td.fc-today{
	background-color:unset;
}
.fc .fc-month-view td.fc-today{
	border:none;
}
.fc-month-view .fc-today{
	position:relative;
	color:#16DB94;
}
.fc-month-view .fc-day-top.fc-today:before{
	content: "TODAY";
	position: absolute;
	color: #16DB94;
	left: 0;
	right: 0;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
}

.fc th, .fc td{
	border:1px solid #ddd;
}
.fc .fc-day-header{
	padding:10px 0px;
}

.fc-today{
	color: #16DB94;
}
.fc-event{
	border-color:#19CA8A;
}
.fc-event, .fc-event-dot{
	background-color:#16DB94;
}
/*===== 

PAGINATION 

=====*/
.pagination > li > a,
.pagination > li > span {
  color: #00A6A6;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #059A9A;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #00A6A6;
  border-color: #00A6A6;
}
.ipcheck .pretty, .ipcheck-parent .pretty{
	margin:0;
}