﻿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;
}



.img90deg {
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(90deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(90deg);
    /* Opera */
    -o-transform: rotate(90deg);
    /* IE9 */
    -ms-transform: rotate(90deg);
    /* IE6,IE7 */
    filter: progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=1.4071067811865476, M12=-1.4071067811865475, M21=1.4071067811865475, M22=1.4071067811865476);
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=1.4071067811865476, M12=-1.4071067811865475, M21=1.4071067811865475, M22=1.4071067811865476)";
}

.img270deg {
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(270deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(270deg);
    /* Opera */
    -o-transform: rotate(270deg);
    /* IE9 */
    -ms-transform: rotate(270deg);
    /* IE6,IE7 */
    filter: progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=-1.4071067811865476, M12=.4071067811865475, M21=-1.4071067811865475, M22=-1.4071067811865476);
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=-1.4071067811865476, M12=1.4071067811865475, M21=-1.4071067811865475, M22=-1.4071067811865476)";
    border: 0;
}


.img180deg {
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(180deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(180deg);
    /* Opera */
    -o-transform: rotate(180deg);
    /* IE9 */
    -ms-transform: rotate(180deg);
    /* IE6,IE7 */
    filter: progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=-1.4071067811865476, M12=.4071067811865475, M21=-1.4071067811865475, M22=-1.4071067811865476);
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=-1.4071067811865476, M12=1.4071067811865475, M21=-1.4071067811865475, M22=-1.4071067811865476)";
    border: 0;
}

.hoverrow:hover, .hoverrow:hover td, tr.hoverrow:hover, tr.hoverrow:hover td {
    background-color: grey;
}


select[disabled] {
    background-color: lightgrey;
}

.smallgrey {
    font-size: 75%;
    color: grey;
}

.smalldarkgrey {
    font-size: 90%;
    color: grey;
}

.minimaltable {
    width: 1%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

    .minimaltable td {
        width: 1%;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        text-align: start;
        vertical-align: text-top;
        white-space: nowrap;
    }


.col-md-2 {
    margin-top: 0px;
    padding-top: 0px;
}

.col-md-10-check {
    padding-top: 9px;
}


.dl-spaced dt {
    color: #000040;
}

.dl-spaced dd {
    margin-bottom: 13px;
}

.dl-spacer {
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #dddded;
}

.frontpanelstatus p {
    font-size: medium;
    margin-left: 20px;
}

.frontpanelstatus h1 {
    color: midnightblue;
}

.frontpanelstatus img {
    margin-bottom: 5px;
}

.frontpanelstatus a {
    color: #333;
}

.noticeme {
    color: red;
}

.linky_button {
    align-items: normal;
    background-color: rgba(0,0,0,0);
    border-color: rgb(0, 0, 238);
    border-style: none;
    box-sizing: content-box;
    color: rgb(0, 0, 238);
    cursor: pointer;
    display: inline;
    font: inherit;
    height: auto;
    padding: 0;
    perspective-origin: 0 0;
    text-align: start;
    text-decoration: underline;
    transform-origin: 0 0;
    width: auto;
    -moz-appearance: none;
    -webkit-logical-height: 1em; /* Chrome ignores auto, so we have to use this hack to set the correct height  */
    -webkit-logical-width: auto; /* Chrome ignores auto, but here for completeness */
}

.group-table {
    width: 30% !important;
    max-width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}

.LoginPageTitle {
    margin-bottom: 20px;
}

.forms-nav {
    line-height: 30px;
    background-color: #eeeeee;
    width: 100%;
    float: left;
}

.active {
    font-weight: bold;
    font-family: sans-serif;
    background-color: lightsteelblue;
}

.forms-nav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    height: 700px;
    border: 1px solid lightgray;
}

    .forms-nav ul li {
        height: 50px;
        text-align: left;
        cursor: pointer;
        line-height: 50px;
    }


        .forms-nav ul li a:hover {
            text-decoration: none;
            color: dodgerblue;
        }




.rightContent {
    border: 1px solid lightgray;
    width: 80%;
    height: 700px;
}

.leftMenuLink {
    color: black;
    font-family: sans-serif;
    text-decoration: none;
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
}

.menuSeperator {
    margin: 0px;
    border-top: 1px solid white;
}

.exportCsvIcon {
    background: url('/Content/export-csv.png');
    width: 30px;
}

#header-section.main-header {
    border-bottom: 1px solid #d2d6de;
    height: 55px;
    min-height: 55px;
    max-height: 55px;
    background: steelblue;
    color: #fff;
}

#header-section .header-style {
    line-height: 40px;
    height: 55px;
    padding: 8px;
    list-style: none;
    font-size: 18px;
}

#header-section .border-left {
    border-left: 1px solid #d2d6de;
    width: 10em;
}

#header-section .float-left {
    float: left;
    padding-right: 0px;
}

.FormListCheckbox {
    vertical-align: middle;
    cursor: pointer;
    /*height: 20px;
	width: 20px;*/
    margin-top: 10px !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}

.FormListChkboxLabel {
    color: #000;
}

.dropdownList {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}


.busyLoader {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.center {
    z-index: 1000;
    margin: 300px auto;
    width: 80px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .center img {
        height: 80px;
        width: 80px;
    }