﻿.dbform-group {
  margin-bottom: 5px;
}

.dbwell {
    min-height: 20px;
    padding-top: 5px;
    padding-right: 19px;
    /*padding-bottom: 5px;*/
    padding-left: 19px;
    margin-bottom: 5px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.dbnavbar-right {

    /*color:#9d9d9d*/
      color:#c2c1c1;     
      font-weight:bold;
}
.clik-pad-left-3 {
    margin-right:10px;


}

.dbnavbar-rightDisabled {
    /*color:#727272;*/
    color:#676767;
    
}

.dbvoffset { margin-top: 15px; }

.tab-space {padding-left:1em;}

.dbDashboardIcon {
    padding-top: 8px;
}


/*start override the  background-color and color when focus hover*/
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #080808;
  color: #fff;
}

div.container {
        width: 80%;
}

ul#side-menu li.selected a {
  text-decoration: none;
  background-color: #080808;
  color: #fff;
}

* {
    margin: 0;
}
html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -51px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
    height: 51px; /* .push must be the same height as .footer */
}

/*start override the  background-color and color when focus hover*/

/*tl adding css for datatable column styling usiung the default datatables.css break SB-admin.css*/



.clik-dt-right {
    text-align: right;
}

.clik-dt-left {
    text-align: left;
}
.clik-dt-center {
    text-align:center;
}

div#betaDad {
    position:absolute;
    /*width:100%;*/
    left:50%;
}
div.alert-warning.beta {
    /*opacity:0.5;*/
    position: relative; 
    left: -50%; 
    /*position:absolute;
    
    margin:0 auto;*/
    text-align:center;
    /*width:600px;*/
    background-color:transparent;
    border-color: transparent;
    color: #FFF;
    white-space:nowrap;
}


.clik-td-padding-left { /*TL - originally on the job this was a style, when were on mobile, this is quite a bit of real estate so we can media query it to reduce if we want*/
    padding-left:5px !important;
}

@-webkit-keyframes wobble  {
  0%  { -webkit-transform:  rotate(0deg); }
  20%  { -webkit-transform:  rotate(2deg); }
  50%  { -webkit-transform:  rotate(-2deg); }
  100%  { -webkit-transform:  rotate(0deg); }
}
@-moz-keyframes wobble  {
  0%  { transform:  rotate(0deg); }
  20%  { transform:  rotate(2deg); }
  50%  { transform:  rotate(-2deg); }
  100%  {transform:  rotate(0deg); }
}
@keyframes wobble  {
  0%  { transform:  rotate(0deg); }
  20%  { transform:  rotate(2deg); }
  50%  { transform:  rotate(-2deg); }
  100%  {transform:  rotate(0deg); }
}
.wobble { animation: wobble 5s infinite;
          -webkit-animation: wobble 5s infinite;
          -moz-animation: wobble 5s infinite;
}

.flash {

    padding: 1em 0.2em;
    margin-left: -0.2em;

  -moz-animation: flash 0.5s ease-out;
  -moz-animation-iteration-count: 2;

  -webkit-animation: flash 0.5s ease-out;
  -webkit-animation-iteration-count: 2;

  -ms-animation: flash 0.5s ease-out;
  -ms-animation-iteration-count: 2;


}

@-webkit-keyframes flash {
    0% { background-color: none; }
    50% { background-color: #fbf8b2; }
    100% { background-color: none; }
}

@-moz-keyframes flash {
    0% { background-color: none; }
    50% { background-color: #fbf8b2; }
    100% { background-color: none; }
}

@-ms-keyframes flash {
    0% { background-color: none; }
    50% { background-color: #fbf8b2; }
    100% { background-color: none; }
}


.clik-notification-bar {
    display:none;
    position:relative;
    top:0;
    width : 90%;
    margin-left:auto;
    margin-right:auto;
    background-color:#d1fbed;
    border: 1px solid #2c77ba;
    margin-top:10px;
    border-radius : 0 0 4px 4px;
    min-height : 32px;
    text-align:center;
    line-height: 32px;

}


 
/* safari and chrome */
@-webkit-keyframes wiggle {
	0% {-webkit-transform:rotate(1deg);}
	50% {-webkit-transform:rotate(-1deg);}
	100% {-webkit-transform:rotate(1deg);}
}
 
/* firefox */
@-moz-keyframes wiggle {
	0% {-moz-transform:rotate(1deg);}
	50% {-moz-transform:rotate(-1deg);}
	100% {-moz-transform:rotate(1deg);}
}

@keyframes wiggle {
	0% {transform:rotate(1deg);}
	50% {transform:rotate(-1deg);}
	100% {transform:rotate(1deg);}
}
 
.wiggler {
	-webkit-animation: wiggle 0.9s infinite;
	-moz-animation: wiggle 0.9s infinite;
	animation: wiggle 0.9s infinite;
}

    .wiggler-close  {
        background-color : #f00;
        border : 2px solid #fff;
        border-radius:6px;
        padding : 3px 5px 3px 5px;
    }

#widget-container {
    margin-bottom:15px;
   
}
#widget-toolbar {
    padding-right:0px;
    margin: 5px 0 5px 0;
   
}
.edit {
    border : 2px dashed #ccc;
    background-color:#eee;
    padding: 10px;
}






@media(max-width:501px) {
    .clik-dt-left {
        padding: 2px !important;
    }
    .col-lg-12 {
        margin : 0px;
        padding : 2px;
    }
    .panel, panel-default {
        padding: 0 !important; 
        margin:0 !important;
    }
    .container-fluid {
        padding : 15px 0 0 0 !important;
    }
    #page-wrapper {
        padding-right: 1px;
        padding-left: 1px;
    }
    .row {
        margin-left : 0px !important;
        margin-right : 0px !important;
    }
    .panel-body {
          margin : 0 !important;
       padding : 0 !important;
}
    .form-group {
        margin-bottom: 0px !important;
    }
    
    
}
