﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.hr{
    margin-top: 0;
    margin-bottom: 10px;
        border-color: #bd85ff;
}


.main-login{
 	background-color: #fff;
     shadows and rounded borders 
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);

}

.main-login .btn-primary{
    background-color: #2d225c;
    border-color: #22174e;
}


.main-center{
 	margin-top: 30px;
 	margin: 0 auto;
 	max-width: 330px;
    padding: 40px 40px;

}

.login-button{
	margin-top: 5px;
}

.login-register{
	font-size: 11px;
	text-align: center;
}

.main-login .input-group-addon {
    width: auto;
}
@media (min-width: 768px){
.modal-sm {
    width: 300px;
}
}






/************** Document Image Viewer *******************/

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal-document {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  padding-top: 70px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content-document {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)}
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close-document {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  opacity: 1;
}

.close-document:hover,
.close-document:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content-document {
    width: 100%;
  }
}

.body-overflow{
        overflow:hidden;
        }


/************** Document Image Viewer *******************/

.btn-add-member, .btn-choose-can, .btn-mfu, .btn-danger-mfu{
    margin-bottom:5px;
}

.btn-add-member{
    padding: 1px 5px;
    font-size:12px;
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-choose-can{
    padding: 1px 5px;
    font-size:12px;
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-mfu{
    padding: 1px 5px;
    font-size:12px;
    color: #ffffff;
    background-color: #39b3d7;
    border-color: #269abc;
}
.btn-danger-mfu{
    padding: 1px 5px;
    font-size:12px;
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-add-member:hover,.btn-add-member:focus, .btn-choose-can:hover,.btn-choose-can:focus, .btn-mfu:hover,.btn-mfu:focus,.btn-danger-mfu:hover,.btn-danger-mfu:focus{
    color: #ffffff;
}

.table thead th, .table thead td{
    font-size:12px;
}

.table tbody td{
    font-size:11px;
}

.panel .table tbody td {
    font-size:13px;
}

.green-tick{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.green-tick:before{
    color: green;
    right: 4%;
    position: absolute;
    top: 45%;
    content: "\e067";
    font-family: 'Glyphicons Halflings';
    
}
.text-uppercase {
    text-transform: uppercase;
}




.ajaxloader-block{
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #31086105;
    position: fixed;
    z-index: 10000;
}
.ajaxloader{
    margin-top: -96px;
    background:#2d045ee0; #2d045e;
    max-width:100px;
    position: fixed;
    left: 50%;
    top: 50%;
    padding: 17px;
    text-align:center;
    color:white;
    border-radius:5px;
}
.ajaxloader .la-ball-fall{
    opacity: 1;
    visibility: visible;
    margin:0 auto;
    margin-bottom:5px;
}

.table .contPadding{
    padding: 5px;
    text-align:center;
    display: inline-block;
}

.table .contPadding i{
    font-size:17px;
    display:inline-block;
}
.table .contPadding i.glyphicon-time{
    color:#2196f3;
}
.table .contPadding i.glyphicon-file{
    color:#00bcd4;
}
.table .row .order-minus{
    float:left;
    margin-right:10px;
}
.table .row .fl{
    float:left;
}

.table .row .order-heading{
    font-size: 12px;
}

.table .row .order-heading b{
    margin-left:12px;
    margin-bottom:3px;
    display: inline-block;
}

.modal-header .close{
    /*margin-top: -21px;*/
}
@media (min-width: 992px){
    .modal-lg {
        width: 900px;
    }
    
}
.table-confirm thead th, .table-confirm thead td, .table-confirm tbody td{
    font-size:14px;
}




/*********SIP**********/
.div-half{
    display: table;
    width:100%;
}
.div-half span{
    display:table;
    width:100%;
}
.div-half select{
    width:50%;
    float:left;
}
#div_confirmpopup_body .panel .panel-body {
        overflow-x: auto;
    }

@media only screen and (min-width: 700px) {
    .custom-sip-scheme .Frequency {
        width: 15%;
    }

    .custom-sip-scheme .Day {
        width: 9%;
    }

    .custom-sip-scheme .Start-Date {
        width: 23%;
    }

    .custom-sip-scheme .End-Date {
        width: 23%;
    }

    .custom-sip-scheme .Amount {
        width: 11%;
    }
    
}
/* The container */
.check-container {
  display: inline-block;
  position: relative;
  padding-right: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: #dedede;
  border:1px solid #eee;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background-color: #2d045e;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.table tr:not(:first-child).schemeDiv {
    border-top: 1px solid #aaa;
}
.borderless{
    margin-bottom:0px;
}
.borderless tbody > tr > td{
    border:0px;
    padding:4px;
} 
.table tbody > tr > td.td-payout{
    border:0px;
}
.form-control{
    padding: 6px 5px;
}

/**********************/
.popover-content{
    position:relative;
    word-wrap: break-word;
}
.popover-content:hover .copy-block{
    display:block;
}
.copy-block{
    display: none;
    position: absolute;
    background-color: rgba(203, 224, 251, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.copy-block .copy-block-btn{
    top: 45%;
    position: absolute;
    left: 30%;

    display: inline-block;
    padding: 3px 6px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

    color: #465165;
    border-color: #465165;
    background-color: #f1f1f1;
}


.ui-icon-circle-minus-red{
        background-position: -225px -192px;
}

.ui-icon-circle-minus-green{
        background-position: -238px -192px;
}

.disabled-field{
    background-color: #eeeeee;
    pointer-events: none;
}
