﻿body {
    padding-bottom: 100px;
    padding-top: 70px;
}

.rowseparator {
    border-right: double 5px black !important;
}

.broeragecol{
    background-color:#dbeacd !important;
    font-weight:bold !important;
}

.INWARD {
    background-color: #f0dddd;
    text-align: right;
}

.TOT {
    text-align: right;
}

.opening {
    text-align: right;
}

.closing {
    text-align: right;
}

.OUTWARD {
    background-color: #f2eebf;
    text-align: right;
}


.testcss {
    background-color: #ffe48f;
}

.hasBrokerage {
    background-color: #bdd4f4;
}

.popover {
    max-width: 100%;
}

.unclaimed{
    background-color:#f0dddd;
}

.claimed {
    background-color: #dde9cd;
}


.fixedElement {
    background-color: gold;
    position: fixed;
    left:200px;
    top: 150px;
    z-index: 100;
}

.affixTable{
    background-color:gold;
    z-index:10000;
}
.affixTable thead tr {
    background-color: pink;
}

.myTable {
}

.fixedHeader {
    background-color: beige !important;
}

.myTable tr td {
    padding-left: 10px;
}

.account {
    width: 350px;
}
.product {
     width: 400px;
}
.RCM {
    background-color: #ffaf46;
}

.highlighted {
    background-color: #fffaf0 !important;
    border: solid 1px #00008b !important;
}


.ignoredrecord {
    background-color: #fffaf0 !important;
    border: solid 1px #00008b !important;
}


.container-fluid{
    margin-left:5px;
    margin-right:5px;
}

.modulename {
    background-color:  #edebf9;
    font-size: 13px;
    font-weight: bolder;
}

.newstockval {
    background-color: #95a3bd !important;
    color: white !important;
    border-left: solid 2px orange;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

.printonly {
    display: none !important;
}

.RecordExpired {
    background-color: lightgray;
    color:red;
}

.RecordUpcoming {
    background-color: green;
    background-color: azure;
}

@media print {
    .printonly {
     display: block !important;
   }
   a[href]:after {
    content: none !important;
  }
    a[href]:after {
    content: " (" attr(href) ")";
  }
}

input:focus {
    background-color: #f2eebf;
    color: #000000;
} 

select:focus {
    background-color: #f2eebf;
    color: #000000;
} 

@media print {
    @page {
        margin-top: 5px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .printArea {
        padding-bottom: 0px !important;
        padding-top: 5px !important;
    }

  body { margin-top: 1.6cm; }

    .divinline {
        display: inline-block;
    }
}

.multiSelect .checkboxLayer {
    z-index: 15000;
}

.ui-autocomplete {
    z-index: 5000;
}

#myTab li a { padding: 3px 3px !important; }

#rowarea .row { margin-bottom: 2px; }

#rowarea .row div { padding: 0px; }

.inlinerow { margin-bottom: 2px; }

.inlinerow div { padding: 0px; }

.row.no-gutter [class*='col-']:not(:first-child):not(:last-child) {
    margin-left: 0;
    margin-right: 0;
}

table.dataTable tbody tr.selected { background-color: #95A3BD !important; }

.highlightrow { background-color: #ddd; }

#pageNoteMessage { font-size: 20px; }

.capitalise { text-transform: capitalize; }

.uppercase { text-transform: uppercase; }

.ui-widget-header { color: #000; }

.navbar-static-bottom, .navbar-fixed-bottom { height: 10px; }

.navbar { margin-bottom: 5px; }

.badge { background-color: #428bca; }

#formulaBody { padding-bottom: 100px; }

#prodcutionBody { padding-bottom: 100px; }

.selectedparty {
    background-color: #dfe3ee !important;
}
.selectedparty sub {
    border: solid 1px black !important;
    padding: 20px;
}

    .header {
        border: 1px solid #ccc;
        font-size: 13px;
        font-weight: bold;
        margin-bottom: 1px;
        padding: 5px;
        text-align: right;
    }

.thumbnail { /*border:none;*/ }

.thumbnail_menu { /*position:absolute;*/ }

#form { padding-bottom: 40px; }

#textarea { padding-bottom: 60px; }

.star { color: red; }

.nav-tabs { margin-bottom: 10px; }

.helRate { margin-right: -10px; }

/*.panel-heading {
     border-bottom: 10px solid transparent !important;
}*/

.h3 { color: red !important; }

.glyphicon-calendar:before { content: "\e011" !important; }

/*h1 {
    font-size: 22px;
    margin-top: 5px; 
}

hr {
    margin-top: 5px; 
    margin-bottom: 5px; 
}*/

hr {
    margin-bottom: 10px;
    margin-top: 10px;
}

#spanRequired {
    color: red;
    font-size: large;
}

#entrytable td { padding-right: 10px; }

/** for pages that don't load angular but have angular templates in them. **/

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { display: none !important; }

.errormessage { font-size: 16px; }

.bold { font-weight: bold; }

#ledgers .table-bordered tbody tr td { border-bottom: transparent 1px solid; }

.innercell {
    border-left: grey 1px solid !important;
    border-right: grey 1px solid !important;
    text-align: center;
}

.ledgervalues { text-align: center; }

.ledgerAmount {
    text-align: right;
    padding-right: 10px !important;
}


.ledgerText {
    text-align: left;
    padding-left: 10px !important;
}

#helpmessage {
    background-color: #000;
    color: gold;
    font-size: 20px;
}

.textLeftAlign {
    text-align: left;
    padding-left: 5px !important;
}

.tableSplitLine { border-right: 3px solid black !important; }

.rowBorder {
    border-top: 2px solid black !important;
    border-bottom: 2px solid black !important;
    border-left: 2px solid black !important;
    border-right: 2px solid black !important;
}

.rowColor { background-color: #bdd4f4; }

.starbill {
    font-weight: bold;
    font-size: 15px;
    padding: 0;
    vertical-align: middle;
    color: red;
}

.dropdown-menu > li {
    position: relative;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    display: none;
    margin-top: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-color: #fff;
    box-shadow: none;
}

.right-caret:after, .left-caret:after {
    content: "";
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
    margin-left: 5px;
}

.right-caret:after { border-left: 5px solid #ffaf46; }

.left-caret:after { border-right: 5px solid #ffaf46; }

.rowselected {
    background-color: cornflowerblue;
    color: white;
    font-weight: bold;
}

thead {
    background-color:  #EDEBF9 !important;
    color: black !important;
}


thead:hover {
    background-color: #EDEBF9 !important;
    color: black !important;
}


thead a {
    background-color: #EDEBF9 !important;
    color: black !important;
}


thead a:hover {
    background-color: #EDEBF9 !important;
    color: black !important;
}



.table > tbody > tr:hover{
    color: black !important;
    border-bottom:2px solid red !important;
}

.table.no-redline > tbody > tr:hover{
    border-bottom:none !important;
}

.table.no-redline > tbody > tr > td{
    border: none;
}

.entrytable .table > tbody > tr:hover{
    color: black !important;
    border-bottom:none !important;
}

.entrytable .table td{
    border:none !important;
}

.entrytable .table{
    background-color: transparent !important;
}

#tableResult .Title {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}

.datecolumn { width: 100px; }

.StockQuantityChange{
    color:white;
    background-color:brown;
}

.StockRateChange{
    background-color:darkblue;
    color:white;
}

nav {
    margin-top: 0px !important;
    margin-bottom: 5px !important;
}

table { margin-bottom: 5px !important; }

tfoot > tr > td { font-weight: bold; }

.report-total {
    font-weight: bold;
    background-color: white;
    color: black;
    border-bottom:solid 1.4px black;
    border-top:solid 1.4px black;
}


.trf-total {
    font-weight: bold;
    background-color: white;
    color: orange;
    border-bottom:solid 1.4px black;
    border-top:solid 1.4px black;
}

.report-grand-total {
    font-weight: bold;
    background-color: grey;
    color: white;
}
.report-grand-total:hover {
    font-weight: bold !important;
    background-color: grey !important;
    color: white !important;
}

.report-title{
    font-weight: bold;
    background-color: #cce6ff;
    color: #000;
}

textarea {
    resize: vertical;
}
/*.btn{
    padding-top:1.3px;
    padding-bottom:1.3px;
}*/
#summaryTable thead tr th {
    background-color: #cce6ff;
    text-align: center !important;
} 

#summaryTable .heading td {
    text-align: center !important;
}


/*Summary table in the new collection*/
.collsummarytable {
    background-color: blue;
    border: solid 5px yellow;
    color: ghostwhite;
    margin-top: 120px;
    position: fixed;
    bottom: 0px;
    font-size:16px;
}

    .collsummarytable tbody tr:hover {
        color: white !important;
    }

    .collsummarytable thead tr:first-child {
        color: blue;
    }



.yexpand {
    border: solid 3px #66cdaa;
}

.mexpand {
    border: solid 3px #00bfff;
}

.modal-dialog {
  width:95%  
}

.modal-header {
    padding: 7px !important;
}
.modal-body {
    padding: 0px;
    padding-right: 10px !important;
    padding-left: 10px !important;
}
table.dataTable tbody th, table.dataTable tbody td {
     padding: 0px 5px !important; 
}
.dataTables_wrapper .dataTables_info {
    padding: 5px !important;
}
.table > thead > tr > th {
     padding: 0px 5px !important; 
}

.modal-footer {
    padding: 7px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal {
   top: 70px;
}

.mandatory:before{
    font-size:15px;
    color:red;
     content: "\2a";
}

.modalbuttons{
    width:70px;
    margin-left: 10px;
}


.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }
  /* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
  * html .ui-autocomplete {
    height: 300px;
  }

   /*.ui-autocomplete-loading {
    background: white url("../images/5.gif") right center no-repeat;
  }*/

.interestChangeDetect input {
    background-color:violet;
    color: black;
}

.BalAmount {
    font-size: 16px;
}



.flipcontainer {
    /*width: 200px;*/
    height: 300px;
    position: relative;
    border: 1px solid #ccc;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
}

.flipcard {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%;
}

.flipcard div {
    display: block;
    height: 100%;
    width: 100%;
    line-height: 260px;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 140px;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flipcard .front {
    background: red;
}

.flipcard .back {
    background: blue;
    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
}

.flipcard.flipped {
    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
}

.chart_table {
    text-align: center;
    max-height: 30%;
}

.chart_table_data {
    text-align: center;
    font-size: 15px;
    background-color: #ffe6e6
}

.chart_table_header_row {
    text-align: center;
    background-color: #ffb3b3;
    color: #800000;
    font-weight: 600;
    font-size: 17px;
}

.has-error {
    color: #a94442
}
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.pink {
    background: lightpink !important;
}
.k-grid .k-hierarchy-col {
    width: 10px;
}