/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

.login-form{
	margin: 0 auto;
	max-width: 400px;
}
.profile-pic-custom {
	text-align: center;
}
.profile-pic-custom>img {
	border-radius: 5%;
	position: relative;
	border: 2px solid #ebebeb;
	max-height: 200px;
	margin: 0 auto;
}
.jarviswidget>div {
	padding: 0.85em 0 0 0;
}
.jarviswidget .widget-body {
  	padding-bottom: 0;
}
.minified nav > ul > li > a .menu-item-parent, .minified nav > ul > li > a > b {
  display: none !important;
}
button, input, select, textarea, .smart-form footer .btn {
  font-family: inherit !important;
  font-size: inherit !important;
}

/*Datatables*/
div.dt-buttons {
	float: right;
}
.dataTables_filter {
  float: right;
}
.dataTables_info {
  float: left;
}
.dataTables_filter label {
  	margin-right: 5px;
}
.padding-table {
  	padding-left: 0.85em;
  	padding-right: 0.85em;
}
.smart-form fieldset {
  padding: 10px 0.85em 5px;
}
.container, .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
div.dataTables_wrapper div.dataTables_length select, div.dataTables_wrapper div.dataTables_filter input  {
  display: inline-block;
}
.input-group-addon:first-child {
  border-right: 1px solid #ccc;
}
.dataTables-example th { 
  white-space: nowrap;
}
.addon-custom{
  padding: 2px 12px;
}
.addon-custom .fa-2xs-custom{
  font-size: 10px !important;
}
table.table-bordered th:last-child {
  border-right-width: 1px !important;
}


/*Somagede Blue Theme */
.smart-style-2 #header, .smart-style-2 .page-footer, .smart-style-2 .superbox-show {
/*	background-color: #0daed6;*/
	background-image: linear-gradient(to right, #0daed6, #264a8f 100%);
}
.smart-style-2 .project-selector {
	color: #fff;
}

.smart-style-2 .project-selector:hover {
	color: #fff;
}
.smart-style-2 .open .project-selector {
	color: #FFD600;
}
.smart-style-2 #logo-group span#activity {
	color: #fff;
}
.project-context > :first-child {
	color: #fff;
}
.smart-style-2 .header-search > input[type="text"] {
	background: #fff;
	color:#404040;
	border-color: #FFF !important;
	border-radius: 2px;
}
.smart-style-2 .btn-header > :first-child > a {
  	background: 0 0;
  	color: #fff !important;
}
.smart-style-2 #hide-menu a > i {
	color: #fff !important;
}
.smart-style-2 nav ul b .fa-plus-square-o:before {
	content: "\f104"
}
.smart-style-2 nav ul b .fa-minus-square-o:before {
	content: "\f107"
}
.minified nav > ul > li > ul {
	min-height: 50px;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: unset;
    min-width: 600px;
    max-width: 800px;
  }
}
.smart-form .input input.disabled{
	cursor: default;
	background-color: #eee !important;
  opacity: 1;
}
.smart-style-2 div.login-info .project-selector:hover {
  color: #33455A;
}
.smart-style-2 div.login-info .open .project-selector {
  color: black;
}
div.login-info .dropdown-menu {
/*  top: 13.5%;*/
  left: unset;
  border-radius: 5px;
}
.smart-style-5 .dropdown-menu.profile
{
  background: #000;
}
.dropdown-menu
{
  top: unset;
}
.padding-top-bot{
  padding: 10px 0 !important;
}
.header-center-95{
  width: 90% !important;
  text-align: center;
}

/* Start - Timeline style */
.vertical-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.vertical-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#vertical-timeline {
  position: relative;
  padding: 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#vertical-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #f1f1f1;
}
.vertical-timeline-content .btn {
  float: right;
}
#vertical-timeline.light-timeline:before {
  background: #e7eaec;
}
.dark-timeline .vertical-timeline-content:before {
  border-color: transparent #f5f5f5 transparent transparent;
}
.dark-timeline.center-orientation .vertical-timeline-content:before {
  border-color: transparent transparent transparent #f5f5f5;
}
.dark-timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,
.dark-timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
  border-color: transparent #f5f5f5 transparent transparent;
}
.dark-timeline .vertical-timeline-content,
.dark-timeline.center-orientation .vertical-timeline-content {
  background: #f5f5f5;
}
@media only screen and (min-width: 1170px) {
  #vertical-timeline.center-orientation {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #vertical-timeline.center-orientation:before {
    left: 50%;
    margin-left: -2px;
  }
}
@media only screen and (max-width: 1170px) {
  .center-orientation.dark-timeline .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
  }
}
.vertical-timeline-block {
  position: relative;
  margin: 2em 0;
}
.vertical-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.vertical-timeline-block:first-child {
  margin-top: 0;
}
.vertical-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .center-orientation .vertical-timeline-block {
    margin: 4em 0;
  }
  .center-orientation .vertical-timeline-block:first-child {
    margin-top: 0;
  }
  .center-orientation .vertical-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.vertical-timeline-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  border: 3px solid #f1f1f1;
  text-align: center;
}
.vertical-timeline-icon i {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -9px;
}
@media only screen and (min-width: 1170px) {
  .center-orientation .vertical-timeline-icon {
    width: 50px;
    height: 50px;
    left: 50%;
		/*margin-left: -25px;*/
    margin-left: -28px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    font-size: 19px;
  }
  .center-orientation .vertical-timeline-icon i {
    margin-left: -12px;
    margin-top: -10px;
  }
  .center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
    visibility: hidden;
  }
}
.vertical-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
}
.vertical-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.vertical-timeline-content h2 {
  font-weight: 400;
  margin-top: 4px;
}
.vertical-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.vertical-timeline-content .vertical-date {
  float: left;
  font-weight: 500;
}
.vertical-date small {
  color: #1ab394;
  font-weight: 400;
}
.vertical-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
.navy-bg, .bg-primary {
  background-color: #1ab394 !important;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .vertical-timeline-content h2 {
    font-size: 18px;
  }
  .vertical-timeline-content p {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1170px) {
  .center-orientation .vertical-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
		/*Tambahan Bayu*/
		max-width: 38%;
  }
  .center-orientation .vertical-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .center-orientation .vertical-timeline-content .btn {
    float: left;
  }
  .center-orientation .vertical-timeline-content .vertical-date {
    position: absolute;
    width: 100%;
		/*left: 122%;*/
    left: 132%;
    top: 2px;
    font-size: 14px;
  }
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
    float: right;
  }
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {
    float: right;
  }
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
    left: auto;
		/*right: 122%;*/
    right: 132%;
    text-align: right;
  }
  .center-orientation .cssanimations .vertical-timeline-content.is-hidden {
    visibility: hidden;
  }
}
/* End - Timeline style */

nav ul ul {
  padding: unset;
}
.smart-style-2 nav ul .active > a, .smart-style-2 nav ul li.open > a, .smart-style-2 nav ul li.open > a b {
  display: flex;
}
/*nav > ul > li > a b {
  right: 5px;
}*/
nav > ul > li > a b
{
  right: 11px !important;
}
div.bg-login{
  background-image: url('../../assets/img/bg-login.jpg') !important;
  background-size: cover !important;
  height: 88.7vh;
  overflow: hidden;
}
#extr-page #main
{
  padding-top: 0;
  padding-bottom: 0;
  min-height: 0;
}
#extr-page #header
{
  border-bottom: 0 !important;
}
.bg-transparent {
  padding-bottom: 82px;
  min-height: 500px;
  padding-top: 20px;
  height: 100%;
/*  background: rgba(0, 0, 0, 0.3);*/
}
.smart-style-5 .MessageBoxContainer, .smart-style-5 .ajax-dropdown, .smart-style-5 .modal-content {
  background: url(../img/bg-img-global.jpg) fixed center;
}
.smart-style-5 .minifyme {
  background: rgba(77, 160, 209, 0.5);
}

.smart-style-5 .minifyme:hover {
  background: rgba(77, 153, 209, 0.7);
}
#logo {
    margin-top: 6px;
    margin-left: 8px;
}
#logo img {
    width: 180px;
}
#extr-page #header #logo {
    margin-top: 16px;
}