.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img/loading.svg) center no-repeat #fff;
}

@media screen and (max-width: 768px) {
    body {
        zoom: 0.9;
    }
}

.container {
    padding-top: 30px;
    padding-bottom: 30px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
    border-color: rgba(248,159,192, 1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(248,159,192, 0.75);
    outline: 0 none;
}

.btn {
    border-radius: 0px;
}
.btn-danger {
    background: #f89fc0;
    border-color: #f89fc0;
}

body {
    background-image: url(../img/bg.png);
    line-height: 2;
    font-size: 16.67px;
}

table {
    width: 100%;
    margin-bottom: 40px;
}

* {
    outline: none !important;
}

.logo {
    margin: 20px auto;
}

h1 {
    background: url(../img/h1-line.png) center no-repeat;
    font-size: 30px;
    margin: 40px 0;
}

p {
    margin-bottom: 20px;
}

ul {
    margin-bottom: 40px;
    list-style: url(../img/list-style.png);
}

input[type="radio"] {
    height: 25px;
    width: 15px;
    opacity: 0.75;
    margin-left: 0px !important;
    left: 0;
}

label {
    font-weight: normal;
}

.pink {
    color: #e96597;
}

th {
    background-color: #ffdada;
    text-align: right;
    width: 220px;
}

td {
    background-color: #ffffff;
}

th,
td {
    border: 2px solid #f89fc0;
    padding: 8px;
    vertical-align: middle;
}

th label {
    margin: 0;
}

table.questions th, table.questions td {
    background: none;
    width: auto;
}

table.questions th {
    text-align: left;
    border-right: none;
}

table.questions td {
    text-align: right;
    border-left: none;
}

table.questions tr:nth-child(2n-1) {
    background-color: #ffffff;
}

table.questions tr:nth-child(2n) {
    background-color: #fff4f8;
}
@media screen and (min-width: 769px) { 
    table td label.radio-inline {
        margin-left: 10px;
    }
    table.questions td {
        white-space: nowrap;
    }
    table.questions td label.radio-inline {
        display: block;
        text-align: left;
    }
}
@media screen and (max-width: 768px) {
    tr,
    td,
    th {
        display: block;
        width: 100% !important;
        text-align: center !important;
        border: none !important;
        background: #ffffff !important;
    }
    tr {
        border: 2px solid #ffe6ef !important;
        margin-bottom: 20px;
        padding: 10px;
        box-shadow: 0px 2px 5px 0.00px rgba(189, 189, 189, 0.64);
    }
    label.radio-inline {
        background-color: #f89fc0;
        width: 45%;
        max-width: 156px;
        height: 54px;
        line-height: 1.25;
        margin: 8px 6px !important;
        padding: 0px 15px !important;
        border-radius: 8px;
        color: #ffffff;
        box-shadow: 0px 3px 0px 0.00px rgba(236, 31, 107, 0.64);
    }
    label.radio-inline div {
        display: table;
        height: 54px;
        width: 100%;
    }
    label.radio-inline div span {
        display: table-cell; text-align: center; vertical-align: middle;
    }
    label.radio-inline > input {
        display: none;
    }
    label.radio-inline.selected {
        background-color: rgba(236, 31, 107, 0.64);
        box-shadow: none;
    }
    label.radio-inline.unselected {
        background-color: rgba(192, 192, 192, 0.6);
        box-shadow: 0px 3px 0px 0.00px rgba(192, 192, 192, 0.1);
    }
    table span {
        display: block;
    }
}

.btn-default {
    background-color: #e96597;
    border-color: #e96597;
    color: #ffffff;
}

.btn-default:hover, .btn-default:focus {
    background-color: #ff78bb !important;
    border-color: #e96597 !important;
    color: #ffffff !important;
}

.pink {
    color: #e56095;
    border: none;
    background: none;
}

a.pink:hover {
    color: #e56095;
    text-decoration: underline;
}

.panel-heading {
    background: #ffffff !important;
    color: #5f5f5f !important;
    border-bottom: none;
}

.panel-default {
    border-radius: 0;
    color: #5f5f5f;
}

.send-btn {
    width: 250px;
    padding: 15px 0px;
}

@media screen and (max-width: 768px) {
    .send-btn {
        border-radius: 8px;
    }
}

.error, .error > td, .error > th {
    background-color: #f579a7 !important;
    color: #ffffff !important;
}