/*body {
    line-height: 1.7;
    color: #8c92a0;
    font-weight: 300;
    font-size: 16px;
    overflow-x: hidden;
    font-family: calibri !important;
}*/
#custom_date [type="date"] {
  background:#fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)  97% 50% no-repeat ;
}
.ledgerbr .rtecenter {
    font-size: 18px;
}
.order_history_table .table-bordered thead th {
    background: #4a249c !important;
    color: #ffffff;
    padding: 5px 20px;
    font-size: 15px;
}
#custom_date [type="date"]::-webkit-inner-spin-button {
  display: none;
}
#custom_date [type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.modal {
    z-index: 9999;
}
    #custom_date input {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    background-color: #fff;
    padding: 3px 15px;
    box-shadow: inset 0 3px 6px rgba(0,0,0,0.1);
    margin-left: 15px;
    margin-bottom: 4px;
}

 #custom_date input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
  }
  #custom_date [type="date"]:focus:before,
  #custom_date input[type="date"]:valid:before {
    content: "";
  }

#custom_date p {
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 0px;
}


.container h2{color: #4a249c;font-weight: bold;font-size: 24px;}
.rtecenter {
    text-align: center;
    font-size: 24px;
}

.myledger table, .myledger tr, .myledger td, .myledger th{padding: 5px;/*width: 100%;*/text-align: center;}
/*.myledger th{text-align: center;}
*/.table-bordered > thead > tr > th {
    border-top: 1px solid #ddd !important;
}
.myledger td a{
    color: #8c92a0;
    text-decoration: underline;
    font-weight: bold;
}
.ledger .container{height: 500px;}
#final_date1{margin-left: 45px;}
#ledger_btn{text-align: center;
text-transform: uppercase;}

#ledger_btn .btn-group-lg > .btn,#ledger_btn .btn-lg {
  
  }
    #ledger_btn .btn-primary {
        color: #fff;
        background-color: #6f51b0 !important;
        border-color: #4a249c;
        border-width: 1px;
        margin-top: 10px;
        padding: 3px 10px;
        line-height: 25px;
    }
#ledger_btn .btn-primary:hover {
    color: #fff;
    background-color: #4a249c;
}
#ledger_btn .btn-primary:focus {
  box-shadow: none;
}

  .modal {
  text-align: center;
}
.modal.show .modal-dialog{width: 100%;margin-top: 288px;}

/*@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}*/

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}




.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #A28ECC;
/*  border-radius: 3px 0 0 3px;
*/}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #4a249c;
}

/*[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #F87DA9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}*/
#hold_incentives input[type="text"]{
    width: 45%;
margin-left: 30px;
}

.p-t-20{padding-top: 20px;}

/* The container */
.container-rd {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-rd input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
 position: absolute;
top: 20px;
left: 10px;
height: 15px;
width: 15px;
background-color: #eee;
border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-rd:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-rd input:checked ~ .checkmark {
  background-color: #4A249C;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.container-rd:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-rd input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-rd .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}


.btn-ledger-hold {
    color: #fff;
    background-color: #4a249c;
    border-color: #4a249c;
    box-shadow: none;
    width: 25%;
    margin-right: 35%;
}
    .btn-ledger-hold:hover, .btn-ledger-hold:active, .btn-ledger-hold:focus {
        color: #4a249c;
        background-color: #fff;
        border-color: #4a249c;
    }
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #4a249c;
    font-weight: bold;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    /* text-align: center; */
}




.btn-ledger-money {
    color: #fff;
    background-color: #4a249c;
    border-color: #4a249c;
    box-shadow: none;
    padding: 10px;
    width: 25%;
    /*margin-right: 35%;
*/
}
    .btn-ledger-money:hover, .btn-ledger-money:active, .btn-ledger-money:focus {
        color: #4a249c;
        background-color: #fff;
        border-color: #4a249c;
    }
.holdinc.add-button {
    float: left;
}
.hold-button {
    float: right;
}
.btn-ledger-money1 {
    color: #fff;
    background-color: #4a249c;
    border-color: #4a249c;
    box-shadow: none;
    width: auto;
    /*margin-right: 35%;
*/
}
    .btn-ledger-money1:hover, .btn-ledger-money1:active, .btn-ledger-money1:focus {
        color: #4a249c;
        background-color: #fff;
        border-color: #4a249c;
    }

.bankinfo{text-align: center;}


b, strong {
    font-weight: bold;
}


.ledger_breakup .button {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 4px 30px;
    display: inline-block;
    margin: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.ledger_breakup .button:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
/* Button 1 */
.ledger_breakup .button-1 {
    border: 1px solid #4a249c;
    color: #4a249c;
    width: 55%;
    text-align: center;
    border-radius: 3px;
    font-size: 17px;
}
/* Button 1a */
.ledger_breakup .button-1a:hover,
.ledger_breakup .button-1a:active, .ledger_breakup .active {
    color: #fff !important;
    background: #4a249c;
}

.ledger_br_search {width: 100%;}


#myledge {
  background-image: url("../images/searchicon.png");
  background-position: 10px 15px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
  border-radius: 5px;
  margin-left: 15px;
}
#myledge [type="text"]:focus, #myledge [type="text"] :active {
  box-shadow: none;outline: none;
}

.ledgerbr{height: auto;}

@media only screen and (max-width:1024px) {
#custom_date input{width: auto;}
#custom_date p{display: none;}
#final_date1 {
    margin-left: 0;
}
.ledger .container {
    height: 500px;
}
.copyright {
    height: 70px;}

    .modal.show .modal-dialog {
    width: 95%;
}
.btn-ledger-money, .btn-ledger-money1{width: auto;}
/*.block_copyrights .privc{margin-top: -30px;}
*/}


@media only screen and (max-width:991px) {
#custom_date input{width: auto;}
#custom_date p{display: none;}
#final_date1 {
    margin-left: 0;
}
.ledger .container {
    height: 500px;
}
.copyright {
    height: 70px;}

    .modal.show .modal-dialog {
    width: 95%;
}
.btn-ledger-money, .btn-ledger-money1{width: auto;}
/*.block_copyrights .privc{margin-top: -30px;}
*/}


@media only screen and (max-width:767px) {
#custom_date input{width: auto;}
#custom_date p{display: none;}
#final_date1 {
    margin-left: 0;
}
    
.ledger .container {
    height: 600px;
}
.copyright {
    height: 70px;}

    .modal.show .modal-dialog {
    width: 95%;
}
.btn-ledger-money, .btn-ledger-money1{width: auto;}
/*.block_copyrights .privc{margin-top: -30px;}
*/}


@media only screen and (max-width:480px) {
    #custom_date input {
        width: auto;
        margin-top: 10px;
    }
   .holdinc.add-button {
        float: none;
    }

   .holdinc.hold-button {
        float: none;
    }
    .modal-content 
        {
            width:auto;
        }
        button .btn.btn-primary.btn-lg.holdinc {
        margin-top: 10px;
        font-size: 12px;
        height:auto;
    }
        #custom_date p{display: none;}
#final_date1 {
    margin-left: 0;
}
.ledger .container {
    height: 700px;
}
.copyright {
    height: 70px;}

    .modal.show .modal-dialog {
    width: 95%;
}
.btn-ledger-money, .btn-ledger-money1{width: auto;}
.block_copyrights .privc{margin-top: -30px;}
}


@media only screen and (max-width:320px) {
#custom_date input{width: 285px;}
#custom_date p{display: none;}
#final_date1 {margin-left: 0;}
.ledger .container {height: 700px;}
.copyright {height: 70px;}
.modal.show .modal-dialog {width: 95%;}
.btn-ledger-money, .btn-ledger-money1{width: auto;}
.block_copyrights .privc{margin-top: -40px;}
}

.site-navbar{box-shadow: none;
border-bottom: 1px solid;}

.copyright {
    height: auto;}