﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
	font-size: 13px;
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	color: #555;
}

a:link {
	color: #034af3;
	text-decoration: underline;
}

a:visited {
	color: #505abc;
}

a:hover {
	color: #1d60ff;
	text-decoration: none;
}

a:active {
	color: #12eb87;
}

p {
	margin-bottom: 20px;
	line-height: 1em;
}

ul li 
{
    line-height: 1.6em;
}

header,
footer,
nav,
section {
	display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-size: 1.3em;
}

h1 {
	font-size: 1.5em;
	padding-bottom: 0;
	margin-bottom: 0;
}

h2 {
	padding: 0 0 10px 0;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5, h6 {
	font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
	/*width: 100%;*/
	margin-left: auto;
	margin-right: auto;
}

header, #header {
	/*position: relative;
	margin-bottom: 0px;
	color: #000;
	padding: 0 30px;
	background: #3B5998;
	min-height: 45px;*/
}

header h1, #header h1 {
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	color: #fff;
	border: none;
	line-height: 2em;
	font-size: 28px !important;
}

#main {
	padding: 30px 30px 15px 30px;
	background-color: #fff;
	border-radius: 4px 0 0 0;
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
	border-bottom: 1px #5C87B2 solid;
	padding: 0 0 2px;
	position: relative;
	margin: 0;
	text-align: right;
}

ul#menu li {
	display: inline;
	list-style: none;
}

ul#menu li#greeting {
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	color: #fff;
}

ul#menu li a {
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	background-color: #e8eef4;
	color: #034af3;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
	background-color: #fff;
	text-decoration: none;
}

ul#menu li a:active {
	background-color: #a6e2a6;
	text-decoration: none;
}

ul#menu li.selected a {
	background-color: #fff;
	color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
	border: 1px solid #ddd;
	padding: 0 1.4em 1.4em 1.4em;
	margin: 0 0 1.5em 0;
}

legend {
	font-size: 1.2em;
	font-weight: bold;
}

/*input {
	font-size: 14px;
	margin-bottom: 5px;
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

input[type="text"], 
input[type="password"] {
	border: 1px solid #ccc;
	padding: 2px;
	color: #444;
	
}*/

.buttonEdit{
    width: 80%;
    }

select 
{
    font-size: 14px;
	border: 1px solid #ccc;
	padding: 2px;
	color: #444;
}

/*input[type="submit"], .btnsubmit {
	background-color: #627AAC;
	border: 1px solid #3B5998;
	display: inline-block;
	color: #fff;
	padding: 4px 15px;
	text-decoration: none;
	margin: 10px 4px 0 0;
	-moz-box-shadow: inset 0px 1px 0px 0px #E8E8EA;
	-webkit-box-shadow: inset 0px 1px 0px 0px #E8E8EA;
	box-shadow: inset 0px 1px 0px 0px #E8E8EA;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}*/

/* TABLE
----------------------------------------------------------*/

.gridTable {
	border-collapse: collapse;
}

.gridTableAlternate{
    background-color: #d7e8ff;
}

.gridTable tr:hover {
    background-color: #5fb3d8;
    color: #FFFFFF;
}

.gridTable td {
	padding: 5px;
    border:1px solid #bee3f3;
}

.gridTable td .center{
	text-align: center;
}

.gridTable th {
	padding: 6px 20px;
	text-align: center;
	background-color: #daecf4;
    border:1px solid #7ec6e3;
}

.gridTable a
{
    text-decoration:none;
    color:#005c83;
    font-weight:normal;
}

.gridTable a:hover
{
    text-decoration:underline;
}



.viewGridTable {
	border-collapse: collapse;
}

.viewGridTable td {
	padding: 5px;
    border:1px solid #bee3f3;
}

.viewGridTable td .center{
	text-align: center;
}

.viewGridTable th {
	padding: 6px 20px;
	text-align: center;
	background-color: #daecf4;
    border:1px solid #7ec6e3;
    color:#005c83;
    font-weight:normal;
}

.viewGridTable a
{
    text-decoration:none;
    color:#005c83;
    font-weight:normal;
}

.viewGridTable a:hover
{
    text-decoration:underline;
}



/*-SelectPartialDialogTable-*/

.SelectPartialDialogTable {
    border-collapse: collapse;   
}

.SelectPartialDialogTable tr:hover {
    background-color: #5fb3d8;
    color: #FFFFFF;
    
}

.SelectPartialDialogTable td
{
    padding: 5px;
}
.SelectPartialDialogTable th {
	padding: 6px 20px;
	text-align: center;
	background-color: #daecf4;
    border:1px solid #7ec6e3;
    color:#005c83;
    font-weight:normal;
}

.SelectPartialDialogTable td:hover {
    cursor: pointer;
}

/* MISC  
----------------------------------------------------------*/
.clear {
	clear: both;
}

.error {
	color: Red;
}

.margin-bottom-20 {
    margin-bottom: 20px;   
}

nav, 
#menucontainer {
	/*margin-top: 0px;
    float: left;*/
}

div#title {
	display: block;
	float: left;
	text-align: left;
}

#logindisplay {
	font-size: 1.1em;
    float: right;
	/*display: block;*/
	text-align: right;
	padding: 20px 10px 0px 10px;
	color: White;
}

#logindisplay a:link {
	text-decoration: underline;
	font-size: 1em;
	color: #fff !important;
}

#logindisplay a:visited {
	color: white;
	text-decoration: underline;
}

#logindisplay a:hover {
	color: white;
	text-decoration: none;
}

#logincontainer {
	margin: 0px auto;
	background-color: #E8E8EA;  
	width: 350px;
	padding: 30px;
	margin-top: 40px;
	-moz-box-shadow: inset 0px 1px 0px 0px #E8E8EA;
	-webkit-box-shadow: inset 0px 1px 0px 0px #E8E8EA;
	box-shadow: inset 0px 1px 0px 0px #E8E8EA;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #dcdcdc;
	color: #777777;
}

#logincontainer fieldset {
	border: none;
	padding-top: 10px;
	margin: 0;
}

#logincontainer fieldset legend {
	color: #696969;
	padding: 0;
	margin: 0;
}

#logincontainer fieldset p {
	float: right;
	margin: 0;
}

#logincontainer fieldset input[type="text"],
input[type="password"] {
	width: 300px;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
	color: #ff0000;
	font-size: 12px;
}

.field-validation-valid {
	display: none;
}

.input-validation-error {
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors {
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid {
	display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
	margin: 1em 0 0 0;
	font-weight: bold;
}

.editor-field {
	margin: 0.5em 0 0 0;
}

.display-field
{
    margin: 0.5em 0 0 1em;
}

.text-box {
	width: 30em;
}

.text-box.multi-line {
	height: 6.5em;
}

.tri-state {
	width: 6em;
}

.searchButton {
    background-image: url(search.png); /* 16px x 16px */
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 16px;
    padding-left: 16px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */

}


.coloredButton {
	background-color: #627AAC;
	border: 1px solid #3B5998;
	display: inline-block;
	color: #fff;
	padding: 4px 15px;
	text-decoration: none;
	margin: 10px 4px 0 0;
	-moz-box-shadow: inset 0px 1px 0px 0px #E8E8EA;
	-webkit-box-shadow: inset 0px 1px 0px 0px #E8E8EA;
	box-shadow: inset 0px 1px 0px 0px #E8E8EA;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.fieldsetTable {
    padding-right: 10px;
	border-collapse: collapse;
    /*width: 100%;*/
    /*border: 1px solid #ccc;*/
}


/*.fieldsetTable td .center{
	text-align: center;
}*/

/*.fieldsetTable th {
	padding: 6px 20px;
	text-align: center;
	background-color: #e8eef4;

}*/

/*.fieldsetTable input[type = "text"]{
    width: 90%;
    border: 1px solid #ccc;
}*/

.AddImageLink
{
text-decoration:none;    
}

.Title
{
font-size:14pt;
font-weight:bold;
}

.requiredField {
	border: 1px solid silver;
	background-color:#FFFFEB;
}

.numeric {
	text-align: right;	
}

.requiredFieldNumeric
{
    border: 1px solid silver;
	background-color:#FFFFEB;
	text-align: right;	
}

input[type = "text"] {
    width: 300px;
}

textarea {
    width: 300px;
    background-color:#fff;
    color:#293135;
    border-radius:5px 5px 5px 5px;
    border:1px solid #7ec6e3;
}

textarea:hover {
    border-color:#6dc0e1;
}

.textBoxImage {
    width: 275px ! important;
}

.searchBox{
    width: 300px ! important;
}


.linkButton {
    text-decoration:none;
    color:#005c83;
    font-weight:normal;
    cursor:pointer;
}

.linkButton:hover {
    text-decoration:underline;
}

/* TreeView Design 
----------------------------------------------------------*/
#treeView .k-sprite {
   background-image: url("../Content/coloricons-sprite.png");
}

   .rootfolder { background-position: 0 0; }
   .folder { background-position: 0 -16px; }
   .pdf { background-position: 0 -32px; }
   .html { background-position: 0 -48px; }
   .image { background-position: 0 -64px; }

 #treeView{
   color: black;
   box-shadow: 9px 7px 12px -5px rgba(189,189,189,1);
   padding-top: 25px;
   padding-right: 50px;
   padding-bottom: 25px;
   padding-left: 50px;
   /*background-color: #808080;*/
}
 #treeView .k-state-disabled{
     opacity: 1;
}

 /* Scroll Button Design and Behavior
     ----------------------------------------------------*/
 #scrollToTop{
    border-radius: 25px;
    cursor:pointer;
    background-color:#aacfe0;
    display:inline-block;
    height:40px;
    width:40px;
    color:#fff;
    font-size:16pt;
    text-align:center;
    text-decoration:none;
    line-height:40px;
    position: fixed;
    top: 85px; /*75 top*/
    right:15px;
    display: none;             
}
#scrollToTop:hover{
    background-color: #3DADD7;
}
#scrollToBottom{
    border-radius: 25px;
    cursor:pointer;
    background-color:#aacfe0;
    display:inline-block;
    height:40px;
    width:40px;
    color:#fff;
    font-size:16pt;
    text-align:center;
    text-decoration:none;
    line-height:40px;
    position: fixed;
    bottom:45px;
    right:15px;
    display: none;
}
#scrollToBottom:hover{
    background-color: #3DADD7;
}