﻿body {
    padding-bottom: 35px;
    padding-top: 35px;
}

.k-grid-edit {
    background-color: #cce6ff;
    color:black;
}

.k-grid-edit:hover {
    color: white;
}

.k-grid-delete {
    background-color:#ff4701;
    color:white;
}

.k-grid-Logs {
    background-color: lightgreen;
    color: black;
}


.sectionhead {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #5c5c5c;
}
.finalTotals {
    font-size:13px;
    font-weight:bold;
    background-color:lightseagreen;
}
.subTotals {
    font-size: 12px;
    font-weight: bold;
    background-color: lightseagreen;
}

.ageing_background {
    background-color: #BDD7EE;
    font-weight: bold;
}
.paymentterm_background {
    background-color: #C6E0B4;
    font-weight: bold;
}

.notes{
    font-style:italic;
    font-weight:bold;
    color: #ec5252;
}

.lcbill_background {
    background-color: #f2eebf;
    font-weight: bold;
}

.dabill_background {
    background-color: #edebf9;
    font-weight: bold;
}
.ageing_outstaindg {
    background-color: #FFF2CC;
}


.hasBrokerage {
    background-color: #bdd4f4;
}

.myTable {
   
}

.myTable tr td {
    padding-left: 10px;
}

.account {
    width: 350px;
}
.product {
     width: 400px;
}
.RCM {
    background-color: #ffaf46;
}

.highlighted {
    background-color: #fffaf0;
    border: solid 1px #00008b;
}
.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;
}

@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; }
}

.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; }

.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; }

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;
}


.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;
}

.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:60px;
    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;
}

.required:after {
     content:" *";
     color: red;
}

.blue {
    background-color: blanchedalmond !important;
}

.gery {
    background-color: #EDEBF9 !important;
}

.lightblue {
    background-color: paleturquoise;
}
fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    width: inherit; /* Or auto */
    padding: 0 10px; /* To give a bit of padding on the left and right */
    border-bottom: none;
    font-size: 17px;
}