﻿/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */
.padding-top-0 {
  padding-top: 0 !important;
}
.padding-top-5 {
  padding-top: 5px !important;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.padding-bottom-5 {
  padding-bottom: 5px !important;
}
.padding-left-5 {
  padding-left: 5px !important;
}
.padding-left-10 {
  padding-left: 10px !important;
}
.padding-right-5 {
  padding-right: 5px !important;
}
.padding-right-10 {
  padding-right: 10px !important;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-left-5 {
  margin-left: 5px !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-right-5 {
  margin-right: 5px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-right-15 {
  margin-right: 15px !important;
}
/*.smart-form {
    .input {
        input {
            padding: 4px 10px !important;
        }
    }
}*/
/* SmartForm Bootstrap Validation */
#extr-page h4.paragraph-header {
  width: auto;
}
#extr-page .smart-form .alert {
  margin: 4px;
}
#extr-page .smart-form .alert li {
  margin-left: 14px;
  list-style: none;
}
#extr-page .smart-form .alert li:before {
  content: "\f071";
  font-family: FontAwesome;
  position: absolute;
  left: 14px;
}
#extr-page .smart-form div + fieldset {
  padding-top: 15px;
}
.idhidedefault,.spousehide,.nonindividual,.customeraccountentry,.IsEmployed,.BusinessTypehide,.Contracthide,.countryhide,.sidhidedefault,.penaltyHide,.penaltyRecoveryHide,.hideHolidayTextbox,.hideDefaultHoliday,.bankCodeHide,.hideBeneficiaryNumber,.hideSavingsProduct,.approveHide,.rejectionHide{
    display:none
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;
         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";
    
}
.panel-heading {
    cursor: pointer;
}
.panel-title {
   
    font-weight: bold;
}
#activity{
    display:none;

}
body.desktop-detected:not(.menu-on-top) {
    min-height: 100% !important;
}
.bold{
    font-weight:bold;
}

.content-heading {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
}
input[type*="search"]{
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
        border-top-color: rgb(204, 204, 204);
        border-right-color: rgb(204, 204, 204);
        border-bottom-color: rgb(204, 204, 204);
        border-left-color: rgb(204, 204, 204);
    border-radius: 0;
    -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,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;
}
#content {
    padding: 0px 0px;
    margin-top:20px;
}
#ribbon {
   
    padding: 0 0px;
    
}
.body-content{
    margin:16px;
}
.easy-pie-title {
    width: 180px;  
}

/* New styles*/
*{
    outline: none !important;
}

/*body {
    font-family: 'PT Sans Caption', sans-serif;
    color: #4c5667;
}*/

.card-box{
    padding: 8px;
    border: 1px solid rgba(54, 64, 74, 0.08);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 8px;
    background-color: #fff;
}

.widget-bg-color-icon .bg-icon-success {
  background-color: rgb(142, 198, 63);
  border: 6px solid rgba(142, 198, 63, 0.3);
}

.widget-bg-color-icon .bg-icon {
  height: 70px;
  width: 70px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
}

.pull-left {
    float: left;
}

.widget-bg-color-icon .bg-icon i {
    font-size: 32px;
    color: #ffffff !important;
    line-height: 68px;
}

[class^="ti-"], [class*=" ti-"] {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.widget-bg-color-icon .bg-icon {
    text-align: center;
}

.text-dark {
    color: ##3276b1 !important;
}

.text-muted {
    color: #80898e;
}
.text-info {
    color: #67d1f8;
}

.text-danger {
    color: #b94a48;
}

.widget-bg-color-icon .bg-icon-primary {
    background-color: rgb(13, 187, 204);
    border: 6px solid rgba(13, 187, 204, 0.3);
}

.widget-bg-color-icon .bg-icon-danger {
    background-color: rgba(239, 83, 80, 0.75);
    border: 6px solid rgba(239, 83, 80, 0.3);
}
.widget-bg-color-icon .bg-icon i {
    font-size: 32px;
    color: #ffffff !important;
    line-height: 55px;
}

.widget-bg-color-icon .bg-icon-purple {
    background-color: rgba(114, 102, 186, 0.75);
    border: 6px solid rgba(114, 102, 186, 0.3);
}
.widget-bg-color-icon .bg-icon-black {
    background-color: rgb(128, 128, 128);
    border: 6px solid rgba(128, 128, 128,0.3);
}

.widget-bg-color-icon .bg-icon-dark {
    background-color: rgb(0, 0, 0);
    border: 6px solid rgba(0, 0, 0,0.3);
}

.widget-bg-color-icon .bg-icon-dangerous {
    background-color: rgba(239, 83, 80, 0.75);
    border: 6px solid rgba(239, 83, 80, 0.3);
}

.widget-bg-color-icon .bg-icon-persons {
    background-color: rgba(232, 131, 58, 0.75);
    border: 6px solid rgba(232, 131, 58, 0.3);
}

.widget-bg-color-icon .bg-icon-loancount {
    background-color: rgba(88, 139, 165, 0.75);
    border: 6px solid rgba(88, 139, 165, 0.3);
}
.login-info a:hover {
    color: #555;
}

#smart-styles{
    display:none;
}

#demo-setting > h6{
    display:none;

}

h6.margin-top-10{
    display:none;
} 

.block-header{
    padding:16px;
}
/*div.ui-datepicker
{
    font-size:1em;
}*/
.center {
    margin: auto;
    width: 50%;
    border: 3px solid red;
    padding: 10px;
}
.lookupPointer {
    cursor: pointer
}

.addButton {
    color: white;
    background: #1ab394;
}