/* */
.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }

html, body {
    /*background-color: #f07355;*/
}

body {
    /*background: url(../images/bg.jpg);*/
    background: url(../images/img_bg_pattern.png);
    font-family: 'Open Sans', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.54;
    color: #616161;
    background-color: #fafafa;
    padding-top:50px;
    background-attachment: fixed;

}

.pager {
    margin: 5px 0;
}

.survey-navbar-main {
/*    background-color: rgb(197, 224, 237);*/
    margin: 0px;
    border: medium none;
    padding-left: 0px;
    padding-right: 0px;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08);
    background: transparent url("../images/md_bg2.png") repeat scroll center 0px;
    background-color: #057296;
    color: #FFF;
  
    -webkit-backdrop-filter: saturate(200%) blur(30px);
	backdrop-filter: saturate(200%) blur(30px);
    opacity: 0.85;
}

body:before {
        content: "";
        position: fixed;
        top:0px;
        height: 49px; width: 100%;
        background-size: cover; 
    -webkit-backdrop-filter: saturate(180%) blur(20px);
backdrop-filter: saturate(180%) blur(20px);
    }
.survey-navbar-main .divider {
border-left: 1px solid #333;
display: inline-block;
height: 49px;
margin-top: 1px;
opacity: 0.3;

}

.survey-navbar-main .header-message {
    color:white;
    font-size: 16px;
    margin-top:12px;
    margin-bottom:5px;
    font-weight:500 !important;
    margin-right:15px;
}

.survey-navbar-main .header-message .label {
    font-weight: 500;
}

.survey-nav {
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08);
    background: url(../images/bg.jpg);

    opacity: 0.95;
}

.survey-navbar-main * {
    color: #FFF;
}

.survey-navbar-main .navbar-header .navbar-brand {
    padding: 12px 15px;
    font-size: 19px;
    line-height: 21px;
    height: 45px;
    color: #ECEFF1;
}

.survey-navbar-main .navbar-header a {
    color: #FFF;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.1);
}

.login-panel {
    background-color: rgba(0, 0, 0, 0.73);
}

.survey-postit .postit{
    text-align:left;
    text-decoration:none;
    display:block;
    padding-top:50px;
    padding-bottom:50px;

    color: #ECEFF1;
    background-color: #37474F;

    background: -moz-linear-gradient(53deg, rgba(19,22,23,1) 0%, rgba(95,148,176,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(19,22,23,1)), color-stop(100%, rgba(95,148,176,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(53deg, rgba(19,22,23,1) 0%, rgba(95,148,176,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(53deg, rgba(19,22,23,1) 0%, rgba(95,148,176,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(53deg, rgba(19,22,23,1) 0%, rgba(95,148,176,1) 100%); /* ie10+ */
    background: linear-gradient(37deg, rgba(19,22,23,1) 0%, rgba(95,148,176,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5F94B0', endColorstr='#131617',GradientType=0 ); /* ie6-9 */

    margin-bottom:5px;
    margin-left:5px;
    margin-right:5px;
    /*    background: #37474F url("../images/md_bg2.png") repeat;*/
}


.survey-postit .postit .pager button {
    margin:5px;
}
.survey-postit .postit h2{
    font-weight:bold;
    padding-bottom:10px;
}
.survey-postit .postit p{
}

.survey-postit .postit .workflowcontribute-contribute p,
.survey-postit .postit p.workflow-help {
    padding: 20px;
    margin: 20px 0;
    border: 0px solid;
    border-left-width: 5px;
    border-radius: 3px;
    border-left-color: #1b809e;
    background-color: rgba(255,255,255,.1);
}


.btn {
}

.btn-primary {
    background-color: #057296;
}


.survey-docs-header {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    text-align: left;
    margin-bottom: 10px;

}

.survey-docs-header.inverse {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    text-align: left;
    margin-bottom: 10px;

    background-color: #37474F;
    color:white;
    background: #37474F url("../images/md_bg2.png") repeat fixed center 0px;
}


.survey-docs-footer {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 100px;
    color: #767676;
    text-align: center;
    border-top: 1px solid #E5E5E5;
}

.survey-form {
    padding-bottom:80px;
}

.survey-question {
    margin-bottom:25px;
}
.survey-question .survey-question-label {
    font-weight: 500;
    font-size: 20px;
    text-align: justify;
}

.survey-question > .row > .form-group {
    margin-bottom: 0px;
}

.survey-question.q1 ul.rating {
    display:inline-block;
    padding: 0;
    margin:0;
}

.survey-question.q1 ul.rating li {
    list-style-type: none;
    display: inline-block;
    font-weight: bold;
    font-size: 32px;
    cursor: pointer;
    margin-right:5px;

}


.survey-question.q103 .collapsed {
    max-height:3000px;
    overflow: hidden;

    -webkit-transition: opacity 1s, max-height 1s;
    transition: opacity 1s, max-height 1s;

    opacity:1;
}

.survey-question.q103 .not-collapsed {
    max-height:0;
    overflow: hidden;

    -webkit-transition: opacity 1s, max-height 1s cubic-bezier(0, 1.05, 0, 1);
    transition: opacity 1s, max-height 1s cubic-bezier(0, 1.05, 0, 1);

    opacity:0;
}


.survey-question.q1 ul.rating li:hover {

    color:black;
}


.survey-question.q2 .btn-group label.active {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.survey-question.q20 .painter {
    position:relative;
    display:inline-block;
}
.survey-question.q21 .render,
.painter canvas:first-child {
    box-shadow: 1px 1px 4px rgba(0,0,0,0.1), -1px -1px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.1), -1px -1px 2px rgba(0,0,0,0.1);
}
.survey-question.q20 > .colorSelector {
    list-style: none;
}
.survey-question.q20 > .colorSelector > li.color {
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    border: 1px solid rgba(0,0,0,0.2);
    cursor: pointer;

}


.survey-question.q20 > .colorSelector > li.erase {
    display: inline-block;
}

.survey-question.q20 .color.active {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    box-shadow: 2px 3px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 3px 2px rgba(0,0,0,0.2);
}
.survey-question.q20 .undo {
    margin-top: 20px;
}
.survey-question.q20 .undo > button {
    background-color: orange;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 4px;
}
.survey-question.q20 .undo > button[disabled] {
    background-color: #aaa;
}

.survey-question.q208 .pager input[type=radio] {
    margin:15px;
}

.survey-question.q108 > .form-group > .row > .container-fluid > div > label.bg-info {
min-height: 40px;
    line-height: 40px;
}

.survey-question.q108 > .form-group > .row > .container-fluid > div > label.bg-info > input {
    margin-left:15px;
}

.survey-question .with-margin-bottom {
    margin-bottom:15px;
}

.survey-toggle {
    border:2px solid #DDD;
    background-color:#FAFAFA;
    display:inline-block;
    height:30px;
    width:48px;
    border-radius: 15px;
    overflow:hidden;
    position:relative;
}

.survey-toggle .toggle {
    border:1px solid #EEE;
    display:inline-block;
    height:28px;
    width:28px;
    border-radius: 14px;
    background-color:white;
    overflow:hidden;
    top:-1px;
    left:-1px;
    position:absolute;
}


.survey-toggle.on {
    border:2px solid #4DB349;
    background-color:#4DB349;
}


.survey-toggle.on .toggle {
    left:auto;
    top:-1px;
    right:-1px;
    border:1px solid #4DB349;
}



.survey-question.q31 .item {
    transition: all 1s ease;
}
.survey-question.q31 .drag {
    opacity: 0.5;
}
.survey-question.q31 .over {
    background-color: #d9edf7;
}



.survey-question.q310 .item {
    transition: all 1s ease;
}
.survey-question.q310 .drag {
    opacity: 0.5;
}
.survey-question.q310 .over {
    background-color: #d9edf7;
}
.survey-question.q310 .with-border {
    border:1px solid #888;
	text-align:left;
	padding-left:0px;
	padding-right:0px;
	position:relative;
}
.survey-question.q310 .item {
	margin-bottom:5px;
	padding-right: 5px;

padding-left: 5px;
}

.survey-question.q310 .items-title {
	color:white;
	padding:5px;
	padding-bottom:3px;
	border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    font-size: 12px;

font-weight: 700;
font-size:15px;

line-height: 1;
}

.survey-question.q310 .sorted-items-title {
	background-color:#888;
}
.survey-question.q310 .items-to-sort-title {
	background-color:#aaa;
}

.survey-question.q310 .cursor-move {
	cursor:move !important;
}
.survey-question.q310 .cursor-pointer {
	cursor:pointer !important;
}
.survey-question.q9 .btn-group-vertical .btn {
    white-space: normal;
}

.survey-question.q9 .btn-group.label-max-width-50 label {
    max-width: 50%;
}
.survey-question.q8 div.right-align {
    text-align: right;
}

.survey-question.q11 .dashed,
.survey-question.q108 .dashed,
.survey-question.q109 .dashed{
    padding-top:15px;
}
.survey-question.q11 .center,
.survey-question.q108 .center,
.survey-question.q109 .center{
    text-align:center;
}

.slider {
    position:relative;
    min-height:60px;
    border:1px dashed #888;
    margin-bottom:15px;
    padding:15px;
    background-color: rgba(255,255,255,0.65);
}
.slider .slider-inner .item {
    font-weight: bold;
    font-size: 40px;
    text-align: center;
}

.slider .slider-inner .item .img-responsive {
    display:inline-block;
}
.slider .slider-control {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    font-size: 30px;
    right: 15px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    background-color: #cccccc;
    text-align:center;
    line-height: 50px;
    border-radius:50%;
}

.survey-question .help-block {
    font-size:15px;
}

.survey-question .btn-group-vertical-block {
    position: relative;
    display: block;
    vertical-align: middle;
}

.navbar-fixed-bottom-left {
    position: fixed;
    display:inline-block;
    left:0;
    bottom:0;
    z-index: 1030;
}
.survey-post-counter {
    padding:5px;
}

.survey-question.q32 .img-pager {
	height:200px;
}


.survey-question.q32 .preview-container {
	background-size: contain;
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.survey-question.q32 .mini-preview-container { 
	display:inline-block;	
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;	
		width:160px;	
		height:160px;
		margin:3px;
		position:relative;
	cursor:pointer;
}

.survey-question.q32 .mini-preview-container.active { 
	background-color: #31b0d5;

border-color: #269abc;-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);

box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.survey-question.q32 .mini-preview-container > .content {
	
	background-size: contain;
	background-repeat:no-repeat;
	background-position:center center;
position:absolute;
top:4px;
left:4px;
right:4px;
bottom:4px;
}

 .survey-question.q32 .mini-preview-container > .badge {
	position:absolute;
	opacity: .8;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
	bottom:5px;
	right:5px;
}

.survey-question.q32 .navigator {
	
}

.survey-question.q32 .fa-5 {
    font-size: 4em;
    position:absolute;
    top:0px;
    left:4px;
}

.survey-question.q32 .filters > div {
	width:77px;
	height:67px;
	overflow:hidden;
	position:relative;
}

.survey-question.q32 .filters > div > span.filter {
    position:absolute;
    top:1px;
    right:4px;
}
.survey-question.q32 .filters > div > span.file {
    position:absolute;
    bottom:4px;
    right:8px;
    top:auto;
    
    
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
	opacity: .8;
}


.survey-question.q32 .filters > div > .last {
	position:absolute;
	width: 45px;
	height:32px;
	left:11px;
	bottom:11px;
	background-size: contain;
	background-repeat:no-repeat;
	background-position:top center;
}

.survey-question.q32 .fa-5.back {
    color:#f9eb86;
}

.survey-question.q32 .preview-container > .btn, .survey-question.q32 .preview-container > .badge {
	position:absolute;
	opacity: .6;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.survey-question.q32 .preview-container > .btn:hover {
	opacity: 1;
}
	
.survey-question.q32 .preview-container > .badge {
	bottom:5px;
	right:5px;
}
	
.survey-question.q32 .preview-container > .btn-zoom {
	top:5px;
	right:5px;
	position:absolute;
}
	
.survey-question.q32 .preview-container > .btn-step-backward,
.survey-question.q32 .preview-container > .btn-step-forward {
	height:200px;
	top:50%;
	margin-top:-100px;
}
.survey-question.q32 .preview-container > .btn-step-backward {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
	left:5px;
}
.survey-question.q32 .preview-container > .btn-step-forward {    
	border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
	right:5px;
}
	
	
.survey-question.q32 .img-pager .render {
	display:inline-block;
	height:100%;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.1), -1px -1px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.1), -1px -1px 2px rgba(0,0,0,0.1);
}

.survey-question.q32 .automatic-nav-toggle {
	font-size: 15px;
	height:24px;
	display:inline-block;
}
.survey-question.q32 .automatic-nav-toggle .fa-2x {
margin-top:-3px;
cursor:pointer;
}
.survey-question.q32 .automatic-nav-toggle .label {
	width:26px;
}

.survey-question.q32 .automatic-nav-toggle > * {
	display:inline-block;
	float:left;
	margin-right:5px;
}

.survey-question.q32 .preview-container-fullscreen {
	cursor:pointer;
    position: fixed;
    bottom: 0;
    right: 0;
    left:0;
    top:0;
    background-color:rgba(0,0,0,.5);
    z-index:100000;
	background-size: contain;
	background-repeat:no-repeat;
	background-position:top center;
}




.survey-question.q10 input[type='text'] {
	margin-top:10px;
}