a{
    color: #713194;
}
.navbar-default .navbar-brand{
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 0.05rem;
}

/* Index */ 
.descText{
    word-spacing: 0.08rem;
    letter-spacing: 0.01rem;
    color: #59595c;
    max-width: 500px;
    font-size: 1.7rem;
    line-height: 1.75em;
}
.description{
    margin-top: 2%;
}
.red{
    color: #FF2A00;
}

/* Login form */

.cnt{
    text-align: center;
}
.gray a{
    color: graytext;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 20px; 
}
.nobold{
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 0px;
}
.form-login {
  max-width: 330px;
  padding: 20px;
  margin: 0 auto;
  margin-top:10%;
  border: 3px dashed;
  border-color: #e7e7e7;
  background-color: #F8F8F8 ;
}
.form-login .form-login-heading,
.form-login .checkbox {
  margin-bottom: 10px;
}
.form-login .checkbox {
  font-weight: normal;
}
.form-login .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-login .form-control:focus {
  z-index: 2;
}
.form-login input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-login input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.colorgraph {
  height: 7px;
  border-top: 0;
  background: #c4e17f;
  margin-bottom: 30px;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #662f75, #662f75 12.5%, #692f7d 12.5%, #692f7d 25%, #6c3084 25%, #6c3084 37.5%, #713194 37.5%, #713194 50%, #7d33b3 50%, #7d33b3 62.5%, #8234c3 62.5%, #8234c3 75%, #8535ca 75%, #8535ca 87.5%, #8835d2 87.5%, #8835d2);
  background-image: -moz-linear-gradient(left, #662f75, #662f75 12.5%, #692f7d 12.5%, #692f7d 25%, #6c3084 25%, #6c3084 37.5%, #713194 37.5%, #713194 50%, #7d33b3 50%, #7d33b3 62.5%, #8234c3 62.5%, #8234c3 75%, #8535ca 75%, #8535ca 87.5%, #8835d2 87.5%, #8835d2);
  background-image: -o-linear-gradient(left, #662f75, #662f75 12.5%, #692f7d 12.5%, #692f7d 25%, #6c3084 25%, #6c3084 37.5%, #713194 37.5%, #713194 50%, #7d33b3 50%, #7d33b3 62.5%, #8234c3 62.5%, #8234c3 75%, #8535ca 75%, #8535ca 87.5%, #8835d2 87.5%, #8835d2);
  background-image: linear-gradient(to right, #662f75, #662f75 12.5%, #692f7d 12.5%, #692f7d 25%, #6c3084 25%, #6c3084 37.5%, #713194 37.5%, #713194 50%, #7d33b3 50%, #7d33b3 62.5%, #8234c3 62.5%, #8234c3 75%, #8535ca 75%, #8535ca 87.5%, #8835d2 87.5%, #8835d2);
}
.btn{
  border: 1px solid;
  border-color: #e7e7e7;
  background-color: #713194;
  color: #fff;
}
/* End Login-form */

/* Registration form */

.form-registration {
  max-width: 350px;
  margin: 0 auto;
  margin-top:10%;
  border: 3px dashed;
  border-color: #e7e7e7;
  background-color: #F8F8F8 ;
  padding: 20px;
}
.form-registration .form-registration-heading,
.form-registration .checkbox {
  margin-bottom: 10px;
}
.form-registration .checkbox {
  font-weight: normal;
}
.form-registration .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-registration .form-control:focus {
  z-index: 2;
}
.form-registration input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-registration input[type="password"] {
  margin-bottom: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* End Registration form */


/* Forgot password form */
.form-forgot{
    max-width: 350px;
    margin: 0 auto;
    margin-top:10%;
    border: 3px dashed;
    border-color: #e7e7e7;
    background-color: #F8F8F8 ;
    padding: 20px;
}
/* End Forgot password form */

/* --------------------------------------------------------------------------------------------------------------------------- */

.clear {
  clear: left;
  padding-top:10px;
}

#primary_nav_wrap
{
	margin-top:2px;
	margin-left:10px;
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul a
{
	display:block;
	color:#333;
	text-decoration:none;
	font-weight:700;
	font-size:12px;
	line-height:32px;
	padding:0 15px;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul li.current-menu-item
{
	background:#ddd
}

#primary_nav_wrap ul li:hover
{
	background:#f6f6f6
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:200px
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}

/* ----KEY ------------------------------------------------------------------------------------------------ */


/* Create four equal columns that floats next to each other */
.columnkey {
  float: left;
  width: 25%;
  padding: 5px;
  height: 100%; /* Should be removed. Only for demonstration */
}


/* Create four equal columns that floats next to each other */
.columnkey {
  float: left;
  width: 25%;
  padding: 5px;
  height: 100%; /* Should be removed. Only for demonstration */
}

#customers {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  text-transform: capitalize;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}
#customers1 td, #customers1 th {
  border: 1px solid #ddd;
  padding: 5px;
}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  color: white;
}

.judultd h3
{
    position: absolute;
    top: 0;
    width: 90px;
    height: 30px;
}

/* BUTTON-------------------------------------------------------------------------- */
.button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

/* SEARCH FORM-------------------------------------------------------------------------- */
.cf:before, .cf:after{
    content:"";
    display:table;
}
 
.cf:after{
    clear:both;
}
 
.cf{
    zoom:1;
}    

 /* Form wrapper styling */
.search-wrapper {
width: 320px;
margin: 45px auto 50px auto;
box-shadow: 0 1px 1px rgba(0, 0, 0, .4) inset, 0 1px 0 rgba(255, 255, 255, .2);
}
 
/* Form text input */
 
.search-wrapper input {
width: 238px;
height: 40px;
padding: 10px  15px;
float: left;
font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
border: 0;
background: #EEE;
border-radius: 3px 0 0 3px;
}
 
.search-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
 
.search-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}
 
.search-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}
 
.search-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}    
 
/* Form submit button */
.search-wrapper button {
overflow: visible;
position: relative;
float: right;
border: 0;
padding: 0;
cursor: pointer;
height: 40px;
width: 72px;
font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
color: white;
text-transform: uppercase;
background: #D83C3C;
border-radius: 0 3px 3px 0;
text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}
   
.search-wrapper button:hover{     
    background: #e54040;
}   
   
.search-wrapper button:active,
.search-wrapper button:focus{   
    background: #c42f2f;
    outline: 0;   
}
 
.search-wrapper button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d83c3c transparent;
    top: 12px;
    left: -6px;
}
 
.search-wrapper button:hover:before{
    border-right-color: #e54040;
}
 
.search-wrapper button:focus:before,
.search-wrapper button:active:before{
        border-right-color: #c42f2f;
}      
 
.search-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}    


/* GAMBAR----------------------------------------------- */

.byline p{
  text-align:center;
  color:#c6c6c6;
  font: bold 18px Arial, Helvetica, Sans-serif;
  text-shadow: 0 2px 3px rgba(0,0,0,0.1);
}

.byline p a{
  color:#d83c3c;
  text-decoration:none;
}
.ratingstar:hover img, .ratingstar:focus img {
  position: relative;
  bottom: 3px;
  color:#fff;
  
}
.zoom {
    padding: 50px;
    background-color: #000;
    transition: transform .2s; /* Animation */
    width: 300px;
    height: 300px;
    margin: 0 auto;
    
}

.zoom:hover {
    transform: scale(1.7); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}