html.landing-page {
  background-image: linear-gradient(to bottom right, #050505, #0f0f0f);
  margin: 0;
  padding: 0;
  min-height: 100%;
  height: 100%;
  min-width: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

html.landing-page body {
  height: 100%;
  min-height: 100%;
  width: 100%;
  min-width: 100%;
  margin: 0;
  padding: 0;
  background-image: linear-gradient(to bottom right, #020202, #191919);
}
body.sidebar-mini {
	overflow-x: scroll;
}
html.landing-page body .main-hero {
  position: relative;
  margin: 0;
  padding: 0;
  background-image: url("/assets/images/landing_page.jpg");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  min-height: 100%;
  width: 100%;
  min-width: 100%;
  /* Landscape */
}

html.landing-page body .main-hero .button {
  background-color: #050505;
  padding: 15px 8px;
  text-align: center;
  border: 2px solid white;
  border-radius: 3px;
  color: white;
  width: 220px;
  font-size: 18px;
  position: absolute;
  top: calc(50% + 25px);
  left: calc(25% - 135px);
}

@media only screen and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  html.landing-page body .main-hero {
    background-size: cover;
  }

  html.landing-page body .main-hero .button {
    top: 54%;
    left: 28vh;
  }
}

/* Font/Icon colors that are used to override default classes */
.text-black {
  color: black !important;
}
.text-red {
	color: red !important;
}


/* SORTABLE JS Styles */
.sortable_handle {
	cursor: grab;
}

 ul:blank.sortable-emptycontainer {
	border: 1px dotted grey;
	min-height: 30px;
}



/* DATATABLES */

.dt_smalltblfilter {
	font-size: .8em;
	line-height: .9em;
}
.dt_filterClear {
	font-size: .8em;
	line-height: .9em;
}

/*  Codigniter profiler */
#codeigniter_profiler {
	margin-left: 250px;
}

/* global css: start */
.no-wrap {
	white-space: nowrap;
}

.width-full {
	width: 100%;
}

.w-100px {
	width: 100px;
}

.green {
	color: green;
}

.dark-blue {
	background-color: #1e1e2f
}

/* data-tables css: start */
table {
	width: 100%;
}

thead, tbody, div.dataTables_wrapper div.dataTables_filter input, div.dataTables_wrapper div.dataTables_info,
.paging_simple_numbers .previous, .paging_simple_numbers .next, .paging_simple_numbers .ellipsis,
.paging_simple_numbers .paginate_button {
	color: rgba(255, 255, 255, 0.7);
}

thead th, tbody td, tfoot td {
	padding: 12px 7px;
	border-bottom: 4px solid rgba(255, 255, 255, 0.1) !important;
}

.buttons-page-length {
	background-color: #F3F3F3!important;
}

div.dataTables_wrapper div.dataTables_filter label {
	text-align: right;
}

.dataTables_filter input{
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
	display: block;
	width: 70%!important;
	color: #495057;
	background-clip: padding-box;
	background: transparent;
	border: 1px solid #ced4da;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.paging_simple_numbers .paginate_button {
	padding: 10px;
	cursor: pointer;
}

.paging_simple_numbers .current {
	text-align: center;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	display: inline-block;
	background: #e14eca;
	background-image: linear-gradient(to bottom left, #e14eca, #ba54f5, #e14eca);
}

.paging_simple_numbers .ellipsis {
	padding: 10px;
}

.paging_simple_numbers .previous, .paging_simple_numbers .next {
	text-transform: uppercase;
}
/* data-tables css: end */

/* global css: end */

/* import excel page css: start */
.site-import-excel .bootstrap-switch-default , .site-import-excel .bootstrap-switch-primary {
	width: 60px!important;
}
/* import excel page css: end */

/* office plan page css: start */
.site-office-plan ::-webkit-scrollbar {
	background: transparent;
}

.site-office-plan ::-webkit-scrollbar-corner {
	display: none;
}

.site-office-plan .plan-labels {
	padding: 2px !important;
}
/* office plan page css: end */

/* office glasses page css: start */
.site-office-glasses ::-webkit-scrollbar {
	background: transparent;
}

.site-office-glasses ::-webkit-scrollbar-corner {
	display: none;
}
/* office glasses page css: end */

/* insurance plan page css: start */
.site-insurance-plan ::-webkit-scrollbar {
	background: transparent;
}

.site-insurance-plan ::-webkit-scrollbar-corner {
	display: none;
}

.site-insurance-plan select.selectpicker {
	display: block!important;
}

.site-insurance-plan .bootstrap-switch-default{
    white-space: nowrap
}
/* insurance plan page css: end */

/* pricing filters css: start */
.site-pricing-filters ::-webkit-scrollbar {
	background: transparent;
}

.site-pricing-filters ::-webkit-scrollbar-corner {
	display: none;
}

.site-pricing-filters .find-btn, .site-pricing-filters .apply-btn {
	background-color: #70c5f7;
	color: whitesmoke;
	border: 2px solid grey;
	border-radius: 7px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 5px;
}

.site-pricing-filters .save-btn {
	background-color: #f36686;
	color: whitesmoke;
	border: 2px solid grey;
	border-radius: 7px;
	padding-left: 15px;
	padding-right: 15px;
}

.site-pricing-filters .price-label {
	color: whitesmoke;
	padding-right: 55px;
}

.site-pricing-filters .price-dollar-sign {
	position: absolute;
	padding-left: 10px;
	padding-top: 3px;
	color: black;
}

.site-pricing-filters .input-price {
	border: 2px solid grey;
	border-radius: 7px;
	margin-left: 5px;
	padding-left: 15px;
}

.site-pricing-filters .price-apply-container {
	text-align: right;
	display: inline-flex;
}

.site-pricing-filters .filtered-results {
	width: 100%!important;
}
/* pricing filters css: end */

/* new user wizard page css: start */
.site-create-user h3 h4 label {
	color: white;
}

.site-create-user .user-properties input, .site-create-user select {
	width: 100%;
}

.site-create-user .row-life-cycle {
	display: flex;
	justify-content: center;
}

.site-create-user .circle {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	font-size: 13px;
	text-align: center;
	background: lightgray;
}

.site-create-user .active-circle {
	color: #ec8080;
	border: 2px solid #ec8080;
}

.site-create-user .non-active-circle {
	color: #676565;
	border: 2px solid #676565;
	background-color: white;
}

.site-create-user .passed-circle {
	color: #676565;
	border: 2px solid #676565;
}

.site-create-user .arrow {
	margin-top: 10px;
}

.site-create-user .line {
	margin-top: 14px;
	width: 90px;
	background: grey;
	height: 2px;
	float: left;
}

.site-create-user .point {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid grey;
	margin-top: 10px;
	float: right;
}

.site-create-user .sections-row {
	justify-content: center;
}

.site-create-user .user-properties, .site-create-user .user-permissions {
	display: none;
}

.site-create-user .section {
	border: 1px solid darkgrey;
	border-radius: 5px;
	min-height: 815px;
}

.site-create-user .action-btn {
	position: absolute;
	right: 10px;
	bottom: 10px;
	border-radius: 7px;
}

.site-create-user .active-btn {
	background-color: #ec8080;
	color: white;
	border: 2px solid grey;
}

.site-create-user .non-active-btn {
	background-color: grey;
	color: white;
	border: 2px solid white;
}

.site-create-user .passed-btn {
	background-color: lightgray;
	color: grey;
	border: 2px solid grey;
}

.site-create-user .offices-label, .site-create-user .apps-label {
	display: none;
}

.icon-inside-input {
	position: absolute;
	top: 6px;
	left: 90%;
	cursor: pointer;
}

@media only screen and (max-width: 940px) and (min-width: 426px) {
	.icon-inside-input {
		left: 86%;
	}
}
/* new user wizard page css: end */

/* user details page css: start */
.site-user-details .form-control[readonly] {
	color: white;
	background-color: #27293d;
}

.site-user-details .list-btn {
	border-radius: 7px;
	background-color: #ec8080;
	color: white;
	border: 2px solid grey;
}

.site-user-details .list-header {
	border: 2px solid rgba(225, 78, 202, 0.6);
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.site-user-details .list-container {
	border: 2px solid rgba(225, 78, 202, 0.6);
	border-top: none;
	background-color: #1e1e2f;
}

.site-user-details .list-item {
	border-bottom: 1px solid grey;
	padding: 5px;
}
/* user details page css: end */

/* associate color to lenses page css: start */
.site-color-lenses ::-webkit-scrollbar {
	background: transparent;
}

.site-color-lenses ::-webkit-scrollbar-corner {
	display: none;
}

.site-color-lenses tfoot {
	display: table-row-group;
}
/* associate color to lenses page css: end */

/* associate office to colors page css: start */
.site-office-colors ::-webkit-scrollbar {
	background: transparent;
}

.site-office-colors ::-webkit-scrollbar-corner {
	display: none;
}
/* associate color to lenses page css: end */

/* associate lenses to lens coatings page css: start */
.site-lenses-lenscoatings ::-webkit-scrollbar {
	background: transparent;
}

.site-lenses-lenscoatings ::-webkit-scrollbar-corner {
	display: none;
}

.site-lenses-lenscoatings tfoot {
	display: table-row-group;
}
/* associate lenses to lens coatings page css: end */

/* farola editor css: start */
.fr-wrapper {
	background-color: transparent !important;
}
a.item-icon label  {
	cursor: pointer;
	text-decoration: underline;
	color:#ba54f5
}
.upload-icon {
	background: #d672d7;
    color: #fff9f7 !important;
    padding: 10px 10px 10px 10px;
}
.upload-icon span{
	padding:0px 0px 0px 5px
}
.mt-13 {
	    margin: 13px 0px;
}
select {
	background-color: #27293d !important;
	color:#fff !important
}
select option {
	color : #fff !important;
}
option[selected] {
	color : #fff !important;
	background: red;
}
/* farola editor css: end */

/* side nav css: start */
@media only screen and (max-width: 1199px)  {
	.toggle-side-nav {
		display: none;
	}
}
/* side nav css: end *//*
::-webkit-scrollbar {
    width: 0px;
    background: transparent; !* make scrollbar transparent *!
}*/
.bootstrap-switch{
	width: 100px !important;
}

/* select 2 css: start */
.select2-container .select2-selection--single {
	height: 35px!important;
	padding-top: 4px;
	background-color: #1E1E27!important;
	border-color: #2b3553!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 4px!important;
}

.select2-container ul li, ol li {
	color: #444!important;
}

.select2-selection__rendered {
	color: rgba(255, 255, 255, 0.7)!important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: lightgrey !important;
}

.select2-search__field:focus {
	outline-color: #e14eca!important;
}
/* select 2 css: end */

.dark-theme .fr-element{
	background: #fff;
}
.fr-view p {
	color: #000;
}
.dark-theme .fr-second-toolbar{
	background: #000 !important;
}
.dark-theme .fr-toolbar{
	background: #000 !important;
	color : #fff !important;
}
.hidden{
	display: none !important;
}

#topbar_search_result {
	background: #fff;
	position: absolute;
	top: 70px;
    right: 130px;
	width: 75%;
	height: 500px;
	display: block;
    z-index: 1030;
    box-shadow: 0px 2px 22px 0 rgb(0 0 0 / 20%), 0px 2px 30px 0 rgb(0 0 0 / 35%);
	transition-property: top,bottom, width;
    transition-duration: .2s,.2s, .35s;
    transition-timing-function: linear,linear,ease;
    -webkit-overflow-scrolling: touch;
	border-radius: 5px;
}
#topbar_search_result::before {
    content: "";
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    top: -5px;
    right: 135px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}
#topbar_search_result h2 {
	margin: 0;
	font-size: 1rem;
    text-transform: uppercase;
	color: #000;
	padding: 0.75rem 0;
}
#topbar_search_result .row {
	border-bottom: 1px solid #eee;
}
#topbar_search_result .search-term {
	text-align: left;
}
#topbar_search_result .search-count {
	text-align: right;
}
#topbar_search_result .search-term strong {
	color: #0080fd;
}
#topbar_search_result ul, #topbar_search_result ul li {
	list-style: none;
	padding: 0;
	color: #999;
}
#topbar_search_result ul {
	overflow-y: auto;
	height: 440px;
	margin-left: -15px;
    margin-right: -15px;
	padding: 1em;
}
#topbar_search_result ul li {
	padding: 0.75rem 0;
}
#topbar_search_result ul li a {
	color: #666;
	font-weight: normal;
}
#topbar_search_result ul li a:hover {
	color: #000;
}
#lens_form .green_checkbox > [type="checkbox"],
#lens_form .green_checkbox > label{
	margin-bottom:0px !important;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#lens_form .green_checkbox > [type="checkbox"]:not(:checked),
#lens_form .green_checkbox > [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}
#lens_form .green_checkbox > [type="checkbox"]:not(:checked) + label,
#lens_form .green_checkbox > [type="checkbox"]:checked + label {
	position: relative;
	padding-left: 22px;
	cursor: pointer;
}
#lens_form .green_checkbox > [type="checkbox"]:not(:checked) + label:before,
#lens_form .green_checkbox > [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left:0;
	top: 50%;
	margin-top:-9px;
	width: 17px;
	height: 17px;
	border: 1px solid #2E3554;
	background: transparent;
	border-radius: 2px;
}
#lens_form .green_checkbox > [type="checkbox"]:disabled + label:before {
	background-color: #1d253b;
	cursor: not-allowed;
}
#lens_form .green_checkbox > [type="checkbox"]:not(:checked) + label:after,
#lens_form .green_checkbox > [type="checkbox"]:checked + label:after {
	font: normal normal normal 18px/1 'Font Awesome 5 Duotone';
	content: '\f14a';
	position: absolute;
	top: 50%;
	margin-top:-10px;
	left: 0;
	color: green;
	xtransition: all .2s;
}
#lens_form .green_checkbox > [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
#lens_form .green_checkbox > [type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
:disabled, .form-control[readonly], #plan_wizard .bootstrap-select > .dropdown-toggle {
	background-color: #1d253b !important;
	color: rgba(255, 255, 255, 0.8) !important;
	cursor: not-allowed;
	margin-bottom: 0;
}
select:readonly {
	padding: 0 10px !important;
	color: rgba(255, 255, 255, 0.8) !important;
}
.disabled_style {
	background-color: #1d253b;
	cursor: not-allowed;
	border-radius: 5px;
    height: 2.9em;
	color: rgba(255, 255, 255, 0.8) !important;
}
#plan_wizard .disabled_style {
	height: auto;
	pointer-events: none !important;
  	touch-action: none !important;
}
.disabled_style .dropdown-toggle:after {
	opacity: 0.1;
}
.disabled_style .dropdown-toggle .filter-option {
	color: rgba(255, 255, 255, 0.8) !important;
}
#layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f8f9fa;
    opacity: 0.5;
    z-index: 9999999;
}

/**
 *	Lens Grouping
 */
#groups > tbody > tr > td:nth-child(3) {
    width: 25%;
}
#add_group_modal input[name="group_name"],
#edit_group_modal input[name="group_name"]{
	border: 1px solid #2d3c5f;
    background: #fff;
    color: #000;
}
@keyframes spinner {
	0% {
		transform: translate3d(-50%, -50%, 0) rotate(0deg);
	}
	100% {
		transform: translate3d(-50%, -50%, 0) rotate(360deg);
	}
}
.spin::before {
	animation: 1.5s linear infinite spinner;
	animation-play-state: inherit;
	border: solid 2px #cfd0d1;
	border-bottom-color: #1c87c9;
	border-radius: 50%;
	content: "";
	height: 20px;
	width: 20px;
	position: absolute;
	top: 10%;
	left: 10%;
	transform: translate3d(-50%, -50%, 0);
	will-change: transform;
	margin-top: 8px;
}