/* GENERAL
-----------------------*/

.show-focus *:focus, .show-focus *:focus * {
    outline: 0;
    background-color: inherit !important;
    color: inherit !important;
	border: 2px solid yellow;
}

.lf-surveys-sub-title {
    float: left;
    font-size: 20px;
    font-weight: bold;
}

.lf-surveys-top-page {
    position: relative;
    float: left;
    width: 100%;
    height: 68px;
    padding: 19px;
    box-shadow: 0 5px 15px 0px rgba(48, 48, 48, 0.1);
    margin: 0 0 20px 0;
    background-color: #ffffff;
}

.lf-surveys-top-back-button {
    float: left;
    transform: rotate(180deg);
    padding: 0 20px;
}

.lf-surveys-top-back-button i.md-icons {
    float: left;
    width: 30px;
    height: 30px;
    padding: 0;
}

.lf-surveys-list-container {
    float: left;
    width: 100%;
    min-height: 300px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 15px 0px rgba(48, 48, 48, 0.1);
    margin: 20px 0;
    overflow: auto;
}

.md-switch {
    top: 6px!important;
    height: 18px!important;
}

input:checked + label .md-switch {
    background: #f39200!important;
}

.md-switch::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 4px;
    width: 14px;
    height: 14px;
    background: #ffffff!important;
}

input:checked + label .md-switch::before {
    left: 22px!important;
}

.lf-surveys-row {
    float: left;
    width: 100%;
}

.lf-surveys-col-1 {
    float: left;
    width: 8.33%;
}
.lf-surveys-col-2 {
    float: left;
    width: 16.66%;
}
.lf-surveys-col-3 {
    float: left;
    width: 25%;
}
.lf-surveys-col-4 {
    float: left;
    width: 33.33%;
}
.lf-surveys-col-5 {
    float: left;
    width: 41.66%;
}
.lf-surveys-col-6 {
    float: left;
    width:50%;
}

.lf-surveys-list-header {
    float: left;
    width: 100%;
    height: 44px;
    box-shadow: 0 5px 15px 0 rgba(48, 48, 48, 0.1);
}

.lf-surveys-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.lf-surveys-list-header .lf-surveys-col {
    height: 44px;
}

.lf-surveys-list-row .lf-surveys-col {
    height: 56px;
}

.lf-surveys-list-row {
    float: left;
    width: 100%;
    height: 56px;
}

.lf-surveys-list-row:nth-child(odd){
    background-color: #f8f8f8;
}

.lf-surveys-actions-col {
    position: relative;
}

.lf-surveys-actions-col-container {
    position: absolute;
    right: 0;
    padding: 2px 10px;
    box-shadow: 0 5px 15px 0 rgba(48, 48, 48, 0.1);
    border-radius: 0 50px 50px 0;
}

.lf-surveys-action-col-button {
    float: left;
    cursor: pointer;
}

.lf-surveys-action-col-button + .lf-surveys-action-col-button {
    border-left: 1px solid #e9e9e9;
}

.lf-surveys-action-col-button i.md-icons {
    float: left;
    width: 40px;
    height: 40px;
    padding: 8px;
}

.lf-surveys-action-col-button i.md-icons svg {
    float: right;
    width: 24px;
    height: 24px;
    fill: #000000;
}

.lf-surveys-big-dialog {
    max-width: 700px;
    /* height: calc(100vh - 60px); */
    /* max-height: 800px; */
    max-height: calc(100vh - 60px);
    background-color: white;
    border: none;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 5px 15px 0 rgba(48, 48, 48, 0.1);
    z-index: 9999;
}

.lf-surveys-big-dialog .lf-surveys-dialog-content-container {
    float: left;
    width: 100%;
    max-height: calc(100vh - 120px);
    padding-bottom: 30px;
    overflow: auto;
}

.lf-surveys-history-list-scroll-container {
    min-width: 680px;
}

.lf-surveys-small-dialog {
    max-width: 400px;
    /* height: calc(100vh - 60px); */
    /* max-height: 800px; */
    max-height: calc(100vh - 60px);
    background-color: white;
    border: none;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 5px 15px 0 rgba(48, 48, 48, 0.1);
    z-index: 9999;
}


.lf-surveys-small-dialog .lf-surveys-dialog-content-container {
    float: left;
    width: 100%;
    max-height: calc(100vh - 120px);
    padding-bottom: 30px;
    overflow: auto;
}

.lf-surveys-warning-dialog-content-container {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
}

.lf-surveys-warning-dialog-content-container i.md-icons {
    float: left;
    width: 80px;
    height: 80px;
    padding: 5px;
}

.lf-surveys-warning-dialog-content-container i.md-icons svg {
    float: right;
    width: 70px;
    height: 70px;
    fill: #eb5656;
}

.lf-surveys-dialog-close {
    position: absolute;
    left: 10px;
    top: 10px;
    cursor: pointer;
}

.lf-surveys-dialog-close i.md-icons {
    float: left;
    width: 30px;
    height: 30px;
    padding: 0;
}

.lf-surveys-dialog-title {
    float: left;
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.lf-surveys-dialog-row {
    float: left;
    width: 100%;
}

.lf-surveys-dialog-col {
    position: relative;
    float: left;
    width: 50%;
    padding: 10px;
}

.lf-surveys-input {
    float: left;
    width: 100%;
    height: 48px;
    border: 1px solid #d5d5d5;
    border-radius: 80px;
    padding: 9px 15px;
    color: #000000;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    outline: 0;
}

.lf-surveys-input-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 8px;
    margin: 0;
    background-color: transparent;
    border: 0;
    outline: 0;
    z-index: 9;
}

.lf-surveys-input-icon i.md-icons {
    float: left;
    width: 32px;
    height: 32px;
    padding: 3px;
    border-radius: 50px;
    background-color: #f3f3f3;
}

.lf-surveys-input-icon i.md-icons svg {
    width: 26px;
    height: 26px;
    fill: #707070;
}

.lf-surveys-email-input {
	direction: ltr;
}

.lf-surveys-select {
    position: relative;
    float: left;
    width: 100%;
    height: 48px;
    border: 1px solid #d5d5d5;
    border-radius: 80px;
    padding: 9px 60px;
    background-color: transparent;
    color: #000000;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    text-align-last: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 1;
    outline: 0;
}

.lf-surveys-select-icon,
.lf-surveys-password-hide-icon,
.lf-surveys-password-icon {
    position: absolute;
    top: 14px;
    right: 15px;
}

.lf-surveys-select-icon i.md-icons svg,
.lf-surveys-password-hide-icon i.md-icons svg,
.lf-surveys-password-icon i.md-icons svg {
    float: right;
    width: 30px;
    height: 30px;
    fill: #f39200;
}

.lf-surveys-password-hide-icon {
    display: none;
}

.lf-surveys-switch-container {
    float: right;
    height: 60px;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lf-surveys-switch-container label {
    display: flex;
    flex-direction: row;
    justify-content: center;
    outline: 0;
}

.lf-surveys-switch-container label span {
    padding: 0 10px;
}

.action-line-card {
    position: absolute;
    left: 0;
    bottom: -24px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.lf-surveys-action-button {
    float: left;
    width: 180px;
    height: 48px;
    border-radius: 80px;
    border: 0;
    box-shadow: 0 0 5px 0 rgb(126 126 126 / 60%);
    background-color: #f39200;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    outline: 0;
}

.lf-surveys-warning-button {
    background-color: #eb5656;
}

.lf-surveys-approval-button {
    background-color: #f39200;
}

.lf-surveys-break-line {
    float: left;
    width: calc(100% - 20px);
    height: 1px;
    margin: 20px 10px;
    background-color: #d5d5d5;
}

.lf-surveys-required {
    border: 2px solid red!important;
}

.lf-surveys-center-title {
    position: absolute;
    left: calc(50% - 100px);
    top: 0;
    width: 200px;
    height: 68px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.lf-disabled {
    cursor: default!important;
}

.lf-surveys-red-text {
    color: red;
}

input:disabled,
textarea:disabled,
select:disabled {
    background-color: #ffffff!important;
}

.lf-surveys-dialog-upload-field-content-container {
	padding: 20px;
}

.lf-surveys-upload-field-container {
	position: relative;
	float: left;
	width: 100%;
}

.lf-surveys-file-input {
	width: 100%;
    padding: 5px 6px;
}

.lf-surveys-file-input::-webkit-file-upload-button {
	height: 36px;
    background: #ffffff;
    color: #f39200;
    padding: 0 25px;
	margin: 0 10px 0 0;
    font-size: 16px;
	line-height: 36px
	font-weight: bold;
    border-radius: 80px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    border-color: #FF4B2B;
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
}

.lf-surveys-upload-users-button {
    position: absolute;
    top: 6px;
    right: 6px;
    height: 36px;
}

.lf-surveys-upload-field-text-container {
    float: left;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.lf-surveys-upload-field-text-container span {
    float: left;
	padding: 0 10px;
}

.lf-surveys-upload-field-text-container .sample-file a {
	color: #000000;
    font-weight: bold;
    text-decoration: underline;
    display: flex;
    flex-direction: revert;
    justify-content: center;
    align-items: center;
}

.lf-surveys-upload-field-text-container i.md-icons {
    float: left;
    width: 20px;
    height: 20px;
    padding: 0;
	margin: 0 5px;
}

.lf-surveys-upload-field-text-container i.md-icons svg {
	float: right;
    width: 20px;
    height: 20px;
    fill: #000000;
}

.lf-surveys-errors-container {
	float: left;
	width: 100%;
}

.lf-surveys-errors-title {
	float: left;
	width: 100%;
}

.lf-surveys-error-user {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    padding: 0 5px;
}

.lf-surveys-errors-container .lf-surveys-error-line {
	float: left;
	width: 100%;
	font-size: 12px;
	padding: 0 10px;
}

.lf-surveys-scroll-icons-container {
    display: none;
}

/* MANU
-----------------------*/
.lf-surveys-main-menu {
    float: left;
    width: 100%;
}

.lf-surveys-main-menu ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.lf-surveys-main-menu li {
    float: left;
}

.lf-surveys-main-menu .menu > li + li a {
    border-left: 1px solid #e9e9e9;
}

.lf-surveys-main-menu a,
.lf-surveys-main-menu span {
    float: left;
    width: 100%;
    padding: 0 20px;
    font-size: 18px;
    line-height: 30px;
    text-decoration: none;
    color: #000000;
}

.lf-surveys-main-menu  i.md-icons {
    float: left;
    width: 30px;
    height: 30px;
    padding: 0;
}

.lf-surveys-main-menu ul.menu > li[class*="current"] > span,
.lf-surveys-main-menu ul.menu > li[class*="current"] > a {
    margin-bottom: 13px;
    font-weight: bold;
}

.lf-surveys-main-menu ul:not(.sub-menu) > li[class*="current"] {
    border-bottom: 5px solid;
    border-bottom-color: var(--header_hover_select_background_color);
}

.action-menu {
    float: right!important;
    border-right: 0!important;
    border-left: 0!important;
    margin: 0 0 0 15px!important;
    cursor: pointer;
}

.action-menu .no-link {
    cursor: pointer!important;
}

.action-menu a,
.action-menu span {
    float: left!important;
    border-right: 0!important;
    border-left: 0!important;
    padding: 0!important;
}

.action-menu i.md-icons svg {
    float: right;
    width: 30px;
    height: 30px;
    fill: #f39200;
}

.action-menu[class*="current"] {
    border-bottom: 0!important;
}

body:not(.lf-surveys-users) .lf-surveys-add-user-open-dialog,
body:not(.lf-surveys-users) .lf-surveys-add-users-file-open-dialog,
.admin-bar .lf-surveys-add-users-file-open-dialog {
    display: none;
}

.lf-surveys-top-title-container {
    float: left;
    width: 200px;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: normal;
    align-items: center;
}

.lf-surveys-top-title {
    font-size: 22px;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
    padding: 0 10px;
    font-weight: bold;
}

.lf-surveys-box-container {
    position: relative;
    float: left;
    width: 100%;
    min-height: 300px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 15px 0px rgba(48, 48, 48, 0.1);
    margin: 20px 0 40px 0;
	/* user-select: none; */
}

.lf-surveys-diverse-col {
    float: left;
    width: 100%;
    padding: 20px;
}

.lf-surveys-diverse-col .lf-surveys-input,
.lf-surveys-select-container {
    position: relative;
    float: left;
    width: 70%;
    text-align: left;
}

.lf-surveys-diverse-col label {
    float: left;
    width: 30%;
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 20px;
}

.lf-surveys-select-container .lf-surveys-select-icon {
    top: 4px;
    right: 5px;
}

/* MAIN PAGE
-----------------------*/


/* SEARCH
-----------------------*/
.lf-surveys-top-container {
    float: left;
    width: 100%;
}

.lf-surveys-search-keywords-container {
    position: relative;
    float: left;
    width: 100%;
    max-width: 514px;
}

.lf-surveys-search-keywords {
    float: left;
    width: 100%;
    height: 60px;
    border: 1px solid #d5d5d5;
    border-radius: 30px;
    padding: 15px 60px;
    font-size: 20px;
    line-height: 30px;
    outline: 0;
}

.lf-surveys-search-submit {
    position: absolute;
    left: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.lf-surveys-search-submit i {
    width: 60px;
    height: 60px;
    padding: 15px;
}

.lf-surveys-search-submit i.md-icons svg {
    float: right;
    width: 30px;
    height: 30px;
    fill: #dfe7e8;
}

/* ADD EDIT SURVEY
-----------------------*/

.lf-surveys-form-actions-container {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.lf-surveys-switch-status {
    float: left;
    height: 30px;
}

.lf-surveys-checkbox-container {
	float: left;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    line-height: 24px;
    user-select: none;
    display: flex;
    flex-direction: row;
}

.lf-surveys-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    margin: 0;
}

.lf-surveys-checkbox-mark {
    position: relative;
    float: left;
    height: 24px;
    width: 24px;
	min-width: 24px;
    border: 2px solid #ccced5;
}

.lf-surveys-checkbox-container input:checked ~ .lf-surveys-checkbox-mark {
    border-color: #f39200;
}

.lf-surveys-checkbox-container input:disabled ~ .lf-surveys-checkbox-mark {
    border-color: #dcdcdc;
}

.lf-surveys-checkbox-mark:after {
    content: "";
    position: absolute;
    display: none;
}

.lf-surveys-checkbox-container input:checked ~ .lf-surveys-checkbox-mark:after {
    display: block;
}

.lf-surveys-checkbox-container .lf-surveys-checkbox-mark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #f39200;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.lf-surveys-checkbox-text {
    float: left;
    padding: 0 10px;
}

.lf-surveys-form-name-row {
    float: left;
    width: 100%;
}

.lf-surveys-form-name-row label {
    float: left;
    width: 150px;
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 20px;
}

.lf-surveys-form-name-row .lf-surveys-input {
    position: relative;
    float: left;
    width: calc(100% - 218px);
    max-width: 490px;
    text-align: left;
}

.lf-surveys-add-chapter {
    float: left;
    width: 48px;
    height: 48px;
    margin: 0 10px;
    cursor: pointer;
}

.lf-surveys-add-chapter i.md-icons {
    float: left;
    width: 48px;
    height: 48px;
    padding: 3px;
}

.lf-surveys-add-chapter i.md-icons svg {
    float: right;
    width: 42px;
    height: 42px;
    fill: #f39200;
}

.lf-surveys-chapters-container {
    float: left;
    width: 100%;
}

.lf-survey-chapter-container {
    float: left;
    width: 100%;
}

.lf-survey-chapter-container:first-child {
    margin-top: 20px;
    /* border-top: 1px solid #dfdfdf; */
}

.lf-survey-chapter-container + .lf-survey-chapter-container {
    border-top: 2px solid #f39200;
}

.lf-survey-chapter-row {
    float: left;
    width: 100%;
    padding: 20px 0;
	display: flex;
	flex-direction: row;
}


.lf-survey-chapter-container:first-child .lf-survey-chapter-row {
    border-top: 1px solid #dfdfdf;
}

.lf-surveys-drag-chapter {
    float: left;
    width: 60px;
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: move;
}

.lf-surveys-drag-chapter i.md-icons {
    float: left;
    width: 48px;
    height: 48px;
    padding: 0;
}

.lf-surveys-drag-chapter i.md-icons svg {
    float: right;
    width: 48px;
    height: 48px;
    fill: #cbcbcb;
    transform: rotate(90deg);
}

.lf-survey-chapter-row label {
    float: left;
    width: 100px;
    height: 48px;
    margin: 0 10px;
    display: flex;
    flex-direction: row;
	justify-content: flex-end;
    align-items: center;
    font-size: 20px;
    text-align: right;
}

.lf-survey-chapter-name-input {
    float: left;
    width: 100%;
    max-width: 490px;
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 20px;
	text-align: left;
    padding: 9px 15px;
}

.lf-survey-chapter-weight-input {
    float: left;
    width: 100%;
    max-width: 100px;
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 20px;
    padding: 9px 15px;
	direction: ltr;
}

.lf-surveys-delete-chapter {
    float: left;
    width: 48px;
    height: 48px;
    margin: 0 10px;
    cursor: pointer;
}

.lf-surveys-delete-chapter i.md-icons {
    float: left;
    width: 48px;
    height: 48px;
    padding: 4px;
}

.lf-surveys-delete-chapter i.md-icons svg {
    float: right;
    width: 40px;
    height: 40px;
    fill: #cbcbcb;
}

.lf-survey-field-container {
    float: left;
    width: 100%;
}

.lf-survey-field-container:nth-child(odd) {
    background-color: #f5f5f5;
}

.lf-survey-chapter-add-field-container {
    position: relative;
    float: left;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #dfdfdf;
}

.lf-surveys-add-question-button {
    position: relative;
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 20px 0 rgb(0,0,0,0.2);
    user-select: none;
}

.lf-surveys-add-question-button i.md-icons {
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    padding: 11px;
}

.lf-surveys-add-question-button i.md-icons svg {
    float: right;
    width: 26px;
    height: 26px;
    fill: #ffffff;
}

.lf-surveys-add-question-list {
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 250px;
    padding: 10px 10px 34px 10px;
    background-color: #ffffff;
    border-radius: 24px 24px 0 0;
    box-shadow: 0 -3px 20px 0 rgba(126, 126, 126, 0.16);
}

.lf-surveys-add-field-type {
    float: left;
    width: 100%;
    height: 46px;
    padding: 5px 0;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.lf-surveys-add-field-type + .lf-surveys-add-field-type {
    border-top: 1px solid #dfdfdf;
}

.lf-surveys-add-field-type i.md-icons {
    float: left;
    width: 36px;
    height: 36px;
    padding: 3px;
    margin: 0 10px 0 0;
}

.lf-surveys-add-field-type i.md-icons svg {
    float: right;
    width: 30px;
    height: 30px;
    fill: #000000;
}

.lf-survey-chapter-order {
    padding: 0 5px;
}

.lf-survey-field-row {
    float: left;
    width: 100%;
    padding: 10px 100px;
    display: flex;
    flex-direction: row;
}

.lf-surveys-drag-field {
    float: left;
    width: 60px;
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: move;
}

.lf-surveys-drag-field i.md-icons {
    float: left;
    width: 48px;
    height: 48px;
    padding: 0;
}

.lf-surveys-drag-field i.md-icons svg {
    float: right;
    width: 48px;
    height: 48px;
    fill: #cbcbcb;
    transform: rotate(90deg);
}

.lf-surveys-field-name-label {
    float: left;
    width: 120px;
    height: 48px;
    margin: 0 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 20px;
}

.lf-survey-field-order {
    padding: 0 5px;
}

.lf-survey-field-name-input-container {
	position: relative;
    float: left;
    width: 100%;
    max-width: 490px;
}

.lf-survey-field-name-input {
    float: left;
    width: 100%;
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 20px;
	text-align: left;
    padding: 9px 15px;
}

.lf-surveys-field-action-button {
    float: left;
    width: 48px;
    height: 48px;
    margin: 0 10px;
    cursor: pointer;
}

.lf-surveys-field-action-button i.md-icons {
    float: left;
    width: 48px;
    height: 48px;
    padding: 4px;
}

.lf-surveys-field-action-button i.md-icons svg {
    float: right;
    width: 40px;
    height: 40px;
    fill: #cbcbcb;
}

.lf-surveys-switch-field-require {
    height: 48px;
	padding: 0;
    margin: 0 10px;
}

.lf-surveys-switch-field-require label {
    float: left;
    width: 60px;
    height: 48px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    line-height: 26px;
}

.lf-surveys-duplicate-field i.md-icons {
    float: left;
    width: 48px;
    height: 48px;
    padding: 7px;
}

.lf-surveys-duplicate-field i.md-icons svg {
    float: right;
    width: 34px;
    height: 34px;
    fill: #cbcbcb;
}

.lf-survey-field-weight-input {
    float: left;
    width: 100%;
    max-width: 100px;
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 20px;
    padding: 9px 15px;
	direction: ltr;
}

.lf-surveys-field-weight-label {
    float: left;
    height: 48px;
    margin: 0 20px 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 20px;
}

.lf-surveys-field-scale-label,
.lf-surveys-field-boolean-label,
.lf-surveys-field-calculations-label {
    float: left;
    height: 48px;
    margin: 0 20px 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 20px;
}

.lf-survey-field-scale-select {
    float: left;
    max-width: 150px;
}

.lf-survey-field-scale-select select {
    padding: 9px 20px;
}

.lf-surveys-textarea {
    float: left;
    width: 100%;
    max-width: 490px;
    height: 130px;
    padding: 9px 15px;
    border: 1px solid #d5d5d5;
    border-radius: 16px;
    color: #000000;
    font-family: 'Heebo';
    font-size: 16px;
    line-height: 30px;
    font-size: 20px;
    outline: 0;
    resize: none;
}

.lf-surveys-file-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px;
    margin: 0;
    background-color: transparent;
    outline: 0;
    z-index: 9;
}

.lf-surveys-file-icon i.md-icons {
    float: left;
    width: 34px;
    height: 34px;
    padding: 4px 6px;
    border-radius: 50px;
    background-color: #ffffff;
    border: 2px solid #f39200;
    transform: rotate(270deg);
}

.lf-surveys-file-icon i.md-icons svg {
    width: 20px;
    height: 20px;
    fill: #f39200;
}

.lf-surveys-more-options-icon {
    float: left;
    cursor: pointer;
}

.lf-surveys-more-options-icon .md-icons {
    float: left;
    width: 48px;
    height: 48px;
    padding: 4px;
}

.lf-surveys-more-options-icon i.md-icons svg {
    float: right;
    width: 40px;
    height: 40px;
    fill: #f39200;
}


.lf-surveys-dialog-data-row {
    float: left;
    width: 100%;
    padding: 10px 15px;
}

.lf-surveys-dialog-data-row .lf-surveys-input {
    position: relative;
    float: left;
    width: 70%;
    text-align: left;
    padding: 9px 15px;
}

.lf-surveys-dialog-data-row label {
    float: left;
    width: 30%;
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
}

.lf-surveys-survey-actions-container {
    float: right;
}

.lf-surveys-survey-action {
    float: right;
    cursor: pointer;
}

.lf-surveys-survey-action + .lf-surveys-survey-action {
    margin: 0 10px 0 0;
}

.lf-surveys-survey-action i.md-icons {
    float: left;
    width: 30px;
    height: 30px;
    padding: 0px;
}

.lf-surveys-survey-action i.md-icons svg {
    float: right;
    width: 30px;
    height: 30px;
    fill: #f39200;
}

.lf-surveys-survey-action.lf-disabled i.md-icons svg {
    fill: #ccced5;
}

.lf-surveys-branch-open-dialog i.md-icons svg {
    transform: scale(1.5) rotate(180deg);
}

.lf-survey-field-second-row {
    padding: 10px 0 10px 290px;
}

.lf-surveys-branch-users-dialog-content-container .lf-surveys-users-list-container {
    border: 0;
}

.lf-surveys-history-list-container {
    float: left;
    width: 100%;
}

.lf-surveys-history-list-row {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.lf-surveys-history-list-col {
    float: left;
    font-size: 14px;
    line-height: 15px;
    padding: 2px;
    height: 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.lf-surveys-history-list-col-small {
    width: 80px;
}

.lf-surveys-history-list-col-medium {
    width: 100px;
}

.lf-surveys-history-list-col-big {
    width: calc(100% - 500px);
	height: auto;
}

.lf-surveys-add-chapter-flow-container {
    position: fixed;
    bottom: 80px;
    left: 10%;
    z-index: 9999;
}

.lf-surveys-add-chapter-flow-container .lf-surveys-add-chapter {
    width: auto;
    background-color: #ffffff;
    border-radius: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 40%);
	user-select: none;
}

.lf-surveys-add-chapter-flow-container .lf-surveys-add-chapter span {
    padding: 0 10px;
    line-height: 16px;
}

.lf-surveys-add-edit-survey .lf-surveys-top-back-button {
    display: none;
}

/* PREVIEW
-----------------------*/

.lf-surveys-iframe-container {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 0 50px;
}

iframe {
    border: 0;
}

/* SERVERY SETTINGS
-----------------------*/

.lf-surveys-users-list-dialog-button {
    float: left;
    width: 100%;
    max-width: 470px;
    height: 52px;
    margin: 15px;
    border-radius: 40px;
    box-shadow: 0 5px 15px 0 rgba(48, 48, 48, 0.1);
    font-size: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
	cursor: pointer;
}

.lf-surveys-users-list-dialog-button i.md-icons {
    margin: 0 20px;
}

dialog .lf-surveys-search-keywords-container {
    max-width: 100%;
}

.lf-surveys-radio-options-container {
    float: left;
    width: 100%;
    padding: 10px;
}

.lf-surveys-users-list-container {
    float: left;
    width: 100%;
    min-height: 66px;
    border: 1px solid #d5d5d5;
    border-radius: 30px;
    padding: 10px;
}

dialog .lf-surveys-checkbox-container {
    font-size: 16px;
}

.lf-surveys-add-status {
    float: right;
    width: 30px;
    height: 30px;
    /* margin: 0 10px; */
    cursor: pointer;
}

.lf-surveys-add-status i.md-icons {
    float: left;
    width: 30px;
    height: 30px;
    padding: 0px;
}

.lf-surveys-add-status i.md-icons svg {
    float: right;
    width: 30px;
    height: 30px;
    fill: #f39200;
}

.lf-surveys-statuses-list-rows .lf-surveys-checkbox-mark {
    border: 2px solid #7b7b7b;
}

.system-survey-status input:disabled ~ .lf-surveys-checkbox-mark {
    border: 2px solid #dcdcdc;
}

.system-survey-status input:disabled ~ .lf-surveys-checkbox-mark {
    border-color: #dcdcdc;
}

.system-survey-status input:disabled ~ .lf-surveys-checkbox-mark:after {
    border: solid #dcdcdc;
    border-width: 0 3px 3px 0;
}

.lf-surveys-field-container {
    float: left;
    padding: 20px;
}

.lf-surveys-field-container label {
    float: left;
    width: 170px;
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 20px;
}

.lf-surveys-field-container .lf-surveys-input {
    position: relative;
    float: left;
    width: calc(100% - 170px);
    text-align: left;
}

.lf-surveys-field-container .lf-surveys-select-container {
    width: calc(100% - 170px);
}

.lf-surveys-field-container .lf-surveys-select {
    text-align: left;
    text-align-last: left;
}

.lf-surveys-email-recipients-note {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.lf-surveys-field-container .lf-surveys-textarea {
    max-width: calc(100% - 170px);
}

#lf-surveys-email-recipients,
#lf-surveys-email-copy,
#lf-surveys-email-bcc {
    text-align: left;
}

.lf-surveys-users .lf-surveys-top-back-button,
.lf-surveys-users .lf-surveys-center-title {
    display: none;
}
.lf-surveys-switch-pdf {
    width: 100%;
    height: 24px;
    margin: 10px 0;
}
.lf-surveys-switch-pdf label {
    width: auto;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
}
.lf-surveys-switch-pdf .md-switch {
    top: 4px !important;
}

/* SERVERY FILLER
-----------------------*/

.lf-surveys-users-list-container {
    /* margin-top: 10px; */
}

.lf-surveys-only-user-area-container {
    width: 100%;
}

.lf-surveys-only-user-area-container label {
    display: flex;
    flex-direction: row;
    justify-content: normal;
    outline: 0;
}

.lf-survey-form-info-cell {
    float: right;
    width: 100%;
    max-width: 300px;
    line-height: 30px;
}

.lf-survey-form-info-cell label {
    float: left;
}

.lf-survey-form-info-cell span {
    float: left;
    margin: 0 5px;
	font-weight: bold;
}

.lf-survey-form-info .lf-surveys-field-container {
    padding: 10px 0 0 0;
}

.lf-survey-form-info .lf-surveys-field-container label {
    width: 100px;
    font-size: 16px;
}

.lf-survey-form-info .lf-surveys-field-container .lf-surveys-select-container {
    width: calc(100% - 100px);
}

.lf-surveys-form-name {
    float: left;
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
}

.hidden-branch {
    display: none;
}

.disable-hidden-branch {
    display: block;
}

.hidden {
    display: none;
}

.lf-surveys-filler-chapter-container {
    float: left;
    width: 100%;
}

.lf-surveys-filler-chapter-name {
    float: left;
    padding: 20px 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}

.lf-surveys-filler-row {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 0;
}

.lf-surveys-filler-field-container {
    float: left;
    width: 100%;
    padding: 10px;
}

.lf-surveys-filler-field-name {
    float: left;
    font-size: 18px;
    line-height: 30px;
}

.lf-surveys-filler-text-input {
    float: left;
    width: 90%;
    min-height: 130px;
    height: auto;
    padding: 9px 18px;
    margin: 0 1%;
    text-align: left;
    line-height: 28px;
    border-radius: 16px;
}

.lf-surveys-field-options-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.lf-surveys-scale-col {
    height: 50px;
    margin: 0 2px;
    display: flex;
    flex-direction: unset;
    justify-content: center;
    align-items: center;
}

.lf-surveys-scale-col label {
    padding: 0 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.lf-surveys-scale-col input {
    margin: 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.lf-surveys-filler-field-container:nth-child(odd) {
    background-color: #f5f5f5;

}

.lf-surveys-filler-chapter-container + .lf-surveys-filler-chapter-container {
    border-top: 2px solid #f39200;
}

.lf-surveys-filler-action-container {
    float: right;
    cursor: pointer;
}

.lf-surveys-filler-action-container i.md-icons {
    float: left;
    width: 30px;
    height: 30px;
    padding: 0;
}

.lf-surveys-filler-action-container + .lf-surveys-filler-action-container {
    margin: 0 10px 0 0;
}

.lf-surveys-note-dialog-content-container {
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
}

.lf-surveys-note-dialog-content-container i.md-icons {
    float: left;
    width: 50px;
    height: 50px;
    padding: 5px;
}

.lf-surveys-note-dialog-content-container i.md-icons svg {
    float: right;
    width: 40px;
    height: 40px;
    fill: #000000;
}

#lf-survey-dialog-note-textarea {
    max-width: 100%;
}

.lf-surveys-filler-calculations-container label {
    width: auto;
    max-width: 300px;
    font-size: 18px;
    margin: 0 10px 0 0;
}

.lf-surveys-filler-calculations-container .lf-surveys-input {
    width: 150px;
    padding: 9px 18px;
}

.lf-surveys-field-file-input {
    display: none;
}

.lf-surveys-filler-add-file {
    float: left;
    border: 2px solid #f39200;
    border-radius: 50px;
    cursor: pointer;
}

.lf-surveys-filler-add-file i.md-icons {
    float: left;
    width: 40px;
    height: 40px;
    padding: 5;
}

.lf-surveys-filler-add-file i.md-icons svg {
    float: right;
    width: 30px;
    height: 30px;
    fill: #f39200;
}

.lf-surveys-image-container {
    float: left;
    width: 100px;
    height: 140px;
    margin: 0 10px;
}

.lf-surveys-image-delete {
    float: left;
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #eb5656;
    cursor: pointer;
}

.lf-surveys-image-delete i.md-icons svg {
    float: right;
    width: 30px;
    height: 30px;
    fill: #ffffff;
}

.lf-surveys-image-container .lf-center-img {
    height: 100px;
    cursor: zoom-in;
}

.lf-surveys-boolean-options-container label {
	padding: 5px;
    margin: 0 2px;
}

/* FORMS DATA
-----------------------*/

.lf-surveys-data-box-container {
    position: relative;
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 15px 0px rgba(48, 48, 48, 0.1);
    margin: 10px 0;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.lf-surveys-data-box-container:last-child {
    margin: 10px 0 40px 0;
}

.lf-surveys-filler-select-container {
    float: left;
    width: 100px;
    display: flex;
    flex-direction: revert;
    justify-content: center;
}

.lf-surveys-filler-info-container {
    float: left;
    width: calc(100% - 200px);
    color: var(--main_text_color);
	cursor: pointer;
}

.lf-surveys-filler-info-container label {
	cursor: pointer;
}

.lf-surveys-filler-col-info-container {
    float: left;
    width: 50%;
}

.lf-survey-filler-info-cell {
    float: right;
    width: 100%;
    max-width: 500px;
    height: 32px;
    line-height: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.lf-survey-filler-info-cell label {
    float: left;
}

.lf-survey-filler-info-cell span {
    float: left;
    margin: 0 5px;
	font-weight: bold;
}

.lf-survey-filler-info-cell i.md-icons {
    float: left;
    width: 30px;
    height: 30px;
    padding: 0;
}

.lf-surveys-filler-email-container {
    float: left;
    padding: 30px;
	cursor: pointer;
}

.lf-surveys-data-search-keywords-container {
	margin-bottom: 20px;
}

.lf-surveys-data-field-container {
    float: left;
    padding: 0 5px;
	margin-bottom: 20px;
}

.lf-surveys-data-field-container label {
	float: left;
    width: auto;
	height: 60px;
    max-width: 300px;
    font-size: 18px;
    margin: 0 10px 0 0;
}

.lf-surveys-data-input-icon {
    position: absolute;
    top: 0;
    left: 10px;
    padding: 15px 0;
    margin: 0;
    background-color: transparent;
    border: 0;
    outline: 0;
    z-index: 9;
}

.lf-surveys-data-input-icon i.md-icons {
    float: left;
    width: 26px;
    height: 30px;
    padding: 2px 0;
}

.lf-surveys-data-input-icon i.md-icons svg {
    float: right;
    width: 26px;
    height: 26px;
    fill: #000000;
}

.lf-surveys-data-select-icon {
	position: absolute;
    top: 0;
    right: 10px;
    padding: 15px 0;
    margin: 0;
    background-color: transparent;
    border: 0;
    outline: 0;
    z-index: 9;
	cursor: pointer;
}

.lf-surveys-data-select-icon i.md-icons {
    float: left;
    width: 26px;
    height: 30px;
    padding: 2px 0;
}

.lf-surveys-data-select-icon i.md-icons svg {
    float: right;
    width: 26px;
    height: 26px;
    fill: #f39200;
}

.lf-surveys-input-container {
    position: relative;
    float: left;
}

.lf-surveys-data-field-container .lf-surveys-input {
	position: relative;
	float: left;
    width: 200px;
	height: 60px;
    padding: 9px 18px;
}

.lf-surveys-data-switch-container {
    float: left;
    height: 60px;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lf-surveys-data-switch-container label {
    display: flex;
    flex-direction: row;
    justify-content: center;
    outline: 0;
}

.lf-surveys-data-switch-container label span {
    padding: 0 10px;
}

.lf-surveys-data-field-container .lf-surveys-select {
    height: 60px;
    padding: 9px 30px;
}

.lf-surveys-data-field-container .lf-surveys-select-container {
	width: 200px;
    max-width: 300px;
    border-radius: 80px;
    background-color: #ffffff;
}

.lf-surveys-data-field-container .lf-surveys-select-container .lf-surveys-data-select-icon {
	z-index: 0;
}

.lf-surveys-data-form-submit {
    float: left;
    width: 50px;
    height: 50px;
    margin: 5px 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.lf-surveys-data-form-submit i.md-icons svg {
    fill: #ffffff;
}

.lf-surveys-data-select-field-container {
    margin-bottom: 0;
    border-left: 1px solid #eeeeee;
    padding: 0 10px;
}

.lf-surveys-data-radio-options-container {
    float: left;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 18px 10px;
}

.lf-surveys-data-change-status-button {
    float: left;
    display: flex;
    margin: 5px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	user-select: none;
}

.lf-surveys-selected-fillers-count {
    margin: 0 4px;
    font-size: 20px;
	color: red;
}

.lf-surveys-export-excel {
	float: right;
	width: 60px;
	height: 60px;
	padding: 15px;
	cursor: pointer;
}

.lf-surveys-export-excel img {
    float: left;
    width: 30px;
    height: 30px;
}

.lf-surveys-filler-mail-dialog-box .lf-surveys-field-container {
	width: 100%;
    padding: 10px 10px 0;
}

.lf-surveys-filler-mail-dialog-box .lf-surveys-field-container input {
    padding: 9px 15px;
}

.lf-surveys-filler-mail-dialog-box .lf-surveys-textarea {
    font-size: 16px;
    line-height: 20px;
}

/* FILLER VIEW
-----------------------*/

.lf-surveys-image-view {
    box-sizing: content-box;
    width: 160px;
    height: 100px;
    border: 2px solid #000000;
    border-radius: 10px;
}

.lf-surveys-image-view-icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.lf-survey-field-note-container {
    float: right;
    padding: 5px;
    line-height: 26px;
}

.lf-survey-field-note-label {
    float: left;
    margin: 0 5px;
    font-weight: bold;
}

.lf-survey-field-note-label i.md-icons {
    float: right;
    width: 26px;
    height: 26px;
    padding: 0px;
    margin: 0 5px;
}

.lf-survey-field-note-label i.md-icons svg {
    float: right;
    width: 26px;
    height: 30px;
    fill: #000000;
}

.lf-survey-field-note-text {
    float: left;
}

.lf-surveys-form-score {
    float: right;
    width: 50px;
    height: 50px;
    font-size: 26px;
    border-radius: 50px;
    background-color: #000000;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 5px 2px;
}

.lf-surveys-chapter-score {
    float: right;
    width: 40px;
    height: 40px;
    font-size: 22px;
    border-radius: 50px;
    background-color: #000000;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 20px 7px;
}

.lf-surveys-field-score {
    float: right;
    width: 34px;
    height: 34px;
    font-size: 16px;
    border-radius: 50px;
    background-color: #000000;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.lf-surveys-score-red {
	background-color: #eb5656;
}

.lf-surveys-score-green {
	background-color: #82c95d;
}

.lf-surveys-score-orange {
	background-color: #f0aa3b;
}

/* LOG
-----------------------*/

.lf-surveys-log-list-row {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.lf-surveys-log-list-row:nth-child(odd) {
    background-color: #f8f8f8;
}

.lf-surveys-log-col {
    float: left;
    font-size: 14px;
    line-height: 16px;
    padding: 5px;
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    align-items: center;
}

.lf-surveys-log-col-1 {
    width: 5%;
    min-width: 40px;
}

.lf-surveys-log-col-2 {
    width: 10%;
    min-width: 60px;
}

.lf-surveys-log-col-3 {
    width: 15%;
    min-width: 80px;
}

.lf-surveys-log-col-4 {
    width: 20%;
    min-width: 100px;
}

.lf-surveys-log-col-6 {
    width: 30%;
    min-width: 200px;
}

.lf-surveys-log .lf-surveys-data-select-field-container {
    margin-bottom: 20px;
    padding: 0 5px;
    border: 0;
}

/*RESPONSIVE
------------------------------------------------*/

@media screen and (max-width: 950px) {

.lf-surveys-search-keywords-container {
    max-width: 330px;
}

.lf-surveys-search-keywords {
    height: 40px;
    border: 1px solid #d5d5d5;
    border-radius: 30px;
    padding: 10px 40px;
    font-size: 20px;
    line-height: 20px;
    outline: 0;
}

.lf-surveys-search-submit i {
    width: 40px;
    height: 40px;
    padding: 5px;
}

.lf-surveys-switch-container {
    height: 40px;
    padding: 0 5px;
}

.lf-surveys-list-scroll-container {
    float: left;
    width: 100%;
    overflow: auto;
}

.lf-surveys-list-container {
    float: none;
    min-width: 950px;
    margin: 0 0 20px 0;
}

.lf-surveys-scroll-icons-container {
    float: left;
    width: 100%;
    height: 30px;
    margin: 10px 0;
    color: #ffffff;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.lf-surveys-scroll-icons {
    width: 100px;
    padding: 0 5px;
    border-radius: 100px;
    background-color: #f39200;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.lf-surveys-scroll-icons {
    display: inline-block;
    padding: 0 5px;
    border-radius: 100px;
    background-color: #f39200;
}

.lf-surveys-scroll-list i.md-icons {
    float: left;
    width: 30px;
    height: 30px;
    padding: 0px;
}

.lf-surveys-scroll-list i.md-icons svg {
    float: right;
    width: 30px;
    height: 30px;
    fill: #ffffff;
}

.lf-surveys-scroll-list {
    float: left;
}

.lf-surveys-dashboard .lf-surveys-top-page,
.lf-survey-data .lf-surveys-top-page {
    height: 0;
    padding: 0;
	margin-top: 0;
}

.md-dialog-box {
    width: 96%;
}

.lf-surveys-add-chapter-flow-container {
    bottom: 10px;
    left: 10px;
}

.lf-surveys-add-chapter-flow-container .lf-surveys-add-chapter {
    float: left;
    height: 30px;
    margin: 0 10px;
    cursor: pointer;
}

.lf-surveys-add-chapter-flow-container .lf-surveys-add-chapter i.md-icons {
    width: 30px;
    height: 30px;
    padding: 2px;
}

.lf-surveys-add-chapter-flow-container .lf-surveys-add-chapter i.md-icons svg {
    width: 26px;
    height: 26px;
}

.lf-surveys-top-page {
    margin-top: -20px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-bottom: 10px;
    padding: 30px 0 0 0;
}

.lf-surveys-center-title {
    height: 50px;
    bottom: 0;
    top: auto;
    font-size: 18px;
}

.lf-surveys-center-title i.md-icons {
    float: left;
    width: 30px;
    height: 30px;
    padding: 5px;
}

.lf-surveys-center-title i.md-icons svg {
    float: right;
    width: 20px;
    height: 20px;
    fill: #000000;
}

.lf-surveys-box-container {
    padding: 10px 5px 20px;
    margin: 10px 0 40px 0;
}

.lf-surveys-checkbox-container {
    font-size: 18px;
    line-height: 20px;
}

.lf-surveys-checkbox-mark {
    height: 20px;
    width: 20px;
    min-width: 20px;
}

.lf-surveys-checkbox-container .lf-surveys-checkbox-mark:after {
    left: 4px;
    top: 0px;
}

.lf-surveys-form-actions-container {
    margin-bottom: 15px;
}

.lf-surveys-add-chapter {
    width: 30px;
    height: 30px;
	margin: 0 5px;
}

.lf-surveys-form-name-row label {
    width: 100px;
    height: 30px;
    font-size: 18px;
}

.lf-surveys-add-chapter i.md-icons {
    float: left;
    width: 30px;
    height: 30px;
    padding: 0;
}

.lf-surveys-add-chapter i.md-icons svg {
    width: 30px;
    height: 30px;
}

.lf-surveys-input {
    height: 30px;
    padding: 2px 15px;
    font-size: 16px;
    line-height: 24px;
}

.lf-survey-field-row {
    padding: 10px;
}

.lf-surveys-drag-field {
    height: 30px;
}

.lf-surveys-field-name-label {
    height: 30px;
    margin: 0 10px;
	font-size: 18px;
}

.lf-surveys-switch-container {
    height: 30px;
}

.lf-surveys-switch-field-require label {
    height: 30px;
    font-size: 12px;
    line-height: 15px;
}

.lf-surveys-switch-field-require .md-switch {
    top: 1px!important;
}

.lf-surveys-switch-field-require input:checked + label .md-switch::before {
    left: 24px!important;
    width: 10px;
    height: 10px;
}

.lf-surveys-switch-field-require .md-switch::before {
	width: 10px;
    height: 10px;
}

.lf-surveys-switch-field-require .lf-surveys-switch-container label span {
    max-height: 14px;
	line-height: 14px;
}

.lf-surveys-field-action-button {
    width: 30px;
    height: 30px;
}

.lf-surveys-field-action-button i.md-icons {
    width: 30px;
    height: 30px;
    padding: 0;
}

.lf-surveys-field-action-button i.md-icons svg {
    width: 30px;
    height: 30px;
}

.lf-surveys-duplicate-field i.md-icons {
    padding: 2px;
}

.lf-surveys-duplicate-field i.md-icons svg {
    width: 26px;
    height: 26px;
}

.lf-survey-field-second-row {
    padding: 10px 0 10px 50px;
}

.lf-surveys-field-weight-label {
    height: 30px;
    font-size: 18px;
}

.lf-surveys-field-scale-label, .lf-surveys-field-boolean-label, .lf-surveys-field-calculations-label {
    height: 30px;
    margin: 0 10px 0 10px;
    font-size: 18px;
}

.lf-surveys-select {
    height: 30px;
    padding: 2px 9px;
	font-size: 16px;
    line-height: 24px;
}

.lf-survey-field-scale-select select {
    padding: 2px 10px;
    font-size: 16px;
    line-height: 26px;
}

.lf-surveys-select-container.lf-survey-field-scale-select {
    max-width: 120px;
}

.lf-surveys-select-container .lf-surveys-select-icon {
    top: 0px;
}

.lf-surveys-select-container .lf-surveys-select-icon i.md-icons {
    float: left;
    width: 30px;
    height: 30px;
    padding: 0px;
}

.lf-survey-field-name-input {
    font-size: 16px;
}

.lf-survey-chapter-row {
    padding: 10px 0;
}

.lf-surveys-drag-chapter {
    height: 30px;
}

.lf-survey-chapter-row label {
    width: 80px;
    height: 30px;
    margin: 0 5px;
    font-size: 18px;
}

.lf-surveys-delete-chapter {
    width: 30px;
    height: 30px;
}

.lf-surveys-delete-chapter i.md-icons {
    float: left;
    width: 30px;
    height: 30px;
    padding: 0;
}

.lf-surveys-delete-chapter i.md-icons svg {
    float: right;
    width: 30px;
    height: 30px;
    fill: #cbcbcb;
}

.lf-survey-chapter-add-field-container {
    padding: 5px 0;
}

.lf-surveys-add-question-button {
    width: 170px;
	height: 30px;
}

.lf-surveys-add-question-button i.md-icons {
    width: 30px;
    height: 30px;
    padding: 2px;
}

.lf-surveys-add-question-list {
    width: 170px;
}

.lf-surveys-add-question-list {
    padding: 5px 5px 20px 5px;
}

.lf-surveys-add-field-type i.md-icons {
    float: left;
    width: 30px;
    height: 30px;
    padding: 2px;
    margin: 0 5px 0 0;
}

.lf-surveys-add-field-type i.md-icons svg {
    width: 26px;
    height: 26px;
}

.lf-surveys-file-icon {
    padding: 4px;
}

.lf-surveys-file-icon i.md-icons {
    width: 22px;
    height: 22px;
    padding: 2px;
}

.lf-surveys-file-icon i.md-icons svg {
    width: 16px;
    height: 16px;
}

.lf-surveys-more-options-icon .md-icons {
    float: left;
    width: 30px;
    height: 30px;
    padding: 0;
}

.lf-surveys-more-options-icon i.md-icons svg {
    width: 30px;
    height: 30px;
}

.lf-surveys-textarea {
    padding: 7px;
    height: 70px;
    font-size: 14px;
    line-height: 14px;
}

.lf-surveys-dialog-data-row {
    padding: 5px;
}

.lf-surveys-dialog-data-row label {
    height: 30px;
}

.action-line-card {
    bottom: -20px;
}

.lf-surveys-action-button {
    height: 40px;
}

.lf-survey-form-info-cell {
    width: 33%;
    font-size: 14px;
    line-height: 20px;
}

.lf-surveys-field-container label {
	width: 100px;
    height: 30px;
    font-size: 16px;
}

.lf-surveys-form-name {
    font-size: 20px;
    line-height: 30px;
}

.lf-surveys-filler-field-container {
    padding: 5px;
}

.lf-surveys-filler-row {
    padding: 5px 0;
}

.lf-surveys-field-options-container[data-field-type="scale"] {
	flex-wrap: wrap;
}

.lf-surveys-scale-col {
	width: calc(10% - 4px);
    height: 40px;
}

.lf-surveys-scale-col label {
    padding: 0 10px;
    font-size: 14px;
}

.lf-surveys-scale-col input {
    width: 16px;
    height: 16px;
}

.lf-surveys-field-container {
    padding: 10px;
}

.lf-surveys-filler-calculations-container .lf-surveys-input {
    padding: 2px 8px;
}

.lf-survey-filler .menu-toggle,
.lf-survey-preview .menu-toggle,
.lf-surveys-add-edit-survey .menu-toggle,
.lf-surveys-log .menu-toggle {
	display: none;
}

.lf-surveys-add-edit-survey .lf-surveys-top-back-button,
.lf-surveys-users .lf-surveys-top-back-button {
    display: block;
}

.lf-surveys-users .lf-surveys-center-title {
    display: flex;
}

.lf-survey-form-info .lf-surveys-col-6.lf-surveys-field-container {
    width: 100%;
}

.lf-surveys-filler-field-name {
    width: calc(100% - 70px);
}

.lf-surveys-data-field-container label {
    height: 40px;
}

.lf-surveys-data-input-icon {
    padding: 5px 0;
}

.lf-surveys-data-select-icon {
    padding: 5px 0;
}

.lf-surveys-data-field-container .lf-surveys-input {
    height: 40px;
    padding: 10px 20px;
}

.lf-surveys-data-switch-container {
    height: 40px;
}

.lf-surveys-data-field-container .lf-surveys-select {
    height: 40px;
    padding: 10px 20px;
    line-height: 20px;
}

.lf-surveys-data-switch-container {
    margin-bottom: 20px;
}

.lf-surveys-data-form-submit {
    margin: 0;
}

.lf-surveys-data-select-field-container {
    margin-bottom: 20px;
}

.lf-surveys-data-radio-options-container {
    padding: 10px 10px;
    margin-bottom: 20px;
}

.lf-surveys-data-change-status-button {
    margin: 0;
}

.lf-surveys-export-excel {
    width: 40px;
    height: 40px;
    padding: 5px;
}

.lf-surveys-data-box-container {
    padding: 5px;
}

.lf-surveys-filler-select-container {
    width: 40px;
}

.lf-surveys-filler-email-container {
    padding: 0;
}

.lf-surveys-filler-info-container {
    width: calc(100% - 80px);
}

.lf-survey-filler-info-cell {
    height: 30px;
	font-size: 14px;
    line-height: 15px;
}

.lf-surveys-top-title-container {
    display: none;
}

.lf-surveys-input-icon {
    padding: 2px;
}

.lf-surveys-input-icon i.md-icons {
    width: 26px;
    height: 26px;
    padding: 2px;
}

.lf-surveys-input-icon i.md-icons svg {
    width: 22px;
    height: 22px;
}

.lf-surveys-select-icon {
    top: 5px;
}

.lf-surveys-diverse-col {
    padding: 10px;
}

.lf-surveys-diverse-col label {
    height: 30px;
}

.lf-surveys-survey-preview {
	display: none;
}

.lf-surveys-users-list-dialog-button {
    width: calc(100% - 10px);
    height: 40px;
    margin: 0 5px;
    font-size: 16px;
    line-height: 18px;
}

.lf-surveys-field-container .lf-surveys-select-container {
    width: calc(100% - 100px);
}

.lf-survey-settings .lf-surveys-select-container .lf-surveys-select-icon {
    top: 1px;
}

.lf-surveys-sub-title {
    width: calc(100% - 135px);
    font-size: 18px;
    line-height: 30px;
}

.lf-surveys-statuses-switch {
    margin: 0;
}

.lf-surveys-field-container .lf-surveys-textarea {
    max-width: calc(100% - 100px);
}

.lf-surveys-filler-field-container[data-field-type="text"] .lf-surveys-filler-field-name {
    width: 40px;
}

.lf-surveys-filler-text-input {
    width: calc(100% - 40px);
    height: 130px;
}

.lf-surveys-dashboard .lf-surveys-switch-container,
.lf-surveys-dashboard .lf-surveys-scroll-icons-container {
    display: none;
}

.lf-mobile-hidden {
    display: none;
}

.lf-surveys-dashboard .lf-surveys-list-container {
    min-width: auto;
}

.lf-surveys-dashboard .lf-surveys-col-4.lf-surveys-col {
    width: calc(100% - 70px);
}

.lf-surveys-dashboard .lf-surveys-col-2.lf-surveys-col {
    width: 70px;
}

.lf-surveys-dashboard .lf-surveys-action-col-button {
    display: none;
}

.lf-surveys-dashboard .lf-surveys-action-col-button.lf-surveys-branch-open-dialog {
    display: block;
    border-left: 0;
    border-right: 0;
}

}

@media screen and (max-width: 600px) {

.lf-surveys-switch-container {
    float: left;
}

.lf-surveys-search-keywords-container {
    max-width: 100%;
}

.lf-surveys-users-list-container {
    padding: 0;
}

.lf-surveys-dialog-title {
    line-height: 15px;
    font-size: 15px;
}

.lf-survey-form-info-cell {
    width: 50%;
    font-size: 14px;
    line-height: 20px;
}

.lf-surveys-filler-calculations-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.lf-surveys-filler-field-name {
    font-size: 16px;
}

.lf-surveys-filler-chapter-name {
    font-size: 18px;
}

.lf-surveys-survey-type-container {
    float: left;
    width: 100%;
    display: flex;
}

.lf-surveys-checkbox-container {
    font-size: 16px;
}

.lf-surveys-add-edit-survey .lf-surveys-survey-actions-container {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.lf-surveys-form-name-row .lf-surveys-input {
    width: calc(100% - 148px);
}

.lf-survey-chapter-row {
    flex-wrap: wrap;
}

.lf-surveys-drag-chapter {
    width: 50px;
}

.lf-survey-chapter-row label {
    width: 70px;
}

.lf-survey-chapter-name-input {
    width: calc(100% - 130px);
}

.lf-surveys-chapter-weight-label,
.lf-survey-chapter-weight-input {
    margin-top: 5px;
}

.lf-survey-field-row {
    flex-wrap: wrap;
}

.lf-surveys-drag-field {
    width: 50px;
}

.lf-surveys-field-name-label {
    width: 80px;
	margin: 0 5px;
}

.lf-survey-field-name-input-container {
    width: calc(100% - 140px);
}

.lf-surveys-switch-container,
.lf-surveys-delete-field,
.lf-surveys-duplicate-field,
.lf-surveys-field-calculations-label,
.lf-survey-field-scale-select select,
.lf-surveys-more-options-icon-container,
.lf-surveys-field-boolean-label {
    margin-top: 5px;
}

.lf-survey-field-second-row {
    padding: 10px 0 10px 10px;
}

.lf-surveys-field-scale-label {
    width: 60px;
    margin: 5px 20px 0;
}

.lf-survey-field-weight-input {
    width: calc(100% - 100px);
    max-width: 100%;
}

.lf-surveys-select-container .lf-surveys-select-icon {
    top: 5px;
}

.lf-surveys-add-question-button i.md-icons {
    top: 5px;
}

.lf-surveys-filler-col-info-container {
    width: 100%;
}

.lf-survey-filler-info-cell {
    height: 28px;
    line-height: 14px;
    font-size: 14px;
}

.lf-surveys-col-6 {
    width: 100%;
}

.lf-surveys-field-container .lf-surveys-input,
.lf-surveys-field-container .lf-surveys-textarea {
    width: calc(100% - 100px);
}

.lf-surveys-delete-chapter {
	margin: 5px 5px 0;
}

.lf-survey-chapter-row .lf-surveys-chapter-weight-label {
    margin: 5px 5px 0;
}

.lf-surveys-filler-calculations-container label {
    width: auto;
    font-size: 16px;
}

.lf-surveys-filler-calculations-container .lf-surveys-input {
    padding: 2px 8px;
    width: 100%;
}

}
