/**
 * Description: CSS for forms page.
 * Last update: 06/08/2015
 *
 * Summary:
 *
 *    1. GENERAL
 *    2. TEMPLATES
 *    3. TOOLTIP
 *    4. LANGUAGE DROPDOWN
 *    5. MULTIPLE FILE UPLOAD
 *    6. WIX
 *    7. LIKERT
 *    8. MISC
 */

/* ==========================================================================
   1. GEMERAL
   ========================================================================== */
body {
    font: 12px;

}

hr {
    margin-top: 13px;
    margin-bottom: 10px;
    padding: 0;
    border: none;
    border-bottom: 1px dotted #AAA;
}

#formwrapper {
	max-width:100% !important;
	padding:0px 5px;
}

#AutoNumber1 {
	max-width:99%;
}

#header-content .optionscontainer{
	display:table !important;
}

#logo-container {
	float:left;
	display:table-cell;
	vertical-align:middle;
	min-width:53px;
	max-width:100%;
}


#logo-container img {
max-width:100%;
}


#logo-container a{
	display:inline-block;
}


#header-text {
	display:table-cell;
	vertical-align:middle;
	width:100%;
}

#header-content #header-text {
	padding-left:10px;
}


.container-normal #header-text {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}

.header-text-container {
	display:block;
	max-width:100%;
	vertical-align:middle;

}

.font-bold {
	font-weight : bold;	
}

.m-ptop {
 padding-top:10px;
 margin-bottom:-10px;
}

#header-content .header-text-container{
	padding-left:10px;
}

.header-text-container div, .header-text-container p {
	max-width:100%;
	word-break: normal;
	word-wrap: break-word;
}

#quiz-res *,  #quiz-res *:before,  #quiz-res *:after {
	box-sizing:content-box !important;
	box-shadow: none !important;
    border: none !important;
    line-height: initial !important;
}


#sortablewidgets, #sortablewidgets *, #sortablewidgets *:before, #sortablewidgets *:after {
	box-sizing:content-box !important;
	box-shadow: none !important;
    line-height: initial !important;
}

#sortablewidgets input[type="text"] ,#sortablewidgets input[type="email"],#sortablewidgets input[type="password"], #sortablewidgets input[type="url"] {
	width:auto !important;
	height:auto !important;
}


.form-header .form-title,.form-header .form-description {
	padding-left:28px;
}


.no-pointer-events {
    pointer-events: none !important;
}

.fielderror {
  color:red;
}

.disabled-label {
	pointer-events: none !important;
 	opacity:0.7 !important;
}

.control-locked {
    pointer-events: none !important;
    opacity:0.7;
}


.np-right {
  padding-right:0px !important;
}

.np-left {
  padding-left:0px !important;
}

.clear-choices {
    color: red;
    cursor: pointer;
    display: none;
    font-size: 80%;
    position: absolute;
    margin-left: 13px;
    z-index: 3;
}

.force-logo-width img {
	max-width:100%;
}

.error {
    font-size: 26px;
	color:  #FF0000;
	font-weight:400;
	margin-left: 6%;
    margin-right: 6%;
}

.error p {
	margin-top:4px;
	margin-bottom:18px;
}

.error p {
    font: 12px/18px;
    white-space: normal;
}

.errormsg {
  /* some styles moved to main.modern.css and main.classic.css */
  color: #f00;
}

.error-fullpage {
  padding-top:100px;
  text-align:center;
  font-size:18px;
  font-family: 'Open Sans';
  color:#4C4C4C;
}
.error-fullpage p {
  padding-top:15px;
}


.class123-checkbox-other-label {
	margin-left:0px !important;
}

.selector {
  min-height: 500px;
  height: auto !important;
  height: 500px;
}

.columntable {
  width: 100%;
  border-top: 3px solid #CDCDCD;
  padding-top: 10px;
  /* some styles moved to main.modern.css and main.classic.css */
}

.errorval {
  color: #f00;
}

.errorval {
  display: none !important;
}

.sub_info {
  color: #808080;
  font-size: 10px;
}

.no-border-top {
  border-top: 0px;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.hide {
  display: none;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}



.no-padding {
  padding: 0;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
  vertical-align: top;
}

.thankyou .full-height {
    height: auto;
}

.vertical-center {
/*  display: table-cell;*/
  vertical-align: middle;
}

.relative {
  position: relative;
}

.clearfix {
  clear: both;
}

.table {
  display: table;
}

.no-border {
  border: none;
}

.inline {
  display: inline;
}

.datepicker_extra_iframe_height{
	width:100%;
	display:none;
	float:left;
}
/* ==========================================================================
   2. TEMPLATES
   ========================================================================== */
.tdborder {
    height: 9px;
}

.tdmain {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
	max-width:100%;
}

.tdmain-thankyou, .tdmain-paymentsent {
	min-height:140px;
}
.tdheader {
    padding: 0px 0px 2px 15px;
    height: 40px;
}

.tdimage {
    vertical-align: middle;
}

.tdimagesus {
    vertical-align: bottom
}

.tdimagejos {
    vertical-align: top
}

/* ==========================================================================
   3. TOOLTIP
   ========================================================================== */

#tt {
    position: absolute;
    display: block;
    background: url(/img/tt_left.gif) top left no-repeat;
    z-index: 2000;
}

#tttop {
    display: block;
    height: 5px;
    margin-left: 5px;
    background: url(/img/tt_top.gif) top right no-repeat;
    overflow: hidden
}

#ttcont {
    display: block;
    padding: 2px 12px 3px 7px;
    margin-left: 5px;
    background: #666;
    color: #FFF;
}

#ttbot {
    display: block;
    height: 5px;
    margin-left: 5px;
    background: url(/img/tt_bottom.gif) top right no-repeat;
    overflow: hidden;
}


/* ==========================================================================
   4. LANGUAGE DROPDOWN
   ========================================================================== */
.langs {
    float: right;
    margin-left: 9px;
    position: relative;
    width: 47px;
}

.langs .selected {
    background-image: url(/images3/language_selected.png);
    background-repeat: no-repeat;
    cursor: pointer;
    height: 19px;
    padding-left: 6px;
    padding-top: 4px;
    text-align: left;
    width: 41px;
}

.langs .other {
    position: absolute;
    top: 23px;
    display: none;
    width: 47px;
    z-index: 100;
}

.langs .lang {
    background-color: white;
    background-position: 6px center;
    background-repeat: no-repeat;
    border: solid 1px #dbdbdb;
    border-top-width: 0px;
    color: #515151;
    display: block;
    font-size: 9px;
    height: 19px;
    line-height: 19px;
    padding-left: 28px;
    padding-top: 4px;
    width: 17px;
}

.langs a.lang:hover {
    background-color: #e8e8e8!important;
    font-weight: bold;
}

.maintenanceBox {
    border: 1px solid #bbb !important;
}

.freeFormsTemplatesH1 {
    line-height: 30px;
    font-size: 24px !important;
    font-weight: inherit;
    margin-top: 0px;
}

.label-hidden {
    visibility: hidden;
}

.label-removed {
    visibility: hidden;
    display: none !important;
}

.stretch-width {
    width: 100% !important;
}

.hiddensignature {
    display: none;
}

.hidden-on-form {
	padding:0px !important;
}

.hidden-on-form .subitem:not(.instruction-container) {
	display:none;
}


.thebuttons {
/*padding-bottom:10px !important;	 */
}

.thebuttons .btn, .thebuttons .formdefaultbut, .thebuttons button {
margin-bottom:10px !important;
}

#formPassProtected, #reportPassProtected {
text-align:center;
}

#lang-container .col-lg-3, #lang-container .col-sm-3, #lang-container .col-md-3 {
	min-width:145px;
}

.with-formula {
    opacity: 0.6;
    filter: alpha(opacity=60);
    outline: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.no-padding {
    padding: 0px !important;
}

.fright {
    float: right !important;
}

.fleft {
    float: left !important;
}

.smleft {
    margin-left: 20px !important;
}

.vsmleft {
    margin-left: 9px !important;
}


.smtop {
    margin-top: 20px !important;
}

.nmleft {
    margin-left: 10px;
}

/* mail-include-start */

.inline-block {
    display: inline-block;
}

.td {
    display: block;
    float: left;
}

.tr {
    display: block;
    clear: both;
}

.th {
    display: block;
    float: left;
}

.thead {
    display: bloch;
    clear: both;
}

.table {
    display: block;
    width: 100%;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
}

.clear,
.clearn {
    clear: both;
}

.vhidden {
    visibility: hidden !important;
}

.hidden {
    visibility: hidden;
    display: none !important;
}

.hidden2 {
    visibility: hidden;
    display: none !important;
}

.is-mobile .small-field {
    width: 18%;
    padding-right: 16%;
}

.hidden_instruction {
    display: none !important;
}

.dblock {
    display: block;
}

span.customRadioButton {
    background: url(/images3/csscheckbox_9fef9470c286c230efe2515b6887ff86.png) no-repeat;
    width: 50px;
    height: 50px;
    display: inline-block;
    float: left;
}

span.checkboxSeparator {
    display: table;
    /*height: 3px;*/
    width: 100%;
}

.customRadioImageChecked {
    background-position: 0px -50px !important;
}

.paginationplaceholder {
    display: none;
}

.class123-fieldname {
	position: relative;
	display: inline-block;
	max-width:100%;
}

.fieldcontainer .google-map {
	max-width: 100%!important;
}

.fieldcontainer .google-map img {
    max-width: none!important;
}

/* ==========================================================================
   5. MULTIPLE FILE UPLOAD
   ========================================================================== */
.fileinput-button {
    float: left;
    margin-bottom: 1px;
}
.upload-container {
    /*margin-top:10px;	*/
}
.fileupload-multiple {
    float: left;
    width: 100%;
}
.fileupload-buttonbar .start {
    color: #FFF;
    background-color: #5EC830;
    border-color:  #5EC830;
	margin-left:10px;
}

.upload-dropzone {
    background: #fff;
    border: #CCCCCC dashed 1px;
    margin-bottom: 2px;
    padding: 20px 0;
    text-align: center;
    border-radius: 2px;
    color: #535353;
    cursor: pointer;
}


.fileupload-bottom-result {
    margin-bottom: 3px;
}
.fileupload-file-result {
    color: red;
}
.fileupload-icon-success {
    background: url('../images3/successicon.png') center no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-top: 3px;
}
.fileupload-icon-error {
    background: url('../images3/alerticon.png') center no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-top: 3px;
}
.fileupload-opts {
    text-align: right;
    vertical-align: top;
}
.fileupload-opts.fileupload-opts-cell {
    text-align: center;
    vertical-align: middle;
}
.fileupload-expander {
    display: inline-block;
    margin-left: 20px;
    margin-top: 3px;
}
.fileupload-buttonbar {
    display: block;
    margin-bottom: 10px;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.fileupload-multiple .progress {
    height: 20px;
    overflow: hidden;
    margin-top: 0px !important;
    margin-bottom: 2px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.fileupload-multiple .progress-extended {
    font-size: 12px;
    color: #535353;
}
.progress-visible {
    display: block !important;
}
.fileupload-multiple .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.fileupload-multiple .progress-striped .progress-bar,
.fileupload-multiple .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.fileupload-multiple .progress.active .progress-bar,
.fileupload-multiple .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.fileupload-multiple .progress-bar-success {
    background-color: #5cb85c;
}
.fileupload-multiple .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.fileupload-multiple .progress-bar-info {
    background-color: #5bc0de;
}
.fileupload-multiple .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.fileupload-multiple .progress-bar-warning {
    background-color: #f0ad4e;
}
.fileupload-multiple .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.fileupload-multiple .progress-bar-danger {
    background-color: #d9534f;
}
.fileupload-multiple .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.table-striped td {
    border-top: #CCC solid 1px;
    padding: 18px;
}
.table-striped.small-upload-width td {
    border-top: #CCC solid 1px;
    padding: 9px 0px;
}
.upload-cancel {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url('/images3/delete-icon2.png');
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
    padding: 0px;
}
.files p,
.fileattached label {
    word-break: break-all;
    max-width: 85%;
}
.files p,
.fileattached label,
.fileupload-zip-success p {
    word-break: break-all;
    max-width: 100%;
}

.fileattached label,
.fileupload-zip-success p {
  display: inline-block;
}

.fileupload-zip-title,
.fileupload-zipped-file {
  display: block !important;
}

.fileupload-hidden-file {
  display: none !important;
}

.fileupload-expanded-result .fileupload-hidden-file {
  display: block !important;
}

.fileupload-remove {
  border-bottom: #CCC solid 1px;
}

.fileupload-zip-result p {
  margin-top: 8px;
  margin-bottom: 6px;
}

.fileupload-zip-icon {
  background-image: url('/images3/upload/icons/zip_icon.png');
  background-repeat: no-repeat;
  width: 64px;
  height: 50px;
  margin-top: 14px;
  margin-left: 18px;
}

.fileupload-zip-left {
  float: left;
  width: 105px;
  margin-right: -110px;
}

.fileupload-zip-right {
  float: left;
  font-size: 13px;
  padding-left: 110px;
}

.fileupload-remove {
  padding-bottom: 12px;
}

.fileupload-remove .hotspot {
  position: relative;
  top: -1px;
}

.fileupload-remove a {
  display: inline-block;
  background-color: #FC6868;
  color: #FFF;
  padding-left: 40px !important;
  padding-right: 40px !important;
  border-radius: 3px;
  padding-bottom: 4px;
  padding-top: 4px;
}

.fileupload-file-size,
.fileupload-file-error {
  font-size: 10px;
}

.fileupload-zip-success {
  color: #6D6D6D;
}

.fileupload-zip-success .fileupload-zip-title {
  color: #000;
}

.fileupload-zip-failed .fileupload-zip-title {
  color: #F00;
}

/* ==========================================================================
   6. WIX
   ========================================================================== */
/*
.warning-wix-box {
  background-color: #5ec830;
  min-height: 50px;
  width: 98%;
  margin-top: 10px;
  border-radius: 5px;
  behavior:url(https://www.123contactform.com/includes/pie/PIE.php);
}

.warning-wix-box {
  box-sizing: border-box;
  color:#fff !important;
  background-color:#5ec830;
  background-image: url('/images3/icon-alert.png?v=1');
  background-repeat: no-repeat;
  background-position: 15px center;
  border:none !important;
  padding:20px 54px 20px 54px!important;
  width: 98%;
  height: auto !important;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.warning-wix-box p {
  text-align: center;
  margin: 0px 0 0px;
}
*/

.warning-wix-box-new-design {
    width: 99%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    /*border-radius: 15px;*/
    behavior:url(https://www.123contactform.com/includes/pie/PIE.php);
    box-sizing: border-box;
    color:#fff !important;
    background-color: #1ba8ce;
    background-image: url('/images3/icon-one-finger-tap-gesture.png');
    background-repeat: no-repeat;
    background-position: 24px center;
    border:none !important;
    padding:20px 26px 20px 84px!important;
    position: relative;
    font-family: "Open Sans", sans-serif;
}

.warning-wix-box-new-design p {
    text-align: left;
    margin: 0px 0 0px;
}

.warning-wix-box-new-design p span {
    display: inline-block;
    margin-left: 3px;
}
/* ==========================================================================
   7. LIKERT
   ========================================================================== */

.likert-head {
  padding-bottom: 10px;
  padding-top: 10px;
}

.likert-unordered-list {
  display: table;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.likert-alternative-unordered-list {
  display: table;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.likert-list-item,
.class123-likert_style_li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  top: 0px;
  padding: 0px;
  height: 30px;
  margin: 0px;
  letter-spacing:0;
    list-style-position:inside;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width:70px;
}

.likert-alternative-list-item {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  top: 0px;
  padding: 0px;
  height: 30px;
  margin: 0px;
}

.class123-likert_style_li2 {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    top: 0px;
    padding: 0px;
    height: auto;
    margin: 0px;
}

/* ==========================================================================
   8. MISC
   ========================================================================== */
.entry-id {
  font-weight: bold;
  float: right;
}

.instruction-container {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.instruction-code {
  margin-top: -10px;
  display:inline-block;
  padding-bottom:10px;
}

.fieldtype-3-0 .instruction-code , .fieldtype-2-0 .instruction-code{
    margin-top: 0px;
}

.inactive-btn {
  height: 100%;
  min-height: 38px;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.inactive-alternative-btn {
  background-color: white;
  opacity: 0;
  filter: alpha(opacity = 0);
  min-height: 38px;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}


.current-page {
  background: #f8f8f8;
  float: left;
  width: 100%;
  padding-top:10px;
  padding-bottom:10px;
  margin-bottom:10px;
}

.date-control {
display:none !important;
}

.class123-radio .label-text,
.class123-checkbox .label-text { position:relative; /* some styles moved to main.modern.css and main.classic.css */  }

.no-padding-top {
	padding-top: 0px !important;
}

.no-padding-vert {
 padding-top:0px !important;
 padding-bottom: 0px !important;
}

.current-page-no-bg {
  width: 100%;
}


.caption-live {
  display: inline-block;
  width: 68%;
}

.caption-live.top {
  vertical-align: top;
}

.otherCheckboxLabel.block-display,
.otherRadioLabel.block-display {
  display: block;
  padding-right: 21px;
}

.otherCheckboxLabel.table-display,
.otherRadioLabel.table-display {
  display: table;
}

.current-page-control {
  float: left;
  height: 3px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.selectable-btn {
  padding:5px 3px;
}



.spam-trap {
  display: none;
  height: 1px;
  visibility: hidden;
}

.hootsuite {
  height: 450px;
  overflow: auto;
}

.upperspacediv {
  height: 50px;
}

.logo-width {
  width: 3%;
}

.after-text-thank-you {
  width: 95%;
}

.control-correct {
  color: #5BC758;
  display: inline-block;
  font-weight: bold;
  margin-left: 5px;
  margin-top: 1px;
}

.control-incorrect {
  color: #FF4B4E;
  display: inline-block;
  font-weight: bold;
  margin-left: 5px;
  margin-top: 1px;
}

.options-img {
  float: left;
  margin-right: 6px;
  margin-top: 2px;
}

.answer-good-img {
  float: left;
  margin-left: 4px;
  margin-right: 6px;
}

.answer-bad-img {
  float: left;
  margin-right: 6px;
  margin-left: 4px;
}

.checked-img {
  float: left;
  margin-left: 4px;
  margin-right: 6px;
  margin-top: 2px;
}

.checked-img span {
  color: #6C6C6C;
  display: inline-block;
  float: left;
  line-height: 20px;
  vertical-align: top;
}

.img-field {
  border: #CCC solid 1px;
  border-radius: 8px;
}

.save-for-later-btn {
  margin-left: 5px;
}

.save-for-later-btn img {
  margin-bottom: 4px;
  vertical-align: middle;
}

.display_as_block {
    display:block;
    word-wrap: break-word;
}

#captcha-image,
.captcha-url {
	outline: none !important;
}
/*  fixes  */

/*input[type="radio"]:not(old) + label > span {
border-radius:18px !important;
margin:5px !important;
}*/


.class123-twocol .label-text,.class123-threecol .label-text {
	border-spacing: 0px;
}


.disabled-control {
background-color:#EEE !important;
}

.select2-container.disabled-control .select2-chosen {
color :#4c4c4c;
}

.select2-display-none .select2-search {
	/*display:none !important;	*/
}

.class123-threecol .outside, .class123-twocol .outside {
	float:left !important;
}

.merchants-inner input[type="radio"]:not(old) + label > .outside {
	float:none !important;
}


/* STARS
========================================================================== */
.stars-rate {
  overflow: hidden;
  min-width: 110px;
}
.stars-rate a {
  background-image: url('/images3/form/stars-sprite.png');
  background-position: 0 -28px;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  margin: 0 3px;
  transition: all .2s ease-out;
  vertical-align: top;
  width: 25px;
}
.stars-rate a:hover {
  background-position: 0 0;
}
.stars-rate a.temporary-selected-star {
  background-position: 0 0;
  opacity: 0.5;
}
.stars-rate a.selected-star {
  background-position: 0 0;
}

/* pt main.css  */
/* validation errror :not(.exclude-validation-layout) - de adaugat la reguli ca doar atunci sa se aplice clasa */

.form-container:not(.user-own-css) .btn {
	margin-bottom:5px;
	margin-top:5px;
}

.textarea-stats {
	font-size:70%;
	color:#4C4C4C;
	padding-top:7px;
	display:block;
	text-align:right;
	padding-left:0px;
	padding-right:1px;
	position:relative;
	right:2px;
	bottom:3px;

}

.reset-link {

	background:transparent;
	border:none;
	margin-left:10px;
	color:#5EC830;
}

.reset-link:hover {
	text-decoration:underline;
}

#id123-button-approve {
	background-color:#6ec300;
	color:#FFFFFF;
}

#id123-button-reject {
	background-color:#dc0404;
	color:#FFFFFF;
}


.stars-rate .cancel-rating {display:inline-block; width:15px; height:20px; vertical-align:top;color:#F00; text-indent:5px; font-size:10px;cursor:pointer;}
/*.stars-rate:hover .cancel-rating { display:inline-block !important; }*/
/*  si la .btn trebuie scos OPEN SANS din font family!!!!  */

.currentPageActive.focus .btn.fileinput-button {
    border: 1px dashed #c9c9c9 !important;
}


/* pentru main.css */

.auto-width input {display:none; }
.class123_image { max-width:100%; width:100%; }

.IN-widget { vertical-align:top !important;}

.google-map-search-control {
    width: 200px;
    max-width: 70%;
    padding: 10px;
    margin: 8px;
    font-family: Roboto;
}