
.row-container{
	display: flex;
	flex-flow: column;
}

.roboto-100{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100 !important;
}

.roboto-200{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 200 !important;
}

.roboto-300{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300 !important;
}

.roboto-400{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400 !important;
}


.roboto-500{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500 !important;
}

.roboto-700{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700 !important;
}


.roboto-900{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900 !important;
}

.background-dark{
    background: #170948;
}

.background-white{
    background: white;
}

.text-dark-blue{
    color: #1E054C;
}

.text-purple{
	color: rgba(146, 118, 172, 1);
}

.text-white{
    color: #FFFFFF;
}


.cursor-pointer{
	cursor: pointer;
}

/*margin-vertical*/
.my-0{
	margin-top:0px !important;
	margin-bottom:0px !important;
}
.my-1{
	margin-top:0.5rem !important;
	margin-bottom:0.5rem !important;
}
.my-2{
	margin-top:1rem !important;
	margin-bottom:1rem !important;
}
.my-3{
	margin-top:1.5rem !important;
	margin-bottom:1.5rem !important;
}
.my-4{
	margin-top:2rem !important;
	margin-bottom:2rem !important;
}
.my-5{
	margin-top:2.5rem !important;
	margin-bottom:2.5rem !important;
}


/*margin-horizontal*/
.mx-0{
	margin-left:0px !important;
	margin-right:0px !important;
}
.mx-1{
	margin-left:0.5rem !important;
	margin-right:0.5rem !important;
}
.mx-2{
	margin-left:1rem !important;
	margin-right:1rem !important;
}
.mx-3{
	margin-left:1.5rem !important;
	margin-right:1.5rem !important;
}
.mx-4{
	margin-left:2rem !important;
	margin-right:2rem !important;
}
.mx-5{
	margin-left:2.5rem !important;
	margin-right:2.5rem !important;
}

/*padding-vertical*/
.py-0{
	padding-top:0px !important;
	padding-bottom:0px !important;
}
.py-1{
	padding-top:0.5rem !important;
	padding-bottom:0.5rem !important;
}
.py-2{
	padding-top:1rem !important;
	padding-bottom:1rem !important;
}
.py-3{
	padding-top:1.5rem !important;
	padding-bottom:1.5rem !important;
}
.py-4{
	padding-top:2rem !important;
	padding-bottom:2rem !important;
}
.py-5{
	padding-top:2.5rem !important;
	padding-bottom:2.5rem !important;
}

.py-05{
	padding-top:0.375rem !important;
	padding-bottom:0.375rem !important;
}

/*padding-horizontal*/
.px-0{
	padding-left:0px !important;
	padding-right:0px !important;
}
.px-1{
	padding-left:0.5rem !important;
	padding-right:0.5rem !important;
}
.px-2{
	padding-left:1rem !important;
	padding-right:1rem !important;
}
.px-3{
	padding-left:1.5rem !important;
	padding-right:1.5rem !important;
}
.px-4{
	padding-left:2rem !important;
	padding-right:2rem !important;
}
.px-5{
	padding-left:2.5rem !important;
	padding-right:2.5rem !important;
}

.px-10{
	padding-left:5rem !important;
	padding-right:5rem !important;
}

@media (min-width: 0px) and (max-width: 1080px) {
	.px-large{
		padding-left:3rem;
		padding-right:3rem;
	}
}

@media (min-width: 1080px) and (max-width: 1440px) {
	.px-large{
		padding-left:5rem;
		padding-right:5rem;
	}
}

@media (min-width: 1440px) {
	.px-large{
		padding-left:10rem;
		padding-right:10rem;
	}
}


.vc{
	display: flex;
	align-items: center;
	flex-wrap:wrap;
}

.hc{
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
}

.text-left{
	text-align: left;
}

.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}


.flex-nowrap{
	flex-wrap: nowrap;
}

.flex-item-left{
	justify-content: left;
}
.flex-item-right{
	justify-content: right;
}

.auto-width{
	width:auto !important;
}

.auto-height{
	height:auto !important;
}

.project-title{
	font-size:15px;
	line-height:20px;
}

.project-subtitle{
	font-size:11px;
	line-height:15px;
}

.line-break {
	flex-basis: 100%;
	height: 0;
  }

.form-search {
	color: #555;
	display: flex;
	border-radius: 5px;
	border: none;
  	padding: 0;
	width:100%;
}  
.input-search{
	width:100%;
	border: 1.5px solid rgba(146, 118, 172, 0.5);
	border-radius: 6px;
	display: block;
	padding: 7px 4px 7px 40px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	background: transparent url(/assets/admin/images/icon-search.png) no-repeat 13px center;
}

.input-search::-webkit-input-placeholder{
	font-weight: 300;
}

.input-search::-moz-placeholder{
	font-weight: 300;
}

.input-search::-ms-input-placeholder{
	font-weight: 300;
}

.input-filter{
	width:100%;
	border: 1px solid rgba(146, 118, 172, 0.25);
	border-radius: 6px;
	display: block;
	padding: 7px 4px 7px 4px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	font-size: 12px;
	background:transparent;
}

input::placeholder{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 200;
	font-size: 12px;
}

.div-cont-left{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: rgba(150, 150, 156, 0.2);
	height:34px;
	font-size:11px;
}

.div-cont-right{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: rgba(150, 150, 156, 0.2);
	height:34px;
}

.button-util{
	background: #F8A023;
	box-shadow: inset -1px -2px 2px rgba(0, 0, 0, 0.25);
	border-radius: 6px;
	height:28px;
	width:28px;
	margin:2px 3px 2px 3px;
	cursor:pointer;
}

.button-trash{
	box-shadow: -1px -2px 2px 0px rgba(0, 0, 0, 0.25) inset;
	background: rgba(255, 255, 255, 1);
	border-radius: 6px;
	cursor:pointer;
	height:28px;
	width:28px;
	margin:0 auto;
}


/*TABLE*/


.title-row{
	background: rgba(23, 9, 72, 0.03)
}

.subtitle-row{
	
}

.title-row td{
	
}

.thead-dark-blue{
	background: rgba(23, 9, 72, 1);
	color: white;
}

.thead-purple{
	background: linear-gradient(0deg, #9276AC, #9276AC);
	color: white;
}

/*SPLIT PANEL*/

.row-primary{
	flex: 1 1 auto;
}

.row-secondary{
	flex: 0 1 auto;
	/* overflow-y:auto; */
}

.divider-horizontal{
	border: 2px solid rgba(0, 0, 0, 0.1) !important;
	width:100vw;
	height:1px;
	margin-left:-10rem;
	z-index:10000;
}

.divider-vertical{
	
}

.col-primary{
	max-height:90vh;
}

.col-secondary{
	border-left: 2px solid rgba(0, 0, 0, 0.1) !important;
	height:100%;
	max-height:90vh;
}

.col-secondary .panel{
	width:100%;
}

.row-lg{
	height:60vh;
}

.row-sm{
	height:30vh;
}

.row-full{
	height:90vh;
}

.col-secondary::-webkit-scrollbar {
	display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
.col-secondary {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

.col-primary::-webkit-scrollbar {
	display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
.col-primary {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

.row-primary::-webkit-scrollbar {
	display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
.row-primary {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

.row-secondary::-webkit-scrollbar {
	display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
.row-secondary {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

/*IMAGE MENU*/
a #img-menu-rab{
	content:url('/assets/admin/images/rab.png')
}
a #img-menu-harga-satuan{
	content:url('/assets/admin/images/harga-satuan.png')
}
a #img-menu-analisa{
	content:url('/assets/admin/images/analisa.png')
}
a #img-menu-gantt-chart{
	content:url('/assets/admin/images/gantt-chart.png')
}
a #img-menu-kurva-s{
	content:url('/assets/admin/images/kurva-s.png')
}

a #img-menu-rap{
	content:url('/assets/admin/images/rap.png')
}
a #img-menu-kebutuhan{
	content:url('/assets/admin/images/kebutuhan.png')
}

a.active #img-menu-rab{
	content:url('/assets/admin/images/rab-active.png')
}
a.active #img-menu-harga-satuan{
	content:url('/assets/admin/images/harga-satuan-active.png')
}
a.active #img-menu-analisa{
	content:url('/assets/admin/images/analisa-active.png')
}
a.active #img-menu-gantt-chart{
	content:url('/assets/admin/images/gantt-chart-active.png')
}
a.active #img-menu-kurva-s{
	content:url('/assets/admin/images/kurva-s-active.png')
}

a.active #img-menu-rap{
	content:url('/assets/admin/images/rap-active.png')
}
a.active #img-menu-kebutuhan{
	content:url('/assets/admin/images/kebutuhan-active.png')
}

input[type='checkbox']{
	cursor:pointer;
	margin:0px;
}

.td-input{
	margin-left:0.25rem;
	margin-right:0.25rem;
	width:calc(100% - 0.5rem);
	border: 1px solid rgba(146, 118, 172, 0.25);
	padding-top:0.25rem;
	padding-bottom:0.25rem;
	border-radius:2px;
	
}

.td-input:focus{
	/* outline: 2px solid rgba(146, 118, 172, 0.50); */
	/* border: 3px solid rgba(146, 118, 172, 0.50); */
	border: 2px solid rgba(23, 9, 72, 1);
}

td{
	vertical-align:middle !important;
}

.button-row{
	color:rgba(146, 118, 172, 1);
	cursor:pointer;
}

.button-row-child{
	border-left:0px !important;
}

.button-row-icon{
	border: 1px solid rgba(146, 118, 172, 1);
	box-shadow: -2px -3px 1px 0px rgba(0, 0, 0, 0.1) inset;
	color:rgba(146, 118, 172, 1);
	height:20px;
	width:20px;
	border-radius:6px;
	text-align:center;
	vertical-align:middle;
	margin-right:1rem;
}



.background-gray{
	background: rgba(23, 9, 72, 0.03);
}

.date-input{
	
}

.col-fixed{
	position: sticky !important;
	left:0;
}

.th-sticky{
	position: sticky !important;
	top:2px;
}

label{
	font-weight:400 !important;
}

.form-control{
	color: rgba(146, 118, 172, 1) !important;
	font-weight:400 !important;
}

.form-control::-webkit-input-placeholder{
	font-weight: 300;
	font-size:14px;
}

.form-control::-moz-placeholder{
	font-weight: 300;
	font-size:14px;
}

.form-control::-ms-input-placeholder{
	font-weight: 300;
	font-size:14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: rgba(146, 118, 172, 1) !important;
	font-weight:400 !important;
}

/* Input field */
.select2-selection__rendered{
	color: rgba(146, 118, 172, 1) !important;
	font-weight:400 !important;
}
    
/* Around the search field */
.select2-search {
	
}
    
/* Search field */
.select2-search input {
	color: rgba(146, 118, 172, 1) !important;
	font-weight:300 !important;
}
    
/* Each result */
.select2-results {
	color: rgba(146, 118, 172, 1) !important;
	font-weight:300 !important;
}
    
/* Higlighted (hover) result */
.select2-results__option--highlighted {
	background:#F8A023 !important;
}
    
/* Selected option */
.select2-results__option[aria-selected=true] {
	background:#F8A023 !important;
}

.btn-upload{
	color: rgba(146, 118, 172, 1) !important;
	font-weight:300 !important;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
	visibility: hidden; /* Hidden by default. Visible on click */
	/* min-width: 250px; Set a default minimum width */
	/* margin-left: -125px;  */
	/* Divide value of min-width by 2 */
	background-color: #333B; /* Black background color */
	color: #fff; /* White text color */
	text-align: center; /* Centered text */
	border-radius: 5px; /* Rounded borders */
	padding: 6px; /* Padding */
	position: fixed; /* Sit on top of the screen */
	z-index: 10000; /* Add a z-index if needed */
	bottom: 30px; /* 30px from the bottom */
    left: 50%;
    transform: translateX(-50%);
  }
  
  /* Show the snackbar when clicking on a button (class added with JavaScript) */
  #snackbar.show {
	visibility: visible; /* Show the snackbar */
	/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
	However, delay the fade out process for 2.5 seconds */
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  
  /* Animations to fade the snackbar in and out */
  @-webkit-keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 30px; opacity: 1;}
  }
  
  @keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 30px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
	from {bottom: 30px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
	from {bottom: 30px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
  }

.ui-resizable-s {
    height: 15px;
	
}

/* handle on the right */
.ui-resizable-e {
    width: 15px;
	border-left:1px solid lightgray;
}
/* handle icon (corner) */
.ui-resizable-se {
    width: 15px;
    height: 15px;
}

.text-hint{
	color:rgba(0,0,0, 0.3)
}

.title-row-orange{
	background:rgba(248, 160, 35, 1) !important;
	color: white;
}

.expand-accordion{
	/* background: transparent url(/assets/admin/images/button-expand-accordion.png) no-repeat 13px center; */
	content: url(/assets/admin/images/button-expand-accordion.png);
}

.close-accordion{
	content: url(/assets/admin/images/button-close-accordion.png);
}

.btn-delete-kebutuhan{
	content: url(/assets/admin/images/btn-delete-kebutuhan-lain.png);
}

.btn-save-modal{
	background: rgba(248, 160, 35, 1);	
    color: rgba(23, 9, 72, 1);
	box-shadow: -4px -4px 4px 0px rgba(0, 0, 0, 0.25) inset;
	cursor:pointer;
	border-radius:6px;
	padding-left:32px;
	padding-right:32px;
	padding-top:8px;
	padding-bottom:8px;
}

.btn-save-modal:hover{
	color:white;
}

.btn-cancel-modal{
	background: rgba(217, 217, 217, 1);
	color: rgba(23, 9, 72, 1);
	box-shadow: -4px -4px 4px 0px rgba(0, 0, 0, 0.25) inset;
	cursor:pointer;
	border-radius:6px;
	padding-left:32px;
	padding-right:32px;
	padding-top:8px;
	padding-bottom:8px;
}

.btn-cancel-modal:hover{
	color:white;
}

.card-custom{
	position: relative;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;    color: #fff;
	background-color: rgba(25, 18, 73, 0.9);margin-bottom:5px;
}

.btn-custom{
	background-color: #f3ad25;
	color: #191249;
	border: 1px solid transparent;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	font-weight: 700;
}