table.dataTable {
    width: 100% !important;
}

footer {
    z-index: 99;
}



.dashboard-background {
    background: #222d32;
}

.save-label {
    padding-top: 7px;
}

.nav-tabs > li:hover {
    background: #FFFFFF !important;
    border-top-color: #d2d6de;
}

.container-login {

    display: inline-block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 500px;
    margin: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.flex-parent {
    display: flex;
    flex-direction: row;
}

.table-first-column-20 > tbody > tr:first-child {
    width: 20%;
}

.table-text-middle > tbody > tr > td {
    vertical-align: middle !important;
}

hr.style-six {
    margin: 5px 0 5px 0;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.top-margin-15 {
    margin-top: 15px;
}

.nav-justified > li:hover {
    background: #ecf0f5;
}

.close-callout {
    cursor: pointer;
    float: right;
}

footer {
    background: #FFFFFF;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    /*position: fixed;*/
    position: absolute;
}

.footer-placeholder {
    margin: auto;
    padding: 12px;
}

.border-success {
    border-top: 3px solid #00a65a;
}

.border-danger {
    border-top: 3px solid #a94442;
}

.border-primary {
    border-top: 3px solid #3c8dbc;
}

.border-warning {
    border-top: 3px solid #f39c12;
}

.modal-dialog {
    margin: 150px auto 30px auto;
}

.btn-150 {
    min-width: 150px;
}

.changeDefaultPassword {
    margin-left: 25px;
    height: 34px;
}

.saveNewPassword {
    height: 34px;
}

.col-xs-offset-right-4 {
    margin-right: 33.33333333%;
}

.margin-bt-5px {
    margin: 5px 0 5px 0;
}

.changeDefaultPlaceholder > div {
    margin-top: 5px;
}

.wrapper-horizontal {
    overflow-x: scroll;
}

.logo-container {
    text-align: center;
}

.width-150 {
    width:150px;
}



.rotate-left {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.image-caption {
    position: absolute;
    bottom: 0;
    background: white;
    opacity: 0.5;
    width:100%
}

.no-padding {
    padding: 0!important;
}

.p-relative {
    position: relative;
}


/* FILE UPLOAD */

/* @import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css); */
/* @import url("https://fonts.googleapis.com/css?family=Roboto"); */


.uploader {
    display: block;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}
.uploader label {
    font-weight: 400;
    float: left;
    clear: both;
    width: 100%;
    padding: 2rem 1.5rem;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    border: 3px solid #eee;
    transition: all .2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.uploader label:hover {
    border-color: #3c8dbc;
}
.uploader label.hover {
    border: 3px solid #3c8dbc;
    box-shadow: inset 0 0 0 6px #eee;
}
.uploader label.hover #start i.fa {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.3;
}
.uploader #start {
    float: left;
    clear: both;
    width: 100%;
}
.uploader #start.hidden {
    display: none;
}
.uploader #start i.fa {
    font-size: 50px;
    margin-bottom: 1rem;
    transition: all .2s ease-in-out;
}

.uploader input[type="file"] {
    display: none;
}
.uploader div {
    margin: 0 0 .5rem 0;
    color: #5f6982;
}
.uploader .btn {
    display: inline-block;
    margin: .5rem .5rem 1rem .5rem;
    clear: both;
    font-family: inherit;
    font-size: 14px;
    text-decoration: none;
    text-transform: initial;
    border: none;
    border-radius: .2rem;
    outline: none;
    padding: 0 1rem;
    height: 36px;
    line-height: 36px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    background: #3c8dbc;
    border-color: #3c8dbc;
    cursor: pointer;
}