@import url('https://fonts.googleapis.com/css?family=Karla:400,700&display=swap');
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{-webkit-box-shadow:0 0 0 30px white inset}
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: 'Karla', sans-serif;
	font-size: 15px;
	color: #777;
	background: #eef5f9;
}

.bg-container {
	background: #f0f0f0;
	background-size: cover;
	height: inherit;
	background-position: center;
}

.bg-container img.caelLogo {
	height: 40px;
}

.margin-bottom-0 {
	margin-bottom: 0;
}

.product {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	padding: 10px;
	border: 1px solid #f0f0f0;
	margin: 10px auto;
	display:block;
}

#notice {
	position: fixed;
	top: 40px;
	margin: 0 auto;
	max-width: 50vw;
	min-width: 100px;
	max-height: 100px;
	left: 0;
	right: 0;
	bottom: auto;
	z-index: 999999;
	display: none;
	width:600px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0
		rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2)
}

#notice .float-left {
	width: calc(100% - 30px);
}

#notice.alert-danger {
	color: #FFF;
	background-color: #EF4836;
	border-color: #EF4836;
}

#notice.alert-warning {
	color: #FFF;
	background-color: #F4D03F;
	border-color: #F4D03F;
}

#notice.alert-success {
	color: #FFF;
	background-color: #2ECC71;
	border-color: #2ECC71;
}

.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

.btn.current {
	color: #FFF;
	background-color: #33b35a;
	border-color: #33b35a;
}

.btn.current:hover {
	color: #FFF;
	background-color: #2b954b;
	border-color: #288b46;
}

.btn.current:focus, .btn.current.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(51, 179, 90, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(51, 179, 90, 0.5);
}

.pointer {
	cursor: pointer;
}

.modal.left .modal-dialog, .modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 320px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content, .modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

/*.modal.left .modal-body,
  .modal.right .modal-body {
    padding: 15px 15px 80px;
  }*/

/*Left*/
.modal.left.fade .modal-dialog {
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	-o-transition: opacity 0.3s linear, left 0.3s ease-out;
	transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
	left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
	right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
	border-radius: 0;
	border: none;
}

.modal-header {
	border-bottom-color: #EEEEEE;
	background-color: #FAFAFA;
}

.modal-header, .modal-footer {
	height: 55px;
}

.modal-body {
	height: calc(100% - 110px);
	overflow: auto;
}

*::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

*::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #555;
}

.list-draggable, .list-droppable {
	min-height: 100%;
}

.list-droppable li:before {
	content: "\f00c";
	font: normal normal normal 14px/1 FontAwesome;
	color: #33b35a;
}

.attribute-container .btn {
	margin-bottom: 5px;
	border-radius: 15px;
}

.attribute-container .btn.btn-outline-info.selected {
	border-color: #17a2b8;
	background: #17a2b8;
	color: #FFF
}

.attribute-container .btn.btn-outline-primary.selected {
	border-color: #33b35a;
	background: #33b35a;
	color: #FFF
}

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.not-allowed {
	cursor: not-allowed;
}

#sourceColumn>:first-child {
	margin-top: 50px
}
#targetColumn>:first-child {
	margin-top: 50px
}
#divLoading {
	display: none;
}

#divLoading.show {
	display: block;
	position: fixed;
	z-index: 100;
	background-image:
		url('http://loadinggif.com/images/image-selection/3.gif');
	background-color: #666;
	opacity: 0.4;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
}

/*
* ==========================================================
*     LOGIN PAGE
* ==========================================================
*/
.login-page {
  position: relative;
}

.login-page::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  background-size: cover;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
}

.login-page .container {
  min-height: 100vh;
  z-index: 999;
  padding: 20px;
  position: relative;
}

.login-page .form-holder {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 50px;
}

.login-page .form-holder .info, .login-page .form-holder .form {
  min-height: 70vh;
  padding: 40px;
  height: 100%;
}

.login-page .form-holder div[class*='col-'] {
  padding: 0;
}

.login-page .form-holder .info {
  background: rgba(172, 181, 175, 0.9);
  color: #fff;
}

.login-page .form-holder .info h1 {
  font-size: 2.5em;
  font-weight: 600;
}

.login-page .form-holder .info p {
  font-weight: 300;
}

.login-page .form-holder .form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.login-page .form-holder .form .content {
  width: 100%;
}

.login-page .form-holder .form form {
  width: 100%;
  max-width: 430px;
}

.login-page .form-holder .form #login, .login-page .form-holder .form #register {
  margin-bottom: 20px;
  cursor: pointer;
}

.login-page .form-holder .form a.forgot-pass, .login-page .form-holder .form a.signup {
  font-size: 0.9em;
  color: #85b4f2;
}

.login-page .form-holder .form small {
  color: #aaa;
}

.login-page .form-holder .form .terms-conditions label {
  cursor: pointer;
  color: #aaa;
  font-size: 0.9em;
}

.login-page .copyrights {
  width: 100%;
  z-index: 9999;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
}
.custom-checkbox{
	position:relative;
}
.custom-checkbox label {
	display: block;
	margin:0;
	cursor:pointer;
}

.custom-checkbox label input {
	position: absolute;
	left: -100px;
	visibility: hidden;
}

.custom-checkbox label i {
	font-size: 1.5em;
	width: 1em;
	vertical-align:middle;
}
.custom-checkbox span {
    vertical-align: top;
    display: inline-block;
    word-break: break-word;
}
.custom-checkbox span::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border: 1px solid #979797;
    border-radius:4px;
}
.custom-checkbox label input[disabled] ~ * {
    pointer-events: none;
    opacity: 0.35;
    cursor:not-allowed;
}
.list-group-item .custom-checkbox span{
	width:calc(100% - 50px);
}

.custom-checkbox label input ~.unchecked {
	display: inline-block;
}

.custom-checkbox label input ~.checked {
	display: none;
}

.custom-checkbox label input:checked ~.checked {
	display: inline-block;
}

.custom-checkbox label input:checked ~.unchecked {
	display: none;
}
.custom-checkbox label input:checked ~ span::after{
	border-color:#6cbf49;
}
._back{
	margin-left:-30px;
	margin-right:16px;
}
.login-page .auth-option{
	padding:15px;
}
.login-page .input-group {
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    padding: 5px;
    margin: 0;
}
.login-page .input-group-prepend {
    min-width: 130px;
    border-right: 1px solid #d0d0d0;
    margin: 0;
}
.one .btn{
	width:150px;
}
._title{font-size:23px;}
@media (max-width: 991px) {
  .login-page .info, .login-page .form {
    min-height: auto !important;
  }
  .login-page .info {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}

.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width: @screen-sm-min) {
  .text-sm-left { text-align: left; }
  .text-sm-right { text-align: right; }
  .text-sm-center { text-align: center; }
  .text-sm-justify { text-align: justify; }
}

@media (min-width: @screen-md-min) {
  .text-md-left { text-align: left; }
  .text-md-right { text-align: right; }
  .text-md-center { text-align: center; }
  .text-md-justify { text-align: justify; }
}

@media (min-width: @screen-lg-min) {
  .text-lg-left { text-align: left; }
  .text-lg-right { text-align: right; }
  .text-lg-center { text-align: center; }
  .text-lg-justify { text-align: justify; }
}

#error_three{
	margin-bottom: .5rem;
}

.custom-disabled{
	pointer-events:none;
	opacity:0.5;
}

#num1, #num2, #num3, #num4, #num5, #num6{
	text-align: center !important;
}

.loader,
        .loader:after {
            border-radius: 50%;
            width: 10em;
            height: 10em;
        }
        .loader {
            margin: 60px auto;
            font-size: 10px;
            position: relative;
            text-indent: -9999em;
            border-top: 1.1em solid rgba(255, 255, 255, 0.2);
            border-right: 1.1em solid rgba(255, 255, 255, 0.2);
            border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
            border-left: 1.1em solid #4C6EF5;
            -webkit-transform: translateZ(0);
            -ms-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-animation: load8 1.1s infinite linear;
            animation: load8 1.1s infinite linear;
        }
        @-webkit-keyframes load8 {
            0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }
            100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }
        @keyframes load8 {
            0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }
            100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }
        #loadingDiv {
            position:absolute;
            top:0;
            left:0;
            width:100%;
            height:100%;
            background-color:#F8F9FB;
            align-items: center;
            display: flex;
            justify-content: center;
        }