@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700|Oswald:400,300);
h1, .h1 {
    font-size: 30px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 15px;
    margin-bottom: 10px;
}
#form_register input{
    background: transparent !important;
}

body .btn-group > .btn:first-of-type{
  -webkit-border-top-left-radius: 4px !important;
  -moz-border-radius-topleft: 4px !important;
  border-top-left-radius: 4px !important;
  -webkit-border-bottom-left-radius: 4px !important;
  -moz-border-radius-bottomleft: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.form-login input {
    border-radius: 30px;
    height: 50px;
    margin:5px 0px;
}
.bg-agent-login h1, .bg-agent-login h2, .bg-agent-login h3{
    font-weight: normal;
}
.pad{
    padding-top: 30px;
    padding-bottom: 30px;
}
.form-login #Form_CustomLoginForm_action_CustomLoginDo{
    width: 100% !important;
    background: #fcd204;
    border-radius: 30px;
    box-shadow: 1px 4px 4px 1px #0000001f;
}
.form-login label{
    display: none;

}
html, body {
    height: 100%;
}
.login-page .middleColumn{
    width:100% !important;
}
.login-page {

    padding: 50px;
    border-radius: 30px;
}
.form-login {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 10px 0px;
}
.bg-agent-login{
    background: url(../img/login-agent.webp) no-repeat center center;
    min-height: 100%;
    height: auto;
    /* background: linear-gradient(to bottom, rgb(140, 191, 226), rgb(0, 127, 217)); */

    /* -webkit-background-size: cover; */
    /* -moz-background-size: cover; */
    /* -o-background-size: cover; */
    /* background-size: cover; */
    background-size: 100% 100%;
}
ul.optionset{
  margin-bottom: 0px;
}
.navbar-default {
  background: none repeat scroll 0 0 #423d33;
  border: none;
  margin-bottom: 0px;

  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.navbar-default .navbar-nav > li > a {
  background-color: transparent;
  color: #FFF;
  font-weight: 300;
  line-height: 1;
  padding: 23px 15px;
}
.navbar-default .navbar-brand {
  color: #fff;
  height: auto;
  width: 230px;
}
.navbar-default .navbar-brand img{
  width: 70%;
  height: auto;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > a:hover, .navbar-default .navbar-nav > a:focus,
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > li:hover, .navbar-default .navbar-nav > li:focus,
.navbar-default .navbar-nav > li.active{
  background-color: #fcec00;
  color: #333;
  line-height: 1;
}
.two_column_content{
  padding: 20px 0px;
}
.center_content{
  margin: 0 auto;
  padding: 5px 0;
}
.center_align{
  text-align: center;
}
.field {
  clear: both;
  padding-bottom: 8px !important;
}
.fieldgroup .middleColumn{
  width: 100%;
}
.middleColumn{
  width: 50%;
}
input, textarea, select {
  background-color: #FFF;
  background-image: none;
  border: 1px solid #aaa;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  color: #888;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  height: 35px;
  line-height: 1.42857;
  padding: 4px 8px;
  width: 100%;
}
input:focus, textarea:focus{
  border-color: #FBE644;
  outline: none;
}
.required, .bad, .validation, .red, .error {
    color: #a94442;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary,
.Actions .action:hover, .Actions button:hover, .Actions .button:hover, .button_link:hover{
  background: #fed201;
  border-color: #ffcf06;
  color: #111;
}
/* SIBLING FADE: fade out siblings around a hovered item */

.sibling-fade { visibility: hidden; }
/* Prevents :hover from triggering in the gaps between items */

.sibling-fade > * { visibility: visible; }
/* Brings the child items back in, even though the parent is `hidden` */

.sibling-fade > * { transition: opacity 150ms linear 100ms, transform 150ms ease-in-out 100ms; }
/* Makes the fades smooth with a slight delay to prevent jumps as the mouse moves between items */

.sibling-fade:hover > * { opacity: 0.4; transform: scale(0.9); }
/* Fade out all items when the parent is hovered */

.sibling-fade > *:hover { opacity: 1; transform: scale(1); transition-delay: 0ms, 0ms; }
/* Fade in the currently hovered item */


.sibling-fade {
  display: flex;
  flex-wrap: wrap;
}

.sibling-fade > * {
  background: white;  
  flex: auto;
  text-align: center;
  color: #f05555;
  font-size: 1.5em;
  text-decoration: none;
}

/**/
.button_link:hover{
  /*display: inline-block;*/
  text-decoration: none;
  /* color: white; */
  /* border: 1px solid #ffcf06; */
}

.Actions .action, .Actions button, .Actions .button, .button_link {
  padding: 14px 30px;
  font-size: 18px;
  line-height: 1.3333333;

  background: #FBE644;
  border-color: #FBE644;
  display: inline-block;
  text-shadow: none;
  height: auto;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;

  width: auto;
  color: #333;
}
.pre_button_center .Actions{

}
.btn-group{
  padding-left: 0px;
}
.optionset .btn.active{
  background: #FBE644;

  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 0px 0px transparent;
}
.button_link{
  /* border: 1px solid transparent; */
  text-weight: bold;
  background: #fed201;
  color: white;
  display: block;
  font-size: 20px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 20px;
  padding: 40px 30px;
  text-transform: uppercase;
}
.btn-group>.btn{
  border-color: #aaa;
}

textarea{
  height: auto !important;
}
.fieldgroupField{
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 1%;
  width: 32%;
  vertical-align: middle;

}
.fieldgroupField label,
form label{
  display: block;
}
.fieldgroupField .optionset{

}
#NilaiDPDpReceiver .fieldgroupField{
  width: auto;
}

.optionset li{
  display: inline-block;
}

.agent_login_form h1{
  font-size: 26px;
  font-weight: 600;
  text-align: left;
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 15px;
  width: 47%;
}
.agent_login_form form{
    margin: 0 auto;
    width: 47%;
}
.agent_login_form label{
    visibility: hidden;
    display: none;
}
.agent_login_form .field{
  padding-bottom: 20px;
}
.agent_login_form .middleColumn{
    width: 100%;
}
.agent_login_form .middleColumn input{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

  padding-left: 14px;
  padding-right: 14px;
}
#AddButtonGroup .fieldgroupField{
  margin-bottom: 0px;
  width: 50%;
}
#AddButtonGroup{
  /*padding-bottom: 0px;*/
}
.small_addbutton{
  float: right;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 0px #fff;
  border: 1px solid #FBE644;
  background-color: #FBE644;
  padding: 8px 16px;
}
.small_addbutton:hover{
  border: 1px solid #FBE644;
  background-color: #FFF;
}
.small_addbutton .glyphicon{
  margin-right: 5px;
}
.iklan_baris1_custom{
  border: 1px solid #aaa;
  width: 50%;
  margin-bottom: 8px;
}
.iklan_baris1_custom #Content1{
  display: inline-block;
  line-height: 1.4;
  padding: 8px;
  width: 45%;
}
.iklan_baris1_custom #Content2{
  float: right;
  padding-bottom: 0px;
  width: 55%;
}
.iklan_baris1_custom .middleColumn input{
  border: none;
  height: auto;
  line-height: 19px;
  padding: 8px 8px 8px 0px;
}
.iklan_baris1_custom #Content1 .middleColumn,
.iklan_baris1_custom #Content2 .middleColumn{
  width: 100%;
}
.full_img_bg{
  background: transparent url("img/background_website.png") no-repeat center center fixed;
  background-size: 100% 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.max-lines-desc-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* number of lines to show */
    /*line-height: 1;         fallback */
}
.logo_tulisan{
  background: url("img/tulisan_logo.png") no-repeat scroll center center transparent;
  background-size: 100% 100%;
  width: 614px;
  max-width: 100%;
  height: 215px;
  display: block;
  align-items: center;
  margin: 0 auto;
}
.logo_tulisan_white_shadow{
  color: #fff;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  font-size: 18px;
  text-shadow: 0px 1px 4px #000;
}
.space_top1{
  margin-top: 30px;
}
.bottom_space1{
  margin-bottom: 80px;
}

#Form_CustomLoginForm_Email{
        background: linear-gradient(to bottom,#f2f2f2,#fefefe);
            border: 0;
    box-shadow: 1px 4px 4px 1px #0000001f;
  /*background-image: url("img/customer_icon.png");*/
/*  background-position: 10px 12px;
  background-repeat: no-repeat;*/
  border-left: 1px solid #ccc;
  font-size: 18px;
  padding-left: 45px;
}
#Form_CustomLoginForm_Password{
        background: linear-gradient(to bottom,#f2f2f2,#fefefe);
            border: 0;
    box-shadow: 1px 4px 4px 1px #0000001f;
  /*background-image: url("img/lock_icon.png");*/
/*  background-position: 10px 12px;
  background-repeat: no-repeat;*/
  border-left: 1px solid #ccc;
  font-size: 18px;
  padding-left: 45px;
  position: relative;

}
#Form_CustomLoginForm_Email_Holder .middleColumn:before {
    background-image: url("img/icon-username-01.png");
}
#Form_CustomLoginForm_Password_Holder .middleColumn:before {
    background-image: url("img/icon-pasword-01.png");
}
.middleColumn:before {
    /*background-image: url("img/lock_icon.png");*/
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    height: 24px;
    width: 24px;
    margin-left: 0.8em;
    width: 120;
    overflow: visible;
    display: inline-block;
    line-height: 24px;
    z-index: 1;
}

.middleColumn {
    position: relative;
    line-height: 24px;
}

.middleColumn > input {
/*    border-radius: 12px;
    height: 24px;
    border: 1px solid black;
    margin: 0;
    padding: 0;
    padding-left: 32px;*/
}
form .radio,
form .form-inline .radio{
  display: block;
}
form .radio label{
  display: block;
  font-weight: normal;
}
form label input,
form input[type=radio]{
  display: inline-block;
  width: auto;
  height: auto;
  margin: 4px 4px 0 0;
}
.agent_report form input{
  display: inline-block;
  width: auto;
}
.agent_report .form-inline .radio{
    display: block;
    width: 100%;
    float: none;
    clear: both;
}
.btn-group.readonly{
  font-size: 1em;
}
.huge{
  font-size: 40px;
}
.huge-icon{
  font-size: 3.5em;
}

.label-magenta {
    background-color: magenta;
}
.field input[type=checkbox]{
  height: auto;
  float: left;
  width: auto;
  margin-right: 10px;
}

iframe{
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px){
    .inputformvisitor{
        font-size: 18px !important;
    }

    .icon-form .fa{
        font-size: 24px  !important;
    }
  .button_link {
    width: auto;
  }
  .field {
    max-width: 100%;
  }
  .agent_login_form form{
    margin: 0 auto;
    width: 100%;
  }
  .agent_login_form h1 {
    width: 100%;
  }
}
.backtomenustyle{
    padding:20px 0px;
    text-align: center;
    width: 100%;
    display: block;
}

/* Chrome, Safari, Edge, Opera */
.input-hide-arrow::-webkit-outer-spin-button,
.input-hide-arrow::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.input-hide-arrow[type=number] {
  -moz-appearance:textfield;
}

@media only screen and (max-width: 480px){
    .bg-agent-login{
        background: url(../img/login-agent-mobile.webp) no-repeat center center;
        background-size: 100% 100% !important;
        background-color: rgba(255, 255, 255, 0.65);
        background-blend-mode: lighten;
    }
  .center_content {
    margin: 0 auto;
    width: 100%;
  }
  .button_link {
    width: auto;
  }
  .navbar-default .navbar-nav > li > a{
    padding: 15px 15px;
  }
  .logo_tulisan {
    align-items: center;
    background: transparent url("img/tulisan_logo.png") no-repeat scroll center center / 100% auto;
    display: block;
    height: 200px;
    margin: 0 auto;
    width: 323px;
  }
  .fieldgroupField{
    width: 48%;
  }
  .middleColumn{
    width: 100%;
  }
}
