#st-1.st-has-labels .st-btn{
	max-width:90px !important;
}
.ajax-progress {
    display: inline-block;
    padding: 1px 5px 2px 5px;
}

[dir="rtl"] .ajax-progress {
    float: right;g51
	
}

.ajax-progress-throbber .throbber {
    background: transparent url(/core/themes/stable/images/core/throbber-active.gif) no-repeat 0 center;
    display: inline;
    padding: 1px 5px 2px;
}

.ajax-progress-throbber .message {
    display: inline;
    padding: 1px 5px 2px;
}

tr .ajax-progress-throbber .throbber {
    margin: 0 2px;
}

.ajax-progress-bar {
    width: 16em;
}
#chat-application-iframe .panel-drag-helper{
	position:relative !important;
}
.ajax-progress-fullscreen {
    left: 49%;
    position: fixed;
    top: 48.5%;
    z-index: 1000;
    background-color: #232323;
    background-image: url(/core/themes/stable/images/core/loading-small.gif);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 7px;
    height: 24px;
    opacity: 0.9;
    padding: 4px;
    width: 24px;
}

[dir="rtl"] .ajax-progress-fullscreen {
    left: auto;
    right: 49%;
}

.text-align-left {
    text-align: left;
}

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

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

.text-align-justify {
    text-align: justify;
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}

.align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#chat-application{
	right:90px !important;
	border: 1px solid rgb(154, 154, 154) !important;
	background:#fff !important;
	bottom:0px !important;
}

.js input.form-autocomplete {
    background-image: url(/core/themes/stable/images/core/throbber-inactive.png);
    background-position: 100% center;
    background-repeat: no-repeat;
}

.js[dir="rtl"] input.form-autocomplete {
    background-position: 0% center;
}

.js input.form-autocomplete.ui-autocomplete-loading {
    background-image: url(/core/themes/stable/images/core/throbber-active.gif);
    background-position: 100% center;
}

.js[dir="rtl"] input.form-autocomplete.ui-autocomplete-loading {
    background-position: 0% center;
}

.fieldgroup {
    border-width: 0;
    padding: 0;
}

.container-inline div,
.container-inline label {
    display: inline;
}

.container-inline .details-wrapper {
    display: block;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.js details:not([open]) .details-wrapper {
    display: none;
}

.hidden {
    display: none;
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.item-list__comma-list,
.item-list__comma-list li {
    display: inline;
}

.item-list__comma-list {
    margin: 0;
    padding: 0;
}

.item-list__comma-list li:after {
    content: ", ";
}

.item-list__comma-list li:last-child:after {
    content: "";
}

.js .js-hide {
    display: none;
}

.js-show {
    display: none;
}

.js .js-show {
    display: block;
}

.nowrap {
    white-space: nowrap;
}

.position-container {
    position: relative;
}

.progress {
    position: relative;
}

.progress__track {
    background-color: #fff;
    border: 1px solid;
    margin-top: 5px;
    max-width: 100%;
    min-width: 100px;
    height: 16px;
}

.progress__bar {
    background-color: #000;
    height: 1.5em;
    width: 3%;
    min-width: 3%;
    max-width: 100%;
}

.progress__description,
.progress__percentage {
    color: #555;
    overflow: hidden;
    font-size: 0.875em;
    margin-top: 0.2em;
}

.progress__description {
    float: left;
}

[dir="rtl"] .progress__description {
    float: right;
}

.progress__percentage {
    float: right;
}

[dir="rtl"] .progress__percentage {
    float: left;
}

.progress--small .progress__track {
    height: 7px;
}

.progress--small .progress__bar {
    height: 7px;
    background-size: 20px 20px;
}

.reset-appearance {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0 none;
    background: transparent;
    padding: 0;
    margin: 0;
    line-height: inherit;
}

.resize-none {
    resize: none;
}

.resize-vertical {
    resize: vertical;
    min-height: 2em;
}

.resize-horizontal {
    resize: horizontal;
    max-width: 100%;
}

.resize-both {
    resize: both;
    max-width: 100%;
    min-height: 2em;
}

table.sticky-header {
    background-color: #fff;
    margin-top: 0;
    z-index: 500;
    top: 0;
}

.system-status-counter__status-icon {
    display: inline-block;
    height: 25px;
    width: 25px;
    vertical-align: middle;
}

.system-status-counter__status-icon:before {
    content: "";
    background-size: 20px;
    background-position: center 2px;
    background-repeat: no-repeat;
    display: block;
}

.system-status-counter__status-icon--error:before {
    background-image: url(/core/themes/stable/images/core/icons/e32700/error.svg);
}

.system-status-counter__status-icon--warning:before {
    background-image: url(/core/themes/stable/images/core/icons/e29700/warning.svg);
}

.system-status-counter__status-icon--checked:before {
    background-image: url(/core/themes/stable/images/core/icons/73b355/check.svg);
}

.system-status-report-counters__item {
    width: 100%;
    padding: 0.5em 0;
    text-align: center;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.063);
    margin-bottom: 0.5em;
}

@media screen and (min-width:60em) {
    .system-status-report-counters {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
    }
    .system-status-report-counters__item--half-width {
        width: 49%;
    }
    .system-status-report-counters__item--third-width {
        width: 33%;
    }
}

.system-status-general-info__item {
    border: 1px solid #ccc;
    margin-top: 1em;
    padding: 0 1em 1em;
}

.system-status-general-info__item-title {
    border-bottom: 1px solid #ccc;
}

body.drag {
    cursor: move;
}

tr.region-title {
    font-weight: bold;
}

tr.region-message {
    color: #999;
}

tr.region-populated {
    display: none;
}

tr.add-new .tabledrag-changed {
    display: none;
}

.draggable a.tabledrag-handle {
    cursor: move;
    float: left;
    height: 1.7em;
    margin-left: -1em;
    overflow: hidden;
    text-decoration: none;
}

[dir="rtl"] .draggable a.tabledrag-handle {
    float: right;
    margin-right: -1em;
    margin-left: 0;
}

a.tabledrag-handle:hover {
    text-decoration: none;
}

a.tabledrag-handle .handle {
    background: url(/core/themes/stable/images/core/icons/787878/move.svg) no-repeat 6px 7px;
    height: 14px;
    margin: -0.4em 0.5em 0;
    padding: 0.42em 0.5em;
    width: 14px;
}

a.tabledrag-handle:hover .handle,
a.tabledrag-handle:focus .handle {
    background-image: url(/core/themes/stable/images/core/icons/000000/move.svg);
}

.touchevents .draggable td {
    padding: 0 10px;
}

.touchevents .draggable .menu-item__link {
    display: inline-block;
    padding: 10px 0;
}

.touchevents a.tabledrag-handle {
    height: 44px;
    width: 40px;
}

.touchevents a.tabledrag-handle .handle {
    background-position: 40% 19px;
    height: 21px;
}

[dir="rtl"] .touch a.tabledrag-handle .handle {
    background-position: right 40% top 19px;
}

.touchevents .draggable.drag a.tabledrag-handle .handle {
    background-position: 50% -32px;
}

.tabledrag-toggle-weight-wrapper {
    text-align: right;
}

[dir="rtl"] .tabledrag-toggle-weight-wrapper {
    text-align: left;
}

.indentation {
    float: left;
    height: 1.7em;
    margin: -0.4em 0.2em -0.4em -0.4em;
    padding: 0.42em 0 0.42em 0.6em;
    width: 20px;
}

[dir="rtl"] .indentation {
    float: right;
    margin: -0.4em -0.4em -0.4em 0.2em;
    padding: 0.42em 0.6em 0.42em 0;
}

.tablesort {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 100%;
}

.tablesort--asc {
    background-image: url(/core/themes/stable/images/core/icons/787878/twistie-down.svg);
}

.tablesort--desc {
    background-image: url(/core/themes/stable/images/core/icons/787878/twistie-up.svg);
}

div.tree-child {
    background: url(/core/themes/stable/images/core/tree.png) no-repeat 11px center;
}

div.tree-child-last {
    background: url(/core/themes/stable/images/core/tree-bottom.png) no-repeat 11px center;
}

[dir="rtl"] div.tree-child,
[dir="rtl"] div.tree-child-last {
    background-position: -65px center;
}

div.tree-child-horizontal {
    background: url(/core/themes/stable/images/core/tree.png) no-repeat -11px center;
}

.views-align-left {
    text-align: left;
}

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

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

.views-view-grid .views-col {
    float: left;
}

.views-view-grid .views-row {
    clear: both;
    float: left;
    width: 100%;
}

.branding__logo img{
	max-width:223px !important;
}

.branding__logo .tag {
	color: #333;
    font-size: 10px;
    font-weight: 600;
	margin-top:2px;
}
p.logo-footer img{
	max-width:100px;
}

p.download{
	background: #ccdae8;
    padding: 10px 15px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.red, .error{
	color:red;
}

/* brochure */
div.brochure-form h2.download{
    padding: 20px;
    text-align: center;
	color: #45494E !important; 
	background:#EFF2F5;
	border-bottom:1px solid #D2D6DF;
	width:100%;
	float:left;
	margin-bottom: 0px;
}

div.brochure-form p.note{
	font-size:12px;
}
.abstract-subheading{
	text-align:center;
	display: inline-block;
    width: 100%;
	padding-top: 5px;
    background: #f7f7f7;
}
.abstract-subheading span {
    border-bottom: 1px solid #D2D6DF;
    padding-bottom: 10px;
    font-size: 16px;
    width: 100%;
    display: inline-block;
}

.note .mandatory-text{
	padding-left:0;
	
	
}
span.red{
	color:red;
}
div.note p{
	font-size:12px;
	display:inline;
}
div.brochure-form div.well,
div.brochure-form div.well-sm {
    border: 1px solid #D2D6DF;
}
#captchaimg{
	display:inline-block;
	width: 100%;
}
#captchaimg img{
    height: 48px;
}
div.error{
	font-size:14px;
	color:#ff0000;
	text-align:left;
}
div.alert-success{
	background-color: #3d9a1d;
    border-color: #546546;
}
div.alert-success h3{
	margin-bottom:0px;
	color:white;
}
.alert-warning {
    color: #9a2a1d;
    background-color: #ff1727 !important;
    border-color: #ff1727 !important;
}

.ziehharmonika h3 {
	background: #272e35;
	color: #fff;
	text-align: left;
	border-radius: 4px;
	padding: 14px 12px;
	cursor: pointer;
	margin-top: 0;
	margin-bottom: 9px;
	padding-right: 40px;
	transition: 0.25s all;
	position: relative;
	font-weight:500;
}
.ziehharmonika h3.active {
	margin-bottom: 21px;
	background: #1b67a2;
}
.ziehharmonika h3::before {
	/* content: attr(data-prefix); */
	font-size: 18px;
	margin-right: 9px;
}
.ziehharmonika h3.alignLeft {
	padding-left: 35px;
}
.ziehharmonika > div {
	display: none;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #cdcdcd;
	text-align: left;
	padding: 31px 33px;
	margin-bottom: 9px;
}
.ziehharmonika .arrowDown {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13.0px 7.5px 0 7.5px;
	border-color: #1b67a2 transparent transparent transparent;
	position: absolute;
	bottom: 0;
	left: 40px;
	transition: 0.25s all;
	opacity: 0;
}
.ziehharmonika .active .arrowDown {
	bottom: -13px;
	border-color: #1b67a2 transparent transparent transparent;
	opacity: 1;
}
.ziehharmonika .collapseIcon {
	position: absolute;
	right: 20px;
	top: 45%;
	font-size: 25px;
	font-weight: 300;
	-ms-transform: translate(0, -50%);
	    transform: translate(0, -50%);
}
.ziehharmonika .collapseIcon.alignLeft {
	right: initial;
	left: 20px;
}

/* registartion */
.sign, .qty{
	display:inline-block;
    background: #ffffff;
    padding: 0px 7px 0px;
    line-height: 20px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
	width: 33.33%;
	text-align: center;
	float: left;
    color: #74001b;	
}
/*===== Radio Buttons and Check boxes Starts =====*/



.currency input[type="radio"],
.gateway input[type="radio"],
.checkbox input[type="checkbox"],
.select_ticket input[type="checkbox"]{
    visibility: hidden;
}
/*Custom checkbox*/
 .checkbox, .select_ticket {
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: inline-block;
    margin: 2px 7px 0 0;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    border: 1px solid #ccc;
}
.checkbox i, .select_ticket i {
    background: url('../images/check_mark.png') no-repeat center center;
    position: absolute;
    left: 3px;
    bottom: -15px;
    width: 16px;
    height: 16px;
    opacity: .7;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    -webkit-transform:rotateZ(-180deg);
    -moz-transform:rotateZ(-180deg);
    -o-transform:rotateZ(-180deg);
    transform:rotateZ(-180deg);
}
.checkedBox {
    /*-moz-box-shadow: inset 0 0 5px 1px #ccc;
    -webkit-box-shadow: inset 0 0 5px 1px #ccc;
    box-shadow: inset 0 0 5px 1px #ccc;
    border-bottom-color: #fff;*/
}
.checkedBox i {
    bottom: 2px;
    -webkit-transform:rotateZ(0deg);
    -moz-transform:rotateZ(0deg);
    -o-transform:rotateZ(0deg);
    transform:rotateZ(0deg);
}
/*Custom radio button*/
 .currency, .gateway {
    width: 20px;
    height: 20px;
    display: inline-block;
    float: left;
    margin: 3px 7px 0 0;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #ccc;
    box-shadow: 0 0 1px #ccc;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}
.checkedRadio {
    -moz-box-shadow: inset 0 0 5px 1px #ccc;
    -webkit-box-shadow: inset 0 0 5px 1px #ccc;
    box-shadow: inset 0 0 5px 1px #ccc;
}
.currency i, .gateway i {
    /* border: 1px solid #E1E2E4; */
    width: 12px;
    height: 12px;
    position: absolute;
    left: 3px;
    top: 3px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	color: #75011b;
	
}
.checkedRadio i {
    background-color: #333;
}
/*===== Radio Buttons and Check boxes Ends =====*/

.form-horizontal #currencies .control-label {
    float: left;
    width: auto;
    padding-left: 10px;
    vertical-align: top;
    line-height: 18px;
}


.form-horizontal #product_list .checkbox {
    margin: 0px 0px 0px 7px;
    text-align: center;
}
.sign.minus,
.sign.plus{
	padding: 0px 11px;
    background: #333;
    color: #fff;
    font-size: 25px;
    line-height: 20px;
    cursor: pointer;
    display: inline-block;
	width: 33.33%;
	border-radius: 0 !important;
	float: left;
	font-weight: 400;
}
.sign.minus {
	margin-left:0px;
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.sign.plus{
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

div.content p, div.content span{
	font-family:"Didact Gothic", sans-serif !important;
	font-size:16px !important;
}
#mck-sidebox-launcher svg{
	width:45px !important;
	height:45px !important;
}

#mck-sidebox-launcher.mck-sidebox-launcher {
	right:85px;
	bottom:51px;
	height:45px;
	width:45px;
}

.thumbimg img{
	border: 1px solid #1b2b33;
	margin-bottom: 20px;
	margin-top: 20px;
}

/* Donwload Brochre Starts */
.brochure-donwload-container{
	font-family: sans-serif;
}
.brochure-donwload-container .btn-click{
	padding:20px 0px 0px 0px;
	    font-family: Oswald, sans-serif;
}
.brochure-donwload-container .btn.btn-primary.btn-lg.pulse{
	text-transform: uppercase;
    background-color: #ff0030;
    border-color: #ff0030;
    padding: 4px 12px;
    font-size: 18px;
    border-radius: 3px;
    margin-top: -15px;
}
.brochure-donwload-container button.close{
	
	background: #333;
    padding: 5px 10px;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    line-height: 20px;
    border-radius: 4px;
}

.brochure-donwload-container label {
    font-weight: 400;
    font-family: sans-serif;
}
.brochure-donwload-container .form-control{
	font-size: 12px;
	font-family: sans-serif;
	
}
.brochure-donwload-container .modal-title {
    text-transform: uppercase;
    font-weight: 700;
	color:#ff0030;
}
.modal-backdrop.in {
    opacity: .8;
}

#brochure_download_btn {
    display: inline-block;
    margin: 15px 0px;
    background: #2e6da4;
    border: 1px solid #2e6da4;
}

@media (min-width: 768px)
.modal-dialog {
    margin: 70px auto !important;
}