﻿.loginPage .navbar-brand {
    margin-left: 0 !important;
}

.btn {
    font-size: 13px;
    line-height: 20px;
}

.form-control {
    font-size: 13px;
}

.control-span {
    min-height: 34px;
    padding-top: 8px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.tablectrl {
    text-align: center;
    width: 80px;
}

table .notification {
    position: static;
}

input[type="checkbox"] {
    vertical-align: middle;
    margin: 1px 2px 0 2px;
    width: 16px;
    height: 16px;
}

input[type="radio"] {
    vertical-align: middle;
    margin: 1px 2px 0 2px;
    width: 16px;
    height: 16px;
}

/* validation */
.field-validation-error {
    color: #b94a48;
    display: inline-block;
    *display: inline;
    padding-left: 5px;
    vertical-align: middle;
    *zoom: 1;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #b94a48 !important;
    color: #b94a48;
}

    .input-validation-error:focus {
        border-color: #953b39;
        -webkit-box-shadow: 0 0 6px #d59392;
        -moz-box-shadow: 0 0 6px #d59392;
        box-shadow: 0 0 6px #d59392;
    }

.validation-summary-errors {
    font-weight: bold;
    color: #b94a48;
}

    .validation-summary-errors ul {
        padding-left: 19px;
    }

.dataTables_controlbar, .dataTables_filter {
    padding: 10px 25px;
}

.dataTables_filter {
    text-align: right;
}

.dataTables_info {
    width: auto;
    float: left;
    padding-top: 15px;
    padding-left: 10px;
}

.dataTables_button {
    width: auto;
    float: left;
    padding-top: 15px;
    padding-left: 10px;
    padding-bottom: 8px;
}

.dataTables_paginate {
    float: right;
    text-align: right;
    margin-top: 10px;
    margin-right: 10px;
}

/* tree */
.tree ul:first-child, .tree ul:first-child > li:first-child {
    padding: 0;
}

.tree li {
    list-style-type: none;
    margin: 0;
    padding: 17px 0 0 5px;
    position: relative;
}

    .tree li::before, .tree li::after {
        content: '';
        left: -20px;
        position: absolute;
        right: auto;
    }

    .tree li::before {
        border-left: 1px solid #999;
        bottom: 50px;
        height: 100%;
        top: 0;
        width: 1px;
    }

    .tree li::after {
        border-top: 1px solid #999;
        height: 20px;
        top: 30px;
        width: 25px;
    }

    .tree li > span {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #999;
        border-radius: 5px;
        display: inline-block;
        padding: 4px 8px 3px 8px;
        text-decoration: none;
    }

        .tree li > span.disable {
            color: #d0d0d0;
            border-color: #d0d0d0;
        }

    .tree li button {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #999;
        border-radius: 5px;
        display: inline-block;
        padding: 3px 8px;
        text-decoration: none;
    }

        .tree li button.btn-create {
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border: 1px solid #999;
            border-radius: 5px;
            display: inline-block;
            padding: 3px 8px;
            text-decoration: none;
            color: #fff;
            background-color: #428bca;
            border-color: #357ebd;
        }

        .tree li button.btn-edit {
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border: 1px solid #999;
            border-radius: 5px;
            display: inline-block;
            padding: 3px 8px;
            text-decoration: none;
            color: #fff;
            background-color: #ed9c28;
            border-color: #d58512;
        }

        .tree li button.btn-info {
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border: 1px solid #999;
            border-radius: 5px;
            display: inline-block;
            padding: 3px 8px;
            text-decoration: none;
            color: #fff;
            background-color: #39b3d7;
            border-color: #269abc;
        }

    .tree li > div {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #999;
        border-radius: 5px;
        display: inline-block;
        padding: 3px 8px;
        text-decoration: none;
    }

    .tree li.parent_li > span {
        cursor: pointer;
    }

.tree > ul > li::before, .tree > ul > li::after {
    border: 0;
}

.tree li:last-child::before {
    height: 30px;
}

.tree li.parent_li > span:hover {
    background: #eee;
    border: 1px solid #94a0b4;
    color: #000;
}

.invoice .total {
    font-weight: bold;
    min-width: 250px;
    text-align: right;
}

    .invoice .total .totolamt {
        border-top: 2px solid #000;
    }

.headercontrol {
    color: #353535;
    margin-right: 15px;
    float: right;
}

    .headercontrol a {
        color: #353535;
    }

.uploadcontainer {
    width: 100%;
    min-height: 150px;
    background-color: #f5f5f5;
    padding: 5px;
}

/* uploadlist */
.uploadlist {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: auto;
}

    .uploadlist li {
        float: left;
        margin: 5px;
        width: 80px;
        height: 80px;
        position: relative;
        text-align: center;
        cursor: pointer;
    }

        .uploadlist li img {
            border: 1px solid #e3e2e2;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            padding: 5px;
            max-width: 80px;
            max-height: 80px;
            vertical-align: middle;
        }

        .uploadlist li .delete {
            position: absolute;
            top: 0;
            right: 5px;
        }

.ui-upload-highlight {
    background-color: #e3e2e2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    visibility: visible !important;
}

.data-upload-delete {
    color: #f00;
    position: absolute;
    background-image: url(../Content/Images/delete.png);
    top: -5px;
    right: -5px;
    width: 16px;
    height: 16px;
}

.table > thead > tr > th, .table > tbody > tr > td {
    vertical-align: middle;
}

.checkbox-inline, .radio-inline {
    margin-top: 0;
    margin-right: 10px;
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: inherit;
    }

/* jQuery UI */
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-widget-content {
    border: 1px solid #c4c4c4;
    color: #353535;
}

.ui-corner-all {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    text-align: center;
    position: absolute;
    cursor: pointer;
    display: block;
    overflow: hidden;
    right: 0;
    border: 0;
    color: #353535;
    font-size: 12px;
}

    .ui-spinner-button:hover {
        text-decoration: none;
    }

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 3px 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
    width: 75px !important;
    height: 27px;
    outline: none;
}