[class^='ptech-'],
[class^='ptech-'] * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


/* @group pagetech row and columns */

.ptech-row *,
.ptech-row :before, 
.ptech-row :after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ptech-row {
  margin-right: -15px;
  margin-left: -15px;
}

.ptech-row:before,
.ptech-row:after {
  content: ' ';
  display: table;
}

.ptech-row:after {
  clear: both;
}

.ptech-col-xs-1, .ptech-col-sm-1, .ptech-col-md-1, .ptech-col-lg-1, .ptech-col-xs-2, .ptech-col-sm-2, .ptech-col-md-2, .ptech-col-lg-2, .ptech-col-xs-3, .ptech-col-sm-3, .ptech-col-md-3, .ptech-col-lg-3, .ptech-col-xs-4, .ptech-col-sm-4, .ptech-col-md-4, .ptech-col-lg-4, .ptech-col-xs-5, .ptech-col-sm-5, .ptech-col-md-5, .ptech-col-lg-5, .ptech-col-xs-6, .ptech-col-sm-6, .ptech-col-md-6, .ptech-col-lg-6, .ptech-col-xs-7, .ptech-col-sm-7, .ptech-col-md-7, .ptech-col-lg-7, .ptech-col-xs-8, .ptech-col-sm-8, .ptech-col-md-8, .ptech-col-lg-8, .ptech-col-xs-9, .ptech-col-sm-9, .ptech-col-md-9, .ptech-col-lg-9, .ptech-col-xs-10, .ptech-col-sm-10, .ptech-col-md-10, .ptech-col-lg-10, .ptech-col-xs-11, .ptech-col-sm-11, .ptech-col-md-11, .ptech-col-lg-11, .ptech-col-xs-12, .ptech-col-sm-12, .ptech-col-md-12, .ptech-col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.ptech-col-xs-1, .ptech-col-xs-2, .ptech-col-xs-3, .ptech-col-xs-4, .ptech-col-xs-5, .ptech-col-xs-6, .ptech-col-xs-7, .ptech-col-xs-8, .ptech-col-xs-9, .ptech-col-xs-10, .ptech-col-xs-11, .ptech-col-xs-12 {
  float: left;
}
.ptech-col-xs-12 {
  width: 100%;
}
.ptech-col-xs-11 {
  width: 91.66666667%;
}
.ptech-col-xs-10 {
  width: 83.33333333%;
}
.ptech-col-xs-9 {
  width: 75%;
}
.ptech-col-xs-8 {
  width: 66.66666667%;
}
.ptech-col-xs-7 {
  width: 58.33333333%;
}
.ptech-col-xs-6 {
  width: 50%;
}
.ptech-col-xs-5 {
  width: 41.66666667%;
}
.ptech-col-xs-4 {
  width: 33.33333333%;
}
.ptech-col-xs-3 {
  width: 25%;
}
.ptech-col-xs-2 {
  width: 16.66666667%;
}
.ptech-col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 768px) {
  .ptech-col-sm-1, .ptech-col-sm-2, .ptech-col-sm-3, .ptech-col-sm-4, .ptech-col-sm-5, .ptech-col-sm-6, .ptech-col-sm-7, .ptech-col-sm-8, .ptech-col-sm-9, .ptech-col-sm-10, .ptech-col-sm-11, .ptech-col-sm-12 {
    float: left;
  }
  .ptech-col-sm-12 {
    width: 100%;
  }
  .ptech-col-sm-11 {
    width: 91.66666667%;
  }
  .ptech-col-sm-10 {
    width: 83.33333333%;
  }
  .ptech-col-sm-9 {
    width: 75%;
  }
  .ptech-col-sm-8 {
    width: 66.66666667%;
  }
  .ptech-col-sm-7 {
    width: 58.33333333%;
  }
  .ptech-col-sm-6 {
    width: 50%;
  }
  .ptech-col-sm-5 {
    width: 41.66666667%;
  }
  .ptech-col-sm-4 {
    width: 33.33333333%;
  }
  .ptech-col-sm-3 {
    width: 25%;
  }
  .ptech-col-sm-2 {
    width: 16.66666667%;
  }
  .ptech-col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .ptech-col-md-1, .ptech-col-md-2, .ptech-col-md-3, .ptech-col-md-4, .ptech-col-md-5, .ptech-col-md-6, .ptech-col-md-7, .ptech-col-md-8, .ptech-col-md-9, .ptech-col-md-10, .ptech-col-md-11, .ptech-col-md-12 {
    float: left;
  }
  .ptech-col-md-12 {
    width: 100%;
  }
  .ptech-col-md-11 {
    width: 91.66666667%;
  }
  .ptech-col-md-10 {
    width: 83.33333333%;
  }
  .ptech-col-md-9 {
    width: 75%;
  }
  .ptech-col-md-8 {
    width: 66.66666667%;
  }
  .ptech-col-md-7 {
    width: 58.33333333%;
  }
  .ptech-col-md-6 {
    width: 50%;
  }
  .ptech-col-md-5 {
    width: 41.66666667%;
  }
  .ptech-col-md-4 {
    width: 33.33333333%;
  }
  .ptech-col-md-3 {
    width: 25%;
  }
  .ptech-col-md-2 {
    width: 16.66666667%;
  }
  .ptech-col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .ptech-col-lg-1, .ptech-col-lg-2, .ptech-col-lg-3, .ptech-col-lg-4, .ptech-col-lg-5, .ptech-col-lg-6, .ptech-col-lg-7, .ptech-col-lg-8, .ptech-col-lg-9, .ptech-col-lg-10, .ptech-col-lg-11, .ptech-col-lg-12 {
    float: left;
  }
  .ptech-col-lg-12 {
    width: 100%;
  }
  .ptech-col-lg-11 {
    width: 91.66666667%;
  }
  .ptech-col-lg-10 {
    width: 83.33333333%;
  }
  .ptech-col-lg-9 {
    width: 75%;
  }
  .ptech-col-lg-8 {
    width: 66.66666667%;
  }
  .ptech-col-lg-7 {
    width: 58.33333333%;
  }
  .ptech-col-lg-6 {
    width: 50%;
  }
  .ptech-col-lg-5 {
    width: 41.66666667%;
  }
  .ptech-col-lg-4 {
    width: 33.33333333%;
  }
  .ptech-col-lg-3 {
    width: 25%;
  }
  .ptech-col-lg-2 {
    width: 16.66666667%;
  }
  .ptech-col-lg-1 {
    width: 8.33333333%;
  }
}

/* @end */


/* @group ptech-spacing */

.ptech-m-0 {
  margin: 0 !important;
}

.ptech-mt-0,
.ptech-my-0 {
  margin-top: 0 !important;
}

.ptech-mr-0,
.ptech-mx-0 {
  margin-right: 0 !important;
}

.ptech-mb-0,
.ptech-my-0 {
  margin-bottom: 0 !important;
}

.ptech-ml-0,
.ptech-mx-0 {
  margin-left: 0 !important;
}

.ptech-m-1 {
  margin: 0.25rem !important;
}

.ptech-mt-1,
.ptech-my-1 {
  margin-top: 0.25rem !important;
}

.ptech-mr-1,
.ptech-mx-1 {
  margin-right: 0.25rem !important;
}

.ptech-mb-1,
.ptech-my-1 {
  margin-bottom: 0.25rem !important;
}

.ptech-ml-1,
.ptech-mx-1 {
  margin-left: 0.25rem !important;
}

.ptech-m-2 {
  margin: 0.5rem !important;
}

.ptech-mt-2,
.ptech-my-2 {
  margin-top: 0.5rem !important;
}

.ptech-mr-2,
.ptech-mx-2 {
  margin-right: 0.5rem !important;
}

.ptech-mb-2,
.ptech-my-2 {
  margin-bottom: 0.5rem !important;
}

.ptech-ml-2,
.ptech-mx-2 {
  margin-left: 0.5rem !important;
}

.ptech-m-3 {
  margin: 1rem !important;
}

.ptech-mt-3,
.ptech-my-3 {
  margin-top: 1rem !important;
}

.ptech-mr-3,
.ptech-mx-3 {
  margin-right: 1rem !important;
}

.ptech-mb-3,
.ptech-my-3 {
  margin-bottom: 1rem !important;
}

.ptech-ml-3,
.ptech-mx-3 {
  margin-left: 1rem !important;
}

.ptech-m-4 {
  margin: 1.5rem !important;
}

.ptech-mt-4,
.ptech-my-4 {
  margin-top: 1.5rem !important;
}

.ptech-mr-4,
.ptech-mx-4 {
  margin-right: 1.5rem !important;
}

.ptech-mb-4,
.ptech-my-4 {
  margin-bottom: 1.5rem !important;
}

.ptech-ml-4,
.ptech-mx-4 {
  margin-left: 1.5rem !important;
}

.ptech-m-5 {
  margin: 3rem !important;
}

.ptech-mt-5,
.ptech-my-5 {
  margin-top: 3rem !important;
}

.ptech-mr-5,
.ptech-mx-5 {
  margin-right: 3rem !important;
}

.ptech-mb-5,
.ptech-my-5 {
  margin-bottom: 3rem !important;
}

.ptech-ml-5,
.ptech-mx-5 {
  margin-left: 3rem !important;
}

.ptech-p-0 {
  padding: 0 !important;
}

.ptech-pt-0,
.ptech-py-0 {
  padding-top: 0 !important;
}

.ptech-pr-0,
.ptech-px-0 {
  padding-right: 0 !important;
}

.ptech-pb-0,
.ptech-py-0 {
  padding-bottom: 0 !important;
}

.ptech-pl-0,
.ptech-px-0 {
  padding-left: 0 !important;
}

.ptech-p-1 {
  padding: 0.25rem !important;
}

.ptech-pt-1,
.ptech-py-1 {
  padding-top: 0.25rem !important;
}

.ptech-pr-1,
.ptech-px-1 {
  padding-right: 0.25rem !important;
}

.ptech-pb-1,
.ptech-py-1 {
  padding-bottom: 0.25rem !important;
}

.ptech-pl-1,
.ptech-px-1 {
  padding-left: 0.25rem !important;
}

.ptech-p-2 {
  padding: 0.5rem !important;
}

.ptech-pt-2,
.ptech-py-2 {
  padding-top: 0.5rem !important;
}

.ptech-pr-2,
.ptech-px-2 {
  padding-right: 0.5rem !important;
}

.ptech-pb-2,
.ptech-py-2 {
  padding-bottom: 0.5rem !important;
}

.ptech-pl-2,
.ptech-px-2 {
  padding-left: 0.5rem !important;
}

.ptech-p-3 {
  padding: 1rem !important;
}

.ptech-pt-3,
.ptech-py-3 {
  padding-top: 1rem !important;
}

.ptech-pr-3,
.ptech-px-3 {
  padding-right: 1rem !important;
}

.ptech-pb-3,
.ptech-py-3 {
  padding-bottom: 1rem !important;
}

.ptech-pl-3,
.ptech-px-3 {
  padding-left: 1rem !important;
}

.ptech-p-4 {
  padding: 1.5rem !important;
}

.ptech-pt-4,
.ptech-py-4 {
  padding-top: 1.5rem !important;
}

.ptech-pr-4,
.ptech-px-4 {
  padding-right: 1.5rem !important;
}

.ptech-pb-4,
.ptech-py-4 {
  padding-bottom: 1.5rem !important;
}

.ptech-pl-4,
.ptech-px-4 {
  padding-left: 1.5rem !important;
}

.ptech-p-5 {
  padding: 3rem !important;
}

.ptech-pt-5,
.ptech-py-5 {
  padding-top: 3rem !important;
}

.ptech-pr-5,
.ptech-px-5 {
  padding-right: 3rem !important;
}

.ptech-pb-5,
.ptech-py-5 {
  padding-bottom: 3rem !important;
}

.ptech-pl-5,
.ptech-px-5 {
  padding-left: 3rem !important;
}

/* @end */


/* @group ptech-form */

.ptech-form  .ptech-form-control {
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 0.5rem;
}
.ptech-form label {
	display: inline-block;
	max-width: 100%;	
	text-align: left;
	font-weight: 400;
	margin-bottom: 5px;	
}
.ptech-form .ptech-form-note,
.ptech-form .ptech-form-description {
	text-align: left;
	color: #777;
	font-size: 11px;
	font-style: italic;
	
	font-size: 12px;
	vertical-align: top;
	line-height: 1.55;
}
.ptech-form .ptech-form-description {
	display: block;
}
.ptech-form input[type="color"], 
.ptech-form input[type="date"], 
.ptech-form input[type="datetime-local"], 
.ptech-form input[type="datetime"], 
.ptech-form input[type="email"],
.ptech-form input[type="phone"],
.ptech-form input[type="month"], 
.ptech-form input[type="number"], 
.ptech-form input[type="password"], 
.ptech-form input[type="search"], 
.ptech-form input[type="tel"], 
.ptech-form input[type="text"], 
.ptech-form input[type="time"],
.ptech-form input[type="url"], 
.ptech-form input[type="week"], 
.ptech-form select, 
.ptech-form textarea {
	color: #2c3338;	
	border-radius: 4px;
	border: 1px solid #8c8f94;
	background-color: #fff;
	box-shadow: 0 0 0 transparent;
	vertical-align: top;
	transition: border-color 0.25s ease-in-out;
}
.ptech-form input[type="date"], 
.ptech-form input[type="datetime-local"],
.ptech-form input[type="datetime"], 
.ptech-form input[type="email"], 
.ptech-form input[type="phone"],
.ptech-form input[type="month"], 
.ptech-form input[type="number"], 
.ptech-form input[type="password"], 
.ptech-form input[type="search"], 
.ptech-form input[type="tel"], 
.ptech-form input[type="text"], 
.ptech-form input[type="time"], 
.ptech-form input[type="url"], 
.ptech-form input[type="week"],
.ptech-form select {
	padding: 0 8px;
	line-height: 29px;
	min-height: 30px;
	max-width: 100%;
	vertical-align: top;
}
.ptech-form select {
	font-weight: 400;
	margin: 0 1px;
	font-size: 14px;
	padding: 0 24px 0 4px;
	-webkit-appearance: none;
	background: #fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat right 5px top 55%;
	background-size: 16px 16px;
	cursor: pointer;
}
.ptech-form .regular-text {
	width: 22em;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.ptech-form input[type="date"], 
	.ptech-form input[type="datetime-local"],
	.ptech-form input[type="datetime"], 
	.ptech-form input[type="email"],
	.ptech-form input[type="phone"],
	.ptech-form input[type="month"], 
	.ptech-form input[type="number"], 
	.ptech-form input[type="password"], 
	.ptech-form input[type="search"], 
	.ptech-form input[type="tel"], 
	.ptech-form input[type="text"], 
	.ptech-form input[type="time"], 
	.ptech-form input[type="url"], 
	.ptech-form input[type="week"],
	.ptech-form select {
		-webkit-appearance: none;
		font-size: 13px;
		padding: 3px 10px;
		min-height: 40px;
	}
	.ptech-form select {
		min-height: 40px;
		font-size: 13px;
		line-height: 28px;
		padding: 5px 24px 5px 8px;
	}
}
.ptech-radio-wrap {
	display: inline-block;
}
.ptech-radio-wrap.ptech-block {
	display: block;
}
.ptech-form input:focus,
.ptech-form select:focus,
.ptech-form textarea:focus {
	border: 1px solid #556;
	outline: 2px solid #eeeef8;
}

/* @end */


/* @group switch checkboxes */

.ptech-form input[type="checkbox"].switch,
.ptech-form input[type="checkbox"].switch:after,
.ptech-form input[type="checkbox"].switch:before,
.ptech-form input[type="radio"].switch,
.ptech-form input[type="radio"].switch:after,
.ptech-form input[type="radio"].switch:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;	
	margin: 0 !important;
	padding: 0 !important;
	outline: none;
}
.ptech-form input[type="checkbox"].switch:focus,
.ptech-form input[type="checkbox"].switch,
.ptech-form input[type="radio"].switch:focus,
.ptech-form input[type="radio"].switch {
	font-size: 18px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 3.9em;
	height: 1.75em;
	background: #fff;
	border: 2px solid #cfcfcf;
	border-radius: 3em;
	box-shadow: none;
	position: relative;
	cursor: pointer;
}
.ptech-form input[type="checkbox"].switch:after,
.ptech-form input[type="checkbox"].switch:before,
.ptech-form input[type="radio"].switch:after,
.ptech-form input[type="radio"].switch:before {
	position: absolute;
	content: "";	
	left: -2px;
	top: -2px;	
	background: transparent;
}
.ptech-form input[type="checkbox"].switch:before,
.ptech-form input[type="radio"].switch:before {
	width: 100%;
	height: 100%;
	padding: 0 4px 0 6px !important;
	content: attr(data-switch-off);
	color: #cfcfcf;
	text-align: right;
	font-style: normal;
	font-size: 0.8em;
	line-height: 2.2em;
}
.ptech-form input[type="checkbox"].switch:after,
.ptech-form input[type="radio"].switch:after {
	width: 1.75em;
	height: 1.75em;
	border-radius: 50%;
	background: #cfcfcf;	
	-webkit-transform: scale(.7);
	transform: scale(.7);
}
.ptech-form input[type="checkbox"].switch:checked,
.ptech-form input[type="radio"].switch:checked {
	border-color: #28c97b;
}
.ptech-form input[type="checkbox"].switch:checked:after,
.ptech-form input[type="radio"].switch:checked:after {
	left: calc(100% - 1.75em + 2px);
	background: #28c97b;
}
.ptech-form input[type="checkbox"].switch:checked:before,
.ptech-form input[type="radio"].switch:checked:before {
	content: attr(data-switch-on);
	text-align: left;
	color: #28c97b;
	background: transparent;
}

.ptech-form input[type="checkbox"].switch:focus,
.ptech-form input[type="radio"].switch:focus {
	border: 2px solid #b8b8b8;
}
.ptech-form input[type="checkbox"].switch:checked:focus,
.ptech-form input[type="radio"].switch:checked:focus {
	border: 2px solid #28a95b;
}
.ptech-form input[type="checkbox"].switch:focus:after,
.ptech-form input[type="radio"].switch:focus:after {
	background: #b8b8b8;	
}
.ptech-form input[type="checkbox"].switch:checked:focus:after, 
.ptech-form input[type="radio"].switch:focus:checked:after {
	background: #28a95b;
}

.ptech-form input[type="checkbox"].switch.switch-lg,
.ptech-form input[type="radio"].switch.switch-lg {
	width: 5.0em;
	height: 2.25em;
}
.ptech-form input[type="checkbox"].switch.switch-lg:after,
.ptech-form input[type="radio"].switch.switch-lg:after {
	width: 2.25em;
	height: 2.25em;
}
.ptech-form input[type="checkbox"].switch.switch-lg:checked:after,
.ptech-form input[type="radio"].switch.switch-lg:checked:after {
	left: calc(100% - 2.25em + 2px);
}

.ptech-form input[type="checkbox"].switch.switch-lg:before, 
.ptech-form input[type="radio"].switch.switch-lg:before {
    font-size: 1.0em;
}

.ptech-form input[type="checkbox"].switch.switch-sm,
.ptech-form input[type="radio"].switch.switch-sm {
	width: 2.775em;
	height: 1.25em;
}
.ptech-form input[type="checkbox"].switch.switch-sm:after,
.ptech-form input[type="radio"].switch.switch-sm:after {
	width: 1.25em;
	height: 1.25em;
}
.ptech-form input[type="checkbox"].switch.switch-sm:checked:after,
.ptech-form input[type="radio"].switch.switch-sm:checked:after {
	left: calc(100% - 1.25em + 2px);
}

.ptech-form input[type="checkbox"].switch.switch-sm:before, 
.ptech-form input[type="radio"].switch.switch-sm:before {
    font-size: 0.55em;
}

.ptech-form input[type="checkbox"].switch.switch-xs,
.ptech-form input[type="radio"].switch.switch-xs {
	width: 2.0em;
	height: 0.9em;
}
.ptech-form input[type="checkbox"].switch.switch-xs:after,
.ptech-form input[type="radio"].switch.switch-xs:after {
	left: -1px;
	top: -1px;
	width: 0.76em;
	height: 0.76em;
}
.ptech-form input[type="checkbox"].switch.switch-xs:checked:after,
.ptech-form input[type="radio"].switch.switch-xs:checked:after {
	left: calc(100% - 0.87em + 2px);
}
.ptech-form input[type="checkbox"].switch.switch-xs:before, 
.ptech-form input[type="radio"].switch.switch-xs:before {
    font-size: 0.39em;
}

/* @end */


/* @group format buttons */

.ptech-button {
    display: inline-block;
    color: #333;   
    font-family: Helvetica, Arial, sans-serif;    
    font-size: 13.6px;
    font-weight: 400;
    line-height: 19px;
	text-decoration: none;
    text-align: center;  
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 6px 12px;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;   
    background-image: none;
    transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out, border-color 0.35s ease-in-out, box-shadow 0.35s ease-in-out;
}
.ptech-button.focus, 
.ptech-button:focus, 
.ptech-button:hover {
    color: #333;
    text-decoration: none;
}

.ptech-button-default {
  color: #333;
  background-color: #fff;
  border-color: #d8d8d8;
}
.ptech-button-default:active, 
.ptech-button-default:focus, 
.ptech-button-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.ptech-button-success {
  color: #fff;
  background-color: #28c97b;
  border-color: #24b46e;
}
.ptech-button-success:active, 
.ptech-button-success:focus, 
.ptech-button-success:hover {
  color: #fff;
  background-color: #209e61;
  border-color: #1a814f;
}

.ptech-button-danger {
  color: #fff;
  background-color: #d6451d;
  border-color: #c03e1a;
}
.ptech-button-danger:active, 
.ptech-button-danger:focus, 
.ptech-button-danger:hover {
  color: #fff;
  background-color: #a93717;
  border-color: #8a2c13;
}

.ptech-button-info {
  color: #fff;
  background-color: #3989c6;
  border-color: #337bb2;
}
.ptech-button-info:active, 
.ptech-button-info:focus, 
.ptech-button-info:hover {
  color: #fff;
  background-color: #2e6e9e;
  border-color: #265a83;
}

.ptech-button-warning {
  color: #fff;
  background-color: #e2993f;
  border-color: #df8d29;
}
.ptech-button-warning:active, 
.ptech-button-warning:focus, 
.ptech-button-warning:hover {
  color: #fff;
  background-color: #cf801f;
  border-color: #b06d1b;
}

.ptech-button-primary {
  color: #fff;
  background-color: #004484;
  border-color: #00376b;
}
.ptech-button-primary:active, 
.ptech-button-primary:focus, 
.ptech-button-primary:hover {
  color: #fff;
  background-color: #002a51;
  border-color: #00172d;
}

.ptech-button-custom {
    color: #3b86ff;
    background-color:#eef;
    border-color: #3876ef;

}
.ptech-button-custom:active, 
.ptech-button-custom:focus, 
.ptech-button-custom:hover {
    color: #fff;
    background-color: #2e6ece;
    border-color: #265ab3;
}

.ptech-button-pretty {
    -webkit-box-shadow:inset 0 -2px 2px rgba(0,0,0,.1),1px 1px 1px rgba(0,0,0,.1);
    box-shadow:inset 0 -2px 2px rgba(0,0,0,.1),1px 1px 1px rgba(0,0,0,.1)
}
.ptech-button-pretty.active,
.ptech-button-pretty:active {
    position:relative;
    top:1px;
    left:-1px;
    -webkit-box-shadow:inset 0 0 0 100px rgba(0,0,0,.05),inset -5px 5px 10px rgba(0,0,0,.1);
    box-shadow:inset 0 0 0 100px rgba(0,0,0,.05),inset -5px 5px 10px rgba(0,0,0,.1)
}
@media screen and (max-width: 767px) {
	.ptech-button {
		padding: 0 14px;
		line-height: 2.71428571;
		min-height: 40px;
		margin-bottom: 4px;
	}
}

/* @end */


/* @group ptech-modal */

.ptech-modal .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.ptech-modal .close:before,
.ptech-modal .close:after {
    display: none;
}
.ptech-modal .close:focus,
.ptech-modal .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
.ptech-modal button.close {
    padding:0;
    cursor:pointer;
    background:0 0;
    border:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}
.ptech-modal-open {
	overflow:hidden
}
.ptech-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.ptech-modal.fade .ptech-modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out;
}
.ptech-modal.show {
	display: block;
}
.ptech-modal.show .ptech-modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.ptech-modal-open .ptech-modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.ptech-modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.ptech-modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0;
}
.ptech-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}
.ptech-modal-backdrop.fade {
    filter:alpha(opacity=0);
    opacity:0
}
.ptech-modal-backdrop.show {
    filter: alpha(opacity=50);
    opacity: .5;
}
.ptech-modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.ptech-modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.ptech-modal-body {
    position: relative;
    padding: 15px;
}
.ptech-modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.ptech-modal-footer .ptech-button + .ptech-button {
    margin-left: 4px;
}
@media (min-width:768px) {
    .ptech-modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .ptech-modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .ptech-modal-sm {
        width: 300px;
    }
}
@media (min-width:992px) {
    .ptech-modal-lg {
        width: 900px;
    }
}
/* responsive height */
.ptech-modal-body {
	max-height: 600px;
	overflow-y: scroll;
	-webkit-transition: max-height .15s linear;
	transition: max-height .15s linear;
}
@media (max-height: 850px) {.ptech-modal-body {max-height: 570px;}}
@media (max-height: 750px) {.ptech-modal-body {max-height: 520px;}}
@media (max-height: 700px) {.ptech-modal-body {max-height: 480px;}}
@media (max-height: 650px) {.ptech-modal-body {max-height: 430px;}}
@media (max-height: 600px) {.ptech-modal-body {max-height: 390px;}}
@media (max-height: 560px) {.ptech-modal-body {max-height: 350px;}}
@media (max-height: 520px) {.ptech-modal-body {max-height: 310px;}}
@media (max-height: 480px) {.ptech-modal-body {max-height: 270px;}}	
@media (max-height: 440px) {.ptech-modal-body {max-height: 230px;}}
@media (max-height: 400px) {.ptech-modal-body {max-height: 190px;}}
@media (max-height: 360px) {.ptech-modal-body {max-height: 160px;}}
@media (max-height: 330px) {.ptech-modal-body {max-height: 130px;}}
@media (max-height: 300px) {.ptech-modal-body {max-height: 100px;}}

/* @end */


/* @group format ptech-modal vertilal position */

.ptech-modal.ptech-modal-vertically-centered {
	text-align: center;
	padding: 0!important;
}
.ptech-modal.ptech-modal-vertically-centered:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}
.ptech-modal.ptech-modal-vertically-centered .ptech-modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

/* @end */


/* @group spinner */

.ptech-modal-spinner,
.ptech-modal-spinner:before {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;	
}
.ptech-modal-spinner {
	z-index: 9999;
	text-align: center;
    -webkit-animation: ptech-fadeIn ease-in-out 0.15s;
    animation: ptech-fadeIn ease-in-out 0.15s;
}
.ptech-modal-spinner:before {
	content: '';
	background-color: #eef;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	background: repeating-linear-gradient(45deg, #737fd1, #737fd1 20px, #465298 20px, #465298 40px );
	opacity: 0.14;
}
.ptech-modal-spinner .ptech-bounce {
	position: relative;
	top: 30%;
}

.ptech-modal-spinner.spinner-ball .ptech-bounce{
	display: inline-block;
	animation: 1s ease-in-out 0s normal none infinite running ptech-ballRotation;
	border: 5px solid #b8cbee;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	box-shadow: 0 0 10px #234, inset 0 0 10px #234;
}
.ptech-modal-spinner.spinner-ball .ptech-bounce:after {
	position: absolute;	
	content: "";
	width: 9px;
	height: 9px;		
	background-color: #b8cbee;
	border-radius: 100%;
}
@-webkit-keyframes ptech-ballRotation {0% {-webkit-transform: rotate(0deg);}100% {-webkit-transform: rotate(360deg);}0% {-webkit-transform: rotate(0deg);}100% {-webkit-transform: rotate(360deg);}0% {-webkit-transform: rotate(0deg);}100% {-webkit-transform: rotate(360deg);}}
@keyframes ptech-ballRotation {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}}
@keyframes ptech-fadeIn {0% {opacity: 0;}100% {opacity: 1;}}

/* @end */


/* @group ptech-dropdown */

.ptech-dropdown {
	display: inline-block;
	position: relative;
	box-shadow: 0 0 0 transparent;
	border-radius: 4px;
	border: 1px solid #8c8f94;
	background-color: #fff;
	color: #555;
	padding: 0 8px;
	line-height: 24px;
	min-height: 30px;
	margin-bottom: 3px;
	vertical-align: top;
}
.ptech-dropdown-toggle {
	padding-right:14px;
	cursor: pointer;
}
.ptech-dropdown-menu {
	position: absolute;
	display: none;	
	top: 100%;
	left: 0;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 2px 0;
	list-style: none;
	font-size: 13px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 0;	
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	background-clip: padding-box;
	z-index: 1000;	
}
.open > .ptech-dropdown-menu {
	display: block;
}
.ptech-dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	text-decoration: none;
}
.ptech-dropdown-menu > li > a:focus, 
.ptech-dropdown-menu > li > a:hover {
	color: #fff;
	text-decoration: none;	
	background-color: #004484;
}
.ptech-dropdown-selection {
	position: relative;
	display: inline-block;
	min-width: 130px;
}
.ptech-dropdown-caret {
	position: absolute;
	top: 12px;
	right: 8px;
	display: block;
	width: 0;
	height: 0;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.ptech-dropdown-selection > i,
.ptech-dropdown-menu > li > a > i {
	display: inline-block;	
	height: 29px;
}
.ptech-dropdown-selection > i img,
.ptech-dropdown-menu > li > a > i img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	.ptech-dropdown {
		min-height: 40px;
		line-height: 28px;
		padding: 5px 24px 5px 8px;
	}
	.ptech-dropdown-caret {
		top: 18px;
	}
}

/* formatting */
.ptech-dropdown-menu {
	width: 200px;
	left: -1px;
	max-height: 210px;
	overflow-y: auto;
	margin-bottom: 35px;
}

/* @end */
