.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: 15px;
    margin-top: 0;
    line-height: 0;
    border: 1px solid #b0b0b0;
    border-radius: 5px;
    text-align: left;
}



.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:#375998;
    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:#375998;

}



/* .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:#375998; */

    transform: scale(0.8) translateX(3px) translateY(-8px);
    color: #375998;

}


.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: 130px;

	height: 36px;

	margin-bottom: 5px;

	margin-top: 5px;

	line-height: 0; */

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

.seg-mdl-searchfield #search-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; */

	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::before {
	content: "";

	position: absolute;

	bottom: 1px;

	height: 1px;

	left: 0;

	width: 100%;

	background-color: #75787b;

	z-index: 2;
}

.seg-mdl-searchfield::after {
	content: "";

	position: absolute;

	bottom: 0;

	height: 2px;

	left: 50%;

	width: 0;

	background-color: #375998;

	transition-property: all;

	transition-duration: 0.2s;

	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

	z-index: 3;
} */

/* .seg-mdl-searchfield.seg-mdl-focussed::after {
	width: 100%;

	left: 0;
}

.seg-mdl-searchfield.seg-mdl-error::after {
	width: 100%;

	left: 0;

	background-color: red !important;
} */

.seg-mdl-searchfield 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: 0.2s;

	transition-timing-function: cubic-bezier(0.4, 0, 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-searchfield.seg-mdl-completed label {
	/* transform: scale(0.8) translateX(-13%) translateY(-94%);

	color: #375998; */

	transform: scale(0.8) translateX(3px) translateY(-8px);
    color: #375998;
}

.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: 15px;
    margin-top: 0;
    line-height: 0;
    border: 1px solid #b0b0b0;
    border-radius: 5px;
    text-align: left;
}



.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% - 20px);
    position: relative;
    min-height: 40px;
    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:#375998;

    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:#375998; */

	transform: scale(0.8) translateX(3px) translateY(-8px);
    color: #375998;

}



.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 .label {
    text-align: left;
    display: inline-block;
    line-height: 1.2 !important;
    margin-right: auto;
    min-width: 48px;
    max-width: calc(100% - 96px);
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.seg-mdl-counter-box .label label {
    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:2px solid #ccc;
    background-color: #eee;
    border-radius: 4px;
    cursor: pointer;
}

.seg-mdl-counter-box .count-inc{
    border-color: turquoise;
}

.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:100%;

    height:36px;

    margin-bottom:5px;

    margin-top:5px;

    line-height:0;

}



.seg-mdl-passwordfield 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:#757575;#375998

}



.seg-mdl-passwordfield::before{

    content:'';

    position:absolute;

    bottom:1px;

    height:1px;

    left:0;

    width:100%;

    background-color:#75787B;

    z-index:2;

}



.seg-mdl-passwordfield::after{

    content:'';

    position:absolute;

    bottom:0;

    height#375998

    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-passwordfield.seg-mdl-focussed::after{

    width:100%;

    left:0;

}



.seg-mdl-passwordfield.seg-mdl-error::after{

    width:100%;

    left:0;

    background-color:red !important;

}



.seg-mdl-passwordfield 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);

}



.seg-mdl-passwordfield.seg-mdl-completed label{

    transform:scale(0.8) translateX(-13%) translateY(-94%);

    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%;
#375998
}



.seg-mdl-radio label{

	cursor:pointer;

	font-size:12px;#375998

	line-height:17px;

	padding-left:34px;

	position:relative;

	height:18px;

	display:inline-block;

	font-weight:bold;

	color:#1EBCAA;

}

#375998

.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-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: 15px;
    margin-top: 0;
    line-height: 0;
    border: 1px solid #b0b0b0;
    border-radius: 5px;
	text-align: left;
}



.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% - 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-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:#375998;

	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-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: 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-textfield.seg-mdl-completed label{

	/* transform:scale(0.8) translateX(-13%) translateY(-94%);

	color:#375998; */

	transform: scale(0.8) translateX(3px) translateY(-8px);
    color: #375998;
}



.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-checkbox{
    position:relative;
    width:300px;
    overflow:hidden;
    line-height:0;
}

.seg-mdl-checkbox input[type="checkbox"]{
    position:absolute;
    left:-200%;
}

.seg-mdl-checkbox label {
    border:none;
    width:100%;
    position:relative;
    padding:0;
    padding-top:17px;
    margin:0;
    padding-bottom:2px;
    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::before{
    content:'';
    position:absolute;
    bottom:1px;
    height:1px;
    left:0;
    width:100%;
    background-color:#DCDCDC;
    z-index:2;
}

.seg-mdl-checkbox::after{
    content:'';
    position:absolute;
    bottom:0;
    height:2px;
    right:0;
    width:0;
    animation-delay:0s;
    animation-duration: 0.45s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-fill-mode:forwards;
    animation-name:checkBoxBorderBottomBack;
    z-index:3;
}

.seg-mdl-checkbox.seg-mdl-checked::after{
    animation-name:checkBoxBorderBottom;
    animation-delay:0.2s;
}

@keyframes checkBoxBorderBottom {
    0% {width:0; right:0;}
    20% {width:100%; right:0;}
    40% {width:100%; right:0;}
    60% {width:100%; right:0;}
    80% {width:100%; right:0;}
    100% {width:100%; right:100%;}
}

@keyframes checkBoxBorderBottomBack {
    0% {width:100%; right:100%;}
    20% {width:100%; right:0;}
    40% {width:100%; right:0;}
    60% {width:100%; right:0;}
    80% {width:100%; right:0;}
    100% {width:0; right:0;}
}

.seg-mdl-checkbox-holder{
    width:23px;
    height:23px;
    position:absolute;
    right:0;
    bottom:-2px;
    border:2px solid #FFFFFF;
    background-color:#FFFFFF;
    overflow:hidden;
}

.seg-mdl-checkbox-holder::before{
    content:'';
    width:17px;
    height:17px;
    position:absolute;
    left:1px;
    top:1px;
    border:1px solid #DCDCDC;
}

.seg-mdl-checkbox-border{
    background-color:blue;
    position:absolute;
    animation-duration: 0.45s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-fill-mode:backwards;
}

.seg-mdl-checkbox-border:nth-child(1){
    top:0;
    left:0;
    height:2px;
    width:0;
    animation-name:checkBoxBorderWidthBack;
    animation-delay:0.15s;
}

.seg-mdl-checkbox-border:nth-child(2){
    top:0;
    right:0;
    width:2px;
    height:0;
    animation-name:checkBoxBorderheightBack;
    animation-delay:0.1s;
}

.seg-mdl-checkbox-border:nth-child(3){
    bottom:0;
    right:0;
    height:2px;
    width:0;
    animation-name:checkBoxBorderWidthBack;
    animation-delay:0.05s;
}

.seg-mdl-checkbox-border:nth-child(4){
    bottom:0;
    left:0;
    width:2px;
    height:0;
    animation-name:checkBoxBorderheightBack;
    animation-delay:0.2s;
}

.seg-mdl-checked .seg-mdl-checkbox-border:nth-child(4){
    animation-fill-mode:forwards;
    animation-delay:0s;
    animation-name:checkBoxBorderheight;
}

.seg-mdl-checked .seg-mdl-checkbox-border:nth-child(1){
    animation-fill-mode:forwards;
    animation-name:checkBoxBorderWidth;
    animation-delay:0.05s;
}

.seg-mdl-checked .seg-mdl-checkbox-border:nth-child(2){
    animation-fill-mode:forwards;
    animation-name:checkBoxBorderheight;
    animation-delay:0.1s;
}

.seg-mdl-checked .seg-mdl-checkbox-border:nth-child(3){
    animation-fill-mode:forwards;
    animation-name:checkBoxBorderWidth;
    animation-delay:0.15s;
}

@keyframes checkBoxBorderheight {
    0% {height:0; margin-top:0; margin-bottom:0;}
    20% {height:19px; margin-top:0; margin-bottom:0;}
    40% {height:19px; margin-top:0; margin-bottom:0;}
    60% {height:19px; margin-top:0; margin-bottom:0;}
    80% {height:19px; margin-top:0; margin-bottom:0;}
    100% {height:19px; margin-top:19px; margin-bottom:19px;}
}

@keyframes checkBoxBorderheightBack {
    0% {height:19px; margin-top:19px; margin-bottom:19px;}
    20% {height:19px; margin-top:0; margin-bottom:0;}
    40% {height:19px; margin-top:0; margin-bottom:0;}
    60% {height:19px; margin-top:0; margin-bottom:0;}
    80% {height:19px; margin-top:0; margin-bottom:0;}
    100% {height:0; margin-top:0; margin-bottom:0;}
}

@keyframes checkBoxBorderWidth {
    0% {width:0; margin-left:0; margin-right:0;}
    20% {width:19px; margin-left:0; margin-right:0;}
    40% {width:19px; margin-left:0; margin-right:0;}
    60% {width:19px; margin-left:0; margin-right:0;}
    80% {width:19px; margin-left:0; margin-right:0;}
    100% {width:19px; margin-left:19px; margin-right:19px;}
}

@keyframes checkBoxBorderWidthBack {
    0% {width:19px; margin-left:19px; margin-right:19px;}
    20% {width:19px; margin-left:0; margin-right:0;}
    40% {width:19px; margin-left:0; margin-right:0;}
    60% {width:19px; margin-left:0; margin-right:0;}
    80% {width:19px; margin-left:0; margin-right:0;}
    100% {width:0; margin-left:0; margin-right:0;}
}
.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:'\e986';
    font-family:"seg";
    text-align:center;
    font-size:9px;
    line-height:19px;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#757575;
}

.seg-mdl-checked .seg-mdl-checkbox-tick {
    transform:scale(1);
}

.seg-mdl-checkbox.seg-mdl-inactive::after, .seg-mdl-inactive .seg-mdl-checkbox-border{
    animation:none;
}

/* -- Left -- */

.left.seg-mdl-checkbox label{
    text-align:right;
}

.left.seg-mdl-checkbox::after{
    right:auto;
    left:0;
    animation-name:checkBoxBorderBottomBackLeft;
}

.left.seg-mdl-checkbox.seg-mdl-checked::after{
    animation-name:checkBoxBorderBottomLeft;
    animation-delay:0.2s;
}

@keyframes checkBoxBorderBottomLeft {
    0% {width:0; left:0;}
    20% {width:100%; left:0;}
    40% {width:100%; left:0;}
    60% {width:100%; left:0;}
    80% {width:100%; left:0;}
    100% {width:100%; left:100%;}
}

@keyframes checkBoxBorderBottomBackLeft {
    0% {width:100%; left:100%;}
    20% {width:100%; left:0;}
    40% {width:100%; left:0;}
    60% {width:100%; left:0;}
    80% {width:100%; left:0;}
    100% {width:0; left:0;}
}

.left .seg-mdl-checkbox-holder{
    right:auto;
    left:0;
}

.left .seg-mdl-checkbox-border:nth-child(1){
    left:auto;
    right:0;
}

.left .seg-mdl-checkbox-border:nth-child(2){
    left:0;
    right:auto;
}

.left .seg-mdl-checkbox-border:nth-child(3){
    left:0;
    right:auto;
}

.left .seg-mdl-checkbox-border:nth-child(4){
    right:0;
    left:auto;
}


.seg-mdl-btn{

    position:relative;

    overflow:hidden;

    display:block;

    background-color:#375998;

}



.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-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%;
#375998
}



.seg-mdl-list-radio label{

	cursor:pointer;

	font-size:12px;#375998

	line-height:17px;

	padding-left:34px;

	position:relative;

	height:18px;

	display:inline-block;

	font-weight:bold;

	color:#1EBCAA;

}

#375998

.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%;
#375998
}



.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:#375998;

}



.seg-mdl-dot-checkbox label span{

	color:#45484A;

}



.seg-mdl-dot-checkbox-dot{

	display:block;

	border:1px solid #375998;

	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;

}

