﻿.e-table {
    font-family: "Open Sans" !important;
}

.e-tag {
    background: rgb(183, 183, 183) !important;
    color: #fff !important;
}

.full-width {
    width: 100% !important;
}

.login-button {
    margin-top: 10px;
    border: 0;
    right: 40px;
    margin-right: 10px;
}

.applicationLinkBtn {
    border-top: 0px solid #428bca;
    border-right: 0px solid #428bca;
    border-bottom: 5px solid #476078;
    border-left: 0px solid #428bca;
    border-style: solid solid solid solid;
    border-color: #428bca #428bca #476078 #428bca;
    margin-bottom: 10px;
    margin-right: 5px;
}

.taskbox {
    min-height: 210px;
}

.bg-grey {
    background-color: #dedddd;
    color: #777;
}

table {
    border-spacing: 0
}

.manager-cell {
    width: 80px !important;
}

.seletedRow {
    background-color: #d6d6d6
}

.dataTables_wrapper.container-fluid {
    padding-left: 0;
    padding-right: 0
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 40px; /* Vertically center the text there */
    background-color: #f5f5f5;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 0 15px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

/*
 * Page: Login & Register
 * ----------------------
 */
.login-logo,
.register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

    .login-logo a,
    .register-logo a {
        color: #444;
    }

.login-page,
.register-page {
    background: #d2d6de;
}

.breadcrumb {
    margin-top: 5rem;
}

.login-box-v1,
.register-box {
    width: 850px;
    margin: 0 auto;
    margin-top: 100px;
    -webkit-box-shadow: 4px 3px 14px -2px rgba(145,145,145,1);
    -moz-box-shadow: 4px 3px 14px -2px rgba(145,145,145,1);
    box-shadow: 4px 3px 14px -2px rgba(145,145,145,1);
}

@media (max-width: 768px) {
    .login-box-v1, .register-box {
        width: 83%;
        margin-top: 50px;
    }
}

.login-box-body,
.register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}

    .login-box-body .form-control-feedback,
    .register-box-body .form-control-feedback {
        color: #777;
    }

.login-box-msg,
.register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
}

.social-auth-links {
    margin: 10px 0;
}

.field-validation-error {
    font-size: 11px
}

/***************************************************************/
/*******       BOOTSTRAP OVERRIDES                   **********/
/*************************************************************/
.bc-blue {
    background-color: #29384a
}

    .bc-blue a {
        color: #fff
    }

        .bc-blue a:hover {
            color: #8d8d8d
        }

.panel-standard-height {
    min-height: 90px
}

/* Datatable custom style for search box */
.dataTables_filter > label > input {
    margin-right: 10px
}

/* Bootstrap CallOuts Code Pen */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

.bs-callout-default {
    border-left-color: #777;
}

    .bs-callout-default h4 {
        color: #777;
    }

.bs-callout-primary {
    border-left-color: #428bca;
}

    .bs-callout-primary h4 {
        color: #428bca;
    }

.bs-callout-success {
    border-left-color: #5cb85c;
}

    .bs-callout-success h4 {
        color: #5cb85c;
    }

.bs-callout-danger {
    border-left-color: #d9534f;
}

    .bs-callout-danger h4 {
        color: #d9534f;
    }

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

    .bs-callout-warning h4 {
        color: #f0ad4e;
    }

.bs-callout-info {
    border-left-color: #5bc0de;
}

    .bs-callout-info h4 {
        color: #5bc0de;
    }
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

/*** login page ***/

.login-img {
    background-image: url('../../../images/apps-login.jpg');
    background-position: center center;
    background-size: cover;
    opacity: 1;
    height: 100%;
}