/* ==============================================================
*                     ~TABLE OF CONTENTS~                       *
=================================================================
01. FONTS INSTALLER
    1.1 Poppins

02. GENERAL

03. SECTION HEADER 
	3.1 Navbar Menu V1
	

04. SECTION CONTENTS
	4.1 Section Login
	4.2 Section Main
	4.3 Section Job Number
	4.4 Section Button Back
	4.5 Section Map
	4.6 Section fieldedpoles
	4.7 Section Popup Confirmation
	4.8 Section Top Sequences
	4.9 Section LatLong
	4.10 Section Pole Infrmation

05. SECTION FOOTER

06. RESPONSIVE

07. OTHER


*/
/*============================
 *    01. FONTS INSTALLER    *
 *===========================*/
/**
 * 1.1 Poppins
 */
@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/poppins/Poppins-Regular.eot');
    src: url('../fonts/poppins/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins/Poppins-Regular.woff2') format('woff2'),
         url('../fonts/poppins/Poppins-Regular.woff') format('woff'),
         url('../fonts/poppins/Poppins-Regular.ttf') format('truetype'),
         url('../fonts/poppins/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/poppins/Poppins-Medium.eot');
    src: url('../fonts/poppins/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins/Poppins-Medium.woff2') format('woff2'),
         url('../fonts/poppins/Poppins-Medium.woff') format('woff'),
         url('../fonts/poppins/Poppins-Medium.ttf') format('truetype'),
         url('../fonts/poppins/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/poppins/Poppins-SemiBold.eot');
    src: url('../fonts/poppins/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins/Poppins-SemiBold.woff2') format('woff2'),
         url('../fonts/poppins/Poppins-SemiBold.woff') format('woff'),
         url('../fonts/poppins/Poppins-SemiBold.ttf') format('truetype'),
         url('../fonts/poppins/Poppins-SemiBold.svg#Poppins-Medium') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/poppins/Poppins-Bold.eot');
    src: url('../fonts/poppins/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins/Poppins-Bold.woff2') format('woff2'),
         url('../fonts/poppins/Poppins-Bold.woff') format('woff'),
         url('../fonts/poppins/Poppins-Bold.ttf') format('truetype'),
         url('../fonts/poppins/Poppins-Bold.svg#Poppins-Medium') format('svg');
    font-weight: 700;
    font-style: normal;
}


/*============================
 *        02. GENERAL        *
 *===========================*/
html,body{
	font-family: 'Poppins-Regular';
	height: 100%;
}
body{
	background: #F4F5FA;
	color: #434343;
}


p {
    font-family: 'Poppins-Regular';
    color: #434343;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
button,
button:hover,
button:focus{
	text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
form{
	margin-block-end: 0;
}
input,textarea,form-control,
input:hover,textarea:hover,form-control:hover,
input:focus,textarea:focus,form-control:focus{
	
	border:none !important;
    box-shadow: none !important;
   -webkit-box-shadow: none !important;
   -moz-box-shadow: none !important;
   -moz-transition: none !important;
   -webkit-transition: none !important;
}
select:focus{
	outline: 0 !important;
	 box-shadow: none !important;
   -webkit-box-shadow: none !important;
   -moz-box-shadow: none !important;
   -moz-transition: none !important;
   -webkit-transition: none !important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ced4da !important;
  opacity: 1 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ced4da !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ced4da !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins-Medium';
    font-weight: normal;
    color: inherit;
}

.fas{
	color: #434343;
}
input,input:focus,input:hover,select,select:hover,.form-select{
	padding: 10px 15px !important;
	border:1px solid #D2D2D2 !important;
	border-radius: 5px;
	font-family: 'Poppins-Medium';
	font-size: 12px !important;
}

form.form-02{
	height: 100%;
	padding: 0;
	position: relative;
}
form.form-02 .form-wrapper{
	padding: 0 15px;
	height: 85%;
	overflow-y: scroll;
}
form.form-02 .form-wrapper .input-item label{
	font-size: 12px;
}
form.form-02 .btn-wrapper{
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
	text-align: center;
	padding: 15px;
	background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px 1px #eeeeee;
    box-shadow: 0 0 15px 1px #eeeeee;
}

.span-nobg input{
	border-right: none !important;
}
.span-nobg span{
	background-color: transparent;
	color: #b9b9b9;
    font-size: 14px;
}

form.form-02.anc .form-wrapper {
    position: fixed;
    width: 1015px;
    max-width: 100%;
    height: auto;
    bottom: 50%;
    overflow: hidden;
    transform: translateY(50%);
}
form.form-02.anc .form-wrapper select{
	width: 100%;
	margin-bottom: 8px;
}


/* BUTTONS */
.btn-01{
	font-family: 'Poppins-SemiBold';
	color: #ffffff;
	font-size: 16px;
	background-color: #879BFF;
	border-radius: 5px;
	width: 100%;
	max-width: 100%;
	border:none;
	padding: 10px 15px;
}
.btn-02{
	font-family: 'Poppins-SemiBold';
    color: #ffffff;
    font-size: 12px;
    background-color: #879BFF;
    border-radius: 5px;
    width: 57px;
    display: inline-block;
    text-align: center;
    max-width: 100%;
    border: none;
    padding: 10px 5px;
}
.btn-03{
	font-family: 'Poppins-SemiBold';
    color: #ffffff;
    font-size: 12px;
    background-color: #2ECC71;
    border-radius: 5px;
    width: 100%;
    display: inline-block;
    text-align: center;
    max-width: 100%;
    border: 1px solid #2ECC71;
    padding: 10px 5px;
}
.btn-04{
	font-family: 'Poppins-SemiBold';
    color: #2ECC71;
    font-size: 12px;
    background-color: transparent;
    border-radius: 5px;
    width: 100%;
    display: inline-block;
    text-align: center;
    max-width: 100%;
    border: 1px solid #2ECC71;
    padding: 10px 5px;
}
.btn-05{
	font-family: 'Poppins-SemiBold';
    color: #ffffff;
    font-size: 12px;
    background-color: #F1C40F;
    border-radius: 5px;
    width: 80px;
    display: inline-block;
    text-align: center;
    max-width: 100%;
    border: 1px solid #F1C40F;
    padding: 10px 5px;
}

.btn-cancel{
	font-family: 'Poppins-SemiBold';
    color: #434343;
    font-size: 12px;
    background-color: #EDEDED;
    border-radius: 5px;
    width: 100%;
    display: inline-block;
    text-align: center;
    max-width: 100%;
    border: 1px solid #EDEDED;
    padding: 10px 5px;
}
.btn-confirm{
	font-family: 'Poppins-SemiBold';
    color: #ffffff;
    font-size: 12px;
    background-color: #2ECC71;
    border-radius: 5px;
    width: 100%;
    display: inline-block;
    text-align: center;
    max-width: 100%;
    border: 1px solid #2ECC71;
    padding: 10px 5px;
}

/* BG Overlay */
.bg-overlay.overlay:after {
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 30%);
    display: inline-block;
    position: fixed;
    top: 0;
}

/* TITLE 01 */
.title-01{
	margin-bottom: 10px;
}

/*=============================
 *     03. SECTION HEADER     *
 *============================*/
/**
 * 3.1 Navbar Offcanvas
 */
.offcanvas-collapse {
	position: fixed;
	top: 56px;
	/* Height of navbar */
	bottom: 0;
	right: 100%;
	left: -300px;
	width: 300px;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	visibility: hidden;
	background-color: #343a40;
	transition-timing-function: ease-in-out;
	transition-duration: .3s;
	transition-property: left, visibility;
}
.offcanvas-collapse {
	align-items: start;
	/*   Adds a subtle drop shadow   */
	-moz-background-clip: padding;
	/* Firefox 3.6 */
	-webkit-background-clip: padding;
	/* Safari 4? Chrome 6? */
	background-clip: padding-box;
	/* Firefox 4, Safari 5, Opera 10, IE 9 */
	border-right: 5px solid rgba(0, 0, 0, 0.2);
}
/* Makes the nav visibile with the open class */
.offcanvas-collapse.open {
	left: 0;
	visibility: visible;
}
.navbar-expand-lg .navbar-nav {
	-ms-flex-direction: column;
	flex-direction: column;
}
.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}
.nav-scroller .nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	color: rgba(255, 255, 255, .75);
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.nav-underline .nav-link {
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: .875rem;
	color: #6c757d;
}
.nav-underline .nav-link:hover {
	color: #007bff;
}
.nav-underline .active {
	font-weight: 500;
	color: #343a40;
}

.navbar-brand{
	font-family: 'Poppins-Medium';
	font-size: 14px;
    margin: auto;
    margin-left: 25px;
}

nav.navbar{
	padding: 10px 2px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 15px 1px #eeeeee;
	box-shadow: 0 0 15px 1px #eeeeee;
}
nav.navbar #navToggle:focus{
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}	
nav.navbar .offcanvas-collapse{
	top: 0;
	border:none;
	padding: 0;
	background-color: #ffffff;
}
nav.navbar .offcanvas-collapse .menu-siderbar-wrapper{
	width: 100%;
}
nav.navbar.no-bg-shadow{
	background: none;
	-webkit-box-shadow: none;
    box-shadow: none;
}

nav.navbar .logo-sidebar{
	text-align: center;
    border-bottom: 1px solid #dedede;
    margin-bottom: 5px;
}
nav.navbar .logo-sidebar img{
	max-width: 180px;
}
nav.navbar .profile-sidebar .item{
	padding: 15px;
	border-bottom: 1px solid #dedede;
}
nav.navbar .profile-sidebar .item h6{
	font-size: 14px;
	margin-bottom: 0;
}
nav.navbar .profile-sidebar .item p{
	font-size: 12px;
}
nav.navbar .profile-sidebar .logout-sidebar {
    padding: 15px;
}
nav.navbar .profile-sidebar .logout-sidebar img{
	margin-right: 8px;
}
nav.navbar .profile-sidebar .logout-sidebar a{
	font-size: 14px;
}

/*============================
 *    04. SECTION CONTENTS   *
 *===========================*/
 /**
 * 4.1. Section Login
 */
.section-login{
	background-image: url(../images/bg_login.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100%;
    width: 100%;
}

.section-login .logo{
	text-align: center;
}
.section-login .logo img{
	max-width: 360px;
}
.section-login .login-form{
	position: absolute;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 50px;
}
.section-login .login-form form .input-item{
	margin-bottom: 20px;
}
.section-login .login-form form .form-label{
	font-family: 'Poppins-Medium';
	font-size: 16px;
	margin-bottom: 5px;
}
.section-login .login-form form input{
	padding: 10px 15px;
	border:1px solid #D2D2D2 !important;
	border-right: none !important;
}
.section-login .login-form form .input-group-text{
	background-color: #ffffff;
    border: 1px solid #d2d2d2;
    border-left: none !important;
}
.section-login .login-form form .input-group-text i{
	font-size: 25px;
}

/**
 * 4.2. Section Main
 */
.section-main{
	margin-top: 80px;
}
.section-main-02{
	height: 100%;
	padding-top: 70px;
	background-color: #ffffff;
}
.section-main-02 .container,
.section-main-02 .container .row{
	height: 100%;
}

.section-main-03{
	height: 100%;
	padding-top: 105px;
}
.section-main-03 .container,
.section-main-03 .container .row{
	height: 100%;
}

.section-main-03.v2 {
    height: 100%;
    padding-top: 140px;
}
.section-main-03.v3 {
    height: 100%;
    padding-top: 140px;
}

/**
 * 4.3 Section Job Number
 */
.section-jobnumber{
	padding-top: 80px;
	height: 100%;
    background-color: #ffffff;
}
.section-jobnumber .item{
    margin-bottom: 15px;
}

.section-jobnumber .item .item-wrapper{
	background-color: #E9F1FF;
    padding: 15px;
    border-radius: 5px;
}
.section-jobnumber .item .item-wrapper h6{
	line-height: 15px;
}
.section-jobnumber .item .item-wrapper p{
	font-size: 12px;
	line-height: 15px;
}
.section-jobnumber .item .item-wrapper .left{
	text-align: left;
}
.section-jobnumber .item .item-wrapper .left .title{
	margin-bottom: 10px;
}
.section-jobnumber .item .item-wrapper .right{
	text-align: right;
}
.section-jobnumber .item .item-wrapper .right .number{
	font-family: 'Poppins-Medium';
	font-size: 24px;
	color: #4168AE;
	margin-bottom: 5px;
}
.section-jobnumber .item .item-wrapper .right .number span{
	font-family: 'Poppins-Regular';
	font-size: 14px;
	color: #434343;
}

/**
 * 4.4 Section Button Back
 */
.section-back{
	position: absolute;
    width: 100%;
	padding: 15px 2px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px 1px #eeeeee;
    box-shadow: 0 0 15px 1px #eeeeee;
}
.section-back .btn-back img{
	margin-right: 25px;
}
.section-back .btn-back{
	font-family: 'Poppins-Medium';
    font-size: 14px;
    margin: auto;
}

/**
 * 4.4 Section Button Request
 */
.section-request{
	position: absolute;
    width: 100%;
	padding: 15px 2px;
	margin-top: 51px;
    background-color: #ffffff;
    border-top: 1px solid #eeeeee;
    -webkit-box-shadow: 0 10px 15px -10px #eeeeee;
    box-shadow: 0 10px 15px -10px #eeeeee;
}
.section-request .btn-request a{
	float: right;
    line-height: 32px;
    position: relative;
    top: 4px;
}
.section-request .btn-request{
	font-family: 'Poppins-Medium';
    font-size: 14px;
    margin: auto;
}

.section-request.v2 .btn-request {
    font-family: 'Poppins-Medium';
    font-size: 14px;
    margin: auto;
    color: #4168AE;
}
.section-request.v2 .btn-request.nmr {
    font-family: 'Poppins-Medium';
    font-size: 14px;
    margin: auto;
    color: #434343;
}
.section-request.v2  i{
	font-size: 20px;
	color: #879BFF;
}

/**
 * 4.5  Section Map
 */
.section-map{
	height: 72%;
	padding:0;
}

/**
 * 4.6 Section fieldedpoles
 */
.section-fieldedpoles{
	height: 100%;
	width: 1015px;
    max-width: 100%;
	top: 65%;
    position: fixed;
    background-color: #ffffff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    -webkit-box-shadow: 0 0 15px 2px #eeeeee;
    box-shadow: 0 0 15px 1px #eeeeee;
    -webkit-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
}
.section-fieldedpoles.expanded{
	top: 19%;
	overflow-y: scroll;
	padding-bottom: 130px;
	-webkit-transition: top 0.3s ease-in-out;
	transition: top 0.3s ease-in-out;
}
.section-fieldedpoles hr{
	width: 100px;
    margin: 15px auto;
    padding: 1.5px 0;
    background-color: #b7b7b7;
}
.section-fieldedpoles hr.v2{
	width: 100%;
    margin: 15px auto;
    padding: 1px 0;
    background-color: #b7b7b7;
}
.section-fieldedpoles h6{
	font-size: 14px;
	color: #434343;
}
.section-fieldedpoles .pole-item{
	background-color: #E5FFF0;
	padding: 15px 0;
	border-radius: 10px;
	display: flex;
	margin-bottom: 15px;
}
.section-fieldedpoles .pole-item .row{
	width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.section-fieldedpoles .pole-item p{
	font-size: 14px;
}
.section-fieldedpoles .pole-item h5{
	font-size: 24px;
	color: #2ECC71;
}
.section-fieldedpoles .pole-item.sequences h5 {
    color: #F1C40F;
}

.section-fieldedpoles .pole-item.sequences{
	background-color: #FFFCE9;
}

.sequences .btn-03 {
    background-color: #F1C40F;
    border: 1px solid #F1C40F;
}
/*.sequences .btn-04 {
	color: #F1C40F;
    border: 1px solid #F1C40F;
}*/

.sequences .btn-04 {
	border: 1px solid #879BFF;
	color: #879BFF;
}


	.sequences .btn-04:hover, .sequences .btn-04:focus {
		background: #879BFF;
		color: #fff;
	}

	.sequences .btn-04.complete-pictures {
		border: 1px solid #dc2828;
		color: #dc2828;
	}


		.sequences .btn-04.complete-pictures:hover, .sequences .btn-04.complete-pictures:focus {
			background: #dc2828;
			color: #fff;
		}

/**
 * 4.7 Section Popup Confirmation
 */
.section-popup-confirmation {
    position: fixed;
    height: 100%;
    z-index: 999999;
    top: 0;
    left: 0;
    right: 0;
    background-color: #b7b7b7;
}
.section-popup-confirmation .container{
	left: 0;
    right: 0;
    bottom: 50%;
    width: 500px;
    max-width: 90%;
    padding: 25px 15px 30px;
    position: absolute;
    background-color: #ffffff;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    border-radius: 10px;
}
.section-popup-confirmation .container p{
	font-size: 14px;
	margin-bottom: 20px;
}

/**
 * 4.8 Section Top Sequences
 */
.section-top-sequences{
	position: absolute;
    width: 100%;
	padding: 15px 2px;
	margin-top: 51px;
    background-color: #ffffff;
    border-top: 1px solid #eeeeee;
    -webkit-box-shadow: 0 10px 15px -10px #eeeeee;
    box-shadow: 0 10px 15px -10px #eeeeee;
}
.section-top-sequences p{
	font-size: 14px;
}
.section-top-sequences h5{
	font-size: 24px;
	color: #4168AE;
}

/**
 * 4.9 Section LatLong
 */
.section-latlong{
    width: 1015px;
    max-width: 100%;
    bottom: 0;
    padding: 20px 20px 10px;
    position: fixed;
    background-color: #ffffff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    -webkit-box-shadow: 0 0 15px 2px #eeeeee;
    box-shadow: 0 0 15px 1px #eeeeee;
    -webkit-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
}
.section-latlong .row{
	height: auto !important;
}
.section-latlong p{
	font-family: 'Poppins-Medium';
	font-size: 14px;
	line-height: 20px;
}
.section-latlong .btn-03 {
    background-color: #879BF8;
    border: 1px solid #879BF8;
}
.section-latlong .btn-04 {
    color: #879BF8;
    border: 1px solid #879BF8;
}

/**
 * 4.10 Section Pole Infrmation
 */
.section-poleinformation{
	background-color: #ffffff;
	padding: 20px 0px;
}
.section-poleinformation .form-wrapper{
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 70px;
}
.section-poleinformation h6{
	font-size: 14px;
	margin-bottom: 15px;
}
.section-poleinformation .item{
	border-bottom: 1px solid #eeeeee;
    height: fit-content;
    display: grid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.section-poleinformation .item .lf{
	font-family: 'Poppins-Regular';
    font-size: 14px;
    text-align: left;
    flex: unset;
    width: auto;
    display: inline-block;
}
.section-poleinformation .item .lr{
	font-family: 'Poppins-Medium';
	font-size: 12px;
	text-align: right;
}
.section-poleinformation .item .lr a{
	color: #879BF8;
	margin-left: 5px;
}
.section-poleinformation .item .lr a.v2{
	color: #434343;
	display: block;
}
.section-poleinformation .item .lr a.v2 i{
	margin-left: 8px;
}
.section-poleinformation .item .lr a.v2.add-hoa{
	color: #879BF8;
	margin-top:8px;
}
.section-poleinformation .item .lr a.v2 .fa-trash-alt{
	color: #ff0000;
}
.section-poleinformation .item .lr a.v2.add-hoa i{
	color: #879BF8;
}
.section-poleinformation .item .the-file{
	margin-bottom: 5px;
}
.section-poleinformation .item .the-file i{
	color: #4168AE;
	margin-right: 5px;
}

.section-poleinformation #form-poleinformation .btn-wrapper{
	width: 1015px;
	max-width: 100%;
	background-color: #ffffff;
    padding: 15px;
    -webkit-box-shadow: 0 0 15px 1px #eeeeee;
    box-shadow: 0 0 15px 1px #eeeeee;
    position: fixed;
    bottom: 0;
}

.section-poleinformation .item.hoa .row,
.section-poleinformation .item.hoa .row{
	height: auto;
}

/*============================
 *    05. SECTION FOOTER     *
 *===========================*/


/*============================
 *      06. RESPONSIVE       *
 *===========================*/

@media only screen and ( min-width: 1200px ){
	.container {
	    max-width: 991px;
	    padding-right: 0;
    	padding-left: 0;
	}
	
}

@media only screen and ( max-width: 1199px ){
	.section-fieldedpoles,
	.section-latlong,
	.section-poleinformation #form-poleinformation .btn-wrapper {
	    width: 960px;
	}
}

@media only screen and ( min-width: 992px ) and ( max-width: 1199px ){
	
}

@media only screen and ( min-width: 992px ){
	
}

@media only screen and ( max-width: 991px ){
	.section-fieldedpoles,
	.section-latlong,
	.section-poleinformation #form-poleinformation .btn-wrapper {
	    width: 720px;
	}
}

@media only screen and ( max-width: 767px ) {
	.section-fieldedpoles,
	.section-latlong,
	.section-poleinformation #form-poleinformation .btn-wrapper {
	    width: 540px;
	}
}
@media only screen and ( max-width: 500px ){
	
	
}


/*============================
 *    06. OTHER			     *
 *===========================*/
/*Header*/
.introjs-tooltip-header {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.introjs-skipbutton {
	padding: 0;
}
.introjs-tooltiptext {
	padding: 15px 10px 10px 10px;
}
/*Footer*/
.introjs-tooltipbuttons {
	border-top: 1px solid #e0e0e0;
	padding: 10px;
	text-align: right;
	white-space: nowrap;
	background: #f7f7f7;
	position: relative !important;
	display: inline-flex !important;
	vertical-align: middle !important;
	position: relative !important;
	display: inline-flex !important;
	vertical-align: middle !important;
	width: 100%;
	justify-content: end;
	border-bottom-left-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
}
	.introjs-tooltipbuttons > .introjs-prevbutton:hover,
	.introjs-tooltipbuttons > .introjs-prevbutton {
		border-top-right-radius: 0px !important;
		border-bottom-right-radius: 0px !important;
	}
	.introjs-tooltipbuttons > .introjs-nextbutton:hover,
	.introjs-tooltipbuttons > .introjs-nextbutton {
		border-top-left-radius: 0px !important;
		border-bottom-left-radius: 0px !important;
	}

	.introjs-tooltipbuttons > .introjs-prevbutton:not(.introjs-disabled),
	.introjs-tooltipbuttons > .introjs-nextbutton {
		color: #fff;
		background-color: #0d6efd;
		border-color: #0d6efd;
	}
		.introjs-tooltipbuttons > .introjs-prevbutton:not(.introjs-disabled):hover,
		.introjs-tooltipbuttons > .introjs-nextbutton:hover {
			color: #fff;
			background-color: #0b5ed7;
			border-color: #0a58ca;
		}
.introjs-button {
	padding: 0.45rem 0.8rem;
	font-size: .875rem;
	border-radius: 0.2rem;
	outline: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
/*Body*/
.infoButton i {
	padding: 3px 3.5px 3px 3px;
	margin: 5px;
	border-radius: 50%;
	font-size: 22px;
	color: #fff !important;
}
	.infoButton i {
		color: #fff !important;
	}
		.infoButton i:hover {
			color: #fff !important;
			background: #138496;
			border-color: #117a8b;
		}