

.cssload-container {

	width: 72px;

	margin: 58px auto;

	font-size: 0;

	position: relative;

	transform-origin: 50% 50%;

		-o-transform-origin: 50% 50%;

		-ms-transform-origin: 50% 50%;

		-webkit-transform-origin: 50% 50%;

		-moz-transform-origin: 50% 50%;

	animation: cssload-clockwise 6.9s linear infinite;

		-o-animation: cssload-clockwise 6.9s linear infinite;

		-ms-animation: cssload-clockwise 6.9s linear infinite;

		-webkit-animation: cssload-clockwise 6.9s linear infinite;

		-moz-animation: cssload-clockwise 6.9s linear infinite;

}

.cssload-container:before {

	position: absolute;

	content: '';

	top: 0;

	left: 0;

	width: 39px;

	height: 39px;

	border: 6px solid rgb(229,229,229);

	border-radius: 100%;

		-o-border-radius: 100%;

		-ms-border-radius: 100%;

		-webkit-border-radius: 100%;

		-moz-border-radius: 100%;

	box-sizing: border-box;

		-o-box-sizing: border-box;

		-ms-box-sizing: border-box;

		-webkit-box-sizing: border-box;

		-moz-box-sizing: border-box;

}

.cssload-container:after {

	position: absolute;

	content: '';

	z-index: -1;

	top: 0;

	right: 0;

	width: 39px;

	height: 39px;

	border: 6px solid rgb(229,229,229);

	border-radius: 100%;

		-o-border-radius: 100%;

		-ms-border-radius: 100%;

		-webkit-border-radius: 100%;

		-moz-border-radius: 100%;

	box-sizing: border-box;

		-o-box-sizing: border-box;

		-ms-box-sizing: border-box;

		-webkit-box-sizing: border-box;

		-moz-box-sizing: border-box;

}



.cssload-lt, .cssload-rt, .cssload-lb, .cssload-rb {

	position: relative;

	display: inline-block;

	overflow: hidden;

	width: 39px;

	height: 19px;

	opacity: 1;

}

.cssload-lt:before, .cssload-rt:before, .cssload-lb:before, .cssload-rb:before {

	position: absolute;

	content: '';

	width: 39px;

	height: 39px;

	border-top: 6px solid rgb(199,64,102);

	border-right: 6px solid transparent;

	border-bottom: 6px solid transparent;

	border-left: 6px solid transparent;

	border-radius: 100%;

		-o-border-radius: 100%;

		-ms-border-radius: 100%;

		-webkit-border-radius: 100%;

		-moz-border-radius: 100%;

	box-sizing: border-box;

		-o-box-sizing: border-box;

		-ms-box-sizing: border-box;

		-webkit-box-sizing: border-box;

		-moz-box-sizing: border-box;

	-moz-box-sizing: border-box;

}



.cssload-lt {

	margin-right: -6px;

	animation: cssload-lt 2.3s linear -2300ms infinite;

		-o-animation: cssload-lt 2.3s linear -2300ms infinite;

		-ms-animation: cssload-lt 2.3s linear -2300ms infinite;

		-webkit-animation: cssload-lt 2.3s linear -2300ms infinite;

		-moz-animation: cssload-lt 2.3s linear -2300ms infinite;

}

.cssload-lt:before {

	top: 0;

	left: 0;

	animation: cssload-not-clockwise 1.15s linear infinite;

		-o-animation: cssload-not-clockwise 1.15s linear infinite;

		-ms-animation: cssload-not-clockwise 1.15s linear infinite;

		-webkit-animation: cssload-not-clockwise 1.15s linear infinite;

		-moz-animation: cssload-not-clockwise 1.15s linear infinite;

}



.cssload-rt {

	animation: cssload-lt 2.3s linear -1150ms infinite;

		-o-animation: cssload-lt 2.3s linear -1150ms infinite;

		-ms-animation: cssload-lt 2.3s linear -1150ms infinite;

		-webkit-animation: cssload-lt 2.3s linear -1150ms infinite;

		-moz-animation: cssload-lt 2.3s linear -1150ms infinite;

}

.cssload-rt:before {

	top: 0;

	right: 0;

	animation: cssload-clockwise 1.15s linear infinite;

		-o-animation: cssload-clockwise 1.15s linear infinite;

		-ms-animation: cssload-clockwise 1.15s linear infinite;

		-webkit-animation: cssload-clockwise 1.15s linear infinite;

		-moz-animation: cssload-clockwise 1.15s linear infinite;

}



.cssload-lb {

	margin-right: -6px;

	animation: cssload-lt 2.3s linear -1725ms infinite;

		-o-animation: cssload-lt 2.3s linear -1725ms infinite;

		-ms-animation: cssload-lt 2.3s linear -1725ms infinite;

		-webkit-animation: cssload-lt 2.3s linear -1725ms infinite;

		-moz-animation: cssload-lt 2.3s linear -1725ms infinite;

}

.cssload-lb:before {

	bottom: 0;

	left: 0;

	animation: cssload-not-clockwise 1.15s linear infinite;

		-o-animation: cssload-not-clockwise 1.15s linear infinite;

		-ms-animation: cssload-not-clockwise 1.15s linear infinite;

		-webkit-animation: cssload-not-clockwise 1.15s linear infinite;

		-moz-animation: cssload-not-clockwise 1.15s linear infinite;

}



.cssload-rb {

	animation: cssload-lt 2.3s linear -575ms infinite;

		-o-animation: cssload-lt 2.3s linear -575ms infinite;

		-ms-animation: cssload-lt 2.3s linear -575ms infinite;

		-webkit-animation: cssload-lt 2.3s linear -575ms infinite;

		-moz-animation: cssload-lt 2.3s linear -575ms infinite;

}

.cssload-rb:before {

	bottom: 0;

	right: 0;

	animation: cssload-clockwise 1.15s linear infinite;

		-o-animation: cssload-clockwise 1.15s linear infinite;

		-ms-animation: cssload-clockwise 1.15s linear infinite;

		-webkit-animation: cssload-clockwise 1.15s linear infinite;

		-moz-animation: cssload-clockwise 1.15s linear infinite;

}



@keyframes cssload-clockwise {

	0% {

		transform: rotate(-45deg);

	}

	100% {

		transform: rotate(315deg);

	}

}



@-o-keyframes cssload-clockwise {

	0% {

		-o-transform: rotate(-45deg);

	}

	100% {

		-o-transform: rotate(315deg);

	}

}



@-ms-keyframes cssload-clockwise {

	0% {

		-ms-transform: rotate(-45deg);

	}

	100% {

		-ms-transform: rotate(315deg);

	}

}



@-webkit-keyframes cssload-clockwise {

	0% {

		-webkit-transform: rotate(-45deg);

	}

	100% {

		-webkit-transform: rotate(315deg);

	}

}



@-moz-keyframes cssload-clockwise {

	0% {

		-moz-transform: rotate(-45deg);

	}

	100% {

		-moz-transform: rotate(315deg);

	}

}



@keyframes cssload-not-clockwise {

	0% {

		transform: rotate(45deg);

	}

	100% {

		transform: rotate(-315deg);

	}

}



@-o-keyframes cssload-not-clockwise {

	0% {

		-o-transform: rotate(45deg);

	}

	100% {

		-o-transform: rotate(-315deg);

	}

}



@-ms-keyframes cssload-not-clockwise {

	0% {

		-ms-transform: rotate(45deg);

	}

	100% {

		-ms-transform: rotate(-315deg);

	}

}



@-webkit-keyframes cssload-not-clockwise {

	0% {

		-webkit-transform: rotate(45deg);

	}

	100% {

		-webkit-transform: rotate(-315deg);

	}

}



@-moz-keyframes cssload-not-clockwise {

	0% {

		-moz-transform: rotate(45deg);

	}

	100% {

		-moz-transform: rotate(-315deg);

	}

}



@keyframes cssload-lt {

	0% {

		opacity: 1;

	}

	25% {

		opacity: 1;

	}

	26% {

		opacity: 0;

	}

	75% {

		opacity: 0;

	}

	76% {

		opacity: 1;

	}

	100% {

		opacity: 1;

	}

}



@-o-keyframes cssload-lt {

	0% {

		opacity: 1;

	}

	25% {

		opacity: 1;

	}

	26% {

		opacity: 0;

	}

	75% {

		opacity: 0;

	}

	76% {

		opacity: 1;

	}

	100% {

		opacity: 1;

	}

}



@-ms-keyframes cssload-lt {

	0% {

		opacity: 1;

	}

	25% {

		opacity: 1;

	}

	26% {

		opacity: 0;

	}

	75% {

		opacity: 0;

	}

	76% {

		opacity: 1;

	}

	100% {

		opacity: 1;

	}

}



@-webkit-keyframes cssload-lt {

	0% {

		opacity: 1;

	}

	25% {

		opacity: 1;

	}

	26% {

		opacity: 0;

	}

	75% {

		opacity: 0;

	}

	76% {

		opacity: 1;

	}

	100% {

		opacity: 1;

	}

}



@-moz-keyframes cssload-lt {

	0% {

		opacity: 1;

	}

	25% {

		opacity: 1;

	}

	26% {

		opacity: 0;

	}

	75% {

		opacity: 0;

	}

	76% {

		opacity: 1;

	}

	100% {

		opacity: 1;

	}

}

.onoffswitch {

    position: relative; width: 108px;

    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;

}

.onoffswitch-checkbox {

    display: none;

}

.onoffswitch-label {

    display: block; overflow: hidden; cursor: pointer;

    border: 2px solid #999999; border-radius: 14px;

}

.onoffswitch-inner {

    display: block; width: 200%; margin-left: -100%;

    transition: margin 0.3s ease-in 0s;

}

.onoffswitch-inner:before, .onoffswitch-inner:after {

    display: block; float: left; width: 50%; height: 25px; padding: 0; line-height: 25px;

    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;

    box-sizing: border-box;

}

.onoffswitch-inner:before {

        content: "Borrower";

    padding-left: 10px;

    background-color: #FFFFFF;

    color: #618CAE;

}

.onoffswitch-inner:after {

    content: "Lender";

    padding-right: 10px;

    background-color: #EEEEEE; color: #999999;

    text-align: right;

}

.onoffswitch-switch {

       display: block;

    width: 18px;

    margin: 5.5px;

    background: #DF6E2C;

    position: absolute;

    top: 0;

    bottom: 0;

    right: 79px;

    border: 2px solid #DF6E2C;

    border-radius: 14px;

    transition: all 0.3s ease-in 0s;

}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {

    margin-left: 0;

}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {

    right: 0px; 

}

.dropdown-menu.extended {

    max-width: 300px !important;

    min-width: 160px !important;

    top: 35px !important;

}

.dropdown-menu.extended.logout > li {

    float: none !important; 

    text-align: left;

    width:100% !important;

}

.dropdown-menu.extended.logout > li {

    float: none !important; 

    text-align: left;

    width:100% !important;

}

.dropdown-menu.extended.logout > li.user--info{

background: #f5f5f5;

    border-radius: 3px 3px 0 0;

    padding: 15px 10px 15px 65px;

    border-bottom: solid 1px #DFDFDF;

    color: #333;

    position: relative;

	overflow:hidden;

	height:68px

}

.dropdown-menu.extended.logout > li.user--info .user-icon {

    position: absolute;

    text-align: center;

    top: 18px;

    left: 5px;

    font-size: 19px;

    opacity: .5;

    width: 35px;

    height: 35px;

    border-radius: 50%;

    line-height: 35px;

    border: 1px solid #333;

}

.dropdown-menu.extended.logout li a:hover {

    color:#fff;

	background:#618CAE !important;

}

.dropdown-menu.extended.logout > li:last-child {

	background:#c1c1c1 !important;

}

.veri_area {

		height:0px;

		overflow:hidden;

		-webkit-transition-property: height;

		-moz-transition-property: height;

		-o-transition-property: height;

		transition-property: height;

		-webkit-transition-duration: .5s;

		-moz-transition-duration: .5s;

		-o-transition-duration: .5s;

		transition-duration: .5s;

	}

	.veri_area.active {

		/*padding-left: 15px;*/

		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

		opacity: 1;

		height:400px;

	}

	.panel {

   border-radius: 0;

   /*box-shadow: 1px 1px 1px 0px rgba(191, 191, 191, 1);*/ 

    /*box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);*/

}

.header{

    min-height: 35px;

}

header .container-fluid{

    height: 35px;

}

.sub li a{

        padding: 4px 15px;letter-spacing: 0.61px;

}

.verificatns ul {

    width: 182px;

}



.verificatns label  {

    color: #5294C6;

}

.edit_area {

		height:0px;

		overflow:hidden;

		-webkit-transition-property: height;

		-moz-transition-property: height;

		-o-transition-property: height;

		transition-property: height;

		-webkit-transition-duration: .3s;

		-moz-transition-duration: .3s;

		-o-transition-duration: .3s;

		transition-duration: .3s;

	}

	.edit_area.active {

		/*padding-left: 15px;*/

		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

		opacity: 1;

		height:400px;

	}

.filter_body {

		height:187px;

		overflow:hidden;

		-webkit-transition-property: height;

		-moz-transition-property: height;

		-o-transition-property: height;

		transition-property: height;

		-webkit-transition-duration: .3s;

		-moz-transition-duration: .3s;

		-o-transition-duration: .3s;

		transition-duration: .3s;

	}

	.filter_body.active {
		/*padding-left: 15px;*/
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		height:100%;
	}

	.overlay_ {
		background:rgba(255, 255, 255, 0.95); width:100%; height:100%;top:0px; position:fixed; z-index:20000
	}

	

.overlay_ .dismiss {

    margin-left: 585px;

    top: 0;

    padding: 15px;

    left: 50%;

    z-index: 2;

}

.overlay_ .dismiss {

    margin-left: 585px;

    top: 0;

    padding: 15px;

    left: 50%;

    z-index: 2;

}

.overlay_ .close {

    opacity: 80;

    filter: alpha(opacity=8000);

}

.overlay_ .close {

    float: right;

    font-size: 21px;

    font-weight: bold;

    line-height: 1;

    color: #000000;

    text-shadow: 0 1px 0 #ffffff;

    opacity: 0.2;

    filter: alpha(opacity=20);

}

[role="button"] {

    cursor: pointer;

}

.overpanel-content {

	text-align:center;

        padding-top: 21px;

    font-size: 15px;

    background: #ffffff;

    position: relative;

    overflow: hidden;

    min-width: 400px;

}

body{

        font-size: 12px !important;

    }

	

	

		.notify-row {

   		 margin-right: 50px !important;

   		 margin-left: 0 !important;

		margin-top: 0px !important;

            }

a.logo {

		    font-size: 25px !important;

            margin-top: -5px !important;

		}

		ul.top-menu > li > a {

                color: #fff !important;

            font-size: 12px !important;

            padding: 5px !important;

            font-weight: 100 !important;

            letter-spacing: 0.119em !important;

        }

		ul.top-menu > li > a:focus,ul.top-menu > li > a:hover {

			background: none !important;

            border:none !important;

            color: #F4A534 !important;

		}

		 .nav>li>a {

               

                /*padding: 10px 22px !important;*/

            }

            .nav>li>a:focus,.nav>li>a:hover

            {    text-decoration:none !important;

                background-color:transparent !important;

            }

.bg{

            /*background:#274159;*/

            background: #618CAE !important;

            /* padding: 0 !important; */

         }

		 .sub li a{

        padding: 4px 15px;letter-spacing: 0.61px !important;

}

.panel-body-header {

    padding-top: 15px;

}

@-webkit-keyframes lock-collapse {

  from {

    height: 1200px;

  }

  to {

    height: 380px;

  }

}

@-moz-keyframes lock-collapse {

  from {

    height: 1200px;

  }

  to {

    height: 380px;

  }

}

@-o-keyframes lock-collapse {

  from {

    height: 1200px;

  }

  to {

    height: 380px;

  }

}

@-ms-keyframes lock-collapse {

  from {

    height: 1200px;

  }

  to {

    height: 380px;

  }

}

@keyframes lock-collapse {

  from {

    height: 1200px;

  }

  to {

    height: 380px;

  }

}

@-webkit-keyframes login-expand {

  from {

    height: 0;

  }

  to {

    height: 325px;

  }

}

@-moz-keyframes login-expand {

  from {

    height: 0;

  }

  to {

    height: 325px;

  }

}

@-o-keyframes login-expand {

  from {

    height: 0;

  }

  to {

    height: 325px;

  }

}

@-ms-keyframes login-expand {

  from {

    height: 0;

  }

  to {

    height: 325px;

  }

}

@keyframes login-expand {

  from {

    height: 0;

  }

  to {

    height: 325px;

  }

}

@-webkit-keyframes fadeIn {

  from {

    opacity: 0;

  }

  to {

    opacity: 1;

  }

}

@-moz-keyframes fadeIn {

  from {

    opacity: 0;

  }

  to {

    opacity: 1;

  }

}

@-o-keyframes fadeIn {

  from {

    opacity: 0;

  }

  to {

    opacity: 1;

  }

}

@-ms-keyframes fadeIn {

  from {

    opacity: 0;

  }

  to {

    opacity: 1;

  }

}

@keyframes fadeIn {

  from {

    opacity: 0;

  }

  to {

    opacity: 1;

  }

}

@-webkit-keyframes zoom-down {

  from {

    -webkit-transform-origin: top;

    -moz-transform-origin: top;

    -ms-transform-origin: top;

    transform-origin: top;

    -webkit-transform: scale(0, 0);

    -ms-transform: scale(0, 0);

    transform: scale(0, 0);

  }

  to {

    -webkit-transform: scale(1, 1);

    -ms-transform: scale(1, 1);

    transform: scale(1, 1);

  }

}

@-moz-keyframes zoom-down {

  from {

    -webkit-transform-origin: top;

    -moz-transform-origin: top;

    -ms-transform-origin: top;

    transform-origin: top;

    -webkit-transform: scale(0, 0);

    -ms-transform: scale(0, 0);

    transform: scale(0, 0);

  }

  to {

    -webkit-transform: scale(1, 1);

    -ms-transform: scale(1, 1);

    transform: scale(1, 1);

  }

}

@-o-kezyframes zoom-down {

  from {

    -webkit-transform-origin: top;

    -moz-transform-origin: top;

    -ms-transform-origin: top;

    transform-origin: top;

    -webkit-transform: scale(0, 0);

    -ms-transform: scale(0, 0);

    transform: scale(0, 0);

  }

  to {

    -webkit-transform: scale(1, 1);

    -ms-transform: scale(1, 1);

    transform: scale(1, 1);

  }

}

@-ms-keyframes zoom-down {

  from {

    -webkit-transform-origin: top;

    -moz-transform-origin: top;

    -ms-transform-origin: top;

    transform-origin: top;

    -webkit-transform: scale(0, 0);

    -ms-transform: scale(0, 0);

    transform: scale(0, 0);

  }

  to {

    -webkit-transform: scale(1, 1);

    -ms-transform: scale(1, 1);

    transform: scale(1, 1);

  }

}

@keyframes zoom-down {

  from {

    -webkit-transform-origin: top;

    -moz-transform-origin: top;

    -ms-transform-origin: top;

    transform-origin: top;

    -webkit-transform: scale(0, 0);

    -ms-transform: scale(0, 0);

    transform: scale(0, 0);

  }

  to {

    -webkit-transform: scale(1, 1);

    -ms-transform: scale(1, 1);

    transform: scale(1, 1);

  }

}

@-webkit-keyframes zoom-up {

  from {

    -webkit-transform-origin: bottom;

    -moz-transform-origin: bottom;

    -ms-transform-origin: bottom;

    transform-origin: bottom;

    -webkit-transform: scale(0, 0);

    -ms-transform: scale(0, 0);

    transform: scale(0, 0);

  }

  to {

    -webkit-transform: scale(1, 1);

    -ms-transform: scale(1, 1);

    transform: scale(1, 1);

  }

}

@-moz-keyframes zoom-up {

  from {

    -webkit-transform-origin: bottom;

    -moz-transform-origin: bottom;

    -ms-transform-origin: bottom;

    transform-origin: bottom;

    -webkit-transform: scale(0, 0);

    -ms-transform: scale(0, 0);

    transform: scale(0, 0);

  }

  to {

    -webkit-transform: scale(1, 1);

    -ms-transform: scale(1, 1);

    transform: scale(1, 1);

  }

}

@-o-keyframes zoom-up {

  from {

    -webkit-transform-origin: bottom;

    -moz-transform-origin: bottom;

    -ms-transform-origin: bottom;

    transform-origin: bottom;

    -webkit-transform: scale(0, 0);

    -ms-transform: scale(0, 0);

    transform: scale(0, 0);

  }

  to {

    -webkit-transform: scale(1, 1);

    -ms-transform: scale(1, 1);

    transform: scale(1, 1);

  }

}

@-ms-keyframes zoom-up {

  from {

    -webkit-transform-origin: bottom;

    -moz-transform-origin: bottom;

    -ms-transform-origin: bottom;

    transform-origin: bottom;

    -webkit-transform: scale(0, 0);

    -ms-transform: scale(0, 0);

    transform: scale(0, 0);

  }

  to {

    -webkit-transform: scale(1, 1);

    -ms-transform: scale(1, 1);

    transform: scale(1, 1);

  }

}

@keyframes zoom-up {

  from {

    -webkit-transform-origin: bottom;

    -moz-transform-origin: bottom;

    -ms-transform-origin: bottom;

    transform-origin: bottom;

    -webkit-transform: scale(0, 0);

    -ms-transform: scale(0, 0);

    transform: scale(0, 0);

  }

  to {

    -webkit-transform: scale(1, 1);

    -ms-transform: scale(1, 1);

    transform: scale(1, 1);

  }

}

@-webkit-keyframes slide-right {

  from {

    -webkit-transform: translate(-20px, 0);

    -ms-transform: translate(-20px, 0);

    transform: translate(-20px, 0);

    opacity: 0;

  }

  to {

    -webkit-transform: translate(0, 0);

    -ms-transform: translate(0, 0);

    transform: translate(0, 0);

    opacity: 1;

  }

}

@-moz-keyframes slide-right {

  from {

    -webkit-transform: translate(-20px, 0);

    -ms-transform: translate(-20px, 0);

    transform: translate(-20px, 0);

    opacity: 0;

  }

  to {

    -webkit-transform: translate(0, 0);

    -ms-transform: translate(0, 0);

    transform: translate(0, 0);

    opacity: 1;

  }

}

@-o-keyframes slide-right {

  from {

    -webkit-transform: translate(-20px, 0);

    -ms-transform: translate(-20px, 0);

    transform: translate(-20px, 0);

    opacity: 0;

  }

  to {

    -webkit-transform: translate(0, 0);

    -ms-transform: translate(0, 0);

    transform: translate(0, 0);

    opacity: 1;

  }

}

@-ms-keyframes slide-right {

  from {

    -webkit-transform: translate(-20px, 0);

    -ms-transform: translate(-20px, 0);

    transform: translate(-20px, 0);

    opacity: 0;

  }

  to {

    -webkit-transform: translate(0, 0);

    -ms-transform: translate(0, 0);

    transform: translate(0, 0);

    opacity: 1;

  }

}

@keyframes slide-right {

  from {

    -webkit-transform: translate(-20px, 0);

    -ms-transform: translate(-20px, 0);

    transform: translate(-20px, 0);

    opacity: 0;

  }

  to {

    -webkit-transform: translate(0, 0);

    -ms-transform: translate(0, 0);

    transform: translate(0, 0);

    opacity: 1;

  }

}

@-webkit-keyframes slide-left {

  from {

    -webkit-transform: translate(20px, 0);

    -ms-transform: translate(20px, 0);

    transform: translate(20px, 0);

    opacity: 0;

  }

  to {

    -webkit-transform: translate(0, 0);

    -ms-transform: translate(0, 0);

    transform: translate(0, 0);

    opacity: 1;

  }

}

@-moz-keyframes slide-left {

  from {

    -webkit-transform: translate(20px, 0);

    -ms-transform: translate(20px, 0);

    transform: translate(20px, 0);

    opacity: 0;

  }

  to {

    -webkit-transform: translate(0, 0);

    -ms-transform: translate(0, 0);

    transform: translate(0, 0);

    opacity: 1;

  }

}

@-o-keyframes slide-left {

  from {

    -webkit-transform: translate(20px, 0);

    -ms-transform: translate(20px, 0);

    transform: translate(20px, 0);

    opacity: 0;

  }

  to {

    -webkit-transform: translate(0, 0);

    -ms-transform: translate(0, 0);

    transform: translate(0, 0);

    opacity: 1;

  }

}

@-ms-keyframes slide-left {

  from {

    -webkit-transform: translate(20px, 0);

    -ms-transform: translate(20px, 0);

    transform: translate(20px, 0);

    opacity: 0;

  }

  to {

    -webkit-transform: translate(0, 0);

    -ms-transform: translate(0, 0);

    transform: translate(0, 0);

    opacity: 1;

  }

}

@keyframes slide-left {

  from {

    -webkit-transform: translate(20px, 0);

    -ms-transform: translate(20px, 0);

    transform: translate(20px, 0);

    opacity: 0;

  }

  to {

    -webkit-transform: translate(0, 0);

    -ms-transform: translate(0, 0);

    transform: translate(0, 0);

    opacity: 1;

  }

}

@-webkit-keyframes slide-down {

  from {

    -webkit-transform: translate(0, -20px);

    -ms-transform: translate(0, -20px);

    transform: translate(0, -20px);

    opacity: 0;

  }

  to {

    -webkit-transform: translate(0, 0);

    -ms-transform: translate(0, 0);

    transform: translate(0, 0);

    opacity: 1;

  }

}

@-moz-keyframes slide-down {

  from {

    -webkit-transform: translate(0, -20px);

    -ms-transform: translate(0, -20px);

    transform: translate(0, -20px);

    opacity: 0;

  }

  to {

    -webkit-transform: translate(0, 0);

    -ms-transform: translate(0, 0);

    transform: translate(0, 0);

    opacity: 1;

  }

}

@-o-keyframes slide-down {

  from {

    -webkit-transform: translate(0, -20px);

    -ms-transform: translate(0, -20px);

    transform: translate(0, -20px);

    opacity: 0;

  }

  to {

    -webkit-transform: translate(0, 0);

    -ms-transform: translate(0, 0);

    transform: translate(0, 0);

    opacity: 1;

  }

}

@-ms-keyframes slide-down {

  from {

    -webkit-transform: translate(0, -20px);

    -ms-transform: translate(0, -20px);

    transform: translate(0, -20px);

    opacity: 0;

  }

  to {

    -webkit-transform: translate(0, 0);

    -ms-transform: translate(0, 0);

    transform: translate(0, 0);

    opacity: 1;

  }

}

@keyframes slide-down {

  from {

    -webkit-transform: translate(0, -20px);

    -ms-transform: translate(0, -20px);

    transform: translate(0, -20px);

    opacity: 0;

  }

  to {

    -webkit-transform: translate(0, 0);

    -ms-transform: translate(0, 0);

    transform: translate(0, 0);

    opacity: 1;

  }

}

@-webkit-keyframes slide-up {

  from {

    -webkit-transform: translate(0, 20px);

    -ms-transform: translate(0, 20px);

    transform: translate(0, 20px);

    opacity: 0;

  }

  to {

    -webkit-transform: translate(0, 0);

    -ms-transform: translate(0, 0);

    transform: translate(0, 0);

    opacity: 1;

  }

}

@-moz-keyframes slide-up {

  from {

    -webkit-transform: translate(0, 20px);

    -ms-transform: translate(0, 20px);

    transform: translate(0, 20px);

    opacity: 0;

  }

  to {

    -webkit-transform: translate(0, 0);

    -ms-transform: translate(0, 0);

    transform: translate(0, 0);

    opacity: 1;

  }

}

@-o-keyframes slide-up {

  from {

    -webkit-transform: translate(0, 20px);

    -ms-transform: translate(0, 20px);

    transform: translate(0, 20px);

    opacity: 0;

  }

  to {

    -webkit-transform: translate(0, 0);

    -ms-transform: translate(0, 0);

    transform: translate(0, 0);

    opacity: 1;

  }

}

@-ms-keyframes slide-up {

  from {

    -webkit-transform: translate(0, 20px);

    -ms-transform: translate(0, 20px);

    transform: translate(0, 20px);

    opacity: 0;

  }

  to {

    -webkit-transform: translate(0, 0);

    -ms-transform: translate(0, 0);

    transform: translate(0, 0);

    opacity: 1;

  }

}

@keyframes slide-up {

  from {

    -webkit-transform: translate(0, 20px);

    -ms-transform: translate(0, 20px);

    transform: translate(0, 20px);

    opacity: 0;

  }

  to {

    -webkit-transform: translate(0, 0);

    -ms-transform: translate(0, 0);

    transform: translate(0, 0);

    opacity: 1;

  }

}

.form-wizard.form-wizard-horizontal {

  position: relative;

}

.form-wizard.form-wizard-horizontal .form-wizard-nav .progress {

  position: absolute;

  display: inline-block;

  top: 23px;

  left: 0;

  right: 0;

  margin: auto;

  height: 10px;

}

@media (max-width: 767px) {

  .form-wizard.form-wizard-horizontal .form-wizard-nav .progress {

    display: none;

  }

}

.form-wizard.form-wizard-horizontal .nav {

  position: relative;

}

.form-wizard.form-wizard-horizontal .nav a {

  margin-bottom: 15px;

}

.form-wizard.form-wizard-horizontal .nav li.active a,

.form-wizard.form-wizard-horizontal .nav li:hover a {

  color: inherit;

  background-color: transparent;

}

.form-wizard.form-wizard-horizontal .nav li.active .step,

.form-wizard.form-wizard-horizontal .nav li:hover .step {

  -webkit-transition: border-color 0.4s linear;

  transition: border-color 0.4s linear;

  border-color: #618CAE;

}

.form-wizard.form-wizard-horizontal .nav li.active .title,

.form-wizard.form-wizard-horizontal .nav li:hover .title {

  color: #333333;

}

.form-wizard.form-wizard-horizontal .nav li.done .step {

  color: #ffffff;

  border-color: #618CAE;

  background-color: #618CAE;

  font-weight: 600;

  -webkit-transition: background-color 0.2s linear;

  transition: background-color 0.2s linear;

}

.form-wizard.form-wizard-horizontal .nav .step {

  display: inline-block;

  line-height: 28px;

  width: 36px;

  height: 36px;

  border-radius: 999px;

  border: 4px solid #eeeeee;

  background: #ffffff;

}

.form-wizard.form-wizard-horizontal .nav .title {

  position: absolute;

  width: 100%;

  left: 0;

  bottom: -15px;

  color: #999999;

}

.no-padding .form-wizard .pager {

  padding-left: 15px;

  padding-right: 15px;

}



.form-wizard.form-wizard-horizontal .nav-justified {

    width: 100% !important;

}

.form-wizard.form-wizard-horizontal .nav-justified li{

    float:none !important;

}

.label-danger {

    background-color: #FF6C60;

}

.label {

    padding: 0.5em 0.8em;

}

.pull-right {

    float: right!important;

}

.label-danger {

    background-color: #DF6E2C !important;

}

.o_s,.c_a,.e_c,.s_s {

		height:0px;

		overflow:hidden;

		-webkit-transition-property: height;

		-moz-transition-property: height;

		-o-transition-property: height;

		transition-property: height;

		-webkit-transition-duration: .3s;

		-moz-transition-duration: .3s;

		-o-transition-duration: .3s;

		transition-duration: .3s;

	}

	.o_s.active,.c_a.active,.e_c.active,.s_s.active {

		/*padding-left: 15px;*/

		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

		opacity: 1;

		height:700px;

	}

	.message_area {

		height:0px;

		overflow:hidden;

		-webkit-transition-property: height;

		-moz-transition-property: height;

		-o-transition-property: height;

		transition-property: height;

		-webkit-transition-duration: .3s;

		-moz-transition-duration: .3s;

		-o-transition-duration: .3s;

		transition-duration: .3s;

	}

	.message_area.active {

		/*padding-left: 15px;*/

		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

		opacity: 1;

		height:300px;

		min-height:300px;

	}

	.loan_des li a{

		border:0px;

	}

	.lender_thumb {

		width:100px;

		height:100px;

	}

	a.len {

		border-radius: 50%;

		-webkit-border-radius: 50%;

		border: 10px solid rgba(255,255,255,0.3);

		display: inline-block;

	}

	.l_img {

		width:60px;

		height:60px;

		border:1px solid #ccc;

	}

	.summ_one li a {

		color: #000 !important;

	}

	#popular section,#comments section,#recent section {

		margin-bottom:5px !important;

	}

.onoffswitch_ {

    position: relative; width: 108px;

    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;

}

.onoffswitch-checkbox_ {

    display: none;

}

.onoffswitch-label_ {

    display: block; overflow: hidden; cursor: pointer;

    border: 2px solid #999999; border-radius: 14px;

}

.onoffswitch-inner_ {

    display: block; width: 200%; margin-left: -100%;

    transition: margin 0.3s ease-in 0s;

}

.onoffswitch-inner_:before, .onoffswitch-inner_:after {

    display: block; float: left; width: 50%; height: 25px; padding: 0; line-height: 25px;

    font-size: 14px; color: white; font-weight: bold;

    box-sizing: border-box;

}

.onoffswitch-inner_:before {

        content: "Requested";

    padding-left: 10px;

    background-color: #FFFFFF;

    color: #618CAE;

}

.onoffswitch-inner_:after {

    content: "Request";

    padding-right: 10px;

    background-color: #EEEEEE; color: #999999;

    text-align: right;

}

.onoffswitch-switch_ {

       display: block;

    width: 18px;

    margin: 5.5px;

    background: #DF6E2C;

    position: absolute;

    top: 0;

    bottom: 0;

    right: 76px;

    border: 2px solid #DF6E2C;

    border-radius: 14px;

    transition: all 0.3s ease-in 0s;

}

.onoffswitch-checkbox_:checked + .onoffswitch-label_ .onoffswitch-inner_ {

    margin-left: 0;

}

.onoffswitch-checkbox_:checked + .onoffswitch-label_ .onoffswitch-switch_ {

    right: 0px; 

}
