.w-100{
    width:100%;
}
.mx-0{
    margin-left: 0;
    margin-right: 0;
}
.px-0{
    padding-left: 0;
    padding-right: 0;
}
.my-1{
    margin-top: 1em;
    margin-bottom: 1em;
}
.mb-1{
    margin-bottom: 1em;
}
.d-none{
    display: none;
}
.d-flex{
    display: flex;
}
.d-inline{
    display: inline;
}
.justify-content-center{
    justify-content: center;    
}
.justify-content-between{
    justify-content: space-between;    
}
.justify-content-end{
    justify-content: flex-end;    
}
.flex-row{
    flex-direction: row;
}
.flex-column{
    flex-direction: column;
}
.flex-wrap{
     flex-wrap: wrap;
}
.align-items-center{
    align-items: center;
}
.align-items-baseline{
    align-items: baseline;
}
.align-items-end{
    align-items: flex-end;
}
.text-left{
    text-align: left;
}
.white-space-wrap{
    white-space: normal;
}
.position-relative{
    position: relative;
}
.cursor-auto{
    cursor: auto;
}

.cursor-e-resize{
    cursor: e-resize;
}

.cursor-pointer{
    cursor: pointer;
}
.color-white,.color-white:hover{
    color: white;
}

.font-16{
    font-size: 16px;
}
.category-image-small, .event-image-small{
    max-width:150px;
    max-height:150px;

}

.event-image-preview{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
	width:50%; 
	margin-bottom: 10px;
}
.address_link,.address_link:visited {
    color: white;
    text-decoration: underline;
}
.address_link_pdf {
    color: blue;
    text-decoration: underline;
}
.address_link_pdf:visited{
    color: purple;
    text-decoration: underline;
}
.dropzone .dz-preview{
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;

}
.dropzone .dz-preview .dz-image {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    display: block;
    cursor: default;
    z-index: 10;
    box-sizing: border-box;
    text-align: center;
}

.dropzone .dz-preview .dz-image img {
    width: 100%;
    height: auto;
    max-width:400px;
    max-height: 400px;
    display: inline-block;
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-filter: none;
    filter: none;
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 0;
}

.add_tag_group_control{
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}
.add_tag_group_control.active{
    max-height: 100px;
}
.tag-icon {
    background-color: hotpink;
    border-color: deeppink;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 3px 5px 3px 5px;
    margin-right: 5px;
    margin-bottom: 7px;
    white-space: pre-wrap;
}

.tag-input-textbox {
    display: inline-block;
    width: auto;
}

/* Itinerary */
.itinerary-body{
    max-width: 1200px;    
}
.top-image-box{
    max-height: 400px;
    overflow: hidden;    
}
.top-image {
    width: 100%;
    height: auto;
}
.event-image-chopper{
    max-height: 200px;
    overflow: hidden;    
}
.day-container .website{
    word-break: break-all;
}
.event-block-template{
    display: none; 
    margin-bottom: 5px;
    padding: 8px 6px 2px 6px;
}
.event-image{
    padding: 4px;
    background-color: #F5F0EA;
    box-shadow: 3px 4px 2px #d0d0d0;
}
.event-image-box{
    padding: 3px;

}
.row-image{
    max-width: 100%;
    max-height: 300px;
}
/*toast*/
#toast-container > .toast-success:before {
    content: none;
}
.simple-gray-bg{
    background-color: #F3F3F3;
}
.truncate{
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*TI PDF*/
.pdf-container .pdf{
    background-color: white;    
}
.pdf-container .pdf img{
    width: 100%;
}
.pdf-container .pdf h1{
    text-align: center;
}
.pdf-container .pdf th{
    text-transform: uppercase;
}
.pdf-container .page .div-footer{
    position:absolute;
    bottom: 0;
    width: 100%;
}
.pdf-container .padding-bottom{
    padding-bottom: 25px;
}

.pdf-container .psi-customer{
    font-size: 18px;
    font-weight: bold;
}

.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}

.table-with-collon th:nth-child(1){
    width: 40%;
}
.table-with-collon td:nth-child(2){
    width: 20%;
    text-align: center;
}
.table-with-price td:nth-child(3){
    text-align: right;
}
.table-last-col-right tr>*:nth-last-child(1){
    text-align: right;
}
/*          .table-with-collon td{
    width:33.3333333%;
}
*/          .table-with-th-line tr:first-child{
    border-bottom: 3px solid black;
}
.border-top-bottom{
    border-top: 3px solid black;
    border-bottom: 5px solid black;
}
.border-top{
    border-top: 1px solid black;
}
.border-bottom{
    border-bottom: 3px solid black;
}
.border-bottom-double{
    border-bottom: 4px double black;
}
.d-flex{
    display: flex;
} 
.align-items-end{
    align-items: flex-end;
}
.table-text-right th:not(:first-child),.table-text-right td:not(:first-child){
    text-align: right;
}

.header-div label{
    background-color: rgb(103, 106, 108);
    padding: 1rem;
    width: 100%;
    color: white;
}

.header-div label span{
    font-weight: 100;
}

.form-control.remark-with-newline{
    height: auto;
    min-height: 34px;
}

/*override Swal*/
.swal2-popup{
    width: auto !important;
    min-width: 32em;
}

/*override Modaal*/
.modaal-container{
    max-width: inherit;
}
.modaal-outer-wrapper{
    width: auto;
    margin: auto;
}

html {
  scroll-behavior: smooth;
}

.tox.tox-tinymce-aux{
    z-index: 2100;
}

/* override theme  */
body,nav.navbar-default{
    /* background-color: #E9F2F5; */
}
#wrapper{
    /* background-color: #E9F2F5; */
}
.gray-bg, .bg-muted{
    background-color: aliceblue;
}
nav.navbar-static-top{
    background-color: white;
}
.select2-dropdown,
.select2-container--bootstrap .select2-selection,
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    border-radius: 0;
}
.select2-container--bootstrap .select2-selection {
    border-color: #e5e6e7;
    box-shadow: none;
    color: inherit;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: inherit;
}

.swal2-container{
    z-index: 10000 !important;
    padding-left: 15% !important;
    padding-right: 15% !important;
}

.big-red-title {
    color:red;
    display: flex;
    font-weight: bold;
    font-size: x-large;
}
