﻿#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(240,240,240,0.8);
    z-index: 1100;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
}

#notifwrapper p:empty {
    display: none;
}



/* 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;
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}



.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a.new {
    background-color: lightblue;
}

    .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a.new:hover {
        background-color: #f4f4f4;
    }


td.details-control {
    background: url('datatables/media/images/details_open.png') no-repeat center center;
    cursor: pointer;
    background-color: lightblue;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a.new:hover {
    background-color: #f4f4f4;
}

tr.shown td.details-control {
    background: url('datatables/media/images/details_close.png') no-repeat center center;
}

table.table.dataTable tbody th, table.table.dataTable tbody td {
    vertical-align: middle;
}

html, body {
    height: 100%;
}

.full-height {
    height: 100%;
}

table.borderless td, table.borderless th {
    border: none !important;
}

.tooltip-inner {
    white-space: nowrap;
}



.form-group.form-required .control-label:after {
    color: #d00;
    content: "*";
}


.required {
    color: red;
}


.button-left-inner-addon {
    position: relative;
}

    .button-left-inner-addon input {
        padding-left: 30px;
    }

    .button-left-inner-addon i {
        position: absolute;
        padding: 10px 12px;
        z-index: 10;
        cursor: pointer;
    }

.button-right-inner-addon {
    position: relative;
}

    .button-right-inner-addon input {
        padding-right: 30px;
    }

    .button-right-inner-addon i {
        position: absolute;
        right: 0px;
        padding: 10px 12px;
        z-index: 10;
        cursor: pointer;
    }

.dataTables_wrapper .dataTables_length {
    padding-top: .755em;
}

.text-wrap {
    white-space: normal !important;
}

.dt-buttons {
    margin-bottom: 10px;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
    padding: 5px;
    white-space: normal;
    text-overflow: initial;
}

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
    padding: 5px;
    white-space: normal;
    text-overflow: initial;
}

.close {
    opacity: 1;
    text-shadow: 1px 0 0 #fff;
}

.content-header {
    position: fixed;
    top: 50px;
    left: 230px;
    right: 0;
    z-index: 100;
    padding: 5px 15px;
    transition: left .3s ease-in-out;
    background-color: #ecf0f5 !important;
    border-bottom: 1px solid gray;
}

.sidebar-collapse .content-header {
    left: 0;
}

@media (max-width: 767px) {
    .content-header {
        left: 0;
        top: 100px;
    }
}

.content-wrapper {
    margin-top: 50px;
}


div.dataTables_processing {
  z-index: 1;
}

.dataTables_info + .dataTables_length,
.dataTables_length + .dataTables_info {
    margin-left: 5px;
}