﻿.mainlogo {
    padding:5px;
    float: left;
}

.mainlogo img {
    max-width: 240px;
    padding: 15px 0 0 0px;
    /*padding-left: 50px;*/
    position: absolute;
    top: 0;
}

#primary-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
}

#primary-navigation ul.headerlinks {
    display: block;
    margin: 0;
    float: right;
    padding: 0px 0 0 0;
    margin-top: 0px;
    padding-left: 100px;
}

#primary-navigation ul.headerlinks a {
    display: block;
    color: #404450;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 24px;
    background-color: #ffffff;
    padding-left:15px;
}

@media screen and (max-width: 28.75em) {
    #primary-navigation ul.primary-navigation a {
        display: block;
        padding-right: 30px;
        color: #404450;
        text-transform: uppercase;
        text-decoration: none;
        line-height: 24px;
        background-color: #ffffff;
        padding-left:15px;
    }
}

#primary-navigation ul.primary-navigation > li {
    float: left;
}

.menu-trigger {
    display: none;
    color: black;
    background-color: #ffffff;
    padding: 15px;
    font-size:22px;
    text-align: right;
    cursor: pointer;
    height:40px;
}

/*Mobile Menu handling*/
@media screen and (max-width: 28.75em) {
    .menu-trigger {
        display: block;
    }
    
    div.nav-expanded {
        display: block;
    }
    /*Hide main menu form small screen*/
    #primary-navigation {
        display: none;
    }

    #mobileLogo {
        padding:5px;
    }

    #mobileLogo img {
        max-width: 200px;
        padding: 5px 0 0 0px;
        /*padding-left: 50px;*/
        position: absolute;
        top: 0;
    }

    #logo img {
        display: none;
    }

    /*this will arrange options in list format*/
    #primary-navigation ul.primary-navigation > li {
        float: none;
        text-align:right;
    }

    #primary-navigation ul.primary-navigation > li:last-child {
        border-bottom: none;
    }

    #primary-navigation ul li > ul {
        display: block;
    }
}

#primary-navigation ul.primary-navigation > li > a {
    margin: 12px 10px;
    font-size: 12px;
}

#primary-navigation ul.primary-navigation a:hover {
    color: #8ec63f;
}

.primary-navigation {
    list-style: none;
    margin: 0;
    padding: 10px;
    border-bottom: solid 2px #e0e0e0;
}

#primary-navigation div.container {
    padding: 0;
}

#primary-navigation ul.primary-navigation {
    display: block;
}

#primary-navigation li {
    margin: 0;
    padding: 0;
}

#primary-navigation ul.primary-navigation > li > a {
    font-size: 15px;
}

#primary-navigation ul li > ul {
    display: none;
}

#primary-navigation ul li:hover > ul
{
    display: block;
    font-size: 0.9em;
    margin-left: 0;
    width: 225px;
    position: absolute;
    z-index: 1001;
}

#primary-navigation ul li:hover > ul li
{
    float: none;
}


#primary-navigation ul li:hover > ul li > ul
{
    right: -95%;
    top: 0;
    z-index: 1002;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table a:active,
table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child {
	text-align: left;
	padding-left:20px;
}
table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table tr {
	text-align: center;
	padding-left:20px;
}
table td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
table td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td {
	border-bottom:0;
}
table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}
.three-column
{
    margin-top: 10px;
}
@media screen and (max-width: 28.75em) {
    .three-column {
        margin-top: 0px;
    }
}
.three-column .column1
{
    width: 33%;
    float:left;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10px;
    margin: 0, 0, 0, 0;
}
@media screen and (max-width: 28.75em) {
    .three-column .column1 {
        width: 100%;
        padding-bottom:10px;
    }
}
.three-column .column2
{
    width: 33%;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10px;
    margin: 0,0,0,0;
    float: left;
}
@media screen and (max-width: 28.75em) {
    .three-column .column2 {
        width: 100%;
        padding-bottom:10px;
    }
}
.three-column .column3
{
    width: 34%;
    float:left;
    padding: 0 0px 0 0px;
    margin: 0,0,0,0;
}
@media screen and (max-width: 28.75em) {
    .three-column .column3 {
        width: 100%;
        padding-right: 10px;
        padding-bottom:10px;
    }
}
.dashsquare
{
    min-height: 575px;
    width: 95%;
    border: solid 1px #666;
    border-radius: 10px;
    background-color:#ffffff;
    margin: 0,0,0,0;
    padding: 0,0,0,0;
    font-size: 36px;
    text-align:center;
    vertical-align:top;
    position:relative;
}
    .dashsquare .dashfiller {
        height: 110px;
    }

    .dashsquare .helptext {
        color: grey;
        font-size: 14px;
        margin-top: 10px;
    }
    
    .dashsquare .dashcontent {
        padding-left: 5px;
        padding-right: 5px;
        text-align:center;
    }
    
    .dashcontent .dashdetail {
        width: 95%;
        border: solid 1px #d1d1d1;
        border-radius: 10px;
        background-color:#ededed;
        margin: 10px;
        padding: 10px;
        font-size: 14px;
        text-align: left;
        vertical-align:top;
    }

        .dashcontent .dashdetail .disconnected{
            border: solid 1px #d1d1d1;
            border-radius: 10px;
            background-color: salmon;
        }

        .dashcontent .dashdetail h4 {
            margin-top: 0px;
            font-weight: bold;
        }

        .dashcontent .dashdetail p {
            margin: 0px;
        }

        .dashcontent .dashdetail .active {
            font-size: 10px;
            font-weight: bold;
            color: green;
            padding-left: 5px;
        }

        .dashcontent .dashdetail .inactive {
            font-size: 10px;
            font-weight: bold;
            color: red;
            padding-left: 5px;
        } 
    
    .dashcontent .dashdetailpending {
        width: 95%;
        border: solid 1px #F7D358;
        border-radius: 10px;
        background-color: lightyellow;
        margin: 10px;
        padding: 10px;
        font-size: 14px;
        text-align: left;
        vertical-align:top;
    }

    .dashcontent .dashdetailpending h4 {
        margin-top: 0px;
        font-weight: bold;
    }

    .dashcontent .dashdetailpending .dashdetailpendingheader
    {
        width: 100%;
        background-color:none;
        margin: 0px;
        padding: 0,0,0,0;
        position: absolute;
    }

    .dashcontent .dashdetailpending .pendingProxy {
        font-size: 10px;
        font-weight: bold;
        color: red;
        padding-left: 5px;
    }        

    .dashcontent h4 {
        padding-top: 5px;
        margin-top:5px;
    }
    
    .dashcontent p {
        padding-bottom:5px;
    }

    .dashcontent .dashbuttons {
        text-align:center;
    }

    .dashcontent tr {
        line-height: 100%;
    }

    .dashsquare .dashheader
    {
        height:110px;
        width: 100%;
        background-color:none;
        margin: 0px;
        padding: 0,0,0,0;
        position: absolute;
        top: 0px;
        text-align:center;
        border-bottom: solid 1px #666;
    }

    @media screen and (max-width: 28.75em) {
        .dashsquare .dashheader {
            width: 100%;
            border-bottom: solid 3px #ffffff;
        }
    }


    .dashsquare .dashheader h3 {
        color:#007d8a;
        margin-top: 5px;
        margin-bottom:10px;
    }

    .dashsquare .dashheader .mainicon {
        margin-top:15px;
    }

    .dashsquare .dashheader .addnewicon {
        position: absolute;
        top: 3px;
        right: 3px;
        width: 25px;
        height: 25px;
        background-image: url("../images/plus-icon.PNG");
    }

.dashactions {
    padding-top: 10px;
    width:100%; 
    text-align: center
}

.dashdetailheader {
    float:left;
}

.dashdetailheadercontext {
    text-align: right;
    float: right;
    margin-top: -25px;
}

.dashdetailheadercontext a {
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    text-decoration: none;
}

.dashdetailheadercontext a:hover {
    text-decoration: none;
}

.dashdetailheadercontext a:active {
    text-decoration: none;
}

@media screen and (max-width: 28.75em) {
    .dashsquare {
        height: 350px;
        width: 100%;
    }
}

.rblabel {
    font-weight: normal;
    margin-left: 5px;
}