/*common css for both create event and create costume page*/
@font-face 
{
    font-family: Graphik;
    src: url('../../fonts/Graphik-Regular-Web.eot') format('embedded-opentype'),
        url( '../../fonts/Graphik-Regular-Web.ttf' ) format('truetype'),
        url('../../fonts/Graphik-Regular-Web.woff2') format('woff2'), 
        url('../../fonts/Graphik-Regular-Web.woff') format('woff'), 
        url('../../fonts/whitneybook.svg#Graphik-Regular-Web') format('svg'); 
} 
.row
{
    margin-right: -15px !important;
    margin-left: -15px !important;
}
body
{
    margin: 61px 0 0 0!important; 
} 
#myticketorder  .display-flex-column
{
    display: flex;
    flex-wrap: wrap;
}
#myticketorder
{
    font-family:Graphik,Helvetica,helvetica,arial,sans-serif;
    color:#39364f;
    letter-spacing: .5px;
    padding-top:30px;
    background:#f5f5f5;
    min-height: 100%;padding-left: 0;
    padding-right: 0;
}
#myticketorder  p
{
    color: #39364f;
}
#myticketorder .btn, h1, h2, h3, h4, h5, h6 
{
    font-family: Graphik,Helvetica,helvetica,arial,sans-serif;
}
.mytic-nopd
{
    padding-left:0;
    padding-right:0;
}
.mytic-nopd-l
{
    padding-left:0;
    padding-right:15px;
}
.mytic-nopd-r
{
    padding-left:15px;
    padding-right:0;
} 
#myticketorder  select 
{
    background: #fff url(../../images/dd-arrow.png) no-repeat 100% center;
    background-position-x: 99%;
}
#myticketorder a
{
    font-size: 14px;
    color:#39364f; 
    text-decoration: none; 
    cursor:pointer;
}
#myticketorder a:hover
{ 
    color:#26baee; 
}
#myticketorder a.view-anchor
{
    font-size: 14px;
    color:#26baee;
    text-transform: capitalize;
    text-decoration: none;
}
#myticketorder  a.view-anchor:hover
{ 
    color:#6F7287;
}
#myticketorder  .radio,#myticketorder  .checkbox
{
    padding-left:0;
}
#myticketorder  label
{
    font-weight: normal;
    margin-bottom: 8px;
    text-align: left;
    font-size: 14px;
    color: #1C232B;
    margin-top: 0;
}
#myticketorder  label span
{
    padding-left: 5px;
    color: #FF0000;
    font-weight: normal;
} 
#myticketorder  select 
{
    background: #fff url(../../images/dd-arrow.png) no-repeat 100% center;
    background-position-x: 99%;
} 
#myticketorder .form-control
{
    border: 1px solid #E2E5E7 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 6px 12px;
    font-size:12px;
    color:#1C232B;	
    height: 36px;	
}
#myticketorder .form-control:focus, #manageview .form-control:active 
{
    border-color: #20a7d6 !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#myticketorder  input[type="text"], input[type="password"], input[type="date"], input[type="email"], input[type="time"] ,#manageview select
{
    height: 36px;
    border-top-width: 1px;
    border-style: solid;
}
#myticketorder .form-group 
{
    margin-bottom: 17px;
}

#myticketorder  .notes-head
{ 
    color:#e0336b;
    margin-bottom:5px;
}
#myticketorder .eventview-notes  
{  
    margin-bottom:5px;
    margin-top:5px;
}
#myticketorder .btn-common-mytic
{ 
    padding: 5px 12px;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    height: auto;
    width: auto; 
    background-color: #7bad22;
    border: 2px solid #7bad22;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
    overflow-wrap: break-word; 
    white-space: normal;
    border-radius: 0px; 
    cursor: pointer;
    text-decoration: none;
}
#myticketorder .btn-common-mytic:hover,#myticketorder .btn-common-mytic:focus,#myticketorder .btn-common-mytic:active
{ 
    background-color: #9CCC47;
    border: 2px solid #9CCC47;
    outline:0;
    box-shadow: none;
    color:#fff;
}
#myticketorder  .btn-mytic-view-cancel
{
    background-color: #fff;
    border: 2px solid #C2C2CC;
    color: #000;
}
#myticketorder  .btn-mytic-view-cancel:hover, 
#myticketorder  .btn-mytic-view-cancel:focus, 
#myticketorder  .btn-mytic-view-cancel:active
{	 
    background-color: #eee;
    border:2px solid #c2c2cc;
    color: #000;
}

#myticketorder  .btn-float-right
{
    float:right;
}
#myticketorder  .btn-float-left
{
    float:left;
}



#myticketorder   .mytic-cont
{
    padding-left:0;
    padding-right:0;
}

#myticketorder  .heading-my-events
{
    font-size: 24px;
    text-transform: capitalize;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 20px;
    margin-top: 20px;
} 
#myticketorder   .mytic-cont  .mytic-filter
{
    margin-top:0px;
    margin-bottom: 30px;
}


#myticketorder   .mytic-cont .mytic-left,
#myticketorder   .mytic-cont .mytic-right
{
    margin-top:0px;
    margin-bottom: 30px;
} 
#myticketorder   .mytic-cont .mytic-left
{
    padding-left:0;
    padding-right:15px;
}
#myticketorder   .mytic-cont .mytic-right
{
    padding-left:15px;
    padding-right:0;
}
#myticketorder    .mytic-cont   .mytic-left  .mytic-filter .mytic-filter-l
{
    padding-left:0;
    padding-right:10px;
} 
#myticketorder    .mytic-cont   .mytic-left  .mytic-filter .mytic-filter-r
{
    padding-left:10px;
    padding-right:0;
}  
#myticketorder    .mytic-cont   .mytic-left  .mytic-filter .mytic-select-bar
{
    width:200px;
}
#myticketorder    .mytic-cont   .mytic-left  .mytic-filter .mytic-select-bar,
#myticketorder    .mytic-cont   .mytic-left   .input-group  input,
#myticketorder    .mytic-cont   .mytic-left   .btn-search-icon 
{
    height: 45px !important;
}
#myticketorder    .mytic-cont   .mytic-left  .mytic-filter  .search-input-tic
{
    /* border-right: none  ; */
    width: 100% !important;
}


#myticketorder    .mytic-cont   .mytic-left  .mytic-filter .mytic-nav-links ul.mytic-nav-ul li
{
    padding-right: 0px;
    padding-left: 0px;

}
#myticketorder    .mytic-cont   .mytic-left  .mytic-filter .mytic-nav-links ul.mytic-nav-ul li a
{
    border-radius:0px;
    /* padding: 10px 0px 10px 0px; */
	padding:5px;
    font-size: 14px;
    color: #39364f;
    text-decoration: none;
    cursor: pointer;	border-bottom:2px solid transparent;-webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    /* transition: all .4s linear;border-bottom:2px solid transparent */
}
#myticketorder    .mytic-cont   .mytic-left  .mytic-filter .mytic-nav-links ul.mytic-nav-ul li a:focus, 
#myticketorder    .mytic-cont   .mytic-left  .mytic-filter .mytic-nav-links ul.mytic-nav-ul li a:hover
{
    text-decoration: none;
    background-color: transparent;
    color:#03A9F4;
}
#myticketorder    .mytic-cont   .mytic-left  .mytic-filter .mytic-nav-links ul.mytic-nav-ul li.active>a, 
#myticketorder    .mytic-cont   .mytic-left  .mytic-filter .mytic-nav-links ul.mytic-nav-ul li.active>a:focus, 
#myticketorder    .mytic-cont   .mytic-left  .mytic-filter .mytic-nav-links ul.mytic-nav-ul li.active>a:hover 
{
    color: #39364f;
    background-color:transparent;  
      border-bottom:2px solid #03A9F4;  
	/* background-color: transparent; */
    /* border: 1px solid #03A9F4; */
}

#myticketorder    .mytic-cont   .mytic-left  .mytic-filter .mytic-nav-links ul.mytic-nav-ul>li+li {
    margin-left: 15px;
}





#myticketorder    .mytic-cont   .mytic-left  .btn-search-icon 
{
    border: 1px solid #E2E5E7;
    border-left: none;
    background:#fff;
    margin-left: 0;
}
#myticketorder    .mytic-cont   .mytic-left  .btn-search-icon:hover,
#myticketorder    .mytic-cont   .mytic-left  .btn-search-icon:focus, 
#myticketorder    .mytic-cont   .mytic-left  .btn-search-icon:active 
{
    box-shadow: none;
    outline: 0;
    background: #f5f5f5;
}
#myticketorder    .mytic-cont   .mytic-left   .btn-search-icon img.searchimg
{
    width: 20px;
}
#myticketorder    .mytic-cont   .mytic-left  .mytic-left-body  
{
    padding-top:0;
} 
#myticketorder    .mytic-cont   .mytic-left  .mytic-left-body .mytic-left-inner
{
    padding: 20px;
    background: #fff;
    border-radius: 0px;
    margin: 0 0 20px;  
    box-shadow: 0 0 2px rgba(0,0,0,.1);
} 
#myticketorder    .mytic-cont   .mytic-left  .mytic-left-body .mytic-left-inner:hover
{ 
    -webkit-box-shadow: 0 4px 15px 0 rgba(40,44,53,.06), 0 2px 2px 0 rgba(40,44,53,0.13);
    box-shadow: 0 4px 15px 0 rgba(40,44,53,.06), 0 2px 2px 0 rgba(40,44,53,0.13);
}
#myticketorder    .mytic-cont   .mytic-left  .mytic-left-body .mytic-left-inner:last-child
{ 
    margin: 0 0 0px;   
}

#myticketorder    .mytic-cont   .mytic-left  .mytic-left-body .mytic-left-inner  .mytic-left-l
{
    padding-left:0;
    padding-right:10px; 
}
#myticketorder    .mytic-cont   .mytic-left  .mytic-left-body .mytic-left-inner  .mytic-left-r
{
    padding-left:10px;
    padding-right:0;
}
#myticketorder    .mytic-cont   .mytic-left  .mytic-left-body .mytic-left-inner h3.item-no
{
    font-size: 18px;
    color: #39364f; 
    padding: 0 0 15px;
    margin: 0 0 20px;
    border-bottom: 1px solid #dedede;
}
#myticketorder    .mytic-cont   .mytic-left  .mytic-left-body .mytic-left-inner  span.purchase-date
{
    font-size: 12px;
    color: #6f6f6f; 
    display: block;
    margin-top: 5px;
}
#myticketorder    .mytic-cont   .mytic-left  .mytic-left-body .mytic-left-inner  .mytic-lcol
{
    padding-left:0px;
    padding-right:5px;
}
#myticketorder    .mytic-cont   .mytic-left  .mytic-left-body .mytic-left-inner  .mytic-rcol
{
    padding-left:5px;
    padding-right:0;
}
#myticketorder    .mytic-cont   .mytic-left  .mytic-left-body .mytic-left-inner  .mytic-col
{
    /* padding-left:8px; */
    /* padding-right:8px; */
}
#myticketorder    .mytic-cont   .mytic-left  .mytic-left-body .mytic-left-inner p.head-tit
{
    font-size: 14px;
    color: #39364f;
    margin: 0 0 15px; 
    text-transform: capitalize;
    font-weight:bold;
}
#myticketorder    .mytic-cont   .mytic-left  .mytic-left-body .mytic-left-inner p.head-value
{
    font-size: 14px; 
    margin: 0 0 10px; 
    text-transform: capitalize;
}

#myticketorder    .mytic-cont   .mytic-left  .mytic-left-body .mytic-left-inner p.head-value,
#myticketorder    .mytic-cont   .mytic-left  .mytic-left-body .mytic-left-inner h3.item-no-pricelbl,
#myticketorder    .mytic-cont   .mytic-left  .mytic-left-body .mytic-left-inner  p.item-no-price
{
    color:#6f6f6f;
}
#myticketorder .mytic-cont .mytic-left .mytic-left-body .mytic-left-inner p.head-value-mob {
    /* color: #39364f;  */
}
#myticketorder    .mytic-cont   .mytic-left  .mytic-left-body .mytic-left-inner  .qty-box
{
    max-width:100%;
    width:60px;
}

#myticketorder    .mytic-cont   .mytic-left  .mytic-left-body .mytic-left-inner h3.item-no-pricelbl
{
    font-size: 16px;
    margin: 0px 0 10px;
    text-align:center; 
}
#myticketorder    .mytic-cont   .mytic-left  .mytic-left-body .mytic-left-inner  p.item-no-price
{
    text-align: center; 
    font-size: 18px; 
    margin: 0 0 15px;
    font-weight:bold;
}
#myticketorder    .mytic-cont   .mytic-left  .mytic-left-body .mytic-left-inner .btn-view-tic
{
    padding: 5px 5px;
    font-size: 14px;
    background-color:transparent;
    border: 1px solid #20a7d6;
	color:#20a7d6;
    margin-bottom:0px;
    margin-left: 5px;
    width: auto;
    max-width: 100%;
} 
#myticketorder    .mytic-cont   .mytic-left  .mytic-left-body .mytic-left-inner .btn-view-tic:hover
{ 
    background-color: #42bae3;
    border:1px solid #42bae3;
	color:#fff;
}
#myticketorder    .mytic-cont   .mytic-left  .mytic-left-body .mytic-left-inner .btn-view-tic:last-child
{ 
    margin-bottom:0px;
}
/*#myticketorder    .mytic-cont   .mytic-left  .mytic-left-body .mytic-left-inner .addto-wal
{
        background-color: #000;
    border: 2px solid #000;
}*/ 
#myticketorder    .mytic-cont   .mytic-left  .mytic-left-body .mytic-left-inner  img.addto-wal
{
    width:135px;
}
#myticketorder    .mytic-cont   .mytic-left  .mytic-left-body .mytic-left-inner  .mytic-mb
{
    margin-bottom:0px;
}
#myticketorder    .mytic-cont   .mytic-left  .mytic-left-body .mytic-left-inner  .space-para:last-child   p.head-value
{
    margin-bottom:0px;
}


#myticketorder .tic-equalheight
{
    display: flex; 
    flex-wrap: wrap; 
    display: -webkit-flex; 
    -webkit-flex-wrap: wrap; 
}
#myticketorder    .mytic-cont   .mytic-left  .mytic-left-body .mytic-left-inner   .tic-tg-box {  
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#myticketorder    .mytic-cont   .mytic-left  .mytic-left-body .mytic-left-inner   .tic-tg-box  .tot-price-btnbox{  
    padding:40px 0;
}
#myticketorder    .mytic-cont   .mytic-left  .mytic-left-body .mytic-left-inner   .mytic-mob-r,
#myticketorder    .mytic-cont   .mytic-left  .mytic-left-body .mytic-left-inner   .mytic-mob-l
{  
    padding-left:0;padding-right:0;
}



#myticketorder  .box
{ 
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}

/* common */
#myticketorder   .ribbon {
    /* width: 150px; */
    /* height: 150px; */
    width: 130px;
    height: 130px;
    overflow: hidden;
    position: absolute;
}
#myticketorder  .ribbon::before,
#myticketorder   .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #1ea658;
}
#myticketorder   .ribbon span {
    position: absolute;
    display: block;
    /* width: 225px; */
    width: 165px;
    padding: 7px 0; 
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.23); */
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
    color: #fff;
    /* font: 700 18px/1 'Lato', sans-serif; */
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: capitalize;
    text-align: center;font-size: 12px;
}



.glow {
    background: rgb(255,255,255);
    width: 40px;
    height: 100%;
    z-index: 999;
    position: absolute;
    -webkit-animation: flow 1.5s linear infinite;
    -moz-animation: flow 1.5s linear infinite;
    -webkit-transform: skew(140deg);
    -moz-transform: skew(140deg);
    -o-transform: skew(140deg);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    border-left: 1px solid #fff;
}

@-webkit-keyframes flow {
    0% { left:-20px;opacity: 0;}
    50% {left:100px;opacity: 0.3;}
    100%{ left:180px;opacity: 0;}
}
@keyframes flow {
    0% { left:-20px;opacity: 0;}
    50% {left:100px;opacity: 0.3;}
    100%{ left:180px;opacity: 0;}
}




/* top left*/
/*diff color */
#myticketorder   .ribbon span.purchase-tag
{
    background-color: #2ecc71;
}
#myticketorder  .ribbon-purchase::before,
#myticketorder   .ribbon-purchase::after 
{ 
    border: 5px solid #1ea658;
}


#myticketorder   .ribbon span.compli-tag
{
    background-color: #DFAE1B;
}
#myticketorder  .ribbon-compli::before,
#myticketorder   .ribbon-compli::after 
{ 
    border:5px solid #d78409;
}


#myticketorder   .ribbon span.staff-tag
{
    background-color: #FF5722;
}
#myticketorder  .ribbon-staff::before,
#myticketorder   .ribbon-staff::after 
{ 
    border:5px solid #b43912;
}


#myticketorder   .ribbon span.failed-tag
{
    background-color:#c32f24;
}
#myticketorder  .ribbon-failed::before,
#myticketorder   .ribbon-failed::after 
{ 
    border:5px solid #791d17;
}


#myticketorder   .ribbon span.rfid-tag
{
    background-color:#2196F3;
}
#myticketorder  .ribbon-rfid::before,
#myticketorder   .ribbon-rfid::after 
{ 
    border:5px solid #1068ae;
} 


#myticketorder   .ribbon span.transfered-tag
{
    background-color:#3F51B5;
}
#myticketorder  .ribbon-transfered::before,
#myticketorder   .ribbon-transfered::after 
{ 
    border:5px solid #101d64;
} 

/*diff colors*/
/* top right*/
#myticketorder   .ribbon-top-right {
    top: -10px;
    right: -10px;
}
#myticketorder   .ribbon-top-right::before,
#myticketorder   .ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
    z-index: 9;
}
#myticketorder   .ribbon-top-right::before {
    /* top: 0; */
    /* left: 0; */

    top: 0;
    left: 16px;
}
#myticketorder   .ribbon-top-right::after {
    /* bottom: 0; */
    /* right: 0; */
    bottom: 16px;
    right: 0;
}
#myticketorder   .ribbon-top-right span {
    /* left: -25px; */
    /* top: 47px; */
    left: 0;
    top: 30px;
    transform: rotate(45deg);
}





#myticketorder  .wdp-ribbon
{
    display: inline-block;
    padding: 2px 10px;
    position: absolute;
    right: 0px;
    top: 5px;
    line-height: 24px; 
    /* height: 24px; */
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    border-radius: 0;
    text-shadow: none;
    font-weight: normal; 
    color: #fff;margin-right: -10px;width: 130px;font-size: 12px;text-transform: capitalize;
}

#myticketorder  .wdp-ribbon-two:before, #myticketorder  .wdp-ribbon-two:before {
    display: inline-block;
    content: "";
    position: absolute;
    left: -14px;
    top: 0;
    border: 9px solid transparent;
    border-width: 14px 8px;
    border-right-color: #1eb5ff;
}
#myticketorder  .wdp-ribbon-two:before { 
    border-left-color: transparent!important;
    left: -9px;
}
#myticketorder  .wdp-ribbon-two:after 
{
    right: 0; 
    content: '';
    position: absolute;
    top: 100%;
    border-bottom: 10px solid transparent;
}
#myticketorder  .wdp-ribbon-inner-wrap{
    -ms-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
#myticketorder  .wdp-ribbon-border{
    width: 0;
    height: 0;
    border-right: 65px solid #1eb5ff;
    border-bottom: 65px solid transparent;
    z-index: 12;
    position:relative;
    top:-20px;
}
#myticketorder  .wdp-ribbon-text {
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    position: absolute;
    z-index: 14;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px;
    left: -5px;
    width: 91px;
    text-align: center;
}




/*diff color formobile*/
#myticketorder  .wdp-ribbon-purchase
{ 
    background-color: #2ecc71 !important; 
}
#myticketorder .wdp-ribbon-purchase:before {
    border-color: #2ecc71; 
}
#myticketorder .wdp-ribbon-purchase:after { 
    border-left: 10px solid #1ea658; 
}

#myticketorder .wdp-ribbon-partial
{ 
    background-color: #1eb5ff !important; 
}
#myticketorder .wdp-ribbon-partial:before {
    border-color: #1eb5ff; 
}
#myticketorder .wdp-ribbon-partial:after { 
    border-left: 10px solid #1eb5ff; 
}


#myticketorder  .wdp-ribbon-compli
{ 
    background-color: #DFAE1B !important; 
}
#myticketorder .wdp-ribbon-compli:before {
    border-color: #DFAE1B; 
}
#myticketorder .wdp-ribbon-compli:after { 
    border-left: 10px solid #d78409; 
} 


#myticketorder  .wdp-ribbon-staff
{ 
    background-color: #FF5722 !important; 
}
#myticketorder  .wdp-ribbon-staff:before {
    border-color: #FF5722; 
}
#myticketorder  .wdp-ribbon-staff:after { 
    border-left: 10px solid #b43912; 
}



#myticketorder  .wdp-ribbon-failed 
{ 
    background-color: #c32f24 !important; 
}
#myticketorder  .wdp-ribbon-failed:before {
    border-color: #c32f24; 
}
#myticketorder  .wdp-ribbon-failed:after { 
    border-left: 10px solid #791d17;
}


#myticketorder  .wdp-ribbon-rfid 
{ 
    background-color: #2196F3 !important; 
}
#myticketorder  .wdp-ribbon-rfid:before {
    border-color: #2196F3 ; 
}
#myticketorder  .wdp-ribbon-rfid:after { 
    border-left: 10px solid #1068ae;
}




#myticketorder  .wdp-ribbon-transfered 
{ 
    background-color: #3F51B5 !important; 
}
#myticketorder  .wdp-ribbon-transfered:before {
    border-color: #3F51B5 ; 
}
#myticketorder  .wdp-ribbon-transfered:after { 
    border-left: 10px solid #101d64;
}


/*diff color for mobile*/






/*right section start*/

#myticketorder .mytic-cont .mytic-right .mytic-right-inner 
{
    padding: 20px 10px;
    background: #fff;
    border-radius: 0px;
    margin: 0 0 35px;
    box-shadow: 0 0 2px rgba(0,0,0,.1);
}
#myticketorder .mytic-cont .mytic-right .mytic-right-inner   h3.mytic-right-heading
{ 
    font-size: 17px;
    padding-bottom: 12px;
    text-align: center;
    text-transform: capitalize;
    border-bottom: 1px solid #dedede;
    margin-top: 0;
    margin-bottom: 25px;
}


/*blogs event section*/
/*#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-imp-blog
{
        position:relative;
        overflow: hidden;
        margin-bottom: 25px;
}

#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-imp-blog   img.imp-blogs-img
{
        
}
#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-imp-blog  .imp-blog-tit-det
{
        padding:20px 10px;
}
#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-imp-blog  .imp-blog-tit h3
{
        font-size: 18px;
    color: #6f6f6f;
    margin: 0;
    float: left;text-transform: capitalize;
}
#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-imp-blog  .imp-blog-tit  a.btn-blog-imp {
    color: #20a7d6;
    border: 1px solid #20a7d6;
    background: #fff;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 0; 
        float:right;text-transform: capitalize;
}

#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-imp-blog  .imp-blog-tit a.btn-blog-imp:hover {
    color: #fff;
    border: 1px solid #20a7d6;
    background: #20a7d6;
}


#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-imp-blog  .imp-blog-det h5
{
        font-size: 14px;
    color: #6f6f6f;
    margin: 0;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 10px;
}
#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-imp-blog  .imp-blog-det p
{
        font-size: 14px; 
}
*/


/*imp links css*/
#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-support-links
{
    position:relative;
    overflow: hidden; 
}
#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-support-mb
{
    margin-bottom:15px;
}
#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-support-links img.imp-links-img
{  
    width:100%;
    cursor:pointer;
    height: auto; 
    max-width:100%;
}
#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-support-links .support-links-box
{
    padding: 6px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(36,36,36,.8);
}
#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-support-links .support-links-box p {
    color: #fff;
    font-size: 12px;  
    margin: 0;
    text-transform: capitalize;
} 
/*imp links css end */





/*imp links new section css*/

#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-support-links   .mytic-support-box
{
	padding:20px;
}
#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-support-links   .mytic-support-box1
{
	background-color: #E91E63;
}
#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-support-links   .mytic-support-box  .mytic-support-title
{
	font-size: 22px; 
	font-weight:bold;
	font-style:normal;
	color:#fff;
	margin-top:0;margin-bottom:10px;line-height: 1.235;
}
#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-support-links   .mytic-support-box  p.mytic-support-para
{
	font-size: 14px; 
	font-weight:normal;
	font-style:normal;
	color:#fff;
}

/*imp links new section css end*/







/*featured event section*/
#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-fea-eve
{
    position:relative;overflow: hidden;margin-bottom: 25px;
}
#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-fea-eve:last-child
{
    margin-bottom: 0px;
}

#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-fea-eve .price,
#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-fea-eve .date 
{
    padding: 10px;
    background: rgba(36,36,36,.8);
    position: absolute;
    top: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;z-index: 9;
}

#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-fea-eve .date 
{
    left: 10px;
}
#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-fea-eve .date    a,
#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-fea-eve .price  p.price-p
{
    color: #fff;
}
#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-fea-eve .date   .day {
    font-size: 20px;
    display: block; 
    margin: 0 0 5px;
}
#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-fea-eve .date   .month
{ 
    margin: 0 0 5px;
}
#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-fea-eve .date   .month,
#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-fea-eve .date   .year
{
    font-size: 8px;
    display: block; 
}

#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-fea-eve .price {
    right: 10px; 
} 

#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-fea-eve .price  p.price-p
{
    font-size: 12px;
    margin-bottom:0;
} 
#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-fea-eve   a.mytic-event-img-a   .mytic-event-img
{
    webkit-transition: 4s;
    -moz-transition: 4s;
    -o-transition: 4s;
    -ms-transition: 4s;
    transition: 4s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 230px;
    width:100%;
}
#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-fea-eve:hover .mytic-event-img
{
    /* opacity: 0.7; */
    /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; */
    /* filter: alpha(opacity=70); */
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-fea-eve  .infobox
{
    padding: 10px 10px 10px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /*background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(253,253,253,0) 1%,rgba(28,28,28,1) 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(253,253,253,0) 1%,rgba(28,28,28,1) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(253,253,253,0) 1%,rgba(28,28,28,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#1c1c1c',GradientType=0);*/
    background: rgba(36,36,36,.8);
}
#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-fea-eve  .infobox p { 
    width: 100%; 
    margin: 0;text-transform: capitalize;
}
#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-fea-eve  .infobox p a {
    color: #fff;
    font-size: 15px; 
    display:block;
}
#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-fea-eve  .infobox p a:hover {
    color: #f5f5f5; 
}
#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-fea-eve   .infobox p span {
    display: block;
    color: #b3b3b3;
    font-size: 11px; 
}
/*featured event section*/



/*top organizer section*/
#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-top-org
{
    margin-bottom: 25px;
}
#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-top-org .org-img-box
{
    padding-left:0;
    padding-right:5px;
    width: 35%;
}
#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-top-org .org-info-box
{
    padding-right:0;
    padding-left:5px;
    width: 65%;
    word-break: break-word;
}
#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-top-org .org-img-box   img.top-org-img
{
    display: block;
    margin: 0 0;
    border-radius: 50%;
    width: 70px;
    height: 70px;border: 1px solid #f5f5f5;
}
#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-top-org .org-info-box  a.org-name
{
    display:block;
}
#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-top-org .org-info-box  a.org-name
{ 
    color: #484848;
    font-size:14px;
    text-transform:capitalize;
    font-weight:normal;
    font-style:normal;
    margin-bottom: 10px;
}
#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-top-org .org-info-box  a.btn-org-follow
{
    color: #20a7d6;
    border: 1px solid #20a7d6;
    background: #fff;
    font-size: 12px;
    padding: 5px 10px;
    text-transform: capitalize;
    border-radius: 0;
    /* display: inline-block; */
    font-weight: normal;
}
#myticketorder .mytic-cont .mytic-right .mytic-right-inner  .mytic-top-org .org-info-box  a.btn-org-follow:hover
{
    color: #fff;
    border: 1px solid #20a7d6;
    background:#20a7d6;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.loader {
    margin: 10px auto;
    font-size: 5px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(79,167,255, 0.2);
    border-right: 1.1em solid rgba(79,167,255, 0.2);
    border-bottom: 1.1em solid rgba(79,167,255, 0.2);
    border-left: 1.1em solid #4fa7ff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.searchhide{
    display: none;
}
/*right section start*/







#myticketorder   img.ticket-rfid-img
{
	width:100px;
	max-width:100%;
}


img.refundProtectImageclass {
    position: relative;
    right: 0px;
    top: 0px;
    width: auto;
    max-height: 15px;
    height: auto;
}

#myModalMobileTicket{
    z-index: 99999 !important;
    padding: 0px;
}

#myModalMobileTicket button.close {
    position: fixed;
    right: 0;
    padding: 10px 17px;
    font-size: 40px;
    color: rgba(255,255,255,1) !important;
    background: rgba(0,0,0,0.2) !important;
    opacity: 1;
}







