
.page-title {
	float:left;
	margin-right:30px;
	margin-top: 0px;
}

.page-content {
	background-color: #e9ecf3;
	padding: 15px 0 0;
}

.img-circle {
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.breadcrumb .fa {
	font-size: 10px;
}

.avatar {
	width: 90px;
	height: 90px;
	border: 1px solid #eee;
	border-radius: 50%;
    margin-top: 0px;
}

.has-error .form-control {
	/*border-style: dashed;*/
    border-color: #e73d4a !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	border-width: 1px;
}

form .help-block {
	color: #e73d4a;
	font-size: 11px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

/* Modal  */
/* .modal {
	border-radius: 5px !Important; 
}
.modal-open .modal {
    display: flex !important;
    align-items: center;
    justify-content: center;
} */

/* .modal-backdrop {
  z-index: 1 !important;
} */

.modal .modal-header {
    border-bottom: 3px solid #f3c200 !important;
	background-color: #3598dc;
	color: #fff;
}

.modal-title {
	font-weight: bold;
}

.row_selected {
   background-color: #B0BED9 !important;
}

/* tab */
.tabbable-line > .tab-content {
	padding-top: 10px !important;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > img {
	margin-left: 5px;
	height: 40px;
	width: 40px;
	display: inline-block; 
}

/* custom */
.table thead tr th {
    font-size: 12px !important;
	background-color: #0690e0 !important;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: middle;
}

.table tbody tr td {
	font-size: 12px !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #0690e0 !important;
    border-color: transparent;
    color: #FFFFFF !important;
}

table th:first-child{
    border-radius:5px 0 0 0px;
}
  
table th:last-child{
    border-radius:0 5px 0px 0;
}

.table.table-bordered {
    border: 0px solid #e7ecf1 !important;
}

table.dataTable > tbody > tr.child ul {
	float: left !important;
	text-align: left !important;
}

table.dataTable > tbody > tr.child span.dtr-title {
	margin-right: 5px !important;
	min-width: 10px !important;
}

table.dataTable thead tr th {
    font-size: 12px !important;
	vertical-align: middle;
}

table.dataTable tbody tr td {
    font-size: 12px !important;
	padding: 10px 18px !important;
}

table.dataTable td.group {
    background-color: #ddd;
    border-bottom: 0px solid #a19b9e;
    border-top: 0px solid #a19b9e;
    padding: 5px !important;
    padding-right: 18px !important;
}

table.dataTable2 thead tr th {
    font-size: 13px !important;
	vertical-align: middle;
}

table.dataTable2 tbody tr td {
    font-size: 13px !important;
}

.dataTables_filter .search-input {
    background-image: url("../global/img/search-icon.png");
    background-position: right 5px top 7px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 5px;
}

.dataTables_toolbar {
	padding-bottom: 15px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
	left: 2px !important;
	
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before {
	/*visibility: hidden !important;*/
	/*color: yellow !important;*/
}


.table .sorting_1 tbody tr td  {
	background-color: red !important;
}

.dtr-title {
	float: left;
    text-align: left;
}

.dtr-data {
	text-align: left !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.group:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.group:first-child:before {
  display: none;
}

.table-scrollable {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    border-bottom: 0px solid #ddd !important;
    border-image: none !important;
    border-top: 0px solid #ddd !important;
	border: 0px solid #ddd !important;
    margin: 10px 0 !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
    width: 100% !important;
}

.overflow-container {
    border: 0 dashed #aaa;
    border-radius: 0;
    display: inline-block;
    height: 520px;
    left: 0;
    overflow: auto;
    padding-left: 0px;
    position: relative;
    text-align: center;
    top: 0;
    width: calc(100% - 0px);
}

.input-icon.right > i {
	right: 20px !important;
}

/* portlet */
.portlet {
	border-radius: 5px !important;
	padding: 12px 10px !important;
    margin-bottom: 20px !important;
    border: 1px solid #fcfcfc !important;
}

.portlet-body  {
	min-height: 575px;
	padding: 10px;
}

.portlet-content {
	min-height: auto !important;
	padding: 10px;
}

.portlet-child {
	padding: 10px !important;
	min-height: 200px !important;
}

.portlet.light {
    border: 1px solid #fcfcfc;
}

.page-404 .number {
	top: 0 !important;
}

.caption-helper {
	font-style: italic;
}

.modal-title .caption-helper {
	color: #f8f8f8;
    font-size: 12px;
    font-weight: 400;
	font-style: italic;
    line-height: 10px;
    margin: 0;
    padding: 0;
}

.modal.xlarge {
    width: 70%; /* respsonsive width */
    margin-left:-35%; /* width/2) */ 
}

.modal.large {
    width: 60%; /* respsonsive width */
    margin-left:-30%; /* width/2) */ 
}

.modal.medium {
    width: 50%; /* respsonsive width */
    margin-left:-25%; /* width/2) */ 
}

.bootstrap-tagsinput {
  width: 100% !important;
}

.bootstrap-tagsinput .label {
	line-height: 2 !important;
	text-transform: lowercase;
}

form .error-block {
	color: #e73d4a;
	font-size: 11px;
}
.form-group.form-md-line-input {
	margin-bottom: 10px !important;
}

input[readonly]{
  background-color:#e1e5ec !important;
}

.profile-userpic img {
    border-radius: 50%;
    float: none;
    height: 50%;
    margin: 0 auto;
    width: 50%;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.vcenter {
    vertical-align: middle;
}

.btn-circle {
	padding: 5px 20px 5px 20px;
}

.timeline2 {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.li {
  transition: all 200ms ease-in;
}

/* TIMELINE */
.timelines {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.li {
  transition: all 200ms ease-in;
}

.timestamp {
  margin-bottom: 20px;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100;
}

/* bentrok dengan progress bar */
/* .status {
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  border-top: 2px solid #D6DCE0;
  position: relative;
  transition: all 200ms ease-in;
}
.status h4 {
  font-weight: 600;
}
.status:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: -15px;
  left: 42%;
  transition: all 200ms ease-in;
}

.li.complete .status {
  border-top: 2px solid #26C281;
}
.li.complete .status:before {
  background-color: #26C281;
  border: none;
  transition: all 200ms ease-in;
}
.li.complete .status h4 {
  color: #26C281;
} */

@media (min-device-width: 320px) and (max-device-width: 700px) {
  .timelines {
    list-style-type: none;
    display: block;
  }

  .li {
    transition: all 200ms ease-in;
    display: flex;
    width: inherit;
  }

  .timestamp {
    width: 100px;
  }

  .status:before {
    left: -8%;
    top: 30%;
    transition: all 200ms ease-in;
  }
}

/* form wizard */
.form-wizard .steps > li.rejected > a.step .number {
	background-color: #ed6b75 !important;
	color: #fff;
}
.form-wizard .steps > li.done > a.step .number {
	background-color: #3fc9d5 !important;
	color: #fff;
}
.form-wizard .steps > li.active > a.step .number {
	background-color: #337ab7 !important;
	color: #fff;
}

/* Block UI */
.block-spinner-bar {
  display: inline-block;
  width: 120px !important;
  text-align: center; }
  .block-spinner-bar > div {
    margin: 0px 2px !important;
    width: 25px !important;
    height: 25px !important;
    background: #2ab4c0 !important;
    border-radius: 100% !important;
    display: inline-block;
    -webkit-animation: bounceDelay 1.4s infinite ease-in-out;
    animation: bounceDelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .block-spinner-bar .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .block-spinner-bar .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }
	

.label {
    text-transform: uppercase;
    padding: 4px 6px 4px 6px !important;
}

.quick-sidebar-toggler {
    top: 50%;
    right: 0;
    padding: 0;
    z-index: 99;
    border: none;
    outline: 0;
    position: fixed !important;
    margin-top: -30px;
    background: #009dc7;
    width: 30px;
    height: 30px;
}

.quick-sidebar-toggler i {
    padding: 5px;
    font-size: 16px;
    color: #fff;
}

.new-quick-sidebar-toggler{
    top: 50%;
    right: 0;
    padding: 0;
    z-index: 99;
    border: none;
    outline: 0;
    position: fixed !important;
    margin-top: -30px;
    background: #62c5e0;
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

.quick-sidebar-notification {
    position: relative;
}

.quick-sidebar-notification .badge {
    top: -40px;
    left: -5px;
    position: absolute;
}

.overflow {
	overflow-x: auto !important;
	overflow-y: hidden !important;
}

.overflows {
	overflow-x: scroll !important;
	overflow-y: scroll !important;
}

.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.disabled-tab{
    pointer-events: none;
}

.progress {
	height: 18px !important;
}	

.input-group-btn .btn {
    box-shadow: none !important;
}

.required {
    color: black !important;
}

form .error {
	color: #e73d4a;
	font-size: 11px;
}

.thead-12 thead tr th, .thead-12 tbody tr td {
	font-size: 12px !important;
}

.thead-10 thead tr th, .thead-10 tbody tr td {
	font-size: 10px !important;
}

.btsm {
	width: 27px !important;
	height: 27px !important;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-sm {
    font-size: 11px !important;
}

.dropdown-menu {
	z-index: 1003 !important;
}

.dropdown-menu-v2 {
    z-index: 1001 !important;
}

/* select[readonly].select2 + .select2-container {
  pointer-events: none;
  touch-action: none;

  .select2-selection {
    background: #eee;
    box-shadow: none;
  }

  .select2-selection__arrow,
  .select2-selection__clear {
    display: none;
  }
} */

.btn-primary-grad {
    color: #fff;
    border: none;
    background: #2cc7c0;
    background: linear-gradient(90deg, #2cc7c0, #59d99d);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(49, 49, 49, .075)
}

.btn-primary-grad:hover {
    color: #fff;
    background: #25a8a2;
    background: linear-gradient(90deg, #25a8a2, #3ad28b)
}

.btn-primary-grad.focus,
.btn-primary-grad:focus {
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(49, 49, 49, .075), 0 0 0 .2rem rgba(44, 199, 192, .5)
}

.btn-primary-grad.disabled,
.btn-primary-grad:disabled {
    color: #191c2b;
    background-color: #2cc7c0
}

.btn-primary-grad:not(:disabled):not(.disabled).active,
.btn-primary-grad:not(:disabled):not(.disabled):active,
.show>.btn-primary-grad.dropdown-toggle {
    color: #fff;
    background-color: #239d98;
    background-image: none
}

.btn-primary-grad:not(:disabled):not(.disabled).active:focus,
.btn-primary-grad:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary-grad.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(49, 49, 49, .125), 0 0 0 .2rem rgba(44, 199, 192, .5)
}

.btn-secondary-grad {
    color: #fff;
    border: none;
    background: #7365f5;
    background: linear-gradient(90deg, #7365f5, #5f74de);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(49, 49, 49, .075)
}

.btn-secondary-grad:hover {
    color: #fff;
    background: #5241f3;
    background: linear-gradient(90deg, #5241f3, #3f58d7)
}

.btn-secondary-grad.focus,
.btn-secondary-grad:focus {
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(49, 49, 49, .075), 0 0 0 .2rem rgba(115, 101, 245, .5)
}

.btn-secondary-grad.disabled,
.btn-secondary-grad:disabled {
    color: #fff;
    background-color: #7365f5
}

.btn-secondary-grad:not(:disabled):not(.disabled).active,
.btn-secondary-grad:not(:disabled):not(.disabled):active,
.show>.btn-secondary-grad.dropdown-toggle {
    color: #fff;
    background-color: #4735f2;
    background-image: none
}

.btn-secondary-grad:not(:disabled):not(.disabled).active:focus,
.btn-secondary-grad:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary-grad.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(49, 49, 49, .125), 0 0 0 .2rem rgba(115, 101, 245, .5)
}

.grads {
    flex: 1 1 auto;
    margin: 0px;
    padding: 30px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
}

.grads:hover {
    background-position: right center; /* change the direction of the change here */
}

.yellow-gradient {
    background-image: linear-gradient(to right, #f6d365 0%, #fda085 51%, #f6d365 100%);
}

.purple-gradient {
    background-image: linear-gradient(to right, #fbc2eb 0%, #a6c1ee 51%, #fbc2eb 100%);
}

.green-gradient {
    background-image: linear-gradient(to right, #84fab0 0%, #8fd3f4 51%, #84fab0 100%);
}

.blue-gradient {
    background-image: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 51%, #a1c4fd 100%);
}

.pink-gradient {
    background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 51%, #ffecd2 100%);
}

.red-gradient {
    background-image: linear-gradient(to right, #f093fb 0%, #ff867a 51%, #f5576c 100%);
}

.juicy-peach-gradient {
    background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);
}
.young-passion-gradient {
    background-image: linear-gradient(to right, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%);
}
.lady-lips-gradient {
    background-image: linear-gradient(to top, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);
}
.sunny-morning-gradient {
    background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}
.rainy-ashville-gradient {
    background-image: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%);
}
.frozen-dreams-gradient {
    background-image: linear-gradient(to top, #fdcbf1 0%, #fdcbf1 1%, #e6dee9 100%);
}
.warm-flame-gradient {
    background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%);
}
.night-fade-gradient {
    background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%);
}
.spring-warmth-gradient {
    background-image: linear-gradient(to top, #fad0c4 0%, #ffd1ff 100%);
}
.winter-neva-gradient {
    background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}
.dusty-grass-gradient {
    background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
}
.tempting-azure-gradient {
    background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
}
.heavy-rain-gradient {
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
}
.amy-crisp-gradient {
    background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);
}
.mean-fruit-gradient {
    background-image: linear-gradient(120deg, #fccb90 0%, #d57eeb 100%);
}
.deep-blue-gradient {
    background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
}
.ripe-malinka-gradient {
    background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
}
.cloudy-knoxville-gradient {
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}
.morpheus-den-gradient {
    background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
}
.rare-wind-gradient {
    background-image: linear-gradient(to top, #a8edea 0%, #fed6e3 100%);
}
.near-moon-gradient {
    background-image: linear-gradient(to top, #5ee7df 0%, #b490ca 100%);
}

.feeds {
    font-size: 12px;
}
.feeds .date {
    width: 100px;
    margin-left: -20px;
}

.feeds li {
    padding: 5px;
}

#scrollLastLogin-table td {
    font-size: 12px;
}

#scrollLastLogin-table .label {
    font-size: 10px;
}

.portlet.calendar.light .fc-button {
    top: -60px !important;
}

.portlet .dashboard-stat {
    margin-bottom: 10px !important;
}

.dashboard-stat {
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 5px !important;
    height: 120px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.11) !important;
}

.dashboard-stat:hover{
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.11) !important;
}

.dashboard-stat.blue {
    background-image: linear-gradient(120deg, #4735f2 0%, #a1c4fd 100%);
}

.dashboard-stat.red {
    background-image: linear-gradient(120deg, #f5576c 0%, #fed6e3 100%);
}

.dashboard-stat.green {
    background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
}

.dashboard-stat.purple {
    background-image: linear-gradient(120deg, #a18cd1 0%, #fbc2eb 100%);
}

.dashboard-stat .details .desc {
    color: #FFFFFF !important;
}

.dashboard-stat .details .number {
    color: #FFFFFF !important;
}

.dashboard-stat .visual > i {
    color: #000 !important;
}

.pagination>li>a, .pagination>li>span { 
    border-radius: 50% !important;
    margin: 0 2px; 
    display:table-cell !important;
	vertical-align: middle !important;
	height:30px;
	width:30px;
	text-align:center;
    padding: 0px !important;
    padding-top: 5px !important;
    font-size: 11px;
}

.table-borders {
    border: 1px solid #e7ecf1;
	border-spacing: 0px;
}

@media (max-width: 767px) {
    table.table tr th, td {
        font-size: 10px !important;
    }
}

g[class^='raphael-group-'][class$='-creditgroup'] {display:none !important;}

.table-light thead tr th {
	background-color: transparent !important;
}