html,
body {
    height: 100%;
}
body{
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.required label:after {
    content: " *";
    color: #f00;
}
.mb5{
    margin-bottom: 5px !important;
}
.mb10{
    margin-bottom: 10px !important;
}
.removeAnswer {
    margin: 8px 0 0;
    display: inline-block;
    vertical-align: top;
}
.field-events-event_date{
	position: relative;
}
.ui-datepicker-trigger{
	position: absolute;
	top: 31px;
	right: 24px;
}
.ui-datepicker{
	z-index: 50;
}

.noUi-background,
.noUi-target{
    border-radius: 0;
    box-shadow: none;
    background: #999;
    border: none;
}
.noUi-horizontal{
    height: 3px;
    transition: all 0.2s ease;
}
.noUi-horizontal[disabled="disabled"]{
    opacity: 0.5;
}
.noUi-connect{
    background: #3c93d2;
}
.noUi-handle{
    border-radius: 50%;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    background: #999;
}
.noUi-handle:hover,
.noUi-active{
    background: #16c263;
}
.noUi-horizontal .noUi-handle{
    width: 16px;
    height: 16px;
    box-shadow: none;
    left: -8px;
    top: -7px;
}
.noUi-handle:after,
.noUi-handle:before{
    /*background: none;*/
    /*width: 24px;*/
    /*height: 24px;*/
    /*left: -6px;*/
    /*top: -6px;*/
    /*content: none;*/
    opacity: 0;
    /*left: -2px;*/
    /*top: -2px;*/
    /*bottom: -2px;*/
    /*right: -2px;*/
}
.noUi-pips-horizontal{
    margin: 10px 0;
    padding: 0;
    height: 30px;
}
.noUi-marker{
    display: none;
}
.noUi-value{
    padding-top: 0;
    font-size: 13px;
    color: #666;
}
.range-tooltip {
    position: absolute;
    border: 1px solid #d3d8dd;
    font: 400 12px/12px Arial;
    border-radius: 2px;
    background: #fff;
    bottom: 100%;
    left: 50%;
    padding: 6px 5px 4px;
    margin: 0 0 3px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.range-holder{
    padding: 10px 0 26px;
    margin: 0 0 0 170px;
}
.range-member-holder{
    padding: 19px 0 26px;
    position: relative;
    margin: 0 0 6px;
}

.upload-img{
	width: 130px;
	height: 130px;
	position: relative;
	background: #ccc;
	margin: 5px 0 10px;
}
.upload-img:before{
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.upload-img img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.upload-img .remove-img{
	text-align: center;
	position: absolute;
	right: -10px;
	top: -10px;
	font-size: 16px;
	line-height: 1;
	padding: 1px 0 0;
	width: 20px;
	height: 20px;
	background: #00c0ef;
	border-radius: 50%;
	color: #fff;
}
.upload-file{
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 10px;
}
.upload-file .remove-upload-item{
	color: #f00;
	margin: 0 0 0 12px;
	font-size: 18px;
	line-height: 1;
}
.upload-file .fa-file-pdf-o{
	color: #000;
	margin: 0 4px 0 0;
}
.text-small{
	font-size: 13px;
	line-height: 15px;
}
/* modal */

.modal-open{
    overflow: hidden;
}
.close-modal{
    background: url('../images/ta-times.svg') no-repeat 0 0 / 100% 100%;
    height: 14px;
    position: absolute;
    right: 0;
    top: -25px;
    width: 14px;
}
.modal-dialog{
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 201;
}
.modal-table{
    display: table;
    height: 100%;
    width: 100%;
    table-layout: fixed;
}
.modal-cell{
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
}
.modal-main{
    margin: 0 auto;
    max-width: 700px;
    background: #fff;
    padding: 25px 30px 30px;
    position: relative;
}
.modal-sm{
    max-width: 420px;
}
.modal-md{
    max-width: 680px;
}
.modal-lg{
    max-width: 880px;
}
.modal-title{
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    margin: 0 0 15px;
}
.litebox-modal{
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    position: fixed;
    left: 0;
    z-index: 200;
}
.litebox-modal.done img{
    display: none;
}
.lightbox-loader{
    border-radius: 50px;
    cursor: wait;
    left: 50%;
    margin: -27px 0 0 -27px;
    overflow: hidden;
    padding: 2px;
    position: absolute;
    top: 50%;
    z-index: 201;
}
.fly-message{
    position: fixed;
    left: 0;
    z-index: 1031;
    width: 100%;
    top: 0;
    text-align: center;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.5);
    font-size: 14px;
    padding: 10px 20px;
    background: #00cf70;
    color: #fff;
    /*display: block !important;*/
}
.fly-message.error{
    background: #f36e6e;
}
.nowrap{
    white-space: nowrap;
}

.table.detail-view{
    table-layout: fixed;
}
.table.detail-view th:first-child{
    width: 115px;
}
.keywords-list li{
    position: relative;
    padding: 0 20px 10px 10px;
}
.keywords-list{
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}
.keywords-list li:before{
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333;
}
.keywords-list .link-close{
	font-size: 17px;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	margin: 2px 0 0 5px;
}
.keywords-list .link-close i{
    vertical-align: top;
}
.keywords-list .link-close:hover{
    color: #999;
}
/*tooltip*/
.tooltip-holder{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: -1px 0 0 5px;
    line-height: 18px;
}
.tooltip{
    position: absolute;
    left: -12px;
    margin: 0 0 5px;
    padding: 9px;
    width: 200px;
    border-radius: 5px;
    bottom: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    background: #009dcf;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease;
    text-align: left;
    z-index: 10;
}
.tooltip:after{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid;
    color: #009dcf;
    content: '';
    position: absolute;
    top: 100%;
    left: 15px;
}
.tooltip-holder .fa{
    vertical-align: top;
    font-size: 16px;
    transition: all 0.2s ease;
    cursor: default;
    color: #009dcf;
    position: relative;
    top: 0;
}
.tooltip-holder:hover .fa{
    color: #009dcf;
    cursor: pointer;
}
.tooltip-holder:hover .tooltip{
    opacity: 1;
    visibility: visible;
}
.grid-view.loading{
	position: relative;
}
.grid-view.loading:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255,255,255,0.5) url('../images/ajax_loader2.gif') no-repeat 50% 50%;
	z-index: 20;
}
.detail-view.loading{
    position: relative;
}
.detail-view.loading:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,0.5) url('../images/ajax_loader2.gif') no-repeat 50% 50%;
    z-index: 20;
}
.btn{
    position: relative;
    overflow: hidden;
}
.btn:before{
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100%;
    left: 100%;
    background: url('../images/ajax_loader.gif') no-repeat 50% 50%;
    transition: all 0.4s ease;
}
.btn.active:before{
    left: 0;
}
.btn.active{
    color: transparent;
    pointer-events: none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.grid-view .table-responsive .table{
    margin-bottom: 0;
}

.dynamic-input {
    margin-bottom: 10px;
}
.dynamic-input .add-dynamic-input, .dynamic-input .remove-dynamic-input {
    cursor: pointer;
}
.dynamic-input .add-dynamic-input {
    width: 40px;
    border: 1px solid #ccc;
}
