/* start Ritendra Gour */

html,
body {
    height: 100%;
    font-family: "Lato", sans-serif;
}

label {
    padding-right: 10px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}


.wrap > .container {
    padding-left: 80px;
}

.navbar {
    background-color: #111111;
    z-index: 1;
    border: none;
}

.top-search input {
    min-width: 250px;
    margin-top: 8px;
}


@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}


@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}


@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}


@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}


.footer {
    height: 60px;
    background-color: #f8f9fa;
}

.footer > .container {
    padding-left: 40px;
}


.jumbotron {
    text-align: left;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}


.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}


.color-input {
    width: 22px;
}

.glyphicon {
    padding: 10px;
    border-radius: 10px;
    background-color: white;
}

.glyphicon-eye-open {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.glyphicon-pencil {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}


.glyphicon-trash {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}


.attribute-display-box {
    padding: 5px;
    border-radius: 5px;
    color: black;
}

form.div {
    padding: 20px;
}


form > div {
    padding: 2px 30px;
    border-radius: 5px;
}

h1, .h1 {
    font-size: 24px;
}

h2, .h2 {
    font-size: 20px;
}


.active {
    opacity: 1;
}

.inactive {
    opacity: 0.5;
}

.action-column {
    min-width: 100px;
    max-width: 100px;
}


.invalid-feedback {
    color: darkred;
}

textarea.form-control {
    height: 100px
}
