﻿.VesselPanel {
    height: 100%;
    cursor: pointer;
}

    .VesselPanel .panel-body {
        height: 100%;
    }

.divVessel {
    width: 100%;
}

.VesselContainer {
    table-layout: fixed;
    width: 100%;
    display: table;
    height: 402px;
    border: 2px solid black;
}

.vesselImg {
    background-image: url('images/Vessel.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.vesselhold {
    vertical-align: central;
    display: inline-block;
    width: 100%;
}

.vesselhold > div {
    float: left;
}

.shorthold {
    height: 75%;
}

.longhold {
    height: 90%;
}


/*-------------------------------------------------------------------------------------------*/

.silohold {
    vertical-align: central;
    display: inline-block;
    width: 100%;
}

.silohold > div {
    float: left;
}
.SiloPanel .panel-body {
    height: 100%;
}

.divSilo {
    width: 100%;
}

.SiloContainer {
    width: 100%; /*100*/
    height: 100%; /*65*/
    background-color: lightgray;
    overflow:auto;
    overflow-x:auto;
}

.SiloContainer1 {
    width: 100%; /*100*/
    height: 100%; /*65*/
    background-color: lightgray;
    display:block;
    overflow:auto;
    overflow-x:auto;
}
.SiloBody {
    float: left;
    display: table;
    width: 100%;
    height: 100%;
    margin-top: -3%;
    margin-left: auto;
}

.progressBackground {
    display: table;
    overflow: auto;
    height: 21%;
    width: 15%;
    margin-bottom: -6%;
    border: 1px solid black;
    background-color: yellow;
    float: left;
    word-wrap: break-word;
    /*-webkit-transform: scaleY(-1);*/
}

.progressBar {
    display: table;
    overflow: auto;
    height: 50%;
    vertical-align: baseline;
    background-color: red;
    width: 75%;
}

.bigSilocontainer {
    margin-top: 1%;
    margin-left: 10%;
    height: 52%;
    width: 2%;
}

.progressBackgroundNew {
    height: 100%;
    width: 100%;
    border-style: solid;
    border-color: black;
    background-color: #eee;
    -webkit-transform: scaleY(-1);
}

.silobutton {
    font-size: 14px;
    font-weight: bold;
    font-family: Arial;
    color: white;
    background-color: #002060;
    height: 50px;
    width: 100px;
    margin-bottom: 1%;
}

.silobutton1 {
    font-size: 14px;
    font-weight: bold;
    font-family: Arial;
    color: white;
    background-color: #7f7f7f;
    height: 50px;
    width: 100px;
    margin-bottom: 1%;
}


.progressBarNew {
    display: table;
    width: 100%;
    border-style: solid;
    border-color: black;
    background-color: #ffc000;
}


.Newcontainer {
    font-size: small;
}

.vesselholdNew {
    vertical-align: central;
    display: inline-block;
    width: 100%;
    /*-webkit-transform: scaleY(-1);*/
}

.Newcontainer1 {
    font-size: small;
}

.con {
    display: table;
    vertical-align: baseline;
    width: 100%;
}

.D1 {
    display: block;
    margin-bottom: 0%;
    border: 1px solid black;
}
.capSilo{
   border:1px solid #333;
}

.multisilo{
    font-weight:bold;
}
p.VesselDetails{
    white-space:pre;
}
.number {
    text-align: right;
}