/*::selection { background-color: #E13300; color: white; }
::-moz-selection { background-color: #E13300; color: white; }*/

body {
  background-color: #fff;
	/*background: linear-gradient(to right, #006699 0%, #ccccff 100%);*/
	/*background-image: url('../img/5023.png');
	background-repeat: repeat;*/
	/*margin: 40px;*/
	font-family: 'Montserrat', sans-serif;	color: #4F5155;
	 
}


h1 {
	color: white;
	background-color: transparent;
	 
	font-size: 19px;
	font-weight: normal;
	margin: 0 0 14px 0;
	padding: 14px 15px 10px 15px;
}

code {
	font-family: Consolas, Monaco, Courier New, Courier, monospace;
	font-size: 12px;
	background-color: #f9f9f9;
 
	color: #002166;
	display: block;
	margin: 14px 0 14px 0;
	padding: 12px 10px 12px 10px;
}

#body {
  margin: 0 15px 0 15px;
}

#konten {
	 background-color: #f3f3f4; 
}

.pbig {
	text-align: right;
	font-size: 40px;
	line-height: 32px;
	padding: 0 10px 0 10px;
	margin: 20px 0 0 0;
	color: white;
	text-align: center;
	line-height: 1.6;
	text-shadow: 3px 3px 6px black;
}

.psmall {
	text-align: right;
	font-size: 30px;
	line-height: 32px;
	padding: 0 10px 0 10px;
	margin: 20px 0 0 0;
	color: white;
	text-align: center;
	line-height: 1.6;
	text-shadow: 2px 2px 4px #ccc;
}

.imgapl{
	width:70%;
	height:auto;
}

#container {
	margin: 10px;
	 
}
.gradient-button {
    margin: 5px;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 14px;
    padding: 15px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 300% auto;
    color: #fff !important;
    font-weight: bold;
    box-shadow: 0 0 20px #eee;
    width: 40%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
    display: inline-block;
    border-radius: 10px;

}
.gradient-button:hover{
    box-shadow: 0 7px 7px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    color: #000 !important;
    font-weight: bold;
    margin: 5px;
}
.gradient-button-1 {background-image: linear-gradient(to right, #DD5E89 0%, #F7BB97 51%, #DD5E89 100%)}
.gradient-button-1:hover { background-position: right center; }

.gradient-button-2 {background-image: linear-gradient(to right, #2BC0E4 0%, #EAECC6 51%, #2BC0E4 100%)}
.gradient-button-2:hover { background-position: right center; }

.gradient-button-3 {background-image: linear-gradient(to right, #FF8C00 0%, #DCDCDC 51%, #FF8C00 100%)}
.gradient-button-3:hover { background-position: right center; }

.gradient-button-4 {background-image: linear-gradient(to right, #32CD32 0%, #3a7bd5 51%, #32CD32 100%)}
.gradient-button-4:hover { background-position: right center; }
	
.imglogo{
	width: 70%;
	height: auto;
}

#hbody
{
 
	margin-top: 15px;
 	border-radius: 15px;
}

#hbody label{
	padding-top:7px;
	font-weight:bold;
	font-family: DINPro;
	font-size: 18px;
	color: #023f88;
}

.projex{
	float:right;
}

#divform{
    padding: 10px;
}

#hmenu{
  padding-top: 50px;
}

#hmenu img{
	width: 20%;
	height:auto;
}
#logokonten
{
	display:block;
  	margin-left:auto;
  	margin-right:auto;
}
.help-block{
	color: red;
}

.modal-content{
 	background: #fff;
	background-size: cover;
	background-repeat: no-repeat;
 	/*color: #023f88;*/
 	/*border-left: 2px solid blue !important;*/
}
.modal-footer .gradient-button{
	width: 100% !important; 
}


.open-button {
  background-color: #6d6e71 !important;
  color: white !important;
  padding: 16px 20px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
   
  position: fixed !important;
  bottom: -7px;
  right: 15%;
  width: 280px;
}


/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: -7px;
  right: 15%;
  border: 3px solid #f1f1f1;
  z-index: 9;
  width: 290px;
 background-color: #fff ;
 
}

/* Add styles to the form container */
.form-container {
  max-width: 280px;
  padding: 10px;
  max-height: 350px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  border-radius: 10px;
  
}

.form-container .close{
 color:black !important;
}

.form-container p{
 font-size:18px  !important;
}

.form-container label{
 font-size:14px  !important;
}

.form-container input{
 font-size:14px !important;
 width:90%;
}

/* Full-width textarea */
.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: 1px solid #ddd ;
  font-size:14px  !important;
  width:90%;
  min-height: 100px;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
 /* background-color: blue;*/
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

.form-container .error{
   font-family: arial !important;
   font-size:12px !important;
   color:red;	
   font-style: italic; 
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}


.agreement {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 22px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

  /* Hide the browser's default checkbox */
  .agreement input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 33%;
    height: 35px;
    width: 35px;
    color: #000;
    border-color: #023f88 !important;
    border-width: 3px;
    border-style: solid;
  }

  /* On mouse-over, add a grey background color */
  .agreement:hover input ~ .checkmark {
    background-color: #ccc;
  }

  /* When the checkbox is checked, add a blue background */
  .agreement input:checked ~ .checkmark {
    background-color: #2196F3;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .agreement input:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .agreement .checkmark:after {
    left: 9px;
    top: 5px;
    width: 10px;
    height: 20px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

 #tblconfirm{
  width: 100%;
  color: #023f88;
  font-size: 16px;
  font-weight: bold;
  margin-left: 100px;
 }

 .divupd{
  margin-left: 100px;
 }

@media screen and (max-width: 768px) {
	body{
		height: 100%;
	}
 	.pbig {
	font-size: 24px;
	}
 	.psmall {
	font-size: 20px;
	}
 	#konten{
 		width:100%;
 	}
	#logobanner
	{
		width: 80%;
		height: auto;
	}
	#logobanner2
	{
		width: 80%;
		height: auto;
	}
	#logokonten
	{
		display:block;
	  	margin-left:auto;
	  	margin-right:auto;
	  	width: 40%;
	    height: auto;
	}
	.imgapl{
	width:100%;
	height:auto;
	}
	.gradient-button {
		width:100%;
	}
 
	#hbody label{
		font-size: 15px;
	}
	
	#hmenu img{
	width: 50%;
	height:auto;
	}

	.checkmark {
		left:20%;
	}
   #tblconfirm{
  margin-left: 0px;
    font-size: 12px;
 }
 .divupd{
  margin-left: 0px;
 }
.open-button {
    bottom: -7px !important;
    right: 25%;
  } 
.chat-popup {

      right: 25%;
    }
 
}

@media (max-width: 480px) {
	body{
		height: 100vh;
	}
	#hbody label{
		font-size: 12px;
	}
	#hmenu img{
		width: 60%;
		height:auto;
	}
	#hbody .form-control{
		font-size: 0.8rem;
	}
	#hbody .btn{
		font-size: 0.8rem !important;
	}	

	.gambar{
		width: 100px;
	}  

	.projex{
	float:none;

	}
	.checkmark {
		left:0%;
	}
  	.open-button {
    		width: 250px;
  	} 

  	.chat-popup{
     		max-width: 250px;
  	}
 
}

.column {
  margin: 15px 15px 0;
  padding: 0;
}
.column:last-child {
  padding-bottom: 60px;
}
.column::after {
  content: '';
  clear: both;
  display: block;
}
.column div {
  position: relative;
  float: left;
  width: 300px;
  height: 200px;
  margin: 0 0 0 25px;
  padding: 0;
}
.column div:first-child {
  margin-left: 0;
}
.column div span {
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: -1;
  display: block;
  width: 300px;
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0;
}

.img-hover-zoom {
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .6s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.1);
}

.xbadge{
  z-index:99;
  border: 2px solid;
  margin:10px;
}

/*.input-group {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
}*/
input,
input::-webkit-input-placeholder {
    font-size: 12px;
    padding-top: 0px;
    border-left: none !important;
}
.fas
{
	color:rgb(210,210,210);
}
.input-group-addon
{
	background-color: rgb(255,255,255);
	border-right: none !important;
}

.form-button {

	padding-right: 100px;
	padding-left: 100px;
}

#logofooter{
  display: block;
  margin-left: 44%;
  margin-right: auto;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 100s;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  max-width: 900px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlidesx {
  display: none;
  margin-top: -8%;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}