.seg-mdl-dropdown {
    /* position:relative;

    width:100%;

    height:36px;

    margin-bottom:5px;

    margin-top:5px; */
    position: relative;
    width: calc(100% - 2px);
    height: 40px;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 0;
    border: 1px solid #b0b0b0;
    border-radius: 5px;
    text-align: left;
    isolation: isolate;
}

.seg-mdl-dropdown select {
    /* border:none;
    width:100%;
    position:absolute;
    height:26px;
    padding:0;
    margin:0;
    bottom:0;
    background-color:transparent;
    z-index:4;
    font-size:14px;
    line-height:22px;
    color:#75787B;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-bottom:2px;
	outline: 0;
    left:0; */
    border: none;
    width: calc(100% - 20px);
    position: absolute;
    height: 14px;
    padding: 18px 10px 8px;
    margin: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 4;
    font-size: 14px;
    line-height: 14px;
    color: #75787B;
    left: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: initial;
}

.seg-mdl-dropdown select::-ms-expand {
    display: none;
}

@media all and (-ms-high-contrast: active) {
    .seg-mdl-dropdown select:focus::-ms-value {
        background-color: transparent;
        color: #75787B;
    }
}

@media all and (-ms-high-contrast: none) {
    .seg-mdl-dropdown select::-ms-value {
        background-color: transparent;
        color: #75787B;
    }
}


/* .seg-mdl-dropdown::before{
    content:'';
    position:absolute;
    bottom:1px;
    height:1px;
    left:0;
    width:100%;
    background-color:#75787B;
    z-index:2;
}



.seg-mdl-dropdown::after{
    content:'';
    position:absolute;
    bottom:0;
    height:2px;
    left:50%;
    width:0;
    background-color:#1EBCAA;
    transition-property:all;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    z-index:3;
} */

.seg-mdl-dropdown-arrow {
    position: absolute;
    top: 16px;
    right: 10px;
    width: 9px;
    height: 9px;
    color: #75787B;
}

.seg-mdl-dropdown-arrow::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border-left: 1px solid #75787B;
    border-top: 1px solid #75787B;
    transition: all 0.2s;
    transform: rotate(-45deg);
}

.seg-mdl-focussed .seg-mdl-dropdown-arrow::after {
    transform: rotate(-135deg);
    border-color: #1EBCAA;
}


/* .seg-mdl-dropdown.seg-mdl-focussed::after{

    width:100%;

    left:0;

} */


/* .seg-mdl-dropdown.seg-mdl-error::after{

    width:100%;

    left:0;

    background-color:red !important;

} */

.seg-mdl-dropdown label {
    /* position:absolute;

    z-index:1;

    font-size:14px;

    color:#75787B;

    display:block;

    top:0;

    left:0;

    margin-top:10px;

    font-weight:normal;

    line-height:24px;

    transition-property:all;

    transition-duration: .2s;

    transition-timing-function: cubic-bezier(.4,0,.2,1); */
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: #75787B;
    display: block;
    top: 0;
    left: 0;
    font-weight: normal;
    line-height: 20px;
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    padding: 10px;
    transform-origin: left top;
}

.seg-mdl-dropdown.seg-mdl-completed label {
    /* transform:scale(0.8) translateX(-13%) translateY(-94%);

    color:#1EBCAA; */
    transform: scale(0.8) translateX(3px) translateY(-11px);
    /*color: #1EBCAA;*/
}

.mdl-input-error-msg {
    font-size: 10px;
    color: #FF0000;
    padding-bottom: 5px;
    margin-top: -5px;
}

.seg-mdl-dropdown.mdl-validation-error {
    margin-bottom: 20px;
}

.seg-mdl-dropdown .mdl-validation-error-msg {
    color: #FF0000;
    font-size: 10px;
    position: absolute;
    bottom: -8px;
    left: 10px;
}

.seg-mdl-searchfield {
    position: relative;
    width: calc(100% - 2px);
    height: 40px;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 0;
    border: 1px solid #b0b0b0;
    border-radius: 5px;
    text-align: left;
}

.seg-mdl-searchfield #search-input {
    border: none;
    width: calc(100% - 20px);
    position: absolute;
    height: 14px;
    padding: 18px 10px 8px;
    margin: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 4;
    font-size: 14px;
    line-height: 14px;
    color: #75787B;
    left: 0;
    outline: 0;
    min-height: 40px;
    box-sizing: border-box;
}

.seg-mdl-searchfield label {
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: #75787B;
    display: block;
    top: 0;
    left: 0;
    font-weight: normal;
    line-height: 20px;
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    padding: 10px;
    transform-origin: left top;
}

.seg-mdl-searchfield.seg-mdl-completed label {
    transform: scale(0.8) translateX(3px) translateY(-8px);
    color: #1EBCAA;
}

.seg-mdl-completed .seg-mdl-plain-label+label {
    transform: none !important;
    opacity: 0;
}

.seg-mdl-searchfield #search-submit {
    position: absolute;
    bottom: 7px;
    right: 0;
    background-color: transparent;
    border: none;
    background-image: url(../images/icons/search.png);
    background-repeat: no-repeat;
    background-size: 10px auto;
    width: 10px;
    height: 12px;
    z-index: 5;
    cursor: pointer;
}

.screen-reader-text {
    display: none;
}

.seg-mdl-textarea {
    /* position:relative;
    width:100%; */
    /*overflow:hidden;*/
    /*removed to allow for validation message to show*/
    /* margin-bottom:5px;
    margin-top:5px;
    line-height:0; */
    position: relative;
    width: calc(100% - 2px);
    min-height: 40px;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 0;
    border: 1px solid #b0b0b0;
    border-radius: 5px;
    text-align: left;
    isolation: isolate;
}

.seg-mdl-textarea textarea {
    /* border:none;
    width:100%;
    position:relative;
    height:24px;
    padding:0;
    margin:0;
    background-color:transparent;
    z-index:4;
    font-size:15px;
    line-height:22px;
    color:#75787B;
    resize:none;
    margin-top:14px;
    min-height: 24px; */
    border: none;
    width: calc(100% - 2px);
    position: relative;
    min-height: 150px;
    padding: 18px 10px 8px;
    margin: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 4;
    font-size: 14px;
    line-height: 14px;
    color: #75787B;
    left: 0;
    outline: 0;
    resize: none;
    font-family: inherit;
}


/* .seg-mdl-textarea::before{
    content:'';
    position:absolute;
    bottom:1px;
    height:1px;
    left:0;
    width:100%;
    background-color:#75787B;
    z-index:2;
}
.seg-mdl-textarea::after{
    content:'';
    position:absolute;
    bottom:0;
    height:2px;
    left:50%;
    width:0;
    background-color:#1EBCAA;
    transition-property:all;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    z-index:3;
}
.seg-mdl-textarea.seg-mdl-focussed::after{
    width:100%;
    left:0;
}
.seg-mdl-textarea.seg-mdl-error::after{
	width:100%;
	left:0;
	background-color:red !important;
} */

.seg-mdl-textarea label {
    /* position:absolute;
    z-index:1;
    font-size:14px;
    color:#75787B;
    display:block;
    top:0;
    left:0;
    margin-top:10px;
    font-weight:normal;
    line-height:20px;
    transition-property:all;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    margin-bottom:0; */
    position: absolute;
    z-index: 1;
    font-size: 14px;
    color: #75787B;
    display: block;
    top: 0;
    left: 0;
    font-weight: normal;
    line-height: 20px;
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    padding: 10px;
    transform-origin: left top;
}

.seg-mdl-textarea.seg-mdl-completed label {
    /* transform:scale(0.8) translateX(-13%) translateY(-94%);
	color:#1EBCAA; */
    transform: scale(0.8) translateX(3px) translateY(-11px);
    /*color: #1EBCAA;*/
}

.mdl-validation-error.seg-mdl-textarea::before {
    background-color: #FF0000 !important;
}

.mdl-validation-error.seg-mdl-textarea::after {
    background-color: #FF0000 !important;
}

.seg-mdl-textarea.mdl-validation-error {
    margin-bottom: 20px;
}

.seg-mdl-textarea .mdl-validation-error-msg {
    /* color: #FF0000;
    font-size: 10px;
    position: absolute;
    bottom: -6px;
    right: 0; */
    color: #FF0000;
    font-size: 10px;
    position: absolute;
    bottom: -8px;
    left: 10px;
}

    .seg-mdl-submit-btn{
        position:relative;
        overflow:hidden;
        display:inline-block;
        background-color:#E8E8E8;
    }

    .seg-mdl-submit-btn input[type="submit"]{
        background-color: transparent;
        border: none;
        color:#000000;
        margin: 0;
        font-size: 14px;
        line-height: 30px;
        transition: all 0.2s;
        position: relative;
        overflow: hidden;
        font-weight: bold;
        min-width: 90px;
        padding: 0 16px;
        padding-top:4px;
        padding-bottom:4px;
        text-transform:uppercase;
        font-family: inherit;
    }

    .seg-mdl-submit-btn .seg-mdl-riple{
        content: '';
        background-color: #A2A2A2;
        position: absolute;
        width: 250%;
        padding-top: 125%;
        opacity: 1;
        padding-bottom: 125%;
        border-radius: 50%;
        animation-name:ripple;
        animation-duration:0.5s;
        transition: opacity 0.5s;
    }

    @keyframes ripple {
        from {transform:scale(0);}
        to {transform:scale(1);}
    }

    .seg-mdl-submit-btn input[type="submit"]:hover{
        color:none;
        background-color:none;
        opacity:1;
    }

    .seg-mdl-submit-btn input[type="submit"]:active{
        opacity:1;
    }

.seg-mdl-counter-box {
    display: inline-flex;
    width: 100%;
    align-items: center;
    /* justify-content: space-between; */
    overflow: hidden;
    margin: 15px 0;
}

.seg-mdl-counter-box.type-mdl{
    position: relative;
    width: calc(100% - 2px);
    height: 40px;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 0;
    border: 1px solid #b0b0b0;
    border-radius: 5px;
    text-align: left;
    padding-right: 12px;
}


.seg-mdl-counter-box.no-label-left .label{
    display: none;
}

.seg-mdl-counter-box.no-label-left .inputs{
    position: relative;
    justify-content: flex-end;
    max-width: unset;
}
.seg-mdl-counter-box.no-label-left .inputs .seg-mdl{
    position:absolute;
    left: 0;
    max-width: calc(100% - 40px - 12px);
}

.seg-mdl-counter-box.no-label-left .inputs div ~ div{
    margin-left: 6px;
}

.seg-mdl-counter-box .label {
    text-align: left;
    display: inline-block;
    margin-right: auto;
    min-width: 48px;
    max-width: calc(100% - 96px);
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.seg-mdl-counter-box.type-mdl .label label{
    font-family: inherit;
    font-weight: normal;
    color: #75787B;
    font-size: 14px;
    padding-left: 12px;
}

.seg-mdl-counter-box .label label {
    line-height:20px;
    font-size: 1.01em;
    font-weight: bold;
}

.seg-mdl-counter-box .label .desc {
    line-height: 20px;
}

.seg-mdl-counter-box .inputs {
    display: inline-flex;
    padding: 0 0 0 15px;
    flex-basis: 100%;
    max-width: 100px;
    align-items:center;
}

.seg-mdl-counter-box input.seg-mdl{
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    width: 100%;
    max-width: calc(100% - 40px);
    min-width: 20px;
}

.seg-mdl-counter-box .count-inc,
.seg-mdl-counter-box .count-dec{
    min-height: 24px;
    height: 24px;
    min-width:24px;
    width:   24px;
    display: block;
    position: relative;
    border:1px solid #ccc;
    background-color: #eee;
    border-radius: 4px;
    cursor: pointer;
}

.seg-mdl-counter-box .count-dec,
.seg-mdl-counter-box .count-inc{
    border-color:  rgb(29, 128, 245);
}

.seg-mdl-counter-box .count-inc::before{
    content:'';
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 12px;
    background-color: #666;
}
.seg-mdl-counter-box .count-inc::after{
    content:'';
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 12px;
    background-color: #666;
}

.seg-mdl-counter-box .count-dec::before{
    content:'';
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 12px;
    background-color: #666;
}

.seg-mdl-passwordfield {
    position: relative;
    width: calc(100% - 2px);
    height: 40px;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 0;
    border: 1px solid #b0b0b0;
    border-radius: 5px;
    text-align: left;
}

.seg-mdl-passwordfield input {
    border: none;
    width: calc(100% - 2px);
    position: absolute;
    height: 14px;
    padding: 18px 10px 8px;
    margin: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 4;
    font-size: 14px;
    line-height: 14px;
    color: #75787B;
    left: 0;
    outline: 0;
    min-height: 40px;
    box-sizing: border-box;
}

.seg-mdl-passwordfield label {
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: #75787B;
    display: block;
    top: 0;
    left: 0;
    font-weight: normal;
    line-height: 20px;
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    padding: 10px;
    transform-origin: left top;
}

.seg-mdl-passwordfield.seg-mdl-completed label {
    transform: scale(0.8) translateX(3px) translateY(-8px);
    color: #1EBCAA;
}

.seg-mdl-completed .seg-mdl-plain-label+label {
    transform: none !important;
    opacity: 0;
}

.mdl-validation-error.seg-mdl-passwordfield::before {
    background-color: #FF0000 !important;
}

.mdl-validation-error.seg-mdl-passwordfield::after {
    background-color: #FF0000 !important;
}


.seg-mdl-radio {

	position: relative;

	display: block;

	overflow: hidden;

	line-height: 0;

	padding-top: 3px;

	padding-bottom: 3px;

}



.seg-mdl-radio input[type="radio"] {

	position: absolute;

	left: -100%;

}



.seg-mdl-radio label {

	cursor: pointer;

	font-size: 12px;

	line-height: 17px;

	padding-left: 34px;

	position: relative;

	height: 18px;

	display: inline-block;

	font-weight: bold;

	color: #1EBCAA;

}



.seg-mdl-radio label span {

	color: #45484A;

}



.seg-mdl-radio-dot {

	display: block;

	border: 1px solid #1EBCAA;

	width: 15px;

	height: 15px;

	border-radius: 50%;

	position: absolute;

	top: 0;

	left: 0;



}



.seg-mdl-radio-dot::after {

	content: '';

	display: block;

	position: absolute;

	top: 3px;

	left: 3px;

	width: 9px;

	height: 9px;

	background-color: #1EBCAA;

	border-radius: 50%;

	transform: scale(0);

	transition: transform 0.2s;

}



.seg-mdl-checked .seg-mdl-radio-dot::after {

	transform: scale(1);

}



.mdl-validation-error .seg-mdl-radio-dot {

	border: 1px solid #FF0000 !important;

}

.seg-mdl-radio-check {
	position: relative;
	line-height: 0;
	isolation: isolate;
  }
  
.seg-mdl-radio-check input {
	position: absolute;
	opacity: 0;
	z-index: -1;
  }
  
.seg-mdl-radio-check label {
	border: none;
	width: 100%;
	position: relative;
	padding: 0px 0 0px 30px;
	margin: 0;
	background-color: transparent;
	z-index: 4;
	font-size: 14px;
	line-height: 20px;
	resize: none;
	font-weight: normal;
	cursor: pointer;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .45s;
			transition-duration: .45s;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
			transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #3e3e3e;
  }
  
 .seg-mdl-radio-check .radio-check-wrapper .subtitle {
	padding-left: 30px;
	padding-top: 6px;
	display: block;
  }
  
.seg-mdl-radio-check .radio-check-wrapper + .radio-check-wrapper {
	padding-top: 18px;
  }
  
.seg-mdl-radio-check .seg-mdl-checkbox-holder {
	width: 23px;
	height: 23px;
	position: absolute;
	left: 0;
	bottom: -2px;
	overflow: hidden;
  }
  
.seg-mdl-radio-check .seg-mdl-checkbox-holder::before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 1px;
	top: 1px;
	border: 1px solid #3e3e3e;
	border-radius: 4px;
  }
  
.seg-mdl-radio-check .seg-mdl-checkbox-holder .seg-mdl-checkbox-tick {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
			transform: scale(0);
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .45s;
			transition-duration: .45s;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
			transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  
.seg-mdl-radio-check .seg-mdl-checkbox-holder .seg-mdl-checkbox-tick::after {
	content: '\e903';
	font-family: "seg";
	text-align: center;
	font-size: 12px;
	line-height: 23px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #757575;
  }
  
  
  .seg-mdl-radio-check.seg-mdl-checked .seg-mdl-checkbox-holder .seg-mdl-checkbox-tick {
	-webkit-transform: scale(1);
			transform: scale(1);
  }
  

.seg-mdl-radio-group{
    position:relative;
    display:inline-block;
    overflow:hidden;
    line-height:0;
    margin-bottom:5px;
    margin-top:7px;
}

.seg-mdl-radio-group input[type="radio"]{
    position:absolute;
    top:-100%;
    opacity:0;
}

.seg-mdl-radio-group::before{
    content:'';
    position:absolute;
    bottom:1px;
    height:1px;
    left:0;
    width:100%;
    background-color:#DCDCDC;
    z-index:2;
}

.seg-mdl-radio-group label{
    display:inline-block;      
    overflow:hidden;
    position:relative;
    margin:0;
    padding:0;
}

.seg-mdl-radio-group label span{
    padding-top:0;
    padding-bottom:0;
    padding-left:10px;
    padding-right:10px;
    border-left:1px solid #DCDCDC;
    margin-top:7px;
    margin-bottom:7px;
    margin-left:0;
    margin-right:0;
    font-size: 14px;
    color: #DCDCDC;
    font-weight:normal;
    cursor:pointer;
    transition: color 0.2s;
    display:block;
    z-index:2;
    position:relative;
    line-height:20px;
}

.seg-mdl-radio-group label.seg-mdl-first span{
    border-left:none;
}

.seg-mdl-radio-group label.seg-mdl-checked span{
    color: #757575;
}

.seg-mdl-radio-group-underline{
    content:'';
    position:absolute;
    bottom:0;
    height:2px;
    left:50%;
    width:0;
    background-color:red;
    transition-property:all;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    z-index:3;
}

.seg-mdl-radio-group .seg-mdl-riple{
    content: '';
    background-color: #EEEEEE;
    position: absolute;
    width: 250%;
    padding-top: 125%;
    opacity: 1;
    padding-bottom: 125%;
    border-radius: 50%;
    animation-name:ripple;
    animation-duration:0.5s;
    transition: opacity 0.5s;
    z-index:1;
}

@keyframes ripple {
    from {transform:scale(0);}
    to {transform:scale(1);}
}

.default .mdl-popup .modal-body {

    overflow: visible !important;

}



.mdl-popup .modal-header {

    min-height: 16.43px;

    padding: 15px;

    border-bottom: 1px solid #e5e5e5;

    background-color: #fff !important;

    border-radius: 8px 8px 0 0;

}



.mdl-popup .modal-footer {

    padding: 0px;

    height: auto;

    line-height:0;

}



.mdl-popup .modal-footer .btn-default {

    width: 50%;

    margin: 0px !important;

    border: none;

    padding: 15px 0px 15px 0px;

    border-radius: 0px;

    background-color: #fff;

}



.mdl-popup .modal-footer .btn + .btn {

    border-left: 1px solid #d5d5d5;

    margin-left: 0px;

}



.mdl-popup .modal-footer > .btn:first-child {

    background-color: #2E85C6 !important;

    color: #fff;

}



.mdl-popup .awe-loading {

    /* background-image: url('../../wp-content/themes/meridianadventures/images/icons/apps/custom/wl-icons/loader.svg'); */

    position: absolute;

    top: 50%;

    left: 50%;

    width: 20px;

    height: 20px;

    margin-left: -10px;

    margin-top: -10px;

    stroke: #676767;

    z-index: 1;

    animation-name: loaderRotate;

    animation-duration: 1s;

    animation-iteration-count: infinite;

    animation-timing-function: linear;

    background-size: 20px 20px;

}



.mdl-popup .awe-ldgcnt {

    position: relative;

    width: 100%;

    display: block;

    height: 48px;

}



.mdl-popup.wl-popup-row {

    padding-bottom: 5px;

    padding-left: 0;

    padding-right: 0;

}



.mdl-popup.col-no-pad {

    padding-left: 0;

    padding-right: 0;

}



html .modal-open .modal-dialog .seg-mdl-btn {

    background-color: #FFFFFF;

}



html .modal-open .modal-dialog .seg-mdl-btn .seg-mdl-riple {

    background-color: #F8F8F8;

}



html .modal-open .modal-dialog .seg-mdl-btn input[type="button"] {

    color: #555555;

}



html .modal-open .modal-dialog .seg-mdl-modal-btn-container-first .seg-mdl-btn input[type="button"] {

    color: #FFFFFF;

}



.mdl-popup .modal-footer .seg-mdl-btn{

    width:100%;

}



.mdl-popup .modal-footer .seg-mdl-btn input[type="button"]{

    width:100%;

    line-height:38px;

}



.mdl-popup .seg-mdl-modal-btn-container .seg-mdl-btn {

    margin-left: 0;

}



html .modal-open .modal-dialog.mdl-popup .seg-mdl-modal-btn-container-first .seg-mdl-btn{

    background-color:#9E9E9E;

}



@keyframes loaderRotate {

    from {transform: rotate(0deg);}

    to {transform: rotate(360deg);}

}

.seg-mdl-textfield {
  /* position:relative;
	width:100%;
	height:36px;
	margin-bottom:5px;
	margin-top:5px;
	line-height:0; */
  position: relative;
  width: calc(100% - 2px);
  height: 40px;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 0;
  border: 1px solid #b0b0b0;
  border-radius: 5px;
  text-align: left;
  isolation: isolate;
}

.seg-mdl-textfield input {
  /* border:none;
	width:100%;
	position:absolute;
	height:24px;
	padding:0;
	margin:0;
	bottom:2px;
	background-color:transparent;
	z-index:4;
	font-size:14px;
	line-height:24px;
	color:#75787B;
	left:0;
	outline: 0; */
  border: none;
  width: calc(100% - 2px);
  position: absolute;
  height: 14px;
  padding: 12px 10px 8px;
  margin: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 4;
  font-size: 14px;
  line-height: 20px;
  color: #75787b;
  left: 0;
  outline: 0;
  min-height: 40px;
  box-sizing: border-box;
}

/* .seg-mdl-textfield::before{
	content:'';
	position:absolute;
	bottom:1px;
	height:1px;
	left:0;
	width:100%;
	background-color:#75787B;
	z-index:2;
}
.seg-mdl-textfield::after{
	content:'';
	position:absolute;
	bottom:0;
	height:2px;
	left:50%;
	width:0;
	background-color:#1EBCAA;
	transition-property:all;
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	z-index:3;
}
.seg-mdl-textfield.seg-mdl-focussed::after{
	width:100%;
	left:0;
}
.seg-mdl-textfield.seg-mdl-error::after{
	width:100%;
	left:0;
	background-color:red !important;
} */

.seg-mdl-notempty label:after,
.seg-mdl-notempty .mdl-label:after {
  content: ' *';
  font-size: 0.8em;
  vertical-align: super;
  font-weight: bold;
  position: absolute;
  top: -4px;
  padding-left: 2px;
}

.seg-mdl-textfield label {
  /* position:absolute;
	z-index:1;
	font-size:14px;
	color:#75787B;
	display:block;
	top:0;
	left:0;
	margin-top:10px;
	font-weight:normal;
	line-height:24px;
	transition-property:all;
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4,0,.2,1); */
  position: relative;
  z-index: 1;
  font-size: 14px;
  color: #75787b;
  display: block;
  top: -3px;
  left: 0;
  font-weight: normal;
  line-height: 20px;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding: 10px;
  transform-origin: left top;
}

.seg-mdl-textfield.seg-mdl-completed label {
  /* transform:scale(0.8) translateX(-13%) translateY(-94%);
	color:#1EBCAA; */
  transform: scale(0.8) translateX(3px) translateY(-11px);
  /*color: #1EBCAA;*/
}

.seg-mdl-completed .seg-mdl-plain-label + label {
  transform: none !important;
  opacity: 0;
}

.seg-mdl-textfield input.datepicker {
  /*background-image: url('../../../images/icons/apps/custom/DateIcon.svg'); */
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px 16px;
}

/* .mdl-validation-error.seg-mdl-textfield::before{
	background-color:#FF0000 !important;
}
.mdl-validation-error.seg-mdl-textfield::after{
	background-color:#FF0000 !important;
} */

.mdl-input-error-msg {
  font-size: 10px;
  color: #ff0000;
  padding-bottom: 5px;
  margin-top: -5px;
}

.seg-mdl-textfield.mdl-validation-error {
  margin-bottom: 20px;
}

.seg-mdl-textfield .mdl-validation-error-msg {
  /* color: #FF0000;
	font-size: 10px;
	position: absolute;
	bottom: -6px;
	right: 0; */
  color: #ff0000;
  font-size: 10px;
  position: absolute;
  bottom: -8px;
  left: 10px;
}

.seg-mdl-notempty label:after,
.seg-mdl-notempty .mdl-label:after {
  content: ' *';
  font-size: 0.8em;
  vertical-align: super;
  font-weight: bold;
  position: absolute;
  top: 9px;
  padding-left: 2px;
}

@media screen and (max-width: 420px) {
  .seg-mdl-textfield,
  .seg-mdl-passwordfield {
    input, label {
      font-size: 10px;
    }
  }
}

.seg-mdl-checkbox {
    position: relative;
    line-height: 0;
    isolation: isolate;
}

.seg-mdl-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.seg-mdl-checkbox label {
    border: none;
    width: 100%;
    position: relative;
    padding: 0px 0 0px 30px;
    margin: 0;
    background-color: transparent;
    z-index: 4;
    font-size: 14px;
    line-height: 20px;
    color: #DCDCDC;
    resize: none;
    font-weight: normal;
    cursor: pointer;
    transition-property: color;
    transition-duration: .45s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.seg-mdl-checkbox.seg-mdl-checked label {
    color: #757575;
}

.seg-mdl-checkbox-holder {
    width: 23px;
    height: 23px;
    position: absolute;
    left: 0;
    bottom: -2px;
    overflow: hidden;
}

.seg-mdl-checkbox-holder::before {
    content: '';
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 1px;
    top: 1px;
}

.seg-mdl-checkbox-tick {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition-property: all;
    transition-duration: .45s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.seg-mdl-checkbox-tick::after {
    content: '\e903';
    font-family: "seg";
    text-align: center;
    font-size: 12px;
    line-height: 23px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #757575;
}

.seg-mdl-checked .seg-mdl-checkbox-tick,
.seg-mdl-checkbox input:checked~.seg-mdl-checkbox-tick {
    transform: scale(1);
}

.seg-mdl-checkbox.seg-mdl-inactive::after,
.seg-mdl-inactive .seg-mdl-checkbox-border {
    animation: none;
}

.seg-mdl-btn{

    position:relative;

    overflow:hidden;

    display:block;

    background-color:#1EBCAA;

}



.seg-mdl-btn input[type="button"]{

    background-color: transparent;

    border: none;

    color:#FFFFFF;

    margin: 0;

     font-size: 14px;

    /*line-height: 30px; */

    font-weight: 500;
    letter-spacing: 1.25px;
    line-height: 30px;

    transition: all 0.2s;

    position: relative;

    overflow: hidden;

    font-weight: normal;

    min-width: 90px;

    padding: 0 16px;

    padding-top:4px;

    padding-bottom:4px;

    text-transform:uppercase;

    z-index:3;

	cursor:pointer;

    width:100%;
    
    font-family: inherit;

}



.seg-mdl-btn .seg-mdl-riple{

    content: '';

    background-color: #1CA192;

    position: absolute;

    width: 250%;

    padding-top: 125%;

    opacity: 1;

    padding-bottom: 125%;

    border-radius: 50%;

    animation-name:ripple;

    animation-duration:0.5s;

    transition: opacity 0.5s;

    z-index:1;

}



@keyframes ripple {

    from {transform:scale(0);}

    to {transform:scale(1);}

}



.seg-mdl-btn input[type="button"]:hover{

    color:none;

    background-color:none;

    opacity:1;

}



.seg-mdl-btn input[type="button"]:active{

    opacity:1;

}



/* -- modal -- */



.seg-mdl-modal-btn-container{

    float:left;

}



.seg-mdl-modal-btn-container .seg-mdl-btn{

    width:auto;

    margin-left:1px;

}



.seg-mdl-modal-btn-container.seg-mdl-modal-btn-container-first .seg-mdl-btn{

    margin-left:0;

}

.seg-mdl-datefield {
  /* position:relative;
	width:100%;
	height:36px;
	margin-bottom:5px;
	margin-top:5px;
	line-height:0; */
  position: relative;
  width: calc(100% - 2px);
  height: 40px;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 0;
  border: 1px solid #b0b0b0;
  border-radius: 5px;
  text-align: left;
  isolation: isolate;
}

.seg-mdl-datefield input {
  /* border:none;
	width:100%;
	position:absolute;
	height:24px;
	padding:0;
	margin:0;
	bottom:2px;
	background-color:transparent;
	z-index:4;
	font-size:14px;
	line-height:24px;
	color:#75787B;
	left:0;
	outline: 0; */
  border: none;
  width: calc(100% - 2px);
  position: absolute;
  height: 14px;
  padding: 12px 10px 8px;
  margin: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 4;
  font-size: 14px;
  line-height: 20px;
  color: #75787b;
  left: 0;
  outline: 0;
  min-height: 40px;
  box-sizing: border-box;
}

/* .seg-mdl-datefield::before{
	content:'';
	position:absolute;
	bottom:1px;
	height:1px;
	left:0;
	width:100%;
	background-color:#75787B;
	z-index:2;
}
.seg-mdl-datefield::after{
	content:'';
	position:absolute;
	bottom:0;
	height:2px;
	left:50%;
	width:0;
	background-color:#1EBCAA;
	transition-property:all;
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	z-index:3;
}
.seg-mdl-datefield.seg-mdl-focussed::after{
	width:100%;
	left:0;
}
.seg-mdl-datefield.seg-mdl-error::after{
	width:100%;
	left:0;
	background-color:red !important;
} */

.seg-mdl-notempty label:after,
.seg-mdl-notempty .mdl-label:after {
  content: ' *';
  font-size: 0.8em;
  vertical-align: super;
  font-weight: bold;
  position: absolute;
  top: -4px;
  padding-left: 2px;
}

.seg-mdl-datefield label {
  /* position:absolute;
	z-index:1;
	font-size:14px;
	color:#75787B;
	display:block;
	top:0;
	left:0;
	margin-top:10px;
	font-weight:normal;
	line-height:24px;
	transition-property:all;
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4,0,.2,1); */
  position: relative;
  z-index: 1;
  font-size: 14px;
  color: #75787b;
  display: block;
  top: -3px;
  left: 0;
  font-weight: normal;
  line-height: 20px;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding: 10px;
  transform-origin: left top;
}

.seg-mdl-datefield.seg-mdl-completed label {
  /* transform:scale(0.8) translateX(-13%) translateY(-94%);
	color:#1EBCAA; */
  transform: scale(0.8) translateX(3px) translateY(-11px);
  /*color: #1EBCAA;*/
}

.seg-mdl-completed .seg-mdl-plain-label + label {
  transform: none !important;
  opacity: 0;
}

.seg-mdl-datefield input.datepicker {
  /*background-image: url('../../../images/icons/apps/custom/DateIcon.svg'); */
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px 16px;
}

/* .mdl-validation-error.seg-mdl-datefield::before{
	background-color:#FF0000 !important;
}
.mdl-validation-error.seg-mdl-datefield::after{
	background-color:#FF0000 !important;
} */

.mdl-input-error-msg {
  font-size: 10px;
  color: #ff0000;
  padding-bottom: 5px;
  margin-top: -5px;
}

.seg-mdl-datefield.mdl-validation-error {
  margin-bottom: 20px;
}

.seg-mdl-datefield .mdl-validation-error-msg {
  /* color: #FF0000;
	font-size: 10px;
	position: absolute;
	bottom: -6px;
	right: 0; */
  color: #ff0000;
  font-size: 10px;
  position: absolute;
  bottom: -8px;
  left: 10px;
}

.seg-mdl-notempty label:after,
.seg-mdl-notempty .mdl-label:after {
  content: ' *';
  font-size: 0.8em;
  vertical-align: super;
  font-weight: bold;
  position: absolute;
  top: 9px;
  padding-left: 2px;
}


.seg-mdl-tooltip-content{    transition: transform 0.2s;    transform: scale(0);    transform-origin: top center;    will-change: transform;    z-index: 999;    background: rgba(97,97,97,.9);    border-radius: 2px;    color: #fff;    display: inline-block;    font-size: 10px;    font-weight: 500;    line-height: 14px;    max-width: 170px;    position: fixed;    top: -5000px;    left: -5000px;    padding: 8px;    text-align: center;}

.seg-mdl-list-radio{
    position:relative;
    display:block;
    overflow:hidden;
    line-height:0;
	padding-top:3px;
	padding-bottom:3px;
}

.seg-mdl-list-radio input[type="radio"]{
	position:absolute;
	left:-100%;
}

.seg-mdl-list-radio label{
	cursor:pointer;
	font-size:12px;
	line-height:17px;
	padding-left:34px;
	position:relative;
	height:18px;
	display:inline-block;
	font-weight:bold;
	color:#1EBCAA;
}

.seg-mdl-list-radio label span{
	color:#45484A;
}

.seg-mdl-list-radio-dot{
	display:block;
	border:1px solid #1EBCAA;
	width:15px;
	height:15px;
	border-radius:50%;
	position:absolute;
	top:0;
	left:0;
	
}

.seg-mdl-list-radio-dot::after{
	content:'';
	display:block;
	position:absolute;
	top:3px;
	left:3px;
	width:9px;
	height:9px;
	background-color:#1EBCAA;
	border-radius:50%;
	transform:scale(0);
	transition:transform 0.2s;
}

.seg-mdl-checked .seg-mdl-list-radio-dot::after{
	transform:scale(1);
}

.mdl-validation-error .seg-mdl-list-radio-dot{
	border: 1px solid #FF0000 !important;
}

.seg-mdl-dot-checkbox{
    position:relative;
    display:block;
    overflow:hidden;
    line-height:0;
	padding-top:3px;
	padding-bottom:3px;
}

.seg-mdl-dot-checkbox input[type="checkbox"]{
	position:absolute;
	left:-100%;
}

.seg-mdl-dot-checkbox label{
	cursor:pointer;
	font-size:12px;
	line-height:17px;
	padding-left:34px;
	position:relative;
	height:18px;
	display:inline-block;
	font-weight:bold;
	color:#1EBCAA;
}

.seg-mdl-dot-checkbox label span{
	color:#45484A;
}

.seg-mdl-dot-checkbox-dot{
	display:block;
	border:1px solid #1EBCAA;
	width:16px;
	height:16px;
	border-radius:50%;
	position:absolute;
	top:0;
	left:0;
	
}

.seg-mdl-dot-checkbox-dot::after{
	content:'';
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	width:10px;
	height:10px;
	background-color:#1EBCAA;
	border-radius:50%;
	transform:translate(-50%,-50%) scale(0);
	transition:transform 0.2s;
}.seg-mdl-checked .seg-mdl-dot-checkbox-dot::after {    transform: translate(-50%,-50%) scale(1);}

.mdl-validation-error .seg-mdl-dot-checkbox-dot{
	border: 1px solid #FF0000 !important;
}

