    #nav {
        width: 100%;
        /* height:35px; */
        float: left;
        margin: 0 0 5px 0;
        padding: 0;
        list-style: none;
        background-color: #cc0f16;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #cc0f16;
    }
    #nav li a:hover {
        color: #FFF;
        background-color: #961217;
    }
    input.button1-c {background-color:ffe6cc;color:5e3800;}
    #box1{
        width: 270px;
        height: 50px;
        background-color: #B8312F;
        float: left;
        margin-left: 2px;
        margin-right: 40px;
        color: #B8312F;
    }
    #box2{
        width: 270px;
        height: 50px;
        background-color: #41A85F;
        float: left;
        margin-right: 40px;
        color: #41A85F;        
    }
    #box3{
        width: 270px;
        height: 50px;
        background-color: #FBA026;
        float: left;
        margin-bottom: 30px; 
        color: #FBA026;          
    }
    .boxleft{
        width: 60px;
        height: 50px;
        float: left;
        color: #fff;
        text-align:center;
        vertical-align: middle;
        font-size: 24px;
        line-height: 50px;
    }
    .boxright{
        width: 210px;
        height: 50px;
        float: left;
        background-color: #ECF0F1;
        text-align:center;
        font-weight: bold;
        line-height: 50px;
        font-size: 14px;
    }
    .btn-headline {
        background-color: #f7f7f7;
        border-radius: 3px;
        box-shadow:none;
        border: 1px solid transparent;
        color: #000;
        text-decoration: none;
        display: block;
        float: left;
        margin-right: 10px;
        font-weight: bold;
    }
    .btn {
        border-radius: 3px;
        box-shadow:none;
        border: 1px solid transparent;
        color: #ffffff;
        text-decoration: none;
        display: block;
        float: left;
        margin-right: 10px;
        width: 100px;
    }
    .bin-block{
        display: block;
        /* width: 20px; */
       
       text-align:center;
    }
    .btn-xs{
        padding: 2px 7px;
        font-size: 12px;
        line-height: 1.5;
    }
    .btn-primary {
        background-color: #3c8dbc;
        border-color: #367fa9;
        width: auto;
    }
    .btn-primary:active:hover{
        color: #ffffff;
        background-color: #204d74;
        border-color: #122b40;
    }
    .btn-danger {
        background-color: #dd4b39;
        border-color: #d73925;
        width: 60px;
    }
    .btn-warning {
        background-color: #f39c12;
        border-color: #e08e0b;
        width: 60px;
    }
    .btn-danger:active:hover{
        color: #fff;
        background-color: #ac2925;
        border-color: #761c19;
    }
    .btn-warning:active:hover{
        color: #fff;
        background-color: #d58512;
        border-color: #985f0d;
    }    
/* Tooltip container */
.tooltipnew {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltipnew .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltipnew .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipnew:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.menuLink{
    text-decoration:none;
    color: #cc0f16; 
}
.offshore_value {
	background-color:#ffe6cc;
}
.text-center {
	text-align:center;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.jarviswidget header {
	margin-left:2px;
	margin-right:2px;
}
.jarviswidget td {
	padding-left:3px;
}

#inputTxt {
	height:20px !important;
	width: 70px !important;
}
#header, .fixed-header #header {
    border-bottom: 3px solid #CB0148;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: rgb(203, 1, 72);
    height: 52px;
    z-index: 1010;
}
.page-title {
    margin: 24px 0 28px;
}