body {
    padding-top: 70px;
}

/* Pages */
.page-header {
    margin-top: -10px;
}

/* Badges */
.badge-important {
    background-color: #b94a48;
}

/* Buttons */
.btn-save {
    margin-top: 10px;
}

/* Labels */
a.label-edit {
    color: #ffffff;
}

a.label-edit:focus, a.label-edit:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Form group */
.details {
    padding-top: 7px;
}

/* Search */
p.search {
    text-align: center;
}

.loading-holder {
    z-index:1999;
    display:block;
    position:relative;
    left:50%;
    left:-webkit-calc(50% - 50px);
    left:-moz-calc(50% - 50px);
    left:calc(50% - 50px);
    top:-20px;
    width:100px;
    height:50px;
    margin-bottom:-50px;
}

#loading {
    z-index:2000;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width:100px;
    height:50px;
    padding-top:9px;
    background-color:#f8f8f8;
    text-align:center;
    border-style:solid;
    border-width:1px;
    border-color:#e7e7e7;
    border-top:0;
}

.dt-search {
    text-align:right;
}

.dataTables_scrollHead table {
    margin-bottom:0px !important;
}

.typeahead.dropdown-menu {
    min-width:100% !important;
    width:auto !important;
}

.badge-success {
    background-color: #5cb85c;
}

.badge-danger {
    background-color: #d9534f;
}

.badge-info {
    background-color: #5bc0de;
}

.badge-warning {
    background-color: #f0ad4e;
}

.tab-pane {
    padding-top:20px;
}

 .colorpicker-2x .colorpicker-saturation {
     width: 200px;
     height: 200px;
 }
.colorpicker-2x .colorpicker-hue,
.colorpicker-2x .colorpicker-alpha {
    width: 30px;
    height: 200px;
}
.colorpicker-2x .colorpicker-color,
.colorpicker-2x .colorpicker-color div{
    height: 30px;
}