﻿








body.dragOver #file-drop{display:block;} /* During drag */
body #file-drop{z-index:1000;position:fixed;top:0;left:0;width:100%;height:100%;display:none;} 



/*move edit to some permanent section*/
.edit
{
 
  FONT-FAMILY: Courier New;
  /*font-size: 12px;*/
  background-color: #ffffff;
  min-height: 20px;
  vertical-align: top;
  padding-right: 2px;
  padding-left: 2px;
  padding-bottom: 2px;
  padding-top: 2px;
  
  border-top: 2px solid #999999;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #999999;
    color:#333;
  }

.editorFieldLabel 
{ 
    color:#333; 
    background-color:#f4f4f4; 
}

.rededit
{
 
  background-color: lightpink;

  }


.searched {
    background-color:#DCE7F7;
}


@media (min-width: 0px) and (max-width: 816px) {
    .hideOnSmallScreen {
        visibility: hidden;
        height:0px;
        width:0px;   
    }
     .bigScreen {
        visibility: hidden;
        height:0px;
        width:0px;   
    }

     .hideOnBigScreen {
       visibility: visible;
    }
     .smallScreen {
       visibility: visible;
    }
}

@media screen and (min-width:816px) {
    .hideOnSmallScreen {
       visibility: visible;
    }

     .bigScreen {
       visibility: visible;
    }


     .hideOnBigScreen 
     {
        visibility: hidden;
        height:0px; 
        width:0px;  
     }

      .smallScreen 
     {
        visibility: hidden;
        height:0px; 
        width:0px;  

     }
}






/*.table-bordered > tbody > tr.selected {
     color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}


.table-admin >tbody> tr:hover> td {
        
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;

}*/

.table-admin {
  
   font-size:12px; 
 
}


.myUnderline {
text-decoration:underline;
}

/*Bootstrap bugg jk*/
.modal-backdrop { 
  bottom: 0;
  position: fixed;
}


/*jk*/
/*#myfooter{
   
	 background: #ccc;
    bottom: 0;
    height: 100px;
    left: 0;
    position:relative;
    right: 0;
}*/

/*footer start*/
* {
margin: 0;
}
html, body {
height: 100%;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -4em;
}
.footer, .push {
height: 4em;
}

/*footer end*/

/********************************************************************************Upload button*********************************************************************************/
.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}

/********************************************************************************nsPopover*********************************************************************************/
/* line 9, ../sass/ns-popover.scss */
.ns-popover-list-theme {
  box-sizing: border-box;
  border: solid 1px #d2d2d2;
  border-radius: 3px;
  z-index: 100;
  background-color: #fff;
  -webkit-box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.2); }
  /* line 19, ../sass/ns-popover.scss */
  .ns-popover-list-theme ul, .ns-popover-list-theme .list {
    padding: 0;
    margin: 0.625rem 0;
    display: block; }
  /* line 25, ../sass/ns-popover.scss */
  .ns-popover-list-theme li, .ns-popover-list-theme .list-item {
    list-style-type: none; }
    /* line 28, ../sass/ns-popover.scss */
    .ns-popover-list-theme li a, .ns-popover-list-theme .list-item a {
      padding: 0.1875rem 0.625rem;
      display: block; }
      /* line 32, ../sass/ns-popover.scss */
      .ns-popover-list-theme li a:hover, .ns-popover-list-theme .list-item a:hover {
        background-color: #f5f5f5; }

/* line 124, ../sass/ns-popover.scss */
.ns-popover-tooltip-theme {
  box-sizing: border-box;
  z-index: 100;
  background-color: transparent; }
  /* line 129, ../sass/ns-popover.scss */
  .ns-popover-tooltip-theme .ns-popover-tooltip {
    box-sizing: border-box;
    border: solid 1px #d2d2d2;
    border-radius: 3px;
    background-color: #fff;
    padding: 0.5625rem 0.875rem;
    min-width:600px; /*jk*/
    /*jkmax-width: 20rem;*/
    /*jkfont-size: 0.875rem;*/
    -webkit-box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
    margin: 10px; }
    /* line 142, ../sass/ns-popover.scss */
    .ns-popover-tooltip-theme .ns-popover-tooltip ul {
      padding: 0;
      margin: 0.625rem 0;
      display: block; }
    /* line 148, ../sass/ns-popover.scss */
    .ns-popover-tooltip-theme .ns-popover-tooltip li {
      list-style-type: none; }
      /* line 151, ../sass/ns-popover.scss */
      .ns-popover-tooltip-theme .ns-popover-tooltip li a {
        padding: 0.1875rem 0.625rem;
        display: block; }
        /* line 155, ../sass/ns-popover.scss */
        .ns-popover-tooltip-theme .ns-popover-tooltip li a:hover {
          background-color: #f5f5f5; }
  /* line 163, ../sass/ns-popover.scss */
  .ns-popover-tooltip-theme.ns-popover-bottom-placement .triangle {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 11px;
    border-color: transparent;
    position: absolute;
    border-bottom-color: #d2d2d2;
    left: 50%;
    top: -11px;
    margin-left: -11px; }
    /* line 57, ../sass/ns-popover.scss */
    .ns-popover-tooltip-theme.ns-popover-bottom-placement .triangle:after {
      content: " ";
      display: block;
      width: 0;
      height: 0;
      border: solid 10px;
      border-color: transparent;
      position: absolute; }
    /* line 87, ../sass/ns-popover.scss */
    .ns-popover-tooltip-theme.ns-popover-bottom-placement .triangle:after {
      border-bottom-color: #fff;
      border-top-width: 0;
      top: 1px;
      margin-left: -10px; }
  /* line 169, ../sass/ns-popover.scss */
  .ns-popover-tooltip-theme.ns-popover-top-placement .triangle {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 11px;
    border-color: transparent;
    position: absolute;
    border-top-color: #d2d2d2;
    left: 50%;
    bottom: -11px;
    margin-left: -11px; }
    /* line 57, ../sass/ns-popover.scss */
    .ns-popover-tooltip-theme.ns-popover-top-placement .triangle:after {
      content: " ";
      display: block;
      width: 0;
      height: 0;
      border: solid 10px;
      border-color: transparent;
      position: absolute; }
    /* line 73, ../sass/ns-popover.scss */
    .ns-popover-tooltip-theme.ns-popover-top-placement .triangle:after {
      border-top-color: #fff;
      border-bottom-width: 0;
      bottom: 1px;
      margin-left: -10px; }
  /* line 175, ../sass/ns-popover.scss */
  .ns-popover-tooltip-theme.ns-popover-right-placement .triangle {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 11px;
    border-color: transparent;
    position: absolute;
    border-right-color: #d2d2d2;
    top: 50%;
    /*jkleft: -11px;*/
      left: 1px;
    margin-top: -11px; }
    /* line 57, ../sass/ns-popover.scss */
    .ns-popover-tooltip-theme.ns-popover-right-placement .triangle:after {
      content: " ";
      display: block;
      width: 0;
      height: 0;
      border: solid 10px;
      border-color: transparent;
      position: absolute; }
    /* line 115, ../sass/ns-popover.scss */
    .ns-popover-tooltip-theme.ns-popover-right-placement .triangle:after {
      border-right-color: #fff;
      border-left-width: 0;
      left: 1px;
      bottom: -10px; }
  /* line 181, ../sass/ns-popover.scss */
  .ns-popover-tooltip-theme.ns-popover-left-placement .triangle {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 11px;
    border-color: transparent;
    position: absolute;
    border-left-color: #d2d2d2;
    top: 50%;
    right: -11px;
    margin-top: -11px; }
    /* line 57, ../sass/ns-popover.scss */
    .ns-popover-tooltip-theme.ns-popover-left-placement .triangle:after {
      content: " ";
      display: block;
      width: 0;
      height: 0;
      border: solid 10px;
      border-color: transparent;
      position: absolute; }
    /* line 101, ../sass/ns-popover.scss */
    .ns-popover-tooltip-theme.ns-popover-left-placement .triangle:after {
      border-left-color: #fff;
      border-right-width: 0;
      right: 1px;
      bottom: -10px; }
  /* line 187, ../sass/ns-popover.scss */
  .ns-popover-tooltip-theme.ns-popover-left-align .ns-popover-tooltip {
    margin-left: 0; }
  /* line 193, ../sass/ns-popover.scss */
  .ns-popover-tooltip-theme.ns-popover-right-align .ns-popover-tooltip {
    margin-right: 0; }
  /* line 199, ../sass/ns-popover.scss */
  .ns-popover-tooltip-theme.ns-popover-top-align .ns-popover-tooltip {
    margin-top: 0; }
  /* line 205, ../sass/ns-popover.scss */
  .ns-popover-tooltip-theme.ns-popover-bottom-align .ns-popover-tooltip {
    margin-bottom: 0; }

/*# sourceMappingURL=nsPopover.css.map */

/********************************************************************************color selector*********************************************************************************/
/*
 * A colorselector for Twitter Bootstrap which lets you select a color from a predefined set of colors only.
 * https://github.com/flaute/bootstrap-colorselector
 *
 * Copyright (C) 2014 Flaute
 *
 * Licensed under the MIT license
 */

/* colorselector dropdown */
.dropdown-colorselector>.dropdown-menu {
  top: 80%;
  left: -7px;
  padding: 4px;
  /*jkmin-width: 130px;*/
  /*jkmax-width: 130px;*/
  min-width: 120px;
  max-width: 120px;
}

/*
.dropdown-colorselector>.dropdown-menu.pull-right {
  right: -7px;
  left: auto;
}
*/
.dropdown-colorselector>.dropdown-menu>li {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin: 2px;
}

.dropdown-colorselector>.dropdown-menu>li>.color-btn {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  position: relative;
  -webkit-transition: all ease 0.1s;
  transition: all ease 0.1s;
}

.dropdown-colorselector>.dropdown-menu>li>.color-btn:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity = 80);
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.dropdown-colorselector>.dropdown-menu>li>.color-btn.selected:after {
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  display: inline-block;
  font-size: 11px;
  color: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 20px;
}

.btn-colorselector {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #DDD;
  vertical-align: middle;
  border-radius: 0;
}

.dropdown-menu.dropdown-caret:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  left: 9px;
  position: absolute;
  top: -7px;
}

.dropdown-menu.dropdown-caret:after {
  border-bottom: 6px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  left: 10px;
  position: absolute;
  top: -6px;
}



/*
.dropdown-menu.pull-right.dropdown-caret:before {
  left: auto;
  right: 9px;
}

.dropdown-menu.pull-right.dropdown-caret:after {
  left: auto;
  right: 10px;
}
*/
/********************************************************************************import dropzone*********************************************************************************/

div[filedrop] {
    border: 2px dashed #bbb;
    border-radius: 5px;
    padding: 25px;
    text-align: center;
    font: 20pt bold;
    color: #bbb;
    margin-bottom: 20px;
}

/********************************************************************************unselectable*********************************************************************************/


.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/********************************************************************************select color*********************************************************************************/
.selectcolor {
    /*background: rgb(144, 212, 241);*/
     background: rgb(229, 229, 229);
}


/********************************************************************************refpanel*********************************************************************************/

/*.notactive {
  pointer-events: none;
  cursor: default;
  text-decoration:none;
  color:grey;
}*/

/*ng-cloak*/

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

/********************************************************************************Loan/Periodica*********************************************************************************/



.loanItemSearchBox {
  
    margin-top:5px;
    margin-bottom:5px;

    float:left;

   
    
}

.loanRadioButtons {
  margin-left:20px;
    float:left;
   
   
   
}

.loanItemDropDown {
    margin-top:5px;
    margin-bottom:5px;
    margin-right:5px;
    float:left;
  
   
  
}

.loanPadding
{
    padding:1px;
}


.loanFieldLabel 
{ 
    color:#333; 
    background-color:#f4f4f4;
    font-weight:bold;
    width:150px;
        
} 

.loanField
{ 
    color:#333; 
    background-color:#f4f4f4;
}

.periodicaItemDropDown
{
    margin-top:5px;
    margin-bottom:5px;
    margin-right:5px
}



.loanBorrowerDropDown {
    width:613px;
    float:left;   
}

.loanOpenBorrowerButton {
    margin-left:5px;
    float:left;
}


.loanMarginLeft {
  margin-left:5px;
}



   

.loanPrintButtonLeftHalf { 
  
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    
}
.loanPrintButtonRightHalf {
 height:54px;
 border-top-left-radius: 0 !important;
 border-bottom-left-radius: 0 !important;
}


.fixed_header tbody {
    display: block;
    overflow: auto;
    max-height: 400px;
}

.fixed_header thead tr {
    display: block;
}

.loanSpinner
{
    z-index:10000;
    position:absolute;
    left:100px;
    top:250px;
}


.boldLarge
{
    font-weight:bold;
    font-size:large;
}


/*Email start*/
DIV.title
{
text-align: center;
font-size: 20pt;
font-family: Arial;
}
TABLE.niceTable 
{
border-collapse:collapse;
border: 0px;
margin: 0px;
}
.homeAddress
{
font-size: 7pt;
font-family: Verdana, Geneva, Arial, sans-serif;
}
.receiverAddress
{
font-size: 12pt;
font-family: Verdana, Geneva, Arial, sans-serif;
}
.docHeader
{
margin:5px;
padding: 8px;
border:1px solid #000000;
background-color:#FFFFFF;
color:#000000;
font-size: 9pt;
font-weight:bold;
font-family: sans-serif;
}
.docRow
{
margin:0px;
padding: 5px;
border:1px solid #000000;
background-color:#FFFFFF;
color:#000000;
font-size: 9pt;
font-family: sans-serif;
}      
/*Email end*/


/*Tool tip*/
.button-tooltip + .tooltip > .tooltip-inner {background-color: black; color:white; }

.tool-tip-for-disabled + .tooltip > .tooltip-inner {background-color: black; color:white; }


.tool-tip-for-disabled {
  display: inline-block;
}

.tool-tip-for-disabled [disabled] {
  pointer-events: none;
}

/*Tool tip end*/

/***********************************************************************************Nestable start (this section also exists in admin.css)***************************************************************************/
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 600px;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-list .dd-list {
  padding-left: 30px;
}
.dd-collapsed .dd-list {
  display: none;
}
.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}
.dd-handle {
  display: block;
  cursor: move;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #ccc;
  background: #fafafa;
  background: -webkit-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
  background: -moz-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
  background: linear-gradient(top, #fafafa 0%, #eeeeee 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
   
}
.dd-handle:hover {
  color: #2ea8e5;
  background: #fff;
}
.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: 600;
}
.dd-item > button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
  content: '-';
}
.dd-placeholder,
.dd-empty{
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-empty { 
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-image: -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
/**
 * Nestable Extras
 */
.nestable-lists {
  display: block;
  clear: both;
  padding: 30px 0;
  width: 100%;
  border: 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
#nestable-menu {
  padding: 0;
  margin: 20px 0;
}
#nestable-output,
#nestable2-output {
  width: 100%;
  height: 7em;
  font-size: 0.75em;
  line-height: 1.333333em;
  font-family: Consolas, monospace;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/*#nestable2 .dd-handle {
  color: #fff;
  border: 1px solid #999;
  background: #bbb;
  background: -webkit-linear-gradient(top, #bbbbbb 0%, #999999 100%);
  background: -moz-linear-gradient(top, #bbbbbb 0%, #999999 100%);
  background: linear-gradient(top, #bbbbbb 0%, #999999 100%);
}
#nestable2 .dd-handle:hover {
  background: #bbb;
}*/
#nestable2 .dd-item > button:before {
  color: #fff;
}
@media only screen and (min-width: 700px) {
  .dd {
    float: left;
    /*width: 48%;*/
     width: 90%;
  }
  .dd + .dd {
    margin-left: 2%;
  }
}
.dd-hover > .dd-handle {
  background: #2ea8e5 !important;
}
/**
 * Nestable Draggable Handles
 */
.dd3-content {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px 5px 40px;
  color: #333;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #ccc;
  background: #fafafa;
  background: -webkit-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
  background: -moz-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
  background: linear-gradient(top, #fafafa 0%, #eeeeee 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
 
 
}
.dd3-content:hover {
  color: #2ea8e5;
  background: #fff;
}
.dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}
.dd3-item > button {
  margin-left: 30px;
}
.dd3-handle {
  position: absolute;
  margin: 0;
  cursor: move;
  left: 0;
  top: 0;
  width: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #aaa;
  background: #ddd;
  background: -webkit-linear-gradient(top, #dddddd 0%, #bbbbbb 100%);
  background: -moz-linear-gradient(top, #dddddd 0%, #bbbbbb 100%);
  background: linear-gradient(top, #dddddd 0%, #bbbbbb 100%);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
 
}
#nestable1 .dd3-handle {
   background-color: #5cb85c;/* jk*/
}
#nestable2 .dd3-handle {
   background-color: #b94a48;/* jk*/
}

.dd3-handle:before {
  content: '≡';
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}

#nestable1 .dd3-handle:before {
   background-color: #5cb85c;/* jk*/
}
#nestable2 .dd3-handle:before {
   background-color: #b94a48;/* jk*/
}


.dd3-handle:hover {
  /*background: #ddd;*//*jk*/
  color: #fff;/*jk*/
  background-color: #47a447;/*jk*/
  border-color: #398439;/*jk*/
}

/***********************************************************************************Nestable end***************************************************************************/




