body {
  background: #cecece; /* fallback for old browsers */
  background: -webkit-linear-gradient(right, #cecece, #ffffff);
  background: -moz-linear-gradient(right, #cecece, #ffffff);
  background: -o-linear-gradient(right, #cecece, #ffffff);
  background: linear-gradient(to left, #cecece, #ffffff);
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;      
}


.main-container{
    background-color: white;
    box-shadow: 0px 0px 10px #888888;
    height: 100%;
    min-height: 100%;
}

.custom-form-control{
    display: inline-block;    
}

.img-logo-ent{
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    border-radius: 5px;
}


.margin-top-60{
    margin-top: 60px;
}
.padding-bottom-20{
    padding-bottom: 20px;
}

.color-grey{
    color: #777;
}

.row-border div[class *='col-'] {
    border-bottom: 1px solid #ccc;    
    min-height: 60px;
}

.row-border div[class *='col-']:first-child {
    border-left: 1px solid #ccc;    
}
.row-border div[class *='col-']:last-child {
    border-right: 1px solid #ccc;    
}


.row-border{
    margin: 0;
}

.col-bottom-border{
    border-bottom: 1px solid #ccc;
}

ul.collection-list{
    padding-left: 0;
    list-style: none;
}



div[id^='appbundle_orderdetails_badgenames_'] div,
div[id^='appbundle_orderdetails_badgenames_'] input,

div[id^='appbundle_orderdetails_badgenames_sup_'] div,
div[id^='appbundle_orderdetails_badgenames_sup_'] input,

div[id^='appbundle_orderdetails_invitationnames_'] div,
div[id^='appbundle_orderdetails_invitationnames_'] input
{
    display: inline-block;
}

div[id^='appbundle_orderdetails_badgenames_'] input,
div[id^='appbundle_orderdetails_badgenames_sup_'] input,
div[id^='appbundle_orderdetails_invitationnames_'] input
{
    max-width: 200px;
}
div[id='appbundle_orderdetails_badgenames'] > div > label,
div[id='appbundle_orderdetails_badgenames_sup'] > div > label,
div[id='appbundle_orderdetails_invitationnames'] > div > label
{
    display: none;
}

#appbundle_orderdetails_badges ul{
    color: #a94442;
}

#appbundle_orderdetails_badges > .form-group {
    border-bottom: 2px solid #ccc;
    padding: 20px 0;
}

#appbundle_orderdetails_badges > .form-group:last-child {
    border-bottom: none;
}
