.card-shadow {

  box-shadow: 0 0.1em 0.25em rgba(0, 0, 0, 0.1), 0 0.1em 0.2em rgba(0, 0, 0, 0.1);

}

body {

  font-family: 'Roboto', sans-serif;

}

a {

  color: #000;

  text-decoration: none;

}

a:hover,

a:focus {

  color: #0b5857;

  text-decoration: underline;

}

a:focus {

  outline: thin dotted;

  outline: 5px auto -webkit-focus-ring-color;

  outline-offset: -2px;

}

.btn {

  display: inline-block;

  margin-bottom: 0;

  font-weight: normal;

  text-align: center;

  vertical-align: middle;

  touch-action: manipulation;

  cursor: pointer;

  background-image: none;

  border: 1px solid transparent;

  white-space: nowrap;

  padding: 6px 12px;

  font-size: 14px;

  line-height: 1.846;

  border-radius: 3px;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

}


.btn:focus,

.btn:active:focus,

.btn.active:focus,

.btn.focus,

.btn:active.focus,

.btn.active.focus {

  outline: thin dotted;

  outline: 5px auto -webkit-focus-ring-color;

  outline-offset: -2px;

}

.btn:hover,

.btn:focus,

.btn.focus {

  color: #333333;

  text-decoration: none;

  outline: none !Important;

}

.btn:active,

.btn.active {

  outline: 0;

  background-image: none;

  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

}

.btn.disabled,

.btn[disabled],

fieldset[disabled] .btn {

  cursor: not-allowed;

  pointer-events: none;

  -moz-opacity: 0.65;

  -khtml-opacity: 0.65;

  -webkit-opacity: 0.65;

  opacity: 0.65;

  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);

  filter: alpha(opacity=65);

  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  box-shadow: none;

}

.btn-default {

  color: #333333;

  background-color: #ffffff;

  border-color: #dddddd;

}

.btn-default:hover,

.btn-default:focus,

.btn-default.focus,

.btn-default:active,

.btn-default.active,

.open > .dropdown-toggle.btn-default {

  color: #333333;

  background-color: #e6e6e6;

  border-color: #bebebe;

}

.btn-default:active,

.btn-default.active,

.open > .dropdown-toggle.btn-default {

  background-image: none;

}

.btn-default.disabled,

.btn-default[disabled],

fieldset[disabled] .btn-default,

.btn-default.disabled:hover,

.btn-default[disabled]:hover,

fieldset[disabled] .btn-default:hover,

.btn-default.disabled:focus,

.btn-default[disabled]:focus,

fieldset[disabled] .btn-default:focus,

.btn-default.disabled.focus,

.btn-default[disabled].focus,

fieldset[disabled] .btn-default.focus,

.btn-default.disabled:active,

.btn-default[disabled]:active,

fieldset[disabled] .btn-default:active,

.btn-default.disabled.active,

.btn-default[disabled].active,

fieldset[disabled] .btn-default.active {

  background-color: #ffffff;

  border-color: #dddddd;

}

.forget-password-field{background: transparent none repeat scroll 0% 0%;
width: 100% !important;
float: left;
border: 0px;
border-bottom: 2px solid #fff !important;
border-width: 0px 0px 2px;
border-style: none none solid;
border-color: -moz-use-text-color -moz-use-text-color rgba(255, 255, 255, 0.37!
!important);
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: #fff;
-moz-border-left-colors: none;
border-image: none;
color: rgb(255, 255, 255);
margin-bottom: 20px;
font-size: 15px;
background: none;
padding: 10px;}

.btn-forget-pass {
    width: 100% !important;
    background: #1478b3 !important;
    border: medium none !important;
    box-shadow: none !important;
	margin-bottom:10px;
}

.forget-password-field input , placeholder { color:#fff !important;}



.headingg-f-pass{text-align: center;
color: rgb(255, 255, 255);
font-size: 30px;
font-weight: 500;}

.btn-default .badge {

  color: #ffffff;

  background-color: #333333;

}

.btn-primary {

color: #ffffff;

background-color: #172D3B;

border-color: #23394E;

}





.btn-primary:hover{

color: #ffffff !important;

background-color: #23394e !important;

border-color: #23394E !important;

}





.btn-primary:hover,

.btn-primary:focus,

.btn-primary.focus,

.btn-primary:active,

.btn-primary.active,

.open > .dropdown-toggle.btn-primary {

  color: #ffffff;

  background-color: #23394e;

  border-color: #0a4f4e;

}

.btn-primary:active,

.btn-primary.active,

.open > .dropdown-toggle.btn-primary {

  background-image: none;

}

.btn-primary.disabled,

.btn-primary[disabled],

fieldset[disabled] .btn-primary,

.btn-primary.disabled:hover,

.btn-primary[disabled]:hover,

fieldset[disabled] .btn-primary:hover,

.btn-primary.disabled:focus,

.btn-primary[disabled]:focus,

fieldset[disabled] .btn-primary:focus,

.btn-primary.disabled.focus,

.btn-primary[disabled].focus,

fieldset[disabled] .btn-primary.focus,

.btn-primary.disabled:active,

.btn-primary[disabled]:active,

fieldset[disabled] .btn-primary:active,

.btn-primary.disabled.active,

.btn-primary[disabled].active,

fieldset[disabled] .btn-primary.active {

  background-color: #139c9b;

  border-color: #118684;

}

.btn-primary .badge {

  color: #139c9b;

  background-color: #ffffff;

}

.btn-success {

  color: #ffffff;

  background-color: #66bb6a;

  border-color: #54b359;

}

.btn-success:hover,

.btn-success:focus,

.btn-success.focus,

.btn-success:active,

.btn-success.active,

.open > .dropdown-toggle.btn-success {

  color: #ffffff;

  background-color: #49a54e;

  border-color: #3e8c42;

}

.btn-success:active,

.btn-success.active,

.open > .dropdown-toggle.btn-success {

  background-image: none;

}

.btn-success.disabled,

.btn-success[disabled],

fieldset[disabled] .btn-success,

.btn-success.disabled:hover,

.btn-success[disabled]:hover,

fieldset[disabled] .btn-success:hover,

.btn-success.disabled:focus,

.btn-success[disabled]:focus,

fieldset[disabled] .btn-success:focus,

.btn-success.disabled.focus,

.btn-success[disabled].focus,

fieldset[disabled] .btn-success.focus,

.btn-success.disabled:active,

.btn-success[disabled]:active,

fieldset[disabled] .btn-success:active,

.btn-success.disabled.active,

.btn-success[disabled].active,

fieldset[disabled] .btn-success.active {

  background-color: #66bb6a;

  border-color: #54b359;

}

.btn-success .badge {

  color: #66bb6a;

  background-color: #ffffff;

}

.btn-info {

  color: #ffffff;

  background-color: #5bc0de;

  border-color: #46b8da;

}

.btn-info:hover,

.btn-info:focus,

.btn-info.focus,

.btn-info:active,

.btn-info.active,

.open > .dropdown-toggle.btn-info {

  color: #ffffff;

  background-color: #31b0d5;

  border-color: #269abc;

}

.btn-info:active,

.btn-info.active,

.open > .dropdown-toggle.btn-info {

  background-image: none;

}

.btn-info.disabled,

.btn-info[disabled],

fieldset[disabled] .btn-info,

.btn-info.disabled:hover,

.btn-info[disabled]:hover,

fieldset[disabled] .btn-info:hover,

.btn-info.disabled:focus,

.btn-info[disabled]:focus,

fieldset[disabled] .btn-info:focus,

.btn-info.disabled.focus,

.btn-info[disabled].focus,

fieldset[disabled] .btn-info.focus,

.btn-info.disabled:active,

.btn-info[disabled]:active,

fieldset[disabled] .btn-info:active,

.btn-info.disabled.active,

.btn-info[disabled].active,

fieldset[disabled] .btn-info.active {

  background-color: #5bc0de;

  border-color: #46b8da;

}

.btn-info .badge {

  color: #5bc0de;

  background-color: #ffffff;

}

.btn-warning {

  color: #ffffff;

  background-color: #ffb300;

  border-color: #e6a100;

}

.btn-warning:hover,

.btn-warning:focus,

.btn-warning.focus,

.btn-warning:active,

.btn-warning.active,

.open > .dropdown-toggle.btn-warning {

  color: #ffffff;

  background-color: #cc8f00;

  border-color: #a87600;

}

.btn-warning:active,

.btn-warning.active,

.open > .dropdown-toggle.btn-warning {

  background-image: none;

}

.btn-warning.disabled,

.btn-warning[disabled],

fieldset[disabled] .btn-warning,

.btn-warning.disabled:hover,

.btn-warning[disabled]:hover,

fieldset[disabled] .btn-warning:hover,

.btn-warning.disabled:focus,

.btn-warning[disabled]:focus,

fieldset[disabled] .btn-warning:focus,

.btn-warning.disabled.focus,

.btn-warning[disabled].focus,

fieldset[disabled] .btn-warning.focus,

.btn-warning.disabled:active,

.btn-warning[disabled]:active,

fieldset[disabled] .btn-warning:active,

.btn-warning.disabled.active,

.btn-warning[disabled].active,

fieldset[disabled] .btn-warning.active {

  background-color: #ffb300;

  border-color: #e6a100;

}

.btn-warning .badge {

  color: #ffb300;

  background-color: #ffffff;

}

.btn-danger {

  color: #ffffff;

  background-color: #d9534f;

  border-color: #d43f3a;

}

.btn-danger:hover,

.btn-danger:focus,

.btn-danger.focus,

.btn-danger:active,

.btn-danger.active,

.open > .dropdown-toggle.btn-danger {

  color: #ffffff;

  background-color: #c9302c;

  border-color: #ac2925;

}

.btn-danger:active,

.btn-danger.active,

.open > .dropdown-toggle.btn-danger {

  background-image: none;

}

.btn-danger.disabled,

.btn-danger[disabled],

fieldset[disabled] .btn-danger,

.btn-danger.disabled:hover,

.btn-danger[disabled]:hover,

fieldset[disabled] .btn-danger:hover,

.btn-danger.disabled:focus,

.btn-danger[disabled]:focus,

fieldset[disabled] .btn-danger:focus,

.btn-danger.disabled.focus,

.btn-danger[disabled].focus,

fieldset[disabled] .btn-danger.focus,

.btn-danger.disabled:active,

.btn-danger[disabled]:active,

fieldset[disabled] .btn-danger:active,

.btn-danger.disabled.active,

.btn-danger[disabled].active,

fieldset[disabled] .btn-danger.active {

  background-color: #d9534f;

  border-color: #d43f3a;

}

.btn-danger .badge {

  color: #d9534f;

  background-color: #ffffff;

}

.btn-link {

  color: #139c9b;

  font-weight: normal;

  border-radius: 0;

}

.btn-link,

.btn-link:active,

.btn-link.active,

.btn-link[disabled],

fieldset[disabled] .btn-link {

  background-color: transparent;

  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  box-shadow: none;

}

.btn-link,

.btn-link:hover,

.btn-link:focus,

.btn-link:active {

  border-color: transparent;

}

.btn-link:hover,

.btn-link:focus {

  color: #0b5857;

  text-decoration: underline;

  background-color: transparent;

}

.btn-link[disabled]:hover,

fieldset[disabled] .btn-link:hover,

.btn-link[disabled]:focus,

fieldset[disabled] .btn-link:focus {

  color: #777777;

  text-decoration: none;

}

.btn-lg {

  padding: 10px 16px;

  font-size: 18px;

  line-height: 1.3333333;

  border-radius: 3px;

}

.btn-sm {

  padding: 5px 10px;

  font-size: 12px;

  line-height: 1.5;

  border-radius: 2px;

}

.btn-xs {

  padding: 1px 5px;

  font-size: 12px;

  line-height: 1.5;

  border-radius: 2px;

}

.form-control {

  display: block;

  width: 100%;

  height: 39px;

  padding: 6px 12px;

  font-size: 14px;

  line-height: 1.846;

  color: #555555;

  background-color: #ffffff;

  background-image: none;

  border: 1px solid #cccccc;

  border-radius: 3px;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;

  -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;

  -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;

  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;

}

.form-control:focus {

  border-color: #139c9b;

  outline: 0;

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(19, 156, 155, 0.6);

  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(19, 156, 155, 0.6);

  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(19, 156, 155, 0.6);

}

.form-control::-moz-placeholder {

  color: #999999;

  opacity: 1;

}

.form-control:-ms-input-placeholder {

  color: #999999;

}

.form-control::-webkit-input-placeholder {

  color: #999999;

}

.form-control[disabled],

.form-control[readonly],

fieldset[disabled] .form-control {

  background-color: #eeeeee;

  opacity: 1;

}

.form-control[disabled],

fieldset[disabled] .form-control {

  cursor: not-allowed;

}

textarea.form-control {

  height: auto;

}

.form-control:focus {

  box-shadow: none;

}

.tooltip-inner {

  padding: 8px 12px !important;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  border-radius: 3px;

}

.btn-default {

  background-size: 200%;

  background-position: 50%;

  outline: none;

}

.btn-default:hover,

.btn-default:active:hover,

.btn-default:focus {

  outline: none;

  background-color: #f0f0f0;

}

.btn-default:active {

  background-color: #f0f0f0;

  background-image: -webkit-radial-gradient(circle, #f0f0f0 10%, #ffffff 11%);

  background-image: radial-gradient(circle, #f0f0f0 10%, #ffffff 11%);

  background-repeat: no-repeat;

  background-size: 1000%;

  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);

  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);

  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);

}

.btn-primary {

  background-size: 200%;

  background-position: 50%;

  outline: none;

}

.btn-primary:hover,

.btn-primary:active:hover,

.btn-primary:focus {

  outline: none;

  background-color: #108180;

}

.btn-primary:active {

  background-color: #108180;

  background-image: -webkit-radial-gradient(circle, #108180 10%, #139c9b 11%);

  background-image: radial-gradient(circle, #108180 10%, #139c9b 11%);

  background-repeat: no-repeat;

  background-size: 1000%;

  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);

  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);

  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);

}

.btn-success {

  background-size: 200%;

  background-position: 50%;

  outline: none;

}

.btn-success:hover,

.btn-success:active:hover,

.btn-success:focus {

  outline: none;

  background-color: #51b255;

}

.btn-success:active {

  background-color: #51b255;

  background-image: -webkit-radial-gradient(circle, #51b255 10%, #66bb6a 11%);

  background-image: radial-gradient(circle, #51b255 10%, #66bb6a 11%);

  background-repeat: no-repeat;

  background-size: 1000%;

  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);

  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);

  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);

}

.btn-info {

  background-size: 200%;

  background-position: 50%;

  outline: none;

}

.btn-info:hover,

.btn-info:active:hover,

.btn-info:focus {

  outline: none;

  background-color: #42b6d9;

}

.btn-info:active {

  background-color: #42b6d9;

  background-image: -webkit-radial-gradient(circle, #42b6d9 10%, #5bc0de 11%);

  background-image: radial-gradient(circle, #42b6d9 10%, #5bc0de 11%);

  background-repeat: no-repeat;

  background-size: 1000%;

  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);

  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);

  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);

}

.btn-warning {

  background-size: 200%;

  background-position: 50%;

  outline: none;

}

.btn-warning:hover,

.btn-warning:active:hover,

.btn-warning:focus {

  outline: none;

  background-color: #e09e00;

}

.btn-warning:active {

  background-color: #e09e00;

  background-image: -webkit-radial-gradient(circle, #e09e00 10%, #ffb300 11%);

  background-image: radial-gradient(circle, #e09e00 10%, #ffb300 11%);

  background-repeat: no-repeat;

  background-size: 1000%;

  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);

  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);

  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);

}

.btn-danger {

  background-size: 200%;

  background-position: 50%;

  outline: none;

}

.btn-danger:hover,

.btn-danger:active:hover,

.btn-danger:focus {

  outline: none;

  background-color: #d43a36;

}

.btn-danger:active {

  background-color: #d43a36;

  background-image: -webkit-radial-gradient(circle, #d43a36 10%, #d9534f 11%);

  background-image: radial-gradient(circle, #d43a36 10%, #d9534f 11%);

  background-repeat: no-repeat;

  background-size: 1000%;

  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);

  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);

  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);

}

.btn {

  border-right: none;

  border-bottom: none;

  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);

  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);

  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);

  -webkit-transition: all 0.2s;

  -o-transition: all 0.2s;

  transition: all 0.2s;

  -webkit-transition: all all 0.2s ease-out;

  -moz-transition: all all 0.2s ease-out;

  -o-transition: all all 0.2s ease-out;

  transition: all all 0.2s ease-out;

}

.btn-link {

  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  box-shadow: none;

}

.btn-link:hover,

.btn-link:focus {

  color: #139c9b;

  text-decoration: none;

}

.btn-default.disabled {

  border: 1px solid #dddddd;

}

.btn-group .btn + .btn,

.btn-group .btn + .btn-group,

.btn-group .btn-group + .btn,

.btn-group .btn-group + .btn-group {

  margin-left: 0;

}

.btn-group-vertical > .btn + .btn,

.btn-group-vertical > .btn + .btn-group,

.btn-group-vertical > .btn-group + .btn,

.btn-group-vertical > .btn-group + .btn-group {

  margin-top: 0;

}

.btn-group > .btn + .dropdown-toggle {

  padding-left: 10px;

  padding-right: 10px;

  margin-bottom: 3px;

}

.btn-group > .btn-lg + .dropdown-toggle {

  padding-left: 12px;

  padding-right: 12px;

  margin-bottom: 4px;

}

.btn-group.open .dropdown-toggle {

  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);

  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);

  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);

  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);

  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);

}

.btn-group.open .dropdown-toggle.btn-link {

  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  box-shadow: none;

}

.nav-pills > li {

  float: left;

}

.nav-pills > li > a {

  border-radius: 3px;

}

.nav-pills > li + li {

  margin-left: 2px;

}

.nav-pills > li.active > a,

.nav-pills > li.active > a:hover,

.nav-pills > li.active > a:focus {

  color: #ffffff;

  background-color: #139c9b;

}

.badge {

  display: inline-block;

  min-width: 10px;

  padding: 3px 7px;

  font-size: 12px;

  font-weight: bold;

  color: #ffffff;

  line-height: 1;

  vertical-align: baseline;

  white-space: nowrap;

  text-align: center;

  background-color: #777777;

  border-radius: 10px;

}

.badge:empty {

  display: none;

}

.btn .badge {

  position: relative;

  top: -1px;

}

.btn-xs .badge,

.btn-group-xs > .btn .badge {

  top: 0;

  padding: 1px 5px;

}

a.badge:hover,

a.badge:focus {

  color: #ffffff;

  text-decoration: none;

  cursor: pointer;

}

.list-group-item.active > .badge,

.nav-pills > .active > a > .badge {

  color: #139c9b;

  background-color: #ffffff;

}

.list-group-item > .badge {

  float: right;

}

.list-group-item > .badge + .badge {

  margin-right: 5px;

}

.nav-pills > li > a > .badge {

  margin-left: 3px;

}

.label {

  display: inline;

  padding: .2em .6em .3em;

  font-size: 75%;

  font-weight: bold;

  line-height: 1;

  color: #ffffff;

  text-align: center;

  white-space: nowrap;

  vertical-align: baseline;

  border-radius: .25em;

}

a.label:hover,

a.label:focus {

  color: #ffffff;

  text-decoration: none;

  cursor: pointer;

}

.label:empty {

  display: none;

}

.btn .label {

  position: relative;

  top: -1px;

}

.label-default {

  background-color: #777777;

}

.label-default[href]:hover,

.label-default[href]:focus {

  background-color: #5e5e5e;

}

.label-primary {

  background-color: #139c9b;

}

.label-primary[href]:hover,

.label-primary[href]:focus {

  background-color: #0e6f6e;

}

.label-success {

  background-color: #66bb6a;

}

.label-success[href]:hover,

.label-success[href]:focus {

  background-color: #49a54e;

}

.label-info {

  background-color: #5bc0de;

}

.label-info[href]:hover,

.label-info[href]:focus {

  background-color: #31b0d5;

}

.label-warning {

  background-color: #ffb300;

}

.label-warning[href]:hover,

.label-warning[href]:focus {

  background-color: #cc8f00;

}

.label-danger {

  background-color: #d9534f;

}

.label-danger[href]:hover,

.label-danger[href]:focus {

  background-color: #c9302c;

}

.list-group {

  margin-bottom: 20px;

  padding-left: 0;

}

.list-group-item {

  position: relative;

  display: block;

  padding: 10px 15px;

  margin-bottom: -1px;

  background-color: #ffffff;

  border: 1px solid #dddddd;

}

.list-group-item:first-child {

  border-top-right-radius: 3px;

  border-top-left-radius: 3px;

}

.list-group-item:last-child {

  margin-bottom: 0;

  border-bottom-right-radius: 3px;

  border-bottom-left-radius: 3px;

}

a.list-group-item {

  color: #555555;

}

a.list-group-item .list-group-item-heading {

  color: #333333;

}

a.list-group-item:hover,

a.list-group-item:focus {

  text-decoration: none;

  color: #555555;

  background-color: #f5f5f5;

}

.list-group-item.disabled,

.list-group-item.disabled:hover,

.list-group-item.disabled:focus {

  background-color: #eeeeee;

  color: #777777;

  cursor: not-allowed;



















}

.list-group-item.disabled .list-group-item-heading,

.list-group-item.disabled:hover .list-group-item-heading,

.list-group-item.disabled:focus .list-group-item-heading {

  color: inherit;

}

.list-group-item.disabled .list-group-item-text,

.list-group-item.disabled:hover .list-group-item-text,

.list-group-item.disabled:focus .list-group-item-text {

  color: #777777;

}

.list-group-item.active,

.list-group-item.active:hover,

.list-group-item.active:focus {

  z-index: 2;

  color: #ffffff;

  background-color: #139c9b;

  border-color: #139c9b;

}

.list-group-item.active .list-group-item-heading,

.list-group-item.active:hover .list-group-item-heading,

.list-group-item.active:focus .list-group-item-heading,

.list-group-item.active .list-group-item-heading > small,

.list-group-item.active:hover .list-group-item-heading > small,

.list-group-item.active:focus .list-group-item-heading > small,

.list-group-item.active .list-group-item-heading > .small,

.list-group-item.active:hover .list-group-item-heading > .small,

.list-group-item.active:focus .list-group-item-heading > .small {

  color: inherit;

}

.list-group-item.active .list-group-item-text,

.list-group-item.active:hover .list-group-item-text,

.list-group-item.active:focus .list-group-item-text {

  color: #8bf1ef;

}

.list-group-item-success {

  color: #3c763d;

  background-color: #dff0d8;

}

a.list-group-item-success {

  color: #3c763d;

}

a.list-group-item-success .list-group-item-heading {

  color: inherit;

}

a.list-group-item-success:hover,

a.list-group-item-success:focus {

  color: #3c763d;

  background-color: #d0e9c6;

}

a.list-group-item-success.active,

a.list-group-item-success.active:hover,

a.list-group-item-success.active:focus {

  color: #fff;

  background-color: #3c763d;

  border-color: #3c763d;

}

.list-group-item-info {

  color: #31708f;

  background-color: #d9edf7;

}

a.list-group-item-info {

  color: #31708f;

}

a.list-group-item-info .list-group-item-heading {

  color: inherit;

}

a.list-group-item-info:hover,

a.list-group-item-info:focus {

  color: #31708f;

  background-color: #c4e3f3;

}

a.list-group-item-info.active,

a.list-group-item-info.active:hover,

a.list-group-item-info.active:focus {

  color: #fff;

  background-color: #31708f;

  border-color: #31708f;

}

.list-group-item-warning {

  color: #8a6d3b;

  background-color: #fcf8e3;

}

a.list-group-item-warning {

  color: #8a6d3b;

}

a.list-group-item-warning .list-group-item-heading {

  color: inherit;

}

a.list-group-item-warning:hover,

a.list-group-item-warning:focus {

  color: #8a6d3b;

  background-color: #faf2cc;

}

a.list-group-item-warning.active,

a.list-group-item-warning.active:hover,

a.list-group-item-warning.active:focus {

  color: #fff;

  background-color: #8a6d3b;

  border-color: #8a6d3b;

}

.list-group-item-danger {

  color: #a94442;

  background-color: #f2dede;

}

a.list-group-item-danger {

  color: #a94442;

}

a.list-group-item-danger .list-group-item-heading {

  color: inherit;

}

a.list-group-item-danger:hover,

a.list-group-item-danger:focus {

  color: #a94442;

  background-color: #ebcccc;

}

a.list-group-item-danger.active,

a.list-group-item-danger.active:hover,

a.list-group-item-danger.active:focus {

  color: #fff;

  background-color: #a94442;

  border-color: #a94442;

}

.panel-default {

  border-color: #dddddd;

}

.panel-default > .panel-heading {

  color: #333333;

  background-color: #15232e;

  border-color: #dddddd;

  text-align: center;

  border-radius: 0px;

}

.panel-default > .panel-heading + .panel-collapse > .panel-body {

  border-top-color: #dddddd;

}

.panel-default > .panel-heading .badge {

  color: #f5f5f5;

  background-color: #333333;

}

.panel-default > .panel-footer + .panel-collapse > .panel-body {

  border-bottom-color: #dddddd;

}

.panel-primary {

  border-color: #139c9b;

}

.panel-primary > .panel-heading {color: #ffffff;padding: 22px;background-color: #00c0ef;border-color: #139c9b;}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {

  border-top-color: #139c9b;

}

.panel-primary > .panel-heading .badge {

  color: #139c9b;

  background-color: #ffffff;

}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {

  border-bottom-color: #139c9b;

}

.panel-success {

  border-color: #d6e9c6;

}

.panel-success > .panel-heading {color: #fff;background-color: #00a65a;border-color: #d6e9c6;padding: 22px;}

.panel-success > .panel-heading + .panel-collapse > .panel-body {

  border-top-color: #d6e9c6;

}

.panel-success > .panel-heading .badge {

  color: #dff0d8;

  background-color: #3c763d;

}

.panel-success > .panel-footer + .panel-collapse > .panel-body {

  border-bottom-color: #d6e9c6;

}

.panel-info {

  border-color: #bce8f1;

}

.panel-info > .panel-heading {

  color: #31708f;

  background-color: #d9edf7;

  border-color: #bce8f1;

}

.panel-info > .panel-heading + .panel-collapse > .panel-body {

  border-top-color: #bce8f1;

}

.panel-info > .panel-heading .badge {


  color: #d9edf7;

  background-color: #31708f;

}

.panel-info > .panel-footer + .panel-collapse > .panel-body {

  border-bottom-color: #bce8f1;

}

.panel-warning {

  border-color: #faebcc;

}

.panel-warning > .panel-heading {color: #fff;padding: 22px;background-color: #f39c12;border-color: #faebcc;}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {

  border-top-color: #faebcc;

}

.panel-warning > .panel-heading .badge {

  color: #fcf8e3;

  background-color: #8a6d3b;

}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {

  border-bottom-color: #faebcc;

}

.panel-danger {

  border-color: #ebccd1;

}

.panel-danger > .panel-heading {padding: 22px;color: #fff;background-color: #001f3f;border-color: #ebccd1;}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {

  border-top-color: #ebccd1;

}

.panel-danger > .panel-heading .badge {

  color: #f2dede;

  background-color: #a94442;

}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {

  border-bottom-color: #ebccd1;

}

.pagination {

  display: inline-block;

  padding-left: 0;

  margin: 25px 0;

  border-radius: 3px;

}

.pagination > li {

  display: inline;

}

.pagination > li > a,

.pagination > li > span {

  position: relative;

  float: left;

  padding: 6px 12px;

  line-height: 1.846;

  text-decoration: none;

  color: #139c9b;

  background-color: #ffffff;

  border: 1px solid #dddddd;

  margin-left: -1px;

}

.pagination > li:first-child > a,

.pagination > li:first-child > span {

  margin-left: 0;

  border-bottom-left-radius: 3px;

  border-top-left-radius: 3px;

}

.pagination > li:last-child > a,

.pagination > li:last-child > span {

  border-bottom-right-radius: 3px;

  border-top-right-radius: 3px;

}

.pagination > li > a:hover,

.pagination > li > span:hover,

.pagination > li > a:focus,

.pagination > li > span:focus {

  color: #0b5857;

  background-color: #eeeeee;

  border-color: #dddddd;

}

.pagination > .active > a,

.pagination > .active > span,

.pagination > .active > a:hover,

.pagination > .active > span:hover,

.pagination > .active > a:focus,

.pagination > .active > span:focus {

  z-index: 2;

  color: #ffffff;

  background-color: #139c9b;

  border-color: #139c9b;

  cursor: default;

}

.pagination > .disabled > span,

.pagination > .disabled > span:hover,

.pagination > .disabled > span:focus,

.pagination > .disabled > a,

.pagination > .disabled > a:hover,

.pagination > .disabled > a:focus {

  color: #777777;

  background-color: #ffffff;

  border-color: #dddddd;

  cursor: not-allowed;

}

.pagination-lg > li > a,

.pagination-lg > li > span {

  padding: 10px 16px;

  font-size: 18px;

}

.pagination-lg > li:first-child > a,

.pagination-lg > li:first-child > span {

  border-bottom-left-radius: 3px;

  border-top-left-radius: 3px;

}

.pagination-lg > li:last-child > a,

.pagination-lg > li:last-child > span {

  border-bottom-right-radius: 3px;

  border-top-right-radius: 3px;

}

.pagination-sm > li > a,

.pagination-sm > li > span {

  padding: 5px 10px;

  font-size: 12px;

}

.pagination-sm > li:first-child > a,

.pagination-sm > li:first-child > span {

  border-bottom-left-radius: 2px;

  border-top-left-radius: 2px;

}

.pagination-sm > li:last-child > a,

.pagination-sm > li:last-child > span {

  border-bottom-right-radius: 2px;

  border-top-right-radius: 2px;

}

.progress {

  overflow: hidden;

  height: 25px;

  margin-bottom: 25px;

  background-color: #f5f5f5;

  border-radius: 3px;

  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);

  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);

  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);

}

.progress-bar {

  float: left;

  width: 0%;

  height: 100%;

  font-size: 12px;

  line-height: 25px;

  color: #ffffff;

  text-align: center;

  background-color: #139c9b;

  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);

  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);

  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);

  -webkit-transition: width 0.6s ease;

  -o-transition: width 0.6s ease;

  transition: width 0.6s ease;

  -webkit-transition: all width 0.6s ease ease-out;

  -moz-transition: all width 0.6s ease ease-out;

  -o-transition: all width 0.6s ease ease-out;

  transition: all width 0.6s ease ease-out;

}

.progress-striped .progress-bar,

.progress-bar-striped {

  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-size: 40px 40px;

}

.progress.active .progress-bar,

.progress-bar.active {

  -webkit-animation: progress-bar-stripes 2s linear infinite;

  -o-animation: progress-bar-stripes 2s linear infinite;

  animation: progress-bar-stripes 2s linear infinite;

}

.progress-bar-success {

  background-color: #66bb6a;

}

.progress-striped .progress-bar-success {

  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

}

.progress-bar-info {

  background-color: #5bc0de;

}

.progress-striped .progress-bar-info {

  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

}

.progress-bar-warning {

  background-color: #ffb300;

}

.progress-striped .progress-bar-warning {

  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

}

.progress-bar-danger {

  background-color: #d9534f;

}

.progress-striped .progress-bar-danger {

  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

}

.table {

  width: 100%;

  max-width: 100%;

  margin-bottom: 25px;

}

.table > thead > tr > th,

.table > tbody > tr > th,

.table > tfoot > tr > th,

.table > thead > tr > td,

.table > tbody > tr > td,

.table > tfoot > tr > td {

  padding: 8px;

  line-height: 1.846;

  vertical-align: top;

  border-top: 1px solid #eeeeee;

  color: #000 !important;

}

.table > thead > tr > th {

  vertical-align: bottom;

  border-bottom: 2px solid #eeeeee;

}

.table > caption + thead > tr:first-child > th,

.table > colgroup + thead > tr:first-child > th,

.table > thead:first-child > tr:first-child > th,

.table > caption + thead > tr:first-child > td,

.table > colgroup + thead > tr:first-child > td,

.table > thead:first-child > tr:first-child > td {

  border-top: 0;

}

.table > tbody + tbody {

  border-top: 2px solid #eeeeee;

}

.table .table {

  background-color: #ffffff;

}

body {

  -webkit-font-smoothing: antialiased;

  letter-spacing: .1px;

}

p {

  margin: 0 0 1em;

}

input,

button {

  -webkit-font-smoothing: antialiased;

  letter-spacing: .1px;

}

a {

  -webkit-transition: all 0.2s;

  -o-transition: all 0.2s;

  transition: all 0.2s;

  -webkit-transition: all all 0.2s ease-out;

  -moz-transition: all all 0.2s ease-out;

  -o-transition: all all 0.2s ease-out;

  transition: all all 0.2s ease-out;

}

.table-hover > tbody > tr,

.table-hover > tbody > tr > th,

.table-hover > tbody > tr > td {

  -webkit-transition: all 0.2s;

  -o-transition: all 0.2s;

  transition: all 0.2s;

  -webkit-transition: all all 0.2s ease-out;

  -moz-transition: all all 0.2s ease-out;

  -o-transition: all all 0.2s ease-out;

  transition: all all 0.2s ease-out;

}

.material-form label {

  font-weight: normal;

}

.material-form textarea,

.material-form textarea.form-control,

.material-form input.form-control,

.material-form input[type=text],

.material-form input[type=password],

.material-form input[type=email],

.material-form input[type=number],

.material-form [type=text].form-control,

.material-form [type=password].form-control,

.material-form [type=email].form-control,

.material-form [type=tel].form-control,

.material-form [contenteditable].form-control {

  padding: 0;

  border: none;

  border-radius: 0;

  -webkit-appearance: none;

  -webkit-box-shadow: inset 0 -1px 0 #dddddd;

  -moz-box-shadow: inset 0 -1px 0 #dddddd;

  box-shadow: inset 0 -1px 0 #dddddd;

  font-size: 16px;

}

.material-form textarea:focus,

.material-form textarea.form-control:focus,

.material-form input.form-control:focus,

.material-form input[type=text]:focus,

.material-form input[type=password]:focus,

.material-form input[type=email]:focus,

.material-form input[type=number]:focus,

.material-form [type=text].form-control:focus,

.material-form [type=password].form-control:focus,

.material-form [type=email].form-control:focus,

.material-form [type=tel].form-control:focus,

.material-form [contenteditable].form-control:focus {

  -webkit-box-shadow: inset 0 -2px 0 #139c9b;

  -moz-box-shadow: inset 0 -2px 0 #139c9b;

  box-shadow: inset 0 -2px 0 #139c9b;

}

.material-form textarea[disabled],

.material-form textarea.form-control[disabled],





.material-form input.form-control[disabled],

.material-form input[type=text][disabled],

.material-form input[type=password][disabled],

.material-form input[type=email][disabled],

.material-form input[type=number][disabled],

.material-form [type=text].form-control[disabled],

.material-form [type=password].form-control[disabled],

.material-form [type=email].form-control[disabled],

.material-form [type=tel].form-control[disabled],

.material-form [contenteditable].form-control[disabled],

.material-form textarea[readonly],

.material-form textarea.form-control[readonly],

.material-form input.form-control[readonly],

.material-form input[type=text][readonly],

.material-form input[type=password][readonly],

.material-form input[type=email][readonly],

.material-form input[type=number][readonly],

.material-form [type=text].form-control[readonly],

.material-form [type=password].form-control[readonly],

.material-form [type=email].form-control[readonly],

.material-form [type=tel].form-control[readonly],

.material-form [contenteditable].form-control[readonly] {

  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  box-shadow: none;

  border-bottom: 1px dotted #ddd;

}

.material-form textarea.input-sm,

.material-form textarea.form-control.input-sm,

.material-form input.form-control.input-sm,

.material-form input[type=text].input-sm,

.material-form input[type=password].input-sm,

.material-form input[type=email].input-sm,

.material-form input[type=number].input-sm,

.material-form [type=text].form-control.input-sm,

.material-form [type=password].form-control.input-sm,

.material-form [type=email].form-control.input-sm,

.material-form [type=tel].form-control.input-sm,

.material-form [contenteditable].form-control.input-sm {

  font-size: 12px;

}

.material-form textarea.input-lg,

.material-form textarea.form-control.input-lg,

.material-form input.form-control.input-lg,

.material-form input[type=text].input-lg,

.material-form input[type=password].input-lg,

.material-form input[type=email].input-lg,

.material-form input[type=number].input-lg,

.material-form [type=text].form-control.input-lg,

.material-form [type=password].form-control.input-lg,

.material-form [type=email].form-control.input-lg,

.material-form [type=tel].form-control.input-lg,

.material-form [contenteditable].form-control.input-lg {

  font-size: 18px;

}

.material-form select,

.material-form select.form-control {

  border: 0;

  border-radius: 0;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  padding-left: 0;

  padding-right: 0\9;

  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEVmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaP/QSjAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=);

  background-size: 13px;

  background-repeat: no-repeat;

  background-position: right center;

  -webkit-box-shadow: inset 0 -1px 0 #dddddd;

  -moz-box-shadow: inset 0 -1px 0 #dddddd;

  box-shadow: inset 0 -1px 0 #dddddd;

  font-size: 16px;

  line-height: 1.5;

}

.material-form select::-ms-expand,

.material-form select.form-control::-ms-expand {

  display: none;

}

.material-form select.input-sm,

.material-form select.form-control.input-sm {

  font-size: 12px;

}

.material-form select.input-lg,

.material-form select.form-control.input-lg {

  font-size: 18px;

}

.material-form select:focus,

.material-form select.form-control:focus {

  -webkit-box-shadow: inset 0 -2px 0 #139c9b;

  -moz-box-shadow: inset 0 -2px 0 #139c9b;

  box-shadow: inset 0 -2px 0 #139c9b;

  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEUhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISF8S9ewAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=);

}

.material-form select[multiple],

.material-form select.form-control[multiple] {

  background: none;





}

.material-form .radio label,

.material-form .radio-inline label,

.material-form .checkbox label,

.material-form .checkbox-inline label {

  padding-left: 25px;

}

.material-form .radio input[type="radio"],

.material-form .radio-inline input[type="radio"],

.material-form .checkbox input[type="radio"],

.material-form .checkbox-inline input[type="radio"],

.material-form .radio input[type="checkbox"],

.material-form .radio-inline input[type="checkbox"],

.material-form .checkbox input[type="checkbox"],

.material-form .checkbox-inline input[type="checkbox"] {

  margin-left: -25px;

}

.material-form input[type="radio"],

.material-form .radio input[type="radio"],

.material-form .radio-inline input[type="radio"] {

  position: relative;

  margin-top: 5px;

  margin-right: 4px;

  vertical-align: -4px;

  border: none;

  background-color: transparent;

  -webkit-appearance: none;

  appearance: none;

  cursor: pointer;

}

.material-form input[type="radio"]:focus,

.material-form .radio input[type="radio"]:focus,

.material-form .radio-inline input[type="radio"]:focus {

  outline: none;

}

.material-form input[type="radio"]:before,

.material-form .radio input[type="radio"]:before,

.material-form .radio-inline input[type="radio"]:before,

.material-form input[type="radio"]:after,

.material-form .radio input[type="radio"]:after,

.material-form .radio-inline input[type="radio"]:after {

  content: "";

  display: block;

  width: 18px;

  height: 18px;

  margin-top: -3px;

  border-radius: 50%;

  -webkit-transition: 240ms;

  -o-transition: 240ms;

  transition: 240ms;

  -webkit-transition: all 240ms ease-out;

  -moz-transition: all 240ms ease-out;

  -o-transition: all 240ms ease-out;

  transition: all 240ms ease-out;

}

.material-form input[type="radio"]:before,

.material-form .radio input[type="radio"]:before,

.material-form .radio-inline input[type="radio"]:before {

  position: absolute;

  left: 0;

  top: 0;

  background-color: #139c9b;

  -webkit-transform: scale(0);

  -moz-transform: scale(0);

  -o-transform: scale(0);

  -ms-transform: scale(0);

  transform: scale(0);

}

.material-form input[type="radio"]:after,

.material-form .radio input[type="radio"]:after,

.material-form .radio-inline input[type="radio"]:after {

  border: 2px solid #555555;

}

.material-form input[type="radio"]:checked:before,

.material-form .radio input[type="radio"]:checked:before,

.material-form .radio-inline input[type="radio"]:checked:before {

  -webkit-transform: scale(0.5);

  -moz-transform: scale(0.5);

  -o-transform: scale(0.5);

  -ms-transform: scale(0.5);

  transform: scale(0.5);

}

.material-form input[type="radio"]:disabled:checked:before,

.material-form .radio input[type="radio"]:disabled:checked:before,

.material-form .radio-inline input[type="radio"]:disabled:checked:before {

  background-color: #777777;

}

.material-form input[type="radio"]:checked:after,

.material-form .radio input[type="radio"]:checked:after,

.material-form .radio-inline input[type="radio"]:checked:after {

  border-color: #139c9b;

}

.material-form input[type="radio"]:disabled:after,

.material-form .radio input[type="radio"]:disabled:after,

.material-form .radio-inline input[type="radio"]:disabled:after,

.material-form input[type="radio"]:disabled:checked:after,

.material-form .radio input[type="radio"]:disabled:checked:after,

.material-form .radio-inline input[type="radio"]:disabled:checked:after {

  border-color: #777777;

}

.material-form input[type="checkbox"],

.material-form .checkbox input[type="checkbox"],

.material-form .checkbox-inline input[type="checkbox"] {

  position: relative;

  vertical-align: -4px;

  border: none;

  -webkit-appearance: none;

  appearance: none;

  cursor: pointer;

}

.material-form input[type="checkbox"]:focus,

.material-form .checkbox input[type="checkbox"]:focus,

.material-form .checkbox-inline input[type="checkbox"]:focus {

  outline: none;

}

.material-form input[type="checkbox"]:after,

.material-form .checkbox input[type="checkbox"]:after,

.material-form .checkbox-inline input[type="checkbox"]:after {

  content: "";

  display: block;

  width: 18px;

  height: 18px;

  margin-top: -2px;

  margin-right: 5px;

  border: 2px solid #555555;

  border-radius: 2px;

  -webkit-transition: 240ms;

  -o-transition: 240ms;

  transition: 240ms;

  -webkit-transition: all 240ms ease-out;

  -moz-transition: all 240ms ease-out;

  -o-transition: all 240ms ease-out;

  transition: all 240ms ease-out;

}

.material-form input[type="checkbox"]:checked:before,

.material-form .checkbox input[type="checkbox"]:checked:before,

.material-form .checkbox-inline input[type="checkbox"]:checked:before {

  content: "";

  position: absolute;

  top: 0;

  left: 6px;

  display: table;

  width: 6px;

  height: 12px;

  border: 2px solid #fff;

  border-top-width: 0;

  border-left-width: 0;

  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  -o-transform: rotate(45deg);

  transform: rotate(45deg);

}

.material-form input[type="checkbox"]:checked:after,

.material-form .checkbox input[type="checkbox"]:checked:after,

.material-form .checkbox-inline input[type="checkbox"]:checked:after {

  background-color: #139c9b;

  border-color: #139c9b;

}

.material-form input[type="checkbox"]:disabled:after,

.material-form .checkbox input[type="checkbox"]:disabled:after,

.material-form .checkbox-inline input[type="checkbox"]:disabled:after {

  border-color: #777777;

}

.material-form input[type="checkbox"]:disabled:checked:after,

.material-form .checkbox input[type="checkbox"]:disabled:checked:after,

.material-form .checkbox-inline input[type="checkbox"]:disabled:checked:after {

  background-color: #777777;

  border-color: transparent;

}

.material-form .has-warning input:not([type=checkbox]),

.material-form .has-warning .form-control,

.material-form .has-warning input.form-control[readonly],

.material-form .has-warning input[type=text][readonly],

.material-form .has-warning [type=text].form-control[readonly],

.material-form .has-warning input:not([type=checkbox]):focus,

.material-form .has-warning .form-control:focus {

  border-bottom: none;

  -webkit-box-shadow: inset 0 -2px 0 #ffb300;

  -moz-box-shadow: inset 0 -2px 0 #ffb300;

  box-shadow: inset 0 -2px 0 #ffb300;

}

.material-form .has-error input:not([type=checkbox]),

.material-form .has-error .form-control,

.material-form .has-error input.form-control[readonly],

.material-form .has-error input[type=text][readonly],

.material-form .has-error [type=text].form-control[readonly],

.material-form .has-error input:not([type=checkbox]):focus,

.material-form .has-error .form-control:focus {

  border-bottom: none;

  -webkit-box-shadow: inset 0 -2px 0 #d9534f;

  -moz-box-shadow: inset 0 -2px 0 #d9534f;

  box-shadow: inset 0 -2px 0 #d9534f;

}

.material-form .has-success input:not([type=checkbox]),

.material-form .has-success .form-control,

.material-form .has-success input.form-control[readonly],

.material-form .has-success input[type=text][readonly],

.material-form .has-success [type=text].form-control[readonly],

.material-form .has-success input:not([type=checkbox]):focus,

.material-form .has-success .form-control:focus {

  border-bottom: none;

  -webkit-box-shadow: inset 0 -2px 0 #66bb6a;

  -moz-box-shadow: inset 0 -2px 0 #66bb6a;

  box-shadow: inset 0 -2px 0 #66bb6a;

}

.has-warning .material-form .input-group-addon,

.has-error .material-form .input-group-addon,

.has-success .material-form .input-group-addon {

  color: #555555;

  border-color: #cccccc;

  background-color: #eeeeee;

}

.close:hover,

.close:focus {

  outline: 0px;

}

.material-tabs.nav-tabs > li > a,

.material-tabs.nav-tabs > li > a:focus {

  margin-right: 0;

  background-color: transparent;

  border: none;

  color: #777777;

  -webkit-box-shadow: inset 0 -1px 0 #dddddd;

  -moz-box-shadow: inset 0 -1px 0 #dddddd;

  box-shadow: inset 0 -1px 0 #dddddd;

  -webkit-transition: all 0.2s;

  -o-transition: all 0.2s;

  transition: all 0.2s;

  -webkit-transition: all all 0.2s ease-out;

  -moz-transition: all all 0.2s ease-out;

  -o-transition: all all 0.2s ease-out;

  transition: all all 0.2s ease-out;

}

.material-tabs.nav-tabs > li > a:hover,

.material-tabs.nav-tabs > li > a:focus:hover {

  background-color: transparent;

  -webkit-box-shadow: inset 0 -2px 0 #139c9b;

  -moz-box-shadow: inset 0 -2px 0 #139c9b;

  box-shadow: inset 0 -2px 0 #139c9b;

  color: #139c9b;

}

.material-tabs.nav-tabs > li.active > a,

.material-tabs.nav-tabs > li.active > a:focus {border: none;box-shadow: 0px;color: #15232E;}

.material-tabs.nav-tabs > li.active > a:hover,

.material-tabs.nav-tabs > li.active > a:focus:hover {

  border: none;

  color: #23394e;

}

.material-tabs.nav-tabs > li.disabled > a {

  -webkit-box-shadow: inset 0 -1px 0 #dddddd;

  -moz-box-shadow: inset 0 -1px 0 #dddddd;

  box-shadow: inset 0 -1px 0 #dddddd;

}

.material-tabs.nav-tabs.nav-justified > li > a,

.material-tabs.nav-tabs.nav-justified > li > a:hover,

.material-tabs.nav-tabs.nav-justified > li > a:focus,

.material-tabs.nav-tabs.nav-justified > .active > a,

.material-tabs.nav-tabs.nav-justified > .active > a:hover,

.material-tabs.nav-tabs.nav-justified > .active > a:focus {

  border: none;

}

.material-tabs.nav-tabs .dropdown-menu {

  margin-top: 0;

}

.dropdown-menu {

  margin-top: 0;

  border: none;

  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);

  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);

  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);

}

.badge {

  padding: 3px 6px 5px;

}

label {

  font-weight: 500;

}

.progress {

  position: relative;

  z-index: 1;

  height: 6px;

  border-radius: 0;

  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  box-shadow: none;

}

.progress-bar {

  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  box-shadow: none;

}

.progress-bar:last-child {

  border-radius: 0 3px 3px 0;

}

.progress-bar:last-child:before {

  display: block;

  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  right: 0;

  z-index: -1;

  background-color: #74eeec;

}

.progress-bar-success:last-child.progress-bar:before {

  background-color: #e2f2e2;

}

.progress-bar-info:last-child.progress-bar:before {

  background-color: #ffffff;

}

.progress-bar-warning:last-child.progress-bar:before {

  background-color: #ffe8b3;

}

.progress-bar-danger:last-child.progress-bar:before {

  background-color: #f0b9b8;

}

.close {

  font-size: 34px;

  font-weight: 300;

  line-height: 24px;

  opacity: 0.6;

  -webkit-transition: all 0.2s;

  -o-transition: all 0.2s;

  transition: all 0.2s;

  -webkit-transition: all all 0.2s ease-out;

  -moz-transition: all all 0.2s ease-out;

  -o-transition: all all 0.2s ease-out;

  transition: all all 0.2s ease-out;

}

.close:hover {

  opacity: 1;

}

.list-group-item {

  padding: 15px;

}

.list-group-item-text {

  color: #777777;

}

.well {

  border-radius: 0;

  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  box-shadow: none;

}

.panel {

  border: none;

  border-radius: 2px;

}

.panel-heading {

  border-bottom: none;

}

.panel-footer {

  border-top: none;

}

.popover {

  border: none;

  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);

  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);

  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);

}

.carousel-caption h1,

.carousel-caption h2,

.carousel-caption h3,

.carousel-caption h4,

.carousel-caption h5,

.carousel-caption h6 {

  color: inherit;

}

.input-instruction {

  color: #999;

  padding-top: 6px;

}

.input-instruction i {

  font-size: 16px;

  position: relative;

  top: 1px;

  margin-right: 3px;

}

label {

  display: inline-block;

  font-weight: 500;

  margin-bottom: 5px;

}

input[type="radio"],

input[type="checkbox"] {

  line-height: normal;

  margin: 7px 0 0;

}

.input-sizing-list {

  padding: 0px;

  margin: 0px;

}

.input-sizing-list li {

  list-style: none;

  margin-bottom: 20px;

}

.iconic-input {

  width: 100%;

  table-layout: fixed;

}

.iconic-input .input-group-addon {

  position: relative;

  padding: 0px;

  border: 0px;

  width: 0px;

  top: 2px;

}

.iconic-input .input-group-addon + input.form-control {

  padding-left: 35px;

  -webkit-border-top-left-radius: 4px;

  -webkit-border-bottom-left-radius: 4px;

  border-top-left-radius: 4px;

  border-bottom-left-radius: 4px;

}

.iconic-input .input-group-addon span.input-icon {

  width: auto;

  display: inline-block;

  vertical-align: middle;

  text-align: center;

  padding: 6px 12px;

  position: absolute;

  top: 0px;

  bottom: 0px;

  left: 0px;

  border: 0px;

  z-index: 5;

  background-color: transparent;

  line-height: 1.4;

  -webkit-box-sizing: content-box;

  -moz-box-sizing: content-box;

  box-sizing: content-box;

  pointer-events: none;

}

.iconic-input .input-group-addon:last-child span.input-icon {

  left: auto;

  right: 0;

}

.iconic-input input.form-control {

  padding-right: 35px;

}

.iconic-input.input-group-lg .input-group-addon span.input-icon {

  line-height: 1.7;

}

.iconic-input .form-control:first-child {

  -webkit-border-top-right-radius: 4px;

  -webkit-border-bottom-right-radius: 4px;

  border-top-right-radius: 4px;

  border-bottom-right-radius: 4px;

}

.iconic-input .input-group-addon::first-child {

  -webkit-border-top-right-radius: 4px;

  -webkit-border-bottom-right-radius: 4px;

  border-top-right-radius: 4px;

  border-bottom-right-radius: 4px;

}

.form-group-input .input-group.iconic-input .form-control,

.form-group-input .form-control {

  -webkit-border-radius: 0px !important;

  border-radius: 0px !important;

  margin-top: -1px;

}

.form-group-input .input-group:first-child .form-control,

.form-group-input .form-control:first-child {

  -webkit-border-radius: 4px 4px 0 0 !important;

  border-radius: 4px 4px 0 0 !important;

}

.form-group-input .input-group:last-child .form-control,

.form-group-input .form-control:last-child {

  -webkit-border-radius: 0 0 4px 4px !important;

  border-radius: 0 0 4px 4px !important;

}

.input-group-btn:first-child > .btn,

.input-group-btn:first-child > .btn-group {

  margin-right: -2px;

}

.form-group-input .form-control:focus {

  position: relative;

  z-index: 4;

}

.group-span-filestyle i {

  margin-right: 5px;

}

.icheck-input {

  margin-top: 5px;

  margin-bottom: 5px;

}

.icheck-input label {

  position: relative;

  top: 1px;

  left: 3px;

  font-weight: 400;

}

.dropdown-menu-right {

  left: auto;

  right: 0px;

}

.control-label {

  font-weight: 400;

}

.control-label .error {

  color: red;

}

.label {

  font-size: 12px;

  font-weight: 500;

}

.alert {

  padding: 15px;

  margin-bottom: 25px;

  border: 0px solid transparent;

  border-radius: 3px;

}

.alert h4 {

  margin-top: 0;

  color: inherit;

}

.alert .alert-link {

  font-weight: bold;

  color: #666 !important;

}

.alert > p,

.alert > ul {

  margin-bottom: 0;

}

.alert > p + p {

  margin-top: 5px;

}

.alert-dismissable,

.alert-dismissible {

  padding-right: 35px;

}

.alert-dismissable .close,

.alert-dismissible .close {

  position: relative;

  top: -2px;

  right: -21px;

  color: inherit;

}

.alert-success {

  background-color: #dff0d8;

  border-color: #d6e9c6;

  color: #3c763d;

}

.alert-success hr {

  border-top-color: #c9e2b3;

}

.alert-success .alert-link {

  color: #2b542c;

}

.alert-info {

  background-color: #d9edf7;

  border-color: #bce8f1;

  color: #31708f;

}

.alert-info hr {

  border-top-color: #a6e1ec;

}

.alert-info .alert-link {

  color: #245269;

}

.alert-warning {

  background-color: #fcf8e3;

  border-color: #faebcc;

  color: #8a6d3b;

}

.alert-warning hr {

  border-top-color: #f7e1b5;

}

.alert-warning .alert-link {

  color: #66512c;

}

.alert-danger {

  background-color: #f2dede;

  border-color: #ebccd1;

  color: #a94442;

}

.alert-danger hr {

  border-top-color: #e4b9c0;

}

.alert-danger .alert-link {

  color: #843534;

}

.material-form textarea[disabled],

.material-form textarea.form-control[disabled],

.material-form input.form-control[disabled],

.material-form input[type=text][disabled],

.material-form input[type=password][disabled],

.material-form input[type=email][disabled],

.material-form input[type=number][disabled],

.material-form [type=text].form-control[disabled],

.material-form [type=password].form-control[disabled],

.material-form [type=email].form-control[disabled],

.material-form [type=tel].form-control[disabled],

.material-form [contenteditable].form-control[disabled],

.material-form textarea[readonly],

.material-form textarea.form-control[readonly],

.material-form input.form-control[readonly],

.material-form input[type=text][readonly],

.material-form input[type=password][readonly],

.material-form input[type=email][readonly],

.material-form input[type=number][readonly],

.material-form [type=text].form-control[readonly],

.material-form [type=password].form-control[readonly],

.material-form [type=email].form-control[readonly],

.material-form [type=tel].form-control[readonly],

.material-form [contenteditable].form-control[readonly] {

  background-color: transparent;

}

/*=== Typograhy ===*/

h1,

h2,

h3,

h4,

h5,

h6,

.h1,

.h2,

.h3,

.h4,

.h5,

.h6 {

  font-weight: 300;

}

b,

strong {

  font-weight: 500;

}

