/* CSS Document */

/*colours
box-header:#eaeaea;=grey
menu-green:#009900;
light blue:#428bca; menu
dark blue:#113f6c;
*/

/*
  //Define the set of colors to use globally around the website
  //From app.js line 105->line 123
  colors: {
    lightBlue: "#3c8dbc",
    red: "#f56954",
    green: "#00a65a",
    aqua: "#00c0ef",
    yellow: "#f39c12",
    blue: "#0073b7",
    navy: "#001F3F",
    teal: "#39CCCC",
    olive: "#3D9970",
    lime: "#01FF70",
    orange: "#FF851B",
    fuchsia: "#F012BE",
    purple: "#8E24AA",
    maroon: "#D81B60",
    black: "#222222",
    gray: "#d2d6de"
  },
  */
.red {
    color: #f00;
}
.bg-red {
    background-color: #f00;
}
.green {
    color: #00a65a;
}
.bg-green {
    background-color: #00a65a;
}
.blue {
    color: #00c;
}
.light_blue {
    color: #428bca;
}
.header_blue {
    color: #438eb9;
}
.dark_blue {
    color: #113f6c !important;
}
.purple {
    color: #90f;
}
.bg-purple {
    background-color: #90f;
}
.magenta {
    color: #f0f;
}
.grey {
    color: #eaeaea;
}
.light_grey {
    color: #999;
}
.light_grey_bg {
    background-color: #eaeaea;
}
.dark_grey {
    color: #333;
}
.white {
    color: #fff !important;
}
.white_bg {
    background-color: #fff !important;
}
.black {
    color: #000;
}
.light_blue_bg {
    background-color: #428bca !important;
}
.heading {
    font-weight: bold;
    color: #90f;
    text-decoration: underline;
}
.test-div {
    border: thin #00f solid;
    min-height: 350px;
    /*margin:1px;*/
}

/*General styles*/
/*Form styles*/
.error {
    color: #f00;
}

.profile_info {
    background-color: #eaeaea !important;
    height: 70px;
}

.profile_info a {
    display: block;
    text-align: left;
}
.info_field {
    height: 30px;
    margin-top: 5px;
    /*padding-top:3px;*/
    border-radius: 3px;
}
.reg_label {
    top: 20px;
}

.blue-btn {
    background-color: #113f6c;
    color: #fff;
}
.green-btn {
    background-color: #00a65a;
    color: #fff;
}
.clear-fix {
    height: 2em !important;
    position: relative;
    border-bottom: thick #00f;
}
/*Left Menu font size*/
.sidebar-menu span {
    font-size: 16px !important;
}

.label-text {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 100%;
    padding-top: 0.1em;
    padding-right: 0.25em;
    width: 6em;
    text-align: right !important;
    float: left;
}
/*for menu control checkboxes-padding*/
.check_box {
    margin-bottom: 2px !important;
}
/*delete image(X)*/
#delete-original {
    display: inline-block;
    position: absolute;
    /*float:right;*/
    right: 4px;
    width: 16px;
    height: 16px;
    background-image: url(../../images/icons/delete-16x16.png);
}
#delete:before {
    content: "\f057"; /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: "Font Awesome 5 Free"; /* FontAwesome; */
    right: 2px;
    position: absolute;
    /* font-size: 1.5em; */
    color: #f00;
}
.select-all-original {
    display: inline-block;
    position: absolute;
    /*float:right;*/
    right: 24px;
    width: 16px;
    height: 16px;
    background: url("../../images/icons/checkboxes.fw.png") 0, 0;
}
.select-all:before {
    content: "\f058"; /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: "Font Awesome 5 Free"; /* FontAwesome; */
    right: 25px;
    position: absolute;
    color: #fff;
    /* font-size: 1.5em; */
}
.select-all-checked:before {
    content: "\f058"; /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: "Font Awesome 5 Free"; /* FontAwesome; */
    right: 25px;
    position: absolute;
    /* font-size: 1.5em; */
    color: #00a65a;
}
#select-all-span {
    position: absolute;
    right: 55px;
    color: #fff;
    /* font-weight: bold; */
}
.menu-wrapper {
    position: relative;
}

/*loans module custome styles*/
/*loan application styles*/
.btn-header {
    padding: 0 !important;
}
.spacer {
    height: 20px;
}

/*sprite styles for Account Activation*/
.account-activation {
    background-image: url(../img/account-activation.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.activate {
    color: #00a65a;
}

.activate:hover {
    color: #00f;
}

.deactivate {
    color: #f00;
}

.deactivate:hover {
    color: #000;
}
.horizontal-spacer {
    display: inline-block;
    width: 30px;
}

/*Custom CSS Fro DataTables*/
.DTButtons {
    display: block !important;
    left: 10px;
}

/*for dashboard items*/
.centre-text {
    text-align: center;
    text-decoration: none;
    padding-top: 20px;
    color: #333 !important;
    font-weight: 600;
}

/*for title of tables/divs*/
.header-title {
    font: 4dp;
    font-weight: 700;
}

/*loadin gif*/
.loading {
    height: 100px;
    width: 100px;
    z-index: 1000;
    left: 40%;
    top: 100px;
    margin: -25px 0 0 -25px;
    display: block;
}
/*for graphical reports datepickers*/
.yearly {
    display: none;
}
/*for form labels*/
.float-right {
    text-align: right !important;
}
/*for Document upload*/
.instructions {
    border-color: #333;
    border-style: solid;
    font-style: italic;
}
/*datepicker on modal*/
.datepicker {
    z-index: 1151 !important;
}

/*add margin bottom to custom SMS page dynamic parameters buttons*/
.margin-btn {
    margin-bottom: 5px;
}
/*Account Balance*/
.account_balance {
    margin-top: 10px;
    color: #000;
}

.btn_acc_bal {
    background-color: #fff;
}
/*for Bumasutra Group Financial Report;hide daily when page loads.Not using monthly so aas not to conflict Graphical report*/
.daily {
    display: none;
}
.top-margin-spacer {
    margin-top: 5px;
}
/*big font size for updating toast numbers*/
.big-font {
    font-size: 30px;
}
.medium-font {
    font-size: 18px;
}
/*expandable and collapsible div in csv custom sms*/
.expanded {
    display: none;
}
/*horizontal line to separate related submenu*/
.treeview-menu .divider {
    border-top: 1px solid rgba(127, 127, 127, 0.1);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 4px 0 4px -5px !important;
    display: block;
}
/*select2 field to occupy 100% width of parent div*/
.select2 {
    width: 100% !important;
}

/*loader to spin before Ajax response. Can be used in toast*/
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    border-bottom: 16px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 0.8s linear infinite; /* Safari */
    animation: spin 0.8s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
