﻿#page-wrapper {
    padding-bottom: 50px;
}

#footer {
    min-height: 20px;
}

.red {
    color: red;
}

.green {
    color: green;
}

.validationSummary {
    overflow: hidden;
}

    .validationSummary ul {
        min-height: 20px;
    }

        .validationSummary ul > li {
            float: left;
            list-style: circle;
            padding-right: 40px;
        }

.integer, .decimal {
    text-align: right;
}

table.dataTable tbody tr.selected {
    background-color: #B0BED9;
}

table.dataTable tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1, table.dataTable tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #f8e9e9;
}

table.dataTable tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background-color: #eaeaea;
}

.checkbox.chk_SelectAll, .checkbox.chk_Select, .checkbox.chk_SelectAll input[type="checkbox"], .checkbox.chk_Select input[type="checkbox"], span.radio {
    margin: 0px;
}

    span.radio label {
        padding-left: 10px;
        padding-right: 30px;
    }

        span.radio label:last-child {
            padding-right: 0px;
        }

.checkbox.chk_SelectAll, .checkbox.chk_Select {
    height: 18px;
}

@media (max-width:768px) {
    .navbar-top-links .dropdown-user {
        right: auto !important;
    }
}

.displayInline {
    display: inline-block !important;
}

.calander {
    width: 120px !important;
}

    .calander ~ input[type=image] {
        padding: 5px 5px 5px 5px;
        height: 30px;
        width: 30px;
        display: inline-block;
    }

.chk_SelectAll, .chk_Select, .chkSelectAll, .chkSelect {
    cursor: pointer;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.main_menu span.fa {
    margin-top: 0px !important;
    font-size: 16px !important;
}

.nav.nav-second-level > li > a {
    padding: 8px 15px 8px 35px !important;
}

    .nav.nav-second-level > li > a, .nav.nav-second-level > li > a i.fa {
        font-size: 12px !important;
    }

.btn {
    padding: 5px 8px;
    border-radius: 3px;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 50%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    min-width: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    opacity: 1 !important;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .checkbox label, .radio label {
        min-height: 20px;
        padding-left: 25px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
    }

    .radio input[type="radio"], .checkbox input[type="checkbox"] {
        margin: 0px 5px 0px -25px;
        width: 20px;
        height: 20px;
    }

.login {
    min-height: 100%;
   /* background: url(../images/login-bg.jpg) no-repeat 0 100%/cover;*/
}

.msg-label {
    font-weight: bold;
    font-size: 20px;
}

.msg-success {
    background-color: #4CAF50;
    color: #ffffff;
}

.msg-warning {
    background-color: #FFEB3B;
}

.msg-danger {
    background-color: #ff0000;
    color: #ffffff;
}

.msg-primary {
    background-color: #337ab7;
    color: #ffffff;
}

.msg-default {
    background-color: #CDDC39;
    color: #1e1e1e;
}
.nav_title{
    padding:0px;
}
