@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

#main,
body,
html {
    height: 100%
}


html {
   -ms-overflow-style: scrollbar;
}


*,
a,
h1,
h2,
h3,
h4,
h5,
p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    box-sizing: border-box;
}

*:focus,
.btn:focus,
button:focus,
.kv-editable-link:focus {
	outline: 0
}

body {
    min-height: 100%;
    background: #fff;
    color: #444;
    margin: 0
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.glyphicons {
	line-height: inherit;
}

.panel-title .glyphicons {
	vertical-align: middle;
}

.dropdown-menu > li > a {
	font-weight: 300;
}

label {
    font-weight: 500;
	font-family: 'Roboto', sans-serif;
}

strong span {
    font-weight: bold
}

table tr td,
table tr th {
    text-align: left;
    font-size: 13px;
}

.btn i {
    padding-right: 5px;
}

#content:after {
    background: #fff;
    box-shadow: none;
}

header + #main {
    padding-top: 0
}

#main .container {
	padding: 10px
}

.navbar {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    min-height: 50px;
	border-bottom: 0px;
}

#sidebar:before {
	border-right: 1px solid #f7f7f7;
}


ul.sidebar-nav > li > a, body.sidebar-collapsed ul.sidebar-nav > li > a {
    color: #444;
}

.nav {
	border-right: 1px solid #f7f7f7;
}

.navbar a {
    border-bottom: 0 solid #fff!important;
	vertical-align: middle
}

.navbar-fixed-top {
       background: #f9f9f9!important;
    padding: 10px
}

#sidebar,
body.sidebar-collapsed #sidebar {
    position: fixed
}

.btn,
.btn.gradient,
.btn:focus {
    border-radius: 1px;
    padding: 3px 8px;
    font-weight: 300;
	font-size: 13px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.47058823529411764);
	border: 0px;
	color: #666;
}

a,
table a {
    color: #3493d0;
    text-decoration: none;
    transition: .2s
}

a:focus,
a:hover,
table a:focus,
table a:hover {
    color: #0c7fcc;
    transition: .2s;
    text-decoration: none
}

a label {
	cursor: pointer;
}

#container_message {
    width: 100%;
    text-align: right
}

#container_message iframe {
    max-width: 100%
}

#container_message #enable_help {
    float: none!important;
    z-index: 100;
    color: #b7b7b7;
	font-size: 17px;
}

.alert {
    font-size: 13px;
    margin-bottom: 10px;
    padding: 10px;
	border-radius: 1px;
}

.alert-warning {
    background-color: #ffecb6!important;
    border: 1px solid #ffecb6!important;
    color: #ff9810!important
}

.alert-info {
    background-color: #f2f9ff!important;
    border: 1px solid #f2f9ff!important;
    color: #0094d2!important
}

.alert-success {
    color: #65b14f!important;
    background-color: #d9fdcf!important;
    border-color: #d9fdcf!important;
    text-shadow: 1px 1px 0 #fff
}

.alert .btn {
    font-size: 12px;
}

.alert button.close {
    color: #000;
    font-size: 40px;
    opacity: .3;
    line-height: 12px;
    right: 0;
    transition: .2s
}

.alert button.close:focus,
.alert button.close:hover {
    color: #000;
    opacity: .4;
    transition: .2s
}

.alert .alert-content {
    padding-bottom: 5px;
    text-align: left;
    max-width: 100%
}

.not-logged #navbar,
.survey-index-header,
.topmenu {
    text-align: center
}

.alert .alert-content a,
.alert .alert-content table a {
    color: #378ed0;
    transition: .2s;
    padding: 3px 7px;
    background: #e8f3fc;
    text-shadow: 1px 0 0 #fff
}

.alert .alert-content a:hover,
.alert .alert-content table a:hover {
    background: #e4f1fc;
}

.alert .alert-content a:after,
.alert .alert-content table a:after {
    font-family: FontAwesome;
    content: '\f14c';
    padding-left: 5px
}

.alert .alert-content ul {
    margin-top: 2px
}

.alert .alert-content li {
    margin-bottom: 2px
}

.alert table {
    background-color: transparent
}

.alert table p,
.alert table th {
    text-shadow: 0 0 0 #fff;
    color: #0c7fcc
}

.alert .confluenceTh {
    background-color: rgba(255, 255, 255, 0)!important;
    border: 0!important
}

.alert .show-again {
    line-height: 0
}

.alert #show_again {
    width: 15px;
    height: 15px;
    margin: 0;
    vertical-align: middle
}

.alert label[for=show_again] {
    font-weight: 400;
    font-size: 11px;
    color: #7e8e98
}

#navbar .navbar-brand {
    padding: 0;
    height: auto;
	width: auto
}


.event-name {
    padding-left: 0;
    color: #3493d0;
    font-weight: 400;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .5);
	vertical-align: middle;
	font-size: 16px;
	font-style: normal;
}

.event-name .small {
	font-size: 12px;
    color: #a2a2a2;

}

.customer-name {
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
	font-size: 19px;
    color: #666666;
    font-weight: 400;
}

.event-action {
    vertical-align: middle;
    margin: 0 10px
}

.event-action img {
	width: 24px
}

.event-action button {
    background: #f9f9f9;
    border: 1px solid #d6d6d6;
    color: #666;
    text-shadow: 1px 0 0 #fff;
    padding: 1px 5px;
    border-radius: 1px;
    transition: .2s
}

.event-action button:hover {
    background: #fff;
    box-shadow: 0 0 5px #d4d4d4;
    transition: .2s
}

.header-event-calendar {
    display: inline
}

.header-event-calendar .addtocalendar a {
    opacity: .9
}

.disabled_allowed:hover,
.header-event-calendar .addtocalendar a:active,
.header-event-calendar .addtocalendar a:focus,
.header-event-calendar .addtocalendar a:hover {
    opacity: 1
}

.user-menu .display-inline img {
    display: inline-block;
    height: 20px;
    width: auto;
    border-radius: 1px;
    margin-right: 2px;
    border: 1px solid #c3d1de
}

.header-btns {
    padding: 0;
    margin-left: 5px
}

.header-btns .btn-group {
    margin-right: 0
}

.header-btns .btn-group-first {
    margin-right: 0
}

.topmenu {
    padding: 0;
    box-sizing: border-box;
    float: right;
}

.topmenu a {
    padding: 4px 8px;
    vertical-align: middle;
    text-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
    color: #888888;
    margin-left: 2px!important;
    margin: 0 2px;
    font-size: 12px;
    background: rgba(134, 134, 134, 0.10980392156862745);
    font-weight: 400;
	margin-top: 2px;
}

.topmenu a:first-child {
    margin-left: 0!important
}

.topmenu a:last-child {
    margin-right: 0
}

.topmenu a:hover,
.topmenu a:active,
.topmenu a:focus {
    background: rgba(0, 0, 0, 0.07);
    color: #404040;
	font-weight: 400;
	padding: 4px 8px;
	font-size: 12px
}

.summary {
    margin-bottom: 5px
}

#navbar .pull-left,
#navbar .pull-right,
.event-action {
    display: inline-block;
	font-size: 13px;
}

#open-user-menu .display-inline b {
	width: 500;
}

.not-logged .bottom-buttons {
    width: 100%;
}

.not-logged #navbar .pull-left {
    float: none!important
}

.not-logged #content {
    margin-left: 0;
}

.not-logged .navbar-brand,
.not-logged .navbar-brand .navbar-logo {
    float: none!important;
    margin: auto
}

.navbar-logo img {
    margin: auto;
    max-height: 25px;
    image-rendering: -moz-crisp-edges;          /* Firefox                        */
    image-rendering: -o-crisp-edges;            /* Opera                          */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
}

#page-logo {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: CENTER
}

#page-logo img {
    max-width: 250px;
    width: 50%
}

.input-group-addon {
    border: 1px solid #e8e8e8;
}

.login-page {
    max-width: 430px
}

.login-page .input-group-addon {
    font-size: 30PX;
    min-width: 69PX
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #eee inset
}

.login-page .form-control {
    height: 60px;
    font-size: 17PX
}

.form-control {
	box-shadow: none;
	border-radius: 1px;
    border: 1px solid #e8e8e8;
}

.form-control[disabled] {
    color: #ccc9c9;
}

.panel {
	border-radius: 1px
}

.panel-heading {
	border-top-left-radius: 1px;
	border-top-right-radius: 1px
}

.panel-body {
	padding: 10px
}

.panel-body,
.panel-footer {
    position: relative
}

.panel-footer {
	border-top: 0px;
	background: transparent;
	clear: both;
}

.panel-footer .panel-title-sm {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 15px;
    z-index: 1
}

.panel-group .panel {
	border-radius: 1px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {border-top: 0px;}

.first-row {
    position: relative;
    height: 45px
}

.first-row .auth-clients {
    margin: 0;
    padding: 0
}

.first-row .auth-clients li {
    margin-right: 5px
}

.first-row .auth-icon {
    height: 30px;
    border: 1px solid #dadada;
    border-radius: 3px
}

.social-login label {
    margin-bottom: 1px;
    font-weight: 400;
    font-size: 12px
}

.pulsante-login,
.social-login {
    position: absolute;
    bottom: 0
}

.social-login {
    left: 0
}

.pulsante-login {
    right: 0
}

.auth-item-update,
.auth-item-view,
.panel,
.survey-index {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    padding-top: 15px
}

.auth-item-view table th {
	color: #666
}

.auth-item-update,
.auth-item-view {
    padding: 15px
}

.auth-item-update h1,
.auth-item-view h1,
.panel-title {
    font-size: 17px;
    color: #808080;
}

.panel-heading {
	background-image: none;
	border-bottom: 1px solid gainsboro!important;
}

.panel-heading .panel-title i.fa {
    margin-top: 0;
    font-size: 20px;
    vertical-align: middle;
	padding-right: 1px;
}

.panel .summary {
    color: #777;
    margin-bottom: 10px
}

.datatables-toolbar .summary {
	margin-bottom: -20px;
}

.datatables-toolbar {
    margin-bottom: 30px;
    padding: 0
}

h1.heading,
h3.heading,
h4.heading {
    font-size: 20px;
    padding-top: 10px;
    color: #359ce0;
    border-radius: 0;
    margin-bottom: 0px;
    display: inline-block
}

h3.heading {
    font-size: 20px
}

h4.heading {
    font-size: 15px
}

.survey-index {
    padding: 0
}

.survey .panel-body,
#generaloptions .panel-body {
	border-top: 0px!important;
}

.tab-content .panel-heading {
	border-bottom: 0px;
}

.survey .panel-default {
	border: 0px;
}

.form-control,
.survey-index .form-control {
    height: 29px;
    padding: 2px 6px;
    vertical-align: middle;
}

.survey-index .create-survey {
    padding-top: 10px
}


.row {
	margin-left: 0;
	margin-right: 0
}

.row.menu {
    margin-bottom: 10px
}

.row.survey-actions .panel-primary .panel-heading a span {
    color: #fff
}

.row.survey-actions .panel-primary .panel-heading a,
.row.survey-actions .panel-primary .panel-heading a:hover {
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .1)
}

.welcome .survey-actions .panel {
    min-height: 0;
    width: 200px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px
}

.welcome .survey-actions .panel:hover {
    top: -4px!important;
    transition: .2s
}

.welcome .survey-actions .panel .panel-heading {
    min-height: 106px;
    padding: 12px;
}

.survey-actions .panel .panel-heading .panel-title {
		float: none;
	margin: auto;
}

.survey-index-header {
    margin: auto;
    padding-bottom: 20px
}

.survey-index .summary {
	position: absolute;
	margin-top: -20px;
}


.welcome.survey {
    padding: 0;
    margin-bottom: 10px
}

.row.survey-actions .panel:first-child {
    margin-left: 0
}

.row.survey-actions .pane:last-child {
    margin-right: 0
}

#copy-survey {
    padding: 15px
}

.question-form #accordion .panel-title,
.question-form #accordion .panel-title>a {
    font-weight: 300;
    color: #666;
    font-size: 16px
}

.question-form #accordion .panel-title>a:hover {
    text-decoration: none
}

.question-form #accordion .panel-heading {
    background-image: none;
    min-height: 0;
    background-color: #f5f5f5;
    border-bottom: 0!important;
    border: transparent
}


#new-survey .menubar {
    width: 100%;
	padding: 15px;
	}

.survey .nav-tabs {
    border: 0
}

.questions-head {
    padding-bottom: 20px
}

.questions-head .new-question {
    float: left
}

#sidebar:before {
    background: #fbfbfb
}

.user-menu .dropdown-signout .fa {
	padding-right: 18px;
}

.btn-group-lg>.btn,
.btn-lg {
    border-radius: 3px
}

.user-menu a,
ul.sidebar-nav li>a .fa,
ul.sidebar-nav li>a .glyphicons {
    color: #3493d0
}

.user-menu a:hover {
    color: #0c7fcc!important
}

.user-menu ul.dropdown-items>li:hover i.fa,
.user-menu ul.dropdown-items>li:last-child>div:hover i.fa {
    color: #0c7fcc
}

#sidebar ul.sidebar-nav li a.menu-open .fa,
#sidebar ul.sidebar-nav li a.menu-open .glyphicons,
#sidebar ul.sidebar-nav>li>a[aria-expanded=true] .fa,
#sidebar ul.sidebar-nav>li>a[aria-expanded=true] .glyphicons,
body.sidebar-collapsed ul.sidebar-nav ul.sub-nav>li>a:hover .glyphicons,
ul.sidebar-nav li.active>a .fa,
ul.sidebar-nav li.active>a .glyphicons,
ul.sidebar-nav ul.sub-nav>li>a:hover .glyphicons,
ul.sub-nav li.active>a {
    color: #3493d0
}

body.sidebar-collapsed ul.sidebar-nav>li>a .fa,
ul.sidebar-nav>li>a .fa {
    width: 40px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    float: left;
    margin-right: 10px;
    padding-right: 4px;
    margin-left: 2px;
    top: 0
}

.header-btns .item-message {
    border: 0;
    padding: 5px
}

#sidebar ul.sidebar-nav>li>a {
    border-color: #f1f1f1
}

#sidebar ul.sidebar-nav>li>a:hover {
    background: #fbfbfb
}

#sidebar ul.sidebar-nav li a.menu-open {
    background: #fbfbfb;
    color: #3493d0;
    text-shadow: 1px 1px 0 #fff;
    border-bottom: 1px solid #d6d6d6
}

body.sidebar-collapsed ul.sidebar-nav ul.sub-nav li span,
ul.sidebar-nav ul.sub-nav li span {
    margin-right: 8px
}

.errorMessage,
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #dc8410
}

#sidebar ul.sidebar-nav li ul.sub-nav {
    background: #f5f5f5
}

#sidebar ul.sidebar-nav li ul.sub-nav li a {
    border-bottom: 1px solid #e2e2e2;
    text-shadow: 1px 1px 0 #fff;
    background: #f5f5f5
}

#sidebar ul.sidebar-nav li ul.sub-nav li a:hover {
    background: #efefef
}

#sidebar ul.sidebar-nav li ul.sub-nav li.active a:hover,
.registration-ext {
    background: #e8e8e8
}

body.sidebar-collapsed ul.sidebar-nav ul.sub-nav>li:last-child a,
ul.sidebar-nav ul.sub-nav>li:last-child a {
    padding: 10px 25px;
    border-bottom: 0 solid #e2e2e2!important
}

body.sidebar-collapsed ul.sidebar-nav ul.sub-nav>li>a,
ul.sidebar-nav ul.sub-nav>li>a {
    padding: 10px 25px
}

ul.sidebar-nav>li>a .sidebar-title {
    font-size: 14px;
    width: auto
}

.has-error .form-control {
    border-color: #dc8410
}

.errorMessage {
    font-weight: 400;
    padding-top: 2px
}

#customer-active.form-control {
    border: none;
    box-shadow: none
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group-first>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.header-btns .user-menu>.btn:first-child,
.panel-heading .panel-field,
.registration-ext {
    border-radius: 1px
}

.btn-group>.btn {
    float: none
}
.btn-group-first>.btn {
    float: none
}

table td:last-child .btn-group .btn {
    margin: 5px 0 5px 5px
}
table td:first-child .btn-group-first .btn {
    margin: 5px 0 5px 5px
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child),
.btn-group-first>.btn:first-child:not(:last-child),
.btn-group-first>.dropdown-toggle:not(:last-child){
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px
}

.btn-group {
    min-width: 0!important
}

.btn-group-first {
    min-width: 0!important
}

.session-update h1 {
    color: #eee;
    padding-left: 10px;
    padding-right: 10px
}

.has-success .form-control {
    border-color: #3493d0
}

.has-success .form-control:focus {
    border-color: #3493d0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), 0 0 6px #3493d0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), 0 0 6px #3493d0
}

.datatables-footer {
    margin-bottom: 20px
}

.registration-ext {
    max-width: 1000px;
    margin: 10px auto auto;
    padding: 20px;
    border: 1px solid #d2d2d2
}

.registration-ext .row #page-logo {
    text-align: left;
    padding: 15px
}

#participant-search_registration {
    border-radius: 1px;
    border: 1px solid #eee;
    vertical-align: bottom;
    min-width: 300px
}

.registration-ext .c-button--blue {
    background: #4A89DC;
    box-shadow: none;
    border-radius: 1px;
    padding: 9px 20px;
    margin-left: 10px
}

.auth-item-create {
    background: #f9f9f9;
    border-radius: 1px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
    padding-top: 15px
}

.auth-item-form {
    padding: 15px
}

.auth-item-create h1 {
    font-size: 30px;
    color: #a2a2a2;
    position: relative;
    height: 57px;
    padding: 8px 12px 6px;
    border-bottom: 1px solid #c9c9c9;
    font-weight: 500;
    line-height: 33px;
    border-radius: 3px 3px 0 0;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(top, #fff 1%, #DADADA 100%);
    background-image: linear-gradient(to bottom, #fff 1%, #DADADA 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#DADADA', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    text-shadow: 0 1px #fff
}

.auth-item-create h1:before {
    font-family: FontAwesome;
    content: '\f0ae';
    font-size: 25px;
    padding-right: 10px
}

#registration-form #search-button {
   font-size: 14px;
    padding: 5px 10px;
}

#registration-form #session-dropdown {
	float: right;
	}


.registrations-searchbar input {
	display: inline-block;
	width: auto;
}

#participant-search_registration {
    height: 39px!important
}

.ui-tooltip {
    background-color: rgba(220, 224, 32, .71)!important
}

.ui-tooltip-content {
    text-shadow: 1px 1px 0 rgba(225, 225, 225, .25)
}
#modal-default-event ul {
	list-style-type: none;
    padding: 0;
    margin-bottom: 5px;
}

#modal-default-event ul li > a + ul {
	margin-top: 5px;
}

#modal-default-event ul li > a + ul li {
	margin-left: 15px;
    margin-bottom: 5px;
}

#modal-default-event a {
	font-weight: 400;
	padding: 5px 10px;
    border-radius: 1px;
}

#modal-default-event .list-group a {
background: #fdfdfd;
}

#modal-default-event a:hover,
#modal-default-event a:active,
#modal-default-event a:focus {
	background: #f5f5f5;
}

#modal-default-event div.small {
	display: inline-block;
}

#modal-default-event a.list-group-item.active,
#modal-default-event a.list-group-item.active:focus,
#modal-default-event a.list-group-item.active:hover {
    color: #2471b5;
    background-color: #eff8ff;
    border: 1px solid #dbedfd;
}

#modal-default-event .btn-primary {
	width: 100%;
}

.list-group .list-group-item {
    border: 1px solid #f1f1f1;
}

#main.evento-wrapper {
    background-color: #fff;
    overflow: visible
}

.evento-wrapper .container {
    padding: 0;
    width: 100%;
    height: 100%
}

.evento-page {
    background: url(/images/event-display-bg.jpg) center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 1.5vw;
    min-height: 100%;
    width: 100%
}

.evento-page #logo-content {
    margin-bottom: 2.6vw
}

.evento-page #content {
    margin: auto;
    border: 0;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 0;
    border-radius: 1px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    text-align: center;
    background: #fff
}

.evento-page #evento-label {
    font-size: 55px;
    font-size: 3vw;
    padding: 1.1vw;
    background: #0071bc;
    border-radius: 3px 3px 0 0;
    font-weight: 500;
    color: #fff
}

.evento-page #logo {
    width: 100%;
    max-width: 300px;
    float: none;
    margin: 0;
    padding: 0
}

.evento-page .time {
    margin: 0;
    border-radius: 1px;
    border: 1px solid;
    font-size: 20px;
    font-size: 1vw;
    padding: .4vw 1vw;
    color: #9c9c9c;
    background: rgba(0, 0, 0, .1);
    letter-spacing: 1px;
    text-shadow: 1px 1px 0 #fff;
    float: right
}

.display-report-wrapper {
    padding: 1.6vw 0;
    overflow: auto;
    width: 90%;
    margin: auto
}

.kv-editable-inline .panel,
.question-create,
.question-update {
    overflow: visible
}

#Grid li a,
.dummy-wrapper {
    overflow-y: hidden
}

.evento-page .display-report {
    width: 100%;
    font-size: 30px;
    margin: auto auto 1.6vw
}

.evento-page .display-report th {
    font-size: 29px;
    font-size: 1.5vw;
    text-align: left;
    color: #344550;
    padding: 1.1vw 1.6vw;
    text-shadow: 1px 1px 0 #fff
}

.evento-page .display-report td,
.evento-page .display-report td span {
    font-weight: 500;
    letter-spacing: 1px;
    color: #2b8ed0;
    font-size: 39px;
    font-size: 2vw
}

.display-report tr {
    border-bottom: 2px groove #fff
}

.session-create h1 {
    display: none
}

#welcome-jumbotron p {
    font-weight: 500;
    padding-top: 20px;
    text-shadow: 0 1px #fff
}

#welcome-jumbotron,
.pagetitle {
    color: #a2a2a2!important;
    font-size: 30px;
    height: 57px;
    padding: 8px 12px 6px;
    font-weight: 500;
    line-height: 60px;
}

.panel-primary {
    border: 0 solid #70c2f9!important;
    box-shadow: 0 0 1px #70c2f9!important
}

.movabLeList a:hover,
.movableList a {
    color: #359ce0
}

.welcome .panel-primary {
    padding-top: 0;
    background: #eee
}

.welcome .panel-primary .panel-body a,
.welcome .panel-primary .panel-body a span {
    color: #359ce0
}

.welcome .panel-primary .panel-body a:hover {
    text-decoration: none
}

.welcome .text-center {
    max-width: 825px;
    margin: auto
}

.pagetitle {
    margin-bottom: 0!important
}

.col-lg-12.welcome {
    padding-top: 15px
}

.welcome .nav-tabs>li {
    margin-bottom: 0px;
}

.welcome .nav-tabs>li>a {
    border-radius: 1px 1px 0 0;
    padding: 10px 25px;
    font-size: 15px;
    color: #666;
    text-shadow: 0 1px #fff;
    background: #eeeeee45;
    font-weight: 500;
	border: 0px
}

.welcome .nav-tabs>li>a:hover {
    background: #e4e4e45c;
	border: 0px;
}

.welcome .nav-tabs>li.active>a {
    background-color: #e4e4e45c;
    color: #666;
    text-shadow: 0 1px #fff;
	border: 0px;
}

.welcome .nav-tabs>li.active>a:active,
.welcome .nav-tabs>li.active>a:focus,
.welcome .nav-tabs>li.active>a:hover {
    background-color: #e4e4e45c;
	border: 0px;
}

.welcome .tab-content {
    background: #e4e4e45c;
    display: flex;
    border-radius: 0 1px 1px;
	padding-top: 0px
}

.col-lg-12.welcome #copy,
.col-lg-12.welcome #general {
    width: 100%
}


.panel {
    border: none;
    padding: 0
}

.col-lg-12.welcome .welcome .panel {
    min-height: auto
}


.col-lg-12.welcome .panel-group .panel {
    padding-top: 0
}

.surveybar {
    padding: 0;
    border: 0!important;
    background: 0 0;
    background-color: transparent!important;
    box-shadow: none!important;
    border-bottom: 0
}

.question-group-view .table-wrap {
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    margin-top: 10px
}

.question-group-view .detail-view {
    background-color: transparent;
    margin-bottom: 0
}

.question-group-view .detail-view td,
.question-group-view .detail-view th {
    vertical-align: top;
    text-shadow: 1px 1px 0 #fff;
    padding: 15px 30px
}

.question-group-view .detail-view tr:nth-child(odd) {
    background-color: #eee
}

.question-group-view .detail-view tr:nth-child(even) {
    background-color: #e4e4e4
}

.question-group-view .detail-view td {
    vertical-align: middle;
    border: 0;
    background-color: transparent!important;
    color: #666;
    text-align: left;
    font-size: 13px
}

.question-group-view .detail-view th {
    font-weight: 500;
    color: #3493d0;
    font-size: 15px;
    border: 0;
    background-color: transparent!important
}

#accordion .panel-heading {
    padding: 10px;
    border: none;
    background-image: none;
    min-height: 0
}

#accordion .panel-heading a {
    color: #666;
    font-size: 16px
}

#accordion .panel-heading a:focus,
#accordion .panel-heading a:hover {
    text-decoration: none;
    color: #333
}

.col-lg-12.welcome .form-horizontal .control-label {
    display: block;
    width: 100%;
    text-align: left;
}

.question-create .welcome,
.question-update .welcome {
    padding: 0
}

.col-lg-12.welcome .cke_chrome {
    border-radius: 1px;
    box-shadow: none
}


.question-form #generaloptions .dropdown-menu small {
    font-size: 85%;
    padding: 5px;
    background: #efefef;
    display: block;
    margin-bottom: 5px;
}

#generaloptionsContainer {
	z-index: 1
}

input[type=checkbox] {
    width: 15px;
    height: 15px
}

.navbar-fixed-top .pull-right .btn-group {
    float: right
}

.navbar-fixed-top .pull-right .btn-group-first {
    float: right
}

.dropdown-lockout {
    border-radius: 0 0 0 3px
}

.dropdown-signout {
    border-radius: 0 0 3px
}

.btn label {
	font-weight: 300
}

.btn-danger,
.btn-danger.btn-gradient {
	color: #d9534f;
    background-color: rgba(217, 83, 79, 0.25);
	border: 0px
}

.btn-danger a,
.btn-danger a:hover {
	color: #d9534f;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus,
.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.btn-danger.btn-gradient.active,
.btn-danger.btn-gradient:active,
.btn-danger.btn-gradient:focus,
.btn-danger.btn-gradient:hover,
.open .dropdown-toggle.btn-danger {
    background-color: rgba(217, 83, 79, 0.32941176470588235);
	color: #d9534f;
	border: 0px
}



.survey .btn-success,
.survey .btn-success:hover,
.survey .btn-success:focus,
.survey .btn-success:active,
.btn-success,
.btn-success.btn-gradient,
.btn-success:active,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-success:focus,
.btn-success:hover,
.btn-success.btn-gradient:hover,
.btn-success.btn-gradient:active,
.btn-success.btn-gradient:focus,
.open .dropdown-toggle.btn-success,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover
 {
    background-color: rgba(129, 218, 71, 0.3411764705882353);
    outline-color: transparent;
    color: #509e1d;
	border: 0px;
    outline: 0;
}

.btn-success a,
.btn-success a:hover {
	color: #509e1d;
}

.btn-orange,
.btn-orange3,
.btn-orange3.btn-gradient,
.btn-orange:hover,
.btn-orange3:hover,
.btn-orange3.btn-gradient:hover,
.btn-orange3.btn-gradient:active,
.btn-orange3.btn-gradient:focus,
.btn-warning,
.btn-warning.btn-gradient,
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus,
.btn-orange.btn-gradient,
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
    color: #f5a63f;
	background-color: rgba(242, 137, 0, 0.27058823529411763);
}


.btn-info,
.btn-info.btn-gradient,
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-color: rgba(145, 169, 139, 0.2901960784313726);
    color: #91a98b;
	border: 0px
}

.btn-info.btn-gradient.active,
.btn-info.btn-gradient:active,
.btn-info.btn-gradient:focus,
.btn-info.btn-gradient:hover,
.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.btn-info.active:hover,
.open .dropdown-toggle.btn-info {
    background-color: rgba(145, 169, 139, 0.34901960784313724);
	 color: #91a98b;
	 border: 0px
}

.btn-alert,
.btn-alert.btn-gradient,
.btn-alert:hover,
.btn-alert:active,
.btn-alert.btn-gradient:hover,
.btn-alert.btn-gradient:active {
   background-color: rgba(129, 115, 169, 0.1411764705882353);
    color: #8173a9;
}

.btn-alert:hover,
.btn-alert.btn-gradient:hover {
   background-color: rgba(129, 115, 169, 0.21176470588235294);
}

.btn-green,
.btn-green.btn-gradient {
    background-color: rgba(62, 169, 44, 0.10196078431372549);
	text-shadow: 1px 1px 0 #ffffff78;
	padding: 4px 10px;
	color: #3ea92c

}

.btn-blue,
.btn-blue.btn-gradient,
.btn-blue:hover,
.btn-blue.btn-gradient:hover,
.btn-blue:focus {
	background: rgb(0 143 175 / 22%);
	color: #008aaf
}

.btn-yellow,
.btn-yellow.btn-gradient {
    background-color: rgba(250, 201, 8, 0.6313725490196078);
}

.btn-purple,
.btn-purple.btn-gradient {

	color: #9c457e;
	background: rgba(156, 69, 126, 0.34901960784313724);

}

.btn-dark.btn-gradient,
.btn-dark,
.btn-dark5.btn-gradient,
.btn-dark5 {
	color: #666;
	background-color: rgba(85, 85, 85, 0.34901960784313724);
}

.btn-green:focus,
.btn-green:active,
.btn-green:hover,
.btn-green.btn-gradient:active,
.btn-green.btn-gradient:focus,
.btn-green.btn-gradient:hover {
     background-color: rgba(62, 169, 44, 0.10196078431372549);
	color: #3ea92c
}

.btn-light6 {
    background-color: rgba(187, 187, 187, 0.2196078431372549);
    color: rgba(128, 128, 128, 0.7215686274509804);
}



.survey .btn-primary,
.survey .btn-primary:hover,
.survey .btn-primary:active,
.survey .btn-primary:focus,
.btn-primary,
.btn-primary.btn-gradient {
    background-color: rgba(117, 117, 117, 0.10196078431372549);
	    color: #666;
		border: 0px
}

.btn-primary a,
.btn-primary a:hover {
	color: #666
}

.btn.btn-primary:active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary.btn-gradient:active,
.btn-primary.btn-gradient:focus,
.btn-primary.btn-gradient:hover {
    background-color: rgba(117, 117, 117, 0.15);
	color: #666;
	border: 0px
}

.survey .btn.btn-default,
.survey-index .btn.btn-default,
.btn.btn-default,
.btn-default,
.btn-default.btn-gradient,
#registration-form #search-button,
.btn-default:active:focus,
.btn-default:active {
   text-shadow: 1px 1px 0 #ffffff78;
    color: #3493d0;
    background-image: none;
    background-color: rgba(52, 147, 208, 0.14);
    border: 0px!important;
}

.survey .btn.btn-default:hover,
.survey-index .btn.btn-default:hover,
.btn.btn-default:hover,
.btn-default:hover,
.btn-default.btn-gradient:hover,
.btn.btn-default:focus,
.btn.btn-default:active,
.btn.btn-default:active:focus {
    text-decoration: none;
    color: #3493d0;
	background-color: rgba(52, 147, 208, 0.23137254901960785);
    outline: 0;
	}

.btn.btn-default.active	{
	background-color: rgba(52, 147, 208, 0.3803921568627451);
}

.auth-item-view .btn-danger {
    border: 0;
    text-shadow: 1px 1px rgba(0, 0, 0, .1);
    color: #fff;
    background-image: -webkit-linear-gradient(top, #aaa, #676767);
    background-image: linear-gradient(to bottom, #aaa, #676767);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80aaaaaa', endColorstr='#00676767', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    font-weight: 500;
    border-radius: 1px;
	    padding: 5px 10px
}


.auth-item-view .btn-danger:hover {
    text-decoration: none;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #676767, #aaa);
    background-image: linear-gradient(to bottom, #676767, #aaa);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80676767', endColorstr='#00aaaaaa', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.move-buttons {
    margin: 55px 0 0
}

.move-buttons .btn {
    display: block;
    margin: 5px auto;
    max-width: 99px
}

body.display-body {
    margin: 0;
    background: #01203f
}

.display-content .display-squadra {
    padding-top: 2%;
    color: #fff;
    text-align: center;
    margin: auto;
    font-size: 45px
}

.display-content .display-sub-squadra {
    color: #00fe92;
    text-align: center;
    margin: auto;
    font-weight: 500;
    font-size: 30px;
    padding-bottom: 10px
}

.display-content .display-voti {
    display: block;
    text-align: center;
    margin: auto;
    padding-bottom: 2%;
    font-size: 30px;
    color: #fff
}

.display-content .display-voti #voti_totali {
    font-weight: 500;
    color: #00fe92;
    font-style: italic
}

.display-content rect {
    fill: #01203f
}

.display-content text {
    fill: #fff!important
}

.display-content .highcharts-legend-item rect,
.display-content .highcharts-series rect {
    fill: #00fe92
}

.display-content .highcharts-series rect:hover {
    fill: #0b965b
}

.display-content .highcharts-tooltip path {
    fill: #083e75!important;
    background: #083e75!important
}

.display-content .logo-rai {
    text-align: center;
    border-top: 1px solid #00fe92;
    padding: 20px;
    width: 100%;
    position: absolute;
    box-sizing: border-box;
    bottom: 0
}

.display-content .logo-rai img {
    max-width: 155px;
    width: 100%
}

.display-content text[x="790"] {
    fill: #657280!important
}

#survey-format,
#survey-format:hover {
	    background: none;
    border: none;
    padding: 0;
}

#survey-question_index,
#survey-google_analytics_style {
	background: transparent;
	border: 0px;
	padding: 0
}

#survey-format input[type=radio],
#survey-google_analytics_style input[type=radio],
#survey-question_index input[type=radio] {
    display: none
}

#publicationoptions .input-group-addon {
    background: #e4e4e4
}

.has-success .control-label {
    color: #8c8c8c
}

.text-warning,
div.required label:after {
    color: #0071bc!important;
    font-weight: 500;
    font-size: 12px;
    text-shadow: 1px 1px 0 #fff
}

table.multiple-input-list tbody tr>td {
    vertical-align: middle
}

button[name=event_display_state] {
    text-transform: uppercase;
    color: #333;
    font-weight: 500;
    text-shadow: 1px 0 0 #d6f7c1;
    padding: 5px 10px;
    margin-top: 5px
}

button[name=event_display_state]:active,
button[name=event_display_state]:focus,
button[name=event_display_state]:hover,
button[name=event_display_state]:visited {
    color: #333!important
}

#participant-grid .btn-group {
    min-width: 120px!important
}

#participant-grid .btn-group-first {
    min-width: 120px!important
}


.form-horizontal .checkbox {
    padding-top: 0
}


.table-striped .btn.dropdown-toggle {
	font-weight: normal;
	font-size: 13px;
    padding: 2px 8px
}


#navbar .pull-right button {
    padding: 5px;
    margin: 0;
	background: transparent
}

#navbar .pull-right button:hover,
#navbar .pull-right button:active,
#navbar .pull-right button:focus {
	background: #f3f3f3
}

textarea {
    width: 100%
}



.user-menu ul.dropdown-menu {
    margin-left: -182px
}

.panel-field.pull-right {
    text-align: right
}






.header-btns > div {
	margin-right: 10px;
}

.header-btns .btn.dropdown-toggle {
    padding: 10px 20px
}

.header-btns .btn.dropdown-toggle:hover,
.header-btns .btn.dropdown-toggle:active,
.header-btns .btn[aria-expanded="true"],
.btn-group.open .dropdown-toggle,
.btn-group-first.open .dropdown-toggle {
   background-color: #80808012;
   background-image: none;
   box-shadow: none;
   outline: none;

}

.site-login .panel {
    position: relative;
    margin: auto
}

.forgot-password .panel {
    max-width: 900px;
    margin: auto
}

.site-request-password-reset {
    padding: 15px
}

.contact-form .form-horizontal .form-group,
.event-form .form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0
}

.submit-link {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background: #25587b;
    padding: 25px
}

.submit-link a {
    display: block;
    margin: auto;
    border: 1px solid #3781b9;
    width: 125px;
    height: 40px;
    background: url(/themes/stardom/resources/img/partecipo.png);
    text-indent: -9999px
}

.submit-link a:hover {
    box-shadow: 0 0 10px #3781b9
}

.web-form-style {
    max-width: 600px;
    margin: auto;
    padding: 30px 10px
}

.modal-body {
   background: white;
}

.modal-body .tab-content {
	background: #fff;
}

.modal-body .tab-pane {
    padding: 10px
}

.modal-content {
    border-radius: 0;
    padding: 0;
  background: #f8f8f8;
    border: none;
}


.modal-content .nav-tabs > li > a {
	margin-right: 0px;
	border-radius: 1px;
}


.modal-content .nav-tabs > li > a:hover,
.modal-content .nav-tabs > li > a:focus {
	background: #f9f9f9;
}

.modal-content .nav-tabs > li.active > a:hover,
.modal-content .nav-tabs > li.active > a:focus {
	border-bottom-color: transparent;
}

.modal-content .alert {
	margin: 10px;
}

#mailing-preview .preview {
    margin: auto
}


#mailing-preview .modal-dialog {
	width: 640px;
}

@media screen and (min-width: 768px) {

	#mailing-preview .modal-dialog {
	width: 640px;
}


}

#mailing-preview .preview iframe {
	height: 100%;
	min-height: 500px;
}

@-webkit-keyframes mobile-preview {
    from {
        width: 100%
    }
    to {
        width: 340px
    }
}

@keyframes mobile-preview {
    from {
        width: 100%
    }
    to {
        width: 340px
    }
}

@-webkit-keyframes desktop-preview {
    from {
        width: 340px
    }
    to {
        width: 100%
    }
}

@keyframes desktop-preview {
    from {
        width: 340px
    }
    to {
        width: 100%
    }
}

.js-desktop-preview,
.js-mobile-preview {
    background: #597a90;
    color: #fff;
    text-shadow: 1px 1px 0 #022f56;
    text-decoration: none;
    padding: 4px 5px
}

.js-desktop-preview:active,
.js-desktop-preview:focus,
.js-desktop-preview:hover,
.js-mobile-preview:active,
.js-mobile-preview:focus,
.js-mobile-preview:hover {
    color: #fff;
    background: #3493d0;
    text-decoration: none
}

.js-desktop-preview {
    margin-right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.js-mobile-preview {
    margin-left: 0;
    margin-right: 15px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.mobile-preview {
    -webkit-animation-name: mobile-preview;
    -webkit-animation-duration: .3s;
    animation-name: mobile-preview;
    animation-duration: .3s;
    width: 320px
}

@-webkit-keyframes mobile-preview {
    from {
        width: 100%
    }
    to {
        width: 320px
    }
}

@keyframes mobile-preview {
    from {
        width: 100%
    }
    to {
        width: 320px
    }
}

.desktop-preview {
    -webkit-animation-name: desktop-preview;
    -webkit-animation-duration: .3s;
    animation-name: desktop-preview;
    animation-duration: .3s;
    width: 100%
}

@-webkit-keyframes desktop-preview {
    from {
        width: 320px
    }
    to {
        width: 100%
    }
}

@keyframes desktop-preview {
    from {
        width: 320px
    }
    to {
        width: 100%
    }
}

#welcome-jumbotron p {
    font-size: 20px
}

.panel-heading .panel-field {
    max-width: 100%
}

.glyphicons:before {
    padding: 0!important
}

.btn-group .btn .glyphicons-message-out {
    color: #fff
}
.btn-group-first .btn .glyphicons-message-out {
    color: #fff
}

.navigation-menu .checkbox-container {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 10px 10px;
    max-width: 305px;
    width: 100%;
    box-shadow: inset 0 3px 50px rgba(0, 0, 0, .1);
    padding: 10px;
    border-radius: 3px
}

.navigation-menu ul {
    padding-left: 0
}

.navigation-menu ul span {
    font-weight: 500
}

.navigation-menu li .btn-red,
.navigation-menu li .btn[disabled] {
    opacity: .55;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .1);
    background: #c7c7c7;
    color: #171d20;
    text-shadow: 0 1px 0 #dad7d6;
    padding: 5px 5px 5px 10px;
    font-size: 15px;
    text-align: left;
    font-weight: 500
}

.navigation-menu li li .btn-red,
.navigation-menu li li .btn[disabled] {
    opacity: .4;
    font-size: 13px;
    padding: 5px 10px;
    transition: .2s
}

.navigation-menu li .btn-red .state-icon,
.navigation-menu li .btn[disabled] .state-icon {
    color: #78ca61
}

.navigation-menu .btn-red:hover,
.navigation-menu .btn[disabled]:hover {
    opacity: .5;
    transition: .2s
}

.navigation-menu .btn-primary {
    background-color: #78ca61;
    color: #fff;
    text-shadow: 0 1px 0 #408d2a;
    padding: 5px 5px 5px 10px;
    font-size: 15px;
    width: 100%;
    text-align: left
}

.navigation-menu .state-icon {
    font-size: 20px;
    padding-right: 5px;
}

.navigation-menu li li .state-icon {
    font-size: 15px;
    padding-right: 0;
    color: #5bdc37
}

.navigation-menu .btn-primary:active,
.navigation-menu .btn-primary:focus,
.navigation-menu .btn-primary:hover {
    background-color: #78ca61;
    color: #fff;
    text-shadow: 0 1px 0 #616161
}

.navigation-menu span.btn-info,
.navigation-menu span.btn-info:active,
.navigation-menu span.btn-info:focus,
.navigation-menu span.btn-info:hover {
    background-color: #dbdfe2!important;
    color: #395830!important;
    text-shadow: 0 1px 0 #f0f0f0!important
}

.navigation-menu span.btn-info {
    padding: 5px 10px;
}

.navigation-menu .btn-info,
.navigation-menu .btn-red {
    width: 275px;
    white-space: normal;
    text-align: left;
    font-size: 13px
}

.contact-column .checkbox-container {
    max-width: 100%
}

.checkbox-container .btn.active {
    text-shadow: none;
	box-shadow: none;
}

.contact-column .checkbox-container ul li {
    display: inline-block;
    float: left;
    margin-right: 5px
}

.navigation-menu li .parent .btn-red,
.navigation-menu li .parent .btn[disabled] {
    width: 100%
}

.navigation-menu ul li .parent,
.navigation-menu ul li ul li {
    margin-bottom: 2px;
}

.dynagrid-config-form .col-sm-3 {
    width: 47%;
    margin: 10px;
    min-height: 115px
}

.dynagrid-config-form .col-sm-3 .help-block {
    font-size: 10px
}

.btn-group .btn.btn-default.dropdown-toggle,
.btn-group-first .btn.btn-default.dropdown-toggle{
    background: #f79045!important;
    color: #fff!important;
    padding: 5px 20px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .1)!important;
    border: 1px solid rgba(0, 0, 0, .1)!important
}

.kv-grid-table .btn-group .btn,
.kv-grid-table .btn-group-first .btn{
    padding: 5px!important;
    margin: 2px
}

.disabled {
	cursor: not-allowed;
}

div.panel.disabled * {
    opacity: .65
}

.kv-panel-after {
    border-top: 0
}

#dynagrid-contact .panel-heading {
    border: 0;
    padding: 0;
    min-height: 0
}

#dynagrid-contact .panel-heading .clearfix {
    background: #fff
}

#dynagrid-contact .panel-heading .summary {
    padding-bottom: 0
}


#w2-tab0 .col-md-6 .col-md-6 b {
    height: 33px!important
}

#w2-tab2 .col-md-6 .col-md-6:first-child {
    height: 210px;
    overflow: hidden
}


.grid-view {
	overflow-x: inherit
}

.modal-dialog,
.tab-content #w2-tab0 .row {
    margin: auto
}


.kv-panel-before {
    padding: 10px 0
}


.multiple-input-list__btn {
    padding: 4px;
}

.multiple-input-list__btn i {
    padding: 0 4px
}

.btn-default.js-input-plus,
.btn-default.js-input-plus:hover,
.btn-default.js-input-plus:active,
.btn-default.js-input-plus:focus {
    text-shadow: none;
    outline: none;
    background-color: transparent;
}

.multiple-input-list .js-input-remove {
    color: #d9534f;
    background: 0 0!important;
    border: none!important;
}

#myDuiModal .modal-body,
#myFiscaleModal .modal-body {
    background: #f5f5f5;
    padding: 20px;
    text-align: center
}

.modal-dialog .col-lg-12,
.modal-dialog .col-md-12 {
    padding: 0
}

.modal-content .form-group {
    padding: 10px;
    margin: 0 auto
}

.modal-dialog .modal-body .panel .panel-body img {
    width: 100%
}

#myDuiModal .modal-dialog,
#myFiscaleModal .modal-dialog {
    width: 300px!important
}

.horizontal-tabs .nav.panel-tabs {
	border-right: 0px;
}

.horizontal-tabs .nav.panel-tabs li {
    display: inline-block;
    margin-bottom: 0;
    padding: 10px 5px 10px 0;
    font-size: 14px
}

.horizontal-tabs .nav.panel-tabs li a {
    border: 1px solid #f5f5f5;
    border-radius: 1px;
    text-shadow: 1px 1px 0 #fff;
    color: #3493d0;
	padding: 5px 10px;
}

.horizontal-tabs .nav.panel-tabs li a:hover {
    border-radius: 1px;
    color: #3493d0
}

.horizontal-tabs .nav.panel-tabs .active a {
    background: #f7f7f7;
    color: #9ba6b5;
    border: 1px solid #f1f1f1
}

.horizontal-tabs .nav.panel-tabs li.active a:hover {
    color: #9ba6b5
}

.fadeInA {
    opacity: 1;
    margin-top: 17px;
    -webkit-animation-name: fadeInA;
    -webkit-animation-duration: .4s;
    animation-name: fadeInA;
    animation-duration: .4s
}

@-webkit-keyframes fadeInA {
    0% {
        opacity: 0;
        margin-top: 5px
    }
    25% {
        opacity: .3;
        margin-top: 0
    }
    75% {
        opacity: .6;
        margin-top: 25px
    }
    100% {
        opacity: 1;
        margin-top: 17px
    }
}

@keyframes fadeInA {
    0% {
        opacity: 0;
        margin-top: 5px
    }
    25% {
        opacity: .3;
        margin-top: 0
    }
    75% {
        opacity: .6;
        margin-top: 25px
    }
    100% {
        opacity: 1;
        margin-top: 17px
    }
}

.dataTables_wrapper .row {
    margin-left: 0;
    margin-right: 0
}

.open-send-modal {
	margin-left: 5px;
}

.mail-views-statistics {
	margin: 10px auto;
}

.mail-views-statistics .col-md-2 {
	min-width: 222px;
}

.chart-btn {
    margin: auto;
    text-align: center;
    background: #f6f6f6;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 2px;
}

.chart-btn .chart-title {
	color: #3493d0;
}

.auth-item-view #w0 td,
table tr td:last-child {
    text-align: right
}

.auth-item-view .detail-view tr {
	border-bottom: 1px dashed grey;
}

.auth-item-view .detail-view th {
	width: auto;
	text-shadow:  0 0 0 transparent;
	    min-width: 155px;
}

.chart-btn .chart-text .chart-subtitle,
.chart-btn .chart-text .chart-subtitle a {
	text-transform: lowercase;
	text-align: center;
    font-size: 13px;
    line-height: 15px;
	color: #5a5a5a;
}


.chart-btn__confirmed .chart-title,
.chart-btn__confirmed .chart-subtitle a {
	color: #50b432;

}

.chart-btn__invited .chart-title {


}

.chart-btn__waived .chart-title,
.chart-btn__waived .chart-subtitle a {
	color: #ed561b;

}

.chart-btn__registered .chart-title,
.chart-btn__registered .chart-subtitle a {
	color: #babb06;
}

.chart-btn__parent .chart-title,
.chart-btn__parent .chart-subtitle a {
	color: #64e572;
}

.chart-btn__contactsList .chart-title {

}

.dashboard-notification-data {
    vertical-align: top;
    background-color: transparent; /* For browsers that do not support gradients */
    background-image: linear-gradient(45deg, transparent, transparent, #f1f1ff); /* Standard syntax (must be last) */
}

.dashboard-notification-data .title {
    display: block;
    font-size: 17px;
    color: black;
    padding: 10px;
}

.dashboard-notification-data .alert-info {
    background-color: transparent!important;
    border: 0!important;
    border-bottom: 1px dashed #dbdbf5!important;
    padding: 0;
}

.dashboard-notification-data .alert-info a {
    display: block;
    padding: 10px;
}

.dashboard-notification-data .alert-info .item-icon {
    display: inline-block;
    font-size: 25px;
    vertical-align: middle;
    padding-right: 15px;
}

.dashboard-notification-data .alert-info .item-message {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
}

.dashboard-notification-data .alert button.close {
    font-size: 17px;
    outline: 0;
    top: 17px;
}

@media (min-width:1200px) {
    [id^=invited],
	[id^=confirmed],
	[id^=registered],
	.participant-stats-graph,
	.mailing-graphs > .mailing-graph-chart,
    .dashboard-notification-data {
        width: 33%;
		display: inline-block;
    }
}

.show-minutes {
	float: right;
}

.highcharts-credits {
	display: none;
}

#registrationsearch-search_registration {
    vertical-align: bottom;
	    border: 1px solid #d2d2d2;
}

#content>.container {
    max-width: 100%!important;
	width: 100%;
    padding: 10px;
    margin-bottom: 19px
}

#content>.container .panel {
    margin: 0 auto;
	box-shadow: none;
	padding-bottom: 30px;
}

.well {
    margin: 10px 0 20px;
    min-height: 20px;
    padding: 20px;
    background-color: #f3f1f1;
    border: 1px solid #bfbfbf
}

#mailing-content-form .tab-content {
	margin-top: 10px
}

#mailing-content-form .panel {
    -webkit-box-shadow: none;
    box-shadow: none
}

#mailing-content-form .panel-body {
    margin: 5px 15px 15px;
    border-radius: 1px;
    padding: 0
}

#mailing-content-form .panel-body .panel-heading {
    padding: 0;
    min-height: 0;
    z-index: 99;
}

#mailing-content-form .panel-heading .accordion-toggle:active,
#mailing-content-form .panel-heading .accordion-toggle:focus,
#mailing-content-form .panel-heading .accordion-toggle:hover {
    text-decoration: none
}


.accordion-toggle-icon {
    display: none
}

.client_type h3.title {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #4ebd91
}

.panel.survey #accordion .panel {
    margin: 5px 0
}

.panel.survey #accordion .panel-heading {
    padding: 0!important
}

.panel.survey #accordion .panel-heading .panel-title {
    padding-top: 0;
	width: 100%;
}

#mailing-content-form .panel-heading .accordion-toggle .titolo_sezione_collassabile,
.client_type h3.title,
.panel.survey #accordion .panel-heading .panel-title a {
    display: block;
    padding: 0 15px;
    color: rgb(255 255 255);
    font-size: 14px;
    font-weight: 400;
    text-shadow: 1px 1px 0 rgb(0 0 0 / 10%);
    letter-spacing: 1px;
    background: #6fbef1;
    cursor: pointer;
    transition: .2s;
    border-radius: 1px 1px 0 0;
}

.panel.survey #accordion .panel-heading .panel-title a {
    display: block;
    padding: 10px 15px;
    font-size: 15px
}

#mailing-content-form .panel-heading .accordion-toggle .titolo_sezione_collassabile:hover,
.client_type h3.title:hover,
.panel.survey #accordion .panel-heading .panel-title a:hover {
    transition: .2s;
}

#mailing-content-form .panel-heading .accordion-toggle.collapsed .titolo_sezione_collassabile:before,
#mailing-content-form .panel-heading .accordion-toggle[aria-expanded=true] .titolo_sezione_collassabile:before,
.client_type h3.title:before,
.panel.survey #accordion .panel-heading .panel-title a:before {
    font-family: FontAwesome;
    vertical-align: middle;
    display: inline-block;
    padding-right: 20px;
    font-size: 21px;
    transition: .4s
}

.panel.survey #accordion .panel-heading .panel-title a:before {
    font-size: 20px
}

#mailing-content-form .panel-heading .accordion-toggle.collapsed .titolo_sezione_collassabile:before,
.client_type h3.title:before,
.panel.survey #accordion .panel-heading .panel-title a:before {
    content: '\f096';
    opacity: .6;
    transition: .4s
}

#mailing-content-form .panel-heading .accordion-toggle .titolo_sezione_collassabile:hover:before,
.client_type h3.title:hover:before,
.panel.survey #accordion .panel-heading .panel-title a:hover:before {
    content: '\f196';
    opacity: 1;
    transition: .4s
}

#mailing-content-form .panel-heading .accordion-toggle[aria-expanded=true] .titolo_sezione_collassabile:before,
.client_type h3.title[aria-expanded=true]:before,
.panel.survey #accordion .panel-heading .panel-title a[aria-expanded=true]:before {
    opacity: 1;
    content: '\f147';
    transition: .4s
}

#mailing-content-form .tools_mailing_list .panel-heading .accordion-toggle .titolo_sezione_collassabile {
    padding: 5px 15px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
	line-height: 20px;
}

#mailing-content-form .tools_mailing_list .panel-heading .accordion-toggle.collapsed .titolo_sezione_collassabile:before,
#mailing-content-form .tools_mailing_list .panel-heading .accordion-toggle[aria-expanded=true] .titolo_sezione_collassabile:before {
    padding-right: 15px;
    font-size: 20px
}

#mailing-content-form .horizontal-tabs .nav.panel-tabs li {
    padding-bottom: 0
}

.form-horizontal .control-label {
    padding-bottom: 5px
}

#mailing-content-form .panel-collapse {
    margin: 0;
    border-top: 0;
    background: #f3efef
}

#mailing-content-form .panel-collapse .panel-body {
    background: 0 0;
    border-radius: 0;
    margin-top: 0;
    border: 0;
    padding-top: 10px
}

.panel-group.accordion {
    margin-top: 0px!important;
    margin-bottom: 10px
}

.panel-menu,
.panel-heading + .panel-menu {
       background: transparent;
    box-shadow: none;
    border-bottom: 0px;
}

.panel-menu.bottom {
    border-bottom: 0;
    border-top: 1px solid #e4e4e4
}


.tools_mailing_list .col-md-3 {
    padding: 0 5px
}

#mailing-content-form .panel-collapse .btn {
    font-size: 13px;
    width: 100%;
    margin-bottom: 10px;
    border: none!important
}

#mailing-content-form .panel-collapse .btn:last-child {
    margin-bottom: 0
}

.header_footer_tab_mail label:first-child {
    margin-right: 10px
}

.auth-item-view #w0 {
width: auto;
}

.auth-item-view #w0 td,
.auth-item-view #w0 th,
.auth-item-view #w0 tr {
    background: 0 0;
}

#mailing-content-form input[type=checkbox],
#mailing-content-form input[type=radio] {
    margin: 0 2px 0 0;
    vertical-align: middle
}

#mailing-content-form .tools_mailing_list .panel-collapse {
    background: #fff
}



.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>thead>tr>th,
.table-striped tbody tr td,
table {
    border: 0!important
}

.table-bordered>tbody>tr>td,
.table-striped tbody tr td,
td {
    vertical-align: middle
}

#Grid li,
.table>thead>tr>th {
    vertical-align: top
}

.table-wrap {
    border-radius: 1px;
    min-height: .01%;
    background: 0 0!important
}

#Grid li,
.bootstrap-timepicker-widget td:last-child {
    text-align: center
}

table>thead>tr>th {
    background: #fbfbfb
}

.table>tbody>tr>th,
.table>thead>tr>th,
table>thead>tr>th {
    padding: 5px;
    border: 0;
	font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
	vertical-align: middle
	}

table tbody tr:last-child {
    border-bottom: 0
}

#survey-grid table th a:hover,
.table-bordered tr th a:hover,
table th a:hover #w1 table th a:hover {
    opacity: 1
}

table .filters {
    background: #f5f5f5
}

.table-bordered>thead>tr>td,
.table>thead>tr>td,
table .filters td {
    padding: 5px;
    border: 0
}

.archive-button {
    position: absolute;
    top: 0;
    right: 0
}

.archive-button a {
    display: inline-block;
    color: #906085;
    text-shadow: 1px 1px 0 #ffffff80;
    font-size: 13px;
    font-weight: 300;
    text-decoration: none;
    background-color: #90608526;
    padding: 5px 10px;
    border: 0;
    border-radius: 1px;
	transition: .2s;
    margin-left: 5px
}

.archive-button a:hover {
	background-color: #90608530;
}

#Grid li a {
    height: 250px;
    border: 1px solid #dedede
}

#Grid li a img {
    border: 0;
    -webkit-filter: grayscale(30%) opacity(70%);
    filter: grayscale(30%) opacity(70%);
    transition: .2s
}

#Grid li a img:hover {
    -webkit-filter: grayscale(0) opacity(100%);
    filter: grayscale(0) opacity(100%);
    transition: .2s
}

#Grid .panel-body p {
    font-weight: 500;
    color: #0071bc;
    font-size: 14px!important
}

.field-mailingpreview-mailing_content_types_to_generate {
    padding-left: 5px
}

.field-mailingpreview-mailing_content_types_to_generate label {
    padding-right: 5px
}

.field-mailingpreview-mailing_content_types_to_generate .select2,
.panel-heading .pull-right #form-preview {
    display: inline-block;
    vertical-align: top
}

#s2-togall-mailingpreview-mailing_content_types_to_generate {
    width: 178px
}

.select2-search--inline {
    margin-bottom: 0
}

.select2-search__field {
  /*  width: auto!important */
}

.form-inline button[type=submit] {
    margin-left: 0
}

.survey-actions-toggle .survey-action-chevron {
    cursor: pointer;
    position: relative;
    right: 0;
    top: 2px;
    font-size: 16px;
    transition: .2s
}

.survey-actions-toggle h3.title {
    display: block;
	padding: 2px 10px;
    color: #3493d0;
    font-size: 13px;
    background: #8bcffc3b;
    border-radius: 1px;
    margin-bottom: 0;
}


.survey-toggle-container {
	border: 1px dashed #ebebeb;
    border-top: 0px;
}

.survey-summary {
    margin-top: 30px
}

#contact-grid th.action-column,
#participant-grid-container th.action-column {
	width: 2.53%!important;
}

.btn-trigger {
    text-align: right
}

.btn-trigger-first {
    width: 40px;
    text-align: left;
}

.btn-trigger:before,
.btn-trigger-first:before{
    display: block;
    float: right;
    position: relative;
    top: 0;
	    right: 3px;
    line-height: 30px;
    font-family: FontAwesome;
    content: '\f0c9';
    cursor: pointer;
    font-size: 20px;
    width: 30px;
    color: #757575;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
    opacity: .8;
    transition: .2s
}

.btn-trigger:hover:before,
.btn-trigger-first:hover:before{
    opacity: 1;
    font-size: 22px;
    transition: .2s
}

.btn-trigger.open:before,
.btn-trigger-first.open:before{
    content: '\f0c9';
    color: #afcabf;
    transition: .2s
}

.btn-trigger.open:hover:before,
.btn-trigger-first.open:hover:before{
    font-size: 22px
}

.btn-trigger .btn-group
{
    display: none;
    position: absolute;
    right: 45px;
    background: #fff;
    border-radius: 1px;
    padding: 3px;
    margin-top: 1px
}

.btn-trigger-first .btn-group-first
{
    display: none;
    position: absolute;
    left: 45px;
    background: #fff;
    border-radius: 1px;
    padding: 3px;
    margin-top: 1px
}

.big_buttons .btn-group {
    font-size: 0
}

.big_buttons .btn-group-first {
    font-size: 0
}

.table-bordered tr td:last-child .btn,
.big_buttons .table-bordered tr td:last-child .btn,
.table-bordered tr td:last-child .btn-group .btn,
.table-bordered tr td:first-child .btn-group-first .btn,
.big_buttons .table-bordered tr td:last-child .btn-group .btn,
.big_buttons .table-bordered tr td:first-child .btn-group-first .btn,
table tr td:last-child .btn,
.big_buttons table tr td:last-child .btn {
    margin: 2px;
    padding: 5px 8px;
    font-size: 11px;
    font-weight: 300;
    white-space: inherit;
    line-height: 0px;
	text-align: left;
}

#survey-grid .btn span,
.big_buttons table tr td:last-child .btn span,
.big_buttons table tr td:last-child .btn-group .btn span,
.big_buttons table tr td:first-child .btn-group-first .btn span{
    font-size: 1.8em;
    display: inline-block;
	vertical-align: middle;
	margin-right: 5px
}

.big_buttons table tr td:last-child .btn-group .btn[title=Litmus],
.big_buttons table tr td:first-child .btn-group-first .btn[title=Litmus]{
    background: #c1d2d08c;
    color: grey;
}

.big_buttons table tr td:last-child .btn-group .btn[title=Litmus] img,
.big_buttons table tr td:first-child .btn-group-first .btn[title=Litmus] img{
    max-width: 11px;
    margin: auto
}

/** first columns */

.big_buttons_first .btn-group,
.big_buttons_first .btn-group-first{
    font-size: 0
}

.table-bordered tr td:first-child .btn,
.big_buttons_first .table-bordered tr td:first-child .btn,
.table-bordered tr td:first-child .btn-group-first .btn,
.big_buttons_first .table-bordered tr td:first-child .btn-group-first .btn,
table tr td:first-child .btn,
.big_buttons_first table tr td:first-child .btn {
    margin: 2px;
    padding: 5px 8px;
    font-size: 11px;
    font-weight: 300;
    white-space: inherit;
    line-height: 0px;
    text-align: left;
}

#survey-grid .btn span,
.big_buttons_first table tr td:first-child .btn span,
.big_buttons_first table tr td:first-child .btn-group-first .btn span {
    font-size: 1.8em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.big_buttons_first table tr td:first-child .btn-group-first .btn[title=Litmus] {
    background: #c1d2d08c;
    color: grey;
}

.big_buttons_first table tr td:first-child .btn-group-first .btn[title=Litmus] img {
    max-width: 11px;
    margin: auto
}
/*****************/

.default-confirm-btn,
.default-waiver-btn {
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    border-radius: 1px;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    border: 1px solid #dcdcdc;
    font-weight: 500;
    letter-spacing: 1px;
    transition: .2s
}

.default-confirm-btn:focus,
.default-confirm-btn:hover,
.default-waiver-btn:focus,
.default-waiver-btn:hover {
    color: #fff;
    transition: .2s
}

.default-confirm-btn {
    background: #3493d0
}

.default-waiver-btn {
    background: #7ac
}

.default-confirm-btn:focus,
.default-confirm-btn:hover {
    background: #348dc7
}

.default-waiver-btn:focus,
.default-waiver-btn:hover {
    background: #5f94b7
}

#uploadImgDiv .settingsh3,
.donateDivRight,
.headerIconLogo,
.newsDiv,
img[onclick="pluginSettings();"] {
    display: none
}


.pager li>a,
.pager li>span {
    border-radius: 3px
}

.pager .btn {
    padding: 10px 22px;
    font-size: 20px;
    font-weight: 400
}

.pager .btn .glyphicon {
    font-size: 15px;
    vertical-align: middle;
    font-weight: 400;
    padding: 2px
}

.module .form-group label {
    display: block;
    background: 0 0;
    padding: 0;
    width: 100%
}

.module .form-group label input[type=checkbox] {
    display: none
}

.module .form-group label span {
    display: block;
    width: 100%;
    border-radius: 1px;
    background: #e8e8e8;
    color: #666;
    font-size: 15px;
    padding: 5px 20px;
    transition: .2s;
    cursor: pointer;
    text-shadow: 1px 1px 0 #fff;
    border: 1px solid
}

.module .js-select .form-group label span {
    font-size: 13px;
    width: 200px;
    margin-left: 15px;
    padding: 4px 9px
}

.module .form-group label span:hover {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), 0 0 6px #78ca61;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), 0 0 6px #78ca61
}

.module .form-group label span:before {
    display: inline-block;
    padding-right: 10px;
    font-family: FontAwesome;
    content: '\F096';
    font-size: 21px;
    vertical-align: middle
}

.module .js-select .form-group label span:before {
    font-size: 17px
}

.module .form-group label input[type=checkbox]:checked+span:before {
    content: '\F046'
}

.module .form-group label input[type=checkbox]:checked+span {
    background: #78ca61;
    transition: .2s;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .1)
}

#accountsetupform-add_data .btn {
    opacity: .5;
    transition: .2s
}

#accountsetupform-add_data .btn.active {
    opacity: .8;
    transition: .2s
}

span.btn {
    display: inline-block;
    margin: 2px
}

.permissions-grid table tr td,
.permissions-grid table tr th {
    text-align: center
}

.permissions-grid table tr td:first-child,
.permissions-grid table tr th:first-child {
    text-align: left
}

.permissions-grid table tr td a,
table tr td:last-child div button {
    display: inline-block;
    padding: 4px 6px;
    margin: 2px 0;
    background-color: #dcdcdc5c;
    text-shadow: 1px 1px 0 #ffffffa3;
    border-radius: 1px;
    min-width: 66px;
    text-align: center;
}

.kv-editable .form-group,
.vertical-menu .btn {
    display: block
}

.permissions-grid table tr td:first-child a {
    width: auto!important;
    background: 0 0;
    border: 0;
}

table tr td:last-child div button {
    width: 99px;
    white-space: normal
}

.editable_column_not_clickable {
    opacity: .5
}

.kv-editable button.close,
.kv-editable-popover button.close,
.kv-editable-form-inline .close {
    font-weight: 400;
    line-height: 0;
    font-size: 22px;
    position: absolute;
    right: 5px;
    top: 13px;
    display: block;
    transition: .3s;
    box-shadow: none;
    margin: 0;
    width: auto;
    min-width: 0px;
}

.kv-editable button.close:active,
.kv-editable button.close:focus,
.kv-editable button.close:hover,
.kv-editable-popover button.close:active,
.kv-editable-popover button.close:focus,
.kv-editable-popover button.close:hover {
    color: #505050;
	outline: 0px
}

.kv-editable-form-inline {
    padding: 5px!important;
    background-color: rgba(0, 0, 0, .05);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 1px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .1)
}

.kv-editable-form-inline .form-group {
	text-align: left;
}

.kv-editable-form-inline .close {
	background: none;
}


.kv-editable-form-inline .control-label {
	line-height: 22px;
}

.kv-editable-form-inline .field-message-language {
	text-align: right;
}


.kv-editable-form-inline .field-message-language select {
	padding: 0;
	height: 22px;
}

.popover-default,
.popover-x.right > .arrow {
	border: 0;
}

.popover-default .popover-content,
.popover-default .popover-footer,
.popover-default .popover-title {
    padding: 5px 10px;
}

.kv-editable-form-inline .btn,
.popover-default .popover-footer .btn {
    padding: 5px 8px;
	width: auto;
	min-width: 0px;
}

.kv-editable-form-inline .btn i,
.popover-default .popover-footer .btn i {
    padding: 6px;
    font-size: 12px;
}


#edit-question-body td.subquestion-text {
	width: 50%;
}



#edit-question-body .subquestion-actions .btn {
    padding: 5px 10px;
    line-height: 20px;
    vertical-align: middle;
    font-size: 15px
}

.ckeditor-variable,
.vertical-menu .table td {
    vertical-align: top
}

.subquestion-actions .btn:before,
.subquestion-actions .glyphicon:before {
    font-size: 15px
}

.subquestion-actions {
    width: 100%;
    font-size: 0
}

table .move-icon {
    text-align: center
}

.move-icon span {
    font-size: 20px;
    color: #3493d0
}

.move-icon span:active,
.move-icon span:focus,
.move-icon span:hover {
    color: #0071bc
}

.vertical-menu .table tr td:last-child {
    text-align: right
}

.vertical-menu .table table {
    width: 100%;
    vertical-align: top
}

.vertical-menu .table table tr td b {
    display: inline-block;
    float: left
}

#modal-default-event+#main .table table tr td {
    text-align: left
}

.register_buttons .c-button {
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
    margin: 5px;
    width: 60px;
    padding: 5px 2px;
    line-height: 11px;
    font-size: 10px;
    border: 0px;
    opacity: .9;
    transition: .3s;
    border-radius: 50%;
    margin: 2px;
    height: 60px;
}


.register_buttons .c-ripple {
	font-size: 14px;
}

.register_buttons .c-button:active,
.register_buttons .c-button:focus,
.register_buttons .c-button:hover {
    opacity: 1;
    transition: .3s
}

.register_buttons .js-button-timelog {
    background: #7d99a5
}

.register_buttons .js-button-register {
    background: #41ab6c
}

.register_buttons .js-button-delegate {
    background: #9477a5
}

.register_buttons .c-button--red {
    background: #ff7f50;
}

.register_buttons .c-button:hover {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .08))
}

.fr-toolbar.fr-top {
    border-radius: 0!important;
}

.fr-toolbar .fr-btn-grp {
    margin: 0 10px 0 7px!important;
}

.ckeditor-variables__wrap {
    position: relative;
    padding: 5px;
    background: #e0e0e0;
    min-height: 39px;
}

.ckeditor-variables__wrap ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.inner-tab-link {
    position: absolute;
    width: 155px;
    top: 5px;
    color: #5f5f5f;
    padding: 5px;
    cursor: pointer;
    margin: 0;
    border-radius: 1px;
    text-shadow: 1px 1px 0 #ffffff7a;
    text-align: center
}

.inner-tab-link:hover {
    background: #e6e6e6
}

.ckeditor-variables__wrap ul li:nth-child(1) .inner-tab-link {
    margin-left: 0
}

.ckeditor-variables__wrap ul li:nth-child(2) .inner-tab-link {
    margin-left: 155px
}

.ckeditor-variables__wrap ul li:nth-child(3) .inner-tab-link {
    margin-left: 310px
}

.ckeditor-variables__wrap ul li:nth-child(4) .inner-tab-link {
    margin-left: 465px
}

.ckeditor-variables__wrap ul li:nth-child(5) .inner-tab-link {
    margin-left: 620px
}
.ckeditor-variables__wrap ul li:nth-child(6) .inner-tab-link {
    margin-left: 775px
}
.ckeditor-variables__wrap ul li:nth-child(7) .inner-tab-link {
    margin-left: 930px
}
.ckeditor-variables__wrap ul li:nth-child(8) .inner-tab-link {
    margin-left: 1085px
}

.ckeditor__tabs--wrap {
	display: none; /* removed edit mode */
}

.ckeditor__tabs--wrap ul {
    margin: 0;
    padding: 0
}

.ckeditor-variables__wrap ul li {
    margin: 0
}

.ckeditor-variables__wrap ul li ul li {
    margin: 3px 1px
}

.ckeditor-variables__wrap ul li ul {
    margin-top: 29px
}

.ckeditor__tabs--wrap ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px;
    border-radius: 1px;
    opacity: .75
}

.ckeditor__tabs--wrap ul li.active {
    opacity: 1
}


.inner-tab-link.current {
    background: #ededed;
    color: #5d81b3
}

.inner-tab-content {
    margin-top: 38px;
    display: none;
    background: #ededed;
    padding: 10px!important
}

.inner-tab-content.current {
    display: inherit
}

.ckeditor-variable {
	display: inline-block;
    padding: 0px 5px;
    background: #f1f1f1;
    margin: 2px;
    border-radius: 1px;
    text-shadow: 1px 1px 0 #ffffff;
    cursor: grabbing;
    vertical-align: middle;
	font-size: 11px;
}



.gritter-close,
.gritter-close:after,
.gritter-close:hover,
.gritter-item p,
.gritter-without-image:before {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .2)
}

.ckeditor-variable .description {
    display: block;
    height: 0;
    max-width: 200px;
    overflow: hidden
}

.ckeditor-variable span p img {
    width: 100px!important;
    height: auto!important;
    float: right
}

#tabGallery button.btn {
    opacity: .6;
    transition: .2s
}

#tabGallery button.btn.active {
    opacity: 1;
    transition: .2s
}

#gritter-notice-wrapper {
    z-index: 9999;
    max-width: 100%;
    width: auto
}

.gritter-item-wrapper {
    background: #1e5799;
    background: -moz-linear-gradient(45deg, #1e5799 0, #2989d8 50%, #207cca 51%, #7db9e8 100%);
    background: -webkit-linear-gradient(45deg, #1e5799 0, #2989d8 50%, #207cca 51%, #7db9e8 100%);
    background: linear-gradient(45deg, #1e5799 0, #2989d8 50%, #207cca 51%, #7db9e8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=1);
    border-radius: 1px;
    padding: 0 5px;
    box-shadow: 0 0 5px #b1b1b1
}

.gritter-item-wrapper.red_gritter {
    background: #cb60b3;
    background: -moz-linear-gradient(45deg, #cb60b3 0, #c146a1 50%, #a80077 51%, #db36a4 100%);
    background: -webkit-linear-gradient(45deg, #cb60b3 0, #c146a1 50%, #a80077 51%, #db36a4 100%);
    background: linear-gradient(45deg, #cb60b3 0, #c146a1 50%, #a80077 51%, #db36a4 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cb60b3', endColorstr='#db36a4', GradientType=1)
}

.gritter-bottom,
.gritter-item,
.gritter-top {
    background: 0 0
}

.gritter-top {
    height: 0
}

.gritter-item {
    padding: 5p 10px;
    text-align: center
}

.gritter-item p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin-top: 6px
}

.gritter-without-image:before {
    font-family: FontAwesome;
    content: '\f058';
    display: block;
    font-size: 66px;
    margin: auto auto -10px
}

.red_gritter .gritter-without-image:before {
    content: '\f06a'
}

.gritter-close,
.gritter-close:hover {
    top: 10px;
    left: 10px;
    background: 0 0;
    text-indent: 0;
    color: transparent;
    overflow: hidden;
    transition: .3s;
    font-size: 0
}

.bottom-link,
.gritter-close {
    transition: opacity .5s linear
}

.gritter-close:hover {
    opacity: 1
}

.gritter-close:after {
    font-family: FontAwesome;
    content: '\f00d';
    color: #fff!important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 22px!important;
    line-height: 28px;
    background: rgba(255, 255, 255, .15);
    border-radius: 100px
}

.gritter-item .p2,
.gritter-item .p4 {
    font-weight: 900;
    font-size: 22px;
    letter-spacing: 1px
}

.crisp-client a[data-visible=false],
.crisp-client a[data-maximized=false] {
    left: 14px!important;
    width: 60px!important
}

body .crisp-client .crisp-1 .crisp-25 .crisp-26 {
    bottom: 12px!important
}

.table td p b:after {
    content: '\00a0'
}

.mailing_report_yes {
    color: #66caa3
}

.mailing_report_no {
    color: orange
}

.mailing_report_missing {
    color: red;
    font-weight: 500
}

.dummy-div {
    height: 1px
}

.kv-table-wrap div.kv-editable {
    max-width: 910px
}

span.custom-icons {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    background: #95caec;
    color: #fff;
    border-radius: 15px;
    margin: 0 3px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 15px;
    line-height: 20px
}

@media (max-width:1450px) {
    #sidebar ul.sidebar-nav>li>a {
        max-width: 200px
    }
}

.registrations {
	height: 100%;
}

.registrations .panel-title img {
	max-width: 150px;
}


@media (min-width:769px) {
    .col-lg-12.welcome .col-sm-6,
    .col-lg-12.welcome .col-sm-9 {
        width: 100%
    }
    .form-inline .form-group {
        vertical-align: top
    }
}

@media (min-width:1200px) {
    ul.sidebar-nav>li>a .fa,
    ul.sidebar-nav>li>a .glyphicons {
        border-right: 0 solid rgba(201, 201, 201, .04);
        width: auto;
        padding-left: 20px
    }
}

@media (min-width:992px) {
    .auth-item-create {
        width: 50%
    }
}

@media (max-width:531px) {
    .registrations .panel-title {
        width: 100%;
        text-align: center
    }
    .registrations .panel .pull-right,
    .registrations .panel .pull-right a {
        width: 100%
    }
    .btn-trigger .btn-group,
    .btn-trigger-first .btn-group-first {
        width: 148px
    }
}

@media (max-width:500px) {
    body.sidebar-collapsed ul.sidebar-nav ul.sub-nav>li:last-child a,
    body.sidebar-collapsed ul.sidebar-nav ul.sub-nav>li>a,
    ul.sidebar-nav ul.sub-nav>li:last-child a,
    ul.sidebar-nav ul.sub-nav>li>a {
        padding: 10px
    }
}

@media (max-width:320px) {
    body.sidebar-collapsed ul.sidebar-nav ul.sub-nav>li:last-child a,
    body.sidebar-collapsed ul.sidebar-nav ul.sub-nav>li>a,
    ul.sidebar-nav ul.sub-nav>li:last-child a,
    ul.sidebar-nav ul.sub-nav>li>a {
        padding: 5px
    }
}

.bottom-buttons {
    position: fixed;
    text-align: center;
    right: 0;
    bottom: 0;
    padding: 5px 0;
    width: calc(100% - 245px);
    z-index: 10;
	background: #fff;
}

.bottom-link {
    margin: 2px;
    padding: 2px 8px;
    font-weight: 400;
    color: #3493d0
}

.bottom-link:hover {
    background: 0 0;
    color: #277aaf
}

.event-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 558px;
    display: inline-block;
    padding-right: 5px
}

@media (min-width:900px) {
    .dropdown-topmenu {
        display: none
    }
}

@media (max-width:900px) {

		.event-action button {
            font-size: 0px;
            padding: 1px;
            margin: 0;
            height: 21px;
            padding-left: 5px;
	}

    #button-change-event, #button-unset-event {
        font-size: 15px;
    }

    .dropdown-topmenu {
        display: block;
        position: absolute;
        right: 5px;
        bottom: 15px
    }
    .dropdown-topmenu .btn.dropdown-toggle {
        padding: 0 5px
    }
    .dropdown-topmenu .btn.dropdown-toggle:active,
    .dropdown-topmenu .btn.dropdown-toggle:focus {
        outline: 0px
    }


	.dropdown-topmenu.open > .dropdown-toggle.btn-primary:focus {
	background: #00000012;
    color: #404040;
	}


    .dropdown-topmenu .dropdown-menu {
        right: 0!important;
        left: auto
    }
    .dropdown-topmenu .dropdown-menu>li {
        margin-bottom: 0px;
        margin-right: 5px;
        margin-left: -8px
    }
    .dropdown-topmenu .dropdown-menu>li>a {
        text-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
        color: #888888;
        background: #8686861c;
	}

    .topmenu {
        display: none
    }
    ul.sidebar-nav>li>a .sidebar-title {
        width: 200px
    }
    .bottom-buttons {
        width: calc(100% - 245px)
    }
    .event-name {
        font-size: 16px
    }
    .customer-name {
        font-size: 17px;
        line-height: 19px
    }
    .navbar-fixed-top {
        padding: 5px
    }
    .navbar-logo .img-responsive {
        max-height: 41px
    }
}

@media (max-width:1200px) {
    .bottom-buttons {
        width: calc(100% - 45px)
    }
    .not-logged .bottom-buttons {
        width: 100%
    }
}

@media (max-width:1075px) {
    .event-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 340px;
        display: inline-block
    }
    #sidebar ul.sidebar-nav li ul.sub-nav {
        max-height: 150px;
        overflow-y: auto
    }
}

@media (max-width:900px) {
    #navbar .pull-right.header-btns {
   /*     position: absolute;
        padding-left: 0;
        top: 0;
        right: 0 */
    }
    .navbar-logo {
        padding-top: 0
    }
    .customer-name {
        padding-left: 0
    }
  /*  #sidebar ul.sidebar-nav li:last-child ul.sub-nav,
    #sidebar ul.sidebar-nav li:nth-last-child(2) ul.sub-nav {
        top: auto!important;
        bottom: 100%
    }  */
    .event-action {
        display: block;
        margin-top: 5px;
        margin-left: 0;
        padding: 0;
        line-height: 20px
    }
    .dropdown-topmenu {
        top: 10px
    }
    .event-name {
        vertical-align: middle
    }
}

#subscription-form,
form[action='/confirmation/pay'] {
    width: 100%;
	height: 100%;
    background-color: #fff;
    padding: 20px;
	overflow: auto;
    display: block;
    text-align: center;
    margin: 0 auto
}

#subscription-form p {
    font-size: 16px;
    line-height: 30px
}

#subscription-form h1 {
    color: #3493d0
}

#subscription-form h3 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0
}

#subscription-form .form-group {
    width: 100%;
    margin: auto auto 15px
}

#subscription-form .form-group:last-of-type {
    margin-bottom: 40px
}

#subscription-form .form-group label {
    font-size: 15px
}

#subscription-form .ng-pristine {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 60px
}

.paypal img {
    max-width: 274px
}

.paypal {
    width: 100%;
    padding: 20px;
    background: #e8e8e8;
    border-radius: 1px;
    border: 1px solid #dcdcdc
}

#ui-datepicker-div {
    z-index: 99999!important
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    border: none!important;
    background: 0 0!important;
    cursor: pointer
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
	border-radius: 0;
}


.datetimepicker table tr td:last-child {
	text-align: center
}


.datetimepicker table thead tr th {
    border-radius: 0!important;
    background: #757575!important
}

.datetimepicker table thead tr:first-child th:hover {
    background: #7d7d7d!important
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    border-color: #357ebd;
}

.daterangepicker .calendar-table th {
    background: #fff;
    color: #357ebd;
	height: 20px;
    line-height: 20px;
}

.daterangepicker .calendar-table th.month {
    font-weight: 500;
}
	
.daterangepicker td:hover,
.daterangepicker td.available:hover {
    background-color: #f7f7f7;
}

.daterangepicker td.active.start-date, .daterangepicker td.active:hover {
    background-color: #75b6ef;
	color: white;
}

.daterangepicker td.active.end-date, .daterangepicker td.active:hover {
    background-color: #357ebd;
	color: white;
}


.next span,
.prev span {
    opacity: .5
}


.js-add-row-btn,
.js-remove-row-btn {
    font-size: 20px
}

.next span:hover,
.prev span:hover {
    opacity: 1
}

#subscription-form .form-group .form-control {
    height: 50px;
    font-size: 16px;
    max-width: 500px;
    margin: auto
}

#subscription-form ul {
    max-width: 500px;
    margin: auto;
    text-align: justify
}

#subscription-form .quotas__total--label,
#subscription-form .quotas__total--value {
    font-weight: 500
}

#subscription-form .quotas__total--value {
    font-size: 16px;
    color: #66caa3
}

#subscription-form .quotas__total--label {
    font-size: 16px
}

.submit-anchor {
    font-size: 17px;
    border: 1px solid #3493d0;
    border-radius: 1px;
    padding: 10px 20px;
    color: #fff;
    background: #1c8cd6;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .1)
}

.signup-box .panel-title,
.unsubscribe-page h1,
.unsubscribe-page p {
    text-shadow: 1px 1px 0 #fff
}

.submit-anchor:focus,
.submit-anchor:hover {
    background: #0C7FCB;
    color: #fff
}

.quotas__wrapper table tr td,
.quotas__wrapper table tr th {
    text-align: center
}

.quotas__wrapper table tr td:first-child,
.quotas__wrapper table tr th:first-child {
    text-align: left
}

.quotas__wrapper table tr td:last-child,
.quotas__wrapper table tr th:last-child {
    text-align: right
}



#navbar .pull-right #js-get-alerts button {
    position: relative;
    padding: 0;
}

#js-get-alerts button .alerts {
    display: block;
    position: absolute;
    font-family: Arial, sans-serif;
    background: #ff3535;
    padding: 1px 3px;
    border-radius: 100px;
    color: #fff;
    font-weight: 400!important;
    top: -10px;
    right: -10px;
	font-size: 10px;
	    min-width: 16px;
		    text-shadow: none;
}

#js-get-alerts button b {
    display: none
}




@media (min-width:768px) {
    .quotas__wrapper table th {
        font-size: 21px
    }
}

.username-span:after {
    content: ",";
    font-weight: 400
}

#js-get-alerts ul.dropdown-menu {
    margin-left: -199px
}

#js-get-alerts ul.dropdown-items {
    height: 400px;
    overflow-y: auto
}

#js-get-alerts .menu-arrow .menu-arrow-up {
    margin-left: 123px
}

@media (max-width:768px) {

	.header-btns #user-menu .dropdown li a .sidebar-title {
		display: none;
	}

    #js-get-alerts ul.dropdown-menu {
        margin-left: -198px
    }
    #js-get-alerts .menu-arrow .menu-arrow-up {
        margin-left: 121px
    }
    #content>.container {
        padding: 5px!important
    }

#js-get-alerts button .alerts {
	padding: 0px 6px;
	top: 1px;
}

    .logo,
    .navbar-logo {
       /* display: none  */
    }
    .not-logged .navbar-logo {
        display: block
    }
    .not-logged .navbar-brand:before {
     /*   display: none : */
    }
    .navbar-brand {
     /*   display: none */
        margin-top: 5px;
    }

    #navbar .pull-left,
    .datatables-footer .pull-right,
    .topmenu {
        width: 100%
    }
    .customer-name {
        padding-left: 0;
        font-size: 14px
    }
    .event-name {
        padding-left: 5px;
        font-size: 13px
    }
    .header-btns .btn-group,
    .header-btns .btn-group-first{
        margin-right: 0
    }
    #navbar .pull-right button {
        padding: 4px
    }
    .navbar-brand .navbar-logo {
        margin-top: 0
    }
    .panel-heading .pull-right {
        float: left
    }
    .navbar-logo img {
        max-width: 100px
    }
    .topmenu {
        float: none;
        padding: 5px 0 0;
        clear: both
    }
    .topmenu a {
        margin: 2px 0;
        margin-left: 0!important;
        padding: 3px 7px;
        font-size: 13px
    }
    .btn {
        padding: 3px 6px
    }

    .welcome .survey-actions .panel {
        width: 100%;
        margin: 0 0 5px
    }
    .survey #welcome-jumbotron {
        margin-bottom: 5px
    }
    .survey #welcome-jumbotron p {
        padding-top: 5px;
        font-size: 18px
    }
    .survey-index-header {
        padding: 5px
    }
    .evento-page #logo-content {
        width: 90%;
        margin: 15px auto
    }
    .evento-page #evento-label {
        font-size: 31px
    }
    .evento-page .display-report th {
        font-size: 20px
    }
    .evento-page .display-report td,
    .evento-page .display-report td span {
        font-size: 21px
    }
    .evento-page #logo {
        width: 100%;
        max-width: 169px
    }
    .evento-page .time {
        font-size: 12px
    }
    #switchchangeformat button {
        width: 100%;
        margin: 0 0 5px
    }
    .auth-item-update h1,
    .auth-item-view h1,
    .panel-title {
        font-size: 20px
    }
    .panel-heading .pull-right {
        padding-top: 0;
        padding-bottom: 0
    }
    .panel-heading {
        padding: 5px
    }
    .survey-index .survey-search {
        margin-bottom: 0
    }
    .panel .summary {
        font-size: 10px;
        text-align: right
    }
    .dataTables_info {
        padding-top: 5px;
        position: relative;
        bottom: 0
    }
    .datatables-toolbar {
        margin-bottom: 5px;
        padding: 0;
        position: relative
    }
    .event-action {
        margin-right: 0
    }
    .event-name {
        max-width: calc(100% - 105px);
    }
}

#contact-sessions,
.max_allowed,
.site-login {
    display: block;
    position: relative
}

#contact-sessions {
    width: 100%;
    height: 100%
}

#contact-sessions .checkbox label {
    position: relative;
    width: 100%;
    padding: 0;
    text-align: left
}

#app-store,
#ask-url-check,
#ask-url-check .modal-footer,
.site-error,
.unsubscribe-page,
ul.wizard-steps {
    text-align: center
}

#contact-sessions .checkbox {
    margin: 0;
    padding: 0
}

#contact-sessions .checkbox label .bootstrap-switch {
    position: absolute;
    right: 0
}

.max_allowed {
    background: #fff;
    width: 100%;
    height: 100%;
    padding-top: 2%
}

.max_allowed div {
    background: rgba(255, 254, 211, .59);
    margin: auto;
    max-width: 666px;
    position: relative;
    padding: 21px;
    border-radius: 1px;
    border: 1px solid rgba(0, 0, 0, .1)
}

.signup-box,
.site-login {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .08)
}

.max_allowed p {
    font-size: 15px;
    line-height: 21px
}

.max_allowed p span {
    color: #757575;
    font-weight: 500;
    font-size: 16px
}

.meetmeteam {
    font-weight: 500;
    color: #3493d0
}

.site-login {
    max-width: 400px;
    margin: 5% auto 0;
    padding: 0;
    border-radius: 1px;
    border: 1px solid #ececec
}

.site-login-wrapper container {
    height: 100%;
    min-height: 444px
}

.site-login-wrapper .bottom-buttons {
    width: 100%
}

.site-login-wrapper .row {
    margin: 0
}

#app-store {
    margin-top: 15px;
    margin-bottom: 40px
}

ul.sidebar-nav li:active ul,
ul.sidebar-nav li:focus ul {
    display: inherit
}

@media (max-width:320px) {
    .customer-name {
        font-size: 11px
    }
    .event-name {
        font-size: 13px
    }
}

ul.wizard-steps li.active .wizard-icon i,
ul.wizard-steps li.passed .wizard-icon i {
    transition: all ease-in-out 0s
}

ul.wizard-steps li,
ul.wizard-steps li a {
    vertical-align: top
}

ul.wizard-steps li a {
    font-size: 27px;
    top: 7px;
    font-weight: 400
}

ul.wizard-steps li.active a {
    color: #3493d0;
    font-weight: 500
}

#signup-wizard {
    padding: 20px
}

#signup-wizard .pager {
    margin: 45px 0 35px
}

.wizard-wrapper {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 0
}

#sign-up-form h3 {
    padding: 20px;
    color: #359ce0;
    margin-bottom: 20px;
    border-bottom: 1px dashed #c9c9c9
}

#signup-wizard .module {
    display: inline-block;
    vertical-align: top
}

#signup-wizard .module .form-group {
    width: 215px;
    margin: 10px
}

.signup-box .bfh-selectbox-toggle {
    position: absolute;
    right: 10px;
    top: 10px
}

.form-group,
.signup-box {
    position: relative;
    clear: both;
}

.signup-box {
    width: 100%;
    max-width: 999px;
    margin: 15px auto auto;
    border-radius: 1px;
    border: 1px solid #bbb
}

.signup-box .panel-heading {
    border-bottom: none;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    background: #fbfbfb;
    border-radius: 0
}

.signup-box .panel-title {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 23px;
    color: #c7c7c7
}

.signup-box .panel {
    border-radius: 0
}

ul.wizard-steps li .wizard-icon,
ul.wizard-steps li.passed.active .wizard-icon {
    width: 75px;
    height: 75px;
    background: #f1f1f1;
    box-shadow: none
}

ul.wizard-steps li:after {
    height: 1px;
    top: 34%
}

ul.wizard-steps li.active .wizard-icon {
    border: 1px solid #3493d0
}

ul.wizard-steps li .wizard-icon .fa,
ul.wizard-steps li.active .wizard-icon i {
    background: 0 0;
    box-shadow: none;
    border: none;
    padding-top: 12px;
    font-size: 33px;
    color: #c7c7c7
}

ul.wizard-steps li.active .wizard-icon i,
ul.wizard-steps li.passed.active .wizard-icon i.fa {
    color: #3493d0
}

ul.wizard-steps li.active:after {
    -webkit-box-shadow: 0 1px 1px #3493d0 inset, 0 -1px 1px rgba(255, 255, 255, .8) inset;
    box-shadow: 0 1px 1px #3493d0 inset, 0 -1px 1px #f5f5f5 inset
}

.wizard-icon {
    top: 0;
    right: 0
}

ul.wizard-steps li.passed .wizard-icon {
    background: #3493d0
}

ul.wizard-steps li.passed .wizard-icon i.fa {
    color: #fff
}

#signup-wizard .checkbox input {
    margin-right: 5px;
    vertical-align: middle;
    margin-top: 0
}

#signup-wizard .checkbox label {
    padding-left: 0;
    color: #666
}

#signup-wizard .btn-blue {
    padding: 10px 22px;
    font-size: 20px;
    font-weight: 400;
    background: #3493d0;
    color: #fff
}

#signup-wizard .btn-blue:hover {
    background-image: -webkit-linear-gradient(top, #0e8cde, #3493d0)!important;
    background-image: linear-gradient(to bottom, #0e8cde, #3493d0)!important
}


.table .btn {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0)
}

.panel-tabs>li>a:hover {
    background-color: #f9f9f9
}

.atc-style-glow-orange .atcb-link {
    box-shadow: none!important;
    border-radius: 3px!important;
    font-size: 13px!important;
    background-color: #66cbca!important;
    padding: 5px 15px!important
}

.atc-style-glow-orange .atcb-link:before {
    font-family: FontAwesome;
    content: '\f073';
    display: inline-block;
    padding-right: 5px;
    margin-top: -3px
}

.frontend-page {
    background: #fff;
    margin: 0 auto;
    padding: 20px
}


@media (min-width:1200px) {
    ul.sidebar-nav li {
        overflow: hidden
    }
    #sidebar ul.sidebar-nav li ul.sub-nav {
        overflow-y: scroll;
        max-height: 300px;
        width: 200%
    }
    #sidebar ul.sidebar-nav li ul.sub-nav li {
        overflow-y: auto
    }



	.sidebar-collapsed ul.sidebar-nav li {
        overflow: visible
    }
    .sidebar-collapsed #sidebar ul.sidebar-nav li ul.sub-nav {
        width: 514%;
    }

	.sidebar-collapsed #sidebar ul.sidebar-nav li .sidebar-title {
    background: #fbfbfb;
    color: #3493d0;
    text-shadow: 1px 1px 0 #fff;
    border: 1px solid #d6d6d6;
	}

}



table.multiple-input-list tbody tr td,
table.multiple-input-list tbody tr th,
table.multiple-input-list thead tr td,
table.multiple-input-list thead tr th {
    vertical-align: middle;
    padding: 10px
}



.modal-header {
    font-weight: 500;
    padding: 10px 20px;
    line-height: 25px;
    height: 45px;
}


.modal-header .close {
    font-size: 21px;
    line-height: 13px;
}

.close {
    font-size: 31px
}

.pager.wizard {
    cursor: default
}

.field-passwordresetrequestform-recaptcha {
    margin-top: 20px
}

.site-request-password-reset .control-label,
.set-password #set-password .control-label {
    display: none
}

.site-request-password-reset p.help-block,
.set-password #set-password .help-block {
    padding: 0;
    margin: 0;
    position: absolute;
    top: -18px;
    font-size: 11px
}

#set-password .input-group-addon {
    min-width: 0;
    padding: 0
}

#set-password .panel-body {
    padding-top: 40px
}

#set-password .input-group-addon i {
    font-size: 14px;
    vertical-align: middle;
    padding: 8px 12px
}

#set-password .form-group .form-control {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

body.set-password .panel {
    width: 100%
}

body.set-password #page-logo {
    width: auto;
    margin: 0 auto
}

.set-password .site-login {
    margin-top: 20%
}

#passwordresetrequestform-email {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.site-error {
    margin: auto
}

.site-error .alert-info {
    margin: auto auto 20px;
    font-size: 22px;
    display: inline-block
}

.site-error h1 {
    display: none
}

.site-error img.error {
    display: block;
    margin: 30px auto
}

.btn-group-text {
    font-size: 13px;
    padding: 5px 10px
}

.form-status {
    display: inline-block;
    margin-left: 5px;
    color: #fff;
    padding: 0 2px;
    text-transform: lowercase;
    font-size: 9px;
    vertical-align: top;
    text-shadow: none;
}

.form-status.active {
    background: #96e065
}

.form-status.inactive {
    background: #acbea7
}

table tr.customer-translation td {
    background-color: #f5ffd1!important
}

#ask-url-check .modal-body {
    background: #fff;
    padding: 20px 10px 10px
}

#ask-url-check .modal-body button {
    width: 50px
}

.unsubscribe-page {
    display: block;
    overflow: auto;
    height: 100%;
    background: #f5f5f5;
    padding: 10px
}

.unsubscribe-page img {
    padding: 5% 10px 10px
}

.unsubscribe-page h1 {
    font-weight: 500;
    font-size: 23px;
    line-height: 27px;
    border-bottom: 1px dashed #3393d0;
    padding-bottom: 10px;
    color: #c5c5c5;
    max-width: 666px;
    margin: 10px auto 20px
}

#slug_link {
    vertical-align: -webkit-baseline-middle
}

.slug-input div {
    padding: 0
}

.hint-block {
    padding-top: 7px;
    font-size: 10px;
    display: inline-block;
}

.icon-plus-wrapper .wizard-icon {
    display: block;
    right: -5px;
    top: 10px
}

#mailing-wizard-form #tab3 span {
    font-weight: 500;
    color: #3493d0
}


.user-menu .dropdown-signout {
	width: 100%;
    background: none;
    border: none;
    float: none;
    padding: 4px 11px;
}

.web-form-create .error-summary {
	display: none!important;
}

#sender-modal .modal-body {
	padding-bottom: 10px;
}

#sign-up-form #tab3 p span {
	font-weight: bold;
}



#theLogoImg {
    width: 243px;
	padding: 40px 0 0 40px;
}

#theArrowImg {
	    display: block;
    margin: auto;
    text-align: center;
}


.row.registrations {
	margin: 0px;
	overflow: auto;
	height: auto;
}


.row.registrations form input {
    border: 1px solid #b9dbef;
}


.row.registrations form input,
.row.registrations form button {
	vertical-align: middle
}


.registrations-footer {
	position: absolute;
    bottom: 10px;
    right: 20px;
}


.fc-content a, .fc-content a:hover {
	color: white
}


.header-btns #user-menu .dropdown {
	padding: 0;
	margin: 0
}

.header-btns #user-menu .dropdown li {
	display: inline-block;
	margin: 0;
	position: relative
}

.header-btns #user-menu .dropdown li a {
	padding: 6px 0;
	font-size: 11px;
	color: #3493d0
}

.header-btns #user-menu .dropdown li a:hover {
	background: #f3f3f3
}

.header-btns #user-menu .dropdown li ul li a {
    padding: 5px;
}

.header-btns #user-menu .dropdown li ul li a:hover {
	background: #f5f5f5
}

.header-btns #user-menu .dropdown li ul {
	position: absolute;
	width: auto;
    padding-bottom: 3px;
    background: #fbfbfb;
}

.header-btns #user-menu .dropdown li ul li {
	display: block
}


.header-btns #user-menu .dropdown li a span {
    line-height: 30px;
	padding: 0 5px;
	display: inline-block;
    position: relative;
	vertical-align: middle;
}

.header-btns #user-menu .dropdown li a .sidebar-title {
	padding-left: 0
}

.header-btns #user-menu .dropdown li ul li a span.glyphicons {
	    line-height: 10px;
}

.header-btns #user-menu .dropdown li a span.caret {
	display: none
}

#js-get-alerts {
	vertical-align: middle;
	margin: 0 5px;
	z-index: 1000;
}

.header-btns #user-menu .dropdown-menu > .active > a {
color: #80808087;
    background: #8080801c;
}


#traduzioni-grid .btn-danger,
#traduzioni-grid .btn-danger:hover,
#traduzioni-grid .btn-danger:active,
#traduzioni-grid .btn-danger:focus {
		background: transparent;
		    border-bottom: 1px dashed;
			font-size: 13px;
			font-weight: 400;
			padding: 2px 1px;
}

#traduzioni-grid .btn-danger span {
	padding-right: 2px;
}

.header-btns ul.dropdown-menu {
	margin-top: 11px
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #fff;
	padding: 5px
}

.table-striped > tbody > tr:nth-child(even) > td {
	padding: 5px
}

.js-conditional-fields {
	text-align: right;
}
.js-conditional-container {
    padding: 0 15px 0 15px;
}
.js-conditional-fields .query-header {
    border-bottom: 1px solid #DDD;
    padding: 20px 15px 20px 15px;
    margin-bottom: 20px;
}

.js-conditional-fields .form-group {
	display: inline-block;
	margin-bottom: 0px;
    vertical-align: middle;
	margin-right: 0;
	margin-left: 0;
}

.js-conditional-fields .form-control {
    width: auto;
}

.js-conditional-fields .js-query-item {
	margin-top: 10px;
}

.js-conditional-fields .col-lg-8 {
	padding: 0px;
}

.js-conditional-fields .general-rule {
	display: inline-block;
    margin-left: 10px;
}

.js-conditional-fields hr {
	    margin: 20px 0;
}

.js-conditional-fields span.text {
padding-left: 5px;
    padding-right: 5px;
}

#list_action_form button {
	float: right;
}


.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(even) > td {
	padding: 5px 5px;
}


.registrations .fc-time-grid .fc-slats td,
form[action='/participant-session/calendar'] .fc-time-grid .fc-slats td {
	background: white;
}


.registrations .fc-ltr .fc-axis,
form[action='/participant-session/calendar'] .fc-ltr .fc-axis {
	display: none;
}

.registrations .fc-time-grid .fc-content-col,
form[action='/participant-session/calendar'] .fc-time-grid .fc-content-col {
	padding-bottom: 15px;
}

.registrations .fc-time-grid .fc-event {
    height: 20px;
	    border-color: transparent!important;
}


.registrations .fc-time-grid-event.fc-short .fc-time:after {
    display: none;
}


.registrations .fc-time-grid-event.fc-short .fc-content {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
}


.registrations .fc-time-grid-event.fc-short .fc-content:hover,
.registrations .fc-time-grid-event.fc-short .fc-content:active,
.registrations .fc-time-grid-event.fc-short .fc-content:focus {
    cursor: pointer;
}




.sessions-calendar .bottom-buttons {
    display: none;
}

.sessions-calendar .page-title {
	clear: both;
    text-align: center;
    font-size: 25px;
    color: #3e3e3e;
}

.sessions-calendar .fc-center h2 {
	display: none;
}

/* calendar coloring */

.free-session {
	background: #1ace7b;
}

.occupied-session {
	  filter: brightness(85%);
}

.full-session {
	background-color: #757575!important;
	border-color: transparent!important;
}

.current-session,
.full-session.current-session {
	background-color: #4da76b!important;
	    filter: brightness(100%);
}

.free-session:hover,
.free-session:focus {
	background: #0ec370;
}


.full-session:hover,
.full-session:focus {
	background-color: #717171!important;
	border-color: transparent!important;
}


/* end calendar coloring */




.sessions-calendar .fc-time-grid-event.fc-short .fc-time, .sessions-calendar .fc-time-grid-event.fc-short .fc-title {
font-weight: bold;
    text-shadow: 0px 1px 0 #00000017;
}



.locations-select {
	display: inline-block;
    margin-right: 10px;
    padding: 5px 10px;
    background: #f3f3f3;
    border-radius: 1px;
}

.btn-group.add-margin a,
.btn-group-first.add-margin a{
	margin: 3px!important;
}


.btn-group.add-margin a span,
.btn-group-first.add-margin a span{
	margin-right: 3px;
}

 .multiple-action select {
	position: absolute;
	margin-right: 2px;
    width: 115px;
    display: inline-block;
 }


table thead tr th input[type=checkbox],
table tbody tr td:first-child input[type=checkbox] {
	margin: 0;
	height: 15px;
	width: 15px;
	vertical-align: middle;
}


.menubar.pull-right + .row .pull-right {
	margin-right: 3px;
}

.event-notification > td {
	background-color: #fff4001f!important;
}



/* contact form fixes */

.web-form-update .kv-table-wrap div.kv-editable,
.web-form-create .kv-table-wrap div.kv-editable {
	max-width: 400px;
}


.web-form-update .kv-table-wrap div.kv-editable textarea,
.web-form-create .kv-table-wrap div.kv-editable textarea {
	width: 100%;
}

.btn.button_translate {
    padding: 2px 0px 2px 3px;
}

.btn .fa {
	color: inherit!important;
    font-size: inherit!important;
}

.default.fa-star {
	color: #509e1d;
}



/* order page styles */

.question-order li {
	position: relative;
	padding: 0;
}

.question-order li .ui-sortable-handle {
	width: 100%;
	height: 100%;
	cursor: all-scroll;
	padding: 0 10px;
}

.question-order li .ui-sortable-handle span {
	display: block;
	padding-top: 10px;
}


button.fa-star,
button.fa-star-o {
	background: transparent;
	border: 0px;
	color: #3493d0;
}

button.fa-star:hover {
	cursor: default;
}

button.fa-star-o {
	color: #c7c7c7;
}

button.fa-star-o:hover,
button.fa-star-o:active,
button.fa-star-o:focus {
	color: #3493d0;
	border: 0px;
	outline: none;
}


/* contact search */

.select2-container--krajee .select2-selection--multiple {
    min-height: 29px;
}

.select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field {
	height: 27px;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice {
    margin: 3px 0 0 3px;
    padding: 0 3px;
}

.user-menu ul.dropdown-menu li ul.dropdown-items li .ui-widget {
    display: inline-block;
    width: 175px;
}

.user-menu ul.dropdown-menu li ul.dropdown-items li .ui-widget input {
    width: 100%;
}

.language-switcher label {
	vertical-align: middle;
    line-height: 25px;
    margin: 0;
    padding: 0;
}


/* totem pages styling */

.auth-totem-container {
	padding: 20px;
}

.auth-totem {
    margin: auto;
    text-align: center;
    margin-top: 10px
}

.auth-totem .form-group {
	display: inline-block;
	margin: 0px;
	vertical-align: middle;
    margin-left: 0!important;
    margin-right: 0!important;
}

.auth-totem button[type="submit"] {
	margin-top: -3px;
}


/* speed dating */

.participant-pairing {
	  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-width: 320px;
     -moz-column-width: 320px;
          column-width: 320px;
	}


.participant-pairing .panel {
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
          page-break-inside: avoid; /* Firefox */
               break-inside: avoid; /* IE 10+ */
}

.participant-pairing .form-group {
	margin: 0;
}

.participant-pairing .form-group input[readonly] {
	margin: 2px 0 1px;
    height: 34px;
}

.participant-pairing .form-group .col-lg-8 {
	padding-left: 0;
	}

.participant-pairing .btn {
	margin-top: 5px;
}


.sessions-content {
	text-align: center;
	margin: auto;
	text-align: center;
    margin: auto;
    margin-bottom: 5px;
}

.sessions-content .event-session-name {
	font-size: 19px;
}

.participant-name-wrapper {
	text-align: center;
}

.participant-name-wrapper .participant-name {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}




.current-session .participant-name-wrapper {
    background: #107e90;
    width: 745px;
    margin: auto;
    color: white;
    border-radius: 10px;
    padding-top: 10px;
}

.current-session .participant-name {
	font-size: 25px;
}


.participant-name:not(:last-child):after {
	content: '-';
	display: inline-block;
	padding: 0 10px;
}

@media only screen and (min-width: 500px) {
  .session-participant-grid {
        float: left;
    width: 245px;
  }

    .session-participant-grid td {
	text-align: left!important;
  }
}


.sessions-content .form-group,
.alert .form-group {
	overflow: auto;
}


.totem-participant-sessions #remove-confirm-button {
	display: none;
}


.session-status {
	font-weight: bold;
	text-align: center;
}

.status-default .session-status {
	background-color: #ededed!important;
}

.status-success .session-status {
    background-color: #dff6d3!important;
    color: #5ea62f;
}

.status-danger .session-status {
    background-color: #f5dbdb!important;
    color: #d9534e;
}


.countdown-wrapper {
	position: relative;
    margin: auto;
    padding: 30px 10px;
    text-align: center;

}

.countdown-standby,
.countdown-on {
    font-weight: 300;
    margin-bottom: 5px;
    font-size: 21px;
}

#js-timer {
	height: 105px;
}

#js-timer [class^="calendar-"],
.countdown-expired {
	display: inline-block;
	text-align: center;
	width: 95px;
    height: 95px;
    background: #f3f3f3;
	margin: 5px;

}

.countdown-expired {
font-size: 50px;
    padding: 10px 15px 0;
	width: auto;
		color: #ababab;
}

#js-timer [class^="calendar-"] span {
	display: block;
	font-size: 60px!important;
    line-height: 70px;
	color: #ababab;

}

.countdown-wrapper .calendar-days {

}

.countdown-wrapper .calendar-hours {

}

.countdown-wrapper .calendar-minutes {

}

.countdown-wrapper .calendar-seconds {

}


.fc-time-grid-event .fc-time {
	white-space: normal;
	    line-height: 13px;
    padding-top: 5px;
}




.alert-session {
	position: relative;
}


.alert-session .delete-session a {
    position: absolute;
    top: -5px;
    right: -10px;
    background: #cacacaca;
    text-align: center;
    border-radius: 50%;
    color: white;
    box-shadow: 0 0 2px #cccccc;
    padding: 0px 5px;
}

.alert-session .delete-session a span {
	text-shadow: 0px 0px 0px transparent;
}


.alert-session .delete-session a:hover,
.alert-session .delete-session a:focus,
.alert-session .delete-session a:active {
	background: #b1b1b1;
}


#calendar .fc-agendaWeek-view .fc-time span {
	font-size: 15px;
}

#calendar .fc-agendaDay-view .fc-time span {
    font-size: 25px;
    margin-right: 5px;
}


#registration-grid table td:last-child .btn-group .btn,
#registration-grid table td:first-child .btn-group-first .btn{
	min-width: 72px;
}


#registration-grid .numDelegations {
    font-size: 21px;
    text-align: center;
    color: #38a1f4;
    font-weight: bold;
}

.participant-agenda .form-group {
	overflow: auto;
}

@media screen and (max-width: 1199px) {

	.sidebar-toggle {
		display: none;
	}

}

.sidebar-toggle {
    display: inline-block;
    float: left;
    font-size: 20px;
    margin-right: 10px;
    cursor: pointer;
    color: #a2a2a2;
	transition: .2s;
}

.sidebar-toggle:hover,
.sidebar-toggle:active,
.sidebar-toggle:focus {
	color: #757575;
	transition: .2s;
}

.sidebar-collapsed ul.sidebar-nav>li>a .fa,
.sidebar-collapsed ul.sidebar-nav>li>a .glyphicons {
	padding-left: 0;
}



.location-designer .col-md-3 {
	padding: 0;
}

.location-designer .col-md-3,
.location-designer .col-md-9 {
	transition: .2s;
}

.location-designer #participant_list {
	transition: .3s;
	transition-delay: .2s;
}

.toggle-designer-menu {
    position: absolute;
    right: 0;
    z-index: 1023;
    font-size: 33px;
    border: 1px solid #f1f1f1;
    background: #f9f9f9;
    color: #dddddd;
}

.toggle-designer-menu:hover,
.toggle-designer-menu:active,
.toggle-designer-menu:focus {
	    border-color: #dedddd;
}

.expand-designer-menu {
	display: none;
}

.col-md-3 {}

.closed-designer-menu .col-md-3 {
	width: 2%;
}


.closed-designer-menu .col-md-9 {
	width: 97%;
}

.closed-designer-menu #participant_list {
	opacity: 0;
}


.closed-designer-menu .close-designer-menu {
	display: none;
}

.closed-designer-menu .expand-designer-menu {
	display: block;
}


.anagrafica-view table th {
	color: inherit;
	background: inherit;
	font-weight: bold;
}

.anagrafica-view tr:nth-child(even) > th {
	background-color: #f8f8f8;
}


.anagrafica-view tr:nth-child(odd) > th {
	background-color: #FFF;

}

.blacked td{
    background: #fdf7d0!important;
    color: #daae4b;
}

.good-stuff td{
    background: #c5d063 !important;
}

.field-mailing-dourlcheck {

}


#contact_form_form .language-switcher {
    width: 300px;
    float: right;
    margin-bottom: 12px;
    clear: both;
}

#contact_form_form .language-switcher + #generaloptionsContainer {
	clear: both;
}

#lista-all_any + span {
	margin: 0!important;
}


#edit-question-body td .btn i {
	padding: 0;
}


#button-change-event,
#button-unset-event {
	padding-right: 5px;
}


/* webform fixes */

.field-mailing-field {
	display: none;
}

.field-webform-event_id,
.field-webform-customer_id {
	margin: 0;
	padding: 0;
}


.webform-content.form-horizontal .control-label {
	text-align: left;
}

.webform-content #webform-slug {
	max-width: 347px;
}

.webform-disclaimers {
	padding: 0;
}

.webform-disclaimers > .col-lg-4 {
    min-height: 70px;
    margin: 10px;
    background: #f5f5f5;
	padding: 10px;

}

.webform-disclaimers .col-lg-4 .col-lg-8 {
    padding-right: 10px;
}


.webform-disclaimers .col-lg-4 .col-lg-8,
.webform-disclaimers .col-lg-4 .col-lg-2 {
	padding-left: 0;
	display: inline-block
}

.webform-disclaimers .col-lg-4 .col-lg-8 div {
	white-space: nowrap;
     font-weight: bold;
    display: inline-block;
}

.webform-disclaimers .col-lg-4 .col-lg-8 .disclaimer-update-button .btn {
    padding: 5px;
    height: auto;
    line-height: 13px;
}

.webform-content .countdown .col-md-8,
.webform-content .countdown .col-md-8 .col-md-6 {
	padding: 0;
}


@media (min-width: 1200px) {

	.webform-disclaimers > .col-lg-4 {
	max-width: 195px;
	}

	.custom-css-row + .form-group .col-md-4 {
		max-width: 400px;
	}

	.countdown div.col-md-4,
	.custom-css-row div.col-md-4,
	.custom-css-row + .form-group .col-md-4:first-child {
		max-width: 250px;
	}


	.countdown .col-md-4 div.col-lg-6,
	.custom-css-row div.col-lg-6,
	.custom-css-row + .form-group .field-webform-published div.col-lg-6 {
		width: 60px;
	}

	.webform-content.form-horizontal .field-webform-start_date_dt .control-label,
	.webform-content.form-horizontal .field-webform-end_date_dt .control-label {
		width: 100px;
	}

	.webform-content.form-horizontal .field-webform-start_date_dt div.col-lg-6,
	.webform-content.form-horizontal .field-webform-end_date_dt div.col-lg-6 {
	min-width: 255px;
	}



	#webform-countdown_title {
	max-width: 244px;
	}

}


.form-content-container .col-md-6:nth-child(1) {
	padding-left: 0;
}

.form-content-container .col-md-6:nth-child(2) {
	padding-right: 0;
}


.web-form-create .validation-button {
	display: none;
}

/* end */

#contactform-datafields .btn.js-input-remove:active {
	box-shadow: none;
}

#contactform-datafields .list-cell__button:last-child {
	text-align: center;
}


#contactform-datafields .glyphicon-remove:before {
	font-family: FontAwesome;
	content: '\f014';
    font-size: 18px
}


.btn.validation-button,
.btn.update-validation-button {
    padding: 2px 4px!important;
    border-radius: 2px;
    line-height: 10px!important;
	font-size: 9px!important;
	min-width: 60px;
}

.validation-button i,
.update-validation-button i {
	display: inline-block;
    padding: 0 2px 0 0;
}

#contactform-datafields table.multiple-input-list.table-renderer tr > th,
#contactform-datafields table.multiple-input-list.table-renderer tr > td {
	padding-left: 0;
}

/* photo upload styling */

#subscription-form .field-contact-photo + .form-group {
	overflow: auto;
}


#subscription-form .field-contact-photo + .form-group .col-lg-8 {
	width: 100%;
}


#subscription-form .field-contact-photo + .form-group .col-lg-4 {
	display: none;
}

#subscription-form .field-contact-photo .file-input,
#subscription-form .field-contact-photo + .form-group .webcam {
	max-width: 500px;
	margin: auto;
}

#subscription-form .field-contact-photo + .form-group .webcam {
    background: #f8f8f8;
    line-height: 13px;
    padding-top: 13px;
	width: auto;
}


.file-preview {
	padding: 1px;
    border: 0;
    background: #f8f8f8;
    border-radius: 0;
}


.file-preview .file-drop-zone {
    border-color: #cbcbcb;
    border-radius: 0px;
}

@media (min-width: 1200px) {

	#subscription-form .field-contact-photo,
	#subscription-form .field-contact-photo + .form-group {
	width: 50%;
	max-width: 250px;
	display: inline-block;
	}

	#subscription-form .field-contact-photo + .form-group {
	    margin-top: 27px;
		vertical-align: top;
	}

	#subscription-form .field-contact-photo + .form-group .col-lg-8 {
	padding-right: 0
	}

	.field-contact-photo .krajee-default.file-preview-frame {
	float: none;
	}

	.field-contact-photo .file-drop-zone {
		padding: 0
	}

	.field-contact-photo .file-drop-zone-title {
		padding: 49px 10px;
	}

	.field-contact-photo .krajee-default.file-preview-frame .file-thumbnail-footer {
    height: 31px;
	}

	.field-contact-photo {
		margin-bottom: 8px;
	}

	.field-contact-photo + .form-group .webcam {
		padding-top: 46px;
		padding-bottom: 45px;
	}
}


/* blacklisted contact page */


.blacklisted .panel {
    background: #fffcea;
}



.blacklisted .alert-danger {
    color: #cc6d6d;
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;

}

.active_totem a{
    font-weight: bold!important;
}

.row-separator{
    border-top: solid #4c8fcf 2px;
    margin-top: 20px;
    padding-top: 20px;
}


.highcharts-background {
	stroke-width: 0!important;
}

[id^=account-grid] .row {
	padding-bottom: 10px;
}

[id^=account-grid] .col-md-8,
[id^=account-grid] .col-md-4 {
	padding-left: 0;
}

/* totem page update fixes */

.totem-page .col-md-2,
.totem-page .col-md-10 {
	padding: 0;
}

.totem-page .col-md-2 .panel {
    background: #fbfbfb;
}

.totem-page .col-md-2 .panel-heading {
	min-height: auto;
	border-bottom: 0!important;
}

.totem-page .nav {
	border-right: 0;
}

.totem-page .nav li {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.totem-page .btn i {
	padding: 2px;
}

.totem-page .btn-edit {
	padding: 2px 5px;
	margin-left: 5px;
}


.totem-page .create-totem {
    float: right;
}


.totem-page .btn-pages {
	padding: 2px 5px;
    width: calc(100% - 31px);
	text-align: left;
}

.totem-page .btn-pages .totem-name {
    display: inline-block;
    vertical-align: middle;
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 17px;
}

.form-vertical label,
.webform-content label {
	display: block;
}


#totem-html_style {
	min-height: 100px;
}

.totem-page .info_page ul {
    padding-left: 9px;
    margin-top: 7px;
    border-left: 1px dashed #9fcce8;
    margin-left: 12px;
}

.totem-page .info_page li {
    list-style-type: none;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 13px;
}

.totem-page .info_page .yes_value,
.totem-page .info_page .no_value,
.totem-page .value_location_id,
.totem-page .value_index_page {
    font-weight: bold;
    color: #3895d1;
}

.totem-page .info_page .yes_value {
    color: #509e1d;
}

.totem-page .info_page .no_value {
    color: #dc6460;
}

@media (min-width: 992px) {


    .totem-page .col-md-2 {
        width: 270px;
    }

    .totem-page .col-md-10 {
        width: calc(100% - 270px);
    }
	
	.totem-update [class^="col-md"] {
		max-width: 350px;
	}
	
	.totem-update .event-name-field,
	.totem-update .totem-name-field,
	.totem-update .html-style-field	{
		max-width: 875px;
	}
	
	.totem-update .checkbox-field,
	.totem-update .field-totem-timeout,
	.totem-update .timeout-field	{
		max-width: 175px;
	}
		
}


#select2-language-select-results li {
	margin-bottom: 0;
}

#select2-language-select-results .flag,
#select2-language-select-container .flag {
	display: inline-block;
	width: 20px;
	margin-bottom: 3px;
	padding-right: 3px;
	height: auto;
}

#send-mail-to-contacts {
	width: 100%;
    margin: 0;
    margin-top: 10px;
}

.bootstrap-dialog .bootstrap-dialog-title {
	color: inherit;
    font-weight: bold;
    font-size: 15px;
}


/* accounts page */


.totem-page * {
	box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.totem-page {
	padding: 10px;
}

.totem-page .container {
	width: 100%;
}

.accounts-filter form {
	display: inline-block;
	    padding: 10px;
}

.accounts-filter .js-filter {
	width: auto;
	display: inline-block;
}

.accounts-filter .btn {
	padding: 6px 12px!important;
	font-size: 14px;
    border: 0px!important;
}

.accounts-filter .btn-alert {
	color: #8173a9!important;
	border-radius: 4px;
}


.accounts-grid {
     margin-top: 20px;
}

.account-wrapper {
    width: 100%;
    max-width: 460px;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
}

.account-wrapper label {

	width: 100%;
    background: #f3f3f3;
	padding: 10px;
	height: 250px;
	cursor: pointer;
	position: relative;
	box-shadow: 0 0 0px #c5c5c5;
	    color: #636363;

}

.account-wrapper .js-account-inner {
    width: 100%;
    background: #f3f3f3;
    height: 150px;
    cursor: pointer;
    position: relative;
    box-shadow: 0 0 0px #c5c5c5;
    color: #636363;
    transition: .2s;
}

.account-wrapper .js-account-inner a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: #f4f7f9;
}

.account-wrapper .js-account-inner:hover {
    box-shadow: 0 0 15px #d2d2d2;
}

.account-wrapper label:hover {
    box-shadow: 0 0 15px #d2d2d2;
}

.account-wrapper input[type=checkbox] {
	display: none;
}

.account-wrapper input[type=checkbox] + label {
    transition: .2s;
}

.account-wrapper input[type=checkbox]:checked + label {
    background: #ebffe1;
    box-shadow: 0 0 10px #e6e6e6;
	}

.account-wrapper input[type=checkbox] + label:after {
    font-family: FontAwesome;
    content: '\f111';
    color: #e4e4e4;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 50px;
}

.account-wrapper input[type=checkbox]:checked + label:after {
    content: '\f058';
    color: #bef3a3;
	} 

.account-wrapper .account-logo {
	width: 75px;
	height: 75px;
	overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}


.account-wrapper .account-logo span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.account-wrapper .account-logo span img {
	vertical-align: middle;
	max-height: 75px;
	max-width: 75px;
	margin-right: 10px;
}

.account-wrapper .account-name {
    text-transform: uppercase;
    font-weight: bold;
}

.account-wrapper .account-location {
	font-size: 10px;
}

.account-wrapper .account-location span {
	font-weight: bold;
	font-size: 12px;
}


.accounts-grid #modal-detail .panel {
    background: transparent;
}

.accounts-grid #modal-detail .account-name {
font-weight: bold;
font-size: 19px;
border-bottom: 1px dashed gainsboro;
padding-bottom: 5px;
margin-bottom: 10px;
}

#modal-detail .account-logo img {
    height: 200px;
    width: auto;
    display: block;
    margin: auto;
}

#modal-detail .details {
    font-weight: bold;
    margin-bottom: 10px;
}

#modal-detail .account-address {
    margin-bottom: 0;
}

#modal-detail .account-website {
    margin-top: 10px;
}

#modal-detail .details span {
    font-weight: normal;
}

#modal-detail #request-info {
position: absolute;
right: 0;
bottom: 0;
}

#modal-detail #request-info-form-container {
    margin-top: 25px;
}

#modal-detail #request-info-form-container .btn-primary {
    margin: 0;
}

/* faqeIn */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}


.file-input-ajax-new .btn-file {
    margin-top: 0;
}



/* survey layout fixes */


#survey-contact_identifier_type {
    border-width: 0;
    box-shadow: none;
}


/* end */

.totem-page .panel-info {
    background: transparent;
}

.totem-page .panel-title {
    font-size: 21px
}

.totem-page .panel-info .panel-heading {
    background: none;
    padding: 0;
}

.totem-page .panel-info .panel-heading h3 {
    font-weight: 200;
    font-size: 21px;
    padding-bottom: 10px;
    padding-top: 20px;===
}

.totem-page .detail-view th {
    background: none;
    color: #0071bc;
    width: 50%!important;
    text-align: left!important;
}

.totem-page .detail-view td {
    text-align: left;
}

.totem-page .detail-view > tbody > tr:hover,
.totem-page .detail-view > tbody > tr:nth-of-type(odd) {
    background-color: transparent;
}

.totem-page .hotel-wrapper {
    position: relative;
    background: #f7f7f7;
    padding: 10px;
    margin-bottom: 20px;
    width: 100%
}

.hotel-wrapper .kv-flat-b {
    width:100%;
}

.hotel-wrapper .kv-flat-b table {
    max-width: 420px;
}

.hotel-map button {
    margin-bottom: 5px;
}

.hotel-map .btn-default[aria-expanded='true'] {
    display: none;
}


/* Style single request Button */
.accounts-grid div.js-account-link-single-container{
    position: absolute;
    bottom: 10px;
    margin: 20px auto;
    width: 100%;
    text-align: center;
}

.accounts-grid .js-account-link-single{
    background: #337ab7;
    color: #fff;
    padding: 10px 50px;
    font-size: 18px;
}


.flatpickr-input + .input-group-btn .btn .glyphicon {
    padding: 10px 0
}

#template-manager-3 button.btn {
    color: inherit!important;
}

[id^=template-manager] .col-md-6 {
    padding: 5px;
    margin-bottom: 10px;
}

@media screen and (min-width: 992px) {

    [id^=template-manager] .col-md-6 {
        width: 25%;
    }

}

[id^=template-manager] .col-md-6 .row .col-md-6 {
    width: 100%;
    display: block;
    margin-bottom: 0;
}

[id^=template-manager] .col-md-6 .row .col-md-6:first-child {
    height: 230px;
    overflow-y: hidden;
    margin-bottom: 10px;
}

[id^=template-manager] .col-md-6 .row .col-md-6 + .col-md-6 {
    text-align: center;
    padding: 0 10px;
}

[id^=template-manager] .col-md-6 .row .col-md-6 + .col-md-6 b {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 5px;
}

[id^=template-manager] .col-md-6 .row .col-md-6 + .col-md-6 b + p {
    display: none;
}

#new-survey .cke_contents {
    width: 100%;
}


.no-event {
    pointer-events: none;
}

/** LOTTERY BACKEND **/

#direction .panel-heading {
    padding: 0;
    min-height: 0;
}


#direction .panel-body {
    padding-left: 0;
}

#direction button {
    margin: 2px;
    font-size: 25px;
    padding: 15px;
}

.lottery #user-menu,
.lottery #js-get-alerts,
.lottery .topmenu,
.lottery .crisp-client,
.lottery .sidebar-toggle,
.lottery .footer,
.lottery #sidebar {
    display: none;
}

.lottery #content {
    margin-left: 0;
}

.temp-winner-wrap,
.winner-wrap {
	display: block; margin-top: 10px;
}

.temp-winner-wrap label,
.winner-wrap label,
.temp-winner-wrap > span,
.winner-wrap > span {
	display: block;
}

.temp-winner-wrap > span {
	font-size: 14px;
}

.winner-wrap > span {
	font-size: 17px;
}

.temp-winner-wrap > span > span,
.winner-wrap > span > span {
	font-weight: 500;
	padding-left: 10px;
	padding-right: 10px;
}

.winner-wrap > span > span {
	color: #4cc31b;
	font-size: 21px;
}

.temp-winner-wrap > span > span {
	color: #ff8100;
	font-size: 17px;
}


/** END LOTTERY BACKEND **/

.photo_grid{
    width:100px;
}

.participant-update table img,
.contact_photo {
    max-width: 100px;
}

#participant-grid-container .confirmed td,
#registration-grid .confirmed td {
    background-color: #e4ffe4;
}

#participant-grid-container .registered td,
#registration-grid .registered td {
    background-color: #51cdf333;
}

#participant-grid-container .confirmed.registered td,
#registration-grid .confirmed.registered td {
    background-color: #b6c6f55e;
}

#participant-grid-container .blacklisted td,
#registration-grid .blacklisted td {
     background-color: #E98582!important;
 }

#edit-contact-form .pull-right .register_buttons_div {
    display: inline-block;
}

#edit-contact-form .pull-right .register_buttons_div .c-button {
    padding: 0px 10px;
    background: #e2f0f8;
    border: 0px;
    color: #3493d0;
    margin-right: 5px;
    line-height: 28px;
}

#edit-contact-form .pull-right .register_buttons_div .c-button .c-ripple {
    display: none;
}
.js-user-logo {
    position: relative;
}

.js-user-logo .edit-image {
background: #00000080;
padding: 5px 12px;
border-radius: 50%;
color: white;
font-size: 19px;
position: absolute;
bottom: 10%;
z-index: 999;
left: 20%;
    border: 2px solid #00000000;
}
.js-user-logo .edit-image:hover {
    border: 2px solid white;
}



.stat-box {
    min-width: 370px;
}

.stat-box .chart-btn {
    min-height: 76px;
    padding: 10px 5px;
}

.stat-box .chart-text {
    display: table;
    width: 100%;
    vertical-align: middle;
}


.stat-box .main-count,
.stat-box .count-in,
.stat-box .count-out {
    display: inline-block;
    vertical-align: middle;
}

.stat-box .count-in,
.stat-box .count-out {
    background: #fefbfb;
    font-size: 15px;
    padding: 5px 0;
    min-width: 25%;
}

.stat-box .main-count {
    width: 35%;
}
.stat-box .count-in {
    color: #3aca2f;
    margin-right: 5px;
}
.stat-box .count-out {
    color: #f44335;
    margin-left: 5px;
}



.session-stats-box .chart-title {

}


.session-stats-box .chart-subtitle {
    padding: 0 5px;
}

.session-stats-box .chart-available-seats {
    line-height: 18px;
    padding: 0;
}


.session-stats-box .chart-available-seats span {
    font-weight: bold;
}


.session-stats-box .chart-available-seats.div-2 span {
    color: #3493d0;
}

.session-stats-box .chart-available-seats.div-3 span {
    color: #66d915;
}

.select2-participant-wrapper {
    min-width: 100px;
}

.select2-participant-wrapper ul li {
    font-size: 11px;
    padding: 0!important;
    line-height: 11px;
    padding-top: 2px!important;
}

.select2-participant-wrapper ul li .select2-selection__choice__remove {
    font-size: 12px!important;
    margin-top: 0!important;
}

#s2-togall-participantsearch-contact_level,
#s2-togall-participantsearch-contact_level .s2-select-label,
#s2-togall-participantsearch-contact_level .s2-unselect-label,
#select2-participantsearch-contact_level-results li {
    font-size: 11px;
    padding: 1px;
    margin-bottom: 2px;
}



.col.session-overview {
    display: inline-block;
    max-width: 250px;
    width: 100%;
    margin: 15px;
}

.col.session-overview .panel-heading {
    min-height: 0;
    border-bottom: 0!important;
}

.col.session-overview .panel {
    border-radius: 20px;
    }

.col.session-overview .panel-heading .panel-title {
    color: #191919;
    width: 100%;
    font-weight: 500;
    line-height: 20px;
}

.col.session-overview .panel-heading,
.col.session-overview .panel-body,
.col.session-overview .status {
    padding: 5px 20px;
}

.col.session-overview .panel-body div:before {
    font-weight: bold;
    display: inline-block;
    padding-right: 5px;
}


.col.session-overview .panel-body {
    font-size: 14px;
    color: #191919;
    padding-top: 0;
}

.col.session-overview .status {
    font-weight: bold;
    margin-top: -5px;
    font-size: 17px;
}

.col.session-overview .status-left {
    color: #70b124;

}

.col.session-overview .status-staying {
    color: #EB001B;
}

.col.session-overview .status-coming {
    color: #F79E1B;
}



.swal2-container {
    z-index: 20000!important;
}


#imghelp {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}


td table.tsel a i {
    font-size: 25px;
    border: 2px solid #c00d0e;
    padding: 10px;
    border-radius: 50%;
    margin-bottom: 5px;
    color: #c00d0e;-
}



#imghelp input[type="file"] {
    display: block;
    width: 100%;
    margin-top: 10px;
    font-weight: normal;
}

td table.tsel #outdiv {
    margin: auto;
border-style: dashed;
border-color: #cccccc;
border-width: 2px;
}

.detail-view {
    width: auto;
    background: whitesmoke;
}

.detail-view tr,
.detail-view td {
    background-color: transparent!important;
}

.detail-view th,
.detail-view td {
    padding: 7px 20px!important;
    vertical-align: initial;
}

.detail-view th {
    background-color: #efefef;
    color: inherit;
    font-weight: bold;
    padding-right: 50px!important;
    font-size: 12px;
}

.detail-view td {
    font-size: 15px;
    color: #9c9c9c;
}

.detail-view tr {
    border-bottom: 5px solid #ffffff;
}

.detail-view tr:last-child {
    border-bottom: 0;
}

.detail-view tr:last-child th,
.detail-view tr:last-child td {
    padding-bottom: 10px!important;
}

#event-ticket-detail p {
    display: none;
}

#event-ticket-detail .detail-view {
    float: right;
    margin-right: 1%;
    min-width: 65%;
}

.result.check-mark:before {
    font-family: FontAwesome;
    content: '\f00c';
    color: #50bd18;
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.ticket-scan-area {
    max-width: 740px;
    margin: 0 auto;
}

.ticket-scan-area h2 {
    font-size: 18px;
    line-height: 21px;
}


.ticket-scan-area #video {
border: 1px dashed #cbcbcb;
}


.ticket-scan-area .file-input {
margin-bottom: 0;
    height: auto;
}

.ticket-barcode {
    overflow: auto;
    width: 100%;
    text-align: center;
}

.ticket-barcode label {
    display: block;
}

.ticket-barcode .result {
    display: inline-block;
    background: #f8f8f8;
    padding: 10px 30px;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    font-size: 20px;
}

.video-container {
    background: #f8f8f8;
    padding: 12px;
    max-width: 320px;
    margin: 0 auto;
}



.video-buttons {
    margin-top: 5px;
}

table .btn-group .btn {
    white-space: nowrap
}


/* event transaction fixes */

.event-transaction-form .form-group {
    overflow: auto;
}

.transaction-attachment {
    margin-bottom: 15px;
}

.transaction-attachment img {
    max-width: 240px;
    box-shadow: 0 0 5px #0000005e;
    border: 3px solid white;
    cursor: pointer;
    opacity: 1;
}


.transaction-attachment img:hover,
.transaction-attachment img:active,
.transaction-attachment img:focus {
    opacity: .8;
}


#transaction_attachment img {
    width: 100%;
    height: auto;
}

#transaction_attachment .close {
    font-size: 75px;
}

#transaction_attachment .modal-content {
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    padding: 10px;
}

#transaction_attachment .modal-content .mySlides {
    overflow-y: auto;
    max-height: 80vh;
    width: 100%;
}

.transaction-actions .btn {
    font-size: 25px;
    margin: 5px;
}

/* */

#status-statistic,
#details-statistic {
    position: relative;
}

#status-statistic .panel,
#details-statistic .panel {
    display: inline-block;
    vertical-align: top;
}

#status-statistic {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}

#details-statistic .panel {
    max-width: 900px;
    border-right: 1px solid #eaeaea;
    padding: 15px;
}

#details-statistic .panel-heading {
    border-bottom: 0!important;
    min-height: 0;
    padding-bottom: 0;
}

#details-statistic .panel-heading .panel-title {
    font-size: 18px;
    color: #333333;
}

#details-statistic .total-requests {
    /*width: auto;*/
}

#details-statistic .total-requests th:last-child {
    text-align: right;
}

#details-statistic .total-requests th {
    background: transparent;
    color: #3493d0;
    font-size: 14px;
    text-shadow: 0 0 0 transparent;
    padding: 10px;
}

#details-statistic .total-requests thead tr {
    border-bottom: 1px solid #cecece;
    }

#details-statistic .total-requests tbody tr {
    border-bottom: 1px solid #eaeaea;
}

#details-statistic .total-requests td {
    padding: 5px 10px;
}

#details-statistic .total-requests > tbody > tr:nth-child(even) > td,
#details-statistic .total-requests > tbody > tr:nth-child(odd) > td,
#details-statistic .total-requests > tbody > tr:nth-of-type(odd) {
    background-color: transparent;
}


[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon'!important;
}


.fa {
    font-family: FontAwesome !important;
}


.btn.text-danger {
    color: #f95956;
}

.ticket-serial-wrapper,
.open-participant-modal-btn {
    padding-left: 10px;
}

.ticket-serial-wrapper .select2 {
    display: block;
    max-width: 400px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.ticket-serial-wrapper .select2-selection {
    height: auto;
}

.ticket-serial-wrapper .select2-selection__placeholder {
    font-size: 21px;
}

.ticket-serial-wrapper .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 42px;
}

.event-transaction-form .btn.big-font {
    font-size: 21px;
    padding: 5px 15px;
}

#eventtransaction-participant_id + .select2 {
    max-width: 400px;
}


@media screen and (max-width: 768px) {
    .ticket-serial-wrapper,
    .open-participant-modal-btn {
    padding: 0;
    paddiong-left: 0;
    }
}

.agenda-wrapper {
    margin-top: 20px;
}

.agenda-wrapper h1 {
    font-size: 23px;
    margin-bottom: -15px;
    padding-bottom: 0;
    color: darkgrey;
}

.agenda-day {
    margin-top: 20px;
    padding: 10px;
    background: whitesmoke;
}

.agenda-day h2 {
    font-size: 21px;
    font-weight: 500;
    border-bottom: 1px solid white;
    padding-bottom: 5px;
}

.agenda-single-item h3 {
    color: #68af43;
}

.agenda-single-item h3:before {
    font-family: FontAwesome;
    content: '\f0da';
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    font-size: 22px;
}

.agenda-single-item .action-buttons {
    padding-top: 10px;
}

.agenda-single-item .action-buttons .btn {
    margin-right: 5px;
    margin-bottom: 5px;
}

.actionData .hall-design-selection,
.actionData #eventTransferModal + .form-group,
.actionData #reservation-form,
.actionData .form-horizontal {
    display: block;
    overflow: auto;
    background: #fffce8;
    margin-top: 20px;
    padding: 10px;
    border: 1px dashed #e8e688;
    }


/* survey answer in backend styling */

#main [id^="survey-wrap"] {
    overflow: auto;
    margin-top: 30px;
}

#main [id^="survey-wrap"] .answer-container {
    padding-top: 0;
}

#main [id^="survey-wrap"] table tr {
    border: 0;
    box-shadow: none;
    background: transparent;
}

#main [id^="survey-wrap"] table th {
    color: #666;
    background: transparent;
    text-shadow: none;
    text-transform: none;
}

#main [id^="survey-wrap"] table td {
    border: 0;
}

#main [id^="survey-wrap"] .answertext {
    background: transparent;
    text-shadow: 0 0 0 transparent;
}

#main [id^="survey-wrap"] .questiontext {
    text-align: left;
}

#main [id^="survey-wrap"] .questiontext p {
    text-align: left;
    display: inline-block;
}

#main [id^="survey-wrap"] .iradio_square-blue.checked.disabled {
    background-position: -168px 0;
}

#main [id^="survey-wrap"] .question-container {
    padding-bottom: 15px;
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 15px;
}


#main [id^="survey-wrap"] .question-wrapper {
    background: transparent;
    border: 0;
}


#main [id^="survey-wrap"] .form-control[disabled] {
    color: #333333;
}


.request-types {
	border-top: 1px dashed #afafaf;
    margin-top: 20px;
    padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #afafaf;
}

.request-types > label {
	font-weight: 400;
    font-size: 21px;
    color: #c00d0e;
}
	
.request-types div label {
	margin: 5px;
	cursor: pointer;
}


.navigation-menu .panel-btns.first {
	min-width: 200px;
}


#mailing-content-form #attachments_tab_mail button[data-target="#attachment-popup-mail"] {
	font-size: 16px;
    padding: 10px;
    color: #3493d0;
    background-color: #e2f4ff;
	outline: 0;
}


#mailing-content-form #attachments_tab_mail button[data-target="#attachment-popup-mail"]:before {
    font-family: FontAwesome;
    content: '\f067';
    display: inline-block;
    vertical-align: middle;
    font-size: 21px;
    padding-right: 5px;	
}

#attachments-form .file-input {
	width: auto;
}


#attachments-form .file-input .file-preview-image {
	max-width: 50px!important;
}


.file-caption-name {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    padding-left: 16px;
}

/* FullCalendar new styles */


#calendar {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    background: #fff;
    position: relative;
    flex-grow: 1;
    border-top: 4px solid #fac863;
    margin-top: 20px;
    padding: 15px;
}

.fc-day a {
	color: #666;
}

.fc-v-event .fc-event-main-frame {
    text-align: left;
}

a.fc-v-event,
a.fc-event {
    display: block;
    background-color: #3788d8;
	background-image: none;
    box-shadow: none;
	color: inherit;
    text-align: left;
}

a.fc-v-event:focus,
a.fc-event:focus,
a.fc-v-event:hover,
a.fc-event:hover,
a.fc-v-event:active,
a.fc-event:active {
	color: inherit;
}

.fc-daygrid-block-event,
.fc-timegrid-event {
    border: 1px solid #3788d8!important;
    background-color: #3788d8!important;
	color: white!important;
}

.fc-event-time, .fc-event-title, .fc-daygrid-event-dot {
    display: inline-block;
    vertical-align: middle;
    text-shadow: 0 0 black;
    font-size: 12px;
}

.fc-daygrid-event-dot {
	color: #3788d8;
}

a.fc-daygrid-dot-event,
tr.fc-list-event {
	color: #666;
	background: transparent;
	text-align: left;
}

.fc-list-event-title {
	text-align: left!important;
}

#calendar .fc-list-event-graphic .fc-list-event-dot {
	border-color: #3788d8!important;
}

.fc-daygrid-dot-event.fc-event-mirror, .fc-daygrid-dot-event:hover {
    background: rgba(0,0,0,.1);
}

.fc .fc-daygrid-more-link {
    display: block;
    margin-left: 5px;
    color: #3493d0;
}


div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img {
    display: none !important;
}

div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
    -webkit-transform: translateY(-50%) translateX(-50%) !important;
    -moz-transform: translateY(-50%) translateX(-50%) !important;
    -ms-transform: translateY(-50%) translateX(-50%) !important;
    -o-transform: translateY(-50%) translateX(-50%) !important;
}

#modal-calendar-content h2 {
    font-size: 21px;
    margin: 0;
    line-height: 25px;
}

#modal-calendar-content p {
	line-height: 21px;
}

#modal-calendar-content .form-group-button .btn:hover {
	color: black;
	background: transparent;
}

#modal-calendar-content .form-group-button {
	padding: 0;
	text-align: right;
}

#modal-calendar-content p:not(.calendar-description) {
    color: #b1b1b1;
}

#modal-calendar-content p i {
	color: #3788d8;
}

#modal-calendar-content .btn i {
    padding: 0;
    outline: 0;
}

.calendar-user li,
.calendar-contact li {
	list-style-type: none;
	display: inline-block;
    margin: 0 5px;
}

.calendar-user h4,
.calendar-contact h4 {
	font-weight: bold;
}

.calendar-user h4,
.calendar-contact h4,
.calendar-user ul,
.calendar-contact ul {
	display: inline-block;
	padding-left: 0;
}

#modal-calendar-content .btn, .btn.gradient,
#modal-calendar-content .btn:focus {
	padding: 0;
	margin: 5px 10px;
}

#calendar_user_id + .select2 {
	    width: 100%;
    max-width: 260px;
    float: right;
}
	
#calendar_form .panel-body .row [class^="col-md"] {
	padding: 0;
}

.field-calendar-all_day label {
	display: block;
}

/* OPTION VIEW FIXES */

.model-options .nav.panel-tabs li.select2-search,
.model-options .nav.panel-tabs li.select2-selection__choice {
	padding: 0;
}

.select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field {
	    padding: 0 10px;
    width: auto!important;
    max-width: 240px;
    text-overflow: ellipsis;
}

/* end */

/* contact-form */


.contact-form-header .col-md-10,
 .contact-form-header .col-md-2 {
	padding: 0;
}

.contact-form-header .field-contactform-name label {
	display: none;
}


.advanced-control-buttons {
	text-align: right;
}

/* end */


.help-block(:empty) {
	margin: 0!important;
	line-height: 0!important;
	font-size: 0!important;
}

/* permissions wizard */

.field-contactform-permissionsfields label {
	display: none;
}

.action-buttons .multiple-action,
.action-buttons a,
.multiple-action .action-dropdown {
	display: inline-block;
}

 .multiple-action .action-dropdown select {
	position: relative;
 }
 

	#contact_form_form .col-md-8,
	#contact_form_form .col-md-4 {
		padding: 0;
	}



#contactform-datafields {
	overflow-x: auto;
	}

@media screen and (min-width: 992px) {
	
	#contact_form_form .col-md-8 {
		padding-right: 20px;
}

}


.field-contactform-datafields label {
	display: none;
}

[class^="field-contactform-datafields"] p {
	min-height: 0;
    padding: 0;
    width: auto;
    display: inline-block;
}

.js-view-log {
    background: #f5f5f5;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 1px;
	
}


@media screen and (max-width: 767px) {
	.table-responsive {
		margin-top: 30px;
	}
}

#select-accounts + .select2 {
	display: inline-block;
	max-width: 240px;
}

.file-drop-zone-title {
    padding: 69px 10px;

}

.krajee-default.file-preview-frame {
    margin: 5px;
    border: 0;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    padding: 5px;
}

.krajee-default.file-preview-frame .kv-file-content {
	display: none;
}

.krajee-default.file-preview-frame .file-footer-buttons .btn {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
	color: #636363;
}

.krajee-default.file-preview-frame .file-footer-buttons .btn:active,
.krajee-default.file-preview-frame .file-footer-buttons .btn:hover,
.krajee-default.file-preview-frame .file-footer-buttons .btn:focus {
	color: #3493d0;
}

.krajee-default .file-drag-handle, .krajee-default .file-upload-indicator {
	margin-top: 5px;
}


.krajee-default.file-preview-frame .file-thumbnail-footer {
	height: auto;
}

.krajee-default .file-footer-caption {
    margin-bottom: -15px;
}

#cua-delete .modal-body {
    max-height: calc(100vh - 212px);
    overflow-y: auto;
}



@media (max-width:480px) {

	.table-responsive td:empty,
	.btn-trigger-first {
		display: none;
	}
	
	.btn-trigger .btn-group {
		white-space: initial;
	}

}

.js-covid-status.btn-purple {
	background: #9b9b9b;
}

.js-covid-status.btn-success {
	background: #941385;
}

.js-covid-status.btn-purple .c-ripple:before {
	font-family: FontAwesome;
	content: "\f068";
}

.js-covid-status.btn-success .c-ripple:before {
	font-family: FontAwesome;
	content: "\f067";
}


/* TOTEM PAGE FIXES */


#verify-code-form {
    height: 100%;
    background: #fbfbfb;
    padding: 25px 10px 0;
}

#verify-code-form .auth-totem {
	max-width: 991px;
	padding: 10px;
    margin: 0 auto;
    background: white;
    box-shadow: 0 0 10px #e2e2e2;
}

#verify-code-form .auth-totem h1 {
    font-weight: 400;
    color: #3493d0;
    margin-bottom: 25px;
    margin-top: 10px;
}

#verify-code-form #verify-code {
	margin-bottom: 10px;
}

#verify-code-form #verify-code h4 {
	margin-bottom: 0;
}

#verify-code-form #resend-sms-verification {
	font-size: 14px;
}

#verify-code-form .totem-pin-support {
	max-width: 666px;
	margin: 10px auto;
}

.eventi-metadata p {
    font-size: 11px;
    margin-bottom: 0;
}

.eventi-metadata p .metadata-label {
    font-weight: 600;
}


.btn-view-survey-answer {
	width: 73px;
}




.is-participant td {
background-color: #0043ff1f!important;
}

.is-participant td.w0 {
font-weight: bold;
}

.models-rai,
.models-rai-pub {
	display: none;
}


.is-participant td {
background-color: #0043ff1f!important;
}

.is-participant td {
font-weight: bold;
}

.kv-grid-table tr.background-green {
    background: #d5ffca!important;
}
.kv-grid-table tr.background-orange {
    background: #fed8b1 !important;
}

.kv-grid-table tr.background-red {
    background: #ffe0dd!important;
}

.kv-grid-table tr.background-grey {
    background: #aba6a6 !important;
}

.kv-grid-table tr.background-blue {
    background: #3454e3 !important;
}