@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

.surveymodal {
	font-family: 'Roboto Condensed', sans-serif;
}
.survey-q {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:26px;
	font-weight:900;
	line-height:1em;
	letter-spacing:-1px;
	padding:0 0 10px 0;
	margin:0;
	color:black;
}
.nps-v1 .survey-q {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:19px;
	font-weight:900;
	line-height:21px;
	letter-spacing:-1px;
	padding:0 0 10px 0;
	margin:0;
	color:black;
}
.surveymodal .modal-header {
	border:none;	
	padding:15px 15px 0 20px;
}
.surveymodal .modal-footer {
	padding:15px;
	text-align:left;
}
.nps-v1 .modal-footer {
	padding:0 !important;
	text-align:left;
}
.surveymodal .panel.panel-survey-v1 {
	box-shadow:none !important;	
	margin-bottom:10px !important;
}
.surveymodal .modal-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:26px;
	/*font-weight:900;*/
	line-height:1em;
	letter-spacing:-1px;
	padding:0 0 10px 0;
	margin:0;
	color:#999;
	border:none;
}
.surveymodal .modal-body {
	padding:20px;	
}
.surveymodal .modal-lg .modal-content {
	padding:20px;	
}
.last-post {
	box-shadow:none !important;	
	border:none !important;
}
.surveymodal .submit-note {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	color:#999;
}
.nps-v1 .sky-form .radio, .nps-v1 .sky-form .checkbox {
    font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 4px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    cursor: pointer;
}
.nps-v1 .sky-form .radio i, .nps-v1 .sky-form .checkbox i {
    width: 13px;
    height: 13px;
    border-width: 1px;
	margin-top:-2px;
}
.nps-v1 .sky-form .radio input + i:after {
    top: 3px;
    left: 3px;
    background-color: #00a6f0;
}
.nps-v1 .mdl-header-logo {
	height:34px;	
}
.nps-v1 .survey-q .success {
	color:#00704a;	
}
.nps-v1 .survey-intro {
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    cursor: pointer;
}
/**Buttons**/
.orange-btn {
	background:#ff6517;
	color:#ffffff;	
}
.orange-btn:hover {
	background:#fd5500;
	color:#ffffff;	
}
.dark-blue-btn {
	background:#004479;
	color:#ffffff;	
}
.dark-blue-btn:hover {
	background:#003660;
	color:#ffffff;		
}
.light-blue-btn {
	background:#00a6f0;
	color:#ffffff;	
}
.light-blue-btn:hover {
	background:#0094e7;
	color:#ffffff;		
}
.green-btn {
	background:#72c02c;
	color:#ffffff;	
}
.green-btn:hover {
	background:#66ab27;
	color:#ffffff;		
}
.gray-btn {
	background:#bdbdbd;
	color:#ffffff;	
}
.gray-btn:hover {
	background:#b0b0b0;
	color:#ffffff;		
}

@media (max-width:767px) {
.surveymodal .modal-content {
	padding:10px;	
}
.survey-q {
	font-size:22px;
}
}




