﻿@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input,
th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

html {
	background: #FCFCFC url(/images/bg.png) repeat 20px 0;
}

body {
	color: #252525;
	background: #FFF;
	max-width: 1280px;
	margin: 0 auto 50px;
	border-width: 0 1px 1px;
	border-style: none solid solid;
	border-color: transparent #EEE #EEE;
	font: 14px/1.5 'Droid Sans', sans-serif;
}

input {
    background:transparent;
}

#mobNavi, .mobNavHidden {
    display:none;
}

.cf:before, .cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
    position:relative;
}

.left {
	float: left;
}

.right {
	float: right;
}

form {
	border-width: 0 1px 1px;
	border-style: none solid solid;
	border-color: transparent #DDD #DDD;
}

header {
	width: 1278px;
	height: 90px;
	display: block;
	background: #efefef;
    border-bottom:3px solid #dfdfdf;
    border-right:1px solid #dfdfdf;
	position: relative;
}

.logo {
	width: 200px;
	float: left;
	height: 90px;
	margin-right: 10px;
	background: #efefef;
}

	.logo a {
		padding: 10px;
		display: block;
		min-width: 180px;
	}

.actions {
	left: 250px;
	bottom: 29px;
	position: absolute;
}

.search {
	float: right;
	margin: 13px 13px 0 0;
}

.account {
	clear: right;
	float: right;
	color: #848381;
	margin: 0 16px 0;
	line-height: 36px;
}

	.account a,
	.account #loginLbl {
		color: #252525;
		text-decoration: none;
	}

		.account a:hover {
			color: #25A0DA;
		}

/* Buttons */
.cf .actions .RadButton_MetroTouch {
	background: #25A0DA !important;
	color: #FFF !important;
}
/*.actions .icon {
	padding-left:20px; }
.actions .RadButton.RadButton_MetroTouch {
	height:50px;
	margin:8px 0;
	padding:20px 5px 0 25px; }
	.add {
		background:#F9F9F9 url(../images/plus.png) no-repeat 10px center !important; }
	.edit {
		background:#F9F9F9 url(../images/pencil.png) no-repeat 10px center !important; }
	.copy {
		background:#F9F9F9 url(../images/blue-document-copy.png) no-repeat 10px center !important; }*/

/* Left Column */
.leftCol {
	width: 200px;
	float: left;
	background: #efefef;
    height:auto;
    position:absolute;
    bottom:0px;
    border-right:1px solid #dfdfdf;
    top:0px;
}

nav ul {
	list-style: none;
}

	nav ul li:first-child {
		border-top: 0px;
	}

	nav ul li {
		border-bottom: 1px solid #D2D2D2;
	}

		nav ul li ul {
			display: none;
		}

		nav ul li a {
			display: block;
			padding: 10px;
			font-size: 13px;
			text-transform: capitalize;
			text-decoration: none;
			color: #252525;
		}

			nav ul li a:hover {
				background: #dfdfdf; /* 25A0DA */
			}

/* Right Column */
.rightCol {
	width: auto;
	float: left;
	padding: 0 20px;
	margin: 20px 0 25px;
    height:auto;
    min-height:500px;
    margin-left:220px;
    padding-top:16px;
}

	.rightCol h2 {
		margin: 0px 0 15px 0;
	}

	.rightCol p {
		margin: 0 0 15px;
	}

	.rightCol label {
		width: 160px;
		padding: 0 5px 0 0;
		display: inline-block;
	}

	.rightCol fieldset {
		width: 98%;
		padding: 10px;
		margin: 0 0 15px;
		border-radius: 2.5px;
		border: 2px solid #CCC;
	}

		.rightCol fieldset legend {
			padding: 0 8px;
			font-weight: 700;
		}

		.rightCol fieldset li {
			margin: 0 0 5px;
			list-style: none;
			line-height: 24px;
		}

			.rightCol fieldset li span {
				width: 175px;
				display: inline-block;
			}

			.rightCol fieldset li label {
				width: auto;
				padding: 0 0 0 5px;
			}

			.rightCol fieldset li table {
				display: inline;
				line-height: 20px;
				vertical-align: top;
				padding: 0 15px 0 0;
			}

				.rightCol fieldset li table td {
					width: 100px;
				}

.inline {
	display: inline;
	margin: 0 0 15px;
}

ul.inline {
	list-style: none;
}

	ul.inline li {
		display: inline;
		padding: 0 10px;
	}

		ul.inline li label {
			width: auto;
		}

.inline td label {
	width: auto;
	min-width: 100px;
}

.short td label {
	width: auto;
	min-width: 35px;
}

table.outline {
	padding: 15px 0;
}

.outline td {
	border-bottom: 1px solid #CCC; }
	.outline td table {
		/*width:100%;*/
		/**/
		width:70%;
		float:left;
		/**/
		border-left:1px solid #CCC; }
		.outline td table td {
			border: 0 none; }
			.outline td table td .rfdCheckboxChecked {
				float:left; }

.workorders {
	width: 100%;
	margin: 0 0 15px;
}

	.workorders td {
		width: 33%;
		padding: 0 5px 15px 0;
	}

		.workorders td label {
			width: 100%;
		}

		.workorders td.long .riSingle.RadInput.RadInput_MetroTouch {
			width: 78% !important;
		}

.rightCol table.busy {
	width: auto;
	padding: 0 0 15px;
    font-size:13px;
    background:#efefef;
    
}

    .rightCol table.busy tbody tr:first-child {
        background:#dfdfdf !important;
        font-size:12px;
    }

	.rightCol table.busy tbody tr td .RadDropDownList .rddlInner {
		width: 80%;
        padding:0 6px;
        font-size:12px;
	}

    .rightCol table.busy tbody tr td .RadInput input {
        font-size:12px;
	}

	.rightCol table.busy .RadInput_MetroTouch {
		width: 100% !important;
	}

    .rightCol table.busy .rbSkinnedButton {
        background:transparent;
        border:0px !important;
        text-align:center;
    }

    .rightCol table.busy .rbSkinnedButton:hover {
        background:#be1312 !important;
    }

.rightCol .RadPicker_MetroTouch {
	margin: 0 0 15px;
}

.rightCol .RadInput_MetroTouch .riLabel {
	color: #252525;
}

.rightCol .RadEditor.MetroTouch {
	width: 98%;
	padding: 10px;
    background:#efefef;
	margin: 0 0 15px;
	border-width: 2px;
	border-radius: 2.5px;
}

	.rightCol .RadEditor.MetroTouch #ctl00_mainContent_Comments_BottomTable {
		margin: 15px 0 0;
	}

html .RadButton,
html .rbDecorated,
html .RadButton_MetroTouch .rbDecorated {
	color: #000;
	font: 14px/1.5 'Droid Sans', sans-serif;
    border:0px !important;
    margin-bottom:10px;
    margin-right:6px;
}

html .RadButton_MetroTouch.RadButton:hover {
	background: #1881b2 !important;
    color:#FFF;
}

	html .RadButton_MetroTouch.RadButton:hover .rbDecorated {
		color: #FFF;
	}

.RadGrid .rgRow td, .RadGrid .rgAltRow td, .RadGrid .rgEditRow td, .RadGrid .rgFooter td {
	font: 13px/1.5 'Droid Sans', sans-serif !important;
}

.sortpanel {
	float:left;
	width:200px;
	min-height:322px;
	position:relative;
}
	.sortpanel .RadButton {
		padding:0;
		float:left;
		clear:both;
		width:198px;
	}
		.sortpanel .RadButton input {
			padding:0;
			width:100%;
			text-align:center;
		}
	.sortpanel select {
		float:left;
		clear:both;
		width:200px;
		min-height:250px;
		border-color:#CCC;
		border-style:solid;
		border-width:0 1px;
	}
	.sortpanel.addremove {
		margin:0 0 0 5px;
	}
	.sortpanel.addremove .RadInput {
		float:left;
		margin:36px 0 -1px;
		width:100% !important;
	}
		.sortpanel.addremove .RadButton:last-child {
			margin:144px 0 0;
		}

        	.sortpanel.details {
		margin:30px 0 0 5px;
	}


.RadComboBox {
	margin-bottom:-10px !important;
}

.OtherBoxCss {
    position:relative;
    left:10px;
    top:5px;
}

.wildlifeCheckBox {
    margin-left:72px;
}


.marT20 {
    margin-top:20px;
}

.div100 {
    width:100%;
    height:auto;
}

.floatL {
    float:left;
}

.floatR {
    float:right;
}

.clearboth {
    width:1px;
    clear:both;
}

.spacer50 {
    width:100%;
    height:50px;
}

.sysUpdate {
    display:block;
    width:100%;
    border-bottom:1px solid #cfcfcf;
    padding-bottom:6px;
    font-size:13px;
}

.font11 {
    font-size:11px;
}

#loginBox {
    width:200px;
    height:200px;
    margin:0 auto;
    padding:40px;
    text-align:center;
    background:#efefef;
    text-align:left;
    margin-top:110px;
    margin-bottom:190px;
    border:1px solid #dfdfdf;
}

.loginLabel {
    font-size:13px;
    font-weight:bold;
    margin-bottom:20px;
}

.font13 {
    font-size:13px;
}

.navLabel {
    background:#dfdfdf; 
    font-size:12px;
}

.delRow {
    background:#000;
}

.rddlPopup_MetroTouch .rddlItemHovered
{
    background-color: #25A0DA !important;
}

.RadComboBoxDropDown_MetroTouch .rcbHovered
{
    background-color: #25A0DA !important;
}

/* RESPONSIVE STYLING */

@media only screen and (max-width: 801px) and (orientation: portrait) {
    body, html {
        height:100%;
        position:relative;
        background:#fff;
    }

    #mobNavi {
        display: block;
        width: 50px;
        height: auto;
        position: absolute;
        right: 0px;
        top:14px;
        text-align: left;
    }

        #mobNavi img {
            height:32px;
        }

    .mobNavHidden {
        display:block;
    }

    .account {
        display:none;
    }

    .cf {
        width:auto;
        height:auto;
        border-right:0px;
        border-left:0px;
        border-bottom:2px solid #bfbfbf;
    }

    header.cf {
        height:60px;
        background:#dfdfdf;
    }

        .cf .actions {
            position:absolute;
            top:12px;
            left:180px;
        }

    article.cf {
        width:100%;
        height:auto;
        position:relative;
        top:0px;
        bottom:0px;
        clear:both;
        border:0px;
    }

    .logo {
        height:60px;
        background:#dfdfdf;
    }

    .logo img {
        height:40px;
    }

    .leftCol {
        position:absolute;
        width:300px;
        z-index:10;
        display:none;
        right:0px;
        float:right;
        border:0px;
        background:#5c5c5c;
        color:#fff;
        border-left:1px solid #bfbfbf;
    }

        .leftCol nav ul li a {
            color:#fff;
            text-shadow:1px 1px #555;
        }

        .leftCol nav ul li {
            border-bottom:1px solid #444;
        }

        .leftCol nav ul li a:hover {
            background:#303030;
        }

    .rightCol {
        position:relative;
        z-index:9;
        width:96%;
        margin-left:0px;
        margin-top:0px;
    }

    .search {
        display:none;
    }

    .navLabel {
        background:#404040; 
        font-size:12px;
    }
}

@media only screen and (max-width: 1281px) and (orientation: landscape) {
    body, html {
        height:100%;
        position:relative;
        background:#fff;

    }

    #mobNavi {
        display: block;
        width: 50px;
        height: auto;
        position: absolute;
        right: 0px;
        top:14px;
        text-align: left;
    }

        #mobNavi img {
            height:32px;
        }

    .mobNavHidden {
        display:block;
    }

    .account {
        display:none;
    }

    .cf {
        width:auto;
        height:auto;
        border-right:0px;
        border-left:0px;
        border-bottom:2px solid #bfbfbf;
    }

    header.cf {
        height:60px;
        background:#dfdfdf;
    }

        .cf .actions {
            position:absolute;
            top:12px;
            left:180px;
        }

    article.cf {
        width:100%;
        height:auto;
        position:relative;
        top:0px;
        bottom:0px;
        clear:both;
        border:0px;
    }

    .logo {
        height:60px;
        background:#dfdfdf;
    }

    .logo img {
        height:40px;
    }

    .leftCol {
        position:absolute;
        width:300px;
        z-index:10;
        display:none;
        right:0px;
        float:right;
        border:0px;
        background:#5c5c5c;
        color:#fff;
        border-left:1px solid #bfbfbf;
    }

        .leftCol nav ul li a {
            color:#fff;
            text-shadow:1px 1px #555;
        }

        .leftCol nav ul li {
            border-bottom:1px solid #444;
        }

        .leftCol nav ul li a:hover {
            background:#303030;
        }

    .rightCol {
        position:relative;
        z-index:9;
        width:96%;
        margin-left:0px;
        margin-top:0px;
    }

    .search {
        display:none;
    }

    .navLabel {
        background:#404040; 
        font-size:12px;
    }
}

.removebutton {
    text-decoration:none;
    text-align:center;
    float:left;
    width:100%;
    color:#666666;
    border:1px solid #666666;
    font-size:10px;
    border-radius:2px;
}

.removebutton:hover {
    border:1px solid #cccccc;
}

#thumbnails img {
    border:1px solid #666666;
}

#thumbnails img:hover {
    border:1px solid #cccccc;
}