body {
    font-size: 11px;
}

.navbar-brand {
    height: 80px;
    line-height: 20px;
}

    .navbar-brand > img {
        height: 70px;
    }

.home-pic img {
    width: 100%;
}

@media (min-width: 768px) {
    .sidebar {
        margin-top: 82px;
    }
}

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}

.btn-reports .btn {
    min-width: 40px;
}

.hidden-element {
    display: none;
}
/*Ajax loader*/

.ui-btn-corner-all,
.ui-corner-all {
    -webkit-background-clip: padding;
    background-clip: padding-box;
}

.ui-corner-all {
    -webkit-border-radius: .3125em;
    border-radius: .3125em;
}

.ui-body-b {
    background-color: #2a2a2a;
    border-color: #1d1d1d;
    color: #fff;
    text-shadow: 0 1px 0 #111;
}

.ui-body-b {
    border-width: 1px;
    border-style: solid;
}

.ui-loader {
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    border: 0;
}

.ui-loader-verbose {
    width: 12.5em;
    filter: Alpha(Opacity=88);
    opacity: .88;
    box-shadow: 0 1px 1px -1px #fff;
    height: auto;
    margin-left: -6.875em;
    margin-top: -2.6875em;
    padding: .625em;
}

.ui-loading .ui-loader {
    display: block;
}

.ui-loader .ui-icon-loading {
    background-color: #000;
    display: block;
    margin: 0;
    width: 2.75em;
    height: 2.75em;
    padding: .0625em;
    -webkit-border-radius: 2.25em;
    border-radius: 2.25em;
}

.ui-loader-verbose .ui-icon-loading {
    margin: 0 auto .625em;
    filter: Alpha(Opacity=75);
    opacity: .75;
}

.ui-icon-loading {
    background: url(../Content/images/ajax-loader.gif);
    background-size: 2.875em 2.875em;
}

.ui-loader-verbose h1 {
    font-size: 1.2em;
    margin: 0;
    text-align: center;
}

.loader-overlay {
    z-index: 9998;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(255, 255, 255);
    opacity: 0.9;
    cursor: wait;
    position: fixed;
}

.loader {
    display: none;
}

tr.info th {
    background-color: #d9edf7;
}

#fixed_table th,
#fixed_table td {
    white-space: nowrap;
}



.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: #D9EDF7;
}

.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background-color: #fff;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #fcf8e3;
}

.table .border-left-thik {
    border-left: 1px solid #999 !important;
}

.no-border td {
    border-top: 0px solid #ddd !important;
}

.border-bottom td {
    border-bottom: 1px solid #ddd !important;
}

.border-left {
    border-left: 1px solid #ddd !important;
}

span.btn-group.pull-right {
    margin-right: 5px;
}

.td-left {
    text-align: left !important;
}

#fixed_table th,
#fixed_table td {
    white-space: nowrap;
}

#ModalChart .modal-lg {
    width: 1215px !important;
}

#ModalChart .modal-body {
    overflow: auto;
}

#ModalChart .modal-footer {
    text-align: left !important;
}

.margin-left-10 {
    margin-left: 10px;
}
/*------------------------------------------------------------------
[ Shortcuts / .shortcuts ]
*/

.shortcuts {
    text-align: center;
}

    .shortcuts .shortcut {
        width: 110px;
        display: inline-block;
        padding: 15px 0;
        margin: 0 5px 1em;
        vertical-align: top;
        text-decoration: none;
        background: #F3F3F3;
        background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#eeeeee));
        background-image: -webkit-linear-gradient(top, #ffffff, 0%, #eeeeee, 100%);
        background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
        background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
        border: 1px solid #ddd;
        box-sizing: border-box;
        border-radius: 5px;
    }

        .shortcuts .shortcut .shortcut-icon {
            width: 100%;
            margin-top: .25em;
            margin-bottom: .35em;
            font-size: 32px;
            color: #555;
        }

        .shortcuts .shortcut:hover {
            background: #E8E8E8;
            background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fafafa), to(#e1e1e1));
            background-image: -webkit-linear-gradient(top, #fafafa, 0%, #e1e1e1, 100%);
            background-image: -moz-linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
            background-image: linear-gradient(to bottom, #fafafa 0%, #e1e1e1 100%);
            background-repeat: repeat-x;
            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffe1e1e1', GradientType=0);
        }

        .shortcuts .shortcut:active {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        }

        .shortcuts .shortcut:hover .shortcut-icon {
            color: #666;
        }

    .shortcuts .shortcut-label {
        display: block;
        margin-top: .75em;
        font-weight: 400;
        color: #666;
    }
/*------------------------------------------------------------------
[ Error / .error-container ]
*/

.error-container {
    margin-top: 4em;
    margin-bottom: 4em;
    text-align: center;
}

    .error-container h1 {
        margin-bottom: .5em;
        font-size: 120px;
        line-height: 1em;
    }

    .error-container h2 {
        margin-bottom: .75em;
        font-size: 28px;
    }

    .error-container .error-details {
        margin-bottom: 1.5em;
        font-size: 16px;
    }

    .error-container .error-actions a {
        margin: 0 .5em;
    }
/*------------------------------------------------------------------
[ selectable ]
*/

.selectable .ui-selecting {
    background: #FECA40;
}

.selectable .ui-selected {
    background: #F39814;
    color: white;
}

.selectable {
    list-style-type: none;
    padding: 3px;
}

    .selectable li {
        margin: 3px 0px;
        padding: 5px 10px;
        border-radius: 5px;
        /* height: 18px; */
        background-color: #efefef;
        font-size: 12px;
    }

.selectable-wraper {
    border-radius: 5px;
    min-height: 200px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #D1D1D1;
}

.side-box {
    width: 47%;
}

.center-box {
    width: 6%;
    min-height: 200px;
    text-align: center;
    text-align: -webkit-center;
    padding: 0;
}

    .center-box button {
        margin-top: 70px;
        display: block;
    }

h2 .btn.pull-right {
    margin-left: 5px;
}
/*------------------------------------------------------------------
[ Validation / .control-group ]
*/

.form-group {
    position: relative;
}

    .form-group label.error,
    .form-group .field-validation-error {
        color: #B94A48;
        font-size: 11px;
        font-weight: 600;
       /* position: absolute;*/
        top: -5px;
        right: 0;
        padding: 4px 8px;
        color: #FFF;
        background: #d9534f;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
        float: right;
        overflow:auto;
    }

        .form-group label.error::after,
        .form-group .field-validation-error::after {
            content: '';
            display: inline-block;
          /*  border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 6px solid #B94A48;
            position: absolute;*/
            bottom: -6px;
            left: 7px;
        }

    .form-group.error div.clean {
        display: none;
    }

    .form-group.success label.error {
        display: none !important;
    }

        .form-group.success label.error::after {
            border: none;
        }

    .form-group.success div.clean {
        display: none;
        position: absolute;
        left: 0;
        width: 15px;
        height: 15px;
        background: url(../img/validation/validation-success.png) no-repeat 0 0;
    }

.form-horizontal .form-group label.error {
    margin-left: 1.5em;
    margin-left: 15px;
}

.error.form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

button.btn-upload {
    margin-top: -4px;
    margin-left: 5px;
}

@media (min-width: 992px) {
    .filters .row div {
        padding-right: 0px;
        padding-left: 2px;
    }

        .filters .row div:first-child {
            padding-left: 15px;
        }

        .filters .row div:last-child {
            padding-right: 15px;
        }
}

button.edit-pic {
    position: absolute;
    top: 0;
    right: 15px;
    border-radius: 0px 0px 0px 50px;
    width: 45px;
    height: 45px;
    padding: 0px 0px;
}

    button.edit-pic i {
        margin-left: 10px;
        vertical-align: top;
    }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    font-size: 14px;
}

table.dataTable.table-condensed > thead > tr > th {
    padding-right: 15px;
}
.checkbox-inline, .radio-inline {
    cursor: pointer;
    font-size: 14px;
}

