.newForm__container {
    background-image: url(../img/bg_blue.png);
}
/*.row-tel{
  padding: 0;
}*/
/*.row{
  margin: 0;
}*/
.activ__form{
  padding: 0 30px;
}
.activ__form-container{
	max-width: 960px;
}
.activ__form-wrapper{
  padding: 0 15px;
}
/*.form-group{
  padding: 0;
}*/
.row .row-two {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.emergensy-btn{
  display: flex;
}
.activ__link-block{
  background-color: #dd2748;
  width: 70px;
  height: 2px;
  margin-bottom: 15px;
}
.bootstrap-select.btn-group .dropdown-menu li a{
  font-family: OpenSans-Regular;
  font-size: 16px;
  color: #333;
}

.form-control{
  border-radius: 0px!important;
      padding: 20px;
    font-size: 16px;
    font-family: OpenSans-Regular;
    /*color: #b3b3b3;*/
    margin: 10px 0;
    border: 1px solid rgb(232, 232, 232);
    width: 100%;
    border-width: 1px;
    border-color: rgb(232, 232, 232);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    height: 42px;
}

.row-two .form-group{

}

.activ__aseet-items{
	/*width: calc(100% / 15);*/
  width: 40px;
  height: 40px;
	text-align: center;
	padding: 6px;
	background-color: white;
	cursor: pointer;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.1);
}

.activ__aseet-items .icon {
	font-size: 22px;
	height: 22px;
	width: 22px;
	line-height: 1.6;
}	

.active-type{
	color: #e53a5a;
}


.left-margin-15{
	margin-left: 15px !important;
}

.left-padding-25{
	padding-left: 25px !important;
}

.top-edit{
	top: 10px !important;
}

.show-payment{
	display: block !important;
}

#paymentWrapper{
	display: none;
}

/* Customize the label (the container) */
.inner {
  display: block;
  position: relative;
  padding-left: 35px !important;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.inner input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.inner:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.inner input:checked ~ .checkmark {
  background-color: white;
  border: 2px solid #e53a5a;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.inner input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.inner .checkmark:after {
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e53a5a;
}







/* Customize the label (the container) */
.inner-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.inner-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.inner-checkbox:hover input ~ .checkmark-checkbox {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.inner-checkbox input:checked ~ .checkmark-checkbox {
  background-color: #e53a5a;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.inner-checkbox input:checked ~ .checkmark-checkbox:after {
  display: block;
}

/* Style the checkmark/indicator */
.inner-checkbox .checkmark-checkbox:after {
  left: 5px;
  top: 3px;
  width: 8px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;	
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}









.emergensy-arrow{
	width: 15px;
	height: 15px;
	transition: .3s all;
}




#headingTwo{
	padding-bottom: 35px;
}



.activ__form .card-type{
	justify-content: flex-start;
}

.activ__form h2{
	font-size: 22px;
    font-family: "museo_sans_cyrl700";
    text-transform: uppercase;
    color: white;
    padding: 0px 0 15px 0;
    /*margin: 0;*/
}

.activ__form h3{
	font-size: 16px;
    font-family: "museo_sans_cyrl700";
    /*text-transform: uppercase;*/
    color: white;
    padding: 0px 0 25px 0;
    margin: 0;
}



.activ__form label{
	font-size: 16px;
    font-family: "museo_sans_cyrl300";
    /*text-align: center;*/
    color: white;
    margin: 0;
    padding: 0 0 10px 0;
    font-weight: normal;
}

.activ__form .section-inner{
	padding-bottom: 35px;
}

.form-control{
	border: 1px solid #e8e8e8;
	box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.1);
}

.activ__form .btn-group > .btn:first-child{
	border: 1px solid #e8e8e8 !important;
	/*height: 38px;*/
	border-radius: 0px;
  height: 42px;
  /*background-color: white;*/

}

/* .selectpiker .btn-default{
  background-image: none;
 }*/

.activ__form .btn[data-id="country"]{
	height: 42px !important;
}
#note{
	resize: none;
	height: 100px;
}

.assetType-inner{
/*  padding: 0 15px 15px 15px;*/
	padding-bottom: 15px;
}

.card-type{
	/*padding-top: 30px;*/
}

.emergensy-btn{
	padding: 0;
	margin: 0;
	width: 100%;
    text-align: left;
    border-bottom: 1px solid #dcdcdc !important;
    display: flex;
    justify-content: space-between;
}

.emergensy-btn.collapsed .emergensy-arrow{
	transform: rotate(180deg);
	transition: .3s all;
}
.emergensy-btn:hover{
	text-decoration: none!important;
}

.emergensy-btn:focus, .emergensy-btn:active{
	outline: none !important;
	text-decoration: none !important;
}

.bootstrap-select.btn-group .dropdown-toggle .bs-caret{
	background-image: url(../img/arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}

.activ__submit{
	position: relative;
	padding: 5px 80px;
    height: 40px;
    font-size: 16px;
    background-color: rgb(221,39,72);
    border: 2px solid rgb(221,39,72);
	font-family: "museo_sans_cyrl700";
	text-transform: uppercase;
	color: white;
	/*border-radius: 50px;*/
  border-radius: 0px;
}

.preloader{
	position: absolute;
}

.activ__form .bootstrap-select.btn-group .dropdown-menu.inner{
	padding-left: 0 !important;
}


.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
  background-color: #f5f5f5;
}

.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group>.disabled{
  background-color: #f5f5f5;
}

.btn-default:hover, .btn-default:focus{
  background-color: white;
  background-position: 0;
}

label>span {
  color: white;
}

.caret{
  height: 12px;
  width: 12px;
  background-image: url(../img/arrow-black.svg) !important;
  background-position: center;
  background-size: cover;
  border: none;
  transform: rotate(0deg);
  transition: .3s all;

}

.open .caret{
  border: none ;
  transform: rotate(180deg);
  transition: .3s all;
}


.bootstrap-select.btn-group .dropdown-toggle .caret{
/*    transform: rotate(0deg);
  transition: .3s all;*/
  border: none;
  margin-top: -5px;
}

.errors{
    font-family: "museo_sans_cyrl700";
    color: red;
}


.selectpicker .btn-group > .btn:first-child{
  background-color: white!important;
  background-image: none !important;
}

.fit-row{
  align-items: flex-start !important;
}

.activ__caption-span{
  color: #a2a2a2;
  font-size: 14px;
  text-transform: lowercase;
}

.exPhoneCode {
    width: 30%;
    /*transform: translateX(15px);*/
}

.exPhone {
    width: 65%;
}