.notification-toast {
    position: fixed;
    max-width: 350px;
    z-index: 1060
}

.notification-toast.top-right {
    top: calc(70px + 15px);
    right: 15px
}

.notification-toast.top-left {
    top: calc(70px + 15px);
    left: 15px
}

.notification-toast.top-middle {
    top: calc(70px + 15px);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%)
}

.notification-toast.bottom-right {
    bottom: 15px;
    right: 15px
}

.notification-toast.bottom-left {
    bottom: 15px;
    left: 15px
}

.notification-toast.bottom-middle {
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%)
}

.spinner-sm{
	width: 1.2rem;
    height: 1.2rem;
    border-width: 0.2em;
}

.question-list-a{
	display: block; font-size: 14px; margin-bottom: 2px; font-weight: 500; line-height: 1.2; margin-top: 0;
}

.question-locked-a{
	opacity: .6;
}

.text-indent-2{
	text-indent:2em;
}

.question-desc p{
	text-indent:2em;
}
.question-title{
	font-size:16px; font-weight:500;
}

.step-focus{
    color: #7888fc !important;
    font-weight: 500;
}

.step-li{
	padding:10px 0px !important;
}

table a {
    color: #5b5b5b;
    margin-right: 5px;
}

.basicElement:disabled{
	background-color: #ffffff !important;
}

tr.selected{
	background-color:#f1f2fe;
}

.page-content-nosidebar{
	margin-top: 71px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.main-wrapper-nosidebar{
	padding: 28px 0 28px 0px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}