body {
    background-color: #fff;
    font-size: 12px;
}
address {
    margin-bottom: 0px;
}
label {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 5px;
}
hr{
    margin-bottom: 6px;
    margin-top: 6px;
}
select.form-control {
    padding: 3px 4px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0;
    margin-bottom: 0;
}
h4 {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 500;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    padding: 3px 4px;
    background-color: #fff !important;
    border: 1px solid #d5d5d5;
    color: #858585;
    font-size: 13px;
}
textarea.form-control {
    padding: 3px 4px;
}
textarea.form-control:focus {
    height: auto;
}
.text-success {
    color: #3c763d !important;
}
.text-danger {
    color: #a94442 !important;
}
.no-skin .nav-list > li.active > a {
    font-weight: 400;
}
.main-content-inner {
    min-width: 1136px;
    width: 100%;
}
.page-header {
    margin: 0 0 6px;
    padding-bottom: 13px;
    padding-top: 6px;
}
.page-header h1 {
    font-size: 20px;
    margin: 0;
}
#form-content {
    width: 1136px;
}
.login-container {
    margin: 0 auto;
    width: 405px;
}
.form-control{
    font-size: 13px;
}
.form-group select, .form-group textarea, .form-group input[type="text"], .form-group input[type="password"], .form-group input[type="datetime"], .form-group input[type="datetime-local"], .form-group input[type="date"], .form-group input[type="month"], .form-group input[type="time"], .form-group input[type="week"], .form-group input[type="number"], .form-group input[type="email"], .form-group input[type="url"], .form-group input[type="search"], .form-group input[type="tel"], .form-group input[type="color"]{
    background: #fff !important;
}
.form-group input[readonly] {
    background: #f0f0f0 none repeat scroll 0 0 !important;
}
.vertical-text {
  transform: rotate(270deg);
}
.box{
    border: 1px solid #ccc;
    padding: 10px;
    background: #f5f5f5;
    margin-bottom: 5px;
}
.hand{
    cursor: pointer;
}
.no-padding{
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.no-margin{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
.text-black{
  color:#000000;
}
.table > thead > tr, .table > tbody > tr{
    color: #000000;
    font-weight: 400;
}
.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
    vertical-align: middle;
    font-weight: 400;
    padding: 4px;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 1px;
}
.table-top > thead > tr > th, 
.table-top > tbody > tr > th, 
.table-top > tfoot > tr > th, 
.table-top > thead > tr > td, 
.table-top > tbody > tr > td, 
.table-top > tfoot > tr > td {
    vertical-align: top;
}
.table-no-border > thead > tr > th, .table-no-border > tbody > tr > th, .table-no-border > tfoot > tr > th, .table-no-border > thead > tr > td, .table-no-border > tbody > tr > td, .table-no-border > tfoot > tr > td {
    border-top: none;
    line-height: 1.42857;
    padding: 3px;
    vertical-align: middle;
}
.table .responsive{
  display: none;
  visibility: hidden;
}
.fullscreen .table .responsive{
  display: table-cell;
  visibility: visible;
}
.form-group > label[class*="col-"] {
  margin-top: 6px;
}
.form-control {
    height: 30px;
    background-color: #fbfbfb !important;
    border: 1px solid #d5d5d5 !important;
    color: #858585 !important;
}
.form-control:focus {
    background-color: #fbfbfb !important;
    border: 1px solid #f59942 !important;
    color: #858585 !important;
}
.form-horizontal .control-label {
    text-align: left;
    padding-top: 0;
}
.form-group {
    margin-bottom: 5px;
}
.modal-dialog {
    width: 430px;
}
.bootbox.modal-diaglog-550 .modal-dialog{
    width: 550px;
}
.bootbox.modal-diaglog-650 .modal-dialog{
    width: 650px;
}
.bootbox.modal-diaglog-800 .modal-dialog{
    width: 800px;
}
.bootbox.modal-diaglog-1000 .modal-dialog{
    width: 1000px;
}
.bootbox.modal-diaglog-1200 .modal-dialog{
    width: 1200px;
}
.form-group.has-error .control-label, .form-group.has-error .help-block, .form-group.has-error .help-inline {
    color: #a94442 !important;
}
.help-block {
    margin-bottom: 0;
    margin-top: 0;
} 
.font-10{
  font-size: 10px;
}
.font-12{
  font-size: 12px;
}
.font-13{
  font-size: 13px;
}
.font-18{
  font-size: 18px;
}
.modal-header {
    background-color: #f5f5f5;
    border-bottom: 3px solid #ed4e2a;
    min-height: 16.43px;
    padding: 10px 15px 10px 20px;
}
.modal-header .close {
    font-size: 26px;
}
.twitter-typeahead{
    width: 100%;
}
input.typeahead, input.tt-query, input.tt-hint {
    min-width: auto !important;
}
.tt-dropdown-menu{
    min-width:auto;
    padding:0;
}
.tt-suggestion{
    font-size:12px;
    line-height:15px
}

.ui-autocomplete{
    z-index: 1040;
}
.form-group input.ui-autocomplete-loading {
    background: #fff url("images/ui-anim_basic_16x16.gif") no-repeat scroll right center !important;
}

.datepicker.dropdown-menu {
    z-index: 10000;
}

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 3px 4px;
  margin-bottom: 10px;
  color: #555;
  vertical-align: middle;
  border-radius: 0;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
  height: 70px;
  overflow: auto;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto !important;
  max-width: inherit;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.attachmentbody{
    width: 114px;
    height: 80px;
    float: left;
}
.attachmentbody .progress{
    height: 12px;
    margin-top: 45px;
}
.attachmentbody ul {
    border-radius: 5px;
    list-style: outside none none;
    position: relative;
    float: left;
    padding: 0;
}
.attachmentbody ul li.remove{
    top: 0;
    right: 5px;
    position: absolute;
}
.attachmentbody img {
    border-radius: 5px;
    height: 80px;
    width: 80px;
}
.attachmentbody i.fa {
    height:100px; 
    width:100px; 
    background:#ffffff; 
    border-radius:5px; 
    padding-top:28px;
}
.attachmentbody ul.success {
    border: 1px solid #339933;   
    margin: 0;
}
.attachmentbody ul.img_error {
    background: #f0c6c3 none repeat scroll 0 0;
    border: 1px solid #cc6622;
}
.alert {
    border-radius: 0;
    font-size: 12px;
}
.select2-container{
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: table;
  table-layout: fixed;
}
.select2-container-multi.tag-input-style .select2-choices .select2-search-choice {
    padding: 2px 22px 3px 4px;
    font-size: 11px;
}
.select2-container .select2-choice {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d5d5d5;
    height: 30px;
}
.select2-container-active .select2-choice, 
.select2-container-active .select2-choices, 
.select2-dropdown-open.select2-drop-above .select2-choice, 
.select2-dropdown-open.select2-drop-above .select2-choices, 
.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #f59942;
}
.select2-drop {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #4492c9;
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 1px 2px;
    min-width: 200px;
}
.bg-white{
  background: none !important;
}
.border-0{
  border: none !important;
}
.border-top{
  border-top: 1px solid #000;
  padding: 0 10px; 
}
.border-box{
  border: 1px solid #000;
  border-radius: 15px;
  padding: 0 5px;
}
.btn.btn-app {
    font-size: 12px;
    min-height: 85px;
    line-height: 1;
}
.btn-white.btn-default {
    border-color: #d5d5d5;
    color: #858585 !important;
}
.btn-sm, .btn-group-sm > .btn {
    padding: 5px 9px;
}
.btn-white.btn-default:hover, 
.btn-white.btn-default:focus, 
.btn-white.btn-default.active, 
.btn-white.btn-default:active, 
.open > .btn-white.btn-default.dropdown-toggle, 
.open > .btn-white.btn-default.active.dropdown-toggle {
    background-color: #fff !important;
    border-color: #f59942;
    color: #6b8595 !important;
}
.nav-list > li > a{
  padding-right: 7px;
}
.nav-list > li > a > .menu-icon{
  font-size: 15px;
  min-width: 15px;
  margin-right: 2px;
}
.input-group-addon{
  font-size: 12px;
}

.tree .tree-item, .tree .tree-branch {
    border: 0;
}
.tree .tree-item > .tree-item-name > .action-icon, .tree .tree-branch > .tree-branch-header > .tree-branch-name > .action-icon {
    color: #F9E8CE;
    width: 13px;
    height: 13px;
    line-height: 13px;
    font-size: 11px;
    text-align: center;
    border-radius: 3px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #FAFAFA;
    border: 1px solid #CCC;
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    visibility: hidden;
}
.tree .tree-item > .tree-item-name > .action-icon {
    margin-left: 3px;
}
.tree .tree-item > .tree-item-name:hover > .action-icon, .tree .tree-branch > .tree-branch-header > .tree-branch-name:hover > .action-icon {
    visibility: visible;
}

.payment-stamp {
  font-size: 30px;
}
.acc-head{
  font-weight: bold;
  text-decoration: underline;
}
.bold{
  font-weight: bold !important;
}
.double-border{
  border-top: 5px double #000;
}
.page-break{
  /* border-bottom: 1px solid #000;
  margin: 10px 0; */
  page-break-after: always;
}


.inner-table {
    border: none;
    margin-bottom: 0;
    table-layout: fixed;
    height: 100%
}
.table .inner-table tr:first-child td,
.table .inner-table tr:first-child th {
    border-top: 0;
}
.table .inner-table tr td:first-child,
.table .inner-table tr th:first-child {
    border-left: 0;
}
.table .inner-table tr td:last-child,
.table .inner-table tr th:last-child {
    border-right: 0;
}
.table .inner-table tr:last-child td,
.table .inner-table tr:last-child th {
    border-bottom: 0;
}

@media print {
    @page { 
      size: auto;
      margin: 5mm 10mm 5mm 10mm;
    } 

    body{
        font-size: 10px !important;
    }
    h3{
        font-size: 14px !important;
        margin: 0px !important;
    }
    p{
        font-size: 10px !important;
    }

    table{
        font-size: 10px !important;
        line-height: 14px !important;
    }
    
    .table-bordered {
        border: 1px solid #000 !important;
    }

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #000 !important;
        font-weight: normal !important;
    }

    .table-no-border > thead > tr > th, .table-no-border > tbody > tr > th, .table-no-border > tfoot > tr > th, .table-no-border > thead > tr > td, .table-no-border > tbody > tr > td, .table-no-border > tfoot > tr > td {
        border: none !important;
        padding: 0 !important;
    }

    .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
        padding: 1px 2px !important;
        font-weight: normal !important;
    }

    .inner-table {
        border: none !important;
    }
    .table .inner-table tr:first-child td,
    .table .inner-table tr:first-child th {
        border-top: 0 !important;
    }
    .table .inner-table tr td:first-child,
    .table .inner-table tr th:first-child {
        border-left: 0 !important;
    }
    .table .inner-table tr td:last-child,
    .table .inner-table tr th:last-child {
        border-right: 0 !important;
    }
    .table .inner-table tr:last-child td,
    .table .inner-table tr:last-child th {
        border-bottom: 0 !important;
    }

    .dont-print{
      display: none;
    }
}