*{padding:0;margin:0}
body
{
    font-family: Arial, sans-serif;
    font-size: 14px;
	width: 100%;
	color: white;
	background: rgba(99,150,139,1);
	background: -moz-linear-gradient(left, rgba(99,150,139,1) 0%, rgba(43,131,153,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(99,150,139,1)), color-stop(100%, rgba(43,131,153,1)));
	background: -webkit-linear-gradient(left, rgba(99,150,139,1) 0%, rgba(43,131,153,1) 100%);
	background: -o-linear-gradient(left, rgba(99,150,139,1) 0%, rgba(43,131,153,1) 100%);
	background: -ms-linear-gradient(left, rgba(99,150,139,1) 0%, rgba(43,131,153,1) 100%);
	background: linear-gradient(to right, rgba(99,150,139,1) 0%, rgba(43,131,153,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63968b', endColorstr='#2b8399', GradientType=1 );
}
.content{
	 width: 310px;
	padding: 5px;
	margin: 0 auto;
}
label
{
	padding: 0 5px;
    position: relative;
    bottom: 1px;
    vertical-align: middle;
	text-transform: uppercase;
	display: block;
	margin-top: 10px;
	font-size: 16px;
}
input[type=text],
input[type=password],
input[type=submit],
input[type=email]
{

}
input[type=checkbox]
{
	box-shadow: none !important;
}
input, select, textarea, .button
{
    font-size: 14px;
    line-height: 1.42857143;
	width: 100%;
	height: 40px;
    display: block;
    padding: 8px 5px;
	margin-bottom: 10px;
    -webkit-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;
    color: black;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-sizing: border-box;
}

textarea{
	height: 80px;
	resize: none;
}

select:focus ,input:focus, textarea:focus
{
    border-color: #1E90FF;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(77,80,154, .6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(77,80,154, .6);
}

.paginate_button, .delete, .edit, .button ,input[type=submit] {
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	font-size: 18px;
	line-height: 1.42857143;
	border-radius: 4px;
	color: #ffffff;
	background-color: #2A2D77;
	border-color: #2A2D77;
	margin: 20px 0;
	text-transform: uppercase;
}

.paginate_button:hover, .delete:hover, .edit:hover, .button:hover, input[type=submit]:hover{
	color: #ffffff;
	background-color: #454BC1;
	border-color: #285e8e;
}

.delete, .edit{
	width: 47%;
	display: inline-block;
	margin: 5px 2px;
	padding: 6px 0;
}

fieldset {
	padding: 10px;
	margin: 0 0 20px;
	width: 100%;
	border-width: 1px;
	border-color: darkblue;
	border-radius: 4px;
	box-sizing: border-box;
}

legend {
	padding: 5px;
	color: #CECECE;
	color: darkblue;
	font-weight: bold;
}

a, a:active {
	color: #2A2D77;
	text-decoration: none;
	font-size: 16px;
}

a:hover{
	color: blue;
}

a[href="edit.php"]{
	color: #FFF;
}

a[href="edit.php"]:hover{
	color: #454BC1;
}

.link{
	display: inline-block;
	margin: 10px 0;
	padding: 10px;
	background: #C96161;
	border-radius: 4px;
	color: white;
}

.link:hover{
	color: white;
	background: #C92F2F;
}

.log-out{
	float: right;
}

h3 {
	padding: 20px 0 10px;
}

.check{
	padding: 10px 5px;
	margin: 10px 0;
	color: white;
	background: #C92F2F;
	text-transform: uppercase;
	border-radius: 4px;
	font-weight: bold;
}

select.error, input.error, textarea.error{
	border-color: #C92F2F;
	border-radius: 4px 4px 0 0;
	margin-bottom: 0;
}

label.error {
	background: #C92F2F;
	display: block;
	border-radius: 0 0 4px 4px;
	margin-top: 0;
}

select.error:focus, input.error:focus{
	border-color: #C92F2F;
	-webkit-box-shadow: inset 0 0 8px rgba(255,0,0,0.5), 0 0 8px rgba(255,0,0,0.5);
	box-shadow: inset 0 0 8px rgba(255,0,0,0.5), 0 0 8px rgba(255,0,0,0.5);
}

.toggler {
    background: #C06363;
    cursor: pointer;
    border: 2px solid white;
	border-color: white !important;
    border-right-width: 150px;
    padding: 5px 5px;
    border-radius: 5px;
    text-decoration: none;
    transition: all .5s ease-in-out;
	text-align: center;
	color: white;
	font-size: 16px;
	margin-bottom: 4px;
}

.toggler.on {
    background: #5C9A5C;
    border-right-width: 2px;
    border-left-width: 150px;
}

#user_rememberme{
	width: 40px;
	display: inline-block;
}

.rememberme-block{
	padding: 10px 0;
}

.text-rememberme{
	display: inline-block;
	position: relative;
	font-size: 16px;
	bottom: 20px;
	text-transform: uppercase;
}

#pip_hider{
	height:0px;
	overflow: hidden;
}

.table-view{
	width: 100%;
	border-spacing: 3px;
}

.table-view tr:nth-child(even){
	color: #EEEEBD;
}

.table-view td{
	width: 50%;
}

.table-search{
	width:100% !important;
	border: 1px solid #2D3678;
	border-spacing: 0;
}

.table-search thead td{
	cursor: pointer;
	font-size: 20px;
	background: rgba(42,45,119,0.9);
}

.table-search  td+td{
	border-left: 1px solid rgba(42,45,119,0.4);
}

.table-search tbody tr:nth-child(even){
	background: rgba(42,45,119,0.3);
}

.table-search tbody tr:nth-child(odd) a{
	background: white;
	color: #2A2D77;
	border-color: white;
}

.table-search tbody tr:nth-child(odd) a:hover{
	background: #eee;
}

.table-search tbody td{
	font-size: 16px;
	padding: 5px;
}

.table-search tbody a{
	width: 82px;
	font-size: 16px;
	padding: 5px;
}

.table-search tbody h3{
	padding: 5px;
}

.table-search td{
	height: 50px;
	text-align: center;
}

.search, .reset{
	width: 32%;
	float: left;
	text-transform: uppercase;
	font-size: 18px;
	margin: 20px 0 0 2%;
	height: 40px;
	cursor: pointer;
}

.reset:hover{
	background: #eee;
}

table.dataTable thead .sorting {
  background-image: url("../img/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("../img/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("../img/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("../img/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("../img/sort_desc_disabled.png");
}

table.dataTable thead td{
	background-repeat: no-repeat;
	background-position: center right;
	min-width: 70px;
}

.dataTables_paginate{
	text-align: center;
}

.current{
	border: 1px solid #2A2D77 !important;
	color: #2A2D77 !important;
	font-weight: bold;
}

.current, .current:hover{
	background-color: transparent;
	cursor: context-menu;
}

.paginate_button {
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	padding: 0.5em 1em;
	margin-left: 2px;
	text-align: center;
	color: white;
	text-decoration: none;
	border: 1px solid transparent;
}

.sorting_1{
	background: rgba(255,255,255,0.1);
}

.clear{
	both:clear;
}

#day, #date_paid, #credit_date, #search-date,
#doa, input[name="claim_number"], #start_date, #end_date{
	text-transform: uppercase;
}

input[name*="first_name"],
input[name*="last_name"],
input[name="insurance_name"],
input[name="insured_name"],
textarea[name="comments"]{
	text-transform: capitalize;
}

.hidden-dropdown {
    display: none;
}