﻿.countrydropdown {
	border: 1px solid #ccc;
	padding: 6px 12px;
	color: #555;
	height: 34px !important;
	background-color: #fff;
	background-image: url(../images/country-arrow.png);
	background-position: 97% 6px;
	background-repeat: no-repeat;
	cursor: pointer;
	position: relative;
	font-size:14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}	
	.countrydropdown ul { list-style: none; padding: 0; margin: 0; position: absolute;top: 32px; left: 0px; /* -1 for the border */z-index: 5;	border: 1px solid #ccc;	width: 100%;color: #ccc;background-color: #fff;display: none;height:250px;	overflow-y:scroll;	}
	.countrydropdown li {list-style: none; padding: 0; margin: 0; padding: 6px 12px; border-bottom: 1px solid #ddd;}
	.dropdown li.selected { display: none; }
	.dropdown li:hover { background-color: #333; color: #fff; }		
	.countrydropdown.open { border: 1px solid #ddd; color: #333; }
	.countrydropdown.open ul { border: 1px solid #ddd; color: #333; }

    select.aspcountrydropdown::-ms-expand {
    display: none;
}


.aspcountrydropdown{
  border-radius:5px;
  -webkit-appearance: none;  /*Removes default style chrome and safari*/
  -moz-appearance: none;  /*Removes default style Firefox*/
  -ms-appearance :none;
   -o-appearance: none;
   appearance: none;
  border: 1px solid #ccc;
	padding: 6px 12px;
	color: #555;
	height: 34px !important;
	background-color: #fff;
	background-image: url(../images/country-arrow.png);
	background-position: 97% 6px;
	background-repeat: no-repeat;
	cursor: pointer;
	position: relative;
	font-size:14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.result-table h3{margin:0 0 20px 0; font-size:20px; font-weight:bold;}
.result-selected-number{margin-bottom:30px;margin-top:30px;}
.result-selected-number h4{margin-bottom:10px;}
.result-selected-number span{display:inline-block; width:36px; height:36px; border:1px solid #000; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; text-align:center; line-height:36px;}
.result-selected-number span.selected{background:#ff0000; color:#fff;}

.ticket-details table tr td select{    width: 60px;    margin-top: -4px;
    margin-left: 20px;
    color: #fff;
    border-radius: 10px;
    border: solid 1px #ff5c00;
    background: transparent;
    padding:4px 10px;}
.ticket-details table tr td select option {
    color:black;
}


.delivery  .title-desc{    border-bottom: solid 0px #000;}
.mydetails .title-desc{border-bottom: solid 0px #000;}

.blinktext {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% {  color:#ff5c00; }
}
.account .title{
    font-size:35px;
}

.event-list .nav-tabs2 {
     display: inherit; 
}
.event-list .nav-tabs2 > li.active {
    background: #ff5c00;
    border: none;
    border-bottom: solid 5px #ff5c00;
}
.nav-tabs2 > li.active {
    border-top-color: #ff5c00;
    border-bottom-color: #ff5c00;
}
.nav-tabs2 > li.active > a {
    color: #000;
    background: #ff5c00;
    -webkit-box-shadow: inset 0 3px 0 #ff5c00;
    -moz-box-shadow: inset 0 3px 0 #ff5c00;
    box-shadow: inset 0 3px 0 #ff5c00;
    border: none;
}
.nav-tabs2 > li.active > a:hover,
.nav-tabs2 > li.active > a:focus {
    border: none;
      background: #ff5c00;
}
.nav-tabs2 > li.active:hover > a {
    border-top: 0;
    border: none;
    color: #000;
    background: #ff5c00;
}




.example.example1 {
    background-color: #fff;
}

    .example.example1 * {
        font-family: Roboto, Open Sans, Segoe UI, sans-serif;
        font-size: 16px;
        font-weight: 500;
    }

    .example.example1 fieldset {
        margin: 0 0px 20px;
        padding: 0;
        border-style: none;
        background-color: #fff;
        box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08), inset 0 1px 0 #fff;
        border-radius: 4px;
    }

    .example.example1 .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 15px;
    }

        .example.example1 .row + .row {
            border-top: 1px solid #fff;
        }

    .example.example1 label {
        width: 15%;
        min-width: 70px;
        padding: 11px 0;
        color: #000;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .example.example1 input, .example.example1 button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        border-style: none;
    }

        .example.example1 input:-webkit-autofill {
            -webkit-text-fill-color: #fce883;
            transition: background-color 100000000s;
            -webkit-animation: 1ms void-animation-out;
        }

    .example.example1 .StripeElement--webkit-autofill {
        background: transparent !important;
    }

    .example.example1 .StripeElement {
        width: 100%;
        padding: 11px 15px 11px 0;
    }

    .example.example1 input {
        width: 100%;
        padding: 11px 15px 11px 0;
        color: #555;
        background-color: transparent;
        -webkit-animation: 1ms void-animation-out;
    }

        .example.example1 input::-webkit-input-placeholder {
            color: #555;
        }

        .example.example1 input::-moz-placeholder {
            color: #555;
        }

        .example.example1 input:-ms-input-placeholder {
            color: #555;
        }

    /*
    .example.example1 button {
        display: block;
        width: calc(100% - 30px);
        height: 40px;
        margin: 40px 15px 0;
        background-color: #f6a4eb;
        box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08), inset 0 1px 0 #ffb9f6;
        border-radius: 4px;
        color: #fff;
        font-weight: 600;
        cursor: pointer;
    }

        .example.example1 button:active {
            background-color: #d782d9;
            box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08), inset 0 1px 0 #e298d8;
        }*/

    .example.example1 .error svg .base {
        fill: #fff;
    }

    .example.example1 .error svg .glyph {
        fill: #6772e5;
    }

    .example.example1 .error .message {
        color: #fff;
    }

    .example.example1 .success .icon .border {
        stroke: #87bbfd;
    }

    .example.example1 .success .icon .checkmark {
        stroke: #fff;
    }

    .example.example1 .success .title {
        color: #fff;
    }

    .example.example1 .success .message {
        color: #9cdbff;
    }

    .example.example1 .success .reset path {
        fill: #fff;
    }