﻿/* Custom Styles */

.hidden { display:none; }

.center-aligned { text-align:center; }
.right-aligned { text-align:right; }
.full-width { width:100%; }
.form-group select { padding:3px; }

.dropdown-menu { z-index:9999 !important; }

label.block { display:block; }

.big-text { font-size:1.2em; line-height:2.2em;}
.big-text input[type="checkbox"]{ font-size:1.8em; }

.navbar-header .navbar-toggle { z-index:99; }
.navbar-header .navbar-brand{ position:absolute; z-index:0; }
#login-drop-down { float:right; }

a.blocked {color:#666 !important;cursor:not-allowed;}

a.disabled { color:#ccc !important;cursor:not-allowed; }
a.disabled *{ color:#ccc !important; }

.red { color:#CA0404; }
.green { color:#38A038; }

h4.notification { font-weight:400; }
#sendmail-loader, #test-connectivity-loader { font-size:2.2em; }

#notification { padding:1em 0; }

.full-width { width:100%; }

.fa-2x-sm { font-size:1.6em; }

.group-date-picker.wide { max-width:100%; }

#modalNotification .modal-header { padding:8px 15px; }
#modalNotification .modal-body { padding-bottom:25px; }

.dataTables_length select,
.dataTables_filter input[type="search"] {height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


table.dataTable thead th, table.dataTable thead td,
table.dataTable tfoot th, table.dataTable tfoot td { padding:10px 10px; }

.large-text{ font-size:1.3em; }

select.readonly option:disabled{ color:#ddd; }

.list-filter-box { background:#eee;padding:1em;margin-bottom:2em; }

span.field-validation-error { color:red; }



/* Mail Templates View */
#mail-templates-table_filter { margin-bottom:20px; }

#rcorners-transactions-details { border:1px solid black; border-radius:20px; padding:10px; }

.disablediv {
    pointer-events: none;
}