﻿/* 
red - ed1e48
green - a6ce39
yellow - fdcf09 
blue - 567ab4
*/





.container_24 .mainNav.grid_24 {
    width: 960px;
}
/* html tags */
* {
	padding: 0;
	margin: 0;
 
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
html {
    background: #F3F3F3 url(../../images/tokLogoBG.png) bottom left no-repeat fixed;
    height: 100%;
}
a {
    color: #567AB4 /* #00F */;
    cursor: pointer;
    text-decoration: underline;
}
a:hover, a:visited :hover {
	color: #ED1E48;
}
body {
    background: transparent url(../../images/colorbarw.png) top left repeat-x;
    padding-top: 10px;
    color: #555;
    font: 12px/1.65em arial, helvetica, sans-serif;
    height: 100%;
}
h1 {
    color: #ED1E48 /* 000 */;
    font-size: 21px;
    font-weight: 400;
    padding: 20px 0 10px;
}
h2 {
    color: #ED1E48 /* 000 */;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 0 5px;
}
h2.notify {
    color: #ED1E48 /* F00 */ ;
}
h3 {
    color: #ED1E48 /* 000 */;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
}
input[type=checkbox] {
	display: inline-block;
	margin: 0 2px;
}
input[type=submit], input[type=button], a.linkButton {
	background:#567AB4 /* #333 */;
	color:#FFF;
	padding: 3px 7px;
	margin: 0 2px;
	text-align:center;
	text-decoration:none;
	/* borders */
  	border:1px solid #EEE;
	border-bottom-color:#333;
	border-right-color:#333;
	/* rounded corners */
  	border-radius:3px;
	khtml-border-radius:3px;
	moz-border-radius:3px;
	webkit-border-radius:3px;
	/* transition */
  	moz-transition:background .3s ease;
	o-transition:background .3s ease;
	transition:background .3s ease;
	webkit-transition:background .3s ease;
}
input[type=submit]:hover, input[type=button]:hover, a.linkButton:hover {
	background: #FDCF09 /* #CCC */;
	color: #FFF /* 333 */;
	cursor: pointer;
}
input[type=submit].alert, input[type=button].alert, a.linkButton.alert {
	background:#ED1E48 /* F00 */ ;
}
input[type=submit].add, input[type=button].add, a.linkButton.add {
	background:#A6CE39 /* #0C0 */;
}
input[type=submit]:hover.alert, input[type=button]:hover.alert, a.linkButton:hover.alert, input[type=submit]:hover.add, input[type=button]:hover.add, a.linkButton:hover.add {
	background: #FDCF09;
	color: #FFF;
}

/* form field sizes - ordered by width */
.xsmall, .state { 
    width: 50px;
}
.small, .date, .zip { 
    width: 100px;
}
.medium, .phone, .password { 
    width: 150px;
}
.large, .name { 
    width: 200px;
}
.xlarge, .city, .fullname { 
    width: 250px;
}
.xxlarge, .street, .email { 
    width: 300px;
}
.xlargetall, .comments {  
    width: 300px;
    height: 100px;
}

/* end form field sizes */


label {
    font-weight: bold;
}

    .block label  {
        display: block;
    }


p {
    margin:0 5px 15px;
}



select {
    max-width: 150px;
}

table {
    width: 100%;
    margin-bottom: 10px;
}

table, th, td {
    border: 1px solid #DDD;
    border-collapse: collapse;
}
th, td {
    line-height: 1.25em;
    padding: 2px;
    vertical-align: top;
}
th {
    background: #545454;
    color: #FFF;
}
th a {
    color: #FFF
}
tr {
    background-color: #FFF;
}
tr:nth-child(even) {
    background-color: #EEE;
}
.logTable tr:nth-child(even) {
    background-color: #FFF;
}
.logTable tr:nth-child(4n+1), .logTable tr:nth-child(4n+2) {
    background-color: #EEE;
}
/* grid */
.grid_half {
	display: inline;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	width: 48%;
}

/* Navigation */
.mainNav select {
    display: none;
}
.mainNav {
	clear: both;
	display: block;
	float: left;
	margin: 0 0 6px;
	width: 100%;
	color: #FFF;
}
.mainNav ul {
	float: right;
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
.mainNav li {
	float: left;
	position: relative;
}
.mainNav a, .mainNav span {
	color: #FFF;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
.mainNav span {
	font-weight: bold;
	color: #FDCF09;
}
.mainNav ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 168px;
	z-index: 99999;
}
.mainNav ul ul ul {
	left: 100%;
	top: 0;
}
.mainNav ul ul a {
	background: #545454;
	border-bottom: 1px dotted #ddd;
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
.mainNav li:hover > a {
	background: #545454; 
	color: #FFF;
}
.mainNav li:hover > a,
.mainNav ul ul li:hover > a {
	background: #FDCF09;
	color: #FFF;
}
.mainNav ul li:hover > ul {
	display: block;
}
.activenav a, .activenav a:hover  {
    background: #F3F3F3;
    color: #555;
}
.activenav li a  {
    background: #545454 !important;
    color: #FFF;
}
.activenav li a:hover  {
    background: #FDCF09 !important;
    color: #252525;
}

/* global classes */
.actions {
    padding: 2px 5px;
    width: 70px;
}
.bottom {
    vertical-align: bottom;
}
.center {
    text-align: center;
}
.clear {
    clear: both;
}
.fLeft {
    float: left;
    margin: 0 5px 5px 0;
}
.fRight {
    float: right;
    margin: 0 0 5px 5px;
}
img.iconLink {
    cursor: pointer;
}
.left {
    text-align: left;
}
.middle {
    vertical-align: middle;
}
.note {
    font-size: .8em;
    font-style: italic;
}
.right {
    text-align: right;
}
.top {
    vertical-align: top;
}

/* shading classes */
.notVer {
	background: #FFF3C2 !important;
}
.notParentVer {
	background: #F9F !important;
}
.notVer a  {
}
.notVer a:hover, .notVer a:visited :hover {
}
.notParentVer a:hover, .notParentVer a:visited :hover {
	color: #FFF3C2;
}
.noShow {
	background: #ED1E48 /* F00 */ ;
	color: #FFF;
}

.message {
    background: #FFF;
    width: 100%;
    margin-top: 25%;
    padding-top: 15px;
    /* borders */
  	border:1px solid #EEE;
	border-bottom-color:#333;
	border-right-color:#333;
	/* rounded corners */
  	border-radius:3px;
	khtml-border-radius:3px;
	moz-border-radius:3px;
	webkit-border-radius:3px;
	/* shadow */
  	box-shadow:2px 2px 2px #666;
 	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#666666');
	moz-box-shadow:2px 2px 2px #666;
	ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#666666')";
	webkit-box-shadow:2px 2px 2px #666;
}

.substitute
{
    background: #6197CD !important;
}

.provider textarea.ng-invalid 
{
    border: 1px solid #f00;
}