﻿form a {
    color: #074A8B;
    text-decoration: none;
}

    form a:hover {
        text-decoration: underline;
    }

form span {
    color: #343434;
}

section {
    margin-bottom: 40px;
}

#main-container {
    text-align: left;
    margin: 0 auto;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    position: relative;
    padding-bottom: 100px;
    min-height: 700px;
}

.fullWidthBody {
    width: 100%;
}
.fullWidthBody form{
    border:none;
}

#col-selector {
    width: 100%;
    margin: 0 auto;
    font-size: 1em;
    cursor: default;
    overflow: auto;
}

    #col-selector span {
        margin-left: 15px;
    }

    #col-selector select {
        min-width: 50px;
    }

    #col-selector input[type="checkbox"] {
        vertical-align: middle;
    }

#size-div {
    float: right;
}

    #size-div input[type="checkbox"] {
        height: auto;
    }

.chart-top-container {
    position: relative;
    float: left;
    width: 100%;
    /*border-top: 1px solid transparent;*/
}

.chart-top-controls {
    overflow: auto;
    z-index: 999;
    list-style: none;
}

    .chart-top-controls ul {
        margin: 0;
        padding:0;
    }

    .chart-top-controls li {
        list-style: none;
        border-right:1px solid transparent;
        float: left;
    }

    .chart-top-controls a {
        font-size: 12px;
        padding: 0 3px;
    }
    .iframe-container {
        width:100%;
    }
.chart-container {
    width: 100%;
    height: 250px;
    float: left;
}


.chart-media-container {
    float: left;
    height: 250px;
    position: relative;
    text-align: center;
}

    .chart-media-container h5 {
        margin: 0;
        padding: 0;
        text-align: center;
        font: bold 12px verdana;
        color: #333;
        height: 7%;
    }

    .chart-media-container img {
        height: 93%;
    }

    .chart-media-container iframe {
        margin: 0;
        padding: 0;
        border: 1px solid #E6E6E6;
        min-width: 500px;
        width:100%;
        height: 93%;
    }

.resized1 {
    width: 100%;
}

.resized2 {
    width: 50%;
}

.resized3 {
    width: 33%;
}

.resized4 {
    width: 25%;
}

.resized5 {
    width: 20%;
}

.resized6 {
    width: 16.5%;
}

.resized7 {
    width: 14%;
}

.resized8 {
    width: 12.5%;
}

.resized9 {
    width: 11%;
}

.resized10 {
    width: 10%;
}

.chartNoValues {
    border-right: 5px solid #ff0000;
}

#buoyTable {
}

    #buoyTable table, #graphTable table {
        border: 1px solid #0094ff;
    }

        #buoyTable table td, th {
            width: 150px;
        }

            #buoyTable table td:first-child, th:first-child {
                width: 50px;
            }

        #buoyTable table thead tr {
            position: relative;
            display: block;
        }

        #buoyTable table tbody {
            display: block;
            height: 400px;
            width: 100%;
            overflow: auto;
        }

    #buoyTable .latencyRed {
        color: #ff0000;
    }

    #buoyTable .latencyOrange {
        color: #ff6a00;
    }

.collapsed {
    visibility: collapse;
}

.visible {
    visibility: visible;
    position: fixed;
    top: 100px;
}

.closeBtn {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: default;
}

    .closeBtn:hover {
        color: darkgray;
    }

#buoyTable .hiddenCol, #graphTab .hiddenCol {
    display: none;
}

#tabConfig {
    overflow: hidden;
    margin: 20px;
}

.file-upload-container {
    width: 100%;
    margin-bottom: 10px;
}

#uploadFile div {
    margin: 0px 16px;
    width: 500px;
}

#uploadFile input[type="file"] {
    margin: 5px 0;
    padding: 0;
    height: auto;
    border: none;
}

#form1 {
    display: inline-block;
    width: 100%;
}

.content-wrapper {
    max-width: none;
}

header .content-wrapper {
    margin-top: 0px;
    background: url("../Images/sfondo.jpg") no-repeat;
    background-size: 100%;
    padding-top: 20px;
    height: 70px;
    background-size: 100%;
    max-width: none;
}

.config-list {
    margin-left: 20px;
}

    .config-list tr {
        height: 25px;
        border-bottom: 1px solid lightgray;
    }

    .config-list input[type="submit"] {
        height: auto;
        width: auto;
        background: none;
        border: none;
        color: #000000;
        padding: 0;
        margin: 0;
    }

    .config-list td {
        padding: 0;
        text-align: right;
    }

    .config-list tr td:first-child {
        text-align: left;
    }

    .config-list input[type="submit"].btn-cancel,
    .config-list input[type="submit"].btn-download,
    .config-list input[type="submit"].btn-modify {
        background-color: #D23333;
        color: #FFF;
        width: 23px;
        margin: 0 auto;
        line-height: 23px;
    }

    .config-list input[type="submit"].btn-download {
        background-color: #036079;
    }

    .config-list input[type="submit"].btn-modify {
        background-color: #DBA840;
    }

.span-link {
    margin: 25px 20px;
}

    .span-link a, .span-link span {
        font: 12px Verdana;
    }

#xmlEditorBtns {
    overflow: auto;
    margin-top: 20px;
}

    #xmlEditorBtns input {
        float: right;
    }

    #xmlEditorBtns h5 {
        float: left;
        margin: 0px 20px;
        font: bold 16px/49px verdana;
        color: #48698A;
    }

#xml_editor {
    visibility: collapse;
    margin: 0 20px;
}

.xml-editor-header {
    overflow: auto;
    margin: 0 20px;
}

    .xml-editor-header h5 {
        margin: 7px 0;
        float: left;
    }

    .xml-editor-header input[type="submit"] {
        float: right;
    }

/*xml mod style*/
#xml_header_item_Submit_to_Server {
    display: none;
}

.xml_editor_container {
    margin: 0 20px;
}

    .xml_editor_container ul {
        box-sizing: content-box;
        list-style: none;
        margin: 0;
    }

    .xml_editor_container label {
        font-size: 100%;
        margin-bottom: 0;
    }

    .xml_editor_container * {
        box-sizing: content-box;
    }

    .xml_editor_container a {
        text-decoration: none;
        padding: 0;
    }

        .xml_editor_container a:hover {
            font-size: inherit;
            background-color: transparent;
        }

    .xml_editor_container .attribute_container > label {
        line-height: 2.1em;
    }

    .xml_editor_container .xml_tab_area .gui_content {
        padding: 0;
        background-color: transparent;
    }

    .xml_editor_container .xml_editor_header {
        border: none;
    }

    .xml_editor_container .xml_menu_bar {
        margin: 0;
    }

        .xml_editor_container .xml_menu_bar ul {
            padding: 0;
        }

        .xml_editor_container .xml_menu_bar > ul > li > a > span {
            padding: 0 8px;
        }

            .xml_editor_container .xml_menu_bar > ul > li > a > span:hover {
                padding: 0 8px;
            }

li {
    font-weight: inherit;
    font-family: inherit;
    color: inherit;
}

/*checkBox style*/
.chkBox-label {
    float: left;
    background-color: #036079;
    border: 1px solid #024A5D;
    font: bold 12px verdana;
    color: #ffffff;
    padding: 4px 20px;
}

    .chkBox-label span {
        float: left;
        margin: 0;
        line-height: 28px;
    }

.ckBxfs {
    width: 28px;
    height: 28px;
    position: relative;
    float: left;
    margin-left: 5px;
    border: 1px solid white;
}

    .ckBxfs label {
        cursor: pointer;
        position: absolute;
        width: 28px;
        height: 28px;
        left: 0;
        top: 0;
        background-color: #036079;
    }

        .ckBxfs label:after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            opacity: 0;
            content: '';
            position: absolute;
            width: 9px;
            height: 5px;
            background: transparent;
            top: 9px;
            left: 8px;
            border: 3px solid #fcfff4;
            border-top: none;
            border-right: none;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .ckBxfs label:hover::after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
            filter: alpha(opacity=30);
            opacity: 0.3;
        }

    .ckBxfs input[type=checkbox]:checked + label:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }

    #map-container {
        width:40%;
    }
