﻿.signEl{
    display: none;
}

.list-group-item {
    padding: 3px 5px !important;
}

textarea.form-control {
    height: auto !important;
}


.introjs-button {
    font-size: 16px;
}
.introjs-tooltiptext {
    font-size: 16px;
}

input.input-validation-error {
    border: 2px solid #e80c4d !important;
}
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

#sidebar-wrapper {
    /*background: #000080;*/
    background: #000000;
}

 .table tr > th {
     vertical-align: bottom;
     background: #585858 !important;
     background-color: #585858 !important;
     color: white;
 }

.subMenuBackground {
    /*background-color: #000080;*/
    background-color: #2E2E2E;
}

﻿.logoutbutton {
    color: white !important;
}

.logoutbutton:hover {
    color: white !important;
    background-color: #d9534f !important;
}

.fontsize18px {
    font-size: 18px;
}

.margin5px {
    margin: 5px;
}

div.left {
    float: left !important;
    text-align: left !important;
}

div.right {
    float: right;
}

.nobr {
    white-space: nowrap;
}

.backgroundNotOfficialTabel > thead > tr > th,
.backgroundNotOfficialTabel > tbody > tr > th,
.backgroundNotOfficialTabel > tfoot > tr > th {
    background-color: #990000 !important;
    border-color: #990033 !important;
}

.opacity {
    opacity: 0.5;
}

.glyphiconMenu {
    position: relative;
    top: 1px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mainContainer {
    padding-left: 50px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.main-container-cw {
    padding-top: 40px !important;
}

/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */
/* This sidebar modified by seegatesite.com */

.wrapper-mainButton {
    visibility: visible;
}

.wrapper-pushpinButton {
    display: none;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    padding-top: 27px;
    height: 100%;
}

    #wrapper.toggled {
        padding-left: 250px;
    }

    #wrapper.toggledMini #keep {
        width: 30px;
    }

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 30px; /* disini agar ketika di kecilkan tidak hilang semua default 0*/
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #sidebar-wrapper::-webkit-scrollbar {
        display: none;
    }

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

.fixed-brand {
    width: auto;
}
/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 2px;
}

    .sidebar-nav li {
        text-indent: 6px;
        line-height: 30px;
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: #999999;
            padding-left: 2px;
        }

            .sidebar-nav li a:hover {
                background: rgba(255,255,255,0.2);
                border-left: red 2px solid;
                padding-left: 0px;
            }



    .sidebar-nav > .sidebar-brand {
        height: 65px;
        font-size: 18px;
        line-height: 60px;
    }

        .sidebar-nav > .sidebar-brand a {
            color: #999999;
        }

            .sidebar-nav > .sidebar-brand a:hover {
                color: #fff;
                background: none;
            }

.no-margin {
    margin: 0;
}

@media (min-width:768px) {
    .wrapper-mainButton {
        visibility: collapse;
    }

    .wrapper-pushpinButton {
        display: inline;
    }

    #wrapper {
        padding-left: 250px;
        padding-top: 0px;
    }

    .fixed-brand {
        width: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled-2 #sidebar-wrapper {
        width: 30px;
    }

    #wrapper.toggledMini #sidebar-wrapper {
        width: 30px;
    }

    #wrapper.toggled-2 #sidebar-wrapper:hover {
        width: 250px;
    }

    #page-content-wrapper {
        padding: 20px;
        position: fixed;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #wrapper.toggled #page-content-wrapper {
        position: fixed;
        margin-right: 0;
        padding-left: 250px;
        height: 100%;
    }

    #wrapper.toggled-2 #page-content-wrapper {
        position: fixed;
        margin-right: 0;
        margin-left: -200px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        height: 100%;
    }
}





.highlight {
    background-color: #fff34d;
    -moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3-4 */
    border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* FF3.5+ */
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Saf3.0+, Chrome */
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Opera 10.5+, IE 9.0 */
    padding: 1px 1px;
    margin: 0 -1px;
}

.rightMargin {
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    width: 20px;
}


.filterButtonColor {
    background-color: #E0F8E0;
}

.navbar-collapse.collapse {
    display: block!important;
}

.navbar-nav > li, .navbar-nav {
    float: left !important;
}

    .navbar-nav.navbar-right:last-child {
        margin-right: -15px !important;
    }

.navbar-right {
    float: right!important;
}

.tooltip {
    position: fixed;
}

div.tooltip-inner {
    max-width: 350px;
}

.plupload_button.plupload_start {
    display: none;
}

.wordIco {
    width: 20px;
    height: 19px;
    content: url('Images/word.ico');
}

.excelIco {
    width: 20px;
    height: 19px;
    content: url('Images/excel.ico');
}

body {
    /*font-size: 13px;
    padding: 0px 15px 0px 15px;
    margin: 3px 10px 0px 0px;*/
    padding-right: 20px;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}

#header {
    background-color: #5c87b2;
}

.h-padding-left-30 {
    padding-left: 30px;
}

.h-margin-right-2 {
    margin-right: 2px;
}

label {
    margin-bottom: 0;
}

.form-group {
    margin-bottom: 5px;
}

img {
    cursor: pointer;
}

.imgBorder {
    border-radius: 3px;
    border: 3px solid #ddd;
    padding: 1px;
}

.img20 {
    vertical-align: middle;
    height: 20px;
}

.img30 {
    vertical-align: middle;
    height: 30px;
}

.img40 {
    vertical-align: middle;
    height: 40px;
}

.img50 {
    vertical-align: middle;
    height: 50px;
}

.img70 {
    vertical-align: middle;
    height: 70px;
}

.img100 {
    vertical-align: middle;
    height: 100px;
}

.img150 {
    vertical-align: middle;
    height: 150px;
}

.img200 {
    vertical-align: middle;
    height: 200px;
}

.img300 {
    vertical-align: middle;
    height: 300px;
}
.img500 {
    vertical-align: middle;
    height: 500px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alert {
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 7px;
    text-align: center;
}

div.max-width-for-doc {
    float: left;
    width: 600px;
}

span.in-process {
    color: Red;
    font-weight: bold;
}

span.done {
    color: Green;
    font-weight: bold;
}

.redText {
    color: red;
}

.greenText {
    color: green;
}

.brownText {
    color: brown;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

li.main-data {
    padding: 1px 15px 0 35px;
    margin-bottom: 2px;
    border: 2px #B8B8B8 solid;
    list-style: none;
    width: 300px;
    text-align: left;
}

#workers li.main-data {
    background-color: #E2DEFA;
}

#addresses li.main-data {
    background-color: #ccffcc;
}

li.details-data {
    margin-left: 5px;
    padding: 1px 1px 1px 1px;
    list-style: none;
    width: 292px;
    text-align: left;
}

table.top-align td {
    vertical-align: top;
}

ul.blocks {
    margin: 0;
    padding: 0;
}

/*-------------------------------uespAutocomplete*/
table.autocomplete td {
    background-color: #fff;
    border: 0px;
    border-collapse: collapse;
    font-weight: normal;
    color: #034af3;
}

table.autocomplete {
    cursor: pointer;
    border: 1px solid Grey;
    background-color: White;
}
/*-------------------------------uespAutocomplete*/


div.filterContainer {
    position: absolute;
    background-color: White;
    padding: 0px;
    border: 1px solid #D3D3D3;
    display: none;
}

    div.filterContainer td {
        border: 0px;
        border-collapse: collapse;
        font-weight: normal;
        color: #034af3;
    }

        div.filterContainer td:hover {
            background-color: #a6e2a6;
        }

    div.filterContainer table {
        cursor: pointer;
        border: 1px solid Grey;
    }

table th {
    padding: 6px 5px;
    text-align: left;
    color: #fff;
    background-color: #585858;
    border: solid 1px #585858;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    background: #585858 !important;
    background-color: #585858 !important;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 2px 2px 2px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
    vertical-align: middle;
}

table.noBerder {
    border: 0 !important;
}

    table.noBerder td {
        border: 0px !important;
    }

    table.noBerder tr {
        border: 0px !important;
    }

    table.noBerder th {
        border: 0px !important;
    }

.noBerder td {
    border: 0px !important;
}

table.no-border,
table.no-border td {
    border: 0px;
    border-collapse: collapse;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    padding: 3px;
}
/*--*/
#main {
    padding: 9px;
    margin: 15px;
}

.container.custom {
    margin-left: 0;
    padding-right: 8px;
    padding-left: 8px;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    color: white;
}

.pagination {
    margin: 5px 0;
}

.pull-left {
    margin-right: 5px;
}

.table {
    margin-bottom: 5px;
}

div.frontier {
    padding: 10px;
    border: 1px dashed #ccc;
    width: 50px;
    text-align: center;
}

.smalIco {
    width: 15px;
    height: 17px;
}

/*----------------------------------------------------------
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 {
    background-color: #fff;
    font-size: .78em;
    font-family: Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

img {
    border: 0px;
}

a {
    margin-top: 3px;
    margin-bottom: 3px;
}

    a:link {
        color: #0099CC;
        text-decoration: underline;
    }

    a:visited {
        color: #696969;
    }

    a:hover {
        color: #1d60ff;
        text-decoration: none;
    }

    a:active {
        color: #12eb87;
    }

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

 HEADINGS   
----------------------------------------------------------
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 5px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

h3 img, h3 div {
    vertical-align: middle;
}

 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: 90%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 3px;
}


    header h1, #header h1 {
        font-weight: bold;
        padding: 5px 0;
        margin: 0;
        color: #fff;
        border: none;
        line-height: 2em;
        font-size: 32px !important;
        text-shadow: 1px 1px 2px #111;
    }


footer,
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

 TAB MENU   
----------------------------------------------------------
ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 2px;
    margin: 2px;
    position: relative;
    text-align: left;
}

    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 10px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            background-color: #e8eef4;
            color: #034af3;
            border-radius: 4px 4px 4px 4px;
            -webkit-border-radius: 4px 4px 4px 4px;
            -moz-border-radius: 4px 4px 4px 4px;
        }

            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: 1em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"],
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1em;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1em;
    color: #444;
}

input[type="submit"] {
    font-size: 1em;
    padding: 5px;
}

 TABLE
----------------------------------------------------------

table {
    border: solid 1px #5c87b2;
    border-collapse: collapse;
}

    table td {
        padding: 5px;
        border: solid 1px #5c87b2;
        vertical-align: middle;
    }

    table th {
        padding: 6px 5px;
        text-align: left;
        color: #fff;
        background-color: #5c87b2;
        border: solid 1px #5c87b2;
    }

td img {
    vertical-align: middle;
}

table.hoverable tr:hover {
    background-color: #a6e2a6;
}

tr.even {
    background-color: #e8eef4;
}

th img {
    vertical-align: middle;
}

 MISC  
----------------------------------------------------------

.clear {
    clear: both;
}

.error {
    color: Red;
}

nav,
#menucontainer {
    margin-top: 3px;
    margin-left: 75px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    text-align: right;
    vertical-align: middle;
    color: White;
    top: 13px;
    right: 3px;
}

#logoicon {
    top: 3px;
    left: 3px;
    position: absolute;
}

    #logoicon img {
        height: 70px;
        width: 70px;
    }

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

 Styles for validation helpers
-----------------------------------------------------------
.field-validation-error {
    color: #ff0000;
}

.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;
}

.display-field,
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}
-------------------------------uespAutocomplete

table.autocomplete td {
    background-color: #fff;
    border: 0px;
    border-collapse: collapse;
    font-weight: normal;
    color: #034af3;
}

table.autocomplete {
    cursor: pointer;
    border: 1px solid Grey;
    background-color: White;
}
-------------------------------

---------------mein

table.top-align td {
    vertical-align: top;
}

ul.blocks {
    margin: 0;
    padding: 0;
}

li.details-data {
    margin-left: 5px;
    padding: 1px 1px 1px 1px;
    list-style: none;
    width: 292px;
    text-align: left;
}

li.main-data {
    padding: 1px 15px;
    margin-bottom: 2px;
    border: 2px #B8B8B8 solid;
    list-style: none;
    width: 300px;
    text-align: left;
}

#workers li.main-data {
    background-color: #E2DEFA;
}

#addresses li.main-data {
    background-color: #ccffcc;
}

ul.blocks a {
    margin-right: 15px;
}

img.actionIcon {
}

ul.blocks li:hover {
    cursor: pointer;
}

#tasks {
    float: right;
    margin-top: -30px;
    width: 600px;
}

div.max-width-for-doc {
    float: left;
    width: 600px;
}

div.templateButtons {
    padding: 5px 0 5px;
}

table.no-border, table.no-border td {
    border: 0px;
    border-collapse: collapse;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    padding: 3px;
}

span.done {
    color: Green;
    font-weight: bold;
}

span.in-process {
    color: Red;
    font-weight: bold;
}

div.pager {
    padding: 7px 0 7px;
}

div.message {
    text-align: center;
    font-weight: bold;
    background-color: #F0F8FF;
    background: #F0F8FF;
    padding: 5px;
    height: 100%;
    position: relative;
    z-index: 0;
}

.hide {
    display: none;
}

#copyngSetup {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    border: 1px solid #D3D3D3;
}

div.filter img {
}

div.filter {
    cursor: pointer;
}

div.filterContainer {
    position: absolute;
    background-color: White;
    padding: 0px;
    border: 1px solid #D3D3D3;
    display: none;
}

    div.filterContainer td {
        border: 0px;
        border-collapse: collapse;
        font-weight: normal;
        color: #034af3;
    }

        div.filterContainer td:hover {
            background-color: #a6e2a6;
        }

    div.filterContainer table {
        cursor: pointer;
        border: 1px solid Grey;
    }

div.taskList {
    height: 300px;
    overflow-y: scroll;
    border: 1px solid #5c87b2;
    padding: 3px;
}

div.taskCotainer {
    margin-top: 10px;
    border: 1px solid #5c87b2;
    padding: 0px;
}

div.taskHeader {
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #5c87b2;
    color: #ffffff;
    margin: 0px;
    font-weight: bold;
    font-size: 1.1em;
}

div.tasksInnerHeader {
    font-weight: bold;
    background-color: #e8eef4;
    color: #034af3;
    margin-bottom: 3px;
    padding-left: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
}

div.listTitle {
    margin-top: 12px;
    margin-bottom: 8px;
}

    div.listTitle span {
        font-size: 1.2em;
        color: #000;
        font-weight: bolder;
    }

a.addItem img {
    vertical-align: middle;
}

div.searchPanel {
    float: right;
    margin-top: 12px;
}
----------siteBindingPanel


.stretchTextField input[type=text] {
    width: 100%;
}

#mainDialog {
    padding: 1px 10px 1px 10px;
    background-color: #fff;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.redText {
    color: red;
}

.greenText {
    color: green;
}

.controlWidth {
    width: 400px;
}

.plupload_button.plupload_start {
    display: none;
}

.button {
    background-color: #dddddd;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    border: 1px solid;
    width: inherit;
    margin: 2px 2px 2px 2px;
    padding: 2px 2px 2px 2px;
    cursor: pointer;
    color: black;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    white-space: nowrap;
    float: left;
}

    .button:hover {
        background-color: #afeeee;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        text-decoration: none;
    }

    .button a:link {
        color: black;
    }

    .button a:visited {
        color: black;
    }

    .button.even {
        background-color: #afeeee;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }



div.controlPanel {
    position: absolute;
    top: 70px;
    right: 10px;
}

    div.controlPanel button {
        width: 140px;
    }
---export sites
 
.Adding {
    color: green;
}

.Deleting {
    color: blue;
}

.Error {
    color: red;
}

.Updating {
    color: black;
}



nav,
#menucontainer {
    margin-top: 3px;
    margin-left: 75px;
}

.popDetailsDiv {
    height: 90%;
    width: 300px;
    position: fixed;
    background-color: darkseagreen;
    color: #000000;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    right: 5px;
    bottom: 5px;
    opacity: 0.9;
}

table.popDetailsContent {
    color: #000000;
    position: relative;
    margin: 5px 5px 5px 5px;
    height: 95%;
    width: 280px;
    border: 0;
}

    table.popDetailsContent td {
        border: 0;
        font-size: 12px;
        width: 280px;
    }

    table.popDetailsContent tr {
        border: 0;
        width: 280px;
    }

    table.popDetailsContent th {
        border: 0;
        width: 280px;
    }

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

table.noBerder {
    border: 0;
}

    table.noBerder td {
        border: 0px;
    }

    table.noBerder tr {
        border: 0px;
    }

    table.noBerder th {
        border: 0px;
    }

.noBerder td {
    border: 0px;
}

.redText {
    color: red;
}

.greenText {
    color: green;
}

.blueText {
    color: blue;
}

.blackText {
    color: black;
    font: bold;
    padding: 5px 5px 5px 5px;
    font-size: 16px;
}

.controlWidth {
    width: 400px;
}

.editButton {
    padding: 2px 2px 2px 2px;
}

    .editButton img {
        vertical-align: middle;
        text-align: center;
    }

.plupload_button.plupload_start {
    display: none;
}

.button {
    background-color: #dddddd;
    border-radius: 4px;
    text-align: center;
    border: 1px solid;
    width: inherit;
    margin: 2px 2px 2px 2px;
    padding: 2px 2px 2px 2px;
    cursor: pointer;
    text-decoration: none;
    color: black;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    white-space: nowrap;
    float: left;
}

    .button:hover {
        background-color: #afeeee;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

    .button a:link {
        text-decoration: none;
        color: black;
    }

    .button a:visited {
        text-decoration: none;
        color: black;
    }

    .button.even {
        background-color: #afeeee;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

    .notNullField {
    background-color: #ccffcc;
    text-align: center;
}

.NullField {
    opacity: 0.3;
    text-align: center;
}

.greenBackground {
    opacity: 1;
    background-color: #a6e2a6;
    text-align: center;
}

.greyBackground {
    opacity: 1;
    background-color: #5c87b2;
    font-style: italic;
    font-size: 14px;
    color: white;
    text-align: center;
}

.yesField {
    opacity: 0.7;
    background-color: #ccffcc;
    font-style: italic;
    font-size: 14px;
    color: black;
    text-align: center;
}

.noField {
    opacity: 0.7;
    background-color: #d3d3d3;
    font-style: italic;
    font-size: 14px;
    color: black;
    text-align: center;
}

.logHead {
    color: #e8eef4;
    background-color: #5c87b2;
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
}

.buttonImage {
    vertical-align: middle;
    width: 15px;
    height: 15px;
}



.buttonImage30 {
    vertical-align: middle;
    width: 30px;
    height: 30px;
}

.down {
    top: 10px;
    left: 100px;
}

.head {
    background-color: #696969;
    height: 15px;
    display: run-in;
    padding: 5px 5px 5px 5px;
}

a.popupDiv {
    margin-top: 3px;
    margin-bottom: 3px;
}

    a.popupDiv:link {
        color: #111111;
        text-decoration: underline;
    }

    a.popupDiv:visited {
        color: #111111;
    }

    a.popupDiv:hover {
        color: #111111;
        text-decoration: none;
    }

    a.popupDiv:active {
        color: #111111;
    }

.width100 {
    width: 100%;
}

button {
    cursor: pointer;
    margin: 2px 2px 2px 2px;
}










.dropdown {
    color: #555;
    margin: 3px -22px 0 0;
    width: 143px;
    position: relative;
    height: 17px;
    text-align: left;
}

.submenu {
    background: #fff;
    position: absolute;
    top: -5px;
    left: -20px;
    z-index: 100;
    width: 135px;
    display: none;
    margin-left: 10px;
    padding: 40px 0 5px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.dropdown li a {
    color: #555555;
    display: block;
    font-family: arial;
    font-weight: bold;
    padding: 6px 15px;
    cursor: pointer;
    text-decoration: none;
}

    .dropdown li a:hover {
        background: #155FB0;
        color: #FFFFFF;
        text-decoration: none;
    }

a.account {
    font-size: 12px;
    line-height: 16px;
    color: #555;
    position: absolute;
    z-index: 110;
    display: block;
    padding: 11px 5px 5px 20px;
    height: 28px;
    width: 130px;
    margin: -11px 5px 5px -10px;
    text-decoration: none;
    background: url(icons/arrow.png) 116px 17px no-repeat;
    cursor: pointer;
}

.root {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    padding: 11px 0 0 0px;
    border-top: 1px solid #dedede;
}


style the main menu
.myMenu {
    margin: 0;
    padding: 0;
    background-color: #5c87b2;
    z-index: 10;
}

    .myMenu li {
        list-style: none;
        float: left;
        font: 13px Arial, Helvetica, sans-serif #111;
        font-weight: bold;
        margin: 1px;
        padding: 0;
        z-index: 10;
    }

    .myMenu img {
        list-style: none;
        float: left;
        font: 13px Arial, Helvetica, sans-serif #111;
        font-weight: bold;
        margin: 1px;
        vertical-align:top;
        padding: 5px 15px 5px 5px;
        z-index: 10;
    }

    .myMenu li a:link, .myMenu li a:visited {
        display: block;
        text-decoration: none;
        background-color: #e8eef4;
        color: #034af3;
        border-radius: 4px 4px 4px 4px;
        -webkit-border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        padding: 10px;
        border-right: 1px solid #fff;
    }

    .myMenu li a:hover {
        background-color: #a6e2a6;
        color: #034af3;
    }

    style the sub menu
    .myMenu li ul {
        position: absolute;
        visibility: hidden;
        border-top: 0 solid #999999;
        background-color: #5c87b2;
        margin: 0;
        padding: 5px;
    }

        .myMenu li ul li {
            display: inline;
            float: none;
            margin: 0;
            padding: 0;
            z-index: 10;
        }

            .myMenu li ul li a:link, .myMenu li ul li a:visited {
                background-color: #e8eef4;
                color: #034af3;
                width: auto;
            }

            .myMenu li ul li a:hover {
                background-color: #a6e2a6;
                text-decoration: none;
            }

.fullScreen {
    height: 100%;
    width: 100%;
    z-index: 0;
}

.blueLink a {
    margin-top: 3px;
    margin-bottom: 3px;
    text-decoration: none;
    font-weight: 600;
}

    .blueLink a:link {
        color: #034af3;
        text-decoration: none;
    }

    .blueLink a:visited {
        color: #034af3;
    }

    .blueLink a:hover {
        color: darkgreen;
        text-decoration: none;
    }

    .blueLink a:active {
        color: #12eb87;
    }

    .radius10{
    border-radius: 10px 10px 10px 10px;
}*/
.btn-group, .input-group {
    margin: 5px 5px 5px 5px !important;
}

/* Height of DivisionId in Site Filter */
.btn-group.open ul {
    max-height: 500px;
    overflow-y: auto;
}


table#sites tr th a {
    color: white !important;
    float: right;
    font-size: 80%;
    margin-left: 3px;
}