div.message {
    text-align: center;
    cursor: pointer;
    display: block;
    font-weight: normal;
    font-size: 14px;
    padding: 0 1.5rem 0 1.5rem;
    transition: height 300ms ease-out 0s;
    background-color: #a0d3e8;
    color: #626262;
    top: 15px;
    right: 15px;
    z-index: 999;
    overflow: hidden;
    height: 35px;
    line-height: 2.5em;
    box-radius: 5px;
}

div.message:before {
    line-height: 0px;
    font-size: 20px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
    background-color: #FFF;
    padding: 12px 14px 12px 10px;
    content: "i";
    color: #a0d3e8;
}

div.message.error {
    background-color: #C3232D;
    color: #FFF;
}

div.message.error:before {
    padding: 11px 16px 14px 7px;
    color: #C3232D;
    content: "x";
}
div.message.hidden {
    height: 0;
}

form .required label:after {
  color: #e32;
  content: "*";
  display: inline;
}

div.dataTables_wrapper div.dataTables_processing {
	background-color: white;
    border: 1px solid #ddd;
    color: #999;
    font-size: 14px;
    height: 45px;
    left: 50%;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px;
    position: absolute;
    text-align: center;
    top: 20%;
    width: 250px;
    z-index: 1;
}

.alert-custom{
	margin-bottom:15px !important;
	padding:7px !important;
}

.custom-form-actions{
	padding:9px 20px 10px;
}

.user-photo_tickets {
    min-height: 30px;
    min-width: 30px;
    max-height: 30px;
    border-radius: 100%;
    max-width: 30px;
    font-size: 14px;
    margin: 0 1px;
}

.user-photo-tickets-padding {
    padding-top: 6px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

.label-round{
	border-radius:3px;
}


.apple-radius {
    border-radius: 17.544%;
}
.appname {
    color: #4c4c4c;
    font-size: 13px;
    margin-top: 5px;
    font-weight: bold;
}

.event-disabled{
	opacity:0.2;
}
#ajaxMsgDiv.delete-s3-doc{
  float: right;
  margin-right: 65%;
}

.modal-body {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}

.content{padding: 0px 16px;}
.privacy-container{margin-left: 10%;}
.widget-main.privacy{box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.12)}
.no-deco:hover{text-decoration: none;}
.error-message {color:#d16e6c}