/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 10, 2016, 10:18:01 AM
    Author     : Chamal
*/

html body{
    /*background-color: #100064;*/
}

.tab-pane.active{
    padding: 10px;
}
.account-description{
    font-size: 8pt;
    color: #666;
}
.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
td.number, td.icon{
    text-align: right;
    
}
td.icon > a > i{
    margin-left: 5px;
    margin-right: 5px;
}

.table > *{
    font-size: 8pt;
}
.table > thead > tr > th{
    background-color: #ddd;
}
.footer{
    background-color: #262626;
    color: #FFF;
}
.footer-menu{
    list-style-type: none;
    padding-top: 20px;
}
.footer-menu > li{
        margin-bottom: 5px;
}
.footer-menu > li > a{
    color: #ccc;
}
#copyright, #copyright > a{
    font-size: 8pt;
    color: #ccc;
}
#slider-top > ul{
    list-style-type: none;
    margin: 0px;
    padding: 0;
}
#slider-new > ul{
    list-style-type: none;
    margin: 0px;
    padding: 0;
}
.price{
    color: #d62728;
    font-weight: 700
}
.weight{
    color: #d62728;
    font-weight: 700
}

#arrow-left{
    position: absolute;
    top: 250px;
    left: 30px;
}
#arrow-right{
    position: absolute;
    top: 250px;
    right: 30px;
    
}
#book-details td{
    padding-right:15px;
}
.mandatory{
    color: red;
}
.blocked{
    background-color: #ccc;
}
.Cancel {
    background-color: orangered;
    color: white;
}
.Dispatched {
    background-color: greenyellow;
}
.modal-header {
    background-color: #204d74;
    color: #FFF;
}
.modal-footer {
    background-color: #666;
}
.glyphicon-star {
    color: #eb9316;
}



