/* Importing fonts */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&display=swap");
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection, .etouches-bootstrap ::-moz-selection {
  background: #f3beb7;
  color: #263238;
  text-shadow: none;
}

::selection,
.etouches-bootstrap ::selection {
  background: #f3beb7;
  color: #263238;
  text-shadow: none;
}

/* $BACKGROUND IMAGE
============= */
html {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 100%;
}

/* $HEADER
============= */
.website header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
}

header,
#outer_table .branding-hdr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  z-index: 2;
  width: 100%;
  background-color: transparent;
  height: 86px;
  -webkit-transition: height 0.5s, background-color 0.5s;
  transition: height 0.5s, background-color 0.5s;
}
@media only screen and (min-width: 992px) {
  header,
  #outer_table .branding-hdr {
    height: 125px;
  }
}
.ipHasAdminNavbar header,
.ipHasAdminNavbar #outer_table .branding-hdr {
  margin-left: 34px;
  background-color: #58585a;
}
.scroll header, .desktop-scroll header,
.scroll #outer_table .branding-hdr,
.desktop-scroll #outer_table .branding-hdr {
  background-color: #58585a;
}
header h1,
header .container-fluid,
#outer_table .branding-hdr h1,
#outer_table .branding-hdr .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
header img,
#outer_table .branding-hdr img {
  -webkit-transition: height 0.5s, width 0.5s;
  transition: height 0.5s, width 0.5s;
  width: auto !important;
  height: 35px !important;
}
@media only screen and (min-width: 992px) {
  header img,
  #outer_table .branding-hdr img {
    height: 70px !important;
  }
}

/* $LANGUAGE SELECT
============= */
.language-selector-container,
#outer_table .language-selector-container {
  display: block;
  position: absolute;
  z-index: 9;
  right: 15px;
  top: 3px;
  width: auto !important;
}
.language-selector-container select,
#outer_table .language-selector-container select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase;
  color: #fff !important;
  background-color: #263238;
  border-radius: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -webkit-border-radius: 0px !important;
  border: 0 !important;
  padding: 10px 30px 10px 20px !important;
  margin: 0 !important;
  font-size: 12px !important;
  font-weight: bold;
  width: auto !important;
  background: linear-gradient(45deg, #263238 50%, #fff 50%), linear-gradient(135deg, #fff 50%, #263238 50%);
  background-position: calc(100% - 17px) calc(1em + 4px), calc(100% - 12px) calc(1em + 4px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  background-color: #263238;
  min-width: 110px;
}
.language-selector-container select::-ms-expand,
#outer_table .language-selector-container select::-ms-expand {
  display: none;
}

/* $FOOTER
============= */
footer .footer {
  background-color: #da3e27;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  footer .footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
footer .footer h2 {
  font-size: 20px;
  color: #da3e27;
}
footer .footer *,
footer .footer p {
  color: #fff;
}
footer .footer hr {
  border-color: #fff;
}
footer .footer .social-nav,
footer .footer .social-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer .social-nav li {
  display: inline-block;
  margin: 10px;
}
footer .footer .social-nav i {
  font-size: 2.5em;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
footer .footer .social-nav i:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
footer .footer .row {
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  footer .footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1170px;
    margin: auto !important;
  }
}
@media only screen and (min-width: 992px) {
  footer .footer .row {
    padding: 0 30px;
  }
}

/* $COMMON HELPERS
============= */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* $TYPOGRAPHY */
html body {
  padding: 0;
  background-color: #f2f4f6;
  background-size: cover !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
}
html body .es-main-container {
  background-color: #fff !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
  max-width: 1170px;
  margin: 0 auto;
}
html body .es-main-container header#ipWidget-header {
  background-color: #02426d;
  padding: 1.5em 0;
}
@media screen and (max-width: 600px) {
  html body .es-main-container header#ipWidget-header {
    padding: 1.5em 0 2.5em 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
html body .es-main-container header#ipWidget-header .widgetContent {
  width: 100%;
  text-align: left;
}
html body .es-main-container .topmenu {
  display: block;
  background: #02426d !important;
  z-index: 10;
  z-index: 100;
  width: 100%;
}
@media screen and (max-width: 600px) {
  html body .es-main-container .topmenu {
    top: 99px;
  }
}
html body .es-main-container .topmenu .navbar {
  margin-bottom: 0;
  padding: 0;
}
html body .es-main-container .topmenu .nav > li > a {
  font-size: 16px !important;
  border-radius: 0 !important;
  padding: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  html body .es-main-container .topmenu .nav > li > a {
    font-size: 14px !important;
    padding: 5px;
  }
}
html body .es-main-container .topmenu .navbar-default {
  background: transparent !important;
  position: relative;
}
html body .es-main-container .topmenu .nav.navbar-nav li a {
  background-color: transparent !important;
  text-transform: capitalize !important;
  font-weight: normal !important;
}
@media screen and (max-width: 768px) {
  html body .es-main-container .topmenu .nav.navbar-nav.navbar-logout {
    top: -42px;
    right: 20px;
    position: absolute;
  }
}
@media screen and (max-width: 600px) {
  html body .es-main-container .topmenu .nav.navbar-nav.navbar-logout {
    top: -90px;
    right: 20px;
    position: absolute;
  }
}
html body .es-main-container .content.ng-scope {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 2em;
}
html body .es-main-container .navbar,
html body .es-main-container header#ipWidget-header .widgetContent {
  max-width: 1140px;
  margin: 0 auto;
}
html body .es-main-container .navbar img,
html body .es-main-container header#ipWidget-header .widgetContent img {
  max-height: 50px;
}
html body .es-main-container .form-wrapper .main-form {
  background-color: #fff !important;
  border: none !important;
  max-width: 1140px;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
}
html body .es-main-container .form-wrapper .main-form .base-form {
  padding: 10px;
  border: none !important;
}
@media only screen and (max-width: 767px) {
  html body .es-main-container .form-wrapper .main-form .base-form {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media only screen and (min-width: 992px) {
  html body .es-main-container .form-wrapper .main-form .base-form {
    padding: 40px;
  }
}
html body .es-main-container .form-wrapper .main-form .base-form .panel-heading .nav-tabs-title {
  font-size: 30px !important;
  color: #da3e27 !important;
}
html body .es-main-container .form-wrapper .main-form .base-form .panel-heading .form-icon {
  margin: 0 20px;
  font-size: 30px !important;
  color: #da3e27 !important;
}
html body .es-main-container .form-wrapper .main-form .base-form input[type=text],
html body .es-main-container .form-wrapper .main-form .base-form select:not([multiple]) {
  border: 1px solid #ccc !important;
  height: 35px;
  padding: 0px 18px 0px 8px !important;
  border-radius: 0 !important;
}
html body .es-main-container .form-wrapper .main-form .base-form .normal-text-size-class div label,
html body .es-main-container .form-wrapper .main-form .base-form .normal-text-size-class textarea,
html body .es-main-container .form-wrapper .main-form .base-form .normal-text-size-class input,
html body .es-main-container .form-wrapper .main-form .base-form .normal-text-size-class select {
  font-size: 16px !important;
}
@media only screen and (max-width: 767px) {
  html body .es-main-container .form-wrapper .main-form .base-form button, html body .es-main-container .form-wrapper .main-form .base-form input[type=button],
  html body .es-main-container .form-wrapper .main-form .base-form input[type=reset], html body .es-main-container .form-wrapper .main-form .base-form input[type=submit] {
    width: 100% !important;
    margin: 0 0 10px 0;
  }
}
html body .es-main-container .form-wrapper .main-form .base-form button.btn.btn-link.btn-xs, html body .es-main-container .form-wrapper .main-form .base-form input[type=button].btn.btn-link.btn-xs,
html body .es-main-container .form-wrapper .main-form .base-form input[type=reset].btn.btn-link.btn-xs, html body .es-main-container .form-wrapper .main-form .base-form input[type=submit].btn.btn-link.btn-xs {
  min-width: 50px !important;
}
html body .es-main-container .form-wrapper .main-form .base-form .blue-bg {
  background-color: transparent !important;
}
html body .es-main-container .form-wrapper .panel-footer {
  padding: 10px 15px;
  background-color: #fff;
  border-top: 0 !important;
}
html body .es-main-container footer#ipWidget-footer {
  background: transparent !important;
  margin-bottom: 0 !important;
  padding: 30px 10px;
  color: #fff;
}
html body .error {
  color: red !important;
  text-align: center;
}
html body .grid-content .no-items {
  display: none !important;
}
html body a {
  color: #da3e27 !important;
}
html body a:hover {
  color: #da3e27 !important;
}

body, td, div, font, p, a, li, input {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif !important;
  color: #263238;
  font-weight: 300;
  text-transform: none;
  text-align: left;
}

h1, h5 {
  font-size: 38px !important;
}

.testmode {
  padding: 2em;
  background: transparent;
}

/* $Reset container widths
============= */
.container {
  width: initial !important;
}

/* $PRELOADER
============= */
.loaded {
  opacity: 0;
  pointer-events: none;
}

.page-loader {
  position: fixed;
  background: #fff;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9998;
}

.loader {
  position: absolute;
  border-left: 2px solid #da3e27;
  border-top: 2px solid rgba(218, 62, 39, 0.2);
  border-right: 2px solid rgba(218, 62, 39, 0.2);
  border-bottom: 2px solid rgba(218, 62, 39, 0.2);
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

@-webkit-keyframes load {}
@keyframes load {}
.es-site-builder .page-loader {
  display: none;
}

/* $Login Form
============= */
form[name=loginForm] {
  display: table;
  margin: 0 auto;
}
form[name=loginForm] .form-group {
  display: block;
  width: 100%;
}
form[name=loginForm] .form-group.type-submit {
  text-align: center;
}
form[name=loginForm] button {
  margin: 20px auto 0 !important;
  padding: 15px 40px !important;
  border-radius: 5px !important;
}
@media only screen and (max-width: 767px) {
  form[name=loginForm] button {
    width: 100%;
  }
}
form[name=loginForm] input {
  border-radius: 0 !important;
  padding: 10px !important;
  width: 100% !important;
}
form[name=loginForm] label {
  width: 6em;
  padding-bottom: 10px;
}

div#login_links {
  text-align: center;
  padding-top: 4em;
}

input[type=text] {
  border-radius: 0 !important;
}

html .btn {
  border: none !important;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 18px;
}
html .btn:hover, html .btn:focus {
  opacity: 0.8;
  text-decoration: none !important;
}
html .btn .btn-primary {
  background-color: #da3e27 !important;
}

/* $Profile
============= */
.panel-default > .panel-heading {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}
/*# sourceMappingURL=master-eselect.css.map */





/**
 * Twitter Bootstrap Look and Feel
 * Based on http://twitter.github.com/bootstrap/
 */
.alertify,
.alertify-log {
	font-family: sans-serif;
}
.alertify {
	background: #FFF;
	border: 1px solid #8E8E8E; /* browsers that don't support rgba */
	border: 1px solid rgba(0,0,0,.3);
	border-radius: 6px;
	box-shadow: 0 3px 7px rgba(0,0,0,.3);
	-webkit-background-clip: padding;     /* Safari 4? Chrome 6? */
	   -moz-background-clip: padding;     /* Firefox 3.6 */
	        background-clip: padding-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
.alertify-dialog {
	padding: 0;
}
	.alertify-inner {
		text-align: left;
	}
		.alertify-message {
			padding: 15px;
			margin: 0;
		}
		.alertify-text-wrapper {
			padding: 0 15px;
		}
			.alertify-text {
				color: #555;
				border-radius: 4px;
				padding: 8px;
				background-color: #FFF;
				border: 1px solid #CCC;
				box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
			}
			.alertify-text:focus {
				border-color: rgba(82,168,236,.8);
				outline: 0;
				box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
			}

		.alertify-buttons {
			padding: 14px 15px 15px;
			background: #F5F5F5;
			border-top: 1px solid #DDD;
			border-radius: 0 0 6px 6px;
			box-shadow: inset 0 1px 0 #FFF;
			text-align: right;
		}
			.alertify-button,
			.alertify-button:hover,
			.alertify-button:focus,
			.alertify-button:active {
				margin-left: 10px;
				border-radius: 4px;
				font-weight: normal;
				padding: 4px 12px;
				text-decoration: none;
				box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
				background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
				background-image:    -moz-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
				background-image:     -ms-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
				background-image:      -o-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
				background-image:         linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
			}
			.alertify-button:focus {
				outline: none;
				box-shadow: 0 0 5px #2B72D5;
			}
			.alertify-button:active {
				position: relative;
				box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
			}
				.alertify-button-cancel,
				.alertify-button-cancel:hover,
				.alertify-button-cancel:focus,
				.alertify-button-cancel:active {
					text-shadow: 0 -1px 0 rgba(255,255,255,.75);
					background-color: #E6E6E6;
					border: 1px solid #BBB;
					color: #333;
					background-image: -webkit-linear-gradient(top, #FFF, #E6E6E6);
					background-image:    -moz-linear-gradient(top, #FFF, #E6E6E6);
					background-image:     -ms-linear-gradient(top, #FFF, #E6E6E6);
					background-image:      -o-linear-gradient(top, #FFF, #E6E6E6);
					background-image:         linear-gradient(top, #FFF, #E6E6E6);
				}
				.alertify-button-cancel:hover,
				.alertify-button-cancel:focus,
				.alertify-button-cancel:active {
					background: #E6E6E6;
				}
				.alertify-button-ok,
				.alertify-button-ok:hover,
				.alertify-button-ok:focus,
				.alertify-button-ok:active {
					text-shadow: 0 -1px 0 rgba(0,0,0,.25);
					background-color: #04C;
					border: 1px solid #04C;
					border-color: #04C #04C #002A80;
					border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
					color: #FFF;
				}
				.alertify-button-ok:hover,
				.alertify-button-ok:focus,
				.alertify-button-ok:active {
					background: #04C;
				}

.alertify-log {
	background: #D9EDF7;
	padding: 8px 14px;
	border-radius: 4px;
	color: #3A8ABF;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	border: 1px solid #BCE8F1;
}
	.alertify-log-error {
		color: #B94A48;
		background: #F2DEDE;
		border: 1px solid #EED3D7;
	}
	.alertify-log-success {
		color: #468847;
		background: #DFF0D8;
		border: 1px solid #D6E9C6;
	}