﻿.checkboxFour {
  width: 10px;
  height: 10px;
  background: #ddd;
  margin: 20px 90px;
  border-radius: 100%;
  position: relative;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.checkboxFour input[type=checkbox] {
  visibility: hidden;
}
/**
 * Create the checkbox button
 */
.checkboxFour label {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
  /*position: absolute;*/
  top: 5px;
  left: 5px;
  z-index: 1;
  background: #333;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
}
/**
 * Create the checked state
 */
.checkboxFour input[type=checkbox]:checked + label {
  background: #26ca28;
}
.paging-nav {
  text-align: right;
  padding-top: 2px;
}
.paging-nav a {
  margin: auto 1px;
  text-decoration: none;
  display: inline-block;
  padding: 1px 7px;
  background: #91b9e6;
  color: white;
  border-radius: 3px;
}
.paging-nav .selected-page {
  background: #187ed5;
  font-weight: bold;
}
.paging-nav,
#tableData {
  width: 400px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}
.my {
  color: #0070C0;
  font-family: 'Brush Script MT', 'French Script MT', 'Segoe Script';
  font-size: 1.5em;
  font-weight: normal;
}
.my-inverse {
  color: #FFFFFF;
  font-family: 'Brush Script MT', 'French Script MT', 'Segoe Script';
  font-size: 1.5em;
  font-weight: normal;
}
.my-inverse2 {
  color: #317eac;
  font-family: 'Brush Script MT', 'French Script MT', 'Segoe Script';
  font-size: 1.5em;
  font-weight: normal;
}
.my-inverse3,
.my-inverse3 a {
  color: #ffffff;
}
.my {
  color: #0070C0;
  font-family: 'Brush Script MT', 'French Script MT', 'Segoe Script';
  font-size: 1.5em;
  font-weight: normal;
}
label {
  font-weight: normal;
}
.field,
input[type="date"],
input[type="email"],
input[type="tel"],
input[type="text"] {
    border: none;
    border-bottom: 1px solid gray;
    border-radius: 0;
    display: inline-block;
    margin: 5px 0;
    outline: none;
    resize: none;
    width: 100%;
}
.field:empty:after {
  content: '.';
  visibility: hidden;
}
.autowidth {
  white-space: nowrap;
  width: 1px;
}
.autowidth > label {
  margin: 0 5px;
}
.animate-show-hide.ng-hide {
  opacity: 0;
}
.animate-show-hide.ng-hide-add,
.animate-show-hide.ng-hide-remove {
  transition: all linear 0.5s;
}
.check-element {
  border: 1px solid black;
  opacity: 1;
  padding: 10px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-bottom: 1px solid gray;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  width: 100%;
}
select::-ms-expand,
input[type=text][list]::-ms-expand {
  display: none;
}
select:not(.noarrow),
input[type=text][list] {
  background: url(/images/SelectArrow.png) no-repeat right white;
}
span.field {
  color: blue;
}
textarea {
    /*background-image: -webkit-repeating-linear-gradient(top, transparent 0, transparent 1.35em, gray 1.375em, gray 1.4em);*/
    /*background-image: repeating-linear-gradient(to bottom, transparent 0, transparent 1.35em, gray 1.375em, transparent 1.4em);*/
    border: 0;
    display: inline-block;
    font-size: 1em;
    /*height: 1.4em;*/
    line-height: 1.4em;
    margin: 5px 0;
    outline: none;
    /*overflow: hidden;*/
    resize: none;
    width: 100%;
}