html, body {
  height: 100%;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container{
  display:-webkit-box;
  display:flex;
  height: 100%;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  margin: 0;
}

.smallBox{
  margin: 0 auto; 
}

.smallBox h1{
  font-size: 29.33px;
  font-family: "Jim Sans Medium"; 
  font-weight: 500;
  color: #2b2b2b;
}

.smallBox h2{
  font-size: 37.33px;
  font-family: "Jim Sans Light"; 
  font-weight: 200;
  color: #82888c;
  margin-bottom: 20px;
  line-height: 37px;
}

.smallBox h2.signin {
  margin-bottom: 39px;
}

.smallBox .passwordDiv input {
  margin-bottom: 15px;
}

.smallBox .secondary-check {
  margin-bottom: 32px;
}

.smallBox h3{
  font-size: 16px;
  font-family: "Jim Sans Regular"; 
  font-weight: 400;
  color: #82888c;
  margin-bottom: 26px;
}

#usernote-password h2 {
  margin-bottom: 25px;
}

#usernote-password h3, h3.passCorrect {
  font-size: 14.67px;
  margin-bottom: 52px;
  max-width: 370px;
}

.clickAcceptsTerms{
  font-size: 12.67px;
  font-family: "Jim Sans Regular"; 
  font-weight: 400;
  color: #82888c;
  margin-bottom: 62px;
}

.clickAcceptsTerms a{
  color: #5f6568;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out;
}

.clickAcceptsTerms a:hover{
  color: #5f6568;
  border-color: #5f6568;
}


.signin div.smallBoxContainer {
  /* width: 66%; */
}

.signin div.smallBox{
  max-width: 520px;
  padding: 0 60px;
}  



.haveAccount{
  font-size: 13.33px;
  font-family: "Jim Sans Regular"; 
  font-weight: 400;
  color: #82888c;
}

.haveAccount a, .signInLink, .forgotPassword {
  color: #21c0c0;
  font-family: "Open Sans"; 
  font-weight: 500;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.forgotPassword {
  font-size: 12.67px;
}

.bottomLink, .bottomLink a {
  font-size: 12px;
  color: #21c0c0;
  font-family: "Jim Sans Medium"; 
  font-weight: 500;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.haveAccount a:hover, .signInLink:hover, .forgotPassword:hover, .bottomLink:hover {
  opacity: 0.4;
}

.smallBox input[type="text"], input[type="password"], input[type="email"], .signin textarea, .signin .bt .fieldset input:not([type="submit"]):not([type="checkbox"]), .signin .bt .fieldset textarea {
  background-color: #ffffff;
  border: 1px solid #ced3d6;
  font-size: 13.33px;
  font-family: "Jim Sans Regular"; 
  font-weight: 400;
  color: #2b2b2b;
  height: 51px;
  padding-left: 16px;
  width: 100%;
  margin-bottom: 33px;
  border-radius: 3px;
  -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.smallBox input:focus {
  border-color: #21c0c0;
}

.smallBox input.errorInput {
  border-color: #ff6671;
  margin-bottom: 0px;
}

.smallBox input:invalid {
    box-shadow: none;
}

.smallBox div.error {
  color: #ff6671;
  font-family: "Jim Sans Regular"; 
  font-weight: 400;
  font-size: 12.67px;
  margin-bottom: 12px;
  margin-top: 5px;
}

.logo {
  height: 150px;
}

.logo img{
  margin: 54px 0 54px 60px;
  /*width: 157px;*/
  height: 42px;
}

.content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
  width: 100%;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.banner {
  margin: 0;
  height: 100%;
  width: 34%;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  min-width: 500px;
  position: relative;
}

.banner img {
  height: 100%;
}

.banner-signin {
  margin: 0;
  height: 100%;
  min-width: 500px;
  background-position-x: right;
  background-position-y: top;
  background-repeat: no-repeat;
  background-color: #E1E5F2;
  
  display: -webkit-box;
  
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  overflow: hidden;
  width: 34%;
}

input {
  outline:0;
}

.banner-signin .text {
  align-self: center;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  height: 100%;
}

.banner-signin .text .text1 {
  color: #333333;
  font-family: "Jim Sans Medium"; 
  font-weight: 500;
  font-size: 22px;
  max-width: 278px;
  margin: 30px auto 0px;
}

.banner-signin .text .text2 {
  color: #55585a;
  font-family: "Jim Sans Regular"; 
  font-weight: 400;
  font-size: 14.5px;
  max-width: 305px;
  margin-top: 17px;
  line-height: 24px;
}

.banner-signin a {
  font-size: 13px;
  width: 142px;
  height: 38px;
  line-height: 34px;
  margin-top: 27px;
  color: #2b2b2b;
  background-color: #ffffff;
}

.banner-signin a:hover {
  color: #ffffff;
  background-color: #2b2b2b;
}

/*
.banner-signin a:after {
  content: 'Read more';
}

.banner-signin a:hover:after {
  content: 'Read more';
}
*/

.banner-signin img {
  width: 100%;
}

.input-repeatPass {
  position: absolute;
  top: -9999px;
  left: -9999px;
}




.button {
  width: 100%;
  height: 48px;
  border-radius: 3px;
  color: #ffffff;
  background-color: #2b2b2b;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 21px;
  border: 1px solid #2b2b2b;
  -webkit-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out, background-image 0.3s ease-in-out;
  transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out, background-image 0.3s ease-in-out;
  cursor: pointer;
}


.mde{
  font-family: "Jim Sans Medium";
}


.mdp{
   font-family: "Roboto";
}








.button:hover {
  color: #2b2b2b;
  background-color: #ffffff;
}

.smallBox label.placeholder {
  color: #82888c;
  font-size: 13.33px;
  font-family: "Jim Sans Regular" !important;
  left: 12px;
  top: 17px;
}

.smallBox label.placeholder.active {
  color: #abb0b3;
  font-size: 11.33px;
  font-family: "Jim Sans Medium" !important;
  font-weight: 500;
  top: -7px;
}

.text-quote {
  font-family: "Jim Sans Regular";
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
  line-height: 25px;
  width: 215px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 35px;
  margin-bottom: 45px;
  text-align: right;
}

.text-quote .quote {
  font-size: 16px;
  margin-bottom: 12px;
}

.text-quote .name {
  font-size: 13.34px;
  font-family: "Jim Sans Medium";
  font-weight: 500;
  color: #21c0c0;
  margin-bottom: 7px;
}

.text-quote .position {
  line-height: 19px;
}

.text-quote .company {
  line-height: 19px;
  font-size: 10.67px;
  font-family: "Jim Sans Medium";
  font-weight: 500;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.signin input[type="checkbox"] + label span {
	font-family: "Open Sans";
    display: inline-block;
    width: 21px;
    height: 21px;
    margin: -2px 9px 0 0;
    background: url(/images/checkbox.png?67396be3d56d2d7d492a6c078b27d507) center no-repeat;
    float: left;
    background-size: 21px;
}

.signin input[type="checkbox"]:checked + label span {
    background: url(/images/checkbox-checked.png?4f524138cdb265c310db2e101922556f) center no-repeat;
    background-size: 21px;
}

.signin input[type="checkbox"] {
    display: none;
}

.signin input[type="checkbox"] {
    margin: 4px;
}

.signin input[type="checkbox"], .signin input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.signin input[type="radio"] + label {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #333333;
    border-radius: 7px;
    width: 14px;
    height: 14px;
}

.signin input[type="radio"]:checked + label > span {
    background-color: #21c0c0;
    border-radius: 3px;
    width: 6px;
    height: 6px;
    position: relative;
    top: 4px;
    left: 4px;
    display: block;
}

.signin input[type="radio"] {
    display: none;
}

.signin input[type="radio"] + label {
    text-align: center;
    cursor: pointer;
}

.signin input[type="checkbox"] + label {
    height: 13px;
    width: 13px;
    font-size: 12px;
    font-family: "Open Sans";
    font-weight: 500;
    color: #ABB0B3;
}

.clear {
    clear: both;
}


.signin div.multipleAccounts.smallBox {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 60px 34px 21px;
  max-width: 470px;
  margin: 0 auto;
}

.multipleAccounts .shape {
  background-color: #8fdfdf;
  width: 68px;
  height: 68px;
  border-radius: 33px;
  text-align: center;
  margin: 0 18px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.multipleAccounts .picture{
  width: 64px;
  height: 64px;
  border-radius: 29px;
}

.multipleAccounts .initial {
  line-height: 68px;
  font-family: "Jim Sans Regular";
  font-weight: 400;
  color: #ffffff;
  font-size: 22px;
}

.multipleAccounts .account {
  display: inline-block;
  width: 210px;
  vertical-align: middle;
  height: 104px;
  padding: 34px 0; 
}

.multipleAccounts .accountName{
  display: block;
  color: #2b2b2b;
  font-family: "Jim Sans Regular";
  font-weight: 400;
  font-size: 15.33px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.multipleAccounts .accountType{
  display: block;
  color: #82888c;
  font-family: "Jim Sans Light";
  font-weight: 200;
  font-size: 13.33px;
}

.multipleAccounts .line {
  height: 1px;
  margin-left: 18px;
  background-color: #ededed;
}

#listUsers {
  height: 300px;
  overflow: hidden;
  overflow-y: auto;
  margin-top: 15px;
  margin-bottom: 25px;
}

.multipleAccounts .bottomLink {
  margin-bottom: 25px;
}

@media only screen and (max-width: 1024px) {
  .banner, .banner-signin { display:none }
  .signin div.smallBoxContainer { width: 100% }
  
}

@media only screen and (max-width: 504px) {
  .signin div.smallBox{
    max-width: 464px;
    padding: 0 8%;
  }
  .logo {
    height: 90px;
  }
  .logo img{
    margin: 24px 0 24px 8%;
  }
}
.help-block {
    font-size: 12px;
    font-family: "Open Sans";
    font-weight: 500;
    color: #ABB0B3;
    margin-bottom: 30px;
}/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

.formEl {
	position: relative;
}

.placeholder {
  	background-color: white;
    color: #bdbdbd;
    font-size: 13px;
    left: 8px;
    padding: 0 5px;
    pointer-events: none;
    position: absolute;
    top: 14px;
    z-index: 3;
}

.placeholder.active {
    font-size: 0.75em;
    left: 10px;
    padding: 0 5px;
    pointer-events: none;
    position: absolute;
    top: -7px;
    background-color: transparent;
    /* bug in firefox; transparent is not rendering, so we use rgba values */
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.001)), color-stop(44%, rgba(255,255,255,0.001)), color-stop(44%, white), color-stop(64%, white), color-stop(64%, rgba(255,255,255,0.001)));
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.001) 0%, rgba(255,255,255,0.001) 44%, white 44%, white 64%, rgba(255,255,255,0.001) 64%);
}

.placeholder.animate {
	-webkit-transition: all 150ms ease 0s;
	transition: all 150ms ease 0s;
}

label.placeholder {
	color: #bdbdbd;
    font-family: Open Sans !important;
    font-size: 13px;
    font-weight: 400;
    margin: 0 !important;
    -moz-osx-font-smoothing: grayscale;
}

/* Dropdown css */

.select2 {
  box-sizing: border-box;
  position: relative;
  height: 43px;
  margin: 0;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  display: inline-block;
  vertical-align: middle;
  color: #222;
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 13px;
  line-height: 1.4;
  width: 100% !important;
  margin-bottom: 27px !important;
}

.select2.error{
  margin-bottom: 0px !important;
}

.select2:focus {
  outline: none;
}

.select2-container--open {
  border-bottom: 0;
}

.select2-container--open .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-selection--single {
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  border: 0;
  height: 41px;
  padding: 6px 23px 6px 12px;
  border-radius: 0;
}
.select2-selection--single:focus {
  outline: none;
}

.select2-container--disabled .select2-selection--single{
  background-color: #f3f3f3;
}

.select2-selection__placeholder {
  color: #999;
}

.select2-selection__rendered {
  padding: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 28px;
}

.select2-selection__arrow {
  position: absolute;
  width: 20px;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-dropdown {
  position: absolute;
  left: -100000px;
  z-index: 1051;
  box-sizing: border-box;
  display: block;
  width: 100%;
  background: white;
  border: 1px solid #cdcdcd;
  border-top: 0;
  border-radius: 0;
}

.select2-search {
  display: none;
}

.select2-results {
  display: block;
}

.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.select2-results__option {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 13px;
  color: #222;
  padding: 6px;
  padding-left: 12px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-results__option.select2-results__option--highlighted {
  background: #f5f5f5;
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2 + div.error {
    margin-bottom: 8px;
}

.select2.errorInput {
    border: 1px solid #ef4747;
    background-color: #ffffff;
    margin-bottom: 0px !important;
}

.select2.select2-container--focus {
	border-color: #21c0c0;
	outline: none;
}

#accountSelector .select2 {
	height: 36px;
	top: 4px;
}

.accountSelector.select2-dropdown {
	border: none;
	box-shadow: 0px 2px 4px 0px #cdcdcd;
}

#accountSelector .select2-selection--single, 
#modifyAccountForm .select2-selection--single {
	height: 34px;
} 

#accountSelector .select2-selection__rendered,
#modifyAccountForm .select2-selection__rendered {
	line-height: 24px;
}

#accountSelector .select2-results__option {
	font-size: 11px;
}

#modifyAccountForm .select2 {
	height: 38px;
	margin-bottom: 0px !important;
}

.toast-title {
  font-weight: 700;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #FFF;
}

.toast-message a:hover {
  color: #CCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

.toast-close-button:focus,
.toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

#toast-container > div:hover {
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}

#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

#toast-container.toast-bottom-center > div,
#toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-bottom-full-width > div,
#toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }

  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }

  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }

  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/Roboto-Medium.ttf?fe13e4170719c2fc586501e777bde143) format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/OpenSans-Regular.ttf?629a55a7e793da068dc580d184cc0e31) format("truetype");
}

@font-face {
  font-family: "Jim Sans Light";
  src: url(/fonts/jim-sans-light.woff2?a64acf2d014369541a4d7862199b13e8) format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Jim Sans Medium";
  src: url(/fonts/jim-sans-medium.woff2?beebf656ec077932b462559a82ccb204) format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Jim Sans Regular";
  src: url(/fonts/jim-sans-regular.woff2?9d5dec8c9b5b6db445a60c4223e915a8) format("woff2");
  font-weight: 400;
  font-style: normal;
}

