.img-balloon {
	background-image: url("../../img/bg-img/bg-img-2.jpg");
}

.demo-bg {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

/*
[class^="col-"] label{
    float: left;
} */

#mainnav-container {
	z-index: 1060;
}

.demo-loading {
	display: inline-block;
	overflow: hidden;
	line-height: 43px;
	white-space: nowrap;
	max-width: 0;
	-webkit-transition: max-width 0.5s;
	transition: max-width 0.5s;
}

.disabled > .demo-loading {
	max-width: 10em;
	-webkit-transition: max-width 0.5s;
	transition: max-width 0.5s;
}

.demo-loading .fa {
	animation: none;
}

.disabled > .demo-loading .fa {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

@media (min-width: 768px) {
	.demo-bg {
		display: block;
	}
	#demo-bg-list {
		display: inline-block;
		padding: 5px;
		background-color: #fff;
	}

	.demo-bg img {
		vertical-align: top;
		width: 64px;
		cursor: pointer;
		-webkit-transition: opacity 0.5s;
		transition: opacity 0.5s;
	}

	.disabled .demo-chg-bg,
	.demo-bg .active {
		opacity: 0.3;
		cursor: default;
		-webkit-transition: opacity 0.5s;
		transition: opacity 0.5s;
	}
}

input {
	background-image: none !important;
}

/* Page : UI-Buttons */
.demo-nifty-btn.list-group-item {
	padding: 20px 15px;
}
.demo-nifty-btn {
	text-align: center;
}
.demo-nifty-btn .btn {
	margin: 7px 7px 7px 0;
}
.demo-nifty-btn .btn:not(.btn-icon) {
	min-width: 17.5%;
}
.demo-nifty-btn-group .btn-group {
	margin: 7px 7px 7px 0;
}

/* Page : UI-Modals */
.demo-nifty-modal .modal {
	bottom: auto;
	display: block;
	left: auto;
	position: relative;
	right: auto;
	top: auto;
	z-index: 1;
	overflow: hidden;
}

.demo-nifty-modal .modal-dialog {
	left: auto;
	color: #707980;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
}

/* Page : UI-Components */
.demo-nifty-label-badge {
	text-align: center;
}
.demo-nifty-label-badge .label,
.demo-nifty-label-badge .badge {
	float: none;
	margin: 0 7px 10px 0;
	display: inline-block;
}

/* Page : Helper classes */
.demo-nifty-padding > tr > td > div {
	width: 75px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	font-weight: 500;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background-color: rgba(100, 42, 156, 0.27);
}
.demo-nifty-padding > tr > td > div > div {
	width: 100%;
	height: 100%;
	line-height: normal;
	background-color: #fff;
	border: 1px solid rgba(20, 126, 255, 0.53);
	vertical-align: middle;
}
.demo-nifty-padding > tr > td > div > div:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	vertical-align: middle;
}
.demo-nifty-margin > tr > td > div {
	width: 75px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	font-weight: 500;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background-color: #f4df60;
}
.demo-nifty-margin > tr > td > div > div {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	line-height: normal;
	background-color: #fff;
	border: 1px solid rgba(20, 126, 255, 0.53);
	vertical-align: middle;
}
.demo-nifty-margin > tr > td > div > div:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	vertical-align: middle;
}
.demo-nifty-background > tr > td > div {
	width: 75px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	font-weight: 500;
	position: relative;
}

.demo-nifty-border div {
	width: 75px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	font-weight: 500;
	border-color: rgba(0, 0, 0, 0.3);
	background-color: rgba(0, 0, 0, 0.05);
}

.demo-nifty-icon span {
	background-color: rgba(0, 0, 0, 0.1);
}

.demo-nifty-text p {
	width: 125px;
	min-height: 35px;
	padding: 5px;
	margin-bottom: 0;
}
@media (min-width: 992px) {
	.demo-nifty-text p {
		width: 175px;
	}
}
.demo-nifty-text td:nth-child(2) {
	text-align: center;
}

#demo-set-btn i {
    font-size: 25px;
    display: block;
    margin: 5px 0;
    height: 1em;
    animation-iteration-count: infinite !important;
    animation-duration: 1.5s !important;
    animation-play-state: running
}
#demo-set-btn i:before{
    display: block;
    line-height: 1em
}
.demo-set-content{
    position: relative;
    background-color: #fff;
    box-shadow: -7px 0 0 #3a444e;
    z-index: 2;
    max-width: 0;
    overflow: hidden;
    height: 100%; 
    transition: max-width .15s;
}
.demo-nifty-settings.in .demo-set-content{
    transition: max-width .15s;
    max-width: 250px;
}
.demo-nifty-settings:before{
    content: ''   ;
    background-color: rgba(0,0,0,0);
    transition: background-color .4s;
}
.demo-nifty-settings.in:before{
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    transition: background-color .4s;
}

.demo-settings-load{
    position: relative;
    top: 50%;
    padding: 25px;
    text-align: center;
    transform: translateY(-50%)
}

.demo-theme-btn img{
    width: 104px;
    height: 64px
}

.demo-icon-list i {
	display: inline-block;
	padding: 10px;
	width: 2em;
	text-align: center;
	font-size: 2em;
	vertical-align: middle;
	color: #444;
}

.demo-icon-list .demo-icon {
	display: block;
	margin: 3px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
}
.demo-icon-list .demo-icon:hover {
	color: #2b2b2b;
	background-color: rgba(0, 0, 0, 0.09);
}

.demo-icon-list .demo-icon span {
	display: inline-block;
}

.demo-flag-icon.demo-icon-list .demo-icon {
	padding: 5px 10px;
	margin-bottom: 10px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.demo-flag-icon .demo-icon i {
	width: 50px;
	height: 50px;
	vertical-align: middle;
	margin-right: 10px;
}
.demo-flag-name {
	color: #4d627b;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.demo-flag-name span {
	width: 50px;
	margin-right: 10px;
	text-align: center;
}

.demo-nifty-help {
	position: fixed;
	top: 325px;
	right: 0;
	z-index: 100000;
	background-color: #fff;
}

#demo-set-btn-help {
	display: inline-block;
	background-color: #138cd8;
	border-radius: 7px 0 0 7px !important;
	color: #fff;
	border: 1px solid #154969 !important;
	position: absolute;
	padding: 6px 17px !important;
	top: 5px;
	left: -15px;
	margin-left: -1%;
	border-radius: 2px 0 0 2px;
	box-shadow: none;
	z-index: 1;
	transition: all 0.5 ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5 ease-in-out;
	-o-transition: all 0.5 ease-in-out;
	-ms-transition: all 0.5 ease-in-out;
}
#demo-set-btn-help:hover {
	transform: translate(-35px, 0);
	-webkit-transform: translate(-35px, 0);
	-moz-transform: translate(-35px, 0);
	-o-transform: translate(-35px, 0);
	-ms-transform: translate(-35px, 0);
}

#demo-set-btn-help i {
	font-size: 25px;
	display: block;
	margin: 5px 0;
	height: 1em;
	animation-iteration-count: infinite !important;
	animation-duration: 1.5s !important;
	animation-play-state: running;
}
#demo-set-btn-help i:before {
	display: block;
	line-height: 1em;
}
.demo-set-content-help {
	position: relative;
	background-color: #fff;
	box-shadow: -7px 0 0 #138cd8;
	z-index: 2;
	max-width: 0;
	overflow: hidden;
	transition: max-width 0.15s;
}
.demo-nifty-help.in .demo-set-content-help {
	transition: max-width 0.15s;
	max-width: 660px;
}
.demo-nifty-help:before {
	content: "";
	background-color: rgba(0, 0, 0, 0);
	transition: background-color 0.4s;
}
.demo-nifty-help.in:before {
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	transition: background-color 0.4s;
}

.demo-nifty-settings {
	position: fixed;
	top: 20px;
	right: 0;
	z-index: 99999;
	max-width: 250px;
	max-height: 700px;
	background-color: #fff;
}

#demo-set-btn {
	display: inline-block;
	background-color: #3a444e;
	border-radius: 7px 0 0 7px !important;
	color: #fff;
	border: 1px solid #363d4a !important;
	position: absolute;
	top: 250px;
	left: -15px;
	margin-left: -1%;
	border-radius: 2px 0 0 2px;
	box-shadow: none;
	z-index: 1;
	transition: all 0.5 ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5 ease-in-out;
	-o-transition: all 0.5 ease-in-out;
	-ms-transition: all 0.5 ease-in-out;
}
#demo-set-btn:hover {
	transform: translate(-35px, 0);
	-webkit-transform: translate(-35px, 0);
	-moz-transform: translate(-35px, 0);
	-o-transform: translate(-35px, 0);
	-ms-transform: translate(-35px, 0);
}

#demo-set-btn i {
	font-size: 25px;
	display: block;
	margin: 5px 0;
	height: 1em;
	animation-iteration-count: infinite !important;
	animation-duration: 1.5s !important;
	animation-play-state: running;
}
#demo-set-btn i:before {
	display: block;
	line-height: 1em;
}
.demo-set-content {
	position: relative;
	background-color: #fff;
	box-shadow: -7px 0 0 #3a444e;
	z-index: 2;
	max-width: 0;
	overflow-x: hidden;
	overflow-y: auto;
	height: 620px;
	transition: max-width 0.15s;
}
.demo-nifty-settings.in .demo-set-content {
	transition: max-width 0.15s;
	max-width: 250px;
}
.demo-nifty-settings:before {
	content: "";
	background-color: rgba(0, 0, 0, 0);
	transition: background-color 0.4s;
}
.demo-nifty-settings.in:before {
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	transition: background-color 0.4s;
}

.demo-settings-load {
	position: relative;
	top: 50%;
	padding: 25px;
	text-align: center;
	transform: translateY(-50%);
}

.demo-theme-btn img {
	width: 104px;
	height: 64px;
}
.demo-nifty-settings hr,
.demo-nifty-settings .bord-btm,
.demo-nifty-settings .bord-top,
.demo-nifty-settings .bord-all {
	border-color: rgba(0, 0, 0, 0.07);
}

.demo-nifty-settings {
	color: #7a878e;
}
.demo-nifty-settings .text-muted {
	color: #909ba1;
}
.demo-nifty-settings .text-main {
	color: #4d627b;
}
.demo-nifty-settings .select select {
	background-color: #fff;
	color: #909ba1;
	border-color: rgba(0, 0, 0, 0.07);
}

.demo-bg-boxed {
	display: none;
}
.demo-bg-boxed.open {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 10px 20px;
	background-color: #f8f9fa;
	z-index: 200;
}
.demo-bg-boxed-content {
	max-height: 380px;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.demo-bg-boxed-content .text-justify > .thumbnail {
	font-size: 7px;
	margin-bottom: 5px;
	width: 25%;
}

@media (min-width: 1500px) {
	.demo-bg-boxed-content .text-justify > .thumbnail {
		font-size: 7px;
		margin-bottom: 5px;
		width: 24%;
	}
}
.demo-bg-boxed-content .text-justify > .thumbnail {
	font-size: 7px;
	margin-bottom: 5px;
}
.demo-bg-boxed-content .text-justify > .thumbnail > img {
	width: 100%;
	height: 3vw;
	max-height: 55px;
}
.demo-bg-boxed-footer {
	height: 15%;
	max-height: 50px;
	padding-top: 10px;
}
.demo-single-theme > .demo-theme {
	width: 40px;
}
.demo-justify-theme {
	text-align: justify;
	font-size: 0px;
}
.demo-justify-theme:after {
	content: "";
	display: inline-block;
	width: 100%;
}
.demo-full-theme .media {
	overflow: visible;
}
.demo-theme {
	cursor: pointer !important;
	display: inline-block;
	width: 33.3%;
	height: 29px;
	background-color: #f4f4f4;
	position: relative;
	transition: all 0.2s;
}
.demo-srow-scheme .demo-justify-theme {
	margin-top: 25px;
}
.demo-srow-scheme .demo-theme {
	width: 16.65%;
	height: 30px;
}
.demo-theme:hover {
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
	border: 0;
	transform: scale(1.1);
	transition: all 0.2s;
	z-index: 100;
}
.demo-theme.active {
	cursor: not-allowed !important;
	opacity: 0.8;
	z-index: 99;
	transform: scale(1);
}
.demo-theme.active:before {
	background: #fff;
	content: "";
	height: 10px;
	left: 45%;
	margin-left: -5px;
	position: absolute;
	top: 13px;
	transform: rotate(-45deg);
	width: 5px;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.5);
}
.demo-theme.active:after {
	background: #fff;
	content: "";
	height: 20px;
	left: 45%;
	margin-left: 3px;
	position: absolute;
	top: 5px;
	transform: rotate(45deg);
	width: 5px;
	box-shadow: 2px 0 2px rgba(0, 0, 0, 0.5);
}

.demo-theme.disabled {
	cursor: not-allowed !important;
}

.demo-theme-light {
	background: #fff;
	border: 1px solid #ddd !important;
}
.demo-theme-light.active:before,
.demo-theme-light.active:after {
	background: #177bbb;
}
.demo-theme-gray {
	background: #8f9ea6;
}
.demo-theme-coffee {
	background: #807362;
}
.demo-theme-dark {
	background: #3a444e;
}
.demo-theme-dust {
	background: #fd8943;
}
.demo-theme-lime {
	background: #80b343;
}
.demo-theme-mint {
	background: #26a69a;
}
.demo-theme-navy {
	background: #170e45;
}
.demo-theme-ocean {
	background: #177bbb;
}
.demo-theme-prickly-pear {
	background: #ad5468;
}
.demo-theme-purple {
	background: #8b5b9f;
}
.demo-theme-well-red {
	background: #d23e3e;
}
.demo-theme-yellow {
	background: #efd45a;
}

.spinner-example .panel-body {
	height: 150px;
}

.css-loader-example .panel-body {
	height: 150px;
}

.demo-show-grid .row {
	margin: 0 0 20px;
}
.demo-show-grid [class^="col-"] {
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 70px;
	border: 1px solid rgba(109, 171, 213, 0.28);
	color: inherit;
	background-color: rgba(109, 171, 213, 0.18) !important;
}

.demo-liquid-fixed .fixed-fluid {
	margin: 0;
}
.demo-liquid-fixed [class^="fixed-"]:not(.fixed-fluid),
.demo-liquid-fixed .fluid {
	padding: 10px;
	height: 150px;
	background: rgba(109, 213, 117, 0.25);
	border: 1px solid rgba(109, 213, 117, 0.45);
	color: inherit;
	margin-bottom: 15px;
}
.demo-liquid-fixed .fluid {
	background: rgba(109, 171, 213, 0.18);
	border: 1px solid rgba(109, 171, 213, 0.28);
	color: inherit;
}

.dt-buttons {
	float: left;
}

table thead tr th,
table tfoot tr td,
table tfoot tr th {
	background-color: #170e45;
	color: #fff !important;
	border: 1px solid #23166a !important;
}
table {
	padding-top: 10px;
}

.btn-xs {
	min-width: 22px;
	min-height: 22px;
}

#page_header_title {
	color: #fff !important;
	display: table-cell;
	height: 59px;
}
.search_box {
	position: fixed;
	top: 45px;
	z-index: 10000;
	left: 120px;
	width: 100%;
	padding-right: 28px !important;
}

.seta-search {
	border-bottom: 9px solid #ffffff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	float: left;
	margin-left: 1px;
}

.panel_search_box {
	margin-right: 110px;
}

@media only screen and (max-width: 768px) {
	#page_header_title {
		font-size: 14px !important;
		padding-top: 23px !important;
		display:block;
	}

	.search_box {
		top: 45px !important;
        left: 1vw !important;
        max-width: 98vw;
	}

	.panel_search_box {
		margin-right: 0px;
	}
}

.form__group {
	position: relative;
	padding: 15px 0 0;
	margin-top: 10px;
	width: 100%;
}
.form__field {
	font-family: inherit;
	width: 100%;
	border: 0;
	border-bottom: 2px solid #565656;
	outline: 0;
	font-size: 1.3rem;
	color: #000;
	padding: 7px 0;
	background: transparent;
	transition: border-color 0.2s;
}
.form__field::placeholder {
	color: transparent;
}
.form__field:placeholder-shown ~ .form__label {
	font-size: 1.3rem;
	cursor: text;
	top: 20px;
}
.form__label {
	position: absolute;
	top: 0;
	display: block;
	transition: 0.2s;
	font-size: 1rem;
	color: #565656;
}
.form__field:focus {
	padding-bottom: 6px;
	font-weight: 700;
	border-width: 3px;
	border-image: linear-gradient(to right, #919191, #f1f1f1);
	border-image-slice: 1;
}
.form__field:focus ~ .form__label {
	position: absolute;
	top: 0;
	display: block;
	transition: 0.2s;
	font-size: 1rem;
	color: #114799;
	font-weight: 700;
}
.form__field:required,
.form__field:invalid {
	box-shadow: none;
}

.swal2-container {
	z-index: 20000 !important;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100vw;
	height: 100vh;
	z-index: 1000000;
	background: url(/imgs/preloader_aglets.gif) center no-repeat #fbfbfb;
	background-size: 125px 125px;
}

.loading_crm {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: url(/imgs/preloader_aglets.gif) center no-repeat #fbfbfb;
	background-size: 125px 125px;
}

table thead {
	word-break: break-word;
	white-space: nowrap;
}

table tbody {
	word-break: break-word;
	white-space: nowrap;
}

/* width */
::-webkit-scrollbar {
	width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #1c1153;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #170e45;
}

.fileuploader {
	background: transparent;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}

.fileuploader-input .fileuploader-input-caption {
	background: #414a59;
	border-color: #414a59;
	color: #4d627b;
	background-color: #fff;
	font-weight: 400 !important;
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 3px;
}

.fileuploader-input-button {
	display: flex !important;
	justify-content: center;
	align-items: center;
	padding: 6px 12px !important;
	background: #294f75 !important;
	border-color: #170e45 !important;
	border-radius: 4px !important;
	font-weight: 400 !important;
	color: #fff !important;
	font-size: 14px !important;
	box-shadow: none !important;
}

.fileuploader-input-button:hover {
	box-shadow: 0 3px 15px rgb(0 0 0 / 25%) !important;
	transform: none !important;
}
