@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'),
	   local('OpenSans-Regular'),
	   url('fonts/ra/OpenSans-Regular.woff2') format('woff2'),
	   url('fonts/ra/OpenSans-Regular.ttf')  format('truetype');
}

body, h1, h2, h3, h4, h5, h6, p {
    font-family: "Open Sans", Arial, sans-serif;
    color: #151515;
    font-weight: normal;
}
body{
    margin: 0;
    position: relative;
    background-color: #FBFBFB;
	
	--gray-10: #e0e3e6;
	--gray-40: #838fa0;
	--gray-50: #6b7786;
	--gray-60: #525c69;
	--gray-80: #252b31;
	
	--blue-10: #e2eefd;
	--blue-50: #2574db;
	--blue-60: #0c5cc5;
	
	--green-50: #76ca02;
	--green-70: #599900;
	
	--red-50: #e60c51;
	
	--dropdown-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 8px 10px 1px rgba(0, 0, 0, 0.14);
	--container-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

a{
    text-decoration: none;
}
.h-navbar-content.active {
    display: block;
}
.container-fluid {
    padding-left: 19px;
    padding-right: 19px;
    margin-right: auto;
    margin-left: auto;
}
.login-cont {
    background-size: 54px 58px;
    padding: 10px;
}
.login-box.login-box--marketing {
    max-width: 1050px;
}
.login-box {
    margin: 50px auto;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #cfcfcf;
    box-shadow: -1px 1px 2px 0 rgba(211, 211, 211, 0.5);
    color: #151515;
    width: 98%;
    padding: 35px;
}
.login-box.login-box--marketing.sg-description h4 {
    margin-top: 0;
}
p {
    font-size: 12px;
}
@media (min-width: 544px) {
    .col-sm-4 {
        width: 33.333333%;
        margin: 0 auto;
    }
}
#login .login-box.login-box--simple {
    margin-top: 180px;
}
.login-box.login-box--simple {
    max-width: 462px;
}
.login-box__logo-placement {
	text-align: center;
}
.login-box__logo-placement img {
    margin: 5px auto;
	display: block;
}
.login-box__version {
    text-align: center;
    color: #6c6c6c;
    font-size: 14px;
    margin: 0;
    line-height: 1;
    margin-top: 5px;
}
.login-form-container .login-box__version {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 13px;
}
label {
    display: block;
    font-size: 11px;
    text-align: left;
    color: #767676;
}
.login-form .dropdown.dd-add-delete, .login-form .dropdown.dd-add-delete button {
    display: block;
    width: 100%;
    background-color: #fff;
}

.login-form .dropdown.dd-add-delete, .login-form .dropdown.dd-add-delete button:focus{
    outline: none;
}
.dd-add-delete {
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.dropup, .dropdown {
    position: relative;
}
.login-form .dropdown.dd-add-delete button {
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    height: 24px;
    border: none;
    border-bottom: 1px solid #cecece;
    border-radius: 0;
    padding-left: 0;
}
.login-form .dropdown.dd-add-delete, .login-form .dropdown.dd-add-delete button {
    display: block;
    width: 100%;
}
.dd-add-delete .sg-select {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.dropdown-menu {
	-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 8px 10px 1px rgba(0, 0, 0, 0.14);
	box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 8px 10px 1px rgba(0, 0, 0, 0.14);
}

.dropdown-menu>ul {
	padding: 3px 0 !important;
}

ul.dropdown-menu {
	padding: 8px 0;
	margin-top: -8px;
	margin-right: 14px;
}

.dropdown-menu>ul>li,
ul.dropdown-menu>li {
	height: 40px;
}

.dropdown-menu>ul>li.selected,
ul.dropdown-menu>li.selected,
.dropdown-menu>ul>li.selected>a:focus,
ul.dropdown-menu>li.selected>a:focus {
	background-color: #e2eefd;
}

.dropdown-menu>ul>li>a,
ul.dropdown-menu>li>a {
	display: inline-block;
    padding: 0 16px;
	line-height: 40px;
	color: #252b31;
	width: 100%;
	outline: 0;
}

.dropdown-menu>ul>li>a>span {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .02px;
    text-align: center;
    text-transform: none;
    background-color: transparent;
    color: #252b31;
}

.dropdown-menu>ul>li>a:hover,
.dropdown-menu>ul>li>a:focus,
ul.dropdown-menu>li>a:hover,
ul.dropdown-menu>li>a:focus {
    text-decoration: none;
    background-color: #e0e3e6;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	background-color: #e0e3e6;
}

.dd-add-delete .dd-body {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.dd-add-delete .dd-body > li {
    padding: 4px 10px;
}
.dd-add-delete .dd-body > li a {
    color: #767676;
    font-weight: normal;
    white-space: nowrap;
}
.login-form .input-cont.input-success {
    position: relative;
}
.login-form .input-cont {
    margin-top: 24px;
}
.form-style-reset, textarea, input[type=text], input[type=email], input[type=phone], input[type=number], input[type=password], .dropdown-select .sg-select, .select-autocomplete input.autocomplete-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2px;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(117, 117, 117, 0.5);
    -moz-box-shadow: inset 0 1px 3px 0 rgba(117, 117, 117, 0.5);
    box-shadow: inset 0 1px 3px 0 rgba(117, 117, 117, 0.5);
    border: solid 1px #cfcfcf;
    font-size: 12px;
    color: #151515;
}
.login-form .input-cont.input-success:after {
    content: "\e98a";
    font-family: 'icomoon' !important;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    position: absolute;
    right: 1px;
    top: 33px;
    color: #76ca02;
    width: 16px;
    height: 16px;
}
.sg-select .caret, .sg-select .slct-arrow {
    position: absolute;
    right: 11px;
    top: 10px;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-left: 4.5px solid transparent;
    border-right: 4.5px solid transparent;
    border-top: 5px solid;
}
.login-form .input-cont.input-error {
    position: relative;
}
.login-form .form-label {
	font-family: 'Open Sans';
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: 0.2px;
    display: block;
    margin-bottom: 5px;
}
.login-form .form-input[type='password'] {
    letter-spacing: 0.2em;
}
.login-form .input-cont.input-error .error-ms {
    background: #e60c51;
    color: #fff;
    font-size: 10px;
    min-height: 30px;
	max-height: 60px;
    line-height: 30px;
    padding-left: 10px;
    display: block;
}

ul.checkboxes-center {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.checkboxes-center li.checkbox {
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 20px;
    margin-top: 40px;
}
ul.checkbox-height li.checkbox {
    margin-top: 10px;
    margin-bottom: 19px;
}
ul.checkbox-height li.checkbox {
    margin-top: 10px;
    margin-bottom: 19px;
}
ul.checkboxes-center li.checkbox {
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 20px;
    margin-top: 40px;
}
.login-form .checkbox {
    margin: 20px 0 48px;
    text-align: left;
}
.login-form .checkbox label {
    font-size: 11px;
}
.login-form .checkbox label input {
    vertical-align: middle;
}
input[type='checkbox'], input[type='radio'] {
    opacity: 0;
    position: absolute;
}
.checkbox label span {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 5px;
    vertical-align: sub;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(117, 117, 117, 0.5);
    -moz-box-shadow: inset 0 1px 3px 0 rgba(117, 117, 117, 0.5);
    box-shadow: inset 0 1px 3px 0 rgba(117, 117, 117, 0.5);
    background: #fff;
    position: relative;
    border: 1px solid #cfcfcf;
}

#fileds-and-froms input, .checkbox label span {
    box-shadow: inset 0 1px 3px 0 rgba(177, 177, 177, 0.5);
    font-style: inherit;
}
.login-form .checkbox label span {
    border: 1px solid #cecece;
    background-color: transparent;
    float: left;
}
.checkbox label span:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 1.5%;
    width: 4px;
    height: 9px;
    border-bottom: 2px solid #559114;
    border-right: 2px solid #559114;
    transition: all .2s;
    opacity: 0;
    -webkit-transform: rotate(45deg) scale(0);
    -moz-transform: rotate(45deg) scale(0);
    -ms-transform: rotate(45deg) scale(0);
    -o-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
}
.checkbox label span:hover {
    border: solid 1px #0054a6!important;
}
.checkbox label span {
    top: 0px;
}
ul.checkbox-height li.checkbox {
    margin-top: 10px;
    margin-bottom: 19px;
}
.text-center {
    text-align: center !important;
}
.btn-2 {
    border-radius: 2px;
    background-image: linear-gradient(to bottom, #0b3e52, #0d4a62);
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    color: #ffffff;
    border: 1px solid transparent;
    line-height: 26px;
    cursor: pointer;
    padding: 0 12px;
    height: 28px;
    display: inline-block;
}
.btn {
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal!important;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 4px 12px;
    display: inline-block;
    margin-bottom: 0;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
p.p-10, p.p-10 a {
    font-size: 10px;
}
p.p-14, p.p-14 a {
    font-size: 14px;
}
.login-form .list-inline {
    text-align: center;
}
ul.list-inline {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.list-inline > li {
    display: inline-block;
    vertical-align: middle;
}
.login-form .list-inline a {
    font-size: 14px;
    line-height: 1;
    border-bottom: 1px solid #2574db;
    text-decoration: none;
}
.link--dotted-style {
    color: #2574db;
    line-height: 16px;
}
.link--dotted-style:hover {
	color: #0c5cc5;
}
.login-form .list-inline li {
    margin-right: -4px;
    padding: 0 12px;
}
.login-form .checkbox [type=checkbox]:checked + span:before {
    content: url(../images/tick-green.png);
    position: absolute;
    top: -2px;
    left: 3px;
}
.dropdown.is-open button .caret {
    transform: rotate(180deg);
}
.is-open button .caret {
    transform: rotate(180deg);
}
.is-open > .dropdown-menu {
    display: block;
}
.dd-add-delete .dd-body > li:hover {
    background-color: #CDE2F6;
}
.dd-add-delete{
    outline: none;
}
.sg-select{
    background-color: #0054A6;
}
.dd-add-delete.is-open .sg-select {
    background-color: #0054A6 !important;
    color: #fff;
}
.login-dropdown-bg {
    background-color: #fff !important;
}
.p-10{
    line-height: 1.4em;
}
/*main buttons styling*/
.butn {
	display: inline-block;
	padding: 8px 12px;
	margin-bottom: 0;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 1.25px;
    text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
		touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
    text-transform: uppercase;
    background: #2574db;
    color: #fff;
}
.butn:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}
.btn-secondary{
    background-color: #6b7786;
    color: #fff;
}

.butn:active,
.butn:focus,
.butn:hover {
  background-color: #1368d5 !important;
  color: #fff !important;
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #525c69 !important;
    color: #fff !important;
}
.btn-tertiary-white {
	background-color: #fff;
	border: solid 1px #838fa0;
	color: #6b7786;
}
.btn-tertiary-white:hover{
	border: solid 1px #6b7786;
	color: #525c69;
}
.btn-tertiary-white:active{
	background-color: #fff;
	background-image: none;
	border: solid 1px #6b7786;
}
.login-form{
    line-height: 1.4em;
    margin-top: 8px;
}
/*---- main buttons styling end*/


.logo_title {
    font-family: "Open Sans";
    font-size: 18px;
    color: #000000;
	display: inline-block;
	vertical-align:middle;
}

.bootstrap-select {
	width: 100% !important;
	border-width: 0 0 1px 0;
	border-bottom-color: #cecece;
	border-style: solid;
	background-color: transparent !important;
}

.bootstrap-select button {
	background-color: transparent !important;
}

.input-error.alert {
	margin-top: 0px;
	padding: 0px;
}

#signin-button-controls {
	margin-top: 15px;
}

.input-success {
	background-color: #599900 !important;
	border-radius: 4px;
}

@media screen and (min-width: 1199px) {
    .login-box.login-box--marketing > div {
        display: inline-block;
        margin-right: -4px;
        vertical-align: top;
    }
}

@media screen and (min-width: 1024px) {
    .login-box.login-box--marketing > div.left {
        padding-right: 60px;
        width: 55%;
		text-align: center;
    }
}


@media screen and (min-width: 1199px){
    .login-box.login-box--marketing > div.right {
        padding-left: 60px;
        width: 45%;
        border-left: 1px solid #cecece;
    }
}

#marketing-image {
	max-width: 520px;
	max-height: 430px;
}

.form-control {
  min-height: 40px;
  padding: 12px 16px 8px 16px;
  
  font-family: "Open Sans" !important;
  font-size: 14px !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.43 !important;
  letter-spacing: normal !important;
  color: #252b31 !important;
  border-radius: 4px !important;
  border: solid 1px #838fa0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.form-control:focus {
  border: solid 2px #0c5cc5 !important;
}

.btn-primary {
	color: #fff;
	background-color: #2574db;
	border-color: transparent;
}

.btn-primary:focus,
.btn-primary.focus {
	background-color: #0c5cc5;
	border-color: transparent;	
}

.btn-primary:hover {
	background-color: #0c5cc5;
	border-color: transparent;	
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-color: #0c5cc5;
	border-color: transparent;	
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
	background-color: #0c5cc5;
	border-color: transparent;	
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-image: none;
}

.alert-info {
	color: #2574db;
}

.alert-success {
	color: #599900;
}

.alert-warning {
	color: #e39b00;
}

.alert-danger, .alert-danger .alert-link {
	color: #e60c51;
}

.login-form .has-float-label .bootstrap-select > button > div.filter-option > div.filter-option-inner > div.filter-option-inner-inner {
	padding-top: 5px !important;
}

.login-form .has-float-label .bootstrap-select > .dropdown-menu ul.dropdown-menu.inner > li > a {
	color: #252b31;
}

.login-form .has-float-label .bootstrap-select > .dropdown-menu ul.dropdown-menu.inner > li.selected.active > a {
	background-color: #e2eefd;
}

.login-container.container-fluid {
    padding-left: 0;
    padding-right: 0;
    height: 100vh;
  }
  
  .login-container .container-left {
    height: 100%;
    background-image: url(../images/login_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .login-container .container-right {
    background-color: #2574DB;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .container-right .login-form-container {
    background: #FFFFFF;
    padding: 32px 62px;
    border-radius: 4px;
    box-shadow: 0px 8px 10px 1px #00000024;
  }
  
  .pt-text {
    margin: 8px 0 24px 0;
    padding: 0 24px;
    color: #6B7786;
    font-size: 14px;
  }
  
  .login-form .btn.dropdown-toggle.btn-default {
    outline: none !important;
  }
  
  #authSelectionControl {
    margin-top: 32px;
  }
  
  .login-form .show-password-icon {
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
    border: none;
    outline: none;
    background: no-repeat;
    padding: 0;
    height: 15px;
  }
  
  .login-form .show-password-icon:hover svg path {
    fill: #2574DB;
  }
  
  .form-control#password {
    padding-right: 40px;
  }
  
  @media screen and (max-width: 480px) {
    .container-right .login-form-container {
      padding: 32px;
    }
  }

  
.system-notification {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	height: 88px;
	width: 100%;
	z-index: 2000;
	display: none;
	line-height: 1.4em;
}

.system-notification .system-notification__message {
    position: relative;
    font-size: 14px;
    padding: 0 30px 0 24px;
}

.system-notification--success {
    background: #599900;
}

.system-notification--error, .system-notification--success {
    color: #ffffff;
}
.system-notification--error {
    background: #e60c51;
}

.system-notification--note {
    background: #2574db;
}
.system-notification--warning {
    background: #f9b625;
}

.system-notification .js-cancel {
    position: absolute;
    right: 20px;
    cursor: pointer;
}
.align-middle-y, .system-notification .system-notification__message, .system-notification .js-cancel {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}